:root {
  --navy: #0b2733;
  --navy-2: #123b49;
  --lime: #d7ef47;
  --green: #20b65a;
  --cream: #f5f5f0;
  --mist: #dfe9e6;
  --ink: #102c37;
  --muted: #60747b;
  --line: rgba(16, 44, 55, .14);
  --white: #fff;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: Inter, Arial, sans-serif; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #51747a; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(215,239,71,.16); }
.section-title { margin: 0; font-size: clamp(2.25rem, 5vw, 4.7rem); line-height: .96; letter-spacing: -.055em; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245,245,240,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo-img { width: 224px; height: auto; }
.logo-symbol { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--navy); border-radius: 50%; font-size: .68rem; font-weight: 900; letter-spacing: -.04em; }
.logo-symbol::before, .logo-symbol::after { content: ""; position: absolute; border: 1px solid var(--navy); border-radius: 50%; }
.logo-symbol::before { inset: 6px -5px; }
.logo-symbol::after { inset: -5px 6px; }
.logo-copy { display: grid; line-height: .86; }
.logo-copy strong { font-size: 1.18rem; letter-spacing: -.045em; }
.logo-copy span { margin-top: 6px; font-size: .57rem; font-weight: 800; letter-spacing: .16em; color: var(--muted); }
.nav { display: flex; gap: 22px; font-size: .82rem; font-weight: 750; }
.nav a:hover { color: #43808b; }

.whatsapp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 15px 20px; background: var(--green); color: var(--white); border: 0; border-radius: 999px; font-size: .86rem; font-weight: 850; box-shadow: 0 12px 28px rgba(32,182,90,.24); transition: transform .2s, box-shadow .2s; }
.whatsapp-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(32,182,90,.32); }
.wa-icon { width: 20px; height: 20px; fill: currentColor; flex: none; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: center; padding-block: 92px; }
.hero-copy, .hero-card { min-width: 0; }
.hero .eyebrow { color: #c1d4d4; }
.hero h1 { margin: 0 0 26px; max-width: 760px; font-size: clamp(3.5rem, 7vw, 6.6rem); line-height: .88; letter-spacing: -.07em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 0 0 34px; color: #ccdad9; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.secondary-link { font-size: .84rem; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.55); }
.hero-card { position: relative; min-height: 480px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: #173d49; box-shadow: 0 35px 70px rgba(0,0,0,.3); overflow: hidden; }
.hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,29,39,.04) 25%,rgba(5,29,39,.94) 100%); pointer-events: none; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.78) contrast(1.03); }
.hero-stats { display: none; }
.hero-stats span { position: relative; display: grid; grid-template-columns: 32px 1fr; align-items: center; column-gap: 10px; min-height: 76px; padding: 13px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: linear-gradient(145deg,rgba(9,41,52,.93),rgba(13,57,68,.82)); color: #fff; backdrop-filter: blur(14px); box-shadow: 0 10px 24px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.08); font-size: .75rem; font-weight: 850; }
.hero-stats span::before { content: ""; position: absolute; left: 13px; bottom: 9px; width: 22px; height: 2px; background: var(--lime); border-radius: 2px; opacity: .9; }
.hero-stats b { grid-row: 1 / 3; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(215,239,71,.46); border-radius: 50%; color: var(--lime); background: rgba(215,239,71,.08); font-size: .69rem; }
.hero-stats small { color: #9fb9bc; font-size: .54rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.hero-mobile-note { position: absolute; z-index: 3; left: clamp(24px,4vw,42px); right: 24px; bottom: clamp(24px,4vw,38px); display: grid; gap: 7px; color: var(--white); text-shadow: 0 2px 12px rgba(0,0,0,.75); }
.hero-mobile-note small { display: flex; align-items: center; gap: 9px; color: #c3d4d4; font-size: .6rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-mobile-note small::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--lime); }
.hero-mobile-note strong { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; font-size: clamp(.88rem,1.4vw,1.02rem); line-height: 1.15; letter-spacing: -.01em; }
.hero-mobile-note i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(215,239,71,.12); }
@media (min-width: 420px) { .hero-mobile-note strong { flex-wrap: nowrap; gap: 7px; white-space: nowrap; letter-spacing: -.025em; } .hero-mobile-note i { flex: 0 0 5px; } }

.trust-strip { background: var(--lime); }
.trust-inner { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 34px; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.trust-inner i { width: 5px; height: 5px; background: var(--ink); border-radius: 50%; }
.services { padding-block: 110px; }
.services-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.5); transition: transform .2s, background .2s; }
.service-card:hover { transform: translateY(-5px); background: var(--white); }
.service-card small { color: #648087; font-weight: 900; }
.service-card h3 { margin: 45px 0 12px; font-size: 1.35rem; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.products { padding-block: 110px; background: var(--navy); color: var(--white); overflow: hidden; }
.products-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 7vw; align-items: center; }
.products .eyebrow { color: #bcd0d1; }
.products-intro { max-width: 520px; margin: 26px 0 30px; color: #c2d2d2; font-size: .96rem; }
.product-list { margin-bottom: 32px; border-top: 1px solid rgba(255,255,255,.16); }
.product-list article { display: grid; grid-template-columns: 38px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.product-list article > span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(215,239,71,.48); border-radius: 50%; color: var(--lime); font-size: .64rem; font-weight: 900; }
.product-list h3 { margin: 0 0 4px; font-size: 1.08rem; letter-spacing: -.02em; }
.product-list p { margin: 0; color: #aebfc1; font-size: .82rem; }
.products-visual { position: relative; min-height: 610px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 28px; background: #102f3d; box-shadow: 0 34px 70px rgba(0,0,0,.32); }
.products-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 62%,rgba(4,23,32,.78)); pointer-events: none; }
.products-visual img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: 56% center; }
.brand-note { position: absolute; z-index: 2; left: 30px; bottom: 28px; display: grid; gap: 7px; color: var(--white); text-shadow: 0 2px 12px rgba(0,0,0,.7); }
.brand-note small { display: flex; align-items: center; gap: 9px; color: #b7c9cb; font-size: .57rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.brand-note small::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--lime); box-shadow: none; }
.brand-note strong { display: flex; align-items: center; gap: 11px; font-size: 1rem; letter-spacing: -.01em; }
.brand-note i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(215,239,71,.12); }

.gallery { padding-block: 105px; background: #e9eeeb; }
.gallery-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.gallery-head > p { max-width: 360px; margin: 0; color: var(--muted); font-size: .9rem; }
.carousel { position: relative; overflow: hidden; border-radius: 26px; background: var(--navy); box-shadow: 0 28px 65px rgba(16,44,55,.15); touch-action: pan-y; user-select: none; }
.carousel-track { display: flex; transition: transform .7s cubic-bezier(.22,.8,.28,1); will-change: transform; }
.carousel-slide { position: relative; min-width: 100%; height: clamp(440px, 56vw, 650px); overflow: hidden; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,29,39,.84), rgba(5,29,39,.16) 62%, transparent); }
.slide-copy { position: absolute; z-index: 2; left: clamp(28px,5vw,64px); bottom: clamp(55px,7vw,78px); max-width: 480px; color: var(--white); }
.slide-copy small { color: var(--lime); font-weight: 900; letter-spacing: .12em; }
.slide-copy h3 { margin: 12px 0 0; font-size: clamp(1.8rem,4vw,3.35rem); line-height: 1; letter-spacing: -.045em; }
.carousel-dots { position: absolute; z-index: 5; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.carousel-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.52); cursor: pointer; transition: width .25s, background .25s; }
.carousel-dot[aria-current="true"] { width: 31px; border-radius: 999px; background: var(--lime); }

.coverage { padding-block: 110px; background: var(--mist); }
.coverage-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; }
.coverage h2 em { color: #4f7c83; font-style: normal; }
.coverage-copy > p { color: var(--muted); max-width: 470px; }
.city-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 28px 0 34px; border-top: 1px solid var(--line); }
.city-grid span { padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: 800; }
.city-grid span:nth-child(odd) { margin-right: 28px; }
.final-cta { padding-block: 110px; background: var(--navy); color: var(--white); text-align: center; }
.final-cta .eyebrow { justify-content: center; color: #c3d2d2; }
.final-cta h2 { margin: 0 auto; max-width: 800px; font-size: clamp(2.7rem,6vw,5.5rem); line-height: .94; letter-spacing: -.06em; }
.final-cta h2 em { color: var(--lime); font-style: normal; }
.final-cta > .container > p:not(.eyebrow) { max-width: 560px; margin: 24px auto 32px; color: #c9d7d6; }
.footer { padding-block: 32px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--muted); font-size: .76rem; }
.footer-credit { color: #789096; transition: color .2s; white-space: nowrap; }
.footer-credit strong { color: var(--navy); font-weight: 850; }
.footer-credit:hover { color: #3e747b; }
.footer-contact { display: none; }
.footer-contact .whatsapp-btn { min-width: 210px; }
.floating-wa { display: inline-flex !important; }
.mobile-wa { display: none !important; }
.floating-wa { position: fixed; z-index: 60; right: 22px; bottom: 22px; min-height: 58px; padding: 10px 22px 10px 10px; border: 1px solid rgba(255,255,255,.55); box-shadow: 0 16px 38px rgba(14,129,62,.34); }
.floating-wa .wa-icon { width: 38px; height: 38px; padding: 7px; border-radius: 50%; background: rgba(255,255,255,.17); }
.mobile-wa { display: none; }

@media (max-width: 860px) {
  .nav, .header-wa { display: none; }
  .hero-inner, .products-grid, .coverage-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-card { min-height: 400px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card h3 { margin-top: 24px; }
  .products-visual { min-height: 520px; }
  .products-visual img { min-height: 520px; }
  .gallery-head { display: block; }
  .gallery-head > p { margin-top: 22px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 72px; }
  .container { width: calc(100% - 32px); max-width: 1180px; }
  .header-inner { min-height: 70px; }
  .logo-img { width: 174px; }
  .hero-inner { padding-block: 64px 42px; gap: 42px; }
  .hero-inner, .hero-copy, .hero-card { width: 100%; max-width: 100%; }
  .hero-copy { overflow: hidden; }
  .hero h1 { font-size: clamp(2.9rem,14vw,3.7rem); letter-spacing: -.065em; }
  .hero-copy > p:not(.eyebrow) { max-width: 100%; font-size: .96rem; overflow-wrap: anywhere; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .whatsapp-btn { width: 100%; }
  .secondary-link { align-self: flex-start; }
  .hero-card { min-height: 340px; }
  .hero-photo { object-position: 62% center; }
  .hero-mobile-note { left: 24px; bottom: 24px; gap: 6px; }
  .hero-mobile-note small { font-size: .58rem; }
  .hero-mobile-note strong { gap: 7px; font-size: .84rem; }
  .trust-inner { min-height: 72px; justify-content: center; flex-wrap: wrap; gap: 7px 13px; padding-block: 10px; font-size: .56rem; line-height: 1.1; text-align: center; }
  .services, .products, .gallery, .coverage, .final-cta { padding-block: 72px; }
  .products-grid { gap: 44px; }
  .products-intro { font-size: .9rem; }
  .products-wa { width: 100%; }
  .products-visual { min-height: 400px; border-radius: 22px; }
  .products-visual img { min-height: 400px; object-position: 61% center; }
  .brand-note { left: 20px; bottom: 20px; gap: 6px; }
  .brand-note strong { font-size: .86rem; }
  .carousel { margin-inline: -16px; border-radius: 0; }
  .carousel-slide { height: 440px; }
  .carousel-slide img { object-position: 57% center; }
  .carousel-slide::after { background: linear-gradient(0deg, rgba(5,29,39,.9), rgba(5,29,39,.08) 72%); }
  .slide-copy { left: 22px; right: 22px; bottom: 62px; }
  .slide-copy h3 { font-size: 2rem; }
  .city-grid { grid-template-columns: 1fr; }
  .city-grid span:nth-child(odd) { margin-right: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .floating-wa { display: inline-flex !important; }
  .mobile-wa { display: none !important; }
  .floating-wa { display: none; }
  .mobile-wa { position: fixed; z-index: 70; display: flex; left: 12px; right: 12px; bottom: 10px; }
  .mobile-wa .whatsapp-btn { width: 100%; min-height: 54px; }
}

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