:root {
  color-scheme: light;
  --night: #06182a;
  --night-2: #0c2b43;
  --ivory: #f8f4eb;
  --paper: #fffdf8;
  --gold: #d7ad58;
  --gold-dark: #9d742e;
  --sage: #6f9288;
  --ink: #10263a;
  --muted: #60717d;
  --line: rgba(16, 38, 58, .16);
  --white-line: rgba(255, 255, 255, .18);
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --ivory: #071827;
  --paper: #0b2132;
  --gold: #e1b85f;
  --gold-dark: #e1b85f;
  --sage: #92b2aa;
  --ink: #edf3f5;
  --muted: #a9b8c1;
  --line: rgba(226, 235, 240, .15);
  --white-line: rgba(255, 255, 255, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Arial, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1220px, calc(100% - 56px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 50; padding: 10px 14px; background: var(--paper); color: var(--night); text-decoration: none; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

h1, h2, h3, .brand, .stats strong, .footer-phone { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }
em { color: var(--gold); font-style: normal; }

.site-header { position: absolute; z-index: 10; width: 100%; color: white; }
.nav-wrap { height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--white-line); }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand span { color: var(--gold); font-size: 31px; letter-spacing: -.02em; }
.brand small { margin-top: 8px; color: rgba(255, 255, 255, .68); font: 700 9px/1 Arial, sans-serif; letter-spacing: .19em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { color: rgba(255, 255, 255, .78); font-size: 13px; text-decoration: none; }
.desktop-nav a:hover { color: white; }
.nav-tools { display: flex; align-items: center; gap: 12px; }
.language-switch { display: inline-flex; min-height: 36px; align-items: center; overflow: hidden; border: 1px solid rgba(215, 173, 88, .48); background: rgba(6, 24, 42, .42); }
.language-switch a { display: inline-flex; min-width: 42px; min-height: 36px; align-items: center; justify-content: center; color: rgba(255, 255, 255, .72); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-decoration: none; }
.language-switch a[aria-current="page"] { background: var(--gold); color: var(--night); }
.language-switch a:not([aria-current="page"]):hover { color: white; }
.theme-toggle { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; padding: 0 12px; border: 1px solid rgba(215, 173, 88, .48); background: rgba(6, 24, 42, .42); color: rgba(255, 255, 255, .82); font: 700 10px/1 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.theme-toggle-track { width: 34px; height: 18px; padding: 2px; border: 1px solid currentColor; border-radius: 999px; }
.theme-toggle-thumb { display: block; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); transition: transform .18s ease; }
.theme-toggle[aria-pressed="true"] .theme-toggle-thumb { transform: translateX(16px); }
.theme-toggle:hover { color: white; border-color: var(--gold); }
.header-call, .button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .02em; transition: transform .18s ease, background .18s ease, color .18s ease; }
.header-call { border-color: rgba(215, 173, 88, .7); color: var(--gold); }
.header-call:hover { background: var(--gold); color: var(--night); }

.hero { padding: 116px 0 34px; background: var(--night); color: white; }
.hero-frame { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; overflow: hidden; border: 1px solid var(--white-line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px 48px; background: var(--night); }
.eyebrow { margin-bottom: 22px; color: rgba(255, 255, 255, .62); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: var(--sage); }
.hero h1 { margin-bottom: 22px; font-size: clamp(47px, 4.6vw, 66px); line-height: 1.02; }
.hero h1 em { display: inline-block; }
.hero-lead { max-width: 570px; margin-bottom: 26px; color: rgba(255, 255, 255, .72); font-size: 16px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; }
.hero-badges span { display: inline-flex; min-height: 34px; align-items: center; padding: 0 12px; border: 1px solid rgba(215, 173, 88, .42); color: rgba(255, 255, 255, .82); background: rgba(215, 173, 88, .08); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button-gold { background: var(--gold); color: var(--night); }
.button-gold:hover { transform: translateY(-2px); background: #e2bd70; }
.button-ghost { border-color: rgba(255, 255, 255, .32); color: white; background: rgba(255, 255, 255, .06); }
.button-ghost:hover { transform: translateY(-2px); border-color: var(--gold); color: var(--gold); }
.text-link { color: white; font-size: 13px; font-weight: 700; text-underline-offset: 5px; }
.availability { margin: 28px 0 0; color: rgba(255, 255, 255, .48); font-size: 11px; }
.hero-media { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--night-2); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero-media figcaption { position: absolute; right: 24px; bottom: 24px; max-width: 250px; padding: 13px 16px; border: 1px solid rgba(255, 255, 255, .28); background: rgba(6, 24, 42, .9); color: rgba(255, 255, 255, .82); font-size: 11px; }

.trust-strip { background: var(--night); color: white; padding: 0 0 42px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--white-line); border-top: 0; }
.trust-grid article { display: grid; grid-template-columns: auto 1fr; gap: 20px; min-height: 154px; padding: 30px; border-right: 1px solid var(--white-line); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid .index { color: var(--gold); font: 400 26px/1 Georgia, serif; }
.trust-grid h2 { margin-bottom: 6px; font-size: 22px; letter-spacing: -.02em; }
.trust-grid p { margin: 0; color: rgba(255, 255, 255, .58); font-size: 12px; }

.section { padding: 112px 0; }
.section-heading { max-width: 750px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .area h2, .faq h2, .engagements h2 { margin-bottom: 0; font-size: clamp(39px, 4.6vw, 62px); line-height: 1.07; }
.proof { position: relative; background: var(--paper); }
.demo-notice { display: table; margin: 0 auto 48px; padding: 8px 13px; border: 1px solid rgba(157, 116, 46, .28); color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 36px; border-block: 1px solid var(--line); }
.stats div { padding: 39px 28px; text-align: center; border-right: 1px solid var(--line); }
.stats div:last-child { border-right: 0; }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--night); font-size: clamp(40px, 5vw, 62px); line-height: 1; }
.stats span { margin-top: 12px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.reviews figure { min-height: 240px; margin: 0; padding: 31px; background: var(--ivory); display: flex; flex-direction: column; }
.rating { color: var(--gold-dark); font: 400 24px/1 Georgia, serif; }
.rating span { color: var(--muted); font: 700 9px/1 Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.reviews blockquote { margin: 28px 0 34px; font: 400 19px/1.55 Georgia, serif; }
.reviews figcaption { margin-top: auto; color: var(--sage); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.cpam-offer { background: var(--ivory); }
.cpam-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.cpam-grid > div:first-child > p:not(.eyebrow) { max-width: 520px; margin-top: 28px; color: var(--muted); font-size: 16px; }
.cpam-offer h2 { margin-bottom: 0; font-size: clamp(39px, 4.6vw, 62px); line-height: 1.07; }
.cpam-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cpam-cards article { min-height: 295px; padding: 28px; background: var(--paper); display: flex; flex-direction: column; }
.cpam-cards span { color: var(--gold-dark); font: 400 30px/1 Georgia, serif; }
.cpam-cards h3 { margin: 34px 0 11px; color: var(--night); font-size: 27px; line-height: 1.1; }
.cpam-cards p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.cpam-cards small { display: block; margin-top: auto; padding-top: 22px; color: var(--sage); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.student-card { background: var(--night) !important; color: white; }
.student-card h3 { color: white; }
.student-card p { color: rgba(255, 255, 255, .66); }
.student-card small { color: rgba(255, 255, 255, .5); }

.services { background: var(--ivory); }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 36px; min-height: 190px; padding: 30px 8px; border-bottom: 1px solid var(--line); }
.service-number { color: var(--gold-dark); font: 400 30px/1 Georgia, serif; }
.service-list h3 { margin-bottom: 9px; color: var(--night); font-size: 31px; }
.service-list p { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.service-list a { color: var(--night); font-size: 12px; font-weight: 800; text-underline-offset: 6px; }

.engagements { background: var(--night); color: white; }
.commitment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.commitment-lead { max-width: 490px; margin-top: 30px; color: rgba(255, 255, 255, .62); }
.commitment-grid ol { list-style: none; margin: 0; padding: 0; }
.commitment-grid li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 27px 0; border-top: 1px solid var(--white-line); }
.commitment-grid li:last-child { border-bottom: 1px solid var(--white-line); }
.commitment-grid li > span { color: var(--gold); font: 400 26px/1 Georgia, serif; }
.commitment-grid strong { display: block; margin-bottom: 7px; font: 400 23px/1.2 Georgia, serif; }
.commitment-grid li p { margin-bottom: 0; color: rgba(255, 255, 255, .58); font-size: 13px; }

.area { background: var(--paper); }
.area-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }
.area-copy { padding: 32px 0 4px 42px; border-left: 1px solid var(--line); }
.area-copy p { margin-bottom: 26px; color: var(--muted); font-size: 16px; }
.button-dark { background: var(--night); color: white; }
.button-dark:hover { transform: translateY(-2px); background: var(--night-2); }

.seo-links { background: var(--ivory); }
.seo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.seo-card { display: flex; min-height: 265px; flex-direction: column; padding: 28px; background: var(--paper); text-decoration: none; transition: transform .18s ease, background .18s ease; }
.seo-card:hover { transform: translateY(-3px); background: #fff8e8; }
.seo-card span { color: var(--gold-dark); font: 400 30px/1 Georgia, serif; }
.seo-card strong { margin: 30px 0 12px; color: var(--night); font: 400 29px/1.1 Georgia, "Times New Roman", serif; letter-spacing: 0; }
.seo-card p { margin: auto 0 0; color: var(--muted); font-size: 13px; }

.service-page .site-header { position: absolute; }
.service-hero { min-height: 570px; display: flex; align-items: end; padding: 142px 0 78px; background: var(--night); color: white; }
.service-hero .hero-copy { max-width: 870px; padding: 0; background: transparent; }
.service-hero h1 { margin-bottom: 22px; font-size: 68px; line-height: 1.02; letter-spacing: 0; }
.service-overview { background: var(--paper); }
.service-overview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: start; }
.service-overview h2, .service-details h2 { margin-bottom: 24px; font-size: 54px; line-height: 1.08; letter-spacing: 0; }
.service-overview p, .service-details p { color: var(--muted); }
.keyword-list { display: grid; gap: 1px; margin: 0; padding: 0; border: 1px solid var(--line); background: var(--line); list-style: none; }
.keyword-list li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px; background: var(--ivory); }
.keyword-list span { color: var(--gold-dark); font: 400 25px/1 Georgia, serif; }
.keyword-list strong { display: block; margin-bottom: 6px; color: var(--night); font: 400 22px/1.15 Georgia, serif; }
.keyword-list p { margin: 0; font-size: 13px; }
.service-details { background: var(--ivory); }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.detail-grid article { min-height: 230px; padding: 28px; background: var(--paper); }
.detail-grid h3 { margin-bottom: 13px; color: var(--night); font-size: 27px; line-height: 1.12; }
.detail-grid p { margin: 0; font-size: 13px; }
.service-cta { background: var(--night); color: white; }
.service-cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.service-cta h2 { margin-bottom: 16px; font-size: 56px; line-height: 1.08; letter-spacing: 0; }
.service-cta p { max-width: 720px; margin-bottom: 0; color: rgba(255, 255, 255, .66); }
.service-cta-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-end; }

.reservation-hero { min-height: 430px; display: flex; align-items: end; padding: 142px 0 70px; background: var(--night); color: white; }
.reservation-hero .hero-copy { max-width: 760px; padding: 0; background: transparent; }
.reservation-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); gap: 64px; align-items: start; }
.reservation-form { display: grid; gap: 18px; padding: 34px; border: 1px solid var(--line); background: var(--paper); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { color: var(--night); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); background: var(--ivory); color: var(--ink); font: 15px/1.4 Arial, sans-serif; }
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-dark); outline: 3px solid rgba(215, 173, 88, .25); }
.reservation-note { margin: 0; color: var(--muted); font-size: 12px; }
.reservation-status { min-height: 20px; margin: 0; color: var(--sage); font-size: 12px; font-weight: 800; }
.reservation-side { padding: 34px; background: var(--night); color: white; }
.reservation-side h2 { margin-bottom: 18px; font-size: 34px; letter-spacing: -.02em; }
.reservation-side p { color: rgba(255, 255, 255, .68); font-size: 14px; }
.reservation-side ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--white-line); }
.reservation-side li { padding: 16px 0; border-bottom: 1px solid var(--white-line); color: rgba(255, 255, 255, .78); font-size: 13px; }

.faq { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 24px 42px 24px 0; font: 400 21px/1.35 Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; margin-right: -34px; color: var(--gold-dark); font-family: Arial, sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; padding: 0 40px 24px 0; color: var(--muted); font-size: 14px; }

footer { padding: 70px 0 25px; background: #041321; color: white; }
.footer-grid { display: flex; justify-content: space-between; gap: 50px; }
.footer-brand { display: inline-flex; }
.footer-grid > div:first-child > p { max-width: 420px; margin: 22px 0 0; color: rgba(255, 255, 255, .55); font-size: 13px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact small { color: rgba(255, 255, 255, .5); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.footer-contact a { color: white; text-decoration: none; }
.footer-phone { margin: 8px 0; color: var(--gold) !important; font-size: 31px; }
.footer-reservation { margin-top: 12px; color: var(--gold) !important; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom { margin-top: 50px; padding-top: 21px; border-top: 1px solid var(--white-line); color: rgba(255, 255, 255, .42); font-size: 10px; }
.mobile-call { display: none; }

:root[data-theme="dark"] .proof,
:root[data-theme="dark"] .area { background: var(--paper); }
:root[data-theme="dark"] .services,
:root[data-theme="dark"] .faq { background: var(--ivory); }
:root[data-theme="dark"] .stats strong,
:root[data-theme="dark"] .service-list h3,
:root[data-theme="dark"] .service-list a { color: var(--ink); }
:root[data-theme="dark"] .reviews { background: var(--line); }
:root[data-theme="dark"] .reviews figure { background: #0d2739; }
:root[data-theme="dark"] .cpam-cards article { background: #0d2739; }
:root[data-theme="dark"] .cpam-cards h3 { color: var(--ink); }
:root[data-theme="dark"] .student-card { background: #041321 !important; }
:root[data-theme="dark"] .student-card h3 { color: white; }
:root[data-theme="dark"] .button-dark { background: var(--gold); color: var(--night); }
:root[data-theme="dark"] .button-dark:hover { background: #e8c77f; }
:root[data-theme="dark"] .seo-card,
:root[data-theme="dark"] .keyword-list li,
:root[data-theme="dark"] .detail-grid article { background: #0d2739; }
:root[data-theme="dark"] .seo-card:hover { background: #12314a; }
:root[data-theme="dark"] .seo-card strong,
:root[data-theme="dark"] .keyword-list strong,
:root[data-theme="dark"] .detail-grid h3 { color: var(--ink); }

@media (max-width: 980px) {
  .shell { width: min(100% - 38px, 760px); }
  .desktop-nav { display: none; }
  .nav-tools { margin-left: auto; }
  .hero-frame { grid-template-columns: 1fr; }
  .hero-copy { min-height: 600px; padding: 66px 48px; }
  .hero-media { min-height: 520px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid var(--white-line); }
  .trust-grid article:last-child { border-bottom: 0; }
  .commitment-grid, .area-grid, .faq-grid, .cpam-grid, .service-overview-grid { grid-template-columns: 1fr; gap: 58px; }
  .cpam-cards { grid-template-columns: 1fr; }
  .reservation-layout { grid-template-columns: 1fr; }
  .area-copy { padding-left: 0; border-left: 0; }
  .seo-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
  .service-cta-grid { grid-template-columns: 1fr; }
  .service-cta-actions { justify-content: flex-start; }
}

@media(max-width:760px) {
  body { padding-bottom: 76px; }
  .shell { width: min(100% - 30px, 620px); }
  .site-header { position: absolute; }
  .nav-wrap { height: 78px; }
  .brand span { font-size: 27px; }
  .brand small { display: none; }
  .header-call { display: none; }
  .nav-tools { gap: 8px; }
  .language-switch a { min-width: 38px; }
  .theme-toggle { min-width: 44px; padding-inline: 9px; }
  .theme-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .hero { padding: 98px 0 24px; }
  .hero-frame { min-height: 0; border: 0; }
  .hero-copy { min-height: 0; padding: 48px 22px 46px; }
  .hero h1 { font-size: clamp(42px, 13vw, 57px); }
  .hero-lead { font-size: 16px; }
  .hero-badges span { width: 100%; justify-content: center; text-align: center; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-media { min-height: 380px; }
  .hero-media img { object-position: 68% center; }
  .hero-media figcaption { right: 14px; bottom: 14px; left: 14px; max-width: none; }
  .trust-strip { padding-bottom: 24px; }
  .trust-grid article { min-height: 0; padding: 24px 21px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .area h2, .faq h2, .engagements h2 { font-size: 40px; }
  .demo-notice { width: 100%; text-align: center; line-height: 1.5; }
  .stats, .reviews { grid-template-columns: 1fr; }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats div:last-child { border-bottom: 0; }
  .reviews figure { min-height: 210px; }
  .cpam-cards article { min-height: 0; }
  .service-list article { grid-template-columns: 52px 1fr; gap: 16px; padding: 28px 0; }
  .service-list article > a { grid-column: 2; }
  .service-list h3 { font-size: 25px; }
  .seo-grid { grid-template-columns: 1fr; }
  .seo-card { min-height: 0; }
  .service-hero { min-height: 0; padding: 118px 0 58px; }
  .service-hero h1 { font-size: 44px; }
  .service-overview h2, .service-details h2, .service-cta h2 { font-size: 38px; }
  .keyword-list li { grid-template-columns: 42px 1fr; gap: 14px; padding: 22px; }
  .service-cta-actions .button { width: 100%; }
  .reservation-hero { min-height: 0; padding: 118px 0 58px; }
  .reservation-form { padding: 22px; }
  .form-row { grid-template-columns: 1fr; }
  .reservation-side { padding: 24px; }
  .commitment-grid { gap: 44px; }
  .commitment-grid li { grid-template-columns: 42px 1fr; gap: 13px; }
  .faq-grid { gap: 38px; }
  .footer-grid { flex-direction: column; }
  .mobile-call { position: fixed; z-index: 20; right: 12px; bottom: 12px; left: 12px; display: flex; min-height: 55px; align-items: center; justify-content: center; background: var(--gold); color: var(--night); font-size: 14px; font-weight: 900; text-decoration: none; box-shadow: 0 13px 34px rgba(0, 0, 0, .25); }
}

@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
