
:root{
    --ink:#0f172a;
    --muted:#64748b;
    --primary:#4f46e5;
    --primary-dark:#3730a3;
    --cyan:#06b6d4;
    --soft:#f6f7fb;
    --line:#e5e7eb;
}
html{scroll-behavior:smooth}
body{
    color:var(--ink);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{text-decoration:none}
.sales-nav{
    background:rgba(11,17,32,.88);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(255,255,255,.07);
}
.brand-icon{
    width:34px;height:34px;border-radius:10px;
    display:inline-grid;place-items:center;
    background:linear-gradient(135deg,var(--primary),var(--cyan));
}
.hero{
    position:relative;
    overflow:hidden;
    background:
      radial-gradient(circle at 78% 18%,rgba(79,70,229,.25),transparent 34%),
      radial-gradient(circle at 18% 80%,rgba(6,182,212,.10),transparent 27%),
      linear-gradient(135deg,#09111f,#111827 58%,#0f172a);
}
.hero:after{
    content:"";
    position:absolute;inset:0;
    pointer-events:none;
    background-image:
      linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
    background-size:44px 44px;
}
.hero-orb{
    position:absolute;border-radius:50%;filter:blur(85px);opacity:.28;
}
.orb-one{width:420px;height:420px;background:#4f46e5;right:-130px;top:120px}
.orb-two{width:320px;height:320px;background:#06b6d4;left:-140px;bottom:20px}
.eyebrow{
    text-transform:uppercase;
    letter-spacing:.13em;
    font-weight:800;
    font-size:.77rem;
}
.hero h1{line-height:1.02;letter-spacing:-.045em}
.gradient-text{
    background:linear-gradient(90deg,#a5b4fc,#67e8f9);
    color:transparent;
    -webkit-background-clip:text;
    background-clip:text;
}
.hero-copy{max-width:670px}
.hero-points{display:flex;gap:20px;flex-wrap:wrap;color:rgba(255,255,255,.72)}
.product-stage{position:relative;min-height:540px}
.desktop-mock{
    position:absolute;right:0;top:30px;width:min(100%,650px);
    background:#fff;border-radius:20px;overflow:hidden;
    transform:perspective(1300px) rotateY(-4deg) rotateX(2deg);
}
.mock-browserbar{
    height:44px;background:#edf0f5;display:flex;gap:15px;align-items:center;padding:0 14px;
}
.browser-dots{display:flex;gap:5px}
.browser-dots i{width:9px;height:9px;border-radius:50%;background:#cbd5e1}
.browser-url{
    flex:1;height:25px;background:#fff;border-radius:8px;
    color:#94a3b8;font-size:.7rem;display:grid;place-items:center;
}
.mock-app{display:flex;background:#f8fafc;min-height:390px}
.mock-side{
    width:62px;background:#111827;padding:15px 11px;
    display:flex;flex-direction:column;align-items:center;gap:18px;
}
.mock-logo{
    width:34px;height:34px;border-radius:10px;background:#4f46e5;color:#fff;
    display:grid;place-items:center;font-weight:800;
}
.mock-side span{width:30px;height:6px;border-radius:8px;background:#374151}
.mock-side span.active{background:#818cf8}
.mock-content{padding:24px;flex:1}
.mock-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.mock-head small,.mock-day{
    color:#94a3b8;font-size:.67rem;letter-spacing:.08em;font-weight:800;text-transform:uppercase;
}
.mock-head h3{margin:2px 0 0;font-weight:800}
.approved{
    padding:7px 10px;border-radius:99px;background:#dcfce7;color:#166534;font-size:.72rem;font-weight:800;
}
.mock-panel{
    border:1px solid var(--line);border-radius:14px;background:#fff;padding:15px;height:100%;
}
.topic-panel{background:linear-gradient(145deg,#eef2ff,#ecfeff)}
.task-row{display:flex;gap:10px;margin-top:14px}
.task-dot{width:8px;height:8px;border-radius:50%;background:#6366f1;margin-top:7px}
.task-copy strong{display:block;font-size:.84rem}
.task-copy small{color:#94a3b8}
.topic{
    background:rgba(255,255,255,.8);border-radius:9px;
    padding:8px 9px;margin-top:10px;font-size:.72rem;font-weight:700;
}
.mock-summary{
    display:flex;justify-content:space-between;align-items:center;
    border-top:1px solid var(--line);margin-top:20px;padding-top:17px;
}
.mock-summary small{display:block;color:#94a3b8;font-size:.65rem;font-weight:800}
.mock-summary strong{font-size:1.25rem}
.summary-check{
    width:38px;height:38px;border-radius:50%;background:#dcfce7;color:#166534;
    display:grid;place-items:center;font-weight:900;
}
.phone-mock{
    position:absolute;left:-15px;bottom:-10px;width:185px;height:375px;
    background:#0f172a;border:7px solid #1f2937;border-radius:34px;padding:10px;z-index:2;
}
.phone-top{
    position:absolute;top:0;left:50%;transform:translateX(-50%);
    width:78px;height:17px;background:#111827;border-radius:0 0 13px 13px;
}
.phone-body{
    height:100%;border-radius:24px;background:linear-gradient(#f8fafc,#eef2ff);padding:29px 10px 12px;
}
.phone-title{font-weight:800;margin-bottom:18px}
.phone-item{
    background:#fff;border-radius:12px;padding:11px;margin-bottom:9px;box-shadow:0 5px 18px rgba(15,23,42,.06);
}
.phone-item small{display:block;color:#94a3b8;text-transform:uppercase;font-size:.6rem}
.phone-item strong{display:block;font-size:.76rem;margin:3px 0}
.phone-item span{font-size:.68rem;color:#4f46e5}
.phone-plus{
    width:38px;height:38px;border-radius:50%;background:#4f46e5;color:#fff;
    display:grid;place-items:center;font-size:1.25rem;margin:18px auto 0;
}
.trust-strip{padding:24px 0;border-bottom:1px solid var(--line)}
.trust-title{
    color:#94a3b8;font-size:.72rem;letter-spacing:.11em;font-weight:800;text-transform:uppercase;
}
.section{padding:100px 0}
.bg-light-soft{background:var(--soft)}
.section-head{max-width:780px}
.benefit{
    background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;
    box-shadow:0 10px 35px rgba(15,23,42,.04);
}
.benefit-number{font-size:.75rem;font-weight:900;letter-spacing:.12em;color:#4f46e5;margin-bottom:20px}
.benefit h3,.feature h3,.audience-card h3{font-size:1.18rem;font-weight:800}
.benefit p,.feature p,.audience-card p{color:var(--muted);margin-bottom:0}
.feature{
    border:1px solid var(--line);border-radius:20px;padding:27px;
    transition:.25s ease;background:#fff;
}
.feature:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(15,23,42,.09)}
.feature-icon{
    width:48px;height:48px;border-radius:14px;
    display:grid;place-items:center;margin-bottom:18px;
    background:linear-gradient(145deg,#eef2ff,#ecfeff);
    color:#4338ca;font-size:1.25rem;font-weight:800;
}
.demo-section{
    background:
      radial-gradient(circle at 88% 10%,rgba(79,70,229,.3),transparent 28%),
      linear-gradient(135deg,#0b1120,#111827);
}
.process{
    padding:30px;border:1px solid rgba(255,255,255,.12);
    border-radius:24px;background:rgba(255,255,255,.05);
}
.process-item{display:flex;gap:16px;align-items:flex-start}
.process-item span{
    width:42px;height:42px;flex:0 0 42px;border-radius:13px;
    display:grid;place-items:center;background:#fff;color:#111827;font-weight:900;
}
.process-item strong{display:block;color:#fff;font-size:1.05rem}
.process-item p{color:rgba(255,255,255,.58);margin:3px 0 0}
.process-line{height:24px;border-left:1px dashed rgba(255,255,255,.24);margin-left:21px}
.audience-card{
    border:1px solid var(--line);border-radius:22px;padding:30px;background:#fff;
}
.audience-card.featured{
    background:linear-gradient(145deg,#111827,#172033);
    color:#fff;border-color:#1f2937;
}
.audience-card.featured p,.audience-card.featured li{color:#cbd5e1}
.audience-badge{
    display:inline-block;padding:6px 9px;border-radius:99px;background:#eef2ff;
    color:#4338ca;font-size:.72rem;font-weight:800;margin-bottom:18px;
}
.audience-card ul{margin:20px 0 0;padding-left:20px;color:var(--muted)}
.audience-card li{margin-bottom:7px}
.sales-cta{
    border:1px solid #dbeafe;border-radius:28px;padding:48px;
    background:radial-gradient(circle at 90% 10%,#e0e7ff,transparent 35%),#fff;
    box-shadow:0 20px 60px rgba(15,23,42,.07);
}
.faq{max-width:850px;border:1px solid var(--line);border-radius:20px;overflow:hidden}
.accordion-button{font-weight:800;padding:22px}
.accordion-body{color:var(--muted);padding:0 22px 22px}
.footer{padding:38px 0;background:#0b1120;color:#fff}
.footer a{color:#a5b4fc}
.heart{color:#fb7185}
@media(max-width:991.98px){
    .hero .min-vh-100{min-height:auto!important;padding-top:120px!important;padding-bottom:90px!important}
    .product-stage{min-height:500px}
    .desktop-mock{position:relative;top:0;transform:none}
    .phone-mock{left:5px;bottom:-35px}
}
@media(max-width:767.98px){
    .section{padding:72px 0}
    .hero h1{font-size:3rem}
    .product-stage{min-height:420px}
    .phone-mock{width:150px;height:310px}
    .mock-side{width:46px}
    .mock-content{padding:16px}
    .topic-panel{display:none}
    .mock-app .col-7{width:100%}
    .sales-cta{padding:30px}
}
@media(max-width:480px){
    .hero h1{font-size:2.5rem}
    .phone-mock{display:none}
    .product-stage{min-height:auto}
    .mock-browserbar{display:none}
    .desktop-mock{width:100%}
}
