/* ==========================================================================
   kariera.css — vzhled kariérního webu kariera.lavonio.com (LM-473).
   Barvy, poloměry a sazba 1:1 podle schválených návrhů Codexu K1 / K2 / K4
   (~/Desktop/LAVONIO_design_v1/kariera_codex/, spec §2.10).
   Desktop se sází na 1312 px, mobil na 390 px. Roboto 400/700 z /fonts/.
   ========================================================================== */

@font-face{font-family:Roboto;src:url("/fonts/roboto-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Roboto;src:url("/fonts/roboto-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}

:root{
  --ink:#263234;
  --muted:#617479;
  --teal:#2c6f73;
  --dark:#1f5c60;
  --border:#d8e5e6;
  --soft:#f3f9f9;
  --radius:20px;
  --radius-sm:10px;
  --wrap:1312px;
  --pad:48px;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:Roboto,Arial,sans-serif;color:var(--ink);background:#fff;font-size:16px;line-height:1.5}
img{max-width:100%;display:block}
a{color:var(--teal)}
h1,h2,h3{margin:0;line-height:1.2}
p{margin:0}
ul,ol{margin:0;padding:0;list-style:none}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--pad)}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.09em;color:var(--teal);text-transform:uppercase}
.section-title{font-size:36px;font-weight:700;letter-spacing:-.01em;margin-top:10px}
.section-title--lg{font-size:32px;line-height:1.28}
.link-strong{font-weight:700;font-size:15px;text-decoration:none}
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;color:var(--teal);padding:12px 18px;z-index:60}
.skip-link:focus{left:12px;top:12px}

:focus-visible{outline:3px solid rgba(44,111,115,.55);outline-offset:2px;border-radius:6px}

/* Ikony ze sprite /static/icons.svg */
.ic{width:24px;height:24px;flex:0 0 auto;color:var(--teal)}
.ic--lg{width:32px;height:32px}
.ic--arrow{width:20px;height:20px;color:inherit}

/* Pastelové přechody (spec §2.10) */
.grad--yellow{background:linear-gradient(135deg,#fff7d6,#ffd591)}
.grad--teal{background:linear-gradient(135deg,#e3f3f4,#c9e9eb)}
.grad--pink{background:linear-gradient(135deg,#fde3ec,#f9c3d6)}
.grad--green{background:linear-gradient(135deg,#e1f5e8,#bfe9d0)}

/* Tlačítka ve tvaru pilulky */
.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:16px;height:52px;padding:0 22px;border-radius:999px;font-weight:700;font-size:16px;text-decoration:none;border:1px solid transparent;cursor:pointer;font-family:inherit}
.btn--primary{background:var(--dark);color:#fff}
.btn--primary:hover{background:#17494c}
.btn--ghost{background:#fff;color:var(--teal);border-color:var(--teal)}
.btn--sm{height:46px;font-size:14px;padding:0 20px}
.btn--block{display:flex;width:100%;height:50px;font-size:15px}

/* ---------- Hlavička ---------- */
.site-header{background:#fff;border-bottom:1px solid var(--border);position:relative;z-index:30}
.site-header__in{display:flex;align-items:center;gap:24px;height:102px}
.brand{display:flex;align-items:center;gap:15px;text-decoration:none;flex:0 0 auto}
.brand img{width:162px;height:auto}
.brand__divider{width:1px;height:27px;background:var(--border)}
.brand__claim{font-size:15px;color:var(--teal)}
.nav{display:flex;align-items:center;gap:36px;margin-left:auto}
.nav__link{font-size:14px;color:var(--ink);text-decoration:none}
.nav__link--strong{font-weight:700}
.nav__cta{margin-left:20px;min-width:207px}
.burger{display:none;margin-left:auto;background:none;border:0;padding:8px;cursor:pointer}
.burger span{display:block;width:23px;height:2px;background:var(--teal);border-radius:2px}
.burger span+span{margin-top:6px}
.burger span:last-child{width:17px}

/* ---------- K1 úvod ---------- */
.hero{padding-top:36px}
.hero__card{display:grid;grid-template-columns:1fr 607px;border-radius:var(--radius);overflow:hidden;min-height:514px}
.hero__text{padding:48px 40px 40px 44px;align-self:center}
.hero__title{font-size:62px;font-weight:700;letter-spacing:-.02em;margin-top:20px}
.hero__title--teal{color:var(--teal)}
.hero__lead{max-width:505px;margin-top:26px;font-size:19px;line-height:1.52;color:var(--muted)}
.hero__actions{display:flex;align-items:center;gap:30px;margin-top:38px}
.hero__claim{display:flex;align-items:center;gap:10px;margin-top:34px;font-size:14px;color:var(--teal)}
.hero__claim .ic{width:18px;height:18px}
.hero__media{position:relative}
.hero__media img{width:100%;height:100%;object-fit:cover}
.hero__badge{position:absolute;right:44px;bottom:32px;display:flex;align-items:center;gap:14px;background:#fff;border-radius:16px;padding:17px 22px;font-weight:700;font-size:16px;box-shadow:0 8px 24px rgba(38,50,52,.08)}

.stats{display:flex;align-items:center;margin-top:56px}
.stat{display:flex;align-items:center;gap:20px;flex:1;padding:0 28px}
.stat+.stat{border-left:1px solid var(--border)}
.stat strong{display:block;font-size:25px}
.stat span{display:block;margin-top:6px;font-size:15px;color:var(--muted)}

.offices{margin-top:56px}
.offices__card{display:flex;border:1px solid var(--border);border-radius:var(--radius);padding:24px 30px}
.office{display:flex;align-items:center;gap:18px;flex:1;padding:8px 0}
.office+.office{border-left:1px solid var(--border);padding-left:32px}
.office strong{display:block;font-size:21px}
.office span{display:block;margin-top:6px;font-size:15px;color:var(--muted)}

.benefits{margin-top:96px}
.benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:40px}
.tile{border-radius:var(--radius);padding:23px 22px 26px}
.tile__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:#fff}
.tile__icon[class*="grad--"]{background-image:none}
.next-card .tile__icon.grad--yellow{background:linear-gradient(135deg,#fff7d6,#ffd591)}
.next-card .tile__icon.grad--teal{background:linear-gradient(135deg,#e3f3f4,#c9e9eb)}
.next-card .tile__icon.grad--pink{background:linear-gradient(135deg,#fde3ec,#f9c3d6)}
.next-card .tile__icon.grad--green{background:linear-gradient(135deg,#e1f5e8,#bfe9d0)}
.tile h3{font-size:20px;margin-top:18px}
.tile p{margin-top:10px;font-size:16px;line-height:1.5;color:var(--ink);opacity:.78;max-width:280px}

.jobs{margin-top:92px}
.jobs__head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}
.jobs__lead{margin-top:14px;font-size:17px;color:var(--muted)}
.chips{display:flex;gap:8px;flex-wrap:wrap;padding-bottom:6px}
.chip{height:32px;padding:0 14px;border-radius:16px;border:0;background:#f2f7f7;color:var(--muted);font-size:13px;font-family:inherit;cursor:pointer}
.chip.is-active{background:var(--dark);color:#fff;font-weight:700}
.jobs__list{margin-top:44px;display:grid;gap:16px}
.job{display:flex;align-items:center;gap:22px;border:1px solid var(--border);border-radius:var(--radius);padding:22px 24px}
.job__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#fff7d6,#ffd591)}
.job__icon--1{background:linear-gradient(135deg,#e3f3f4,#c9e9eb)}
.job__icon--2{background:linear-gradient(135deg,#fde3ec,#f9c3d6)}
.job__icon--3{background:linear-gradient(135deg,#e1f5e8,#bfe9d0)}
.job__head{flex:1;min-width:0}
.job__title{font-size:21px}
.job__meta{margin-top:10px;font-size:15px;color:var(--muted)}
.job__sep{padding:0 10px}
.job__pay{text-align:right}
.job__pay strong{font-size:20px}
.job__pay span{display:block;margin-top:6px;font-size:12px;color:var(--muted)}
.job .btn{margin-left:30px}
.jobs__note,.jobs__empty{margin-top:22px;font-size:12px;color:var(--muted)}
.jobs__empty{font-size:17px;margin-top:40px}
.job.is-hidden{display:none}

.steps{margin-top:70px}
.steps__card{border-radius:var(--radius);padding:37px 40px 56px}
.steps__list{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:50px;margin-top:62px}
.steps__list::before{content:"";position:absolute;left:25px;right:25px;top:25px;height:1.5px;background:#99c6c8}
.step{position:relative}
.step__num{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#fff;color:var(--teal);font-weight:700;font-size:18px;position:relative;z-index:1}
.step h3{font-size:20px;margin-top:20px}
.step p{margin-top:12px;font-size:16px;color:var(--muted);max-width:253px}

.culture{display:grid;grid-template-columns:522px 1fr;gap:100px;align-items:center;margin-top:66px}
.culture__img{border-radius:var(--radius);width:522px;height:312px;object-fit:cover}
.culture__lead{margin-top:28px;font-size:17px;line-height:1.55;color:var(--muted);max-width:598px}
.culture__values{display:flex;gap:44px;margin-top:44px;flex-wrap:wrap}
.culture__values li{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:700}
.dot{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#d8f0e2}
.dot .ic{width:14px;height:14px}

/* ---------- K2 detail pozice ---------- */
.back-link{display:inline-block;margin-top:34px;font-size:14px;font-weight:700;text-decoration:none}
.detail-band{margin-top:20px}
.detail-band__card{border-radius:var(--radius);padding:34px 40px 38px}
.detail-band__title{font-size:42px;font-weight:700;margin-top:14px;letter-spacing:-.01em}
.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:38px}
.fact{display:flex;gap:16px;align-items:flex-start}
.fact strong{display:block;font-size:19px}
.fact span{display:block;margin-top:8px;font-size:13px;color:var(--muted)}

.detail{display:grid;grid-template-columns:minmax(0,692px) 460px;gap:112px;margin-top:56px;align-items:start}
.detail__intro{margin-top:26px;font-size:18px;line-height:1.55;color:var(--muted)}
.detail__block{margin-top:56px}
.detail__block h2{font-size:27px}
.bullets{margin-top:26px;display:grid;gap:16px}
.bullets li{position:relative;padding-left:22px;font-size:18px;line-height:1.55;color:var(--muted)}
.bullets li::before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background:var(--teal)}
.detail__side{position:sticky;top:24px;display:grid;gap:36px}

.card{border:1px solid var(--border);border-radius:var(--radius);padding:30px}
.form-card__title{font-size:28px;margin-top:12px}
.form-card__sub{margin-top:14px;font-size:16px;font-weight:700;color:var(--teal)}
.form{margin-top:30px;display:grid;gap:18px}
.field label{display:block;font-size:14px;font-weight:700}
.field input,.field select{width:100%;height:48px;margin-top:10px;padding:0 13px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fbfdfd;font-family:inherit;font-size:16px;color:var(--ink)}
.field select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%232c6f73' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
.field input::placeholder{color:var(--muted)}
.field.is-error input,.field.is-error select{border-color:#c0504d;background:#fff8f8}
.field__err{margin-top:8px;font-size:13px;color:#c0504d}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.consent{display:flex;gap:12px;align-items:flex-start;margin-top:8px}
.consent input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--teal);flex:0 0 auto}
.consent label{font-size:13px;line-height:1.46;color:var(--ink)}
.consent a{display:block;margin-top:7px;font-size:12px}
.form__note{display:flex;align-items:center;gap:10px;margin-top:14px;font-size:12px;color:var(--muted)}
.form__note .ic{width:16px;height:16px}

.contact-card{border:0}
.contact-card h2{display:flex;align-items:center;gap:18px;font-size:21px}
.contact-card p{margin-top:20px;font-size:16px;line-height:1.55;color:var(--muted)}
.contact-card__mail{display:inline-block;margin-top:34px;font-size:20px;font-weight:700;text-decoration:none}

.sticky-cta{position:fixed;left:0;right:0;bottom:0;background:var(--soft);border-top:1px solid var(--border);z-index:40}
.sticky-cta__in{display:flex;align-items:center;gap:32px;height:98px}
.sticky-cta strong{font-size:22px}
.sticky-cta span{font-size:16px;color:var(--muted)}
.sticky-cta .btn{margin-left:auto;min-width:247px}
.page-pozice .site-footer{padding-bottom:120px}

/* ---------- K4 děkujeme ---------- */
.thanks{padding-top:51px;text-align:center}
.thanks__card{border-radius:var(--radius);padding:56px 40px 60px;max-width:832px;margin:0 auto}
.thanks__mark{display:inline-flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:50%;background:#fff}
.thanks__mark .ic{width:44px;height:44px}
.thanks__card .eyebrow{margin-top:28px}
.thanks__title{font-size:42px;font-weight:700;margin-top:22px}
.thanks__lead{margin-top:22px;font-size:20px;color:var(--muted)}
.thanks__lead--strong{margin-top:10px;font-weight:700;color:var(--ink)}
.thanks__next{margin-top:56px;font-size:30px}
.thanks__grid{display:grid;grid-template-columns:repeat(3,262px);gap:23px;justify-content:center;margin-top:50px;text-align:left}
.next-card{padding:20px}
.next-card .tile__icon{width:44px;height:44px;border-radius:14px}
.next-card h3{font-size:19px;margin-top:22px;line-height:1.32}
.next-card p{margin-top:14px;font-size:15px;color:var(--muted)}
.thanks__actions{margin-top:42px}
.thanks__shop{margin-top:32px;font-size:15px}
.thanks__shop a{text-decoration:none}

/* ---------- Ochrana údajů a 404 ---------- */
.legal{max-width:860px;padding-top:56px;padding-bottom:20px}
.legal__title{font-size:38px;font-weight:700;margin-top:12px}
.legal__lead{margin-top:22px;font-size:18px;line-height:1.55;color:var(--muted)}
.legal__block{margin-top:44px}
.legal__block h2{font-size:24px}
.legal__block p{margin-top:16px;font-size:17px;line-height:1.6;color:var(--muted)}
.legal__block .bullets{margin-top:18px}
.legal__block .bullets li{font-size:17px}

.notfound{padding-top:60px;text-align:center}
.notfound__card{border-radius:var(--radius);padding:70px 40px 76px;max-width:832px;margin:0 auto}
.notfound__title{font-size:42px;font-weight:700;margin-top:16px}
.notfound__lead{margin-top:20px;font-size:18px;color:var(--muted)}
.notfound__actions{margin-top:36px}
.notfound__mail{margin-top:26px;font-size:15px;color:var(--muted)}

/* ---------- Patička ---------- */
.site-footer{margin-top:94px;border-top:1px solid var(--border);padding-top:34px;padding-bottom:34px}
.site-footer__in{display:flex;align-items:center;gap:40px}
.site-footer__in .brand img{width:146px}
.site-footer__contact{margin-left:50px}
.site-footer__note{font-size:14px;color:var(--muted)}
.site-footer__mail{display:inline-block;margin-top:10px;font-size:20px;font-weight:700;text-decoration:none}
.site-footer__link{margin-left:auto;font-size:13px;color:var(--muted);text-decoration:none}
.site-footer__shop{font-size:14px;text-decoration:none}
.site-footer__bottom{display:flex;justify-content:space-between;margin-top:32px;font-size:12px;color:var(--muted)}
.site-footer--slim .site-footer__contact .site-footer__note,
.site-footer--slim .site-footer__bottom{display:none}
.site-footer--slim .site-footer__shop{display:none}

/* ---------- Mobil 390 px ---------- */
@media(max-width:860px){
  :root{--pad:16px}
  .site-header__in{height:78px;gap:12px}
  .brand img{width:125px}
  .burger{display:block}
  .nav{position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-bottom:1px solid var(--border);padding:8px 16px 20px;display:none}
  .nav.is-open{display:flex}
  .nav__link{padding:14px 4px;font-size:16px;border-bottom:1px solid var(--border)}
  .nav__cta{margin:16px 0 0;justify-content:center}

  .section-title{font-size:30px}
  .section-title--lg{font-size:30px}

  .hero{padding-top:20px}
  .hero__card{grid-template-columns:1fr;min-height:0}
  .hero__text{padding:29px 22px 26px}
  .hero__title{font-size:40px;margin-top:16px}
  .hero__lead{font-size:16px;margin-top:22px}
  .hero__actions{flex-direction:column;align-items:stretch;gap:20px;text-align:center;margin-top:30px}
  .hero__actions .btn{justify-content:space-between}
  .hero__claim{justify-content:flex-start;margin-top:26px}
  .hero__media{padding:0 16px 16px}
  .hero__media img{height:249px;border-radius:16px}
  .hero__badge{right:28px;left:auto;bottom:32px;font-size:14px;padding:13px 18px}

  .stats{margin-top:38px}
  .stat{flex-direction:column;align-items:flex-start;gap:10px;padding:0 14px}
  .stat:last-child{display:none}
  .offices{margin-top:36px}
  .offices__card{flex-direction:column;padding:18px 20px}
  .office+.office{border-left:0;border-top:1px solid var(--border);padding-left:0;padding-top:20px;margin-top:20px}

  .benefits{margin-top:60px}
  .benefits__grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}
  .tile{padding:20px 18px 22px}
  .tile__icon{background:none;width:auto;height:auto}
  .tile h3{font-size:17px;margin-top:14px}
  .tile p{font-size:14px;margin-top:8px}

  .jobs{margin-top:60px}
  .jobs__head{flex-direction:column;align-items:stretch;gap:24px}
  .jobs__list{margin-top:28px}
  .job{flex-wrap:wrap;gap:14px;padding:20px}
  .job__icon{width:42px;height:42px;border-radius:13px}
  .job__head{flex:1 1 60%}
  .job__title{font-size:18px}
  .job__pay{flex:1 1 100%;text-align:left;display:flex;align-items:baseline;gap:14px}
  .job__pay span{margin-top:0}
  .job .btn{margin-left:0;width:100%;justify-content:space-between}

  .steps{margin-top:56px}
  .steps__card{padding:32px 22px 38px}
  .steps__list{grid-template-columns:1fr;gap:26px;margin-top:38px}
  .steps__list::before{left:25px;right:auto;top:25px;bottom:25px;height:auto;width:1.5px}
  .step{display:grid;grid-template-columns:50px 1fr;column-gap:22px}
  .step__num{grid-row:1/3}
  .step h3{margin-top:2px;font-size:18px}
  .step p{grid-column:2;font-size:15px;margin-top:8px}

  .culture{grid-template-columns:1fr;gap:34px;margin-top:56px}
  .culture__img{width:100%;height:249px}
  .culture__values{flex-direction:column;gap:16px;margin-top:30px}
  .culture__values li{font-size:16px}

  .detail-band__card{padding:28px 22px 30px}
  .detail-band__title{font-size:33px}
  .facts{grid-template-columns:1fr 1fr;gap:26px 20px;margin-top:30px}
  .fact{flex-direction:column;gap:10px}
  .fact strong{font-size:17px}
  .detail{grid-template-columns:1fr;gap:56px;margin-top:44px}
  .detail__block h2{font-size:25px}
  .bullets li{font-size:16px}
  .detail__side{position:static}
  .card{padding:24px}
  .form-card__title{font-size:25px}
  .contact-card h2{font-size:21px}
  .sticky-cta__in{height:auto;padding:14px 0 18px;flex-direction:column;gap:10px;text-align:center}
  .sticky-cta strong{display:none}
  .sticky-cta .btn{margin-left:0;width:100%;min-width:0}
  .page-pozice .site-footer{padding-bottom:150px}

  .thanks__card{padding:40px 22px 44px}
  .thanks__title{font-size:32px}
  .thanks__grid{grid-template-columns:1fr;gap:16px}
  .legal{padding-top:36px}
  .legal__title{font-size:30px}
  .notfound__card{padding:48px 22px 52px}
  .notfound__title{font-size:32px}

  .site-footer{margin-top:64px}
  .site-footer__in{flex-direction:column;align-items:flex-start;gap:22px}
  .site-footer__contact{margin-left:0}
  .site-footer__link{margin-left:0}
  .site-footer__bottom{margin-top:26px}
}

/* ---------- K3 výběrový test (LM-473, krok 7) ----------
   Stránka /test/{token}: hlavička bez navigace, vpravo štítek „Výběrové řízení“
   (šablonu base.html test nemění, proto je štítek obsahem ::after), patička skrytá.
   Kartu úvodu i otázky vykresluje templates/kariera/test.html, chování static/kariera/test.js. */
.page-test .nav,.page-test .burger{display:none}
.page-test .site-footer{display:none}
.page-test .site-header__in::after{content:"Výběrové řízení";margin-left:auto;display:inline-flex;align-items:center;min-height:24px;padding-left:32px;font-size:14px;color:var(--teal);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%232c6f73' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5.5c0 4.2-2.9 7.6-7 9.5-4.1-1.9-7-5.3-7-9.5V6z'/%3E%3Cpath d='M9.2 12.2l2 2 3.6-3.8'/%3E%3C/svg%3E") no-repeat left center;background-size:24px 24px}

.test-wrap{padding-top:36px;padding-bottom:40px}
.test-card{max-width:832px;margin:0 auto}
.test-contact{max-width:832px;margin:32px auto 0;text-align:center;font-size:13px;color:var(--muted)}
.test-contact a{text-decoration:none}

/* Úvodní karta */
.test-intro{padding:52px 40px 44px;text-align:center}
.test-intro__mark{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;border-radius:26px}
.test-intro .eyebrow{margin-top:28px}
.test-intro__title{font-size:36px;font-weight:700;margin-top:16px}
.test-intro__lead{max-width:600px;margin:22px auto 0;font-size:17px;line-height:1.55;color:var(--muted)}
.test-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:34px}
.test-chips span{display:inline-flex;align-items:center;height:36px;padding:0 26px;border-radius:999px;background:var(--soft);font-size:14px;color:var(--muted)}
.test-intro__h{font-size:18px;margin-top:36px;text-align:left}
.test-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 24px;margin-top:22px;text-align:left}
.test-blocks li{display:flex;align-items:baseline;gap:14px;font-size:15px}
.test-blocks b{font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--teal)}
.test-intro__foot{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:44px;text-align:left}
.test-intro__note{font-size:13px;color:var(--muted)}
.test-intro__foot .btn{min-width:188px}

/* Karta otázky */
.test-q{padding:32px 40px 36px}
.test-q__head{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:16px}
.test-timer{display:inline-flex;align-items:center;gap:12px}
.test-timer__pill{display:inline-flex;align-items:center;height:30px;padding:0 18px;border-radius:999px;background:#fff3cf;font-size:14px;font-weight:700;font-variant-numeric:tabular-nums}
.test-timer__pill.is-low{background:#ffd591}
.test-progress{height:6px;margin-top:18px;border-radius:999px;background:#e6f0f0;overflow:hidden}
.test-progress span{display:block;height:100%;width:0;border-radius:999px;background:var(--teal);transition:width .2s ease}
.test-q .eyebrow{margin-top:26px}
.test-q__title{font-size:27px;font-weight:700;margin-top:14px;line-height:1.3}
.test-q__hint{margin-top:18px;font-size:15px;color:var(--muted)}
.test-options{display:grid;gap:12px;margin-top:20px}
.test-option{display:flex;align-items:center;gap:16px;min-height:52px;padding:12px 18px;border:1px solid var(--border);border-radius:12px;font-size:16px;cursor:pointer}
.test-option input{width:18px;height:18px;margin:0;accent-color:var(--teal);flex:0 0 auto}
.test-option.is-selected{border-color:var(--teal);background:#eef7f7;box-shadow:inset 0 0 0 1px var(--teal)}
.test-free{margin-top:20px}
.test-free__label{position:absolute;left:-9999px}
.test-free textarea{width:100%;min-height:128px;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#fbfdfd;font-family:inherit;font-size:16px;line-height:1.5;color:var(--ink);resize:vertical}
.test-free textarea::placeholder{color:var(--muted)}
.test-count{margin-top:10px;text-align:right;font-size:13px;color:var(--muted)}
.test-err{margin-top:16px;font-size:14px;color:#c0504d}
.test-q__foot{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:30px}
.test-back{background:none;border:0;padding:0;font-family:inherit;font-size:14px;font-weight:700;color:var(--teal);cursor:pointer}
.test-back[disabled]{opacity:.35;cursor:default}
.test-q__foot .btn{min-width:180px}

@media(max-width:860px){
  .page-test .site-header__in::after{content:none}
  .page-test .burger{display:block}
  .test-wrap{padding-top:22px}
  .test-intro{border:0;padding:24px 0 8px;text-align:left}
  .test-intro__mark{width:74px;height:74px;border-radius:22px;margin:0 auto;display:flex}
  .test-intro .eyebrow{margin-top:30px}
  .test-intro__title{font-size:30px}
  .test-intro__lead{margin:18px 0 0;font-size:16px}
  .test-chips{justify-content:flex-start;gap:10px;margin-top:28px}
  .test-chips span{padding:0 20px;font-size:13px}
  .test-intro__h{margin-top:30px}
  .test-blocks{grid-template-columns:1fr;gap:14px;margin-top:18px}
  .test-intro__foot{flex-direction:column;align-items:stretch;gap:22px;margin-top:30px}
  .test-intro__foot .btn{width:100%;justify-content:space-between}
  .test-q{padding:22px 20px 24px}
  .test-q__title{font-size:22px}
  .test-option{font-size:15px;padding:12px 16px}
  .test-q__foot .btn{min-width:150px}
  .test-contact{margin-top:26px;text-align:left}
}
