
:root{
  --bg:#fbfbfd; --paper:#fff; --ink:#111827; --muted:#6b7280; --line:#e5e7eb;
  --blue:#1a73e8; --red:#ea4335; --yellow:#fbbc04; --green:#34a853;
  --shadow:0 22px 70px rgba(17,24,39,.07); --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Arial,sans-serif;line-height:1.48;overflow-x:hidden;text-rendering:optimizeLegibility}
a{color:var(--blue);text-decoration:none} a:hover{text-decoration:underline}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.nav{position:sticky;top:0;z-index:50;background:rgba(251,251,253,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,231,235,.72)}
.nav-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font-weight:900;letter-spacing:-.025em}.logo:hover{text-decoration:none}
.logo-word{font-size:36px;line-height:1}.logo-word .o1{color:var(--blue)}.logo-word .o2{color:var(--red)}.logo-word .o3{color:var(--yellow)}.logo-word .o4{color:var(--green)}
.logo-dots{display:flex;gap:4px;align-items:center;margin-right:2px}.logo-dots i{width:8px;height:8px;border-radius:999px;display:block}.logo-dots .b{background:var(--blue)}.logo-dots .r{background:var(--red)}.logo-dots .y{background:var(--yellow)}.logo-dots .g{background:var(--green)}
.nav-links{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:650;color:var(--muted)}.nav-links a{color:#4b5563}.lang{border:1px solid var(--line);border-radius:999px;padding:5px 9px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:999px;border:1px solid transparent;background:#111827;color:#fff!important;font-weight:760;letter-spacing:-.01em}.btn:hover{background:#000;text-decoration:none}.btn.secondary{background:transparent;color:#111827!important;border-color:var(--line)}.btn.secondary:hover{background:#fff}
.hero{min-height:calc(100vh - 68px);display:grid;align-items:center;padding:72px 0 60px;background:radial-gradient(circle at 14% 12%,rgba(26,115,232,.08),transparent 28%),radial-gradient(circle at 86% 16%,rgba(52,168,83,.08),transparent 26%),linear-gradient(180deg,#fff 0%,#fbfbfd 100%)}
.hero-logo{font-size:clamp(86px,18vw,218px);font-weight:950;letter-spacing:-.085em;line-height:.78;margin:0 0 18px}.hero-logo .o1{color:var(--blue)}.hero-logo .o2{color:var(--red)}.hero-logo .o3{color:var(--yellow)}.hero-logo .o4{color:var(--green)}
.hero-subtitle{display:inline-flex;align-items:center;gap:10px;font-size:clamp(17px,1.8vw,24px);margin:0 0 28px;padding:9px 14px;border-radius:999px;border:1px solid rgba(17,24,39,.10);background:rgba(255,255,255,.82);box-shadow:0 10px 35px rgba(17,24,39,.06);color:#111827;font-weight:820}
.hero-subtitle::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:13px 0 0 var(--red),26px 0 0 var(--yellow),39px 0 0 var(--green);margin-right:39px}
h1{margin:0;font-size:clamp(42px,6vw,78px);line-height:1.02;letter-spacing:-.06em;max-width:980px} h2{margin:0 0 18px;font-size:clamp(32px,4.5vw,58px);line-height:1.05;letter-spacing:-.05em} h3{margin:0 0 8px;font-size:22px;letter-spacing:-.025em} p{margin:0 0 14px}
.lead{margin-top:22px;font-size:clamp(18px,2vw,24px);color:var(--muted);max-width:860px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.beta-strip{display:inline-flex;align-items:center;gap:13px;margin-top:34px;padding:10px 14px;border-radius:999px;color:#111827;font-size:14px;font-weight:680;position:relative;overflow:hidden;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,var(--blue),var(--red),var(--yellow),var(--green)) border-box;border:2px solid transparent;box-shadow:0 18px 48px rgba(17,24,39,.10)}
.beta-strip::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,115,232,.08),rgba(234,67,53,.06),rgba(251,188,4,.08),rgba(52,168,83,.08));pointer-events:none}.beta-strip span{position:relative;z-index:1}.beta-count{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--blue),#111827);color:#fff;font-weight:900;box-shadow:0 8px 20px rgba(26,115,232,.22)}.beta-text-strong{font-weight:850}
.section{padding:96px 0}.white{background:#fff}.muted{color:var(--muted)}.small{font-size:13px}.editorial{font-size:clamp(28px,4vw,52px);line-height:1.1;letter-spacing:-.05em;max-width:970px}
.manifesto{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.letter-rail{display:grid}.letter-row{min-height:76vh;display:grid;grid-template-columns:minmax(130px,.54fr) minmax(0,1fr);gap:60px;align-items:center;border-bottom:1px solid rgba(229,231,235,.78)}.letter-row:last-child{border-bottom:0}
.big-letter{position:sticky;top:88px;font-size:clamp(130px,22vw,310px);line-height:.75;font-weight:950;letter-spacing:-.12em;opacity:.13;user-select:none}.big-letter.j,.big-letter.b{color:#111827;opacity:.10}.big-letter.o1{color:var(--blue)}.big-letter.o2{color:var(--red)}.big-letter.o3{color:var(--yellow)}.big-letter.o4{color:var(--green)}
.letter-copy{max-width:720px}.letter-copy .label{display:block;margin-bottom:10px;color:#111827;font-size:14px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.letter-copy h2{font-size:clamp(34px,5vw,72px)}.letter-copy p{font-size:clamp(18px,2vw,24px);color:#4b5563;max-width:670px}.letter-copy p strong{color:#111827}.anti-note{margin-top:20px;padding:18px 0 0;border-top:1px solid var(--line);color:#6b7280;font-size:17px;line-height:1.55}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.card p{color:var(--muted)}
.principle-detail{margin-top:58px;padding-top:48px;border-top:1px solid var(--line)}
.principle-detail h2{max-width:980px;font-size:44px;letter-spacing:-.04em}
.principle-detail .lead{max-width:920px}
.principle-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:34px}
.principle-columns h3{font-size:20px}
.principle-list{margin:14px 0 0;padding-left:20px;color:#4b5563}
.principle-list li{margin:0 0 11px}
.principle-closing{margin-top:24px;font-size:20px}
.report-teaser{display:grid;grid-template-columns:.95fr 1.05fr;gap:26px;align-items:center}.report-mini{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);padding:24px}.report-mini-header{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px;font-weight:700;margin-bottom:20px}.report-mini-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.report-mini-kpi{border:1px solid var(--line);border-radius:18px;padding:14px;background:#fbfbfd}.report-mini-kpi strong{display:block;font-size:26px;letter-spacing:-.04em}.report-mini-list{display:grid;gap:10px;margin-top:16px}.report-mini-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:13px 14px;border:1px solid var(--line);border-radius:16px}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:46px;padding:5px 8px;border-radius:999px;background:#eef4ff;color:#1a73e8;font-size:12px;font-weight:850}.badge.warn{background:#fff7db;color:#a16207}.badge.out{background:#fef2f2;color:#b42318}
.footer{padding:34px 0;background:#fff;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.report-page{background:#fbfbfd}.report-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:28px;align-items:start}.sidebar{position:sticky;top:92px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:var(--shadow)}.sidebar-title{font-size:12px;color:var(--muted);font-weight:850;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.sidebar a{display:block;padding:11px 12px;border-radius:14px;color:#374151;font-size:14px;font-weight:700}.sidebar a:hover{background:#f3f4f6;text-decoration:none;color:#111827}.report-main{display:grid;gap:18px}.report-panel{background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:var(--shadow)}.report-header h1{font-size:clamp(40px,5.4vw,74px);letter-spacing:-.07em}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.kpi{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px}.kpi span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;font-weight:850;letter-spacing:.06em}.kpi strong{display:block;font-size:34px;letter-spacing:-.06em;margin-top:8px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pill-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:13px;font-weight:750}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:980px}th{text-align:left;color:var(--muted);text-transform:uppercase;font-size:12px;letter-spacing:.05em;border-bottom:1px solid var(--line);padding:12px 8px}td{border-bottom:1px solid var(--line);padding:15px 8px;vertical-align:top;font-size:14px}.role{font-weight:850;color:#111827}.company{color:var(--muted);font-size:13px;margin-top:2px}.decision{font-weight:800}.ok{color:#166534}.verify{color:#a16207}.bar-list{display:grid;gap:12px}.bar-row{display:grid;grid-template-columns:170px 1fr 44px;gap:12px;align-items:center;font-size:14px}.bar{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}.bar span{display:block;height:100%;border-radius:999px;background:#1a73e8}.notice{padding:18px 20px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;border-radius:20px;font-weight:650}
@media(max-width:980px){.letter-row,.report-teaser,.report-layout,.two-col,.principle-columns{grid-template-columns:1fr}.big-letter{position:static;font-size:clamp(120px,35vw,220px)}.sidebar{position:static}.card-grid,.kpis{grid-template-columns:1fr}.nav-links{display:none}}
@media(max-width:680px){.container{width:min(100% - 24px,1160px)}.hero-logo{font-size:clamp(76px,25vw,130px)}.section{padding:70px 0}.letter-row{min-height:auto;padding:70px 0;gap:12px}.letter-copy h2{font-size:38px}.report-mini-kpis{grid-template-columns:1fr}.hero-subtitle::before{box-shadow:11px 0 0 var(--red),22px 0 0 var(--yellow),33px 0 0 var(--green);margin-right:33px}}

/* V18.9.17 - private beta request questionnaire */
.beta-request-form{display:grid;gap:18px}
.beta-request-form label{display:grid;gap:8px;color:#111827;font-weight:780}
.beta-request-form input,
.beta-request-form select,
.beta-request-form textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:14px;
  padding:13px 14px;
  background:#fff;
  color:#111827;
  font:inherit;
  font-weight:560;
}
.beta-request-form textarea{min-height:118px;resize:vertical;line-height:1.45}
.beta-request-form .check{display:flex;align-items:flex-start;gap:10px;font-weight:650;line-height:1.45}
.beta-request-form .check input{width:auto;margin-top:4px;flex:0 0 auto}
.event-page{
  background:#fbfbfd;
}
.event-shell{
  min-height:calc(100vh - 68px);
  padding:74px 0 82px;
}
.event-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
  gap:34px;
  align-items:center;
}
.event-panel{
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  padding:28px;
  box-shadow:var(--shadow);
}
.event-panel h2{
  font-size:28px;
  letter-spacing:-.03em;
}
.event-list{
  display:grid;
  gap:12px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}
.event-list li{
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:16px;
  color:#374151;
  font-weight:700;
  background:#fbfbfd;
}
.event-ethical-note{
  margin-top:26px;
  padding:18px 20px;
  border:1px solid #bfdbfe;
  border-radius:18px;
  background:#eff6ff;
  color:#1e3a8a;
  font-weight:700;
}
.event-small{
  margin-top:18px;
  color:#6b7280;
  font-size:14px;
}
.event-footer{
  padding:24px 0;
}

@media(max-width:980px){
  .event-hero{
    grid-template-columns:1fr;
  }
}

/* V18.9.17 - dry beta landing test for Google Ads */
.beta-ad-page{
  background:#fbfbfd;
  color:#111827;
}
.beta-ad-hero{
  min-height:calc(100vh - 68px);
  display:flex;
  align-items:center;
  padding:52px 0 34px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.beta-ad-hero-inner{
  text-align:center;
}
.beta-ad-kicker{
  margin:0 0 12px;
  color:#4b5563;
  font-size:14px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.letter-o1{color:var(--blue)}
.letter-o2{color:var(--red)}
.letter-o3{color:var(--yellow)}
.letter-o4{color:var(--green)}
.beta-ad-page .hero-brand{
  --hero-logo-size:clamp(72px,9vw,132px);
  --badge-left:calc(var(--hero-logo-size) * .28);
  --badge-width:min(calc(var(--hero-logo-size) * 2.55), calc(100vw - 56px));
  margin:0 auto 30px !important;
}
.beta-ad-hero h1{
  max-width:900px;
  margin:0 auto;
  font-size:56px;
  line-height:1.02;
  letter-spacing:0;
}
.beta-ad-lead{
  max-width:820px;
  margin:20px auto 0;
  color:#4b5563;
  font-size:22px;
  line-height:1.45;
}
.beta-ad-negative-strip{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:24px auto 0;
}
.beta-ad-negative-strip span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid #d1d5db;
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:14px;
  font-weight:800;
}
.beta-free-hero{
  max-width:760px;
  margin:24px auto 0;
  padding:16px 18px;
  border:1px solid #111827;
  border-radius:8px;
  background:#fff;
  color:#111827;
  font-size:20px;
  font-weight:900;
  line-height:1.35;
}
.beta-ad-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.beta-ad-microcopy{
  max-width:720px;
  margin:16px auto 0;
  color:#6b7280;
  font-size:15px;
}
.beta-ad-preview{
  display:block;
  width:min(760px,100%);
  height:auto;
  margin:28px auto 0;
  border:1px solid #e5e7eb;
  border-radius:8px;
  box-shadow:0 16px 50px rgba(17,24,39,.08);
}
.beta-ad-section{
  padding:78px 0;
  border-bottom:1px solid var(--line);
}
.beta-ad-section-heading{
  max-width:880px;
  margin-bottom:34px;
}
.beta-ad-section-heading.compact{
  max-width:760px;
}
.beta-ad-section-heading h2,
.beta-ad-final h2{
  margin:0;
  font-size:40px;
  line-height:1.08;
  letter-spacing:0;
}
.beta-ad-section-heading p:not(.beta-ad-kicker){
  margin-top:16px;
  color:#4b5563;
  font-size:19px;
}
.beta-letter-section{
  background:#fbfbfd;
}
.beta-letter-list{
  display:grid;
  gap:10px;
}
.beta-letter-row{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  gap:20px;
  align-items:start;
  padding:20px 0;
  border-top:1px solid var(--line);
}
.beta-letter-row:last-child{
  border-bottom:1px solid var(--line);
}
.beta-letter-row strong{
  display:block;
  font-size:64px;
  line-height:.9;
  font-weight:950;
  letter-spacing:0;
}
.beta-letter-row h3{
  margin:0 0 6px;
  font-size:22px;
  letter-spacing:0;
}
.beta-letter-row p{
  max-width:820px;
  margin:0;
  color:#4b5563;
  font-size:18px;
}
.letter-j,.letter-b{color:#111827}
.beta-output-section{
  background:#fff;
}
.beta-output-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:42px;
  align-items:start;
}
.beta-output-list{
  display:grid;
  gap:12px;
}
.beta-output-list div{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  column-gap:16px;
  row-gap:4px;
  padding:18px 0;
  border-top:1px solid var(--line);
}
.beta-output-list div:last-child{
  border-bottom:1px solid var(--line);
}
.beta-output-list span{
  grid-row:1 / span 2;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#059669;
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.beta-output-list strong{
  font-size:19px;
}
.beta-output-list p{
  margin:0;
  color:#4b5563;
}
.beta-process-section{
  background:#fbfbfd;
}
.beta-process-list{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:beta-process;
}
.beta-process-list li{
  counter-increment:beta-process;
  display:grid;
  grid-template-columns:64px minmax(0,.42fr) minmax(0,.58fr);
  gap:18px;
  align-items:start;
  padding:20px 0;
  border-top:1px solid var(--line);
}
.beta-process-list li:last-child{
  border-bottom:1px solid var(--line);
}
.beta-process-list li::before{
  content:counter(beta-process, decimal-leading-zero);
  color:#6b7280;
  font-weight:900;
}
.beta-process-list strong{
  font-size:18px;
}
.beta-process-list span{
  color:#4b5563;
}
.beta-ad-privacy-note{
  margin-top:26px;
  padding:16px 0 0;
  border-top:4px solid #111827;
  color:#374151;
  font-size:17px;
}
.beta-ad-important-note{
  margin-top:28px;
  padding:20px 0 0;
  border-top:1px solid var(--line);
  color:#374151;
}
.beta-ad-important-note h3{
  margin:0 0 10px;
  color:#111827;
  font-size:22px;
  letter-spacing:0;
}
.beta-ad-important-note p{
  max-width:820px;
  margin:8px 0 0;
  font-size:17px;
}
.beta-ad-final{
  padding:74px 0;
  background:#111827;
  color:#fff;
}
.beta-ad-final-inner{
  display:grid;
  gap:18px;
  justify-items:start;
}
.beta-ad-final p{
  max-width:740px;
  margin:0;
  color:#d1d5db;
  font-size:20px;
}
.beta-ad-final .btn{
  background:#fff;
  color:#111827!important;
}
.beta-ad-final .btn:hover{
  background:#f3f4f6;
}
@media(max-width:980px){
  .beta-ad-hero h1{font-size:42px}
  .beta-output-grid{grid-template-columns:1fr}
  .beta-process-list li{grid-template-columns:54px minmax(0,1fr)}
  .beta-process-list span{grid-column:2}
}
@media(max-width:680px){
  .beta-ad-hero{
    min-height:auto;
    padding:34px 0 28px;
  }
  .beta-ad-kicker{font-size:12px}
  .beta-ad-hero h1{font-size:31px}
  .beta-ad-lead{
    margin-top:14px;
    font-size:17px;
  }
  .beta-ad-negative-strip{margin-top:18px}
  .beta-free-hero{
    margin-top:18px;
    padding:13px 14px;
    font-size:18px;
  }
  .beta-ad-actions{margin-top:20px}
  .beta-ad-section{padding:58px 0}
  .beta-ad-section-heading h2,
  .beta-ad-final h2{font-size:31px}
  .beta-letter-row{
    grid-template-columns:52px minmax(0,1fr);
    gap:14px;
  }
  .beta-letter-row strong{font-size:46px}
  .beta-output-list div{grid-template-columns:42px minmax(0,1fr)}
  .beta-process-list li{
    grid-template-columns:1fr;
    gap:8px;
  }
  .beta-process-list span{grid-column:auto}
}


/* =========================
   V8 refinement: less-is-more, hero rhythm, beta badge, scroll storytelling
   ========================= */
.hero{
  min-height:calc(100vh - 68px);
  padding:92px 0 74px;
}
.hero-logo{
  line-height:.92;
  margin:0 0 34px;
  letter-spacing:-.09em;
}
.hero-subtitle{
  margin:0 0 34px;
  padding:10px 16px;
  transform:none;
  border-color:rgba(17,24,39,.08);
  box-shadow:0 12px 38px rgba(17,24,39,.055);
}
.lead{max-width:790px;}
.hero-actions{margin-top:26px;}
.beta-strip{
  margin-top:28px;
  margin-bottom:6px;
  padding:14px 18px;
  max-width:max-content;
  font-size:15px;
  border-radius:999px;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(90deg,var(--blue),var(--red),var(--yellow),var(--green)) border-box;
  border:2px solid transparent;
  box-shadow:0 20px 55px rgba(17,24,39,.10);
}
.beta-count{
  width:40px;
  height:40px;
  font-size:15px;
}
.beta-copy strong{font-weight:900;color:#111827;}

/* Replace stacked manifesto with one-letter-at-a-time story */
.manifesto{display:none!important;}
.scroll-story{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.story-intro{
  padding:92px 0 10px;
}
.story-intro .eyebrow2{
  color:#6b7280;
  font-size:13px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:14px;
}
.story-intro h2{
  max-width:920px;
}
.story-grid{
  display:grid;
  grid-template-columns:minmax(220px,.62fr) minmax(0,1fr);
  gap:76px;
  align-items:start;
  padding-bottom:72px;
}
.story-stage{
  position:sticky;
  top:96px;
  height:calc(100vh - 120px);
  display:flex;
  align-items:center;
  justify-content:center;
}
.story-stage-inner{
  position:relative;
  width:100%;
  min-height:360px;
  display:grid;
  place-items:center;
}
.story-letter{
  font-size:clamp(160px,22vw,330px);
  line-height:.75;
  font-weight:950;
  letter-spacing:-.12em;
  opacity:.14;
  transform:scale(.94) translateY(10px);
  transition:color .55s ease, opacity .55s ease, transform .7s cubic-bezier(.22,1,.36,1);
  user-select:none;
}
.story-letter.is-active{
  opacity:.19;
  transform:scale(1) translateY(0);
}
.story-letter.j,.story-letter.b{color:#111827;opacity:.10;}
.story-letter.o1{color:var(--blue)}
.story-letter.o2{color:var(--red)}
.story-letter.o3{color:var(--yellow)}
.story-letter.o4{color:var(--green)}
.story-progress{
  position:absolute;
  bottom:22px;
  left:50%;
  transform:translateX(-50%);
  color:#9ca3af;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
}
.story-steps{display:grid;}
.story-step{
  min-height:78vh;
  display:flex;
  align-items:center;
  opacity:.24;
  transform:translateY(24px);
  transition:opacity .55s ease, transform .7s cubic-bezier(.22,1,.36,1);
  border-bottom:1px solid rgba(229,231,235,.72);
}
.story-step:last-child{border-bottom:0;}
.story-step.active{
  opacity:1;
  transform:translateY(0);
}
.story-step-inner{max-width:720px;}
.mobile-letter{display:none;}
.story-step .label{
  display:block;
  margin-bottom:12px;
  color:#111827;
  font-size:13px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.story-step h2{
  margin:0 0 18px;
  font-size:clamp(36px,5vw,76px);
  line-height:1.03;
  letter-spacing:-.06em;
}
.story-step p{
  font-size:clamp(18px,2vw,24px);
  color:#4b5563;
  max-width:660px;
}
.story-step p strong{color:#111827;}
.story-note{
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid var(--line);
  color:#6b7280;
  font-size:17px!important;
  line-height:1.55;
}
.story-dotline{
  margin-top:22px;
  display:flex;
  gap:6px;
}
.story-dotline i{width:8px;height:8px;border-radius:50%;display:block;opacity:.95;}

@media(max-width:980px){
  .hero{padding:70px 0 56px;}
  .hero-logo{margin-bottom:24px;}
  .hero-subtitle{margin-bottom:28px;}
  .beta-strip{max-width:100%;align-items:flex-start;border-radius:22px;}
  .story-intro{padding:74px 0 20px;}
  .story-grid{display:block;padding-bottom:40px;}
  .story-stage{display:none;}
  .story-step{
    min-height:auto;
    opacity:1;
    transform:none;
    padding:58px 0;
  }
  .mobile-letter{
    display:block;
    font-size:clamp(82px,28vw,150px);
    line-height:.8;
    font-weight:950;
    letter-spacing:-.12em;
    opacity:.15;
    margin-bottom:14px;
  }
  .mobile-letter.j,.mobile-letter.b{color:#111827;opacity:.10;}
  .mobile-letter.o1{color:var(--blue)}
  .mobile-letter.o2{color:var(--red)}
  .mobile-letter.o3{color:var(--yellow)}
  .mobile-letter.o4{color:var(--green)}
}
@media(max-width:680px){
  .hero{min-height:auto;padding:54px 0 44px;}
  .hero-logo{font-size:clamp(78px,24vw,132px);margin-bottom:24px;}
  .hero-subtitle{font-size:15px;margin-bottom:26px;}
  .principle-detail h2{font-size:34px;}
  .hero-subtitle::before{box-shadow:11px 0 0 var(--red),22px 0 0 var(--yellow),33px 0 0 var(--green);margin-right:33px;}
  .hero-actions{display:grid;grid-template-columns:1fr;}
  .hero-actions .btn{width:100%;}
  .beta-strip{font-size:14px;line-height:1.35;padding:13px 15px;}
  .beta-count{flex:0 0 38px;width:38px;height:38px;}
}

/* ==========================================================
   Previous report onboarding base
   - Turns the public example report into a fast reading guide.
   - Keeps the current beta delivery honest: one PDF today, dashboard value preserved.
   ========================================================== */
.report-guide-page .report-header h1{
  max-width:900px;
}
.report-guide-page .report-panel{
  scroll-margin-top:94px;
}
.section-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin:0 0 12px;
  padding:7px 11px;
  border:1px solid rgba(17,24,39,.10);
  border-radius:999px;
  background:#f8fafc;
  color:#374151;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.quick-read-panel{
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,var(--blue),var(--red),var(--yellow),var(--green)) border-box;
  border:2px solid transparent;
}
.quick-read-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.quick-step{
  min-height:100%;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fbfbfd;
}
.quick-step > span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#111827;
  color:#fff;
  font-weight:900;
  font-size:14px;
}
.quick-step strong{
  display:block;
  margin-bottom:4px;
}
.quick-step p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.guide-split{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(300px,1.05fr);
  gap:24px;
  align-items:center;
}
.report-preview{
  border:1px solid var(--line);
  border-radius:26px;
  padding:22px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  box-shadow:0 18px 48px rgba(17,24,39,.08);
}
.report-preview-top,
.sample-job-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}
.score-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}
.score-pair > div{
  padding:15px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.score-pair span{
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.score-pair strong{
  display:block;
  margin-top:5px;
  font-size:34px;
  line-height:1;
  letter-spacing:-.03em;
}
.score-pair.compact{
  min-width:260px;
  margin-top:0;
}
.source-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:14px;
  padding:12px 14px;
  border-radius:16px;
  background:#eef4ff;
  color:#1f4f9a;
  font-size:13px;
  font-weight:800;
}
.mini-cta{
  flex:0 0 auto;
  color:#1a73e8;
  font-weight:900;
}
.guide-grid{
  display:grid;
  gap:16px;
  margin-top:20px;
}
.guide-grid.two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.guide-grid.three{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.guide-card{
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
  background:#fff;
}
.guide-card p:last-child,
.guide-card .compact-list:last-child{
  margin-bottom:0;
}
.guide-card.accent-blue{
  border-color:rgba(26,115,232,.22);
  background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);
}
.guide-card.accent-green{
  border-color:rgba(52,168,83,.24);
  background:linear-gradient(180deg,#f6fff9 0%,#fff 100%);
}
.guide-card.accent-yellow{
  border-color:rgba(251,188,4,.32);
  background:linear-gradient(180deg,#fffaf0 0%,#fff 100%);
}
.guide-card.line-only{
  margin:18px 0 14px;
  border-left:5px solid var(--blue);
}
.compact-list{
  margin:10px 0 0;
  padding-left:19px;
  color:#4b5563;
}
.compact-list li{
  margin:0 0 9px;
}
.compact-list.ordered{
  padding-left:22px;
}
.notice.subtle{
  margin-top:18px;
  border-color:#dbeafe;
  background:#eff6ff;
  color:#1e3a8a;
}
.source-example{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr)) auto;
  gap:12px;
  align-items:center;
  margin-top:20px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fbfbfd;
}
.source-example > div{
  color:#4b5563;
  font-size:14px;
}
.sample-job-card{
  margin-top:18px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fbfbfd;
}
.sample-job-card h3{
  margin-top:10px;
}
.guide-checklist{
  display:grid;
  gap:10px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
  counter-reset:guide-check;
}
.guide-checklist li{
  counter-increment:guide-check;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  align-items:flex-start;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.guide-checklist li::before{
  content:counter(guide-check);
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#111827;
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.faq-list{
  display:grid;
  gap:10px;
  margin-top:20px;
}
.faq-list details{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
}
.faq-list summary{
  cursor:pointer;
  padding:17px 18px;
  font-weight:850;
}
.faq-list details[open] summary{
  border-bottom:1px solid var(--line);
  background:#fbfbfd;
}
.faq-list p{
  margin:0;
  padding:16px 18px 18px;
  color:var(--muted);
}
.guide-cta{
  text-align:left;
  background:linear-gradient(135deg,#111827 0%,#1f2937 100%);
  color:#fff;
}
.guide-cta p{
  color:#d1d5db;
  font-size:20px;
}
.guide-cta .btn{
  margin-top:10px;
  background:#fff;
  color:#111827!important;
}

@media(max-width:1100px){
  .quick-read-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .quick-step:last-child{
    grid-column:1 / -1;
  }
  .source-example{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:980px){
  .report-guide-page .sidebar{
    order:2;
    grid-row:2;
  }
  .report-guide-page .report-main{
    order:1;
    grid-row:1;
  }
  .guide-split,
  .guide-grid.two,
  .source-example{
    grid-template-columns:1fr;
  }
  .score-pair.compact{
    min-width:0;
    width:100%;
  }
}
@media(max-width:680px){
  .report-guide-page .report-panel{
    padding:22px;
    border-radius:24px;
  }
  .report-guide-page h2{
    font-size:31px;
  }
  .quick-read-grid{
    grid-template-columns:1fr;
  }
  .quick-step:last-child{
    grid-column:auto;
  }
  .report-preview-top,
  .sample-job-head,
  .source-strip{
    display:grid;
    grid-template-columns:1fr;
  }
  .score-pair{
    grid-template-columns:1fr;
  }
}


/* ==========================================================
   V9 FIXED FROM V8
   - Do not remove V8 structure.
   - Keep big joooob hero logo.
   - Keep Career Intelligence visible.
   - Align badge without covering J.
   - Beta badge moved higher / stronger.
   - JOOOOB section: six distinct scenes, colored by letter.
   ========================================================== */

.hero-logo{
  margin-bottom:18px !important;
  display:block !important;
}

.hero-subtitle,
.tagline-brand{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  margin-top:6px !important;
  margin-bottom:24px !important;
  margin-left:0 !important;
  transform:translateX(18px) !important;
  padding:10px 18px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(17,24,39,.10) !important;
  box-shadow:0 14px 40px rgba(17,24,39,.08) !important;
  font-weight:850 !important;
  color:#111827 !important;
  width:fit-content !important;
  max-width:100% !important;
}

.hero-subtitle::before,
.tagline-brand::before{
  content:"" !important;
  display:inline-block !important;
  width:8px !important;
  height:8px !important;
  border-radius:50% !important;
  background:#1a73e8 !important;
  box-shadow:13px 0 0 #ea4335,26px 0 0 #fbbc04,39px 0 0 #34a853 !important;
  margin-right:39px !important;
  flex:0 0 auto !important;
}

.beta-strip,
.beta-card{
  margin-top:20px !important;
  margin-bottom:24px !important;
}

.beta-strip{
  display:inline-flex !important;
  align-items:center !important;
  gap:14px !important;
  padding:14px 20px !important;
  border-radius:999px !important;
  border:2px solid transparent !important;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(90deg,#1a73e8,#ea4335,#fbbc04,#34a853) border-box !important;
  box-shadow:0 18px 50px rgba(17,24,39,.10) !important;
  font-size:16px !important;
  font-weight:760 !important;
}

.beta-count{
  display:inline-grid !important;
  place-items:center !important;
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  background:linear-gradient(135deg,#1a73e8,#111827) !important;
  color:#fff !important;
  font-weight:950 !important;
}

/* Six distinct JOOOOB scenes */
.manifesto,
.story{
  background:#fff !important;
}

.letter-row,
.panel{
  min-height:92vh !important;
  display:grid !important;
  grid-template-columns:minmax(240px,.46fr) minmax(0,1fr) !important;
  gap:72px !important;
  align-items:center !important;
  padding:48px 0 !important;
  border-bottom:1px solid rgba(229,231,235,.85) !important;
}

.letter-row:last-child,
.panel:last-child{
  border-bottom:0 !important;
}

.big-letter,
.letter{
  position:relative !important;
  top:auto !important;
  font-size:clamp(170px,24vw,360px) !important;
  line-height:.72 !important;
  font-weight:950 !important;
  opacity:.18 !important;
  letter-spacing:-.12em !important;
  transform:none !important;
}

.big-letter.j,
.letter.navy{
  color:#111827 !important;
}

.big-letter.o1,
.letter.blue{
  color:#1a73e8 !important;
}

.big-letter.o2,
.letter.red{
  color:#ea4335 !important;
}

.big-letter.o3,
.letter.yellow{
  color:#fbbc04 !important;
}

.big-letter.o4,
.letter.green{
  color:#34a853 !important;
}

.big-letter.b{
  color:#111827 !important;
}

.letter-copy,
.copy{
  max-width:720px !important;
}

.letter-copy .label,
.copy small{
  display:block !important;
  color:#111827 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  font-size:13px !important;
  font-weight:850 !important;
  margin-bottom:12px !important;
}

.letter-copy h2,
.copy h2{
  font-size:clamp(42px,5vw,76px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  margin:0 0 18px !important;
}

.letter-copy p,
.copy p{
  font-size:clamp(20px,2.2vw,30px) !important;
  line-height:1.35 !important;
  color:#4b5563 !important;
  max-width:760px !important;
}

@media(max-width:900px){
  .hero-subtitle,
  .tagline-brand{
    transform:none !important;
    margin-top:12px !important;
    margin-bottom:22px !important;
    font-size:15px !important;
  }

  .letter-row,
  .panel{
    min-height:auto !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    padding:72px 0 !important;
  }

  .big-letter,
  .letter{
    font-size:clamp(140px,42vw,230px) !important;
    opacity:.16 !important;
  }

  .beta-strip{
    border-radius:24px !important;
    align-items:flex-start !important;
    white-space:normal !important;
  }
}



/* V10 MICROREFINEMENT - optimized joooob logo lockup */
:root{
  --joooob-navy:#0b1628;
  --joooob-blue:#1a73e8;
  --joooob-red:#ea4335;
  --joooob-yellow:#fbbc04;
  --joooob-green:#34a853;
}
.hero-logo{
  display:block !important;
  margin-bottom:0 !important;
  line-height:.78 !important;
  overflow:visible !important;
}
.hero-subtitle,
.tagline-brand{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  margin-left:clamp(92px, 8.9vw, 150px) !important;
  margin-top:clamp(-8px, -0.55vw, -3px) !important;
  margin-bottom:30px !important;
  padding:7px 14px !important;
  min-height:32px !important;
  max-width:min(520px, calc(100vw - 56px)) !important;
  width:clamp(306px, 40vw, 504px) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(17,24,39,.12) !important;
  box-shadow:0 12px 34px rgba(17,24,39,.065) !important;
  color:#0b1628 !important;
  font-weight:850 !important;
  font-size:17px !important;
  letter-spacing:-.015em !important;
  line-height:1 !important;
  white-space:nowrap !important;
  transform:none !important;
}
.hero-subtitle::before,
.tagline-brand::before{
  content:"" !important;
  display:inline-block !important;
  width:8px !important;
  height:8px !important;
  border-radius:50% !important;
  background:var(--joooob-blue) !important;
  box-shadow:
    13px 0 0 var(--joooob-red),
    26px 0 0 var(--joooob-yellow),
    39px 0 0 var(--joooob-green) !important;
  margin-right:41px !important;
  flex:0 0 auto !important;
}
@media(max-width:900px){
  .hero-subtitle,
  .tagline-brand{
    margin-left:0 !important;
    margin-top:12px !important;
    margin-bottom:24px !important;
    width:auto !important;
    max-width:100% !important;
    padding:7px 12px !important;
    font-size:14px !important;
  }
  .hero-subtitle::before,
  .tagline-brand::before{
    width:7px !important;
    height:7px !important;
    box-shadow:
      11px 0 0 var(--joooob-red),
      22px 0 0 var(--joooob-yellow),
      33px 0 0 var(--joooob-green) !important;
    margin-right:35px !important;
  }
}

/* V13.1 LOGO REDEFINED - badge aligned under OOOO, clear of J and B */
.hero-content{
  max-width:980px;
}

.hero-brand{
  --hero-logo-size:clamp(88px, 17.2vw, 214px);
  --badge-left:calc(var(--hero-logo-size) * .30);
  --badge-width:calc(var(--hero-logo-size) * 2.20);
  display:inline-grid !important;
  grid-template-columns:max-content !important;
  justify-items:start !important;
  width:max-content !important;
  max-width:100% !important;
  margin:0 0 30px !important;
  overflow:visible !important;
}

.hero-brand .hero-logo{
  display:block !important;
  width:max-content !important;
  max-width:100% !important;
  margin:0 !important;
  overflow:visible !important;
  white-space:nowrap !important;
  font-size:var(--hero-logo-size) !important;
  line-height:.79 !important;
  letter-spacing:-.045em !important;
}

.hero-brand .hero-subtitle{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  width:var(--badge-width) !important;
  min-width:0 !important;
  max-width:calc(100vw - 40px) !important;
  margin-left:var(--badge-left) !important;
  margin-top:clamp(10px, calc((var(--hero-logo-size) * .018) + 7px), 13px) !important;
  margin-bottom:0 !important;
  padding:6px 14px !important;
  min-height:30px !important;
  border-radius:999px !important;
  border:1px solid rgba(17,24,39,.13) !important;
  background:rgba(255,255,255,.96) !important;
  box-shadow:0 10px 28px rgba(17,24,39,.055) !important;
  color:#0b1628 !important;
  font-size:clamp(12px, calc(var(--hero-logo-size) * .073), 16px) !important;
  font-weight:850 !important;
  letter-spacing:0 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  transform:none !important;
}

.hero-brand .hero-subtitle::before{
  content:"" !important;
  display:inline-block !important;
  width:8px !important;
  height:8px !important;
  border-radius:50% !important;
  background:var(--joooob-blue) !important;
  box-shadow:
    13px 0 0 var(--joooob-red),
    26px 0 0 var(--joooob-yellow),
    39px 0 0 var(--joooob-green) !important;
  margin-right:41px !important;
  flex:0 0 auto !important;
}

@media(max-width:900px){
  .hero-brand{
    --hero-logo-size:clamp(78px, 24vw, 132px);
    --badge-left:calc(var(--hero-logo-size) * .24);
    --badge-width:min(calc(var(--hero-logo-size) * 2.70), calc(100vw - 32px));
    margin-bottom:26px !important;
  }

  .hero-brand .hero-subtitle{
    margin-top:12px !important;
    padding:6px 11px !important;
    min-height:29px !important;
    font-size:12px !important;
  }

  .hero-brand .hero-subtitle::before{
    width:7px !important;
    height:7px !important;
    box-shadow:
      11px 0 0 var(--joooob-red),
      22px 0 0 var(--joooob-yellow),
      33px 0 0 var(--joooob-green) !important;
    margin-right:35px !important;
  }
}

/* V13.1 STATIC METHOD - no scroll animation, letter beside each explanation */
.scroll-story{
  overflow:visible !important;
}

.method-intro{
  padding:92px 0 28px;
}

.method-intro .eyebrow2{
  color:#6b7280;
  font-size:13px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:14px;
}

.method-intro h2{
  max-width:900px;
}

.method-intro p{
  max-width:740px;
  color:#4b5563;
  font-size:20px;
}

.method-list{
  display:grid;
  padding:18px 0 88px;
}

.method-row{
  display:grid;
  grid-template-columns:minmax(96px, .24fr) minmax(0, 1fr);
  gap:34px;
  align-items:center;
  padding:34px 0;
  border-top:1px solid rgba(229,231,235,.9);
}

.method-row:last-child{
  border-bottom:1px solid rgba(229,231,235,.9);
}

.method-letter{
  font-size:clamp(84px, 10vw, 148px);
  line-height:.8;
  font-weight:950;
  letter-spacing:0;
  user-select:none;
}

.method-letter.j,
.method-letter.b{
  color:var(--joooob-navy);
}

.method-letter.o1{color:var(--joooob-blue)}
.method-letter.o2{color:var(--joooob-red)}
.method-letter.o3{color:var(--joooob-yellow)}
.method-letter.o4{color:var(--joooob-green)}

.method-copy{
  max-width:760px;
}

.method-copy span{
  display:block;
  margin-bottom:8px;
  color:#111827;
  font-size:13px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.method-copy h2{
  margin:0 0 12px;
  font-size:clamp(30px, 3.8vw, 56px);
  line-height:1.04;
  letter-spacing:-.04em;
}

.method-copy p{
  max-width:720px;
  color:#4b5563;
  font-size:clamp(17px, 1.7vw, 22px);
  line-height:1.5;
}

.method-copy p strong{
  color:#111827;
}

.method-note{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:#6b7280 !important;
  font-size:17px !important;
}

@media(max-width:680px){
  .method-intro{
    padding:70px 0 20px;
  }

  .method-row{
    grid-template-columns:64px minmax(0, 1fr);
    gap:18px;
    align-items:start;
    padding:28px 0;
  }

  .method-letter{
    font-size:64px;
  }

  .method-copy h2{
    font-size:29px;
  }

  .method-copy p{
    font-size:16px;
  }
}

/* V13.1 PRIVACY OPERATIONS - public pages for beta data handling */
.truth-note{
  padding:28px;
  border:1px solid var(--line);
  border-left:6px solid var(--joooob-blue);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow);
}

.truth-note p{
  max-width:900px;
  margin:0;
  color:#4b5563;
  font-size:20px;
  line-height:1.55;
}

.policy-page .card{
  margin-top:18px;
  box-shadow:none;
  border-radius:8px;
}

.policy-page .card h2,
.policy-page .card h3{
  margin-bottom:10px;
}

.policy-page .lead{
  max-width:900px;
}

.footer strong{
  color:#111827;
}

.footer-links{
  max-width:760px;
  text-align:right;
  line-height:1.7;
}

@media(max-width:680px){
  .truth-note{
    padding:22px;
  }

  .truth-note p{
    font-size:17px;
  }

  .footer-links{
    text-align:left;
  }
}

/* V13.1 MOBILE HARDENING - keep hero, badge and CTAs inside phone viewports */
@media(max-width:680px){
  .container{
    width:min(100% - 24px, 1160px) !important;
  }

  .hero{
    padding:48px 0 44px !important;
    overflow:hidden !important;
  }

  .hero-content{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  .hero-brand{
    --hero-logo-size:clamp(62px, 19vw, 78px);
    --badge-left:calc(var(--hero-logo-size) * .34);
    --badge-width:min(calc(var(--hero-logo-size) * 2.72), calc(100vw - 96px));
    width:100% !important;
    max-width:100% !important;
    margin-bottom:24px !important;
  }

  .hero-brand .hero-logo{
    max-width:100% !important;
    font-size:var(--hero-logo-size) !important;
    line-height:.8 !important;
  }

  .hero-brand .hero-subtitle{
    width:var(--badge-width) !important;
    max-width:calc(100vw - 96px) !important;
    min-height:25px !important;
    margin-top:12px !important;
    padding:5px 10px !important;
    font-size:11px !important;
    line-height:1 !important;
  }

  .hero-brand .hero-subtitle::before{
    width:6px !important;
    height:6px !important;
    box-shadow:
      10px 0 0 var(--joooob-red),
      20px 0 0 var(--joooob-yellow),
      30px 0 0 var(--joooob-green) !important;
    margin-right:31px !important;
  }

  h1{
    max-width:100% !important;
    font-size:clamp(34px, 9.8vw, 40px) !important;
    line-height:1.06 !important;
    letter-spacing:-.04em !important;
  }

  .lead{
    max-width:100% !important;
    font-size:17px !important;
    line-height:1.45 !important;
  }

  .beta-strip{
    display:flex !important;
    width:100% !important;
    max-width:100% !important;
    align-items:center !important;
    border-radius:22px !important;
    padding:12px 14px !important;
    gap:12px !important;
    font-size:14px !important;
    line-height:1.28 !important;
  }

  .beta-strip span:not(.beta-count){
    min-width:0 !important;
    overflow-wrap:break-word !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-width:0 !important;
    padding:0 16px !important;
    white-space:normal !important;
    text-align:center !important;
  }
}

/* V14 ATS BRIDGE INFOGRAPHIC - profile readability before application */
.ats-bridge-infographic{
  background:linear-gradient(180deg,#fff 0%,#fbfbfd 100%);
  border-top:1px solid rgba(229,231,235,.72);
  border-bottom:1px solid rgba(229,231,235,.72);
}

.ats-bridge-kicker{
  color:#1a73e8;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.ats-bridge-head{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(280px,.76fr);
  gap:34px;
  align-items:end;
  margin-bottom:34px;
}

.ats-bridge-head h2{
  max-width:820px;
}

.ats-bridge-head p{
  margin:0;
  color:#4b5563;
  font-size:20px;
  line-height:1.55;
}

.ats-bridge-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  gap:24px;
  align-items:stretch;
  padding:28px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow);
}

.ats-column{
  min-width:0;
  padding:4px 2px;
}

.ats-column h3{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  font-size:24px;
}

.ats-column h3::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:#94a3b8;
}

.ats-with h3::before{
  background:#34a853;
}

.ats-flow{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}

.ats-flow li{
  position:relative;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:14px;
  padding:0 0 20px;
}

.ats-flow li:not(:last-child)::after{
  content:"";
  position:absolute;
  left:16px;
  top:39px;
  bottom:6px;
  width:2px;
  border-radius:999px;
  background:#e5e7eb;
}

.ats-step-index{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#f3f4f6;
  color:#374151;
  font-weight:900;
  font-size:13px;
}

.ats-with .ats-step-index{
  background:#eaf7ef;
  color:#16733a;
}

.ats-flow strong{
  display:block;
  color:#111827;
  font-size:17px;
  line-height:1.2;
  margin-bottom:4px;
}

.ats-flow p{
  margin:0;
  color:#5b6472;
  font-size:15px;
  line-height:1.45;
}

.ats-bridge-badge{
  align-self:center;
  justify-self:center;
  max-width:180px;
  padding:13px 15px;
  border:1px solid rgba(26,115,232,.22);
  border-radius:8px;
  background:linear-gradient(180deg,#f8fbff,#fff);
  color:#0b1628;
  font-size:14px;
  font-weight:900;
  line-height:1.25;
  text-align:center;
  box-shadow:0 14px 36px rgba(26,115,232,.10);
}

.ats-bridge-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:24px;
}

.ats-bridge-bottom p{
  max-width:760px;
  margin:0;
  color:#4b5563;
  font-size:18px;
  line-height:1.5;
}

.ats-bridge-bottom .btn{
  flex:0 0 auto;
}

@media(max-width:980px){
  .ats-bridge-head{
    grid-template-columns:1fr;
    gap:14px;
  }

  .ats-bridge-card{
    grid-template-columns:1fr;
    gap:20px;
    padding:22px;
  }

  .ats-bridge-badge{
    order:2;
    max-width:none;
    width:100%;
  }

  .ats-with{
    order:3;
  }

  .ats-bridge-bottom{
    display:grid;
    grid-template-columns:1fr;
  }

  .ats-bridge-bottom .btn{
    width:100%;
  }
}

@media(max-width:680px){
  .ats-bridge-head p{
    font-size:17px;
  }

  .ats-bridge-card{
    padding:18px;
  }

  .ats-column h3{
    font-size:21px;
  }

  .ats-flow strong{
    font-size:16px;
  }

  .ats-flow p{
    font-size:14px;
  }
}

/* V15 MOBILE NAVIGATION AND DEVICE HARDENING */
.nav-toggle{
  display:none;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#111827;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(17,24,39,.06);
}

.nav-toggle span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:#111827;
  transition:transform .18s ease, opacity .18s ease;
}

.nav.is-open .nav-toggle span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.nav.is-open .nav-toggle span:nth-child(2){
  opacity:0;
}

.nav.is-open .nav-toggle span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

body.nav-open{
  overflow:hidden;
}

@media(max-width:980px){
  .nav-inner{
    position:relative;
    height:64px;
    gap:12px;
  }

  .logo{
    min-width:0;
  }

  .logo-word{
    font-size:34px;
  }

  .logo-dots i{
    width:7px;
    height:7px;
  }

  .nav-toggle{
    display:inline-flex;
    flex:0 0 auto;
  }

  .nav-links{
    position:fixed;
    left:12px;
    right:12px;
    top:72px;
    display:grid;
    grid-template-columns:1fr;
    gap:4px;
    padding:12px;
    border:1px solid rgba(229,231,235,.92);
    border-radius:18px;
    background:#fff;
    box-shadow:0 26px 70px rgba(17,24,39,.16);
    z-index:70;
    opacity:0;
    visibility:hidden;
    transform:translateY(-10px);
    transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .nav.is-open .nav-links{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }

  .nav-links a{
    display:flex;
    align-items:center;
    min-height:46px;
    padding:0 14px;
    border-radius:12px;
    font-size:16px;
    color:#111827;
  }

  .nav-links a:hover{
    background:#f3f4f6;
    text-decoration:none;
  }

  .nav-links .lang{
    justify-content:center;
    border-radius:12px;
  }

  .nav-links .btn{
    margin-top:4px;
    width:100%;
    min-height:48px;
    padding:0 16px;
  }
}

@media(max-width:430px){
  .container{
    width:calc(100% - 24px);
  }

  .nav-inner{
    height:62px;
  }

  .logo{
    gap:8px;
  }

  .logo-word{
    font-size:31px;
    letter-spacing:-.018em;
  }

  .logo-dots{
    gap:3px;
  }

  .logo-dots i{
    width:7px;
    height:7px;
  }

  .nav-links{
    top:68px;
  }

  .hero{
    min-height:auto;
    padding-top:52px;
  }

  h1{
    letter-spacing:-.045em;
  }

  .hero-actions .btn{
    width:100%;
  }

  .beta-strip{
    width:100%;
  }
}

@media(max-width:360px){
  .container{
    width:calc(100% - 20px);
  }

  .logo-word{
    font-size:28px;
  }

  .logo-dots{
    display:none;
  }

  .nav-toggle{
    width:42px;
    height:42px;
  }

  .hero-logo{
    font-size:72px;
  }

  .hero-subtitle{
    font-size:15px;
    padding:8px 11px;
  }

  .ats-bridge-card{
    padding:16px;
  }
}

/* V15 TYPE SPACING QA */
.logo,
.logo-word,
.hero-logo,
.hero-brand .hero-logo,
h1,
h2,
h3,
.editorial,
.big-letter,
.letter-copy .label,
.principle-detail h2,
.report-header h1,
.report-mini-kpi strong,
.sidebar-title,
.kpi span,
.kpi strong,
th,
.ats-bridge-kicker{
  letter-spacing:0 !important;
}

/* V18.6 report overflow hardening */
.report-main,
.report-panel,
.table-wrap{
  min-width:0;
  max-width:100%;
}

.report-main{
  overflow:hidden;
}

.table-wrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.table-wrap table{
  min-width:860px;
}

@media(max-width:980px){
  .report-layout{
    display:block;
  }

  .sidebar,
  .report-main,
  .report-panel{
    width:100%;
    max-width:100%;
  }

  .sidebar{
    margin-bottom:18px;
  }

  .report-main{
    overflow:visible;
  }

  .report-panel{
    padding:24px;
  }

  .table-wrap{
    padding-bottom:8px;
  }

  .table-wrap table{
    min-width:760px;
  }
}

@media(max-width:680px){
  .report-page .container{
    width:100% !important;
    padding-left:12px;
    padding-right:12px;
  }

  .report-page,
  .report-layout,
  .sidebar,
  .report-main,
  .report-panel,
  .notice,
  .card{
    overflow-wrap:break-word;
  }

  .report-panel{
    padding:20px;
    border-radius:22px;
  }

  .bar-row{
    grid-template-columns:minmax(0,1fr);
    gap:8px;
  }

  .bar-row strong{
    justify-self:start;
  }
}

/* V18.7 SEO base index */
.seo-root{
  min-height:auto;
  padding:88px 0 52px;
  background:
    radial-gradient(circle at 14% 12%,rgba(26,115,232,.08),transparent 28%),
    radial-gradient(circle at 86% 16%,rgba(52,168,83,.08),transparent 26%),
    linear-gradient(180deg,#fff 0%,#fbfbfd 100%);
}

.seo-root-hero{
  padding:42px;
}

.seo-kicker{
  margin:0 0 14px;
  color:#4b5563;
  font-size:13px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.seo-core{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.seo-grid,
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.seo-grid .card h2{
  font-size:clamp(28px,3vw,40px);
  letter-spacing:0;
}

.seo-grid .card p,
.faq-grid .card p{
  font-size:17px;
  line-height:1.6;
}

.seo-faq h2{
  margin-bottom:26px;
}

@media(max-width:760px){
  .seo-root{
    padding:62px 0 38px;
  }

  .seo-root-hero{
    padding:26px;
  }

  .seo-grid,
  .faq-grid{
    grid-template-columns:1fr;
  }
}

/* Previous mobile override retained: report guide must start with content, not the index. */
@media(max-width:980px){
  .report-guide-page .report-layout{
    display:grid;
    grid-template-columns:1fr;
  }

  .report-guide-page .report-main{
    grid-row:1;
  }

  .report-guide-page .sidebar{
    grid-row:2;
    margin-top:18px;
    margin-bottom:0;
  }

  .report-guide-page .guide-grid.three{
    grid-template-columns:1fr;
  }
}

/* V18.9.7 Rev 2.8.3 - private beta positioning */
.private-beta-page .hero{
  min-height:auto;
}

.private-hero{
  padding:84px 0 78px;
  background:
    radial-gradient(circle at 8% 6%,rgba(26,115,232,.07),transparent 25%),
    radial-gradient(circle at 90% 10%,rgba(52,168,83,.06),transparent 22%),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%);
}

.private-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);
  gap:42px;
  align-items:center;
}

.private-beta-page .hero-brand{
  --hero-logo-size:clamp(72px,9vw,132px);
  --badge-left:calc(var(--hero-logo-size) * .28);
  --badge-width:min(calc(var(--hero-logo-size) * 2.55), calc(100vw - 56px));
  margin-bottom:30px!important;
}

.private-beta-page h1{
  max-width:900px;
}

.microcopy{
  margin:16px 0 0;
  color:#4b5563;
  font-size:14px;
  font-weight:760;
}

.decision-map{
  display:grid;
  gap:16px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow);
}

.map-header,
.map-result{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:8px;
  background:#f8fafc;
  color:#4b5563;
  font-size:13px;
  font-weight:850;
}

.map-node{
  padding:18px;
  border:1px solid rgba(26,115,232,.20);
  border-radius:8px;
  background:#eef4ff;
  color:#0f3f89;
  font-size:20px;
  font-weight:900;
  text-align:center;
}

.map-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.map-grid div{
  padding:13px 12px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:#374151;
  font-weight:800;
}

.map-result{
  justify-content:center;
  background:#f0fdf4;
  color:#166534;
}

.brand-meaning-section{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.brand-meaning{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);
  gap:42px;
  align-items:center;
}

.brand-meaning-copy h2{
  max-width:760px;
}

.brand-meaning-copy p{
  max-width:720px;
  color:#4b5563;
  font-size:19px;
  line-height:1.6;
}

.brand-meaning-logo{
  margin:6px 0 22px;
  font-size:clamp(64px,9vw,138px);
  line-height:.86;
  font-weight:950;
  letter-spacing:-.09em;
}

.brand-meaning-logo .o1{color:var(--blue)}
.brand-meaning-logo .o2{color:var(--red)}
.brand-meaning-logo .o3{color:var(--yellow)}
.brand-meaning-logo .o4{color:var(--green)}

.letter-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.letter-card,
.method-card{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 16px 44px rgba(17,24,39,.055);
}

.letter-card{
  min-height:100%;
  padding:18px;
}

.letter-card span,
.method-card span{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  margin-bottom:14px;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-weight:950;
}

.letter-card .letter-o1{background:var(--blue)}
.letter-card .letter-o2{background:var(--red)}
.letter-card .letter-o3{background:var(--yellow);color:#111827}
.letter-card .letter-o4{background:var(--green)}

.letter-card h3{
  font-size:20px;
}

.letter-card p,
.method-card p{
  color:#4b5563;
  font-size:15px;
  line-height:1.55;
}

.method-deep-dive{
  margin-top:34px;
  padding-top:34px;
  border-top:1px solid var(--line);
}

.method-deep-dive .section-heading{
  margin-bottom:22px;
}

.method-deep-dive h3{
  font-size:clamp(28px,3.4vw,42px);
  letter-spacing:-.04em;
}

.method-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.method-card{
  padding:18px;
}

.method-card h4{
  margin:0 0 8px;
  color:#111827;
  font-size:18px;
  letter-spacing:-.02em;
}

.split-intro{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(320px,1fr);
  gap:40px;
  align-items:start;
}

.plain-copy{
  color:#4b5563;
  font-size:20px;
  line-height:1.58;
}

.plain-copy p{
  margin-bottom:18px;
}

.plain-copy strong{
  color:#111827;
}

.decision-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:34px;
}

.decision-list div,
.process-list div,
.private-card{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 16px 44px rgba(17,24,39,.055);
}

.decision-list div{
  padding:18px;
  color:#374151;
  font-size:17px;
  font-weight:760;
}

.candidate-path-section{
  background:
    linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.path-grid{
  margin-top:30px;
}

.path-card{
  position:relative;
}

.path-card.featured{
  border-color:rgba(26,115,232,.28);
  background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);
}

.path-card.featured::after{
  content:"candidate-first";
  position:absolute;
  top:18px;
  right:18px;
  padding:6px 9px;
  border-radius:999px;
  background:#eef4ff;
  color:#0f3f89;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.section-heading{
  max-width:950px;
  margin-bottom:30px;
}

.section-heading.narrow{
  max-width:1020px;
}

.private-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.private-card-grid.five{
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.private-card{
  min-height:100%;
  padding:22px;
}

.private-card > span{
  display:inline-flex;
  margin-bottom:16px;
  color:#6b7280;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}

.private-card h3{
  font-size:21px;
}

.private-card p{
  color:#4b5563;
  font-size:16px;
  line-height:1.55;
}

.process-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:26px;
}

.process-list div{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  align-items:center;
  padding:18px;
}

.process-list span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-weight:900;
}

.beta-note{
  margin-top:18px;
  border-radius:8px;
}

.no-do-section{
  background:#111827;
  color:#fff;
}

.no-do-section .seo-kicker,
.no-do-section .lead,
.no-do-section .muted{
  color:#d1d5db;
}

.no-do-section h2{
  color:#fff;
}

.checked-list{
  margin:0;
  padding:0;
  list-style:none;
}

.checked-list li{
  position:relative;
  margin:0 0 12px;
  padding:14px 16px 14px 42px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:rgba(255,255,255,.06);
  color:#f9fafb;
  font-weight:720;
}

.checked-list li::before{
  content:"";
  position:absolute;
  left:16px;
  top:20px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--yellow);
}

#cosa-ricevi-beta .checked-list li{
  border-color:var(--line);
  background:#fff;
  color:#111827;
  box-shadow:0 12px 34px rgba(17,24,39,.055);
}

#what-you-receive .conversion-question-list,
#what-you-receive .conversion-question-list li{
  color:#111827;
}

.benefit-icon-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.benefit-icon-list li{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:12px;
  align-items:start;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  padding:13px 14px;
  box-shadow:0 12px 30px rgba(17,24,39,.05);
}

.benefit-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#059669;
  color:#fff;
  font-size:12px;
  font-weight:900;
  line-height:1;
  letter-spacing:0;
}

.benefit-icon.blue{background:#1a73e8;}
.benefit-icon.red{background:#ea4335;}
.benefit-icon.yellow{background:#a16207;}
.benefit-icon.green{background:#059669;}
.benefit-icon.dark{background:#111827;}

.benefit-copy{
  display:block;
  min-width:0;
}

.benefit-copy strong{
  color:#111827;
}

.beta-private-section{
  background:linear-gradient(180deg,#f8fafc 0%,#fff 100%);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.final-cta{
  text-align:left;
}

.final-cta .container{
  max-width:980px;
}

.report-example-page .report-header h1{
  max-width:900px;
}

.report-example-page .report-panel{
  scroll-margin-top:94px;
}

.report-table th,
.report-table td{
  min-width:120px;
}

.report-table th:first-child,
.report-table td:first-child{
  min-width:42px;
}

.candidate-comparison{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.candidate-outcome-card{
  padding:22px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 16px 44px rgba(17,24,39,.055);
}

.candidate-outcome-card.ready{
  border-color:rgba(52,168,83,.26);
  background:linear-gradient(180deg,#f7fff9 0%,#fff 100%);
}

.candidate-outcome-card.growth{
  border-color:rgba(245,158,11,.30);
  background:linear-gradient(180deg,#fffbeb 0%,#fff 100%);
}

.outcome-top{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:16px;
  color:#4b5563;
  font-weight:850;
}

.status-pill{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.status-ready{
  background:#dcfce7;
  color:#166534;
}

.status-growth{
  background:#fef3c7;
  color:#92400e;
}

.candidate-outcome-card h3{
  font-size:22px;
}

.candidate-outcome-card p,
.candidate-outcome-card li{
  color:#4b5563;
  line-height:1.55;
}

.candidate-outcome-card ul{
  margin:16px 0 0;
  padding-left:20px;
}

.signal-table{
  display:grid;
  gap:0;
  margin:20px 0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
}

.signal-table > div{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:0;
  border-bottom:1px solid var(--line);
}

.signal-table > div:last-child{
  border-bottom:0;
}

.signal-table > div:first-child{
  background:#f8fafc;
}

.signal-table span,
.signal-table strong{
  padding:14px 16px;
  color:#374151;
  line-height:1.48;
}

.signal-table span + span,
.signal-table strong + strong{
  border-left:1px solid var(--line);
}

@media(max-width:1100px){
  .private-card-grid.five{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:980px){
  .private-hero-grid,
  .split-intro,
  .brand-meaning,
  .decision-list,
  .private-card-grid,
  .candidate-comparison,
  .method-grid,
  .process-list{
    grid-template-columns:1fr;
  }

  .plain-copy{
    font-size:18px;
  }
}

@media(max-width:680px){
  .private-hero{
    padding:48px 0 44px!important;
  }

  .private-beta-page h1{
    font-size:clamp(34px,10vw,40px);
    line-height:1.08;
    letter-spacing:-.035em;
    overflow-wrap:break-word;
  }

  .private-beta-page h2{
    font-size:clamp(30px,9vw,36px);
    line-height:1.08;
    letter-spacing:-.035em;
    overflow-wrap:break-word;
  }

  .private-beta-page .lead{
    font-size:17px;
    line-height:1.5;
    max-width:100%;
  }

  .private-beta-page .hero-brand,
  .beta-ad-page .hero-brand{
    --hero-logo-size:clamp(62px,19vw,78px);
    --badge-left:calc(var(--hero-logo-size) * .34);
    --badge-width:min(calc(var(--hero-logo-size) * 2.72), calc(100vw - 96px));
  }

  .private-beta-page .hero-actions{
    min-width:0;
  }

  .private-beta-page .hero-actions .btn,
  .private-beta-page .btn{
    max-width:100%;
    min-width:0;
    white-space:normal;
    text-align:center;
    line-height:1.18;
  }

  .private-beta-page .microcopy{
    overflow-wrap:break-word;
  }

  .private-beta-page .beta-strip{
    max-width:100%;
    border-radius:18px;
    white-space:normal;
    overflow-wrap:break-word;
  }

  .decision-map,
  .private-card,
  .decision-list div,
  .process-list div{
    box-shadow:none;
  }

  .map-grid{
    grid-template-columns:1fr;
  }

  .map-header,
  .map-result{
    flex-wrap:wrap;
    text-align:center;
    font-size:12px;
    line-height:1.35;
  }

  .letter-grid{
    grid-template-columns:1fr;
  }

  .brand-meaning-logo{
    font-size:clamp(62px,22vw,86px);
    letter-spacing:-.075em;
  }

  .brand-meaning-copy p{
    font-size:17px;
  }

  .private-card-grid.five{
    grid-template-columns:1fr;
  }

  .signal-table > div{
    grid-template-columns:1fr;
  }

  .signal-table span + span,
  .signal-table strong + strong{
    border-left:0;
    border-top:1px solid var(--line);
  }

  .plain-copy{
    font-size:17px;
  }
}



/* V18.9.17 - official questionnaire form that generates an email */
.beta-request-page .beta-form-context{
  border-left:4px solid #1a73e8;
}
.beta-request-page .beta-form-context p{
  color:#374151;
  font-size:17px;
  line-height:1.55;
}
.official-questionnaire-form .question-intro{display:grid;gap:8px;color:#4b5563;font-size:16px;line-height:1.55;margin-bottom:8px}
.official-questionnaire-form .candidate-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:12px 0 20px}
.official-questionnaire-form .question-section{display:grid;gap:14px;border-top:1px solid var(--line);padding-top:22px;margin-top:8px}
.official-questionnaire-form .question-block{display:grid;gap:10px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}
.official-questionnaire-form .question-block h3{font-size:20px;line-height:1.25;margin:0;color:#111827}
.official-questionnaire-form .question-help{margin:0;color:#4b5563;font-size:15px;line-height:1.45}
.official-questionnaire-form .choice-group{display:grid;gap:8px}
.official-questionnaire-form .choice{display:flex;gap:10px;align-items:flex-start;font-weight:650;line-height:1.35}
.official-questionnaire-form .choice input{width:auto;margin-top:3px;flex:0 0 auto}
.official-questionnaire-form .optional-note{margin-top:4px}
@media(max-width:760px){
  .beta-request-page{
    width:100vw;
    max-width:100vw;
    overflow-x:hidden;
    padding:58px 0;
  }
  .beta-request-page .container{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    margin-left:12px;
    margin-right:12px;
  }
  .beta-request-page .card{
    width:100%;
    max-width:100%;
    padding:22px 16px;
    overflow:hidden;
  }
  .beta-request-page h1,
  .beta-request-page h2{
    max-width:100%;
    line-height:1.12;
    letter-spacing:0;
    overflow-wrap:break-word;
  }
  .beta-request-page h1{font-size:38px}
  .beta-request-page h2{font-size:32px}
  .beta-request-page p,
  .beta-request-page li,
  .beta-request-page label,
  .beta-request-page span{
    max-width:100%;
    overflow-wrap:break-word;
    white-space:normal;
  }
  .official-questionnaire-form .btn{
    width:100%;
    white-space:normal;
    text-align:center;
  }
}
@media (max-width:760px){.official-questionnaire-form .candidate-fields{grid-template-columns:1fr}.official-questionnaire-form .question-block{padding:14px}.official-questionnaire-form .question-block h3{font-size:18px}}

/* V18.9.18 - conversion layer for CV-to-career-direction funnel */
.conversion-page{
  background:#f6f7f9;
  color:#111827;
}
.conversion-page h1,
.conversion-page h2,
.conversion-page h3,
.conversion-page h4{
  letter-spacing:0;
}
.conversion-page h1{
  max-width:780px;
  font-size:clamp(42px,5.6vw,74px);
  line-height:1.02;
}
.conversion-page h2{
  font-size:clamp(32px,4vw,54px);
  line-height:1.08;
}
.conversion-page .lead,
.conversion-lead{
  max-width:760px;
  color:#374151;
  font-size:clamp(18px,2vw,23px);
  line-height:1.45;
}
.conversion-lead{
  margin:20px 0 0;
}
.conversion-lead.muted-line{
  margin-top:4px;
  color:#6b7280;
}
.conversion-hero{
  min-height:calc(100vh - 68px);
  display:grid;
  align-items:center;
  padding:68px 0 56px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.conversion-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(320px,.88fr);
  gap:44px;
  align-items:center;
}
.conversion-hero-grid > *,
.beta-preview-grid > *,
.split-intro > *,
.application-panel > *{
  min-width:0;
}
.compact-brand{
  margin:0 0 28px;
}
.compact-brand .hero-logo{
  font-size:clamp(76px,10vw,136px);
  line-height:.86;
  margin:0 0 14px;
  letter-spacing:0;
}
.compact-brand .hero-subtitle{
  margin:0;
  border-radius:8px;
  box-shadow:none;
}
.hero-signal-panel{
  border:1px solid #d9dde5;
  border-radius:8px;
  background:#fbfbfd;
  padding:22px;
  box-shadow:0 18px 48px rgba(17,24,39,.08);
}
.signal-panel-head{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
  padding-bottom:16px;
  border-bottom:1px solid var(--line);
}
.signal-panel-head span{
  color:#6b7280;
  font-size:13px;
  font-weight:850;
  text-transform:uppercase;
}
.signal-panel-head strong{
  color:#111827;
  font-size:20px;
}
.signal-flow{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.signal-flow div{
  padding:13px 14px;
  border:1px solid var(--line);
  border-left:5px solid #1a73e8;
  border-radius:8px;
  background:#fff;
  color:#374151;
  font-weight:800;
}
.signal-flow div:nth-child(2){border-left-color:#ea4335}
.signal-flow div:nth-child(3){border-left-color:#fbbc04}
.signal-flow div:nth-child(4){border-left-color:#34a853}
.signal-flow div:nth-child(5){border-left-color:#111827}
.signal-panel-result{
  margin-top:16px;
  padding:16px;
  border-radius:8px;
  background:#111827;
  color:#fff;
  font-weight:850;
}
.hero-dashboard-proof{
  min-width:0;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 22px 70px rgba(17,24,39,.10);
}
.hero-dashboard-proof a{
  display:block;
  color:inherit;
}
.hero-dashboard-proof img{
  display:block;
  width:100%;
  aspect-ratio:4 / 3.35;
  object-fit:cover;
  object-position:top center;
  background:#f3f4f6;
}
.hero-proof-caption{
  padding:18px 20px 20px;
  border-top:1px solid var(--line);
}
.hero-proof-caption span{
  display:block;
  color:#1a73e8;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero-proof-caption strong{
  display:block;
  margin-top:6px;
  color:#111827;
  font-size:20px;
  line-height:1.2;
  overflow-wrap:break-word;
}
.hero-proof-caption p{
  margin:8px 0 0;
  color:#4b5563;
  font-size:15px;
  line-height:1.45;
  overflow-wrap:break-word;
}
.beta-quick-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:22px 0 10px;
}
.beta-quick-metrics div{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  padding:12px 10px;
}
.beta-quick-metrics strong{
  display:block;
  color:#111827;
  font-size:clamp(20px,2.3vw,30px);
  line-height:1;
  letter-spacing:0;
}
.beta-quick-metrics span{
  display:block;
  margin-top:6px;
  color:#6b7280;
  font-size:12px;
  font-weight:800;
  line-height:1.25;
}
.hero-urgency-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  margin:0 0 18px;
  padding:7px 14px;
  border-radius:999px;
  background:#dc2626;
  color:#fff;
  font-size:13px;
  font-weight:900;
  line-height:1.2;
  box-shadow:0 16px 36px rgba(220,38,38,.18);
}
.hero-urgency-badge span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 3px rgba(255,255,255,.22);
  flex:0 0 auto;
}
.hero-value-highlight{
  color:#059669;
  font-weight:900;
}
.hero-target{
  max-width:680px;
  margin:16px 0 0;
  color:#374151;
  font-size:clamp(18px,2vw,22px);
  line-height:1.42;
  font-weight:780;
}
.hero-social-proof{
  display:flex;
  flex-wrap:wrap;
  gap:12px 22px;
  margin:22px 0 0;
}
.hero-social-proof div{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:min(100%,230px);
  color:#111827;
}
.hero-social-proof span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#059669;
  color:#fff;
  font-size:12px;
  font-weight:900;
  flex:0 0 auto;
}
.hero-social-proof strong{
  font-size:14px;
  font-weight:780;
  line-height:1.28;
}
.hero-data-note{
  margin-top:8px;
  color:#9ca3af;
}
.how-it-works-section{
  border-bottom:1px solid var(--line);
}
.how-it-works{
  display:flex;
  gap:24px;
  justify-content:center;
  align-items:stretch;
}
.how-step{
  position:relative;
  flex:1 1 0;
  max-width:220px;
  min-width:0;
  padding:18px 16px;
  border:1px solid #e5e7eb;
  border-radius:8px;
  background:#fff;
  text-align:center;
  box-shadow:0 10px 28px rgba(17,24,39,.045);
}
.how-step:not(:last-child)::after{
  content:"\2192";
  position:absolute;
  top:50%;
  right:-20px;
  transform:translateY(-50%);
  color:#9ca3af;
  font-size:22px;
  font-weight:900;
}
.how-step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin:0 auto 12px;
  border-radius:50%;
  background:#111827;
  color:#fff;
  font-size:14px;
  font-weight:900;
}
.how-step p{
  margin:0;
  color:#374151;
  font-size:16px;
  line-height:1.4;
  font-weight:760;
}
.how-step strong{
  color:#111827;
  font-weight:900;
}
.receive-grid-section{
  background:#fff;
}
.receive-card-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:0 0 28px;
}
.receive-card{
  position:relative;
  min-width:0;
  padding:18px;
  border:1px solid #e5e7eb;
  border-radius:8px;
  background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);
  text-align:left;
  box-shadow:0 10px 28px rgba(17,24,39,.045);
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.receive-card:hover{
  border-color:#cbd5e1;
  box-shadow:0 16px 36px rgba(17,24,39,.07);
  transform:translateY(-2px);
}
.receive-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin:0 0 16px;
}
.receive-card-index{
  color:#9ca3af;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}
.receive-card-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border:1px solid currentColor;
  border-radius:8px;
  background:#f8fafc;
  color:#1a73e8;
  font-size:32px;
  line-height:1;
  flex:0 0 auto;
}
.receive-card-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.receive-card:nth-child(4n+1) .receive-card-icon,
.receive-card:nth-child(4n+5) .receive-card-icon{
  color:#1a73e8;
  background:#eff6ff;
}
.receive-card:nth-child(4n+2) .receive-card-icon,
.receive-card:nth-child(4n+6) .receive-card-icon{
  color:#ea4335;
  background:#fef2f2;
}
.receive-card:nth-child(4n+3) .receive-card-icon,
.receive-card:nth-child(4n+7) .receive-card-icon{
  color:#b45309;
  background:#fffbeb;
}
.receive-card:nth-child(4n+4) .receive-card-icon,
.receive-card:nth-child(4n+8) .receive-card-icon{
  color:#34a853;
  background:#ecfdf3;
}
.receive-card:nth-child(4n+1) .receive-card-index,
.receive-card:nth-child(4n+5) .receive-card-index{color:#1a73e8}
.receive-card:nth-child(4n+2) .receive-card-index,
.receive-card:nth-child(4n+6) .receive-card-index{color:#ea4335}
.receive-card:nth-child(4n+3) .receive-card-index,
.receive-card:nth-child(4n+7) .receive-card-index{color:#b45309}
.receive-card:nth-child(4n+4) .receive-card-index,
.receive-card:nth-child(4n+8) .receive-card-index{color:#34a853}
.receive-card h3{
  margin:0 0 6px;
  color:#111827;
  font-size:16px;
  font-weight:850;
  line-height:1.2;
}
.receive-card p{
  margin:0;
  color:#4b5563;
  font-size:13px;
  line-height:1.4;
}
.receive-disclaimer{
  margin:16px 0 0;
  color:#6b7280;
  font-size:13px;
  text-align:center;
}
.conversion-section{
  padding:84px 0;
  border-bottom:1px solid var(--line);
}
.conversion-question-list{
  margin:12px 0 18px;
  padding-left:20px;
  color:#374151;
}
.conversion-question-list li{
  margin:0 0 9px;
}
.comparison-table{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:18px;
  align-items:start;
  margin-top:30px;
}
.comparison-column{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  padding:24px;
}
.comparison-column.featured{
  border-color:#111827;
  box-shadow:0 18px 48px rgba(17,24,39,.08);
}
.comparison-column h3{
  margin:0 0 18px;
}
.comparison-column ul{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.comparison-column li{
  display:grid;
  grid-template-columns:26px minmax(0,1fr);
  gap:10px;
  align-items:start;
  color:#374151;
  font-weight:750;
}
.comparison-column li span{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#eef4ff;
  color:#1a73e8;
  font-size:13px;
  font-weight:950;
}
.dashboard-showcase{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}
.dashboard-mock{
  border:1px solid #d9dde5;
  border-radius:8px;
  background:#fff;
  padding:22px;
  box-shadow:0 18px 48px rgba(17,24,39,.08);
}
.dashboard-mock.it-version{
  background:#fbfbfd;
}
.dashboard-topline{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding-bottom:16px;
  border-bottom:1px solid var(--line);
}
.dashboard-topline span{
  display:block;
  color:#6b7280;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
}
.dashboard-topline h3{
  margin:4px 0 0;
  font-size:24px;
}
.dashboard-topline strong{
  align-self:flex-start;
  padding:6px 10px;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-size:12px;
}
.dashboard-kpis{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.dashboard-kpis div,
.dashboard-grid > div{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  padding:16px;
}
.dashboard-kpis span{
  display:block;
  color:#6b7280;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
}
.dashboard-kpis strong{
  display:block;
  margin-top:6px;
  font-size:38px;
  line-height:1;
}
.dashboard-kpis p{
  margin:8px 0 0;
  color:#4b5563;
  font-size:14px;
}
.dashboard-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}
.dashboard-grid h4{
  margin:0 0 10px;
  font-size:16px;
}
.dashboard-grid ul{
  display:grid;
  gap:7px;
  margin:0;
  padding-left:18px;
  color:#4b5563;
  font-size:14px;
}
.dashboard-cta{
  margin-top:22px;
}
.opportunity-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:28px 0 18px;
}
.opportunity-grid article{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  padding:20px;
}
.opportunity-grid span{
  display:inline-flex;
  margin-bottom:12px;
  color:#1a73e8;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}
.opportunity-grid h3{
  margin:0 0 10px;
  font-size:22px;
}
.opportunity-grid p{
  margin:0;
  color:#4b5563;
}
.feedback-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:26px 0 16px;
}
.feedback-grid blockquote{
  margin:0;
  border:1px solid var(--line);
  border-left:5px solid #111827;
  border-radius:8px;
  background:#fff;
  padding:20px;
  color:#374151;
  font-size:19px;
  line-height:1.45;
  font-weight:740;
}
.feedback-grid blockquote p{
  margin:0;
}
.feedback-grid blockquote cite{
  display:block;
  margin-top:14px;
  color:#6b7280;
  font-size:13px;
  font-style:normal;
  font-weight:850;
}
.feedback-carousel{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  margin:26px 0 16px;
}
.feedback-track{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:2px 2px 12px;
  scrollbar-width:thin;
}
.feedback-track blockquote{
  flex:0 0 calc((100% - 14px) / 2);
  scroll-snap-align:start;
  margin:0;
  border:1px solid var(--line);
  border-left:5px solid #111827;
  border-radius:8px;
  background:#fff;
  padding:20px;
  color:#374151;
  font-size:18px;
  line-height:1.45;
  font-weight:740;
  box-shadow:0 10px 28px rgba(17,24,39,.045);
}
.feedback-track blockquote p{
  margin:12px 0 0;
}
.feedback-track blockquote cite{
  display:block;
  margin-top:14px;
  color:#6b7280;
  font-size:13px;
  font-style:normal;
  font-weight:850;
}
.rating{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#047857;
  font-size:13px;
  font-weight:900;
}
.rating-stars{
  color:#047857;
  font-size:15px;
  letter-spacing:0;
}
.rating-score{
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  background:#ecfdf3;
  color:#047857;
  letter-spacing:0;
}
.rating-low .rating-score{
  background:#fff7ed;
  color:#b45309;
}
.feedback-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:18px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(17,24,39,.06);
  transition:border-color .18s ease, color .18s ease, transform .18s ease;
}
.feedback-arrow:hover{
  border-color:#059669;
  color:#059669;
  transform:translateY(-1px);
}
.feedback-dots{
  grid-column:2;
  display:flex;
  justify-content:center;
  gap:8px;
  min-height:18px;
}
.feedback-dot{
  width:8px;
  height:8px;
  border:0;
  border-radius:999px;
  background:#d1d5db;
  padding:0;
  cursor:pointer;
  transition:background .18s ease, transform .18s ease, width .18s ease;
}
.feedback-dot.is-active{
  width:22px;
  background:#059669;
}
.feedback-dot:hover{
  transform:translateY(-1px);
  background:#34a853;
}
.dashboard-showcase-section{
  background:#fff;
}
.dashboard-showcase-carousel{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  margin-top:30px;
}
.dashboard-preview-showcase{
  margin-top:0;
}
.beta-preview-grid .dashboard-preview-showcase{
  align-self:start;
}
.dashboard-showcase-track{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:2px 2px 14px;
  scrollbar-width:thin;
}
.dashboard-fade-mode .dashboard-showcase-track{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  overflow:visible;
  scroll-snap-type:none;
  padding:2px 2px 14px;
}
.dashboard-fade-mode .dashboard-showcase-track.is-fading-in .dashboard-case-card.is-visible{
  animation:dashboard-case-fade-in .42s ease both;
}
.dashboard-case-card{
  flex:0 0 calc((100% - 16px) / 2);
  scroll-snap-align:start;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  box-shadow:0 14px 34px rgba(17,24,39,.06);
  transition:border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.dashboard-fade-mode .dashboard-case-card{
  display:none;
  flex:initial;
}
.dashboard-fade-mode .dashboard-case-card.is-visible{
  display:block;
}
.dashboard-case-card.is-active{
  border-color:rgba(5,150,105,.42);
  box-shadow:0 18px 42px rgba(5,150,105,.12);
}
.dashboard-case-card a{
  display:block;
  background:#f8fafc;
}
.dashboard-case-parts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  padding:10px;
  background:#f8fafc;
  border-bottom:1px solid var(--line);
}
.dashboard-case-parts a{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.dashboard-case-parts a:hover{
  transform:translateY(-2px);
  border-color:#059669;
  box-shadow:0 12px 26px rgba(5,150,105,.12);
}
.dashboard-case-card img{
  display:block;
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
  object-position:top center;
  border-bottom:1px solid var(--line);
}
.dashboard-case-card > div:not(.dashboard-case-parts){
  padding:16px 18px 18px;
}
.dashboard-case-card span{
  display:block;
  margin-bottom:7px;
  color:#1a73e8;
  font-size:12px;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.dashboard-case-card strong{
  display:block;
  color:#111827;
  font-size:18px;
  line-height:1.2;
}
.dashboard-case-card p{
  margin:8px 0 0;
  color:#4b5563;
  font-size:14px;
  line-height:1.45;
}
.dashboard-dots{
  grid-column:2;
}
.dashboard-autoplay-progress{
  grid-column:2;
  height:3px;
  overflow:hidden;
  border-radius:999px;
  background:#e5e7eb;
}
.dashboard-autoplay-progress span{
  display:block;
  width:100%;
  height:100%;
  transform:scaleX(0);
  transform-origin:left center;
  border-radius:999px;
  background:#059669;
}
.dashboard-autoplay-progress.is-running span{
  animation:dashboard-autoplay-fill var(--dashboard-autoplay-delay, 7600ms) linear forwards;
}
@keyframes dashboard-autoplay-fill{
  from{transform:scaleX(0)}
  to{transform:scaleX(1)}
}
@keyframes dashboard-case-fade-in{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
.beta-proof-block{
  margin-top:32px;
}
.center-note{
  text-align:center;
  margin-top:10px;
}
.application-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
}
.application-panel .btn{
  white-space:nowrap;
}
.conversion-final{
  padding:78px 0;
  background:#111827;
  color:#fff;
}
.conversion-final h2{
  max-width:780px;
  color:#fff;
}
.conversion-final p{
  max-width:720px;
  color:#d1d5db;
  font-size:20px;
}
.conversion-final .btn{
  margin-top:8px;
  background:#fff;
  color:#111827!important;
}
.thank-you-hero{
  min-height:calc(100vh - 64px);
  display:grid;
  align-items:center;
}
.thank-you-panel{
  max-width:860px;
}
.thank-you-panel .conversion-lead{
  max-width:760px;
}
.beta-landing-hero{
  min-height:auto;
}
.landing-lockup{
  display:grid;
  gap:10px;
  margin:0 0 28px;
  justify-items:center;
  width:fit-content;
  max-width:100%;
}
.landing-wordmark{
  color:#111827;
  font-size:clamp(70px,7.4vw,108px);
  font-weight:950;
  line-height:.84;
  letter-spacing:0;
}
.landing-wordmark .o1{color:var(--blue)}
.landing-wordmark .o2{color:var(--red)}
.landing-wordmark .o3{color:var(--yellow)}
.landing-wordmark .o4{color:var(--green)}
.landing-subtitle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:relative;
  max-width:min(520px,100%);
  min-height:34px;
  padding:7px 18px 7px 54px;
  border:1px solid rgba(17,24,39,.10);
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:16px;
  font-weight:850;
  line-height:1.15;
  box-shadow:0 10px 28px rgba(17,24,39,.06);
}
.landing-subtitle::before{
  content:"";
  position:absolute;
  left:16px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--blue);
  box-shadow:11px 0 0 var(--red),22px 0 0 var(--yellow),33px 0 0 var(--green);
  margin-right:0;
  flex:0 0 auto;
}
.beta-preview-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr);
  gap:32px;
  align-items:start;
}
.beta-preview-grid .section-heading{
  margin-bottom:0;
}
.beta-preview-grid .btn{
  margin-top:12px;
}
.compact-dashboard{
  box-shadow:none;
}
.real-dashboard-previews{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.real-dashboard-previews figure{
  margin:0;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 18px 48px rgba(17,24,39,.08);
}
.real-dashboard-previews a{
  display:block;
  color:inherit;
}
.real-dashboard-previews img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4 / 5;
  object-fit:cover;
  object-position:top center;
  background:#f3f4f6;
}
.real-dashboard-previews figcaption{
  padding:13px 14px 15px;
  color:#4b5563;
  font-size:14px;
  font-weight:760;
  line-height:1.35;
}
.mobile-beta-cta{
  display:none;
}
@media(max-width:1080px){
  .conversion-hero-grid,
  .comparison-table,
  .dashboard-showcase,
  .beta-preview-grid{
    grid-template-columns:1fr;
  }
  .opportunity-grid,
  .feedback-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .feedback-track blockquote{
    flex-basis:min(560px,calc(100vw - 96px));
  }
  .dashboard-case-card{
    flex-basis:min(620px,calc(100vw - 96px));
  }
}
@media(max-width:760px){
  html,
  body{
    max-width:100%;
    overflow-x:hidden;
  }
  .conversion-page{
    width:100vw;
    max-width:100vw;
    overflow-x:hidden;
  }
  .nav-inner{
    height:56px;
  }
  .logo-word{
    font-size:31px;
  }
  .conversion-page .container{
    width:min(calc(100vw - 24px), 366px)!important;
    max-width:min(calc(100vw - 24px), 366px)!important;
    margin-left:12px;
    margin-right:0;
  }
  .conversion-hero-grid,
  .beta-preview-grid,
  .split-intro,
  .application-panel{
    display:block;
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .beta-landing-page .conversion-hero-copy,
  .beta-landing-page .hero-dashboard-proof,
  .beta-landing-page .section-heading,
  .beta-landing-page .plain-copy,
  .beta-landing-page .real-dashboard-previews,
  .beta-landing-page .real-dashboard-previews figure{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .beta-landing-page .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    width:100%;
    max-width:100%;
    margin-top:20px;
  }
  .beta-landing-page .hero-actions .btn{
    width:100%;
    min-width:0;
    white-space:normal;
    text-align:center;
  }
  .conversion-hero{
    min-height:auto;
    padding:28px 0 30px;
  }
  .conversion-section{
    padding:46px 0;
  }
  .hero-target{
    font-size:18px;
  }
  .how-it-works{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    justify-items:center;
  }
  .how-step{
    width:100%;
    max-width:360px;
  }
  .how-step:not(:last-child)::after{
    top:auto;
    right:50%;
    bottom:-18px;
    transform:translateX(50%) rotate(90deg);
    font-size:20px;
  }
  .compact-brand .hero-logo{
    font-size:76px;
  }
  .compact-brand .hero-subtitle{
    font-size:15px;
    white-space:normal;
  }
  .landing-lockup{
    max-width:100%;
    margin-bottom:16px;
    gap:7px;
  }
  .landing-wordmark{
    font-size:58px;
    max-width:100%;
    overflow-wrap:anywhere;
  }
  .landing-subtitle{
    display:block;
    width:100%;
    max-width:100%;
    min-height:0;
    padding:7px 10px;
    font-size:12px;
    text-align:center;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .landing-subtitle::before{
    display:none;
  }
  .signal-panel-head{
    display:grid;
    gap:6px;
  }
  .signal-panel-head strong{
    font-size:18px;
  }
  .conversion-page p,
  .conversion-page h1,
  .conversion-page h2,
  .conversion-page strong,
  .signal-panel-result{
    max-width:100%;
    min-width:0;
    overflow-wrap:break-word;
  }
  .conversion-page .conversion-lead,
  .conversion-page .microcopy,
  .hero-proof-caption strong,
  .hero-proof-caption p{
    width:100%;
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:break-word;
  }
  .conversion-page .conversion-lead{
    margin-top:12px;
    font-size:17px;
    line-height:1.34;
  }
  .conversion-page .conversion-lead.muted-line{
    margin-top:3px;
  }
  .conversion-page .microcopy{
    margin-top:10px;
    font-size:14px;
  }
  .beta-quick-metrics{
    grid-template-columns:1fr;
    gap:8px;
    margin:16px 0 8px;
  }
  .beta-quick-metrics div{
    padding:10px 12px;
  }
  .beta-quick-metrics strong{
    font-size:22px;
  }
  .hero-urgency-badge{
    width:100%;
    justify-content:center;
    text-align:center;
    margin-bottom:14px;
    font-size:12px;
    padding:8px 12px;
  }
  .hero-social-proof{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
    margin-top:16px;
  }
  .hero-social-proof div{
    align-items:flex-start;
    min-width:0;
  }
  .hero-social-proof strong{
    font-size:13px;
  }
  .hero-data-note{
    font-size:11px;
  }
  .receive-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .receive-card{
    padding:14px;
    border-radius:8px;
  }
  .receive-card-top{
    margin-bottom:12px;
  }
  .receive-card-icon{
    width:39px;
    height:39px;
    border-radius:8px;
    font-size:28px;
  }
  .receive-card-icon svg{
    width:22px;
    height:22px;
  }
  .receive-card-index{
    font-size:10px;
  }
  .receive-card h3{
    font-size:13px;
  }
  .receive-card p{
    font-size:11px;
  }
  .receive-disclaimer{
    font-size:12px;
  }
  .beta-landing-page .conversion-hero h1{
    max-width:calc(100vw - 48px)!important;
    font-size:34px;
    line-height:1.08;
  }
  .beta-landing-page .conversion-section h2,
  .beta-landing-page .section-heading h2{
    max-width:calc(100vw - 24px)!important;
    font-size:30px;
    line-height:1.12;
    overflow-wrap:anywhere;
  }
  .plain-copy p,
  .conversion-question-list li,
  .section-heading .lead{
    font-size:16px;
    line-height:1.5;
  }
  .conversion-question-list{
    padding-left:18px;
    margin:10px 0 16px;
  }
  .hero-signal-panel{
    width:100%;
    max-width:100%;
    margin-top:28px;
  }
  .hero-dashboard-proof{
    width:100%;
    max-width:100%;
    margin-top:22px;
  }
  .hero-dashboard-proof img{
    aspect-ratio:4 / 2.75;
    object-position:top left;
  }
  .hero-proof-caption strong{
    font-size:17px;
  }
  .hero-proof-caption{
    padding:14px;
  }
  .hero-proof-caption p{
    font-size:14px;
    line-height:1.38;
  }
  .hero-signal-panel,
  .hero-dashboard-proof,
  .dashboard-mock,
  .comparison-column,
  .opportunity-grid article,
  .feedback-grid blockquote,
  .real-dashboard-previews figure{
    box-shadow:none;
  }
  .dashboard-kpis,
  .dashboard-grid,
  .opportunity-grid,
  .feedback-grid,
  .application-panel,
  .real-dashboard-previews{
    grid-template-columns:1fr;
  }
  .feedback-carousel{
    grid-template-columns:1fr;
    gap:10px;
  }
  .feedback-track{
    order:1;
  }
  .feedback-track blockquote{
    flex-basis:100%;
    font-size:16px;
  }
  .feedback-arrow{
    order:2;
    width:100%;
    height:44px;
    border-radius:8px;
  }
  .feedback-prev{
    margin-top:2px;
  }
  .feedback-dots{
    order:3;
    grid-column:1;
  }
  .dashboard-showcase-carousel{
    grid-template-columns:1fr;
    gap:10px;
  }
  .dashboard-showcase-track{
    order:1;
  }
  .dashboard-fade-mode .dashboard-showcase-track{
    grid-template-columns:1fr;
  }
  .dashboard-case-card{
    flex-basis:100%;
  }
  .dashboard-case-parts{
    grid-template-columns:1fr;
    gap:14px;
    padding:12px;
    counter-reset:dashboard-part;
  }
  .dashboard-case-parts a{
    position:relative;
    border-radius:10px;
  }
  .dashboard-case-parts a::after{
    counter-increment:dashboard-part;
    content:counter(dashboard-part) "/3";
    position:absolute;
    left:10px;
    top:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:34px;
    height:24px;
    padding:0 8px;
    border-radius:999px;
    background:rgba(17,24,39,.86);
    color:#fff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.02em;
    box-shadow:0 8px 18px rgba(17,24,39,.18);
  }
  .dashboard-case-card img{
    aspect-ratio:12 / 25;
    object-fit:cover;
    object-position:top center;
  }
  .dashboard-case-card strong{
    font-size:17px;
  }
  .dashboard-prev,
  .dashboard-next{
    order:2;
    width:100%;
    height:44px;
    border-radius:8px;
  }
  .dashboard-dots{
    order:3;
    grid-column:1;
  }
  .dashboard-autoplay-progress{
    order:4;
    grid-column:1;
  }
  .real-dashboard-previews img{
    aspect-ratio:4 / 4.25;
    object-position:top center;
  }
  .real-dashboard-previews figcaption{
    padding:12px;
    font-size:13px;
    line-height:1.32;
  }
  .application-panel .btn{
    width:100%;
    min-height:48px;
    white-space:normal;
    text-align:center;
  }
  .faq-list details{
    padding:16px 0;
  }
  .faq-list summary{
    font-size:17px;
    line-height:1.3;
  }
  .mobile-beta-cta{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:90;
    display:grid;
    grid-template-columns:1fr;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top:1px solid rgba(229,231,235,.92);
    background:rgba(255,255,255,.94);
    box-shadow:0 -14px 42px rgba(17,24,39,.10);
    backdrop-filter:blur(16px);
    overflow:hidden;
  }
  .mobile-beta-cta .btn{
    width:100%;
    min-width:0;
    min-height:46px;
    padding:0 10px;
    border-radius:999px;
    font-size:14px;
    white-space:nowrap;
  }
  .footer{
    padding-bottom:calc(88px + env(safe-area-inset-bottom));
  }
}

/* V18.9.20 - questionnaire mobile containment for Ads traffic */
@media(max-width:760px){
  main.beta-request-page{
    width:100vw!important;
    max-width:100vw!important;
    overflow-x:hidden!important;
  }
  main.beta-request-page > .container{
    display:block!important;
    width:100%!important;
    max-width:100vw!important;
    margin:0!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  main.beta-request-page .card,
  main.beta-request-page .official-questionnaire-form,
  main.beta-request-page .question-section,
  main.beta-request-page .question-block,
  main.beta-request-page .choice-group{
    display:grid;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  main.beta-request-page h1,
  main.beta-request-page h2,
  main.beta-request-page h3,
  main.beta-request-page p,
  main.beta-request-page li,
  main.beta-request-page span{
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
  main.beta-request-page h1,
  main.beta-request-page h2,
  main.beta-request-page h3{
    letter-spacing:0!important;
  }
  main.beta-request-page .lead{
    width:100%!important;
    max-width:100%!important;
  }
  main.beta-request-page .choice{
    min-width:0!important;
  }
  main.beta-request-page .question-intro{
    font-size:15px!important;
    line-height:1.48!important;
  }
  main.beta-request-page .question-section{
    gap:12px!important;
    padding-top:18px!important;
  }
  main.beta-request-page .question-block{
    gap:9px!important;
    padding:14px 12px!important;
    border-radius:12px!important;
  }
  main.beta-request-page .question-block h3{
    font-size:17px!important;
    line-height:1.28!important;
  }
  main.beta-request-page .question-help{
    font-size:14px!important;
    line-height:1.4!important;
  }
  main.beta-request-page .choice-group{
    gap:9px!important;
  }
  main.beta-request-page .choice{
    align-items:flex-start!important;
    gap:9px!important;
    padding:10px 11px!important;
    border:1px solid var(--line)!important;
    border-radius:10px!important;
    background:#fff!important;
    font-size:15px!important;
    line-height:1.32!important;
  }
  main.beta-request-page .choice input{
    margin-top:2px!important;
    accent-color:#111827;
  }
  main.beta-request-page input,
  main.beta-request-page select,
  main.beta-request-page textarea{
    min-height:46px!important;
    font-size:16px!important;
  }
}
@media(max-width:600px){
  main.beta-request-page > .container{
    width:366px!important;
    max-width:calc(100% - 24px)!important;
    margin-left:12px!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }
}

/* V18.9.37 shelter layer: global beta availability banner */
.global-beta-banner{
  position:relative;
  z-index:45;
  background:
    linear-gradient(90deg,rgba(26,115,232,.07),rgba(234,67,53,.045),rgba(251,188,4,.07),rgba(52,168,83,.06)),
    #fff;
  border-bottom:1px solid rgba(229,231,235,.92);
}
.global-beta-banner-inner{
  min-height:54px;
  display:flex;
  align-items:center;
  gap:12px;
  padding-top:9px;
  padding-bottom:9px;
}
.global-beta-banner .beta-count{
  flex:0 0 34px;
}
.global-beta-copy{
  color:#111827;
  font-size:14px;
  line-height:1.35;
  font-weight:680;
}
.global-beta-copy strong{
  font-weight:900;
}
.global-beta-link{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
  white-space:nowrap;
}
.global-beta-link:hover{
  background:#047857;
  color:#fff;
  text-decoration:none;
  transform:translateY(-1px);
}
@media(max-width:760px){
  .global-beta-banner-inner{
    align-items:flex-start;
    gap:10px;
    flex-wrap:wrap;
  }
  .global-beta-copy{
    flex:1 1 calc(100% - 48px);
    font-size:13px;
  }
  .global-beta-link{
    width:100%;
    margin-left:46px;
  }
}


/* Funnel countdown states */
.global-beta-banner.is-critical{
  background:linear-gradient(90deg,rgba(220,38,38,.13),rgba(234,88,12,.09),rgba(251,191,36,.10)),#fff;
  border-bottom-color:rgba(220,38,38,.22);
}
.global-beta-banner.is-critical .beta-count,
.beta-strip.beta-strip-critical .beta-count{
  background:linear-gradient(135deg,#dc2626,#7f1d1d);
  box-shadow:0 8px 20px rgba(220,38,38,.24);
}
.global-beta-banner.is-critical .global-beta-link{
  background:#dc2626;
}
.beta-strip.beta-strip-critical{
  background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#dc2626,#ea580c,#facc15) border-box !important;
  box-shadow:0 18px 48px rgba(220,38,38,.13) !important;
}
.global-beta-banner.is-closed{
  background:#111827;
  border-bottom-color:#111827;
}
.global-beta-banner.is-closed .global-beta-copy,
.global-beta-banner.is-closed .global-beta-copy strong{
  color:#fff;
}
.global-beta-banner.is-closed .beta-count,
.beta-strip.beta-strip-closed .beta-count{
  background:linear-gradient(135deg,#6b7280,#111827);
  box-shadow:0 8px 20px rgba(17,24,39,.26);
}
.global-beta-banner.is-closed .global-beta-link{
  background:#fff;
  color:#111827;
}
.beta-strip.beta-strip-closed{
  background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#111827,#6b7280,#111827) border-box !important;
}
.beta-next-chapter{
  border-bottom:1px solid rgba(229,231,235,.92);
  background:linear-gradient(135deg,#fff 0%,#f8fafc 52%,#eef2ff 100%);
  padding:44px 0;
}
.beta-next-chapter-inner{
  display:grid;
  gap:14px;
  max-width:980px;
}
.beta-next-chapter-kicker{
  margin:0;
  color:#6b7280;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.beta-next-chapter h2{
  margin:0;
  font-size:clamp(30px,4.5vw,58px);
  line-height:1.03;
  letter-spacing:-.055em;
}
.beta-next-chapter p{
  max-width:820px;
  margin:0;
  color:#374151;
  font-size:clamp(16px,2vw,20px);
  line-height:1.55;
}
.beta-entry-disabled{
  cursor:default !important;
}
.beta-closed-form-message{
  display:grid;
  gap:12px;
}
.beta-closed-form-message .notice{
  margin:0;
}

/* V18.9.46 conversion trial: scoped to the English Ads beta landing. */
.beta-landing-page .trial-snapshot-section{
  padding-top:64px;
}

.beta-landing-page .trial-steps div{
  align-items:start;
}

.beta-landing-page .trial-steps strong{
  display:block;
  color:#111827;
}

.beta-landing-page .trial-steps small{
  display:block;
  margin-top:5px;
  color:#4b5563;
  font-size:14px;
  font-weight:650;
  line-height:1.35;
}

.beta-landing-page .trial-benefit-list{
  display:grid;
  gap:10px;
  margin:0 0 18px;
  padding:0;
  list-style:none;
}

.beta-landing-page .trial-benefit-list li{
  position:relative;
  margin:0;
  padding:16px 18px 16px 44px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:#111827;
  box-shadow:0 12px 34px rgba(17,24,39,.055);
}

.beta-landing-page .trial-benefit-list li::before{
  content:"";
  position:absolute;
  left:18px;
  top:23px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--yellow);
}

.beta-landing-page .trial-benefit-list strong{
  color:#111827;
}

/* V18.9.53 pragmatic home trim: keep the first visit focused. */
body.simple-home .btn-primary-green{
  background:#059669!important;
  border-color:#059669!important;
  color:#fff!important;
}

body.simple-home .btn-primary-green:hover{
  background:#047857!important;
  border-color:#047857!important;
  color:#fff!important;
}

body.simple-home .btn-secondary-gray{
  background:transparent!important;
  border-color:#4b5563!important;
  color:#4b5563!important;
}

body.simple-home .btn-secondary-gray:hover{
  background:#f3f4f6!important;
  border-color:#4b5563!important;
  color:#111827!important;
}

body.simple-home .private-card h3{
  display:flex;
  align-items:center;
  gap:10px;
}

body.simple-home .private-card .card-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#059669;
  color:#fff;
  font-size:12px;
  font-weight:900;
  line-height:1;
}

body.simple-home .report-output-icons{
  margin-bottom:28px;
}

body.simple-home .private-card p,
body.simple-home .microcopy,
body.simple-home .small.muted{
  color:#6b7280;
}

.conversion-page .btn:not(.secondary),
.beta-landing-page .btn:not(.secondary),
.mobile-beta-cta .btn{
  background:#059669!important;
  border-color:#059669!important;
  color:#fff!important;
}

.conversion-page .btn:not(.secondary):hover,
.beta-landing-page .btn:not(.secondary):hover,
.mobile-beta-cta .btn:hover{
  background:#047857!important;
  border-color:#047857!important;
  color:#fff!important;
}

.conversion-page .btn.secondary,
.beta-landing-page .btn.secondary{
  background:transparent!important;
  border-color:#4b5563!important;
  color:#4b5563!important;
}

.conversion-page .btn.secondary:hover,
.beta-landing-page .btn.secondary:hover{
  background:#f3f4f6!important;
  border-color:#4b5563!important;
  color:#111827!important;
}

body.simple-home .nav-links > a:not(.lang):not(.btn){
  display:none;
}

body.simple-home .hero-actions .btn.secondary + .btn.secondary{
  display:none;
}

body.simple-home .private-beta-page > section:not(.private-hero):not(#report):not(#beta):not(.final-cta),
body.simple-home .conversion-page > section.conversion-section:not(#dashboard-preview):not(#beta-application):not(#faq){
  display:none;
}

body.simple-home .private-hero,
body.simple-home .conversion-hero{
  padding-bottom:64px;
}

body.simple-home .final-cta,
body.simple-home .conversion-final{
  padding-top:72px;
  padding-bottom:72px;
}

@media(max-width:680px){
  body.simple-home .private-card .card-icon{
    flex-basis:30px;
    width:30px;
    height:30px;
    font-size:11px;
  }
}

/* V18.9.56 final CTA override: keep public conversion actions green everywhere. */
.btn-primary-green,
.nav-links .btn-primary-green,
.mobile-beta-cta .btn-primary-green,
.global-beta-link{
  background:#059669!important;
  border-color:#059669!important;
  color:#fff!important;
}

.btn-primary-green:hover,
.nav-links .btn-primary-green:hover,
.mobile-beta-cta .btn-primary-green:hover,
.global-beta-link:hover{
  background:#047857!important;
  border-color:#047857!important;
  color:#fff!important;
}

.btn-secondary-gray{
  background:transparent!important;
  border-color:#4b5563!important;
  color:#4b5563!important;
}

.btn-secondary-gray:hover{
  background:#f3f4f6!important;
  border-color:#4b5563!important;
  color:#111827!important;
}

/* V18.9.64: restore visible icon cards on IT/EN beta landing benefit lists. */
.conversion-question-list.benefit-icon-list{
  list-style:none!important;
  padding-left:0!important;
}

.conversion-question-list.benefit-icon-list li{
  margin:0!important;
  color:#111827!important;
}

/* V18.9.107 main IT/EN: visual benefit list, based on the approved 18.9.65 layout. */
.benefit-mini-image{
  display:block;
  width:118px;
  height:74px;
  object-fit:cover;
  border-radius:8px;
  border:1px solid #e5e7eb;
  background:#f8fafc;
  box-shadow:0 10px 28px rgba(17,24,39,.07);
  flex:0 0 118px;
}

.conversion-question-list.benefit-icon-list li{
  grid-template-columns:auto 118px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
}

@media(max-width:680px){
  .benefit-mini-image{
    width:96px;
    height:62px;
    flex-basis:96px;
  }

  .conversion-question-list.benefit-icon-list li{
    grid-template-columns:auto 96px minmax(0,1fr)!important;
    gap:10px!important;
  }
}

@media(max-width:380px){
  .conversion-question-list.benefit-icon-list li{
    grid-template-columns:auto minmax(0,1fr)!important;
  }

  .benefit-mini-image{
    grid-column:1 / -1;
    width:100%;
    height:86px;
  }
}

/* V18.9.107 final: restrained 5-point report section, one icon per macro theme. */
.report-point-section .section-heading{
  margin-bottom:24px;
}

.report-point-section .section-heading h2{
  max-width:920px;
}

.report-point-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.report-point-card{
  min-width:0;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:8px;
  padding:20px 18px 18px;
  box-shadow:0 14px 38px rgba(17,24,39,.06);
}

.report-point-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:12px;
  background:#f8fafc;
  border:1px solid #dbe3ef;
  color:#059669;
  margin-bottom:18px;
}

.report-point-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.report-point-card h3{
  margin:0 0 8px;
  color:#111827;
  font-size:18px;
  line-height:1.18;
}

.report-point-card p{
  margin:0;
  color:#4b5563;
  font-size:15px;
  line-height:1.45;
}

@media(max-width:1100px){
  .report-point-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .report-point-card:last-child{
    grid-column:1 / -1;
  }
}

@media(max-width:680px){
  .report-point-section .section-heading{
    margin-bottom:18px;
  }

  .report-point-grid{
    grid-template-columns:1fr;
  }

  .report-point-card,
  .report-point-card:last-child{
    grid-column:auto;
  }

  .report-point-card{
    display:grid;
    grid-template-columns:48px minmax(0,1fr);
    gap:0 14px;
    padding:16px;
  }

  .report-point-icon{
    grid-row:1 / span 2;
    margin-bottom:0;
  }

  .report-point-card h3{
    font-size:17px;
  }

  .report-point-card p{
    font-size:14px;
  }
}

/* V18.9.107 final: dashboard previews open in-page instead of navigating away. */
body.has-dashboard-lightbox-open{
  overflow:hidden;
}

.dashboard-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  place-items:center;
  padding:22px;
}

.dashboard-lightbox.is-open{
  display:grid;
}

.dashboard-lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(17,24,39,.78);
  backdrop-filter:blur(4px);
}

.dashboard-lightbox-frame{
  position:relative;
  z-index:1;
  width:min(1180px,100%);
  max-height:calc(100vh - 44px);
  display:grid;
  gap:10px;
  justify-items:center;
}

.dashboard-lightbox-image{
  display:block;
  max-width:100%;
  max-height:calc(100vh - 116px);
  object-fit:contain;
  border-radius:8px;
  background:#fff;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 28px 80px rgba(0,0,0,.38);
}

.dashboard-lightbox-close{
  position:absolute;
  top:-14px;
  right:-14px;
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#111827;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 16px 36px rgba(0,0,0,.22);
}

.dashboard-lightbox-close:hover{
  border-color:#059669;
  color:#059669;
}

.dashboard-lightbox-nav{
  position:absolute;
  top:50%;
  z-index:2;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.42);
  background:rgba(255,255,255,.94);
  color:#111827;
  font-size:38px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 16px 36px rgba(0,0,0,.24);
}

.dashboard-lightbox-prev{
  left:10px;
}

.dashboard-lightbox-next{
  right:10px;
}

.dashboard-lightbox-nav:hover{
  border-color:#059669;
  color:#059669;
}

.dashboard-lightbox-open{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(0,0,0,.20);
}

.dashboard-lightbox-open:hover{
  color:#059669;
  text-decoration:none;
}

.dashboard-lightbox-caption{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#111827;
  font-size:13px;
  font-weight:850;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

@media(max-width:680px){
  .dashboard-lightbox{
    padding:12px;
  }

  .dashboard-lightbox-frame{
    max-height:calc(100vh - 24px);
  }

  .dashboard-lightbox-image{
    max-height:calc(100vh - 104px);
  }

  .dashboard-lightbox-close{
    top:8px;
    right:8px;
  }

  .dashboard-lightbox-nav{
    width:40px;
    height:40px;
    font-size:32px;
  }

  .dashboard-lightbox-prev{
    left:6px;
  }

  .dashboard-lightbox-next{
    right:6px;
  }
}

/* V19.0.1 language consistency: paid report CTAs stay green across IT/EN/root. */
a.btn[href*="q/report"],
.official-questionnaire-form .btn-primary,
.submit-panel .btn-primary{
  background:#059669!important;
  border-color:#059669!important;
  color:#fff!important;
}

a.btn[href*="q/report"]:hover,
.official-questionnaire-form .btn-primary:hover,
.submit-panel .btn-primary:hover{
  background:#047857!important;
  border-color:#047857!important;
  color:#fff!important;
}

/* V18.9.107 unified bilingual beta landing */
html:not([lang="en"]) .lang-en{display:none!important}
html[lang="en"] .lang-it{display:none!important}

.unified-beta-page .global-beta-banner{display:none!important}
.single-beta-strip{
  background:#111827;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.single-beta-strip-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:42px;
  text-align:center;
  font-size:14px;
  font-weight:800;
}
.single-beta-strip strong{
  display:inline-grid;
  place-items:center;
  min-width:34px;
  height:26px;
  border-radius:999px;
  background:#059669;
  color:#fff;
  font-size:15px;
}
.unified-beta-page .nav .lang[aria-current="page"]{
  color:#111827;
  background:#f3f4f6;
  border-radius:999px;
}
.unified-hero .conversion-lead{max-width:720px}
.unified-beta-page .conversion-page h1{
  font-size:clamp(40px,4.6vw,64px);
  line-height:1.04;
  max-width:680px;
}
.unified-preview-pair{align-content:start}
.unified-point-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.unified-point-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:8px;
  padding:18px;
  box-shadow:0 14px 42px rgba(17,24,39,.08);
  min-width:0;
}
.point-visual{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:12px;
  align-items:center;
  margin-bottom:14px;
}
.point-media{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:16px;
  color:#fff;
  font-size:27px;
  line-height:1;
  margin-bottom:14px;
  box-shadow:0 12px 28px rgba(17,24,39,.14);
}
.point-visual .point-media{
  margin-bottom:0;
}
.point-image{
  display:block;
  width:100%;
  height:86px;
  object-fit:cover;
  border-radius:8px;
  border:1px solid #e5e7eb;
  background:#f8fafc;
}
.point-media.blue{background:#1a73e8}
.point-media.red{background:#ea4335}
.point-media.yellow{background:#fbbc04;color:#111827}
.point-media.green{background:#34a853}
.point-media.dark{background:#111827}
.unified-point-card h3{
  font-size:18px;
  line-height:1.18;
  margin:0 0 8px;
  color:#111827;
}
.unified-point-card p{
  margin:0;
  color:#4b5563;
  font-size:15px;
  line-height:1.45;
}

@media(max-width:1100px){
  .unified-point-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .unified-point-card:last-child{grid-column:1/-1}
}

@media(max-width:680px){
  .single-beta-strip-inner{
    align-items:flex-start;
    padding:8px 0;
    font-size:12px;
    line-height:1.35;
  }
  .unified-beta-page .landing-wordmark{font-size:clamp(74px,22vw,112px)}
  .unified-beta-page .conversion-hero{padding-top:34px}
  .unified-point-grid{grid-template-columns:1fr}
  .unified-point-card:last-child{grid-column:auto}
  .unified-point-card{
    display:block;
  }
  .point-visual{
    grid-template-columns:56px minmax(0,1fr);
    margin-bottom:12px;
  }
  .point-image{
    height:92px;
  }
  .unified-point-card h3{font-size:17px}
  .unified-point-card p{font-size:14px}
}

/* V19.0.1: high-contrast report/questionnaire CTA only. */
a.btn[href*="q/report"]{
  background:#FFD700!important;
  border-color:#FFD700!important;
  color:#111827!important;
  box-shadow:0 12px 28px rgba(255,215,0,.28);
}
a.btn[href*="q/report"]:hover,
a.btn[href*="q/report"]:focus-visible{
  background:#E6BE00!important;
  border-color:#E6BE00!important;
  color:#111827!important;
  transform:translateY(-1px);
}

/* V19.0.1: force every landing questionnaire CTA to the same yellow. */
.beta-landing-page .nav-links a.btn[href*="q/report"],
.beta-landing-page .hero-actions a.btn[href*="q/report"],
.beta-landing-page .beta-preview-grid a.btn[href*="q/report"],
.mobile-beta-cta a.btn[href*="q/report"],
a.btn.btn-primary-green[href*="q/report"]{
  background:#FFD700!important;
  border-color:#FFD700!important;
  color:#111827!important;
  box-shadow:0 12px 28px rgba(255,215,0,.28)!important;
}
.beta-landing-page .nav-links a.btn[href*="q/report"]:hover,
.beta-landing-page .hero-actions a.btn[href*="q/report"]:hover,
.beta-landing-page .beta-preview-grid a.btn[href*="q/report"]:hover,
.mobile-beta-cta a.btn[href*="q/report"]:hover,
a.btn.btn-primary-green[href*="q/report"]:hover{
  background:#E6BE00!important;
  border-color:#E6BE00!important;
  color:#111827!important;
}

/* V18.9.166: beta count readability and carousel arrow alignment. */
.free-beta-count-copy{
  line-height:1.7;
}
.beta-inline-count{
  display:inline-grid;
  place-items:center;
  min-width:42px;
  height:42px;
  padding:0 11px;
  margin:0 5px 5px;
  border-radius:999px;
  background:linear-gradient(135deg,#1a73e8,#111827);
  color:#fff;
  font-weight:950;
  font-variant-numeric:tabular-nums;
  box-shadow:0 10px 24px rgba(26,115,232,.22);
}
.dashboard-preview-note{
  max-width:440px;
  margin:10px 0 0;
  color:#4b5563;
  font-size:15px;
  line-height:1.45;
}
@media(min-width:761px){
  .dashboard-showcase-carousel,
  .feedback-carousel{
    grid-template-columns:minmax(0,1fr)!important;
    padding-left:54px;
    padding-right:54px;
  }
  .dashboard-showcase-track,
  .feedback-track,
  .dashboard-dots,
  .feedback-dots{
    grid-column:1!important;
  }
  .dashboard-showcase-carousel .feedback-arrow,
  .feedback-carousel .feedback-arrow{
    position:absolute;
    top:50%;
    z-index:3;
    transform:translateY(-50%);
  }
  .dashboard-showcase-carousel .feedback-arrow:hover,
  .feedback-carousel .feedback-arrow:hover{
    transform:translateY(calc(-50% - 1px));
  }
  .dashboard-showcase-carousel .dashboard-prev,
  .feedback-carousel .feedback-prev{
    left:0;
  }
  .dashboard-showcase-carousel .dashboard-next,
  .feedback-carousel .feedback-next{
    right:0;
  }
  .dashboard-dots,
  .feedback-dots{
    margin-top:12px;
  }
}
@media(max-width:760px){
  .beta-inline-count{
    min-width:38px;
    height:38px;
    margin-left:2px;
    margin-right:2px;
  }
  .dashboard-preview-note{
    max-width:none;
    font-size:14px;
  }
}

/* V18.9.166: method line, lockup spacing, method page, carousel alignment and reduced motion. */
.landing-lockup{
  padding-top:12px;
  padding-bottom:8px;
}
.landing-lockup .logo-dots{
  margin-bottom:10px;
}
.landing-wordmark{
  margin-bottom:10px;
}
.landing-subtitle{
  margin-top:10px;
  margin-bottom:16px;
}
.method-micro{
  text-align:center;
  margin:8px 0 12px;
}
.method-dots{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}
.mdot{
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
}
.mdot-blue{background:#1a73e8}
.mdot-red{background:#ea4335}
.mdot-yellow{background:#fbbc04}
.mdot-green{background:#34a853}
.method-labels{
  margin:0;
  padding:0 8px;
  color:#6b7280;
  font-size:11px;
  font-weight:600;
  line-height:1.5;
  letter-spacing:0;
}
.msep{
  color:#c7cdd6;
  margin:0 5px;
}
.dashboard-showcase-carousel .dashboard-next,
.feedback-carousel .feedback-next{
  right:16px;
}
.method-page{
  background:#fbfbfd;
}
.method-hero{
  padding:80px 0 60px;
  text-align:center;
  background:#fff;
  border-bottom:1px solid #e5e7eb;
}
.method-hero h1{
  margin:0 0 16px;
  color:#111827;
  font-size:clamp(42px,6vw,78px);
  line-height:1.04;
  letter-spacing:0;
}
.method-hero .lead{
  max-width:700px;
  margin:0 auto;
  color:#4b5563;
  font-size:clamp(17px,2vw,22px);
  line-height:1.55;
}
.method-section{
  padding:60px 0;
  background:#fff;
  border-bottom:1px solid #f3f4f6;
}
.method-section:nth-child(even){
  background:#fafbfc;
}
.method-grid{
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  gap:28px;
  align-items:start;
  max-width:760px;
  margin:0 auto;
}
.method-letter{
  color:#111827;
  font-size:72px;
  font-weight:950;
  line-height:1;
  text-align:center;
}
.ml-blue{color:#1a73e8}
.ml-red{color:#ea4335}
.ml-yellow{color:#b8860b}
.ml-green{color:#34a853}
.ml-black{color:#111827}
.method-content h2{
  margin:0 0 10px;
  color:#111827;
  font-size:26px;
  line-height:1.18;
  letter-spacing:0;
}
.method-content p{
  max-width:620px;
  margin:0;
  color:#4b5563;
  font-size:16px;
  line-height:1.65;
}
.method-closing{
  padding:72px 0;
  text-align:center;
  background:#f9fafb;
  border-top:1px solid #e5e7eb;
}
.method-closing blockquote{
  max-width:660px;
  margin:0 auto 32px;
  padding-left:20px;
  color:#374151;
  font-size:17px;
  line-height:1.6;
  text-align:left;
  border-left:3px solid #e5e7eb;
}
.method-closing .btn{
  margin-top:4px;
}
@media(min-width:768px){
  .method-labels{
    font-size:12px;
  }
}
@media(max-width:680px){
  .landing-lockup{
    padding-top:8px;
    padding-bottom:6px;
  }
  .landing-lockup .logo-dots{
    margin-bottom:8px;
  }
  .landing-wordmark{
    margin-bottom:8px;
  }
  .landing-subtitle{
    margin-top:8px;
    margin-bottom:12px;
  }
  .dashboard-showcase-carousel .dashboard-next,
  .feedback-carousel .feedback-next{
    right:10px;
  }
  .dashboard-showcase-carousel .dashboard-prev,
  .dashboard-showcase-carousel .dashboard-next{
    width:44px;
    max-width:44px;
    position:relative;
  }
  .dashboard-showcase-carousel .dashboard-prev{
    justify-self:start;
    left:10px;
  }
  .dashboard-showcase-carousel .dashboard-next{
    justify-self:end;
    right:10px;
  }
  .method-grid{
    grid-template-columns:56px minmax(0,1fr);
    gap:18px;
  }
  .method-letter{
    font-size:52px;
  }
  .method-content h2{
    font-size:21px;
  }
  .method-section{
    padding:44px 0;
  }
  .method-hero{
    padding:56px 0 40px;
  }
}
@media(max-width:480px){
  .method-labels{
    font-size:9.5px;
    letter-spacing:0;
  }
  .msep{
    margin:0 3px;
  }
  .mdot{
    width:6px;
    height:6px;
  }
  .method-dots{
    gap:8px;
  }
}
@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
  }
}

/* V18.9.166: nav method line, clean hero logo and responsive polish. */
.nav .logo{
  display:grid;
  grid-template-columns:auto minmax(0,auto);
  grid-template-rows:auto auto;
  column-gap:12px;
  row-gap:0;
  align-items:center;
  min-width:0;
  letter-spacing:0;
}
.nav .logo-dots{
  grid-column:1;
  grid-row:1 / span 2;
  align-self:center;
  margin-right:2px;
  margin-bottom:6px;
}
.nav .logo-word{
  grid-column:2;
  grid-row:1;
  display:inline-block;
  margin-bottom:2px;
  line-height:.9;
  letter-spacing:-.025em;
}
.nav .logo::after{
  content:"Giudizio · Orientamento · Opportunità · Ottimizzazione · Ostacoli · Bussola";
  grid-column:2;
  grid-row:2;
  margin-top:6px;
  color:#1a73e8;
  background:linear-gradient(90deg,#111827 0 12%,#1a73e8 12% 29%,#ea4335 29% 51%,#b8860b 51% 72%,#34a853 72% 88%,#111827 88% 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  font-size:9.5px;
  font-weight:800;
  line-height:1;
  letter-spacing:0;
  text-transform:none;
  white-space:nowrap;
}
html[lang="en"] .nav .logo::after{
  content:"Judgment · Orientation · Opportunities · Optimization · Obstacles · Bridge";
}
.nav .landing-subtitle,
.nav .hero-subtitle,
.nav [class*="subtitle"],
.nav .nav-tagline{
  margin-top:8px;
}
.hero-logo-dots{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin:0 auto 16px;
}
.hero-dot{
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
}
.hero-dot-blue{background:#1a73e8}
.hero-dot-red{background:#ea4335}
.hero-dot-yellow{background:#fbbc04}
.hero-dot-green{background:#34a853}
.conversion-hero-copy,
.hero-dashboard-proof,
.dashboard-case-card,
.feedback-track blockquote{
  min-width:0;
}
.beta-landing-page .btn,
.method-page .btn{
  text-align:center;
  white-space:normal;
}
@media(min-width:768px){
  .hero-logo-dots{
    margin-bottom:18px;
  }
}
@media(max-width:680px){
  .nav .logo{
    column-gap:9px;
  }
  .nav .logo-word{
    margin-bottom:1px;
  }
  .nav .logo::after{
    margin-top:5px;
    font-size:8px;
  }
  .hero-logo-dots{
    gap:10px;
    margin-bottom:14px;
  }
}
@media(max-width:480px){
  .hero-dot{
    width:6px;
    height:6px;
  }
  .hero-logo-dots{
    gap:8px;
  }
}
@media(max-width:360px){
  .nav .logo-word{
    font-size:28px;
  }
  .nav .logo::after{
    max-width:210px;
    font-size:7px;
    letter-spacing:.04em;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}
@supports (padding: max(0px)){
  .mobile-beta-cta{
    padding-bottom:max(10px, env(safe-area-inset-bottom));
  }
}

/* V18.9.166: clearer logo lockup and readable method line. */
.landing-lockup{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:0 8px;
}
.landing-lockup .hero-logo-dots{
  order:1;
  flex:0 0 auto;
  width:auto;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:4px;
  margin:0;
}
.landing-lockup .landing-wordmark{
  order:2;
  flex:0 0 auto;
  margin:0;
}
.landing-lockup .landing-subtitle{
  order:3;
  flex:1 0 100%;
  margin-top:12px!important;
  margin-bottom:16px;
}
.method-nav-line,
.method-labels{
  color:#374151;
  font-size:11px;
  font-weight:400;
  letter-spacing:0.02em;
}
.method-nav-line span,
.method-labels span{
  color:#374151!important;
}
.method-nav-line .mn-sep,
.method-labels .msep,
.method-labels .mhdot{
  color:#9ca3af!important;
  margin:0 6px;
}
.nav .logo{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  column-gap:8px;
  row-gap:0;
  min-width:0;
  letter-spacing:0;
}
.nav .logo-dots{
  display:flex;
  align-items:center;
  gap:4px;
  flex:0 0 auto;
  margin:0;
}
.nav .logo-word{
  display:inline-block;
  flex:0 0 auto;
  margin:0;
  line-height:.9;
  letter-spacing:0;
}
.nav .logo::after{
  content:"Giudizio \00B7\0020 Orientamento \00B7\0020 Opportunit\00E0\0020\00B7\0020 Ottimizzazione \00B7\0020 Ostacoli \00B7\0020 Bussola";
  flex:1 0 100%;
  max-width:min(440px, calc(100vw - 96px));
  margin:4px 0 0 34px;
  color:#374151;
  background:none;
  -webkit-background-clip:initial;
  background-clip:initial;
  -webkit-text-fill-color:currentColor;
  font-size:11px;
  font-weight:400;
  line-height:1.15;
  letter-spacing:0.02em;
  text-transform:none;
  white-space:normal;
}
html[lang="en"] .nav .logo::after{
  content:"Judgment \00B7\0020 Orientation \00B7\0020 Opportunities \00B7\0020 Optimization \00B7\0020 Obstacles \00B7\0020 Bridge";
}
@media(max-width:760px){
  .conversion-page{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  .conversion-page .container{
    width:min(calc(100% - 24px), 366px)!important;
    max-width:min(calc(100% - 24px), 366px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
@media(max-width:680px){
  .nav .logo::after{
    margin-top:4px;
    margin-left:30px;
    font-size:9.5px;
    max-width:min(300px, calc(100vw - 74px));
  }
}
@media(max-width:480px){
  .method-nav-line,
  .method-labels{
    font-size:9.5px;
  }
  .landing-lockup .landing-subtitle{
    margin-top:10px!important;
  }
  .landing-lockup .hero-logo-dots{
    gap:4px;
  }
}
@media(max-width:360px){
  .nav .logo::after{
    max-width:min(270px, calc(100vw - 70px));
    font-size:9px;
    letter-spacing:0;
  }
}

/* V18.9.166: hero logo sizing variables. */
.conversion-hero-copy{
  --hero-wordmark-size:clamp(40px, 5.18vw, 94px);
  --hero-dot-size:clamp(4px, .39vw, 6px);
  --hero-dot-gap:15px;
  --hero-dot-word-gap:10px;
  --hero-dot-group-width:calc((var(--hero-dot-size) * 4) + (var(--hero-dot-gap) * 3));
  --hero-word-width:calc(var(--hero-wordmark-size) * 3.49);
  --hero-logo-row-width:calc(var(--hero-dot-group-width) + var(--hero-dot-word-gap) + var(--hero-word-width));
  --hero-bubble-indent:calc(((100% - var(--hero-logo-row-width)) / 2) + var(--hero-dot-group-width) + var(--hero-dot-word-gap) + (var(--hero-wordmark-size) * .36));
}
.landing-lockup{
  column-gap:var(--hero-dot-word-gap);
}
.landing-lockup .landing-wordmark{
  font-size:var(--hero-wordmark-size)!important;
  line-height:.84;
}
.landing-lockup .hero-logo-dots{
  gap:var(--hero-dot-gap)!important;
}
.landing-lockup .hero-dot{
  width:var(--hero-dot-size);
  height:var(--hero-dot-size);
}
.landing-lockup .landing-subtitle{
  margin-top:14px!important;
}
.landing-subtitle::before{
  box-shadow:15px 0 0 var(--red),30px 0 0 var(--yellow),45px 0 0 var(--green);
}
.hero-urgency-badge{
  width:fit-content;
  max-width:calc(100% - max(0px, var(--hero-bubble-indent)));
  margin-left:max(0px, var(--hero-bubble-indent));
  justify-content:flex-start;
  text-align:left;
}
@media(max-width:480px){
  .conversion-hero-copy{
    --hero-wordmark-size:clamp(40px, 10.4vw, 42px);
    --hero-dot-size:4px;
    --hero-dot-gap:15px;
    --hero-dot-word-gap:8px;
  }
  .landing-lockup .landing-subtitle{
    margin-top:12px!important;
  }
  .hero-urgency-badge{
    font-size:11.5px;
    line-height:1.25;
  }
}

/* V18.9.166: final hero/nav cleanup from live comparison. */
.conversion-hero-copy{
  --hero-dot-gap:4px;
  --hero-dot-word-gap:6px;
}
.landing-lockup{
  align-items:center;
}
.landing-lockup .hero-logo-dots{
  order:1;
  flex:0 0 auto;
  align-self:center;
  margin:0!important;
}
.landing-lockup .landing-wordmark{
  order:2;
  flex:0 0 auto;
}
.landing-lockup .landing-subtitle{
  order:3;
  flex:1 0 100%;
  margin-top:16px!important;
}
.nav .logo::after{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  font-size:10px!important;
  font-weight:500!important;
  background:none!important;
}
.nav .landing-subtitle,
.nav .logo-subtitle,
.nav .subtitle-career,
.nav .hero-subtitle,
.nav [class*="subtitle"],
.nav .nav-tagline{
  display:none!important;
}
@media(max-width:480px){
  .landing-lockup .landing-subtitle{
    margin-top:16px!important;
  }
  .nav .logo::after{
    font-size:10px!important;
  }
}

/* V18.9.166: match original hero logo, no dots in hero. */
.conversion-hero-copy{
  --hero-wordmark-size:clamp(70px, 7.4vw, 108px);
}
.landing-lockup{
  display:block;
  text-align:center;
}
.landing-lockup .landing-wordmark{
  display:block;
  margin:0 auto;
}
.landing-lockup .hero-logo-dots,
.landing-lockup .landing-dots{
  display:none!important;
}
.landing-lockup .landing-subtitle{
  display:inline-flex;
  margin-top:14px!important;
}
.nav .logo::after{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  font-size:10px!important;
  font-weight:400!important;
  background:none!important;
}
.method-nav-line,
.method-labels{
  color:#111827!important;
  font-size:10px;
  font-weight:400;
}
.method-nav-line span,
.method-labels span{
  color:#111827!important;
}
.mn-sep,
.msep{
  color:#9ca3af;
  margin:0 5px;
}
@media(max-width:480px){
  .conversion-hero-copy{
    --hero-wordmark-size:58px;
  }
}

/* V18.9.166: 5 mm gap between subtitle dots and Career Intelligence text. */
.landing-lockup .landing-subtitle{
  padding-left:calc(67px + 5mm)!important;
}
@media(max-width:680px){
  .landing-lockup .landing-subtitle{
    padding-left:10px!important;
  }
}

/* REV 19.0.1: payment polish and mobile overflow fixes. */
.hero-urgency-badge{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  width:fit-content!important;
  max-width:100%!important;
  margin:0 0 22px!important;
  padding:10px 16px!important;
  border-radius:20px!important;
  gap:10px!important;
  white-space:normal!important;
}
.hero-urgency-badge > span[aria-hidden="true"]{
  width:9px!important;
  height:9px!important;
  flex:0 0 auto!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(255,255,255,.22)!important;
}
.hero-urgency-badge .lp-old,
.hero-urgency-badge .lp-new,
.hero-urgency-badge .lp-note{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.hero-urgency-badge .lp-old{
  color:rgba(255,255,255,.76)!important;
  font-weight:800!important;
  text-decoration-thickness:2px!important;
}
.hero-urgency-badge .lp-new{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#dc2626!important;
  font-size:18px!important;
  line-height:1!important;
  font-variant-numeric:tabular-nums!important;
}
.hero-urgency-badge .lp-note{
  color:#fff!important;
  font-size:13px!important;
  line-height:1.25!important;
}
.report-point-card p + p,
.unified-point-card p + p{
  margin-top:8px;
}
@media(max-width:760px){
  .hero-urgency-badge{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
    margin-left:0!important;
  }
  .hero-urgency-badge .lp-note{
    flex:1 0 100%!important;
    white-space:normal!important;
  }
  .report-point-card p,
  .report-point-card p + p{
    grid-column:2!important;
  }
  .payment-grid,
  .payment-card,
  .payhip-card,
  .embed-wrap,
  .form-card{
    min-width:0!important;
    max-width:100%!important;
  }
  .flow-step{
    display:grid!important;
    grid-template-columns:1fr auto 1fr!important;
    gap:8px!important;
  }
  .flow-step span{
    min-width:0!important;
    white-space:normal!important;
    text-align:center!important;
  }
  .price{
    font-variant-numeric:tabular-nums!important;
    white-space:nowrap!important;
  }
}
@media(max-width:420px){
  .hero-urgency-badge{
    padding:10px 12px!important;
    gap:8px!important;
  }
  .hero-urgency-badge .lp-new{
    font-size:17px!important;
  }
}

/* REV 19.0.1: compact mobile nav so the method line never clips on iPhone/Android. */
@media(max-width:760px){
  .nav-inner{
    height:58px!important;
    gap:10px!important;
  }
  .nav .logo{
    max-width:calc(100% - 62px)!important;
    overflow:hidden!important;
  }
  .nav .logo-word{
    font-size:28px!important;
    line-height:.9!important;
  }
  .nav .logo-dots{
    gap:3px!important;
  }
  .nav .logo-dots i{
    width:6px!important;
    height:6px!important;
  }
  .nav .logo::after{
    display:none!important;
  }
  .nav-toggle{
    width:46px!important;
    height:46px!important;
    flex:0 0 46px!important;
  }
  .mobile-beta-cta{
    position:static!important;
    display:grid!important;
    padding:18px 12px!important;
    border-top:1px solid rgba(229,231,235,.92)!important;
    background:#fff!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
  }
}

/* REV 19.0.5: restored proof-strip counter layout and spacing. */
.proof-strip-section{
  padding:28px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fff;
}
.proof-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--line);
  box-shadow:0 18px 42px rgba(17,24,39,.06);
}
.proof-item{
  display:grid;
  align-content:center;
  justify-items:center;
  gap:8px;
  min-height:104px;
  padding:18px 12px;
  background:#fff;
  text-align:center;
}
.proof-item strong{
  display:block;
  min-width:3ch;
  font-size:34px;
  line-height:1;
  font-weight:900;
  font-variant-numeric:tabular-nums;
  color:#111827;
}
.proof-item span{
  display:block;
  max-width:150px;
  font-size:13px;
  line-height:1.25;
  font-weight:750;
  color:#475467;
}
@media(max-width:680px){
  .proof-strip-section{padding:20px 0;}
  .proof-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-radius:12px;
  }
  .proof-item{
    min-height:92px;
    padding:14px 8px;
  }
  .proof-item strong{
    font-size:29px;
  }
  .proof-item span{
    font-size:12px;
    max-width:120px;
  }
}
