:root {
  --navy: #042050;
  --navy-2: #0b316c;
  --navy-3: #123e7d;
  --gold: #c9943a;
  --gold-2: #d1a14f;
  --gold-soft: #ead6ad;
  --ink: #13213b;
  --muted: #627089;
  --line: #e7e1d7;
  --paper: #f8f6f1;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(4, 32, 80, .13);
  --shadow-soft: 0 14px 40px rgba(4, 32, 80, .09);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; border-radius: 8px; background: var(--gold); color: var(--navy); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(4,32,80,.08); transition: box-shadow .25s, background .25s; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(4,32,80,.08); background: rgba(255,255,255,.97); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 50px; max-height: 48px; object-fit: contain; }
.brand-type { display: grid; line-height: 1; }
.brand-type strong { font-family: var(--serif); letter-spacing: .14em; font-size: 18px; color: var(--navy); font-weight: 700; }
.brand-type small { margin-top: 6px; letter-spacing: .28em; font-size: 8px; color: var(--gold); font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a:not(.nav-cta) { color: #34445d; font-size: 14px; font-weight: 650; position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); font-size: 13px; font-weight: 800; transition: .2s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--navy); color: var(--white); transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); transition: .25s; }

.hero { position: relative; overflow: hidden; min-height: 740px; display: grid; align-items: center; color: var(--white); background:
  radial-gradient(circle at 15% 15%, rgba(26,74,145,.65), transparent 36%),
  radial-gradient(circle at 85% 85%, rgba(201,148,58,.18), transparent 34%),
  linear-gradient(135deg, #031735 0%, var(--navy) 54%, #092d65 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: url('assets/pattern.svg'); background-size: 190px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: -260px; border: 1px solid rgba(209,161,79,.45); border-radius: 50%; box-shadow: 0 0 0 45px rgba(209,161,79,.04), 0 0 0 90px rgba(209,161,79,.025); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 74px; align-items: center; padding-block: 88px 96px; }
.hero-copy { max-width: 660px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: #e8d6ae; font-size: 11px; letter-spacing: .15em; font-weight: 800; }
.eyebrow span { width: 38px; height: 1px; background: var(--gold-2); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 78px); line-height: .99; letter-spacing: -.035em; font-weight: 600; }
.hero h1 em { display: block; color: var(--gold-2); font-style: italic; font-weight: 500; }
.hero-lead { max-width: 600px; margin: 28px 0 18px; color: #dbe3ef; font-size: 18px; line-height: 1.7; }
.hero-slogan { max-width: 590px; display: flex; align-items: center; gap: 12px; margin: 0 0 30px; padding: 13px 16px; border-left: 3px solid var(--gold-2); border-radius: 0 12px 12px 0; background: rgba(255,255,255,.055); color: #f5f7fb; font-family: var(--serif); font-size: 18px; line-height: 1.35; }
.hero-slogan > span { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 0 5px rgba(209,161,79,.12); }
.hero-slogan strong { color: var(--gold-2); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { color: #1a2b48; background: linear-gradient(135deg, #e1bd74, var(--gold)); box-shadow: 0 12px 30px rgba(201,148,58,.24); }
.button-gold:hover { box-shadow: 0 16px 36px rgba(201,148,58,.35); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); }
.button-navy { color: var(--white); background: var(--navy); box-shadow: 0 10px 26px rgba(4,32,80,.18); }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; padding: 0; margin: 36px 0 0; color: #d9e1ed; font-size: 13px; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.check { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid rgba(209,161,79,.55); border-radius: 50%; color: var(--gold-2); font-size: 11px; }
.hero-visual { position: relative; min-height: 520px; }
.visual-card { position: absolute; inset: 10px 20px 20px 10px; display: grid; place-items: center; padding: 42px 52px 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.99), rgba(247,245,239,.96)); box-shadow: 0 40px 90px rgba(0,0,0,.28); transform: rotate(1.4deg); }
.visual-card::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(201,148,58,.22); border-radius: 25px; pointer-events: none; }
.card-topline { position: absolute; top: 22px; left: 30px; right: 30px; display: flex; align-items: center; gap: 7px; color: #8a7550; }
.card-topline span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-2); opacity: .75; }
.card-topline b { margin-left: auto; font-size: 8px; letter-spacing: .16em; }
.hero-logo { width: 360px; max-height: 340px; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(4,32,80,.08)); }
.credential-card { align-self: end; width: 100%; display: flex; align-items: center; gap: 13px; padding: 15px 18px; border: 1px solid #e7dfd2; border-radius: 16px; background: rgba(255,255,255,.88); color: var(--ink); }
.credential-icon { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: #f5ead6; }
.credential-icon svg { width: 22px; fill: none; stroke: var(--gold); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.credential-card div:last-child { display: grid; line-height: 1.25; }
.credential-card span { color: var(--muted); font-size: 10px; }
.credential-card strong { margin-top: 3px; color: var(--navy); font-family: var(--serif); font-size: 17px; }
.credential-card small { margin-top: 3px; color: var(--gold); font-size: 10px; font-weight: 800; }
.floating-note { position: absolute; z-index: 3; display: grid; min-width: 200px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(5,29,67,.92); box-shadow: 0 16px 40px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.floating-note b { font-size: 12px; color: var(--gold-2); }
.floating-note span { margin-top: 3px; font-size: 10px; color: #dce5f1; }
.note-one { left: -28px; top: 70px; }
.note-two { right: -52px; bottom: 54px; }
.hero-orbit { position: absolute; border: 1px solid rgba(209,161,79,.17); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 290px; height: 290px; left: -155px; bottom: -80px; }
.hero-orbit-two { width: 110px; height: 110px; left: 47%; top: 80px; }

.confidence-bar { position: relative; z-index: 4; margin-top: -28px; }
.confidence-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #e7e0d5; border-radius: 18px; background: var(--white); box-shadow: var(--shadow-soft); overflow: hidden; }
.confidence-grid > div { display: flex; align-items: center; gap: 15px; padding: 22px 28px; }
.confidence-grid > div + div { border-left: 1px solid #ece6dc; }
.confidence-grid svg { flex: 0 0 31px; width: 31px; fill: none; stroke: var(--gold); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.confidence-grid span { display: grid; line-height: 1.3; }
.confidence-grid b { color: var(--navy); font-family: var(--serif); font-size: 16px; }
.confidence-grid small { margin-top: 4px; color: var(--muted); font-size: 11px; }

.section { padding: 116px 0; }
.section-kicker { margin-bottom: 15px; color: var(--gold); font-size: 11px; letter-spacing: .19em; font-weight: 850; }
.section-kicker.light { color: var(--gold-2); }
.section h2, .decision-panel h2, .contact-section h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(38px,4vw,58px); line-height: 1.08; letter-spacing: -.025em; font-weight: 600; }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p { margin: 20px 0 0; color: var(--muted); font-size: 17px; }

.about { overflow: hidden; background: linear-gradient(180deg, #fff, #fbfaf7); }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.about-visual { position: relative; min-height: 560px; }
.monogram-stage { position: absolute; inset: 0 28px 58px 0; display: grid; place-items: center; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg, #061e45, #0b3470); box-shadow: var(--shadow); }
.monogram-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 65% 35%, rgba(209,161,79,.22), transparent 35%), url('assets/pattern.svg'); background-size: auto, 170px; opacity: .75; }
.monogram-stage img { position: relative; z-index: 2; width: 74%; filter: drop-shadow(0 15px 34px rgba(0,0,0,.35)); }
.stage-label { position: absolute; left: 25px; bottom: 20px; z-index: 2; color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .28em; }
.stage-ring { position: absolute; z-index: 1; border: 1px solid rgba(209,161,79,.35); border-radius: 50%; }
.ring-a { width: 380px; height: 380px; }
.ring-b { width: 470px; height: 470px; }
.about-signature { position: absolute; right: 0; bottom: 0; z-index: 3; display: grid; min-width: 270px; padding: 21px 25px; border-left: 4px solid var(--gold); border-radius: 16px; background: var(--white); box-shadow: var(--shadow-soft); }
.about-signature span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.about-signature strong { margin: 4px 0; color: var(--navy); font-family: var(--serif); font-size: 20px; }
.about-signature small { color: var(--gold); font-weight: 800; }
.section-copy .lead { margin-top: 26px; color: #2e405d; font-size: 20px; line-height: 1.6; }
.section-copy > p:not(.lead) { color: var(--muted); }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; }
.principles > div { padding-top: 18px; border-top: 2px solid #eee6d8; }
.principles span { color: var(--gold); font-size: 10px; font-weight: 900; }
.principles strong { display: block; margin: 6px 0 4px; color: var(--navy); font-family: var(--serif); font-size: 18px; }
.principles p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid #e8e2d8; border-radius: 22px; background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -80px; bottom: -100px; border: 1px solid rgba(201,148,58,.22); border-radius: 50%; transition: transform .3s; }
.service-card:hover { transform: translateY(-7px); border-color: #dcc69f; box-shadow: var(--shadow-soft); }
.service-card:hover::after { transform: scale(1.18); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 14px; background: #f6ead5; }
.service-icon svg { width: 25px; fill: none; stroke: var(--gold); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.service-card > span { position: absolute; top: 32px; right: 30px; color: #c2c9d4; font-family: var(--serif); font-size: 14px; }
.service-card h3 { margin: 0 0 13px; color: var(--navy); font-family: var(--serif); font-size: 24px; line-height: 1.2; }
.service-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--navy); font-size: 12px; font-weight: 850; }
.service-card a b { color: var(--gold); font-size: 17px; }
.scope-note { margin: 24px 0 0; text-align: center; color: #7a8595; font-size: 12px; }

.decision-panel { padding: 110px 0; color: var(--white); background: linear-gradient(125deg, #031735, #06285c 72%, #0c3a78); position: relative; overflow: hidden; }
.decision-panel::before { content: ""; position: absolute; inset: 0; background: url('assets/pattern.svg'); opacity: .15; }
.decision-panel::after { content: ""; position: absolute; width: 480px; height: 480px; right: -170px; bottom: -270px; border: 1px solid rgba(209,161,79,.3); border-radius: 50%; box-shadow: 0 0 0 54px rgba(209,161,79,.035), 0 0 0 108px rgba(209,161,79,.02); }
.decision-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.decision-panel h2, .contact-section h2 { color: var(--white); }
.decision-copy p { max-width: 580px; color: #d2dce9; font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--gold-2); font-weight: 800; font-size: 14px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.decision-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; align-items: stretch; }
.metric-card { min-height: 250px; padding: 28px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 19px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.metric-card.featured { transform: translateY(-22px); border-color: rgba(209,161,79,.5); background: linear-gradient(160deg, rgba(209,161,79,.17), rgba(255,255,255,.06)); }
.metric-card > span { color: var(--gold-2); font-family: var(--serif); font-size: 13px; }
.metric-card strong { display: block; margin: 70px 0 12px; font-family: var(--serif); font-size: 23px; }
.metric-card p { margin: 0; color: #cbd5e4; font-size: 12px; line-height: 1.55; }

.process { background: var(--white); }
.process .section-heading { max-width: 780px; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.process-line { width: calc(100% - 180px); height: 1px; margin: 0 auto -34px; background: linear-gradient(to right, transparent, #dfc99e 8%, #dfc99e 92%, transparent); }
.process-step { position: relative; padding: 0 14px; text-align: center; }
.process-step > span { position: absolute; right: 10px; top: 12px; color: #b9c1cd; font-family: var(--serif); font-size: 12px; }
.step-icon { position: relative; z-index: 2; width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 25px; border: 1px solid #dfc99e; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 9px var(--white); }
.step-icon svg { width: 26px; fill: none; stroke: var(--gold); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.process-step h3 { margin: 0 0 9px; color: var(--navy); font-family: var(--serif); font-size: 21px; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; }

.standards { background: linear-gradient(180deg, #f8f6f1, #fff); }
.standards-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.standards-intro { position: sticky; top: 130px; align-self: start; }
.standards-intro p { color: var(--muted); font-size: 17px; }
.standard-list { border-top: 1px solid #ddd5c9; }
.standard-list > div { display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid #ddd5c9; }
.standard-list > div > span { color: var(--gold); font-family: var(--serif); font-size: 15px; }
.standard-list h3 { margin: 0 0 5px; color: var(--navy); font-family: var(--serif); font-size: 23px; }
.standard-list p { margin: 0; color: var(--muted); font-size: 14px; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro p { margin-bottom: 28px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--navy); font-family: var(--serif); font-size: 21px; font-weight: 600; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #d7c49d; border-radius: 50%; color: var(--gold); font-family: var(--sans); font-size: 20px; transition: transform .2s, background .2s; }
details[open] summary::after { content: "−"; background: #f7eddc; transform: rotate(180deg); }
details p { max-width: 760px; margin: -5px 55px 24px 0; color: var(--muted); font-size: 14px; }

.contact-section { position: relative; overflow: hidden; padding: 110px 0; color: var(--white); background: linear-gradient(125deg, #061e45, #0b3470); }
.contact-section::before { content: ""; position: absolute; inset: 0; background: url('assets/pattern.svg'); opacity: .14; }
.contact-decoration { position: absolute; width: 550px; height: 550px; left: -340px; top: -200px; border: 1px solid rgba(209,161,79,.3); border-radius: 50%; box-shadow: 0 0 0 60px rgba(209,161,79,.03), 0 0 0 120px rgba(209,161,79,.02); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.contact-copy > p { color: #d1dbea; font-size: 17px; }
.direct-contact { display: grid; gap: 5px; margin-top: 35px; padding: 22px; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; background: rgba(255,255,255,.055); }
.direct-contact span { color: #aebdd2; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.direct-contact a { color: var(--gold-2); font-family: var(--serif); font-size: clamp(17px,2vw,22px); word-break: break-word; }
.direct-contact small { color: #cbd7e7; font-size: 11px; }
.direct-contact-action { justify-self: start; display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(37,211,102,.12); color: #eafff1 !important; font-family: var(--sans) !important; font-size: 11px !important; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.direct-contact-action:hover { transform: translateY(-2px); background: rgba(37,211,102,.2); border-color: rgba(37,211,102,.45); }
.contact-person { display: flex; align-items: center; gap: 15px; margin-top: 28px; }
.contact-person img { width: 58px; padding: 7px; border-radius: 12px; background: var(--white); }
.contact-person div { display: grid; }
.contact-person strong { font-family: var(--serif); font-size: 18px; }
.contact-person span { color: var(--gold-2); font-size: 11px; font-weight: 800; }
.contact-form { padding: 36px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: 0 34px 80px rgba(0,0,0,.27); color: var(--ink); }
.form-heading { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; margin-bottom: 24px; padding-bottom: 17px; border-bottom: 1px solid #e6dfd4; }
.form-heading span { color: var(--navy); font-family: var(--serif); font-size: 25px; font-weight: 700; }
.form-heading small { color: var(--muted); font-size: 9px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 15px; color: #34445d; font-size: 11px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d8dce4; border-radius: 10px; outline: none; background: #fff; color: var(--ink); padding: 12px 13px; font-size: 14px; transition: border .2s, box-shadow .2s; }
.contact-form textarea { min-height: 125px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,148,58,.13); }
.contact-form .invalid { border-color: #b94242; box-shadow: 0 0 0 3px rgba(185,66,66,.08); }
.consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; font-weight: 500 !important; line-height: 1.5; }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--navy); }
.consent a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-submit { width: 100%; border: 0; }
.form-feedback { min-height: 20px; margin: 10px 0 0; color: #516078; font-size: 11px; text-align: center; }

.site-footer { padding: 70px 0 0; color: #cbd5e4; background: #021633; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr 1fr .65fr; gap: 52px; padding-bottom: 54px; }
.footer-brand-lockup { display: inline-flex; padding: 11px 15px 11px 10px; border-radius: 14px; background: var(--white); }
.footer-brand p { max-width: 330px; margin-top: 20px; color: #9faec1; font-size: 13px; }
.footer-column { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }
.footer-column strong { margin-bottom: 7px; color: var(--gold-2); font-family: var(--serif); font-size: 16px; }
.footer-column a { color: #cbd5e4; transition: color .2s; word-break: break-word; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.09); color: #8292a8; font-size: 10px; }
.footer-bottom a { color: var(--gold-2); }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 10px 17px 10px 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: linear-gradient(135deg, #25d366, #128c7e); box-shadow: 0 15px 38px rgba(7,94,84,.34); color: var(--white); transition: transform .2s, box-shadow .2s; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { transform: translateY(-4px); box-shadow: 0 19px 44px rgba(7,94,84,.44); }
.floating-whatsapp svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.floating-whatsapp span { font-size: 12px; font-weight: 850; white-space: nowrap; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 1500; transform: translate(-50%, 30px); padding: 12px 18px; border-radius: 10px; background: var(--navy); color: var(--white); box-shadow: var(--shadow); opacity: 0; pointer-events: none; font-size: 12px; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .18s; }
.reveal-delay-3 { transition-delay: .26s; }

@media (max-width: 1060px) {
  .hero-grid { gap: 40px; }
  .note-two { right: -10px; }
  .about-grid, .decision-grid, .standards-grid, .faq-grid, .contact-grid { gap: 55px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); row-gap: 55px; }
  .process-line { display: none; }
  .footer-grid { grid-template-columns: 1.3fr .7fr 1fr; }
  .footer-column:last-child { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 78px; }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .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: 72px 0 auto 0; display: grid; gap: 0; padding: 16px 20px 24px; border-bottom: 1px solid #e7e1d7; background: rgba(255,255,255,.99); box-shadow: 0 20px 40px rgba(4,32,80,.12); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .25s; }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav > a { padding: 13px 8px; border-bottom: 1px solid #eee9e1; }
  .main-nav .nav-cta { margin-top: 12px; text-align: center; border-bottom: 1px solid var(--navy); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 78px 90px; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-slogan { margin-inline: auto; text-align: left; }
  .hero-visual { min-height: 520px; max-width: 590px; width: 100%; margin-inline: auto; }
  .confidence-grid { grid-template-columns: 1fr; }
  .confidence-grid > div + div { border-left: 0; border-top: 1px solid #ece6dc; }
  .about-grid, .decision-grid, .standards-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { order: 2; }
  .section-copy { order: 1; }
  .about-visual { min-height: 520px; }
  .decision-cards { margin-top: 20px; }
  .standards-intro, .faq-intro { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-column:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand img { width: 44px; }
  .brand-type strong { font-size: 15px; }
  .brand-type small { font-size: 7px; }
  .hero-grid { padding-block: 58px 76px; }
  .hero h1 { font-size: clamp(43px, 14vw, 60px); }
  .hero-lead { font-size: 16px; }
  .hero-slogan { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 10px; }
  .hero-visual { min-height: 460px; }
  .visual-card { inset: 10px 0 20px; padding: 42px 24px 26px; transform: none; }
  .hero-logo { width: 300px; }
  .note-one { left: -5px; top: 55px; }
  .note-two { right: -5px; bottom: 35px; min-width: 190px; }
  .floating-note { display: none; }
  .section { padding: 82px 0; }
  .section h2, .decision-panel h2, .contact-section h2 { font-size: 39px; }
  .about-visual { min-height: 420px; }
  .monogram-stage { inset: 0 0 56px; }
  .about-signature { right: 12px; left: 12px; min-width: 0; }
  .principles { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .decision-panel { padding: 82px 0; }
  .decision-cards { grid-template-columns: 1fr; }
  .metric-card, .metric-card.featured { min-height: auto; transform: none; }
  .metric-card strong { margin-top: 26px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { display: grid; grid-template-columns: 66px 1fr; column-gap: 20px; text-align: left; }
  .process-step > span { right: 0; }
  .step-icon { grid-row: 1 / 4; width: 58px; height: 58px; margin: 0; }
  .process-step h3 { margin-top: 5px; }
  .standards-grid, .faq-grid, .contact-grid { gap: 45px; }
  summary { font-size: 18px; }
  .contact-section { padding: 82px 0; }
  .contact-form { padding: 24px 18px; }
  .form-heading { display: grid; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { width: 54px; height: 54px; min-height: 54px; padding: 0; right: 15px; bottom: 15px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp svg { width: 25px; height: 25px; }
}

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