:root{
  --blue:#2563eb;
  --blue-dark:#1747b5;
  --blue-soft:#eaf2ff;
  --ink:#0b1220;
  --muted:#687385;
  --line:#e8edf3;
  --bg:#ffffff;
  --section:#f8fafc;
  --shadow:0 18px 45px rgba(20,39,75,.10);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

/* Top demo strip */
.demo-bar{height:44px;background:#0b0e14;color:#9aa3b1;display:flex;align-items:center;justify-content:space-between;padding:0 22px;font-size:10px;gap:20px}
.demo-brand{display:flex;align-items:center;gap:6px}.demo-brand b{color:#fff}.mini-logo{display:grid;place-items:center;width:18px;height:18px;border-radius:5px;background:var(--blue);color:#fff;font-size:10px}
.demo-tabs{display:flex;gap:5px}.demo-tab{padding:6px 12px;border-radius:5px;background:#1b2230}.demo-tab.active{background:var(--blue);color:#fff}
.theme-switch{display:flex;background:#18202c;border-radius:6px;padding:2px}.theme-switch span{padding:5px 9px}.theme-switch .selected{background:var(--blue);color:#fff;border-radius:4px}

/* Navigation */
.site-header{height:76px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center}
.nav{display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{display:flex;align-items:center;gap:9px;min-width:max-content}
.logo-mark{display:grid;place-items:center;width:200px;height:35px;border-radius:8px;color:#fff;font-weight:800}.logo-text{font-size:13px;font-weight:800;line-height:1}.logo-text small{display:block;color:var(--blue);font-size:7px;letter-spacing:1.5px;margin-top:3px}
.main-nav{display:flex;gap:28px;margin-left:auto}.main-nav a,.login{font-size:12px;color:#667085}.main-nav a:hover,.login:hover{color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:13px 20px;border-radius:9px;font-size:12px;font-weight:700;transition:.2s}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 18px rgba(37,99,235,.22)}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.btn-outline{background:#fff;border:1px solid #dce2e9;color:#394150}.btn-outline:hover{border-color:var(--blue);color:var(--blue)}.btn.small{padding:10px 15px;font-size:11px}
.menu-toggle{display:none;border:0;background:none;padding:5px}.menu-toggle span{display:block;width:22px;height:2px;background:var(--ink);margin:4px}

/* Hero */
.hero{background:radial-gradient(circle at 75% 35%,#eef5ff 0,#fff 55%);padding:66px 0 80px}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:55px}
.trust-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:30px;background:var(--blue-soft);color:var(--blue);font-size:10px;font-weight:700;margin-bottom:18px}
.hero h1{font-size:clamp(43px,5vw,70px);line-height:1.04;letter-spacing:-3px;margin:0 0 19px;font-weight:800}
.hero h1 span,.section-intro h2 span,.work h2 span,.cta h2 span{color:var(--blue)}
.hero-text{max-width:560px;color:var(--muted);font-size:14px;line-height:1.75;margin:0 0 25px}
.hero-buttons{display:flex;gap:10px;margin-bottom:23px}.rating-row{display:flex;flex-wrap:wrap;gap:8px}.rating-row span{font-size:9px;border:1px solid var(--line);border-radius:20px;padding:6px 9px;color:#687385;background:#fff}
.hero-visual{min-width:0}.hero-image-card{position:relative;border-radius:18px;overflow:visible;box-shadow:var(--shadow)}
.hero-image-card>img{display:block;width:100%;height:390px;object-fit:cover;border-radius:18px}
.floating-card{position:absolute;background:#fff;border-radius:10px;box-shadow:0 10px 30px rgba(20,30,50,.16);display:flex;align-items:center}
.delivered{left:-14px;bottom:-13px;padding:10px 13px;gap:8px}.delivered small,.delivered b{display:block;font-size:8px}.delivered small{color:#8993a1}.status-icon{display:grid;place-items:center;width:19px;height:19px;background:#dcfce7;color:#16a34a;border-radius:5px;font-size:12px}
.satisfaction{right:-10px;top:-10px;padding:9px 13px;display:block}.satisfaction strong{display:block;color:var(--blue);font-size:16px}.satisfaction span{font-size:8px;color:#777}

/* Trusted */
.trusted{background:#f8fafc;border-top:1px solid #f0f2f5;border-bottom:1px solid #f0f2f5;padding:27px 0}
.trusted p{text-align:center;color:#a0a7b2;font-size:8px;letter-spacing:1.5px;margin:0 0 14px;font-weight:700}.brand-list{display:flex;justify-content:center;gap:45px;flex-wrap:wrap;color:#9ba3af;font-weight:800;font-size:12px}

/* Difference */
.difference{padding:75px 0 95px}.section-intro{max-width:720px}.eyebrow{font-size:8px;letter-spacing:1.4px;color:var(--blue);font-weight:800}.section-intro h2{font-size:40px;line-height:1.06;letter-spacing:-1.5px;margin:8px 0 15px}.section-intro>p{color:var(--muted);font-size:12px;max-width:680px;margin-bottom:20px}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:45px}.feature-card{border:1px solid #edf0f4;border-radius:12px;padding:20px;min-height:125px;transition:.2s}.feature-card:hover{box-shadow:0 10px 30px rgba(20,39,75,.07);border-color:#d9e5ff}.feature-icon{font-size:19px;margin-bottom:8px}.feature-card h3{font-size:11px;margin:0 0 5px}.feature-card p{font-size:9px;color:#7a8493;margin:0;line-height:1.6}

/* Work */
.work{background:#f8fafc;padding:75px 0 90px;text-align:center;border-top:1px solid #f0f2f5}.centered{display:block}.work h2{font-size:40px;line-height:1.1;letter-spacing:-1.5px;margin:8px 0 9px}.work> .container>p{font-size:11px;color:#788291;margin:0}.work-placeholder{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:35px;text-align:left}.work-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px;min-height:150px}.work-card span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--blue-soft);color:var(--blue);font-weight:800;margin-bottom:18px}.work-card b,.work-card small{display:block}.work-card b{font-size:13px}.work-card small{font-size:10px;color:var(--muted);margin-top:3px}

/* CTA/footer */
.cta{padding:70px 0}.cta-box{background:linear-gradient(120deg,#f2f6ff,#fff);border:1px solid #dce7ff;border-radius:20px;padding:45px 55px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:32px;line-height:1.1;margin:7px 0 0;letter-spacing:-1px}
footer{border-top:1px solid var(--line);padding:25px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-inner p{font-size:10px;color:#7a8493}

/* Responsive */
@media(max-width:900px){
  .main-nav{display:none}.nav-actions{margin-left:auto}.menu-toggle{display:block;order:3}.hero-grid{grid-template-columns:1fr;gap:45px}.hero{padding-top:45px}.hero-copy{max-width:760px}.hero-image-card>img{height:400px}
}
@media(max-width:650px){
  .container{width:min(100% - 24px,1180px)}
  .demo-bar{height:36px;padding:0 10px}.demo-brand span:not(.mini-logo),.demo-tabs .demo-tab:not(.active){display:none}.theme-switch span:first-child{display:none}
  .site-header{height:64px}.nav-actions{display:none}.menu-toggle{display:block}
  .main-nav.open{display:flex;position:absolute;z-index:20;left:12px;right:12px;top:100px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;padding:15px;flex-direction:column;gap:15px}.main-nav.open a{font-size:13px}
  .hero{padding:38px 0 60px}.hero h1{font-size:45px;letter-spacing:-2.5px}.hero-text{font-size:12px}.hero-buttons{flex-wrap:wrap}.hero-buttons .btn{flex:1;min-width:145px}.rating-row span{font-size:8px}
  .hero-image-card>img{height:270px}.delivered{left:8px;bottom:-12px}.satisfaction{right:8px;top:-10px}
  .trusted{padding:23px 0}.brand-list{gap:15px 25px;font-size:10px}
  .difference{padding:60px 0 70px}.section-intro h2,.work h2{font-size:32px}.section-intro>p{font-size:11px}.feature-grid{grid-template-columns:1fr;margin-top:30px}.feature-card{min-height:0;padding:18px}
  .work{padding:60px 0}.work-placeholder{grid-template-columns:1fr}.desktop-only{display:none}
  .cta{padding:50px 0}.cta-box{padding:30px 24px;display:block}.cta h2{font-size:27px;margin-bottom:22px}
  .footer-inner{flex-direction:column;align-items:flex-start}.footer-inner p{margin:0}
}
@media(min-width:651px) and (max-width:1100px){
  .hero h1{font-size:50px}.hero-grid{gap:30px}.main-nav{gap:15px}
}
