/* ═══════════════════════════════════════════
   Furik Labs – style.css  (v2)
═══════════════════════════════════════════ */

/* ── TOKENS ─────────────────────────────── */
:root {
  --bg:      #0b0d10;
  --bg2:     #12151a;
  --bg3:     #181c24;
  --card:    #161a22;
  --card2:   #1e2330;
  --border:  rgba(255,255,255,.07);
  --border2: rgba(255,255,255,.12);
  --text:    #dde3ed;
  --muted:   #7a8799;
  --muted2:  #9aa5b5;
  --acc:     #6aaa2e;
  --acc-h:   #84cc3e;
  --acc-d:   #558a22;
  --acc-gl:  rgba(106,170,46,.18);
  --red:     #e05050;
  --nav-bg:  rgba(11,13,16,.88);
  --sh:      0 8px 32px rgba(0,0,0,.45);
  --r:       14px;
  --rmd:     10px;
  --rsm:     7px;
  --maxw:    1060px;
}
[data-theme="light"] {
  --bg:      #f0f3ee;
  --bg2:     #e4e9df;
  --bg3:     #d8dfd2;
  --card:    #ffffff;
  --card2:   #eef2ea;
  --border:  rgba(0,0,0,.08);
  --border2: rgba(0,0,0,.14);
  --text:    #1a2010;
  --muted:   #5a6e4a;
  --muted2:  #3a5228;
  --acc:     #3a8010;
  --acc-h:   #2a6808;
  --acc-d:   #1e5006;
  --acc-gl:  rgba(58,128,16,.14);
  --nav-bg:  rgba(240,243,238,.92);
  --sh:      0 8px 32px rgba(0,0,0,.10);
}

/* ── RESET ───────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;transition:background .25s,color .25s;overflow-x:hidden}
a{color:var(--acc-h);text-decoration:none;transition:color .15s}
a:hover{color:var(--acc)}
img{max-width:100%;display:block}
ul{list-style:none}

/* ── NAV ─────────────────────────────────── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:200;
  height:58px;
  background:var(--nav-bg);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid var(--border);
  display:flex;align-items:center;
  padding:0 20px;gap:10px;
}
.nav-logo{display:flex;align-items:center;gap:9px;text-decoration:none;flex-shrink:0}
.nav-logo-img{height:30px;width:auto}
.nav-logo span{font-size:.92rem;font-weight:800;letter-spacing:.08em;color:var(--text)}
.nav-spacer{flex:1}
.nav-links{display:flex;gap:2px}
.nav-links a{
  color:var(--muted);font-size:.8rem;font-weight:500;
  padding:6px 10px;border-radius:var(--rsm);
  transition:color .15s,background .15s;white-space:nowrap
}
.nav-links a:hover{color:var(--text);background:var(--card2)}
.nav-controls{display:flex;gap:6px;align-items:center;flex-shrink:0}

/* Téma gomb */
.theme-btn{
  width:34px;height:34px;border-radius:var(--rsm);
  border:1px solid var(--border2);background:var(--card2);
  color:var(--muted2);cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:background .15s,color .15s;
  flex-shrink:0;
}
.theme-btn svg{width:16px;height:16px}
.theme-btn:hover{background:var(--card);color:var(--text)}

/* Nyelv gombok */
.lang-pills{display:flex;gap:3px;background:var(--card2);border:1px solid var(--border2);border-radius:var(--rsm);padding:3px}
.lang-btn{
  background:transparent;border:none;
  color:var(--muted);font-size:.73rem;font-weight:700;
  padding:4px 8px;border-radius:5px;cursor:pointer;
  transition:background .15s,color .15s;font-family:inherit;letter-spacing:.04em;
}
.lang-btn.active{background:var(--acc);color:#fff}
.lang-btn:hover:not(.active){background:var(--border2);color:var(--text)}

/* Burger */
.nav-burger{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:6px;flex-shrink:0}
.nav-burger svg{width:22px;height:22px;stroke:currentColor;stroke-width:2;fill:none}

/* Mobile nav */
.nav-dropdown{
  display:none;flex-direction:column;
  position:fixed;top:58px;left:0;right:0;z-index:199;
  background:var(--bg2);border-bottom:1px solid var(--border);
  padding:12px 16px 16px;gap:3px;
}
.nav-dropdown.open{display:flex}
.nav-dropdown a{
  color:var(--muted);font-size:.9rem;font-weight:500;
  padding:10px 14px;border-radius:var(--rmd);
  transition:background .15s,color .15s
}
.nav-dropdown a:hover{background:var(--card2);color:var(--text)}
.nd-sep{height:1px;background:var(--border);margin:8px 0}
.nd-controls{display:flex;gap:10px;align-items:center;padding:4px 4px 0}

@media(max-width:860px){
  .nav-links{display:none}
  .nav-burger{display:flex;align-items:center;justify-content:center}
  .nav-controls .lang-pills{display:none}
}
@media(min-width:861px){.nav-dropdown{display:none!important}}

/* ── HERO ────────────────────────────────── */
.hero{
  min-height:100vh;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:100px 20px 80px;text-align:center;position:relative;overflow:hidden;
}
.hero::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 70% 55% at 50% 35%,rgba(106,170,46,.09) 0%,transparent 70%);
  pointer-events:none
}
.hero-logo{width:100px;height:auto;margin-bottom:26px;animation:fadeUp .65s ease both}
.hero h1{
  font-size:clamp(1.9rem,5.5vw,3.4rem);font-weight:800;letter-spacing:-.025em;
  line-height:1.13;animation:fadeUp .65s .08s ease both;max-width:660px
}
.hero h1 span{color:var(--acc-h)}
.hero>p{
  font-size:clamp(.9rem,2.2vw,1.08rem);color:var(--muted2);
  margin-top:16px;max-width:500px;animation:fadeUp .65s .16s ease both;line-height:1.7
}
.hero-btns{display:flex;gap:10px;margin-top:30px;flex-wrap:wrap;justify-content:center;animation:fadeUp .65s .24s ease both}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}

/* ── BUTTONS ─────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;gap:7px;
  padding:11px 22px;border-radius:var(--rmd);
  font-weight:600;font-size:.88rem;cursor:pointer;
  border:none;transition:transform .12s,box-shadow .15s,background .15s,color .15s;
  text-decoration:none;font-family:inherit;
}
.btn:active{transform:scale(.97)}
.btn-primary{background:var(--acc);color:#fff;box-shadow:0 4px 18px var(--acc-gl)}
.btn-primary:hover{background:var(--acc-h);color:#fff;box-shadow:0 6px 24px var(--acc-gl)}
.btn-secondary{background:var(--card2);color:var(--text);border:1px solid var(--border2)}
.btn-secondary:hover{background:var(--card)}
.btn-sm{padding:7px 14px;font-size:.8rem}

.play-badge{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--card2);border:1px solid var(--border2);
  border-radius:var(--rmd);padding:12px 20px;
  color:var(--text);font-weight:600;font-size:.88rem;
  transition:background .15s,border-color .15s;text-decoration:none;margin-top:4px
}
.play-badge:hover{background:var(--card);border-color:var(--acc);color:var(--text)}
.play-badge svg{color:var(--acc-h);flex-shrink:0}

/* ── SECTIONS ────────────────────────────── */
.section{padding:72px 20px}
.section-inner{max-width:var(--maxw);margin:0 auto}
.section+.section{border-top:1px solid var(--border)}
.divider{height:1px;background:var(--border);max-width:var(--maxw);margin:0 auto}

.section-tag{
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(106,170,46,.1);color:var(--acc-h);
  border:1px solid rgba(106,170,46,.22);
  border-radius:99px;padding:4px 12px;
  font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;
  margin-bottom:14px;
}
.section-title{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:12px}
.section-sub{color:var(--muted2);font-size:.96rem;max-width:520px;margin-bottom:44px;line-height:1.7}

/* ── APP CARDS (főoldal) ─────────────────── */
.apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}
.app-card{
  background:var(--card);border:1px solid var(--border);
  border-radius:var(--r);padding:24px;
  transition:border-color .2s,transform .18s,box-shadow .2s;
  text-decoration:none;display:block;color:inherit;
}
.app-card:hover{border-color:var(--acc);transform:translateY(-4px);box-shadow:0 12px 36px var(--acc-gl);color:inherit}
.app-card-icon{
  width:52px;height:52px;border-radius:12px;
  background:linear-gradient(135deg,var(--acc-d),var(--acc));
  display:flex;align-items:center;justify-content:center;
  margin-bottom:16px;flex-shrink:0;
}
.app-card-icon svg{width:26px;height:26px;stroke:#fff;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.app-card h3{font-size:1.05rem;font-weight:700;margin-bottom:8px;color:var(--text)}
.app-card p{font-size:.83rem;color:var(--muted2);line-height:1.6;margin-bottom:14px}
.app-card-tags{display:flex;flex-wrap:wrap;gap:5px}
.tag{
  background:var(--bg3);color:var(--muted);
  border:1px solid var(--border2);
  border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:600;letter-spacing:.04em
}

/* ── APP HERO (aloldalak) ────────────────── */
.app-hero{
  padding:120px 20px 60px;text-align:center;
  display:flex;flex-direction:column;align-items:center;
  position:relative;overflow:hidden;
}
.app-hero::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 60% 50% at 50% 40%,rgba(106,170,46,.08) 0%,transparent 70%);
  pointer-events:none
}
.app-icon-xl{
  width:88px;height:88px;border-radius:20px;
  background:linear-gradient(135deg,var(--acc-d),var(--acc-h));
  display:flex;align-items:center;justify-content:center;
  margin-bottom:20px;
  box-shadow:0 8px 28px var(--acc-gl);
}
.app-icon-xl svg{width:44px;height:44px;stroke:#fff;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}
.app-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.025em;margin-bottom:8px}
.version{
  font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  color:var(--acc-h);background:rgba(106,170,46,.1);
  border:1px solid rgba(106,170,46,.2);border-radius:99px;
  padding:4px 12px;margin-bottom:16px;
}
.app-hero>p{font-size:1rem;color:var(--muted2);max-width:540px;line-height:1.7;margin-bottom:28px}

/* ── LEÍRÁS BLOKKOK ─────────────────────── */
.desc-block{
  background:var(--card);border:1px solid var(--border);
  border-radius:var(--r);padding:28px;margin-bottom:16px;
}
.desc-block h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:12px;display:flex;align-items:center;gap:8px}
.desc-block p{color:var(--muted2);font-size:.9rem;line-height:1.72;margin-bottom:10px}
.desc-block p:last-child{margin-bottom:0}
.desc-block ul{display:flex;flex-direction:column;gap:8px}
.desc-block ul li{
  color:var(--muted2);font-size:.88rem;line-height:1.6;
  padding-left:18px;position:relative
}
.desc-block ul li::before{content:'›';position:absolute;left:0;color:var(--acc-h);font-weight:700}
.desc-block ul li strong{color:var(--text)}

/* ── FEATURE GRID ────────────────────────── */
.feat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}
.feat{
  background:var(--card);border:1px solid var(--border);
  border-radius:var(--rmd);padding:18px 20px;
  display:flex;gap:14px;align-items:flex-start;
  transition:border-color .2s
}
.feat:hover{border-color:var(--acc)}
.feat-ic{
  width:36px;height:36px;border-radius:9px;flex-shrink:0;
  background:linear-gradient(135deg,var(--acc-d),var(--acc));
  display:flex;align-items:center;justify-content:center;margin-top:1px
}
.feat-ic svg{width:18px;height:18px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.feat-title{font-weight:700;font-size:.88rem;color:var(--text);margin-bottom:4px}
.feat-desc{font-size:.78rem;color:var(--muted2);line-height:1.55}

/* ── SNAP GRID ───────────────────────────── */
.snap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px}
.snap-item{
  display:flex;align-items:center;gap:10px;
  background:var(--card);border:1px solid var(--border);
  border-radius:var(--rmd);padding:11px 14px
}
.snap-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}
.snap-name{font-size:.82rem;font-weight:600;color:var(--text)}

/* ── YOUTUBE ─────────────────────────────── */
.yt-section{background:var(--bg2)}
.yt-wrap{
  background:var(--card);border:1px solid var(--border);
  border-radius:var(--r);overflow:hidden;
}
.yt-header{
  display:flex;align-items:center;gap:14px;
  padding:20px 24px;border-bottom:1px solid var(--border)
}
.yt-logo{
  width:44px;height:44px;border-radius:10px;
  background:#ff0000;display:flex;align-items:center;justify-content:center;flex-shrink:0
}
.yt-logo svg{width:22px;height:22px;fill:#fff}
.yt-info h3{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:2px}
.yt-info p{font-size:.78rem;color:var(--muted)}
.yt-frame{aspect-ratio:16/9;width:100%;border:0;display:block}
.yt-placeholder{
  aspect-ratio:16/9;display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  background:var(--bg3);gap:12px;color:var(--muted)
}
.yt-placeholder svg{width:48px;height:48px;fill:var(--muted)}
.yt-placeholder span{font-size:.85rem}
.yt-footer{padding:16px 24px;display:flex;justify-content:flex-end}

/* ── ABOUT ───────────────────────────────── */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.about-cards{display:flex;flex-direction:column;gap:12px}
.about-card{
  background:var(--card);border:1px solid var(--border);
  border-radius:var(--rmd);padding:16px 18px;
  display:flex;gap:14px;align-items:flex-start
}
.about-card-icon{font-size:1.3rem;flex-shrink:0;margin-top:1px}
.about-card strong{display:block;font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:3px}
.about-card span{font-size:.78rem;color:var(--muted)}

/* ── FORMAT CARDS ────────────────────────── */
.fmt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}
.fmt-card{background:var(--card);border:1px solid var(--border);border-radius:var(--rmd);padding:20px}
.fmt-ext{font-family:monospace;font-size:1.3rem;font-weight:700;color:var(--acc-h);margin-bottom:8px}
.fmt-name{font-weight:700;font-size:.86rem;color:var(--text);margin-bottom:5px}
.fmt-desc{font-size:.78rem;color:var(--muted);line-height:1.55}

/* ── LEGAL ───────────────────────────────── */
.tab-container{background:var(--card);border:1px solid var(--border);border-radius:var(--r);overflow:hidden}
.tab-nav{display:flex;border-bottom:1px solid var(--border);background:var(--bg2);overflow-x:auto}
.tab-btn{
  padding:13px 20px;font-size:.84rem;font-weight:600;
  color:var(--muted);background:none;border:none;cursor:pointer;
  border-bottom:2px solid transparent;white-space:nowrap;
  transition:color .15s,border-color .15s;font-family:inherit
}
.tab-btn.active{color:var(--acc-h);border-bottom-color:var(--acc-h)}
.tab-panel{display:none;padding:28px 32px}
.tab-panel.active{display:block}
.tab-panel h2{font-size:1.3rem;font-weight:700;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border)}
.tab-panel h3{font-size:1rem;font-weight:700;color:var(--text);margin:20px 0 8px}
.tab-panel p{font-size:.88rem;color:var(--muted2);line-height:1.72;margin-bottom:10px}
.tab-panel ul{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}
.tab-panel ul li{font-size:.86rem;color:var(--muted2);padding-left:16px;position:relative}
.tab-panel ul li::before{content:'›';position:absolute;left:0;color:var(--acc-h);font-weight:700}
.tab-panel strong{color:var(--text)}
.imp-table{width:100%;border-collapse:collapse;font-size:.84rem;margin:12px 0}
.imp-table td{padding:9px 12px;border-bottom:1px solid var(--border);color:var(--muted2)}
.imp-table td:first-child{font-weight:600;color:var(--text);width:40%;white-space:nowrap}

/* ── FOOTER ──────────────────────────────── */
footer{background:var(--bg2);border-top:1px solid var(--border);padding:52px 20px 28px}
.footer-inner{max-width:var(--maxw);margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer-brand .nav-logo-img{height:28px;margin-bottom:12px}
.footer-brand p{font-size:.8rem;color:var(--muted);line-height:1.65;max-width:220px}
.footer-col h4{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}
.footer-col ul{display:flex;flex-direction:column;gap:8px}
.footer-col ul li a{font-size:.83rem;color:var(--muted2);transition:color .15s}
.footer-col ul li a:hover{color:var(--acc-h)}
.footer-bottom{
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;
  padding-top:24px;border-top:1px solid var(--border);
  font-size:.77rem;color:var(--muted)
}

/* ── REVEAL ──────────────────────────────── */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}
.reveal.visible{opacity:1;transform:none}

/* ── MISC ────────────────────────────────── */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.page-pad{padding-top:88px}

/* ── RESPONSIVE ──────────────────────────── */
@media(max-width:720px){
  .about-grid{grid-template-columns:1fr;gap:28px}
  .two-col{grid-template-columns:1fr;gap:24px}
  .footer-top{grid-template-columns:1fr 1fr;gap:28px}
  .section{padding:52px 16px}
  .tab-panel{padding:20px 18px}
}
@media(max-width:480px){
  .footer-top{grid-template-columns:1fr}
  .hero-btns .btn{width:100%;justify-content:center}
}

/* ── APP ICON KÉPEK ──────────────────────── */
.app-card-icon {
  width: 64px; height: 64px; border-radius: 14px;
  background: none;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; flex-shrink: 0;
  overflow: hidden;
}
.app-card-icon img {
  width: 64px; height: 64px; border-radius: 14px;
  object-fit: cover; display: block;
}
.app-icon-xl {
  width: 96px; height: 96px; border-radius: 22px;
  background: none;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,.35);
}
.app-icon-xl img {
  width: 96px; height: 96px; border-radius: 22px;
  object-fit: cover; display: block;
}

/* ── FEAT ICON FIX ───────────────────────── */
.feat-ic {
  width: 38px; height: 38px; border-radius: 9px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--acc-d), var(--acc));
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.feat-ic svg {
  width: 20px; height: 20px;
  stroke: #fff; stroke-width: 1.8; fill: none;
  stroke-linecap: round; stroke-linejoin: round;
  display: block; flex-shrink: 0;
}

/* ── NYELV VÁLASZTÓ – app stílus ─────────── */
.lang-pills {
  display: flex; gap: 0;
  background: var(--card2);
  border: 1px solid var(--border2);
  border-radius: 9px; padding: 2px; overflow: hidden;
}
.lang-btn {
  background: transparent; border: none;
  color: var(--muted); font-size: .78rem; font-weight: 700;
  padding: 5px 11px; border-radius: 7px; cursor: pointer;
  transition: background .15s, color .15s; font-family: inherit;
  letter-spacing: .05em;
}
.lang-btn.active {
  background: var(--acc); color: #fff;
  box-shadow: 0 2px 8px var(--acc-gl);
}
.lang-btn:hover:not(.active) { background: var(--bg3); color: var(--text); }

[data-l].active { display: inline; }
[data-l-block] { display: none; }
[data-l-block].active { display: block; }


/* ── LANG MODAL ──────────────────────────── */
#lang-modal {
  display: none;
  position: fixed; top: 62px; right: 16px; z-index: 300;
  background: var(--card);
  border: 1px solid var(--border2);
  border-radius: var(--r);
  box-shadow: 0 8px 32px rgba(0,0,0,.35);
  padding: 8px;
  min-width: 170px;
  flex-direction: column;
  gap: 4px;
  animation: modalIn .15s ease;
}
#lang-modal.open { display: flex; }
@keyframes modalIn {
  from { opacity:0; transform:translateY(-8px) scale(.97); }
  to   { opacity:1; transform:none; }
}
.lang-modal-title {
  font-size: .68rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
  padding: 4px 10px 8px; border-bottom: 1px solid var(--border);
  margin-bottom: 4px;
}
.lang-modal-btn {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-radius: var(--rmd);
  background: none; border: none; cursor: pointer;
  color: var(--muted2); font-size: .9rem; font-weight: 500;
  transition: background .15s, color .15s;
  font-family: inherit; width: 100%; text-align: left;
}
.lang-modal-btn:hover { background: var(--bg3); color: var(--text); }
.lang-modal-btn.active {
  background: var(--acc); color: #fff;
  font-weight: 700;
}
.lang-modal-btn .flag { font-size: 1.1rem; }

/* Lang toggle gomb a navban */
#lang-toggle {
  width: 34px; height: 34px; border-radius: var(--rsm);
  border: 1px solid var(--border2); background: var(--card2);
  color: var(--muted2); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s, color .15s; font-size: 1.05rem;
  flex-shrink: 0;
}
#lang-toggle:hover { background: var(--card); color: var(--text); }

/* ══════════════════════════════════════════════
   MULTILANG – végleges, megbízható verzió
   display:unset = visszaadja az elem természetes értékét
   (span→inline, p→block, li→list-item, stb.)
══════════════════════════════════════════════ */
.l-hu, .l-en, .l-de { display: none !important; }
html.lang-hu .l-hu  { display: unset !important; }
html.lang-en .l-en  { display: unset !important; }
html.lang-de .l-de  { display: unset !important; }


/* ── 2026 release polish / accessibility ───────────── */
.skip-link{position:fixed;left:12px;top:-80px;z-index:9999;background:var(--acc);color:#fff;padding:10px 14px;border-radius:8px;font-weight:700;transition:top .2s}
.skip-link:focus{top:12px}
a:focus-visible,button:focus-visible{outline:3px solid var(--acc-h);outline-offset:3px}
.nav-burger[aria-expanded="true"]{color:var(--acc-h)}
.trust-strip{padding:0 20px 42px;position:relative;z-index:2}
.trust-grid{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.trust-item{background:var(--card);border:1px solid var(--border);border-radius:var(--rmd);padding:16px;display:flex;flex-direction:column;gap:6px;min-height:108px}
.trust-item strong{font-size:.83rem;color:var(--text)}
.trust-item>span{font-size:.76rem;line-height:1.5;color:var(--muted2)}
.compliance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.compliance-card{background:var(--card);border:1px solid var(--border);border-radius:var(--rmd);padding:20px}
.compliance-card strong{display:block;margin-bottom:8px;color:var(--text)}
.compliance-card p{font-size:.84rem;line-height:1.65;color:var(--muted2);margin:0 0 8px}
.compliance-card a{color:var(--acc-h);text-decoration:underline;text-underline-offset:3px}
.play-badge.is-disabled{opacity:.62;cursor:not-allowed;border-style:dashed}
.app-card-icon img{width:100%;height:100%;object-fit:cover;border-radius:12px}
@media(max-width:820px){.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compliance-grid{grid-template-columns:1fr}}
@media(max-width:480px){.trust-grid{grid-template-columns:1fr}.trust-strip{padding-bottom:26px}.hero{min-height:auto;padding-top:110px;padding-bottom:56px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

/* ═══════════════════════════════════════════
   Furik Labs – 2026-08 launch layout
   Compact hero, product-first hierarchy, real app screenshots
═══════════════════════════════════════════ */
.home-hero{padding:112px 20px 58px;position:relative;overflow:hidden;background:radial-gradient(ellipse 65% 55% at 78% 32%,rgba(106,170,46,.10),transparent 70%)}
.home-hero-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:54px;align-items:center}
.hero-copy{min-width:0}
.eyebrow,.product-kicker{display:inline-flex;align-items:center;border:1px solid rgba(106,170,46,.25);background:rgba(106,170,46,.09);color:var(--acc-h);border-radius:99px;padding:5px 11px;font-size:.68rem;font-weight:800;letter-spacing:.12em;margin-bottom:18px}
.hero-copy h1{font-size:clamp(2.2rem,5.2vw,4.15rem);line-height:1.03;letter-spacing:-.045em;max-width:690px;margin:0}
.hero-copy h1 span{color:var(--acc-h)}
.hero-copy>p{font-size:clamp(.98rem,1.7vw,1.15rem);line-height:1.72;color:var(--muted2);max-width:650px;margin-top:20px}
.hero-btns-left{justify-content:flex-start}
.hero-proof{font-size:.78rem;color:var(--muted);margin-top:18px;line-height:1.6}
.hero-showcase{position:relative;min-height:465px;display:flex;align-items:center;justify-content:center}
.phone-shot{margin:0;background:var(--card);border:1px solid var(--border2);border-radius:25px;padding:8px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden}
.phone-shot img{border-radius:18px;width:100%;height:auto}
.phone-shot figcaption{font-size:.7rem;color:var(--muted2);text-align:center;padding:8px 4px 4px;font-weight:650}
.phone-shot-main{width:min(285px,65%);transform:rotate(-2deg) translateX(-32px);z-index:2}
.phone-shot-side{width:min(230px,52%);position:absolute;right:0;bottom:10px;transform:rotate(4deg);z-index:1}
.wide-sub{max-width:760px}
.feature-ribbon{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:30px 0 26px}
.feature-ribbon>div{background:var(--card);border:1px solid var(--border);border-radius:var(--rmd);padding:18px;text-align:center}
.feature-ribbon strong{display:block;color:var(--acc-h);font-size:1.2rem;margin-bottom:3px}
.feature-ribbon span{font-size:.76rem;color:var(--muted2)}
.center-cta{display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:20px}
.soft-section{background:var(--bg2)}
.compact-apps .app-card{padding:20px}.compact-apps .app-card p{margin-bottom:0}
.status-pill{font-size:.6rem;font-weight:700;letter-spacing:.03em;color:var(--muted);background:var(--bg3);border:1px solid var(--border2);border-radius:99px;padding:3px 7px;vertical-align:middle;margin-left:5px;white-space:nowrap}
.trust-section{background:linear-gradient(180deg,var(--bg),var(--bg2))}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}
.trust-item{background:var(--card);border:1px solid var(--border);border-radius:var(--rmd);padding:17px;display:flex;flex-direction:column;gap:7px;min-height:112px}
.trust-item strong{font-size:.84rem;color:var(--text)}
.trust-item>span{font-size:.77rem;line-height:1.55;color:var(--muted2)}
.body-copy{color:var(--muted2);line-height:1.8;font-size:.96rem}
.note-box{background:var(--card2);border:1px solid var(--border);border-radius:var(--rmd);padding:14px 18px;font-size:.82rem;color:var(--muted2)}
.legal-note{padding-top:0!important}

/* Product page */
.product-hero{padding:110px 20px 66px;position:relative;overflow:hidden;background:radial-gradient(ellipse 60% 60% at 78% 38%,rgba(106,170,46,.10),transparent 70%)}
.product-hero-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);gap:58px;align-items:center}
.product-brand{display:flex;align-items:center;gap:15px;margin-bottom:24px}.product-brand img{width:76px;height:76px;border-radius:18px;box-shadow:0 10px 26px var(--acc-gl)}
.product-brand h1{font-size:clamp(2.4rem,5vw,4rem);line-height:1;letter-spacing:-.045em;margin:0}.product-brand h1 em{font-style:normal;color:var(--acc-h)}
.product-kicker{margin-bottom:6px}.product-copy>h2{font-size:clamp(1.3rem,2.5vw,2rem);line-height:1.2;margin-bottom:15px;max-width:650px}.product-copy>p{font-size:1rem;line-height:1.75;color:var(--muted2);max-width:680px}
.product-mini-points{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.product-mini-points span{font-size:.7rem;font-weight:700;color:var(--muted2);background:var(--card2);border:1px solid var(--border2);border-radius:99px;padding:4px 9px}
.product-visual{display:flex;justify-content:center}.product-shot{width:min(320px,100%);transform:rotate(1.5deg)}
.screenshot-section{background:var(--bg2)}
.screenshot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}
.screen-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:9px;overflow:hidden;box-shadow:0 10px 26px rgba(0,0,0,.12)}
.screen-card img{width:100%;height:500px;object-fit:cover;object-position:top;border-radius:10px;background:var(--bg3)}
.screen-card figcaption{padding:13px 8px 8px;display:flex;flex-direction:column;gap:4px}.screen-card figcaption strong{font-size:.92rem}.screen-card figcaption span{font-size:.76rem;color:var(--muted2);line-height:1.45}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.benefit-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:22px}.benefit-icon{font-size:1.5rem;margin-bottom:13px}.benefit-card h3{font-size:.98rem;margin-bottom:8px}.benefit-card p{font-size:.8rem;color:var(--muted2);line-height:1.62}
.split-feature{display:grid;grid-template-columns:1.15fr .7fr;gap:52px;align-items:center}.dimension-feature-image{max-width:310px;justify-self:center;background:var(--card);border:1px solid var(--border);padding:8px;border-radius:24px;box-shadow:0 18px 40px rgba(0,0,0,.2)}.dimension-feature-image img{border-radius:17px}
.check-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.check-list span{font-size:.75rem;font-weight:700;color:var(--acc-h);border:1px solid rgba(106,170,46,.25);background:rgba(106,170,46,.07);border-radius:99px;padding:5px 10px}
.modern-formats{margin-top:28px}.modern-formats .fmt-card{min-height:128px}
.subscription-section{background:var(--bg2)}
.final-cta{padding-top:54px;padding-bottom:54px}.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(135deg,var(--card),var(--card2));border:1px solid var(--border2);border-radius:var(--r);padding:28px}.cta-panel h2{font-size:clamp(1.4rem,3vw,2.1rem);line-height:1.2;margin-bottom:8px;max-width:700px}.cta-panel p{color:var(--muted2);font-size:.88rem}

@media(max-width:900px){
  .home-hero-inner,.product-hero-inner{grid-template-columns:1fr;gap:34px}
  .home-hero{padding-top:96px}.hero-copy{text-align:center}.hero-btns-left{justify-content:center}.hero-proof{text-align:center}
  .hero-showcase{min-height:430px;max-width:520px;width:100%;margin:0 auto}.phone-shot-main{transform:rotate(-2deg) translateX(-18px)}
  .product-copy{text-align:center}.product-brand{justify-content:center}.product-copy>p,.product-copy>h2{margin-left:auto;margin-right:auto}.product-mini-points{justify-content:center}
  .feature-ribbon,.trust-grid{grid-template-columns:repeat(2,1fr)}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}
  .split-feature{grid-template-columns:1fr;gap:30px}.dimension-feature-image{max-width:290px}
}
@media(max-width:640px){
  .home-hero{padding:92px 16px 36px}.hero-copy h1{font-size:clamp(2rem,11vw,3rem)}.hero-copy>p{font-size:.96rem}.hero-showcase{min-height:365px}.phone-shot-main{width:62%;transform:rotate(-2deg) translateX(-24px)}.phone-shot-side{width:49%;right:5px}
  .feature-ribbon{grid-template-columns:repeat(2,1fr);gap:8px}.feature-ribbon>div{padding:14px 9px}.trust-grid{grid-template-columns:1fr}.trust-item{min-height:auto}
  .screenshot-grid{grid-template-columns:1fr;gap:14px}.screen-card{display:grid;grid-template-columns:42% 1fr;align-items:center}.screen-card img{height:340px}.screen-card figcaption{padding:12px}
  .benefit-grid{grid-template-columns:1fr}.benefit-card{padding:18px}.cta-panel{flex-direction:column;align-items:flex-start}.cta-panel .btn{width:100%;justify-content:center}
  .product-hero{padding:92px 16px 46px}.product-brand{flex-direction:column;gap:10px}.product-brand img{width:68px;height:68px}.product-brand h1{font-size:2.5rem}.product-copy>h2{font-size:1.4rem}.product-visual{display:none}
  .section{padding:46px 16px}.section-sub{margin-bottom:28px}
}
@media(max-width:430px){
  .hero-showcase{min-height:325px}.phone-shot-main{width:64%;transform:rotate(-2deg) translateX(-20px)}.phone-shot-side{width:48%;bottom:4px}
  .screen-card{grid-template-columns:1fr}.screen-card img{height:430px}.feature-ribbon{grid-template-columns:1fr 1fr}
}
.hero{min-height:auto;padding:110px 20px 64px}
@media(max-width:480px){.hero{min-height:auto;padding:92px 16px 44px}}

/* ═══════════════════════════════════════════
   2026-08-09c – media-free, cache-safe release layout
   No screenshots/GIFs. Compact mobile-first presentation.
═══════════════════════════════════════════ */
.home-hero{padding:92px 20px 46px;min-height:0}
.home-hero-inner.no-media-hero{display:block;max-width:900px;margin:0 auto;text-align:center}
.no-media-hero .hero-copy{max-width:820px;margin:0 auto}
.no-media-hero .hero-copy h1{max-width:780px;margin-left:auto;margin-right:auto;font-size:clamp(2rem,5vw,3.8rem)}
.no-media-hero .hero-copy>p{max-width:720px;margin-left:auto;margin-right:auto}
.no-media-hero .hero-btns-left{justify-content:center}
.no-media-hero .hero-proof{text-align:center}

.product-hero{padding:96px 20px 50px;min-height:0}
.product-hero-inner.no-media-product{display:block;max-width:900px;margin:0 auto}
.no-media-product .product-copy{text-align:center;max-width:820px;margin:0 auto}
.no-media-product .product-brand{justify-content:center}
.no-media-product .product-copy>h2,.no-media-product .product-copy>p{margin-left:auto;margin-right:auto}
.no-media-product .hero-btns-left,.no-media-product .product-mini-points{justify-content:center}
.no-media-split{display:block;max-width:820px}

/* Keep sections dense and persuasive without visual filler. */
.section{padding:56px 20px}
.section-sub{margin-bottom:30px}
.feature-ribbon{margin:24px 0 20px}
.trust-section{padding-top:48px;padding-bottom:48px}
.about-grid{gap:34px}

/* Defensive responsive rules: remain readable even with unusual browser zoom. */
.home-hero-inner,.product-hero-inner,.section-inner,.footer-inner{width:100%;max-width:1060px}
.hero-copy,.product-copy{min-width:0;overflow-wrap:anywhere}

@media(max-width:860px){
  nav{padding-left:14px;padding-right:14px}
  .nav-logo-img{height:28px}
  .nav-logo span{font-size:.86rem}
  .home-hero,.product-hero{padding-left:16px;padding-right:16px}
}
@media(max-width:640px){
  .home-hero{padding:84px 16px 32px}
  .product-hero{padding:84px 16px 36px}
  .no-media-hero .hero-copy h1{font-size:clamp(1.85rem,9.5vw,2.7rem);line-height:1.07}
  .hero-copy>p,.product-copy>p{font-size:.94rem;line-height:1.62}
  .hero-btns{margin-top:22px;gap:8px}
  .hero-btns .btn{width:100%;justify-content:center}
  .hero-proof{font-size:.72rem;margin-top:13px}
  .product-brand{margin-bottom:16px}
  .product-brand img{width:62px;height:62px}
  .product-brand h1{font-size:2.15rem}
  .product-copy>h2{font-size:1.28rem}
  .section{padding:40px 16px}
  .section-title{font-size:1.55rem}
  .feature-ribbon{grid-template-columns:1fr 1fr}
  .trust-grid{grid-template-columns:1fr}
  .benefit-grid{grid-template-columns:1fr}
  .fmt-grid,.modern-formats{grid-template-columns:1fr}
  .cta-panel{padding:20px}
}
@media(max-width:430px){
  .feature-ribbon{grid-template-columns:1fr 1fr}
  .feature-ribbon>div{padding:12px 8px}
  .feature-ribbon strong{font-size:1.05rem}
  .feature-ribbon span{font-size:.71rem}
  .product-mini-points{gap:5px}
}
