:root {
  --background: #0d0d0f;
  --surface: #161619;
  --surface-hover: #1b1b1f;
  --text: #f5f5f7;
  --muted: #9a9aa3;
  --accent: #ffdd2a;
  --dark: #111113;
  --border: rgba(255, 255, 255, .12);
  --font: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  --container: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--background); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--background); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
button { font: inherit; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding-block: 112px; border-top: 1px solid var(--border); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: var(--dark); background: var(--accent); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--border); background: rgba(13,13,15,.94); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.header-inner { position: relative; display: grid; grid-template-columns: 180px 1fr 220px; align-items: center; min-height: 72px; }
.logo img { width: 114px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: 32px; }
.desktop-nav a { color: var(--muted); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--text); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.language { position: relative; color: var(--muted); font-size: 12px; font-weight: 700; }
.language-trigger { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 8px 2px; border: 0; color: inherit; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; transition: color .2s ease; }
.language-trigger::after { width: 6px; height: 6px; margin-top: -3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: rotate(45deg); transition: transform .2s ease; }
.language-trigger:hover, .language-trigger[aria-expanded="true"] { color: var(--accent); }
.language-trigger[aria-expanded="true"]::after { margin-top: 3px; transform: rotate(225deg); }
.language-menu { position: absolute; top: calc(100% + 10px); right: 0; z-index: 60; display: grid; min-width: 180px; padding: 6px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: 0 18px 48px rgba(0,0,0,.38); }
.language-menu[hidden] { display: none; }
.language-menu a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 11px 12px; border-radius: 999px; color: var(--muted); font-size: 13px; transition: color .2s ease, background .2s ease; }
.language-menu a:hover { color: var(--accent); }
.language-menu a.active { color: var(--accent); }
.language-menu a.active:hover { color: var(--accent); }
.language-menu a.active::after { width: 9px; height: 5px; margin: -3px 2px 0 0; border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; content: ""; transform: rotate(-45deg); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 999px; color: var(--dark); background: var(--accent); font-size: 15px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.button:hover { background: #ffe461; transform: translateY(-2px); }
.button-cta { min-width: 196px; min-height: 64px; padding-inline: 36px; font-size: 17px; letter-spacing: -.01em; box-shadow: 0 12px 32px rgba(255, 221, 42, .14); transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease; }
.button-cta:hover { background: #ffe66a; box-shadow: 0 16px 38px rgba(255, 221, 42, .22); transform: translateY(-3px); }
.button-small { min-height: 42px; padding-inline: 18px; border-radius: 999px; font-size: 13px; }
.button-dark { color: var(--text); background: var(--dark); }
.button-dark:hover { color: var(--dark); background: var(--text); }
.button-dark.button-cta { min-width: 230px; box-shadow: 0 12px 30px rgba(0, 0, 0, .16); }
.button-dark.button-cta:hover { color: var(--text); background: #29292d; box-shadow: 0 16px 36px rgba(0, 0, 0, .22); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--accent); cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--dark); transition: .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: 64px; align-items: center; min-height: 700px; padding-block: 72px 96px; }
.hero-copy h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(52px, 5.2vw, 82px); font-weight: 600; line-height: .98; letter-spacing: -.055em; }
.hero-copy p { max-width: 650px; margin-bottom: 36px; color: var(--muted); font-size: clamp(18px, 1.5vw, 23px); line-height: 1.5; letter-spacing: -.02em; }
.hero-media { position: relative; width: 100%; aspect-ratio: 16 / 9; align-self: start; overflow: hidden; border-radius: 28px; background: var(--accent); }
.hero-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.play-button { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; width: 96px; height: 96px; place-items: center; border: 0; border-radius: 50%; color: var(--text); background: var(--dark); box-shadow: 0 12px 36px rgba(0,0,0,.24); transform: translate(-50%, -50%); cursor: pointer; transition: transform .2s ease; }
.play-button img { width: 55px; height: 55px; }
.play-button:hover { transform: translate(-50%, -50%) scale(1.06); }
.hero-video { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; border: 0; }
.hero-media.is-playing > img, .hero-media.is-playing > .play-button { display: none; }

.section-header { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-header-left { justify-content: flex-start; }
.section-header h2, .faq-heading h2, .contact h2 { max-width: 900px; margin: 0; font-size: clamp(42px, 4.8vw, 68px); font-weight: 600; line-height: 1; letter-spacing: -.05em; }
.section-header > a { padding-bottom: 4px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 14px; font-weight: 600; transition: color .2s ease, border-color .2s ease; }
.section-header > a:hover { color: var(--text); border-color: var(--text); }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
#services { padding-bottom: 0; }
.service-card { display: grid; grid-template-columns: 150px 1fr 48px; gap: 24px; align-items: center; min-height: 190px; padding: 20px; border: 1px solid var(--border); border-radius: 28px; background: var(--surface); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.service-card:hover { border-color: rgba(255,221,42,.4); background: var(--surface-hover); }
.service-card > img { width: 150px; height: 150px; border-radius: 32%; }
.service-card > img, .service-card > div { align-self: start; }
.service-card > div { padding-top: 8px; }
.service-card h3 { margin: 0 0 8px; font-size: 29px; line-height: 1; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.service-arrow { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--border); border-radius: 50%; font-size: 20px; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.service-arrow::before, .contact > a b::before { width: 24px; height: 24px; background: currentColor; content: ""; -webkit-mask: url("/maintest/assets/arrow.svg") center / contain no-repeat; mask: url("/maintest/assets/arrow.svg") center / contain no-repeat; }
.service-card:hover .service-arrow { color: var(--dark); border-color: var(--accent); background: var(--accent); transform: rotate(6deg); }
.service-card-wide { grid-column: 1 / -1; }

.section.features-section { border-top: 0; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); }
.features article { min-height: 240px; padding: 32px 28px; border-right: 1px solid var(--border); }
.features article:last-child { border-right: 0; }
.features img { display: block; width: 56px; height: 56px; margin-bottom: 24px; }
.features h3 { margin-bottom: 40px; font-size: 20px; letter-spacing: -.02em; }
.features p { margin: 0; color: var(--muted); font-size: 14px; }

.membership { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; padding: 64px; border-radius: 28px; color: var(--dark); background: var(--accent); }
.section.membership-section { padding-block: 0; border-top: 0; }
.section.membership-section + .section { border-top: 0; }
.membership-copy h2 { max-width: 650px; margin-bottom: 42px; font-size: clamp(42px, 4.6vw, 66px); font-weight: 600; line-height: 1; letter-spacing: -.05em; }
.membership-note { display: none; }
.benefits { margin: 0; padding: 0; list-style: none; }
.benefits li { position: relative; padding: 22px 0 22px 28px; border-bottom: 1px solid rgba(0,0,0,.22); font-size: 18px; font-weight: 600; line-height: 1.35; letter-spacing: -.015em; }
.benefits li:last-child { border-bottom: 0; }
.benefits li::before { position: absolute; top: 30px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--dark); content: ""; }
.benefits span { color: rgba(0,0,0,.55); font-size: 13px; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--border); }
.audience-grid article { min-height: 330px; padding: 36px 32px; border-right: 1px solid var(--border); }
.audience-grid article:last-child { border-right: 0; }
.audience-grid h3 { max-width: 380px; margin-bottom: 80px; font-size: 29px; line-height: 1.1; letter-spacing: -.035em; }
.audience-grid p { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

@media (min-width: 821px) {
  .audience-grid article { display: grid; grid-template-rows: 64px auto; align-content: start; row-gap: 48px; }
  .audience-grid h3 { margin: 0; }
}

.referral { min-height: 420px; padding: 64px; overflow: hidden; border-radius: 28px; color: var(--dark); background: var(--accent); }
.section.referral-section { padding-block: 0; border-top: 0; }
.section.referral-section + .section { border-top: 0; }
.referral-copy { display: flex; align-items: flex-start; flex-direction: column; }
.referral h2 { max-width: 780px; margin: 0; font-size: clamp(48px, 4.8vw, 72px); font-weight: 600; line-height: .98; letter-spacing: -.055em; }
.referral p { max-width: 560px; margin: 28px 0 0; color: var(--dark); font-size: 18px; font-weight: 600; line-height: 1.35; letter-spacing: -.015em; }
.referral p strong, .referral p span { display: inline; color: inherit; font: inherit; letter-spacing: inherit; }
.referral .button { flex-shrink: 0; min-width: 170px; margin-top: 36px; }
.referral .button-cta { width: auto; min-width: 230px; }

.reviews-list { display: grid; gap: 16px; }
.review-thread { padding: 32px; border-radius: 28px; background: var(--surface); }
.review-main { position: relative; }
.review-meta { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; align-items: center; padding-right: 130px; }
.review-avatar { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--dark); background: var(--accent); font-size: 17px; font-weight: 700; }
.review-meta h3 { overflow: hidden; margin: 0 0 3px; font-size: 17px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.review-meta time { color: var(--muted); font-size: 12px; }
.review-badge { position: absolute; top: 28px; right: 0; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.review-stars { position: absolute; top: 2px; right: 0; margin: 0; color: var(--accent); font-size: 15px; line-height: 1; letter-spacing: .08em; }
.review-copy { max-width: 900px; margin: 18px 0 0 62px; color: var(--text); font-size: 17px; line-height: 1.6; letter-spacing: -.015em; }
.review-copy-muted { color: var(--muted); }
.review-actions { display: flex; align-items: center; gap: 22px; margin: 26px 0 0 62px; color: var(--muted); font-size: 12px; }
.review-actions button { padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; transition: color .2s ease; }
.review-actions button:hover, .review-actions button[aria-expanded="true"] { color: var(--accent); }
.review-replies { display: grid; gap: 12px; margin: 28px 0 0 62px; }
.review-replies[hidden], .review-form[hidden] { display: none; }
.review-reply { padding: 20px 22px; border-left: 2px solid var(--accent); border-radius: 0 18px 18px 0; background: rgba(255,255,255,.025); }
.review-reply header { display: flex; align-items: center; gap: 10px; }
.review-reply-avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--dark); background: var(--accent); font-size: 12px; font-weight: 700; }
.review-reply strong { font-size: 14px; }
.review-reply p { margin: 14px 0 0 44px; font-size: 14px; line-height: 1.55; }
.review-reply small { display: block; margin: 12px 0 0 44px; color: var(--muted); font-size: 11px; }
.review-form { display: grid; gap: 12px; margin: 24px 0 0 62px; padding: 20px; border-radius: 18px; background: var(--background); }
.review-form label { font-size: 13px; font-weight: 700; }
.review-form textarea { width: 100%; min-height: 104px; resize: vertical; padding: 14px 16px; border: 1px solid var(--border); border-radius: 16px; outline: 0; color: var(--text); background: var(--surface); font: inherit; font-size: 14px; line-height: 1.5; transition: border-color .2s ease; }
.review-form textarea:focus { border-color: var(--accent); }
.review-form > div { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.review-form > div small { margin-right: auto; color: var(--muted); font-size: 11px; }
.review-form-cancel { padding: 8px 0; border: 0; color: var(--muted); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; transition: color .2s ease; }
.review-form-cancel:hover { color: var(--text); }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.questions { border-top: 1px solid var(--border); }
.questions details { border-bottom: 1px solid var(--border); }
.questions summary { position: relative; display: grid; grid-template-columns: 1fr 42px; gap: 22px; align-items: center; min-height: 90px; padding: 22px 0; font-size: 18px; font-weight: 600; line-height: 1.4; cursor: pointer; list-style: none; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary span { position: relative; width: 38px; height: 38px; border: 1px solid var(--border); border-radius: 50%; }
.questions summary span::before, .questions summary span::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: var(--text); content: ""; transform: translate(-50%,-50%); }
.questions summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.questions details[open] summary span { background: var(--accent); }
.questions details[open] summary span::before { background: var(--dark); }
.questions details[open] summary span::after { display: none; }
.questions details > p { max-width: 850px; margin: -4px 64px 28px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.contact h2 { margin-bottom: 32px; }
.contact > a { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: 36px 40px; border-radius: 28px; background: var(--surface); transition: background .2s ease, transform .2s ease; }
.contact > a:hover { background: var(--surface-hover); transform: translateY(-2px); }
.contact > a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.contact > a span { color: var(--muted); font-size: 13px; }
.contact > a strong { grid-column: 1; margin-top: 8px; font-size: clamp(24px, 3.5vw, 44px); line-height: 1.1; letter-spacing: -.04em; transition: color .2s ease; }
.contact > a b { grid-column: 2; grid-row: 1 / span 2; display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--text); background: transparent; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.contact > a:hover strong { color: var(--accent); }
.contact > a:hover b { color: var(--dark); border-color: var(--accent); background: var(--accent); transform: rotate(6deg) scale(1.04); }

.footer { padding: 72px 0 28px; border-top: 1px solid var(--border); background: #09090a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.footer-brand img { width: 145px; height: auto; margin-bottom: 24px; }
.footer-brand p { max-width: 360px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer nav h3 { margin-bottom: 10px; color: #707078; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer nav a, .footer nav span { color: #c3c3ca; font-size: 13px; }
.footer nav a:hover { color: var(--accent); }
.footer nav small { margin-left: 6px; padding: 3px 7px; border-radius: 5px; color: #08080a; background: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .02em; }
.footer-bottom { display: flex; gap: 28px; margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--border); color: #707078; font-size: 11px; }
.footer-bottom span { margin-right: auto; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { display: contents; }
  .hero-copy h1 { order: 1; }
  .hero-media { order: 2; margin-bottom: 28px; }
  .hero-copy p { order: 3; }
  .hero-copy .button { order: 4; }
  .service-card { grid-template-columns: 110px 1fr 44px; min-height: 150px; padding: 20px; }
  .service-card > img { width: 110px; height: 110px; }
  .membership { gap: 48px; padding: 48px; }
  .faq { gap: 60px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding-block: 82px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .language, .header-actions .button-small { display: none; }
  .menu-button { display: block; }
  body.menu-open { overflow: hidden; }
  .mobile-nav { position: fixed; top: 72px; right: 0; bottom: 0; left: 0; z-index: 40; display: grid; align-content: start; gap: 4px; padding: 36px max(24px, calc((100vw - var(--container)) / 2 + 24px)); border-top: 1px solid var(--border); background: rgba(13,13,15,.94); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 10px 0; color: var(--muted); font-size: clamp(30px, 7vw, 42px); font-weight: 600; line-height: 1.15; letter-spacing: -.035em; transition: color .2s ease; }
  .mobile-nav a:hover, .mobile-nav a.active { color: var(--accent); }
  .hero { min-height: auto; padding-block: 64px 82px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card-wide { grid-column: auto; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .features article:nth-child(2) { border-right: 0; }
  .features article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .membership { grid-template-columns: 1fr; gap: 0; }
  .membership-copy { display: contents; }
  .membership-copy h2 { order: 1; margin-bottom: 32px; }
  .benefits { order: 2; margin-bottom: 38px; }
  .membership-copy .button { order: 3; justify-self: start; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--border); }
  .audience-grid article:last-child { border-bottom: 0; }
  .audience-grid h3 { margin-bottom: 36px; }
  .referral { min-height: auto; padding: 48px; }
  .faq { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 24px); }
  .section { padding-block: 64px; }
  .header-inner { min-height: 64px; }
  .mobile-nav { top: 64px; padding-top: 28px; }
  .logo img { width: 100px; }
  .hero { padding-block: 52px 64px; }
  .hero-copy h1 { font-size: 47px; }
  .hero-copy p { font-size: 17px; }
  .hero-copy .button { width: 100%; }
  .membership-copy .button-cta { width: 100%; padding-inline: 20px; font-size: 16px; white-space: nowrap; }
  .membership-period { display: none; }
  .membership-note { display: block; order: 4; justify-self: stretch; margin: 12px 0 0; color: rgba(0,0,0,.58); font-size: 12px; font-weight: 600; line-height: 1.4; text-align: center; }
  .hero-media { border-radius: 18px; }
  .play-button { width: 81px; height: 81px; }
  .section-header { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
  .section-header h2, .faq-heading h2, .contact h2 { font-size: 43px; }
  .service-card { grid-template-columns: 84px 1fr 38px; gap: 14px; min-height: 112px; padding: 14px; border-radius: 16px; }
  .service-card > img { width: 84px; height: 84px; }
  .service-card h3 { font-size: 23px; }
  .service-card p { display: block; font-size: 12px; line-height: 1.4; }
  .service-arrow { width: 36px; height: 36px; font-size: 17px; }
  .features { grid-template-columns: 1fr; }
  .features article { min-height: 205px; border-right: 0; border-bottom: 1px solid var(--border); }
  .features article:last-child { border-bottom: 0; }
  .features img { width: 50px; height: 50px; margin-bottom: 20px; }
  .features h3 { margin-bottom: 28px; }
  .membership { padding: 28px 20px; border-radius: 18px; }
  .membership-copy h2 { font-size: 42px; }
  .benefits li { font-size: 16px; }
  .audience-grid article { padding-inline: 20px; }
  .audience-grid h3 { font-size: 27px; }
  .referral { padding: 32px 22px; border-radius: 18px; }
  .referral h2 { font-size: 42px; }
  .referral p { font-size: 16px; }
  .referral .button { width: 100%; }
  .review-thread { padding: 24px 20px; border-radius: 18px; }
  .review-meta { grid-template-columns: 42px minmax(0, 1fr); padding-right: 90px; }
  .review-avatar { width: 42px; height: 42px; }
  .review-badge { top: 27px; padding: 0; border: 0; border-radius: 0; font-size: 8px; line-height: 1; letter-spacing: .06em; }
  .review-stars, .review-copy, .review-actions, .review-replies, .review-form { margin-left: 0; }
  .review-stars { font-size: 14px; letter-spacing: .05em; }
  .review-copy { font-size: 15px; }
  .review-actions { flex-wrap: wrap; gap: 14px 20px; }
  .review-reply { padding: 18px; }
  .review-form { padding: 16px; }
  .review-form > div { align-items: stretch; flex-direction: column; gap: 10px; }
  .review-form > div small { margin-right: 0; }
  .review-form .button { width: 100%; }
  .questions summary { min-height: 82px; font-size: 16px; }
  .questions details > p { margin-right: 0; font-size: 14px; }
  .contact > a { gap: 18px; padding: 24px 20px; border-radius: 18px; }
  .contact > a strong { overflow-wrap: anywhere; font-size: 22px; }
  .contact > a b { width: 48px; height: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer nav:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

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