:root{
  --red:#E5231B; --red-dark:#B5170F; --red-light:#FF5A4D;
  --ink:#101010; --paper:#FAFAF8; --grey:#6B6B6B; --line:#E7E3DD;
  --mono: 'JetBrains Mono', monospace;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;background:var(--paper);color:var(--ink);overflow-x:hidden;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
.wrap{max-width:1180px;margin:0 auto;padding:0 32px;}

header{position:sticky;top:0;z-index:50;background:rgba(250,250,248,0.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);}
nav{display:flex;align-items:center;justify-content:space-between;padding:18px 32px;max-width:1180px;margin:0 auto;}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px;letter-spacing:-0.02em;}
.logo-img{height:38px;width:auto;display:block;}
.logo .bubble{width:34px;height:34px;border-radius:9px 9px 9px 2px;background:linear-gradient(135deg,var(--red-light),var(--red));display:flex;align-items:center;justify-content:center;color:#fff;font-family:'Archivo Black';font-size:13px;flex-shrink:0;}
.navlinks{display:flex;gap:34px;font-size:14px;font-weight:600;}
.navlinks a{position:relative;padding:4px 0;}
.navlinks a::after{content:'';position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--red);transition:width .25s ease;}
.navlinks a:hover::after{width:100%;}
.nav-cta{background:var(--ink);color:#fff;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:700;}
.nav-cta:hover{background:var(--red);}

.tag{font-family:var(--mono);font-size:12px;color:var(--red-dark);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:12px;display:block;}
h1,h2{font-family:'Archivo Black';letter-spacing:-0.02em;line-height:1.05;}
h2{font-size:clamp(28px,3.6vw,42px);}
section{padding:80px 0;}
.section-head{max-width:640px;margin-bottom:50px;}
.section-head p{color:var(--grey);font-size:16px;margin-top:14px;line-height:1.6;}

.btn{display:inline-flex;align-items:center;gap:8px;padding:15px 26px;border-radius:9px;font-weight:700;font-size:14.5px;transition:transform .2s ease, box-shadow .2s ease;}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 8px 20px -6px rgba(229,35,27,0.55);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 26px -6px rgba(229,35,27,0.6);}
.btn-ghost{border:1.5px solid var(--ink);color:var(--ink);}
.btn-ghost:hover{background:var(--ink);color:#fff;}

/* page hero */
.page-hero{padding:70px 0 60px;border-bottom:1px solid var(--line);}
.page-hero .eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:12px;font-weight:500;color:var(--red-dark);background:#FFF1EF;border:1px solid #FFD9D5;padding:6px 12px;border-radius:20px;margin-bottom:22px;}
.page-hero h1{font-size:clamp(36px,5vw,58px);margin-bottom:20px;}
.page-hero h1 .accent{color:var(--red);}
.page-hero p.lead{font-size:18px;line-height:1.6;color:var(--grey);max-width:640px;margin-bottom:30px;}
.breadcrumb{font-family:var(--mono);font-size:12.5px;color:var(--grey);margin-bottom:20px;}
.breadcrumb a:hover{color:var(--red);}

/* feature grid */
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;}
.feature-card{border:1px solid var(--line);border-radius:16px;padding:30px 28px;background:#fff;transition:border-color .25s ease, transform .25s ease;}
.feature-card:hover{transform:translateY(-4px);border-color:var(--red);}
.feature-card .icon{width:42px;height:42px;border-radius:11px 11px 11px 3px;background:#FFF1EF;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--red);font-size:18px;}
.feature-card h3{font-size:18px;font-weight:800;margin-bottom:8px;letter-spacing:-0.01em;}
.feature-card p{color:var(--grey);font-size:14.5px;line-height:1.6;}

/* process list */
.process-list{border-top:1px solid var(--line);}
.process-item{display:grid;grid-template-columns:80px 1fr;gap:24px;padding:28px 0;border-bottom:1px solid var(--line);}
.process-item .pnum{font-family:'Archivo Black';font-size:26px;color:#EFE9E2;}
.process-item h4{font-size:17px;font-weight:800;margin-bottom:6px;}
.process-item p{color:var(--grey);font-size:14.5px;line-height:1.6;max-width:560px;}

/* stat band */
.stat-band{background:var(--ink);color:#fff;border-radius:20px;padding:50px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:center;}
.stat-band .stat-num{font-family:'Archivo Black';font-size:38px;color:var(--red-light);}
.stat-band .stat-label{font-size:13px;color:#C9C9C9;margin-top:6px;}

/* cta band */
.cta-band{background:var(--red);color:#fff;text-align:center;border-radius:24px;margin:0 32px;padding:64px 30px;position:relative;overflow:hidden;}
.cta-band h2{color:#fff;}
.cta-band p{color:#FFE2DF;margin:14px auto 28px;max-width:480px;font-size:16px;}
.cta-band .btn-primary{background:#fff;color:var(--red);box-shadow:none;}
.cta-band .btn-primary:hover{background:var(--ink);color:#fff;}
.cta-band .blob{position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,0.08);top:-120px;right:-80px;}

/* other services row */
.other-services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.other-card{border:1px solid var(--line);border-radius:14px;padding:24px;background:#fff;transition:border-color .2s ease;}
.other-card:hover{border-color:var(--red);}
.other-card .tag{margin-bottom:8px;}
.other-card h4{font-size:16px;font-weight:800;margin-bottom:6px;}
.other-card p{font-size:13.5px;color:var(--grey);line-height:1.5;}
.other-card a.go{font-family:var(--mono);font-size:12px;color:var(--red);font-weight:600;display:inline-block;margin-top:12px;}

/* footer (shared) */
footer{padding:60px 0 30px;}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:50px;}
.foot-brand .logo{margin-bottom:14px;}
.foot-brand p{color:var(--grey);font-size:14px;max-width:260px;line-height:1.6;}
footer h5{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:16px;}
footer ul{list-style:none;display:flex;flex-direction:column;gap:10px;}
footer ul a{font-size:14px;color:var(--grey);}
footer ul a:hover{color:var(--red);}
.social-row{display:flex;gap:10px;margin-top:18px;}
.social-row a{width:34px;height:34px;border:1.5px solid var(--line);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;}
.social-row a:hover{background:var(--red);color:#fff;border-color:var(--red);}
.footer-bottom{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;font-size:13px;color:var(--grey);flex-wrap:wrap;gap:10px;}

@media (max-width:860px){
  .navlinks{display:none;}
  .feature-grid{grid-template-columns:1fr;}
  .stat-band{grid-template-columns:1fr;}
  .other-services{grid-template-columns:1fr;}
  .process-item{grid-template-columns:1fr;gap:6px;}
  .footer-top{grid-template-columns:1fr 1fr;}
  .cta-band{margin:0 16px;}
  .wrap{padding:0 20px;}
}
:focus-visible{outline:2px solid var(--red);outline-offset:2px;}
@media (prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important;}}
