:root{
  /* Точная палитра из AthLEOS_brand_logo_structure_pilot.pdf */
  --navy:#0D1B2A;
  --teal:#00A7AE;
  --orange:#FF7A00;
  --neutral:#F2F6F9;
  --ink:#0D1B2A;
  --paper:#ffffff;
  --muted:#5b6672;
  --line:#e3e7ea;
  --soft:#F2F6F9;
  --teal-soft:#e3f5f5;
  --orange-soft:#fff1e3;
  --radius:12px;
}
*{box-sizing:border-box;}
body{
  margin:0;
  font-family:"Poppins","Montserrat","Segoe UI",system-ui,-apple-system,sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.55;
}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
.wrap{max-width:1120px;margin:0 auto;padding:0 24px;}

/* HEADER — две строки, как на действующем athleos.org */
header{
  border-bottom:1px solid var(--line);
  position:sticky;top:0;background:var(--paper);z-index:10;
}
header .wrap.header-top{
  display:flex;align-items:center;justify-content:space-between;
  height:66px;
}
header .wrap.header-bottom{
  display:flex;align-items:center;
  height:48px;border-top:1px solid var(--line);
}
.logo{font-weight:800;font-size:20px;letter-spacing:-0.02em;color:var(--navy);display:flex;align-items:center;}
.logo span{color:var(--orange);}
.logo img{height:30px;width:auto;display:block;}
footer .logo img{height:26px;}
.logo-group{
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
}
.logo-descriptor{
  font-size:10px;
  line-height:1;
  color:var(--navy);
  white-space:nowrap;
  font-weight:700;
  letter-spacing:0.06em;
}
@media (max-width:760px){.logo-descriptor{display:none;}}
.header-actions{display:flex;align-items:center;gap:16px;}
nav{display:flex;gap:22px;font-size:14px;color:var(--navy);white-space:nowrap;align-items:center;}
nav a:hover{color:var(--teal);}
nav a.active{color:var(--teal);font-weight:700;}
.nav-dropdown{position:relative;}
.nav-dropdown>a:after{content:" ▾";font-size:10px;color:var(--muted);}
.nav-dropdown-menu{
  position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--line);border-radius:10px;
  padding:8px;min-width:220px;box-shadow:0 8px 24px rgba(13,27,42,0.10);
  display:none;flex-direction:column;gap:2px;z-index:20;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu{display:flex;}
.nav-dropdown-menu a{padding:8px 10px;border-radius:6px;font-size:14px;white-space:nowrap;}
.nav-dropdown-menu a:hover{background:var(--teal-soft);color:var(--teal);}
.lang-toggle{font-size:13px;color:var(--muted);display:flex;gap:6px;}
.lang-toggle a.active{color:var(--navy);font-weight:700;}
.header-login{font-size:13px;font-weight:600;color:var(--navy);}
.header-login:hover{color:var(--teal);}
.header-cta{
  background:var(--teal);color:#fff;padding:10px 20px;border-radius:8px;
  font-size:14px;font-weight:600;
}
.header-cta:hover{background:#007f85;}

/* HERO */
.hero{padding:72px 0 56px;}
.hero-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:48px;align-items:center;}
.hero--article{padding:56px 0 40px;}
.hero--article h1{max-width:760px;}
.hero--article .lead{max-width:640px;}
.eyebrow{
  display:inline-block;font-size:13px;font-weight:700;color:var(--teal);
  background:var(--teal-soft);padding:6px 14px;border-radius:999px;margin-bottom:20px;
}
.eyebrow.orange{color:var(--orange);background:var(--orange-soft);}
h1{font-size:44px;line-height:1.18;margin:0 0 18px;letter-spacing:-0.01em;color:var(--navy);font-weight:800;}
.hero p.lead{font-size:18px;color:var(--muted);margin:0 0 28px;max-width:520px;}
.cta-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.btn-primary{
  background:var(--teal);color:#fff;padding:16px 28px;border-radius:8px;
  font-weight:700;font-size:16px;display:inline-block;border:none;cursor:pointer;
}
.btn-primary:hover{background:#007f85;}
.btn-ghost{
  font-weight:600;font-size:15px;color:var(--navy);border-bottom:2px solid var(--navy);
  padding-bottom:2px;
}
.price-note{font-size:13px;color:var(--muted);margin-top:14px;}
.hero-art{
  background:var(--teal-soft);border-radius:var(--radius);
  aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;
  font-size:14px;color:var(--teal);text-align:center;padding:20px;
  overflow:hidden;
}
.hero-art:has(img){padding:0;aspect-ratio:1/1;}
.hero-art img{width:100%;height:100%;object-fit:contain;display:block;}

/* TRUST STRIP */
.trust{
  background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:28px 0;
}
.trust .wrap{
  display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;
}
.trust-item{font-size:14px;color:var(--muted);display:flex;gap:8px;align-items:center;}
.trust-item b{color:var(--teal);font-size:18px;}
.trust-item:nth-child(even) b{color:var(--orange);}
.trust-link{font-size:13px;color:var(--teal);font-weight:600;}

/* SECTIONS */
section{padding:72px 0;}
section.alt{background:var(--soft);}
.section-head{max-width:680px;margin:0 0 40px;}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center;}
.section-head .eyebrow{margin-bottom:14px;}
h2{font-size:30px;margin:0 0 12px;letter-spacing:-0.01em;color:var(--navy);font-weight:800;}
.section-head p{color:var(--muted);font-size:16px;margin:0;}

.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.pain-grid.cols-4{grid-template-columns:repeat(4,1fr);}
.pain-card{
  border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff;
}
.pain-card .tag,
.component-card .tag{font-size:13px;color:var(--teal);font-weight:700;margin-bottom:10px;display:block;}
.pain-card h3{font-size:18px;margin:0 0 8px;color:var(--navy);}
.pain-card p{font-size:14px;color:var(--muted);margin:0;}

/* PROGRAM CARDS (Экран 2 — Две программы) */
.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.program-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px;
  box-shadow:0 1px 2px rgba(13,27,42,0.04);transition:box-shadow .15s,transform .15s;
}
.program-card:hover{box-shadow:0 8px 24px rgba(13,27,42,0.10);transform:translateY(-2px);}
.program-card .icon{
  width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:18px;color:#fff;margin-bottom:20px;
}
.program-card.teal .icon{background:var(--teal);}
.program-card.navy .icon{background:var(--navy);}
.program-card.orange .icon{background:var(--orange);}
.program-card h3{font-size:20px;margin:0 0 10px;color:var(--navy);}
.program-card p{font-size:15px;color:var(--muted);margin:0 0 18px;}
.program-card a{font-size:14px;font-weight:700;color:var(--teal);}

/* PREVIEW STEPS */
.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.preview-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;
}
.preview-kicker{
  width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:var(--orange-soft);color:var(--orange);font-weight:800;font-size:14px;margin-bottom:16px;
}
.preview-card h3{font-size:18px;margin:0 0 8px;color:var(--navy);}
.preview-card p{font-size:14px;color:var(--muted);margin:0;}

/* AUTHORS (Экран 3 — Почему доверять) */
.authors-row{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;align-items:center;}
.authors-photos{display:flex;gap:20px;}
.author-card{text-align:center;}
.author-avatar{
  width:96px;height:96px;border-radius:50%;background:var(--teal-soft);color:var(--teal);
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:22px;
  margin:0 auto 12px;
}
.author-card .name{font-size:14px;font-weight:700;color:var(--navy);}
.author-card .cred{font-size:12px;color:var(--muted);}
.authors-text p{font-size:16px;color:var(--ink);margin:0 0 16px;}
.authors-text a{color:var(--teal);font-weight:700;font-size:14px;}

/* TIMELINE (Экран 4 — Как это работает) */
.timeline{position:relative;padding-left:8px;}
.timeline-step{position:relative;padding:0 0 36px 56px;}
.timeline-step:last-child{padding-bottom:0;}
.timeline-step:before{
  content:"";position:absolute;left:17px;top:36px;bottom:0;width:2px;background:var(--line);
}
.timeline-step:last-child:before{display:none;}
.timeline-step .num{
  position:absolute;left:0;top:0;width:36px;height:36px;border-radius:50%;background:var(--teal);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;
}
.timeline-step:nth-child(even) .num{background:var(--orange);}
.timeline-step h3{font-size:17px;margin:0 0 6px;color:var(--navy);}
.timeline-step p{font-size:14px;color:var(--muted);margin:0;max-width:600px;}

/* REPORT PREVIEW */
.report{
  background:var(--navy);color:#fff;border-radius:24px;padding:56px;
  display:grid;grid-template-columns:0.9fr 1.1fr;gap:48px;align-items:center;
}
.report h2{color:#fff;}
.report p{color:#cfd6dd;}
.report-mock{
  background:#162840;border-radius:16px;padding:24px;font-size:13px;color:#aab4bf;
}
.report-mock .bar{height:10px;background:#26395294;border-radius:6px;margin:10px 0;overflow:hidden;}
.report-mock .bar i{display:block;height:100%;background:var(--teal);}
.report-mock .match-row{
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  padding:12px 0;border-bottom:1px solid #ffffff14;font-size:14px;color:#fff;
}
.report-mock .match-row:last-of-type{border-bottom:none;}
.match-level{font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px;white-space:nowrap;}
.match-level.high{background:var(--teal);color:var(--navy);}
.match-level.good{background:#2a3f5c;color:#cfd6dd;}
.report-mock .report-disclaimer{margin-top:16px;font-size:12px;color:#8b97a3;line-height:1.5;}
.report .btn-primary{margin-top:24px;}

/* STORIES (Экран 5) */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.testi-card{
  background:#fff;border-radius:var(--radius);padding:28px;border:1px solid var(--line);
  border-left:3px solid var(--teal);
}
.testi-card p{font-size:15px;margin:0 0 16px;color:var(--ink);}
.testi-who{font-size:13px;color:var(--muted);}
.phase-banner{
  background:var(--teal-soft);border-radius:var(--radius);padding:24px 28px;margin-bottom:40px;
  font-size:15px;color:var(--ink);
}
.phase-banner b{color:var(--navy);}

/* AUDIENCE / DIRECTIONS (legacy, reused for component grids) */
.aud-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.aud-card{
  border:1px solid var(--line);border-radius:var(--radius);padding:28px;position:relative;background:#fff;
}
.aud-card .icon{
  width:44px;height:44px;border-radius:12px;background:var(--teal-soft);
  color:var(--teal);display:flex;align-items:center;justify-content:center;
  font-weight:700;margin-bottom:16px;
}
.aud-card h3{font-size:17px;margin:0 0 8px;color:var(--navy);}
.aud-card p{font-size:14px;color:var(--muted);margin:0 0 14px;}
.aud-card a{font-size:14px;font-weight:700;color:var(--teal);}
.aud-card:has(.aud-card__cover){overflow:hidden;}
.aud-card__cover{
  display:block;width:calc(100% + 56px);max-width:none;margin:-28px -28px 20px;
  aspect-ratio:210/148;object-fit:cover;
  border-bottom:1px solid var(--line);background:var(--teal-soft);
}
.aud-card.is-new{border-color:var(--teal);}
.aud-card.is-soon{opacity:0.55;}
.badge-new{
  position:absolute;top:-12px;right:20px;background:var(--orange);color:#fff;
  font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;
}

/* FAQ */
.faq-item{border-bottom:1px solid var(--line);padding:20px 0;}
.faq-item summary{font-size:16px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;color:var(--navy);}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary:after{content:"+";font-size:20px;color:var(--muted);}
.faq-item[open] summary:after{content:"–";}
.faq-item p{color:var(--muted);font-size:14px;margin:14px 0 0;}

/* FINAL CTA (Экран 6 — Navy) */
.final-cta{
  background:var(--navy);border-radius:24px;padding:56px;text-align:center;color:#fff;
}
.final-cta h2{margin-bottom:10px;color:#fff;}
.final-cta p{color:#cfd6dd;margin:0 0 28px;}
.final-cta .btn-primary{background:#fff;color:var(--navy);}
.final-cta .btn-primary:hover{background:#e8e8e8;}
.final-cta .btn-ghost-light{color:#fff;border-bottom:1px solid #ffffff66;font-size:14px;font-weight:600;padding-bottom:2px;}
.guarantee{font-size:13px;color:#cfd6dd;margin-top:16px;}

/* FOOTER — единый, Navy, на всех страницах */
footer{
  background:var(--navy);color:#cfd6dd;padding:48px 0;margin-top:0;
  border-top:3px solid;border-image:linear-gradient(90deg,var(--teal),var(--orange)) 1;
}
footer .logo{color:#fff;}
footer .logo span{color:var(--orange);}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:32px;}
.footer-col p{font-size:13px;color:#9aa6b2;margin:8px 0 0;}
.footer-col h4{font-size:13px;color:#fff;margin:0 0 14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;}
.footer-links{display:flex;flex-direction:column;gap:10px;font-size:14px;}
.footer-links a:hover{color:var(--teal);}
.footer-bottom{border-top:1px solid #ffffff1a;margin-top:32px;padding-top:20px;font-size:12px;color:#9aa6b2;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;}
.footer-bottom a:hover{color:var(--teal);}

/* BLOG */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.blog-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;background:#fff;}
.blog-card .thumb{background:var(--teal-soft);aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;color:var(--teal);font-size:13px;text-align:center;padding:16px;overflow:hidden;}
.blog-card .thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.blog-card .body{padding:24px;display:flex;flex-direction:column;flex:1;}
.blog-card .date{font-size:12px;color:var(--muted);margin-bottom:8px;}
.blog-card h3{font-size:17px;margin:0 0 10px;color:var(--navy);}
.blog-card p{font-size:14px;color:var(--muted);margin:0 0 16px;flex:1;}
.blog-card a{font-size:14px;font-weight:700;color:var(--teal);}

/* ARTICLE (отдельная страница статьи блога) */
.article-body{max-width:680px;}
.article-body p{font-size:16px;color:var(--ink);margin:0 0 20px;}
.article-body h2{font-size:22px;margin:36px 0 12px;}
.article-back{display:inline-block;margin-top:8px;font-size:14px;font-weight:700;color:var(--teal);}

/* CONTACT FORM */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;}
.contact-info-item{display:flex;gap:14px;margin-bottom:20px;}
.contact-info-item .icon{
  width:40px;height:40px;border-radius:10px;background:var(--teal-soft);color:var(--teal);
  display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;
}
.contact-info-item .label{font-size:13px;color:var(--muted);margin-bottom:2px;}
.contact-info-item .value{font-size:15px;font-weight:600;color:var(--navy);}
form.contact-form{border:1px solid var(--line);border-radius:var(--radius);padding:32px;background:#fff;}
.form-note{font-size:12px;color:var(--muted);margin:14px 0 0;line-height:1.45;}
.form-note a{color:var(--teal);font-weight:700;}
.form-row{margin-bottom:18px;}
.form-row label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--navy);}
.form-row input,.form-row textarea{
  width:100%;border:1px solid var(--line);border-radius:8px;padding:12px 14px;
  font-size:14px;font-family:inherit;color:var(--ink);
}
.form-row textarea{resize:vertical;min-height:100px;}
.form-row input:focus,.form-row textarea:focus{outline:none;border-color:var(--teal);}

/* STAT GRID */
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.stat-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;border-top:3px solid var(--teal);}
.stat-card .big{font-size:26px;font-weight:800;display:block;margin-bottom:6px;color:var(--navy);}
.stat-card .label{font-size:13px;color:var(--muted);}
.stat-card:nth-child(even){border-top-color:var(--orange);}

/* FULL-SCREEN STUB (как на app.athleos.org: "Диагностика временно недоступна") */
.stub-page{
  min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;
  padding:40px 24px;
  background:linear-gradient(135deg,var(--navy) 0%,color-mix(in srgb,var(--navy) 55%,var(--teal) 45%) 100%);
}
.stub-page .wrap{max-width:640px;}
.stub-page .eyebrow-label{
  font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#9fb3c8;
  margin-bottom:24px;font-weight:600;
}
.stub-page h1{font-size:52px;line-height:1.18;color:#fff;margin:0 0 24px;font-weight:800;letter-spacing:-0.01em;}
.stub-page p{font-size:18px;color:#c4cfdb;margin:0 0 40px;}
.stub-page .btn-white{
  background:#fff;color:var(--navy);padding:16px 32px;border-radius:999px;
  font-weight:700;font-size:16px;display:inline-block;border:none;
}
.stub-page .btn-white:hover{background:#e8edf2;}
@media (max-width:640px){.stub-page h1{font-size:36px;}}

/* MODE CARDS (алгоритм выбора режима A/B/C) */
.mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.mode-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;}
.mode-card .badge{display:inline-block;font-size:12px;font-weight:700;color:#fff;background:var(--teal);padding:4px 10px;border-radius:999px;margin-bottom:14px;}
.mode-card.fallback .badge{background:var(--orange);}
.mode-card h3{font-size:17px;margin:0 0 6px;color:var(--navy);}
.mode-card .age{font-size:13px;color:var(--muted);margin-bottom:12px;}
.mode-card p{font-size:14px;color:var(--muted);margin:0;}

/* SCHEDULE TABLE (расписание по дням) */
.schedule-table{width:100%;border-collapse:collapse;font-size:14px;margin-top:8px;}
.schedule-table th{
  text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);
  padding:10px 14px;border-bottom:2px solid var(--line);
}
.schedule-table td{padding:14px;border-bottom:1px solid var(--line);vertical-align:top;}
.schedule-table td:first-child{font-weight:700;color:var(--teal);white-space:nowrap;}
.schedule-table tr:last-child td{border-bottom:none;}
.schedule-planner{
  margin-top:28px;border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;
  border-left:3px solid var(--teal);
}
.schedule-planner h3{font-size:17px;margin:0 0 8px;color:var(--navy);}
.schedule-planner p{font-size:14px;color:var(--muted);margin:0 0 18px;}
.schedule-planner-controls{display:grid;grid-template-columns:1.2fr 1fr 0.8fr auto;gap:14px;align-items:end;}
.schedule-planner label{font-size:13px;font-weight:700;color:var(--navy);display:flex;flex-direction:column;gap:6px;}
.schedule-planner select,.schedule-planner input{
  border:1px solid var(--line);border-radius:8px;padding:11px 12px;font:inherit;color:var(--ink);background:#fff;
}
.schedule-planner select:focus,.schedule-planner input:focus{outline:none;border-color:var(--teal);}
.schedule-planner .btn-primary{padding:12px 20px;white-space:nowrap;}
.schedule-planner .schedule-planner-note{font-size:12px;margin:14px 0 0;color:var(--muted);}

/* PAUSE SIGNAL CARDS (алгоритм адаптивной паузы) */
.signal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.signal-card{border:1px solid var(--line);border-radius:var(--radius);padding:20px;background:#fff;border-top:3px solid var(--orange);}
.signal-card .threshold{font-size:13px;font-weight:700;color:var(--orange);margin-bottom:8px;}
.signal-card h3{font-size:15px;margin:0 0 8px;color:var(--navy);}
.signal-card p{font-size:13px;color:var(--muted);margin:0;}

/* INTERFACE CONTRAST (что видит ребёнок / что видит родитель) */
.contrast-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.contrast-card{border-radius:var(--radius);padding:24px;}
.contrast-card.for-child{background:var(--teal-soft);}
.contrast-card.for-parent{background:var(--soft);border:1px solid var(--line);}
.contrast-card h3{font-size:16px;margin:0 0 14px;color:var(--navy);}
.contrast-card ul{margin:0;padding-left:18px;font-size:14px;color:var(--ink);}
.contrast-card li{margin-bottom:8px;}

/* GRID39 (визуализация 39 показателей по 4 компонентам) */
.grid39{
  display:grid;grid-template-columns:repeat(13,1fr);gap:6px;
  border:1px solid var(--line);background:#fff;padding:16px;border-radius:var(--radius);
}
.grid39 .cell{aspect-ratio:1/1;border-radius:4px;border:1px solid var(--line);}
.grid39 .cell.b1{background:var(--teal-soft);border-color:var(--teal);}
.grid39 .cell.b2{background:var(--orange-soft);border-color:var(--orange);}
.grid39 .cell.b3{background:#e4e8f0;border-color:#8a93a8;}
.grid39 .cell.b4{background:var(--soft);border-color:#9aa6b2;}
.grid39-legend{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;font-size:13px;color:var(--muted);}
.grid39-legend .sw{width:14px;height:14px;border-radius:3px;display:inline-block;vertical-align:middle;margin-right:6px;border:1px solid var(--line);}

/* COMPONENT GRID (4 компонента модели / методика) */
.component-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.component-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;}
.component-card .count{font-size:13px;color:var(--teal);font-weight:700;margin-bottom:8px;}
.component-card h3{font-size:16px;margin:0 0 8px;color:var(--navy);}
.component-card p{font-size:13px;color:var(--muted);margin:0;}
.component-card:nth-child(even) .count{color:var(--orange);}

@media (max-width:1080px){
  header{position:static;}
  header .wrap.header-top{height:auto;padding-top:14px;padding-bottom:14px;align-items:flex-start;gap:14px;}
  .header-actions{gap:10px;flex-wrap:wrap;justify-content:flex-end;}
  .header-login{display:none;}
  header .wrap.header-bottom{height:auto;overflow-x:auto;padding-top:10px;padding-bottom:10px;}
  nav{gap:16px;font-size:13px;padding-bottom:2px;}
  .nav-dropdown{display:flex;gap:16px;align-items:center;}
  .nav-dropdown>a{display:none;}
  .nav-dropdown-menu{
    position:static;display:flex!important;flex-direction:row;gap:16px;min-width:0;
    border:0;box-shadow:none;padding:0;background:transparent;
  }
  .nav-dropdown-menu a{padding:0;border-radius:0;}
  .nav-dropdown-menu a:hover{background:transparent;}
  .nav-dropdown>a:after{display:none;}
}
@media (max-width:880px){
  .hero-grid,.authors-row,.contact-grid{grid-template-columns:1fr;}
  .pain-grid,.steps,.testi-grid,.aud-grid,.stat-grid,.blog-grid,.program-grid,.component-grid,.mode-grid,.signal-grid,.contrast-grid,.schedule-planner-controls,.preview-grid{grid-template-columns:1fr;}
  .schedule-table{display:block;overflow-x:auto;white-space:nowrap;}
  .footer-grid{grid-template-columns:1fr;}
  .report{grid-template-columns:1fr;padding:32px;}
  h1{font-size:32px;}
}
@media (max-width:480px){
  .trust .wrap{flex-direction:column;align-items:flex-start;gap:16px;}
  .report{padding:24px;border-radius:16px;}
  .report-mock{padding:18px;}
  .final-cta{padding:32px 24px;border-radius:16px;}
  .program-card,.preview-card,.pain-card,.component-card,.aud-card,.mode-card,.signal-card,.testi-card{padding:20px;}
  h2{font-size:24px;}
  .hero{padding:48px 0 36px;}
}

/* COOKIE CONSENT (GDPR-баннер согласия на аналитику) */
.cookie-consent{
  position:fixed;left:16px;right:16px;bottom:16px;z-index:1000;
  background:var(--navy);color:#e6ebf1;border-radius:var(--radius);
  box-shadow:0 12px 40px rgba(13,27,42,0.28);
  padding:18px 22px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;
  max-width:960px;margin:0 auto;
}
.cookie-consent__text{font-size:14px;line-height:1.5;margin:0;flex:1;min-width:240px;}
.cookie-consent__text a{color:var(--teal);font-weight:700;text-decoration:underline;}
.cookie-consent__actions{display:flex;gap:12px;flex-shrink:0;}
.cookie-consent__btn{
  border:none;cursor:pointer;font:inherit;font-size:14px;font-weight:700;
  padding:11px 22px;border-radius:8px;
}
.cookie-consent__btn--accept{background:var(--teal);color:#fff;}
.cookie-consent__btn--accept:hover{background:#007f85;}
.cookie-consent__btn--ghost{background:transparent;color:#e6ebf1;border:1px solid #ffffff44;}
.cookie-consent__btn--ghost:hover{border-color:#ffffff88;}
@media (max-width:600px){
  .cookie-consent{flex-direction:column;align-items:stretch;gap:14px;padding:16px;}
  .cookie-consent__actions{justify-content:flex-end;}
}

/* GRID39 — номера в клетках + полный список показателей */
.grid39 .cell{display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#5b6672;cursor:default;}
.grid39 .cell span{opacity:.7;}
.grid39-list{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:24px;}
.grid39-list h4{font-size:14px;margin:0 0 10px;color:var(--navy);display:flex;align-items:center;gap:8px;line-height:1.3;}
.grid39-list ol{margin:0;padding-left:20px;font-size:13px;color:var(--muted);line-height:1.55;}
.grid39-list li{margin-bottom:3px;}
@media (max-width:880px){.grid39-list{grid-template-columns:repeat(2,1fr);}}
@media (max-width:520px){.grid39-list{grid-template-columns:1fr;}.grid39 .cell span{display:none;}}

/* Подсказка о лицензии — JS-тултип (рисуется поверх всего, без обрезки) */
.license-hint{border-bottom:1px dotted var(--muted);cursor:help;}
.tip-bubble{
  position:fixed;z-index:1000;max-width:280px;
  background:var(--navy);color:#fff;
  font-size:12px;line-height:1.45;font-weight:400;text-align:left;
  padding:10px 12px;border-radius:8px;
  box-shadow:0 10px 30px rgba(13,27,42,0.22);
  pointer-events:none;opacity:0;transition:opacity .12s ease;
}
.tip-bubble.show{opacity:1;}

/* EXAMPLE REPORT — пример отчёта ребёнка */
.report-topgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.report-topgrid .aud-card .match-level{margin-bottom:12px;}
.rank-list{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;}
.rank-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid var(--line);}
.rank-row:last-child{border-bottom:none;}
.rank-row.top{background:var(--teal-soft);}
.rank-name{display:flex;align-items:center;gap:12px;color:var(--navy);font-weight:600;font-size:15px;}
.rank-num{width:24px;height:24px;border-radius:50%;background:var(--soft);color:var(--muted);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;}
.rank-row.top .rank-num{background:var(--teal);color:#fff;}
.qtag{display:inline-block;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;margin-bottom:8px;}
.qtag.strong{background:var(--teal-soft);color:var(--teal);}
.qtag.ok{background:var(--soft);color:var(--muted);}
.qtag.grow{background:var(--orange-soft);color:var(--orange);}
.match-level.mid{background:var(--soft);color:var(--muted);}
.match-level.low{background:transparent;color:var(--muted);border:1px solid var(--line);}
@media (max-width:880px){.report-topgrid{grid-template-columns:1fr;}}

/* PROFILE LIST — профиль по компонентам в стиле рейтинга категорий */
.profile-list .rank-row{align-items:flex-start;}
.profile-list .rank-name{flex-direction:column;align-items:flex-start;gap:4px;flex:1;min-width:0;}
.profile-list .rank-name strong{color:var(--navy);font-size:15px;}
.profile-list .rank-name .desc{color:var(--muted);font-weight:400;font-size:14px;line-height:1.5;}
.profile-list .qtag{margin:0;flex-shrink:0;align-self:flex-start;}

/* RECOMMENDATION CARDS — направление + встроенное «почему» */
.reco{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:24px 28px;margin-bottom:16px;}
.reco.top{border-left:3px solid var(--teal);}
.reco-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap;}
.reco-head h3{font-size:19px;margin:0;color:var(--navy);}
.reco-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.reco-grid .lbl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 6px;display:block;}
.reco-grid p{font-size:14px;color:var(--ink);margin:0;line-height:1.5;}
@media (max-width:760px){.reco-grid{grid-template-columns:1fr;gap:14px;}.reco{padding:20px;}}

/* PRINT — чистая печать/сохранение отчёта в PDF */
@media print {
  header, footer, .cookie-consent, .tip-bubble, .no-print { display:none !important; }
  body { background:#fff; }
  section, section.alt { padding:14px 0 !important; background:#fff !important; }
  .wrap { max-width:100%; padding:0 10px; }
  .hero, .hero--article { padding:6px 0 14px !important; }
  h1 { font-size:26px; }
  h2 { font-size:20px; }
  .section-head { margin-bottom:20px; }
  a { color:inherit; }
  .reco, .rank-list, .rank-row, .preview-card, .phase-banner, .report { break-inside:avoid; }
  /* сохранить брендовые цвета при печати */
  .match-level, .qtag, .phase-banner, .reco.top, .eyebrow, .eyebrow.orange,
  .preview-kicker, .btn-primary, .rank-row.top { -webkit-print-color-adjust:exact; print-color-adjust:exact; }
}

/* PRINT — поля страницы; фикс-колонтитул отключён (давал наложение на текст),
   роль заголовка выполняет сам документ (report-doc-head) */
.print-only{display:none;}
@media print{
  @page{margin:14mm;}
  .print-header,.print-footer{display:none !important;}
}

/* REPORT DOCUMENT — оформление как настоящий отчёт-документ */
.report-sheet{max-width:900px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 4px 24px rgba(13,27,42,.06);overflow:hidden;}
.report-sheet-inner{padding:40px 44px;}
.report-doc-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;border-bottom:2px solid var(--teal);padding-bottom:18px;margin-bottom:24px;}
.report-doc-head .doc-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);}
.report-doc-head .doc-name{font-size:28px;font-weight:800;color:var(--navy);margin:6px 0 0;line-height:1.1;}
.report-doc-head .doc-logo{font-weight:800;font-size:22px;color:var(--navy);letter-spacing:-.02em;white-space:nowrap;flex-shrink:0;}
.report-doc-head .doc-logo img{height:34px;width:auto;display:block;}
.meta-row{display:flex;flex-wrap:wrap;border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-bottom:26px;}
.meta-row .m{flex:1;min-width:130px;padding:12px 16px;border-right:1px solid var(--line);}
.meta-row .m:last-child{border-right:none;}
.meta-row .k{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);}
.meta-row .v{font-size:15px;font-weight:700;color:var(--navy);margin-top:2px;}
.report-summary{background:var(--teal-soft);border-radius:12px;padding:20px 22px;margin-bottom:28px;}
.report-summary .rs-portrait{font-size:16px;color:var(--navy);margin:0;line-height:1.5;}
.report-summary .rs-lead{font-size:14px;color:var(--ink);margin:10px 0 0;}
.rsec{margin:26px 0;}
.rsec-title{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:800;color:var(--navy);margin:0 0 16px;}
.rsec-title .n{width:26px;height:26px;border-radius:50%;background:var(--navy);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;}
.reco-doc-row{padding:16px 0;border-bottom:1px solid var(--line);}
.reco-doc-row:first-child{padding-top:0;}
.reco-doc-row:last-child{border-bottom:none;}
.rd-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap;}
.rd-name{font-size:16px;font-weight:700;color:var(--navy);}
.rd-body{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.rd-body .lbl{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);display:block;margin-bottom:4px;}
.rd-body p{font-size:13px;margin:0;color:var(--ink);line-height:1.45;}
.strength{display:inline-flex;gap:3px;align-items:center;}
.strength i{width:18px;height:8px;border-radius:2px;background:var(--line);}
.strength.high i:nth-child(-n+4){background:var(--teal);}
.strength.good i:nth-child(-n+3){background:var(--teal);}
.strength.mid i:nth-child(-n+2){background:var(--orange);}
.strength.low i:nth-child(-n+1){background:#9aa6b2;}
.strength .slab{font-size:12px;font-weight:700;color:var(--muted);margin-left:8px;}
.other-cats{margin-top:18px;}
.other-cats .oc-lbl{font-size:12px;color:var(--muted);margin:0 0 8px;}
.meter-item{margin-bottom:18px;}
.meter-item:last-child{margin-bottom:0;}
.meter-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;}
.meter-top strong{color:var(--navy);font-size:15px;}
.meter{height:8px;border-radius:999px;background:var(--soft);overflow:hidden;}
.meter i{display:block;height:100%;border-radius:999px;background:var(--teal);}
.meter-desc{font-size:13px;color:var(--muted);margin:8px 0 0;line-height:1.45;}
.next-steps{margin:0;padding-left:20px;}
.next-steps li{font-size:14px;color:var(--ink);margin-bottom:8px;line-height:1.5;}
.report-note{background:var(--soft);border-left:3px solid var(--teal);border-radius:8px;padding:14px 16px;margin-top:18px;font-size:14px;color:var(--ink);}
.report-note a{color:var(--teal);font-weight:700;}
.report-fine{font-size:12px;color:var(--muted);line-height:1.5;border-top:1px solid var(--line);padding-top:16px;margin-top:26px;}
@media (max-width:640px){.report-sheet-inner{padding:28px 20px;}.rd-body{grid-template-columns:1fr;gap:10px;}.report-doc-head .doc-name{font-size:23px;}}
@media print{
  .report-sheet{border:none;box-shadow:none;max-width:100%;overflow:visible;border-radius:0;}
  .report-sheet-inner{padding:0;}
  .rsec, .reco-doc-row, .meter-item, .report-summary, .meta-row, .report-note{break-inside:avoid;}
  .rsec-title{break-after:avoid;}
  .report-summary, .strength i, .meter i, .rsec-title .n{-webkit-print-color-adjust:exact;print-color-adjust:exact;}
}

/* SCIENTIFIC — карточки публикаций и первоисточники */
.pub-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.pub-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;display:flex;flex-direction:column;}
.pub-card.key{border-color:var(--teal);border-left:3px solid var(--teal);}
.pub-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--teal);background:var(--teal-soft);padding:4px 10px;border-radius:999px;margin-bottom:12px;align-self:flex-start;}
.pub-badge.key{color:#fff;background:var(--teal);}
.pub-card h3{font-size:17px;margin:0 0 10px;color:var(--navy);line-height:1.3;}
.pub-authors{font-size:13px;font-weight:700;color:var(--navy);margin:0 0 6px;}
.pub-where{font-size:13px;color:var(--muted);margin:0 0 14px;}
.pub-where b{color:var(--ink);font-weight:700;}
.pub-abstract{font-size:14px;color:var(--ink);margin:0 0 16px;flex:1;line-height:1.5;}
.pub-link{font-size:14px;font-weight:700;color:var(--teal);align-self:flex-start;}
.subhead{font-size:20px;color:var(--navy);font-weight:800;margin:44px 0 20px;}
.source-list{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;}
.source-item{display:flex;gap:20px;padding:16px 20px;border-bottom:1px solid var(--line);align-items:flex-start;flex-wrap:wrap;}
.source-item:last-child{border-bottom:none;}
.source-tool{font-size:12px;font-weight:700;color:var(--teal);width:190px;flex-shrink:0;line-height:1.4;}
.source-ref{font-size:13px;color:var(--ink);flex:1;min-width:240px;line-height:1.5;}
.source-ref a{color:var(--teal);font-weight:600;white-space:nowrap;}
@media (max-width:760px){.pub-grid{grid-template-columns:1fr;}.source-tool{width:auto;}}

/* Фото в hero (раздел «Пользователи») */
.hero-art.photo{aspect-ratio:4/3;background:#eaf4f5;}
.hero-art.photo img{object-fit:cover;}

/* Источник литературы в карточках теории */
.preview-card .theory-ref{font-size:12px;color:var(--muted);line-height:1.45;margin:14px 0 0;padding-top:12px;border-top:1px solid var(--line);}
.preview-card .theory-ref a{color:var(--teal);font-weight:600;white-space:nowrap;}
