:root {
  --ink: #10251f;
  --muted: #61706b;
  --green: #0b7656;
  --green-dark: #075943;
  --lime: #cce84a;
  --cream: #f6f5ed;
  --white: #fff;
  --line: #dbe2dd;
  --shadow: 0 20px 60px rgba(16, 37, 31, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--green);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 25px; height: 3px; border-radius: 9px; background: var(--lime); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.9rem, 7vw, 5.9rem); max-width: 900px; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.25rem; }
p { margin: 0; }
.lead { max-width: 670px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.section { padding: 100px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-head .lead { max-width: 520px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-2px); background: var(--green-dark); box-shadow: 0 10px 25px rgba(11,118,86,.2); }
.btn-light { border-color: rgba(255,255,255,.35); background: transparent; }
.btn-light:hover { background: rgba(255,255,255,.1); }
.btn-lime { background: var(--lime); color: var(--ink); }
.btn-lime:hover { background: #d9ef72; }
.btn-whatsapp { background: #25d366; color: #092b1d; }
.btn-whatsapp:hover { background: #20bd5a; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(16,37,31,.08);
  background: rgba(246,245,237,.92);
  backdrop-filter: blur(16px);
}
.nav { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 850; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: var(--green); color: var(--lime); }
.brand-mark .icon { width: 23px; }
.nav-links { display: flex; align-items: center; gap: 31px; }
.nav-links > a:not(.btn) { position: relative; color: #354741; font-size: .94rem; font-weight: 650; text-decoration: none; }
.nav-links > a:not(.btn)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; content: ""; transform: scaleX(0); background: var(--green); transition: transform .2s; }
.nav-links > a:hover::after, .nav-links > a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: transparent; color: var(--ink); cursor: pointer; }

.hero { position: relative; overflow: hidden; padding: 95px 0 76px; }
.hero::before { position: absolute; top: 8%; right: -8%; width: 450px; height: 450px; border-radius: 50%; background: rgba(204,232,74,.18); content: ""; filter: blur(4px); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.hero-copy h1 span { color: var(--green); }
.hero-copy .lead { margin-top: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 9px; color: var(--green); font-weight: 750; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 42px; color: #40534c; font-size: .9rem; font-weight: 650; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row .icon { width: 18px; color: var(--green); }
.signal-card {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  border-radius: 38px;
  background: var(--green);
  box-shadow: var(--shadow);
  color: var(--white);
  isolation: isolate;
}
.signal-card::before, .signal-card::after { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; }
.signal-card::before { width: 440px; height: 440px; top: -120px; right: -130px; box-shadow: 0 0 0 60px rgba(255,255,255,.05), 0 0 0 120px rgba(255,255,255,.035); }
.signal-card::after { width: 190px; height: 190px; bottom: -90px; left: -70px; background: var(--lime); border: 0; }
.router { position: absolute; top: 38%; left: 50%; width: 230px; height: 122px; transform: translate(-50%,-50%); border-radius: 26px; background: #fbfcf7; box-shadow: 0 30px 60px rgba(0,0,0,.25); }
.router::before, .router::after { position: absolute; bottom: 100%; width: 4px; height: 83px; border-radius: 4px 4px 0 0; background: #fbfcf7; content: ""; }
.router::before { left: 35px; transform: rotate(-9deg); transform-origin: bottom; }
.router::after { right: 35px; transform: rotate(9deg); transform-origin: bottom; }
.router-dots { position: absolute; right: 24px; bottom: 24px; display: flex; gap: 7px; }
.router-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.router-line { position: absolute; bottom: 26px; left: 25px; width: 65px; height: 5px; border-radius: 9px; background: #d8e0db; }
.floating-note { position: absolute; right: 23px; bottom: 24px; left: 23px; display: flex; align-items: center; gap: 15px; padding: 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; background: rgba(6,70,52,.72); backdrop-filter: blur(12px); }
.floating-note .icon-wrap { display: grid; flex: 0 0 45px; width: 45px; height: 45px; place-items: center; border-radius: 14px; background: var(--lime); color: var(--ink); }
.floating-note strong, .floating-note small { display: block; }
.floating-note small { opacity: .72; }

.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 268px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #b6c6bd; box-shadow: 0 18px 45px rgba(16,37,31,.09); }
.service-icon { display: grid; width: 54px; height: 54px; margin-bottom: 43px; place-items: center; border-radius: 16px; background: #edf5e5; color: var(--green); }
.service-card p { margin-top: 12px; color: var(--muted); font-size: .95rem; }

.work { background: #edf0e8; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-card { position: relative; min-height: 390px; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--ink); box-shadow: 0 14px 35px rgba(16,37,31,.12); }
.gallery-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; transition: transform .5s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,28,22,.9)); content: ""; pointer-events: none; }
.gallery-card figcaption { position: absolute; z-index: 1; right: 24px; bottom: 23px; left: 24px; color: var(--white); }
.gallery-card figcaption strong, .gallery-card figcaption span { display: block; }
.gallery-card figcaption strong { font-size: 1.2rem; }
.gallery-card figcaption span { margin-top: 4px; color: rgba(255,255,255,.72); font-size: .86rem; }

.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.process-intro { position: sticky; top: 120px; }
.process-intro .lead { margin: 22px 0 28px; }
.steps { display: grid; gap: 16px; counter-reset: steps; }
.step { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 27px; border-radius: 20px; background: var(--white); counter-increment: steps; }
.step::before { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); content: "0" counter(steps); font-size: .85rem; font-weight: 800; }
.step p { margin-top: 8px; color: var(--muted); }

.why { background: var(--ink); color: var(--white); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why .eyebrow { color: var(--lime); }
.why .lead { margin-top: 22px; color: #b8c5c0; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefit { padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.04); }
.benefit .icon { margin-bottom: 27px; color: var(--lime); }
.benefit p { margin-top: 7px; color: #aebcb7; font-size: .9rem; }

.reviews { background: var(--white); }
.review-panel { display: flex; align-items: center; justify-content: space-between; gap: 55px; padding: 48px; border: 1px solid var(--line); border-radius: 28px; background: var(--cream); }
.review-panel .lead { margin-top: 18px; }
.review-panel .btn { flex: 0 0 auto; }

.cta { padding: 90px 0; }
.cta-card { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 56px; overflow: hidden; border-radius: 30px; background: var(--green); color: var(--white); }
.cta-card h2 { max-width: 670px; }
.cta-card p { margin-top: 14px; color: rgba(255,255,255,.74); }

footer { padding: 54px 0 28px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; padding-bottom: 48px; }
.footer-copy { max-width: 370px; margin-top: 17px; color: var(--muted); font-size: .92rem; }
.footer-title { margin-bottom: 16px; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.footer-credit strong { color: var(--green); font-weight: 800; }

.page-hero { padding: 90px 0 65px; text-align: center; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { margin-inline: auto; font-size: clamp(2.7rem,6vw,5rem); }
.page-hero .lead { margin: 23px auto 0; }
.contact-section { padding: 25px 0 100px; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; }
.contact-panel, .contact-form { border-radius: 26px; }
.contact-panel { padding: 40px; background: var(--ink); color: var(--white); }
.contact-panel > p { margin: 15px 0 35px; color: #b7c3bf; }
.contact-list { display: grid; gap: 14px; }
.contact-item { display: flex; gap: 15px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.04); text-decoration: none; }
.contact-item .icon { flex: 0 0 22px; color: var(--lime); }
.contact-item small, .contact-item strong { display: block; }
.contact-item small { color: #95a8a1; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-person { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.04); }
.contact-person .contact-item { border: 0; border-radius: 0; background: transparent; }
.whatsapp-mini { display: block; padding: 11px 18px; border-top: 1px solid rgba(255,255,255,.1); color: var(--lime); font-size: .82rem; font-weight: 800; text-align: center; text-decoration: none; }
.whatsapp-mini:hover { background: rgba(204,232,74,.08); }
.contact-form { padding: 40px; border: 1px solid var(--line); background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; margin-bottom: 17px; }
.field label { font-size: .88rem; font-weight: 750; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #ced8d2; border-radius: 12px; outline: 0; background: #fbfcfa; color: var(--ink); padding: 14px 15px; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(11,118,86,.12); }
.form-note { margin-top: 13px; color: var(--muted); font-size: .8rem; }
.form-status { display: none; margin-top: 17px; padding: 13px 15px; border-radius: 10px; background: #e9f6ec; color: #176532; font-size: .9rem; }
.form-status.show { display: block; }
.honeypot { position: absolute !important; left: -9999px !important; }
.floating-whatsapp { position: fixed; z-index: 45; right: 20px; bottom: 20px; display: none; padding: 13px 18px; border-radius: 999px; background: #25d366; color: #092b1d; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: .86rem; font-weight: 850; text-decoration: none; }

@media (max-width: 900px) {
  .hero-grid, .process-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .hero-copy { text-align: center; }
  .hero-copy .lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .signal-card { min-height: 430px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card:last-child { grid-column: 1 / -1; }
  .process-intro { position: static; }
  .why-grid { gap: 50px; }
  .section-head { display: block; }
  .section-head .lead { margin-top: 20px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 74px 0; }
  .menu-toggle { display: block; }
  .nav-links { position: fixed; inset: 76px 0 auto; display: none; align-items: stretch; padding: 20px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 18px 30px rgba(16,37,31,.08); }
  .nav-links.open { display: grid; }
  .nav-links > a { padding: 11px; }
  .nav-links .btn { margin-top: 5px; }
  .hero { padding-top: 70px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.3rem); }
  .service-grid, .benefits, .footer-grid, .form-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card:last-child { grid-column: auto; }
  .gallery-card, .gallery-card img { min-height: 330px; }
  .service-card { min-height: auto; }
  .service-icon { margin-bottom: 30px; }
  .signal-card { min-height: 390px; border-radius: 28px; }
  .router { width: 200px; }
  .cta-card { display: block; padding: 37px 27px; text-align: center; }
  .cta-card .btn { margin-top: 28px; }
  .footer-grid { gap: 34px; }
  .footer-bottom { display: block; }
  .footer-credit { margin-top: 8px; }
  .contact-panel, .contact-form { padding: 27px; }
  .page-hero { padding-top: 65px; }
  .review-panel { display: block; padding: 31px 24px; }
  .review-panel .btn { margin-top: 25px; }
  .floating-whatsapp { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
