:root {
  --ink: #07110d;
  --ink-2: #0b1f17;
  --ink-3: #123426;
  --green: #00c853;
  --green-bright: #24e477;
  --green-soft: #dcfbe7;
  --paper: #f5f7f5;
  --white: #fff;
  --muted: #627069;
  --line: #dce4df;
  --font-display: "Manrope", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --shadow: 0 28px 70px rgba(3, 24, 14, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
svg { max-width: 100%; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { min-width: 320px; margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; color: white; background: var(--green); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.topline { color: #a8b8b0; background: #030a07; font-size: 12px; letter-spacing: .04em; }
.topline .container { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.topline a { color: white; font-weight: 700; }
.site-header { position: sticky; z-index: 90; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 190px; }
.main-nav { display: flex; align-items: center; gap: 6px; color: #35443c; font-size: 14px; font-weight: 600; }
.main-nav > a, .nav-solutions > a { padding: 11px 13px; border-radius: 10px; cursor: pointer; list-style: none; }
.main-nav > a:hover, .nav-solutions > a:hover, .main-nav [aria-current="page"] { color: #006c31; background: var(--green-soft); }
.main-nav .nav-cta { margin-left: 8px; color: #07110d; background: var(--green); padding-inline: 20px; }
.main-nav .nav-cta:hover { color: #07110d; background: var(--green-bright); }
.main-nav .nav-whatsapp { color: #087a38; }
.main-nav .nav-whatsapp:hover { color: #075f2d; background: #e4f8eb; }
.nav-solutions { position: relative; }
.mega-menu { position: absolute; top: calc(100% + 19px); right: -270px; width: 700px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 18px; color: var(--ink); background: white; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 18px; }
.nav-solutions .mega-menu { display: none; }
.nav-solutions:hover .mega-menu, .nav-solutions:focus-within .mega-menu { display: grid; }
.mega-menu a { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 10px; }
.mega-menu a:hover { background: var(--green-soft); }
.mega-menu span { display: grid; width: 44px; height: 32px; place-items: center; color: var(--green); background: var(--ink); border-radius: 7px; font-family: var(--font-display); font-size: 10px; letter-spacing: .08em; }
.mega-menu b { font-size: 13px; }
.menu-toggle { display: none; color: var(--ink); background: none; border: 0; }

.hero { position: relative; overflow: hidden; color: white; background: var(--ink); }
.home-hero { min-height: 720px; display: grid; align-items: center; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -220px; top: -180px; background: radial-gradient(circle, rgba(0,200,83,.24), transparent 68%); }
.hero-grid-lines { position: absolute; inset: 0; pointer-events: none; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 86%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 78px; padding-block: 84px 100px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #008c3d; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #72f5a6; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); line-height: 1.08; letter-spacing: -.045em; }
.hero h1 { max-width: 780px; font-size: clamp(48px, 6vw, 80px); }
.hero h1 em, .dark-section h2 em, .status-page h1 em { color: var(--green-bright); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 26px 0 0; color: #b9c9c1; font-size: 19px; line-height: 1.65; }
.button-row { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 13px 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--ink); background: var(--green); }
.button.primary:hover { background: var(--green-bright); }
.button.ghost { color: white; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.button.ghost:hover { border-color: rgba(255,255,255,.5); }
.button.whatsapp-button { color: #07110d; border-color: #25d366; background: #25d366; }
.button.whatsapp-button:hover { background: #49e27d; }
.button.wide { width: 100%; justify-content: space-between; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 42px; color: #819188; font-size: 12px; }
.hero-proof span { display: flex; gap: 8px; align-items: center; }
.hero-proof b { color: var(--green); font-family: var(--font-display); }

.operations-card { position: relative; z-index: 1; min-height: 500px; padding: 26px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; box-shadow: 0 40px 100px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
.operations-card::after { content: ""; position: absolute; width: 250px; height: 250px; right: -100px; bottom: -120px; background: var(--green); filter: blur(100px); opacity: .2; }
.ops-top, .ops-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: #819188; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.ops-top span { display: flex; align-items: center; gap: 8px; }
.ops-top i { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(0,200,83,.1); }
.ops-top b { color: #d9e5df; }
.ops-score { display: flex; align-items: center; justify-content: space-between; margin: 48px 0 34px; }
.ops-score small { display: block; color: #90a198; }
.ops-score strong { display: inline-flex; align-items: baseline; gap: 12px; margin-top: 4px; font: 700 68px/1 var(--font-display); letter-spacing: -.07em; white-space: nowrap; }
.ops-score strong span { color: var(--green); font-size: 22px; letter-spacing: 0; }
.score-ring { width: 104px; height: 104px; display: grid; place-items: center; border: 10px solid rgba(255,255,255,.08); border-top-color: var(--green); border-right-color: var(--green); border-radius: 50%; transform: rotate(18deg); }
.score-ring span { color: #b9c9c1; font-size: 11px; transform: rotate(-18deg); }
.ops-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ops-grid > div { position: relative; padding: 16px 16px 16px 34px; background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.ops-grid small, .ops-grid b { display: block; }
.ops-grid small { color: #809088; font-size: 11px; }
.ops-grid b { margin-top: 3px; font-size: 13px; }
.pulse-dot { position: absolute; left: 15px; top: 20px; width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 12px var(--green); }
.pulse-dot.warn { background: #ffd166; box-shadow: 0 0 12px #ffd166; }
.ops-wave { height: 70px; display: flex; align-items: flex-end; gap: 7px; margin: 28px 0 20px; padding: 0 8px; border-bottom: 1px solid rgba(255,255,255,.09); }
.ops-wave span { flex: 1; height: 20%; background: linear-gradient(var(--green), rgba(0,200,83,.08)); border-radius: 3px 3px 0 0; }
.ops-wave span:nth-child(2) { height: 48%; }.ops-wave span:nth-child(3) { height: 36%; }.ops-wave span:nth-child(4) { height: 72%; }.ops-wave span:nth-child(5) { height: 54%; }.ops-wave span:nth-child(6) { height: 88%; }.ops-wave span:nth-child(7) { height: 66%; }.ops-wave span:nth-child(8) { height: 100%; }
.ops-bottom b { color: var(--green); }

.trust-strip { color: #9fb0a7; background: #0a1812; border-top: 1px solid rgba(255,255,255,.08); }
.trust-strip .container { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.trust-strip i { width: 4px; height: 4px; background: var(--green); border-radius: 50%; }

.section { padding-block: 116px; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.section-heading h2, .about-copy h2, .lead-aside h2 { font-size: clamp(36px, 4.5vw, 58px); }
.section-heading p, .about-copy > p, .lead-aside > p, .feature-copy > p { color: var(--muted); font-size: 17px; }
.section-heading p { margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.service-card { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 24px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 16px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { z-index: 1; transform: translateY(-7px); border-color: var(--green); box-shadow: var(--shadow); }
.service-card::after { content: ""; position: absolute; right: -65px; top: -65px; width: 130px; height: 130px; background: var(--green-soft); border-radius: 50%; transition: transform .3s; }
.service-card:hover::after { transform: scale(1.2); }
.service-number { position: relative; z-index: 1; color: #9bad9f; font: 700 11px var(--font-display); }
.service-code { width: fit-content; margin: 32px 0 24px; padding: 7px 9px; color: var(--green); background: var(--ink); border-radius: 6px; font: 700 10px var(--font-display); letter-spacing: .12em; }
.service-card h3 { font-size: 21px; letter-spacing: -.03em; }
.service-card p { margin: 14px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; color: #008c3d; font-size: 13px; font-weight: 800; }
.text-link b { font-size: 16px; transition: transform .2s; }.service-card:hover .text-link b { transform: translate(3px,-3px); }

.dark-section { position: relative; overflow: hidden; color: white; background: var(--ink); }
.dark-section::before { content:""; position: absolute; inset: 0; opacity: .08; background: radial-gradient(circle at 20% 20%, var(--green), transparent 24%), linear-gradient(120deg, transparent 55%, var(--green) 180%); }
.about-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.about-copy { align-self: center; }
.about-copy > p { margin: 28px 0; color: #a8b8b0; }
.light-link { color: var(--green-bright); }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.value-grid article { min-height: 240px; padding: 28px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.value-grid article > b { color: var(--green); font: 700 12px var(--font-display); }
.value-grid h3 { margin-top: 54px; font-size: 21px; }
.value-grid p { color: #91a299; font-size: 14px; }

.process-section { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-grid article { position: relative; min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 28px 0 0; border-right: 1px solid var(--line); }
.process-grid article:not(:first-child) { padding-left: 28px; }
.process-grid article:last-child { border-right: 0; }
.process-grid article > b { color: var(--green); font: 800 12px var(--font-display); }
.process-grid h3 { font-size: 20px; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.industries-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: center; }
.industries .section-heading { margin-bottom: 0; }
.industries .section-heading p { margin-top: 22px; }
.industry-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.industry-cloud span { padding: 13px 18px; background: white; border: 1px solid var(--line); border-radius: 999px; font-weight: 700; }
.industry-cloud span:nth-child(3n+1) { color: #006c31; background: var(--green-soft); border-color: #b6edca; }
.blog-preview-section { background: white; }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.blog-card { min-height: 310px; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; transition: transform .25s, border-color .25s, box-shadow .25s; }
.blog-card:hover { transform: translateY(-5px); border-color: var(--green); box-shadow: var(--shadow); }
.blog-card > a { height: 100%; display: flex; flex-direction: column; }
.blog-topic { width: fit-content; padding: 6px 9px; color: #007b36; background: var(--green-soft); border-radius: 6px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.blog-card h3 { margin-top: 42px; font-size: 24px; }
.blog-card p { color: var(--muted); font-size: 14px; }
.blog-card small { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; color: #87958d; }
.blog-card small b { color: #008c3d; }
.loading-card { color: var(--muted); }
.blog-all-button { width: fit-content; margin-top: 24px; color: var(--ink); border-color: var(--line); background: white; }
.blog-all-button:hover { border-color: var(--green); }

.contact-section { background: #f2f7f4; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.contact-intro h2 { max-width: 540px; margin: 12px 0 20px; font-size: clamp(38px, 4.5vw, 60px); }
.contact-intro p { max-width: 530px; color: var(--muted); font-size: 17px; }
.contact-intro .button-row { margin-top: 30px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-item { min-height: 180px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 16px; transition: transform .2s, border-color .2s, box-shadow .2s; }
a.contact-item:hover { transform: translateY(-3px); color: var(--ink); border-color: var(--green); box-shadow: 0 16px 28px rgba(9,32,20,.08); }
.contact-item span { color: #6c7d73; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-item strong { margin: 14px 0 auto; font: 700 18px/1.32 var(--font-display); }
.contact-item b { color: #07823c; font-size: 13px; }
.contact-item.whatsapp { background: #e9f9ef; border-color: #bdebcf; }
.contact-item.address { background: var(--ink); color: white; }
.contact-item.address span { color: #9bb0a4; }
.contact-item.address b { color: var(--green-bright); }

.lead-section { color: white; background: var(--ink-2); }
.lead-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.lead-aside { position: sticky; top: 130px; }
.lead-aside > p { color: #9aaca2; }
.contact-card { margin-top: 38px; padding: 24px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.contact-card small, .contact-card span, .contact-card a { display: block; }
.contact-card small { color: #7e9187; text-transform: uppercase; letter-spacing: .12em; }
.contact-card a { margin: 6px 0; color: var(--green-bright); font: 700 27px var(--font-display); }
.contact-card a.contact-whatsapp { margin-top: 12px; color: #a9f5c7; font: 700 14px var(--font-body); }
.contact-card span { color: #91a299; font-size: 13px; }
.lead-form { padding: 42px; color: var(--ink); background: white; border-radius: 22px; box-shadow: var(--shadow); }
.form-heading h2 { font-size: 35px; }
.form-heading p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.form-grid label > span { display: block; margin: 0 0 7px 2px; color: #425148; font-size: 12px; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; color: var(--ink); background: #f4f7f5; border: 1px solid #d9e2dc; border-radius: 10px; outline: none; }
.form-grid input, .form-grid select { height: 50px; padding: 0 14px; }
.form-grid textarea { resize: vertical; padding: 13px 14px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,200,83,.12); }
.span-2 { grid-column: span 2; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: var(--muted); font-size: 12px; }
.consent input { margin-top: 4px; accent-color: var(--green); }
.consent a { color: #008c3d; text-decoration: underline; }
.form-note { display: block; margin-top: 10px; color: #86938c; text-align: center; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 75px 0 24px; color: #a0b0a7; background: #030a07; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 55px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-grid h3 { margin-bottom: 12px; color: white; font-size: 14px; }
.footer-grid a:hover { color: var(--green); }
.footer-brand img { width: 210px; padding: 9px 12px; background: white; border-radius: 10px; }
.footer-brand p { max-width: 300px; }
.footer-phone { color: white; font: 700 21px var(--font-display); }
.footer-whatsapp { display: inline-flex; width: fit-content; margin-top: 9px; color: var(--green-bright); font-size: 14px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.whatsapp-float { position: fixed; z-index: 95; right: 24px; bottom: 28px; display: grid; width: 54px; height: 54px; place-items: center; border: 3px solid white; border-radius: 50%; color: #07110d; background: #25d366; box-shadow: 0 12px 28px rgba(0,0,0,.24); font: 800 12px var(--font-display); letter-spacing: .04em; }
.cookie-banner { position: fixed; left: 24px; right: 24px; bottom: 22px; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 980px; margin: auto; padding: 22px 24px; color: #fff; background: #07110d; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.cookie-banner strong { display: block; margin-bottom: 5px; font-family: var(--font-display); font-size: 16px; }
.cookie-banner p { max-width: 650px; margin: 0; color: #b4c4bc; font-size: 13px; line-height: 1.55; }
.cookie-actions { display: flex; gap: 9px; flex: 0 0 auto; }
.cookie-actions button { padding: 11px 14px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; font: 700 12px var(--font-body); cursor: pointer; }
.cookie-actions button:last-child { color: #07110d; background: var(--green); border-color: var(--green); }
.mobile-contact-actions, .mobile-call, .mobile-whatsapp { display: none; }

.service-hero { min-height: 650px; }
.service-hero > .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 28px; color: #71847a; font-size: 12px; }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb b { color: #b5c4bc; }
.service-hero-layout { display: grid; grid-template-columns: 1fr .58fr; gap: 95px; align-items: center; padding-block: 75px 95px; }
.service-hero h1 { font-size: clamp(48px, 5.5vw, 76px); }
.service-spec { padding: 30px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; }
.spec-head, .spec-foot { display: flex; align-items: center; justify-content: space-between; }
.spec-head span { display: inline-grid; min-width: 68px; height: 36px; place-items: center; color: var(--green); background: #020805; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; font: 800 11px var(--font-display); letter-spacing: .12em; }
.spec-head b { color: #6f8378; font-size: 11px; }
.service-spec h2 { margin: 34px 0 18px; font-size: 26px; }
.service-spec ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; color: #b4c4bc; font-size: 14px; }
.service-spec li { display: flex; align-items: center; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.08); }
.service-spec li i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; }
.answer-section { padding-block: 72px; background: #fff; border-bottom: 1px solid var(--line); }
.answer-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 72px; align-items: start; }
.answer-lead { padding: 34px; background: var(--green-soft); border-left: 4px solid var(--green); border-radius: 0 18px 18px 0; }
.answer-lead h2 { margin: 10px 0 14px; font-size: clamp(28px, 3.2vw, 43px); }
.answer-lead p { margin: 0; color: #405148; font-size: 17px; line-height: 1.75; }
.decision-grid { display: grid; gap: 0; margin: 0; }
.decision-grid div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.decision-grid div:first-child { padding-top: 4px; }
.decision-grid dt { color: #007b36; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.decision-grid dd { margin: 0; color: #425249; line-height: 1.65; }
.spec-foot { margin-top: 28px; color: #72857a; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.outcome-grid article { min-height: 270px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.outcome-grid article > b { color: var(--green); font: 800 12px var(--font-display); }
.outcome-grid h3 { margin-top: 70px; font-size: 24px; }
.outcome-grid p { color: var(--muted); }
.feature-band { color: white; background: var(--ink); }
.feature-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.feature-copy h2 { font-size: clamp(34px, 4vw, 50px); }
.feature-copy > p { color: #91a299; }
.scenario-list { border-top: 1px solid rgba(255,255,255,.13); }
.scenario-list > div { min-height: 88px; display: grid; grid-template-columns: 52px 1fr 30px; align-items: center; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.13); }
.scenario-list span { color: var(--green); font: 800 11px var(--font-display); }
.scenario-list b { font: 600 17px var(--font-display); }
.scenario-list i { color: #63776c; font-style: normal; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-list details { padding: 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 600 17px var(--font-display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 26px; font-weight: 400; }
.faq-list details p { max-width: 720px; margin: -6px 40px 24px 0; color: var(--muted); }
.related-section { background: white; }
.related-grid { grid-template-columns: repeat(3, 1fr); }
.related-article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.related-article-grid article { min-height: 230px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 16px; transition: transform .2s,border-color .2s; }
.related-article-grid article:hover { transform: translateY(-4px); border-color: var(--green); }
.related-article-grid article a { height: 100%; display: flex; flex-direction: column; }
.related-article-grid article span { color: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-article-grid article h3 { margin-top: 35px; font-size: 23px; }
.related-article-grid article small { margin-top: auto; color: var(--muted); }
.related-article-grid article small b { float: right; color: var(--green-dark); }
.related-grid .service-card { min-height: 260px; background: var(--paper); }

.status-page { min-height: 720px; display: grid; place-items: center; }
.status-card { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; padding: 80px 0; text-align: center; }
.status-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 24px; color: var(--ink); background: var(--green); border-radius: 50%; font: 800 26px var(--font-display); }
.status-card .button-row { justify-content: center; }
.legal-hero { padding: 90px 0; background: white; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(42px, 5vw, 68px); }
.legal-hero p { color: var(--muted); }
.legal-content { background: white; }
.prose { max-width: 820px; }
.prose h2 { margin: 40px 0 12px; font-size: 25px; }
.prose p { color: #536159; }
.prose a { color: #008c3d; text-decoration: underline; }
.legal-note { padding: 20px; background: var(--green-soft); border-radius: 10px; }

.resource-hero { min-height: 520px; display: flex; align-items: center; }
.resource-hero .breadcrumb { position: relative; z-index: 2; }
.resource-hero-copy { position: relative; z-index: 1; max-width: 980px; padding-block: 88px; }
.resource-hero-copy h1 { max-width: 920px; font-size: clamp(48px, 6vw, 78px); }
.resource-hero-copy h1 em { color: var(--green); font-style: normal; }
.resource-hero-copy p { max-width: 760px; color: #aec0b6; font-size: 18px; }
.tool-hub-section { background: #f5f8f6; }
.organic-tool-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.organic-tool-card { min-height: 310px; display: flex; flex-direction: column; padding: 28px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: transform .22s,border-color .22s,box-shadow .22s; }
.organic-tool-card:hover { color: var(--ink); border-color: var(--green); box-shadow: var(--shadow); transform: translateY(-5px); }
.organic-tool-card > span { width: fit-content; padding: 7px 9px; color: var(--green); background: var(--ink); border-radius: 7px; font: 800 10px var(--font-display); letter-spacing: .1em; }
.organic-tool-card h3 { margin-top: 42px; font-size: 23px; }
.organic-tool-card p { color: var(--muted); font-size: 14px; }
.organic-tool-card b { margin-top: auto; color: #008c3d; font-size: 13px; }
.home-tool-grid .organic-tool-card:nth-child(4) { display: flex; }
.resource-proof { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 75px; }
.resource-proof h2 { margin: 10px 0; color: white; font-size: clamp(34px,4vw,52px); }
.resource-proof p { max-width: 680px; color: #9db0a6; }
.calculator-section { background: #f3f7f5; }
.calculator-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); align-items: start; gap: 22px; }
.calculator-panel,.calculator-result { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 48px rgba(5,35,20,.06); }
.calculator-heading { margin-bottom: 25px; }
.calculator-heading h2 { margin-top: 7px; font-size: 32px; }
.calculator-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.calculator-form > label { position: relative; display: grid; gap: 8px; color: #3d4d44; font-size: 12px; font-weight: 800; }
.calculator-form input,.calculator-form select { width: 100%; min-height: 52px; padding: 0 14px; color: var(--ink); background: #f5f8f6; border: 1px solid #d8e3dc; border-radius: 11px; font: 600 15px var(--font-body); outline: none; }
.calculator-form input:focus,.calculator-form select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,200,83,.12); }
.calculator-form label small { color: var(--muted); font-size: 10px; font-weight: 500; }
.calculator-form .button { grid-column: 1/-1; margin-top: 8px; cursor: pointer; }
.calculator-form .calculator-check { min-height: 58px; display: flex; align-items: flex-start; gap: 11px; padding: 13px; background: #f5f8f6; border: 1px solid #d8e3dc; border-radius: 11px; cursor: pointer; }
.calculator-check input { width: 19px; min-height: 19px; flex: 0 0 19px; margin: 1px 0 0; padding: 0; accent-color: var(--green); }
.calculator-check span { font-size: 13px; line-height: 1.45; }
.checklist-form { grid-template-columns: 1fr; }
.calculator-result { position: sticky; top: 112px; color: #fff; background: var(--ink); border-color: var(--ink); }
.calculator-result > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.calculator-result h2 { margin: 14px 0; color: #fff; font-size: 32px; }
.calculator-result > p { color: #a7b9af; line-height: 1.7; }
.result-metrics { display: grid; gap: 8px; margin: 28px 0; }
.result-metrics div { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); }
.result-metrics span { color: #91a69a; font-size: 11px; }
.result-metrics b { color: #fff; font-size: 15px; text-align: right; }
.calculator-result.has-result { background: radial-gradient(circle at 88% 10%,rgba(0,200,83,.24),transparent 31%),var(--ink); }
.examples-section { background: #fff; }
.example-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.example-card { min-height: 340px; display: flex; flex-direction: column; padding: 28px; color: #fff; background: var(--ink); border: 1px solid #183226; border-radius: 18px; transition: transform .22s,border-color .22s,box-shadow .22s; }
.example-card:hover { color: #fff; border-color: var(--green); box-shadow: 0 28px 70px rgba(3,24,14,.16); transform: translateY(-5px); }
.example-card > span { color: var(--green); font: 800 11px var(--font-display); letter-spacing: .1em; }
.example-card > small { margin-top: 28px; color: #91a69a; font-size: 11px; text-transform: uppercase; }
.example-card h3 { margin-top: 10px; font-size: 24px; }
.example-card p { color: #9eafa6; font-size: 14px; }
.example-card b { margin-top: auto; color: var(--green); font-size: 13px; }
.example-detail-section { background: #f5f8f6; }
.example-detail-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: 22px; align-items: start; }
.example-story,.example-scope { padding: 36px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.example-story h2,.example-scope h2 { margin-top: 10px; font-size: 34px; }
.example-story > p,.example-scope p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.example-scope { position: sticky; top: 112px; color: #fff; background: var(--ink); border-color: var(--ink); }
.example-scope > span { color: var(--green); font: 800 11px var(--font-display); }
.example-scope h2 { color: #fff; }
.example-scope p { color: #9eafa6; }
.transparency-note { margin-top: 35px; padding: 20px; background: var(--green-soft); border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; }
.transparency-note p { margin-bottom: 0; color: #425349; font-size: 14px; }
.example-step-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.example-step-grid article { min-height: 240px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.example-step-grid b,.delivery-grid article > span { color: var(--green); font: 800 11px var(--font-display); }
.example-step-grid h3 { margin-top: 45px; font-size: 19px; }
.example-step-grid p { color: var(--muted); font-size: 13px; }
.delivery-section { background: #f3f7f5; }
.delivery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.delivery-grid article { min-height: 330px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.delivery-grid h3 { margin: 42px 0 20px; font-size: 24px; }
.delivery-grid ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.delivery-grid li { position: relative; padding-left: 18px; }
.delivery-grid li::before { position: absolute; top: .58em; left: 0; width: 7px; height: 7px; content: ""; background: var(--green); border-radius: 50%; }
.service-tool-strip { color: #fff; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
.service-tool-strip .container { display: flex; min-height: 210px; align-items: center; justify-content: space-between; gap: 40px; }
.service-tool-strip span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.service-tool-strip h2 { margin: 9px 0; color: #fff; font-size: 32px; }
.service-tool-strip p { max-width: 700px; margin: 0; color: #9eafa6; }
.article-cta { color: #fff; background: #0b1f17; }
.article-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.article-cta h2 { color: #fff; font-size: 40px; }
.article-cta p { color: #9eb0a6; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .service-card { transition: none; }
}

@media (max-width: 1100px) {
  .main-nav { gap: 0; }
  .main-nav > a, .nav-solutions > summary { padding-inline: 9px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-layout, .service-hero-layout { gap: 45px; }
  .about-layout, .lead-layout, .feature-layout, .faq-layout { gap: 55px; }
  .organic-tool-grid, .example-grid { grid-template-columns: repeat(2,1fr); }
  .example-step-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 1050px) {
  .menu-toggle { width: 48px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 8px; }
  .menu-toggle span { width: 24px; height: 2px; display: block; margin-left: auto; background: var(--ink); }
  .menu-toggle b { position: absolute; clip: rect(0 0 0 0); }
  .main-nav { position: fixed; inset: 70px 0 0; display: none; align-items: stretch; padding: 22px 18px 120px; overflow-y: auto; color: var(--ink); background: white; }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav > a, .nav-solutions > summary { min-height: 52px; display: flex; align-items: center; padding: 12px 14px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .main-nav .nav-cta { margin: 18px 0 0; justify-content: center; border: 0; border-radius: 10px; }
  .main-nav .nav-whatsapp { justify-content: center; color: #087a38; background: #e4f8eb; border-radius: 10px; }
  .nav-solutions { position: static; }
  .mega-menu { position: static; width: auto; grid-template-columns: 1fr; margin: 0; padding: 8px 0 12px; color: var(--ink); background: none; border: 0; box-shadow: none; }
  .mega-menu a { padding-block: 9px; }
}

@media (max-width: 820px) {
  .related-article-grid { grid-template-columns: 1fr; }
  .container { width: min(100% - 28px, 680px); }
  .topline span { display: none; }
  .topline .container { justify-content: flex-end; }
  .header-inner { min-height: 70px; }
  .brand img { width: 158px; }
  .menu-toggle { width: 48px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 8px; }
  .menu-toggle span { width: 24px; height: 2px; display: block; margin-left: auto; background: var(--ink); }
  .menu-toggle b { position: absolute; clip: rect(0 0 0 0); }
  .main-nav { position: fixed; inset: 70px 0 0; display: none; align-items: stretch; padding: 22px 18px 120px; overflow-y: auto; color: var(--ink); background: white; }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav > a, .nav-solutions > summary { min-height: 52px; display: flex; align-items: center; padding: 12px 14px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .main-nav .nav-cta { margin: 18px 0 0; justify-content: center; border: 0; border-radius: 10px; }
  .main-nav .nav-whatsapp { justify-content: center; color: #087a38; background: #e4f8eb; border-radius: 10px; }
  .nav-solutions { position: static; }
  .mega-menu { position: static; width: auto; grid-template-columns: 1fr; margin: 0; padding: 8px 0 12px; color: var(--ink); background: none; border: 0; box-shadow: none; }
  .mega-menu a { padding-block: 9px; }
  .mega-menu a:hover { color: var(--ink); }
  .home-hero { min-height: auto; }
  .hero-layout, .service-hero-layout, .section-heading.split, .about-layout, .industries-layout, .lead-layout, .feature-layout, .faq-layout, .contact-layout, .answer-layout { grid-template-columns: 1fr; }
  .calculator-layout,.example-detail-grid { grid-template-columns: 1fr; }
  .hero-layout { padding-block: 70px; }
  .hero h1, .service-hero h1 { font-size: clamp(43px, 12vw, 66px); }
  .hero-copy > p { font-size: 17px; }
  .operations-card { min-height: 450px; }
  .trust-strip .container { flex-wrap: wrap; justify-content: center; padding-block: 18px; }
  .section { padding-block: 80px; }
  .section-heading.split { gap: 24px; align-items: start; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .blog-card-grid { grid-template-columns: 1fr 1fr; }
  .about-copy { margin-bottom: 20px; }
  .process-grid { grid-template-columns: 1fr 1fr; border: 0; gap: 1px; background: var(--line); }
  .process-grid article, .process-grid article:not(:first-child) { min-height: 220px; padding: 24px; background: white; border: 0; }
  .industries-layout { gap: 30px; }
  .lead-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
  .service-hero-layout { padding-block: 60px 80px; }
  .answer-layout { gap: 32px; }
  .cookie-banner { bottom: 82px; align-items: stretch; flex-direction: column; gap: 16px; }
  .cookie-actions { justify-content: flex-end; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid article { min-height: 220px; }
  .outcome-grid h3 { margin-top: 40px; }
  .related-grid { grid-template-columns: repeat(3, 1fr); }
  .calculator-result,.example-scope { position: static; }
  .delivery-grid { grid-template-columns: 1fr; }
  .delivery-grid article { min-height: auto; }
  .service-tool-strip .container,.resource-proof,.article-cta .container { align-items: flex-start; flex-direction: column; padding-block: 50px; }
}

@media (max-width: 540px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 24px, 480px); }
  .topline { display: none; }
  .main-nav { inset: 70px 0 0; }
  .hero h1, .service-hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 16px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { display: grid; gap: 10px; }
  .operations-card { min-height: 420px; padding: 20px; }
  .ops-score { margin-block: 35px 28px; }
  .ops-score strong { gap: 9px; font-size: 58px; }
  .ops-score strong span { font-size: 19px; }
  .score-ring { width: 90px; height: 90px; }
  .trust-strip i { display: none; }
  .trust-strip .container { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; text-align: center; }
  .section { padding-block: 68px; }
  .answer-section { padding-block: 48px; }
  .answer-lead { padding: 24px; }
  .decision-grid div { grid-template-columns: 1fr; gap: 7px; padding: 18px 0; }
  .section-heading h2, .about-copy h2, .lead-aside h2 { font-size: 36px; }
  .services-grid, .value-grid, .process-grid, .footer-grid, .related-grid, .blog-card-grid, .contact-grid { grid-template-columns: 1fr; }
  .organic-tool-grid,.example-grid,.example-step-grid,.calculator-form { grid-template-columns: 1fr; }
  .organic-tool-card,.example-card { min-height: 280px; padding: 23px; }
  .calculator-panel,.calculator-result,.example-story,.example-scope { padding: 24px 20px; }
  .resource-hero { min-height: 440px; }
  .resource-hero-copy { padding-block: 65px; }
  .resource-hero-copy h1 { font-size: 42px; }
  .calculator-form .button { grid-column: auto; }
  .example-step-grid article { min-height: 190px; }
  .service-tool-strip .button,.article-cta .button { width: 100%; }
  .service-card { min-height: 250px; }
  .value-grid { border-left: 0; }
  .value-grid article { min-height: 210px; }
  .process-grid article, .process-grid article:not(:first-child) { min-height: 190px; }
  .lead-form { padding: 26px 20px; border-radius: 16px; }
  .form-heading h2 { font-size: 29px; }
  .form-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { margin-top: 40px; }
  .whatsapp-float { display: none; }
  .cookie-banner { left: 10px; right: 10px; padding: 18px; border-radius: 14px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .mobile-contact-actions { position: fixed; z-index: 100; left: 10px; right: 10px; bottom: 8px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 8px; }
  .mobile-call, .mobile-whatsapp { height: 54px; align-items: center; justify-content: center; border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.28); }
  .mobile-call { display: flex; justify-content: space-between; padding: 0 16px; color: var(--ink); background: var(--green); }
  .mobile-whatsapp { display: flex; color: #fff; background: #128c4a; font-size: 13px; font-weight: 800; }
  .mobile-call span { font-size: 12px; font-weight: 700; }
  .mobile-call b { font: 800 15px var(--font-display); }
  .service-spec { padding: 22px; }
  .scenario-list > div { grid-template-columns: 38px 1fr 20px; }
  .faq-list summary { font-size: 15px; }
  .status-card { padding-block: 60px; }
}
