:root {
  --navy-950: #07111e;
  --navy-900: #0c1726;
  --navy-800: #14253a;
  --navy-700: #1d3550;
  --gold: #c7a96b;
  --gold-light: #e2cf9f;
  --ivory: #f7f4ee;
  --paper: #fffdf8;
  --ink: #17202b;
  --muted: #66717e;
  --line: rgba(18, 34, 52, .13);
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 17, 30, .12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold-light); color: var(--navy-950); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--gold); color: var(--navy-950); padding: 12px 16px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 82px;
  overflow: hidden;
  background: rgba(7, 17, 30, .90);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 82px; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow: hidden; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; width: clamp(188px, 15vw, 236px); height: 48px; min-width: 0; overflow: hidden; color: var(--white); }
.brand-logo { display: block !important; width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 48px !important; object-fit: contain !important; object-position: left center !important; filter: drop-shadow(0 4px 14px rgba(0,0,0,.16)); }
.brand:hover .brand-logo, .brand:focus-visible .brand-logo { filter: drop-shadow(0 5px 18px rgba(199,169,107,.18)); }
.brand-cluster { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; min-width: 0; }
.site-version {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 26px;
  padding: 0 9px;
  color: var(--gold-light);
  border: 1px solid rgba(226,207,159,.34);
  border-radius: 999px;
  background: rgba(199,169,107,.08);
  font-size: .68rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}
.main-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.78); font-size: .93rem; font-weight: 600; }
.main-nav a { transition: color .2s ease, background .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-light); }
.main-nav .nav-cta { padding: 10px 16px; border: 1px solid rgba(226,207,159,.5); border-radius: 999px; color: var(--gold-light); }
.main-nav .nav-cta:hover { background: var(--gold); color: var(--navy-950); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--white); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }

.hero {
  min-height: 780px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(7,17,30,.98) 0%, rgba(12,23,38,.96) 48%, rgba(19,39,61,.92) 100%),
    radial-gradient(circle at 70% 30%, rgba(199,169,107,.15), transparent 35%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, #000 60%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -120px; top: 80px; background: rgba(199,169,107,.10); }
.hero-glow-two { width: 300px; height: 300px; left: 35%; bottom: -180px; background: rgba(79,126,167,.13); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 12px; color: var(--gold-light); font-size: .77rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #987c45; }
.hero h1, .section h2, .method-section h2, .contact-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.hero h1 { max-width: 760px; font-size: clamp(3.1rem, 6vw, 5.8rem); }
.hero-lead { max-width: 660px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: .94rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy-950); box-shadow: 0 14px 30px rgba(199,169,107,.18); }
.button-primary:hover { background: var(--gold-light); box-shadow: 0 18px 40px rgba(199,169,107,.25); }
.button-ghost { border-color: rgba(255,255,255,.22); color: var(--white); background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
.button-dark { background: var(--navy-900); color: var(--white); }
.button-dark:hover { background: var(--navy-700); }
.button.full { width: 100%; border-radius: 14px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 36px; color: rgba(255,255,255,.58); font-size: .82rem; }
.hero-notes span { display: inline-flex; align-items: center; gap: 9px; }
.hero-notes span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.legal-card { position: relative; z-index: 3; width: min(100%, 390px); aspect-ratio: .73; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 34px; border: 1px solid rgba(226,207,159,.38); border-radius: 190px 190px 24px 24px; background: linear-gradient(155deg, rgba(255,255,255,.10), rgba(255,255,255,.025)); box-shadow: 0 35px 80px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
.legal-card::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; }
.legal-card-top { position: absolute; inset: 38px 36px auto; display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; }
.monogram { width: 160px; height: 160px; display: grid; place-items: center; border: 1px solid rgba(226,207,159,.55); border-radius: 50%; color: var(--gold-light); font-family: Georgia, serif; font-size: 4.8rem; font-weight: 500; letter-spacing: -.1em; text-indent: -.08em; }
.legal-lines { width: 110px; margin: 35px 0 22px; display: grid; gap: 8px; }
.legal-lines i { display: block; height: 1px; background: rgba(255,255,255,.2); }
.legal-lines i:nth-child(2) { width: 72%; justify-self: center; }
.legal-lines i:nth-child(3) { width: 45%; justify-self: center; }
.legal-card p { margin: 0; color: rgba(255,255,255,.55); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.arch { position: absolute; border: 1px solid rgba(199,169,107,.16); border-bottom: 0; border-radius: 50% 50% 0 0; }
.arch-one { width: 480px; height: 480px; right: -60px; bottom: -120px; }
.arch-two { width: 360px; height: 390px; left: -30px; top: 28px; }

.trust-strip { position: relative; z-index: 5; margin-top: -34px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); border: 1px solid rgba(199,169,107,.28); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.trust-grid div { padding: 27px 26px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: var(--navy-900); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 600; }
.trust-grid span { display: block; margin-top: 5px; color: var(--muted); font-size: .82rem; }

.section { padding: 96px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section h2 { max-width: 760px; color: var(--navy-900); font-size: clamp(2.4rem, 4.5vw, 4.4rem); }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 1.04rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 315px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,253,248,.58); transition: transform .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease; overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -65px; bottom: -65px; border: 1px solid rgba(199,169,107,.24); border-radius: 50%; transition: transform .3s ease; }
.service-card:hover { transform: translateY(-6px); background: var(--paper); border-color: rgba(199,169,107,.5); box-shadow: 0 24px 60px rgba(7,17,30,.08); }
.service-card:hover::after { transform: scale(1.25); }
.service-card.featured { background: var(--navy-900); color: var(--white); border-color: transparent; }
.service-number { position: absolute; right: 24px; top: 21px; color: rgba(23,32,43,.28); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.featured .service-number { color: rgba(255,255,255,.3); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 46px; border: 1px solid rgba(199,169,107,.5); border-radius: 50%; color: #997b43; font-family: Georgia, serif; font-size: 1.3rem; }
.featured .service-icon { color: var(--gold-light); }
.service-card h3 { margin: 0; font-family: Georgia, serif; color: var(--navy-900); font-size: 1.55rem; font-weight: 600; }
.featured h3 { color: var(--white); }
.service-card p { margin: 14px 0 28px; color: var(--muted); font-size: .93rem; }
.featured p { color: rgba(255,255,255,.63); }
.service-card a { margin-top: auto; position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); font-size: .86rem; font-weight: 800; }
.featured a { border-top-color: rgba(255,255,255,.14); color: var(--gold-light); }
.service-card a span { font-size: 1.25rem; transition: transform .2s ease; }
.service-card a:hover span { transform: translateX(5px); }

.method-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy-900); }
.method-section::before { content: ""; position: absolute; width: 620px; height: 620px; left: -360px; bottom: -340px; border: 1px solid rgba(199,169,107,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(199,169,107,.035), 0 0 0 180px rgba(199,169,107,.025); }
.method-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.method-intro { position: sticky; top: 130px; }
.method-section h2 { color: var(--white); font-size: clamp(2.5rem, 4.4vw, 4.2rem); }
.method-intro > p:not(.eyebrow) { color: rgba(255,255,255,.62); margin: 26px 0; }
.text-link { display: inline-flex; gap: 14px; color: var(--gold-light); font-weight: 800; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 66px 1fr; gap: 26px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.12); }
.steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.steps-list > li > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(199,169,107,.36); border-radius: 50%; color: var(--gold-light); font-size: .75rem; font-weight: 800; }
.steps-list h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.steps-list p { margin: 0; color: rgba(255,255,255,.58); }

.community-section { background: var(--paper); }
.community-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.community-visual { position: relative; min-height: 580px; border-radius: var(--radius-lg); background: linear-gradient(145deg, #e8e1d3, #f4efe6); overflow: hidden; }
.community-visual::before { content: ""; position: absolute; width: 520px; height: 520px; left: -150px; bottom: -290px; border: 1px solid rgba(12,23,38,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(12,23,38,.025), 0 0 0 140px rgba(12,23,38,.02); }
.building { position: absolute; bottom: 0; display: grid; gap: 14px; padding: 30px 24px; background: var(--navy-900); box-shadow: 0 20px 45px rgba(7,17,30,.18); }
.building::before { content: ""; position: absolute; left: 50%; top: -48px; width: 1px; height: 48px; background: var(--navy-900); }
.building::after { content: ""; position: absolute; left: calc(50% - 17px); top: -48px; width: 34px; height: 14px; border: 1px solid var(--navy-900); border-bottom: 0; }
.building-one { left: 68px; width: 190px; height: 360px; grid-template-columns: repeat(2, 1fr); }
.building-two { right: 48px; width: 150px; height: 280px; grid-template-columns: repeat(2, 1fr); background: var(--navy-700); }
.building i { height: 34px; background: rgba(226,207,159,.65); border: 4px solid rgba(255,255,255,.08); }
.document-shape { position: absolute; z-index: 5; right: 90px; top: 72px; width: 210px; height: 270px; padding: 60px 30px 30px; border: 1px solid rgba(199,169,107,.45); border-radius: 10px; background: rgba(255,253,248,.92); box-shadow: var(--shadow); transform: rotate(4deg); }
.document-shape span { display: block; height: 7px; margin-bottom: 17px; border-radius: 10px; background: rgba(12,23,38,.15); }
.document-shape span:nth-child(2) { width: 80%; }
.document-shape span:nth-child(3) { width: 62%; }
.document-shape b { width: 55px; height: 55px; display: grid; place-items: center; margin: 48px auto 0; border: 1px solid rgba(199,169,107,.7); border-radius: 50%; color: #947638; font-size: 1.6rem; }
.community-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); }
.check-list { margin: 0 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 11px; color: #987c45; font-weight: 900; }

.about-section { background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.about-copy > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 1.03rem; }
.quote-card { position: relative; margin: 0; padding: 54px; color: var(--white); background: var(--navy-900); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.quote-card > span { position: absolute; right: 34px; top: 12px; color: rgba(199,169,107,.24); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.quote-card p { position: relative; margin: 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.35; }
.quote-card footer { margin-top: 28px; color: var(--gold-light); font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; }

.faq-section { color: var(--white); background: var(--navy-950); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.faq-section h2 { color: var(--white); }
.faq-intro { position: sticky; top: 125px; }
.faq-intro > p:not(.eyebrow) { color: rgba(255,255,255,.58); }
.accordion details { border-top: 1px solid rgba(255,255,255,.13); }
.accordion details:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.accordion summary { list-style: none; display: flex; justify-content: space-between; gap: 24px; padding: 26px 0; font-family: Georgia, serif; font-size: 1.28rem; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold-light); font-family: sans-serif; transition: transform .25s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 45px 28px 0; color: rgba(255,255,255,.58); }

.contact-section { padding: 120px 0; color: var(--white); background: linear-gradient(125deg, var(--navy-800), var(--navy-900)); }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; }
.contact-section h2 { color: var(--white); font-size: clamp(2.6rem, 4.5vw, 4.4rem); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: 1.04rem; }
.contact-details { margin-top: 30px; display: grid; gap: 14px; }
.contact-details div { display: grid; gap: 3px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-details small { color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .12em; }
.contact-details strong, .contact-details a { color: var(--gold-light); font-weight: 700; }
.contact-form { padding: 34px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.06); box-shadow: 0 30px 70px rgba(0,0,0,.17); backdrop-filter: blur(10px); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 17px; color: rgba(255,255,255,.78); font-size: .85rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; color: var(--white); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; outline: 0; background: rgba(255,255,255,.07); padding: 13px 14px; transition: border-color .2s ease, background .2s ease; }
.contact-form select option { color: var(--ink); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.35); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); background: rgba(255,255,255,.1); }
.contact-form .consent { grid-template-columns: 18px 1fr; align-items: start; gap: 10px; font-weight: 400; }
.contact-form .consent input { margin: 4px 0 0; padding: 0; accent-color: var(--gold); }
.contact-form .consent a { color: var(--gold-light); text-decoration: underline; }
.form-note { margin: 13px 0 0; color: rgba(255,255,255,.42); font-size: .75rem; text-align: center; }

.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.62); background: #050c15; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; }
.footer-brand { margin-bottom: 20px; width: min(270px, 100%); height: 50px; overflow: visible; }
.footer-brand .brand-logo { width: 100% !important; height: 50px !important; max-height: 50px !important; object-fit: contain !important; object-position: left center !important; }
.footer-grid > div:first-child p { max-width: 320px; }
.footer-grid h3 { margin: 0 0 18px; color: var(--white); font-family: Georgia, serif; font-size: 1rem; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 10px; font-size: .86rem; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: .76rem; }
.footer-bottom p { margin: 0; }
.floating-contact { position: fixed; z-index: 90; right: 22px; bottom: 22px; min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 10px 16px; color: var(--navy-950); background: var(--gold); border-radius: 999px; box-shadow: 0 15px 35px rgba(7,17,30,.3); font-size: .85rem; }
.floating-contact span { font-size: 1.1rem; }

.legal-page { min-height: 100vh; background: var(--ivory); }
.legal-page .site-header { position: relative; }
.legal-content { width: min(calc(100% - 40px), 850px); margin: 0 auto; padding: 90px 0 120px; }
.legal-content h1 { margin: 0 0 18px; color: var(--navy-900); font-family: Georgia, serif; font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: 1.05; }
.legal-content h2 { margin-top: 42px; color: var(--navy-900); font-family: Georgia, serif; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content .updated { color: #987c45; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
  .hero-grid, .method-grid, .community-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 35px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { min-height: 430px; }
  .legal-card { width: 320px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .method-intro, .faq-intro { position: static; }
  .community-grid { gap: 55px; }
  .community-visual { min-height: 500px; order: 2; }
  .about-grid, .faq-grid, .contact-grid { gap: 55px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { background: rgba(7,17,30,.95); }
  .nav-wrap { min-height: 68px; }
  .brand { width: 174px; height: 42px; }
  .brand-logo { max-height: 42px !important; }
  .menu-toggle { display: block; position: relative; z-index: 5; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px 34px; background: var(--navy-950); transform: translateX(100%); transition: transform .25s ease; font-family: Georgia, serif; font-size: 1.8rem; }
  .main-nav.open { transform: none; }
  .main-nav .nav-cta { margin-top: 15px; font-family: ui-sans-serif, system-ui, sans-serif; font-size: .9rem; }
  .hero { min-height: auto; padding: 128px 0 72px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .legal-card { width: 280px; }
  .monogram { width: 130px; height: 130px; font-size: 4rem; }
  .arch-one { width: 360px; height: 360px; }
  .arch-two { width: 290px; height: 310px; }
  .trust-strip { margin-top: 0; }
  .trust-grid { grid-template-columns: 1fr; border-radius: 0 0 18px 18px; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid div:last-child { border-bottom: 0; }
  .section, .contact-section { padding: 68px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .method-grid { gap: 45px; }
  .steps-list li { grid-template-columns: 50px 1fr; gap: 18px; }
  .steps-list > li > span { width: 44px; height: 44px; }
  .community-visual { min-height: 430px; }
  .building-one { left: 25px; width: 155px; height: 290px; }
  .building-two { right: 22px; width: 125px; height: 235px; }
  .document-shape { top: 35px; right: 35px; width: 165px; height: 220px; padding: 45px 22px 20px; }
  .document-shape b { margin-top: 28px; }
  .quote-card { padding: 38px 30px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-contact b { display: none; }
  .floating-contact { width: 52px; height: 52px; justify-content: center; padding: 0; }
}

/* Solicitudes de consulta v2 */
.contact-section-prominent { position: relative; overflow: hidden; }
.contact-section-prominent::before { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: -210px; border: 1px solid rgba(199,169,107,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(199,169,107,.025), 0 0 0 140px rgba(199,169,107,.018); pointer-events: none; }
.contact-highlights { display: grid; gap: 12px; margin-top: 24px; }
.contact-highlights > div { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; }
.contact-highlights > div > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy-950); background: var(--gold); border-radius: 50%; font-weight: 900; font-size: .8rem; }
.contact-highlights p { margin: 0; padding-top: 7px; }
.contact-highlights strong { color: var(--white); font-size: .9rem; }
.contact-highlights small { color: rgba(255,255,255,.48); font-size: .78rem; line-height: 1.5; }
.form-heading { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin-bottom: 23px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.11); }
.form-heading p { margin: 0; color: var(--white); font-family: Georgia, serif; font-size: 1.25rem; }
.form-heading span { color: rgba(255,255,255,.42); font-size: .7rem; text-align: right; }
.field-help { margin-top: -3px; color: rgba(255,255,255,.42); font-weight: 400; line-height: 1.45; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.schedule-builder { margin: 3px 0 20px; padding: 0; border: 0; }
.schedule-builder-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 13px; }
.schedule-builder legend { color: rgba(255,255,255,.8); font-size: .85rem; font-weight: 800; }
.schedule-builder-heading p { max-width: 430px; margin: 5px 0 0; color: rgba(255,255,255,.42); font-size: .74rem; line-height: 1.5; }
.schedule-add { min-height: 38px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 5px; padding: 8px 12px; color: var(--gold-light); border: 1px solid rgba(199,169,107,.35); border-radius: 10px; background: rgba(199,169,107,.06); font-weight: 800; font-size: .74rem; cursor: pointer; }
.schedule-add:hover { background: rgba(199,169,107,.12); }
.schedule-add:disabled { opacity: .4; cursor: not-allowed; }
.schedule-list { display: grid; gap: 10px; }
.schedule-item {
  position: relative;
  display: grid;
  grid-template-columns: 22px 78px minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  align-items: end;
  padding: 14px 13px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: rgba(5,12,21,.22);
  transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}
.schedule-item > *,
.schedule-item label,
.schedule-item input { min-width: 0; }
.schedule-item:hover { border-color: rgba(199,169,107,.32); }
.schedule-item.dragging { opacity: .5; transform: scale(.99); }
.schedule-handle {
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: center;
  color: rgba(255,255,255,.35);
  cursor: grab;
  user-select: none;
  font-size: 1.05rem;
  letter-spacing: -5px;
}
.schedule-rank {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  color: rgba(255,255,255,.42);
  font-size: .68rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.schedule-rank strong { display: block; margin-top: 2px; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.12rem; }
.contact-form .schedule-item label { margin: 0; font-size: .68rem; }
.contact-form .schedule-item label:first-of-type { grid-column: 3 / 5; grid-row: 1; }
.contact-form .schedule-item label:nth-of-type(2) { grid-column: 3; grid-row: 2; }
.contact-form .schedule-item label:nth-of-type(3) { grid-column: 4; grid-row: 2; }
.contact-form .schedule-item input {
  min-height: 44px;
  max-width: 100%;
  padding: 10px 11px;
  font-size: .8rem;
}
.contact-form .schedule-item input[type="date"] {
  position: relative;
  min-width: 0;
  width: 100%;
  padding-right: 42px;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23e2cf9f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='15' rx='2'/%3E%3Cpath d='M8 3.5v4M16 3.5v4M3.5 10h17'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
}
.contact-form .schedule-item input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.contact-form .schedule-item input[type="time"] {
  position: relative;
  min-width: 0;
  width: 100%;
  padding-right: 42px;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23e2cf9f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5V12l3 2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
}
.contact-form .schedule-item input[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.schedule-date-field, .schedule-time-field { cursor: pointer; }
.schedule-actions {
  grid-column: 3 / 5;
  grid-row: 3;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  align-self: center;
}
.schedule-actions button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.05); cursor: pointer; font-size: .9rem; }
.schedule-actions button:hover { color: var(--gold-light); border-color: rgba(199,169,107,.38); }
.schedule-actions button:disabled { opacity: .22; cursor: default; }
.schedule-actions .schedule-remove { color: #ffd0ca; }
.schedule-tip { margin: 9px 0 0; color: rgba(255,255,255,.37); font-size: .69rem; }
.submit-button { position: relative; }
.submit-spinner { display: none; width: 18px; height: 18px; border: 2px solid rgba(7,17,30,.28); border-top-color: var(--navy-950); border-radius: 50%; animation: form-spin .7s linear infinite; }
.submit-button.loading .submit-spinner { display: block; }
.submit-button:disabled { opacity: .72; cursor: wait; transform: none; }
@keyframes form-spin { to { transform: rotate(360deg); } }
.form-status { display: none; margin-top: 13px; padding: 12px 14px; border-radius: 11px; font-size: .8rem; line-height: 1.5; }
.form-status:not(:empty) { display: block; }
.form-status.pending { color: #f9e6bc; border: 1px solid rgba(199,169,107,.25); background: rgba(199,169,107,.08); }
.form-status.success { color: #d6f6df; border: 1px solid rgba(100,204,130,.27); background: rgba(67,155,93,.12); }
.form-status.error { color: #ffd7d2; border: 1px solid rgba(242,110,97,.28); background: rgba(190,60,48,.12); }

@media (max-width: 760px) {
  .form-heading { display: grid; gap: 5px; }
  .form-heading span { text-align: left; }
  .schedule-builder-heading { display: grid; }
  .schedule-add { width: 100%; justify-content: center; }
  .schedule-item { grid-template-columns: 20px minmax(0, 1fr) minmax(0, 1fr); gap: 9px; padding: 13px 10px; }
  .schedule-handle { grid-column: 1; grid-row: 1 / span 4; }
  .schedule-rank { grid-column: 2 / 4; grid-row: 1; display: flex; align-items: center; gap: 7px; }
  .schedule-rank strong { display: inline; margin: 0; }
  .contact-form .schedule-item label:first-of-type { grid-column: 2 / 4; grid-row: 2; }
  .contact-form .schedule-item label:nth-of-type(2) { grid-column: 2; grid-row: 3; }
  .contact-form .schedule-item label:nth-of-type(3) { grid-column: 3; grid-row: 3; }
  .schedule-actions { grid-column: 2 / 4; grid-row: 4; justify-content: flex-end; }
  .schedule-tip { line-height: 1.5; }
}

@media (max-width: 430px) {
  .brand-cluster { gap: 7px; }
  .brand { width: 148px; height: 36px; }
  .brand-logo { max-height: 36px !important; }
  .site-version { min-width: 34px; height: 24px; padding-inline: 7px; font-size: .62rem; }
  .schedule-item { grid-template-columns: 18px minmax(0, 1fr); }
  .schedule-handle { grid-column: 1; grid-row: 1 / span 5; }
  .schedule-rank { grid-column: 2; grid-row: 1; }
  .contact-form .schedule-item label:first-of-type,
  .contact-form .schedule-item label:nth-of-type(2),
  .contact-form .schedule-item label:nth-of-type(3) { grid-column: 2; }
  .contact-form .schedule-item label:first-of-type { grid-row: 2; }
  .contact-form .schedule-item label:nth-of-type(2) { grid-row: 3; }
  .contact-form .schedule-item label:nth-of-type(3) { grid-row: 4; }
  .schedule-actions { grid-column: 2; grid-row: 5; }
}


@media (max-width: 1120px) {
  .nav-wrap { gap: 16px; }
  .brand { width: 185px; height: 42px; }
  .brand-logo { max-height: 42px !important; }
  .main-nav { gap: 18px; font-size: .88rem; }
}

/* Formulario como primera sección v7 */
.contact-section-first {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 142px;
  padding-bottom: 84px;
}
.contact-section-first + .hero {
  min-height: 690px;
  padding-top: 100px;
}
@media (max-width: 760px) {
  .contact-section-first {
    min-height: auto;
    align-items: stretch;
    padding-top: 112px;
    padding-bottom: 72px;
  }
  .contact-section-first + .hero {
    padding-top: 90px;
  }
}

/* Ajustes v7 */
.optional-label {
  display: inline-flex;
  align-items: center;
  margin-left: 7px;
  padding: 2px 7px;
  border: 1px solid rgba(199,169,107,.3);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  vertical-align: middle;
}
.no-schedules {
  margin: 0;
  padding: 14px 16px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  color: var(--muted);
  background: #fbfaf7;
}


/* Página de preguntas frecuentes v8 */
.faq-page-body { background: var(--ivory); }
.faq-page-hero { position: relative; overflow: hidden; padding: 110px 0 76px; color: var(--white); background: var(--navy-950); }
.faq-page-hero::after { content: ""; position: absolute; width: 480px; height: 480px; right: -150px; top: -220px; border: 1px solid rgba(199,169,107,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(199,169,107,.035), 0 0 0 140px rgba(199,169,107,.02); }
.faq-page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 48px; align-items: end; }
.faq-page-hero h1 { max-width: 800px; margin: 12px 0 18px; font-family: Georgia, serif; font-size: clamp(2.8rem,7vw,5.5rem); line-height: .98; }
.faq-page-hero p:not(.eyebrow) { max-width: 690px; margin: 0; color: rgba(255,255,255,.62); font-size: 1.02rem; }
.faq-category-nav { position: sticky; z-index: 60; top: 0; overflow-x: auto; border-bottom: 1px solid var(--line); background: rgba(250,247,240,.96); backdrop-filter: blur(12px); }
.faq-category-nav .container { display: flex; gap: 8px; padding-top: 12px; padding-bottom: 12px; }
.faq-category-nav a { flex: 0 0 auto; padding: 9px 13px; color: var(--navy-900); border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: .78rem; font-weight: 800; }
.faq-category-nav a:hover { color: var(--navy-950); border-color: var(--gold); }
.faq-page-content { padding: 80px 0 110px; }
.faq-categories { display: grid; gap: 28px; }
.faq-page-category { scroll-margin-top: 92px; display: grid; grid-template-columns: minmax(230px,.62fr) minmax(0,1.38fr); gap: 56px; padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 20px 55px rgba(12,23,38,.06); }
.faq-category-heading { display: flex; gap: 17px; align-items: flex-start; }
.faq-category-heading > span { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; color: var(--navy-950); background: var(--gold-light); border-radius: 50%; font-weight: 900; }
.faq-category-heading p { margin: 2px 0 5px; color: #9b7c3d; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 900; }
.faq-category-heading h2 { margin: 0; color: var(--navy-950); font-family: Georgia, serif; font-size: clamp(1.8rem,3vw,2.5rem); line-height: 1.05; }
.faq-page-accordion details { border-top: 1px solid var(--line); }
.faq-page-accordion details:last-child { border-bottom: 1px solid var(--line); }
.faq-page-accordion summary { list-style: none; display: flex; justify-content: space-between; gap: 24px; padding: 21px 0; color: var(--navy-950); font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.35; cursor: pointer; }
.faq-page-accordion summary::-webkit-details-marker { display: none; }
.faq-page-accordion summary span { color: #a68039; font-family: sans-serif; font-size: 1.2rem; transition: transform .2s ease; }
.faq-page-accordion details[open] summary span { transform: rotate(45deg); }
.faq-page-accordion details p { margin: -3px 42px 22px 0; color: var(--muted); line-height: 1.75; }
.faq-page-cta { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-top: 28px; padding: 42px; border-radius: 22px; background: var(--gold-light); }
.faq-page-cta h2 { margin: 5px 0 8px; color: var(--navy-950); font-family: Georgia, serif; font-size: clamp(2rem,4vw,3.2rem); }
.faq-page-cta p:not(.eyebrow) { margin: 0; color: #5e594f; }
.faq-page-cta .button { flex: 0 0 auto; }

@media (max-width: 900px) {
  .faq-page-hero-grid, .faq-page-category { grid-template-columns: 1fr; }
  .faq-page-hero-grid { align-items: start; }
  .faq-page-hero-grid .button { width: fit-content; }
  .faq-page-category { gap: 28px; }
  .faq-page-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 760px) {
  .faq-page-hero { padding: 105px 0 58px; }
  .faq-page-content { padding: 52px 0 78px; }
  .faq-page-category { padding: 25px 19px; border-radius: 17px; }
  .faq-category-heading > span { width: 40px; height: 40px; }
  .faq-page-accordion summary { font-size: 1rem; }
  .faq-page-accordion details p { margin-right: 0; }
  .faq-page-cta { padding: 28px 22px; }
  .faq-page-cta .button { width: 100%; }
}


/* Integración visual v9 */
.hero-image-frame,
.contact-art,
.service-media,
.faq-hero-visual,
.visual-cta-card,
.community-visual {
  margin: 0;
}
.hero-image-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(226,207,159,.28);
  border-radius: 30px;
  background: #07111e;
  box-shadow: 0 36px 90px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.03) inset;
}
.hero-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(226,207,159,.14), transparent 34%, rgba(7,17,30,.08));
}
.hero-image-frame img,
.contact-art img,
.service-media img,
.community-image,
.faq-hero-visual img,
.visual-cta-card > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero-image-frame img { transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease; }
.hero-image-frame:hover img { transform: scale(1.025); filter: saturate(1.05); }

.contact-art {
  position: relative;
  max-width: 540px;
  aspect-ratio: 16 / 7;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(226,207,159,.2);
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(0,0,0,.18);
}
.contact-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,17,30,.18), transparent 55%);
  pointer-events: none;
}
.contact-art img { object-position: center 56%; transition: transform .7s ease; }
.contact-art:hover img { transform: scale(1.035); }

.service-card {
  min-height: 430px;
  padding: 22px;
}
.service-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(199,169,107,.22);
  border-radius: 15px;
  background: var(--navy-950);
}
.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, transparent 52%, rgba(199,169,107,.11));
}
.service-media img { transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .55s ease; }
.service-card:hover .service-media img { transform: scale(1.065); filter: saturate(1.08) contrast(1.03); }
.service-card h3 { font-size: 1.45rem; }
.service-card::after { opacity: .55; }

.community-visual {
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(199,169,107,.24);
  background: #07111e;
  box-shadow: var(--shadow);
}
.community-visual::before { display: none; }
.community-image { object-position: center; transition: transform .75s ease, filter .75s ease; }
.community-visual:hover .community-image { transform: scale(1.035); filter: saturate(1.06); }

.visual-cta {
  padding: 0 0 96px;
  background: var(--ivory);
}
.visual-cta-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(199,169,107,.28);
  border-radius: 30px;
  background: var(--navy-950);
  box-shadow: 0 32px 80px rgba(7,17,30,.18);
}
.visual-cta-card > img { position: absolute; inset: 0; transition: transform .9s ease, filter .9s ease; }
.visual-cta-card:hover > img { transform: scale(1.025); filter: saturate(1.08); }
.visual-cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,17,30,.96) 0%, rgba(7,17,30,.78) 45%, rgba(7,17,30,.18) 100%);
}
.visual-cta-overlay {
  position: relative;
  z-index: 2;
  width: min(100%, 600px);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
  color: var(--white);
}
.visual-cta-overlay h2 {
  margin: 0;
  color: var(--white);
  font-family: Georgia, serif;
  font-size: clamp(2.5rem,5vw,4.4rem);
  font-weight: 500;
  line-height: 1.03;
}
.visual-cta-overlay > p:not(.eyebrow) { margin: 18px 0 28px; color: rgba(255,255,255,.68); }
.visual-cta-overlay .button { width: fit-content; }

.faq-page-hero { padding-top: 118px; }
.faq-page-hero-grid { grid-template-columns: minmax(0,1fr) minmax(360px,.82fr); align-items: center; }
.faq-hero-actions { margin-top: 30px; }
.faq-hero-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(226,207,159,.27);
  border-radius: 24px;
  background: #07111e;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.faq-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(226,207,159,.1), transparent 48%);
  pointer-events: none;
}
.faq-hero-visual img { transition: transform .75s ease; }
.faq-hero-visual:hover img { transform: scale(1.03); }

@media (max-width: 1000px) {
  .contact-form { order: 1; }
  .contact-copy { order: 2; }
  .faq-page-hero-grid { grid-template-columns: 1fr; }
  .faq-hero-visual { max-width: 760px; }
}
@media (max-width: 760px) {
  .hero-image-frame { border-radius: 22px; }
  .hero-visual { min-height: auto; }
  .contact-art { aspect-ratio: 16 / 8.5; }
  .service-card { min-height: 390px; padding: 18px; }
  .service-media { margin-bottom: 20px; }
  .visual-cta { padding-bottom: 68px; }
  .visual-cta-card { min-height: 480px; border-radius: 22px; }
  .visual-cta-card::after { background: linear-gradient(0deg, rgba(7,17,30,.98) 0%, rgba(7,17,30,.82) 58%, rgba(7,17,30,.18) 100%); }
  .visual-cta-overlay { min-height: 480px; justify-content: flex-end; padding: 32px 24px; }
  .visual-cta-overlay .button { width: 100%; }
  .faq-hero-visual { border-radius: 18px; }
}
