@font-face{font-family:"Sora REI";src:url("../fonts/sora-latin-variable.woff2") format("woff2");font-style:normal;font-weight:100 800;font-display:swap}
@font-face{font-family:"Manrope REI";src:url("../fonts/manrope-latin-variable.woff2") format("woff2");font-style:normal;font-weight:200 800;font-display:swap}

/* Escopo absoluto: este arquivo é carregado somente pela HOME. */
body.premium-landing{
  --home-black:#050505;
  --home-ink:#0a0a09;
  --home-surface:#11110f;
  --home-surface-2:#171612;
  --home-gold:#d6a72e;
  --home-gold-2:#e4b83f;
  --home-gold-3:#f2c85b;
  --home-ivory:#f5f2ea;
  --home-muted:#b8b3a9;
  --home-line:rgba(228,184,63,.29);
  margin:0;
  padding-bottom:0!important;
  overflow-x:hidden;
  background:var(--home-black);
  color:var(--home-ivory);
  font-family:"Manrope REI",Manrope,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-optical-sizing:auto;
  text-rendering:optimizeLegibility;
}
body.premium-landing :where(a,button,input,select,textarea){font-family:inherit}
body.premium-landing :where(h1,h2,h3,.landing-plan-price){font-family:"Sora REI",Sora,system-ui,sans-serif}
body.premium-landing .container{width:min(calc(100% - 28px),1380px);max-width:none;margin-inline:auto;padding-inline:0}
body.premium-landing .landing-main{overflow:hidden;background:var(--home-black);color:var(--home-ivory)}
body.premium-landing .mobile-site-dock{display:none!important}

body.premium-landing .landing-header{
  position:fixed;
  inset:0 0 auto;
  z-index:80;
  border:0;
  border-bottom:1px solid rgba(228,184,63,.18);
  border-radius:0;
  background:rgba(5,5,5,.86);
  box-shadow:0 12px 38px rgba(0,0,0,.28);
  backdrop-filter:blur(18px) saturate(125%);
}
body.premium-landing .site-nav{min-height:72px;padding:8px 0;gap:8px;border:0}
body.premium-landing .landing-brand{min-width:0;margin-right:auto;gap:8px;color:var(--home-gold-3)}
body.premium-landing .landing-brand img{width:44px;height:44px;flex:0 0 44px;object-fit:contain;filter:drop-shadow(0 5px 13px rgba(228,184,63,.2))}
body.premium-landing .landing-brand span{display:grid;min-width:0;line-height:1.05}
body.premium-landing .landing-brand strong{font-family:"Sora REI",Sora,system-ui,sans-serif;font-size:.74rem;font-weight:720;letter-spacing:.12em;white-space:nowrap}
body.premium-landing .landing-brand small{display:none;margin-top:4px;color:#d6d0c5;font-size:.46rem;font-weight:650;letter-spacing:.18em;white-space:nowrap}
body.premium-landing .landing-header-cta{
  min-height:40px;
  padding:0 11px;
  border:1px solid rgba(242,200,91,.68);
  border-radius:999px;
  background:linear-gradient(125deg,rgba(242,200,91,.08),rgba(242,200,91,.16));
  color:var(--home-gold-3);
  font-size:.6rem;
  font-weight:800;
  line-height:1.08;
  text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
}
body.premium-landing .landing-header-cta svg{display:none}
body.premium-landing .landing-menu-toggle{display:grid;width:42px;height:42px;flex:0 0 42px;border:1px solid rgba(228,184,63,.42);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.015));color:var(--home-gold-3);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
body.premium-landing .landing-links{
  display:grid!important;
  position:absolute;
  left:0;
  right:0;
  top:78px;
  z-index:5;
  gap:3px;
  margin:0;
  padding:12px;
  visibility:hidden;
  opacity:0;
  transform:translateY(-10px) scale(.985);
  pointer-events:none;
  border:1px solid rgba(228,184,63,.3);
  border-radius:18px;
  background:rgba(8,8,7,.985);
  box-shadow:0 24px 55px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.04);
  transition:opacity .22s ease,transform .22s ease,visibility .22s;
}
body.premium-landing .landing-links.open{visibility:visible;opacity:1;transform:none;pointer-events:auto}
body.premium-landing .landing-links a,
body.premium-landing .landing-links.open a{display:flex;align-items:center;min-height:48px;padding:0 14px;border-radius:12px;color:#e9e5dc;font-size:.86rem;font-weight:650;text-decoration:none}
body.premium-landing .landing-links a:after{display:none}
body.premium-landing .landing-links a:active{background:rgba(228,184,63,.12);color:var(--home-gold-3)}

body.premium-landing .landing-hero{
  position:relative;
  min-height:auto;
  padding:112px 0 38px;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 18%,rgba(183,126,17,.27),transparent 25rem),
    radial-gradient(circle at 12% 54%,rgba(214,167,46,.07),transparent 22rem),
    linear-gradient(132deg,#050505 0%,#090908 55%,#100d06 100%);
}
body.premium-landing .landing-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  pointer-events:none;
  opacity:.24;
  background-image:
    radial-gradient(circle at 23% 18%,rgba(255,220,127,.72) 0 1px,transparent 1.6px),
    radial-gradient(circle at 81% 35%,rgba(255,220,127,.52) 0 1px,transparent 1.5px),
    radial-gradient(circle at 72% 83%,rgba(255,220,127,.45) 0 1px,transparent 1.4px);
  background-size:120px 130px,170px 150px,145px 180px;
  mask-image:linear-gradient(90deg,transparent,#000 34%,#000);
}
body.premium-landing .landing-hero:after{
  content:"";
  position:absolute;
  right:-22%;
  top:8%;
  z-index:-2;
  width:78vw;
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(214,167,46,.1),transparent 63%);
  filter:blur(18px);
  animation:homeGlow 8s ease-in-out infinite;
}
body.premium-landing .landing-orbit{position:absolute;z-index:-1;width:420px;height:420px;right:-270px;top:130px;border:1px solid rgba(228,184,63,.52);border-radius:50%;box-shadow:0 0 50px rgba(214,167,46,.09);animation:homeOrbit 18s ease-in-out infinite alternate}
body.premium-landing .landing-orbit:before,
body.premium-landing .landing-orbit:after{content:"";position:absolute;border:1px solid rgba(228,184,63,.16);border-radius:50%}
body.premium-landing .landing-orbit:before{inset:38px}
body.premium-landing .landing-orbit:after{width:250px;height:250px;left:-90px;bottom:-30px}
body.premium-landing .landing-watermark{position:absolute;z-index:-2;width:290px;height:290px;left:28%;top:235px;object-fit:contain;opacity:.022;filter:grayscale(1) contrast(1.4)}
body.premium-landing .landing-atmosphere{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none}
body.premium-landing .landing-atmosphere span{position:absolute;width:3px;height:3px;border-radius:50%;background:var(--home-gold-3);box-shadow:0 0 10px rgba(242,200,91,.9);opacity:.45;animation:homeParticle 9s ease-in-out infinite}
body.premium-landing .landing-atmosphere span:nth-child(1){left:76%;top:17%;animation-delay:-1s}
body.premium-landing .landing-atmosphere span:nth-child(2){left:91%;top:32%;animation-delay:-4s}
body.premium-landing .landing-atmosphere span:nth-child(3){left:70%;top:59%;animation-delay:-6s}
body.premium-landing .landing-atmosphere span:nth-child(4){left:14%;top:73%;animation-delay:-3s}
body.premium-landing .landing-atmosphere span:nth-child(5){left:84%;top:78%;animation-delay:-7s}
body.premium-landing .landing-atmosphere span:nth-child(6){left:55%;top:24%;animation-delay:-2s}

body.premium-landing .landing-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr;align-items:start;gap:28px}
body.premium-landing .landing-hero-copy{max-width:none}
body.premium-landing .eyebrow{display:block;color:var(--home-gold-3);font-size:.66rem;font-weight:800;letter-spacing:.2em;line-height:1.45;text-transform:uppercase}
body.premium-landing .landing-hero-copy h1{
  max-width:100%;
  margin:15px 0 18px;
  color:var(--home-ivory);
  font-family:"Sora REI",Sora,system-ui,sans-serif;
  font-size:clamp(2.5rem,10.8vw,3.35rem);
  font-weight:730;
  line-height:.99;
  letter-spacing:-.048em;
  text-wrap:balance;
}
body.premium-landing .landing-hero-copy h1 em{display:inline;color:transparent;font-style:normal;background:linear-gradient(105deg,#c99324,#f2c85b 48%,#d3a02f);background-clip:text;-webkit-background-clip:text}
body.premium-landing .landing-hero-copy>p{max-width:36rem;margin:0;color:#bbb7af;font-size:.94rem;line-height:1.65}
body.premium-landing .landing-hero-actions{display:grid;grid-template-columns:1fr;align-items:stretch;gap:12px;margin-top:25px}
body.premium-landing .landing-hero-actions .btn,
body.premium-landing .landing-play-link{width:100%;min-height:56px;border-radius:17px}
body.premium-landing .btn-gold{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:0 22px;
  border:1px solid rgba(255,219,124,.72);
  border-radius:17px;
  background:linear-gradient(110deg,#e5b744 0%,#f2c85b 47%,#d39b28 100%);
  color:#171004;
  font-size:.9rem;
  font-weight:850;
  box-shadow:0 12px 30px rgba(205,145,26,.24),inset 0 1px 0 rgba(255,255,255,.42);
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
body.premium-landing .btn-gold:before{content:"";position:absolute;z-index:-1;inset:-2px auto -2px -45%;width:34%;transform:skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.54),transparent);animation:homeShimmer 5.5s ease-in-out infinite}
body.premium-landing .btn-gold:hover{transform:translateY(-2px);box-shadow:0 17px 38px rgba(205,145,26,.34),inset 0 1px 0 rgba(255,255,255,.45)}
body.premium-landing .btn-gold:active{transform:translateY(1px) scale(.99);filter:saturate(.92)}
body.premium-landing .landing-play-link{display:flex;align-items:center;justify-content:center;gap:11px;border:1px solid rgba(228,184,63,.54);background:rgba(255,255,255,.018);color:#eeeae2;font-size:.84rem;font-weight:700;text-decoration:none;transition:background .18s ease,transform .18s ease,border-color .18s ease}
body.premium-landing .landing-play-link span{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(242,200,91,.72);border-radius:50%;color:var(--home-gold-3);background:rgba(214,167,46,.07)}
body.premium-landing .landing-play-link:hover{transform:translateY(-2px);border-color:var(--home-gold-3);background:rgba(228,184,63,.07)}
body.premium-landing .landing-play-link:active{transform:translateY(1px) scale(.99)}
body.premium-landing :where(.btn-gold,.landing-play-link,.landing-header-cta,.landing-menu-toggle,.landing-links a):focus-visible{outline:3px solid rgba(242,200,91,.42);outline-offset:3px}

body.premium-landing .landing-plan-card{
  position:relative;
  isolation:isolate;
  width:100%;
  padding:23px;
  overflow:hidden;
  border:1px solid rgba(242,200,91,.7);
  border-radius:25px;
  background:
    radial-gradient(circle at 102% -5%,rgba(229,184,63,.18),transparent 37%),
    linear-gradient(145deg,rgba(25,24,21,.98),rgba(9,9,8,.985));
  box-shadow:0 30px 72px rgba(0,0,0,.56),0 0 50px rgba(199,139,21,.09),inset 0 1px 0 rgba(255,255,255,.09);
  backdrop-filter:blur(14px);
  animation:homePlanReveal .72s .52s cubic-bezier(.2,.75,.2,1) both;
}
body.premium-landing .landing-plan-card:before{content:"";position:absolute;z-index:-1;width:68%;height:2px;right:-2%;top:-1px;background:linear-gradient(90deg,transparent,#ffe299 55%,transparent);box-shadow:0 0 22px #e8b940;animation:homeBorderGlow 5.5s ease-in-out infinite}
body.premium-landing .landing-plan-card:after{content:"";position:absolute;z-index:-2;width:210px;height:210px;right:-100px;bottom:-120px;border:1px solid rgba(242,200,91,.15);border-radius:50%;box-shadow:0 0 45px rgba(214,167,46,.08)}
body.premium-landing .landing-plan-label{display:inline-flex;padding:7px 13px;border:1px solid rgba(228,184,63,.65);border-radius:999px;color:var(--home-gold-3);font-size:.66rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
body.premium-landing .landing-plan-price{margin-top:17px;color:#fff;font-family:"Sora REI",Sora,system-ui,sans-serif;font-size:clamp(2.75rem,13vw,3.75rem);font-weight:760;line-height:.98;letter-spacing:-.055em;white-space:nowrap;text-shadow:0 4px 25px rgba(255,255,255,.05)}
body.premium-landing .landing-plan-price small{margin-left:5px;color:#f4f0e8;font-family:"Manrope REI",Manrope,sans-serif;font-size:.9rem;font-weight:650;letter-spacing:-.02em}
body.premium-landing .landing-plan-card>p{margin:13px 0 20px;color:var(--home-gold-3);font-size:.89rem;font-weight:750;line-height:1.45}
body.premium-landing .landing-plan-card ul{display:grid;gap:13px;margin:0 0 24px;padding:0;list-style:none}
body.premium-landing .landing-plan-card li{display:grid;grid-template-columns:23px 1fr;align-items:center;gap:10px;color:#efede8;font-size:.82rem;line-height:1.42}
body.premium-landing .landing-plan-card li svg{width:22px;height:22px;margin:0;padding:4px;border-radius:50%;background:linear-gradient(145deg,#f2c85b,#c89122);color:#171004;filter:drop-shadow(0 3px 8px rgba(214,167,46,.2))}
body.premium-landing .landing-plan-card .btn{width:100%;min-height:56px}

body.premium-landing .landing-trust{position:relative;z-index:4;padding:0 0 48px;background:var(--home-black);color:var(--home-ivory)}
body.premium-landing .landing-trust-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:0;margin-top:0;overflow:hidden;border:1px solid var(--home-line);border-radius:20px;background:linear-gradient(145deg,rgba(23,22,18,.96),rgba(9,9,8,.98));box-shadow:0 23px 55px rgba(0,0,0,.34)}
body.premium-landing .landing-trust-card article{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:16px 12px;border:0}
body.premium-landing .landing-trust-card article:nth-child(even){border-left:1px solid rgba(228,184,63,.16)}
body.premium-landing .landing-trust-card article:nth-child(n+3){border-top:1px solid rgba(228,184,63,.16)}
body.premium-landing .landing-trust-card article>span{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(242,200,91,.82);border-radius:50%;color:var(--home-gold-3);background:radial-gradient(circle,rgba(214,167,46,.12),rgba(214,167,46,.02));box-shadow:0 0 18px rgba(214,167,46,.09)}
body.premium-landing .landing-trust-card div{display:grid;gap:4px;min-width:0}
body.premium-landing .landing-trust-card b{color:#f3f0e9;font-family:"Manrope REI",Manrope,sans-serif;font-size:.76rem;font-weight:800;line-height:1.2}
body.premium-landing .landing-trust-card small{color:#aaa59c;font-size:.6rem;line-height:1.45}

body.premium-landing .landing-banner-section,
body.premium-landing .landing-benefits,
body.premium-landing .landing-ecosystem,
body.premium-landing .landing-how,
body.premium-landing .landing-final-cta{background:var(--home-black);color:var(--home-ivory)}
body.premium-landing .landing-banner-section{padding:14px 0 52px}
body.premium-landing .landing-banner-stack{gap:18px}
body.premium-landing .landing-marketing-banner{min-height:250px;padding:26px 22px;border:1px solid rgba(228,184,63,.48);border-radius:23px;background:radial-gradient(circle at 78% 45%,rgba(168,108,12,.23),transparent 38%),linear-gradient(118deg,#070707,#171208);box-shadow:0 22px 55px rgba(0,0,0,.36)}
body.premium-landing .landing-marketing-banner>img{width:100%;opacity:.58}
body.premium-landing .landing-marketing-banner:after{background:linear-gradient(90deg,rgba(5,5,5,.98),rgba(7,7,6,.72) 72%,rgba(7,7,6,.25))}
body.premium-landing .landing-marketing-banner>div{max-width:90%;min-height:196px}
body.premium-landing .landing-marketing-banner h2{margin:10px 0 8px;color:#fff;font-family:"Sora REI",Sora,system-ui,sans-serif;font-size:1.55rem;font-weight:680;line-height:1.08;letter-spacing:-.035em}
body.premium-landing .landing-marketing-banner p{color:#c2bdb4;font-size:.78rem}
body.premium-landing .landing-banner-cta{background:linear-gradient(110deg,#f0ca6c,#ca9227);color:#171004}

body.premium-landing .landing-benefits{padding:58px 0 72px;border-top:1px solid rgba(228,184,63,.1)}
body.premium-landing .landing-section-head{max-width:720px;margin-bottom:28px}
body.premium-landing .landing-section-head h2{margin:9px 0 8px;color:#f5f2ea;font-family:"Sora REI",Sora,sans-serif;font-size:clamp(2rem,9vw,2.8rem);font-weight:680;line-height:1.03;letter-spacing:-.04em}
body.premium-landing .landing-section-head p{margin:0;color:#aaa59d;font-size:.9rem;line-height:1.6}
body.premium-landing .landing-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
body.premium-landing .landing-benefit-grid article{display:grid;grid-template-rows:auto 1fr;min-height:236px;padding:17px;border:1px solid rgba(228,184,63,.22);border-radius:18px;background:linear-gradient(145deg,rgba(24,23,20,.96),rgba(10,10,9,.98));box-shadow:0 14px 32px rgba(0,0,0,.24)}
body.premium-landing .landing-benefit-icon{display:grid;width:50px;height:50px;place-items:center;margin-bottom:18px;border:1px solid rgba(242,200,91,.65);border-radius:50%;color:var(--home-gold-3);background:rgba(214,167,46,.05);box-shadow:0 0 20px rgba(214,167,46,.07)}
body.premium-landing .landing-benefit-grid small{color:var(--home-gold-2);font-size:.58rem}
body.premium-landing .landing-benefit-grid h3{margin:7px 0;color:#f3efe7;font-family:"Manrope REI",Manrope,sans-serif;font-size:.93rem;font-weight:800;line-height:1.2}
body.premium-landing .landing-benefit-grid p{margin:0 0 14px;color:#a9a49b;font-size:.66rem;line-height:1.55}
body.premium-landing .landing-benefit-grid b{margin-top:auto;color:var(--home-gold-3);font-size:.68rem}
body.premium-landing .landing-empty{border-color:var(--home-line);color:#bcb6ab;background:var(--home-surface)}

body.premium-landing .landing-ecosystem{padding:64px 0;border-block:1px solid rgba(228,184,63,.13);background:radial-gradient(circle at 80% 28%,rgba(182,119,12,.19),transparent 30%),linear-gradient(116deg,#070707,#11100d)}
body.premium-landing .landing-ecosystem-grid{grid-template-columns:1fr;gap:30px}
body.premium-landing .landing-ecosystem-copy h2{margin:10px 0 14px;color:#f5f2ea;font-family:"Sora REI",Sora,system-ui,sans-serif;font-size:clamp(2rem,9vw,2.8rem);font-weight:680;line-height:1.03;letter-spacing:-.04em}
body.premium-landing .landing-ecosystem-copy p{color:#aaa59c;font-size:.86rem}
body.premium-landing .landing-ecosystem-copy a{color:var(--home-gold-3)}
body.premium-landing .landing-business-track{margin-right:-14px;border-color:rgba(228,184,63,.32);border-radius:18px 0 0 18px;background:rgba(0,0,0,.2);grid-auto-columns:145px}
body.premium-landing .landing-business-track article{border-color:rgba(228,184,63,.2)}
body.premium-landing .landing-business-track b{color:var(--home-gold-3);font-family:"Manrope REI",Manrope,sans-serif;font-weight:780}

body.premium-landing .landing-how{padding:62px 0 74px}
body.premium-landing .landing-steps{grid-template-columns:1fr;gap:13px}
body.premium-landing .landing-steps:before{display:none}
body.premium-landing .landing-steps article{display:grid;grid-template-columns:42px 1fr;align-items:stretch;gap:11px;padding:14px;border:1px solid rgba(228,184,63,.18);border-radius:17px;background:linear-gradient(145deg,rgba(22,21,18,.95),rgba(9,9,8,.98))}
body.premium-landing .landing-steps article>span{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(242,200,91,.7);border-radius:50%;background:linear-gradient(145deg,#efc966,#bd8420);color:#171004;font-family:"Sora REI",Sora,sans-serif;font-weight:760;box-shadow:0 7px 18px rgba(185,126,22,.18)}
body.premium-landing .landing-steps article>div{padding:0;margin:0}
body.premium-landing .landing-steps svg{margin:0 0 5px;color:var(--home-gold-3)}
body.premium-landing .landing-steps h3{margin:0 0 4px;color:#f2eee6;font-family:"Manrope REI",Manrope,sans-serif;font-size:.89rem;font-weight:800}
body.premium-landing .landing-steps p{margin:0;color:#aaa59d;font-size:.68rem}

body.premium-landing .landing-final-cta{padding:0 0 50px}
body.premium-landing .landing-final-cta .container{grid-template-columns:1fr;gap:18px;padding:29px 23px;border:1px solid rgba(228,184,63,.48);border-radius:22px;background:radial-gradient(circle at 95% 32%,rgba(177,114,12,.33),transparent 28%),linear-gradient(110deg,#080808,#171307);box-shadow:0 22px 48px rgba(0,0,0,.32)}
body.premium-landing .landing-final-cta h2{margin:8px 0 5px;color:#f5f2ea;font-family:"Sora REI",Sora,sans-serif;font-size:1.72rem;font-weight:680;line-height:1.08;letter-spacing:-.035em}
body.premium-landing .landing-final-cta p{color:#b8b2a8}
body.premium-landing .landing-final-cta .btn{width:100%}
body.premium-landing .landing-final-cta small{grid-column:1;justify-content:center;color:#aaa49a;text-align:center}

body.premium-landing .site-footer{border-top:1px solid rgba(228,184,63,.2);background:#050505;color:#a9a49a}
body.premium-landing .site-footer :where(a,strong){color:#dfd8cb}
body.premium-landing .site-footer a:hover{color:var(--home-gold-3)}
body.premium-landing .sales-support-fab{right:14px;bottom:16px;width:54px;height:54px;min-height:54px;padding:0;justify-content:center;border:1px solid rgba(242,200,91,.58);border-radius:18px;background:linear-gradient(145deg,#1a1813,#080909);box-shadow:0 14px 34px rgba(0,0,0,.48),0 0 20px rgba(214,167,46,.12)}
body.premium-landing .sales-support-fab .assistant-fab-label{display:none!important}
body.premium-landing .sales-support-fab .support-fab-icon{display:grid;place-items:center;color:var(--home-gold-3)}
body.premium-landing .sales-support-fab .support-fab-icon i{box-shadow:0 0 0 0 rgba(242,200,91,.32);animation:homeSupportPulse 2.8s ease-out infinite}

body.premium-landing .landing-hero-copy .eyebrow{animation:homeReveal .62s .08s cubic-bezier(.2,.75,.2,1) both}
body.premium-landing .landing-hero-copy h1{animation:homeReveal .72s .16s cubic-bezier(.2,.75,.2,1) both}
body.premium-landing .landing-hero-copy>p{animation:homeReveal .68s .28s cubic-bezier(.2,.75,.2,1) both}
body.premium-landing .landing-hero-actions{animation:homeReveal .68s .38s cubic-bezier(.2,.75,.2,1) both}
body.premium-landing.home-motion-ready .home-reveal{opacity:0;transform:translateY(22px);transition:opacity .66s cubic-bezier(.2,.75,.2,1),transform .66s cubic-bezier(.2,.75,.2,1)}
body.premium-landing.home-motion-ready .home-reveal.is-visible{opacity:1;transform:none}

@media(min-width:560px){
  body.premium-landing .container{width:min(calc(100% - 48px),1380px)}
  body.premium-landing .landing-brand small{display:block}
  body.premium-landing .landing-header-cta{padding-inline:16px;font-size:.68rem}
  body.premium-landing .landing-hero{padding-top:126px}
  body.premium-landing .landing-hero-copy h1{font-size:clamp(3.3rem,8.1vw,4.35rem)}
  body.premium-landing .landing-hero-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  body.premium-landing .landing-plan-card{max-width:590px;padding:30px}
  body.premium-landing .landing-trust-card article{padding:20px}
  body.premium-landing .landing-benefit-grid{gap:15px}
  body.premium-landing .landing-benefit-grid article{min-height:225px;padding:22px}
  body.premium-landing .landing-steps{grid-template-columns:repeat(2,1fr)}
}

@media(min-width:900px){
  body.premium-landing .container{width:min(calc(100% - 72px),1380px)}
  body.premium-landing .landing-header{position:absolute;background:linear-gradient(180deg,rgba(3,3,3,.98),rgba(5,5,5,.86));box-shadow:none}
  body.premium-landing .site-nav{min-height:100px;padding:0;gap:26px}
  body.premium-landing .landing-brand{min-width:245px;gap:12px}
  body.premium-landing .landing-brand img{width:60px;height:60px;flex-basis:60px}
  body.premium-landing .landing-brand strong{font-size:1.02rem}
  body.premium-landing .landing-brand small{font-size:.56rem}
  body.premium-landing .landing-links{display:flex!important;position:static;align-items:center;justify-content:center;gap:clamp(18px,2.25vw,36px);margin-left:auto;padding:0;visibility:visible;opacity:1;transform:none;pointer-events:auto;border:0;border-radius:0;background:transparent;box-shadow:none}
  body.premium-landing .landing-links a,
  body.premium-landing .landing-links.open a{display:inline-flex;min-height:auto;padding:0;border-radius:0;color:#ddd8cf;font-size:.77rem;font-weight:560}
  body.premium-landing .landing-links a:after{display:block}
  body.premium-landing .landing-header-cta{min-height:50px;padding:0 22px;font-size:.72rem}
  body.premium-landing .landing-header-cta svg{display:block}
  body.premium-landing .landing-menu-toggle{display:none}
  body.premium-landing .landing-hero{min-height:clamp(740px,100svh,900px);padding:150px 0 122px}
  body.premium-landing .landing-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(360px,.72fr);align-items:center;gap:clamp(46px,6vw,94px)}
  body.premium-landing .landing-hero-copy{max-width:760px}
  body.premium-landing .landing-hero-copy h1{max-width:760px;margin:19px 0 24px;font-size:clamp(3.85rem,5.65vw,5.5rem);line-height:.97}
  body.premium-landing .landing-hero-copy>p{max-width:590px;font-size:1.02rem}
  body.premium-landing .landing-hero-actions{display:flex;gap:22px;margin-top:31px}
  body.premium-landing .landing-hero-actions .btn{width:auto;min-width:235px}
  body.premium-landing .landing-play-link{width:auto;min-width:220px;padding:0 22px}
  body.premium-landing .landing-plan-card{justify-self:end;max-width:500px;padding:34px;border-radius:30px}
  body.premium-landing .landing-plan-price{font-size:4.2rem}
  body.premium-landing .landing-plan-card>p{font-size:.94rem}
  body.premium-landing .landing-plan-card li{font-size:.86rem}
  body.premium-landing .landing-orbit{width:700px;height:700px;right:-180px;top:90px}
  body.premium-landing .landing-watermark{width:470px;height:470px;left:32%;top:210px}
  body.premium-landing .landing-trust{padding-bottom:66px}
  body.premium-landing .landing-trust-card{grid-template-columns:repeat(4,1fr);margin-top:-72px;border-radius:22px}
  body.premium-landing .landing-trust-card article{grid-template-columns:58px 1fr;gap:14px;min-height:142px;padding:23px}
  body.premium-landing .landing-trust-card article+article{border-left:1px solid rgba(228,184,63,.18)}
  body.premium-landing .landing-trust-card article:nth-child(n+3){border-top:0}
  body.premium-landing .landing-trust-card article>span{width:56px;height:56px}
  body.premium-landing .landing-trust-card b{font-size:.92rem}
  body.premium-landing .landing-trust-card small{font-size:.7rem}
  body.premium-landing .landing-banner-section{padding:16px 0 62px}
  body.premium-landing .landing-marketing-banner{min-height:280px;padding:42px}
  body.premium-landing .landing-marketing-banner>img{width:62%;opacity:.78}
  body.premium-landing .landing-marketing-banner:after{background:linear-gradient(90deg,rgba(5,5,5,.99) 0%,rgba(7,7,6,.84) 48%,rgba(7,7,6,.08) 80%)}
  body.premium-landing .landing-marketing-banner>div{max-width:55%;min-height:194px}
  body.premium-landing .landing-marketing-banner h2{font-size:clamp(2rem,2.7vw,2.8rem)}
  body.premium-landing .landing-benefits{padding:76px 0 96px}
  body.premium-landing .landing-section-head h2{font-size:clamp(2.55rem,3.4vw,3.65rem)}
  body.premium-landing .landing-benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
  body.premium-landing .landing-benefit-grid article{min-height:275px;padding:25px}
  body.premium-landing .landing-benefit-grid h3{font-size:1.02rem}
  body.premium-landing .landing-benefit-grid p{font-size:.72rem}
  body.premium-landing .landing-ecosystem{padding:84px 0}
  body.premium-landing .landing-ecosystem-grid{grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);gap:62px}
  body.premium-landing .landing-ecosystem-copy h2{font-size:3rem}
  body.premium-landing .landing-business-track{margin-right:0;border-radius:20px;grid-auto-columns:minmax(160px,1fr)}
  body.premium-landing .landing-how{padding:82px 0 96px}
  body.premium-landing .landing-steps{grid-template-columns:repeat(4,1fr);gap:18px}
  body.premium-landing .landing-final-cta{padding-bottom:62px}
  body.premium-landing .landing-final-cta .container{grid-template-columns:1fr auto;gap:18px 42px;padding:42px 48px}
  body.premium-landing .landing-final-cta h2{font-size:2.45rem}
  body.premium-landing .landing-final-cta .btn{width:auto;min-width:245px}
  body.premium-landing .landing-final-cta small{grid-column:2}
  body.premium-landing .sales-support-fab{right:22px;bottom:22px;width:58px;height:58px;min-height:58px;border-radius:20px}
}

@media(min-width:1500px){
  body.premium-landing .site-nav{min-height:104px}
  body.premium-landing .landing-brand img{width:68px;height:68px;flex-basis:68px}
  body.premium-landing .landing-brand strong{font-size:1.17rem}
  body.premium-landing .landing-links a,
  body.premium-landing .landing-links.open a{font-size:.86rem}
  body.premium-landing .landing-header-cta{min-height:54px;padding-inline:27px;font-size:.78rem}
  body.premium-landing .landing-hero{min-height:920px;padding-top:160px}
  body.premium-landing .landing-hero-copy h1{font-size:5.75rem}
  body.premium-landing .landing-plan-card{max-width:520px;padding:42px}
  body.premium-landing .landing-plan-price{font-size:4.55rem}
}

@media(max-width:374px){
  body.premium-landing .container{width:min(calc(100% - 22px),1380px)}
  body.premium-landing .landing-brand img{width:40px;height:40px;flex-basis:40px}
  body.premium-landing .landing-brand strong{font-size:.65rem}
  body.premium-landing .landing-header-cta{max-width:86px;padding-inline:8px;font-size:.55rem}
  body.premium-landing .landing-menu-toggle{width:40px;height:40px;flex-basis:40px}
  body.premium-landing .landing-hero-copy h1{font-size:2.42rem}
  body.premium-landing .landing-plan-card{padding:20px}
  body.premium-landing .landing-plan-price{font-size:2.62rem}
  body.premium-landing .landing-trust-card{grid-template-columns:1fr}
  body.premium-landing .landing-trust-card article:nth-child(even){border-left:0}
  body.premium-landing .landing-trust-card article:nth-child(n+2){border-top:1px solid rgba(228,184,63,.16)}
  body.premium-landing .landing-benefit-grid{grid-template-columns:1fr}
  body.premium-landing .landing-benefit-grid article{min-height:205px}
}

@media(prefers-reduced-motion:reduce){
  body.premium-landing *,body.premium-landing *:before,body.premium-landing *:after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important;transition-delay:0s!important}
  body.premium-landing.home-motion-ready .home-reveal{opacity:1!important;transform:none!important}
}

@keyframes homeReveal{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@keyframes homePlanReveal{from{opacity:0;transform:translateY(24px) scale(.985)}to{opacity:1;transform:none}}
@keyframes homeGlow{0%,100%{opacity:.6;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}
@keyframes homeOrbit{0%{transform:translate3d(0,0,0) rotate(-2deg)}100%{transform:translate3d(-14px,9px,0) rotate(2deg)}}
@keyframes homeParticle{0%,100%{opacity:.18;transform:translate3d(0,8px,0) scale(.8)}50%{opacity:.62;transform:translate3d(5px,-8px,0) scale(1.15)}}
@keyframes homeShimmer{0%,68%{left:-45%;opacity:0}76%{opacity:.75}92%,100%{left:125%;opacity:0}}
@keyframes homeBorderGlow{0%,100%{opacity:.5;transform:translateX(-8%)}50%{opacity:1;transform:translateX(8%)}}
@keyframes homeSupportPulse{0%{box-shadow:0 0 0 0 rgba(242,200,91,.3)}70%,100%{box-shadow:0 0 0 11px rgba(242,200,91,0)}}
