:root {
  --green-950: #021912;
  --green-900: #062b20;
  --green-800: #0b3d2c;
  --green-700: #14553c;
  --lime: #b8df00;
  --lime-bright: #c7ee14;
  --blue: #075cf3;
  --cream: #f4f2e8;
  --white: #fff;
  --ink: #102018;
  --muted: #5d6d65;
  --border: rgba(6,43,32,.13);
  --shadow: 0 24px 70px rgba(2,25,18,.16);
  --radius: 26px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -60px; z-index: 9999; background: var(--lime); color: var(--green-950); padding: 12px 16px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 14px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 88px; transition: .3s ease; }
.site-header.scrolled { background: rgba(2,25,18,.92); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(0,0,0,.15); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 170px; min-height: 86px; display: grid; place-items: center; overflow: visible; flex-shrink: 0; }
.brand img { width: 170px; height: auto; display: block; transform: none; }
.main-nav { display: flex; align-items: center; gap: 28px; color: white; font-size: .93rem; font-weight: 700; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--lime); transition: .25s; }
.main-nav a:hover::after { width: 100%; }
.nav-socials { display: flex; align-items: center; gap: 7px; margin-left: -4px; }
.social-link { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: white; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.social-link svg { width: 18px; height: 18px; fill: currentColor; }
.social-link:hover { color: var(--green-950); background: var(--lime); border-color: var(--lime); transform: translateY(-2px); }
.nav-cta { background: var(--lime); color: var(--green-950); padding: 12px 18px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 28px; height: 2px; margin: 6px 0; background: white; transition: .25s; }

.hero { min-height: 880px; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--green-950); }
.hero-background { position: absolute; inset: 0; background: url('assets/cesped-antes-despues.webp') center/cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,25,18,.94) 0%, rgba(2,25,18,.78) 40%, rgba(2,25,18,.20) 73%, rgba(2,25,18,.12) 100%), linear-gradient(0deg, rgba(2,25,18,.56), transparent 45%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.07fr .7fr; align-items: center; gap: 56px; padding-top: 100px; }
.hero-copy { max-width: 720px; color: white; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--green-800); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow { color: var(--lime-bright); background: rgba(184,223,0,.12); border: 1px solid rgba(199,238,20,.35); padding: 9px 14px; border-radius: 999px; }
.hero h1 { margin: 22px 0 10px; font-size: clamp(3.4rem, 6.4vw, 6.5rem); line-height: .91; letter-spacing: -.065em; max-width: 780px; text-wrap: balance; }
.hero h1 em { color: var(--lime); font-style: normal; text-shadow: 0 7px 0 rgba(6,43,32,.45); }
.hero-services { font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; margin: 24px 0 10px; }
.hero-services span { color: var(--blue); padding-inline: 6px; }
.hero-lead { max-width: 650px; margin: 0 0 30px; color: rgba(255,255,255,.83); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { min-height: 54px; padding: 0 22px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; text-align: center; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--lime); color: var(--green-950); box-shadow: 0 16px 40px rgba(184,223,0,.24); }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-lime { background: var(--lime); color: var(--green-950); }
.btn-whatsapp { width: 100%; background: #20c965; color: #052b16; font-size: 1rem; margin-top: 8px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; max-width: 720px; }
.hero-proof div { border-left: 3px solid var(--lime); padding-left: 14px; display: flex; flex-direction: column; }
.hero-proof strong { font-size: 1.25rem; }
.hero-proof span { color: rgba(255,255,255,.68); font-size: .78rem; }
.hero-person { align-self: end; padding-top: 110px; }
.person-frame { position: relative; max-width: 430px; margin-left: auto; border: 1px solid rgba(255,255,255,.32); border-radius: 240px 240px 38px 38px; overflow: hidden; box-shadow: 0 28px 90px rgba(0,0,0,.36); background: var(--green-900); }
.person-frame::before { content: ""; position: absolute; inset: 0; z-index: 1; box-shadow: inset 0 0 0 8px rgba(184,223,0,.12); border-radius: inherit; pointer-events: none; }
.person-frame img { width: 100%; height: 590px; object-fit: cover; object-position: center 20%; }
.person-label { position: absolute; inset: auto 18px 18px; z-index: 3; color: white; background: rgba(2,25,18,.82); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(14px); padding: 15px 18px; border-radius: 18px; display: grid; }
.person-label span { color: var(--lime); text-transform: uppercase; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.person-label strong { font-size: 1.08rem; }
.person-label small { color: rgba(255,255,255,.66); }
.grass-edge { position: absolute; left: 0; right: 0; bottom: -1px; height: 34px; z-index: 5; background: repeating-linear-gradient(105deg, transparent 0 10px, var(--cream) 11px 14px, transparent 15px 20px), linear-gradient(to top, var(--cream) 0 8px, transparent 8px); opacity: .98; }
.scroll-cue { position: absolute; z-index: 10; left: 50%; bottom: 35px; width: 30px; height: 48px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 5px; height: 9px; border-radius: 4px; background: var(--lime); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translate(-50%,0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%,20px); opacity: 0; } }

.trust-strip { background: var(--cream); padding: 30px 0 18px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-grid article { display: flex; gap: 13px; align-items: flex-start; padding: 20px 16px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.55); }
.trust-icon { flex: 0 0 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--lime); background: var(--green-900); font-size: .73rem; font-weight: 900; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--green-900); font-size: .9rem; }
.trust-grid span { margin-top: 3px; color: var(--muted); font-size: .77rem; line-height: 1.4; }

.section { padding: 110px 0; }
.intro-section { padding-top: 90px; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: 90px; align-items: end; }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(2.3rem, 4.7vw, 4.8rem); line-height: 1; letter-spacing: -.055em; color: var(--green-950); text-wrap: balance; }
.section-heading h2 span, .experience-copy h2 span, .results-copy h2 span { color: var(--green-700); }
.section-heading.centered { text-align: center; max-width: 820px; margin: 0 auto 46px; }
.section-heading.centered .kicker { justify-content: center; }
.section-heading.centered p { max-width: 620px; margin: 18px auto 0; color: var(--muted); }
.intro-copy { font-size: 1.12rem; color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; margin-top: 14px; color: var(--green-800); font-weight: 900; }
.text-link span { color: var(--blue); }

.services-section { position: relative; background: white; }
.services-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 10% 5%, rgba(184,223,0,.13), transparent 23%), radial-gradient(circle at 95% 80%, rgba(7,92,243,.06), transparent 22%); }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 285px; padding: 26px; border-radius: var(--radius); border: 1px solid var(--border); background: #fbfcf7; position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card.featured { grid-column: span 2; background: var(--green-900); color: white; }
.service-card.featured::after { content: ""; position: absolute; width: 240px; height: 240px; right: -80px; bottom: -120px; border: 38px solid var(--lime); border-radius: 50%; opacity: .16; }
.service-number { position: absolute; right: 20px; top: 18px; color: rgba(6,43,32,.18); font-size: 2.8rem; line-height: 1; font-weight: 950; }
.featured .service-number { color: rgba(255,255,255,.18); }
.service-icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: var(--lime); color: var(--green-950); font-size: 1.35rem; font-weight: 900; }
.service-card h3 { margin: 25px 0 10px; font-size: 1.25rem; color: var(--green-900); }
.service-card.featured h3 { font-size: 2rem; color: white; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-card.featured p { max-width: 560px; color: rgba(255,255,255,.72); font-size: 1.02rem; }
.service-tag { position: absolute; left: 26px; bottom: 24px; color: var(--lime); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }


/* Professional treatment carousel */
.technique-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(184,223,0,.16), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(7,92,243,.08), transparent 28%),
    #f7f7ef;
}
.technique-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .27;
  background-image: linear-gradient(rgba(6,43,32,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(6,43,32,.035) 1px, transparent 1px);
  background-size: 44px 44px;
}
.technique-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}
.technique-heading > p {
  max-width: 520px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 1.04rem;
}
.technique-carousel { position: relative; }
.technique-viewport {
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 30px 85px rgba(2,25,18,.20);
  touch-action: pan-y;
}
.technique-track {
  display: flex;
  align-items: stretch;
  transition: transform .62s cubic-bezier(.22,.75,.22,1);
  will-change: transform;
}
.technique-track.is-dragging { transition: none; cursor: grabbing; }
.technique-slide { flex: 0 0 100%; min-width: 0; padding: 0; }
.technique-card {
  min-height: 570px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  padding: 14px;
  gap: 14px;
  background: white;
  border: 1px solid rgba(6,43,32,.12);
  border-radius: 34px;
}
.technique-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--green-950);
}
.technique-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(2,25,18,.42));
}
.technique-media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  transition: transform .8s ease;
}
.technique-slide.is-active .technique-media img { transform: scale(1.035); }
.technique-photo-label {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 20px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  color: white;
  background: rgba(2,25,18,.70);
  backdrop-filter: blur(12px);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.technique-copy {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 42px;
  border-radius: 24px;
  color: white;
  background: linear-gradient(145deg, var(--green-900), #0c4734);
}
.technique-copy::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: -130px;
  right: -110px;
  border: 42px solid rgba(184,223,0,.13);
  border-radius: 50%;
}
.technique-copy::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -105px;
  bottom: -115px;
  border-radius: 50%;
  background: rgba(7,92,243,.10);
}
.technique-index {
  position: absolute;
  top: 25px;
  right: 28px;
  color: rgba(255,255,255,.40);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .11em;
}
.technique-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 19px;
  padding: 9px 14px;
  border: 1px solid rgba(199,238,20,.35);
  border-radius: 999px;
  color: var(--lime-bright);
  background: rgba(184,223,0,.10);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.technique-copy h3 {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0 0 22px;
  color: white;
  font-size: clamp(2.3rem, 4vw, 4.35rem);
  line-height: .95;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.technique-copy p {
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  color: rgba(255,255,255,.76);
  font-size: .97rem;
  line-height: 1.65;
}
.technique-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: 13px;
  color: var(--lime-bright);
  font-weight: 900;
}
.technique-link span { color: white; transition: transform .2s ease; }
.technique-link:hover span { transform: translateX(4px); }
.technique-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  margin-top: 25px;
}
.technique-arrows { display: flex; gap: 9px; }
.technique-arrow {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--green-950);
  background: white;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(2,25,18,.10);
  transition: transform .2s, background .2s, color .2s;
}
.technique-arrow:hover { transform: translateY(-2px); color: var(--lime); background: var(--green-950); }
.technique-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.technique-dots { display: flex; justify-content: center; align-items: center; gap: 9px; }
.technique-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(6,43,32,.20);
  cursor: pointer;
  transition: width .25s, background .25s;
}
.technique-dot.is-active { width: 38px; background: var(--lime); }
.technique-status { min-width: 64px; color: var(--green-800); font-size: .83rem; font-weight: 900; letter-spacing: .10em; text-align: right; }

.results-section { background: var(--green-950); color: white; position: relative; overflow: hidden; }
.results-section::before { content: ""; position: absolute; inset: 0; opacity: .16; background: repeating-linear-gradient(115deg, transparent 0 24px, rgba(184,223,0,.15) 25px 26px, transparent 27px 48px); }
.results-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.comparison-card { position: relative; overflow: hidden; border-radius: 32px; box-shadow: 0 30px 80px rgba(0,0,0,.32); border: 1px solid rgba(255,255,255,.2); }
.comparison-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.compare-label { position: absolute; top: 20px; padding: 9px 14px; border-radius: 999px; font-size: .73rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.compare-label.before { left: 20px; color: white; background: rgba(67,41,21,.78); }
.compare-label.after { right: 20px; color: var(--green-950); background: var(--lime); }
.compare-divider { position: absolute; left: 50%; inset-block: 0; width: 2px; background: rgba(255,255,255,.85); }
.compare-divider span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; border-radius: 50%; background: white; box-shadow: 0 8px 25px rgba(0,0,0,.25); }
.compare-divider span::before, .compare-divider span::after { content: ""; position: absolute; top: 50%; border: solid var(--green-900); border-width: 0 2px 2px 0; padding: 4px; }
.compare-divider span::before { left: 12px; transform: translateY(-50%) rotate(135deg); }
.compare-divider span::after { right: 12px; transform: translateY(-50%) rotate(-45deg); }
.kicker.light { color: var(--lime); }
.results-copy h2, .experience-copy h2, .quote-intro h2 { margin: 12px 0 20px; font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.05em; }
.results-copy h2 span { color: var(--lime); }
.results-copy p { color: rgba(255,255,255,.7); }
.check-list { list-style: none; padding: 0; margin: 24px 0 30px; }
.check-list li { position: relative; padding-left: 30px; margin: 12px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }

.experience-section { background: var(--cream); position: relative; }
.experience-grid { display: grid; grid-template-columns: 1.1fr .65fr; gap: 80px; align-items: center; }
.experience-copy p { color: var(--muted); max-width: 710px; font-size: 1.04rem; }
.experience-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.experience-metrics div { padding: 22px; border-radius: 20px; background: white; border: 1px solid var(--border); }
.experience-metrics strong, .experience-metrics span { display: block; }
.experience-metrics strong { color: var(--green-900); font-size: 2.1rem; line-height: 1; }
.experience-metrics span { margin-top: 7px; color: var(--muted); font-size: .8rem; }
.quote-card { position: relative; padding: 58px 42px 40px; border-radius: 32px; color: white; background: var(--green-900); box-shadow: var(--shadow); }
.quote-card::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(184,223,0,.3); border-radius: 22px; pointer-events: none; }
.quote-mark { position: absolute; top: -28px; left: 32px; color: var(--lime); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.quote-card p { position: relative; z-index: 1; margin: 0; font-size: 1.45rem; line-height: 1.25; font-weight: 760; }
.quote-card footer { position: relative; z-index: 1; margin-top: 24px; color: rgba(255,255,255,.62); font-size: .85rem; }

.process-section { background: white; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-line::before { content: ""; position: absolute; top: 29px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--green-900), var(--lime), var(--blue)); opacity: .25; }
.process-step { position: relative; text-align: center; padding: 0 14px; }
.process-step > span { position: relative; z-index: 2; width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--green-900); color: var(--lime); font-size: 1.15rem; font-weight: 950; box-shadow: 0 0 0 8px white; }
.process-step h3 { margin: 0 0 8px; color: var(--green-900); font-size: 1.08rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .88rem; }

.quote-section { position: relative; overflow: hidden; background: var(--green-900); color: white; }
.quote-section::before { content: ""; position: absolute; width: 600px; height: 600px; right: -220px; top: -200px; border-radius: 50%; border: 90px solid rgba(184,223,0,.07); }
.quote-grid { position: relative; display: grid; grid-template-columns: .72fr 1fr; gap: 80px; align-items: center; }
.quote-intro h2 { text-wrap: balance; }
.quote-intro p { color: rgba(255,255,255,.7); font-size: 1.05rem; }
.national-badge { display: inline-flex; gap: 10px; align-items: center; margin-top: 20px; padding: 11px 15px; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.07); font-weight: 800; font-size: .85rem; }
.national-badge span { color: var(--lime); }
.quote-form { padding: 34px; border-radius: 30px; background: var(--cream); color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.quote-form fieldset { border: 0; padding: 0; margin: 0 0 24px; }
.quote-form legend, .quote-form > label, .form-row label { display: block; margin-bottom: 11px; color: var(--green-900); font-weight: 900; font-size: .9rem; }
.quote-form label span { color: var(--muted); font-weight: 500; }
.radio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.radio-grid label { cursor: pointer; }
.radio-grid input { position: absolute; opacity: 0; pointer-events: none; }
.radio-grid label > span { display: flex; min-height: 76px; flex-direction: column; justify-content: center; padding: 13px 14px; border-radius: 16px; border: 1px solid var(--border); background: white; color: var(--ink); transition: .2s; }
.radio-grid label > span strong { font-size: .86rem; color: var(--green-900); }
.radio-grid label > span small { margin-top: 2px; color: var(--muted); font-size: .72rem; }
.radio-grid input:checked + span { border-color: var(--lime); box-shadow: inset 0 0 0 2px var(--lime); background: #fbffe9; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form input[type="text"], .quote-form input[type="number"] { width: 100%; margin-top: 8px; min-height: 52px; padding: 0 15px; border: 1px solid var(--border); border-radius: 14px; background: white; color: var(--ink); outline: 0; }
.quote-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,92,243,.11); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 90px; }
.accordion details { border-bottom: 1px solid var(--border); padding: 18px 0; }
.accordion summary { cursor: pointer; list-style: none; color: var(--green-900); font-size: 1.04rem; font-weight: 900; padding-right: 30px; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 0; top: 0; color: var(--blue); font-size: 1.4rem; }
.accordion details[open] summary::after { content: "–"; }
.accordion p { color: var(--muted); margin: 12px 0 0; }

.final-cta { padding: 40px 0; background: var(--lime); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.final-cta-inner span { color: var(--green-800); font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.final-cta-inner h2 { margin: 4px 0 0; color: var(--green-950); font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.04em; }
.final-cta .btn { background: var(--green-950); color: white; }

.site-footer { background: var(--green-950); color: white; padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 70px; }
.footer-logo { width: 125px; height: 92px; object-fit: contain; }
.footer-grid p { color: rgba(255,255,255,.6); max-width: 330px; }
.footer-grid strong { display: block; color: var(--lime); margin-bottom: 13px; }
.footer-grid a { display: block; color: rgba(255,255,255,.7); margin: 8px 0; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: .78rem; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 800; min-height: 54px; display: flex; align-items: center; gap: 9px; padding: 0 17px; border-radius: 999px; background: #20c965; color: #062b20; box-shadow: 0 16px 40px rgba(0,0,0,.25); font-weight: 900; font-size: .84rem; }
.floating-whatsapp svg { width: 26px; height: 26px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1120px) and (min-width: 821px) {
  .main-nav { gap: 16px; font-size: .86rem; }
  .nav-socials { gap: 5px; }
  .social-link { width: 32px; height: 32px; }
  .social-link svg { width: 16px; height: 16px; }
  .nav-cta { padding-inline: 15px; }
}

@media (max-width: 1020px) {
  .hero { min-height: 960px; }
  .hero-grid { grid-template-columns: 1fr .62fr; gap: 30px; }
  .hero h1 { font-size: clamp(3.2rem, 7vw, 5.2rem); }
  .person-frame img { height: 530px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid, .experience-grid, .quote-grid { gap: 45px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 680px); }
  .site-header { height: 76px; }
  .brand { width: 138px; min-height: 72px; }
  .brand img { width: 138px; }
  .menu-toggle { display: block; position: relative; z-index: 5; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 25px; background: rgba(2,25,18,.98); transform: translateX(100%); transition: .3s ease; font-size: 1.15rem; }
  .main-nav.open { transform: none; }
  .nav-socials { margin: 3px 0 1px; gap: 12px; }
  .social-link { width: 46px; height: 46px; background: rgba(255,255,255,.09); }
  .social-link svg { width: 22px; height: 22px; }
  .hero { min-height: auto; padding: 112px 0 62px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 20px; }
  .hero-shade { background: linear-gradient(180deg, rgba(2,25,18,.88) 0%, rgba(2,25,18,.72) 63%, rgba(2,25,18,.90) 100%); }
  .hero-copy { text-align: center; }
  .eyebrow { margin-inline: auto; }
  .hero h1 { font-size: clamp(3.2rem, 13vw, 5rem); }
  .hero-actions { justify-content: center; }
  .hero-proof { text-align: left; }
  .hero-person { padding-top: 10px; }
  .person-frame { max-width: 390px; margin: 0 auto; }
  .person-frame img { height: 470px; }
  .scroll-cue { display: none; }
  .section { padding: 80px 0; }
  .intro-grid, .results-grid, .experience-grid, .quote-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .results-copy { order: -1; }
  .process-line { grid-template-columns: 1fr 1fr; gap: 36px 15px; }
  .process-line::before { display: none; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero { padding-top: 94px; }
  .hero h1 { font-size: clamp(2.9rem, 15vw, 4.2rem); }
  .hero-services { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; font-size: .92rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 11px; max-width: 280px; margin: 28px auto 0; }
  .hero-proof div { flex-direction: row; gap: 8px; align-items: baseline; }
  .person-frame img { height: 430px; }
  .trust-grid, .services-grid, .experience-metrics, .process-line, .radio-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .service-card.featured { grid-column: auto; min-height: 330px; }
  .section-heading h2, .results-copy h2, .experience-copy h2, .quote-intro h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .comparison-card { border-radius: 20px; }
  .experience-metrics div { text-align: center; }
  .quote-card { padding: 54px 28px 34px; }
  .quote-card p { font-size: 1.2rem; }
  .quote-form { padding: 22px 16px; border-radius: 22px; }
  .floating-whatsapp { width: 54px; padding: 0; justify-content: center; right: 14px; bottom: 14px; }
  .floating-whatsapp span { display: none; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}


@media (max-width: 920px) {
  .technique-heading { grid-template-columns: 1fr; gap: 18px; }
  .technique-card { min-height: 0; grid-template-columns: 1fr; }
  .technique-media img { height: 400px; min-height: 0; }
  .technique-copy { min-height: 470px; padding: 42px 34px; }
  .technique-copy h3 { font-size: clamp(2.45rem, 7vw, 4rem); }
}
@media (max-width: 560px) {
  .technique-heading { margin-bottom: 28px; }
  .technique-viewport, .technique-card { border-radius: 24px; }
  .technique-card { padding: 8px; gap: 8px; }
  .technique-media, .technique-copy { border-radius: 18px; }
  .technique-media img { height: 285px; }
  .technique-copy { min-height: 0; padding: 42px 22px 28px; }
  .technique-copy h3 { margin-bottom: 17px; font-size: clamp(2.05rem, 11vw, 3rem); }
  .technique-copy p { font-size: .91rem; line-height: 1.58; }
  .technique-index { top: 17px; right: 20px; }
  .technique-controls { grid-template-columns: auto 1fr; gap: 14px; }
  .technique-dots { justify-content: flex-end; }
  .technique-status { display: none; }
  .technique-arrow { width: 46px; height: 46px; }
  .technique-dot.is-active { width: 28px; }
}

@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; }
}
