:root{
  --navy:#0a1733;
  --blue:#315cf6;
  --cyan:#34d4ff;
  --ink:#101828;
  --muted:#667085;
  --line:#e7eaf0;
  --soft:#f6f8fc;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.6}
img{max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,234,240,.8)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:250px;display:block}
.nav-links{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}
.nav-links>a:not(.btn){color:#344054}
.nav-links>a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:10px;background:var(--blue);color:white;font-weight:700;box-shadow:0 12px 26px rgba(49,92,246,.24);transition:.25s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(49,92,246,.3)}
.btn-small{padding:10px 16px;border-radius:8px;font-size:13px}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#07142e 0%,#0d2049 55%,#102c65 100%);color:white;padding:105px 0 90px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center;position:relative;z-index:2}
.eyebrow,.section-label{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);margin-bottom:18px}
.hero .eyebrow{color:#8ee9ff}
.hero h1{font-family:"Space Grotesk",sans-serif;font-size:clamp(48px,6vw,76px);line-height:1.02;letter-spacing:-.04em;margin:0 0 25px;max-width:760px}
.hero h1 span{color:var(--cyan)}
.hero-copy>p{font-size:18px;color:#c7d4ec;max-width:610px;margin:0 0 32px}
.hero-actions{display:flex;align-items:center;gap:28px}
.text-link{font-weight:700;color:white}
.text-link span{margin-left:8px}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px;padding-top:28px;border-top:1px solid rgba(255,255,255,.16)}
.hero-proof strong,.hero-proof span{display:block}
.hero-proof strong{font-size:16px}
.hero-proof span{font-size:12px;color:#96a8c8}
.hero-visual{position:relative}
.browser-card{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);box-shadow:0 30px 80px rgba(0,0,0,.35);border-radius:18px;padding:10px;transform:rotate(1deg)}
.browser-bar{height:42px;border-radius:10px 10px 0 0;background:#f9fbff;display:flex;align-items:center;padding:0 14px;gap:25px}
.browser-dots{display:flex;gap:6px}.browser-dots i{width:8px;height:8px;border-radius:50%;background:#d0d5dd}
.browser-url{height:20px;background:#edf1f7;border-radius:5px;color:#98a2b3;font-size:9px;display:flex;align-items:center;justify-content:center;flex:1}
.preview-body{background:white;border-radius:0 0 10px 10px;padding:18px;color:var(--ink)}
.preview-nav{display:flex;justify-content:space-between;align-items:center}
.mini-logo{font-weight:800;color:var(--blue);font-size:12px}
.mini-links{display:flex;gap:8px}.mini-links span{display:block;width:24px;height:4px;border-radius:10px;background:#e9edf5}
.preview-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:center;padding:38px 5px 28px}
.preview-copy .line{display:block;height:9px;background:#dce3ef;border-radius:20px;margin-bottom:9px}
.preview-copy .short{width:38%;background:#65dff8;height:5px}
.preview-copy .wide{width:94%;height:13px;background:#13254b}
.preview-copy .medium{width:70%}
.preview-copy button{width:74px;height:22px;border:0;border-radius:5px;background:var(--blue);margin-top:8px}
.preview-shape{height:170px;border-radius:16px;background:linear-gradient(145deg,#dff7ff,#c8d5ff);position:relative;overflow:hidden}
.orb{position:absolute;width:105px;height:105px;border-radius:50%;background:linear-gradient(145deg,#5ee3ff,#325bf5);right:24px;top:25px;box-shadow:0 20px 35px rgba(49,92,246,.3)}
.floating-card{position:absolute;background:rgba(255,255,255,.9);border-radius:7px;box-shadow:0 10px 25px rgba(16,24,40,.15)}
.card-a{width:70px;height:42px;left:15px;top:22px}.card-b{width:90px;height:54px;right:10px;bottom:12px}
.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.preview-stats span{height:38px;border-radius:7px;background:#f1f4f9}
.metric-card{position:absolute;background:white;color:var(--ink);border-radius:12px;padding:12px 18px;box-shadow:0 15px 35px rgba(0,0,0,.22);display:flex;flex-direction:column;line-height:1.2}
.metric-card strong{font-size:22px;color:var(--blue)}.metric-card span{font-size:11px;color:var(--muted);margin-top:3px}
.metric-speed{left:-40px;bottom:-28px}.metric-growth{right:-28px;top:62px}
.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);opacity:.25}
.glow-one{width:450px;height:450px;background:#245bf7;right:-120px;top:-200px}
.glow-two{width:300px;height:300px;background:#28d9ff;left:-150px;bottom:-180px}
.trust-strip{border-bottom:1px solid var(--line);background:#fff}
.trust-grid{height:90px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;text-align:center;color:#98a2b3;font-size:11px;font-weight:800;letter-spacing:.16em}
.section{padding:110px 0}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:55px}
.section-heading h2,.features-copy h2,.cta-card h2{font-family:"Space Grotesk",sans-serif;font-size:clamp(36px,4vw,54px);line-height:1.08;letter-spacing:-.035em;margin:0;max-width:700px}
.section-heading>p{max-width:420px;color:var(--muted);margin:0}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{border:1px solid var(--line);border-radius:16px;padding:32px;transition:.25s;background:white}
.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(16,24,40,.08)}
.service-card.featured{background:var(--navy);color:white;border-color:var(--navy)}
.icon-box{width:44px;height:44px;border-radius:10px;background:#eef3ff;color:var(--blue);display:grid;place-items:center;font-size:20px;margin-bottom:26px}
.featured .icon-box{background:rgba(255,255,255,.1);color:var(--cyan)}
.service-card h3{font-size:20px;margin:0 0 12px}.service-card p{color:var(--muted);font-size:14px;margin-bottom:28px}.featured p{color:#afbdd6}
.service-card a{font-size:13px;font-weight:800;color:var(--blue)}.featured a{color:var(--cyan)}
.work-section{background:var(--soft)}
.compact{margin-bottom:40px}
.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.project-window{height:390px;border-radius:18px;padding:40px;overflow:hidden}
.project-one .project-window{background:linear-gradient(145deg,#f0eadf,#cab8a0)}
.project-two .project-window{background:linear-gradient(145deg,#10182c,#253764)}
.project-ui{height:100%;background:rgba(255,255,255,.86);border-radius:14px;padding:35px;box-shadow:0 25px 50px rgba(16,24,40,.16);transform:rotate(-2deg)}
.project-ui h3{font-family:"Space Grotesk";font-size:32px;margin:15px 0 8px}.project-ui p{color:var(--muted);max-width:280px}
.project-tag{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);font-weight:800}
.fake-button{width:100px;height:32px;border-radius:7px;background:#b4855e;margin-top:25px}
.dark-ui{background:#111a32;color:white;transform:rotate(2deg)}
.dark-ui p{color:#a7b4ce}.dark-ui .project-tag{color:#52d8ff}
.data-bars{display:flex;align-items:flex-end;gap:10px;height:120px;margin-top:22px}.data-bars i{width:18%;background:linear-gradient(#52d8ff,#315cf6);border-radius:5px 5px 0 0}.data-bars i:nth-child(1){height:40%}.data-bars i:nth-child(2){height:70%}.data-bars i:nth-child(3){height:55%}.data-bars i:nth-child(4){height:92%}
.project-meta{display:flex;justify-content:space-between;align-items:start;padding:20px 4px}
.project-meta h3{margin:0 0 5px;font-size:18px}.project-meta p{margin:0;color:var(--muted);font-size:12px}.project-meta>span{font-family:"Space Grotesk";font-size:28px;color:#c9ced8}
.features-section{background:var(--navy);color:white}
.features-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}
.features-copy{position:sticky;top:120px}.features-copy p{color:#aab7cf;max-width:500px;margin:25px 0 30px}
.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.25);box-shadow:none}
.feature-list{border-top:1px solid rgba(255,255,255,.14)}
.feature-item{display:grid;grid-template-columns:65px 1fr;gap:20px;padding:29px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.feature-item>span{color:var(--cyan);font-weight:800;font-size:12px}.feature-item h3{margin:0 0 6px}.feature-item p{margin:0;color:#98a8c5;font-size:14px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.process-grid article{padding:27px 22px;border-top:3px solid var(--line)}
.process-grid article:hover{border-color:var(--blue)}
.process-grid span{font-size:12px;font-weight:800;color:var(--blue)}
.process-grid h3{font-size:20px;margin:30px 0 8px}.process-grid p{color:var(--muted);font-size:14px}
.cta-section{padding:0 0 110px}
.cta-card{background:linear-gradient(130deg,#315cf6,#1538b7);color:white;border-radius:24px;padding:60px;display:flex;align-items:center;justify-content:space-between;gap:50px;position:relative;overflow:hidden}
.cta-card:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.08);right:-80px;top:-100px}
.section-label.light{color:#bfeeff}.cta-card h2{font-size:clamp(34px,4vw,50px);max-width:760px}
.btn-light{background:white;color:var(--blue);white-space:nowrap;position:relative;z-index:2}
footer{background:#07142e;color:white;padding:65px 0 25px}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.footer-brand img{width:250px;filter:brightness(0) invert(1)}.footer-brand p{color:#91a2c1;max-width:350px;font-size:14px}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.footer-links strong,.footer-links a{display:block}.footer-links strong{margin-bottom:14px}.footer-links a{font-size:14px;color:#91a2c1;margin:7px 0}
.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding-top:22px;color:#7385a5;font-size:12px}

@media(max-width:900px){
  .nav-links{position:absolute;top:78px;left:0;right:0;background:white;flex-direction:column;align-items:flex-start;padding:24px 20px;box-shadow:0 15px 30px rgba(16,24,40,.1);display:none}
  .nav-links.open{display:flex}.menu-toggle{display:block}
  .hero-grid,.features-grid{grid-template-columns:1fr}.hero-visual{margin-top:30px}
  .features-grid{gap:50px}.features-copy{position:static}
  .section-heading{align-items:flex-start;flex-direction:column}.card-grid,.process-grid{grid-template-columns:1fr 1fr}
  .metric-growth{right:0}.metric-speed{left:0}
  .cta-card{flex-direction:column;align-items:flex-start}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1160px)}.brand img{width:210px}
  .hero{padding:80px 0 70px}.hero h1{font-size:45px}.hero-actions{align-items:flex-start;flex-direction:column}
  .hero-proof{grid-template-columns:1fr}.browser-card{transform:none}.metric-card{display:none}
  .trust-grid{grid-template-columns:repeat(2,1fr);height:auto;padding:22px 0;gap:18px}.trust-grid span:last-child{grid-column:1/-1}
  .section{padding:80px 0}.card-grid,.work-grid,.process-grid{grid-template-columns:1fr}
  .project-window{height:320px;padding:24px}.project-ui{padding:25px}
  .cta-card{padding:38px 25px}.btn-light{white-space:normal}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}
}
