:root {
  --green: #008f45;
  --green-bright: #10b75b;
  --green-deep: #006b35;
  --green-soft: #dff4e6;
  --green-pale: #eff9f2;
  --ink: #081810;
  --ink-2: #13271c;
  --muted: #637269;
  --line: rgba(8, 24, 16, .13);
  --white: #fff;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(7, 31, 17, .12);
  --container: min(1180px, calc(100% - 40px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--green-pale);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img, video, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000;
  background: #fff; color: #000; padding: 12px 16px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  transition: background .35s ease, box-shadow .35s ease, color .35s ease;
  color: #fff;
}
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: rgba(255,255,255,.14);
}
.site-header.scrolled {
  color: var(--ink); background: rgba(239, 249, 242, .92);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 14px 40px rgba(8, 24, 16, .08);
}
.site-header.scrolled::after { background: rgba(8,24,16,.08); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { position: relative; width: 134px; height: 57px; flex: 0 0 auto; }
.brand-logo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity .25s ease; }
.brand-logo-dark { opacity: 0; }
.site-header.scrolled .brand-logo-light { opacity: 0; }
.site-header.scrolled .brand-logo-dark { opacity: 1; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 29px; }
.desktop-nav a { font-size: 13px; font-weight: 650; letter-spacing: .01em; opacity: .84; position: relative; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-9px; height:2px; background: currentColor; transition:right .25s ease; }
.desktop-nav a:hover::after { right:0; }
.header-cta {
  display: inline-flex; align-items: center; gap: 11px; cursor: pointer;
  padding: 13px 18px; border-radius: 999px; color: var(--ink);
  background: #fff; font-size: 13px; font-weight: 750; transition: transform .25s var(--ease), background .25s ease;
}
.site-header.scrolled .header-cta { color: #fff; background: var(--ink); }
.header-cta:hover { transform: translateY(-2px); }
.header-cta svg, .btn svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display:none; width:44px; height:44px; border-radius:50%; background:rgba(255,255,255,.13); cursor:pointer; align-items:center; justify-content:center; flex-direction:column; gap:5px; }
.menu-toggle span { width:18px; height:1.5px; background:currentColor; transition:.25s ease; }
.site-header.scrolled .menu-toggle { background: rgba(8,24,16,.07); }
.mobile-menu { background: rgba(239,249,242,.98); color: var(--ink); border-top:1px solid var(--line); box-shadow:0 20px 40px rgba(8,24,16,.1); }
.mobile-menu nav { width:var(--container); margin:auto; padding:18px 0 26px; display:grid; gap:4px; }
.mobile-menu a, .mobile-quote { text-align:left; padding:13px 4px; font-weight:700; background:none; cursor:pointer; }
.mobile-quote { color:var(--green-deep); }

.hero { min-height: 780px; height: 100svh; position: relative; overflow: hidden; color:#fff; background:#07110c; }
.hero-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center center; }
.hero-shade {
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(2,12,7,.91) 0%, rgba(2,12,7,.74) 38%, rgba(2,12,7,.18) 71%, rgba(2,12,7,.29) 100%),
    linear-gradient(180deg, rgba(0,0,0,.48) 0%, transparent 28%, transparent 72%, rgba(0,0,0,.55) 100%);
}
.hero-grid { position:absolute; inset:0; opacity:.16; background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size:80px 80px; mask-image:linear-gradient(90deg,#000,transparent 70%); }
.hero-content { position:relative; z-index:2; height:100%; display:flex; align-items:center; padding-top:70px; }
.hero-copy { width:min(720px, 66vw); }
.eyebrow, .section-kicker { margin:0 0 22px; font-size:11px; text-transform:uppercase; letter-spacing:.2em; font-weight:850; }
.eyebrow { display:flex; align-items:center; gap:11px; color:rgba(255,255,255,.72); }
.eyebrow span { width:27px; height:1px; background:var(--green-bright); }
.hero h1 { margin:0; font-size:clamp(52px,6vw,88px); line-height:.95; letter-spacing:-.055em; max-width:840px; font-weight:680; }
.hero h1 em { color:#83e4a8; font-style:normal; }
.hero-text { margin:27px 0 0; max-width:620px; font-size:clamp(17px,1.45vw,21px); line-height:1.62; color:rgba(255,255,255,.76); }
.hero-actions { margin-top:35px; display:flex; gap:13px; flex-wrap:wrap; }
.btn { min-height:54px; display:inline-flex; align-items:center; justify-content:center; gap:12px; border-radius:999px; padding:0 24px; font-weight:800; font-size:14px; cursor:pointer; transition:transform .25s var(--ease), box-shadow .25s ease, background .25s ease; }
.btn:hover { transform:translateY(-2px); }
.btn-primary { color:#fff; background:var(--green); box-shadow:0 14px 34px rgba(0,143,69,.3); }
.btn-primary:hover { background:#00a44d; box-shadow:0 18px 38px rgba(0,143,69,.38); }
.btn-ghost { color:#fff; border:1px solid rgba(255,255,255,.34); background:rgba(255,255,255,.06); backdrop-filter:blur(8px); }
.btn-ghost:hover { background:rgba(255,255,255,.12); }
.hero-proof { margin-top:42px; display:flex; flex-wrap:wrap; gap:18px 26px; color:rgba(255,255,255,.69); font-size:12px; font-weight:600; }
.hero-proof span { display:flex; align-items:center; gap:8px; }
.hero-proof i { width:6px; height:6px; border-radius:50%; background:#45dc82; box-shadow:0 0 0 5px rgba(69,220,130,.12); }
.btn-dark { background:var(--ink); color:#fff; }
.btn-light { background:#fff; color:var(--ink); }

.trust-strip { background:var(--green); color:#fff; }
.trust-items { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-items > div { padding:29px 24px; border-left:1px solid rgba(255,255,255,.16); }
.trust-items > div:last-child { border-right:1px solid rgba(255,255,255,.16); }
.trust-items strong { display:block; font-size:15px; margin-bottom:6px; }
.trust-items span { font-size:11px; line-height:1.45; color:rgba(255,255,255,.72); }

.section { padding:120px 0; }
.section-kicker { color:var(--green); }
.section h2, .final-cta h2 { margin:0; font-size:clamp(38px,4.7vw,67px); line-height:1.02; letter-spacing:-.045em; font-weight:670; }
.about { background:var(--green-pale); }
.about-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:start; }
.section-intro h2 { max-width:560px; }
.about-lead { margin:49px 0 34px; font-size:clamp(22px,2.15vw,31px); line-height:1.36; letter-spacing:-.025em; font-weight:560; }
.about-columns { display:grid; grid-template-columns:1fr 1fr; gap:32px; }
.about-columns p { margin:0; color:var(--muted); font-size:15px; line-height:1.8; }
.values-row { margin-top:80px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.value-card { padding:37px 34px 42px; border-left:1px solid var(--line); }
.value-card:last-child { border-right:1px solid var(--line); }
.value-card span { color:var(--green); font-size:11px; font-weight:850; letter-spacing:.14em; }
.value-card h3 { margin:36px 0 12px; font-size:25px; letter-spacing:-.03em; }
.value-card p { margin:0; color:var(--muted); line-height:1.7; font-size:14px; }

.solutions { background:#fff; }
.section-head { display:grid; grid-template-columns:1.35fr .65fr; gap:80px; align-items:end; }
.section-head > p { margin:0 0 5px; color:var(--muted); line-height:1.75; font-size:15px; }
.services-grid { margin-top:70px; display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.service-card { min-height:365px; padding:31px; border:1px solid var(--line); border-radius:var(--radius-md); display:flex; flex-direction:column; background:#fff; transition:transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease; }
.service-card:hover { transform:translateY(-7px); box-shadow:var(--shadow); border-color:transparent; }
.service-featured { grid-row:span 2; min-height:744px; color:#fff; background:var(--ink); border-color:var(--ink); justify-content:space-between; }
.service-featured::before { content:""; position:absolute; }
.service-icon { width:54px; height:54px; border-radius:16px; display:grid; place-items:center; background:var(--green-soft); color:var(--green-deep); }
.service-featured .service-icon { background:rgba(255,255,255,.09); color:#85e4a8; }
.service-icon svg { width:28px; fill:none; stroke:currentColor; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.service-number { margin:35px 0 12px; color:var(--green); font-size:11px; letter-spacing:.18em; font-weight:850; }
.service-featured .service-number { color:#85e4a8; }
.service-card h3 { margin:0 0 14px; font-size:25px; line-height:1.15; letter-spacing:-.03em; }
.service-featured h3 { font-size:39px; max-width:320px; }
.service-card p:not(.service-number) { margin:0; color:var(--muted); font-size:14px; line-height:1.75; }
.service-featured p:not(.service-number) { color:rgba(255,255,255,.65); font-size:15px; }
.service-link { margin-top:auto; padding:26px 0 0; background:none; color:inherit; text-align:left; font-weight:800; font-size:13px; cursor:pointer; display:flex; justify-content:space-between; align-items:center; border-top:1px solid var(--line); }
.service-featured .service-link { border-color:rgba(255,255,255,.12); }
.link-icon { width:20px; height:20px; flex:0 0 auto; display:inline-grid; place-items:center; transition:transform .2s ease; }
.link-icon svg { width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.service-link:hover .link-icon { transform:translate(3px,-3px); }
.text-button:hover .link-icon { transform:translateX(3px); }

.showcase { background:var(--green-soft); }
.showcase-head { display:grid; grid-template-columns:.35fr 1fr; gap:75px; align-items:start; }
.showcase-head h2 { max-width:850px; }
.product-stack { margin-top:74px; display:grid; gap:26px; }
.product-panel { min-height:640px; display:grid; grid-template-columns:1.08fr .92fr; overflow:hidden; border-radius:var(--radius-lg); background:#fff; box-shadow:0 20px 50px rgba(8,24,16,.07); }
.product-panel-reverse { grid-template-columns:.92fr 1.08fr; }
.product-panel-reverse .product-media { order:2; }
.product-media { min-height:560px; overflow:hidden; background:#0a120e; }
.product-media img { width:100%; height:100%; object-fit:cover; transition:transform .9s var(--ease); }
.product-panel:hover .product-media img { transform:scale(1.025); }
.product-copy { padding:clamp(42px,6vw,82px); display:flex; flex-direction:column; justify-content:center; }
.product-label { margin:0 0 21px; text-transform:uppercase; color:var(--green); letter-spacing:.18em; font-size:10px; font-weight:850; }
.product-copy h3 { margin:0; font-size:clamp(34px,3.4vw,53px); line-height:1.02; letter-spacing:-.045em; }
.product-copy > p:not(.product-label) { margin:24px 0 0; color:var(--muted); font-size:15px; line-height:1.75; }
.product-copy ul { list-style:none; padding:0; margin:30px 0; display:grid; gap:13px; }
.product-copy li { position:relative; padding-left:22px; font-size:13px; font-weight:700; }
.product-copy li::before { content:""; position:absolute; left:0; top:.45em; width:8px; height:8px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px var(--green-soft); }
.text-button { align-self:flex-start; margin-top:10px; padding:0 0 8px; background:none; border-bottom:1px solid var(--green); color:var(--green); font-weight:850; cursor:pointer; display:inline-flex; align-items:center; gap:12px; text-decoration:none; }
.text-button .link-icon { margin-left:0; flex:0 0 auto; }

.process { background:var(--green-pale); }
.process-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:105px; }
.process-intro { position:sticky; top:130px; align-self:start; }
.process-intro > p:not(.section-kicker) { max-width:440px; margin:25px 0 33px; color:var(--muted); font-size:16px; line-height:1.7; }
.process-list { border-top:1px solid var(--line); }
.process-item { display:grid; grid-template-columns:80px 1fr; gap:27px; padding:34px 0; border-bottom:1px solid var(--line); }
.process-item > span { color:var(--green); font-size:11px; font-weight:850; letter-spacing:.17em; }
.process-item h3 { margin:0 0 11px; font-size:24px; letter-spacing:-.025em; }
.process-item p { margin:0; color:var(--muted); line-height:1.7; font-size:14px; }

.final-cta { position:relative; overflow:hidden; background:var(--green); color:#fff; padding:120px 0; }
.final-cta-art { position:absolute; width:640px; height:640px; right:-110px; top:50%; transform:translateY(-50%) rotate(15deg); border:120px solid rgba(255,255,255,.08); border-radius:40%; }
.final-cta-art::before { content:""; position:absolute; inset:70px; border:1px solid rgba(255,255,255,.18); border-radius:42%; }
.final-cta-inner { position:relative; z-index:1; max-width:980px; text-align:center; }
.final-cta .section-kicker { color:#baf1ce; }
.final-cta h2 { font-size:clamp(43px,5.5vw,75px); }
.final-cta p:not(.section-kicker) { max-width:660px; margin:25px auto 34px; color:rgba(255,255,255,.75); font-size:17px; line-height:1.65; }

.site-footer { background:#06110b; color:#fff; padding:70px 0 24px; }
.footer-main { display:grid; grid-template-columns:1fr 1fr; gap:80px; padding-bottom:60px; }
.footer-brand img { width:150px; height:auto; }
.footer-brand p { margin:23px 0 0; color:rgba(255,255,255,.55); font-size:14px; }
.footer-links { display:grid; grid-template-columns:1fr 1fr; gap:60px; }
.footer-links h3 { margin:0 0 22px; color:rgba(255,255,255,.35); text-transform:uppercase; letter-spacing:.17em; font-size:10px; }
.footer-links a, .footer-links span { display:block; margin:0 0 13px; color:rgba(255,255,255,.78); font-size:13px; }
.footer-links a:hover { color:#85e4a8; }
.social-link { display:flex !important; align-items:center; gap:9px; }
.social-link svg { width:18px; height:18px; flex:0 0 auto; fill:none; stroke:currentColor; stroke-width:1.7; }
.social-link .fill-dot { fill:currentColor; stroke:none; }
.footer-bottom a { display:inline-flex; align-items:center; gap:8px; }
.footer-bottom .link-icon { width:16px; height:16px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:24px; display:flex; justify-content:space-between; color:rgba(255,255,255,.4); font-size:11px; }

.whatsapp-button { width:58px; height:58px; border-radius:50%; display:grid; place-items:center; background:#1fbd63; color:#fff; box-shadow:0 14px 30px rgba(12,104,50,.3); cursor:pointer; transition:transform .25s var(--ease); }
.whatsapp-button:hover { transform:scale(1.06); }
.whatsapp-button svg { width:30px; fill:currentColor; }

.modal { position:fixed; inset:0; z-index:300; display:grid; place-items:center; padding:20px; visibility:hidden; opacity:0; transition:opacity .25s ease, visibility .25s ease; }
.modal.open { visibility:visible; opacity:1; }
.modal-backdrop { position:absolute; inset:0; background:rgba(0,8,4,.72); backdrop-filter:blur(8px); }
.modal-card { position:relative; width:min(760px,100%); max-height:min(90svh,850px); overflow:auto; background:#fff; border-radius:28px; padding:clamp(28px,5vw,54px); box-shadow:0 30px 90px rgba(0,0,0,.35); transform:translateY(22px) scale(.98); transition:transform .3s var(--ease); }
.modal.open .modal-card { transform:none; }
.modal-close { position:absolute; right:20px; top:18px; width:40px; height:40px; border-radius:50%; background:var(--green-pale); color:var(--ink); cursor:pointer; display:grid; place-items:center; }
.modal-close svg { width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; }
.modal-heading h2 { margin:0; font-size:clamp(33px,5vw,50px); line-height:1.04; letter-spacing:-.04em; }
.modal-heading > p:not(.section-kicker) { color:var(--muted); line-height:1.6; margin:16px 0 29px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-wide { grid-column:1/-1; }
form label > span, fieldset legend { display:block; margin-bottom:8px; font-size:11px; font-weight:800; color:var(--ink-2); }
input, select, textarea { width:100%; border:1px solid var(--line); background:#f9fcfa; border-radius:13px; padding:14px 15px; color:var(--ink); outline:none; transition:border-color .2s ease, box-shadow .2s ease; }
textarea { resize:vertical; }
input:focus, select:focus, textarea:focus { border-color:var(--green); box-shadow:0 0 0 4px rgba(0,143,69,.1); }
fieldset { margin:23px 0; padding:0; border:0; }
.contact-choice { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.contact-choice label { cursor:pointer; }
.contact-choice input { position:absolute; opacity:0; pointer-events:none; }
.contact-choice label > span { display:flex; flex-direction:column; gap:4px; margin:0; padding:14px 16px; border:1px solid var(--line); border-radius:13px; background:#fff; }
.contact-choice input:checked + span { border-color:var(--green); background:var(--green-pale); box-shadow:0 0 0 3px rgba(0,143,69,.08); }
.contact-choice strong { font-size:13px; }
.contact-choice small { color:var(--muted); font-size:11px; }
.form-submit { width:100%; }
.noscript { position:fixed; z-index:999; bottom:0; left:0; right:0; background:#fff3cd; color:#5b4600; padding:12px; text-align:center; font-size:13px; }

.reveal { opacity:0; transform:translateY(30px); transition:opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity:1; transform:none; }
.services-grid .reveal:nth-child(2), .values-row .reveal:nth-child(2) { transition-delay:.08s; }
.services-grid .reveal:nth-child(3), .values-row .reveal:nth-child(3) { transition-delay:.16s; }
.services-grid .reveal:nth-child(4) { transition-delay:.1s; }
.services-grid .reveal:nth-child(5) { transition-delay:.18s; }

@media (max-width: 1020px) {
  .desktop-nav { display:none; }
  .header-cta { margin-left:auto; }
  .about-grid, .section-head, .showcase-head, .process-grid { grid-template-columns:1fr; gap:42px; }
  .about-body { max-width:760px; }
  .about-lead { margin-top:0; }
  .services-grid { grid-template-columns:1fr 1fr; }
  .service-featured { grid-row:auto; min-height:440px; grid-column:1/-1; }
  .product-panel, .product-panel-reverse { grid-template-columns:1fr 1fr; }
  .process-intro { position:static; }
  .process-intro h2 { max-width:680px; }
  .trust-items { grid-template-columns:repeat(2,1fr); }
  .trust-items > div:nth-child(3) { border-top:1px solid rgba(255,255,255,.16); }
  .trust-items > div:nth-child(4) { border-top:1px solid rgba(255,255,255,.16); }
}

@media (max-width: 760px) {
  :root { --container:min(100% - 28px, 1180px); }
  .site-header { color:#fff; background:rgba(3,15,9,.92); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); box-shadow:0 14px 40px rgba(0,0,0,.22); }
  .site-header::after { background:rgba(255,255,255,.14); }
  .site-header.scrolled { color:#fff; background:rgba(3,15,9,.94); }
  .header-inner { height:72px; }
  .brand { width:112px; height:48px; }
  .brand-logo-light { opacity:1; }
  .brand-logo-dark { opacity:0; }
  .site-header.scrolled .brand-logo-light { opacity:1; }
  .site-header.scrolled .brand-logo-dark { opacity:0; }
  .header-cta { display:none; }
  .menu-toggle { display:flex; margin-left:auto; background:rgba(255,255,255,.10); }
  .site-header.scrolled .menu-toggle { background:rgba(255,255,255,.10); }
  .site-header.menu-open .menu-toggle span:nth-child(1) { transform:translateY(6.5px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:nth-child(2) { opacity:0; }
  .site-header.menu-open .menu-toggle span:nth-child(3) { transform:translateY(-6.5px) rotate(-45deg); }
  .hero { min-height:100svh; height:auto; padding:118px 0 76px; background:#031009; color:#fff; }
  .hero-video {
    display:block;
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
  .hero-shade { display:block; background:linear-gradient(180deg,rgba(0,8,4,.72),rgba(0,8,4,.84)); }
  .hero-grid { display:block; opacity:.12; background-size:55px 55px; mask-image:none; }
  .hero-content { height:auto; padding-top:52px; align-items:flex-start; }
  .hero-copy { width:100%; }
  .eyebrow { color:rgba(255,255,255,.72); }
  .hero h1 { font-size:clamp(48px,13.4vw,68px); max-width:620px; line-height:.98; }
  .hero h1 em { color:#83e4a8; }
  .hero-text { font-size:16px; line-height:1.58; max-width:540px; color:rgba(255,255,255,.72); }
  .hero-actions { margin-top:34px; display:flex; flex-direction:column; align-items:stretch; }
  .hero-actions .btn { width:100%; min-height:58px; }
  .btn-ghost { color:#fff; border-color:rgba(255,255,255,.34); background:rgba(255,255,255,.03); }
  .hero-proof { display:grid; gap:13px; margin-top:36px; color:rgba(255,255,255,.68); font-size:12px; }
  .section { padding:86px 0; }
  .about-columns { grid-template-columns:1fr; gap:18px; }
  .values-row { grid-template-columns:1fr; margin-top:56px; }
  .value-card { border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
  .value-card:last-child { border-bottom:0; }
  .services-grid { grid-template-columns:1fr; }
  .service-featured { grid-column:auto; min-height:480px; }
  .service-card { min-height:330px; }
  .product-panel, .product-panel-reverse { grid-template-columns:1fr; min-height:0; }
  .product-panel-reverse .product-media { order:0; }
  .product-media { min-height:440px; }
  .product-copy { padding:39px 28px 44px; }
  .text-button,
  .text-button:link,
  .text-button:visited {
    width:100%;
    justify-content:center;
    white-space:nowrap;
    color:var(--green);
    border-bottom-color:var(--green);
    font-size:clamp(13px, 3.8vw, 17px);
    line-height:1.2;
    padding:16px 0 14px;
  }
  .text-button .link-icon { width:20px; height:20px; }
  .process-item { grid-template-columns:48px 1fr; gap:15px; }
  .final-cta { padding:90px 0; }
  .footer-main { grid-template-columns:1fr; gap:50px; }
  .footer-bottom { flex-direction:column; gap:13px; }
  .form-grid, .contact-choice { grid-template-columns:1fr; }
  .form-wide { grid-column:auto; }
  .modal-card { border-radius:22px; }
}

@media (max-width: 520px) {
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-actions .btn { width:100%; }
  .hero h1 { font-size:48px; }
  .trust-items { grid-template-columns:1fr; }
  .trust-items > div { border-right:1px solid rgba(255,255,255,.16); border-top:1px solid rgba(255,255,255,.16); }
  .trust-items > div:first-child { border-top:0; }
  .footer-links { grid-template-columns:1fr; gap:35px; }
  .product-media { min-height:360px; }
    .whatsapp-button { width:54px; height:54px; }
}

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

.whatsapp-direct { position:fixed; z-index:90; right:23px; bottom:23px; }
@media (max-width:520px){.whatsapp-direct{right:15px;bottom:15px}}
