:root {
  --black: #070908;
  --black-2: #0d100e;
  --panel: #121612;
  --panel-2: #171c18;
  --steel: #e5e7e5;
  --muted: #a8b0aa;
  --line: rgba(255,255,255,.11);
  --green: #7bd10c;
  --green-2: #5da806;
  --green-soft: rgba(123,209,12,.12);
  --white: #fff;
  --max: 1180px;
  --radius: 20px;
  --shadow: 0 20px 60px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: var(--green); color: #071000; padding: 10px 14px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.topbar { background: var(--green); color: #071000; font-size: 14px; font-weight: 800; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar a { text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,9,8,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 54px; border-radius: 13px; object-fit: cover; border: 1px solid rgba(255,255,255,.16); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { letter-spacing: .07em; font-size: 20px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; }
.brand-copy small { margin-top: 7px; color: var(--green); letter-spacing: .15em; font-weight: 900; }
.nav-menu { display: flex; align-items: center; gap: 26px; }
.nav-menu a { color: #d7ddd8; text-decoration: none; font-weight: 750; font-size: 14px; }
.nav-menu a:hover { color: var(--green); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--panel); border-radius: 12px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: white; margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 12px; border: 1px solid var(--green); background: linear-gradient(180deg, #8ae817, #66b907); color: #071000; text-decoration: none; font-weight: 950; letter-spacing: .01em; box-shadow: 0 10px 28px rgba(123,209,12,.18); cursor: pointer; }
.button:hover { transform: translateY(-1px); filter: brightness(1.04); }
.button-outline { background: rgba(255,255,255,.035); color: white; border-color: rgba(255,255,255,.25); box-shadow: none; }
.button-small { min-height: 42px; padding-inline: 17px; }
.button-full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 82px 0 76px; background:
  radial-gradient(circle at 80% 40%, rgba(123,209,12,.12), transparent 30%),
  linear-gradient(180deg, #0a0d0b 0%, #070908 100%); }
.hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.025), transparent 48%); pointer-events: none; }
.hero-grid-overlay { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: 13px; font-weight: 950; letter-spacing: .16em; }
.hero h1 { margin: 0; max-width: 720px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(60px, 8vw, 104px); line-height: .88; letter-spacing: .018em; text-transform: uppercase; }
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 650px; margin: 24px 0 28px; color: #c1c8c2; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: #d9dfda; font-weight: 750; font-size: 14px; }
.trust-row i { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 6px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-style: normal; }
.hero-visual { position: relative; min-height: 520px; }
.hero-image-frame { position: absolute; inset: 30px 0 0 24px; border-radius: 30px; overflow: hidden; background: #111; border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); }
.hero-image-frame:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,8,.12), transparent 35%), linear-gradient(0deg, rgba(7,9,8,.42), transparent 45%); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { position: absolute; z-index: 2; width: 245px; padding: 16px 18px; border-radius: 16px; background: rgba(15,18,16,.92); border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.floating-card strong { display: block; font-size: 15px; }
.floating-card span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }
.card-one { left: 0; top: 0; }
.card-two { right: -10px; bottom: 0; }

.proof-strip { border-block: 1px solid var(--line); background: #0b0e0c; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 105px; padding: 22px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { font-size: 30px; color: var(--green); font-family: Impact, sans-serif; }
.proof-grid span { color: #d7ddd8; font-weight: 800; }

.section { padding: 92px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 50px; margin-bottom: 34px; }
h2 { margin: 0; font-size: clamp(36px, 5vw, 62px); line-height: 1; letter-spacing: -.03em; }
.section-heading > p { color: var(--muted); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 265px; padding: 26px; border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); border: 1px solid var(--line); transition: .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(123,209,12,.45); box-shadow: 0 16px 45px rgba(0,0,0,.25); }
.service-card .icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; background: var(--green-soft); color: var(--green); font-size: 24px; font-weight: 900; }
.service-card h3 { margin: 22px 0 10px; font-size: 21px; }
.service-card p { color: var(--muted); margin: 0; }

.dark-section { background: #0b0e0c; border-block: 1px solid var(--line); }
.process-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 74px; align-items: start; }
.process-copy { position: sticky; top: 125px; }
.process-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.text-link { color: var(--green); font-weight: 900; text-decoration: none; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 76px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps span { color: var(--green); font-family: Impact, sans-serif; font-size: 38px; }
.steps h3 { margin: 0 0 8px; font-size: 25px; }
.steps p { margin: 0; color: var(--muted); }

.area-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, #121612, #090c0a); }
.area-copy { padding: 54px; }
.area-copy p:not(.eyebrow) { color: var(--muted); }
.small-note { font-size: 14px; }
.map-graphic { min-height: 440px; position: relative; overflow: hidden; background:
  linear-gradient(rgba(123,209,12,.08) 1px, transparent 1px),
  linear-gradient(90deg, rgba(123,209,12,.08) 1px, transparent 1px),
  radial-gradient(circle at center, rgba(123,209,12,.16), transparent 45%);
  background-size: 42px 42px, 42px 42px, auto; }
.map-ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(123,209,12,.35); border-radius: 50%; }
.ring-1 { width: 190px; height: 190px; }
.ring-2 { width: 340px; height: 340px; }
.map-pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 84px; height: 84px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; rotate: -45deg; background: var(--green); color: #071000; font-family: Impact, sans-serif; font-size: 30px; box-shadow: 0 0 0 12px rgba(123,209,12,.12); }
.map-pin::first-line { rotate: 45deg; }
.map-label { position: absolute; color: #dfe6e0; font-weight: 900; font-size: 12px; letter-spacing: .08em; }
.label-a { left: 19%; top: 29%; }
.label-b { right: 13%; top: 24%; }
.label-c { left: 18%; bottom: 22%; }
.label-d { right: 16%; bottom: 18%; }

.quote-section { background: linear-gradient(180deg, rgba(123,209,12,.06), transparent), #0b0e0c; border-block: 1px solid var(--line); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.quote-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.contact-box { margin-top: 32px; padding: 22px; border-radius: 18px; background: var(--green-soft); border: 1px solid rgba(123,209,12,.3); }
.contact-box span { display: block; color: #cbd4cc; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.contact-box a { display: block; margin-top: 5px; color: white; font-size: 30px; text-decoration: none; font-weight: 950; }
.quote-form { padding: 30px; border-radius: 24px; background: #111511; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-row { display: grid; gap: 14px; }
.two-col { grid-template-columns: 1fr 1fr; }
.quote-form label { display: grid; gap: 8px; color: #dfe4df; font-size: 14px; font-weight: 800; margin-bottom: 16px; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; color: white; background: #090c0a; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 15px; outline: none; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(123,209,12,.11); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; padding: 22px 4px; cursor: pointer; font-weight: 850; font-size: 18px; }
summary::-webkit-details-marker { display: none; }
summary:after { content: "+"; float: right; color: var(--green); font-size: 24px; }
details[open] summary:after { content: "−"; }
details p { margin: 0 0 22px; color: var(--muted); max-width: 740px; }

.final-cta { padding: 62px 0; background: var(--green); color: #071000; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-cta .eyebrow { color: #203600; }
.final-cta h2 { font-size: clamp(36px, 4.2vw, 58px); }
.final-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.final-cta .button { background: #071000; color: white; border-color: #071000; box-shadow: none; }
.final-cta .button-outline { background: transparent; color: #071000; border-color: rgba(7,16,0,.35); }

.footer { padding: 46px 0 90px; background: #050605; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr; gap: 40px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 8px; color: var(--muted); }
.footer-grid strong { color: white; }
.footer-grid a { color: var(--muted); text-decoration: none; }
.footer-grid a:hover { color: var(--green); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 60px; height: 60px; object-fit: cover; border-radius: 15px; }
.footer-brand div { display: grid; }
.footer-brand span { color: var(--muted); }
.footer-bottom { margin-top: 35px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #7f8981; font-size: 13px; }

.mobile-actions { display: none; }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav-menu { display: none; position: absolute; top: 82px; left: 20px; right: 20px; padding: 18px; border-radius: 16px; background: #111511; border: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 10px; }
  .hero-grid, .section-heading, .process-layout, .area-card, .quote-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero-visual { min-height: 460px; margin-top: 10px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-copy { position: static; }
  .map-graphic { min-height: 380px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .topbar-inner { min-height: 42px; justify-content: center; text-align: center; }
  .topbar-inner span { display: none; }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 46px; height: 46px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 10px; }
  .nav-menu { top: 70px; left: 12px; right: 12px; }
  .hero { padding: 48px 0 56px; }
  .hero h1 { font-size: clamp(54px, 17vw, 74px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .hero-image-frame { inset: 28px 0 0 0; }
  .floating-card { width: 220px; }
  .card-two { right: 4px; bottom: -8px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .section-heading { gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .area-copy { padding: 30px 24px; }
  .map-graphic { min-height: 320px; }
  .two-col { grid-template-columns: 1fr; }
  .quote-form { padding: 22px 17px; }
  .contact-box a { font-size: 25px; }
  .steps li { grid-template-columns: 58px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer { padding-bottom: 105px; }
  .mobile-actions { position: fixed; z-index: 200; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: repeat(3,1fr); padding: 6px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(12,15,13,.94); backdrop-filter: blur(15px); box-shadow: 0 16px 50px rgba(0,0,0,.4); }
  .mobile-actions a { padding: 12px 6px; border-right: 1px solid var(--line); text-align: center; color: white; text-decoration: none; font-weight: 900; }
  .mobile-actions a:last-child { border-right: 0; color: var(--green); }
}
