:root {
  --navy: #011126;
  --navy-soft: #061a31;
  --navy-card: #0a2038;
  --lime: #85d932;
  --lime-hover: #73c322;
  --white: #ffffff;
  --ink: #101b29;
  --muted: #627083;
  --line: #dce3ea;
  --surface: #f4f7f9;
  --radius: 20px;
  --shadow: 0 22px 60px rgba(1,17,38,.12);
  --font: "Poppins", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.svg-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; padding: 11px 16px; border-radius: 10px; background: var(--lime); color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.11); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-weight: 700; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--lime); border-radius: 12px; color: var(--lime); font-size: .96rem; font-weight: 800; letter-spacing: -.05em; transform: skew(-7deg); }
.brand-name { line-height: 1.15; }
.brand-name strong { display: block; color: var(--lime); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 26px; color: #dce5ef; font-size: .86rem; font-weight: 600; }
nav > a:not(.nav-cta):hover { color: var(--lime); }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 17px; border-radius: 999px; background: var(--lime); color: var(--navy); font-weight: 800; }
.nav-cta svg { width: 18px; height: 18px; fill: currentColor; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; background: rgba(255,255,255,.06); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; min-height: 780px; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,17,38,.98) 0%, rgba(1,17,38,.94) 34%, rgba(1,17,38,.47) 66%, rgba(1,17,38,.2) 100%), linear-gradient(0deg, rgba(1,17,38,.62), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 104px; }
.hero-content > * { max-width: 710px; }
.eyebrow { margin: 0 0 18px; color: #d7e1eb; font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 3px; margin: 0 9px 3px 0; border-radius: 5px; background: var(--lime); }
.eyebrow.dark { color: #536174; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.04em; }
h1 { margin-bottom: 24px; color: var(--white); font-size: clamp(2.65rem, 5.6vw, 5rem); line-height: 1.02; font-weight: 800; }
h1 em { color: var(--lime); font-style: normal; }
h2 { margin-bottom: 17px; font-size: clamp(2.1rem, 4vw, 3.45rem); line-height: 1.1; font-weight: 800; }
h3 { margin-bottom: 10px; font-size: 1.14rem; line-height: 1.28; font-weight: 700; }
.hero-subtitle { margin: 0 0 32px; color: #c4cfdb; font-size: clamp(1rem, 1.7vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 22px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button svg { width: 25px; height: 25px; fill: currentColor; }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.button-primary { position: relative; isolation: isolate; overflow: hidden; background: var(--lime); color: var(--navy); box-shadow: 0 16px 32px rgba(133,217,50,.18); animation: ctaPulse 2s ease-in-out infinite; }
.button-primary::before { content: ""; position: absolute; z-index: -1; top: -55%; bottom: -55%; left: -50%; width: 30%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent); transform: skewX(-18deg); animation: ctaShine 3s ease-in-out infinite; }
.button-primary:hover { background: var(--lime-hover); transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.34); color: var(--white); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: var(--lime); color: var(--lime); transform: translateY(-2px); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; color: #b7c2ce; font-size: .8rem; font-weight: 600; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 17px; height: 17px; color: var(--lime); }
.scroll-cue { position: absolute; z-index: 3; bottom: 26px; left: 50%; width: 29px; height: 45px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 4px; height: 8px; border-radius: 4px; background: var(--lime); transform: translateX(-50%); animation: scrollCue 1.7s ease-in-out infinite; }

.quick-info { position: relative; z-index: 4; margin-top: -1px; background: var(--lime); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid > div { min-height: 108px; display: flex; align-items: center; gap: 15px; padding: 18px 28px; border-right: 1px solid rgba(1,17,38,.16); }
.quick-grid > div:last-child { border-right: 0; }
.quick-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: var(--navy); color: var(--lime); }
.quick-icon svg { width: 22px; height: 22px; fill: currentColor; }
.quick-icon svg use[href="#icon-pin"], .quick-icon svg use[href="#icon-clock"] { fill: none; }
.quick-grid p { margin: 0; color: var(--navy); line-height: 1.25; }
.quick-grid strong, .quick-grid small { display: block; }
.quick-grid strong { font-size: .94rem; }
.quick-grid small { margin-top: 5px; font-size: .72rem; font-weight: 500; opacity: .77; }

.section { padding: 112px 0; }
.section-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.section-heading > p:last-child { margin: 0; color: var(--muted); }
.section-heading.light h2 { color: var(--white); }
.section-heading.light > p:last-child { color: #aebdcb; }
.services { background: var(--surface); }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(1,17,38,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(133,217,50,.7); box-shadow: var(--shadow); }
.service-card > img { width: 100%; height: 170px; object-fit: cover; }
.service-card:nth-child(1) > img, .service-card:nth-child(4) > img, .service-card:nth-child(7) > img { object-position: 72% center; }
.service-body { position: relative; padding: 24px 22px 23px; }
.service-body > span { position: absolute; top: -21px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 4px solid var(--white); border-radius: 50%; background: var(--lime); color: var(--navy); font-size: .72rem; font-weight: 800; }
.service-body p { min-height: 98px; margin: 0 0 19px; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.service-body a { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: .79rem; font-weight: 800; }
.service-body a:hover { color: #4f9413; }
.service-body b { color: var(--lime-hover); font-size: 1rem; }

.results { overflow: hidden; background: var(--navy); }
.results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.result-card { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: var(--navy-card); box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.result-image { position: relative; overflow: hidden; }
.result-image img { width: 100%; aspect-ratio: 1.45; object-fit: cover; transition: transform .5s ease; }
.result-card:hover img { transform: scale(1.025); }
.label-before, .label-after { position: absolute; bottom: 14px; padding: 6px 10px; border-radius: 7px; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.label-before { left: 14px; background: rgba(1,17,38,.82); color: #fff; }
.label-after { right: 14px; background: var(--lime); color: var(--navy); }
.result-card figcaption { padding: 21px 22px 23px; }
.result-card figcaption strong, .result-card figcaption span { display: block; }
.result-card figcaption strong { color: var(--white); }
.result-card figcaption span { margin-top: 5px; color: #9eafc0; font-size: .81rem; }
.gallery-note { max-width: 850px; margin: 25px auto 0; color: #8193a5; font-size: .74rem; text-align: center; }

.benefits { background: var(--white); }
.benefits-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 92px; }
.benefits-copy { position: sticky; top: 40px; }
.benefits-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; color: var(--navy); font-weight: 800; }
.text-link span { color: var(--lime-hover); }
.benefits-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.benefits-list li { min-height: 116px; display: flex; align-items: flex-start; gap: 13px; padding: 21px; border: 1px solid var(--line); border-radius: 15px; color: #405065; font-size: .86rem; font-weight: 600; }
.benefits-list li > span { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: rgba(133,217,50,.18); color: #4e9410; }
.benefits-list svg { width: 17px; height: 17px; }

.process { background: var(--surface); }
.process .section-heading { margin-bottom: 42px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.process-grid li { display: flex; gap: 20px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.process-grid > li > span { color: var(--lime-hover); font-size: 1.55rem; font-weight: 800; line-height: 1; }
.process-grid p { margin: 0; color: var(--muted); font-size: .84rem; }

.contact { position: relative; overflow: hidden; padding: 110px 0; background: var(--navy); }
.contact-glow { position: absolute; width: 420px; height: 420px; right: -140px; top: -150px; border-radius: 50%; background: var(--lime); filter: blur(110px); opacity: .15; }
.contact-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 650px; margin: 0 0 30px; color: #aebdcb; font-size: 1.04rem; }
.contact-card { padding: 14px 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.05); backdrop-filter: blur(12px); }
.contact-card > div { display: flex; align-items: center; gap: 14px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-card > div:last-child { border-bottom: 0; }
.contact-card > div > span { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: var(--lime); color: var(--navy); }
.contact-card svg { width: 21px; height: 21px; fill: currentColor; }
.contact-card svg use[href="#icon-pin"], .contact-card svg use[href="#icon-clock"] { fill: none; }
.contact-card p { margin: 0; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: #8496a7; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-card strong { margin-top: 3px; color: var(--white); font-size: .91rem; }

.site-footer { padding: 34px 0; background: #000b18; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner p { margin: 0; color: #718396; font-size: .72rem; }
.footer-inner .brand-mark { width: 38px; height: 38px; font-size: .79rem; }
.footer-inner .brand-name { font-size: .84rem; }
.floating-whatsapp { position: fixed; z-index: 50; right: 22px; bottom: 22px; min-height: 54px; display: inline-flex; align-items: center; gap: 9px; padding: 13px 18px; border-radius: 999px; background: var(--lime); color: var(--navy); box-shadow: 0 12px 32px rgba(1,17,38,.3); font-size: .8rem; font-weight: 800; animation: ctaPulse 2s ease-in-out infinite; }
.floating-whatsapp svg { width: 25px; height: 25px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes ctaPulse { 0%,100% { box-shadow: 0 14px 30px rgba(133,217,50,.18), 0 0 0 0 rgba(133,217,50,.35); } 50% { box-shadow: 0 18px 38px rgba(133,217,50,.25), 0 0 0 9px rgba(133,217,50,0); } }
@keyframes ctaShine { 0%,18% { transform: translateX(0) skewX(-18deg); opacity: 0; } 28% { opacity: 1; } 62%,100% { transform: translateX(600%) skewX(-18deg); opacity: 0; } }
@keyframes scrollCue { 0% { transform: translate(-50%,0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%,16px); opacity: 0; } }

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

@media (max-width: 1020px) {
  nav { gap: 16px; }
  nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: 720px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-body p { min-height: 72px; }
  .results-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .result-image img { aspect-ratio: 1.8; }
  .benefits-grid { grid-template-columns: 1fr; gap: 42px; }
  .benefits-copy { position: static; max-width: 760px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { position: absolute; }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  nav { position: absolute; top: 72px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(1,17,38,.98); box-shadow: 0 18px 40px rgba(0,0,0,.35); }
  nav.is-open { display: flex; }
  nav > a:not(.nav-cta) { display: block; padding: 12px; }
  .nav-cta { justify-content: center; margin-top: 6px; }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero-image { object-position: 68% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(1,17,38,.99) 0%, rgba(1,17,38,.93) 58%, rgba(1,17,38,.42) 100%); }
  .hero-content { padding: 124px 0 78px; }
  h1 { font-size: clamp(2.42rem, 12.2vw, 3.7rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-trust { gap: 9px 15px; }
  .scroll-cue { display: none; }
  .quick-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .quick-grid > div { min-height: 78px; padding: 13px 8px; border-right: 0; border-bottom: 1px solid rgba(1,17,38,.14); }
  .quick-grid > div:last-child { border-bottom: 0; }
  .section { padding: 84px 0; }
  .section-heading { margin-bottom: 38px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card > img { height: 210px; }
  .service-body p { min-height: 0; }
  .result-image img { aspect-ratio: 1.35; }
  .benefits-list { grid-template-columns: 1fr; }
  .benefits-list li { min-height: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .contact { padding: 84px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 56px; height: 56px; justify-content: center; padding: 0; }
}

@media (max-width: 390px) {
  .brand-name { font-size: .84rem; }
  .hero-content { padding-top: 110px; }
  .service-card > img { height: 180px; }
}
