:root{
  --bg:#f7f9fe;
  --surface:#ffffff;
  --surface-2:#f3f7ff;
  --ink:#121a2a;
  --muted:#667189;
  --line:#dfe7f5;
  --blue:#2f6df6;
  --teal:#18b2d9;
  --orange:#f5a111;
  --amber:#ffcc64;
  --violet:#7a46ec;
  --green:#12a96e;
  --shadow:0 22px 60px rgba(31, 76, 157, 0.12);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:18px;
  --radius-sm:14px;
  --container:1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top left, rgba(47,109,246,0.09), transparent 24%),
    linear-gradient(180deg, #fbfcff 0%, #f7f9fe 100%);
}
img{display:block; width:100%}
a{text-decoration:none; color:inherit}
.page-shell{overflow:hidden}
.container{
  width:min(var(--container), calc(100% - 48px));
  margin:0 auto;
}
.section{position:relative; padding:110px 0}
.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.visible{opacity:1; transform:none}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(251,252,255,0.78);
  border-bottom:1px solid rgba(223,231,245,0.7);
}
.nav-row{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{
  font-weight:800;
  font-size:32px;
  letter-spacing:-0.04em;
  color:var(--blue);
}
.main-nav{
  display:flex;
  align-items:center;
  gap:28px;
  font-size:15px;
  color:#33415b;
}
.main-nav > a,
.nav-item > a{padding:10px 0}
.nav-item{position:relative}
.mega-menu{
  position:absolute;
  top:calc(100% + 20px);
  left:50%;
  transform:translateX(-50%) translateY(10px);
  min-width:540px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  padding:22px;
  border:1px solid var(--line);
  background:rgba(255,255,255,0.95);
  backdrop-filter:blur(14px);
  border-radius:22px;
  box-shadow:var(--shadow);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
}
.nav-item:hover .mega-menu{
  opacity:1;
  transform:translateX(-50%) translateY(0);
  pointer-events:auto;
}
.mega-col h4{
  margin:0 0 12px;
  font-size:14px;
  color:#667189;
}
.mega-col a{
  display:block;
  padding:8px 0;
  font-size:15px;
  color:var(--ink);
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  height:50px;
  padding:0 22px;
  border-radius:999px;
  font-weight:700;
  font-size:15px;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow:0 18px 40px rgba(47,109,246,0.26);
}
.btn-secondary{
  color:var(--ink);
  background:rgba(255,255,255,0.78);
  border:1px solid var(--line);
}
.nav-cta{flex-shrink:0}
.mobile-toggle,
.mobile-nav{display:none}

.hero{
  padding:88px 0 110px;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.02fr) minmax(0, .98fr);
  gap:46px;
  align-items:center;
}
.hero-copy{position:relative; z-index:2}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  font-size:13px;
  line-height:1;
  letter-spacing:0.01em;
  font-weight:700;
  color:#2f588e;
  background:rgba(255,255,255,0.75);
  border:1px solid rgba(210,223,245,0.9);
}
h1{
  margin:18px 0 18px;
  font-size:clamp(42px, 6vw, 74px);
  line-height:0.98;
  letter-spacing:-0.055em;
  max-width:11ch;
}
.hero-lead{
  margin:0;
  max-width:61ch;
  font-size:18px;
  line-height:1.8;
  color:var(--muted);
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.hero-points{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin-top:34px;
}
.point-card{
  padding:18px 18px 16px;
  border-radius:20px;
  background:rgba(255,255,255,0.78);
  border:1px solid rgba(223,231,245,0.95);
  box-shadow:0 14px 36px rgba(31,76,157,0.08);
}
.point-value{
  display:block;
  font-size:18px;
  font-weight:800;
  letter-spacing:-0.03em;
  color:var(--ink);
  margin-bottom:8px;
}
.point-label{
  display:block;
  font-size:13px;
  line-height:1.65;
  color:var(--muted);
}

.hero-visual{position:relative}
.hero-stage{
  position:relative;
  min-height:760px;
  padding-top:74px;
}
.floating-flow{
  position:absolute;
  top:0;
  left:20px;
  right:0;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:nowrap;
  z-index:4;
}
.flow-pill{
  padding:10px 15px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  color:#fff;
  box-shadow:0 12px 26px rgba(31,76,157,0.16);
  white-space:nowrap;
}
.flow-line{
  width:40px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(47,109,246,.28), rgba(24,178,217,.55));
}
.pill-blue{background:linear-gradient(135deg, #2f6df6, #4fa5ff)}
.pill-teal{background:linear-gradient(135deg, #1398c0, #27c7de)}
.pill-amber{background:linear-gradient(135deg, #f8ba2b, #ffd164)}
.pill-violet{background:linear-gradient(135deg, #7143e8, #9664ff)}
.pill-orange{background:linear-gradient(135deg, #f39800, #f3b83e)}

.phone-stack{
  position:relative;
  width:100%;
  height:100%;
}
.phone-card{
  position:absolute;
  width:53%;
  border-radius:34px;
  overflow:hidden;
  background:linear-gradient(180deg, #fff, #edf4ff);
  border:1px solid rgba(223,231,245,0.95);
  box-shadow:var(--shadow);
}
.phone-card img{height:100%; object-fit:cover; object-position:top center}
.phone-back{
  top:120px;
  left:0;
  height:560px;
  transform:rotate(-6deg);
}
.phone-front{
  top:70px;
  right:6%;
  height:650px;
  transform:rotate(4.5deg);
}
.hero-float{
  position:absolute;
  padding:16px 18px;
  min-width:220px;
  background:rgba(255,255,255,0.83);
  border:1px solid rgba(223,231,245,0.95);
  box-shadow:0 20px 45px rgba(31,76,157,0.12);
  border-radius:22px;
  backdrop-filter:blur(14px);
  z-index:4;
}
.float-a{left:2%; bottom:84px}
.float-b{right:2%; bottom:26px}
.mini-label{
  font-size:12px;
  color:#72809b;
  font-weight:700;
  margin-bottom:6px;
}
.mini-value{
  font-size:28px;
  font-weight:800;
  letter-spacing:-0.04em;
}
.mini-value span{
  font-size:16px;
  font-weight:700;
  color:#68758d;
}
.hero-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(65px);
  opacity:.48;
}
.hero-glow-a{
  width:420px;
  height:420px;
  top:-140px;
  right:-100px;
  background:rgba(47,109,246,0.16);
}
.hero-glow-b{
  width:320px;
  height:320px;
  left:-90px;
  top:240px;
  background:rgba(245,161,17,0.12);
}

.section-head{
  max-width:860px;
  margin-bottom:34px;
}
.section-head h2,
.origin-copy h2,
.dataset-copy h2,
.coaching-copy h2,
.testing-copy h2,
.professionals-copy h2,
.cta-panel h2{
  margin:18px 0 14px;
  font-size:clamp(34px, 4vw, 54px);
  line-height:1.06;
  letter-spacing:-0.05em;
}
.section-head p,
.origin-copy p,
.dataset-copy p,
.coaching-copy p,
.testing-copy p,
.professionals-copy p,
.cta-panel p{
  margin:0;
  font-size:18px;
  line-height:1.85;
  color:var(--muted);
}

.problem{padding-top:70px}
.problem-grid,
.insight-grid,
.resource-grid,
.activity-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}
.info-card,
.insight-card,
.resource-card,
.activity-card,
.step,
.support-card,
.feature-card{
  padding:28px;
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,0.82);
  border:1px solid rgba(223,231,245,0.95);
  box-shadow:0 16px 44px rgba(31,76,157,0.07);
}
.icon-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  margin-bottom:16px;
}
.blue{background:linear-gradient(135deg,#2f6df6,#6aa6ff)}
.teal{background:linear-gradient(135deg,#0f9dbc,#2dd5dd)}
.orange{background:linear-gradient(135deg,#f39800,#f6bf44)}
.violet{background:linear-gradient(135deg,#7143e8,#9b6aff)}
.info-card h3,
.insight-card h3,
.resource-card h3,
.activity-card h3,
.step h3,
.support-card h3,
.feature-card h3,
.rail-card h3{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.18;
  letter-spacing:-0.035em;
}
.info-card p,
.insight-card p,
.resource-card p,
.activity-card p,
.step p,
.support-card p,
.feature-card p,
.rail-card p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.8;
}

.origin{background:linear-gradient(180deg, rgba(255,255,255,0.18), rgba(243,247,255,0.85))}
.origin-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(360px, .9fr);
  gap:28px;
  align-items:start;
}
.origin-copy blockquote{
  margin:28px 0 0;
  padding:24px 28px;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(47,109,246,0.10), rgba(24,178,217,0.10));
  border:1px solid rgba(211,225,247,0.95);
  font-size:22px;
  line-height:1.6;
  letter-spacing:-0.03em;
  font-weight:700;
  color:#24426f;
}
.origin-rail{
  display:grid;
  gap:16px;
}
.rail-card{
  padding:26px;
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,0.82);
  border:1px solid rgba(223,231,245,0.95);
  box-shadow:0 16px 44px rgba(31,76,157,0.07);
}
.rail-kicker{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#6880a4;
}

.steps-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:16px;
}
.step{
  position:relative;
  min-height:230px;
}
.step-no{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
  border-radius:14px;
  background:#eff4ff;
  color:var(--blue);
  font-weight:900;
  font-size:15px;
}

.dataset-grid,
.coaching-grid,
.testing-grid,
.professionals-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:30px;
  align-items:center;
}
.dataset-chain{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0 26px;
}
.chain-node{
  padding:14px 18px;
  border-radius:999px;
  color:#fff;
  font-size:14px;
  font-weight:800;
  box-shadow:0 16px 34px rgba(31,76,157,0.12);
}
.chain-link{
  width:34px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(47,109,246,.28), rgba(24,178,217,.55));
}
.amber{background:linear-gradient(135deg,#f4ae12,#ffd15b)}
.dataset-support{
  display:grid;
  gap:16px;
}

.media-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
}
.dataset-visual 
.coaching-visual 
.report-card{height:900px}
.home-card{height:780px}
.tall{max-width:420px; margin-inline:auto}

.feature-stack{
  display:grid;
  gap:16px;
  margin-top:24px;
}
.warning-card{
  background:linear-gradient(135deg, rgba(245,161,17,0.10), rgba(255,255,255,0.82));
}

.activity{background:linear-gradient(180deg, rgba(255,255,255,0.18), rgba(243,247,255,0.85))}
.activity-grid{
  grid-template-columns:repeat(3, minmax(0,1fr));
  margin-bottom:28px;
}
.hero-report{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  gap:24px;
  margin-top:30px;
  padding:28px;
  border-radius:32px;
  background:rgba(255,255,255,0.82);
  border:1px solid rgba(223,231,245,0.95);
  box-shadow:0 16px 44px rgba(31,76,157,0.07);
  align-items:center;
}
.hero-report h3{
  margin:18px 0 12px;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-0.04em;
}
.hero-report p{margin:0; font-size:17px; line-height:1.8; color:var(--muted)}

.check-list{
  list-style:none;
  margin:24px 0 0;
  padding:0;
  display:grid;
  gap:12px;
}
.check-list li{
  position:relative;
  padding-left:30px;
  font-size:16px;
  color:var(--ink);
  line-height:1.7;
}
.check-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow:0 6px 12px rgba(47,109,246,.24);
}

.professionals-grid{align-items:stretch}
.pro-dashboard{
  height:100%;
  min-height:520px;
  padding:28px;
  border-radius:32px;
  background:linear-gradient(180deg, rgba(255,255,255,0.88), rgba(241,247,255,0.92));
  border:1px solid rgba(223,231,245,0.95);
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  grid-auto-rows:min-content;
  gap:16px;
}
.pro-stat{
  padding:20px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(223,231,245,0.95);
}
.stat-label{
  display:block;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#71819c;
  margin-bottom:8px;
}
.stat-value{
  display:block;
  font-size:28px;
  font-weight:800;
  letter-spacing:-0.04em;
}
.pro-chart{
  grid-column:1 / -1;
  display:flex;
  align-items:flex-end;
  gap:16px;
  min-height:230px;
  padding:22px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(223,231,245,0.95);
}
.bar{
  flex:1;
  border-radius:18px 18px 10px 10px;
  background:linear-gradient(180deg, #79d2ff 0%, #548af3 100%);
}
.pro-tags{
  grid-column:1 / -1;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.pro-tags span{
  padding:11px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  color:#2f588e;
  background:#edf5ff;
  border:1px solid rgba(214,226,245,0.95);
}
.professional-list{
  display:grid;
  gap:14px;
  margin-top:24px;
}
.pro-line{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:16px;
  color:var(--ink);
  line-height:1.7;
}
.pro-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--blue), var(--teal));
  margin-top:8px;
  flex-shrink:0;
}

.cta-wrap{justify-content:center}
.cta-panel{
  width:100%;
  padding:44px;
  border-radius:36px;
  text-align:center;
  background:
    radial-gradient(circle at 20% 20%, rgba(47,109,246,.16), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(245,161,17,.12), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(243,247,255,.95));
  border:1px solid rgba(223,231,245,0.95);
  box-shadow:var(--shadow);
}
.cta-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}

@media (max-width: 1200px){
  .hero-grid,
  .dataset-grid,
  .coaching-grid,
  .testing-grid,
  .professionals-grid,
  .origin-grid,
  .hero-report{
    grid-template-columns:1fr;
  }
  .hero-stage{min-height:680px}
  .steps-grid{grid-template-columns:repeat(3, minmax(0,1fr))}
  .problem-grid,
  .insight-grid,
  .resource-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
}

@media (max-width: 900px){
  .main-nav,
  .nav-cta{display:none}
  .mobile-toggle{
    display:flex;
    width:48px;
    height:48px;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    padding:0;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
  }
  .mobile-toggle span{
    display:block;
    width:18px;
    height:2px;
    border-radius:999px;
    background:var(--ink);
  }
  .mobile-nav{
    display:none;
    padding:0 24px 22px;
    border-top:1px solid rgba(223,231,245,0.7);
    background:rgba(251,252,255,0.96);
  }
  .mobile-nav.open{display:grid; gap:12px}
  .mobile-nav a{
    padding:10px 0;
    font-size:15px;
    color:#33415b;
  }
  .mobile-cta{margin-top:10px}
  .hero-points,
  .activity-grid,
  .problem-grid,
  .insight-grid,
  .resource-grid,
  .steps-grid{
    grid-template-columns:1fr;
  }
  .floating-flow{
    position:relative;
    left:0;
    margin-bottom:18px;
    overflow:auto hidden;
    padding-bottom:6px;
  }
  .hero-stage{min-height:auto; padding-top:0}
  .phone-back,
  .phone-front,
  .hero-float{
    position:relative;
    transform:none;
    top:auto;
    right:auto;
    left:auto;
    bottom:auto;
  }
  .phone-stack{display:grid; gap:18px}
  .phone-card{
    width:100%;
    height:auto;
  }
  .phone-back{height:560px}
  .phone-front{height:620px}
  .hero-float{min-width:auto}
  .container{width:min(var(--container), calc(100% - 28px))}
  .section{padding:88px 0}
  h1{max-width:unset}
  .dataset-visual .media-card,
  .coaching-visual .media-card,
  .report-card,
  .home-card{
    height:auto;
  }
  .report-card img,
  .dataset-visual img,
  .coaching-visual img,
  .home-card img{
    height:auto;
  }
  .cta-panel{padding:32px 22px}
}

@media (max-width: 560px){
  .brand{font-size:28px}
  .btn{height:46px; padding:0 18px}
  .hero-actions,
  .cta-actions{flex-direction:column}
  .hero-lead,
  .section-head p,
  .origin-copy p,
  .dataset-copy p,
  .coaching-copy p,
  .testing-copy p,
  .professionals-copy p,
  .cta-panel p{font-size:16px}
}


.nav-item{
  position:relative;
  padding-bottom:18px;
  margin-bottom:-18px;
}
.mega-menu{
  top:calc(100% + 6px);
  transform:translateX(-50%) translateY(6px);
}
.mega-menu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-18px;
  height:18px;
}

.page-hero{
  padding:88px 0 42px;
}
.page-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
  gap:30px;
  align-items:center;
}
.page-hero-copy h1{
  margin:18px 0 16px;
  font-size:clamp(38px,4.7vw,62px);
  line-height:1.02;
  letter-spacing:-0.05em;
  max-width:12ch;
}
.page-hero-copy p{
  margin:0;
  font-size:18px;
  line-height:1.82;
  color:var(--muted);
}
.page-anchor-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.page-anchor{
  padding:10px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  color:#315686;
  background:#edf4ff;
  border:1px solid rgba(223,231,245,0.95);
}
.order-band{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.order-pill{
  padding:10px 14px;
  border-radius:999px;
  color:#fff;
  font-size:13px;
  font-weight:800;
  box-shadow:0 12px 26px rgba(31,76,157,.12);
}
.order-blue{background:linear-gradient(135deg, #2f6df6, #4fa5ff)}
.order-violet{background:linear-gradient(135deg, #7143e8, #9664ff)}
.order-amber{background:linear-gradient(135deg, #f4ae12, #ffd15b)}
.order-teal{background:linear-gradient(135deg, #1398c0, #27c7de)}
.order-orange{background:linear-gradient(135deg, #f39800, #f3b83e)}

.page-hero-visual 

.media-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
}

.content-grid-2,
.content-grid-3,
.content-grid-4{
  display:grid;
  gap:18px;
}
.content-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.content-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.content-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}

.logic-row{
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
  gap:22px;
  align-items:start;
}
.callout-band{
  padding:28px;
  border-radius:26px;
  background:linear-gradient(135deg, rgba(47,109,246,0.10), rgba(24,178,217,0.10));
  border:1px solid rgba(211,225,247,0.95);
}
.callout-band h3{
  margin:0 0 12px;
  font-size:26px;
  line-height:1.15;
  letter-spacing:-0.04em;
}
.callout-band p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.8;
}
.mini-note,
.detail-card,
.logic-card,
.step-card-compact{
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,0.84);
  border:1px solid rgba(223,231,245,0.95);
  box-shadow:0 14px 36px rgba(31,76,157,0.07);
}
.mini-note strong,
.kicker{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#6880a4;
}
.detail-card h3,
.logic-card h3,
.step-card-compact h3,
.resource-card h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.18;
  letter-spacing:-0.035em;
}
.mini-note p,
.detail-card p,
.logic-card p,
.step-card-compact p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.8;
}
.logic-card ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
}
.logic-card li{
  margin:8px 0;
  line-height:1.7;
}
.section-head p{
  max-width:70ch;
}

@media (max-width:1200px){
  .page-hero-grid,
  .logic-row{
    grid-template-columns:1fr;
  }
  .content-grid-4{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .content-grid-3,
  .content-grid-2{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .page-hero-visual 
}
@media (max-width:900px){
  .content-grid-4,
  .content-grid-3,
  .content-grid-2{
    grid-template-columns:1fr;
  }
}


.top-utility{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid rgba(223,231,245,0.55);
}
.lang-tabs{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 0;
}
.lang-tab{
  min-width:46px;
  height:32px;
  border-radius:999px;
  border:1px solid rgba(223,231,245,0.9);
  background:rgba(255,255,255,0.78);
  color:#49607f;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}
.lang-tab.is-active{
  background:#edf4ff;
  color:var(--blue);
  border-color:#cfe0ff;
}
.utility-note{
  font-size:13px;
  color:#7a88a2;
}
.image-caption{
  margin-top:10px;
  font-size:13px;
  color:#7b87a1;
  line-height:1.7;
}
.image-grid-2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.image-stack{
  display:grid;
  gap:18px;
}
.form-shell{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:28px;
  align-items:start;
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.form-card{
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(223,231,245,0.95);
  background:rgba(255,255,255,0.88);
  box-shadow:0 14px 36px rgba(31,76,157,0.07);
}
.form-field{
  display:grid;
  gap:8px;
}
.form-field label{
  font-size:14px;
  font-weight:700;
  color:#36506f;
}
.form-field input,
.form-field select,
.form-field textarea{
  width:100%;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(223,231,245,0.95);
  background:#fff;
  font:inherit;
  color:var(--ink);
}
.form-field textarea{
  min-height:160px;
  resize:vertical;
}
.form-span-2{grid-column:span 2}
.form-note{
  font-size:13px;
  color:#7a88a2;
  line-height:1.7;
}
.check-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14px;
  color:#5e6c86;
}
.stat-list{
  display:grid;
  gap:14px;
}
.stat-line{
  display:flex;
  justify-content:space-between;
  gap:16px;
  font-size:15px;
  color:#495975;
  padding-bottom:12px;
  border-bottom:1px dashed rgba(223,231,245,0.95);
}
.badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.badge-soft{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  color:#4a6689;
  background:#edf4ff;
  border:1px solid rgba(223,231,245,0.95);
}
.contact-highlight{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.contact-highlight .detail-card{
  height:100%;
}

@media (max-width:1200px){
  .form-shell,
  .image-grid-2,
  .contact-highlight{
    grid-template-columns:1fr;
  }
}
@media (max-width:900px){
  .top-utility{
    flex-direction:column;
    align-items:flex-start;
    padding:8px 0 10px;
  }
  .form-grid{
    grid-template-columns:1fr;
  }
  .form-span-2{
    grid-column:auto;
  }
}


.media-card{
  background:#ffffff;
  border-radius:28px;
  padding:16px;
  border:1px solid rgba(200,210,230,0.6);
  box-shadow:
    0 30px 80px rgba(30,60,120,0.12),
    0 10px 30px rgba(30,60,120,0.08);
}

.media-card img{
  border-radius:18px;
  display:block;
  width:100%;
  height:auto;
}

.image-caption{
  margin-top:14px;
  font-size:13px;
  color:#6b778c;
  line-height:1.6;
}



.app-page-hero{
  padding-bottom:54px;
}
.app-hero-wrap{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:28px;
  align-items:start;
}
.app-summary-card,
.store-card{
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(223,231,245,0.95);
  background:rgba(255,255,255,0.88);
  box-shadow:0 14px 36px rgba(31,76,157,0.07);
}
.app-hero-copy h1{
  max-width:13ch;
}
.app-store-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.store-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}
.store-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  font-weight:800;
  color:#315686;
  background:#edf4ff;
  border:1px solid rgba(223,231,245,0.95);
}
.store-kicker{
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#6880a4;
  margin-bottom:6px;
}
.store-card h2{
  margin:0;
  font-size:32px;
  line-height:1.1;
  letter-spacing:-0.04em;
}
.store-copy{
  margin:0 0 20px;
  color:var(--muted);
  font-size:16px;
  line-height:1.8;
}
.store-status{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  margin-bottom:18px;
}
.store-status.coming-soon{
  background:#fff5ea;
  color:#c16b00;
}
.store-status.live{
  background:#ecfaf2;
  color:#148253;
}
.country-block{
  margin-bottom:18px;
}
.country-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:10px;
}
.country-list span{
  display:inline-flex;
  align-items:center;
  padding:10px 12px;
  border-radius:999px;
  background:#edf4ff;
  border:1px solid rgba(223,231,245,0.95);
  color:#49607f;
  font-size:14px;
  font-weight:700;
}
.store-note{
  color:#7a88a2;
  font-size:14px;
  line-height:1.75;
}
@media (max-width:1200px){
  .app-hero-wrap,
  .app-store-grid{
    grid-template-columns:1fr;
  }
}


/* v18: normalize app screenshot sizes so no section screenshot exceeds the visual weight of the main home hero */
.dataset-visual .media-card,
.coaching-visual .media-card,
.testing-visual .media-card,
.page-hero-visual .media-card,
.reveal .media-card{
  overflow:hidden;
}

.dataset-visual .media-card,
.coaching-visual .media-card,
.testing-visual .media-card,
.page-hero-visual .media-card{
  max-width:520px;
  margin-inline:auto;
}

.dataset-visual .media-card,
.coaching-visual .media-card,
.page-hero-visual .media-card{
  height:auto !important;
  min-height:0 !important;
}

.testing-visual .media-card{
  height:auto !important;
  min-height:0 !important;
  max-width:560px;
}

.home-card,
.report-card{
  height:auto !important;
}

.media-card img,
.page-hero-visual .media-card img,
.dataset-visual .media-card img,
.coaching-visual .media-card img,
.testing-visual .media-card img{
  height:auto !important;
  object-fit:contain !important;
  object-position:top center !important;
}

.test-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:22px;
}
.test-shot{
  padding:18px;
  border-radius:26px;
  background:rgba(255,255,255,0.86);
  border:1px solid rgba(223,231,245,0.95);
  box-shadow:0 14px 36px rgba(31,76,157,0.07);
}
.test-shot .media-card{
  max-width:420px;
  margin-inline:auto;
}
.test-shot h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.2;
  letter-spacing:-0.03em;
}
.test-shot p{
  margin:12px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
}

@media (max-width:900px){
  .test-gallery{
    grid-template-columns:1fr;
  }
}


/* v19 review fix: keep all portrait app screenshots controlled and never larger than the homepage hero phone */
.screenshot-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}

.screen-card{
  width:100%;
  margin-inline:auto;
  overflow:hidden;
  border-radius:32px;
  border:1px solid rgba(223,231,245,0.95);
  background:linear-gradient(180deg, rgba(255,255,255,0.94), rgba(244,247,255,0.98));
  box-shadow:0 16px 40px rgba(31,76,157,0.08);
}

.screen-card img{
  width:100%;
  height:auto !important;
  display:block;
  object-fit:contain !important;
  object-position:top center !important;
}

/* homepage sections */
.hero-report{
  align-items:center;
}
.hero-report-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}
.screen-card-home{
  max-width:420px !important;
  height:auto !important;
  min-height:0 !important;
}
.screen-card-section{
  max-width:420px !important;
  height:auto !important;
  min-height:0 !important;
}
.screen-card-report{
  max-width:460px !important;
  height:auto !important;
  min-height:0 !important;
}
.home-card,
.report-card{
  height:auto !important;
  min-height:0 !important;
}

/* avoid oversized page screenshots elsewhere */
.page-hero-visual .media-card{
  max-width:430px !important;
  min-height:0 !important;
  height:auto !important;
  margin-inline:auto;
}
.page-hero-visual .media-card img{
  height:auto !important;
  object-fit:contain !important;
}

/* dataset/coaching/testing wrappers on homepage */
.dataset-visual .media-card,
.coaching-visual .media-card,
.testing-visual .media-card{
  margin-inline:auto;
}

/* test images in how-it-works */
.screen-card-test{
  max-width:360px !important;
  min-height:0 !important;
  height:auto !important;
}

/* fix malformed old overrides by neutralizing them safely */
.dataset-visual,
.coaching-visual,
.testing-visual{
  width:100%;
}

@media (max-width:1200px){
  .screen-card-home,
  .screen-card-section,
  .screen-card-report,
  .page-hero-visual .media-card{
    max-width:380px !important;
  }
}
@media (max-width:900px){
  .screen-card-home,
  .screen-card-section,
  .screen-card-report,
  .page-hero-visual .media-card{
    max-width:100% !important;
  }
  .hero-report{
    grid-template-columns:1fr !important;
  }
}

.dual-card-small{
  max-width:260px;
}
.dual-shot{
  display:flex;
  gap:20px;
  justify-content:center;
}


/* v22 latest review fix */
.paired-phone-visual{
  display:flex;
  gap:20px;
  justify-content:center;
  align-items:flex-start;
}
.paired-phone-card{
  width:270px;
  height:640px;
  overflow:hidden;
  border-radius:34px;
}
.paired-phone-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}
.paired-report-card{
  height:580px;
}

@media (max-width:900px){
  .paired-phone-visual{
    flex-direction:column;
    align-items:center;
  }
  .paired-phone-card,
  .paired-report-card{
    width:min(100%, 360px);
    height:auto;
    aspect-ratio: 9 / 19.5;
  }
}


/* v23 latest-file review fix */
.page-hero-visual{
  display:flex !important;
  justify-content:center;
  align-items:flex-start;
}

.paired-phone-visual{
  display:flex;
  gap:20px;
  justify-content:center;
  align-items:flex-start;
  flex-wrap:nowrap;
}

.paired-phone-card{
  width:248px;
  height:540px;
  overflow:hidden;
  border-radius:34px;
  flex:0 0 auto;
  background:#fff;
}

.paired-phone-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:top center;
}

.paired-understand-card{
  height:560px;
}

.paired-report-card{
  width:220px;
  height:500px;
}

@media (max-width:1200px){
  .paired-phone-card{
    width:220px;
    height:500px;
  }
  .paired-report-card{
    width:200px;
    height:455px;
  }
}

@media (max-width:900px){
  .paired-phone-visual{
    flex-direction:column;
    align-items:center;
  }
  .paired-phone-card,
  .paired-understand-card,
  .paired-report-card{
    width:min(100%, 360px);
    height:auto;
    aspect-ratio:9 / 19.5;
  }
}


/* v26 latest fix: explicit paired screenshot system */
.gm-pair{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  width:100%;
}
.gm-shot{
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(213,223,240,0.98);
  box-shadow:0 16px 42px rgba(31,76,157,0.08), inset 0 0 0 1px rgba(255,255,255,0.7);
  border-radius:34px;
  flex:0 0 auto;
}
.gm-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}

/* understand why it works */
.gm-pair-understand .gm-shot-phone{
  width:250px;
  height:580px;
}

/* read patterns / insights */
.gm-pair-report .gm-shot-report{
  width:290px;
  height:610px;
}

/* build daily datasets */
.gm-pair-build .gm-shot-build{
  width:235px;
  height:560px;
}

/* prevent generic hero media from overpowering paired layouts */
.page-hero-visual.gm-pair{
  max-width:none !important;
}

@media (max-width:1200px){
  .gm-pair-understand .gm-shot-phone{
    width:220px;
    height:510px;
  }
  .gm-pair-report .gm-shot-report{
    width:250px;
    height:525px;
  }
  .gm-pair-build .gm-shot-build{
    width:210px;
    height:500px;
  }
}

@media (max-width:900px){
  .gm-pair{
    flex-direction:column;
  }
  .gm-pair-understand .gm-shot-phone,
  .gm-pair-report .gm-shot-report,
  .gm-pair-build .gm-shot-build{
    width:min(100%, 340px);
    height:auto;
    aspect-ratio:9 / 19.5;
  }
}


/* v27: unify all paired hero screenshot sizes to the Read Patterns reference */
.gm-pair-standard{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  width:100%;
}
.gm-shot-standard{
  width:250px;
  height:540px;
  flex:0 0 auto;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(213,223,240,0.98);
  box-shadow:0 16px 42px rgba(31,76,157,0.08), inset 0 0 0 1px rgba(255,255,255,0.72);
  border-radius:34px;
}
.gm-shot-standard img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}

@media (max-width:1200px){
  .gm-shot-standard{
    width:230px;
    height:500px;
  }
}
@media (max-width:900px){
  .gm-pair-standard{
    flex-direction:column;
  }
  .gm-shot-standard{
    width:min(100%, 340px);
    height:auto;
    aspect-ratio:9 / 19.5;
  }
}


/* v28 updates */

/* Professionals large single image */
.gm-prof-visual{
  display:flex;
  justify-content:center;
  align-items:center;
}
.gm-shot-prof{
  width:560px;
  height:auto;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(213,223,240,0.98);
  box-shadow:0 18px 48px rgba(31,76,157,0.1);
}
.gm-shot-prof img{
  width:100%;
  height:auto;
  object-fit:contain;
}

/* ensure resources pair same sizing */
.resources .gm-shot-standard{
  width:250px;
  height:540px;
}

/* contact alignment fix after removing image */
/* v29 professionals right-side fix */
.gm-prof-right{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
}

.gm-shot-prof-right{
  width:560px;
  max-width:100%;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(213,223,240,0.98);
  box-shadow:0 18px 48px rgba(31,76,157,0.1);
}

.gm-shot-prof-right img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

@media (max-width:1200px){
  .gm-shot-prof-right{
    width:500px;
  }
}

@media (max-width:900px){
  .gm-shot-prof-right{
    width:min(100%, 420px);
  }
}


/* v31 fix: contact only should be one-column */
.contact-hero-grid{
  grid-template-columns:1fr;
  max-width:800px;
}

/* professionals: right-side expert web image */
.gm-prof-right{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
}
.gm-shot-prof-right{
  width:560px;
  max-width:100%;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(213,223,240,0.98);
  box-shadow:0 18px 48px rgba(31,76,157,0.10);
}
.gm-shot-prof-right img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}


/* v33 exact code fix */
.professionals-hero-top .page-hero-grid,
.resources-hero-top .page-hero-grid{
  align-items:start;
}

/* professionals exact right-side image */
.gm-shot-prof-right{
  width:720px !important;
  max-width:100%;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(213,223,240,0.98);
  box-shadow:0 18px 48px rgba(31,76,157,0.10);
}
.gm-shot-prof-right img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

/* resources pair stays on the right and top-aligned */
.resources-hero-top .page-hero-visual.gm-pair-standard{
  align-self:start;
  margin-top:8px;
}


/* v34 strict fix */

/* v35 professionals exact crop fix */
.gm-shot-prof-rect{
  width:760px;
  height:auto;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow:0 16px 40px rgba(0,0,0,0.08);
  background:#fff;
}
.gm-shot-prof-rect img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}


/* v36 FINAL professionals layout */

.gm-prof-final{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

.gm-prof-frame{
  width:880px;
  background:#eef2f7;
  border-radius:24px;
  padding:40px;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.gm-prof-frame img{
  width:100%;
  border-radius:16px;
  display:block;
}


/* v37 professionals exact target image */
.gm-prof-exact-target{
  display:flex;
  justify-content:flex-end;
  align-items:flex-start;
}

.gm-prof-exact-shot{
  width:820px;
  max-width:100%;
}

.gm-prof-exact-shot img{
  width:100%;
  height:auto;
  display:block;
}

@media (max-width: 1100px){
  .gm-prof-exact-shot{
    width:680px;
  }
}

@media (max-width: 900px){
  .gm-prof-exact-target{
    justify-content:center;
  }
  .gm-prof-exact-shot{
    width:min(100%, 560px);
  }
}


/* v38 targeted refinements */
.gm-prof-lowered{
  margin-top:120px;
}

.hero-report-compact{
  margin-top:18px;
  padding:22px 24px;
  gap:20px;
}

.hero-report-extra{
  margin-top:14px !important;
}

.hero-report-visual-pair{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:18px;
  flex-wrap:nowrap;
}

.hero-report-compact .screen-card-home{
  max-width:330px !important;
}

@media (max-width: 1200px){
  .gm-prof-lowered{
    margin-top:70px;
  }
  .hero-report-compact .screen-card-home{
    max-width:290px !important;
  }
}

@media (max-width: 900px){
  .gm-prof-lowered{
    margin-top:24px;
  }
  .hero-report-visual-pair{
    flex-wrap:wrap;
  }
}


/* v39 footer + legal */
.site-footer{
  margin-top:48px;
  padding:46px 0 28px;
  background:linear-gradient(180deg, #0f2740 0%, #142f4a 100%);
  color:rgba(255,255,255,0.96);
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) repeat(3, minmax(0,.8fr));
  gap:28px;
  align-items:start;
}
.footer-brand{
  display:inline-block;
  font-size:34px;
  font-weight:800;
  letter-spacing:-0.05em;
  color:#fff;
  margin-bottom:14px;
}
.footer-tagline,
.footer-contact-copy{
  margin:0;
  color:rgba(255,255,255,0.72);
  font-size:15px;
  line-height:1.8;
  max-width:42ch;
}
.footer-col{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.footer-heading{
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.58);
  margin-bottom:2px;
}
.site-footer a{
  color:rgba(255,255,255,0.92);
}
.site-footer a:hover,
.footer-contact-link:hover{
  color:#9ed6ff;
}
.footer-contact-link{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-top:14px;
  font-weight:700;
}
.footer-bottom{
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,0.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:rgba(255,255,255,0.72);
  font-size:14px;
}
.footer-bottom-links{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.footer-bottom-links span{opacity:.45}

.legal-hero{
  padding-top:84px;
  padding-bottom:42px;
}
.legal-hero .hero-lead{
  max-width:72ch;
}
.legal-meta{
  margin-top:18px;
  color:var(--muted);
  font-size:14px;
  font-weight:600;
}
.legal-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}
.legal-section{
  padding-top:34px;
}

@media (max-width: 1100px){
  .footer-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 760px){
  .site-footer{
    margin-top:28px;
    padding:34px 0 24px;
  }
  .footer-grid{
    grid-template-columns:1fr;
    gap:22px;
  }
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

.legal-hero h1{max-width:16ch;}


/* v40 upgrade */
.upgrade-hero-grid{
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  align-items:center;
}
.upgrade-summary-card,
.upgrade-final-card,
.upgrade-pro-card,
.upgrade-test-card,
.upgrade-feature-card,
.member-detail-card{
  border:1px solid rgba(18,44,74,.1);
  box-shadow:0 18px 42px rgba(15,39,64,.08);
}
.upgrade-summary-card{
  background:linear-gradient(180deg, rgba(255,140,57,.12), rgba(255,255,255,.98));
  border-radius:28px;
  padding:28px;
}
.upgrade-summary-card .kicker{
  font-size:22px;
  line-height:1.35;
  font-weight:800;
  color:#10243a;
}
.upgrade-summary-card p{margin:14px 0 0;color:var(--muted);line-height:1.8}
.upgrade-common-grid,
.upgrade-member-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.upgrade-feature-card,
.member-detail-card{
  background:#fff;
  border-radius:22px;
  padding:22px 20px;
  font-weight:700;
  line-height:1.6;
}
.upgrade-common-section .upgrade-feature-card{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.upgrade-test-card{
  background:#fff;
  border-radius:22px;
  padding:22px 20px;
  grid-column:span 2;
}
.upgrade-test-title{
  font-size:18px;
  font-weight:800;
  color:#10243a;
  margin-bottom:16px;
}
.upgrade-test-compare{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.upgrade-test-compare > div{
  border-radius:18px;
  padding:16px;
  background:#f5f9fd;
}
.upgrade-plan-label{
  display:block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:8px;
}
.upgrade-plan-label.highlight{color:#d96a00}
.upgrade-test-compare strong{
  font-size:22px;
  line-height:1.2;
  color:#10243a;
}
.upgrade-member-section{
  background:linear-gradient(180deg, rgba(255,245,236,.8) 0%, rgba(255,255,255,1) 100%);
}
.member-detail-card{
  background:linear-gradient(180deg, #fff8f1 0%, #ffffff 100%);
}
.upgrade-pro-card{
  background:linear-gradient(135deg,#0f2740 0%,#193e63 100%);
  color:#fff;
  border-radius:30px;
  padding:34px;
}
.upgrade-pro-card .eyebrow,
.upgrade-pro-card p,
.upgrade-pro-card .mini-note strong{color:rgba(255,255,255,.92)}
.upgrade-pro-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}
.upgrade-pro-points .mini-note{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}
.upgrade-final-card{
  background:linear-gradient(180deg, rgba(255,140,57,.14), rgba(255,255,255,1));
  border-radius:30px;
  padding:34px;
  text-align:center;
}
.upgrade-final-card h2{margin-bottom:10px}
.upgrade-final-card p{
  max-width:760px;
  margin:0 auto 22px;
  color:var(--muted);
}
@media (max-width: 1100px){
  .upgrade-hero-grid,
  .upgrade-common-grid,
  .upgrade-member-grid,
  .upgrade-pro-points{grid-template-columns:1fr 1fr;}
  .upgrade-test-card{grid-column:span 2;}
}
@media (max-width: 760px){
  .upgrade-hero-grid,
  .upgrade-common-grid,
  .upgrade-member-grid,
  .upgrade-pro-points,
  .upgrade-test-compare{grid-template-columns:1fr;}
  .upgrade-test-card{grid-column:span 1;}
  .upgrade-summary-card,
  .upgrade-final-card,
  .upgrade-pro-card{padding:24px;}
}


/* v41 upgrade shots + final cta */
.upgrade-member-shots{
  margin-top:28px;
}
.upgrade-member-shot-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.upgrade-member-shot{
  max-width:330px;
  margin-inline:auto;
  border-radius:28px;
}
.upgrade-member-shot img{
  width:100%;
  height:auto;
  display:block;
}
.btn-static{
  cursor:default;
  pointer-events:none;
}
@media (max-width:1200px){
  .upgrade-member-shot-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:700px){
  .upgrade-member-shot-grid{
    grid-template-columns:1fr;
  }
  .upgrade-member-shot{
    max-width:360px;
  }
}



/* v46 mobile real fixes */
@media (max-width: 900px){
  .floating-flow{
    overflow:visible;
    flex-wrap:wrap;
    row-gap:8px;
    column-gap:8px;
    padding-bottom:0;
  }
  .flow-line{
    display:none;
  }
  .flow-pill{
    padding:10px 14px;
    font-size:13px;
  }
  .phone-stack{
    display:grid;
    gap:14px;
  }
  .phone-front{
    order:1;
    height:auto;
  }
  .phone-back{
    order:2;
    height:auto;
  }
  .phone-card{
    width:100%;
    max-width:320px;
    margin:0 auto;
  }
  .phone-card img{
    width:100%;
    height:auto;
    object-fit:contain;
    display:block;
  }
  .hero-copy h1{
    font-size:clamp(34px, 9vw, 42px);
    line-height:1.06;
  }
  .hero-lead,
  .section-head p,
  .origin-copy p,
  .dataset-copy p,
  .coaching-copy p,
  .testing-copy p,
  .professionals-copy p,
  .cta-panel p{
    font-size:15px;
    line-height:1.72;
  }
  .hero-actions{
    gap:10px;
  }
  .btn{
    font-size:15px;
  }

  .coaching-grid,
  .professionals-grid{
    grid-template-columns:1fr;
  }
  .coaching-copy{
    order:1;
  }
  .coaching-visual{
    order:2;
    margin-top:18px;
  }
  .coaching-visual .media-card{
    max-width:320px;
    margin:0 auto;
    height:auto;
  }
  .coaching-visual .media-card img{
    width:100%;
    height:auto;
    object-fit:contain;
    display:block;
  }

  .professionals-visual{
    display:flex;
    justify-content:center;
    margin-top:18px;
  }
  .pro-dashboard{
    width:min(100%, 300px);
    min-height:auto;
    padding:18px;
    grid-template-columns:1fr;
    gap:12px;
    overflow:hidden;
  }
  .pro-stat,
  .pro-chart{
    min-width:0;
  }
  .pro-chart{
    min-height:140px;
    gap:10px;
    padding:14px;
  }
  .pro-tags{
    gap:8px;
  }
  .pro-tags span{
    width:100%;
    text-align:center;
  }
}


/* v47 mobile screenshot sizing + submenu */
.mobile-subnav{
  display:none;
}

@media (max-width: 900px){
  .mobile-nav{
    gap:14px;
    overflow-y:auto;
  }
  .mobile-nav > a{
    display:block;
  }
  .mobile-subnav{
    display:grid;
    gap:10px;
    padding:4px 0 10px 14px;
    margin-top:-6px;
    border-left:2px solid rgba(47,109,246,0.12);
  }
  .mobile-subnav-group{
    display:grid;
    gap:4px;
  }
  .mobile-subnav-heading{
    font-size:12px;
    font-weight:800;
    color:#667189;
    text-transform:none;
    margin-bottom:2px;
  }
  .mobile-subnav-link{
    font-size:14px;
    line-height:1.45;
    color:var(--ink);
    opacity:.92;
    padding:2px 0;
  }

  /* make screenshot blocks match coaching visual scale */
  .hero-report-compact .hero-report-visual-pair{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    justify-items:center;
  }
  .hero-report-compact .screen-card-home{
    width:100%;
    max-width:340px !important;
    margin-inline:auto;
  }
  .hero-report-compact .screen-card-home img{
    width:100%;
    height:auto;
    object-fit:contain;
    display:block;
  }

  .testing-visual .screen-card-report,
  .testing-visual .media-card{
    width:100%;
    max-width:340px !important;
    margin-inline:auto;
  }

  /* reduce oversized professionals visual without cropping */
  .professionals-visual{
    display:flex;
    justify-content:center;
  }
  .pro-dashboard{
    width:100%;
    max-width:300px;
    margin-inline:auto;
    transform:none !important;
  }
}


/* v49 mobile: make activity/testing screenshots the same presentation size as coaching capture */
@media (max-width: 900px){
  .coaching-visual .media-card.screen-card-section{
    max-width: 320px !important;
    width: 100% !important;
    margin-inline: auto !important;
  }
  .hero-report-compact .hero-report-visual-pair{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    justify-items: center !important;
  }
  .hero-report-compact .screen-card-home,
  .hero-report-compact .hero-report-visual-pair .media-card,
  .testing-visual .screen-card-report,
  .testing-visual .media-card{
    max-width: 320px !important;
    width: 100% !important;
    margin-inline: auto !important;
    transform: none !important;
  }
  .hero-report-compact .screen-card-home img,
  .testing-visual .screen-card-report img,
  .testing-visual .media-card img{
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }
}


/* v51 fixes on latest v49 base */
@media (max-width: 900px){
  .mobile-cta{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    box-sizing:border-box !important;
    text-align:center !important;
    padding-left:16px !important;
    padding-right:16px !important;
  }
  .mobile-cta span{
    width:100%;
    text-align:center;
    display:block;
  }

  .hero-report-compact .hero-report-visual-pair{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
    justify-items:center !important;
  }
  .hero-report-compact .hero-report-visual-pair .media-card,
  .hero-report-compact .screen-card-home,
  .hero-report-compact .screen-card-section,
  .testing-visual .screen-card-report,
  .testing-visual .screen-card-section{
    width:100% !important;
    max-width:320px !important;
    margin-inline:auto !important;
    transform:none !important;
  }
  .hero-report-compact .hero-report-visual-pair img,
  .testing-visual .screen-card-report img,
  .testing-visual .screen-card-section img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
    display:block !important;
  }
}


/* v53 testing image sizing align with above home screenshots */
.testing-visual .screen-card-report{
  max-width:420px !important;
  width:100%;
  margin-inline:auto;
}
.testing-visual .report-card{
  max-width:420px !important;
  width:100%;
  height:auto !important;
  min-height:0 !important;
}
.testing-visual .media-card img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}
@media (max-width:900px){
  .testing-visual .screen-card-report,
  .testing-visual .report-card{
    max-width:min(100%,340px) !important;
  }
}


/* v_es_hide_and_size_fix */
.lang-tabs{gap:0;}
.lang-tabs .lang-tab:not([data-lang="en"]),
.utility-note{display:none !important;}

/* PC requested size fixes */
body.testing-validation-page .page-hero-visual .media-card{max-width:322px !important;}
body.insights-page .gm-shot-standard{width:287.5px !important;height:621px !important;}
body.read-patterns-page .gm-shot-standard{width:275px !important;height:594px !important;}

@media (max-width:1200px){
  body.testing-validation-page .page-hero-visual .media-card{max-width:296px !important;}
  body.insights-page .gm-shot-standard{width:264.5px !important;height:571px !important;}
  body.read-patterns-page .gm-shot-standard{width:253px !important;height:546px !important;}
}
@media (max-width:900px){
  body.insights-page .gm-shot-standard,
  body.read-patterns-page .gm-shot-standard{width:min(100%, 340px) !important;height:auto !important;aspect-ratio:9 / 19.5;}
  body.testing-validation-page .page-hero-visual .media-card{max-width:100% !important;}
}


/* v_followup_exact_size_fix */
body.coaching-engine-page .page-hero-visual .media-card{max-width:344px !important;}
body.home-page .testing-visual .screen-card-report{max-width:368px !important;}
body.insights-page .paired-report-card{width:275px !important;height:594px !important;}

@media (max-width:1200px){
  body.coaching-engine-page .page-hero-visual .media-card{max-width:302px !important;}
  body.home-page .testing-visual .screen-card-report{max-width:330px !important;}
  body.insights-page .paired-report-card{width:253px !important;height:546px !important;}
}
@media (max-width:900px){
  body.coaching-engine-page .page-hero-visual .media-card,
  body.home-page .testing-visual .screen-card-report,
  body.insights-page .paired-report-card{max-width:100% !important;width:min(100%,340px) !important;height:auto !important;aspect-ratio:9 / 19.5;}
}


/* page-specific sizing overrides */
body.how-it-works-page .page-hero-visual .media-card{max-width:275px !important;}
body.resources-page .gm-shot-standard,
body.understand-why-it-works-page .gm-shot-standard,
body.dataset-system-page .gm-shot-standard,
body.activity-based-control-page .gm-shot-standard{width:302.5px !important;height:653.4px !important;}
body.coaching-engine-page .page-hero-visual .media-card{max-width:275px !important;}
body.home-page .testing-visual .screen-card-report{max-width:294.4px !important;}
body.insights-page .paired-report-card{width:275px !important;height:594px !important;}

@media (max-width: 1200px){
  body.how-it-works-page .page-hero-visual .media-card{max-width:242px !important;}
  body.resources-page .gm-shot-standard,
  body.understand-why-it-works-page .gm-shot-standard,
  body.dataset-system-page .gm-shot-standard,
  body.activity-based-control-page .gm-shot-standard{width:266px !important;height:574px !important;}
  body.coaching-engine-page .page-hero-visual .media-card{max-width:242px !important;}
  body.home-page .testing-visual .screen-card-report{max-width:259px !important;}
  body.insights-page .paired-report-card{width:253px !important;height:546px !important;}
}

@media (max-width: 900px){
  body.how-it-works-page .page-hero-visual .media-card,
  body.coaching-engine-page .page-hero-visual .media-card,
  body.home-page .testing-visual .screen-card-report,
  body.resources-page .gm-shot-standard,
  body.understand-why-it-works-page .gm-shot-standard,
  body.dataset-system-page .gm-shot-standard,
  body.activity-based-control-page .gm-shot-standard,
  body.insights-page .paired-report-card{max-width:100% !important;width:min(100%,340px) !important;height:auto !important;aspect-ratio:9 / 19.5;}
}

/* supplied webviewer border */
.media-card.webviewer-card,
.gm-prof-exact-shot.webviewer-card{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 46px rgba(31,76,157,.10);
}
.media-card.webviewer-card img,
.gm-prof-exact-shot.webviewer-card img{
  display:block;
  width:100%;
}

/* webviewer request CTA */
.hero-request-cta{
  margin-top:28px;
  display:flex;
  align-items:center;
  gap:12px;
}
.hero-request-cta .btn{
  min-width:220px;
  justify-content:center;
}

/* build version badge */
.gm-build-version{
  position:fixed;
  right:14px;
  bottom:14px;
  z-index:9999;
  padding:6px 10px;
  border:1px solid rgba(31,76,157,.16);
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:#64748b;
  font-size:11px;
  font-weight:700;
  letter-spacing:.01em;
  box-shadow:0 8px 24px rgba(31,76,157,.10);
  backdrop-filter:blur(8px);
}
@media (max-width: 640px){
  .gm-build-version{
    right:10px;
    bottom:10px;
    font-size:10px;
    padding:5px 8px;
  }
}

/* legal operator note */
.legal-operator-section{
  padding-top:36px;
  padding-bottom:0;
}
.legal-operator-note{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 12px;
  border:1px solid rgba(31,76,157,.14);
  border-radius:999px;
  background:#f8fbff;
  color:#315a95;
  font-size:13px;
  font-weight:800;
}
.legal-operator-copy{
  color:var(--muted);
  max-width:760px;
}

/* footer legal owner */
.footer-legal-owner{
  color:#cfe0f5;
  font-size:13px;
  font-weight:700;
  margin-top:10px;
}

/* footer operator visible */
.footer-operator{
  display:inline-block;
  margin-top:8px;
  color:#cfe0f5;
  font-size:13px;
  font-weight:800;
}
