@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,600;0,6..72,700;1,6..72,400&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");

:root {
  --cream: #faf8f5;
  --paper: #f4f4f5;
  --ink: #18181b;
  --forest: #166534;
  --lime: #65a30d;
  --amber: #d97706;
  --muted: #52525b;
  --dim: #71717a;
  --border: rgba(22, 101, 52, 0.12);
  --shadow: 0 20px 50px rgba(24, 24, 27, 0.08);
  --radius: 16px;
  --font-ui: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Newsreader", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-ui); line-height: 1.65; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--forest); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--lime); }
.container { width: min(1180px, 92vw); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; background: var(--forest); color: #fff; padding: 8px 16px; font-weight: 600; }
.skip-link:focus { left: 8px; top: 8px; }

.top-bar { background: var(--ink); color: #d4d4d8; font-size: 0.78rem; padding: 10px 4vw; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.tasa-bcv { color: var(--lime); font-weight: 600; }

.site-header { position: sticky; top: 0; z-index: 200; background: rgba(250, 248, 245, 0.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); transition: box-shadow 0.3s; }
.site-header.scrolled { box-shadow: var(--shadow); }
.header-inner { width: min(1180px, 92vw); margin: 0 auto; display: flex; align-items: center; gap: 24px; padding: 14px 0; }
.logo img { height: 40px; }
.nav-panel { display: flex; gap: 28px; margin-left: auto; font-size: 0.9rem; font-weight: 600; }
.nav-panel a { color: var(--muted); }
.nav-panel a.active, .nav-panel a:hover { color: var(--forest); }
.nav-btn { display: none; background: var(--paper); border: 1px solid var(--border); border-radius: 10px; color: var(--ink); width: 44px; height: 44px; font-size: 1.3rem; cursor: pointer; }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 0.9rem; border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; font-family: var(--font-ui); }
.btn:hover { transform: translateY(-2px); }
.btn-lime { background: linear-gradient(135deg, var(--lime), #84cc16); color: #fff; box-shadow: 0 8px 24px rgba(101, 163, 13, 0.35); }
.btn-lime:hover { color: #fff; }
.btn-forest { background: var(--forest); color: #fff; box-shadow: 0 8px 24px rgba(22, 101, 52, 0.25); }
.btn-forest:hover { color: #fff; }
.btn-outline { background: transparent; color: var(--forest); border: 2px solid rgba(22, 101, 52, 0.35); }
.btn-outline:hover { background: rgba(22, 101, 52, 0.06); color: var(--forest); }
.btn-block { width: 100%; margin-top: 16px; }
.header-cta { margin-left: 12px; }

.eyebrow { font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--lime); margin-bottom: 14px; display: block; }
.lime-text { color: var(--lime); }

.hero-go { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; background: var(--cream); }
.hero-band { position: absolute; inset: 0; background: linear-gradient(135deg, transparent 45%, rgba(22, 101, 52, 0.06) 45%, rgba(101, 163, 13, 0.08) 100%); pointer-events: none; }
.hero-arrow { position: absolute; right: 8%; top: 20%; width: 120px; height: 120px; opacity: 0.12; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%2365a30d' d='M10 50h50l-15-20v15h25v10H45v15z'/%3E%3C/svg%3E") center/contain no-repeat; }
.hero-inner { position: relative; z-index: 1; width: min(1180px, 92vw); margin: 0 auto; padding: 48px 4vw 72px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero-copy h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 5.5vw, 3.5rem); font-weight: 700; line-height: 1.06; margin-bottom: 20px; }
.hero-lead { color: var(--muted); font-size: 1.05rem; max-width: 480px; margin-bottom: 28px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.hero-disclaimer { font-size: 0.76rem; color: var(--dim); max-width: 480px; border-left: 3px solid var(--amber); padding-left: 14px; line-height: 1.5; }

.hero-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }
.hero-card-top { display: flex; justify-content: space-between; margin-bottom: 16px; font-size: 0.78rem; color: var(--dim); text-transform: uppercase; letter-spacing: 0.1em; }
.go-badge { background: var(--lime); color: #fff; padding: 4px 12px; border-radius: 999px; font-weight: 800; font-size: 0.72rem; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.metric { background: var(--paper); border-radius: 12px; padding: 14px; text-align: center; border-left: 4px solid var(--forest); }
.metric strong { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--forest); }
.metric span { font-size: 0.7rem; color: var(--dim); }
.hero-photo { border-radius: 12px; overflow: hidden; aspect-ratio: 16/10; border: 1px solid var(--border); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.rail-strip { background: var(--ink); padding: 18px 0; overflow: hidden; }
.rail-track { display: flex; gap: 14px; animation: railScroll 35s linear infinite; width: max-content; padding: 0 4vw; }
.rail-pill { flex-shrink: 0; padding: 10px 22px; border-radius: 999px; background: rgba(255,255,255,0.08); border: 1px solid rgba(101,163,13,0.35); color: #e4e4e7; font-size: 0.82rem; font-weight: 600; white-space: nowrap; }
.rail-pill em { color: var(--lime); font-style: normal; }
@keyframes railScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.section { padding: 80px 0; }
.section-paper { background: var(--paper); }
.section-white { background: #fff; }
.section-forest { background: var(--forest); color: #fff; }
.section-forest .section-intro p { color: rgba(255,255,255,0.85); }
.section-forest .eyebrow { color: #bbf7d0; }
.section-intro { margin-bottom: 44px; }
.section-intro.center { text-align: center; }
.section-intro h2 { font-family: var(--font-display); font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 14px; }
.section-intro p { color: var(--muted); max-width: 560px; }
.section-intro.center p { margin: 0 auto; }

.bento-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.bento-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%); }
.bento-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.bento-card a { color: inherit; display: block; }
.bento-img { aspect-ratio: 16/10; overflow: hidden; }
.bento-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.bento-card:hover .bento-img img { transform: scale(1.04); }
.bento-body { padding: 22px; }
.bento-sku { font-size: 0.68rem; font-weight: 800; color: var(--lime); letter-spacing: 0.08em; }
.bento-body h3 { font-family: var(--font-display); font-size: 1.15rem; margin: 8px 0; }

.arrow-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.arrow-step { background: #fff; border: 1px solid var(--border); padding: 28px 22px; position: relative; }
.arrow-step:not(:last-child)::after { content: "→"; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); color: var(--lime); font-size: 1.4rem; font-weight: 800; z-index: 2; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--forest); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.9rem; margin-bottom: 12px; }
.arrow-step h3 { font-size: 1rem; margin-bottom: 8px; }
.arrow-step p { font-size: 0.88rem; color: var(--muted); }

.perk-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.perk { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; text-align: center; }
.perk-icon { font-size: 1.8rem; margin-bottom: 12px; }
.perk h3 { font-size: 0.95rem; margin-bottom: 8px; }
.perk p { font-size: 0.84rem; color: var(--muted); }

.quote-box { max-width: 700px; margin: 0 auto; text-align: center; padding: 40px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); border-top: 4px solid var(--lime); }
.quote-box blockquote { font-family: var(--font-display); font-size: 1.3rem; font-style: italic; margin-bottom: 16px; color: var(--ink); }
.quote-box cite { font-size: 0.88rem; color: var(--dim); font-style: normal; }

.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; margin-bottom: 10px; background: #fff; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 22px; font-weight: 700; cursor: pointer; color: var(--ink); display: flex; justify-content: space-between; font-family: var(--font-ui); }
.faq-q::after { content: "+"; color: var(--forest); font-size: 1.3rem; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; color: var(--muted); font-size: 0.9rem; padding: 0 22px; transition: max-height 0.35s, padding 0.35s; }
.faq-item.open .faq-a { max-height: 220px; padding: 0 22px 18px; }

.cta-band { text-align: center; padding: 56px 40px; border-radius: var(--radius); background: linear-gradient(135deg, var(--forest), #15803d); color: #fff; }
.cta-band h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 14px; }
.cta-band p { opacity: 0.92; margin-bottom: 24px; max-width: 480px; margin-left: auto; margin-right: auto; }

.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.contact-list { list-style: none; margin: 20px 0; }
.contact-list li { padding: 10px 0; border-bottom: 1px solid var(--border); color: var(--muted); }
.map-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); min-height: 280px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 280px; border: 0; }

.precio-line strong { display: block; color: var(--forest); }
.precio-line span { font-size: 0.82rem; color: var(--dim); }
.precio-note { font-size: 0.75rem; color: var(--lime); margin-top: 4px; font-weight: 600; }

.catalog-hero { padding: 68px 4vw 48px; text-align: center; background: var(--paper); border-bottom: 1px solid var(--border); }
.catalog-hero h1 { font-family: var(--font-display); font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
.chip { padding: 10px 18px; border-radius: 999px; border: 1px solid var(--border); background: #fff; color: var(--muted); font-size: 0.82rem; cursor: pointer; font-family: var(--font-ui); font-weight: 600; }
.chip.active, .chip:hover { background: rgba(22, 101, 52, 0.08); border-color: var(--forest); color: var(--forest); }

.cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.cat-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; border-left: 5px solid var(--forest); transition: transform 0.3s; }
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cat-img { aspect-ratio: 16/10; overflow: hidden; }
.cat-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-body { padding: 26px; }
.cat-body h2 { font-family: var(--font-display); font-size: 1.25rem; margin: 8px 0; }
.sku { font-size: 0.68rem; font-weight: 800; color: var(--lime); letter-spacing: 0.08em; }
.feat-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0; }
.feat-tags li { font-size: 0.72rem; padding: 4px 10px; background: rgba(101, 163, 13, 0.1); border-radius: 999px; color: var(--muted); }
.modalidad-tag { font-size: 0.78rem; color: var(--amber); font-weight: 700; display: block; margin-bottom: 10px; }

.legal-page { width: min(760px, 92vw); margin: 0 auto; padding: 52px 0 72px; }
.legal-page h1 { font-family: var(--font-display); font-size: 2.1rem; margin-bottom: 8px; }
.legal-page .fecha { color: var(--dim); font-size: 0.88rem; margin-bottom: 24px; }
.legal-page h2 { font-size: 1.1rem; margin: 28px 0 10px; color: var(--forest); }
.legal-page p, .legal-page li { color: var(--muted); font-size: 0.94rem; margin-bottom: 10px; }
.legal-page ul { padding-left: 20px; margin-bottom: 16px; }
.legal-page table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.84rem; }
.legal-page th, .legal-page td { border: 1px solid var(--border); padding: 10px 12px; text-align: left; }
.legal-page th { background: var(--paper); color: var(--ink); }

.ads-disclaimer { background: #fff; border: 1px solid var(--border); border-left: 4px solid var(--amber); border-radius: 12px; padding: 18px 22px; margin: 0 auto 28px; max-width: min(1180px, 92vw); font-size: 0.86rem; color: var(--muted); }
.ads-disclaimer strong { color: var(--ink); }
.ads-disclaimer a { color: var(--forest); font-weight: 600; }

.legal-strip { background: var(--paper); border-top: 1px solid var(--border); text-align: center; padding: 14px 4vw; font-size: 0.82rem; color: var(--muted); }
.site-footer { background: var(--ink); color: #d4d4d8; padding: 52px 4vw 24px; }
.footer-grid { width: min(1180px, 92vw); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.footer-grid h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--lime); margin-bottom: 14px; }
.footer-grid a { display: block; color: #a1a1aa; font-size: 0.86rem; margin-bottom: 8px; }
.footer-grid a:hover { color: #fff; }
.footer-base { width: min(1180px, 92vw); margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; text-align: center; font-size: 0.8rem; color: #71717a; }
.footer-legal { margin-top: 8px; font-size: 0.74rem; }

.fab-wa { position: fixed; bottom: 26px; right: 26px; z-index: 150; filter: drop-shadow(0 8px 20px rgba(37,211,102,0.4)); transition: transform 0.2s; }
.fab-wa:hover { transform: scale(1.08); }
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 300; background: var(--ink); border-top: 1px solid rgba(255,255,255,0.1); padding: 18px 4vw; transform: translateY(110%); transition: transform 0.4s; color: #e4e4e7; }
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { width: min(1180px, 92vw); margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.cookie-inner p { font-size: 0.86rem; max-width: 640px; }
.cookie-inner a { color: var(--lime); }
.cookie-btns { display: flex; gap: 10px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s, transform 0.65s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .bento-grid, .cat-grid { grid-template-columns: 1fr; }
  .arrow-steps { grid-template-columns: 1fr 1fr; }
  .arrow-step:not(:last-child)::after { display: none; }
  .perk-grid { grid-template-columns: 1fr 1fr; }
  .contact-split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav-panel { position: fixed; top: 0; right: 0; bottom: 0; width: min(280px, 88vw); background: var(--cream); border-left: 1px solid var(--border); flex-direction: column; padding: 80px 28px 28px; transform: translateX(100%); transition: transform 0.35s; margin-left: 0; box-shadow: var(--shadow); }
  .nav-panel.open { transform: translateX(0); }
  .nav-btn { display: flex; align-items: center; justify-content: center; margin-left: auto; }
  .header-cta { display: none; }
  .arrow-steps, .perk-grid { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .rail-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .rail-track { animation: none; }
}
