
:root{
  --bg:#080808;
  --panel:#101010;
  --panel-2:#151515;
  --line:#282828;
  --text:#f6f6f3;
  --muted:#b9b9b3;
  --orange:#ff5b1f;
  --orange2:#ff8b35;
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 78% 14%, rgba(255,91,31,.08), transparent 22%),
    linear-gradient(#080808,#090909);
  color:var(--text);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}

.site-header{
  height:92px;
  padding:0 clamp(24px,4vw,68px);
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.04);
  position:relative;
  z-index:5;
}
.brand img{width:205px;height:auto}
.desktop-nav{display:flex;gap:42px;font-size:14px;text-transform:uppercase;letter-spacing:.02em}
.desktop-nav a{color:#e5e5e2}
.desktop-nav a:hover{color:var(--orange)}
.login-top{justify-self:end}

.btn{
  min-height:50px;
  padding:0 28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  text-transform:uppercase;
  font-weight:650;
  letter-spacing:.02em;
  border-radius:6px;
  transition:.2s ease;
}
.btn-primary{
  color:#111;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
}
.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.05)}
.btn-outline{border:1px solid var(--orange);background:transparent}
.btn-outline:hover{background:rgba(255,91,31,.08)}

.section-shell{padding:70px clamp(24px,4vw,68px)}
.hero{
  min-height:610px;
  display:grid;
  grid-template-columns:minmax(330px,.8fr) minmax(560px,1.4fr);
  gap:48px;
  align-items:center;
}
.eyebrow{
  font-size:13px;
  letter-spacing:.35em;
  color:var(--orange);
  text-transform:uppercase;
  margin:0 0 20px;
}
.hero h1,.split-copy h2,.coming-block h2{
  margin:0;
  font-weight:760;
  letter-spacing:-.045em;
  line-height:.98;
}
.hero h1{font-size:clamp(58px,5.2vw,86px)}
.hero h1 span,.split-copy h2 span,.coming-block h2 span,.stats-intro span,.beta-section h2 span{color:var(--orange)}
.hero-sub{font-size:23px;line-height:1.55;color:#ddd;margin:28px 0}
.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.hero-actions p{color:var(--muted);font-size:14px}
.hero-actions p a{color:var(--orange)}

.product-stage{position:relative;min-height:490px}
.laptop{
  position:absolute;
  inset:10px 7% 0 0;
  border:1px solid #444;
  border-radius:25px 25px 15px 15px;
  background:linear-gradient(180deg,#0f0f0f,#0a0a0a);
  box-shadow:0 30px 70px rgba(0,0,0,.5);
  padding:22px 22px 28px;
  overflow:hidden;
}
.laptop::after{
  content:"";
  position:absolute;left:-2%;right:-2%;bottom:-14px;height:15px;
  border-radius:0 0 60% 60%;
  background:#222;
}
.laptop-topbar{display:flex;align-items:center;gap:34px;border-bottom:1px solid #202020;padding-bottom:16px}
.laptop-topbar img{width:118px}
.mock-nav{display:flex;gap:17px;color:#a9a9a9;font-size:10px;white-space:nowrap}
.mock-nav .active{color:var(--orange)}
.mock-section-title{font-size:15px;margin:22px 0 11px}
.poster-row{display:flex;gap:12px;overflow:hidden}
.poster{
  width:108px;height:154px;border-radius:5px;flex:0 0 auto;
  display:flex;align-items:flex-end;justify-content:center;
  padding:10px 6px;
  background:#282828;
  box-shadow:inset 0 -70px 55px rgba(0,0,0,.72);
  font-size:10px;letter-spacing:.12em;text-align:center;font-weight:700;
}
.small-row .poster{height:138px}
.p1{background:linear-gradient(180deg,#6c2d13,#d88a32 54%,#1c120c)}
.p2{background:linear-gradient(180deg,#392e27,#4f443e 52%,#121212)}
.p3{background:linear-gradient(180deg,#6a2518,#cb6a19 55%,#111)}
.p4{background:linear-gradient(180deg,#587572,#be3d2e 55%,#17221f)}
.p5{background:linear-gradient(180deg,#6d321f,#30292b 58%,#111)}
.p6{background:linear-gradient(180deg,#7e8f95,#c9d3d3 48%,#273036)}
.p7{background:linear-gradient(180deg,#1c1d22,#8a211a 60%,#101015)}
.p8{background:linear-gradient(180deg,#315289,#dcbd62 60%,#3c2554)}
.p9{background:linear-gradient(180deg,#8294a0,#314d5c 60%,#111)}
.p10{background:linear-gradient(180deg,#b0b1b2,#54565c 55%,#171717)}

.phone{
  position:absolute;
  width:230px;height:445px;
  right:0;bottom:-24px;
  border:5px solid #2a2a2a;
  border-radius:36px;
  background:#0c0c0c;
  box-shadow:0 28px 60px rgba(0,0,0,.65);
  padding:36px 16px 18px;
  transform:rotate(3deg);
}
.phone-notch{
  position:absolute;top:10px;left:50%;transform:translateX(-50%);
  width:74px;height:13px;background:#050505;border-radius:8px;
}
.phone-logo{width:100px;margin-bottom:24px}
.phone h3{margin:0 0 12px;font-size:18px}
.filter-pills{display:flex;gap:6px;margin-bottom:14px}
.filter-pills span{
  border:1px solid #303030;border-radius:12px;padding:4px 7px;font-size:9px;color:#aaa
}
.filter-pills .selected{color:var(--orange);border-color:#6d341f}
.watched-list>div{padding:10px 0;border-bottom:1px solid #202020}
.watched-list b{display:block;font-size:11px}
.watched-list small{display:block;color:#999;margin-top:4px;font-size:9px}
.phone-tabs{position:absolute;left:13px;right:13px;bottom:15px;display:flex;justify-content:space-between;color:#777}
.phone-tabs .active{color:var(--orange)}

.feature-strip{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:22px clamp(24px,4vw,68px);
}
.feature{
  text-align:center;
  padding:8px 30px;
  min-height:160px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  border-right:1px solid #202020;
}
.feature:last-child{border-right:0}
.ico{font-size:33px;color:var(--orange)}
.feature h3{font-size:16px;text-transform:uppercase;color:#ff9b49;margin:10px 0}
.feature p{font-size:14px;line-height:1.55;color:#ddd;max-width:180px;margin:0}

.split-section{
  min-height:520px;
  display:grid;
  grid-template-columns:.9fr 1.1fr 1.25fr;
  border-bottom:1px solid var(--line);
}
.split-section>div{padding:50px clamp(28px,4vw,62px)}
.phone-card{border-right:1px solid var(--line)}
.mini-app-logo{width:52px;margin-bottom:25px}
.memory-card h4{font-size:16px;margin:0 0 20px}
.memory-movie{display:flex;gap:14px;align-items:center}
.memory-poster{width:64px;height:92px;border-radius:4px}
.memory-movie b,.memory-movie span,.memory-movie strong{display:block}
.memory-movie span{color:#aaa;font-size:12px;margin-top:2px}
.memory-movie strong{color:#ffad52;font-size:12px;margin-top:9px}
.memory-movie em{color:#eee;font-style:normal;font-weight:500;margin-left:8px}
.memory-card dl{margin-top:22px}
.memory-card dl>div{padding:10px 0;border-top:1px solid #202020}
.memory-card dt{color:#888;font-size:10px}
.memory-card dd{margin:4px 0 0;font-size:12px;line-height:1.45}
.split-copy{align-self:center}
.split-copy h2,.coming-block h2{font-size:clamp(42px,3.4vw,62px)}
.split-copy p{font-size:16px;line-height:1.6;color:#ddd;max-width:460px;margin-top:28px}
.coming-block{border-left:1px solid var(--line);background:radial-gradient(circle at 90% 20%,rgba(255,91,31,.06),transparent 35%)}
.episode{
  display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;
  background:#141414;border:1px solid #242424;border-radius:8px;
  margin-top:14px;padding:8px;
}
.thumb{height:54px;border-radius:5px;background:#444}
.t1{background:linear-gradient(135deg,#70432a,#1f1814)}
.t2{background:linear-gradient(135deg,#66828b,#272f2e)}
.t3{background:linear-gradient(135deg,#6a3424,#18110e)}
.episode b{display:block;font-size:15px}
.episode small{color:#999}
.episode i{font-style:normal;color:var(--orange);font-size:24px}

.stats-section{
  min-height:142px;
  display:grid;
  grid-template-columns:1.25fr repeat(5,1fr);
  align-items:center;
  border-bottom:1px solid var(--line);
  padding:20px clamp(24px,4vw,68px);
}
.stats-intro{font-size:25px;line-height:1.35}
.stat{text-align:center;border-left:1px solid #242424}
.stat strong{display:block;color:#ff8a35;font-size:34px;font-weight:500}
.stat small{text-transform:uppercase;color:#ddd;font-size:10px;letter-spacing:.03em}

.beta-section{text-align:center;padding:44px 24px 48px;border-bottom:1px solid var(--line)}
.beta-section h2{font-size:37px;margin:0 0 10px}
.beta-section p{color:#ddd;line-height:1.45;margin-bottom:24px}

.site-footer{
  padding:18px clamp(24px,4vw,68px);
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;
}
.site-footer>img{width:160px}
.footer-links{display:flex;gap:38px;text-transform:uppercase;font-size:12px}
.creator{justify-self:end;text-align:right;color:#ddd;font-size:12px;display:flex;flex-direction:column;gap:5px}
.creator a{color:var(--orange)}

@media (max-width: 1050px){
  .site-header{grid-template-columns:1fr auto}
  .desktop-nav{display:none}
  .hero{grid-template-columns:1fr;padding-top:48px}
  .hero-copy{text-align:center}
  .hero-actions{justify-content:center}
  .product-stage{min-height:500px}
  .feature-strip{grid-template-columns:repeat(2,1fr)}
  .feature:nth-child(even){border-right:0}
  .feature:last-child{grid-column:1/-1}
  .split-section{grid-template-columns:1fr 1fr}
  .coming-block{grid-column:1/-1;border-left:0;border-top:1px solid var(--line)}
  .stats-section{grid-template-columns:repeat(3,1fr)}
  .stats-intro{grid-column:1/-1;text-align:center;margin-bottom:10px}
  .stat:nth-last-child(-n+2){margin-top:18px}
}
@media (max-width: 720px){
  .site-header{height:76px;padding:0 18px}
  .brand img{width:160px}
  .login-top{padding:0 14px;min-height:40px}
  .section-shell{padding-left:20px;padding-right:20px}
  .hero h1{font-size:54px}
  .hero-sub{font-size:18px}
  .product-stage{min-height:410px}
  .laptop{inset:0 0 30px 0;padding:15px}
  .laptop-topbar img{width:90px}
  .mock-nav{display:none}
  .poster{width:82px;height:116px}
  .small-row .poster{height:104px}
  .phone{width:174px;height:335px;right:-4px;bottom:-15px;padding:27px 11px 14px}
  .phone-logo{width:76px;margin-bottom:15px}
  .phone h3{font-size:14px}
  .watched-list>div{padding:6px 0}
  .watched-list b{font-size:9px}
  .watched-list small{font-size:7px}
  .feature-strip{grid-template-columns:1fr;padding:0 20px}
  .feature{border-right:0;border-bottom:1px solid #202020}
  .feature:last-child{grid-column:auto}
  .split-section{grid-template-columns:1fr}
  .phone-card,.coming-block{border:0;border-bottom:1px solid var(--line)}
  .stats-section{grid-template-columns:1fr 1fr}
  .stat{padding:14px 0}
  .stat strong{font-size:29px}
  .site-footer{grid-template-columns:1fr;text-align:center}
  .site-footer>img{margin:auto}
  .footer-links{justify-content:center;gap:20px;flex-wrap:wrap}
  .creator{justify-self:center;text-align:center}
}

.legal{max-width:760px;margin:0 auto;padding:70px 24px;color:#eee}
.legal img{width:230px;margin-bottom:50px}
.legal h1{font-size:52px;margin:0 0 20px}
.legal p{font-size:18px;line-height:1.7;color:#bbb}
.legal a{color:var(--orange)}


/* FLMRY cookie consent + Matomo */
.hidden{display:none!important}
.footer-cookie-link{
  appearance:none;border:0;background:none;padding:0;margin:0;
  color:inherit;font:inherit;text-transform:uppercase;cursor:pointer;
}
.footer-cookie-link:hover{color:var(--orange)}
.cookie-banner{
  position:fixed;left:22px;right:22px;bottom:22px;z-index:1000;
  max-width:1180px;margin:0 auto;padding:20px 22px;
  display:flex;gap:28px;align-items:center;justify-content:space-between;
  border:1px solid #292929;border-radius:14px;background:rgba(12,12,12,.97);
  box-shadow:0 22px 70px rgba(0,0,0,.55);backdrop-filter:blur(12px);
}
.cookie-copy{max-width:650px}
.cookie-copy strong{display:block;font-size:17px;margin-bottom:5px}
.cookie-copy p{margin:0;color:#bdbdb8;font-size:13px;line-height:1.55}
.cookie-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.cookie-btn{min-height:42px;padding:0 17px;font-size:11px}
.cookie-manage{
  border:0;background:none;color:#ddd;padding:10px;cursor:pointer;
  font:inherit;font-size:12px;text-decoration:underline;text-underline-offset:3px;
}
.cookie-manage:hover{color:var(--orange)}
.cookie-modal{
  position:fixed;inset:0;z-index:1100;padding:20px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(0,0,0,.74);backdrop-filter:blur(6px);
}
.cookie-modal-card{
  position:relative;width:min(620px,100%);max-height:90vh;overflow:auto;
  padding:30px;border:1px solid #292929;border-radius:18px;background:#0d0d0d;
  box-shadow:0 30px 90px rgba(0,0,0,.7);
}
.cookie-modal-card h2{font-size:34px;margin:0 0 8px;letter-spacing:-.03em}
.cookie-modal-intro{color:#aaa;line-height:1.6;margin:0 0 22px}
.cookie-close{
  position:absolute;top:13px;right:15px;border:0;background:none;
  color:#aaa;font-size:28px;cursor:pointer;
}
.cookie-close:hover{color:#fff}
.cookie-option{
  display:flex;gap:22px;align-items:center;justify-content:space-between;
  padding:18px 0;border-top:1px solid #222;
}
.cookie-option strong{display:block;margin-bottom:5px}
.cookie-option p{margin:0;color:#999;font-size:12px;line-height:1.5;max-width:430px}
.cookie-option input{width:20px;height:20px;accent-color:var(--orange);flex:0 0 auto}
.always-on{color:var(--orange);font-size:11px;text-transform:uppercase;white-space:nowrap}
.cookie-save{margin-top:10px;width:100%}
@media(max-width:760px){
  .cookie-banner{left:12px;right:12px;bottom:12px;display:block;padding:17px}
  .cookie-actions{justify-content:stretch;margin-top:14px}
  .cookie-actions .cookie-btn{flex:1 1 145px}
  .cookie-manage{width:100%}
  .cookie-modal-card{padding:25px 20px}
  .cookie-option{align-items:flex-start}
}
