:root {
    --navy-950: #050c15;
    --navy-900: #07111f;
    --navy-850: #0a1725;
    --navy-800: #0d1d2d;
    --navy-700: #172b3d;
    --ink: #101820;
    --slate: #52606c;
    --muted: #78838d;
    --gold: #b85f3f;
    --gold-light: #dd8d70;
    --cream: #f6f3ed;
    --paper: #fbfaf7;
    --line: #dddcd7;
    --white: #fff;
    --danger: #9d342d;
    --shadow: 0 24px 70px rgba(4, 13, 23, .14);
    --radius: 2px;
    --container: 1240px;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p { margin: 0 0 1.25rem; }
h1, h2, h3 { margin: 0; line-height: 1.09; letter-spacing: -.035em; }
h1, h2 { font-weight: 610; }
h3 { font-weight: 650; }
h1 em, h2 em { color: var(--gold); font-family: var(--serif); font-weight: 400; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container--narrow { width: min(calc(100% - 48px), 860px); }
.section { padding: 112px 0; }
.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; z-index: 1000; left: 16px; top: 12px; transform: translateY(-200%); padding: 10px 16px; background: white; color: #000; }
.skip-link:focus { transform: translateY(0); }
.icon { width: 24px; height: 24px; }
.mini-icon { width: 17px; height: 17px; flex: 0 0 auto; }

.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 19px; color: #5e5140; font-size: 12px; font-weight: 750; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: var(--gold); }
.eyebrow--light { color: #d7dde2; }
.section-heading { margin-bottom: 54px; }
.section-heading h2 { max-width: 740px; font-size: clamp(38px, 4.2vw, 60px); }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); align-items: end; gap: 80px; }
.section-heading--split > p { color: var(--slate); font-size: 17px; }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center p { max-width: 650px; margin: 22px auto 0; color: var(--slate); font-size: 17px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 11px; padding: 13px 23px; border: 1px solid transparent; border-radius: var(--radius); cursor: pointer; font-size: 13px; font-weight: 750; letter-spacing: .025em; line-height: 1.2; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button__icon { width: 18px; height: 18px; }
.button--gold { color: #101820; background: var(--gold); border-color: var(--gold); }
.button--gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button--outline { min-height: 44px; padding: 10px 17px; color: #dce3e8; border-color: rgba(255,255,255,.25); }
.button--outline:hover { color: #fff; border-color: var(--gold); }
.button--glass { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.25); backdrop-filter: blur(12px); }
.button--glass:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.45); }
.button--dark { color: #fff; background: var(--navy-900); border-color: var(--navy-900); }
.button--dark:hover { background: var(--navy-700); }
.button--ghost, .button--ghost-dark { border-color: rgba(255,255,255,.3); background: transparent; color: #fff; }
.button--ghost-dark { color: var(--navy-900); border-color: #aeb4b8; }
.button--small { min-height: 42px; padding: 10px 15px; font-size: 12px; }
.button--wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--navy-800); font-size: 13px; font-weight: 750; }
.text-link__icon { width: 18px; height: 18px; transition: transform .2s; }
.text-link:hover .text-link__icon { transform: translateX(4px); }
.text-link--light { color: #fff; }
.quiet-link { border-bottom: 1px solid #aaa39a; color: var(--slate); font-size: 13px; font-weight: 700; }

.topbar { position: relative; z-index: 101; height: 36px; color: #b9c1c8; background: var(--navy-950); border-bottom: 1px solid rgba(255,255,255,.07); font-size: 11px; font-weight: 650; letter-spacing: .055em; }
.topbar__inner, .topbar__contacts, .topbar span, .topbar a { display: flex; align-items: center; }
.topbar__inner { height: 100%; justify-content: space-between; }
.topbar__contacts { gap: 26px; }
.topbar span, .topbar a { gap: 7px; }
.topbar a:hover { color: #fff; }
.topbar__icon { width: 14px; height: 14px; color: var(--gold); }

.site-header { position: absolute; z-index: 100; top: 36px; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s, box-shadow .25s; }
.site-header.is-sticky { position: fixed; top: 0; background: rgba(5,12,21,.96); box-shadow: 0 12px 30px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.site-header__inner { display: flex; min-height: 82px; align-items: center; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand__logo { width: 220px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; margin-right: 28px; }
.main-nav > a, .nav-group > button { padding: 29px 0; border: 0; background: none; color: #d3dbe1; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .035em; }
.main-nav > a:hover, .nav-group > button:hover { color: #fff; }
.nav-group { position: relative; }
.nav-group > button { display: flex; align-items: center; gap: 7px; }
.subnav { position: absolute; top: calc(100% - 2px); left: 50%; display: grid; visibility: hidden; width: 640px; grid-template-columns: 1fr 1fr; padding: 22px; background: #fff; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, 10px); transition: opacity .2s, transform .2s, visibility .2s; }
.nav-group:hover .subnav, .nav-group:focus-within .subnav, .nav-group.is-open .subnav { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.subnav a { display: flex; align-items: center; gap: 13px; padding: 12px; color: #21303d; font-size: 12px; font-weight: 650; }
.subnav a:hover { background: #f2f0eb; }
.subnav__icon { width: 20px; height: 20px; color: #a95337; }
.subnav__all { grid-column: 1 / -1; justify-content: center; margin-top: 9px; border-top: 1px solid #e1dfda; }
.subnav__arrow { width: 17px; height: 17px; }
.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; margin-left: auto; border: 1px solid rgba(255,255,255,.2); background: transparent; cursor: pointer; }
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }

.hero { position: relative; min-height: 800px; overflow: hidden; color: #fff; background: var(--navy-950); }
.hero__media, .hero__overlay { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__overlay { background: linear-gradient(90deg, rgba(4,12,21,.96) 0%, rgba(4,12,21,.84) 34%, rgba(4,12,21,.32) 66%, rgba(4,12,21,.48) 100%), linear-gradient(0deg, rgba(4,12,21,.68), transparent 55%); }
.hero__content { position: relative; z-index: 2; display: flex; min-height: 800px; align-items: center; justify-content: space-between; gap: 70px; padding-top: 126px; padding-bottom: 48px; }
.hero__copy { max-width: 740px; }
.hero h1 { max-width: 760px; font-size: clamp(50px, 6vw, 82px); letter-spacing: -.05em; }
.hero__copy > p { max-width: 650px; margin: 27px 0 32px; color: #d4dce2; font-size: 18px; line-height: 1.65; }
.hero__copy > p strong { color: #fff; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__assurances { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 31px; color: #b9c4cc; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.hero__assurances span { display: flex; align-items: center; gap: 8px; }
.hero__assurances svg { color: var(--gold); }
.hero-feature { align-self: flex-end; width: 260px; margin-bottom: 44px; padding: 25px 26px; border: 1px solid rgba(255,255,255,.18); background: rgba(5,12,21,.64); backdrop-filter: blur(16px); }
.hero-feature__index { display: block; color: var(--gold); font-family: var(--serif); font-size: 32px; }
.hero-feature__label { display: block; margin: 22px 0 6px; color: #9ba7b0; font-size: 10px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.hero-feature strong { display: block; font-size: 18px; line-height: 1.35; }
.hero-feature__link { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: #d8dee3; font-size: 11px; font-weight: 700; }

.trust-strip { position: relative; z-index: 3; background: #fff; box-shadow: 0 12px 40px rgba(7,17,31,.08); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { display: flex; min-height: 112px; align-items: center; gap: 16px; padding: 18px 28px; border-right: 1px solid #e3e1dc; }
.trust-strip__grid > div:first-child { border-left: 1px solid #e3e1dc; }
.trust-strip__number { color: var(--gold); font-family: var(--serif); font-size: 23px; }
.trust-strip p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.trust-strip strong { color: var(--ink); font-size: 13px; }

.services-section { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 375px; padding: 34px 30px 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; transition: color .25s, background .25s, transform .25s; }
.service-card:hover { z-index: 2; color: #fff; background: var(--navy-800); transform: translateY(-5px); }
.service-card--featured { color: #fff; background: var(--navy-800); }
.service-card__tag { position: absolute; top: 0; right: 0; padding: 6px 10px; color: #16202a; background: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-card__icon { display: grid; width: 50px; height: 50px; place-items: center; color: #a95337; border: 1px solid #d9d2c8; }
.service-card:hover .service-card__icon, .service-card--featured .service-card__icon { border-color: rgba(184,95,63,.5); color: var(--gold-light); }
.service-card__number { position: absolute; top: 38px; right: 28px; color: #aaa49b; font-family: var(--serif); font-size: 20px; }
.service-card h3 { margin: 34px 0 14px; font-size: 21px; line-height: 1.25; }
.service-card h3 a::after { position: absolute; inset: 0; content: ""; }
.service-card p { min-height: 90px; color: var(--slate); display: -webkit-box; overflow: hidden; font-size: 13px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.service-card:hover p, .service-card--featured p { color: #b9c4cc; }
.service-card .text-link { position: relative; z-index: 2; margin-top: 16px; }
.service-card:hover .text-link, .service-card--featured .text-link { color: #fff; }

.infidelity-feature { overflow: hidden; background: #f0ece4; }
.infidelity-feature__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(60px, 8vw, 125px); }
.infidelity-feature__visual { position: relative; height: 570px; }
.visual-frame { position: absolute; display: flex; align-items: flex-end; overflow: hidden; background: #0b1b2a; box-shadow: var(--shadow); }
.visual-frame::before { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(184,95,63,.22), transparent 45%), repeating-linear-gradient(125deg, transparent 0 30px, rgba(255,255,255,.025) 31px 32px); content: ""; }
.visual-frame::after { position: absolute; width: 240px; height: 240px; border: 1px solid rgba(184,95,63,.25); border-radius: 50%; content: ""; }
.visual-frame span { position: relative; z-index: 2; padding: 18px 22px; color: #d3dce2; font-size: 10px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.visual-frame--one { inset: 0 78px 65px 0; }
.visual-frame--one::after { top: 70px; right: -55px; }
.visual-frame--two { right: 0; bottom: 0; width: 48%; height: 47%; border: 10px solid #f0ece4; }
.visual-frame--two::after { right: -110px; bottom: -90px; }
.visual-line { position: absolute; top: -30px; left: 45px; width: 1px; height: 120px; background: var(--gold); }
.visual-seal { position: absolute; z-index: 3; right: 36px; top: 37px; display: flex; width: 118px; height: 118px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--gold); border-radius: 50%; color: #e2c18f; background: var(--navy-900); text-align: center; }
.visual-seal strong { font-family: var(--serif); font-size: 26px; line-height: 1; }
.visual-seal small { margin-top: 8px; font-size: 8px; font-weight: 700; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.infidelity-feature__copy h2 { font-size: clamp(40px, 4.4vw, 62px); }
.infidelity-feature__copy .lead { margin: 28px 0; color: var(--slate); font-size: 17px; line-height: 1.75; }
.check-list { display: grid; gap: 18px; padding: 0; margin: 0 0 34px; list-style: none; }
.check-list li { display: grid; grid-template-columns: 25px 1fr; gap: 14px; color: var(--slate); font-size: 14px; }
.check-list svg { width: 22px; height: 22px; padding: 4px; color: #72542f; border: 1px solid #bea57f; border-radius: 50%; }
.check-list strong { color: var(--ink); }
.infidelity-feature__actions { display: flex; align-items: center; gap: 26px; }

.process-section { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid article { position: relative; min-height: 295px; padding: 34px 31px; border: 1px solid var(--line); border-right: 0; }
.process-grid article:last-child { border-right: 1px solid var(--line); }
.process-grid article:not(:last-child)::after { position: absolute; z-index: 2; top: 58px; right: -16px; width: 30px; height: 1px; background: var(--gold); content: ""; }
.process-grid__step { position: absolute; top: 29px; right: 27px; color: #aea79e; font-family: var(--serif); font-size: 19px; }
.process-grid__icon { display: grid; width: 50px; height: 50px; place-items: center; color: #a95337; border: 1px solid #d8d2c9; }
.process-grid h3 { margin: 34px 0 13px; font-size: 18px; }
.process-grid p { color: var(--slate); font-size: 13px; }

.principles-section { color: #fff; background: var(--navy-900); }
.principles-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.principles-copy { position: sticky; top: 140px; align-self: start; }
.principles-copy h2 { font-size: clamp(40px, 4.3vw, 60px); }
.principles-copy > p { margin: 28px 0 30px; color: #b7c1c9; font-size: 16px; line-height: 1.75; }
.principles-list { border-top: 1px solid rgba(255,255,255,.15); }
.principles-list article { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.principles-list article > span { color: var(--gold); font-family: var(--serif); font-size: 22px; }
.principles-list h3 { margin-bottom: 7px; font-size: 19px; }
.principles-list p { margin: 0; color: #aeb9c2; font-size: 13px; }

.audiences-section { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--shadow); }
.audience-grid article { padding: clamp(40px, 5vw, 68px); background: #fff; }
.audience-grid__dark { color: #fff; background: var(--navy-800) !important; }
.audience-grid__label { color: #9e4f34; font-size: 10px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.audience-grid h3 { margin: 18px 0; font-size: 32px; }
.audience-grid p { color: var(--slate); font-size: 15px; }
.audience-grid__dark p { color: #b9c4cc; }
.audience-grid ul { display: grid; gap: 9px; padding: 0; margin: 24px 0 30px; color: #4f5b65; font-size: 13px; list-style: none; }
.audience-grid__dark ul { color: #c1c9cf; }
.audience-grid li::before { margin-right: 10px; color: var(--gold); content: "—"; }

.coverage-section { padding: 93px 0; overflow: hidden; color: #fff; background: #0c1a28; }
.coverage-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 60px; }
.coverage-grid h2 { font-size: clamp(38px, 4.1vw, 58px); }
.coverage-grid p { margin-top: 24px; color: #b6c0c8; font-size: 15px; }
.coverage-grid .coverage-note { color: #8998a4; font-size: 12px; }
.coverage-map { opacity: .9; }
.coverage-map .map-country { fill: rgba(184,95,63,.08); stroke: #a65b42; stroke-width: 2; }
.coverage-map .map-country--sk { fill: rgba(255,255,255,.025); }
.coverage-map .map-dots circle { fill: var(--gold); stroke: #0c1a28; stroke-width: 4; }
.coverage-map text { fill: #d5dde2; font-size: 12px; font-weight: 700; letter-spacing: .16em; }

.faq-section { background: #f0ece4; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 8vw, 120px); }
.faq-intro { position: sticky; top: 140px; align-self: start; }
.faq-intro h2 { font-size: clamp(40px, 4.2vw, 58px); }
.faq-intro > p { margin: 25px 0 31px; color: var(--slate); }
.faq-contact-card { display: flex; align-items: center; gap: 16px; padding: 20px; border: 1px solid #d4cfc6; background: rgba(255,255,255,.45); }
.faq-contact-card__icon { width: 28px; height: 28px; color: #9b7441; }
.faq-contact-card div { display: flex; flex-direction: column; }
.faq-contact-card span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.faq-contact-card a { font-size: 18px; font-weight: 700; }
.accordion { border-top: 1px solid #cfc9bf; }
.accordion__item { border-bottom: 1px solid #cfc9bf; }
.accordion h3 { font-size: 16px; letter-spacing: 0; }
.accordion button { display: grid; width: 100%; grid-template-columns: 1fr 24px; align-items: center; gap: 20px; padding: 24px 0; border: 0; background: none; cursor: pointer; text-align: left; }
.accordion i { position: relative; width: 20px; height: 20px; border: 1px solid #a8977f; border-radius: 50%; }
.accordion i::before, .accordion i::after { position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; background: #755936; content: ""; transform: translate(-50%, -50%); }
.accordion i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s; }
.accordion__item.is-open i::after { transform: translate(-50%, -50%) rotate(0); }
.accordion__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }
.accordion__panel > p { min-height: 0; overflow: hidden; margin: 0; color: var(--slate); font-size: 14px; }
.accordion__item.is-open .accordion__panel { grid-template-rows: 1fr; }
.accordion__item.is-open .accordion__panel > p { padding-bottom: 25px; }

.contact-section { padding: 105px 0; color: #fff; background: var(--navy-900); }
.contact-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: start; gap: clamp(55px, 8vw, 115px); }
.contact-copy h2 { font-size: clamp(42px, 4.6vw, 62px); }
.contact-copy > p { max-width: 550px; margin: 26px 0 31px; color: #b5c0c8; font-size: 16px; }
.contact-direct { display: grid; gap: 12px; margin-bottom: 32px; }
.contact-direct > a { display: flex; align-items: center; gap: 15px; }
.contact-direct > a > span { display: grid; width: 43px; height: 43px; place-items: center; color: var(--gold-light); border: 1px solid rgba(184,95,63,.45); }
.contact-direct svg { width: 20px; height: 20px; }
.contact-direct div { display: flex; flex-direction: column; }
.contact-direct small { color: #8595a1; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct strong { font-size: 17px; letter-spacing: -.01em; }
.contact-copy blockquote { display: flex; gap: 18px; padding: 22px 0 0; margin: 30px 0 0; border-top: 1px solid rgba(255,255,255,.13); }
.contact-copy blockquote svg { flex: 0 0 26px; width: 26px; color: var(--gold); }
.contact-copy blockquote p { margin: 0; color: #aeb9c2; font-family: var(--serif); font-size: 16px; font-style: italic; }
.contact-card { color: var(--ink); background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.18); }
.contact-card__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 28px; border-bottom: 1px solid #e2dfda; }
.contact-card__head span { font-size: 13px; font-weight: 750; }
.contact-card__head small { color: #7d868d; font-size: 10px; }
.contact-form { padding: 27px 28px 29px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; }
.field label { color: #4d5760; font-size: 11px; font-weight: 750; }
.field label span { color: #9d342d; }
.field input, .field select, .field textarea { width: 100%; min-height: 47px; padding: 11px 12px; border: 1px solid #d6d5d1; border-radius: 0; outline: none; color: #18212a; background: #fbfaf7; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #a95337; box-shadow: 0 0 0 3px rgba(184,95,63,.14); }
.field-hint { color: #80878c; font-size: 10px; }
.check-field { display: grid; grid-template-columns: 17px 1fr; gap: 10px; align-items: start; color: #5e676e; cursor: pointer; font-size: 10px; line-height: 1.5; }
.check-field input { margin: 2px 0 0; accent-color: #a67e48; }
.check-field a { color: #684d2b; text-decoration: underline; }
.form-submit-row { margin-top: 20px; }
.form-submit-row p { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 11px 0 0; color: #858b90; font-size: 9px; }
.form-honeypot { position: absolute; left: -9999px; }
.form-alert { margin-bottom: 19px; padding: 12px 14px; font-size: 12px; }
.form-alert--error { color: #71271f; background: #f9e7e4; border-left: 3px solid var(--danger); }
.form-alert ul { margin: 7px 0 0; padding-left: 18px; }

.site-footer { padding: 72px 0 0; color: #aab5bd; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.07); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1.1fr; gap: 70px; padding-bottom: 58px; }
.brand--footer { color: #fff; }
.footer-brand > p { max-width: 340px; margin: 25px 0 19px; font-size: 12px; line-height: 1.75; }
.footer-note { display: flex; align-items: center; gap: 8px; color: #c9d1d7; font-size: 10px; }
.footer-note svg { color: var(--gold); }
.site-footer h2 { margin-bottom: 21px; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.site-footer li, .site-footer p { font-size: 11px; }
.site-footer a:hover, .link-button:hover { color: #fff; }
.link-button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; font-size: inherit; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-phone { color: #fff; font-size: 21px; font-weight: 700; }
.footer-contact > p { margin: 17px 0; }
.footer-contact .text-link { color: var(--gold-light); }
.footer-bottom { display: flex; min-height: 65px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.08); color: #71808b; font-size: 9px; }
.mobile-call { display: none; }

.cookie-banner { position: fixed; z-index: 500; right: 22px; bottom: 22px; display: grid; width: min(620px, calc(100% - 44px)); grid-template-columns: 1fr auto; gap: 24px; padding: 23px 25px; color: #fff; background: #102130; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: 14px; }
.cookie-banner p { margin: 6px 0 0; color: #b9c4cc; font-size: 11px; }
.cookie-banner__actions { display: flex; flex-direction: column; gap: 7px; }
.cookie-banner__close { position: absolute; top: 5px; right: 5px; display: none; border: 0; background: none; color: #fff; cursor: pointer; }
.cookie-banner__close svg { width: 20px; height: 20px; }

/* Inner page headers */
.page-hero { position: relative; overflow: hidden; padding: 165px 0 80px; color: #fff; background: var(--navy-900); }
.page-hero::before { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(184,95,63,.05), transparent 45%), repeating-linear-gradient(115deg, transparent 0 80px, rgba(255,255,255,.012) 81px 82px); content: ""; }
.page-hero__glow { position: absolute; top: -320px; right: -140px; width: 720px; height: 720px; border: 1px solid rgba(184,95,63,.15); border-radius: 50%; }
.page-hero__glow::before, .page-hero__glow::after { position: absolute; inset: 80px; border: 1px solid rgba(184,95,63,.1); border-radius: 50%; content: ""; }
.page-hero__glow::after { inset: 170px; }
.page-hero .container { position: relative; z-index: 2; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 53px; color: #8f9da8; font-size: 10px; font-weight: 700; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs span:last-child { color: #c5ced5; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: end; gap: 80px; }
.page-hero h1 { max-width: 900px; font-size: clamp(48px, 6vw, 76px); }
.page-hero__grid > div:first-child > p { max-width: 730px; margin: 27px 0 0; color: #bec8cf; font-size: 17px; }
.page-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 34px; }
.page-hero__phone { display: flex; align-items: center; gap: 12px; }
.page-hero__phone > svg { width: 26px; height: 26px; color: var(--gold); }
.page-hero__phone span { display: flex; flex-direction: column; }
.page-hero__phone small { color: #8e9ca7; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.page-hero__phone strong { font-size: 16px; }
.page-hero__emblem { display: flex; min-height: 250px; flex-direction: column; justify-content: flex-end; padding: 29px; border: 1px solid rgba(184,95,63,.25); background: rgba(255,255,255,.025); }
.page-hero__emblem > span { display: grid; width: 55px; height: 55px; place-items: center; margin-bottom: 55px; color: var(--gold-light); border: 1px solid rgba(184,95,63,.5); }
.page-hero__emblem > span svg { width: 27px; height: 27px; }
.page-hero__emblem small { color: #82919d; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.page-hero__emblem strong { margin-top: 6px; font-size: 16px; line-height: 1.35; }
.page-hero--compact { padding-bottom: 88px; }
.page-hero--compact .page-hero__emblem { min-height: 210px; }
.page-hero--contact, .page-hero--legal { padding-bottom: 75px; }
.page-hero--legal h1 { font-size: clamp(44px, 5vw, 66px); }
.page-hero--legal p { margin: 20px 0 0; color: #98a6b0; }
.service-nav-strip { background: #fff; border-bottom: 1px solid #e1dfda; }
.service-nav-strip .container { display: flex; min-height: 64px; align-items: center; gap: 29px; overflow-x: auto; }
.service-nav-strip span { flex: 0 0 auto; color: #8b9297; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.service-nav-strip a { flex: 0 0 auto; font-size: 11px; font-weight: 700; }
.service-nav-strip a:hover { color: #a95337; }

.service-intro { background: var(--paper); }
.service-intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.service-intro h2 { font-size: clamp(40px, 4.3vw, 59px); }
.service-intro__text p { color: var(--slate); font-size: 16px; line-height: 1.8; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { position: relative; min-height: 230px; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.benefit-grid article > span { color: var(--gold); font-family: var(--serif); font-size: 23px; }
.benefit-grid h3 { margin: 38px 0 12px; font-size: 19px; }
.benefit-grid p { margin: 0; color: var(--slate); font-size: 13px; }

.outputs-section { color: #fff; background: var(--navy-900); }
.outputs-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; }
.outputs-panel h2 { font-size: clamp(40px, 4.2vw, 57px); }
.outputs-panel > p { margin: 25px 0 30px; color: #b5c0c8; }
.outputs-list { padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.outputs-list li { display: grid; grid-template-columns: 40px 1fr 22px; align-items: center; gap: 18px; min-height: 72px; border-bottom: 1px solid rgba(255,255,255,.14); }
.outputs-list span { color: var(--gold); font-family: var(--serif); }
.outputs-list p { margin: 0; color: #d3dae0; font-size: 13px; }
.outputs-list svg { width: 18px; height: 18px; color: var(--gold-light); }

.service-process { background: #fff; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.timeline article { position: relative; padding: 33px 31px 10px 0; }
.timeline article:not(:last-child)::after { position: absolute; top: -5px; right: 20px; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); content: ""; }
.timeline article > span { color: #a6804d; font-family: var(--serif); font-size: 23px; }
.timeline h3 { margin: 27px 0 11px; font-size: 19px; }
.timeline p { color: var(--slate); font-size: 13px; }

.suitable-section { background: #f0ece4; }
.suitable-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 100px; }
.suitable-grid h2 { font-size: clamp(39px, 4.1vw, 57px); }
.suitable-grid ul { display: grid; gap: 0; padding: 0; margin: 0; border-top: 1px solid #cdc7bc; list-style: none; }
.suitable-grid li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid #cdc7bc; color: #3f4c56; }
.suitable-grid li svg { width: 22px; height: 22px; padding: 4px; color: #93472f; border: 1px solid #c58d78; border-radius: 50%; }
.legal-callout { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 22px; margin-top: 65px; padding: 27px 31px; color: #dbe2e7; background: var(--navy-800); }
.legal-callout__icon { width: 42px; height: 42px; color: var(--gold); }
.legal-callout h3 { margin-bottom: 7px; font-size: 17px; }
.legal-callout p { margin: 0; color: #aeb9c2; font-size: 12px; }

.service-faq { background: #fff; }
.related-section { background: var(--paper); border-top: 1px solid #e5e2dc; }
.related-section .section-heading { align-items: center; }
.related-section .section-heading h2 { font-size: clamp(36px, 3.7vw, 50px); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid > a { display: grid; grid-template-columns: 47px 1fr 23px; align-items: center; gap: 17px; min-height: 125px; padding: 21px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: color .2s, background .2s; }
.related-grid > a:hover { color: #fff; background: var(--navy-800); }
.related-grid > a > span { display: grid; width: 43px; height: 43px; place-items: center; color: #a95337; border: 1px solid #d8d2ca; }
.related-grid > a > span svg { width: 21px; height: 21px; }
.related-grid small { display: block; color: #8b9399; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.related-grid strong { display: block; margin-top: 5px; font-size: 14px; line-height: 1.35; }
.related-grid__arrow { width: 19px; height: 19px; }

.services-listing { background: var(--paper); }
.services-list { border-top: 1px solid var(--line); }
.services-list article { display: grid; grid-template-columns: 74px 1fr 60px; align-items: center; gap: 31px; min-height: 190px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.services-list article.is-featured { margin-inline: -30px; padding-inline: 30px; color: #fff; background: var(--navy-800); border: 0; }
.services-list__icon { display: grid; width: 70px; height: 70px; place-items: center; color: #a95337; border: 1px solid #cfc9bf; }
.services-list__icon svg { width: 31px; height: 31px; }
.services-list article.is-featured .services-list__icon { color: var(--gold-light); border-color: rgba(184,95,63,.45); }
.services-list article > div:nth-child(2) > span { color: #9e4f34; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.services-list article h2 { margin: 6px 0 9px; font-size: 27px; }
.services-list article p { max-width: 900px; margin: 0; color: var(--slate); font-size: 13px; }
.services-list article.is-featured p { color: #b9c4cc; }
.services-list__arrow { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #d0cbc3; }
.services-list__arrow svg { width: 20px; height: 20px; }
.services-list article.is-featured .services-list__arrow { border-color: rgba(255,255,255,.2); }
.split-cta { padding: 72px 0; color: #fff; background: #0b1a28; }
.split-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.split-cta span { color: var(--gold-light); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.split-cta h2 { margin-top: 7px; font-size: 34px; }
.split-cta__inner > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }

.story-section { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.story-grid h2 { font-size: clamp(40px, 4.3vw, 58px); }
.story-grid > div:last-child p { color: var(--slate); font-size: 16px; line-height: 1.8; }
.values-section { background: #fff; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 240px; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid article > span { color: var(--gold); font-family: var(--serif); font-size: 23px; }
.values-grid h3 { margin: 42px 0 11px; font-size: 20px; }
.values-grid p { margin: 0; color: var(--slate); font-size: 13px; }
.method-section { background: #eee9e0; }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.method-panel { padding: 55px; color: #fff; background: var(--navy-800); }
.method-panel h2 { font-size: clamp(38px, 4vw, 53px); }
.method-panel p { margin-top: 25px; color: #b6c0c8; }
.method-grid ul { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }
.method-grid li { display: grid; grid-template-columns: 24px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid #cbc4b9; }
.method-grid li:first-child { border-top: 1px solid #cbc4b9; }
.method-grid li svg { width: 20px; height: 20px; color: #9f4f44; }

.contact-page-main { padding: 105px 0; background: #f1ede5; }
.contact-copy--light { color: var(--ink); }
.contact-copy--light > p { color: var(--slate); }
.contact-direct--light > a > span { color: #8f6835; border-color: #c7af8d; }
.contact-direct--light small { color: #858b90; }
.contact-card--shadow { box-shadow: var(--shadow); }
.contact-info-list { display: grid; gap: 15px; padding-top: 28px; border-top: 1px solid #d4cfc7; }
.contact-info-list p { display: grid; grid-template-columns: 22px 1fr; gap: 13px; margin: 0; color: var(--slate); font-size: 12px; }
.contact-info-list svg { width: 20px; height: 20px; color: #a95337; }
.contact-info-list span { display: flex; flex-direction: column; }
.contact-info-list strong { color: var(--ink); }
.contact-safety { background: #fff; }
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.safety-grid article { min-height: 230px; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.safety-grid article > span { color: var(--gold); font-family: var(--serif); font-size: 23px; }
.safety-grid h3 { margin: 40px 0 11px; font-size: 19px; }
.safety-grid p { color: var(--slate); font-size: 13px; }

.legal-content { background: var(--paper); }
.legal-content h2 { margin: 42px 0 14px; font-size: 26px; letter-spacing: -.02em; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p { color: #44515b; font-size: 14px; line-height: 1.8; }
.legal-content a { color: #765630; text-decoration: underline; }
.setup-warning { margin-bottom: 42px; padding: 20px 23px; color: #66271f; background: #f9e6e2; border-left: 4px solid var(--danger); }
.setup-warning p { margin: 6px 0 0; color: inherit; }
.setup-warning code { padding: 2px 5px; background: rgba(255,255,255,.6); }

.status-page { min-height: 780px; padding: 190px 0 100px; background: #f0ece4; }
.status-card { width: min(720px, 100%); padding: clamp(40px, 7vw, 75px); margin: 0 auto; background: #fff; box-shadow: var(--shadow); text-align: center; }
.status-card__icon { display: grid; width: 72px; height: 72px; place-items: center; margin: 0 auto 30px; color: #806039; border: 1px solid var(--gold); border-radius: 50%; }
.status-card__icon svg { width: 34px; height: 34px; }
.status-card__code { display: block; color: var(--gold); font-family: var(--serif); font-size: 70px; line-height: 1; }
.status-card .eyebrow { justify-content: center; }
.status-card h1 { font-size: clamp(40px, 5vw, 58px); }
.status-card p { margin: 25px auto 31px; color: var(--slate); }
.status-card p a { font-weight: 750; }
.status-card > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

@media (max-width: 1080px) {
    .main-nav { gap: 18px; margin-right: 18px; }
    .header-cta { display: none; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-feature { display: none; }
    .hero__copy { max-width: 760px; }
    .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .trust-strip__grid > div:nth-child(3) { border-left: 1px solid #e3e1dc; }
    .principles-grid, .outputs-grid { gap: 65px; }
    .footer-grid { grid-template-columns: 1.4fr .8fr .8fr; gap: 45px; }
    .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
    html { scroll-padding-top: 80px; }
    .container, .container--narrow { width: min(calc(100% - 32px), var(--container)); }
    .section { padding: 78px 0; }
    .topbar { display: none; }
    .site-header { position: absolute; top: 0; }
    .site-header__inner { min-height: 72px; }
    .nav-toggle { display: grid; }
    .main-nav { position: fixed; inset: 72px 0 0; display: none; overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 20px 16px 90px; color: #fff; background: #07111f; }
    .main-nav.is-open { display: flex; }
    .main-nav > a, .nav-group > button { width: 100%; padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; text-align: left; }
    .nav-group > button { justify-content: space-between; }
    .subnav { position: static; display: none; visibility: visible; width: 100%; grid-template-columns: 1fr; padding: 9px; box-shadow: none; opacity: 1; transform: none; }
    .nav-group.is-open .subnav { display: grid; transform: none; }
    .subnav__all { grid-column: auto; }
    .hero, .hero__content { min-height: 735px; }
    .hero__content { padding-top: 110px; }
    .hero__overlay { background: linear-gradient(90deg, rgba(4,12,21,.96), rgba(4,12,21,.67)), linear-gradient(0deg, rgba(4,12,21,.75), transparent); }
    .hero__copy > p { font-size: 16px; }
    .hero__assurances { gap: 15px; }
    .section-heading--split, .infidelity-feature__grid, .principles-grid, .audience-grid, .coverage-grid, .faq-grid, .contact-grid, .page-hero__grid, .service-intro__grid, .outputs-grid, .suitable-grid, .story-grid, .method-grid { grid-template-columns: 1fr; }
    .section-heading--split, .infidelity-feature__grid, .principles-grid, .coverage-grid, .faq-grid, .contact-grid, .service-intro__grid, .outputs-grid, .suitable-grid, .story-grid, .method-grid { gap: 48px; }
    .infidelity-feature__visual { width: min(560px, 100%); height: 490px; }
    .process-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
    .process-grid article:nth-child(2) { border-right: 1px solid var(--line); }
    .process-grid article:nth-child(3) { border-top: 0; }
    .principles-copy, .faq-intro { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand, .footer-contact { grid-column: 1 / -1; }
    .page-hero { padding-top: 125px; }
    .page-hero__emblem { display: none; }
    .benefit-grid, .related-grid, .values-grid, .safety-grid { grid-template-columns: 1fr; }
    .benefit-grid article, .values-grid article, .safety-grid article { min-height: 0; }
    .timeline article:nth-child(2)::after { display: none; }
    .services-list article { grid-template-columns: 64px 1fr; }
    .services-list__icon { width: 60px; height: 60px; }
    .services-list__arrow { display: none; }
    .cookie-banner { grid-template-columns: 1fr; }
    .cookie-banner__actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 560px) {
    body { font-size: 15px; }
    .section { padding: 64px 0; }
    .brand__logo { width: 190px; }
    .hero, .hero__content { min-height: 760px; }
    .hero__media img { object-position: 60% center; }
    .hero__content { align-items: flex-end; padding-bottom: 55px; }
    .hero h1 { font-size: clamp(44px, 13vw, 60px); }
    .hero__copy > p { margin: 20px 0 26px; }
    .hero__actions { display: grid; }
    .hero__actions .button { width: 100%; }
    .hero__assurances { display: grid; gap: 9px; }
    .trust-strip__grid { grid-template-columns: 1fr; }
    .trust-strip__grid > div { min-height: 84px; border-left: 1px solid #e3e1dc; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 330px; }
    .section-heading h2, .infidelity-feature__copy h2, .principles-copy h2, .page-hero h1 { font-size: 39px; }
    .section-heading--split { gap: 26px; }
    .infidelity-feature__visual { height: 390px; }
    .visual-frame--one { right: 48px; bottom: 46px; }
    .visual-seal { right: 9px; width: 97px; height: 97px; }
    .infidelity-feature__actions { align-items: stretch; flex-direction: column; }
    .process-grid, .timeline { grid-template-columns: 1fr; }
    .process-grid article { border-right: 1px solid var(--line); border-top: 0; }
    .process-grid article:first-child { border-top: 1px solid var(--line); }
    .process-grid article:not(:last-child)::after, .timeline article::after { display: none; }
    .audience-grid article { padding: 36px 27px; }
    .coverage-section { padding: 70px 0; }
    .coverage-map { margin-inline: -20px; }
    .faq-grid { gap: 40px; }
    .contact-section { padding: 72px 0; }
    .contact-card { margin-inline: -8px; }
    .contact-card__head { padding-inline: 20px; }
    .contact-form { padding: 22px 20px; }
    .form-grid { grid-template-columns: 1fr; gap: 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 37px; }
    .footer-brand, .footer-contact { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0 90px; }
    .mobile-call { position: fixed; z-index: 200; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 9px; padding: 12px 17px; color: #101820; background: var(--gold); box-shadow: 0 8px 30px rgba(0,0,0,.25); font-size: 12px; font-weight: 800; }
    .mobile-call__icon { width: 18px; height: 18px; }
    .cookie-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 20px; }
    .cookie-banner__actions .button { flex: 1 1 150px; }
    .page-hero { padding: 112px 0 62px; }
    .breadcrumbs { margin-bottom: 35px; }
    .page-hero__grid > div:first-child > p { font-size: 15px; }
    .page-hero__actions { align-items: stretch; flex-direction: column; }
    .page-hero__phone { justify-content: center; }
    .service-nav-strip .container { gap: 22px; }
    .benefit-grid { margin-top: 45px; }
    .benefit-grid article { padding: 25px; }
    .outputs-list li { grid-template-columns: 32px 1fr 19px; }
    .legal-callout { grid-template-columns: 1fr; }
    .related-section .section-heading .text-link { align-self: start; }
    .services-list article, .services-list article.is-featured { grid-template-columns: 1fr; margin-inline: -16px; padding: 27px 20px; }
    .services-list article h2 { font-size: 23px; }
    .split-cta__inner { align-items: flex-start; flex-direction: column; }
    .split-cta__inner > div:last-child { display: grid; width: 100%; }
    .method-panel { padding: 35px 27px; }
    .status-page { padding: 125px 0 80px; }
    .status-card { padding-inline: 25px; }
}

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