:root {
  --ink: #0b1220;
  --ink-soft: #334155;
  --paper: #f7f8fa;
  --white: #ffffff;
  --line: #dde2e9;
  --accent: #f4c430;
  --accent-dark: #dbac09;
  --radius: 24px;
  --shadow: 0 25px 70px rgba(11,18,32,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -60px; background: var(--accent); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; color: var(--ink); background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(11,18,32,.08); box-shadow: 0 8px 30px rgba(11,18,32,.08); }
.nav-wrap { height: 104px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; }
.brand img { display: block; width: clamp(220px, 25vw, 310px); height: auto; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { color: var(--ink); opacity: .72; transition: .2s; }
.main-nav > a:not(.nav-cta):hover { opacity: 1; color: #26366f; }
.nav-cta { padding: 11px 19px; border-radius: 999px; background: var(--ink); color: #fff; box-shadow: 0 8px 20px rgba(11,18,32,.14); }
.nav-cta:hover { background: #26366f; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 24%, #24344d 0, #101a2b 31%, var(--ink) 70%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent, black); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-top: 115px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #68758a; }
.eyebrow span { width: 30px; height: 2px; background: var(--accent); }
.hero .eyebrow { color: #b8c2d1; }
.hero h1 { margin: 0; font-size: clamp(54px, 6vw, 88px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 650px; margin: 30px 0; color: #c4cbd5; font-size: 18px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: currentColor; }
.button-primary { background: var(--accent); color: var(--ink); box-shadow: 0 14px 30px rgba(244,196,48,.18); }
.button-primary:hover { background: #ffd447; }
.button-ghost { border: 1px solid rgba(255,255,255,.25); color: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; color: #aeb8c7; font-size: 13px; }
.trust-row b { color: var(--accent); }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.electric-card { position: relative; z-index: 2; width: min(370px, 80vw); aspect-ratio: .78; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.14); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035)); box-shadow: 0 40px 90px rgba(0,0,0,.35); backdrop-filter: blur(12px); transform: rotate(4deg); }
.card-topline, .card-footer { display: flex; justify-content: space-between; color: #c1c9d5; font-size: 11px; letter-spacing: .14em; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px var(--accent); }
.bolt-wrap { display: grid; place-items: center; }
.bolt-wrap svg { width: 160px; fill: var(--accent); filter: drop-shadow(0 10px 25px rgba(244,196,48,.28)); }
.orb { position: absolute; border-radius: 50%; filter: blur(3px); }
.orb-one { width: 290px; height: 290px; top: 30px; right: 0; background: rgba(244,196,48,.09); }
.orb-two { width: 180px; height: 180px; bottom: 20px; left: 0; background: rgba(63,94,146,.22); }
.floating-tag { position: absolute; z-index: 3; padding: 12px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(11,18,32,.72); box-shadow: var(--shadow); backdrop-filter: blur(8px); font-size: 12px; font-weight: 700; }
.tag-one { left: 0; top: 29%; }
.tag-two { right: 2%; bottom: 20%; color: var(--accent); }

.section { padding: 110px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-head h2, .why h2, .contact h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.section-head > p { max-width: 470px; margin: 0 0 8px; color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 290px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #cdd3dc; box-shadow: var(--shadow); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 46px; border-radius: 16px; background: #fff8dc; }
.service-icon svg { width: 26px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-number { position: absolute; right: 28px; top: 24px; color: #b5bdc8; font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #5a6676; }
.service-wide { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.service-wide .service-icon { margin: 0; }
.service-wide p { max-width: 760px; }
.circle-link { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 24px; }

.why { background: var(--ink); color: #fff; }
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.eyebrow.light { color: #aab5c4; }
.why-panel > p:not(.eyebrow) { max-width: 560px; color: #aeb8c6; font-size: 17px; }
.quote { margin-top: 38px; padding: 22px 24px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.045); color: #d7dde6; font-weight: 700; }
.why-points { display: grid; }
.point { display: grid; grid-template-columns: 42px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.point:first-child { border-top: 1px solid rgba(255,255,255,.12); }
.point b { color: var(--accent); font-size: 12px; }
.point h3 { margin: 0 0 6px; font-size: 21px; }
.point p { margin: 0; color: #aeb8c6; }

.contact { padding-bottom: 45px; }
.contact-box { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; padding: 64px; border-radius: 34px; background: var(--accent); }
.contact-intro p:last-child { max-width: 520px; margin: 26px 0 0; color: rgba(11,18,32,.72); }
.contact-box .eyebrow { color: rgba(11,18,32,.6); }
.contact-box .eyebrow span { background: var(--ink); }
.contact-details { display: grid; align-content: center; }
.contact-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(11,18,32,.2); }
.contact-item:first-child { border-top: 1px solid rgba(11,18,32,.2); }
.contact-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; }
.contact-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-item:first-child .contact-icon svg { fill: currentColor; stroke: none; }
.contact-item small { display: block; color: rgba(11,18,32,.58); font-size: 12px; }
.contact-item strong { font-size: 17px; line-height: 1.4; }
.legal-row { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 28px 5px 0; color: #647083; font-size: 13px; }
.legal-row div { display: flex; gap: 22px; flex-wrap: wrap; }
.legal-row strong { color: var(--ink); }
.legal-row > a { font-weight: 800; color: var(--ink); }
footer { padding: 30px 0; background: var(--ink); color: #8f9aaa; font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.mobile-call { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .main-nav { position: fixed; inset: 92px 20px auto; display: grid; gap: 0; padding: 16px; border: 1px solid rgba(11,18,32,.1); border-radius: 18px; background: rgba(255,255,255,.99); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 13px 10px; }
  .nav-cta { margin-top: 8px; text-align: center; background: var(--ink); color: #fff; border: 0; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding: 160px 0 90px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 0; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 440px; }
  .electric-card { width: 310px; }
  .why-grid, .contact-box { grid-template-columns: 1fr; }
  .why-grid { gap: 50px; }
  .contact-box { gap: 40px; padding: 45px; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 88px; }
  .brand img { width: 218px; }
  .hero { padding: 150px 0 70px; }
  .hero-grid { gap: 25px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 12px 20px; }
  .hero-visual { min-height: 370px; }
  .electric-card { width: 245px; padding: 20px; border-radius: 26px; }
  .bolt-wrap svg { width: 115px; }
  .floating-tag { font-size: 10px; }
  .tag-one { left: -5px; }
  .tag-two { right: -5px; }
  .section { padding: 78px 0; }
  .section-head { display: block; }
  .section-head > p { margin-top: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-wide { grid-column: auto; display: block; }
  .service-wide .service-icon { margin-bottom: 46px; }
  .service-wide .circle-link { margin-top: 22px; }
  .service-card { min-height: 270px; padding: 28px; }
  .why-grid { gap: 35px; }
  .point { grid-template-columns: 34px 1fr; gap: 12px; }
  .contact-box { padding: 30px 24px; border-radius: 24px; }
  .contact-item { grid-template-columns: 44px 1fr; gap: 13px; }
  .contact-item strong { font-size: 15px; overflow-wrap: anywhere; }
  .legal-row, .legal-row div, .footer-inner { flex-direction: column; align-items: flex-start; gap: 7px; }
  .mobile-call { position: fixed; z-index: 40; right: 18px; bottom: 18px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--ink); box-shadow: 0 12px 35px rgba(0,0,0,.24); }
  .mobile-call svg { width: 24px; fill: currentColor; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Mobile hero overflow fixes */
@media (max-width: 650px) {
  .hero,
  .hero-grid,
  .hero-copy,
  .hero-actions {
    min-width: 0;
    max-width: 100%;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 54px);
    line-height: 1.02;
    letter-spacing: -.045em;
    overflow-wrap: normal;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 16px;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  .hero-actions .button svg {
    flex: 0 0 18px;
  }
}

@media (max-width: 360px) {
  .container {
    width: calc(100% - 24px);
  }

  .brand img {
    width: min(195px, calc(100vw - 78px));
  }

  .hero {
    padding-top: 132px;
  }

  .hero h1 {
    font-size: clamp(32px, 10.5vw, 38px);
    letter-spacing: -.035em;
  }

  .hero-lead {
    margin-block: 24px;
  }

  .hero-actions .button {
    font-size: 13px;
    padding-inline: 12px;
  }
}
