@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #0b1220;
  --muted: #667085;
  --line: #dfe5ec;
  --surface: #f5f8fb;
  --white: #fff;
  --blue: #1d67d8;
  --blue-dark: #0e4ca9;
  --cyan: #41c8f5;
  --shadow: 0 25px 70px rgba(17, 35, 62, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: #fff; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(223,229,236,.8); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--ink); color: white; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 4px; color: var(--blue); font-size: 9px; letter-spacing: .24em; font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav-links a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 11px 18px; color: #fff; background: var(--blue); border-radius: 10px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px; }

.hero { overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(65,200,245,.15), transparent 30%), linear-gradient(135deg,#f7fafc 0%,#fff 60%); padding: 100px 0 80px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--blue); display: inline-block; }
h1,h2,h3 { font-family: Manrope, sans-serif; letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(44px, 5vw, 70px); max-width: 720px; margin: 23px 0; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 650px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 15px 22px; border-radius: 12px; font-weight: 800; font-size: 13px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 14px 30px rgba(29,103,216,.23); }
.button-primary:hover { background: var(--blue-dark); }
.button-ghost { border: 1px solid var(--line); background: white; }
.button-light { background: white; color: var(--ink); }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 650px; }
.trust-row div { border-left: 1px solid var(--line); padding-left: 15px; }
.trust-row strong, .trust-row span { display:block; }
.trust-row strong { font: 800 20px Manrope; }
.trust-row span { color: var(--muted); font-size: 11px; line-height: 1.35; margin-top: 4px; }

.hero-visual { min-height: 430px; display: grid; place-items: center; position: relative; }
.glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: rgba(65,200,245,.13); filter: blur(5px); }
.vehicle-card { width: 100%; max-width: 560px; padding: 22px; position: relative; overflow: hidden; border: 1px solid #dce6f0; border-radius: 25px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); transform: perspective(900px) rotateY(-4deg) rotateX(2deg); }
.card-top { display:flex; align-items:center; gap:8px; font: 800 10px Manrope; letter-spacing:.13em; color:#718096; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background:#24b26b; box-shadow:0 0 0 5px rgba(36,178,107,.1); }
.card-code { margin-left:auto; }
.vehicle-outline { margin: 42px 0 25px; }
.vehicle-outline svg { width: 100%; overflow: visible; }
.vehicle-outline path, .vehicle-outline circle { fill: none; stroke: #26374d; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.vehicle-outline .accent-line { stroke: var(--blue); stroke-width: 5; }
.damage-tags { display:flex; flex-wrap:wrap; gap:8px; }
.damage-tags span { padding:7px 10px; border:1px solid #dfe7ef; border-radius:99px; color:#5f6d7e; font-size:10px; font-weight:700; }
.scan-line { position:absolute; top:0; left:-100%; width:70%; height:1px; background:linear-gradient(90deg,transparent,var(--cyan),transparent); animation:scan 4s linear infinite; }
@keyframes scan { to { left:130%; } }
.floating-note { position:absolute; padding:10px 13px; border:1px solid #e1e8ef; border-radius:11px; background:white; box-shadow:0 12px 30px rgba(17,35,62,.1); font:800 10px Manrope; color:var(--blue); }
.floating-note span { color:var(--muted); margin-left:6px; }
.note-one { top:18%; left:-5%; }
.note-two { right:-4%; bottom:14%; }

.section { padding: 110px 0; }
.two-col { display:grid; grid-template-columns: .9fr 1.1fr; gap:90px; align-items:center; }
.section-intro h2, .center-heading h2, .expertise-panel h2, .cta-box h2 { font-size: clamp(35px,4vw,52px); margin:18px 0; }
.section-intro p, .center-heading p, .expertise-panel p, .cta-box p { color:var(--muted); max-width:650px; }
.feature-list { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); }
.feature { min-height:100px; display:flex; align-items:center; gap:17px; padding:20px 10px; border-bottom:1px solid var(--line); }
.feature b { color:var(--blue); font:800 11px Manrope; }
.feature span { font-weight:700; font-size:14px; }
.statement { padding: 0 0 110px; }
.statement-inner { padding:65px; border-radius:var(--radius); background:var(--ink); color:white; position:relative; overflow:hidden; }
.statement-inner:after { content:""; position:absolute; width:280px; height:280px; right:-80px; top:-130px; border-radius:50%; border:60px solid rgba(65,200,245,.12); }
.statement-mark { font:800 80px Georgia; color:var(--cyan); line-height:.5; }
.statement p { margin:25px 0 0; font:500 clamp(25px,3.2vw,42px) Manrope; letter-spacing:-.04em; max-width:800px; }
.statement strong { color:#8edff7; }

.process { background:var(--surface); }
.center-heading { text-align:center; max-width:700px; margin:0 auto 55px; }
.center-heading .eyebrow { justify-content:center; }
.steps { display:grid; grid-template-columns:repeat(5,1fr); gap:15px; }
.step { padding:26px 22px; background:white; border:1px solid var(--line); border-radius:18px; min-height:230px; }
.step > span { color:var(--blue); font:800 12px Manrope; }
.step h3 { font-size:20px; margin:28px 0 10px; }
.step p { margin:0; color:var(--muted); font-size:13px; }

.why-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.why-card { padding:30px; border:1px solid var(--line); border-radius:18px; background:white; transition:transform .25s, box-shadow .25s; }
.why-card:hover { transform:translateY(-5px); box-shadow:0 18px 40px rgba(17,35,62,.08); }
.icon { width:50px; height:50px; display:grid; place-items:center; border-radius:13px; background:#eef5ff; color:var(--blue); font:800 14px Manrope; }
.why-card h3 { font-size:19px; margin:23px 0 9px; }
.why-card p { color:var(--muted); font-size:13px; margin:0; }

.expertise { background:#f7fafc; }
.expertise-panel { display:grid; grid-template-columns:1.1fr .9fr; gap:70px; padding:70px; border-radius:30px; background:white; box-shadow:var(--shadow); }
.check-panel { align-self:center; display:grid; gap:12px; }
.check-panel div { padding:17px; border-radius:12px; background:var(--surface); font-weight:700; font-size:13px; }
.check-panel span { display:inline-grid; place-items:center; width:24px; height:24px; margin-right:9px; border-radius:50%; background:#dff7eb; color:#168c54; }

.cta { padding-top:70px; }
.cta-box { display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:center; padding:70px; border-radius:30px; color:white; background:linear-gradient(135deg,#0b1220,#17345e); box-shadow:var(--shadow); position:relative; overflow:hidden; }
.cta-box:after { content:""; position:absolute; right:-100px; bottom:-180px; width:500px; height:500px; border-radius:50%; border:90px solid rgba(65,200,245,.09); }
.cta-box .eyebrow { color:#6fd8f7; }
.cta-box .eyebrow span { background:#6fd8f7; }
.cta-box p { color:#b5c2d2; }
.contact-action { position:relative; z-index:1; }
.phone { display:block; font:800 clamp(30px,4vw,48px) Manrope; letter-spacing:-.04em; margin-bottom:18px; }
.contact-action small { display:block; color:#aab7c9; margin-top:10px; font-size:11px; }
footer { border-top:1px solid var(--line); padding:30px 0; }
.footer-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.footer-inner p, .footer-inner a { color:var(--muted); font-size:11px; }
.footer-inner a:hover { color:var(--blue); }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 900px) {
  .hero-grid, .two-col, .expertise-panel, .cta-box { grid-template-columns:1fr; gap:45px; }
  .steps { grid-template-columns:repeat(2,1fr); }
  .why-grid { grid-template-columns:1fr 1fr; }
  .hero { padding-top:70px; }
  .hero-visual { min-height:360px; }
}
@media (max-width: 680px) {
  .container { width:min(100% - 30px, 1160px); }
  .nav { min-height:68px; }
  .nav-toggle { display:block; }
  .nav-links { display:none; position:absolute; top:68px; left:15px; right:15px; padding:15px; background:white; border:1px solid var(--line); border-radius:15px; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; }
  .nav-links.open { display:flex; }
  .nav-links a { padding:10px; }
  .hero { padding:55px 0 60px; }
  h1 { font-size:42px; }
  .trust-row { grid-template-columns:1fr; gap:10px; }
  .feature-list, .why-grid, .steps { grid-template-columns:1fr; }
  .section { padding:75px 0; }
  .statement { padding-bottom:75px; }
  .statement-inner, .expertise-panel, .cta-box { padding:35px 25px; }
  .vehicle-card { transform:none; }
  .note-one { left:0; top:4%; }
  .note-two { right:0; bottom:4%; }
  .footer-inner { flex-direction:column; align-items:flex-start; }
}


.seo-copy { padding-top: 35px; padding-bottom: 65px; }
.seo-copy-inner { max-width: 900px; }
.seo-copy h2 { font-size: clamp(32px, 3.5vw, 46px); margin: 16px 0; }
.seo-copy p { color: var(--muted); max-width: 850px; font-size: 14px; }
