:root {
  --navy: #071624;
  --navy-2: #0c2032;
  --ink: #132231;
  --gold: #c5a15c;
  --gold-light: #e7d0a2;
  --cream: #f5f2eb;
  --paper: #fbfaf7;
  --line: #dcd7cb;
  --muted: #6d7780;
  --white: #fff;
  --shadow: 0 30px 80px rgba(7, 22, 36, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.demo-bar { position: relative; z-index: 40; padding: 7px 20px; background: var(--gold); color: #1d1a12; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 30; height: 84px; background: rgba(7,22,36,.94); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 14px 40px rgba(0,0,0,.2); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 43px; aspect-ratio: 1; border: 1px solid var(--gold); color: var(--gold-light); font-family: "Prata", serif; font-size: 16px; letter-spacing: -.04em; transform: rotate(45deg); }
.brand-mark::first-letter { color: var(--gold); }
.brand-mark { line-height: 1; }
.brand-mark::after { content: ""; position: absolute; }
.brand-mark { --r: -45deg; }
.brand-mark { text-shadow: 0 0 0 transparent; }
.brand-mark { writing-mode: horizontal-tb; }
.brand-mark { position: relative; }
.brand-mark { color: transparent; }
.brand-mark::before { content: "АВ"; position: absolute; color: var(--gold-light); transform: rotate(-45deg); }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-family: "Prata", serif; font-size: 15px; font-weight: 400; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { position: relative; padding: 29px 0; color: rgba(255,255,255,.73); font-size: 12px; font-weight: 600; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 21px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { display: grid; text-align: right; line-height: 1.25; }
.phone-link small { color: rgba(255,255,255,.46); font-size: 9px; }
.phone-link strong { font-size: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 1px solid var(--gold); background: var(--gold); color: #18202a; font-size: 12px; font-weight: 800; letter-spacing: .035em; text-align: center; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: #d5b675; border-color: #d5b675; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 10px; }
.button-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.28); }
.button-ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.55); }
.button-light { background: transparent; color: var(--ink); border-color: rgba(19,34,49,.28); }
.button-light:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: #fff; transition: transform .2s ease; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 42%, rgba(197,161,92,.13), transparent 27%), linear-gradient(110deg, transparent 0 62%, rgba(255,255,255,.025) 62% 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-orbit { position: absolute; border: 1px solid rgba(197,161,92,.17); border-radius: 50%; }
.hero-orbit-one { width: 570px; height: 570px; right: -150px; top: 15px; }
.hero-orbit-two { width: 410px; height: 410px; right: -70px; top: 95px; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.16fr .84fr; gap: 80px; align-items: center; padding: 82px 0 88px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: #8b6d35; }
.hero h1 { max-width: 730px; margin: 0; font-family: "Prata", serif; font-size: clamp(48px, 5.2vw, 77px); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 650px; margin: 26px 0 31px; color: rgba(255,255,255,.69); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.call-dot { width: 7px; height: 7px; border-radius: 50%; margin-right: 8px; background: #74c79b; box-shadow: 0 0 0 5px rgba(116,199,155,.12); }
.hero-trust { display: flex; align-items: center; gap: 25px; margin-top: 45px; }
.rating { display: flex; align-items: center; gap: 13px; }
.rating > strong { font-family: "Prata", serif; font-size: 33px; font-weight: 400; }
.rating span { display: grid; }
.rating b { color: var(--gold); font-size: 11px; letter-spacing: .08em; }
.rating small, .hero-trust p { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 600; line-height: 1.55; }
.hero-trust p { margin: 0; text-transform: uppercase; letter-spacing: .05em; }
.hero-trust p strong { color: rgba(255,255,255,.86); font-size: 11px; }
.trust-divider { width: 1px; height: 39px; background: rgba(255,255,255,.15); }
.case-card { position: relative; padding: 43px 40px 37px; background: rgba(255,255,255,.965); color: var(--ink); box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.case-card::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(197,161,92,.42); pointer-events: none; }
.case-top { position: relative; display: flex; justify-content: space-between; color: #8b7345; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.case-top i { font-family: "Prata", serif; font-size: 15px; font-style: normal; }
.case-card h2 { position: relative; margin: 21px 0 25px; font-family: "Prata", serif; font-size: 30px; font-weight: 400; line-height: 1.3; }
.case-list { position: relative; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.case-list li { display: flex; gap: 17px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.case-list i { color: var(--gold); font-family: "Prata", serif; font-size: 11px; font-style: normal; }
.case-list span { display: grid; gap: 3px; }
.case-list strong { font-size: 12px; }
.case-list small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.case-link { position: relative; display: flex; justify-content: space-between; margin-top: 25px; color: #7b5d27; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.case-link span { font-size: 18px; }

.legal-warning { background: #e9d8b6; border-bottom: 1px solid #d6bf91; }
.warning-inner { display: flex; align-items: center; gap: 21px; padding-top: 22px; padding-bottom: 22px; }
.warning-sign { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border: 1px solid #8f6a26; border-radius: 50%; color: #72531e; font-family: "Prata", serif; font-size: 19px; }
.warning-inner p { margin: 0; color: #574928; font-size: 11px; line-height: 1.65; }
.warning-inner strong { color: #332a19; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 47px; }
.section-heading h2, .risk-title h2, .faq-title h2, .reviews-top h2 { margin: 0; font-family: "Prata", serif; font-size: clamp(38px, 4vw, 57px); font-weight: 400; line-height: 1.15; letter-spacing: -.025em; }
.section-heading > p { max-width: 480px; margin: 0 0 6px; color: var(--muted); font-size: 14px; }
.audience-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.audience-tab { display: flex; align-items: center; gap: 15px; padding: 21px 25px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; cursor: pointer; transition: background .2s ease, color .2s ease; }
.audience-tab:last-child { border-right: 0; }
.audience-tab span { color: #a88a4f; font-family: "Prata", serif; }
.audience-tab.active { background: var(--navy); color: var(--white); }
.audience-panel { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 340px; padding: 57px 60px; background: var(--cream); border: 1px solid var(--line); border-top: 0; }
.panel-number { margin: 0 0 12px; color: #99783e; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.audience-panel h3 { max-width: 610px; margin: 0 0 18px; font-family: "Prata", serif; font-size: 31px; font-weight: 400; line-height: 1.3; }
.audience-panel > div > p:not(.panel-number) { max-width: 610px; color: var(--muted); font-size: 13px; }
.text-link { display: inline-flex; gap: 20px; margin-top: 13px; color: #7e602a; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.audience-panel ul { align-self: center; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.audience-panel li { position: relative; padding: 15px 0 15px 23px; border-bottom: 1px solid var(--line); color: #44515d; font-size: 12px; }
.audience-panel li::before { content: ""; position: absolute; left: 0; top: 23px; width: 7px; height: 7px; border: 1px solid var(--gold); transform: rotate(45deg); }

.consultation-preview { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.consultation-preview::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 90%, rgba(197,161,92,.13), transparent 30%); }
.consult-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.consult-copy h2 { margin: 0; font-family: "Prata", serif; font-size: clamp(38px, 4vw, 54px); font-weight: 400; line-height: 1.2; }
.consult-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); font-size: 14px; }
.privacy-note { display: flex; gap: 12px; margin-top: 30px; color: rgba(255,255,255,.45); font-size: 10px; }
.privacy-note span { color: var(--gold); }
.quiz-card { min-height: 445px; padding: 42px 46px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.quiz-progress { display: flex; align-items: center; gap: 20px; margin-bottom: 36px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quiz-progress i { flex: 1; height: 2px; background: #dfdcd5; }
.quiz-progress b { display: block; width: 33.33%; height: 100%; background: var(--gold); transition: width .3s ease; }
.quiz-step { display: none; }
.quiz-step.active { display: block; animation: fadeUp .35s ease; }
.quiz-step h3, .quiz-result h3 { margin: 0 0 25px; font-family: "Prata", serif; font-size: 27px; font-weight: 400; }
.quiz-options { display: grid; gap: 10px; }
.quiz-options button { display: flex; justify-content: space-between; align-items: center; min-height: 63px; padding: 0 20px; border: 1px solid var(--line); background: transparent; color: #33424e; font-size: 12px; font-weight: 600; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.quiz-options button:hover { border-color: var(--gold); background: #f5f0e6; }
.quiz-options button span { color: #a17e3e; font-size: 18px; }
.quiz-result { display: none; text-align: center; animation: fadeUp .35s ease; }
.quiz-result.active { display: block; }
.result-mark { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 17px; border: 1px solid var(--gold); border-radius: 50%; color: #947032; }
.quiz-result p { max-width: 510px; margin: 0 auto 22px; color: var(--muted); font-size: 12px; }
.result-actions { display: flex; justify-content: center; gap: 10px; }
.reset-quiz { margin-top: 19px; border: 0; border-bottom: 1px solid #9b9b9b; background: transparent; color: var(--muted); font-size: 10px; cursor: pointer; }

.services { background: #f0ede5; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-card { min-height: 380px; display: flex; flex-direction: column; padding: 37px; background: var(--paper); border: 1px solid #ded9cd; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(7,22,36,.09); }
.service-card.featured { background: var(--navy); color: var(--white); border-color: var(--navy); }
.service-meta { display: flex; justify-content: space-between; color: #9a793c; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-meta i { font-family: "Prata", serif; font-size: 15px; font-style: normal; }
.service-card h3 { max-width: 480px; margin: 28px 0 14px; font-family: "Prata", serif; font-size: 26px; font-weight: 400; line-height: 1.35; }
.service-card > p { margin: 0; color: var(--muted); font-size: 12px; }
.service-card.featured > p { color: rgba(255,255,255,.6); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 6px 9px; border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: 8px; text-transform: uppercase; letter-spacing: .04em; }
.service-price { display: flex; justify-content: space-between; align-items: end; margin-top: auto; padding-top: 26px; border-top: 1px solid var(--line); }
.featured .service-price { border-color: rgba(255,255,255,.12); }
.service-price span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.featured .service-price span { color: rgba(255,255,255,.45); }
.service-price strong { font-family: "Prata", serif; font-size: 24px; font-weight: 400; }
.service-cta { justify-content: center; background: #d9c396; border-color: #d9c396; }
.service-cta h3 { font-size: 32px; }
.service-cta > p { color: #584c38; }
.service-cta a { display: flex; justify-content: space-between; margin-top: 32px; padding-bottom: 11px; border-bottom: 1px solid rgba(19,34,49,.35); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.service-cta a span { font-size: 17px; }
.price-note, .review-disclaimer { margin: 22px 0 0; color: #777d80; font-size: 9px; line-height: 1.7; }

.process { background: var(--navy); color: var(--white); }
.process .shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.process-intro { position: sticky; top: 125px; align-self: start; }
.process-intro h2 { margin: 0; font-family: "Prata", serif; font-size: 46px; font-weight: 400; line-height: 1.2; }
.process-intro > p:not(.eyebrow) { margin-bottom: 28px; color: rgba(255,255,255,.57); font-size: 13px; }
.process .button-light { color: var(--white); border-color: rgba(255,255,255,.25); }
.process .button-light:hover { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.timeline li { display: grid; grid-template-columns: 75px 1fr; gap: 20px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.timeline li > span { color: var(--gold); font-family: "Prata", serif; font-size: 13px; }
.timeline h3 { margin: 0 0 7px; font-family: "Prata", serif; font-size: 24px; font-weight: 400; }
.timeline p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }

.risks-grid, .faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.risk-title > p:not(.eyebrow), .faq-title > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.risk-list, .faq-list { border-top: 1px solid var(--line); }
.risk-list details, .faq-list details { border-bottom: 1px solid var(--line); }
.risk-list summary, .faq-list summary { display: flex; align-items: center; gap: 17px; min-height: 75px; list-style: none; font-family: "Prata", serif; font-size: 18px; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.risk-list summary span { color: #a68445; font-family: "Manrope", sans-serif; font-size: 9px; }
.risk-list summary i, .faq-list summary i { margin-left: auto; color: #9a793c; font-family: "Manrope", sans-serif; font-size: 20px; font-style: normal; font-weight: 300; transition: transform .2s ease; }
details[open] summary i { transform: rotate(45deg); }
.risk-list details p, .faq-list details p { margin: -5px 50px 24px 43px; color: var(--muted); font-size: 12px; }

.expert { overflow: hidden; background: #e8dfce; }
.expert-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: stretch; min-height: 540px; }
.expert-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.expert-visual::before, .expert-visual::after { content: ""; position: absolute; border: 1px solid rgba(197,161,92,.24); border-radius: 50%; }
.expert-visual::before { width: 430px; height: 430px; }
.expert-visual::after { width: 300px; height: 300px; }
.expert-initials { position: relative; z-index: 2; color: var(--gold-light); font-family: "Prata", serif; font-size: 100px; letter-spacing: -.08em; }
.expert-visual p { position: absolute; left: 28px; bottom: 20px; z-index: 2; color: rgba(255,255,255,.28); font-size: 8px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.expert-copy { display: flex; flex-direction: column; justify-content: center; padding: 65px 8% 65px 11%; }
.expert-copy h2 { margin: 0; font-family: "Prata", serif; font-size: 52px; font-weight: 400; }
.expert-role { margin: 3px 0 28px; color: #8a6c36; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.expert-copy blockquote { margin: 0 0 23px; padding-left: 22px; border-left: 1px solid #ac8541; font-family: "Prata", serif; font-size: 20px; line-height: 1.55; }
.expert-copy > p:not(.eyebrow):not(.expert-role) { color: #657078; font-size: 12px; }
.expert-links { display: flex; gap: 35px; margin-top: 20px; }
.expert-links a { display: flex; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid #ad9770; font-size: 10px; font-weight: 800; text-transform: uppercase; }

.reviews-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 45px; }
.reviews-rating { display: flex; align-items: center; gap: 13px; padding: 17px 20px; border: 1px solid var(--line); }
.reviews-rating > strong { font-family: "Prata", serif; font-size: 31px; font-weight: 400; }
.reviews-rating span { display: grid; }
.reviews-rating b { color: #d49b2a; font-size: 10px; }
.reviews-rating small { color: var(--muted); font-size: 9px; }
.reviews-rating i { margin-left: 14px; color: #98763a; font-style: normal; }
.reviews-slider { overflow: hidden; }
.review-track { display: flex; transition: transform .45s cubic-bezier(.22,.7,.24,1); }
.review-card { flex: 0 0 100%; min-height: 310px; display: flex; flex-direction: column; padding: 45px 7%; background: var(--cream); border: 1px solid var(--line); }
.review-card .quote { color: var(--gold); font-family: "Prata", serif; font-size: 58px; line-height: .8; }
.review-card > p { max-width: 850px; margin: 13px auto 35px; font-family: "Prata", serif; font-size: clamp(19px, 2.3vw, 28px); line-height: 1.55; text-align: center; }
.review-card footer { display: grid; margin-top: auto; text-align: center; }
.review-card footer strong { font-size: 10px; text-transform: uppercase; }
.review-card footer span { color: var(--muted); font-size: 9px; }
.slider-controls { display: flex; justify-content: center; align-items: center; gap: 25px; margin-top: 20px; }
.slider-controls button { width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.slider-controls button:hover { border-color: var(--gold); }
.slider-controls span { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.review-disclaimer { text-align: center; }

.faq { padding-top: 40px; }
.faq-list summary { min-height: 82px; }
.faq-list details p { margin-left: 0; }

.contact-section { position: relative; overflow: hidden; padding: 100px 0; background: #0a1a29; color: var(--white); }
.contact-section::before { content: ""; position: absolute; width: 470px; height: 470px; left: 18%; top: -250px; border: 1px solid rgba(197,161,92,.18); border-radius: 50%; }
.contact-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; }
.contact-card h2 { max-width: 680px; margin: 0; font-family: "Prata", serif; font-size: clamp(42px, 5vw, 65px); font-weight: 400; line-height: 1.14; }
.contact-card > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.55); font-size: 13px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.office-card { padding: 38px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); font-style: normal; }
.office-label { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.office-card h3 { margin: 18px 0 7px; font-family: "Prata", serif; font-size: 29px; font-weight: 400; }
.office-card > p { color: rgba(255,255,255,.5); font-size: 11px; }
.office-hours { display: grid; grid-template-columns: 1fr auto; gap: 8px 25px; margin: 24px 0; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.office-hours span { color: rgba(255,255,255,.45); }
.office-card > a { display: flex; justify-content: space-between; color: var(--gold-light); font-size: 10px; font-weight: 800; text-transform: uppercase; }

.footer { background: #050f18; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.3fr 1fr .7fr; gap: 50px; align-items: center; padding-top: 54px; padding-bottom: 47px; }
.footer-nav, .footer-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 20px; }
.footer-contact { grid-template-columns: 1fr; }
.footer-nav a, .footer-contact a { color: rgba(255,255,255,.58); font-size: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { max-width: 680px; margin: 0; color: rgba(255,255,255,.28); font-size: 8px; }
.floating-call { position: fixed; right: 18px; bottom: 18px; z-index: 25; display: none; align-items: center; gap: 7px; padding: 9px 14px; background: var(--gold); color: var(--navy); box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.floating-call span { font-size: 16px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .main-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero-layout { gap: 40px; }
  .hero h1 { font-size: 54px; }
  .process .shell, .risks-grid, .faq-grid { gap: 60px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }
  .site-header { height: 70px; }
  .phone-link, .header-actions .button-small { display: none; }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 100px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 24px; background: var(--navy); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: none; }
  .main-nav a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-family: "Prata", serif; font-size: 21px; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; padding: 74px 0; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero h1 { margin: auto; font-size: clamp(43px, 11vw, 62px); }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .case-card { max-width: 560px; margin: auto; }
  .section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .section-heading .eyebrow { justify-content: center; }
  .section-heading > p { margin: auto; }
  .audience-tabs { grid-template-columns: 1fr; }
  .audience-tab { border-right: 0; border-bottom: 1px solid var(--line); }
  .audience-panel { grid-template-columns: 1fr; gap: 30px; padding: 38px; }
  .consult-grid { grid-template-columns: 1fr; gap: 45px; }
  .consult-copy { text-align: center; }
  .privacy-note { justify-content: center; }
  .services-grid { grid-template-columns: 1fr; }
  .process .shell { grid-template-columns: 1fr; gap: 45px; }
  .process-intro { position: static; text-align: center; }
  .process-intro .eyebrow { justify-content: center; }
  .risks-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .risk-title, .faq-title { text-align: center; }
  .risk-title .eyebrow, .faq-title .eyebrow { justify-content: center; }
  .expert-grid { grid-template-columns: 1fr; }
  .expert-visual { min-height: 420px; }
  .expert-copy { padding: 60px 9%; text-align: center; }
  .expert-copy .eyebrow, .expert-links { justify-content: center; }
  .expert-copy blockquote { padding-left: 0; border-left: 0; }
  .reviews-top { align-items: center; gap: 24px; flex-direction: column; text-align: center; }
  .reviews-top .eyebrow { justify-content: center; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-card { text-align: center; }
  .contact-card .eyebrow, .contact-actions { justify-content: center; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-nav { max-width: 350px; margin: auto; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .floating-call { display: flex; }
}

@media (max-width: 520px) {
  .shell { width: calc(100% - 26px); }
  .demo-bar { font-size: 8px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 7px; }
  .brand-mark { width: 38px; }
  .main-nav { inset: 96px 0 0; }
  .hero-layout { padding: 57px 0; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { display: grid; }
  .hero-trust { align-items: flex-start; gap: 15px; }
  .hero-trust p { text-align: left; }
  .case-card { padding: 35px 28px; }
  .case-card h2 { font-size: 25px; }
  .warning-inner { align-items: flex-start; }
  .section { padding: 68px 0; }
  .section-heading h2, .risk-title h2, .faq-title h2, .reviews-top h2 { font-size: 38px; }
  .audience-panel { padding: 29px 23px; }
  .audience-panel h3 { font-size: 25px; }
  .quiz-card { min-height: 430px; padding: 31px 23px; }
  .result-actions { display: grid; }
  .service-card { min-height: 360px; padding: 29px 24px; }
  .process-intro h2 { font-size: 38px; }
  .timeline li { grid-template-columns: 45px 1fr; }
  .risk-list summary, .faq-list summary { font-size: 16px; }
  .risk-list details p, .faq-list details p { margin-left: 0; margin-right: 20px; }
  .expert-initials { font-size: 82px; }
  .expert-copy h2 { font-size: 42px; }
  .expert-copy blockquote { font-size: 18px; }
  .review-card { padding: 36px 24px; }
  .contact-section { padding: 72px 0; }
  .contact-card h2 { font-size: 40px; }
  .contact-actions { display: grid; }
  .office-card { padding: 28px 22px; }
}

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