/* Shared visual and motion language for the APTV website. */
:root {
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --surface-shadow: 0 8px 28px rgba(24, 47, 80, .045);
  --section-space: clamp(76px, 8vw, 120px);
}
html { scroll-padding-top: 96px; }
body { -webkit-font-smoothing: antialiased; }
::selection { background: #bae6fd; color: #102341; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
h1, h2, h3 { text-wrap: balance; }
main section[id] { scroll-margin-top: 24px; }
.wrap { width: min(1200px, calc(100% - 80px)); }
.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 100;
  padding: 12px 20px;
  border-radius: 12px;
  background: var(--card);
  color: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

/* The header stays steady; its shadow and progress reflect scrolling. */
.nav { box-shadow: none; }
.nav.is-scrolled { box-shadow: 0 6px 26px rgba(15, 23, 42, .065); }
.navin { height: 76px; grid-template-columns: 1fr auto 1fr; }
.logo { grid-column: 1; grid-row: 1; justify-self: start; font-size: 23px; gap: 10px; }
.logo img { width: 36px; height: 36px; border-radius: 10px; }
.navlinks { grid-column: 2; grid-row: 1; gap: 34px; color: var(--muted); font-weight: 550; }
.navlinks a { position: relative; padding-block: 12px; transition: color 160ms ease; }
.navlinks a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blue2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms var(--ease-out);
}
.navright { grid-column: 3; grid-row: 1; gap: 16px; }
.navcta { font-size: 13px; padding: 11px 18px; }
.theme { padding: 2px; }
.theme button { width: 34px; height: 34px; }
.scroll-progress {
  position: absolute;
  inset: auto 0 -1px;
  height: 2px;
  background: linear-gradient(90deg, #38bdf8, #3976ee);
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}
.mobile-menu { display: none; }

.btn {
  border-radius: 14px;
  transition: transform 160ms var(--ease-out), background-color 180ms ease,
    border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.btn-blue { background: #2874eb; box-shadow: 0 8px 22px rgba(40, 116, 235, .18), inset 0 1px 0 rgba(255,255,255,.18); }
.btn-outline:not(.btn-ai) { background: var(--glass-bg); color: var(--ink2); border-color: var(--line); }
.btn:active { transform: scale(.97); }
.arrow { font-size: 19px; transition: transform 160ms var(--ease-out); }
/* Inline Apple artwork follows the text color; App Store stays blue and white. */
.brand-icon { display: inline-block; flex: 0 0 auto; vertical-align: middle; }
.apple-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.app-store-icon { width: 24px; height: 24px; border-radius: 6px; background: #fff; }
.navcta .app-store-icon { width: 20px; height: 20px; border-radius: 5px; }
.hero-eyebrow .apple-icon { width: 14px; height: 14px; }
.feature-icon .apple-icon { width: 23px; height: 23px; }

/* A generous hero, framed by subtle concentric rings. */
.hero { padding: 76px 0 62px; }
.hero::before { background: radial-gradient(ellipse at 80% 46%, var(--aur1), transparent 52%), radial-gradient(ellipse at 44% 100%, var(--aur2), transparent 55%); }
.hero-grid { min-height: 564px; grid-template-columns: 44% 56%; }
.hero-eyebrow { padding: 9px 13px; border-radius: 999px; background: var(--chip-glass); border: 1px solid var(--glass-edge); letter-spacing: .1em; font-size: 11px; }
.hero-eyebrow::before { display: none; }
.hero h1 { margin: 25px 0 24px; font-size: clamp(58px, 5.6vw, 80px); line-height: 1.16; letter-spacing: -.065em; font-weight: 750; }
.gradient-text { background: linear-gradient(110deg, #087fc3, #316be8 75%); background-clip: text; -webkit-background-clip: text; color: transparent; }
html[data-theme=dark] .gradient-text { background-image: linear-gradient(110deg, #65d7fa, #82a5ff); }
.hero-desc { margin: 0; font-size: 17px; line-height: 1.85; color: var(--muted); }
.hero .actions { margin-top: 30px; gap: 12px; flex-wrap: wrap; }
.hero .actions .btn { min-height: 54px; padding-inline: 23px; font-size: 14px; white-space: nowrap; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: var(--ink2); font-size: 12px; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: '✓'; color: var(--accent); font-size: 12px; }
.source-note { max-width: 395px; margin: 22px 0 0; font-size: 11px; line-height: 1.9; color: var(--muted); }
.source-note a { white-space: nowrap; text-decoration: underline; text-underline-offset: 3px; }
.hero-media { right: 0; width: 59%; height: 570px; perspective: 1200px; }
.hero-media::before { inset: 5% -10%; background: radial-gradient(ellipse, var(--halo), transparent 68%); filter: none; }
.hero-orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; pointer-events: none; opacity: .65; }
.orbit-one { width: 580px; height: 580px; top: 0; left: 10%; }
.orbit-two { width: 740px; height: 740px; top: -80px; left: -1%; opacity: .35; }
.phones { z-index: 1; }
.phone { width: 35%; top: 10%; height: 85%; filter: drop-shadow(0 24px 22px rgba(15,23,42,.15)); transition: transform 250ms var(--ease-out); }
.phone:nth-child(1) { left: 1%; transform: rotate(-10deg) translateY(26px); }
.phone:nth-child(2) { left: 33%; transform: scale(1.06); }
.phone:nth-child(3) { left: 65%; transform: rotate(10deg) translateY(26px); }
.phone img { aspect-ratio: 742 / 1364; }
.media-label { position: absolute; z-index: 3; left: 0; top: 0; display: flex; gap: 12px; align-items: center; padding: 13px 18px; background: var(--glass-strong); border: 1px solid var(--glass-edge); border-radius: 16px; box-shadow: var(--surface-shadow); backdrop-filter: blur(12px); font-size: 12px; font-weight: 650; transform: rotate(-4deg); }
.media-label small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 400; }
.media-label-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; background: var(--chip); color: var(--accent); font-size: 20px; }
.platform-band { background: var(--bg); border-block: 1px solid var(--line2); }
.platform-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 30px; }
.scroll-cue { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; flex: 0 0 auto; }
.scroll-cue-icon { display: grid; place-items: center; width: 28px; height: 38px; border: 1px solid var(--line); border-radius: 20px; color: var(--accent); transition: transform 200ms var(--ease-out); }
.platforms { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 30px; font-size: 13px; font-weight: 600; color: var(--muted); }

/* Screenshot cards align in an even grid with their own captions. */
.showcase, .features, .proof, .contact, .ways, .steps, .highlights, .reqs, .cfaq { padding-block: var(--section-space); }
.showcase::before, .proof::before, .contact::before, .ways::before, .highlights::before, .reqs::before, .cfaq::before { background: none; }
.section-head { max-width: 780px; margin-bottom: 60px; }
.eyebrow { font-size: 11px; letter-spacing: .14em; }
.section-head h2, .feature-copy h2, .contact-copy h2 { font-size: clamp(32px, 3.6vw, 48px); line-height: 1.25; letter-spacing: -.055em; }
.section-head p, .feature-copy p, .contact-copy > p { font-size: 16px; line-height: 1.85; color: var(--muted); }
.shots { align-items: stretch; gap: 20px; padding-bottom: 30px; }
.shot { padding: 16px 5px 25px; border: 1px solid var(--glass-edge); border-radius: 26px; background: var(--card); box-shadow: var(--surface-shadow); clip-path: none; }
.shot:nth-child(3) { clip-path: none; }
.shot-screen { clip-path: inset(5.65% 10.25% 5.65% round 13.5% / 7.35%); }
.shot:nth-child(3) .shot-screen { clip-path: inset(5.4% 10.25% 5.65% round 13.5% / 7.35%); }
.shot img { aspect-ratio: 742 / 1364; transition: transform 250ms var(--ease-out); }
.shot-copy { position: static; display: block; padding: 0 16px; border: 0; background: none; color: var(--ink); text-align: center; backdrop-filter: none; -webkit-backdrop-filter: none; }
.shot-copy b { font-size: 17px; }
.shot-copy span { color: var(--muted); opacity: 1; font-size: 12px; margin-top: 7px; }
.shot-number { display: block; margin: 0 0 10px; color: var(--accent); font-size: 10px; letter-spacing: .15em; font-weight: 650; }
.feature-layout { grid-template-columns: 46% 1fr; gap: 70px; }
.feature-visual { min-height: 570px; padding: 24px; }
.feature-visual::before { border-radius: 36px; inset: 0; background: radial-gradient(ellipse at 30% 20%, var(--glow1), transparent 65%), var(--soft); border: 1px solid var(--glass-edge); }
/* Keep the marked device area: trim 7.5% left, 3.9% right, 5.6% top and the logo below. */
.feature-crop {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 19 / 10;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 24px 50px rgba(15,23,42,.12);
}
.feature-crop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 112.9%;
  max-width: none;
  height: auto;
  transform: translate(-7.5%, -5.6%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.feature-list { gap: 12px; margin-top: 28px; }
.feature-item { padding: 17px 18px; grid-template-columns: 42px 1fr; gap: 15px; border-radius: 16px; }
.feature-icon { width: 42px; height: 42px; border-radius: 12px; font-size: 20px; }
.feature-item h3 { font-size: 15px; }
.feature-item p { font-size: 13px; line-height: 1.7; }
.feature-item, .stat, .review, .contact-card, .community-card, .way, .step, .hl, .req { background: var(--card); backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: var(--surface-shadow); }

/* The dark section gives the product story a change of pace. */
.carplay-band { padding: 110px 0; background: #0a1427; }
.cp-grid { grid-template-columns: 43% 1fr; gap: 72px; }
.cp-copy h2 { font-size: clamp(36px, 4.1vw, 55px); line-height: 1.25; letter-spacing: -.06em; }
.cp-copy h2 span { color: #70cfff; }
.cp-copy > p { font-size: 15px; line-height: 1.85; }
.cp-list { gap: 10px; margin: 26px 0 32px; }
.cp-list li { font-size: 13px; color: #b9c6dd; }
.cp-list li::before { width: 5px; height: 5px; top: 8px; }
.cp-visual { padding: 10px; border-radius: 24px; transform-origin: center; }
.cp-visual picture { display: block; overflow: hidden; border-radius: 16px; }
.cp-visual img, .poster img { transform-origin: center; }
.cp-visual figcaption { padding-block: 3px; font-size: 11px; }
.stat { padding: 34px 20px; }
.stat strong { font-size: 56px; font-weight: 650; letter-spacing: -.05em; font-variant-numeric: tabular-nums; color: var(--accent); }
.stat span { font-size: 14px; }
.stat small { font-size: 12px; }
.reviews { gap: 20px; }
.review { display: flex; flex-direction: column; padding: 30px; }
.review blockquote { flex: 1; font-size: 14px; }
.stars { font-size: 13px; letter-spacing: 4px; }
.person b { font-size: 13px; }
.person small { font-size: 11px; }
.contact-card, .community-card { border-radius: 20px; }
.contact-card i { margin-bottom: 16px; }
.contact-card b, .community-card b { font-size: 15px; }
.contact-card span { font-size: 12px; }
.support-link { display: inline-flex; gap: 10px; align-items: center; padding-block: 20px 0; color: var(--accent); font-size: 14px; font-weight: 550; }
.quote { margin-top: 26px; font-size: 14px; background: var(--soft); box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.faq-title p { line-height: 1.8; font-size: 14px; }
.faq-question { padding-block: 24px; font-size: 15px; }
.faq-question span { transition: transform 200ms var(--ease-out), background-color 160ms ease; }
.faq-answer { transition: grid-template-rows 200ms var(--ease-out); font-size: 14px; }
.download { padding-block: 52px 95px; }
.download::before { background: none; }
.download-card { background: radial-gradient(ellipse at 90% 0%, rgba(108,208,255,.5), transparent 55%), linear-gradient(115deg, #1251b5, #2473e6); box-shadow: 0 20px 50px rgba(37,99,235,.14); }
.download h2 { font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -.05em; }
.download-kicker { color: #c5e9ff; font-size: 10px; font-weight: 600; letter-spacing: .22em; margin-bottom: 20px; }
.download p { font-size: 15px; }
.mini-stats { margin-top: 40px; }
.mini-stats > div { padding: 20px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.25); border-radius: 0; background: none; backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: none; }
.mini-stats strong { font-size: 21px; font-weight: 550; }
.mini-stats span { font-size: 12px; }
.footer-links { gap: 22px 30px; font-size: 12px; color: var(--muted); }
.copyright { font-size: 11px; }
.company-name { font-size: 10px; }

/* CarPlay shares the same surfaces, typography and reveal system. */
.chero { padding-top: 24px; }
.chero .crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1080px;
  margin: 0 auto 18px;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.crumb a { display: inline-flex; align-items: center; min-height: 36px; }
.crumb [aria-hidden] { color: var(--faint); }
.chero h1 { font-size: clamp(36px, 4.4vw, 60px); letter-spacing: -.055em; }
.chero-desc { font-size: 16px; }
.poster { max-width: 1080px; margin-inline: auto; border-radius: 28px; }
.steps-grid { position: relative; gap: 20px; }
.step small { display: inline-flex; padding: 8px 12px; background: var(--chip); border-radius: 8px; font-size: 10px; }
/* A wrapping inline filter can blur surrounding text between its line fragments. */
.step code {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  background: var(--soft2);
  border: 1px solid var(--line);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.way-no { width: 48px; height: 48px; background: var(--chip); color: var(--accent); border-radius: 16px; font-size: 17px; }
.reqs { background: var(--bg); }

/* Progressive enhancement: content remains visible without JavaScript. */
.reveal { opacity: 1; transform: none; }
.reveal[data-reveal-state="pending"] {
  opacity: 0;
  transform: translateY(32px);
}
.reveal[data-reveal="left"][data-reveal-state="pending"] { transform: translateX(-32px); }
.reveal[data-reveal="right"][data-reveal-state="pending"] { transform: translateX(32px); }
.reveal[data-reveal="scale"][data-reveal-state="pending"] { transform: translateY(24px) scale(.96); }
.reveal[data-reveal-state="visible"] {
  opacity: 1;
  transform: none;
  transition: opacity 650ms var(--ease-out), transform 800ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal[data-reveal-state="done"], .feature-item, .contact-card, .community-card, .shot, .way, .step, .hl {
  transition: transform 200ms var(--ease-out), border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
/* Entering cards use the reveal timing rather than their short hover timing. */
.reveal[data-reveal-state="visible"] { transition-duration: 650ms, 800ms; transition-property: opacity, transform; transition-timing-function: var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }

@media (hover: hover) and (pointer: fine) {
  .navlinks a:hover::after { transform: scaleX(1); }
  .btn:hover { transform: translateY(-2px); }
  .btn:hover .arrow { transform: translate(2px, -1px); }
  .btn:active { transform: scale(.97); }
  .phones:hover .phone:nth-child(1) { transform: rotate(-12deg) translate(-5px, 18px); }
  .phones:hover .phone:nth-child(3) { transform: rotate(12deg) translate(5px, 18px); }
  .phones:hover .phone:nth-child(2) { transform: scale(1.08) translateY(-5px); }
  .shot[data-reveal-state="done"]:hover, .way[data-reveal-state="done"]:hover, .contact-card[data-reveal-state="done"]:hover, a.community-card[data-reveal-state="done"]:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(24,47,80,.09); border-color: var(--accent); }
  .feature-item[data-reveal-state="done"]:hover { transform: translateX(4px); }
  .scroll-cue:hover .scroll-cue-icon { transform: translateY(4px); }
}

@media (min-width: 981px) and (prefers-reduced-motion: no-preference) {
  .hero-orbit { animation: orbit-enter 1600ms var(--ease-out) both; }
  .orbit-two { animation-delay: 100ms; }
  .media-label { animation: label-enter 1000ms var(--ease-out) both; }
}
@keyframes orbit-enter { from { transform: scale(.94); opacity: 0; } }
@keyframes label-enter { from { transform: translateY(15px) rotate(-4deg); opacity: 0; } }

@media (max-width: 1100px) and (min-width: 981px) {
  .wrap { width: calc(100% - 48px); }
  .navlinks { gap: 22px; }
  .navright { gap: 10px; }
  .hero h1 { font-size: 62px; }
  .hero .actions .btn { padding-inline: 17px; }
  .hero-media { right: -1%; width: 57%; height: 500px; }
  .feature-layout, .cp-grid { gap: 40px; }
  .platforms { gap: 20px; }
}
@media (max-width: 980px) {
  .wrap { width: min(720px, calc(100% - 48px)); }
  .navin { display: flex; height: 70px; justify-content: space-between; }
  .navright { gap: 12px; }
  .navcta { display: none; }
  .theme button { width: 36px; height: 36px; }
  .mobile-menu { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--card); cursor: pointer; }
  .mobile-menu span { display: block; width: 16px; height: 1.5px; background: var(--ink); }
  .menu-open .mobile-menu span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-open .mobile-menu span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .navlinks { position: absolute; top: calc(100% + 8px); left: 24px; right: 24px; display: none; padding: 12px; flex-direction: column; gap: 0; background: var(--card); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 16px 40px rgba(15,23,42,.12); }
  .menu-open .navlinks { display: flex; }
  .navlinks a { padding: 15px 16px; color: var(--ink); }
  .navlinks a::after { display: none; }
  .hero { padding: 55px 0 24px; }
  .hero-grid { display: block; min-height: auto; }
  .hero-copy { text-align: center; }
  .hero h1 { font-size: clamp(54px, 8vw, 70px); }
  .hero-desc, .source-note { margin-inline: auto; }
  .hero .actions, .hero-meta { justify-content: center; }
  .hero-media { position: relative; right: auto; width: 100%; height: 470px; margin: 65px auto 0; }
  .phone { width: 33%; }
  .phone:nth-child(1) { left: 1%; }
  .phone:nth-child(2) { left: 33.5%; }
  .phone:nth-child(3) { left: 66%; }
  .media-label { left: 5%; top: -15px; }
  .orbit-one { left: 50%; margin-left: -290px; top: -30px; }
  .orbit-two { left: 50%; margin-left: -370px; top: -110px; }
  .platform-inner { flex-direction: column; justify-content: center; padding-block: 24px; gap: 22px; }
  .platforms { justify-content: center; gap: 15px 28px; font-size: 12px; }
  .scroll-cue-icon { height: 30px; width: 23px; }
  .shots { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .section-head { margin-bottom: 42px; }
  .feature-layout, .cp-grid { grid-template-columns: 1fr; gap: 45px; }
  .feature-copy { order: -1; text-align: center; }
  .feature-item { text-align: left; }
  .feature-visual { min-height: 440px; padding: 35px; }
  .cp-copy { text-align: center; }
  .cp-copy > p { margin-inline: auto; }
  .cp-list { text-align: left; max-width: 480px; margin-inline: auto; }
  .cp-copy h2 { font-size: 46px; }
  .stats { grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 36px; }
  .stat { padding: 27px 10px; }
  .stat strong { font-size: 38px; }
  .stat small { font-size: 10px; }
  .reviews { grid-template-columns: 1fr; max-width: none; }
  .contact-intro, .faq { grid-template-columns: 1fr; gap: 42px; }
  .contact-copy { text-align: center; }
  .quote { text-align: left; }
  .community-grid { grid-template-columns: repeat(2,1fr); }
  .download-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .download-grid .btn { justify-self: center; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 40px); }
  .hero { padding-top: 40px; }
  .chero { padding-top: 12px; }
  .chero .crumb { margin-bottom: 12px; }
  .hero h1 { font-size: clamp(46px, 12.8vw, 66px); margin-block: 23px 20px; }
  .hero-desc { font-size: 15px; }
  .hero .actions { flex-direction: row; gap: 10px; }
  .hero .actions .btn { min-height: 50px; padding-inline: 15px; width: auto; font-size: 13px; }
  .hero .actions .btn-ai { gap: 8px; padding-inline: 14px; }
  .hero-meta { gap: 14px; font-size: 11px; margin-top: 22px; }
  .source-note { max-width: 310px; font-size: 10px; margin-top: 17px; }
  .hero-media { height: 330px; width: 100%; margin: 48px auto 0; }
  .phone { width: 37%; height: 92%; top: 2%; }
  .phone:nth-child(1) { left: -3%; }
  .phone:nth-child(2) { left: 31.5%; }
  .phone:nth-child(3) { left: 66%; }
  .media-label { padding: 9px 12px; gap: 8px; top: -22px; left: 5%; font-size: 10px; }
  .media-label-icon { width: 24px; height: 24px; font-size: 16px; }
  .media-label small { font-size: 8px; }
  .hero-orbit { width: 380px; height: 380px; left: 50%; margin-left: -190px; top: -10px; }
  .orbit-two { width: 470px; height: 470px; margin-left: -235px; top: -55px; }
  .platforms { gap: 14px 22px; font-size: 11px; }
  .platform-inner { gap: 19px; }
  .shots { gap: 12px; padding-bottom: 0; }
  .shot { border-radius: 20px; padding: 8px 0 20px; }
  .shot-copy { display: block; padding-inline: 7px; }
  .shot-copy b { font-size: 14px; }
  .shot-copy span { font-size: 10px; }
  .shot-number { font-size: 9px; margin-bottom: 7px; }
  .feature-visual { min-height: 280px; padding: 20px; }
  .feature-layout { gap: 32px; }
  .feature-item { padding: 15px; }
  .carplay-band { padding-block: 76px; }
  .cp-copy h2 { font-size: 38px; }
  .cp-copy > p { font-size: 14px; }
  .stat { padding: 22px 5px; border-radius: 16px; }
  .stat strong { font-size: 30px; }
  .stat span { font-size: 11px; }
  .stat small { font-size: 9px; }
  .stats { gap: 8px; }
  .review { padding: 26px; }
  .contact-methods { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .contact-card { padding: 17px; min-height: 143px; }
  .contact-card i { width: 36px; height: 36px; border-radius: 11px; }
  .contact-card b { font-size: 13px; }
  .contact-card span { font-size: 11px; }
  .community-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .community-card { padding: 19px 16px; }
  .community-card span { font-size: 11px; }
  .community-title h3, .faq-title h3 { font-size: 28px; }
  .community-title p { font-size: 13px; line-height: 1.8; }
  .faq-question { font-size: 14px; }
  .download { padding-block: 20px 65px; }
  .download-card { padding: 36px 22px; }
  .mini-stats { grid-template-columns: repeat(3,1fr); gap: 10px; text-align: left; }
  .mini-stats strong { font-size: 15px; }
  .mini-stats span { font-size: 10px; line-height: 1.7; }
  .download p { font-size: 14px; line-height: 1.7; }
  .footer-links { font-size: 11px; gap: 20px 24px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .theme button { width: 32px; }
  .navright { gap: 8px; }
  .hero .actions { flex-direction: column; }
  .hero .actions .btn { width: 100%; padding-inline: 12px; font-size: 12px; }
  .stat strong { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal[data-reveal-state] { opacity: 1; transform: none; transition: opacity 160ms ease; transition-delay: 0ms; }
  .hero-orbit, .media-label, .btn-ai { animation: none; }
  .btn, .phone, .shot, .arrow, .scroll-cue-icon, .faq-question span { transition: color 160ms ease, background-color 160ms ease; }
  .btn:hover, .btn:active, .btn:hover .arrow, .scroll-cue:hover .scroll-cue-icon,
  .shot[data-reveal-state="done"]:hover, .way[data-reveal-state="done"]:hover,
  .contact-card[data-reveal-state="done"]:hover, a.community-card[data-reveal-state="done"]:hover,
  .feature-item[data-reveal-state="done"]:hover { transform: none; }
  .phones:hover .phone:nth-child(1) { transform: rotate(-10deg) translateY(26px); }
  .phones:hover .phone:nth-child(2) { transform: scale(1.06); }
  .phones:hover .phone:nth-child(3) { transform: rotate(10deg) translateY(26px); }
  .faq-answer { transition: none; }
}
@media print {
  .reveal[data-reveal-state] { opacity: 1; transform: none; }
  .nav, .skip-link, .scroll-cue, .scroll-progress { display: none; }
  .faq-answer { grid-template-rows: 1fr; }
  .hero-orbit, .media-label { animation: none; }
}
