:root {
  --green-950: #06331a;
  --green-900: #08431f;
  --green-800: #0b5428;
  --green-700: #116d34;
  --green-600: #188943;
  --green-500: #23a853;
  --green-400: #44c26a;
  --lime: #81d72f;
  --mint: #eaf8ef;
  --mint-2: #f4fbf6;
  --ink: #101713;
  --text: #26312a;
  --muted: #69746d;
  --line: #dce6df;
  --surface: #ffffff;
  --surface-2: #f6f9f7;
  --shadow-sm: 0 8px 24px rgba(14, 67, 35, .08);
  --shadow-md: 0 18px 50px rgba(14, 67, 35, .12);
  --shadow-lg: 0 32px 80px rgba(6, 51, 26, .18);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --radius-xl: 38px;
  --container: 1220px;
  --header-h: 88px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }

.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  width: 0; height: 3px;
  background: linear-gradient(90deg, var(--green-500), var(--lime));
  z-index: 10000;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  height: var(--header-h);
  transition: .35s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-color: rgba(10,65,31,.08);
  box-shadow: 0 10px 30px rgba(8,45,25,.06);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 160px; height: 62px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 32px; align-items: center; margin-left: auto; }
.desktop-nav a { font-weight: 700; font-size: .92rem; color: #3c4840; position: relative; transition: .25s; }
.desktop-nav a::after { content:""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--green-600); transition: .25s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--green-800); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--green-900); margin: 5px 0; transition: .25s; }
.mobile-menu { display: none; }

.btn {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: .92rem;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--green-700), var(--green-500)); color: #fff; box-shadow: 0 12px 24px rgba(24,137,67,.22); }
.btn-primary:hover { box-shadow: 0 16px 30px rgba(24,137,67,.3); }
.btn-whatsapp { background: #19a857; color: #fff; box-shadow: 0 10px 22px rgba(25,168,87,.2); }
.btn-whatsapp:hover { background: #138b47; }
.btn-ghost { background: #fff; color: var(--green-900); border-color: var(--line); }
.btn-light { background: rgba(255,255,255,.9); color: var(--green-900); border-color: rgba(12,85,41,.12); box-shadow: var(--shadow-sm); }
.btn-dark { background: var(--green-950); color: #fff; }
.btn-white { background: #fff; color: var(--green-900); }
.btn-transparent { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); }
.btn-outline-green { border-color: rgba(17,109,52,.25); color: var(--green-800); background: #fff; }
.btn-lg { min-height: 56px; padding-inline: 26px; border-radius: 14px; }
.hidden { display: none !important; }

.hero {
  min-height: 820px;
  position: relative;
  padding: calc(var(--header-h) + 78px) 0 56px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(129,215,47,.16), transparent 22%),
    radial-gradient(circle at 8% 18%, rgba(35,168,83,.09), transparent 24%),
    linear-gradient(180deg, #fbfefc 0%, #f5fbf7 66%, #fff 100%);
}
.hero-noise {
  position: absolute; inset: 0; pointer-events: none; opacity: .23;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
}
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .5; pointer-events: none; }
.hero-orb-one { width: 300px; height: 300px; background: radial-gradient(circle, rgba(129,215,47,.23), transparent 67%); right: 5%; top: 10%; }
.hero-orb-two { width: 220px; height: 220px; background: radial-gradient(circle, rgba(24,137,67,.15), transparent 70%); left: -70px; bottom: 10%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; z-index: 2; }
.hero-copy { padding: 24px 0 36px; }
.eyebrow, .section-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; letter-spacing: .14em;
  font-size: .72rem; font-weight: 800; color: var(--green-700);
}
.eyebrow { background: rgba(35,168,83,.08); border: 1px solid rgba(35,168,83,.1); padding: 8px 12px; border-radius: 999px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 5px rgba(35,168,83,.12); }
.hero h1, .section-heading h2, .about-copy h2, .diagnostic-copy h2, .faq-copy h2, .cta-copy h2 {
  font-family: "Sora", sans-serif;
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(3rem, 5vw, 5.45rem); margin: 24px 0 24px; max-width: 760px; }
.text-gradient, .section-heading h2 span, .about-copy h2 span, .diagnostic-copy h2 span, .faq-copy h2 span {
  color: var(--green-700);
}
.hero-subtitle { font-size: 1.13rem; max-width: 680px; color: #59665e; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 30px; color: #536158; }
.hero-trust div { display: flex; align-items: center; gap: 8px; font-size: .87rem; font-weight: 700; }
.hero-trust svg { width: 17px; color: var(--green-600); }

.hero-visual { position: relative; min-height: 575px; perspective: 1200px; }
.hero-image-wrap {
  position: absolute; inset: 42px 0 22px 30px;
  border-radius: 38px 38px 80px 38px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transform: rotate(1deg);
}
.hero-image-wrap::before { content:""; position:absolute; inset:0; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; z-index: 2; }
.hero-truck-image { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.03); }
.hero-image-overlay { position:absolute; inset:0; background: linear-gradient(180deg, rgba(4,39,19,.02), rgba(4,39,19,.28)); }
.floating-card { position: absolute; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.7); box-shadow: var(--shadow-md); border-radius: 18px; z-index: 4; }
.compliance-card { top: 0; left: -12px; padding: 15px 18px; display:flex; align-items:center; gap:12px; animation: floatY 5s ease-in-out infinite; }
.floating-icon { width: 44px; height: 44px; border-radius: 14px; background: var(--mint); color: var(--green-700); display:grid; place-items:center; }
.floating-kicker { display:block; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 800; }
.compliance-card strong { font-size: .94rem; color: var(--ink); }
.status-card { right: -38px; top: 110px; width: 265px; padding: 18px; animation: floatY 6.2s ease-in-out infinite reverse; }
.status-head { display:flex; justify-content:space-between; align-items:center; font-size:.7rem; font-weight:800; color:#4a574f; margin-bottom:14px; }
.pulse-badge { color:var(--green-700); display:flex; align-items:center; gap:6px; }
.pulse-badge span { width:7px;height:7px;border-radius:50%;background:var(--green-500);box-shadow:0 0 0 5px rgba(35,168,83,.11); }
.status-line { display:flex; gap:9px; align-items:center; padding:9px 0; font-size:.78rem; border-top:1px solid #edf2ee; color:#778179; }
.status-line span { width:9px;height:9px;border-radius:50%;border:2px solid #bdc8c0; }
.status-line.active { color: #2f3d34; }
.status-line.active span { background:var(--green-500); border-color:var(--green-500); box-shadow:0 0 0 4px rgba(35,168,83,.10); }
.document-card { bottom: 0; left: -20px; width: 285px; padding: 18px; animation: floatY 5.7s ease-in-out infinite; }
.doc-top { display:flex; align-items:center; gap:12px; }
.doc-icon { width:46px;height:46px;border-radius:14px;background:var(--green-800);color:#fff;display:grid;place-items:center; }
.doc-top span { display:block;font-size:.7rem;color:#819087; }
.doc-top strong { color:var(--ink); }
.doc-progress { height:7px;border-radius:99px;background:#e7eee9;margin:16px 0 9px;overflow:hidden; }
.doc-progress span { display:block;height:100%;width:72%;background:linear-gradient(90deg,var(--green-600),var(--lime));border-radius:inherit; }
.document-card small { color:#6b776f;font-size:.72rem; }
@keyframes floatY { 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-10px) } }

.hero-bottom { position: relative; z-index: 3; margin-top: 50px; }
.hero-bottom-card { background:#fff; border:1px solid rgba(15,82,39,.09); box-shadow:var(--shadow-sm); border-radius:18px; padding: 11px 11px 11px 18px; display:flex; align-items:center; gap:22px; }
.hero-bottom-label { font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; font-weight:800; color:var(--green-700); padding-right:22px; border-right:1px solid var(--line); }
.hero-bottom-content { flex:1; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.hero-bottom-content strong { color:var(--ink); display:block; }
.hero-bottom-content span { color:var(--muted); font-size:.86rem; }

.logo-strip { padding: 22px 0; border-top:1px solid #eff3f0; border-bottom:1px solid #eff3f0; background:#fff; }
.logo-strip-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.logo-strip-grid div { display:flex; align-items:center; justify-content:center; gap:10px; color:#5b665f; font-size:.84rem; font-weight:700; }
.logo-strip-grid svg { width:18px; color:var(--green-600); }

.section-heading { margin-bottom: 48px; }
.section-heading.split-heading { display:flex; justify-content:space-between; align-items:end; gap:50px; }
.section-heading h2, .about-copy h2, .diagnostic-copy h2, .faq-copy h2, .cta-copy h2 { font-size: clamp(2.3rem, 3.7vw, 4.15rem); margin-top: 14px; }
.section-heading.split-heading h2 { max-width:760px; }
.section-heading.split-heading p { max-width:440px; color:var(--muted); }
.section-heading.centered { max-width:850px; margin:0 auto 58px; text-align:center; }
.section-heading.centered p { max-width:650px; margin:18px auto 0; color:var(--muted); }
.services-section { background:#fff; }
.services-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:18px; }
.service-card {
  position:relative; min-height:380px; padding:30px;
  border:1px solid #e5ece7; border-radius:24px; background:#fff;
  transition: .35s var(--ease); overflow:hidden;
  display:flex; flex-direction:column;
}
.service-card::before { content:""; position:absolute; width:180px;height:180px;border-radius:50%;right:-100px;top:-100px;background:radial-gradient(circle,rgba(35,168,83,.1),transparent 68%);transition:.35s; }
.service-card:hover { transform:translateY(-8px); border-color:rgba(24,137,67,.25); box-shadow:var(--shadow-md); }
.service-card:hover::before { transform:scale(1.6); }
.service-card.featured { border-color: rgba(24,137,67,.23); background:linear-gradient(160deg,#fbfefc,#f1fbf4); }
.service-topline { display:flex; justify-content:space-between; align-items:center; margin-bottom:22px; }
.service-topline span { font-size:.68rem; text-transform:uppercase; letter-spacing:.1em; background:var(--green-800); color:#fff; padding:6px 9px; border-radius:999px; font-weight:800; }
.service-topline svg { width:18px; color:var(--green-700); }
.service-icon { width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:var(--mint);color:var(--green-700);margin-bottom:24px;transition:.3s; }
.service-card:hover .service-icon { transform:rotate(-4deg) scale(1.05); background:var(--green-800); color:#fff; }
.service-icon svg { width:28px;height:28px; }
.service-card h3 { font-family:"Sora",sans-serif;color:var(--ink);font-size:1.28rem;margin-bottom:12px; }
.service-card p { color:var(--muted);font-size:.92rem; }
.service-card ul { list-style:none;margin-top:18px;display:grid;gap:7px; }
.service-card li { display:flex;align-items:center;gap:8px;font-size:.78rem;color:#4f5e55; }
.service-card li svg { width:15px;color:var(--green-600); }
.service-meta { margin-top:20px; }
.service-meta span { display:inline-flex;align-items:center;gap:7px;background:#f4f8f5;color:#59665e;padding:8px 10px;border-radius:10px;font-size:.74rem;font-weight:700; }
.service-meta svg { width:15px;color:var(--green-600); }
.service-link { position:static; margin-top:auto; padding:26px 0 0; border:0; background:none; color:var(--green-700); font-weight:800; display:flex; align-items:center; gap:7px; width:max-content; }
.service-link svg { width:17px;transition:.2s; }
.service-link:hover svg { transform:translateX(4px); }
.service-card-dark { background:linear-gradient(145deg,var(--green-950),var(--green-800)); color:#fff; border-color:transparent; }
.service-card-dark::before { background:radial-gradient(circle,rgba(129,215,47,.28),transparent 70%); }
.service-card-dark .service-icon { background:rgba(255,255,255,.12);color:#fff; }
.service-card-dark h3 { color:#fff; }
.service-card-dark p { color:rgba(255,255,255,.72); }
.service-link-light { color:#fff; }

.diagnostic-section { background:linear-gradient(135deg,#07381c,#0b5a2a 60%,#0e6d34); position:relative; overflow:hidden; }
.diagnostic-section::before { content:""; position:absolute; width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(129,215,47,.18),transparent 68%);right:-160px;top:-140px; }
.diagnostic-grid { display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center;position:relative;z-index:2; }
.section-kicker-light { color:#a7f07d; }
.diagnostic-copy h2 { color:#fff; }
.diagnostic-copy h2 span { color:#b0ef80; }
.diagnostic-copy > p { color:rgba(255,255,255,.72);font-size:1rem;margin:22px 0;max-width:570px; }
.diagnostic-points { display:grid;gap:10px;margin-bottom:28px; }
.diagnostic-points div { display:flex;align-items:center;gap:9px;color:#e9f7ed;font-weight:700;font-size:.88rem; }
.diagnostic-points svg { width:17px;color:#9fe96c; }
.diagnostic-ui { perspective:1000px; }
.mini-window { background:#fff;border-radius:28px;box-shadow:0 34px 90px rgba(0,0,0,.27);overflow:hidden;transform:rotateY(-2deg) rotateX(1deg); }
.mini-window-head { display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #edf1ee;background:#f9fbfa;font-size:.8rem;font-weight:800;color:#59665e; }
.window-dots { display:flex;gap:6px; }
.window-dots span { width:8px;height:8px;border-radius:50%;background:#d1dad4; }
.window-dots span:first-child { background:#f09191; }
.window-dots span:nth-child(2) { background:#e8c75c; }
.window-dots span:nth-child(3) { background:#65bd79; }
.mini-window-head svg { width:18px;color:var(--green-600); }
.mini-window-body { padding:35px; }
.question-number { font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--green-700);font-weight:800; }
.mini-window-body h3 { font-family:"Sora";font-size:1.6rem;color:var(--ink);margin:7px 0 20px; }
.choice-list { display:grid;gap:10px; }
.choice-list button { width:100%;border:1px solid #e1e9e3;background:#fff;border-radius:14px;padding:15px 16px;display:flex;align-items:center;justify-content:space-between;color:#465249;transition:.22s; }
.choice-list button span { display:flex;align-items:center;gap:10px;font-weight:700; }
.choice-list button svg { width:18px; }
.choice-list button.active,.choice-list button:hover { border-color:rgba(24,137,67,.35);background:var(--mint-2);color:var(--green-800);transform:translateX(4px); }
.mini-progress { height:5px;border-radius:20px;background:#e8eee9;margin:24px 0 10px;overflow:hidden; }
.mini-progress span { display:block;width:26%;height:100%;background:linear-gradient(90deg,var(--green-600),var(--lime)); }
.mini-window small { color:#839087; }

.process-section { background:#f8fbf9; }
.process-track { position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:34px; }
.process-line { position:absolute;top:50px;left:8%;right:8%;height:2px;background:#dce7df;overflow:hidden; }
.process-line span { display:block;height:100%;width:0;background:linear-gradient(90deg,var(--green-600),var(--lime));transition:1.6s var(--ease); }
.process-track.in-view .process-line span { width:100%; }
.process-step { position:relative;text-align:center;z-index:2; }
.step-number { position:absolute;top:0;left:calc(50% + 33px);font-size:.7rem;color:#849188;font-weight:800; }
.step-icon { width:92px;height:92px;border-radius:30px;background:#fff;border:1px solid #e2eae4;box-shadow:var(--shadow-sm);display:grid;place-items:center;margin:0 auto 24px;color:var(--green-700);transition:.35s; }
.process-step:hover .step-icon { background:var(--green-800);color:#fff;transform:translateY(-7px) rotate(-4deg);box-shadow:var(--shadow-md); }
.step-icon svg { width:34px;height:34px; }
.process-step h3 { color:var(--ink);font-family:"Sora";font-size:1.08rem;margin-bottom:8px; }
.process-step p { color:var(--muted);font-size:.86rem; }

.about-section { background:#fff; }
.about-grid { display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center; }
.about-media { position:relative;min-height:600px; }
.about-image-main { position:absolute;inset:0 52px 0 0;border-radius:32px;overflow:hidden;box-shadow:var(--shadow-md); }
.about-image-main img { width:100%;height:100%;object-fit:cover;filter:saturate(.85); }
.about-image-main::after { content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(6,51,26,.22)); }
.about-badge { position:absolute;right:0;bottom:48px;width:310px;background:#fff;border:1px solid #e8efe9;border-radius:20px;box-shadow:var(--shadow-md);padding:19px;display:flex;gap:13px;align-items:flex-start; }
.about-badge-icon { width:48px;height:48px;border-radius:15px;background:var(--mint);display:grid;place-items:center;color:var(--green-700);flex:0 0 auto; }
.about-badge strong { color:var(--ink);display:block; }
.about-badge span { display:block;color:var(--muted);font-size:.78rem;margin-top:3px; }
.about-copy > p { color:var(--muted);margin-top:18px; }
.about-features { display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px; }
.about-features > div { display:flex;gap:12px;border:1px solid #e5ece7;border-radius:16px;padding:15px;transition:.25s; }
.about-features > div:hover { transform:translateY(-3px);box-shadow:var(--shadow-sm);border-color:rgba(24,137,67,.2); }
.about-features svg { width:20px;color:var(--green-600);flex:0 0 auto;margin-top:2px; }
.about-features strong { color:var(--ink);display:block;font-size:.88rem; }
.about-features span { color:var(--muted);font-size:.76rem;display:block;margin-top:2px; }

.social-proof-section { background:linear-gradient(180deg,#f8fbf9,#fff); }
.proof-header { display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:38px; }
.proof-header h2 { font-family:"Sora";font-size:clamp(2.2rem,3.4vw,3.8rem);line-height:1.1;letter-spacing:-.04em;max-width:730px;color:var(--ink);margin-top:12px; }
.proof-header h2 span { color:var(--green-700); }
.proof-rating { text-align:right; }
.proof-rating strong,.proof-rating span { display:block; }
.proof-rating strong { color:var(--ink);margin-top:6px; }
.proof-rating span { color:var(--muted);font-size:.78rem; }
.stars { display:flex;gap:3px;color:#f0b33c; }
.stars svg { width:16px;height:16px;fill:currentColor; }
.proof-rating .stars { justify-content:flex-end; }
.testimonial-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:18px; }
.testimonial-card { position:relative;background:#fff;border:1px solid #e5ece7;border-radius:22px;padding:30px;box-shadow:0 10px 25px rgba(11,79,38,.05);transition:.3s;overflow:hidden; }
.testimonial-card:hover { transform:translateY(-7px);box-shadow:var(--shadow-md); }
.quote-mark { position:absolute;right:20px;top:4px;font-size:5rem;line-height:1;color:#edf5ef;font-family:serif; }
.testimonial-card p { color:#4f5d54;margin:18px 0 24px;font-size:.94rem;position:relative;z-index:2; }
.testimonial-author { display:flex;align-items:center;gap:11px; }
.author-avatar { width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--green-800),var(--green-500));color:#fff;display:grid;place-items:center;font-weight:800;font-size:.75rem; }
.testimonial-author strong,.testimonial-author span { display:block; }
.testimonial-author strong { color:var(--ink);font-size:.86rem; }
.testimonial-author span { color:var(--muted);font-size:.72rem; }
.transparency-note { display:flex;gap:12px;align-items:flex-start;margin-top:24px;padding:16px 18px;background:#f7faf8;border:1px solid #e8eee9;border-radius:14px;color:#637067;font-size:.78rem; }
.transparency-note svg { width:18px;color:var(--green-600);flex:0 0 auto;margin-top:2px; }

.faq-section { background:#fff; }
.faq-grid { display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start; }
.faq-copy { position:sticky;top:130px; }
.faq-copy p { color:var(--muted);margin:20px 0 26px;max-width:470px; }
.faq-list { border-top:1px solid var(--line); }
.faq-item { border-bottom:1px solid var(--line); }
.faq-question { width:100%;border:0;background:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 2px;color:var(--ink);font-weight:800;text-align:left; }
.faq-question svg { width:20px;color:var(--green-700);transition:.28s; }
.faq-item.open .faq-question svg { transform:rotate(45deg); }
.faq-answer { max-height:0;overflow:hidden;transition:max-height .4s var(--ease); }
.faq-answer p { color:var(--muted);font-size:.9rem;padding:0 30px 24px 2px; }

.cta-section { padding:30px 0 90px; }
.cta-card { position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(130deg,var(--green-950),var(--green-700));padding:64px 66px;color:#fff;display:grid;grid-template-columns:1fr .55fr;align-items:center;min-height:380px;box-shadow:var(--shadow-lg); }
.cta-card::before { content:"";position:absolute;inset:auto auto -230px -100px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(129,215,47,.16),transparent 68%); }
.cta-copy { position:relative;z-index:2; }
.cta-copy h2 { color:#fff;max-width:700px; }
.cta-copy p { color:rgba(255,255,255,.72);margin:18px 0 28px;max-width:580px; }
.cta-actions { display:flex;gap:10px;flex-wrap:wrap; }
.cta-art { position:absolute;right:0;top:0;bottom:0;width:43%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.15); }
.cta-art > svg { width:210px;height:210px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15)); }
.road-lines { position:absolute;right:-70px;bottom:35px;width:430px;height:120px;border-top:3px solid rgba(255,255,255,.08);border-radius:50%;transform:rotate(-8deg); }
.road-lines::after { content:"";position:absolute;inset:18px 0 auto 0;border-top:3px dashed rgba(255,255,255,.09); }

.site-footer { background:#062e18;color:rgba(255,255,255,.72);padding:70px 0 22px; }
.footer-grid { display:grid;grid-template-columns:1.35fr .7fr .85fr 1.2fr;gap:58px; }
.footer-brand img { width:185px;height:82px;object-fit:contain;background:#fff;border-radius:12px;padding:6px; }
.footer-brand p { margin:18px 0;max-width:330px;font-size:.84rem; }
.social-links { display:flex;gap:8px; }
.social-links a { width:38px;height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;color:#fff;transition:.25s; }
.social-links a:hover { background:var(--green-600);transform:translateY(-2px); }
.social-links svg { width:18px; }
.footer-col { display:flex;flex-direction:column;gap:10px;font-size:.82rem; }
.footer-col h3 { color:#fff;font-size:.9rem;margin-bottom:8px; }
.footer-col a:hover { color:#fff; }
.footer-contact span,.footer-contact a { display:flex;gap:8px;align-items:flex-start; }
.footer-contact svg { width:15px;flex:0 0 auto;margin-top:3px;color:#91e86d; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12);margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.72rem; }
.footer-bottom div { display:flex;gap:18px; }

.floating-whatsapp { position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:20px;background:#18a957;color:#fff;display:grid;place-items:center;z-index:800;box-shadow:0 16px 30px rgba(24,169,87,.32);transition:.3s; }
.floating-whatsapp:hover { transform:translateY(-4px) scale(1.04); }
.floating-whatsapp svg { width:27px;height:27px; }
.floating-label { position:absolute;right:68px;background:#0c5529;color:#fff;padding:8px 11px;border-radius:9px;font-size:.72rem;font-weight:800;white-space:nowrap;opacity:0;pointer-events:none;transform:translateX(10px);transition:.25s; }
.floating-whatsapp:hover .floating-label { opacity:1;transform:none; }

.modal-backdrop { position:fixed;inset:0;background:rgba(3,25,12,.7);backdrop-filter:blur(9px);z-index:5000;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:.3s; }
.modal-backdrop.open { opacity:1;visibility:visible; }
.wizard-modal { width:min(100%,1020px);max-height:92vh;overflow:auto;background:#fff;border-radius:28px;box-shadow:0 40px 110px rgba(0,0,0,.34);display:grid;grid-template-columns:330px 1fr;position:relative;transform:translateY(20px) scale(.98);transition:.35s var(--ease); }
.modal-backdrop.open .wizard-modal { transform:none; }
.wizard-close { position:absolute;right:16px;top:16px;width:40px;height:40px;border:1px solid #e6ece8;background:#fff;border-radius:12px;display:grid;place-items:center;z-index:3;color:#415047; }
.wizard-close svg { width:18px; }
.wizard-sidebar { background:linear-gradient(160deg,#083d1e,#0d6b32);padding:36px;color:#fff;display:flex;flex-direction:column;min-height:650px;position:relative;overflow:hidden; }
.wizard-sidebar::before { content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(129,215,47,.2),transparent 70%);left:-100px;bottom:-80px; }
.wizard-sidebar img { width:175px;height:80px;object-fit:contain;background:#fff;border-radius:12px;padding:6px; }
.wizard-sidebar-copy { margin-top:100px;position:relative;z-index:2; }
.wizard-sidebar-copy > span { font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#aef085;font-weight:800; }
.wizard-sidebar-copy h3 { font-family:"Sora";font-size:1.75rem;line-height:1.16;margin:10px 0 13px; }
.wizard-sidebar-copy p { color:rgba(255,255,255,.72);font-size:.84rem; }
.wizard-security { margin-top:auto;display:flex;gap:10px;align-items:flex-start;position:relative;z-index:2;color:rgba(255,255,255,.72);font-size:.72rem; }
.wizard-security svg { width:18px;color:#abed80;flex:0 0 auto; }
.wizard-content { padding:40px 48px 34px; }
.wizard-progress-row { display:flex;align-items:center;gap:14px;margin-bottom:34px;padding-right:42px; }
.wizard-progress-row > span { font-size:.72rem;font-weight:800;color:#718078;white-space:nowrap; }
.wizard-progress { flex:1;height:5px;border-radius:10px;background:#edf2ee;overflow:hidden; }
.wizard-progress span { display:block;width:33.33%;height:100%;background:linear-gradient(90deg,var(--green-600),var(--lime));transition:.35s; }
.wizard-step { display:none; }
.wizard-step.active { display:block;animation:stepIn .35s var(--ease); }
@keyframes stepIn { from { opacity:0;transform:translateX(12px) } to { opacity:1;transform:none } }
.wizard-kicker { font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--green-700);font-weight:800; }
.wizard-step h2 { font-family:"Sora";font-size:2rem;line-height:1.15;color:var(--ink);margin:7px 0 8px;letter-spacing:-.03em; }
.wizard-step > p { color:var(--muted);font-size:.86rem;margin-bottom:25px; }
.wizard-options { display:grid;grid-template-columns:1fr 1fr;gap:10px; }
.wizard-options input { position:absolute;opacity:0;pointer-events:none; }
.wizard-options label > span { min-height:112px;border:1px solid #e2e9e4;border-radius:16px;padding:15px;display:grid;grid-template-columns:36px 1fr;column-gap:11px;align-items:center;transition:.2s;cursor:pointer; }
.wizard-options label > span > svg { grid-row:1 / span 2;width:21px;color:var(--green-700); }
.wizard-options b { color:var(--ink);font-size:.83rem; }
.wizard-options small { color:var(--muted);font-size:.69rem;align-self:start; }
.wizard-options input:checked + span { border-color:var(--green-600);background:var(--mint-2);box-shadow:0 0 0 3px rgba(35,168,83,.08);transform:translateY(-2px); }
.form-grid { display:grid;grid-template-columns:1fr 1fr;gap:15px; }
.form-field { display:flex;flex-direction:column;gap:7px; }
.form-field.full { grid-column:1 / -1; }
.form-field span { font-size:.74rem;font-weight:800;color:#4c5b52; }
.form-field input,.form-field select,.form-field textarea { width:100%;border:1px solid #dce5df;background:#fbfdfb;border-radius:12px;padding:13px 14px;outline:none;color:var(--ink);transition:.2s;resize:vertical; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color:var(--green-500);box-shadow:0 0 0 3px rgba(35,168,83,.09);background:#fff; }
.wizard-summary { margin-top:16px;background:#f5f9f6;border:1px solid #e1eae4;border-radius:14px;padding:14px;font-size:.78rem;color:#5c6a61; }
.wizard-summary strong { color:var(--green-800); }
.wizard-actions { display:flex;justify-content:space-between;gap:10px;margin-top:30px;padding-top:22px;border-top:1px solid #edf1ee; }

.toast { position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);z-index:7000;background:#0a4d25;color:#fff;border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:9px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transition:.3s;font-size:.8rem;font-weight:700; }
.toast.show { opacity:1;visibility:visible;transform:translate(-50%,0); }
.toast svg { width:17px; }

.reveal-up,.reveal-left,.reveal-right,.reveal-scale { opacity:0;transition:opacity .75s var(--ease), transform .75s var(--ease); }
.reveal-up { transform:translateY(28px); }
.reveal-left { transform:translateX(-32px); }
.reveal-right { transform:translateX(32px); }
.reveal-scale { transform:scale(.96); }
.reveal-up.visible,.reveal-left.visible,.reveal-right.visible,.reveal-scale.visible { opacity:1;transform:none; }

@media (max-width: 1080px) {
  .desktop-nav { gap:20px; }
  .header-cta-secondary { display:none; }
  .hero-grid { gap:30px; }
  .hero h1 { font-size:4.2rem; }
  .status-card { right:-10px; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .diagnostic-grid { gap:45px; }
  .about-grid { gap:50px; }
  .faq-grid { gap:50px; }
  .footer-grid { grid-template-columns:1.2fr .7fr .9fr; }
  .footer-contact { grid-column:1 / -1; display:grid;grid-template-columns:repeat(3,1fr); }
  .footer-contact h3 { grid-column:1 / -1; }
}

@media (max-width: 860px) {
  :root { --header-h:76px; }
  .section { padding:82px 0; }
  .container { width:min(calc(100% - 28px),var(--container)); }
  .desktop-nav,.header-actions > .btn { display:none; }
  .menu-toggle { display:block; }
  .brand img { width:138px;height:54px; }
  .mobile-menu { display:block;position:absolute;top:calc(100% + 1px);left:0;right:0;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(8,45,25,.1);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s; }
  .site-header.menu-open .mobile-menu { opacity:1;visibility:visible;transform:none; }
  .mobile-menu-inner { display:grid;padding:18px 0 22px;gap:4px; }
  .mobile-menu a:not(.btn) { padding:12px 4px;font-weight:800;color:#334039; }
  .mobile-menu .btn { margin-top:10px; }
  .hero { padding-top:calc(var(--header-h) + 38px); }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { text-align:left; }
  .hero h1 { font-size:clamp(2.75rem,10vw,4.5rem); }
  .hero-visual { min-height:520px; }
  .hero-image-wrap { inset:40px 16px 20px; }
  .compliance-card { left:0; }
  .status-card { right:0;top:88px; }
  .document-card { left:10px; }
  .hero-bottom { margin-top:28px; }
  .hero-bottom-card { display:block;padding:18px; }
  .hero-bottom-label { border-right:0;border-bottom:1px solid var(--line);padding:0 0 10px;margin-bottom:12px; }
  .hero-bottom-content { align-items:flex-start; }
  .logo-strip-grid { grid-template-columns:1fr 1fr; }
  .section-heading.split-heading,.proof-header { display:block; }
  .section-heading.split-heading p { margin-top:18px; }
  .proof-rating { text-align:left;margin-top:20px; }
  .proof-rating .stars { justify-content:flex-start; }
  .diagnostic-grid,.about-grid,.faq-grid { grid-template-columns:1fr; }
  .diagnostic-ui { order:2; }
  .process-track { grid-template-columns:1fr 1fr;row-gap:42px; }
  .process-line { display:none; }
  .about-media { min-height:520px; }
  .faq-copy { position:static; }
  .testimonial-grid { grid-template-columns:1fr; }
  .cta-card { grid-template-columns:1fr;padding:48px 35px; }
  .cta-art { opacity:.25;width:55%; }
  .wizard-modal { grid-template-columns:1fr;max-height:94vh; }
  .wizard-sidebar { min-height:auto;padding:24px; }
  .wizard-sidebar img { width:135px;height:62px; }
  .wizard-sidebar-copy { margin-top:24px; }
  .wizard-security { margin-top:20px; }
}

@media (max-width: 620px) {
  .hero { min-height:auto; }
  .hero h1 { font-size:2.72rem; }
  .hero-subtitle { font-size:1rem; }
  .hero-actions { display:grid;grid-template-columns:1fr; }
  .hero-actions .btn { width:100%; }
  .hero-trust { display:grid;grid-template-columns:1fr 1fr;gap:11px; }
  .hero-visual { min-height:430px; }
  .hero-image-wrap { inset:35px 0 18px; border-radius:26px 26px 55px 26px; }
  .status-card { width:205px;top:65px;right:-5px;padding:13px; }
  .status-head { display:block; }
  .pulse-badge { margin-top:4px; }
  .status-line { font-size:.68rem;padding:7px 0; }
  .compliance-card { padding:11px 13px; }
  .compliance-card .floating-icon { width:38px;height:38px; }
  .document-card { width:230px;padding:13px; }
  .hero-bottom-content { display:block; }
  .hero-bottom-content .btn { width:100%;margin-top:14px; }
  .logo-strip-grid { grid-template-columns:1fr; }
  .logo-strip-grid div { justify-content:flex-start; }
  .section-heading h2,.about-copy h2,.diagnostic-copy h2,.faq-copy h2,.cta-copy h2 { font-size:2.3rem; }
  .services-grid { grid-template-columns:1fr; }
  .service-card { min-height:340px; }
  .diagnostic-grid { gap:38px; }
  .mini-window-body { padding:24px 18px; }
  .choice-list button { padding:13px 12px; }
  .process-track { grid-template-columns:1fr; }
  .about-media { min-height:430px; }
  .about-image-main { right:18px; }
  .about-badge { width:265px;right:0;bottom:22px; }
  .about-features { grid-template-columns:1fr; }
  .proof-header h2 { font-size:2.25rem; }
  .cta-card { padding:42px 24px; }
  .cta-art { display:none; }
  .footer-grid { grid-template-columns:1fr 1fr;gap:35px; }
  .footer-brand { grid-column:1 / -1; }
  .footer-contact { grid-column:1 / -1;display:flex; }
  .footer-bottom { display:block; }
  .footer-bottom div { margin-top:10px;flex-wrap:wrap; }
  .floating-whatsapp { right:14px;bottom:14px;width:54px;height:54px;border-radius:18px; }
  .floating-label { display:none; }
  .modal-backdrop { padding:10px; }
  .wizard-content { padding:28px 18px 22px; }
  .wizard-sidebar { display:none; }
  .wizard-options { grid-template-columns:1fr; }
  .wizard-options label > span { min-height:84px; }
  .form-grid { grid-template-columns:1fr; }
  .form-field.full { grid-column:auto; }
  .wizard-actions { flex-wrap:wrap; }
  .wizard-actions .btn { flex:1 1 auto; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto !important;animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important; }
  .reveal-up,.reveal-left,.reveal-right,.reveal-scale { opacity:1;transform:none; }
}
