*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Inter','SF Pro Text',-apple-system,BlinkMacSystemFont,sans-serif;color:#0A0A0B;background:#fff;line-height:1.55;letter-spacing:-0.011em}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:0}
:root{
  --ink:#0A0A0B; --ink-soft:#1a1a1c;
  --paper:#ffffff; --paper-soft:#f7f7f8;
  --line:#E6E6E8;
  --muted:#6b6b73;
  --muted-2:#9a9aa3;
  --red:#FF3B30;
  --red-hover:#e83329;
  --max:1240px;
}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}
@media(min-width:1024px){.wrap{padding:0 40px}}
nav.top{position:sticky;top:0;z-index:50;background:rgba(255,255,255,0.85);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line)}
nav.top .row{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{font-weight:800;letter-spacing:-0.03em;font-size:20px;color:var(--ink)}
.brand .dot{color:var(--red)}
.nav-links{display:none;gap:32px}
@media(min-width:900px){.nav-links{display:flex}}
.nav-links a{color:var(--ink);font-size:14px;font-weight:500;opacity:0.7;transition:opacity .15s}
.nav-links a:hover{opacity:1}
.nav-cta{display:flex;align-items:center;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:700;border-radius:10px;transition:transform .15s ease, background .15s ease, opacity .15s ease;font-size:15px;line-height:1;white-space:nowrap}
.btn-primary{background:var(--red);color:#fff;padding:14px 22px}
.btn-primary:hover{background:var(--red-hover);transform:translateY(-1px)}
.btn-primary.lg{padding:18px 28px;font-size:16px}
.btn-ghost{background:transparent;color:var(--ink);padding:14px 20px;border:1px solid var(--line)}
.btn-ghost:hover{background:var(--paper-soft)}
.btn-ghost-dark{background:transparent;color:#fff;padding:18px 26px;border:1px solid rgba(255,255,255,0.2)}
.btn-ghost-dark:hover{background:rgba(255,255,255,0.08)}
.btn-link{color:var(--ink);font-weight:600;font-size:15px;display:inline-flex;align-items:center;gap:4px}
.btn-link:hover{color:var(--red)}
.btn-link.on-dark{color:#fff}.btn-link.on-dark:hover{color:var(--red)}
section.hero{padding:64px 0 0;background:#fff;overflow:hidden}
@media(min-width:900px){section.hero{padding:96px 0 0}}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:20px}
.hero-eyebrow .live-dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(255,59,48,0.18);animation:pulse 1.6s ease-in-out infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 0 4px rgba(255,59,48,0.18)}50%{box-shadow:0 0 0 8px rgba(255,59,48,0)}}
.hero h1{font-size:clamp(2.5rem,6.5vw,5.25rem);font-weight:800;line-height:0.98;letter-spacing:-0.035em;color:var(--ink);margin-bottom:24px}
.hero h1 em{font-style:normal;color:var(--red)}
.hero-sub{font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.5;color:var(--muted);max-width:42ch;margin-bottom:36px}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}
.hero-meta{display:flex;flex-wrap:wrap;gap:8px 22px;font-size:13px;color:var(--muted);align-items:center}
.hero-meta span{display:inline-flex;align-items:center;gap:6px}
.hero-meta svg{flex-shrink:0}
.browser{background:#fff;border-radius:14px;box-shadow:0 30px 80px -20px rgba(10,10,11,0.25), 0 8px 24px -8px rgba(10,10,11,0.10);overflow:hidden;border:1px solid var(--line)}
.browser-bar{display:flex;align-items:center;gap:8px;padding:11px 14px;background:#f3f3f5;border-bottom:1px solid var(--line)}
.browser-bar .tl{display:flex;gap:6px}
.browser-bar .tl span{width:11px;height:11px;border-radius:50%}
.browser-bar .tl span:nth-child(1){background:#FF5F57}
.browser-bar .tl span:nth-child(2){background:#FEBC2E}
.browser-bar .tl span:nth-child(3){background:#28C840}
.browser-bar .url{flex:1;text-align:center;color:#6b6b73;font-size:12px;font-weight:500;background:#fff;border-radius:6px;padding:5px 12px;margin:0 60px;max-width:340px;display:flex;align-items:center;justify-content:center;gap:6px}
.browser-bar .url svg{flex-shrink:0;opacity:0.7}
.browser-bar .live{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:0.05em;background:rgba(255,59,48,0.08);padding:4px 10px;border-radius:999px}
.browser-bar .live .ld{width:6px;height:6px;border-radius:50%;background:var(--red);animation:pulse 1.6s ease-in-out infinite}
.browser-body{position:relative;background:#fff}
.browser-body img{width:100%;display:block}
section{padding:88px 0}
@media(min-width:900px){section{padding:120px 0}}
section.dark{background:var(--ink);color:#fff}
section.dark .eyebrow{color:rgba(255,255,255,0.55)}
section.dark .title{color:#fff}
section.dark .sub{color:rgba(255,255,255,0.65)}
.eyebrow{font-size:13px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:16px;display:inline-flex;align-items:center;gap:8px}
.title{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.05;letter-spacing:-0.025em;color:var(--ink);margin-bottom:18px;max-width:24ch}
.sub{font-size:clamp(1rem,1.2vw,1.15rem);color:var(--muted);line-height:1.55;max-width:60ch;margin-bottom:48px}
.feature{display:grid;gap:48px;align-items:center;margin-bottom:120px}
.feature:last-child{margin-bottom:0}
@media(min-width:1024px){.feature{grid-template-columns:1fr 1fr;gap:80px}}
.feature.reverse>div:first-child{order:2}
@media(max-width:1023px){.feature.reverse>div:first-child{order:initial}}
.feature-text h3{font-size:clamp(1.65rem,2.5vw,2.4rem);font-weight:800;line-height:1.1;letter-spacing:-0.02em;margin-bottom:16px}
.feature-text p{font-size:17px;line-height:1.6;color:var(--muted);max-width:50ch}
.feature-list{margin-top:24px;display:flex;flex-direction:column;gap:14px}
.feature-list li{list-style:none;font-size:15px;font-weight:500;display:flex;align-items:flex-start;gap:10px;color:var(--ink)}
.feature-list li svg{flex-shrink:0;margin-top:3px}
section.dark .feature-list li{color:#fff}
.photo-band{position:relative;background:var(--ink);color:#fff;overflow:hidden}
.photo-band .photo-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:grayscale(100%) contrast(1.1) brightness(0.45);opacity:0.55}
.photo-band::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,11,0.5) 0%,rgba(10,10,11,0.85) 100%)}
.photo-band .wrap{position:relative;z-index:2}
.pricing{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:48px}
@media(min-width:800px){.pricing{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1100px){.pricing{grid-template-columns:repeat(4,1fr)}}
.plan{background:#fff;padding:36px 32px;display:flex;flex-direction:column;gap:16px;position:relative}
.plan.featured{background:var(--ink);color:#fff}
.plan.featured .plan-name{color:#fff}
.plan.featured .plan-price{color:#fff}
.plan.featured .plan-feat{color:rgba(255,255,255,0.85)}
.plan.featured .plan-sub{color:rgba(255,255,255,0.55)}
.plan-tag{position:absolute;top:18px;right:18px;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;background:var(--red);color:#fff;letter-spacing:0.04em;text-transform:uppercase}
.plan-name{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--ink)}
.plan-price{font-size:42px;font-weight:800;letter-spacing:-0.03em;color:var(--ink)}
.plan-price small{font-size:14px;font-weight:600;color:var(--muted);margin-left:4px}
.plan-sub{font-size:13px;color:var(--muted);line-height:1.5;margin-bottom:8px}
.plan-feats{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:14px;flex:1}
.plan-feat{display:flex;align-items:flex-start;gap:8px;color:var(--ink);line-height:1.5}
.plan-feat svg{flex-shrink:0;margin-top:3px}
.plan .btn{margin-top:auto;justify-content:center;width:100%}
.cta-section{text-align:center;background:#fff;padding:120px 24px}
.cta-section .title{margin-left:auto;margin-right:auto}
.cta-section .sub{margin-left:auto;margin-right:auto;margin-bottom:36px}
.cta-section .hero-ctas{justify-content:center}
footer{background:var(--ink);color:#fff;padding:64px 0 36px}
.foot-grid{display:grid;gap:48px;margin-bottom:48px}
@media(min-width:900px){.foot-grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.foot-brand{font-size:32px;font-weight:800;letter-spacing:-0.03em;color:#fff;margin-bottom:12px}
.foot-brand .dot{color:var(--red)}
.foot-tag{color:rgba(255,255,255,0.55);font-size:14px;max-width:32ch;margin-bottom:20px;line-height:1.5}
.foot-col h5{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:rgba(255,255,255,0.45);margin-bottom:18px}
.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}
.foot-col a{color:rgba(255,255,255,0.75);font-size:14px;font-weight:500}
.foot-col a:hover{color:#fff}
.foot-bottom{padding-top:32px;border-top:1px solid rgba(255,255,255,0.08);display:flex;flex-direction:column;gap:16px;justify-content:space-between;align-items:flex-start;font-size:13px;color:rgba(255,255,255,0.5)}
@media(min-width:700px){.foot-bottom{flex-direction:row;align-items:center}}
.foot-bottom .legal a{margin-right:24px;color:rgba(255,255,255,0.55)}
.foot-bottom .legal a:hover{color:#fff}
.reveal{opacity:0;transform:translateY(12px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}
.reveal.on{opacity:1;transform:none}
.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}
@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}.live-dot{animation:none}}
.industries-grid{display:grid;gap:1px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.08);border-radius:14px;overflow:hidden;margin-top:48px}
@media(min-width:600px){.industries-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.industries-grid{grid-template-columns:repeat(4,1fr)}}
.industry{background:var(--ink);padding:36px 28px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:240px;transition:background .2s}
.industry:hover{background:#141416}
.industry h4{font-size:22px;font-weight:800;letter-spacing:-0.015em;margin-bottom:8px}
.industry p{color:rgba(255,255,255,0.55);font-size:14px;line-height:1.5;margin-bottom:24px}
.industry .arrow{color:var(--red);font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:6px}
.prose{font-size:17px;line-height:1.7;color:var(--ink);max-width:68ch}
.prose h2{font-size:1.6rem;font-weight:800;margin:2em 0 0.5em;letter-spacing:-0.015em}
.prose h3{font-size:1.2rem;font-weight:700;margin:1.5em 0 0.4em}
.prose p{margin-bottom:1em}
.prose ul,.prose ol{margin:0 0 1em 1.3em}
.prose li{margin-bottom:0.4em}
.prose strong{color:var(--ink);font-weight:700}
