body.home-premium{
  --jp-bg:#061019;
  --jp-bg-soft:#0b1622;
  --jp-bg-elev:#101c2b;
  --jp-bg-card:#0f1a27;
  --jp-surface:#132131;
  --jp-surface-2:#16283b;
  --jp-surface-3:#1a3047;
  --jp-text:#f4f7fb;
  --jp-text-strong:#ffffff;
  --jp-muted:#9fafbd;
  --jp-muted-strong:#cad6e2;
  --jp-line:rgba(255,255,255,.10);
  --jp-line-strong:rgba(255,255,255,.16);
  --jp-accent:#59e2d0;
  --jp-accent-2:#87f0e0;
  --jp-accent-soft:rgba(89,226,208,.14);
  --jp-warm:#d4b07d;
  --jp-shadow:0 32px 90px rgba(0,0,0,.34);
  --jp-shadow-soft:0 22px 56px rgba(0,0,0,.24);
  --jp-radius-xl:34px;
  --jp-radius-lg:28px;
  --jp-radius-md:22px;
  --jp-radius-sm:16px;
  --jp-container:min(1280px, calc(100vw - 48px));
  --jp-container-narrow:min(1160px, calc(100vw - 48px));
  --jp-font-heading:"Sora",system-ui,sans-serif;
  --jp-font-body:"Manrope",system-ui,sans-serif;
  --jp-font-accent:"Instrument Serif",Georgia,serif;
  color:var(--jp-text);
  font-family:var(--jp-font-body);
  background:
    radial-gradient(circle at 12% -5%, rgba(89,226,208,.18), transparent 28%),
    radial-gradient(circle at 88% 0, rgba(212,176,125,.16), transparent 24%),
    linear-gradient(180deg, #050b11 0%, #07131d 32%, #091723 100%);
  line-height:1.72;
}

body.home-premium img{
  background:transparent;
}

body.home-premium .container,
body.home-premium .narrow{
  width:var(--jp-container);
  margin:0 auto;
}

body.home-premium .container{
  max-width:none;
}

body.home-premium h1,
body.home-premium h2,
body.home-premium h3,
body.home-premium h4{
  color:var(--jp-text-strong);
  font-family:var(--jp-font-heading);
  letter-spacing:-.05em;
}

body.home-premium h1{
  margin:0;
  font-size:clamp(3rem, 7vw, 6.6rem);
  line-height:.96;
}

body.home-premium h2{
  margin:0 0 18px;
  font-size:clamp(2rem, 4vw, 3.8rem);
  line-height:1.02;
}

body.home-premium h3{
  margin:0 0 12px;
  font-size:clamp(1.18rem, 1.02rem + .45vw, 1.55rem);
  line-height:1.14;
}

body.home-premium p{
  margin:0;
  color:var(--jp-muted);
}

body.home-premium a{
  color:inherit;
}

body.home-premium .skip-link{
  background:var(--jp-accent);
  color:#081018;
  font-weight:800;
}

body.home-premium .site-header{
  position:sticky;
  top:16px;
  z-index:70;
  width:min(1320px, calc(100vw - 24px));
  margin:16px auto 0;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(8,17,27,.72);
  backdrop-filter:blur(20px);
  box-shadow:0 24px 60px rgba(0,0,0,.22);
}

body.home-premium .site-header.is-scrolled{
  background:rgba(8,17,27,.86);
  border-color:rgba(255,255,255,.12);
  box-shadow:0 28px 70px rgba(0,0,0,.28);
}

body.home-premium .header-inner{
  min-height:78px;
  gap:20px;
}

body.home-premium .brand{
  color:var(--jp-text-strong);
  font-family:var(--jp-font-heading);
  font-weight:700;
}

body.home-premium .brand img{
  width:48px;
  height:48px;
  border-radius:16px;
  box-shadow:none;
  background:rgba(255,255,255,.06);
}

body.home-premium .main-nav{
  gap:10px;
}

body.home-premium .main-nav a{
  padding:10px 16px;
  color:var(--jp-muted-strong);
  border-radius:999px;
  font-weight:700;
}

body.home-premium .main-nav a:hover,
body.home-premium .main-nav a.active{
  color:var(--jp-text-strong);
  background:rgba(255,255,255,.06);
}

body.home-premium .nav-app-link{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
}

body.home-premium .nav-app-link:hover{
  border-color:rgba(89,226,208,.42);
  color:var(--jp-text-strong);
}

body.home-premium .menu-toggle{
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
}

body.home-premium .menu-toggle span{
  background:var(--jp-text-strong);
}

body.home-premium .btn{
  min-height:56px;
  padding:14px 26px;
  border-radius:999px;
  font-weight:800;
  letter-spacing:-.01em;
  box-shadow:none;
}

body.home-premium .btn-primary{
  background:linear-gradient(135deg, #5de3d1 0%, #33c1ff 100%);
  color:#041018;
  border:none;
}

body.home-premium .btn-primary:hover{
  color:#041018;
}

body.home-premium .btn-secondary{
  background:rgba(255,255,255,.06);
  color:var(--jp-text-strong);
  border-color:rgba(255,255,255,.12);
}

body.home-premium .btn-secondary:hover{
  border-color:rgba(89,226,208,.34);
}

body.home-premium .btn-light{
  background:#ffffff;
  color:#07131d;
}

body.home-premium .jp-main{
  overflow:hidden;
}

body.home-premium .jp-hero{
  padding:148px 0 82px;
  position:relative;
}

body.home-premium .jp-hero::before{
  content:"";
  position:absolute;
  inset:80px auto auto -12vw;
  width:min(48vw, 740px);
  height:min(48vw, 740px);
  border-radius:999px;
  background:radial-gradient(circle, rgba(89,226,208,.18), transparent 68%);
  pointer-events:none;
}

body.home-premium .jp-hero::after{
  content:"";
  position:absolute;
  right:-120px;
  top:60px;
  width:440px;
  height:440px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(212,176,125,.18), transparent 72%);
  pointer-events:none;
}

body.home-premium .jp-hero-grid{
  width:var(--jp-container);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(420px, .95fr);
  gap:48px;
  align-items:center;
  position:relative;
  z-index:1;
}

body.home-premium .jp-eyebrow,
body.home-premium .jp-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:var(--jp-accent-2);
  font-size:.77rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.home-premium .jp-eyebrow::before,
body.home-premium .jp-kicker::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--jp-accent);
  box-shadow:0 0 0 6px rgba(89,226,208,.10);
}

body.home-premium .jp-kicker--light{
  background:rgba(255,255,255,.08);
  color:#e5fbf8;
}

body.home-premium .jp-accent-line{
  margin:22px 0 18px;
  max-width:34rem;
  color:#e7edf4;
  font-family:var(--jp-font-accent);
  font-size:clamp(1.3rem, 1.15rem + .65vw, 1.82rem);
  line-height:1.28;
}

body.home-premium .jp-lead{
  max-width:42rem;
  margin-top:22px;
  font-size:clamp(1.05rem, .96rem + .35vw, 1.28rem);
  color:var(--jp-muted-strong);
}

body.home-premium .jp-hero-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

body.home-premium .jp-text-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:56px;
  color:var(--jp-text-strong);
  font-weight:800;
  letter-spacing:-.01em;
}

body.home-premium .jp-text-link::after{
  content:"\2192";
  color:var(--jp-accent-2);
  transition:transform .25s ease;
}

body.home-premium .jp-text-link:hover::after{
  transform:translateX(3px);
}

body.home-premium .jp-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

body.home-premium .jp-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  color:#dce6ef;
  font-size:.95rem;
}

body.home-premium .jp-chip--demo{
  background:rgba(89,226,208,.10);
  border-color:rgba(89,226,208,.18);
  color:#ecfffb;
}

body.home-premium .jp-chip::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--jp-accent), var(--jp-warm));
}

body.home-premium .jp-hero-note{
  max-width:41rem;
  margin-top:28px;
  padding:20px 22px;
  border-radius:var(--jp-radius-md);
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow:var(--jp-shadow-soft);
}

body.home-premium .jp-hero-note strong{
  display:block;
  margin-bottom:8px;
  color:var(--jp-text-strong);
  font-weight:800;
}

body.home-premium .jp-hero-stage{
  position:relative;
  min-height:720px;
  transform-style:preserve-3d;
}

body.home-premium .jp-stage-card{
  position:absolute;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--jp-radius-lg);
  background:linear-gradient(180deg, rgba(12,20,30,.94), rgba(15,27,40,.88));
  box-shadow:var(--jp-shadow);
}

body.home-premium .jp-stage-card img{
  width:100%;
  height:auto;
  display:block;
}

body.home-premium .jp-stage-card--main{
  inset:28px 80px 78px 0;
  padding:18px;
}

body.home-premium .jp-stage-card--floating{
  right:0;
  top:120px;
  width:min(34vw, 390px);
  padding:16px;
}

body.home-premium .jp-stage-card--mobile{
  right:32px;
  bottom:0;
  width:min(18vw, 210px);
  padding:14px;
  z-index:3;
}

body.home-premium .jp-stage-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
  color:#dce8f4;
  font-size:.84rem;
  text-transform:uppercase;
  letter-spacing:.12em;
}

body.home-premium .jp-stage-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(89,226,208,.10);
  color:var(--jp-accent-2);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.home-premium .jp-stage-pill::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--jp-accent);
}

body.home-premium .jp-stage-metric{
  position:absolute;
  z-index:4;
  max-width:200px;
  padding:18px 18px 16px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(18px);
  box-shadow:var(--jp-shadow-soft);
}

body.home-premium .jp-stage-metric strong{
  display:block;
  margin-bottom:6px;
  color:var(--jp-text-strong);
  font-family:var(--jp-font-heading);
  font-size:1.85rem;
}

body.home-premium .jp-stage-metric span{
  color:#d1dce7;
  font-size:.92rem;
  line-height:1.55;
}

body.home-premium .jp-stage-metric--left{
  left:28px;
  bottom:10px;
}

body.home-premium .jp-stage-metric--right{
  right:198px;
  top:34px;
}

body.home-premium .jp-proofband{
  padding:0 0 84px;
}

body.home-premium .jp-proofband-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

body.home-premium .jp-proof{
  padding:24px 22px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow:var(--jp-shadow-soft);
}

body.home-premium .jp-proof strong{
  display:block;
  margin-bottom:10px;
  color:var(--jp-text-strong);
  font-family:var(--jp-font-heading);
  font-size:clamp(2rem, 4vw, 3.1rem);
  line-height:1;
}

body.home-premium .jp-proof span{
  color:var(--jp-muted-strong);
}

body.home-premium .jp-section{
  padding:clamp(88px, 9vw, 124px) 0;
}

body.home-premium .jp-section-head{
  max-width:760px;
  margin-bottom:34px;
}

body.home-premium .jp-section-head p{
  max-width:52rem;
  font-size:1.05rem;
}

body.home-premium .jp-switcher{
  padding:28px;
  border-radius:var(--jp-radius-xl);
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 100% 0, rgba(89,226,208,.10), transparent 22%),
    linear-gradient(180deg, rgba(16,28,43,.94), rgba(12,22,33,.96));
  box-shadow:var(--jp-shadow);
}

body.home-premium .jp-switcher-tabs{
  display:inline-flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:24px;
}

body.home-premium .jp-switcher-tab{
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:var(--jp-muted-strong);
  font-weight:700;
  cursor:pointer;
}

body.home-premium .jp-switcher-tab.is-active{
  background:linear-gradient(135deg, rgba(89,226,208,.18), rgba(51,193,255,.16));
  border-color:rgba(89,226,208,.26);
  color:var(--jp-text-strong);
}

body.home-premium .jp-switcher-panel{
  display:grid;
  grid-template-columns:minmax(0, 1.18fr) minmax(280px, .82fr);
  gap:24px;
  align-items:center;
}

body.home-premium .jp-switcher-visual,
body.home-premium .jp-live-visual{
  padding:16px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}

body.home-premium .jp-switcher-visual img,
body.home-premium .jp-live-visual img{
  width:100%;
  border-radius:20px;
  box-shadow:0 24px 60px rgba(0,0,0,.28);
}

body.home-premium .jp-switcher-visual--mobile{
  display:flex;
  justify-content:center;
}

body.home-premium .jp-switcher-visual--mobile img{
  max-width:280px;
}

body.home-premium .jp-panel-tag{
  display:inline-block;
  margin-bottom:12px;
  color:var(--jp-accent-2);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.home-premium .jp-switcher-copy{
  display:grid;
  gap:16px;
}

body.home-premium .jp-list{
  display:grid;
  gap:12px;
  padding:0;
  margin:0;
  list-style:none;
}

body.home-premium .jp-list li{
  position:relative;
  padding-left:28px;
  color:var(--jp-muted-strong);
}

body.home-premium .jp-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.58rem;
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--jp-accent), var(--jp-warm));
}

body.home-premium .jp-contrast-grid{
  display:grid;
  grid-template-columns:minmax(0, .92fr) minmax(0, 1.08fr);
  gap:24px;
}

body.home-premium .jp-before-card,
body.home-premium .jp-after-card,
body.home-premium .jp-pillar,
body.home-premium .jp-phone-frame,
body.home-premium .jp-live-copy,
body.home-premium .jp-step,
body.home-premium .jp-price-card,
body.home-premium .jp-finalcta-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--jp-shadow-soft);
}

body.home-premium .jp-before-card::after,
body.home-premium .jp-after-card::after,
body.home-premium .jp-pillar::after,
body.home-premium .jp-phone-frame::after,
body.home-premium .jp-live-copy::after,
body.home-premium .jp-step::after,
body.home-premium .jp-price-card::after,
body.home-premium .jp-finalcta-card::after{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg, rgba(89,226,208,.35), rgba(212,176,125,.35), transparent 72%);
}

body.home-premium .jp-before-card,
body.home-premium .jp-after-card{
  padding:30px;
  border-radius:var(--jp-radius-lg);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}

body.home-premium .jp-problem-list{
  display:grid;
  gap:14px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

body.home-premium .jp-problem-list li{
  padding:16px 18px 16px 54px;
  border-radius:20px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:var(--jp-muted-strong);
  position:relative;
}

body.home-premium .jp-problem-list li::before{
  content:"\2013";
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:var(--jp-text-strong);
  font-weight:800;
}

body.home-premium .jp-after-columns{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin-top:24px;
}

body.home-premium .jp-after-columns div{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

body.home-premium .jp-after-columns h3{
  font-size:1rem;
  letter-spacing:-.02em;
}

body.home-premium .jp-pillar-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

body.home-premium .jp-pillar{
  padding:28px;
  border-radius:var(--jp-radius-lg);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
}

body.home-premium .jp-pillar-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin-bottom:22px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:var(--jp-accent-2);
  font-family:var(--jp-font-heading);
  font-weight:800;
}

body.home-premium .jp-owners-grid{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(320px, .7fr);
  gap:34px;
  align-items:center;
}

body.home-premium .jp-owners-copy{
  display:grid;
  gap:18px;
}

body.home-premium .jp-phone-frame{
  justify-self:end;
  width:min(100%, 360px);
  padding:18px;
  border-radius:40px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}

body.home-premium .jp-phone-notch{
  width:38%;
  height:18px;
  margin:0 auto 18px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
}

body.home-premium .jp-phone-frame img{
  border-radius:28px;
  box-shadow:0 26px 70px rgba(0,0,0,.30);
}

body.home-premium .jp-inline-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--jp-text-strong);
  font-weight:800;
}

body.home-premium .jp-inline-link::after{
  content:"\2192";
}

body.home-premium .jp-live-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.02fr) minmax(0, .98fr);
  gap:26px;
  align-items:center;
}

body.home-premium .jp-live-copy{
  padding:30px;
  border-radius:var(--jp-radius-lg);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
}

body.home-premium .jp-vote-card{
  display:grid;
  gap:16px;
  margin:24px 0 20px;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

body.home-premium .jp-vote-row{
  display:grid;
  gap:8px;
}

body.home-premium .jp-vote-row > div:first-child{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  color:var(--jp-muted-strong);
}

body.home-premium .jp-vote-row strong{
  color:var(--jp-text-strong);
}

body.home-premium .jp-vote-line{
  height:10px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.08);
}

body.home-premium .jp-vote-line span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg, var(--jp-accent), #43b7ff);
}

body.home-premium .jp-legal-note{
  color:#c1cfdb;
  font-size:.94rem;
}

body.home-premium .jp-step-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

body.home-premium .jp-step{
  padding:26px;
  border-radius:var(--jp-radius-lg);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
}

body.home-premium .jp-step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  margin-bottom:20px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  color:var(--jp-text-strong);
  font-family:var(--jp-font-heading);
  font-weight:800;
}

body.home-premium .jp-pricing-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:22px;
}

body.home-premium .jp-price-card{
  display:flex;
  flex-direction:column;
  gap:18px;
  min-height:100%;
  padding:28px;
  border-radius:var(--jp-radius-lg);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
}

body.home-premium .jp-price-card--demo{
  background:
    radial-gradient(circle at 0 0, rgba(212,176,125,.14), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border-color:rgba(212,176,125,.20);
}

body.home-premium .jp-price-card--featured{
  background:
    radial-gradient(circle at 100% 0, rgba(89,226,208,.16), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border-color:rgba(89,226,208,.22);
}

body.home-premium .jp-price-top{
  display:grid;
  gap:12px;
}

body.home-premium .jp-price-tag,
body.home-premium .jp-price-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:var(--jp-text-strong);
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.home-premium .jp-price-badge{
  background:rgba(89,226,208,.12);
  color:#dffefa;
}

body.home-premium .jp-price-amount{
  display:flex;
  align-items:flex-end;
  gap:8px;
}

body.home-premium .jp-price-amount strong{
  color:var(--jp-text-strong);
  font-family:var(--jp-font-heading);
  font-size:clamp(2rem, 1.4rem + 1.2vw, 3.1rem);
  line-height:1;
}

body.home-premium .jp-price-amount span{
  color:var(--jp-muted);
  padding-bottom:4px;
}

body.home-premium .jp-price-list{
  display:grid;
  gap:12px;
  padding:0;
  margin:0;
  list-style:none;
}

body.home-premium .jp-price-list li{
  position:relative;
  padding-left:26px;
  color:var(--jp-muted-strong);
}

body.home-premium .jp-price-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.6rem;
  width:9px;
  height:9px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--jp-accent), var(--jp-warm));
}

body.home-premium .jp-price-footer{
  display:grid;
  gap:12px;
  margin-top:auto;
}

body.home-premium .jp-price-footer p{
  font-size:.92rem;
}

body.home-premium .jp-faq-grid{
  display:grid;
  grid-template-columns:minmax(0, .88fr) minmax(0, 1.12fr);
  gap:28px;
  align-items:start;
}

body.home-premium .faq-list{
  display:grid;
  gap:16px;
}

body.home-premium .faq-list details{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  padding:0 22px;
  box-shadow:var(--jp-shadow-soft);
}

body.home-premium .faq-list summary{
  padding:22px 0;
  color:var(--jp-text-strong);
  font-weight:800;
  cursor:pointer;
  list-style:none;
}

body.home-premium .faq-list summary::-webkit-details-marker{
  display:none;
}

body.home-premium .faq-list p{
  padding:0 0 22px;
  color:var(--jp-muted-strong);
}

body.home-premium .jp-finalcta{
  padding-top:56px;
}

body.home-premium .jp-finalcta-card{
  padding:42px;
  border-radius:var(--jp-radius-xl);
  background:
    radial-gradient(circle at 12% 20%, rgba(89,226,208,.18), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(212,176,125,.16), transparent 18%),
    linear-gradient(135deg, rgba(16,28,43,.98), rgba(10,18,28,.98));
  box-shadow:var(--jp-shadow);
}

body.home-premium .jp-finalcta-card h2{
  max-width:14ch;
  margin-top:18px;
}

body.home-premium .jp-finalcta-card p{
  max-width:46rem;
  margin-top:16px;
  color:#d7e0ea;
}

body.home-premium .jp-footer{
  padding:84px 0 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(89,226,208,.14), transparent 22%),
    linear-gradient(180deg, rgba(5,11,17,0) 0%, #050b11 22%, #050b11 100%);
}

body.home-premium .jp-footer-grid{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr .9fr;
  gap:28px;
}

body.home-premium .jp-footer h3{
  margin-bottom:16px;
  font-size:1rem;
  letter-spacing:-.02em;
}

body.home-premium .jp-footer p,
body.home-premium .jp-footer li,
body.home-premium .jp-footer a{
  color:var(--jp-muted);
}

body.home-premium .jp-footer ul{
  display:grid;
  gap:10px;
  padding:0;
  margin:0;
  list-style:none;
}

body.home-premium .jp-footer a:hover{
  color:var(--jp-text-strong);
}

body.home-premium .jp-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-top:34px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
}

body.home-premium .jp-footer-legal{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

body.home-premium .support-fab{
  background:linear-gradient(135deg, rgba(16,28,43,.96), rgba(18,42,59,.96));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 24px 50px rgba(0,0,0,.32);
}

body.home-premium .ai-chat-panel{
  background:rgba(10,18,28,.98);
  color:var(--jp-text);
  border-color:rgba(255,255,255,.12);
}

body.home-premium .ai-chat-header p,
body.home-premium .ai-chat-note{
  color:var(--jp-muted);
}

body.home-premium .ai-chat-bubble{
  background:rgba(255,255,255,.06);
  color:var(--jp-text-strong);
  border-color:rgba(255,255,255,.08);
}

body.home-premium .ai-chat-message--user .ai-chat-bubble{
  background:rgba(89,226,208,.14);
  color:var(--jp-text-strong);
}

body.home-premium .ai-chat-input{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.10);
  color:var(--jp-text-strong);
}

body.home-premium .ai-chat-submit{
  background:linear-gradient(135deg, #5de3d1 0%, #33c1ff 100%);
  color:#05111a;
}

body.home-premium [data-reveal]{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .6s ease, transform .6s ease;
}

body.home-premium [data-reveal].is-visible{
  opacity:1;
  transform:translateY(0);
}

@media (hover:hover){
  body.home-premium .btn:hover,
  body.home-premium .jp-proof:hover,
  body.home-premium .jp-pillar:hover,
  body.home-premium .jp-step:hover,
  body.home-premium .jp-price-card:hover,
  body.home-premium .jp-before-card:hover,
  body.home-premium .jp-after-card:hover{
    transform:translateY(-3px);
  }
}

@media (max-width: 1180px){
  body.home-premium .jp-hero-grid,
  body.home-premium .jp-contrast-grid,
  body.home-premium .jp-owners-grid,
  body.home-premium .jp-live-grid,
  body.home-premium .jp-faq-grid,
  body.home-premium .jp-switcher-panel{
    grid-template-columns:1fr;
  }

  body.home-premium .jp-stage-card--floating{
    width:min(42vw, 420px);
  }

  body.home-premium .jp-stage-metric--right{
    right:40px;
    top:18px;
  }

  body.home-premium .jp-after-columns,
  body.home-premium .jp-pillar-grid,
  body.home-premium .jp-step-grid,
  body.home-premium .jp-pricing-grid,
  body.home-premium .jp-proofband-grid,
  body.home-premium .jp-footer-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  body.home-premium .jp-phone-frame{
    justify-self:start;
  }
}

@media (max-width: 860px){
  body.home-premium .site-header{
    top:10px;
    width:calc(100% - 16px);
    margin-top:10px;
    border-radius:26px;
  }

  body.home-premium .header-inner{
    min-height:72px;
  }

  body.home-premium .main-nav{
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    padding:16px;
    border-radius:24px;
    background:rgba(8,17,27,.96);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:var(--jp-shadow);
  }

  body.home-premium .main-nav.is-open{
    display:flex;
  }

  body.home-premium .main-nav a,
  body.home-premium .nav-app-link,
  body.home-premium .nav-cta{
    width:100%;
    justify-content:center;
    text-align:center;
  }

  body.home-premium .jp-hero{
    padding:118px 0 68px;
  }

  body.home-premium .jp-hero-grid{
    gap:34px;
  }

  body.home-premium .jp-hero-copy{
    text-align:center;
  }

  body.home-premium .jp-accent-line,
  body.home-premium .jp-lead,
  body.home-premium .jp-hero-note{
    margin-left:auto;
    margin-right:auto;
  }

  body.home-premium .jp-hero-actions,
  body.home-premium .jp-chip-row{
    justify-content:center;
  }

  body.home-premium .jp-hero-stage{
    min-height:640px;
    max-width:760px;
    margin:0 auto;
  }

  body.home-premium .jp-stage-card--main{
    inset:18px 36px 90px 0;
  }

  body.home-premium .jp-stage-card--floating{
    width:min(56vw, 380px);
    top:80px;
  }

  body.home-premium .jp-stage-card--mobile{
    width:min(29vw, 200px);
  }

  body.home-premium .jp-stage-metric--right{
    right:18px;
    top:10px;
  }

  body.home-premium .jp-proofband-grid,
  body.home-premium .jp-after-columns,
  body.home-premium .jp-pillar-grid,
  body.home-premium .jp-step-grid,
  body.home-premium .jp-pricing-grid,
  body.home-premium .jp-footer-grid{
    grid-template-columns:1fr;
  }

  body.home-premium .jp-finalcta-card h2{
    max-width:none;
  }
}

@media (max-width: 560px){
  body.home-premium{
    --jp-container:min(100vw - 24px, 100%);
  }

  body.home-premium h1{
    font-size:clamp(2.5rem, 14vw, 3.8rem);
    line-height:1.02;
    max-width:10ch;
    margin-inline:auto;
  }

  body.home-premium h2{
    font-size:clamp(1.82rem, 9vw, 2.55rem);
    line-height:1.08;
  }

  body.home-premium .container,
  body.home-premium .narrow{
    width:calc(100vw - 24px);
  }

  body.home-premium .jp-eyebrow,
  body.home-premium .jp-kicker,
  body.home-premium .jp-chip{
    width:100%;
    justify-content:center;
    text-align:center;
  }

  body.home-premium .jp-hero-actions{
    flex-direction:column;
  }

  body.home-premium .jp-hero-actions .btn,
  body.home-premium .jp-hero-actions .jp-text-link{
    width:100%;
    justify-content:center;
  }

  body.home-premium .jp-hero-stage{
    min-height:520px;
  }

  body.home-premium .jp-stage-card--main{
    inset:18px 0 100px 0;
    padding:14px;
  }

  body.home-premium .jp-stage-card--floating{
    top:auto;
    right:10px;
    bottom:118px;
    width:62vw;
    padding:12px;
  }

  body.home-premium .jp-stage-card--mobile{
    right:0;
    width:40vw;
    padding:10px;
  }

  body.home-premium .jp-stage-metric{
    max-width:148px;
    padding:14px;
  }

  body.home-premium .jp-stage-metric--left{
    left:10px;
    bottom:0;
  }

  body.home-premium .jp-stage-metric--right{
    top:0;
    right:0;
  }

  body.home-premium .jp-switcher,
  body.home-premium .jp-before-card,
  body.home-premium .jp-after-card,
  body.home-premium .jp-pillar,
  body.home-premium .jp-live-copy,
  body.home-premium .jp-step,
  body.home-premium .jp-price-card,
  body.home-premium .jp-phone-frame,
  body.home-premium .jp-finalcta-card,
  body.home-premium .faq-list details{
    padding-left:20px;
    padding-right:20px;
  }

  body.home-premium .jp-switcher-tabs{
    display:grid;
    grid-template-columns:1fr;
  }

  body.home-premium .jp-switcher-tab{
    width:100%;
  }

  body.home-premium .jp-switcher-panel{
    gap:18px;
  }

  body.home-premium .jp-phone-frame{
    width:min(100%, 320px);
  }

  body.home-premium .jp-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  body.home-premium .support-fab{
    right:12px;
    left:12px;
    width:auto;
    bottom:12px;
  }
}

@media (prefers-reduced-motion: reduce){
  body.home-premium [data-reveal]{
    opacity:1;
    transform:none;
  }
}
