@charset "UTF-8";

:root {
  --navy-950: #06192d;
  --navy-900: #0a2543;
  --navy-800: #12395f;
  --blue-100: #e9eef2;
  --blue-50: #f3f5f6;
  --paper: #f7f5ef;
  --gold: #cda24b;
  --gold-light: #efcf7b;
  --ink: #132337;
  --muted: #637286;
  --white: #ffffff;
  --line: rgba(10, 37, 67, 0.14);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --container: 1180px;
  --shadow: 0 26px 80px rgba(3, 18, 33, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
section[id] { scroll-margin-top: 82px; }
main { scroll-margin-top: 82px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; background: var(--gold); color: var(--navy-950); font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(5,20,35,.92); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(18px); transition: background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: rgba(4,18,32,.97); box-shadow: 0 14px 40px rgba(0,0,0,.22); }
.scroll-progress { position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; transition: transform .08s linear; }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 52px; height: 52px; display: grid; place-items: center; overflow: hidden; padding: 3px; background: #fdfdfc; border: 1px solid rgba(205,162,75,.34); box-shadow: 0 7px 20px rgba(0,0,0,.2); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.45rem; color: var(--white); letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: #a9b9c8; font-size: .96rem; letter-spacing: .01em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; font-size: .96rem; font-weight: 650; text-decoration: none; color: #c2ced8; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.2); background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 19px; height: 2px; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
.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); }
.header-phone { display: grid; text-align: right; text-decoration: none; line-height: 1.2; }
.header-phone span { color: var(--white); font-weight: 800; }
.header-phone small { color: #a9b9c8; font-size: .96rem; margin-top: 4px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 76% 14%, #174261 0, var(--navy-950) 47%, #041424 88%); padding: clamp(80px, 9vw, 126px) 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.hero::before { content: ""; position: absolute; width: 660px; height: 660px; border-radius: 50%; right: -170px; top: -250px; border: 1px solid rgba(205,162,75,.34); box-shadow: 0 0 0 90px rgba(205,162,75,.025), 0 0 0 180px rgba(205,162,75,.018); animation: orbit-breathe 9s ease-in-out infinite; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(to top, rgba(0,0,0,.24), transparent); pointer-events: none; }
.hero-grid { position: absolute; inset: -76px 0 0 -76px; opacity: .38; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right, #000, transparent 76%); animation: grid-drift 18s linear infinite; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: clamp(36px, 6vw, 98px); align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .9rem; font-weight: 850; }
.section-kicker { position: relative; }
.section-kicker::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 52px; height: 2px; background: currentColor; transform-origin: left; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-light); }
.eyebrow span { width: 38px; height: 2px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); color: var(--navy-900); font-weight: 700; letter-spacing: -.035em; }
h1 { max-width: 830px; margin-bottom: 30px; color: var(--white); font-size: clamp(3.3rem, 5.7vw, 5.65rem); line-height: .96; text-wrap: balance; }
h1 em { display: block; margin-top: 22px; color: var(--gold-light); font-size: .57em; line-height: 1.1; font-style: italic; font-weight: 400; letter-spacing: -.02em; }
.hero-lead { max-width: 700px; margin-bottom: 30px; color: #c2ced8; font-size: 1.08rem; line-height: 1.7; }
.hero-benefits { display: grid; gap: 9px; max-width: 650px; margin: -8px 0 28px; padding: 0; list-style: none; }
.hero-benefits li { position: relative; padding-left: 28px; color: #edf2f6; font-size: 1rem; font-weight: 700; }
.hero-benefits li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold-light); font-weight: 900; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; text-decoration: none; font-weight: 800; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button::after { content: ""; position: absolute; z-index: -1; top: -80%; bottom: -80%; left: -55%; width: 34%; background: rgba(255,255,255,.32); transform: rotate(18deg) translateX(-220%); transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.button-gold::before { content: ""; position: absolute; z-index: -1; top: -40%; bottom: -40%; left: -30%; width: 32%; background: rgba(255,255,255,.16); transform: translateX(-250%) skewX(-18deg); pointer-events: none; animation: button-glint 8s ease-in-out 2s infinite; }
.button:hover::after, .button:focus-visible::after { transform: rotate(18deg) translateX(520%); }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy-950); box-shadow: 0 12px 30px rgba(208,165,76,.22); }
.button-gold:hover { background: var(--gold-light); }
.button-dark { background: var(--navy-900); color: var(--white); box-shadow: 0 12px 28px rgba(10,37,67,.18); }
.button-dark:hover { background: var(--navy-800); }
.text-link { font-weight: 800; text-decoration: none; color: var(--white); }
.text-link span { display: inline-block; margin-left: 8px; color: var(--gold); transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-price-quick { display: none; align-items: baseline; flex-wrap: wrap; gap: 7px; margin: 24px 0 0; color: #c6d2dc; font-size: 1rem; }
.hero-price-quick strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.45rem; line-height: 1; }
.hero-showcase { position: relative; display: flex; align-items: stretch; justify-content: center; }
.hero-showcase::before { content: ""; position: absolute; inset: -24px -24px 24px 24px; border: 1px solid rgba(239,207,123,.35); transform: rotate(2deg); pointer-events: none; }
.offer-card { position: relative; z-index: 4; overflow: hidden; width: 100%; min-height: 410px; background: var(--paper); color: var(--ink); padding: 30px 34px 34px; border: 1px solid rgba(255,255,255,.55); box-shadow: 0 34px 90px rgba(0,0,0,.32); animation: offer-float 7s ease-in-out .35s infinite; }
.offer-card::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 5px; background: var(--gold); }
.offer-card::after { content: ""; position: absolute; left: 0; top: 0; width: 26%; height: 5px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent); pointer-events: none; animation: card-glint 7s ease-in-out 1.2s infinite; }
.offer-top { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: #726029; font-size: .9rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.offer-portrait { display: flex; align-items: baseline; justify-content: center; gap: 14px; margin: 4px 0 2px; color: var(--navy-900); font-family: var(--serif); font-size: clamp(8rem, 12vw, 11.8rem); line-height: 1; letter-spacing: -.09em; }
.offer-portrait span { color: #97701e; font-family: var(--sans); font-size: 1rem; font-weight: 850; letter-spacing: .03em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.offer-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; line-height: 1; }
.offer-price strong { font-family: var(--serif); font-size: clamp(2.8rem, 4.2vw, 3.8rem); color: var(--navy-900); }
.offer-price span { font-size: 1rem; color: #8d681c; font-weight: 800; }
.offer-month { color: #52647a; margin: 10px 0 18px; font-size: .96rem; }
.offer-bottom { display: flex; align-items: center; gap: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.offer-bottom strong { color: #98711f; font-family: var(--serif); font-size: 2rem; white-space: nowrap; }
.offer-bottom span { color: #45566a; font-size: .95rem; line-height: 1.35; }

.section { padding: 88px 0; }
.section h2 { margin-bottom: 0; font-size: clamp(2.35rem, 5vw, 4.2rem); line-height: 1.02; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 100px; align-items: end; }
.fit-section { background: var(--paper); }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 48px; margin-top: 46px; border-top: 1px solid var(--line); }
.fit-card { position: relative; display: grid; grid-template-columns: 70px 1fr; align-items: center; min-height: 116px; padding: 24px 12px 24px 0; border-bottom: 1px solid var(--line); transition: padding-left .3s ease; }
.fit-card:hover { padding-left: 8px; }
.fit-card > span { color: #97701e; font-family: var(--serif); font-size: 2.1rem; line-height: 1; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.fit-card h3 { margin: 0; color: var(--navy-900); font-family: var(--serif); font-size: 1.65rem; line-height: 1.15; }
.fit-action { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 18px; padding: 28px 30px; background: #e9edf0; border-left: 4px solid var(--gold); }
.fit-action > div { display: grid; gap: 3px; }
.fit-action strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.25rem; }
.fit-action .button { flex: 0 0 auto; }

.services-section { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--navy-950), #0a2a48); color: var(--white); }
.services-section::before { content: ""; position: absolute; top: -280px; right: -180px; width: 660px; height: 660px; border-radius: 50%; background: radial-gradient(circle, rgba(239,207,123,.1), transparent 68%); pointer-events: none; animation: ambient-drift 18s ease-in-out infinite; }
.services-section::after { content: "06"; position: absolute; right: -20px; bottom: -125px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 32rem; line-height: 1; pointer-events: none; }
.section-top { margin-bottom: 42px; }
.section-top h2, .pricing-copy h2, .final-cta h2 { color: var(--white); }
.section-kicker.light { color: var(--gold-light); }
.services-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-card { position: relative; overflow: hidden; min-height: 210px; padding: 28px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.15); transition: background .3s ease, transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.service-card::before { content: ""; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background: linear-gradient(var(--gold-light), var(--gold)); transform: scaleY(0); transform-origin: bottom; transition: transform .35s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 15%, rgba(239,207,123,.08) 48%, transparent 80%); opacity: 0; transform: translateX(-50%); transition: opacity .5s ease, transform .65s cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.service-card:hover::before { transform: scaleY(1); }
.service-card:hover { background: rgba(255,255,255,.075); transform: translateY(-5px); border-color: rgba(239,207,123,.45); }
@media (hover: hover) {
  .fit-card:hover > span { transform: translateY(-4px) rotate(-3deg); }
  .service-card:hover::after { opacity: 1; transform: translateX(0); }
}
.service-index { color: var(--gold); font-family: var(--serif); font-size: 1rem; }
.service-card h3 { margin: 24px 0 12px; color: var(--white); font-family: var(--serif); font-size: 1.55rem; line-height: 1.15; }
.service-card p { margin: 0; color: #d3dee7; font-size: 1rem; }
.services-continuity { position: relative; z-index: 1; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 26px 0 0; border-top: 1px solid rgba(239,207,123,.38); }
.services-continuity strong { max-width: 430px; color: var(--gold-light); font-family: var(--serif); font-size: 1.55rem; line-height: 1.15; }
.services-continuity p { max-width: 550px; margin: 0; color: #d3dee7; font-size: 1rem; }

.process-list { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); margin: 48px 0 0; padding: 0; counter-reset: process; }
.process-list li { position: relative; padding: 28px 26px 28px 0; border-top: 2px solid rgba(10,37,67,.18); }
.process-list li::before { content: ""; position: absolute; left: 0; right: 0; top: -2px; height: 2px; background: var(--navy-900); transform: scaleX(0); transform-origin: left; transition: transform .8s cubic-bezier(.2,.8,.2,1) .15s; }
.process-list li.is-visible::before { transform: scaleX(1); }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: -5px; right: 18px; width: 8px; height: 8px; border-top: 2px solid var(--navy-900); border-right: 2px solid var(--navy-900); transform: rotate(45deg); background: var(--white); }
.process-list span { display: block; margin-bottom: 14px; color: #97701e; font-family: var(--serif); }
.process-list strong { display: block; color: var(--navy-900); font-family: var(--serif); font-size: 1.25rem; }

.pricing-section { background: var(--navy-900); color: var(--white); }
.pricing-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.pricing-copy .button { margin-top: 30px; }
.price-panel { position: relative; overflow: hidden; background: var(--white); color: var(--ink); padding: 44px 48px; border-top: 6px solid var(--gold); box-shadow: 0 30px 80px rgba(0,0,0,.2); transition: transform .35s ease, box-shadow .35s ease; }
.price-panel::before { content: ""; position: absolute; left: 0; top: 0; width: 26%; height: 100%; background: linear-gradient(90deg, transparent, rgba(205,162,75,.11), transparent); pointer-events: none; animation: card-glint 9s ease-in-out 3s infinite; }
.price-panel:hover { transform: translateY(-5px); box-shadow: 0 40px 95px rgba(0,0,0,.25); }
.price-panel > p { margin-bottom: 10px; color: #526277; text-transform: uppercase; letter-spacing: .08em; font-size: .94rem; font-weight: 800; }
.price-panel > div:first-of-type { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.price-panel > div strong { color: var(--navy-900); font-family: var(--serif); font-size: clamp(3rem, 5vw, 4.6rem); line-height: 1; }
.price-panel > div span { color: var(--muted); }
.price-panel ul { list-style: none; margin: 24px 0; padding: 0; }
.price-panel li { break-inside: avoid; position: relative; padding: 6px 0 6px 22px; color: #42556b; font-size: 1.05rem; }
.price-panel li::before { content: ""; position: absolute; left: 0; top: 15px; width: 8px; height: 2px; background: var(--gold); }
.discount { display: flex; align-items: center; gap: 18px; padding-top: 20px; border-top: 1px solid var(--line); }
.discount strong { color: var(--gold) !important; font-size: 2rem !important; }

.extras-section { background: var(--paper); }
.extras-details { margin-top: 50px; }
.extras-details > summary { position: relative; padding: 22px 64px 22px 26px; border: 1px solid var(--line); background: var(--white); color: var(--navy-900); font-family: var(--serif); font-size: 1.25rem; font-weight: 700; cursor: pointer; list-style: none; transition: border-color .25s ease, box-shadow .25s ease; }
.extras-details > summary::-webkit-details-marker { display: none; }
.extras-details > summary::after { content: "+"; position: absolute; right: 26px; top: 15px; color: var(--gold); font-family: var(--sans); font-size: 1.7rem; font-weight: 400; transition: transform .3s ease; }
.extras-details[open] > summary { border-color: rgba(205,162,75,.55); box-shadow: 0 14px 34px rgba(15,43,72,.08); }
.extras-details[open] > summary::after { content: "−"; transform: rotate(180deg); }
.extras-details .price-table-wrap { margin-top: 12px; }
.price-table-wrap { margin-top: 56px; overflow-x: auto; border: 1px solid var(--line); background: var(--white); box-shadow: 0 24px 70px rgba(15,43,72,.09); }
.price-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.price-table th { padding: 17px 22px; background: var(--navy-900); color: var(--white); text-align: left; text-transform: uppercase; letter-spacing: .04em; font-size: .9rem; }
.price-table th:nth-child(n+2), .price-table td:nth-child(n+2) { text-align: right; white-space: nowrap; }
.price-table td { padding: 17px 22px; border-bottom: 1px solid var(--line); color: #35495f; }
.price-table tbody tr:nth-child(even) { background: var(--blue-50); }
.price-table tbody tr:last-child td { border-bottom: 0; }
.price-table td:first-child { color: var(--navy-900); font-weight: 700; }
.price-table td:last-child { color: #8b671f; font-weight: 850; }
.pricing-footnote { max-width: 900px; margin: 24px 0 0; color: #526277; font-size: .96rem; }

.faq-section { background: var(--blue-50); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 48px 26px 0; color: var(--navy-900); font-family: var(--serif); font-size: 1.35rem; font-weight: 700; line-height: 1.25; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 22px; color: var(--gold); font-family: var(--sans); font-size: 1.5rem; font-weight: 400; transition: transform .25s ease, color .25s ease; }
.faq-list summary:hover::after { color: var(--navy-900); transform: rotate(90deg); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: -4px 0 26px; color: var(--muted); animation: faq-reveal .35s ease both; }

.final-cta { position: relative; overflow: hidden; background: var(--navy-950); color: var(--white); padding: 88px 0; text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 350px; height: 350px; border: 1px solid rgba(208,165,76,.2); transform: rotate(45deg); }
.final-cta::before { left: -220px; top: -180px; animation: diamond-float 10s ease-in-out infinite; }
.final-cta::after { right: -220px; bottom: -180px; animation: diamond-float 12s ease-in-out -4s infinite reverse; }
.final-cta-inner { position: relative; z-index: 1; max-width: 900px; }
.final-cta .section-kicker::after { display: none; }
.final-cta h2 { max-width: 820px; margin-inline: auto; font-size: clamp(2.65rem, 5vw, 4.6rem); }
.final-actions { justify-content: center; margin-top: 34px; }
.button-outline { border-color: rgba(255,255,255,.35); color: var(--white); }
.button-outline:hover { border-color: var(--gold); color: var(--gold-light); }

.mobile-conversion { display: none; }

.site-footer { background: #041321; color: var(--white); padding: 34px 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy small { color: #8597a8; }
.footer-contacts { display: grid; gap: 2px; }
.footer-contacts a { text-decoration: none; color: #d7e0e8; }
.copyright { margin: 0; color: #b0c1d0; font-size: .94rem; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(28px) scale(.985); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js-ready .hero-copy.reveal.is-visible > * { animation: hero-intro .65s cubic-bezier(.2,.75,.2,1) both; }
.js-ready .hero-copy.reveal.is-visible > :nth-child(2) { animation-delay: .08s; }
.js-ready .hero-copy.reveal.is-visible > :nth-child(3) { animation-delay: .16s; }
.js-ready .hero-copy.reveal.is-visible > :nth-child(4) { animation-delay: .24s; }
.js-ready .hero-copy.reveal.is-visible > :nth-child(5) { animation-delay: .32s; }
.js-ready .hero-copy.reveal.is-visible > :nth-child(6) { animation-delay: .4s; }
.js-ready .hero-copy.reveal.is-visible > :nth-child(7) { animation-delay: .48s; }
.js-ready .hero-copy.reveal.is-visible > :nth-child(8) { animation-delay: .56s; }
.js-ready .hero-showcase.is-visible .offer-portrait { animation: stat-arrive .8s cubic-bezier(.2,.8,.2,1) .15s both; }
.js-ready .hero-showcase.is-visible .offer-price { animation: stat-arrive .7s cubic-bezier(.2,.8,.2,1) .35s both; }
.js-ready .hero-showcase.is-visible .offer-bottom { animation: stat-arrive .7s cubic-bezier(.2,.8,.2,1) .55s both; }
.js-ready .fit-grid .fit-card:nth-child(2), .js-ready .services-grid .service-card:nth-child(2), .js-ready .process-list li:nth-child(2) { transition-delay: .09s; }
.js-ready .fit-grid .fit-card:nth-child(3), .js-ready .services-grid .service-card:nth-child(3), .js-ready .process-list li:nth-child(3) { transition-delay: .18s; }
.js-ready .fit-grid .fit-card:nth-child(4), .js-ready .services-grid .service-card:nth-child(4), .js-ready .process-list li:nth-child(4) { transition-delay: .27s; }
.js-ready .services-grid .service-card:nth-child(5), .js-ready .process-list li:nth-child(5) { transition-delay: .36s; }
.js-ready .services-grid .service-card:nth-child(6) { transition-delay: .45s; }
.js-ready .services-grid .service-card.is-visible .service-index { animation: stat-arrive .55s cubic-bezier(.2,.8,.2,1) .2s both; }
.js-ready .fit-grid .fit-card.is-visible > span, .js-ready .process-list li.is-visible > span { animation: stat-arrive .55s cubic-bezier(.2,.8,.2,1) .18s both; }
.js-ready .price-panel.is-visible > div:first-of-type { animation: stat-arrive .75s cubic-bezier(.2,.8,.2,1) .2s both; }
.js-ready .price-panel.is-visible .discount strong { animation: stat-arrive .65s cubic-bezier(.2,.8,.2,1) .48s both; }
.js-ready .reveal .section-kicker::after { transform: scaleX(0); }
.js-ready .reveal.is-visible .section-kicker::after { animation: kicker-draw .85s cubic-bezier(.2,.8,.2,1) .25s both; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

@keyframes hero-intro { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes grid-drift { to { transform: translate(76px, 76px); } }
@keyframes orbit-breathe { 0%, 100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.045); opacity: 1; } }
@keyframes offer-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@keyframes card-glint { 0%, 60% { transform: translateX(-120%); opacity: 0; } 66% { opacity: .8; } 82% { transform: translateX(420%); opacity: .8; } 88%, 100% { transform: translateX(420%); opacity: 0; } }
@keyframes button-glint { 0%, 64% { transform: translateX(-250%) skewX(-18deg); opacity: 0; } 68% { opacity: 1; } 82% { transform: translateX(530%) skewX(-18deg); opacity: 1; } 87%, 100% { transform: translateX(530%) skewX(-18deg); opacity: 0; } }
@keyframes ambient-drift { 0%, 100% { transform: translate(0,0) scale(1); opacity: .6; } 50% { transform: translate(-70px,55px) scale(1.08); opacity: 1; } }
@keyframes kicker-draw { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes stat-arrive { from { opacity: 0; transform: translateY(16px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes faq-reveal { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }
@keyframes diamond-float { 0%, 100% { transform: rotate(45deg) translate(0,0); } 50% { transform: rotate(48deg) translate(14px,-10px); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal, .js-ready .reveal { opacity: 1; transform: none; }
  .js-ready .reveal .section-kicker::after { transform: scaleX(1); }
}

@media (max-width: 1080px) {
  .header-inner { position: relative; }
  .menu-toggle { display: inline-flex; order: 3; }
  .header-phone { order: 2; margin-left: auto; }
  .main-nav { display: none; position: absolute; z-index: 110; left: 0; right: 0; top: calc(100% + 1px); padding: 12px; background: #071c31; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 12px 14px; }
  .main-nav a::after { display: none; }
}

@media (max-width: 860px) {
  .hero-layout, .pricing-layout { grid-template-columns: 1fr; }
  .pricing-layout { gap: 44px; }
  .hero-layout { gap: 58px; }
  .hero-copy { max-width: 820px; }
  .hero-showcase { max-width: 650px; width: 100%; margin-inline: auto; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .services-continuity { display: block; }
  .services-continuity p { margin-top: 12px; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .process-list li:last-child { grid-column: 1 / -1; width: 50%; }
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-heading { position: static; }
}

@media (max-width: 680px) {
  section[id] { scroll-margin-top: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 72px; }
  .brand-copy small, .header-phone small { display: none; }
  .header-phone { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 1.08rem; }
  .header-phone span { font-size: .9rem; }
  .menu-toggle { width: 40px; height: 40px; }
  .hero { padding: 52px 0 76px; }
  h1 { font-size: clamp(2.4rem, 12vw, 3.15rem); line-height: .97; }
  h1 em { font-size: .57em; }
  .hero-lead { font-size: 1.05rem; }
  .hero-benefits { margin-bottom: 26px; }
  .hero-actions, .final-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-price-quick { display: flex; justify-content: center; padding: 14px; border: 1px solid rgba(239,207,123,.3); font-size: 1.15rem; }
  .hero-price-quick strong { font-size: 1.55rem; }
  .hero-layout { gap: 62px; }
  .hero-showcase { display: none; }
  .offer-card { min-height: 0; padding: 24px 22px; }
  .offer-portrait { font-size: clamp(7.5rem, 32vw, 9rem); }
  .section { padding: 74px 0; }
  .section h2 { font-size: clamp(2rem, 9.2vw, 2.7rem); }
  .fit-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .fit-card { grid-template-columns: 52px 1fr; min-height: 0; padding: 24px 0; }
  .fit-card > span { font-size: 1.5rem; }
  .fit-card h3 { font-size: 1.35rem; }
  .fit-action { align-items: stretch; flex-direction: column; padding: 24px; }
  .fit-action .button { width: 100%; }
  .services-grid, .process-list { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 26px; }
  .service-card h3 { margin-top: 28px; }
  .process-list { gap: 0; }
  .process-list li:last-child { grid-column: auto; width: auto; }
  .process-list li { padding: 24px 0; border-top: 1px solid var(--line); }
  .process-list li:not(:last-child)::after { display: none; }
  .process-list span { margin-bottom: 10px; }
  .price-panel { padding: 32px 24px; }
  .price-panel > div:first-of-type { display: block; }
  .price-panel > div span { display: block; margin-top: 8px; }
  .price-table-wrap { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .extras-details { margin-top: 36px; }
  .extras-details > summary { padding: 20px 54px 20px 20px; font-size: 1.08rem; line-height: 1.25; }
  .extras-details > summary::after { right: 20px; top: 13px; }
  .price-table { display: block; min-width: 0; }
  .price-table thead { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .price-table tbody { display: grid; gap: 12px; }
  .price-table tr { display: block; padding: 0; border: 1px solid var(--line); background: var(--white) !important; box-shadow: 0 12px 30px rgba(15,43,72,.06); }
  .price-table td { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 9px 18px; border: 0; text-align: right !important; white-space: normal !important; }
  .price-table td:first-child { display: block; padding: 18px; border-bottom: 1px solid var(--line); text-align: left !important; }
  .price-table td:nth-child(2)::before { content: "Разовая цена"; color: #526277; font-size: .9rem; font-weight: 600; text-align: left; }
  .price-table td:nth-child(3) { padding-bottom: 15px; color: #8b671f; font-weight: 850; }
  .price-table td:nth-child(3)::before { content: "На сопровождении"; color: #526277; font-size: .9rem; font-weight: 600; text-align: left; }
  .faq-list summary { padding: 22px 40px 22px 0; font-size: 1.18rem; }
  .faq-list summary::after { top: 18px; }
  .final-cta { padding: 82px 0; }
  .final-cta h2 { font-size: clamp(2rem, 9.5vw, 2.55rem); line-height: 1.08; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .copyright { grid-row: 3; }
  body { padding-bottom: 72px; }
  .mobile-conversion { position: fixed; z-index: 120; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 58px; padding: 8px 8px 8px 16px; background: rgba(5,24,42,.97); border: 1px solid rgba(239,207,123,.34); box-shadow: 0 18px 48px rgba(0,0,0,.35); backdrop-filter: blur(16px); opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
  .mobile-conversion.is-visible { opacity: 1; transform: none; pointer-events: auto; }
  .mobile-conversion > div { display: grid; line-height: 1.05; }
  .mobile-conversion strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.15rem; }
  .mobile-conversion span { margin-top: 4px; color: #c2d0dd; font-size: 1rem; }
  .mobile-conversion a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 15px; background: var(--gold); color: var(--navy-950); font-size: .95rem; font-weight: 900; text-decoration: none; }
}
