/* Impavio marketing site — premium refresh */

:root {
  color-scheme: light;
  --ink: #0e1f1b;
  --deep: #0b2f28;
  --deep-2: #104236;
  --teal: #1f7a68;
  --lime: #cdea5b;
  --lime-soft: #e9f7c4;
  --coral: #d85d4b;
  --paper: #f7f6f1;
  --surface: #ffffff;
  --soft: #eef1ea;
  --line: #dfe4dc;
  --muted: #5a6862;
  --muted-dark: rgba(233, 240, 235, .72);
  --shadow-lg: 0 30px 80px rgba(10, 30, 26, .18);
  --shadow-sm: 0 10px 30px rgba(10, 30, 26, .08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --ease: cubic-bezier(.22, .68, .24, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  /* The page scrolls vertically only — never sideways. */
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; }

a {
  color: var(--deep-2);
  text-underline-offset: 3px;
}

a:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
  border-radius: 4px;
}

.shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: -.02em;
}

h1 { font-size: clamp(44px, 6.2vw, 84px); font-weight: 800; }
h2 { font-size: clamp(30px, 3.6vw, 50px); font-weight: 800; }
h3 { font-size: 23px; font-weight: 750; }

h1 em {
  font-family: "New York", ui-serif, Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  color: var(--lime);
  letter-spacing: -.01em;
}

p, li { max-width: 66ch; }

section[id] { scroll-margin-top: 88px; }

/* ---------- Header ---------- */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  color: #fff;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), color .35s var(--ease);
}

.site-header.scrolled {
  background: rgba(247, 246, 241, .82);
  -webkit-backdrop-filter: saturate(1.6) blur(18px);
  backdrop-filter: saturate(1.6) blur(18px);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(14, 31, 27, .08);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  color: currentColor;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;
}

.brand img {
  border-radius: 9px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 26px;
  font-size: 15px;
}

nav a {
  color: currentColor;
  font-weight: 650;
  text-decoration: none;
  opacity: .78;
  transition: opacity .2s ease;
}

nav a:hover { opacity: 1; }

.nav-cta {
  padding: 9px 20px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--deep);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(205, 234, 91, .4);
}

/* Solid header variant for light pages (guides, articles) */
.site-header.solid {
  background: rgba(247, 246, 241, .82);
  -webkit-backdrop-filter: saturate(1.6) blur(18px);
  backdrop-filter: saturate(1.6) blur(18px);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(14, 31, 27, .08);
}

/* ---------- Guides hub & articles ---------- */

.guide-hero {
  padding: 160px 0 56px;
  background:
    radial-gradient(900px 400px at 85% -10%, rgba(31, 122, 104, .18), transparent 60%),
    var(--paper);
}

.guide-hero h1 {
  max-width: 720px;
  font-size: clamp(36px, 4.6vw, 60px);
}

.guide-hero .lead {
  color: var(--muted);
}

.guide-list {
  display: grid;
  gap: 18px;
  padding: 8px 0 96px;
}

.guide-card {
  display: block;
  padding: 30px 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: var(--ink);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.guide-card .guide-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--lime-soft);
  color: var(--deep);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.guide-card h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 30px);
}

.guide-card p {
  margin: 0;
  color: var(--muted);
}

.guide-card .guide-meta {
  display: block;
  margin-top: 16px;
  color: var(--teal);
  font-size: 13.5px;
  font-weight: 750;
}

.guide-coming {
  padding: 8px 0 96px;
  color: var(--muted);
}

.guide-coming h2 {
  margin-bottom: 14px;
  font-size: 22px;
}

.guide-coming ul {
  margin: 0;
  padding-left: 20px;
}

.guide-coming li { margin: 6px 0; }

/* Article page */

.article-hero {
  padding: 160px 0 40px;
  background:
    radial-gradient(900px 400px at 85% -10%, rgba(31, 122, 104, .16), transparent 60%),
    var(--paper);
}

.breadcrumbs {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.breadcrumbs a {
  color: var(--teal);
  text-decoration: none;
}

.breadcrumbs a:hover { text-decoration: underline; }

.article-hero h1 {
  max-width: 780px;
  font-size: clamp(34px, 4.2vw, 56px);
}

.article-meta {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 650;
}

.article-body {
  max-width: 760px;
  padding: 24px 0 96px;
}

.article-body h2 {
  margin: 56px 0 16px;
  font-size: clamp(26px, 3vw, 34px);
}

.article-body h3 {
  margin: 36px 0 10px;
  font-size: 21px;
}

.article-body p { margin: 16px 0; }

.article-body ul, .article-body ol {
  margin: 16px 0;
  padding-left: 24px;
}

.article-body li { margin: 8px 0; }

.article-body strong { color: var(--ink); }

.sample-answer {
  margin: 24px 0;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--teal);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.sample-answer .sample-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--lime-soft);
  color: var(--deep);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sample-answer p {
  margin: 10px 0;
  color: var(--ink);
}

.sample-answer .sample-note {
  color: var(--muted);
  font-size: 15px;
}

.faq-item {
  margin: 14px 0;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.faq-item p { margin: 0; color: var(--muted); }

.article-cta {
  margin: 56px 0 0;
  padding: 40px 36px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(600px 260px at 90% 0%, rgba(205, 234, 91, .16), transparent 60%),
    linear-gradient(150deg, #0a2a23, var(--deep-2));
  color: #f2f6f2;
  text-align: center;
}

.article-cta h2 {
  margin: 0 auto 12px;
  max-width: 520px;
  font-size: clamp(24px, 2.8vw, 32px);
}

.article-cta p {
  margin: 0 auto 26px;
  max-width: 48ch;
  color: var(--muted-dark);
}

.article-cta .actions { justify-content: center; margin-top: 0; }

.article-nav {
  max-width: 760px;
  padding: 0 0 80px;
}

.article-nav a {
  color: var(--teal);
  font-weight: 750;
  text-decoration: none;
}

.article-nav a:hover { text-decoration: underline; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  padding: 148px 0 40px;
  background:
    radial-gradient(1100px 520px at 82% -10%, rgba(31, 122, 104, .5), transparent 60%),
    radial-gradient(760px 420px at 8% 108%, rgba(205, 234, 91, .16), transparent 55%),
    linear-gradient(168deg, #0a2a23 0%, var(--deep) 46%, #123f33 100%);
  color: #f2f6f2;
}

.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(closest-side, rgba(205, 234, 91, .1), transparent 70%) 70% 30% / 640px 640px no-repeat;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .8fr);
  align-items: center;
  gap: 56px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero .eyebrow { color: var(--lime); }
.eyebrow-lime { color: var(--lime); }

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 18%, transparent);
}

.lead {
  margin: 26px 0 0;
  max-width: 56ch;
  color: var(--muted-dark);
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}

.app-store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 10px 24px 11px 20px;
  border-radius: 14px;
  background: #050807;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .38);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.app-store-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .46);
}

.apple-mark { width: 22px; height: 26px; flex: none; }

.button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.button-kicker { font-size: 11px; opacity: .8; letter-spacing: .02em; }
.button-label { font-size: 22px; font-weight: 800; }

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 12px 26px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 14px;
  color: #fff;
  font-weight: 750;
  text-decoration: none;
  transition: background .25s ease, border-color .25s ease, transform .25s var(--ease);
}

.ghost-button:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .5);
  transform: translateY(-2px);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.trust-list li {
  max-width: none;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: rgba(242, 246, 242, .85);
  font-size: 13.5px;
  font-weight: 650;
}

/* Hero visual */

.hero-visual { min-width: 0; }

.phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 24px 0 44px;
}

.phone {
  display: block;
  width: min(240px, 62%);
  border-radius: 20px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, .5);
}

.phone-front {
  position: relative;
  z-index: 2;
  transform: rotate(-4deg);
  animation: float-a 7s ease-in-out infinite;
}

.phone-back {
  position: absolute;
  right: 2%;
  top: 0;
  z-index: 1;
  width: min(212px, 54%);
  opacity: .92;
  transform: rotate(5deg);
  animation: float-b 8s ease-in-out infinite;
}

@keyframes float-a {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(-12px); }
}

@keyframes float-b {
  0%, 100% { transform: rotate(5deg) translateY(0); }
  50% { transform: rotate(5deg) translateY(-9px); }
}

.float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  background: rgba(10, 34, 28, .66);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #f2f6f2;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .36);
}

.float-score {
  left: -2%;
  bottom: 8%;
  animation: float-b 6.5s ease-in-out infinite;
}

.score-ring {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: conic-gradient(var(--lime) 0 86%, rgba(255, 255, 255, .18) 86% 100%);
  color: var(--deep);
  font-size: 17px;
}

.score-ring strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0d352c;
  color: var(--lime);
  font-size: 16px;
}

.float-text {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.25;
}

.float-tag {
  left: -3%;
  top: 6%;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .04em;
  animation: float-a 7.5s ease-in-out infinite;
}

.hero-scroll {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
  padding-bottom: 28px;
  color: rgba(242, 246, 242, .55);
}

.scroll-line {
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, var(--lime), transparent);
}

.scroll-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* ---------- Section headers ---------- */

.section-head { max-width: 780px; }

.section-head .section-lead,
.section-head p:last-child {
  color: var(--muted);
  font-size: 19px;
}

/* ---------- Showcase ---------- */

.showcase {
  padding: 96px 0 30px;
  background: var(--paper);
}

.shot-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.shot {
  margin: 0;
}

.shot img {
  display: block;
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}

.shot:nth-child(odd) img { transform: translateY(14px); }

.shot img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--shadow-lg);
}

/* ---------- Practice ---------- */

.practice { padding: 96px 0; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.feature-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--lime));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s var(--ease);
}

.feature-card:hover .feature-line { transform: scaleX(1); }

.feature-number {
  display: inline-block;
  margin-bottom: 46px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .14em;
}

.feature-card p {
  margin: 16px 0 0;
  color: var(--muted);
}

/* ---------- Coaching ---------- */

.coaching {
  padding: 88px 0;
  background: var(--soft);
}

.coaching-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.check-list p {
  margin-top: 0;
  color: var(--muted);
  font-size: 19px;
}

.check-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}

.check-icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--deep);
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
}

/* ---------- Privacy band ---------- */

.privacy-band {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(800px 380px at 92% 0%, rgba(205, 234, 91, .14), transparent 60%),
    linear-gradient(150deg, #0a2a23, var(--deep-2));
  color: #f2f6f2;
}

.privacy-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: 32px 56px;
  align-items: start;
}

.privacy-band p { color: var(--muted-dark); font-size: 19px; }

.text-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--lime);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover { text-decoration: underline; }

/* ---------- Final CTA ---------- */

.final-cta {
  padding: 104px 0;
  background:
    radial-gradient(700px 300px at 50% -20%, rgba(205, 234, 91, .32), transparent 65%),
    var(--paper);
  text-align: center;
}

.final-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-icon {
  width: 72px;
  margin-bottom: 26px;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(11, 47, 40, .28);
}

.final-cta h2 { max-width: 640px; }

.final-cta p {
  margin: 20px auto 0;
  max-width: 54ch;
  color: var(--muted);
  font-size: 19px;
}

.final-cta .actions { justify-content: center; }

.ghost-dark {
  border-color: var(--line);
  color: var(--deep);
}

.ghost-dark:hover {
  background: var(--surface);
  border-color: var(--teal);
}

/* ---------- Footer ---------- */

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
  padding: 30px 0 40px;
}

.footer-inner nav { font-size: 14px; }
.footer-inner a { color: var(--muted); }
.footer-inner a:hover { color: var(--deep); }

/* ---------- Reveal animations ---------- */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease) var(--d, 0s), transform .8s var(--ease) var(--d, 0s);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .phone-front, .phone-back, .float-score, .float-tag { animation: none; }
}

/* ---------- Sub pages (support / privacy) ---------- */

body > header:not(.site-header),
body > main:not(.home-main),
body > footer:not(.site-footer) {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
}

body > header:not(.site-header) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 18px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

body > main:not(.home-main) { padding: 56px 0 80px; }

body > footer:not(.site-footer) {
  padding: 24px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

body > footer:not(.site-footer) a { color: var(--muted); }

body > main:not(.home-main) h1 {
  max-width: 660px;
  margin: 0 0 18px;
  font-size: clamp(36px, 7vw, 60px);
}

body > main:not(.home-main) h2 {
  margin: 44px 0 12px;
  font-size: 25px;
}

body > main:not(.home-main) .lead {
  color: var(--muted);
  font-size: 21px;
}

body > main:not(.home-main) .card {
  margin: 32px 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

body > main:not(.home-main) .card h2 { margin-top: 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 12px;
  background: var(--deep);
  color: #fff;
  font-weight: 750;
  text-decoration: none;
}

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  .hero-grid,
  .coaching-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .hero { padding-top: 128px; }

  .hero-visual { max-width: 560px; margin: 0 auto; width: 100%; }

  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-number { margin-bottom: 26px; }

  .float-score { left: 0; }
  .float-tag { left: 0; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 40px); }

  .header-inner { flex-wrap: wrap; gap: 10px 18px; }
  .site-header nav { order: 3; width: 100%; justify-content: flex-start; gap: 4px 18px; font-size: 14px; }
  .nav-cta { padding: 8px 16px; }

  .hero { padding-top: 150px; }

  .guide-hero, .article-hero { padding: 170px 0 40px; }

  h1 { font-size: clamp(34px, 9.4vw, 44px); overflow-wrap: break-word; }

  .lead { font-size: 17px; }

  .actions { flex-direction: column; align-items: stretch; }
  .app-store-button, .ghost-button { width: 100%; justify-content: center; }

  .trust-list li { width: 100%; }

  .phone { width: min(210px, 66%); }
  .phone-back { width: min(180px, 56%); right: 0; }
  .float-score { bottom: 4%; }
  .float-tag { top: 2%; font-size: 11.5px; }

  .showcase, .practice { padding: 64px 0; }
  .coaching { padding: 64px 0; }
  .privacy-band { padding: 64px 0; }
  .final-cta { padding: 72px 0; }

  .shot-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .shot:nth-child(odd) img { transform: none; }
  .shot:last-child { grid-column: 1 / -1; max-width: 52%; margin: 0 auto; }

  .check-list ul { grid-template-columns: 1fr; }

  .footer-inner { flex-direction: column; align-items: flex-start; }
}
