:root {
  --ink: #101419;
  --graphite: #1b2127;
  --ivory: #f3f0e9;
  --paper: #faf9f6;
  --white: #ffffff;
  --stone: #cfc8bd;
  --stone-dark: #9f988d;
  --oxblood: #4a2029;
  --bronze: #96764a;
  --text: #171a1d;
  --muted: #666a6d;
  --line: rgba(23, 26, 29, .14);
  --line-light: rgba(255, 255, 255, .14);
  --success: #236546;
  --error: #a73b3b;

  --font-display: "Newsreader", Georgia, serif;
  --font-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container: 1200px;
  --content: 68ch;

  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 6rem;
  --space-8: 8rem;

  --radius-sm: 4px;
  --radius-md: 8px;

  --shadow-soft: 0 20px 60px rgba(12, 15, 18, .08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--white);
  background: var(--oxblood);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

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

button,
input,
select {
  font: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: clamp(5rem, 9vw, 8.5rem);
}

.section-dark {
  color: var(--white);
  background: var(--ink);
}

.section-ivory {
  background: var(--ivory);
}

.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;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: .75rem 1rem;
  color: var(--white);
  background: var(--oxblood);
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--bronze);
  outline-offset: 4px;
}

.eyebrow {
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, .72);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--oxblood);
}

.section-index {
  margin-bottom: 1.25rem;
  color: var(--bronze);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(16, 20, 25, .94);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
}

.brand-logo {
  width: auto;
  height: 52px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.25rem);
  color: rgba(255, 255, 255, .76);
  font-size: .86rem;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  transition: color .2s ease;
}

.main-nav a:not(.nav-contact)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--bronze);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--white);
}

.main-nav a:not(.nav-contact):hover::after,
.main-nav a:not(.nav-contact):focus-visible::after {
  transform: scaleX(1);
}

.nav-contact {
  padding: .72rem 1rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--radius-sm);
}

.nav-contact:hover {
  border-color: var(--bronze);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 1px;
  margin: 6px auto;
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 20%, rgba(150, 118, 74, .16), transparent 24%),
    linear-gradient(135deg, #0b0f13 0%, #14191e 56%, #1b2026 100%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  min-height: min(780px, calc(100vh - 84px));
  padding-block: clamp(4rem, 8vw, 7rem);
}

.hero h1 {
  max-width: 12.5ch;
  margin-bottom: 1.75rem;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.04em;
}

@media (max-width: 767px) {
  .hero h1 {
    font-size: clamp(2rem, 12vw, 3rem);
    line-height: 1.1;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero h1 {
    font-size: clamp(2.5rem, 4.5vw, 4rem);
    line-height: 1.1;
  }
}

.hero-lead {
  max-width: 59ch;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-bottom: 1.5rem;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .9rem 1.2rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.button svg,
.text-link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  color: var(--white);
  background: var(--oxblood);
  border-color: var(--oxblood);
}

.button-primary:hover {
  background: #5b2933;
  border-color: #5b2933;
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .28);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .5);
}

.button-light {
  color: var(--ink);
  background: var(--ivory);
  border-color: var(--ivory);
}

.button-light:hover {
  background: var(--white);
  border-color: var(--white);
}

.confidential-note {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .58);
  font-size: .82rem;
}

.confidential-note svg {
  width: 17px;
  fill: none;
  stroke: var(--bronze);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-media {
  align-self: end;
}

.hero-image-frame {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
}

.hero-image-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(16, 20, 25, .34) 100%);
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 50% 15%;
}

.hero-signature {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, .82);
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.hero-signature span {
  color: rgba(255, 255, 255, .46);
  font-family: var(--font-sans);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trust-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.trust-strip > div {
  min-height: 116px;
  padding: 1.6rem 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.trust-strip > div:first-child {
  padding-left: 0;
}

.trust-strip > div:last-child {
  border-right: 0;
}

.trust-strip span,
.trust-strip strong {
  display: block;
}

.trust-strip span {
  margin-bottom: .35rem;
  color: rgba(255, 255, 255, .46);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trust-strip strong {
  font-size: .92rem;
  font-weight: 600;
}

.manifesto {
  background: var(--paper);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
}

.manifesto h2,
.section-heading h2,
.method-intro h2,
.profile-copy h2,
.faq-intro h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.04em;
}

.manifesto h2,
.contact-copy h2 {
  font-size: clamp(2.75rem, 5vw, 5.2rem);
  line-height: 1.02;
}

.section-heading h2,
.method-intro h2,
.faq-intro h2 {
  font-size: clamp(2.25rem, 3.8vw, 4rem);
  line-height: 1.06;
}

.profile-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.12;
}

.manifesto-copy {
  padding-top: 3.4rem;
  color: var(--muted);
}

.manifesto-copy p:last-child {
  margin-bottom: 0;
}

.section-heading {
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.section-heading h2 {
  max-width: 780px;
}

.section-heading-dark h2 {
  color: var(--white);
}

.practice-list {
  border-top: 1px solid var(--line-light);
}

.practice-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(220px, .75fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 4rem);
  align-items: start;
  padding-block: 2rem;
  border-bottom: 1px solid var(--line-light);
}

a.practice-item {
  padding-right: clamp(1.5rem, 4vw, 3rem);
  transition: background-color .35s ease, border-color .35s ease, padding-left .35s ease;
}

a.practice-item::after {
  content: '→';
  position: absolute;
  top: 2rem;
  right: 0;
  color: var(--bronze);
  font-size: 1.1rem;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity .35s ease, transform .35s ease;
}

a.practice-item:hover,
a.practice-item:focus-visible {
  padding-left: 1rem;
  background-color: rgba(255, 255, 255, .035);
  border-color: var(--bronze);
}

a.practice-item:hover::after,
a.practice-item:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

a.practice-item:hover h3,
a.practice-item:focus-visible h3 {
  color: var(--bronze);
}

a.practice-item:hover > span,
a.practice-item:focus-visible > span {
  color: var(--white);
}

.practice-item > span {
  color: var(--bronze);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  transition: color .35s ease;
}

.practice-item h3 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  font-weight: 400;
  line-height: 1.16;
  transition: color .35s ease;
}

.practice-item p {
  max-width: 58ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .58);
}

.practice-cta {
  display: flex;
  justify-content: flex-start;
  gap: 1.25rem;
  align-items: center;
  padding-top: 2.25rem;
  color: rgba(255, 255, 255, .58);
  font-size: .9rem;
}

.practice-cta p {
  margin-bottom: 0;
}

.practice-cta a {
  position: relative;
  display: inline-block;
  padding-right: 1.3rem;
  color: var(--white);
  border-bottom: 1px solid var(--bronze);
  transition: color .3s ease;
}

.practice-cta a::after {
  content: '→';
  position: absolute;
  top: 0;
  right: 0;
  color: var(--bronze);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .3s ease, transform .3s ease;
}

.practice-cta a:hover,
.practice-cta a:focus-visible {
  color: var(--bronze);
}

.practice-cta a:hover::after,
.practice-cta a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.method {
  background: var(--white);
}

.method-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.method-intro > p:last-child {
  max-width: 46ch;
  margin-top: 1.6rem;
  margin-bottom: 0;
  color: var(--muted);
}

.method-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.method-list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1.25rem;
  padding-block: 2rem;
  border-bottom: 1px solid var(--line);
}

.method-list li > span {
  color: var(--bronze);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.method-list h3 {
  margin-bottom: .65rem;
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1.2;
}

.method-list p {
  max-width: 56ch;
  margin-bottom: 0;
  color: var(--muted);
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(330px, .88fr) minmax(0, 1.12fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.profile-media {
  overflow: hidden;
  min-height: 620px;
  box-shadow: var(--shadow-soft);
}

.profile-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 50% 20%;
}

.profile-copy > p:not(.section-index, .eyebrow) {
  max-width: 60ch;
  color: var(--muted);
}

.profile-copy h2 {
  margin-bottom: 1.8rem;
}

h2.heading-compact {
  font-size: clamp(2rem, 3.2vw, 3.4rem);
}

.credentials {
  margin: 2rem 0;
  border-top: 1px solid var(--line);
}

.credentials > div {
  display: grid;
  grid-template-columns: minmax(180px, .6fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding-block: 1.2rem;
  border-bottom: 1px solid var(--line);
}

.credentials dt {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.credentials dd {
  margin: 0;
  font-weight: 600;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding-bottom: .35rem;
  border-bottom: 1px solid var(--bronze);
  font-size: .9rem;
  font-weight: 700;
}

.testimonials {
  background: var(--paper);
}

.testimonials .section-heading {
  margin-bottom: clamp(1.75rem, 3.5vw, 3rem);
}

.testimonials-label {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 1.25rem;
  color: var(--bronze);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(var(--space-3), 3.5vw, var(--space-5));
}

.testimonials-whatsapp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(var(--space-3), 3.5vw, var(--space-5));
}

.testimonials-grid + .testimonials-label {
  margin-top: var(--space-5);
}

.testimonial-review {
  align-self: start;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  background: var(--graphite);
  border: 1px solid rgba(150, 118, 74, .25);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.testimonial-review:hover {
  transform: translateY(-4px);
  border-color: var(--bronze);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
}

.review-screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
  object-fit: contain;
}

.testimonial-review--whatsapp {
  position: relative;
  isolation: isolate;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.testimonial-review--whatsapp::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 8%;
  filter: blur(22px);
  background: radial-gradient(ellipse at center, rgba(74, 32, 41, .09), transparent 72%);
}

.testimonial-review--whatsapp:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: none;
}

.testimonial-review--whatsapp .review-screenshot {
  border-radius: 0;
  -webkit-mask-image: radial-gradient(ellipse 85% 85% at center, black 60%, transparent 100%);
  mask-image: radial-gradient(ellipse 85% 85% at center, black 60%, transparent 100%);
  filter: drop-shadow(0 8px 20px rgba(23, 20, 15, .14));
}

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.faq-intro > p:last-child {
  max-width: 42ch;
  margin-top: 1.5rem;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

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

.faq-list summary {
  position: relative;
  padding: 1.65rem 3.5rem 1.65rem 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.25;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 1px;
  content: "";
  background: var(--bronze);
  transition: transform .2s ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list details > div {
  max-width: 62ch;
  padding: 0 3rem 1.7rem 0;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.contact-copy > p:not(.section-index, .eyebrow) {
  max-width: 50ch;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, .62);
}

.emergency-box {
  display: grid;
  justify-items: start;
  gap: .5rem;
  margin-top: 2.5rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1px solid rgba(150, 118, 74, .4);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
}

.emergency-box span {
  color: rgba(255, 255, 255, .6);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.emergency-box a:first-of-type {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--white);
}

.emergency-box a:last-child {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: .6rem;
  margin-top: .5rem;
  padding: .85rem 1.4rem;
  color: var(--white);
  background: var(--oxblood);
  border-radius: var(--radius-sm);
  font-size: .88rem;
  font-weight: 700;
  transition: background-color .2s ease;
}

.emergency-box a:last-child:hover {
  background: #5b2933;
}

.contact-form {
  padding: clamp(1.5rem, 4vw, 3.25rem);
  color: var(--text);
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .14);
}

.form-intro {
  margin-bottom: 2rem;
}

.form-intro h3 {
  margin-bottom: .4rem;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
}

.form-intro p,
.form-note,
.form-status {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .84rem;
}

.form-field {
  margin-bottom: 1.25rem;
}

.form-field label {
  display: block;
  margin-bottom: .45rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.form-field input,
.form-field select {
  width: 100%;
  min-height: 52px;
  padding: .75rem .85rem;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.form-field input:focus,
.form-field select:focus {
  border-color: var(--bronze);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(150, 118, 74, .14);
}

.form-field [aria-invalid="true"] {
  border-color: var(--error);
}

.field-error {
  display: block;
  min-height: 1.25rem;
  margin-top: .3rem;
  color: var(--error);
  font-size: .76rem;
}

.privacy-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
  color: var(--muted);
  font-size: .78rem;
}

.privacy-check input {
  width: 16px;
  height: 16px;
  margin-top: .25rem;
  accent-color: var(--oxblood);
}

.privacy-check a {
  color: var(--oxblood);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-note {
  margin: .8rem 0 1.25rem;
}

.form-status {
  min-height: 1.4rem;
  margin-top: .8rem;
}

.site-footer {
  padding: 4rem 0 2rem;
  color: var(--white);
  background: #0b0f13;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, .65fr));
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-brand img {
  width: auto;
  height: 50px;
  margin-bottom: 1.25rem;
}

.footer-brand p,
.footer-grid p {
  max-width: 34ch;
  margin-bottom: .4rem;
  color: rgba(255, 255, 255, .54);
  font-size: .84rem;
}

.footer-grid h2 {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, .44);
  font-family: var(--font-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.5rem;
  color: rgba(255, 255, 255, .44);
  font-size: .76rem;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.page-hero {
  padding-block: clamp(4rem, 9vw, 6.5rem);
  color: var(--white);
  background:
    radial-gradient(circle at 88% 20%, rgba(150, 118, 74, .16), transparent 24%),
    linear-gradient(135deg, #0b0f13 0%, #14191e 56%, #1b2026 100%);
}

.page-hero h1 {
  max-width: 22ch;
  margin-bottom: 1.25rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  letter-spacing: -.04em;
  line-height: 1.08;
}

.page-hero-lead {
  max-width: 60ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
}

.legal {
  background: var(--paper);
}

.legal-content {
  max-width: var(--content);
  margin: 0 auto;
}

.legal-content h2 {
  margin-top: 2.75rem;
  margin-bottom: 1rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  letter-spacing: -.02em;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin-bottom: 1.25rem;
  color: var(--muted);
}

.legal-content ul {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  color: var(--muted);
}

.legal-content li {
  margin-bottom: .4rem;
}

.legal-content a {
  color: var(--oxblood);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-updated {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-size: .85rem;
}

.mobile-contact-bar {
  display: none;
}

@media (min-width: 1025px) {
  .hero h1 {
    max-width: 14ch;
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 1;
  }
}

@media (max-width: 1024px) {
  .hero-grid,
  .method-grid,
  .profile-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-grid,
  .testimonials-whatsapp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-copy {
    padding-top: 1rem;
  }

  .hero-media {
    width: min(100%, 620px);
  }

  .hero-image-frame,
  .hero-image-frame img {
    min-height: 520px;
  }

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

  .manifesto-copy {
    padding-top: 0;
  }

  .profile-media {
    width: min(100%, 650px);
  }

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

@media (max-width: 820px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 1.2rem 20px 1.5rem;
    background: var(--ink);
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    padding-block: .85rem;
  }

  .nav-contact {
    margin-top: .5rem;
    text-align: center;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip > div {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .trust-strip > div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .trust-strip > div:first-child {
    padding-left: 1.5rem;
  }

  .practice-item {
    grid-template-columns: 1fr;
  }

  .practice-item {
    gap: .75rem;
  }

  .practice-item p {
    padding-left: 0;
  }

  .practice-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: var(--ink);
  }

  .mobile-contact-bar a {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: .82rem;
    font-weight: 700;
  }

  .mobile-contact-bar a + a {
    border-left: 1px solid rgba(255, 255, 255, .12);
    background: var(--oxblood);
  }

  .site-footer {
    padding-bottom: 5.5rem;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .testimonials-grid,
  .testimonials-whatsapp-grid {
    grid-template-columns: 1fr;
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-logo {
    height: 44px;
  }

  .hero-grid {
    gap: 2.75rem;
    padding-block: 4.5rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-image-frame,
  .hero-image-frame img {
    min-height: 430px;
  }

  .hero-signature {
    flex-direction: column;
    gap: .25rem;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14) !important;
  }

  .trust-strip > div:last-child {
    border-bottom: 0 !important;
  }

  .credentials > div {
    grid-template-columns: 1fr;
    gap: .35rem;
  }

  .profile-media,
  .profile-media img {
    min-height: 480px;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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