/* ==========================================================================
   Pathfinder — public/styles/styles.css
   css_naming: SUIT (PascalCase components) · css_variables: none (hardcoded)
   color_sections: forest-green · typography: Merriweather · units: percentage
   layout_strategy: float-clearfix · video_layout: tv-channel (dark showcase)
   ========================================================================== */

/* ---- normalize (css_reset: normalize) ---------------------------------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;line-height:1.15}
body{margin:0}
main{display:block}
h1,h2,h3,h4,h5,h6{margin:0 0 .6em}
p{margin:0 0 1.25rem}
a{color:inherit;background-color:transparent}
img,svg{border-style:none;max-width:100%;height:auto;display:block}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button{cursor:pointer}
ul,ol{margin:0;padding:0;list-style:none}
table{border-collapse:collapse}
[hidden]{display:none}

/* ---- base typography (elegant-merriweather) ---------------------------- */
body{
  font-family:'Merriweather Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-weight:400;line-height:1.7;color:#052e16;background:#ffffff;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,h5,h6{font-family:'Merriweather',Georgia,serif;font-weight:700;line-height:1.18;color:#052e16}
h1{font-size:3rem;line-height:1.12}
h2{font-size:2.1rem}
h3{font-size:1.4rem}
p{font-size:1rem;line-height:1.7}
a{text-decoration:none;color:#15803d;transition:color .2s ease}
a:hover{color:#052e16}
.u-muted{color:#365314}
.u-center{text-align:center}

/* ---- layout helpers (units: percentage · comfortable spacing) ---------- */
.u-container{width:90%;max-width:1100px;margin:0 auto}
.u-wide{width:94%;max-width:1280px;margin:0 auto}
.Clearfix::after{content:"";display:table;clear:both}
.Section{padding:4rem 2rem}
.Section--tint{background:#f0fdf4}
.Section--deep{background:#0d0d0d;color:#e8e8e8}
.Section--deep h2,.Section--deep h3{color:#ffffff}
.Section-head{max-width:680px;margin:0 auto 2.5rem;text-align:center}
.Section-head--left{margin-left:0;text-align:left}
.Section-label{display:inline-block;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;
  color:#16a34a;font-weight:600;margin-bottom:.7rem}
.Section-head p{color:#365314}
.Section--deep .Section-head p{color:#9aa39a}

/* ---- buttons (button_style: underline-link + solid CTA) ---------------- */
.Button--primary{background:none;border:none;color:#16a34a;font-weight:600;padding:.4rem 0;
  cursor:pointer;position:relative;display:inline-block;font-size:1rem}
.Button--primary::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;
  background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.Button--primary:hover::after{transform:scaleX(1)}
.Button--solid{display:inline-block;background:#16a34a;color:#ffffff;font-weight:600;
  padding:.85rem 1.9rem;border:none;border-radius:999px;font-size:1rem;transition:background .2s ease,transform .2s ease}
.Button--solid:hover{background:#15803d;color:#ffffff;transform:translateY(-1px)}
.Button--ghost{display:inline-block;border:1px solid rgba(255,255,255,.45);color:#ffffff;
  padding:.8rem 1.7rem;border-radius:999px;font-weight:600;transition:border-color .2s,background .2s}
.Button--ghost:hover{border-color:#16a34a;background:rgba(22,163,74,.15);color:#ffffff}
.Button--block{display:block;width:100%;text-align:center}

/* ---- header (SUIT · fullscreen-overlay mobile menu) -------------------- */
.Header{position:sticky;top:0;z-index:900;background:#ffffff;border-bottom:1px solid #dcfce7}
.Header-inner{width:94%;max-width:1280px;margin:0 auto;display:flex;align-items:center;
  justify-content:space-between;gap:1.5rem;min-height:72px}
.Header-logo{display:flex;align-items:center;gap:.6rem;font-family:'Merriweather',serif;
  font-weight:900;font-size:1.35rem;color:#052e16;letter-spacing:-.01em}
.Header-logo:hover{color:#052e16}
.Header-logo span{white-space:nowrap}
.Header-logo{flex-shrink:0}
.Header-list{display:flex;align-items:center;gap:.15rem}
.Header-link{padding:.55rem .85rem;color:#365314;font-weight:500;font-size:.98rem;border-radius:8px}
.Header-link:hover{color:#16a34a}
.Header-link--cta{color:#16a34a;font-weight:700}
.Header-list li:last-child .Header-link{color:#052e16}

.Header-item{list-style:none}
.Header-close{color:#052e16}

/* mobile-menu module: colour overrides + own visual styling */
[data-mm-header]{--mm-bg:#ffffff;--mm-text:#052e16;--mm-primary:#16a34a;--mm-overlay-bg:rgba(5,46,22,.6)}
.Header-toggle span{background:#052e16}
@media (max-width:767px){.Header-nav .Header-link{font-size:1.5rem}}

/* ---- hero: tv-channel promo banner + search-hero ----------------------- */
.Hero{position:relative;min-height:min(580px,60vh);display:flex;align-items:flex-end;
  color:#ffffff;background:#0d0d0d;overflow:hidden}
.Hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.Hero-bg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.35) 60%,rgba(13,13,13,.15) 100%)}
.Hero-inner{position:relative;z-index:1;width:90%;max-width:1100px;margin:0 auto;padding:3rem 0 3.5rem}
.Hero-tag{display:inline-block;background:#16a34a;color:#fff;font-size:.72rem;letter-spacing:.12em;
  text-transform:uppercase;font-weight:700;padding:.35rem .8rem;border-radius:6px;margin-bottom:1rem}
.Hero-title{color:#ffffff;font-size:3rem;max-width:60%;margin-bottom:.8rem}
.Hero-meta{display:flex;gap:1rem;flex-wrap:wrap;color:#cbd5c1;font-size:.9rem;margin-bottom:.9rem}
.Hero-meta span{display:inline-flex;align-items:center;gap:.4rem}
.Hero-synopsis{max-width:52%;color:#e2e8e0;margin-bottom:1.6rem}
.Hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.Hero-search{display:flex;max-width:620px;width:100%;margin-top:1.8rem}
.Hero-search input{flex:1;padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.08);color:#fff;border-radius:999px 0 0 999px;font-size:1rem;min-width:0}
.Hero-search input::placeholder{color:#c7d0c4}
.Hero-search button{border:none;background:#16a34a;color:#fff;border-radius:0 999px 999px 0;
  padding:0 1.6rem;font-weight:600}
.Hero-search button:hover{background:#15803d}

/* ---- channel tabs (tv-channel) ----------------------------------------- */
.Tabs{background:#0d0d0d;border-bottom:1px solid #1f1f1f}
.Tabs-list{display:flex;gap:.4rem;overflow-x:auto;width:90%;max-width:1100px;margin:0 auto;padding:.9rem 0}
.Tabs-btn{white-space:nowrap;background:transparent;border:1px solid #262626;color:#c7d0c4;
  padding:.55rem 1.1rem;border-radius:999px;font-size:.9rem;font-weight:500;transition:all .2s}
.Tabs-btn:hover{border-color:#16a34a;color:#fff}
.Tabs-btn.is-active{background:#16a34a;border-color:#16a34a;color:#fff}

/* ---- series rows / video showcase (content-highlights, video-list) ----- */
.Series{padding:2.5rem 0;background:#0d0d0d;color:#e8e8e8}
.Series-row{width:90%;max-width:1100px;margin:0 auto 2.6rem}
.Series-rowHead{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.1rem}
.Series-rowTitle{color:#ffffff;font-size:1.4rem;margin:0}
.Series-rowSub{color:#8b948b;font-size:.85rem;margin:.2rem 0 0}
.Series-seeAll{color:#16a34a;font-weight:600;font-size:.9rem}
.Series-seeAll:hover{color:#22c55e}
.VideoGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}

/* VideoCard (flat-bordered adapted to dark) */
.VideoCard{background:#141414;border:1px solid #1f1f1f;border-radius:10px;overflow:hidden;
  cursor:pointer;transition:transform .2s ease,border-color .2s ease,filter .2s ease}
.VideoCard:hover{transform:translateY(-3px);border-color:#2f7d40;filter:brightness(1.08)}
.VideoCard-thumb{position:relative;aspect-ratio:16/9;background:#1c1c1c center/cover no-repeat}
.VideoCard-thumb::before{content:"";position:absolute;inset:0;
  background:radial-gradient(circle at center,rgba(0,0,0,0) 40%,rgba(0,0,0,.35) 100%)}
.VideoCard-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.85);
  width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;
  align-items:center;justify-content:center;color:#0d0d0d;font-size:1.1rem;opacity:0;transition:all .2s}
.VideoCard:hover .VideoCard-play{opacity:1;transform:translate(-50%,-50%) scale(1)}
.VideoCard-badge{position:absolute;top:.6rem;left:.6rem;background:#16a34a;color:#fff;
  font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:.2rem .5rem;border-radius:5px;z-index:2}
.VideoCard-dur{position:absolute;bottom:.6rem;right:.6rem;background:rgba(0,0,0,.8);color:#fff;
  font-size:.72rem;padding:.15rem .45rem;border-radius:4px;z-index:2}
.VideoCard-body{padding:.85rem .95rem 1rem}
.VideoCard-ep{color:#16a34a;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.VideoCard-title{color:#f3f5f2;font-family:'Merriweather Sans',sans-serif;font-weight:600;
  font-size:.98rem;margin:.25rem 0 .1rem;line-height:1.35}
.VideoCard-by{color:#8b948b;font-size:.8rem}

/* skeleton shimmer (animation_type: loading-animations) */
.VideoCard-thumb.is-loading{background:#1c1c1c}
.VideoCard-thumb.is-loading::after{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);
  animation:shimmer 1.4s infinite}
@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}

/* spinner */
.Spinner{border:4px solid rgba(255,255,255,.15);border-left-color:#16a34a;border-radius:50%;
  width:34px;height:34px;animation:spin 1s linear infinite;margin:0 auto}
.Spinner--dark{border:4px solid rgba(5,46,22,.12);border-left-color:#16a34a}
@keyframes spin{to{transform:rotate(360deg)}}

/* ---- stats-inline (streaming-split-hero · stats-display) --------------- */
.Stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;width:90%;max-width:1000px;margin:0 auto}
.Metric{flex:1 1 40%;min-width:180px;text-align:center;padding:1.4rem 1rem;
  background:#ffffff;border:1px solid #dcfce7;border-radius:12px}
.Metric-num{font-family:'Merriweather',serif;font-size:2.3rem;font-weight:900;color:#16a34a;line-height:1}
.Metric-label{color:#365314;font-size:.92rem;margin-top:.4rem}

/* ---- feature blocks (platform-features) -------------------------------- */
.FeatureGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;
  width:94%;max-width:1100px;margin:0 auto}
.Card{border:1px solid #e5e7eb;border-radius:10px;padding:1.75rem;background:#fff}
.Card-icon{width:46px;height:46px;border-radius:10px;background:#dcfce7;color:#16a34a;
  display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.Card-icon svg{width:24px;height:24px}
.Card-title{font-size:1.15rem;margin-bottom:.5rem}
.Card-text{color:#365314;font-size:.95rem;margin:0}

/* cards-masonry (streaming-split-hero priority) */
.Masonry{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;
  width:94%;max-width:1100px;margin:0 auto}

/* ---- price cards (plan-comparison · price-cards) ----------------------- */
.PriceGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.4rem;
  width:94%;max-width:1150px;margin:0 auto;align-items:stretch}
.PriceCard{border:1px solid #e5e7eb;border-radius:14px;padding:2rem 1.6rem;background:#fff;
  display:flex;flex-direction:column;position:relative}
.PriceCard.is-popular{border-color:#16a34a;box-shadow:0 14px 40px rgba(22,163,74,.14)}
.PriceCard-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#16a34a;
  color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.05em;padding:.3rem .9rem;border-radius:999px}
.PriceCard-name{font-size:1.2rem;margin-bottom:.3rem}
.PriceCard-price{font-family:'Merriweather',serif;font-size:2.2rem;font-weight:900;color:#052e16}
.PriceCard-price small{font-size:.9rem;font-weight:400;color:#65a30d;font-family:'Merriweather Sans',sans-serif}
.PriceCard-note{color:#65a30d;font-size:.85rem;margin:.2rem 0 1.1rem}
.PriceCard-feats{margin:0 0 1.6rem;flex:1}
.PriceCard-feats li{padding:.45rem 0 .45rem 1.6rem;position:relative;color:#365314;font-size:.93rem;
  border-bottom:1px solid #f0fdf4}
.PriceCard-feats li::before{content:"✓";position:absolute;left:0;color:#16a34a;font-weight:700}

/* ---- instructors (instructor-grid) ------------------------------------- */
.InstructorGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.6rem;
  width:94%;max-width:1100px;margin:0 auto}
.Instructor{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}
.Instructor-photo{aspect-ratio:3/4;background:#dcfce7 center/cover no-repeat}
.Instructor-body{padding:1.1rem 1.2rem 1.4rem}
.Instructor-name{font-size:1.15rem;margin-bottom:.15rem}
.Instructor-role{color:#16a34a;font-size:.85rem;font-weight:600;margin-bottom:.6rem}
.Instructor-bio{color:#365314;font-size:.9rem;margin:0}

/* ---- faq (accordion-classic · question-list) -------------------------- */
.Faq{width:90%;max-width:820px;margin:0 auto}
.Faq-item{border-bottom:1px solid #e5e7eb}
.Faq-q{display:flex;justify-content:space-between;align-items:center;gap:1rem;
  padding:1.1rem 0;cursor:pointer;font-weight:600;font-family:'Merriweather Sans',sans-serif;
  color:#052e16;font-size:1.05rem;list-style:none}
.Faq-q::-webkit-details-marker{display:none}
.Faq-chevron{flex:none;transition:transform .3s ease;color:#16a34a}
.Faq-item.is-open .Faq-chevron{transform:rotate(180deg)}
.Faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.Faq-item.is-open .Faq-a{max-height:460px}
.Faq-a p{padding:0 0 1.1rem;color:#365314;margin:0}

/* ---- section divider (tilt-down) --------------------------------------- */
.Divider{position:relative;height:0}
.Divider::before{content:"";position:absolute;left:0;right:0;height:100px;background:#f0fdf4;
  transform:skewY(-3deg);transform-origin:top left;z-index:-1}
.Divider--onDeep::before{background:#0d0d0d}

/* ---- forms (Form · scroll-reveal · modal-popup) ------------------------ */
.reveal-form{opacity:0;transform:translateY(50px)}
.Form{width:90%;max-width:560px;margin:0 auto}
.Form-group{margin-bottom:1.1rem}
.Form-label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.4rem;color:#052e16}
.Form-input,.Form-textarea{width:100%;padding:.85rem 1rem;border:1px solid #cbe8d3;border-radius:10px;
  background:#fff;font-size:1rem;color:#052e16}
.Form-input:focus,.Form-textarea:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.15)}
.Form-textarea{min-height:130px;resize:vertical}
.Form-check{display:flex;gap:.6rem;align-items:flex-start;font-size:.88rem;color:#365314;margin-bottom:1.2rem}
.Form-check input{margin-top:.25rem}
.Form-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:.8rem 1rem;
  border-radius:10px;margin-bottom:1.1rem;font-size:.92rem}
.Form-ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;padding:.8rem 1rem;
  border-radius:10px;margin-bottom:1.1rem;font-size:.92rem}
.Form-note{font-size:.82rem;color:#65a30d}
.optional{color:#9ca3af;font-weight:400}

/* modal-popup contact form */
.Modal{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:1rem}
.Modal.is-open{display:flex}
.Modal-backdrop{position:absolute;inset:0;background:rgba(5,46,22,.55)}
.Modal-box{position:relative;background:#fff;border-radius:16px;padding:2.2rem;max-width:560px;width:100%;
  z-index:1;max-height:90vh;overflow:auto;box-shadow:0 30px 70px rgba(0,0,0,.3)}
.Modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.6rem;color:#365314}

/* ---- auth pages -------------------------------------------------------- */
.Auth{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;background:#f0fdf4}
.Auth-card{background:#fff;border:1px solid #dcfce7;border-radius:16px;padding:2.4rem;max-width:440px;width:100%;
  box-shadow:0 16px 50px rgba(5,46,22,.08)}
.Auth-title{text-align:center;margin-bottom:.4rem}
.Auth-sub{text-align:center;color:#365314;font-size:.92rem;margin-bottom:1.6rem}
.Auth-alt{text-align:center;margin-top:1.3rem;font-size:.92rem;color:#365314}

/* ---- cta signup banner (signup-banner) --------------------------------- */
.Cta{background:#052e16;color:#fff;text-align:center;padding:4.5rem 2rem}
.Cta h2{color:#fff;max-width:640px;margin:0 auto .8rem}
.Cta p{color:#c7e6cf;max-width:560px;margin:0 auto 1.8rem}
.Cta-urgent{display:inline-block;margin-top:1rem;color:#86efac;font-size:.85rem}

/* ---- notice (disclaimer one-liner, subtle) ----------------------------- */
.Notice{font-size:.82rem;color:#8b948b;text-align:center;padding:1.2rem 1rem;background:#0d0d0d}

/* ---- footer (card-style-footer) ---------------------------------------- */
.Footer{padding:2.5rem 1rem 3rem;background:#f0fdf4}
.Footer-card{max-width:1100px;margin:0 auto;background:#111827;color:#cbd5e1;border-radius:20px;
  padding:2.6rem;box-shadow:0 20px 50px rgba(0,0,0,.2)}
.Footer-cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:1.8rem}
.Footer-brand{display:flex;align-items:center;gap:.6rem;font-family:'Merriweather',serif;font-weight:900;
  font-size:1.25rem;color:#fff;margin-bottom:.7rem}
.Footer-tag{color:#9ca3af;font-size:.9rem;margin:0}
.Footer-h{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:.9rem}
.Footer-col a{display:block;color:#cbd5e1;font-size:.9rem;padding:.28rem 0}
.Footer-col a:hover{color:#4ade80}
.Footer-info{color:#9ca3af;font-size:.85rem;line-height:1.7}
.Footer-info strong{color:#e5e7eb;font-weight:600}
.Footer-bottom{border-top:1px solid #1f2937;margin-top:2rem;padding-top:1.4rem;display:flex;
  flex-wrap:wrap;gap:.6rem;justify-content:space-between;align-items:center}
.Footer-bottom p{margin:0;color:#9ca3af;font-size:.82rem}
.Footer-bottom a{color:#9ca3af;font-size:.82rem}
.Footer-bottom a:hover{color:#4ade80}

/* ---- legal / article pages -------------------------------------------- */
.Legal{width:90%;max-width:820px;margin:0 auto;padding:3.5rem 0}
.Legal h1{margin-bottom:.4rem}
.Legal .u-updated{color:#65a30d;font-size:.85rem;margin-bottom:2rem}
.Legal h2{font-size:1.4rem;margin:2.2rem 0 .8rem}
.Legal p,.Legal li{color:#365314}
.Legal ul{list-style:disc;padding-left:1.3rem;margin:0 0 1.25rem}
.Legal li{margin-bottom:.4rem}
.PageHero{background:#0d0d0d;color:#fff;padding:3.2rem 2rem;text-align:center}
.PageHero h1{color:#fff}
.PageHero p{color:#c7d0c4;max-width:600px;margin:.6rem auto 0}

/* ---- video modal (video_player_modal: classic-dark) -------------------- */
.video-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;
  padding:1rem;opacity:0;animation:vmFade .2s ease-out forwards}
@keyframes vmFade{to{opacity:1}}
.video-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.92)}
.video-modal-player{position:relative;z-index:1;width:100%;max-width:860px;aspect-ratio:16/9;background:#000;
  border-radius:4px;box-shadow:0 20px 60px rgba(0,0,0,.8);background-size:cover;background-position:center;
  display:flex;align-items:center;justify-content:center;overflow:hidden}
.video-modal-play-btn{width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.9);border:none;
  color:#000;font-size:1.9rem;display:flex;align-items:center;justify-content:center;cursor:pointer;
  transition:transform .15s ease,background .15s ease;padding-left:6px}
.video-modal-play-btn:hover{background:#fff;transform:scale(1.08)}
.video-modal-controls{position:absolute;left:0;right:0;bottom:0;height:44px;background:rgba(0,0,0,.85);
  display:flex;align-items:center;gap:.7rem;padding:0 .9rem;color:#fff;font-size:13px}
.video-modal-controls .vm-track{flex:1;height:4px;background:rgba(255,255,255,.3);border-radius:2px;position:relative}
.video-modal-controls .vm-track::before{content:"";position:absolute;left:0;top:0;bottom:0;width:22%;
  background:#f00;border-radius:2px}
.video-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.15);color:#fff;border:none;font-size:1.1rem;cursor:pointer;z-index:3}
.video-modal-close:hover{background:rgba(255,255,255,.3)}
.video-modal-title{position:absolute;top:14px;left:16px;color:#fff;font-size:.95rem;font-weight:600;z-index:2;
  max-width:70%;text-shadow:0 1px 3px rgba(0,0,0,.6)}

/* ---- cookie consent (custom, Hungarian, themed) ------------------------ */
.Cookie{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:1300;max-width:1080px;margin:0 auto;
  background:#111827;color:#e5e7eb;border-radius:14px;padding:1.4rem 1.6rem;
  box-shadow:0 20px 60px rgba(0,0,0,.35);display:none}
.Cookie.is-show{display:block}
.Cookie-row{display:flex;gap:1.4rem;align-items:center;justify-content:space-between;flex-wrap:wrap}
.Cookie-text{flex:1;min-width:260px;font-size:.9rem;color:#cbd5e1;margin:0}
.Cookie-text a{color:#4ade80}
.Cookie-actions{display:flex;gap:.7rem;flex-wrap:wrap}
.Cookie-btn{border:none;border-radius:999px;padding:.7rem 1.4rem;font-weight:600;font-size:.9rem;cursor:pointer}
.Cookie-btn--accept{background:#16a34a;color:#fff}
.Cookie-btn--accept:hover{background:#15803d}
.Cookie-btn--reject{background:transparent;color:#e5e7eb;border:1px solid #374151}
.Cookie-btn--reject:hover{border-color:#16a34a}
.Cookie-btn--config{background:transparent;color:#9ca3af;text-decoration:underline;padding:.7rem .6rem}
.Cookie-panel{display:none;margin-top:1.2rem;border-top:1px solid #1f2937;padding-top:1.1rem}
.Cookie-panel.is-show{display:block}
.Cookie-cat{display:flex;gap:.7rem;align-items:flex-start;padding:.6rem 0;border-bottom:1px solid #1f2937}
.Cookie-cat:last-child{border-bottom:none}
.Cookie-cat h4{margin:0 0 .2rem;color:#fff;font-size:.92rem}
.Cookie-cat p{margin:0;font-size:.82rem;color:#9ca3af}
.Cookie-cat input{margin-top:.3rem}

/* ==========================================================================
   RESPONSIVE (mobile-first breakpoints · float-clearfix columns)
   ========================================================================== */
.u-colHalf{width:100%}
@media (min-width:768px){
  .u-colHalf{float:left;width:50%}
  .Row{}
}
@media (max-width:960px){
  .VideoGrid{grid-template-columns:repeat(2,1fr)}
  .Footer-cols{grid-template-columns:1fr 1fr}
}
@media (max-width:768px){
  h1{font-size:2.2rem}
  .Hero-title,.PageHero h1{font-size:2rem}
  .Hero-title,.Hero-synopsis{max-width:100%}
  .Section{padding:3rem 1.2rem}
  .Header-nav .Header-list{flex-direction:column;gap:.4rem}
  /* mobile_behavior: fullscreen-mobile — immersive hero/cta on phones */
  .Hero,.Cta{min-height:100vh;display:flex;flex-direction:column;justify-content:center}
  .Footer-cols{grid-template-columns:1fr;gap:1.4rem}
  .Footer-card{padding:1.8rem}
  .Stats{gap:1rem}
}
@media (max-width:560px){
  .VideoGrid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  *{animation-duration:.001ms!important;transition:none!important}
}

/* ==========================================================================
   Mobile menu module — variant: fullscreen-overlay (FUNCTIONAL CSS, verbatim)
   The module owns positioning/animation/breakpoint show-hide. Do not edit.
   ========================================================================== */
[data-mm-header]{--mm-bg:#ffffff;--mm-text:#333333;--mm-primary:#2563eb;--mm-overlay-bg:rgba(0,0,0,0.5);--mm-transition:0.3s ease}
[data-mm-header]{position:relative}
[data-mm-toggle]{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}
[data-mm-toggle] span{display:block;width:24px;height:2px;background:var(--mm-text);transition:var(--mm-transition)}
[data-mm-menu]{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:var(--mm-bg);opacity:0;visibility:hidden;transition:opacity var(--mm-transition),visibility var(--mm-transition);z-index:1100;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px}
[data-mm-menu].mm-open{opacity:1;visibility:visible}
[data-mm-menu] ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:8px}
[data-mm-menu] ul li a{display:block;padding:12px 24px;color:var(--mm-text);text-decoration:none;font-size:22px;font-weight:500;transition:color var(--mm-transition)}
[data-mm-menu] ul li a:hover{color:var(--mm-primary)}
[data-mm-close]{position:absolute;top:20px;right:20px;background:none;border:none;font-size:32px;line-height:1;cursor:pointer;color:var(--mm-text);padding:4px 8px;z-index:1101}
@media(min-width:768px){
  [data-mm-toggle]{display:none!important}
  [data-mm-menu]{position:static!important;width:auto!important;height:auto!important;background:transparent!important;opacity:1!important;visibility:visible!important;padding:0!important;flex-direction:row!important;justify-content:flex-end!important}
  [data-mm-menu] ul{flex-direction:row;gap:0;align-items:center}
  [data-mm-menu] ul li a{padding:8px 16px;font-size:inherit;font-weight:inherit}
  [data-mm-close]{display:none!important}
}
@media(prefers-reduced-motion:reduce){[data-mm-menu],[data-mm-toggle] span{transition:none!important}}

/* palette override — MUST win over module defaults (declared last) */
[data-mm-header]{--mm-bg:#ffffff;--mm-text:#052e16;--mm-primary:#16a34a;--mm-overlay-bg:rgba(5,46,22,.6)}
