:root {
  --ink: #0f172a;
  --ink-soft: #334155;
  --forest: #162a22;
  --forest-deep: #0b1713;
  --lime: #84cc16;
  --lime-bright: #a3e635;
  --lime-pale: #ecfccb;
  --paper: #f8fafc;
  --white: #ffffff;
  --line: #e2e8f0;
  --muted: #64748b;
  --orange: #f97316;
  --gold: #eab308;
  --sun: #f59e0b;
  --blue: #0ea5e9;
  --shadow: 0 20px 60px rgba(15, 23, 42, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: "DM Sans", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; color: var(--ink); letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.2vw, 6.4rem); line-height: .98; font-weight: 800; }
h2 { font-size: clamp(2.1rem, 4vw, 4.2rem); line-height: 1.08; font-weight: 700; }
h3 { font-size: 1.35rem; line-height: 1.25; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1200px, calc(100% - 40px)); max-width: none; margin: 0 auto; }
.section { padding: 100px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* HEADER & NAVBAR */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(226,232,240,.85); backdrop-filter: blur(16px); box-shadow: 0 2px 12px rgba(0,0,0,.03); }
.nav-shell { width: min(1260px, calc(100% - 40px)); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand-logo { display: block; width: 190px; }
.brand-logo img { width: 100%; height: auto; object-fit: contain; }
nav.desktop-nav { width: auto; height: auto; line-height: normal; background: transparent; box-shadow: none; display: flex; align-items: center; gap: 4px; }
nav.desktop-nav a { color: var(--ink-soft); font-weight: 600; font-size: .92rem; padding: 10px 15px; border-radius: 999px; transition: all .2s ease; }
nav.desktop-nav a:hover { background: #f1f5f9; color: var(--forest); }
nav.desktop-nav .nav-contact { background: var(--forest); color: var(--white); padding-inline: 20px; font-weight: 700; }
nav.desktop-nav .nav-contact:hover { background: var(--lime); color: var(--forest-deep); }
.mobile-menu-btn { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; color: var(--white); background: var(--forest); align-items: center; justify-content: center; cursor: pointer; }
.mobile-nav { padding: 10px 20px 24px; background: #ffffff; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; color: var(--ink); font-weight: 700; border-bottom: 1px solid var(--line); }

/* COMMON COMPONENTS */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #4d7c0f; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 3px; background: var(--lime); border-radius: 2px; }
.eyebrow.light { color: var(--lime-bright); }
.section-heading { max-width: 650px; }
.section-heading.compact { max-width: 730px; margin-bottom: 52px; text-align: center; margin-inline: auto; }
.section-heading.compact p { color: var(--muted); font-size: 1.05rem; margin-top: 8px; }
.section-heading.row-heading { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.section-heading.row-heading h2 { margin-bottom: 0; }
.section-heading.row-heading > p { max-width: 380px; color: var(--muted); font-size: 1.05rem; margin: 0; }

/* HERO */
.hero { position: relative; min-height: 760px; padding: 80px 0 70px; overflow: hidden; background: #f8fafc; }
.hero::before { content: ""; position: absolute; inset: auto -10% -42% 45%; height: 720px; background: #ecfccb; opacity: .7; border-radius: 50%; }
.hero-orbit { position: absolute; border: 1px solid rgba(132,204,22,.25); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 510px; height: 510px; right: 8%; top: 90px; }
.hero-orbit-two { width: 670px; height: 670px; right: 1%; top: 10px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.hero-copy { padding-top: 18px; }
.hero-copy h1 { max-width: 730px; margin-bottom: 28px; }
.hero-copy h1 em { display: block; color: #65a30d; font-style: normal; }
.hero-copy > p { max-width: 650px; margin-bottom: 34px; color: var(--ink-soft); font-size: 1.18rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 48px; }
.btn-primary, .btn-secondary { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 26px; border: 0; border-radius: 8px; font-weight: 800; font-size: .95rem; transition: transform .2s, background .2s, color .2s; }
.btn-primary { color: var(--white); background: var(--forest); box-shadow: 0 4px 14px rgba(22,42,34,.2); }
.btn-primary:hover { color: var(--forest-deep); background: var(--lime); transform: translateY(-2px); }
.btn-primary .material-icons-round { font-size: 20px; }
.btn-secondary { color: var(--forest); border: 1.5px solid #cbd5e1; background: var(--white); }
.btn-secondary:hover { border-color: var(--forest); background: #f1f5f9; transform: translateY(-2px); }
.hero-proof { display: grid; grid-template-columns: 1fr 1fr; max-width: 570px; padding-top: 23px; border-top: 1px solid var(--line); }
.hero-proof div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { margin-bottom: 3px; font-family: "Manrope"; font-size: 1.1rem; }
.hero-proof span { color: var(--muted); font-size: .88rem; }
.hero-visual { position: relative; display: flex; min-height: 590px; align-items: center; justify-content: center; }
.hero-image-shell { position: relative; width: 78%; max-width: 375px; padding: 18px; background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.9); border-radius: 44px; box-shadow: var(--shadow); }
.hero-image-shell::after { content: ""; position: absolute; inset: 18px; border: 1.5px solid rgba(132,204,22,.4); border-radius: 28px; pointer-events: none; }
.hero-image-shell img { width: 100%; border-radius: 28px; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 42px rgba(15,23,42,.12); font-size: .88rem; font-weight: 700; }
.floating-note .material-icons-round { color: #65a30d; }
.note-top { top: 15%; right: -2%; }
.note-bottom { left: -1%; bottom: 14%; }

/* TRUST STRIP */
.trust-strip { color: #e2e8f0; background: var(--forest-deep); }
.trust-grid { min-height: 86px; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); align-items: center; gap: 20px; }
.trust-grid p { margin: 0; color: var(--lime-bright); font-family: "Manrope"; font-weight: 700; font-size: 1.05rem; }
.trust-grid span { position: relative; padding-left: 16px; font-size: .9rem; color: #cbd5e1; }
.trust-grid span::before { content: ""; position: absolute; top: 50%; left: 0; width: 6px; height: 6px; background: var(--lime); border-radius: 50%; transform: translateY(-50%); }

/* STORY & ABOUT */
.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.story-copy .lead { color: var(--ink); font-family: "Manrope"; font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 600; line-height: 1.45; }
.story-copy p:not(.lead) { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: #4d7c0f; font-weight: 800; border-bottom: 2px solid #84cc16; transition: color .2s; }
.text-link:hover { color: var(--forest); }
.text-link .material-icons-round { font-size: 18px; }

/* SERVICES */
.services-section { color: var(--white); background: var(--forest); }
.services-section h2, .services-section h3 { color: var(--white); }
.services-section .section-heading p { color: #94a3b8; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.service-card { position: relative; min-height: 330px; padding: 28px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s ease; overflow: hidden; }
.service-card:hover { background: #1c382e; }
.service-number { position: absolute; top: 20px; right: 22px; color: #64748b; font-family: "Manrope"; font-size: .8rem; font-weight: 700; }
.service-icon { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; margin: 50px 0 32px; color: var(--forest-deep); background: var(--lime); border-radius: 12px; font-size: 26px; }
.service-card p { color: #cbd5e1; font-size: .94rem; line-height: 1.6; }

/* MULTIMEDIA SHOWCASE (FOTOS E VÍDEOS) */
.multimedia-showcase-section { background: #f1f5f9; padding: 90px 0; }
.multimedia-tabs-nav { display: flex; justify-content: center; gap: 12px; margin-bottom: 40px; }
.media-tab-btn { background: #ffffff; border: 1.5px solid #cbd5e1; border-radius: 999px; padding: 12px 24px; font-weight: 700; font-size: .95rem; color: var(--ink-soft); cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all .2s ease; }
.media-tab-btn .material-icons-round { font-size: 20px; color: var(--muted); }
.media-tab-btn:hover { border-color: var(--lime); color: var(--ink); background: #f8fafc; }
.media-tab-btn.active { background: var(--forest); color: #ffffff; border-color: var(--forest); box-shadow: 0 4px 14px rgba(22,42,34,.25); }
.media-tab-btn.active .material-icons-round { color: var(--lime-bright); }
.media-panel-content { display: none; }
.media-panel-content.active { display: block; }

/* Video Slider & Container */
.media-slider { position: relative; padding-bottom: 70px; }
.media-slide { display: none; position: relative; border-radius: 16px; overflow: hidden; background: #050b08; box-shadow: var(--shadow); }
.media-slide.active { display: block; }
.video-container-box { position: relative; aspect-ratio: 16 / 9; width: 100%; background: #000; }
.video-container-box video { width: 100%; height: 100%; object-fit: contain; }
.media-caption { padding: 20px 24px; color: var(--white); background: #0b1713; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 4px; }
.badge-service-tag { display: inline-flex; align-items: center; gap: 5px; font-size: .75rem; font-weight: 700; color: var(--lime); text-transform: uppercase; letter-spacing: .05em; }
.media-caption strong { font-size: 1.2rem; }
.media-caption span { color: #cbd5e1; font-size: .95rem; }

.slider-controls { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 14px; }
.slider-controls button { width: 48px; height: 48px; border-radius: 50%; padding: 0; border: 1.5px solid #cbd5e1; color: var(--ink); background: #ffffff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.slider-controls button:hover { color: var(--white); border-color: var(--forest); background: var(--forest); }
.slider-count { min-width: 65px; text-align: center; }
.slider-count strong { font-family: "Manrope"; font-size: 1.25rem; color: var(--ink); }
.slider-count span { color: var(--muted); font-size: .85rem; }

/* Public Photos Grid with Lightbox */
.public-photos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.public-photo-card { margin: 0; background: #ffffff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.public-photo-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(15,23,42,.12); }
.photo-img-wrapper { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #e2e8f0; }
.photo-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.public-photo-card:hover .photo-img-wrapper img { transform: scale(1.05); }
.photo-overlay-zoom { position: absolute; inset: 0; background: rgba(11,23,19,.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .2s ease; }
.photo-overlay-zoom span { width: 48px; height: 48px; border-radius: 50%; background: #ffffff; color: var(--forest); display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0 4px 14px rgba(0,0,0,.2); }
.public-photo-card:hover .photo-overlay-zoom { opacity: 1; }
.photo-caption-info { padding: 16px 18px; }
.photo-caption-info strong { font-size: 1rem; color: var(--ink); display: block; margin-bottom: 3px; }
.photo-caption-info span { color: var(--muted); font-size: .85rem; display: block; }

/* LIGHTBOX MODAL */
.photo-lightbox { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.photo-lightbox[hidden] { display: none !important; }
.lightbox-overlay { position: absolute; inset: 0; background: rgba(11,23,19,.88); backdrop-filter: blur(8px); }
.lightbox-container { position: relative; z-index: 10; max-width: 900px; width: 100%; background: #0f172a; border-radius: 16px; overflow: hidden; box-shadow: 0 25px 60px rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.1); }
.lightbox-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border-radius: 50%; background: rgba(0,0,0,.6); color: #ffffff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 20; transition: background .2s; }
.lightbox-close:hover { background: var(--lime); color: #000; }
.lightbox-container img { width: 100%; max-height: 70vh; object-fit: contain; background: #000; }
.lightbox-caption { padding: 20px 24px; background: #0b1713; color: #ffffff; border-top: 1px solid rgba(255,255,255,.1); }
.lightbox-caption strong { font-size: 1.15rem; color: #ffffff; display: block; margin-bottom: 4px; }
.lightbox-caption p { margin: 0; color: #cbd5e1; font-size: .92rem; }
.lightbox-alt-info { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); }
.lightbox-alt-info[hidden] { display: none; }
.lightbox-alt-info p { color: #e2e8f0; line-height: 1.5; }

/* PRODUCT DETAIL SIDE-BY-SIDE MODAL */
.product-detail-modal { position: fixed; inset: 0; z-index: 2100; display: flex; align-items: center; justify-content: center; padding: 20px; }
.product-detail-modal[hidden] { display: none !important; }
.product-modal-overlay { position: absolute; inset: 0; background: rgba(11,23,19,.9); backdrop-filter: blur(10px); }
.product-modal-container { position: relative; z-index: 10; max-width: 1040px; width: 100%; max-height: 90vh; background: #0f172a; border-radius: 20px; box-shadow: 0 25px 70px rgba(0,0,0,.7); border: 1px solid rgba(255,255,255,.12); overflow-y: auto; color: #ffffff; }
.product-modal-close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.1); color: #ffffff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 20; transition: background .2s, transform .2s; }
.product-modal-close:hover { background: var(--lime); color: #0f172a; transform: scale(1.08); }
.product-modal-grid { display: grid; grid-template-columns: 1.15fr 1fr; min-height: 480px; }
.product-modal-image-col { background: #020617; padding: 30px; display: flex; align-items: center; justify-content: center; border-radius: 20px 0 0 20px; border-right: 1px solid rgba(255,255,255,.08); }
.product-modal-image-wrap { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.product-modal-image-wrap img { max-width: 100%; max-height: 65vh; object-fit: contain; border-radius: 10px; filter: drop-shadow(0 15px 30px rgba(0,0,0,.5)); }
.product-modal-info-col { padding: 40px 36px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.product-modal-category { display: inline-block; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--lime-bright); margin-bottom: 6px; }
.product-modal-tags { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.pmodal-tag { padding: 4px 10px; border-radius: 6px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.pmodal-tag.sale { background: rgba(132,204,22,.18); color: var(--lime-bright); border: 1px solid rgba(132,204,22,.3); }
.pmodal-tag.rent { background: rgba(168,85,247,.18); color: #c084fc; border: 1px solid rgba(168,85,247,.3); }
.pmodal-tag.feat { background: rgba(245,158,11,.18); color: #fbbf24; border: 1px solid rgba(245,158,11,.3); }
.product-modal-title { font-size: 1.75rem; font-family: "Manrope", sans-serif; font-weight: 800; color: #ffffff; margin: 0 0 10px; line-height: 1.25; }
.product-modal-price { font-size: 1.35rem; font-weight: 700; color: var(--lime-bright); margin-bottom: 16px; }
.product-modal-section-title { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: #94a3b8; font-weight: 700; margin: 0 0 8px; }
.product-modal-desc { font-size: .95rem; line-height: 1.65; color: #cbd5e1; max-height: 180px; overflow-y: auto; padding-right: 8px; margin: 0; white-space: pre-line; }
.product-modal-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 10px; }
.btn-pmodal-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; background: #16a34a; color: #ffffff; border-radius: 10px; font-weight: 700; font-size: .95rem; text-decoration: none; transition: background .2s, transform .2s; }
.btn-pmodal-whatsapp:hover { background: #15803d; color: #ffffff; transform: translateY(-2px); }
.btn-pmodal-sales { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; background: #f59e0b; color: #000000; border-radius: 10px; font-weight: 800; font-size: .95rem; text-decoration: none; transition: background .2s, transform .2s; }
.btn-pmodal-sales:hover { background: #d97706; color: #000000; transform: translateY(-2px); }
.btn-pmodal-contact { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; background: rgba(255,255,255,.08); color: #ffffff; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; font-weight: 700; font-size: .95rem; text-decoration: none; transition: background .2s; }
.btn-pmodal-contact:hover { background: rgba(255,255,255,.15); color: #ffffff; }

@media (max-width: 850px) {
  .product-modal-grid { grid-template-columns: 1fr; }
  .product-modal-image-col { border-radius: 20px 20px 0 0; border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding: 24px; min-height: 280px; }
  .product-modal-info-col { padding: 24px 20px; }
  .product-modal-title { font-size: 1.4rem; }
}

/* ODS AGENDA 2030 */
.ods-section { color: var(--white); background: var(--forest-deep); overflow: hidden; }
.ods-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.ods-copy h2 { color: var(--white); }
.ods-copy > p { color: #cbd5e1; font-size: 1.08rem; }
.ods-secondary { margin-top: 30px; padding-left: 18px; color: #e2e8f0; border-left: 3px solid var(--lime); font-size: .92rem; }
.ods-grid { display: grid; gap: 14px; }
.ods-card { display: grid; grid-template-columns: 88px 1fr; gap: 20px; align-items: center; min-height: 110px; padding: 18px 24px; color: var(--ink); background: var(--white); border-radius: 8px; border-left: 6px solid; box-shadow: var(--shadow); }
.ods-card strong { font-family: "Manrope"; font-size: 2.6rem; letter-spacing: -.05em; }
.ods-card span { display: block; font-family: "Manrope"; font-weight: 800; font-size: 1rem; }
.ods-card p { margin: 3px 0 0; color: var(--muted); font-size: .88rem; }
.ods-12 { border-color: var(--gold); } .ods-09 { border-color: var(--orange); } .ods-11 { border-color: var(--sun); } .ods-13 { border-color: #16a34a; }

/* PRODUCTS */
.products-section { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-image { position: relative; display: block; aspect-ratio: 1.22 / 1; overflow: hidden; background: #e2e8f0; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-category { position: absolute; top: 14px; left: 14px; padding: 6px 12px; color: var(--forest); background: rgba(255,255,255,.94); border-radius: 6px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.product-body { padding: 22px; }
.availability { display: flex; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }
.availability span { padding: 3px 8px; color: #3f6212; background: var(--lime-pale); border-radius: 4px; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.product-body h3 { margin-bottom: 8px; font-size: 1.2rem; }
.product-body > p { min-height: 65px; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.product-footer { display: flex; align-items: flex-end; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); }
.price small, .price strong { display: block; }
.price small { color: var(--muted); font-size: .72rem; }
.price strong { font-family: "Manrope"; font-size: 1.15rem; color: #15803d; }
.product-zoom-hint { position: absolute; bottom: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; background: rgba(15,23,42,.75); backdrop-filter: blur(4px); color: #ffffff; display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.85); transition: all .2s; pointer-events: none; }
.product-card:hover .product-zoom-hint { opacity: 1; transform: scale(1); }
.product-action-btn, .product-action-link { width: 40px; height: 40px; border-radius: 8px; display: grid; place-items: center; color: var(--white); background: var(--forest); border: none; cursor: pointer; transition: all .2s; text-decoration: none; }
.product-action-btn:hover, .product-action-link:hover { color: var(--forest); background: var(--lime); transform: scale(1.05); }
.product-footer > a { width: 40px; height: 40px; border-radius: 8px; display: grid; place-items: center; color: var(--white); background: var(--forest); transition: all .2s; }
.product-footer > a:hover { color: var(--forest); background: var(--lime); }

/* CTA */
.cta-section { padding: 85px 0; color: var(--white); background: #65a30d; }
.cta-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.cta-grid h2 { max-width: 670px; margin-bottom: 0; color: var(--white); }
.cta-grid p { max-width: 500px; color: #f7fee7; font-size: 1.1rem; line-height: 1.6; }
.light-button { color: var(--forest); background: var(--white); }
.light-button:hover { background: var(--forest-deep); color: var(--white); }

/* PAGE HERO & ABOUT */
.page-hero { padding: 100px 0 90px; color: var(--white); background: var(--forest-deep); }
.page-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.page-hero h1 { max-width: 850px; margin-bottom: 0; color: var(--white); font-size: clamp(2.8rem, 5.5vw, 5.2rem); }
.page-hero p { margin-bottom: 8px; color: #cbd5e1; font-size: 1.1rem; }
.process-section { color: var(--white); background: var(--forest); }
.process-section h2, .process-section h3 { color: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.process-grid li { min-height: 300px; padding: 28px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.process-grid strong { display: block; margin-bottom: 75px; color: var(--lime); font-family: "Manrope"; font-size: .85rem; }
.process-grid p { color: #cbd5e1; font-size: .92rem; }
.company-data-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.company-data-grid h2 { margin-bottom: 12px; }
.company-data-grid p { color: var(--muted); }
.company-data { margin: 0; border-top: 1px solid var(--line); }
.company-data > div { display: grid; grid-template-columns: 140px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.company-data dt { color: var(--muted); font-size: .82rem; font-weight: 700; text-transform: uppercase; }
.company-data dd { margin: 0; font-weight: 600; }
.company-data a { color: #4d7c0f; }

/* CATALOG & CONTACT */
.catalog-filters { display: grid; grid-template-columns: 1.8fr 1fr .8fr auto; gap: 14px; align-items: center; margin-bottom: 36px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.catalog-filters label { display: block; width: 100%; margin: 0; padding: 0; position: relative; }
.catalog-filters input, .catalog-filters select { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; height: 48px !important; margin: 0 !important; padding: 0 14px !important; color: var(--ink); background: #f8fafc; border: 1px solid #cbd5e1 !important; border-radius: 8px !important; box-shadow: none !important; font-size: 0.95rem; }
.catalog-filters .search-field { position: relative; display: block; width: 100%; }
.catalog-filters .search-field .material-icons-round { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); left: 14px; color: var(--muted); pointer-events: none; font-size: 20px; margin: 0; }
.catalog-filters .search-field input { padding-left: 44px !important; width: 100% !important; box-sizing: border-box !important; }
.filter-button { padding: 0 24px; color: var(--white); background: var(--forest); border: 0; border-radius: 8px; font-weight: 800; cursor: pointer; height: 48px; white-space: nowrap; transition: background 0.2s, color 0.2s; }
.filter-button:hover { color: var(--forest-deep); background: var(--lime); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.contact-line { display: flex; gap: 15px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-line > .material-icons-round { margin-top: 2px; color: #65a30d; }
.contact-line small, .contact-line strong { display: block; }
.contact-line small { color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.contact-line strong { max-width: 390px; font-size: .95rem; }
.contact-form-shell { padding: 40px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.contact-form-shell h2 { margin-bottom: 8px; font-size: 2.2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
.form-grid label { color: var(--ink-soft); font-size: .85rem; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; margin: 6px 0 0 !important; padding: 0 14px !important; color: var(--ink); background: #f8fafc; border: 1px solid #cbd5e1 !important; border-radius: 8px !important; box-shadow: none !important; }
.form-grid input, .form-grid select { height: 46px !important; }
.form-grid textarea { height: 120px; min-height: 120px; padding-top: 12px !important; resize: vertical; }

/* FLOATING WHATSAPP BUTTON */
.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; color: var(--white); background: #16a34a; border-radius: 999px; box-shadow: 0 10px 30px rgba(22,163,74,.35); font-weight: 800; font-size: .95rem; transition: transform .2s, background .2s; }
.whatsapp-float:hover { color: var(--white); background: #15803d; transform: translateY(-3px); }

/* INSTITUTIONAL 4-COLUMN FOOTER */
.site-footer { background: #0a130f; color: #94a3b8; padding: 80px 0 30px; border-top: 1px solid #1e293b; }
.footer-grid-institutional { display: grid; grid-template-columns: 1.3fr .8fr 1.2fr 1.1fr; gap: 50px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-logo { max-width: 200px; height: auto; margin-bottom: 18px; display: block; }
.footer-about-text { font-size: .92rem; line-height: 1.6; color: #cbd5e1; margin-bottom: 18px; max-width: 330px; }
.footer-badge-origin { display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--lime-bright); background: rgba(132,204,22,.1); padding: 6px 12px; border-radius: 20px; border: 1px solid rgba(132,204,22,.2); }
.footer-badge-origin .material-icons-round { font-size: 16px; }

.footer-title { font-size: 1rem; color: #ffffff; text-transform: uppercase; letter-spacing: .08em; font-family: "Manrope", sans-serif; font-weight: 700; margin-bottom: 20px; }
.footer-subtitle { font-size: .85rem; color: #ffffff; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; margin: 24px 0 12px; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #cbd5e1; font-size: .92rem; transition: color .2s; }
.footer-links a:hover { color: var(--lime-bright); }
.footer-admin-link { color: var(--lime) !important; font-weight: 600; }

.footer-corp-info p { margin: 0 0 6px; font-size: .9rem; color: #cbd5e1; }
.footer-corp-info .label { color: #64748b; font-weight: 600; }
.footer-address-block { display: flex; gap: 8px; margin-top: 12px; }
.footer-address-block p { margin: 0; font-size: .88rem; line-height: 1.5; color: #cbd5e1; }
.footer-map-link { display: inline-flex; align-items: center; gap: 4px; color: var(--lime-bright); font-size: .82rem; font-weight: 700; margin-top: 4px; }

.footer-contacts { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-item { display: flex; align-items: center; gap: 10px; color: #ffffff; font-size: .92rem; font-weight: 600; transition: color .2s; }
.footer-contact-item:hover { color: var(--lime-bright); }
.footer-contact-item .material-icons-round { color: var(--lime); font-size: 18px; }

.footer-social-icons { display: flex; flex-direction: column; gap: 8px; }
.social-btn { display: inline-flex; align-items: center; gap: 8px; color: #cbd5e1; font-size: .88rem; transition: color .2s, transform .2s; }
.social-btn:hover { color: var(--lime-bright); transform: translateX(3px); }
.social-btn .material-icons-round { font-size: 18px; color: var(--lime); }

.footer-bottom-bar { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; font-size: .82rem; color: #64748b; flex-wrap: wrap; gap: 12px; }
.footer-bottom-links { display: flex; gap: 8px; }
.footer-bottom-links a { color: #94a3b8; }
.footer-bottom-links a:hover { color: #ffffff; }

/* RESPONSIVENESS */
@media (max-width: 1050px) {
  .desktop-nav { display: none !important; }
  .mobile-menu-btn { display: flex; }
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 30px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid-institutional { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 760px) {
  .container, .nav-shell { width: min(100% - 28px, 1200px); }
  .nav-shell { height: 72px; }
  .brand-logo { width: 160px; }
  .section { padding: 70px 0; }
  .hero-grid, .split-grid, .ods-layout, .cta-grid, .page-hero-grid, .company-data-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; min-height: auto; }
  .hero-image-shell { width: min(85%, 320px); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid p { grid-column: 1 / -1; }
  .services-grid, .product-grid, .process-grid { grid-template-columns: 1fr; }
  .catalog-filters { grid-template-columns: 1fr; gap: 12px; }
  .filter-button { width: 100%; }
  .footer-grid-institutional { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom-bar { flex-direction: column; text-align: center; }
}
