:root {
  --navy: #0f2443;
  --navy-2: #132d52;
  --navy-deep: #091a31;
  --peach: #e0c1ae;
  --peach-soft: #f2e5dd;
  --white: #ffffff;
  --surface: #f7f7f6;
  --surface-warm: #f6f0ec;
  --ink: #172033;
  --muted: #687181;
  --line: #dfe3e8;
  --green: #25d366;
  --container: min(1180px, calc(100% - 40px));
  --shadow: 0 26px 80px rgba(15, 36, 67, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(224, 193, 174, .65);
  outline-offset: 3px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 22px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  width: 265px;
  display: block;
}

.brand img {
  width: 100%;
  height: auto;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(224, 193, 174, .45);
  border-radius: 999px;
  color: var(--peach);
  font-size: .88rem;
  font-weight: 700;
  transition: .25s ease;
}

.header-cta:hover {
  background: var(--peach);
  color: var(--navy);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.eyebrow-light {
  color: var(--peach);
}

.btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  font-size: .93rem;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-peach {
  background: var(--peach);
  color: var(--navy);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

.btn-peach:hover {
  background: #ebd2c3;
}

.btn-navy {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(15, 36, 67, .16);
}

.btn-navy:hover {
  background: var(--navy-2);
}

.section {
  padding: 112px 0;
}

.section-intro {
  margin-bottom: 52px;
}

.section-intro.centered {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-intro.centered .eyebrow {
  justify-content: center;
}

.section-intro.narrow {
  max-width: 760px;
}

.section-intro h2,
.concept-copy h2,
.decision-copy h2,
.office-copy h2,
.qualify-copy h2,
.final-inner h2 {
  margin: 0;
  font-size: clamp(2.4rem, 3vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 700;
}

.section-intro p {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.center-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.editorial-kicker {
  margin: 0 0 18px 18px;
  color: rgba(255, 255, 255, .45);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.editorial-card {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 18px;
  align-items: start;
  padding: 28px 26px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
}

.editorial-card-main {
  margin-left: 28px;
  background: rgba(255, 255, 255, .075);
  transform: rotate(-1.2deg);
}

.editorial-card-secondary {
  margin-top: 18px;
  margin-right: 32px;
  background: rgba(224, 193, 174, .95);
  color: var(--navy);
  transform: rotate(1.1deg);
}

.editorial-index {
  font-size: .72rem;
  font-weight: 800;
  color: var(--peach);
  letter-spacing: .1em;
}

.editorial-card-secondary .editorial-index {
  color: var(--navy);
  opacity: .55;
}

.editorial-card small {
  display: block;
  margin-bottom: 2px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .55;
}

.editorial-card strong {
  display: block;
  font-size: 2.15rem;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.editorial-card p {
  margin: 8px 0 0;
  font-size: .88rem;
  opacity: .62;
}

.editorial-card>i {
  font-size: 1.25rem;
  color: var(--peach);
}

.editorial-card-secondary>i {
  color: var(--navy);
}

.editorial-note {
  margin: 24px 0 0 62px;
  padding-left: 18px;
  border-left: 1px solid rgba(224, 193, 174, .4);
}

.editorial-note span {
  color: var(--peach);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
}

.editorial-note p {
  max-width: 270px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .52);
  font-size: .84rem;
}

.hero-bottom-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 193, 174, .7), transparent);
}

.credibility-strip {
  background: var(--surface-warm);
  border-bottom: 1px solid #eadfd8;
}

.credibility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.credibility-grid>div {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 12px;
  padding: 28px 30px;
  border-right: 1px solid #e6d9d2;
}

.credibility-grid>div:last-child {
  border-right: 0;
}

.credibility-grid span {
  grid-row: 1 / 3;
  color: #b78f78;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.credibility-grid strong {
  font-size: .9rem;
}

.credibility-grid small {
  color: var(--muted);
  font-size: .78rem;
}

.signals-section {
  background: var(--white);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.signal-card {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border-radius: 26px;
  overflow: hidden;
}

.signal-card-navy {
  color: var(--white);
  background: linear-gradient(145deg, var(--navy), var(--navy-deep));
}

.signal-card-peach {
  color: var(--navy);
  background: var(--peach-soft);
  border: 1px solid #ead8cd;
}

.signal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signal-number {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  opacity: .55;
}

.signal-top i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: .55;
}

.signal-label {
  display: block;
  margin-bottom: 12px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.signal-card-navy .signal-label {
  color: var(--peach);
}

.signal-content h3 {
  margin: 0;
  max-width: 480px;
  font-size: clamp(1.8rem, 2.4vw, 2.9rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.signal-content p {
  max-width: 520px;
  margin: 18px 0 0;
  opacity: .64;
}

.decision-section {
  padding: 110px 0;
  color: var(--white);
  background: var(--navy);
}

.decision-grid {
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: 90px;
  align-items: center;
}

.decision-side {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border: 1px solid rgba(224, 193, 174, .18);
  background: linear-gradient(160deg, rgba(224, 193, 174, .08), transparent 66%);
}

.decision-big {
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 700;
  letter-spacing: -.08em;
  line-height: .78;
  color: var(--peach);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.decision-small {
  margin-top: 22px;
  color: rgba(255, 255, 255, .42);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.decision-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, .62);
}

.decision-copy blockquote {
  max-width: 760px;
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 2px solid var(--peach);
  background: rgba(255, 255, 255, .045);
  color: #f7f2ef;
  font-size: 1.02rem;
  font-weight: 700;
}

.concept-section {
  background: var(--surface);
}

.concept-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .76fr);
  gap: 90px;
  align-items: stretch;
}

.concept-copy p {
  max-width: 720px;
  color: var(--muted);
}

.concept-note {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--white);
}

.concept-note i {
  margin-top: 3px;
  color: var(--navy);
}

.concept-note strong,
.concept-note span {
  display: block;
}

.concept-note span {
  margin-top: 4px;
  color: var(--muted);
  font-size: .86rem;
}

.concept-art {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 42px;
  color: var(--navy);
  background: var(--peach);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.concept-line {
  width: 82px;
  height: 1px;
  background: var(--navy);
  margin-bottom: 130px;
}

.concept-art>span {
  display: block;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.concept-art>strong {
  display: block;
  font-size: clamp(3.4rem, 5.4vw, 6.5rem);
  line-height: .9;
  letter-spacing: -.07em;
}

.concept-square {
  position: absolute;
  border: 1px solid rgba(15, 36, 67, .16);
  transform: rotate(45deg);
}

.concept-square-one {
  width: 190px;
  height: 190px;
  right: -80px;
  top: -80px;
}

.concept-square-two {
  width: 110px;
  height: 110px;
  left: -54px;
  bottom: 20px;
}

.concept-monogram {
  position: absolute;
  right: 20px;
  bottom: -24px;
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: -.08em;
  opacity: .06;
}

.situations-section {
  background: var(--white);
}

.situation-list {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.situation-list article {
  display: grid;
  grid-template-columns: 50px 1fr 46px;
  gap: 24px;
  align-items: center;
  padding: 28px 4px;
  border-bottom: 1px solid var(--line);
}

.situation-list article>span {
  color: #a8adb6;
  font-size: .72rem;
  font-weight: 800;
}

.situation-list h3 {
  margin: 0 0 6px;
  font-size: 1.18rem;
  letter-spacing: -.02em;
}

.situation-list p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.situation-list article>i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--peach-soft);
  color: var(--navy);
}

.documents-section {
  background: var(--surface-warm);
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #e5d8d1;
  border-left: 1px solid #e5d8d1;
}

.documents-grid>div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  text-align: center;
  border-right: 1px solid #e5d8d1;
  border-bottom: 1px solid #e5d8d1;
  background: rgba(255, 255, 255, .35);
}

.documents-grid i {
  font-size: 1.3rem;
  color: var(--navy);
}

.documents-grid span {
  font-size: .88rem;
  font-weight: 700;
}

.documents-grid>div:hover {
  background: var(--white);
}

.process-section {
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process-grid article {
  position: relative;
  min-height: 350px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  overflow: hidden;
}

.process-index {
  color: #aab0b9;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.process-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 70px 0 26px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--peach);
}

.process-grid h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  letter-spacing: -.03em;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.process-grid article::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  border: 1px solid var(--line);
}

.office-section {
  padding: 112px 0;
  color: var(--white);
  background: var(--navy-deep);
}

.office-grid {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 90px;
  align-items: center;
}

.office-brand-panel {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  border: 1px solid rgba(224, 193, 174, .18);
  background: rgba(255, 255, 255, .025);
  overflow: hidden;
}

.office-brand-panel img {
  width: 100%;
  max-width: 460px;
}

.office-brand-panel small {
  position: absolute;
  left: 48px;
  bottom: 42px;
  color: rgba(255, 255, 255, .42);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.office-lines {
  position: absolute;
  right: 28px;
  top: 28px;
  display: flex;
  gap: 12px;
}

.office-lines span {
  width: 1px;
  height: 90px;
  background: rgba(224, 193, 174, .14);
}

.office-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, .62);
}

.office-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0;
}

.office-badges span {
  padding: 8px 12px;
  border: 1px solid rgba(224, 193, 174, .2);
  border-radius: 999px;
  color: #e9d5c8;
  font-size: .8rem;
}

.office-badges i {
  margin-right: 6px;
}

.reviews-section {
  background: var(--surface);
}

.reviews-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.reviews-heading>div:first-child {
  max-width: 780px;
}

.reviews-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 3.5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.reviews-controls {
  display: flex;
  gap: 10px;
}

.reviews-controls button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
}

.reviews-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px)/3);
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.reviews-slider::-webkit-scrollbar {
  display: none;
}

.review-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
}

.review-stars {
  color: #c79d83;
  letter-spacing: 3px;
  font-size: .95rem;
}

.review-card p {
  flex: 1;
  margin: 32px 0 38px;
  font-size: 1.08rem;
  line-height: 1.55;
}

.review-card strong {
  font-size: .92rem;
}

.review-card>span {
  margin-top: 4px;
  color: #a0a6af;
  font-size: .72rem;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.review-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cbd0d6;
  cursor: pointer;
}

.review-dot.active {
  background: var(--navy);
}

.qualify-section {
  padding: 112px 0;
  color: var(--white);
  background: var(--navy);
}

.qualify-grid {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 86px;
  align-items: start;
}

.qualify-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, .62);
}

.qualify-note {
  max-width: 420px;
  margin-top: 34px;
  padding: 22px;
  border-left: 2px solid var(--peach);
  background: rgba(255, 255, 255, .035);
}

.qualify-note span {
  display: block;
  color: rgba(255, 255, 255, .42);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.qualify-note strong {
  display: block;
  margin-top: 4px;
  color: var(--peach);
  font-size: 1.25rem;
}

.qualify-note p {
  margin-bottom: 0;
  font-size: .86rem;
}

.lead-form {
  padding: 34px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .22);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.field-full {
  grid-column: 1/-1;
}

.field label {
  display: block;
  margin-bottom: 6px;
  color: #4e5664;
  font-size: .8rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  background: #fbfbfb;
  color: var(--ink);
  padding: 13px 14px;
  outline: 0;
}

.field input,
.field select {
  height: 52px;
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #8da0b8;
  box-shadow: 0 0 0 4px rgba(15, 36, 67, .07);
  background: var(--white);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: .82rem;
  cursor: pointer;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--navy);
}

.form-error {
  min-height: 1px;
  color: #9e3340;
  font-size: .82rem;
  font-weight: 700;
}

.faq-section {
  background: var(--white);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.faq-question i {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-warm);
  color: var(--navy);
  font-style: normal;
  transition: transform .25s ease;
}

.faq-item.open .faq-question i {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .28s ease;
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  color: var(--muted);
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer p {
  padding-bottom: 22px;
}

.final-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: var(--white);
  text-align: center;
  background: var(--navy-deep);
}

.final-section::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(224, 193, 174, .12);
  border-radius: 50%;
  left: -390px;
  top: -330px;
  box-shadow: 0 0 0 90px rgba(224, 193, 174, .018), 0 0 0 180px rgba(224, 193, 174, .012);
}

.final-inner {
  position: relative;
  z-index: 2;
  max-width: 890px;
}

.final-inner p {
  max-width: 720px;
  margin: 22px auto 30px;
  color: rgba(255, 255, 255, .62);
}

.final-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .42);
  font-size: .8rem;
}

.final-meta b {
  color: var(--peach);
}

.site-footer {
  padding: 56px 0 96px;
  color: rgba(255, 255, 255, .58);
  background: #071526;
}

.footer-grid {
  display: grid;
  grid-template-columns: .8fr 1fr 1.1fr;
  gap: 50px;
  align-items: start;
}

.footer-brand img {
  width: 260px;
}

.footer-brand p {
  margin: 18px 0 0;
  font-size: .82rem;
}

.footer-info {
  display: grid;
  gap: 6px;
}

.footer-info strong {
  color: var(--white);
}

.footer-info a {
  margin-top: 8px;
  color: var(--peach);
}

.footer-legal p {
  margin-top: 0;
  font-size: .8rem;
  color: rgba(255, 255, 255, .4);
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 1.7rem;
  box-shadow: 0 16px 40px rgba(22, 126, 68, .28);
}

.mobile-sticky {
  display: none;
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: 1fr 390px;
    gap: 44px;
  }

  .hero h1 {
    font-size: clamp(3rem, 5vw, 4.9rem);
  }

  .decision-grid,
  .concept-grid,
  .office-grid,
  .qualify-grid {
    gap: 48px;
  }

  .reviews-slider {
    grid-auto-columns: calc((100% - 20px)/2);
  }
}

@media (max-width: 850px) {
  :root {
    --container: min(100% - 30px, 720px);
  }

  .site-header {
    padding-top: 16px;
  }

  .brand {
    width: 220px;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 14px;
    font-size: .8rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .hero-editorial {
    max-width: 560px;
    justify-self: stretch;
  }

  .credibility-grid {
    grid-template-columns: 1fr;
  }

  .credibility-grid>div {
    border-right: 0;
    border-bottom: 1px solid #e6d9d2;
  }

  .credibility-grid>div:last-child {
    border-bottom: 0;
  }

  .signal-grid,
  .decision-grid,
  .concept-grid,
  .office-grid,
  .qualify-grid {
    grid-template-columns: 1fr;
  }

  .decision-side {
    min-height: 220px;
  }

  .decision-big {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article {
    min-height: auto;
  }

  .process-icon {
    margin-top: 34px;
  }

  .office-brand-panel {
    min-height: 400px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal {
    grid-column: 1/-1;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 72px;
  }

  .brand {
    width: 190px;
  }

  .header-cta {
    display: none;
  }

  .hero-grid {
    padding-top: 120px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.55rem);
  }

  .hero-lead {
    font-size: 1.18rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-link {
    align-self: center;
  }

  .hero-meta {
    display: grid;
    gap: 8px;
  }

  .editorial-card {
    grid-template-columns: 34px 1fr;
  }

  .editorial-card>i {
    display: none;
  }

  .editorial-card-main {
    margin-left: 0;
  }

  .editorial-card-secondary {
    margin-right: 0;
  }

  .editorial-note {
    margin-left: 18px;
  }

  .section,
  .office-section,
  .qualify-section {
    padding: 78px 0;
  }

  .section-intro h2,
  .concept-copy h2,
  .decision-copy h2,
  .office-copy h2,
  .qualify-copy h2,
  .final-inner h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .signal-card {
    min-height: 420px;
    padding: 26px;
  }

  .decision-section {
    padding: 78px 0;
  }

  .decision-side {
    min-height: 180px;
  }

  .decision-big {
    font-size: 4.3rem;
  }

  .concept-art {
    min-height: 390px;
    padding: 28px;
  }

  .concept-line {
    margin-bottom: 110px;
  }

  .situation-list article {
    grid-template-columns: 36px 1fr;
    gap: 16px;
  }

  .situation-list article>i {
    display: none;
  }

  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .documents-grid>div {
    min-height: 125px;
  }

  .office-brand-panel {
    min-height: 340px;
    padding: 30px;
  }

  .office-brand-panel small {
    left: 30px;
    bottom: 28px;
  }

  .reviews-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .reviews-controls {
    align-self: flex-end;
  }

  .reviews-slider {
    grid-auto-columns: 88%;
  }

  .review-card {
    min-height: 300px;
  }

  .lead-form {
    padding: 22px 18px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field-full {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-legal {
    grid-column: auto;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-sticky {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 10px;
    z-index: 60;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    background: var(--green);
    color: var(--white);
    font-weight: 800;
    box-shadow: 0 16px 38px rgba(17, 105, 58, .28);
  }

  .site-footer {
    padding-bottom: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* =========================================================
   HERO COM BANNER
========================================================= */

.hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  display: flex;
  align-items: center;
  color: #ffffff;

  background-image: url("/wp-content/themes/adv/img/banner-desktop.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


/* Overlay para leitura do texto */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(90deg,
      rgba(8, 20, 39, 0.96) 0%,
      rgba(10, 24, 47, 0.92) 26%,
      rgba(11, 27, 52, 0.76) 44%,
      rgba(11, 27, 52, 0.28) 64%,
      rgba(11, 27, 52, 0.08) 100%);
}


/* Orbs decorativos */
.hero-orbit {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
}

.hero-orbit-a {
  width: 520px;
  height: 520px;
  top: -180px;
  left: -180px;
  border: 1px solid rgba(224, 193, 174, 0.14);
  box-shadow:
    0 0 0 60px rgba(224, 193, 174, 0.035),
    0 0 0 120px rgba(224, 193, 174, 0.018);
}

.hero-orbit-b {
  width: 360px;
  height: 360px;
  bottom: -180px;
  left: 28%;
  border: 1px solid rgba(255, 255, 255, 0.06);
}


/* Container */
.hero-container {
  position: relative;
  z-index: 3;
  padding-top: 150px;
  padding-bottom: 125px;
}


/* Copy */
.hero-copy {
  max-width: 720px;
}

.hero-copy .eyebrow {
  margin-bottom: 18px;
}

.hero-copy h1 {
  margin: 0;
  max-width: 760px;

  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 800;
  color: #ffffff;
}

.hero-copy h1 em {
  font-style: normal;
  color: #E0C1AE;
}

.hero-lead {
  max-width: 670px;
  margin: 28px 0 0;

  font-size: clamp(1.28rem, 1.6vw, 1.72rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.93);
}

.hero-text {
  max-width: 650px;
  margin: 18px 0 0;

  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}


/* Botões */
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 22px;
  margin-top: 32px;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(224, 193, 174, 0.35);
  text-underline-offset: 4px;
}

.hero-link:hover {
  color: #ffffff;
}


/* Meta info */
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 30px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  min-height: 40px;
  padding: 0 14px;

  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);

  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-meta i {
  color: #E0C1AE;
}


/* Linha inferior */
.hero-bottom-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(224, 193, 174, 0),
      rgba(224, 193, 174, 0.45),
      rgba(224, 193, 174, 0));
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {
  .hero-banner {
    min-height: 840px;
    background-position: 68% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg,
        rgba(8, 20, 39, 0.97) 0%,
        rgba(10, 24, 47, 0.93) 38%,
        rgba(10, 24, 47, 0.62) 68%,
        rgba(10, 24, 47, 0.18) 100%);
  }

  .hero-copy {
    max-width: 650px;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 5.8vw, 4.2rem);
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .hero-banner {
    min-height: auto;
    align-items: flex-end;
    background-position: 72% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg,
        rgba(8, 20, 39, 0.28) 0%,
        rgba(8, 20, 39, 0.44) 20%,
        rgba(8, 20, 39, 0.82) 55%,
        rgba(8, 20, 39, 0.98) 100%);
  }

  .hero-container {
    padding-top: 320px;
    padding-bottom: 95px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 3.15rem);
    line-height: 1.03;
    letter-spacing: -0.045em;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 1.15rem;
  }

  .hero-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 26px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-link {
    justify-content: center;
  }

  .hero-meta {
    display: grid;
    gap: 10px;
    margin-top: 25px;
  }

  .hero-meta span {
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .hero-banner {
    background-position: 70% center;
  }

  .hero-container {
    padding-top: 290px;
  }
}

.decision-grid {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

.decision-image {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  border-radius: 4px;
}

.decision-image img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: block;
  object-fit: cover;
}

.decision-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,
      rgba(15, 36, 67, .72),
      transparent 48%);
}

.decision-image-label {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 28px;

  color: #fff;
}

.decision-image-label span {
  display: block;

  font-size: 2.8rem;
  line-height: .9;
  font-weight: 800;
  letter-spacing: -.05em;

  color: #e0c1ae;
}

.decision-image-label small {
  display: block;
  margin-top: 8px;

  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
}

@media (max-width: 767px) {
  .decision-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .decision-image,
  .decision-image img {
    min-height: 450px;
  }
}

/* =========================================================
   CONCEPT ART
========================================================= */

.concept-art {
  position: relative;

  min-height: 520px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  overflow: hidden;

  padding: 42px;

  border-radius: 4px;

  background:
    linear-gradient(
      145deg,
      #0f2443 0%,
      #132d50 100%
    );

  color: #fff;

  box-shadow:
    0 28px 70px rgba(15, 36, 67, 0.16);
}


/* textura premium */

.concept-art::before {
  content: "";

  position: absolute;
  inset: 0;

  opacity: 0.06;

  background-image:
    linear-gradient(
      rgba(255,255,255,.4) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.4) 1px,
      transparent 1px
    );

  background-size: 54px 54px;

  pointer-events: none;
}


/* detalhe rosé */

.concept-art::after {
  content: "";

  position: absolute;

  width: 280px;
  height: 280px;

  right: -140px;
  top: -130px;

  border: 1px solid rgba(224, 193, 174, 0.18);

  border-radius: 50%;

  box-shadow:
    0 0 0 55px rgba(224, 193, 174, 0.025),
    0 0 0 110px rgba(224, 193, 174, 0.015);
}


.concept-art-top {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;
}


.concept-label {
  color: rgba(255,255,255,.55);

  font-size: .72rem;

  font-weight: 800;

  letter-spacing: .16em;

  text-transform: uppercase;
}


.concept-art-top > i {
  color: #e0c1ae;

  font-size: 1.4rem;
}


/* linha de transição */

.concept-divider {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;

  gap: 14px;

  color: #e0c1ae;
}


.concept-divider span {
  height: 1px;

  background:
    rgba(224, 193, 174, 0.25);
}


.concept-divider i {
  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(224, 193, 174, 0.28);

  border-radius: 50%;

  font-size: .8rem;
}


/* título */

.concept-main {
  position: relative;
  z-index: 2;
}


.concept-main small {
  display: block;

  max-width: 340px;

  margin-bottom: 15px;

  color: rgba(255,255,255,.55);

  line-height: 1.55;
}


.concept-main strong {
  display: block;

  font-size: clamp(3rem, 4vw, 4.8rem);

  line-height: .88;

  letter-spacing: -.06em;

  font-weight: 750;
}


.concept-main strong em {
  font-style: normal;

  color: #e0c1ae;
}


/* análise */

.concept-analysis {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;

  gap: 15px;

  padding-top: 24px;

  border-top: 1px solid rgba(255,255,255,.12);
}


.concept-analysis > i {
  width: 46px;
  height: 46px;

  flex: 0 0 46px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: #0f2443;

  background: #e0c1ae;
}


.concept-analysis span,
.concept-analysis small {
  display: block;
}


.concept-analysis span {
  font-weight: 800;
}


.concept-analysis small {
  margin-top: 2px;

  color: rgba(255,255,255,.5);
}


/* VL decorativo */

.concept-monogram {
  position: absolute;

  right: 24px;
  bottom: -25px;

  font-size: 8rem;

  line-height: 1;

  font-weight: 800;

  letter-spacing: -.08em;

  color: rgba(255,255,255,.035);
}



/* MOBILE */

@media (max-width: 767px) {

  .concept-art {
    min-height: 440px;

    padding: 30px 24px;
  }


  .concept-main strong {
    font-size: 3.4rem;
  }

}

.brand img{
  width: 143px;
} 