:root{
  --home-bg:#050a14;
  --home-panel:#091326;
  --home-panel-2:#0c1730;
  --home-line:rgba(134,157,205,.22);
  --home-copy:#f7f9ff;
  --home-muted:#aebbd0;
  --home-purple:#a764ff;
  --home-blue:#5da8ff;
  --home-cyan:#69d4e8;
  --home-gradient:linear-gradient(112deg,#68a8ff 0%,#a868ff 54%,#d067e9 100%);
}

html{scroll-behavior:smooth}
body[data-page="landing"]{
  margin:0!important;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 12% 13%,rgba(63,87,180,.13),transparent 27%),
    radial-gradient(circle at 88% 55%,rgba(117,70,191,.1),transparent 28%),
    var(--home-bg)!important;
  color:var(--home-copy);
}
body[data-page="landing"] .site-main,
body[data-page="landing"] .knox-layout,
body[data-page="landing"] .knox-content{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body[data-page="landing"] .site-main{overflow:visible!important}
body[data-page="landing"] .knox-content{overflow:visible!important}
.home-page,.home-page *{box-sizing:border-box}
.home-page{width:100%;overflow:hidden;background:transparent}
.home-page a{color:inherit}
.home-page svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-shell{width:min(1500px,calc(100% - 48px));margin:0 auto}
#ontdek,#wat-speelt,#voor-creators,#voor-partners{scroll-margin-top:24px}

/* Public header: it belongs to the landing page, never to the 205px app shell. */
body[data-page="landing"] .site-header{
  position:relative!important;
  z-index:50;
  height:82px!important;
  min-height:82px!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid rgba(132,153,200,.14)!important;
  background:rgba(4,9,18,.96)!important;
  box-shadow:none!important;
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
}
body[data-page="landing"] .site-header .header-inner{
  width:min(1500px,calc(100% - 48px))!important;
  max-width:none!important;
  height:82px!important;
  min-height:82px!important;
  margin:0 auto!important;
  padding:0!important;
  gap:28px!important;
}
body[data-page="landing"] .logo{flex:0 0 auto!important}
body[data-page="landing"] .logo-link{display:flex!important;align-items:center!important;gap:0!important;text-decoration:none!important}
body[data-page="landing"] .logo-img{width:142px!important;height:auto!important;max-height:36px!important;object-fit:contain!important}
body[data-page="landing"] .landing-top-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:38px!important;
  margin:0 auto!important;
}
body[data-page="landing"] .landing-top-nav a{
  position:relative;
  padding:30px 0!important;
  color:#bec7d8!important;
  font-size:.78rem!important;
  font-weight:680!important;
  text-decoration:none!important;
  transition:color .18s ease;
}
body[data-page="landing"] .landing-top-nav a:after{
  content:"";
  position:absolute;
  right:0;
  bottom:22px;
  left:0;
  height:2px;
  border-radius:99px;
  background:var(--home-gradient);
  transform:scaleX(0);
  transition:transform .18s ease;
}
body[data-page="landing"] .landing-top-nav a:hover{color:#fff!important}
body[data-page="landing"] .landing-top-nav a:hover:after{transform:scaleX(1)}
body[data-page="landing"] .top-actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important}
body[data-page="landing"] .top-actions>a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  border-radius:10px!important;
  padding:0 18px!important;
  font-size:.76rem!important;
  font-weight:790!important;
  text-decoration:none!important;
  white-space:nowrap;
}
body[data-page="landing"] .btn-ghost{
  color:#eef3ff!important;
  border:1px solid rgba(130,155,211,.42)!important;
  background:rgba(7,14,29,.64)!important;
}
body[data-page="landing"] .btn-primary{
  color:#090d19!important;
  border:1px solid rgba(207,179,255,.58)!important;
  background:var(--home-gradient)!important;
  box-shadow:0 9px 30px rgba(121,83,222,.25)!important;
}
.landing-mobile-nav,.home-mobile-shortcuts,.home-final-mobile,.landing-footer-mobile{display:none}

/* Hero */
.home-hero{padding:18px 0 0}
.home-hero-stage{
  position:relative;
  width:min(1760px,calc(100% - 32px));
  min-height:690px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid rgba(137,158,204,.24);
  border-radius:27px 27px 0 0;
  background:#0a101c;
  isolation:isolate;
}
.home-hero-stage:after{
  content:"";
  position:absolute;
  z-index:5;
  right:0;
  bottom:0;
  left:0;
  height:120px;
  pointer-events:none;
  background:linear-gradient(0deg,rgba(5,10,20,.78),transparent);
}
.home-hero-media{position:absolute;z-index:0;inset:0}
.home-hero-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 44%;
  filter:saturate(.88) contrast(1.04);
}
.home-hero-atmosphere{
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(3,8,18,.99) 0%,rgba(4,10,22,.93) 25%,rgba(5,10,21,.54) 48%,rgba(5,10,20,.12) 69%,rgba(5,10,20,.3) 100%),
    linear-gradient(0deg,rgba(4,9,18,.78) 0%,transparent 36%),
    radial-gradient(circle at 80% 22%,rgba(107,78,190,.17),transparent 30%);
}
.home-hero-atmosphere:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:58%;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 55%,transparent 100%);
  mask-image:linear-gradient(90deg,#000 0%,#000 55%,transparent 100%);
}
.home-hero-inner{position:relative;z-index:2;min-height:690px}
.home-hero-copy{
  position:absolute;
  z-index:6;
  top:50%;
  left:0;
  width:min(610px,48%);
  transform:translateY(-49%);
}
.home-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 18px;
  color:#aebad3;
  font-size:.68rem;
  font-weight:780;
  letter-spacing:.25em;
}
.home-kicker span{width:34px;height:2px;border-radius:9px;background:var(--home-gradient)}
.home-hero h1{
  max-width:610px;
  margin:0;
  color:#f8f9fd;
  font-size:clamp(3.9rem,4.45vw,5.25rem);
  font-weight:880;
  letter-spacing:-.057em;
  line-height:.98;
  text-wrap:balance;
}
.home-hero h1 em{
  display:block;
  margin-top:6px;
  color:transparent;
  font-style:normal;
  background:var(--home-gradient);
  -webkit-background-clip:text;
  background-clip:text;
}
.home-lead{
  max-width:535px;
  margin:21px 0 0;
  color:#c5cfdf;
  font-size:1.08rem;
  font-weight:450;
  line-height:1.58;
}
.home-search-wrap{position:relative;width:min(540px,100%);margin-top:26px;z-index:20}
.home-search{
  display:grid;
  grid-template-columns:24px 1fr auto;
  align-items:center;
  min-height:58px;
  padding:6px 7px 6px 18px;
  border:1px solid rgba(129,159,223,.56);
  border-radius:13px;
  background:rgba(7,16,34,.82);
  box-shadow:0 18px 50px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.05);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}
.home-search:focus-within{border-color:#9c76f1;box-shadow:0 0 0 3px rgba(156,118,241,.13),0 18px 50px rgba(0,0,0,.3)}
.home-search-icon{display:flex;color:#9fb0cb}
.home-search-icon svg{width:20px;height:20px}
.home-search input{
  width:100%;
  min-width:0;
  height:42px;
  border:0!important;
  outline:0!important;
  padding:0 13px!important;
  color:#f4f7ff!important;
  font:inherit!important;
  font-size:.91rem!important;
  background:transparent!important;
  box-shadow:none!important;
}
.home-search input::placeholder{color:#8e9bb1;opacity:1}
.home-search button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:108px;
  height:44px;
  padding:0 17px;
  border:0;
  border-radius:10px;
  color:#0a0e19;
  background:var(--home-gradient);
  font-size:.76rem;
  font-weight:860;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(130,82,230,.28);
}
.home-search button svg{width:17px;height:17px;stroke-width:2.2}
.home-popular-categories{margin-top:15px;color:#a9b4c8;font-size:.75rem}
.home-popular-categories>span{display:block;margin-bottom:10px}
.home-popular-categories>div{display:flex;flex-wrap:wrap;gap:8px}
.home-popular-categories a{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 13px;
  border:1px solid rgba(133,158,213,.42);
  border-radius:999px;
  color:#d7deea;
  background:rgba(5,13,29,.56);
  font-size:.69rem;
  font-weight:690;
  text-decoration:none;
  transition:border-color .16s ease,background .16s ease,transform .16s ease;
}
.home-popular-categories a:hover{transform:translateY(-1px);border-color:#9b77ed;background:rgba(121,79,211,.18)}

/* Creator search suggestions */
.home-search-suggestions{
  position:absolute;
  z-index:60;
  top:calc(100% + 9px);
  right:0;
  left:0;
  overflow:hidden;
  border:1px solid rgba(133,158,213,.36);
  border-radius:14px;
  background:rgba(7,14,29,.98);
  box-shadow:0 24px 70px rgba(0,0,0,.48);
  -webkit-backdrop-filter:blur(20px);
  backdrop-filter:blur(20px);
}
.home-search-suggestions[hidden]{display:none!important}
.home-search-suggestions-head{
  padding:13px 15px 9px;
  color:#9a7aeb;
  font-size:.62rem;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.home-search-suggestion{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 18px;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:8px 14px;
  border-top:1px solid rgba(125,148,194,.11);
  text-decoration:none;
}
.home-search-suggestion:hover,.home-search-suggestion.is-active{background:rgba(118,82,204,.16)}
.home-search-suggestion img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1px solid rgba(167,111,255,.55)}
.home-search-suggestion-copy{display:flex;min-width:0;flex-direction:column}
.home-search-suggestion-copy strong{overflow:hidden;color:#f2f5fc;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}
.home-search-suggestion-copy small{overflow:hidden;color:#8997ad;font-size:.66rem;text-overflow:ellipsis;white-space:nowrap}
.home-search-suggestion-arrow{color:#ad82f1}
.home-search-view-all{display:block;padding:12px 15px;border-top:1px solid rgba(125,148,194,.16);color:#b999ef;font-size:.7rem;font-weight:760;text-decoration:none}

/* Section 2: compact creator discovery */
.home-discover{
  position:relative;
  padding:46px 0 50px;
  border-top:1px solid rgba(129,153,202,.18);
  border-bottom:1px solid rgba(129,153,202,.18);
  background:
    linear-gradient(180deg,rgba(10,19,38,.78),rgba(5,12,24,.85)),
    radial-gradient(circle at 80% 10%,rgba(111,80,190,.14),transparent 30%);
}
.home-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:25px;
}
.home-eyebrow,.home-final-inner>div>span{
  display:block;
  margin-bottom:7px;
  color:#a779f2;
  font-size:.61rem;
  font-weight:880;
  letter-spacing:.16em;
}
.home-section-head h2{
  position:relative;
  display:inline-block;
  margin:0;
  color:#f5f7fb;
  font-size:clamp(2rem,2.55vw,2.8rem);
  font-weight:850;
  letter-spacing:-.04em;
  line-height:1.03;
}
.home-section-head h2:after{
  content:"";
  display:inline-block;
  width:48px;
  height:3px;
  margin:0 0 8px 17px;
  border-radius:8px;
  background:var(--home-gradient);
}
.home-section-head p{margin:7px 0 0;color:#aeb9ca;font-size:.86rem}
.home-text-link{display:inline-flex;align-items:center;gap:9px;padding-bottom:4px;color:#b58bf3!important;font-size:.76rem;font-weight:780;text-decoration:none}
.home-text-link span,.home-primary-link span{transition:transform .18s ease}
.home-text-link:hover span,.home-primary-link:hover span{transform:translateX(3px)}
.home-creator-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.home-creator-card{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(126,153,209,.28);
  border-radius:14px;
  background:linear-gradient(165deg,rgba(14,27,53,.94),rgba(7,15,31,.98));
  box-shadow:0 18px 38px rgba(0,0,0,.16);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.home-creator-card:hover{transform:translateY(-4px);border-color:rgba(164,107,245,.58);box-shadow:0 24px 46px rgba(0,0,0,.26)}
.home-creator-photo{position:relative;display:block;height:228px;overflow:hidden;text-decoration:none}
.home-creator-photo:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(0deg,#091326 1%,rgba(9,19,38,.48) 54%,transparent)}
.home-creator-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 22%;transition:transform .35s ease}
.home-creator-card:hover .home-creator-photo img{transform:scale(1.035)}
.home-creator-meta{position:relative;margin-top:-43px;padding:0 13px 13px}
.home-creator-meta h3{position:relative;z-index:2;display:flex;align-items:center;gap:5px;overflow:hidden;margin:0;color:#fff;font-size:.87rem;font-weight:840;text-overflow:ellipsis;white-space:nowrap}
.home-creator-meta p{position:relative;z-index:2;overflow:hidden;margin:3px 0 0;color:#aeb9cb;font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}
.home-creator-meta>a{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;height:31px;margin-top:11px;border:1px solid rgba(171,112,255,.7);border-radius:7px;color:#eef2fb;background:linear-gradient(100deg,rgba(80,71,183,.38),rgba(145,72,211,.33));font-size:.65rem;font-weight:770;text-decoration:none}
.home-creator-meta>a:hover{background:linear-gradient(100deg,rgba(86,102,221,.58),rgba(171,80,229,.52))}

/* Section 3: creator and partner in one dense band */
.home-audiences{
  position:relative;
  padding:46px 0 50px;
  background:
    radial-gradient(circle at 15% 70%,rgba(59,94,188,.14),transparent 31%),
    radial-gradient(circle at 90% 30%,rgba(114,61,192,.13),transparent 29%);
}
.home-audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.home-audience-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(220px,.84fr) minmax(0,1.16fr);
  column-gap:24px;
  align-items:center;
  min-width:0;
  min-height:458px;
  overflow:hidden;
  padding:30px 24px 30px 30px;
  border:1px solid rgba(126,153,213,.34);
  border-radius:18px;
  background:
    linear-gradient(142deg,rgba(12,26,53,.98),rgba(8,16,34,.96)),
    var(--home-panel);
  box-shadow:0 24px 60px rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.035);
  isolation:isolate;
}
.home-audience-card:after{
  content:"";
  position:absolute;
  z-index:1;
  top:0;
  right:8%;
  left:8%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(122,174,255,.42),rgba(177,104,255,.35),transparent);
  pointer-events:none;
}
.home-audience-card:before{
  content:"";
  position:absolute;
  z-index:-1;
  width:360px;
  height:360px;
  border-radius:50%;
  filter:blur(2px);
  opacity:.34;
}
.home-audience-creators:before{left:-160px;bottom:-225px;background:radial-gradient(circle,#4258d7,transparent 68%)}
.home-audience-partners:before{right:-120px;top:-210px;background:radial-gradient(circle,#853ed4,transparent 68%)}
.home-audience-copy{position:relative;z-index:3;min-width:0;padding-right:0}
.home-audience-kicker{display:flex;align-items:center;gap:8px;margin-bottom:13px;color:#8da8ff;font-size:.72rem;font-weight:820}
.home-audience-kicker svg{width:19px;height:19px;color:#69b4ff}
.home-audience-copy h2{margin:0;color:#f7f9fd;font-size:clamp(2rem,2.05vw,2.55rem);font-weight:860;letter-spacing:-.045em;line-height:1.05}
.home-audience-copy h2>span,.home-audience-copy h2>em{display:block;overflow-wrap:anywhere}
.home-audience-copy h2 em{color:transparent;font-style:normal;background:var(--home-gradient);-webkit-background-clip:text;background-clip:text}
.home-audience-copy p{max-width:280px;margin:16px 0 0;color:#b7c1d2;font-size:.77rem;line-height:1.62}
.home-audience-copy ul{display:grid;gap:6px;margin:15px 0 0;padding:0;list-style:none}
.home-audience-copy li{position:relative;padding-left:17px;color:#c2cada;font-size:.68rem}
.home-audience-copy li:before{content:"✓";position:absolute;left:0;color:#aa6df4;font-weight:900}
.home-primary-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  min-height:43px;
  margin-top:22px;
  padding:0 19px;
  border:1px solid rgba(193,164,255,.55);
  border-radius:9px;
  color:#080c17!important;
  background:var(--home-gradient);
  box-shadow:0 12px 30px rgba(110,79,213,.24);
  font-size:.72rem;
  font-weight:850;
  text-decoration:none;
}
.home-dashboard{
  position:relative;
  z-index:2;
  height:350px;
  overflow:hidden;
  border:1px solid rgba(132,164,228,.33);
  border-radius:13px;
  background:linear-gradient(155deg,#091631 0%,#061024 100%);
  box-shadow:0 22px 48px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.045);
}
.home-creator-dashboard{display:grid;grid-template-columns:102px minmax(0,1fr);transform:none}
.home-dash-sidebar{display:flex;flex-direction:column;gap:3px;padding:17px 11px;border-right:1px solid rgba(125,151,205,.16);background:rgba(4,10,22,.5)}
.home-dash-sidebar>b{display:flex;align-items:center;margin-bottom:17px;color:#eef3fc;font-size:.52rem;font-style:normal}
.home-dash-sidebar .home-dash-brand img{display:block;width:79px;height:auto;max-height:21px;object-fit:contain}
.home-dash-sidebar>i{display:block;padding:8px;border-radius:6px;color:#8290a6;font-size:.49rem;font-style:normal}
.home-dash-sidebar>i.is-active{color:#eef3ff;background:linear-gradient(90deg,rgba(93,106,240,.45),rgba(160,76,225,.25))}
.home-dash-main{min-width:0;padding:18px 14px}
.home-dash-welcome{display:flex;flex-direction:column;padding:0 3px}
.home-dash-welcome small{color:#9276e3;font-size:.44rem;font-weight:850;letter-spacing:.12em}
.home-dash-welcome strong{margin-top:3px;color:#eef3fc;font-size:.68rem}
.home-dash-stats{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:13px}
.home-dash-stats>span{display:flex;flex-direction:column;padding:10px;border:1px solid rgba(124,151,203,.18);border-radius:8px;background:rgba(15,31,60,.7)}
.home-dash-stats small{color:#8794a8;font-size:.45rem}
.home-dash-stats strong{margin-top:2px;color:#f4f6fb;font-size:1rem}
.home-dash-stats em{margin-top:2px;color:#5cd59b;font-size:.48rem;font-style:normal;font-weight:760}
.home-dash-list-title{display:flex;justify-content:space-between;margin:15px 2px 7px;color:#dce2ec;font-size:.54rem;font-weight:770}
.home-dash-list-title small{color:#9d82e8;font-size:.45rem;font-weight:650}
.home-dash-post{display:grid;grid-template-columns:33px minmax(0,1fr);align-items:center;gap:8px;padding:6px 4px;border-top:1px solid rgba(126,148,194,.11)}
.home-dash-post img{width:33px;height:33px;border-radius:5px;object-fit:cover;object-position:center 22%}
.home-dash-post span{display:flex;min-width:0;flex-direction:column}
.home-dash-post b{overflow:hidden;color:#e9edf4;font-size:.5rem;text-overflow:ellipsis;white-space:nowrap}
.home-dash-post small{overflow:hidden;margin-top:2px;color:#7e8ca2;font-size:.43rem;text-overflow:ellipsis;white-space:nowrap}
.home-partner-dashboard{height:350px;padding:18px;transform:none}
.home-report-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.home-report-head>span{display:flex;flex-direction:column}
.home-report-head small{color:#9a7ce6;font-size:.44rem;font-weight:850;letter-spacing:.1em}
.home-report-head b{margin-top:4px;color:#eef2fa;font-size:.66rem}
.home-report-head>i{padding:6px 7px;border:1px solid rgba(126,151,204,.25);border-radius:6px;color:#8f9caf;font-size:.43rem;font-style:normal}
.home-report-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:15px}
.home-report-stats span{display:flex;min-width:0;flex-direction:column;padding:10px 8px;border:1px solid rgba(125,152,205,.17);border-radius:8px;background:rgba(15,31,60,.72)}
.home-report-stats small{overflow:hidden;color:#8492a7;font-size:.43rem;text-overflow:ellipsis;white-space:nowrap}
.home-report-stats strong{margin-top:3px;color:#f1f4fa;font-size:.88rem}
.home-chart{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  height:118px;
  margin-top:18px;
  padding:12px 9px 4px;
  border-bottom:1px solid rgba(126,151,205,.18);
  background:repeating-linear-gradient(0deg,transparent 0,transparent 28px,rgba(126,151,205,.08) 29px);
}
.home-chart i{width:5.5%;height:var(--h);min-height:16px;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#5dbbff,#ad50ee);box-shadow:0 0 12px rgba(151,77,232,.22)}
.home-report-foot{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}
.home-report-foot span{padding:8px;border-radius:7px;color:#8d9ab0;background:rgba(16,30,57,.58);font-size:.45rem}
.home-report-foot b{display:block;margin-bottom:2px;color:#6ad2ad;font-size:.64rem}

/* Closing strip */
.home-final-cta{
  position:relative;
  min-height:205px;
  overflow:hidden;
  border-top:1px solid rgba(129,153,202,.22);
  border-bottom:1px solid rgba(129,153,202,.18);
  isolation:isolate;
}
.home-final-cta>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%;filter:saturate(.75) brightness(.72)}
.home-final-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(4,9,20,.98) 0%,rgba(10,15,32,.9) 44%,rgba(64,36,105,.48) 73%,rgba(5,11,23,.7) 100%)}
.home-final-inner{display:flex;align-items:center;justify-content:space-between;gap:38px;min-height:205px}
.home-final-inner h2{margin:0;color:#f7f8fc;font-size:clamp(2rem,2.8vw,3.05rem);font-weight:850;letter-spacing:-.045em;line-height:1.05}
.home-final-inner p{margin:10px 0 0;color:#b9c4d5;font-size:.83rem}
.home-final-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.home-final-actions .home-primary-link{margin:0;min-height:47px;padding:0 22px}
.home-final-actions>a:last-child{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:0 21px;border:1px solid rgba(147,169,215,.48);border-radius:9px;color:#ecf1f9;font-size:.72rem;font-weight:770;text-decoration:none;background:rgba(5,12,26,.56);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}

/* Existing landing footer, compressed to match the mock-up rhythm. */
body[data-page="landing"] .site-footer{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:#040912!important;
}
body[data-page="landing"] .landing-footer{width:min(1500px,calc(100% - 48px));margin:0 auto;padding:34px 0 20px}
body[data-page="landing"] .landing-footer-grid{display:grid;grid-template-columns:1.65fr repeat(4,1fr);gap:34px}
body[data-page="landing"] .landing-footer-brand{display:flex;align-items:center}
body[data-page="landing"] .landing-footer-brand img{display:block;width:138px;height:auto;max-height:35px;object-fit:contain}
body[data-page="landing"] .landing-footer-about p{max-width:260px;margin:12px 0 0;color:#78869c;font-size:.7rem;line-height:1.55}
body[data-page="landing"] .landing-footer-col h3{margin:3px 0 12px;color:#dce3ef;font-size:.67rem;font-weight:780}
body[data-page="landing"] .landing-footer-col>a{display:block;margin:7px 0;color:#7f8ca1;font-size:.64rem;text-decoration:none}
body[data-page="landing"] .landing-footer-col>a:hover{color:#c7a7ff}
body[data-page="landing"] .landing-footer-socials{display:flex;gap:6px}
body[data-page="landing"] .landing-footer-socials span{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(128,151,199,.23);border-radius:7px;color:#9ca9bb;font-size:.52rem;font-weight:800}
body[data-page="landing"] .landing-footer-bottom{margin-top:24px;padding-top:16px;border-top:1px solid rgba(125,148,193,.15);color:#657187;font-size:.61rem}

/* Wide desktop tuning
   The marketing page deliberately gains scale above 1600px. This keeps the
   familiar laptop composition intact while preventing the page from looking
   like a small, zoomed-out column on QHD/4K and 27-inch displays. */
@media(min-width:1600px){
  .home-shell,
  body[data-page="landing"] .site-header .header-inner,
  body[data-page="landing"] .landing-footer{
    width:min(1900px,max(1500px,84vw))!important;
  }

  body[data-page="landing"] .site-header,
  body[data-page="landing"] .site-header .header-inner{
    height:92px!important;
    min-height:92px!important;
  }
  body[data-page="landing"] .site-header .header-inner{gap:42px!important}
  body[data-page="landing"] .logo-link{gap:0!important}
  body[data-page="landing"] .logo-img{width:160px!important;height:auto!important;max-height:40px!important}
  body[data-page="landing"] .landing-top-nav{gap:clamp(36px,2.5vw,58px)!important}
  body[data-page="landing"] .landing-top-nav a{padding:34px 0!important;font-size:.9rem!important}
  body[data-page="landing"] .landing-top-nav a:after{bottom:26px}
  body[data-page="landing"] .top-actions{gap:13px!important}
  body[data-page="landing"] .top-actions>a{min-height:46px!important;padding:0 22px!important;border-radius:11px!important;font-size:.86rem!important}

  .home-hero{padding-top:22px}
  .home-hero-stage{
    width:min(2200px,calc(100% - 32px));
    min-height:790px;
    border-radius:30px 30px 0 0;
  }
  .home-hero-inner{min-height:790px}
  .home-hero-stage:after{height:150px}
  .home-hero-media img{object-position:center 43%}
  .home-hero-copy{width:min(700px,45%);transform:translateY(-48%)}
  .home-kicker{gap:14px;margin-bottom:21px;font-size:.78rem}
  .home-kicker span{width:40px}
  .home-hero h1{max-width:700px;font-size:clamp(5.15rem,4.15vw,6.35rem)}
  .home-hero h1 em{margin-top:9px}
  .home-lead{max-width:610px;margin-top:25px;font-size:1.2rem;line-height:1.6}
  .home-search-wrap{width:min(620px,100%);margin-top:30px}
  .home-search{min-height:66px;padding:7px 8px 7px 21px;border-radius:15px}
  .home-search-icon svg{width:23px;height:23px}
  .home-search input{height:48px;font-size:1rem!important}
  .home-search button{min-width:122px;height:50px;padding:0 21px;border-radius:11px;font-size:.86rem}
  .home-popular-categories{margin-top:18px;font-size:.84rem}
  .home-popular-categories>span{margin-bottom:11px}
  .home-popular-categories>div{gap:10px}
  .home-popular-categories a{min-height:35px;padding:0 16px;font-size:.78rem}

  .home-discover{padding:64px 0 68px}
  .home-section-head{margin-bottom:31px}
  .home-eyebrow,.home-final-inner>div>span{margin-bottom:9px;font-size:.7rem}
  .home-section-head h2{font-size:clamp(2.75rem,2.35vw,3.35rem)}
  .home-section-head h2:after{width:58px;height:3px;margin:0 0 10px 20px}
  .home-section-head p{margin-top:9px;font-size:.98rem}
  .home-text-link{font-size:.87rem}
  .home-creator-rail{gap:18px}
  .home-creator-card{border-radius:17px}
  .home-creator-photo{height:292px}
  .home-creator-meta{margin-top:-51px;padding:0 16px 16px}
  .home-creator-meta h3{font-size:1rem}
  .home-creator-meta p{margin-top:4px;font-size:.74rem}
  .home-creator-meta>a{height:37px;margin-top:13px;border-radius:8px;font-size:.74rem}

  .home-audiences{padding:64px 0 68px}
  .home-audience-grid{gap:24px}
  .home-audience-card{
    grid-template-columns:minmax(300px,.84fr) minmax(0,1.16fr);
    column-gap:34px;
    min-height:510px;
    padding:34px 30px 34px 36px;
    border-radius:21px;
  }
  .home-audience-copy{
    display:flex;
    align-self:stretch;
    flex-direction:column;
    padding:10px 0;
  }
  .home-audience-kicker{gap:10px;margin-bottom:16px;font-size:.82rem}
  .home-audience-kicker svg{width:22px;height:22px}
  .home-audience-copy h2{font-size:clamp(2.4rem,1.8vw,2.55rem);line-height:1.04}
  .home-audience-copy p{max-width:330px;margin-top:18px;font-size:.88rem;line-height:1.64}
  .home-audience-copy ul{gap:8px;margin-top:18px}
  .home-audience-copy li{padding-left:19px;font-size:.78rem}
  .home-audience-copy .home-primary-link{align-self:flex-start;margin-top:auto}
  .home-primary-link{min-height:49px;padding:0 23px;border-radius:10px;font-size:.82rem}
  .home-dashboard{height:400px;border-radius:15px}
  .home-creator-dashboard{grid-template-columns:120px minmax(0,1fr)}
  .home-dash-sidebar{padding:20px 13px}
  .home-dash-sidebar>b{margin-bottom:20px;font-size:.61rem}
  .home-dash-sidebar>b span{width:21px;height:21px;font-size:.71rem}
  .home-dash-sidebar>i{padding:9px;font-size:.57rem}
  .home-dash-main{padding:22px 17px}
  .home-dash-welcome small{font-size:.51rem}
  .home-dash-welcome strong{font-size:.79rem}
  .home-dash-stats{gap:9px;margin-top:16px}
  .home-dash-stats>span{padding:12px}
  .home-dash-stats small{font-size:.52rem}
  .home-dash-stats strong{font-size:1.15rem}
  .home-dash-stats em{font-size:.55rem}
  .home-dash-list-title{margin:18px 2px 8px;font-size:.63rem}
  .home-dash-list-title small{font-size:.52rem}
  .home-dash-post{grid-template-columns:39px minmax(0,1fr);gap:10px;padding:7px 4px}
  .home-dash-post img{width:39px;height:39px}
  .home-dash-post b{font-size:.59rem}
  .home-dash-post small{font-size:.5rem}
  .home-partner-dashboard{height:400px;padding:22px}
  .home-report-head small{font-size:.51rem}
  .home-report-head b{font-size:.78rem}
  .home-report-head>i{padding:7px 9px;font-size:.5rem}
  .home-report-stats{gap:8px;margin-top:18px}
  .home-report-stats span{padding:12px 10px}
  .home-report-stats small{font-size:.5rem}
  .home-report-stats strong{font-size:1.02rem}
  .home-chart{height:142px;margin-top:21px}
  .home-report-foot{gap:10px;margin-top:18px}
  .home-report-foot span{padding:10px;font-size:.52rem}
  .home-report-foot b{font-size:.74rem}

  .home-final-cta{min-height:245px}
  .home-final-inner{min-height:245px}
  .home-final-inner h2{font-size:clamp(2.7rem,2.45vw,3.55rem)}
  .home-final-inner p{margin-top:12px;font-size:.95rem}
  .home-final-actions{gap:15px}
  .home-final-actions .home-primary-link,
  .home-final-actions>a:last-child{min-height:53px;padding:0 26px;font-size:.82rem}

  body[data-page="landing"] .landing-footer{padding:45px 0 25px}
  body[data-page="landing"] .landing-footer-grid{gap:46px}
  body[data-page="landing"] .landing-footer-brand img{width:160px;height:auto;max-height:40px}
  body[data-page="landing"] .landing-footer-about p{max-width:310px;margin-top:14px;font-size:.8rem}
  body[data-page="landing"] .landing-footer-col h3{margin-bottom:14px;font-size:.77rem}
  body[data-page="landing"] .landing-footer-col>a{margin:9px 0;font-size:.74rem}
  body[data-page="landing"] .landing-footer-socials{gap:8px}
  body[data-page="landing"] .landing-footer-socials span{width:33px;height:33px;font-size:.6rem}
  body[data-page="landing"] .landing-footer-bottom{margin-top:31px;padding-top:19px;font-size:.7rem}
}

@media(max-width:1400px){
  .home-shell,body[data-page="landing"] .site-header .header-inner{width:min(1320px,calc(100% - 40px))!important}
  .home-hero-copy{left:15px}
  .home-creator-photo{height:205px}
  .home-audience-card{grid-template-columns:minmax(220px,.84fr) minmax(0,1.16fr);column-gap:20px;padding-left:25px}
  .home-audience-copy h2{font-size:2.05rem}
}

@media(max-width:1180px){
  body[data-page="landing"] .landing-top-nav{gap:22px!important}
  .home-hero-stage{min-height:660px}
  .home-hero-inner{min-height:660px}
  .home-hero-copy{width:51%}
  .home-hero h1{font-size:clamp(3.4rem,5.2vw,4.2rem)}
  .home-creator-rail{gap:10px}
  .home-creator-photo{height:184px}
  .home-creator-meta{padding-right:10px;padding-left:10px}
  .home-audience-grid{grid-template-columns:1fr}
  .home-audience-card{grid-template-columns:minmax(245px,.76fr) minmax(0,1.24fr);column-gap:28px;min-height:430px;padding:29px 30px}
  .home-audience-copy h2{font-size:2.55rem}
}

@media(max-width:1080px){
  body[data-page="landing"] .landing-top-nav{display:none!important}
  body[data-page="landing"] .top-actions{margin-left:auto!important}
  .home-shell,body[data-page="landing"] .site-header .header-inner{width:calc(100% - 34px)!important}
  .home-hero-stage{width:calc(100% - 22px);min-height:720px}
  .home-hero-inner{min-height:720px}
  .home-hero-media img{object-position:64% 42%}
  .home-hero-atmosphere{background:linear-gradient(90deg,rgba(3,8,18,.98) 0%,rgba(4,10,22,.88) 38%,rgba(5,10,21,.32) 68%,rgba(5,10,20,.24) 100%),linear-gradient(0deg,rgba(4,9,18,.86),transparent 48%)}
  .home-hero-copy{left:8px;width:55%;transform:translateY(-53%)}
  .home-kicker{letter-spacing:.17em}
  .home-hero h1{font-size:clamp(3.1rem,6vw,3.75rem)}
  .home-lead{font-size:.96rem}
  .home-search button{min-width:49px;padding:0}
  .home-search button span{display:none}
  .home-creator-rail{display:flex;gap:12px;overflow-x:auto;padding:1px 1px 13px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .home-creator-rail::-webkit-scrollbar{display:none}
  .home-creator-card{width:218px;min-width:218px;scroll-snap-align:start}
  .home-creator-photo{height:220px}
  .home-audience-card{grid-template-columns:minmax(225px,.76fr) minmax(0,1.24fr)}
  .home-audience-copy h2{font-size:2.25rem}
  body[data-page="landing"] .landing-footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}
  body[data-page="landing"] .landing-footer-col:nth-child(4),body[data-page="landing"] .landing-footer-col:nth-child(5){display:none}
}

@media(max-width:720px){
  .home-shell{width:calc(100% - 28px)!important}
  body[data-page="landing"] .site-header{height:70px!important;min-height:70px!important}
  body[data-page="landing"] .site-header .header-inner{width:calc(100% - 28px)!important;height:70px!important;min-height:70px!important}
  body[data-page="landing"] .logo-img{width:118px!important;height:auto!important;max-height:30px!important}
  body[data-page="landing"] .top-actions>a{min-height:36px!important;padding:0 12px!important;font-size:.66rem!important}
  body[data-page="landing"] .top-actions .btn-ghost{display:none!important}
  .home-hero{padding-top:10px}
  .home-hero-stage{width:calc(100% - 16px);min-height:720px;border-radius:19px 19px 0 0}
  .home-hero-inner{width:100%!important;min-height:720px}
  .home-hero-media img{object-position:66% 42%;filter:saturate(.72) contrast(1.02)}
  .home-hero-atmosphere{
    background:
      linear-gradient(180deg,rgba(3,8,18,.86) 0%,rgba(3,8,18,.73) 38%,rgba(3,8,18,.55) 54%,rgba(3,8,18,.96) 76%,rgba(3,8,18,.99) 100%),
      linear-gradient(90deg,rgba(3,8,18,.87),rgba(3,8,18,.28));
  }
  .home-hero-atmosphere:before{width:100%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);-webkit-mask-image:linear-gradient(180deg,#000 0%,transparent 66%);mask-image:linear-gradient(180deg,#000 0%,transparent 66%)}
  .home-hero-copy{top:0;right:0;left:0;width:100%;padding:40px 19px 0;transform:none}
  .home-kicker{gap:8px;margin-bottom:13px;font-size:.54rem;letter-spacing:.13em}
  .home-kicker span{width:24px}
  .home-hero h1{max-width:500px;font-size:clamp(2.72rem,12.3vw,3.65rem);line-height:.99}
  .home-lead{max-width:440px;margin-top:15px;font-size:.86rem;line-height:1.5}
  .home-search-wrap{margin-top:19px}
  .home-search{min-height:54px;padding-left:14px}
  .home-search input{font-size:.82rem!important}
  .home-search button{height:42px}
  .home-popular-categories{margin-top:13px}
  .home-popular-categories>span{margin-bottom:8px;font-size:.66rem}
  .home-popular-categories>div{gap:6px}
  .home-popular-categories a{min-height:27px;padding:0 10px;font-size:.6rem}
  .home-discover{padding:37px 0 35px}
  .home-section-head{align-items:flex-start;margin-bottom:21px}
  .home-section-head h2{font-size:2rem}
  .home-section-head h2:after{width:31px;margin-left:10px}
  .home-section-head p{max-width:255px;font-size:.74rem;line-height:1.45}
  .home-text-link{padding-top:20px;font-size:0}
  .home-text-link span{font-size:1rem}
  .home-creator-card{width:205px;min-width:205px}
  .home-creator-photo{height:211px}
  .home-audiences{padding:35px 0 38px}
  .home-audience-grid{gap:14px}
  .home-audience-card{display:block;min-height:0;padding:26px 22px}
  .home-audience-copy{padding:0}
  .home-audience-copy h2{font-size:2.18rem}
  .home-audience-copy p{max-width:420px;font-size:.75rem}
  .home-audience-copy ul{grid-template-columns:1fr 1fr;gap:7px 12px}
  .home-dashboard{height:285px;margin-top:27px}
  .home-creator-dashboard{grid-template-columns:88px minmax(0,1fr);transform:none}
  .home-dash-sidebar{padding:14px 8px}
  .home-dash-sidebar>i{padding:7px 5px}
  .home-dash-main{padding:15px 10px}
  .home-partner-dashboard{height:283px;padding:14px;transform:none}
  .home-chart{height:92px}
  .home-final-cta{min-height:290px}
  .home-final-inner{display:block;min-height:290px;padding:42px 0}
  .home-final-inner h2{font-size:2.25rem}
  .home-final-inner p{max-width:410px;line-height:1.5}
  .home-final-actions{margin-top:22px}
  .home-final-actions .home-primary-link{padding:0 16px}
  .home-final-actions>a:last-child{padding:0 15px}
  body[data-page="landing"] .landing-footer{width:calc(100% - 28px);padding-top:28px}
  body[data-page="landing"] .landing-footer-grid{grid-template-columns:1fr 1fr;gap:26px 20px}
  body[data-page="landing"] .landing-footer-about{grid-column:1 / -1}
}

@media(max-width:430px){
  body[data-page="landing"] .top-actions>a.btn-primary{padding:0 10px!important;font-size:.61rem!important}
  .home-hero-stage,.home-hero-inner{min-height:720px}
  .home-hero-copy{padding-top:34px}
  .home-hero h1{font-size:2.72rem}
  .home-search-suggestion{grid-template-columns:36px minmax(0,1fr) 16px}
  .home-audience-copy h2>span,.home-audience-copy h2>em{white-space:normal}
  .home-audience-copy ul{grid-template-columns:1fr}
  .home-final-actions{align-items:stretch;flex-direction:column}
  .home-final-actions>a{width:100%}
}

/* Mobile index v2: the approved calm, compact landing experience. */
@media(max-width:720px){
  body[data-home-mobile="1"] .site-header{
    height:62px!important;
    min-height:62px!important;
    overflow:visible!important;
    border-bottom:1px solid rgba(255,255,255,.07)!important;
    background:#050816!important;
  }
  body[data-home-mobile="1"] .site-header .header-inner{
    width:100%!important;
    height:62px!important;
    min-height:62px!important;
    padding:0 14px!important;
    gap:10px!important;
  }
  body[data-home-mobile="1"] .logo-img{width:116px!important;max-height:29px!important}
  body[data-home-mobile="1"] .top-actions{gap:6px!important}
  body[data-home-mobile="1"] .top-actions>a{min-height:44px!important;font-size:.72rem!important}
  body[data-home-mobile="1"] .top-actions .btn-ghost{
    display:inline-flex!important;
    padding:0 5px!important;
    border:0!important;
    color:#c5cad9!important;
    background:transparent!important;
  }
  body[data-home-mobile="1"] .top-actions>a.btn-primary{display:none!important}

  .landing-mobile-nav{position:relative;display:block!important}
  .landing-mobile-nav>summary{
    display:flex;
    width:44px;
    height:44px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:4px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:12px;
    color:#f8f9ff;
    background:#101428;
    list-style:none;
  }
  .landing-mobile-nav>summary::-webkit-details-marker{display:none}
  .landing-mobile-nav>summary span{display:block;width:16px;height:1.5px;border-radius:4px;background:currentColor;transition:transform .18s ease,opacity .18s ease}
  .landing-mobile-nav[open]>summary span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}
  .landing-mobile-nav[open]>summary span:nth-child(2){opacity:0}
  .landing-mobile-nav[open]>summary span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}
  .landing-mobile-nav>nav{
    position:absolute;
    z-index:100;
    top:calc(100% + 9px);
    right:0;
    width:min(290px,calc(100vw - 28px));
    overflow:hidden;
    padding:7px 12px;
    border:1px solid rgba(140,158,205,.2);
    border-radius:14px;
    background:#090d1d;
    box-shadow:0 22px 55px rgba(0,0,0,.42);
  }
  .landing-mobile-nav>nav a{display:flex;min-height:44px;align-items:center;border-bottom:1px solid rgba(255,255,255,.055);color:#cbd2e0!important;font-size:.78rem;font-weight:700;text-decoration:none}
  .landing-mobile-nav>nav a:last-child{border-bottom:0;color:#cbb3ff!important}

  .home-hero{padding-top:0}
  .home-hero-stage{
    width:100%;
    min-height:535px;
    border:0;
    border-radius:0;
  }
  .home-hero-inner{width:100%!important;min-height:535px}
  .home-hero-media img{object-position:66% center;filter:saturate(.8) contrast(1.04)}
  .home-hero-stage:after{height:105px;background:linear-gradient(0deg,rgba(5,8,22,.92),transparent)}
  .home-hero-atmosphere{
    background:
      linear-gradient(180deg,rgba(4,7,17,.08) 0%,rgba(5,8,20,.18) 23%,rgba(5,8,20,.87) 60%,#050816 92%),
      linear-gradient(90deg,rgba(5,8,20,.72),transparent 84%);
  }
  .home-hero-atmosphere:before{width:100%;-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-mask-image:none;mask-image:none}
  .home-hero-copy{
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:flex;
    width:100%;
    justify-content:flex-end;
    flex-direction:column;
    padding:0 18px 23px;
    transform:none;
  }
  .home-kicker{gap:0;margin-bottom:10px;color:#b692ff;font-size:.63rem;font-weight:800;letter-spacing:.11em}
  .home-kicker span{display:none}
  .home-hero h1{max-width:350px;font-size:2.42rem;font-weight:800;letter-spacing:-.052em;line-height:1}
  .home-hero h1 em{margin-top:4px}
  .home-lead,.home-popular-categories{display:none}
  .home-search-wrap{width:100%;margin-top:20px}
  .home-search{grid-template-columns:20px minmax(0,1fr) 44px;gap:9px;min-height:56px;padding:5px 5px 5px 14px;border-color:rgba(142,162,211,.25);border-radius:15px;background:rgba(9,14,30,.91);box-shadow:0 14px 30px rgba(0,0,0,.24)}
  .home-search-icon svg{width:17px;height:17px}
  .home-search input{height:44px;padding:0 5px!important;font-size:16px!important}
  .home-search button{width:44px;min-width:44px;height:44px;padding:0;border-radius:10px}
  .home-search-suggestions{top:auto;bottom:calc(100% + 9px);max-height:245px;overflow-y:auto}

  .home-mobile-shortcuts{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    min-height:60px;
    border-bottom:1px solid rgba(255,255,255,.06);
    background:#080c1a;
  }
  .home-mobile-shortcuts a{display:flex;min-width:0;min-height:60px;align-items:center;justify-content:center;gap:5px;color:#aeb6c6;text-decoration:none}
  .home-mobile-shortcuts a+a{border-left:1px solid rgba(255,255,255,.06)}
  .home-mobile-shortcuts svg{width:15px;height:15px;flex:0 0 15px;color:#a77df4}
  .home-mobile-shortcuts span{font-size:.65rem;font-weight:750;white-space:nowrap}

  .home-discover,.home-audiences{display:none!important}
  .home-final-cta{min-height:0;border-top:0;background:#060917;isolation:auto}
  .home-final-cta>img,.home-final-shade,.home-final-copy,.home-final-actions{display:none!important}
  .home-final-inner{display:block;width:100%!important;min-height:0;padding:0}
  .home-final-mobile{display:block;padding:52px 18px 50px;text-align:center}
  .home-final-mobile>span{display:block;margin:0 0 9px;color:#9d7ce8;font-size:.67rem;font-weight:800;letter-spacing:.13em}
  .home-final-mobile h2{margin:0;color:#f7f8ff;font-size:1.92rem;font-weight:800;letter-spacing:-.045em;line-height:1.06}
  .home-final-mobile p{margin:9px 0 0;color:#8d97a9;font-size:.78rem}
  .home-final-mobile .home-primary-link{display:flex;width:100%;min-height:48px;margin-top:22px;padding:0 16px;border-radius:12px;font-size:.78rem}

  body[data-home-mobile="1"] .landing-footer{width:100%;padding:0}
  body[data-home-mobile="1"] .landing-footer-grid,body[data-home-mobile="1"] .landing-footer-bottom{display:none}
  body[data-home-mobile="1"] .landing-footer-mobile{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 16px;border-top:1px solid rgba(255,255,255,.06)}
  body[data-home-mobile="1"] .landing-footer-mobile>img{display:block;width:94px;height:auto}
  body[data-home-mobile="1"] .landing-footer-mobile nav{display:flex;gap:12px}
  body[data-home-mobile="1"] .landing-footer-mobile a{color:#778197;font-size:.66rem;text-decoration:none}
}

@media(max-width:360px){
  .home-hero h1{font-size:2.18rem}
  .home-mobile-shortcuts a{gap:3px;flex-direction:column}
  .home-mobile-shortcuts span{font-size:.62rem}
  body[data-home-mobile="1"] .landing-footer-mobile{align-items:flex-start;flex-direction:column}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .home-page *{scroll-behavior:auto!important;transition:none!important}
}
