.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}


.landing-intro {
  max-width: 1060px;
  margin: 0 auto;
  padding: 68px 20px 28px;
  text-align: center;
  background: none;
}

.about-hero {
  padding-top: var(--space-md);
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: var(--space-lg-tight);
  align-items: center;
}

.landing-intro h1 {
  max-width: 900px;
  margin: 0 auto 8px;
  color: var(--preto);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.landing-intro p {
  max-width: 1100px;
  margin: 0 auto;
  color: var(--texto-suave);
  font-size: 17px;
  line-height: 1.65;
}

.section {
  padding: var(--space-lg) var(--space-sm);
}

.compact {
  padding-top: var(--space-md);
}

.section-title {
  text-align: center;
  color: var(--preto);
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.025em;
  margin-bottom: var(--space-sm);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2xs);
  margin-top: var(--space-md-tight);
  padding: 14px 30px;
  border: 0;
  border-radius: 999px;
  background: var(--caixa-clara);
  color: var(--preto);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  vertical-align: middle;
  transition:
    background 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

.btn.dark {
  background: var(--cta-gradient);
  color: var(--caixa-clara);
}

.btn.dark:hover {
  background: var(--cta-gradient-hover);
  color: var(--caixa-clara);
}

.btn.outline {
  background: var(--caixa-clara);
  color: var(--verde-escuro);
  border: 1.5px solid rgba(17, 17, 17, 0.16);
}

.btn svg,
.btn img,
.btn i {
  display: block;
  flex: 0 0 auto;
}

.btn span {
  display: inline-flex;
  align-items: center;
  line-height: 1.15;
}

.btn.dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.about {
  max-width: 820px;
  margin: auto;
  text-align: center;
}

.about p,
.about-text p,
.about-values p,
.info-grid p,
.instagram-box p,
.map-info p,
.depoimento-card p {
  color: var(--texto-suave);
  line-height: 1.65;
}

.about p,
.about-text p {
  font-size: 17px;
  line-height: 1.75;
}

.about-text p {
  margin-bottom: var(--space-xs);
}

.about-photo {
  display: flex;
  justify-content: center;
}

.about-photo img {
  width: 100%;
  max-width: 420px;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-lg);
  display: block;
}

.about-text h1 {
  color: var(--preto);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
  margin-bottom: var(--space-sm-tight);
  letter-spacing: -1px;
}

.about-values,
.info-grid,
.photo-grid,
.faq-grid {
  display: grid;
  margin: auto;
}

.about-values {
  max-width: 1100px;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm-tight);
}

.about-values div,
.info-grid div {
  background: var(--caixa-clara);
  border-radius: var(--radius-md);
  padding: var(--space-md-tight);
}

.about-values h3,
.info-grid h3 {
  color: var(--preto);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin-bottom: var(--space-2xs);
}

.info-grid {
  max-width: 1100px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--space-sm-tight);
  align-items: stretch;
}

.info-grid div {
  min-height: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--space-md-tight);
}

.team-proof-grid,
.service-proof-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm-tight);
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}

.team-proof-grid > div,
.service-proof-inner > span {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xs);
  background: var(--caixa-clara);
  border-radius: var(--radius-md);
  padding: 22px 24px;
  text-align: left;
}

.team-proof-grid strong,
.service-proof-inner strong {
  color: var(--preto);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
}

.team-proof-grid span,
.service-proof-inner small {
  color: var(--texto-suave);
  font-size: 14.5px;
  line-height: 1.5;
}

@media (max-width: 700px) {
.team-proof-grid,
.service-proof-inner {
    grid-template-columns: 1fr;
    gap: var(--space-xs);
  }
}

.team-eyebrow {
  display: inline-block;
  color: var(--dourado);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: var(--space-2xs);
}

.gabriel-story {
  padding-top: var(--space-sm);
}

.gabriel-story-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--caixa-clara);
  border-radius: var(--radius-lg);
  padding: 34px 48px;
  box-shadow: var(--shadow-sm);
}

.gabriel-story-panel p {
  max-width: 820px;
}

.gabriel-story-inner h2 {
  color: var(--preto);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.18;
  margin-bottom: var(--space-sm-tight);
}

.gabriel-story-panel p {
  color: var(--texto-suave);
  font-size: 16.5px;
  line-height: 1.75;
  margin-bottom: var(--space-xs);
}

.gabriel-story-panel p:last-child {
  margin-bottom: 0;
}

.gabriel-story-toggle {
  display: none;
}

@media (max-width: 900px) {
.gabriel-story-inner {
    padding: 26px 22px;
  }
.gabriel-story-toggle {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2xs);
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--verde-escuro);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
  }
.gabriel-story-toggle-icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
.gabriel-story-toggle[aria-expanded="true"] .gabriel-story-toggle-icon {
    transform: rotate(-135deg);
  }
.gabriel-story-panel {
    position: relative;
    max-height: 130px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
.gabriel-story-panel::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--caixa-clara) 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
.gabriel-story-toggle[aria-expanded="true"] + .gabriel-story-panel {
    max-height: 2000px;
  }
.gabriel-story-toggle[aria-expanded="true"] + .gabriel-story-panel::after {
    opacity: 0;
  }
}

.photo-grid img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
  background: var(--caixa-suave);
}

.photo-grid {
  max-width: 1120px;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2xs);
}

.photo-grid img {
  height: auto;
  border-radius: var(--radius-xs);
  cursor: pointer;
}

.photo-btn {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  font: inherit;
  line-height: 0;
  cursor: pointer;
}

#depoimentos.section {
  background: var(--caixa-suave);
  padding-top: var(--space-lg);
  padding-bottom: var(--space-xl);
}

.depoimentos-page-grid,
.instagram-box,
.map-box {
  max-width: 1100px;
  margin: auto;
}

.depoimentos-page-grid {
  max-width: 1120px;
}

.depoimento-card {
  background: var(--caixa-clara);
  padding: var(--space-md-tight);
  border-radius: var(--radius-md);
}

.depoimento-card h3 {
  color: var(--preto);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: var(--space-2xs);
}

.stars {
  color: var(--dourado);
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: var(--space-xs);
}

.depoimento-card-com-foto {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.depoimento-foto {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  background: var(--caixa-suave);
}

.depoimento-conteudo {
  padding: var(--space-md-tight);
}

.depoimento-card-com-foto h3 {
  margin-bottom: var(--space-2xs);
}

.depoimento-card-com-foto p {
  margin-bottom: 0;
}

.instagram-box,
.map-box {
  width: 100%;
  padding: 38px 42px;
  background: var(--caixa-clara);
  border-radius: var(--radius-md);
  text-align: center;
}

.instagram-box h2,
.map-info h2 {
  color: var(--preto);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.7px;
  margin-bottom: var(--space-xs);
}

.instagram-box p,
.map-info p {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
}

.map-info {
  max-width: 780px;
  margin: 0 auto;
}

.seo-text {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
  color: var(--texto-suave);
  font-size: 17px;
  line-height: 1.75;
}

.seo-text h2 {
  color: var(--preto);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.18;
  margin-bottom: var(--space-xs);
  padding: 40px 0px 0px;
}

.seo-text h3 {
  color: var(--preto);
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.025em;
  margin: 24px 0 8px;
}

.seo-text p {
  margin-bottom: var(--space-xs);
}

.seo-text-added {
  max-width: 1100px;
}

.seo-text-added .seo-text-toggle {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  margin: 2px 0 16px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--verde-escuro);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.seo-text-added .seo-text-toggle-icon {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.seo-text-added .seo-text-toggle[aria-expanded="true"] .seo-text-toggle-icon {
  transform: rotate(-135deg);
}

.seo-text-added .service-seo-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.seo-text-added.seo-text-open .service-seo-panel {
  max-height: 2000px;
}

.cartorio-section {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-md);
}

.cartorio-box {
  max-width: 1120px;
  background: var(--caixa-clara);
  border-radius: var(--radius-lg);
  padding: var(--space-lg-tight);
}

.cartorio-box .btn {
  margin-top: var(--space-sm-tight);
}

.historias-section {
  padding-top: var(--space-md);
}

.historias-section .section-title {
  margin-bottom: var(--space-xs);
}

.historias-section .seo-text {
  text-align: center;
  margin-bottom: var(--space-md-tight);
}

.faq-section {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: var(--space-md) var(--space-sm) var(--space-lg);
  background: transparent;
  overflow: hidden;
}

.faq-section .section-title,
.faq-section > h2 {
  position: relative;
  max-width: 1100px;
  margin: 0;
  padding-right: 36px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.18;
  text-align: left;
  cursor: pointer;
  user-select: none;
}

.faq-section .section-title::after,
.faq-section > h2::after {
  content: "+";
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-flex;
  margin-left: 0;
  color: var(--verde);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq-section.faq-block-open .section-title::after,
.faq-section.faq-block-open > h2::after {
  transform: rotate(45deg);
}

.faq-section.faq-group-secondary.faq-enhanced .section-title,
.faq-section.faq-group-secondary.faq-enhanced > h2 {
  display: none;
}

.faq-section.faq-group-secondary .section-title::after,
.faq-section.faq-group-secondary > h2::after {
  content: none;
}

.faq-section .section-title-trigger {
  all: unset;
  display: block;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  cursor: pointer;
  user-select: none;
}

.faq-section .section-title-trigger:focus-visible {
  outline: 2px solid var(--verde-escuro);
  outline-offset: 3px;
  border-radius: 4px;
}

.faq-grid,
.faq-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-2xs);
  align-items: start;
  margin: auto;
}

.faq-section.faq-enhanced .faq-grid,
.faq-section.faq-enhanced .faq-list {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
    max-height 0.34s ease,
    opacity 0.22s ease,
    margin-top 0.34s ease;
}

.faq-section.faq-block-open .faq-grid,
.faq-section.faq-block-open .faq-list {
  max-height: 4000px;
  margin-top: var(--space-sm-tight);
  opacity: 1;
  pointer-events: auto;
}

.faq-item {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  color: var(--preto);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-md);
  padding: 0;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.faq-item:hover {
  border-color: rgba(85, 107, 93, 0.18);
  background: var(--caixa-clara);
}

.faq-item h3,
.faq-item p {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.faq-item h3 {
  position: relative;
  display: block;
  margin: 0;
  padding: 17px 18px;
  color: var(--preto);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0;
  cursor: default;
  user-select: text;
}

.faq-item p {
  max-height: 0;
  margin: 0;
  padding: 0 18px;
  color: var(--texto-suave);
  font-size: 15px;
  line-height: 1.62;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.28s ease,
    opacity 0.22s ease,
    padding-bottom 0.28s ease;
}

.faq-item.open p {
  max-height: 520px;
  padding-bottom: 17px;
  opacity: 1;
}

.faq-section.faq-block-open .faq-item p {
  max-height: 520px;
  padding-bottom: 17px;
  opacity: 1;
}

.map-info .btn {
  margin-top: var(--space-md-tight);
}

.map-embed {
  margin-top: var(--space-md);
}

.map-embed iframe {
  width: 100%;
  min-height: 390px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


@media (hover: hover) and (pointer: fine) {
.btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn);
  }
.btn.outline:hover {
    border-color: rgba(17, 17, 17, 0.32);
  }
}

@media (min-width: 901px) {
.about-hero {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px 28px 100px;
  }
.about-hero h1 {
    max-width: 1120px;
  }
.about-hero p {
    max-width: 900px;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 900px) {
.faq-section {
    padding: 30px 18px 40px;
  }
.faq-grid,
.faq-list {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
    gap: var(--space-2xs);
  }

}

@media (max-width: 768px) {
.landing-intro {
    padding: 28px 18px 22px;
  }
.landing-intro h1 {
    max-width: 380px;
    font-size: 31px;
    line-height: 1.12;
  }
.landing-intro p {
    max-width: 360px;
    font-size: 16px;
  }
.section {
    padding: var(--space-md) var(--space-sm);
  }
.compact {
    padding-top: var(--space-sm);
  }
.section-title {
    font-size: 29px;
    margin-bottom: var(--space-sm-tight);
  }
.about p {
    font-size: 16px;
  }
.about-hero,
.about-values,
.info-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xs);
  }
.about-hero {
    gap: var(--space-md-tight);
  }
.about-photo {
    order: 1;
  }
.about-text {
    order: 2;
    text-align: center;
  }
.about-photo img {
    max-width: 320px;
    margin: 0 auto;
  }
.info-grid > div {
    padding: var(--space-md-tight);
  }
.photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3xs);
  }
.instagram-box,
.map-box {
    padding: 28px 22px;
    border-radius: var(--radius-md);
  }
.seo-text {
    max-width: 100%;
    padding: 0 16px;
    font-size: 16px;
  }
.cartorio-section {
    padding-top: var(--space-sm);
    padding-bottom: var(--space-md);
  }
.cartorio-box {
    padding: 24px 20px;
    border-radius: var(--radius-md);
  }
.historias-section {
    padding-top: var(--space-sm);
  }
.historias-section .seo-text {
    text-align: left;
    margin-bottom: var(--space-sm-tight);
  }
.depoimento-card {
    flex: 0 0 86%;
    min-width: 86%;
    max-width: 86%;
    scroll-snap-align: center;
  }
.depoimento-card-com-foto {
    flex: initial;
    min-width: initial;
    max-width: initial;
  }
.depoimento-foto {
    height: 310px;
  }
.depoimento-conteudo {
    padding: var(--space-md-tight);
  }
#depoimentos.section {
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
  }
.faq-section {
    width: 100%;
    padding: var(--space-md) 14px var(--space-md);
  }
.faq-grid,
.faq-list {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: var(--space-2xs);
  }
.faq-section .section-title {
    margin-bottom: var(--space-sm-tight);
    font-size: 25px;
  }
.faq-item {
    width: 100%;
    border-radius: var(--radius-md);
  }
.faq-item:hover {
    transform: none;
  }
.faq-item h3 {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 1.35;
  }
.faq-item p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14.5px;
    line-height: 1.6;
  }
.faq-item.open p {
    padding-bottom: 15px;
  }
}


