:root {
  --ink: #07110f;
  --muted: #5d6966;
  --line: #dce7e3;
  --soft: #f4f8f6;
  --white: #ffffff;
  --accent: #9eff00;
  --accent-2: #ccff70;
  --accent-deep: #78c800;
  --green-dark: #0b2019;
  --shadow: 0 30px 80px rgba(4, 26, 18, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'DM Sans', sans-serif; background: #fbfdfc; color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.site-shell { overflow: hidden; }

.nav-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 38px; height: 38px; background: var(--ink); border-radius: 11px; display: grid; place-content: center; gap: 3px; transform: rotate(-4deg); }
.brand-mark span { width: 19px; height: 4px; background: var(--accent); border-radius: 99px; display: block; }
.brand-mark span:nth-child(2) { width: 14px; }
.brand-mark span:nth-child(3) { width: 9px; }
.brand-copy { display: flex; flex-direction: column; line-height: .9; }
.brand-copy strong { font-family: 'Manrope', sans-serif; font-size: 21px; letter-spacing: -.7px; }
.brand-copy small { margin-top: 5px; font-size: 8px; letter-spacing: 2.6px; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 600; color: #46524f; transition: .2s ease; }
.desktop-nav a:hover { color: var(--ink); }

.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 12px; padding: 16px 22px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 12px 17px; border-radius: 10px; font-size: 13px; }
.button-dark { background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(7, 17, 15, .16); }
.button-dark:hover { background: #14231f; }
.button-primary { background: var(--accent); color: #102000; box-shadow: 0 15px 35px rgba(126, 200, 0, .24); }
.button-primary:hover { background: var(--accent-2); }
.button-white { background: var(--white); color: var(--ink); }
.button-full { width: 100%; }

.section-pad { padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); }
.hero { min-height: 690px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 70px; padding-top: 74px; padding-bottom: 100px; position: relative; }
.hero::before { content: ''; position: absolute; width: 520px; height: 520px; background: radial-gradient(circle, rgba(158,255,0,.14), rgba(158,255,0,0) 66%); top: -130px; left: -160px; pointer-events: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: 2px; color: #496258; margin-bottom: 18px; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--accent-deep); }
.hero h1, .section-heading h2, .split-copy h2, .review-copy h2, .contact-copy h2, .cta-band h2 { font-family: 'Manrope', sans-serif; letter-spacing: -2.7px; margin: 0; line-height: 1.03; }
.hero h1 { font-size: clamp(48px, 6vw, 78px); max-width: 720px; }
h1 span, h2 span { position: relative; z-index: 1; }
.hero h1 span::after, .section-heading h2 span::after, .split-copy h2 span::after, .review-copy h2 span::after, .contact-copy h2 span::after { content: ''; position: absolute; left: 1%; right: -2%; bottom: 6px; height: .23em; background: var(--accent); z-index: -1; transform: rotate(-1deg); border-radius: 1px; }
.hero-text { font-size: 18px; line-height: 1.7; color: var(--muted); max-width: 620px; margin: 28px 0 31px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.text-link { font-size: 14px; font-weight: 700; color: #35433f; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; font-size: 13px; color: #53615e; }
.trust-row b { color: #5cab00; margin-right: 5px; }

.hero-visual { position: relative; min-height: 485px; display: flex; align-items: center; justify-content: center; }
.glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.glow-one { width: 390px; height: 390px; background: rgba(158,255,0,.18); }
.glow-two { width: 230px; height: 230px; background: rgba(42,222,172,.12); right: 20px; bottom: 10px; }
.browser-card { width: 100%; max-width: 535px; min-height: 395px; background: #fff; border: 1px solid #d9e5e1; border-radius: 18px; box-shadow: var(--shadow); position: relative; z-index: 2; overflow: hidden; transform: rotate(1.4deg); }
.browser-top { height: 48px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid #e8efed; padding: 0 16px; background: #fbfcfc; }
.dots { display: flex; gap: 5px; }
.dots i { width: 7px; height: 7px; border-radius: 50%; background: #cfd8d5; }
.address { flex: 1; max-width: 245px; background: #eef3f1; color: #899490; border-radius: 7px; font-size: 9px; padding: 7px 12px; }
.mock-page { padding: 26px 30px 24px; }
.mock-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; }
.mock-logo { display: flex; align-items: center; gap: 7px; font: 800 8px/1 'Manrope'; }
.mock-logo i { width: 20px; height: 20px; background: var(--ink); border-radius: 6px; position: relative; }
.mock-logo i::after { content: ''; position: absolute; width: 9px; height: 3px; background: var(--accent); left: 5px; top: 8px; border-radius: 20px; }
.mock-pill { width: 64px; height: 21px; border-radius: 7px; background: var(--ink); }
.mock-hero span { font-size: 7px; letter-spacing: 1.6px; font-weight: 800; color: #6e7d78; }
.mock-hero h2 { font: 800 36px/1.03 'Manrope'; letter-spacing: -1.6px; max-width: 380px; margin: 10px 0 10px; }
.mock-hero p { color: #71807b; font-size: 10px; margin: 0 0 20px; }
.mock-hero button { border: 0; border-radius: 8px; background: var(--accent); font-size: 9px; font-weight: 800; padding: 10px 19px; }
.mock-proof { margin-top: 39px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #e8efed; padding-top: 20px; }
.mock-proof div { display: flex; flex-direction: column; }
.mock-proof strong { font: 800 12px 'Manrope'; }
.mock-proof small { font-size: 8px; color: #85918d; margin-top: 3px; }
.floating-card { z-index: 4; position: absolute; background: #fff; border: 1px solid #dce8e4; box-shadow: 0 16px 40px rgba(5,25,18,.12); border-radius: 12px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; }
.floating-card small { display: block; color: #86928e; font-size: 8px; margin-bottom: 3px; }
.floating-card strong { font-size: 11px; }
.floating-leads { left: -22px; bottom: 76px; }
.floating-mobile { right: -13px; top: 84px; }
.pulse-dot { width: 11px; height: 11px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 6px rgba(158,255,0,.19); }

.region-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 20px; text-align: center; background: white; }
.region-strip p { font-size: 11px; letter-spacing: 1.6px; font-weight: 800; color: #87928e; text-transform: uppercase; margin: 0 0 14px; }
.country-track { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 15px; font: 700 14px 'Manrope'; }
.country-track i { color: var(--accent-deep); font-style: normal; }

.section { padding-top: 115px; padding-bottom: 115px; }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading.centered { text-align: center; margin: 0 auto 55px; }
.section-heading h2, .split-copy h2, .review-copy h2, .contact-copy h2 { font-size: clamp(38px, 4.5vw, 58px); }
.section-heading p, .split-copy > p, .review-copy > p, .contact-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 680px; margin: 22px 0 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 27px; min-height: 235px; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(9,30,22,.08); }
.icon-wrap { width: 44px; height: 44px; border-radius: 12px; background: #edffd1; border: 1px solid #d8f6ad; display: grid; place-items: center; font-size: 18px; font-weight: 800; margin-bottom: 34px; }
.service-card h3 { font: 800 19px 'Manrope'; margin: 0 0 11px; letter-spacing: -.5px; }
.service-card p { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0; }

.split-section { background: var(--ink); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.split-section .eyebrow { color: #aebcb7; }
.split-section .eyebrow::before { background: var(--accent); }
.split-copy > p { color: #aebbb7; }
.split-copy h2 span::after { background: var(--accent); }
.metric-window { background: #fff; border-radius: 18px; padding: 18px; box-shadow: 0 25px 80px rgba(0,0,0,.3); color: var(--ink); position: relative; }
.metric-window::before { content: ''; position: absolute; inset: -17px 22px 17px -17px; border-radius: 22px; border: 1px solid rgba(158,255,0,.3); z-index: -1; }
.metric-window-top { display: flex; justify-content: space-between; padding: 6px 7px 20px; color: #65736f; font-size: 10px; font-weight: 700; }
.metric-window-top span:last-child { color: #469c00; }
.flow-list { display: grid; gap: 9px; }
.flow-list > div { display: grid; grid-template-columns: 38px 1fr 25px; align-items: center; gap: 10px; background: #f5f8f7; border: 1px solid #e8efed; border-radius: 12px; padding: 16px; }
.flow-list b { width: 34px; height: 34px; background: var(--ink); color: var(--accent); border-radius: 9px; display: grid; place-items: center; font-size: 10px; }
.flow-list span { display: flex; flex-direction: column; gap: 4px; }
.flow-list strong { font: 800 13px 'Manrope'; }
.flow-list small { color: #83908c; font-size: 10px; }
.flow-list i { width: 22px; height: 22px; border-radius: 50%; background: #e5ffc2; display: grid; place-items: center; font-size: 10px; font-style: normal; color: #4b9200; }
.check-list { list-style: none; margin: 27px 0 30px; padding: 0; display: grid; gap: 14px; }
.check-list li { color: #d3dcda; font-size: 14px; }
.check-list span { color: var(--accent); font-weight: 800; margin-right: 8px; }
.split-copy .button-dark { background: var(--accent); color: var(--ink); box-shadow: none; }

.reviews-section { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: center; background: linear-gradient(180deg, #f5f8f7 0%, #eef4f1 100%); overflow: hidden; }
.reviews-section[hidden] { display: none !important; }
.reviews-section::before { content: ''; position: absolute; width: 520px; height: 520px; right: -170px; top: -170px; border-radius: 50%; background: radial-gradient(circle, rgba(158,255,0,.12), rgba(158,255,0,0) 70%); pointer-events: none; }
.review-copy { position: relative; z-index: 2; max-width: 460px; }
.review-copy h2 { max-width: 500px; }
.review-copy h2 span::after { height: .18em; bottom: 6px; border-radius: 999px; background: linear-gradient(90deg, var(--accent), #cfff75); }
.review-side-detail { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.review-side-line { width: 52px; height: 2px; border-radius: 999px; background: var(--accent-deep); }
.review-side-detail small { color: #65736f; font-size: 12px; line-height: 1.5; }
.review-showcase { position: relative; z-index: 2; }
.review-panel { position: relative; overflow: hidden; background: rgba(255,255,255,.96); border: 1px solid rgba(7,17,15,.08); border-radius: 28px; padding: 34px; box-shadow: 0 34px 84px rgba(8,30,22,.11); }
.review-panel::after { content: ''; position: absolute; width: 250px; height: 250px; right: -80px; top: -90px; border-radius: 50%; background: radial-gradient(circle, rgba(158,255,0,.15), rgba(158,255,0,0) 68%); pointer-events: none; }
.review-panel-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-bottom: 25px; border-bottom: 1px solid #e4ece8; }
.review-panel-copy { max-width: 430px; }
.review-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--accent-deep); font-size: 10px; font-weight: 800; letter-spacing: 1.7px; margin-bottom: 9px; }
.review-kicker::before { content: ''; width: 28px; height: 2px; border-radius: 999px; background: var(--accent-deep); }
.review-panel-top h3 { margin: 0; font-family: 'Manrope', sans-serif; font-size: 29px; line-height: 1.12; letter-spacing: -1.2px; color: var(--ink); }
.review-score { position: relative; z-index: 1; min-width: 154px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #0d1c18; color: white; border-radius: 19px; padding: 16px 18px 15px; box-shadow: 0 16px 38px rgba(6,24,18,.18); }
.review-score small { color: #b8cbc5; font-size: 9px; font-weight: 800; letter-spacing: 1.15px; }
.review-score strong { margin-top: 5px; font: 800 40px/1 'Manrope'; color: white; }
.review-score span { margin-top: 5px; color: #8de000; letter-spacing: 2px; font-size: 14px; }
.review-score em { margin-top: 5px; color: #d4dfdc; font-style: normal; font-size: 10px; }
.review-cards { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.review-card { position: relative; min-height: 250px; display: flex; flex-direction: column; background: linear-gradient(180deg, #fff 0%, #f8fbfa 100%); border: 1px solid #e0e9e5; border-radius: 20px; padding: 21px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.review-card:hover { transform: translateY(-4px); border-color: #d1dfda; box-shadow: 0 18px 40px rgba(8,30,22,.07); }
.review-card::before { content: '“'; position: absolute; top: 17px; right: 18px; font: 800 42px/1 'Manrope'; color: rgba(126,200,0,.13); }
.review-stars { position: relative; z-index: 1; color: #7dcc00; letter-spacing: 2px; font-size: 14px; padding-right: 34px; }
.review-stars span { color: #dfe6e3; }
.review-card p { color: #253531; font-size: 14px; line-height: 1.78; margin: 22px 0 26px; }
.review-person { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 17px; border-top: 1px solid #edf2f0; }
.review-avatar { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #0d1c18; color: #fff; font-size: 12px; font-weight: 800; }
.review-person strong, .review-person small { display: block; }
.review-person strong { font-size: 13px; color: var(--ink); }
.review-person small { color: #74827e; font-size: 10px; margin-top: 3px; line-height: 1.35; }

.process { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-step { padding: 26px 22px; border-top: 2px solid var(--line); }
.process-step b { font: 800 12px 'Manrope'; color: #69a900; }
.process-step h3 { font: 800 18px 'Manrope'; margin: 25px 0 9px; }
.process-step p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }

.cta-band { background: var(--accent); min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band > div { max-width: 780px; }
.cta-band .eyebrow.light { color: #304200; }
.cta-band .eyebrow.light::before { background: #324c00; }
.cta-band h2 { font-size: clamp(34px, 4vw, 52px); }

.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; background: var(--soft); }
.contact-points { display: grid; gap: 13px; margin-top: 30px; font-size: 13px; color: #50605b; }
.contact-points b { color: #64a800; margin-right: 7px; }
.lead-form { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 30px; box-shadow: 0 24px 65px rgba(10,30,23,.08); display: grid; gap: 17px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.lead-form label { display: grid; gap: 8px; }
.lead-form label > span { font-size: 11px; font-weight: 800; color: #56635f; }
.lead-form input, .lead-form textarea { width: 100%; border: 1px solid #dce5e2; background: #fbfcfc; border-radius: 10px; padding: 13px 14px; outline: 0; color: var(--ink); transition: border .2s ease, box-shadow .2s ease; }
.lead-form input:focus, .lead-form textarea:focus { border-color: #8ccd31; box-shadow: 0 0 0 3px rgba(158,255,0,.14); }
.lead-form textarea { resize: vertical; }
.form-status { margin: -3px 0 0; min-height: 18px; font-size: 12px; text-align: center; color: #4b5a56; }
.form-status.success { color: #477b00; }
.form-status.error { color: #b53e3e; }

.footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 130px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; color: #74807d; font-size: 11px; }
.brand-footer { color: var(--ink); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay, .reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .18s; }
.reveal-delay-3 { transition-delay: .26s; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 55px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { width: min(650px, 100%); margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split-section, .reviews-section, .contact-section { grid-template-columns: 1fr; gap: 55px; }
  .review-copy { max-width: none; }
  .review-cards { grid-template-columns: repeat(2, 1fr); }
  .split-visual { max-width: 660px; }
  .review-panel { max-width: 820px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer { grid-template-columns: 1fr; padding: 30px 0; gap: 12px; text-align: center; justify-items: center; }
}

@media (max-width: 650px) {
  .nav-wrap { width: calc(100% - 28px); height: 76px; }
  .nav-wrap > .button { display: none; }
  .section-pad { padding-left: 18px; padding-right: 18px; }
  .hero { padding-top: 42px; padding-bottom: 70px; min-height: auto; }
  .hero h1 { font-size: 48px; letter-spacing: -2.4px; }
  .hero-text { font-size: 16px; margin-top: 22px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 12px 18px; }
  .browser-card { transform: none; }
  .floating-card { display: none; }
  .hero-visual { min-height: 385px; }
  .mock-page { padding: 22px; }
  .mock-hero h2 { font-size: 29px; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading h2, .split-copy h2, .review-copy h2, .contact-copy h2 { font-size: 39px; letter-spacing: -2px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .cta-band { padding-top: 65px; padding-bottom: 65px; flex-direction: column; align-items: flex-start; }
  .cta-band .button { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .lead-form { padding: 22px 18px; }
  .review-cards { grid-template-columns: 1fr; }
  .review-panel-top { flex-direction: column; align-items: flex-start; }
  .review-score { width: 100%; align-items: flex-start; text-align: left; }
  .country-track { gap: 10px; }
}

/* Dynamic brand-color support */
:root{--brand-dynamic:#8cff00}
