/* WorkWatch Landing Page */
:root{
  --bg:#061224;
  --bg2:#081b33;
  --navy:#07172d;
  --card:#ffffff;
  --muted:#64748b;
  --text:#0f172a;
  --white:#fff;
  --blue:#0b6dff;
  --blue2:#18a0ff;
  --line:#e5edf8;
  --shadow:0 24px 80px rgba(15, 36, 76, .14);
  --radius:24px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
  color:var(--text);
  background:#f7fbff;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--container), calc(100% - 40px));margin:0 auto}
.section-dark{background:var(--bg);color:var(--white)}
.section-light{background:#f7fbff}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(6, 18, 36, .82);
  backdrop-filter: blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav-wrap{
  height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  font-size:24px;
  letter-spacing:-.04em;
}
.brand-mark{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:linear-gradient(135deg,#3b82f6,#0b5cff);
  box-shadow:0 10px 30px rgba(11,109,255,.35);
  color:#fff;
  font-weight:900;
}
.nav-menu{
  display:flex;
  align-items:center;
  gap:38px;
  color:rgba(255,255,255,.84);
  font-weight:700;
}
.nav-menu a{transition:.2s ease}
.nav-menu a:hover{color:#fff}
.nav-toggle{display:none}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 22px;
  border-radius:12px;
  font-weight:800;
  border:1px solid transparent;
  cursor:pointer;
  transition:.2s ease;
  white-space:nowrap;
}
.btn-primary{
  background:linear-gradient(135deg,var(--blue),#147cff);
  color:#fff;
  box-shadow:0 14px 30px rgba(11,109,255,.28);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(11,109,255,.35)}
.btn-ghost{
  color:#fff;
  border-color:rgba(255,255,255,.38);
  background:rgba(255,255,255,.06);
}
.btn-ghost:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.btn-lg{min-height:54px;padding:0 30px;border-radius:14px;font-size:17px}
.btn-full{width:100%;margin-top:22px}
.hero{
  position:relative;
  overflow:hidden;
  padding:72px 0 86px;
}
.hero-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 18%, rgba(24,160,255,.28), transparent 34%),
    radial-gradient(circle at 18% 25%, rgba(11,109,255,.25), transparent 31%),
    linear-gradient(135deg,#061224 0%,#071b34 55%,#0a2747 100%);
}
.hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);
}
.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 1.12fr;
  gap:52px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(24,160,255,.12);
  color:#b9dcff;
  border:1px solid rgba(24,160,255,.24);
  font-size:13px;
  font-weight:800;
  margin-bottom:20px;
}
.hero h1{
  margin:0;
  font-size:clamp(40px,5vw,66px);
  line-height:1.08;
  letter-spacing:-.06em;
}
.hero h1 span{
  display:block;
  background:linear-gradient(90deg,#4db5ff,#0b6dff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-sub{
  max-width:640px;
  margin:24px 0 0;
  font-size:19px;
  color:rgba(255,255,255,.78);
}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:34px}
.chips{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}
.chips span{
  padding:10px 15px;
  border-radius:14px;
  color:#dcecff;
  border:1px solid rgba(125,192,255,.28);
  background:rgba(255,255,255,.05);
  font-weight:800;
  font-size:14px;
}
.hero-visual{
  position:relative;
  min-height:510px;
}
.visual-orb{
  position:absolute;
  border-radius:999px;
  filter:blur(20px);
  opacity:.45;
}
.orb-1{width:220px;height:220px;background:#0b6dff;right:20%;top:0}
.orb-2{width:180px;height:180px;background:#18a0ff;left:8%;bottom:10%}
.laptop{
  position:absolute;
  width:76%;
  left:0;
  bottom:44px;
  transform:perspective(1200px) rotateY(-8deg) rotateX(4deg);
}
.laptop-screen{
  display:grid;
  grid-template-columns:92px 1fr;
  height:330px;
  border-radius:22px;
  padding:12px;
  background:#0c1a30;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 28px 85px rgba(0,0,0,.45);
  overflow:hidden;
}
.laptop-base{
  height:22px;
  width:86%;
  margin:0 auto;
  background:linear-gradient(180deg,#d8e3f0,#8aa1b9);
  border-radius:0 0 28px 28px;
}
.mini-sidebar{
  padding:14px 11px;
  background:#07162a;
  border-radius:16px;
  color:#fff;
}
.mini-sidebar b{font-size:11px;display:block;margin-bottom:20px}
.mini-sidebar i{
  display:block;
  height:8px;
  width:64px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  margin:13px 0;
}
.mini-main{
  background:#f8fbff;
  border-radius:18px;
  margin-left:12px;
  padding:16px;
  overflow:hidden;
}
.mini-top{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.mini-top div{
  background:#fff;
  border:1px solid #edf2fa;
  border-radius:12px;
  padding:12px;
  box-shadow:0 10px 28px rgba(30,64,175,.06);
}
.mini-top small{display:block;color:#667085;font-weight:700;font-size:10px}
.mini-top strong{display:block;color:#16a34a;font-size:25px;line-height:1;margin-top:6px}
.mini-top .orange{color:#f97316}.mini-top .blue{color:#2563eb}.mini-top .gray{color:#334155}
.mini-table{margin-top:18px;background:#fff;border-radius:14px;border:1px solid #edf2fa;overflow:hidden}
.mini-table div{
  display:grid;
  grid-template-columns:70px 1fr 90px;
  gap:10px;
  align-items:center;
  padding:11px 12px;
  border-bottom:1px solid #edf2fa;
  font-size:12px;
}
.mini-table div:last-child{border-bottom:0}
.mini-table em{font-style:normal;color:#64748b;text-align:right}
.tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 8px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}
.tag.green{background:#dcfce7;color:#15803d}
.tag.amber{background:#ffedd5;color:#c2410c}
.tag.red{background:#fee2e2;color:#b91c1c}
.tag.gray{background:#e2e8f0;color:#475569}
.phone-card{
  position:absolute;
  right:0;
  bottom:20px;
  width:260px;
  min-height:420px;
  border-radius:34px;
  padding:16px;
  background:linear-gradient(180deg,#f8fbff,#eaf2ff);
  box-shadow:0 34px 95px rgba(0,0,0,.45);
  border:8px solid #0c1a30;
}
.phone-head{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 4px 16px;
  color:#0f172a;
}
.phone-head span{
  width:30px;
  height:30px;
  border-radius:50%;
  background:linear-gradient(135deg,#0b6dff,#18a0ff);
}
.tg-msg{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 10px;
  border-radius:18px;
  background:#fff;
  margin-bottom:11px;
  box-shadow:0 10px 25px rgba(15,36,76,.09);
}
.tg-msg i,.circle{
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-style:normal;
  font-weight:900;
}
.tg-msg b{display:block;font-size:13px;color:#0f172a}
.tg-msg small{display:block;font-size:11px;color:#64748b;margin-top:2px}
.green-msg i,.circle.green{background:#22c55e}.orange-msg i,.circle.orange{background:#f97316}.blue-msg i,.circle.blue{background:#0b6dff}.red-msg i,.circle.red{background:#ef4444}
.pain,.features,.showcase,.steps,.pricing-faq{padding:82px 0}
.pain-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:36px;
  align-items:center;
}
.section-title{text-align:center;margin-bottom:36px}
.section-title.left{text-align:left;margin-bottom:26px}
.section-title h2{
  margin:0;
  font-size:clamp(30px,3.2vw,44px);
  line-height:1.18;
  letter-spacing:-.04em;
}
.section-title h2 span{color:#0b6dff}
.section-title p{
  margin:12px auto 0;
  max-width:720px;
  color:var(--muted);
  font-size:17px;
}
.section-title.left p{margin-left:0}
.pain-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.small-card,.feature-card,.step-card,.price-card,.dashboard-card,.telegram-panel,.faq-list details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.small-card{padding:24px}
.small-card h3,.feature-card h3,.step-card h3{margin:14px 0 8px;font-size:20px}
.small-card p,.feature-card p,.step-card p{margin:0;color:var(--muted)}
.icon,.feature-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:16px;
  font-size:22px;
  font-weight:900;
}
.icon.red{background:#fff1f2}.icon.orange{background:#fff7ed}.icon.purple{background:#f5f3ff}
.solution-bar{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:32px;
  padding:18px 24px;
  border-radius:999px;
  background:linear-gradient(90deg,#eef7ff,#f8fbff);
  border:1px solid #cfe7ff;
  color:#0b336a;
  text-align:center;
}
.solution-bar span{font-size:24px}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}
.feature-card{
  padding:28px 18px;
  text-align:center;
  min-height:218px;
}
.feature-icon{
  margin:0 auto;
  color:#0b6dff;
  background:#eef6ff;
}
.showcase-grid{
  display:grid;
  grid-template-columns:1.25fr .9fr;
  gap:22px;
  align-items:stretch;
}
.dashboard-card,.telegram-panel{
  position:relative;
  padding:22px;
}
.mock-label{
  display:inline-flex;
  padding:7px 13px;
  border-radius:999px;
  color:#fff;
  background:#0b6dff;
  font-weight:900;
  font-size:13px;
  margin-bottom:14px;
}
.dash-layout{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:16px;
  min-height:388px;
}
.dash-side{
  border-radius:18px;
  background:#07172d;
  color:rgba(255,255,255,.72);
  padding:18px 16px;
}
.dash-side b{
  color:#fff;
  display:block;
  margin-bottom:16px;
}
.dash-side span{
  display:block;
  padding:8px 0;
  font-size:13px;
}
.dash-main{min-width:0}
.kpis{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.kpis div{
  padding:14px;
  border-radius:16px;
  background:#f8fbff;
  border:1px solid #eaf1fb;
}
.kpis small{display:block;color:#64748b;font-weight:800;font-size:12px}
.kpis strong{font-size:28px;color:#0b6dff}
.dash-main h3{margin:18px 0 10px}
.table-mock{
  overflow:hidden;
  border:1px solid #eaf1fb;
  border-radius:16px;
}
.table-mock > div{
  display:grid;
  grid-template-columns:.8fr .8fr .8fr 1fr 1fr;
  gap:10px;
  align-items:center;
  padding:11px 12px;
  border-bottom:1px solid #eaf1fb;
  font-size:13px;
}
.table-mock > div:last-child{border-bottom:0}
.table-mock .thead{
  background:#f8fbff;
  color:#64748b;
  font-weight:900;
}
.telegram-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 0 18px;
  border-bottom:1px solid #eaf1fb;
}
.tg-avatar{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;
  background:#0b6dff;color:#fff;font-weight:900;
}
.telegram-head small{display:block;color:#64748b}
.telegram-list{padding-top:10px}
.tg-row{
  display:grid;
  grid-template-columns:36px 1fr 44px;
  gap:10px;
  align-items:center;
  padding:16px 0;
  border-bottom:1px solid #eaf1fb;
}
.tg-row:last-child{border-bottom:0}
.tg-row b{display:block}
.tg-row p{margin:3px 0 0;color:#64748b;font-size:13px}
.tg-row em{font-style:normal;color:#94a3b8;font-size:12px;text-align:right}
.showcase-note{
  text-align:center;
  color:#0b336a;
  font-weight:900;
  margin:24px 0 0;
}
.anti-cheat{
  padding:78px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(24,160,255,.18), transparent 34%),
    linear-gradient(135deg,#061224,#082445);
}
.anti-grid{
  display:grid;
  grid-template-columns:1.55fr .8fr;
  gap:38px;
  align-items:center;
}
.anti-left h2{margin:0 0 32px;font-size:38px;letter-spacing:-.04em}
.flow{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
  gap:12px;
  align-items:center;
}
.flow-step{
  text-align:center;
}
.flow-step i{
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  border-radius:50%;
  background:linear-gradient(180deg,#fff,#ddecff);
  font-style:normal;
  font-size:32px;
  box-shadow:0 18px 36px rgba(11,109,255,.18);
}
.flow-step b{display:block;font-size:17px}
.flow-step span{display:block;color:rgba(255,255,255,.68);font-size:13px;margin-top:4px}
.flow-arrow{color:#7ec7ff;font-size:28px;font-weight:900}
.check-list{
  list-style:none;
  padding:0;
  margin:0 0 22px;
}
.check-list li{
  position:relative;
  padding:9px 0 9px 36px;
  color:#e6f2ff;
  font-weight:800;
}
.check-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:8px;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0b6dff;
}
.compliance-box{
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  padding:24px;
  background:rgba(255,255,255,.06);
}
.compliance-box b{font-size:20px}
.compliance-box p{color:rgba(255,255,255,.72);margin:8px 0 0}
.steps-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.step-card{
  position:relative;
  padding:26px;
}
.step-card span{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#0b6dff;
  color:#fff;
  font-weight:900;
}
.pricing-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:72px;
  align-items:start;
}
.price-card{overflow:hidden;max-width:420px}
.price-head{
  padding:30px;
  text-align:center;
  color:#fff;
  background:linear-gradient(135deg,#0b6dff,#18a0ff);
}
.price-head small{
  display:block;
  font-weight:900;
  opacity:.86;
}
.price-head strong{
  display:block;
  font-size:56px;
  letter-spacing:-.06em;
  line-height:1;
  margin-top:10px;
}
.price-head span{font-size:22px;letter-spacing:0}
.price-body{padding:28px}
.two-col{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 20px;
}
.two-col li{font-weight:800;color:#334155}
.two-col li:before{
  content:"✓";
  color:#16a34a;
  margin-right:8px;
  font-weight:900;
}
.price-body p{text-align:center;color:#64748b;margin:18px 0 0}
.faq-list{
  display:grid;
  gap:14px;
}
.faq-list details{
  padding:0 22px;
}
.faq-list summary{
  padding:20px 0;
  cursor:pointer;
  font-weight:900;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:18px;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"⌄";font-size:18px;color:#0b6dff}
.faq-list details[open] summary:after{content:"⌃"}
.faq-list p{
  margin:0 0 20px;
  color:#64748b;
}
.final-cta{
  padding:44px 0 56px;
  background:#f7fbff;
}
.cta-card{
  position:relative;
  overflow:hidden;
  min-height:250px;
  display:grid;
  grid-template-columns:320px 1fr 170px;
  gap:34px;
  align-items:center;
  padding:34px;
  border-radius:28px;
  background:
    radial-gradient(circle at 88% 36%, rgba(24,160,255,.28), transparent 24%),
    linear-gradient(135deg,#061224,#082747);
  box-shadow:0 30px 80px rgba(8,36,69,.2);
}
.operator-visual{
  position:relative;
  height:180px;
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(135deg,#0f2744,#07172d);
}
.operator{
  position:absolute;
  left:44px;bottom:0;
  width:95px;height:135px;
  border-radius:54px 54px 10px 10px;
  background:linear-gradient(180deg,#213b5d,#0b1d34);
}
.operator:before{
  content:"";
  position:absolute;
  top:-34px;left:24px;
  width:48px;height:48px;
  border-radius:50%;
  background:#d7b08d;
}
.operator:after{
  content:"";
  position:absolute;
  top:-44px;left:16px;
  width:58px;height:35px;
  border-radius:50% 50% 35% 35%;
  background:#14243b;
}
.monitor{
  position:absolute;
  border-radius:10px;
  background:linear-gradient(180deg,#143c6f,#07172d);
  border:1px solid rgba(126,199,255,.28);
  box-shadow:0 10px 28px rgba(0,0,0,.25);
}
.monitor:before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:7px;
  background:
    linear-gradient(90deg,rgba(126,199,255,.5) 30%,transparent 31%),
    linear-gradient(180deg,transparent 54%,rgba(126,199,255,.32) 55%);
  opacity:.7;
}
.monitor-one{right:58px;top:28px;width:118px;height:76px}
.monitor-two{right:18px;top:88px;width:140px;height:82px}
.cta-copy h2{margin:0;font-size:34px;line-height:1.18;letter-spacing:-.04em;color:#fff}
.cta-copy p{margin:14px 0 0;color:rgba(255,255,255,.72)}
.shield-glow{
  width:128px;height:128px;
  display:grid;place-items:center;
  justify-self:center;
  border-radius:32px;
  color:#fff;
  font-size:54px;
  font-weight:900;
  background:linear-gradient(135deg,#0b6dff,#18a0ff);
  box-shadow:0 0 50px rgba(24,160,255,.45);
  border:1px solid rgba(255,255,255,.22);
}
.site-footer{
  padding:22px 0;
  background:#f7fbff;
  color:#64748b;
}
.footer-inner{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
  font-size:14px;
}
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}

@media (max-width: 1080px){
  .hero-grid,.pain-grid,.showcase-grid,.anti-grid,.pricing-grid,.cta-card{grid-template-columns:1fr}
  .hero-visual{min-height:520px}
  .feature-grid{grid-template-columns:repeat(3,1fr)}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .flow{grid-template-columns:1fr;gap:20px}
  .flow-arrow{display:none}
  .cta-card{gap:24px}
  .shield-glow{display:none}
}
@media (max-width: 760px){
  .container{width:min(100% - 28px, var(--container))}
  .nav-toggle{
    display:grid;
    gap:5px;
    border:0;
    background:transparent;
    padding:8px;
    cursor:pointer;
  }
  .nav-toggle span{
    display:block;
    width:25px;
    height:2px;
    border-radius:999px;
    background:#fff;
  }
  .nav-menu{
    position:absolute;
    left:14px;
    right:14px;
    top:72px;
    display:none;
    flex-direction:column;
    gap:0;
    padding:12px;
    border-radius:18px;
    background:#07172d;
    border:1px solid rgba(255,255,255,.12);
  }
  .nav-menu.is-open{display:flex}
  .nav-menu a{width:100%;padding:14px 12px}
  .nav-cta{display:none}
  .hero{padding:48px 0 60px}
  .hero-actions .btn{width:100%}
  .chips span{flex:1 1 auto;text-align:center}
  .hero-visual{min-height:430px}
  .laptop{width:92%;bottom:78px}
  .laptop-screen{height:250px;grid-template-columns:70px 1fr}
  .mini-sidebar i{width:42px}
  .mini-top{grid-template-columns:repeat(2,1fr)}
  .mini-table div{grid-template-columns:56px 1fr;gap:8px}
  .mini-table em{display:none}
  .phone-card{width:210px;right:0;bottom:0;min-height:318px;border-width:6px}
  .pain,.features,.showcase,.steps,.pricing-faq{padding:58px 0}
  .pain-cards,.feature-grid,.steps-grid{grid-template-columns:1fr}
  .solution-bar{border-radius:22px;align-items:flex-start;text-align:left}
  .dash-layout{grid-template-columns:1fr}
  .dash-side{display:none}
  .kpis{grid-template-columns:repeat(2,1fr)}
  .table-mock{overflow:auto}
  .table-mock > div{min-width:580px}
  .anti-cheat{padding:56px 0}
  .pricing-grid{gap:42px}
  .price-card{max-width:none}
  .two-col{grid-template-columns:1fr}
  .cta-card{padding:24px}
  .operator-visual{height:140px}
  .cta-copy h2{font-size:28px}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .btn:hover{transform:none}
}

/* Screenshot timeline highlight */
.eyebrow.light{
  background:#eef6ff;
  color:#0b5cff;
  border-color:#cfe7ff;
}
.timeline-feature{
  padding:82px 0;
  background:linear-gradient(180deg,#f7fbff 0%,#eef6ff 100%);
}
.timeline-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:center;
}
.timeline-copy h2{
  margin:0;
  font-size:clamp(32px,3.4vw,48px);
  line-height:1.15;
  letter-spacing:-.045em;
}
.timeline-copy p{
  margin:18px 0 20px;
  color:#64748b;
  font-size:17px;
}
.light-list li{
  color:#18324f;
}
.light-list li:before{
  background:#0b6dff;
  color:#fff;
}
.timeline-mock{
  padding:24px;
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:28px;
  box-shadow:0 24px 80px rgba(15,36,76,.14);
}
.screen-preview{
  overflow:hidden;
  border-radius:22px;
  border:1px solid #dbeafe;
  background:#07172d;
}
.preview-top{
  display:flex;
  gap:8px;
  padding:14px;
  background:#0d223d;
}
.preview-top span{
  width:11px;
  height:11px;
  border-radius:50%;
  background:#60a5fa;
  opacity:.85;
}
.preview-body{
  display:grid;
  grid-template-columns:132px 1fr;
  min-height:330px;
}
.preview-sidebar{
  padding:18px 14px;
  background:#091a31;
  color:#fff;
}
.preview-sidebar b{
  display:block;
  margin-bottom:14px;
}
.preview-sidebar em{
  display:block;
  font-style:normal;
  margin:8px 0;
  padding:8px 10px;
  border-radius:10px;
  color:rgba(255,255,255,.7);
  background:rgba(255,255,255,.05);
}
.preview-sidebar em.active{
  background:#0b6dff;
  color:#fff;
  font-weight:900;
}
.preview-main{
  position:relative;
  padding:24px;
  background:
    linear-gradient(135deg,rgba(11,109,255,.16),transparent 45%),
    #f8fbff;
}
.desktop-window{
  position:absolute;
  border-radius:18px;
  background:#fff;
  border:1px solid #dbeafe;
  box-shadow:0 18px 42px rgba(15,36,76,.13);
}
.desktop-window.large{
  left:28px;
  top:28px;
  right:36px;
  height:160px;
}
.desktop-window.large:before{
  content:"";
  position:absolute;
  left:22px;
  top:24px;
  width:48%;
  height:12px;
  border-radius:999px;
  background:#bfdbfe;
  box-shadow:0 28px 0 #dbeafe, 0 56px 0 #eaf2ff;
}
.desktop-window.small{
  width:36%;
  height:72px;
  bottom:62px;
}
.desktop-window.small.one{left:28px;}
.desktop-window.small.two{right:36px;}
.preview-caption{
  position:absolute;
  left:28px;
  right:36px;
  bottom:22px;
  padding:10px 14px;
  border-radius:12px;
  background:#0b6dff;
  color:#fff;
  font-weight:900;
  font-size:13px;
}
.timeline-tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}
.timeline-tags span{
  padding:9px 13px;
  border-radius:999px;
  background:#eef6ff;
  color:#0b5cff;
  font-weight:900;
  border:1px solid #cfe7ff;
}
@media (max-width:1080px){
  .timeline-grid{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .timeline-feature{padding:58px 0;}
  .preview-body{grid-template-columns:1fr;}
  .preview-sidebar{
    display:flex;
    gap:8px;
    overflow:auto;
  }
  .preview-sidebar b{display:none;}
  .preview-sidebar em{
    min-width:72px;
    text-align:center;
  }
  .preview-main{min-height:260px;}
}

/* Font/color fix for screenshot timeline and customer-facing subtitles */
.timeline-feature{
  background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%) !important;
}
.timeline-feature .timeline-copy,
.timeline-feature .timeline-copy h2,
.timeline-feature .timeline-copy p,
.timeline-feature .timeline-copy li{
  opacity:1 !important;
}
.timeline-feature .eyebrow.light{
  color:#0b5cff !important;
  background:#eaf3ff !important;
  border:1px solid #bfdbfe !important;
  font-weight:900 !important;
}
.timeline-feature .timeline-copy h2{
  color:#0f172a !important;
  font-weight:900 !important;
}
.timeline-feature .timeline-copy p{
  color:#334155 !important;
  font-weight:600 !important;
}
.timeline-feature .check-list.light-list li{
  color:#1e293b !important;
  font-weight:800 !important;
  text-shadow:none !important;
}
.timeline-feature .check-list.light-list li:before{
  background:#2563eb !important;
  color:#fff !important;
  box-shadow:0 8px 18px rgba(37,99,235,.24);
}
.timeline-feature .timeline-mock{
  display:block !important;
  background:#fff !important;
}
.pricing-faq .section-title p{
  color:#475569 !important;
  font-weight:600 !important;
  font-size:17px !important;
}

/* Two-plan pricing layout */
.pricing-layout{
  display:grid;
  grid-template-columns:1.35fr .95fr;
  gap:44px;
  align-items:start;
}
.plans-wrap{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.plan-card{
  position:relative;
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:28px;
  padding:26px;
  box-shadow:0 24px 80px rgba(15,36,76,.12);
}
.plan-card-featured{
  border:2px solid #3b82f6;
  box-shadow:0 30px 95px rgba(37,99,235,.18);
}
.plan-badge{
  display:inline-flex;
  padding:7px 13px;
  border-radius:999px;
  background:#eef6ff;
  color:#0b5cff;
  font-weight:900;
  font-size:13px;
}
.plan-card-featured .plan-badge{
  background:#0b6dff;
  color:#fff;
}
.plan-head h3{
  margin:18px 0 8px;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.035em;
  color:#0f172a;
}
.plan-head p{
  margin:0;
  min-height:54px;
  color:#475569;
  font-weight:600;
}
.plan-price{
  margin:22px 0;
  font-size:48px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.06em;
  color:#0b6dff;
}
.plan-price span{
  font-size:20px;
  letter-spacing:0;
  color:#64748b;
}
.plan-price.custom{
  font-size:40px;
  color:#0f172a;
}
.plan-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}
.plan-list li{
  position:relative;
  padding-left:28px;
  color:#1e293b;
  font-weight:800;
}
.plan-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#16a34a;
  font-weight:950;
}
.plan-card .btn-full{
  margin-top:24px;
}
@media (max-width:1080px){
  .pricing-layout{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  .plans-wrap{
    grid-template-columns:1fr;
  }
  .plan-head p{
    min-height:auto;
  }
  .plan-price{
    font-size:42px;
  }
}

/* Plan card interaction fix */
.plan-card,
.plan-card-featured{
  border:1px solid #dbeafe !important;
  box-shadow:0 24px 80px rgba(15,36,76,.12) !important;
  cursor:pointer;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.plan-card:hover,
.plan-card-featured:hover{
  transform:translateY(-6px);
  border-color:#3b82f6 !important;
  box-shadow:0 32px 95px rgba(37,99,235,.20) !important;
}
.plan-card-featured .plan-badge{
  background:#eef6ff !important;
  color:#0b5cff !important;
}
.plan-card:hover .plan-badge,
.plan-card-featured:hover .plan-badge{
  background:#0b6dff !important;
  color:#fff !important;
}

/* Workflow positioning section */
.workflow{
  padding:82px 0;
  background:linear-gradient(180deg,#f8fbff 0%,#eef6ff 100%);
}
.workflow-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.workflow-card{
  position:relative;
  padding:30px;
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:28px;
  box-shadow:0 24px 80px rgba(15,36,76,.12);
}
.workflow-num{
  position:absolute;
  top:22px;
  right:24px;
  font-size:34px;
  font-weight:950;
  color:#dbeafe;
  letter-spacing:-.06em;
}
.workflow-card h3{
  margin:18px 0 10px;
  font-size:24px;
  color:#0f172a;
  letter-spacing:-.035em;
}
.workflow-card p{
  margin:0 0 18px;
  color:#475569;
  font-weight:600;
}
.workflow-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.workflow-card li{
  position:relative;
  padding-left:26px;
  color:#1e293b;
  font-weight:800;
}
.workflow-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:#16a34a;
  font-weight:950;
}
.workflow-compare{
  margin-top:28px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:22px;
  padding:24px;
  border-radius:28px;
  background:#07172d;
  color:#fff;
  box-shadow:0 24px 80px rgba(15,36,76,.16);
}
.workflow-compare div{
  padding:20px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}
.workflow-compare h3{
  margin:0 0 8px;
  font-size:22px;
}
.workflow-compare p{
  margin:0;
  color:rgba(255,255,255,.72);
}
.workflow-compare strong{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#0b6dff;
  color:#fff;
}
@media (max-width:1080px){
  .workflow-grid,
  .workflow-compare{
    grid-template-columns:1fr;
  }
  .workflow-compare strong{
    margin:auto;
  }
}
@media (max-width:760px){
  .workflow{
    padding:58px 0;
  }
}

/* Hero pain question highlight */
.hero .eyebrow{
  display:inline-flex !important;
  align-items:center;
  gap:8px;
  padding:12px 20px !important;
  border-radius:999px !important;
  font-size:20px !important;
  line-height:1.2 !important;
  font-weight:950 !important;
  color:#ffffff !important;
  background:linear-gradient(135deg,rgba(37,99,235,.95),rgba(96,165,250,.75)) !important;
  border:1px solid rgba(147,197,253,.55) !important;
  box-shadow:0 16px 42px rgba(37,99,235,.35) !important;
  letter-spacing:-.02em;
  margin-bottom:26px !important;
}

.hero .eyebrow:before{
  content:"?";
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#ffffff;
  color:#2563eb;
  font-weight:950;
  font-size:16px;
}

@media (max-width:760px){
  .hero .eyebrow{
    font-size:16px !important;
    padding:10px 15px !important;
  }
}

/* Hero title readability fix */
.hero-title-tight{
  max-width:720px;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
}
.hero-title-tight span{
  display:inline-block;
  margin-top:8px;
}
.hero-copy .hero-sub{
  max-width:690px;
  font-size:20px;
  line-height:1.75;
}
@media (max-width:760px){
  .hero-title-tight{
    line-height:1.05 !important;
  }
  .hero-copy .hero-sub{
    font-size:16px;
  }
}

/* Force clean two-line hero title */
.hero-title-clean{
  margin:0 0 24px !important;
  max-width:820px !important;
  line-height:1.04 !important;
  letter-spacing:-.055em !important;
  font-weight:950 !important;
}

.hero-title-clean span{
  display:block !important;
  white-space:nowrap !important;
}

.hero-title-clean .line-white{
  color:#ffffff !important;
  font-size:clamp(54px,5.5vw,82px) !important;
}

.hero-title-clean .line-blue{
  color:#60a5ff !important;
  font-size:clamp(50px,5.2vw,76px) !important;
}

@media (max-width:900px){
  .hero-title-clean span{
    white-space:normal !important;
  }
  .hero-title-clean .line-white,
  .hero-title-clean .line-blue{
    font-size:clamp(42px,10vw,62px) !important;
  }
}

/* Unified core positioning */
.core-position-bar{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  max-width:760px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(147,197,253,.22);
  box-shadow:0 18px 48px rgba(15,36,76,.18);
  color:#dbeafe;
  font-weight:850;
}
.core-position-bar b{
  color:#ffffff;
  margin-right:2px;
}
.core-position-bar span{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(37,99,235,.18);
  border:1px solid rgba(147,197,253,.24);
  color:#eef6ff;
  font-size:14px;
  line-height:1;
  white-space:nowrap;
}
@media (max-width:760px){
  .core-position-bar{
    padding:12px;
    gap:8px;
  }
  .core-position-bar span{
    font-size:12px;
  }
}




/* Hero referral card - right bottom */
.hero-visual{
  position:relative;
}

.hero-referral-card{
  position:absolute;
  right:0;
  bottom:-92px;
  width:min(620px, 100%);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px;
  border-radius:22px;
  border:1px solid rgba(120,160,255,.32);
  background:
    radial-gradient(circle at 15% 50%, rgba(245,158,11,.22), transparent 28%),
    linear-gradient(135deg, rgba(24,41,80,.96), rgba(18,33,66,.92));
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  backdrop-filter:blur(14px);
}

.hero-referral-badge{
  flex:0 0 auto;
  padding:8px 11px;
  border-radius:999px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
  font-size:13px;
  font-weight:1000;
  box-shadow:0 10px 24px rgba(245,158,11,.26);
}

.hero-referral-main{
  min-width:0;
  flex:1;
}

.hero-referral-main b{
  display:block;
  color:#fff;
  font-size:17px;
  line-height:1.25;
  margin-bottom:4px;
}

.hero-referral-main span{
  display:block;
  color:rgba(226,237,255,.78);
  font-size:13px;
  line-height:1.45;
}

.hero-referral-link{
  flex:0 0 auto;
  text-decoration:none;
  color:#fff;
  font-size:13px;
  font-weight:900;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(79,124,255,.92);
  box-shadow:0 12px 28px rgba(65,105,255,.30);
}

.hero.section-dark{
  padding-bottom:120px;
}

@media (max-width: 980px){
  .hero-referral-card{
    position:static;
    width:100%;
    margin-top:22px;
    flex-direction:column;
    align-items:flex-start;
  }

  .hero.section-dark{
    padding-bottom:70px;
  }
}

/* Hero referral card - final position */
.top-referral-strip{
  display:none !important;
}

.hero.section-dark{
  position:relative;
  padding-bottom:145px;
}

.hero-referral-card{
  position:absolute;
  right:max(32px, calc((100vw - 1180px) / 2));
  bottom:44px;
  width:min(620px, calc(100vw - 64px));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:17px 20px;
  border-radius:24px;
  border:1px solid rgba(130,170,255,.34);
  background:
    radial-gradient(circle at 16% 50%, rgba(245,158,11,.22), transparent 30%),
    linear-gradient(135deg, rgba(20,36,72,.96), rgba(15,30,62,.94));
  box-shadow:0 26px 70px rgba(0,0,0,.34);
  backdrop-filter:blur(14px);
  z-index:5;
}

.hero-referral-badge{
  flex:0 0 auto;
  padding:8px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
  font-size:13px;
  font-weight:1000;
  box-shadow:0 10px 28px rgba(245,158,11,.28);
}

.hero-referral-text{
  min-width:0;
  flex:1;
}

.hero-referral-text b{
  display:block;
  color:#fff;
  font-size:18px;
  line-height:1.25;
  margin-bottom:4px;
}

.hero-referral-text span{
  display:block;
  color:rgba(226,237,255,.78);
  font-size:13px;
  line-height:1.45;
}

.hero-referral-btn{
  flex:0 0 auto;
  text-decoration:none;
  color:#fff;
  font-size:13px;
  font-weight:900;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(79,124,255,.94);
  box-shadow:0 12px 30px rgba(65,105,255,.32);
}

@media (max-width: 980px){
  .hero.section-dark{
    padding-bottom:80px;
  }

  .hero-referral-card{
    position:static;
    width:auto;
    margin:24px 24px 0;
    flex-direction:column;
    align-items:flex-start;
  }
}

/* Remove hero eyebrow question icon */
.eyebrow::before{
  display:none !important;
  content:none !important;
}

.eyebrow{
  padding-left:22px !important;
}

/* Free bot plan section */
.free-bot-section{
  padding:86px 0;
}

.free-bot-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:34px;
}

.free-bot-card{
  position:relative;
  padding:30px;
  border-radius:28px;
  border:1px solid rgba(36,74,160,.14);
  background:#fff;
  box-shadow:0 24px 70px rgba(15,23,42,.08);
}

.free-bot-card.pro{
  background:linear-gradient(135deg,#101b34,#172957);
  color:#fff;
  border-color:rgba(120,160,255,.28);
}

.free-bot-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#eaf2ff;
  color:#2457d6;
  font-weight:900;
  font-size:13px;
  margin-bottom:16px;
}

.free-bot-badge.pro{
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
}

.free-bot-card h3{
  margin:0 0 10px;
  font-size:26px;
  letter-spacing:-.03em;
}

.free-bot-card p{
  color:#64748b;
  line-height:1.8;
  margin:0 0 18px;
}

.free-bot-card.pro p{
  color:rgba(226,237,255,.78);
}

.free-bot-card ul{
  display:grid;
  gap:10px;
  margin:0 0 24px;
  padding:0;
  list-style:none;
}

.free-bot-card li{
  position:relative;
  padding-left:24px;
  color:#334155;
  line-height:1.6;
}

.free-bot-card.pro li{
  color:rgba(248,250,252,.88);
}

.free-bot-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#2563eb;
  font-weight:900;
}

.free-bot-card.pro li::before{
  color:#fbbf24;
}

@media(max-width:900px){
  .free-bot-grid{
    grid-template-columns:1fr;
  }
}

/* Home free vs pro plan compare */
.home-plan-compare{
  padding:88px 0;
  background:linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%);
}

.plan-compare-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
  margin-top:36px;
}

.plan-compare-card{
  padding:32px;
  border-radius:30px;
  border:1px solid rgba(36,74,160,.14);
  background:#fff;
  box-shadow:0 26px 80px rgba(15,23,42,.08);
}

.plan-compare-card.pro{
  background:linear-gradient(135deg,#101b34,#172957);
  border-color:rgba(120,160,255,.30);
  color:#fff;
}

.plan-pill{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:#eaf2ff;
  color:#2457d6;
  font-size:13px;
  font-weight:1000;
  margin-bottom:16px;
}

.plan-pill.pro{
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
}

.plan-compare-card h3{
  margin:0 0 10px;
  font-size:28px;
  letter-spacing:-.03em;
}

.plan-compare-card p{
  margin:0 0 20px;
  color:#64748b;
  line-height:1.8;
}

.plan-compare-card.pro p{
  color:rgba(226,237,255,.78);
}

.plan-compare-card ul{
  list-style:none;
  padding:0;
  margin:0 0 24px;
  display:grid;
  gap:10px;
}

.plan-compare-card li{
  position:relative;
  padding-left:25px;
  color:#334155;
  line-height:1.6;
}

.plan-compare-card.pro li{
  color:rgba(248,250,252,.90);
}

.plan-compare-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#2563eb;
  font-weight:1000;
}

.plan-compare-card.pro li::before{
  color:#fbbf24;
}

.chip-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:inherit;
}

@media(max-width:900px){
  .plan-compare-grid{
    grid-template-columns:1fr;
  }
}

/* Fix free bot section hidden after anchor jump */
.free-bot-section .reveal,
.free-bot-section .delay-1,
.home-plan-compare .reveal,
.home-plan-compare .delay-1{
  opacity:1 !important;
  transform:none !important;
  visibility:visible !important;
}

/* Free bot cards hover animation */
.free-bot-card{
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}

.free-bot-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 32px 90px rgba(15,23,42,.14);
  border-color: rgba(79,124,255,.28);
}

.free-bot-card.pro:hover{
  box-shadow: 0 34px 96px rgba(15,23,42,.30);
  border-color: rgba(140,170,255,.42);
}

/* Home plan compare cards hover animation */
.plan-compare-card{
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}

.plan-compare-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 34px 96px rgba(15,23,42,.16);
  border-color: rgba(79,124,255,.30);
}

.plan-compare-card.pro:hover{
  box-shadow: 0 36px 100px rgba(15,23,42,.34);
  border-color: rgba(140,170,255,.46);
}

/* Force home free/pro cards hover above reveal override */
.home-plan-compare .plan-compare-card,
.free-bot-section .free-bot-card{
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
  will-change: transform;
}

.home-plan-compare .plan-compare-card:hover,
.home-plan-compare .plan-compare-card.reveal:hover,
.free-bot-section .free-bot-card:hover,
.free-bot-section .free-bot-card.reveal:hover{
  transform: translate3d(0,-10px,0) !important;
  box-shadow: 0 36px 100px rgba(15,23,42,.18) !important;
  border-color: rgba(79,124,255,.34) !important;
}

.home-plan-compare .plan-compare-card.pro:hover,
.home-plan-compare .plan-compare-card.pro.reveal:hover,
.free-bot-section .free-bot-card.pro:hover,
.free-bot-section .free-bot-card.pro.reveal:hover{
  transform: translate3d(0,-10px,0) !important;
  box-shadow: 0 38px 110px rgba(15,23,42,.36) !important;
  border-color: rgba(140,170,255,.48) !important;
}

/* Homepage hero title balance */
.hero-title-clean{
  max-width:900px !important;
  line-height:1.02 !important;
  letter-spacing:-0.06em !important;
}

.hero-title-clean .line-white{
  font-size:clamp(50px,4.85vw,76px) !important;
  white-space:nowrap !important;
}

.hero-title-clean .line-blue{
  font-size:clamp(50px,4.85vw,76px) !important;
  white-space:nowrap !important;
}

.hero-copy .hero-sub{
  max-width:720px !important;
  font-size:19px !important;
  line-height:1.75 !important;
}

@media (max-width:1100px){
  .hero-title-clean .line-white,
  .hero-title-clean .line-blue{
    white-space:normal !important;
    font-size:clamp(42px,8vw,62px) !important;
  }
}

@media (max-width:760px){
  .hero-title-clean{
    letter-spacing:-0.045em !important;
  }
  .hero-copy .hero-sub{
    font-size:16px !important;
  }
}

/* Homepage hero title 3-line fix */
.hero-title-3line{
  max-width:760px !important;
  line-height:.98 !important;
  letter-spacing:-0.055em !important;
  margin-bottom:26px !important;
}

.hero-title-3line span{
  display:block !important;
  white-space:nowrap !important;
}

.hero-title-3line .line-white{
  color:#ffffff !important;
  font-size:clamp(50px,4.7vw,72px) !important;
}

.hero-title-3line .line-white-sub{
  margin-top:2px !important;
}

.hero-title-3line .line-blue{
  margin-top:6px !important;
  color:#60a5ff !important;
  font-size:clamp(48px,4.55vw,68px) !important;
}

.hero-copy{
  position:relative;
  z-index:3;
}

.hero-grid > *:last-child{
  position:relative;
  z-index:2;
  transform:translateX(18px) scale(.96);
}

@media (max-width:1100px){
  .hero-title-3line span{
    white-space:normal !important;
  }

  .hero-title-3line .line-white,
  .hero-title-3line .line-blue{
    font-size:clamp(40px,8vw,60px) !important;
  }

  .hero-grid > *:last-child{
    transform:none;
  }
}

@media (max-width:760px){
  .hero-title-3line{
    max-width:100% !important;
    line-height:1.05 !important;
  }
}

/* Homepage hero spacing refinement */
.hero .eyebrow{
  margin-bottom:34px !important;
}

.hero-title-3line{
  line-height:1.12 !important;
  margin-bottom:34px !important;
}

.hero-title-3line .line-white-sub{
  margin-top:10px !important;
}

.hero-title-3line .line-blue{
  margin-top:14px !important;
}

.hero-copy .hero-sub{
  margin-top:0 !important;
  margin-bottom:32px !important;
  line-height:1.85 !important;
}

.hero-actions{
  margin-top:8px !important;
  margin-bottom:24px !important;
}

.core-position-bar{
  margin-top:18px !important;
}

.hero .referral-strip,
.hero .reward-strip,
.referral-strip,
.reward-strip{
  margin-top:34px !important;
}

@media (max-width:760px){
  .hero-title-3line{
    line-height:1.16 !important;
    margin-bottom:26px !important;
  }

  .hero-title-3line .line-white-sub{
    margin-top:6px !important;
  }

  .hero-title-3line .line-blue{
    margin-top:8px !important;
  }

  .hero-copy .hero-sub{
    line-height:1.75 !important;
    margin-bottom:24px !important;
  }
}
