:root{
  --navy:#06386f;
  --navy-dark:#03284f;
  --blue:#0873cf;
  --blue-soft:#eaf4ff;
  --green:#75c044;
  --green-dark:#58a72e;
  --text:#10253f;
  --muted:#64748b;
  --line:#dce7f2;
  --surface:#f7fbff;
  --white:#fff;
  --shadow-sm:0 10px 30px rgba(3,40,79,.08);
  --shadow-lg:0 26px 70px rgba(3,40,79,.15);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--navy-dark);color:#d9ecff;text-align:center;padding:9px 16px;font-size:.78rem;font-weight:700;letter-spacing:.02em}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,231,242,.85)}
.nav{height:82px;display:flex;align-items:center;gap:30px}
.brand{margin-right:auto;display:flex;align-items:center}.brand-logo{width:190px;height:auto;max-height:58px;object-fit:contain}
nav{display:flex;align-items:center;gap:28px}nav a{font-size:.9rem;font-weight:700;color:#29435f;position:relative}nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--green);transition:.25s}nav a:hover:after{width:100%}
.menu-toggle{display:none;background:none;border:0;padding:8px;cursor:pointer}.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:12px;font-weight:800;border:1px solid transparent;transition:.25s;cursor:pointer}.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--green),var(--green-dark));color:white;box-shadow:0 12px 28px rgba(88,167,46,.26)}
.btn-secondary{background:#fff;color:var(--navy);border-color:#b9cfe4}.btn-secondary:hover{border-color:var(--blue);box-shadow:var(--shadow-sm)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#f4f9ff 58%,#eaf4ff 100%);padding:88px 0 96px}.hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(117,192,68,.08);left:-240px;top:-220px}.hero:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;border:1px solid rgba(8,115,207,.09);right:-320px;bottom:-330px}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:70px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.eyebrow:before{content:"";width:28px;height:2px;background:var(--green)}
h1,h2{color:var(--navy-dark);letter-spacing:-.05em;line-height:1.03;margin:14px 0 20px}h1{font-size:clamp(3rem,6vw,5.5rem);max-width:760px}h2{font-size:clamp(2.2rem,4vw,3.55rem)}
.hero-copy>p,.section-heading p,.benefits-copy>p{font-size:1.06rem;line-height:1.75;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 34px}
.hero-proof{display:flex;gap:34px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:24px}.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{font-size:1.25rem;color:var(--navy)}.hero-proof span{font-size:.75rem;color:var(--muted);margin-top:3px}
.hero-image-wrap{position:relative;border-radius:30px;overflow:hidden;box-shadow:var(--shadow-lg);min-height:540px;background:#dfeaf5}.hero-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(3,40,79,.16))}.hero-image-wrap>img{width:100%;height:540px;object-fit:cover}
.hero-badge{position:absolute;z-index:2;left:24px;bottom:24px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:14px;box-shadow:var(--shadow-sm)}.badge-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-weight:900}.hero-badge div{display:flex;flex-direction:column}.hero-badge strong{font-size:.85rem;color:var(--navy)}.hero-badge small{font-size:.7rem;color:var(--muted);margin-top:2px}
.trust-strip{position:relative;z-index:5;margin-top:-34px}.trust-grid{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:repeat(4,1fr);padding:24px 28px}.trust-grid>div{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center;padding:0 20px;border-right:1px solid var(--line)}.trust-grid>div:last-child{border-right:0}.trust-grid span{grid-row:1/3;font-size:1.35rem}.trust-grid strong{font-size:.86rem;color:var(--navy)}.trust-grid small{font-size:.7rem;color:var(--muted)}
.section{padding:100px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:42px}.section-heading>div{max-width:750px}.section-heading h2{margin-bottom:0}.section-heading p{max-width:380px;margin:0}
.categories-section{background:#fff}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{position:relative;min-height:300px;border-radius:20px;overflow:hidden;background:#dde8f1;box-shadow:0 10px 28px rgba(3,40,79,.08);cursor:pointer}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,40,79,.02) 35%,rgba(3,40,79,.82) 100%);z-index:1}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.category-card:hover img{transform:scale(1.06)}.category-card-content{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:white}.category-card h3{margin:0 0 5px;font-size:1.05rem}.category-card span{font-size:.72rem;color:#dcecff}.category-arrow{position:absolute;right:18px;top:18px;z-index:2;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);color:var(--navy);font-weight:900}.stock-note{font-size:.72rem;color:#8a98a9;margin:18px 0 0}
.products-section{background:var(--surface)}.catalog-toolbar{display:flex;align-items:center;gap:18px;justify-content:space-between;margin-bottom:30px}.search-box{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 14px;min-width:300px;box-shadow:0 5px 18px rgba(3,40,79,.04)}.search-box span{font-size:1.25rem;color:var(--blue)}#searchInput{border:0;outline:0;width:100%;padding:14px 0;background:transparent}.filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.filter-btn{border:1px solid var(--line);background:white;color:#3c536c;border-radius:999px;padding:9px 13px;font-size:.75rem;font-weight:800;cursor:pointer;transition:.2s}.filter-btn:hover,.filter-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:.25s;box-shadow:0 8px 24px rgba(3,40,79,.05)}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(3,40,79,.12)}.product-image{aspect-ratio:1.05/1;background:#edf3f8;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.04)}.image-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:3rem;background:linear-gradient(135deg,#e9f4ff,#f8fbff)}.product-content{padding:18px;display:flex;flex-direction:column;gap:9px;flex:1}.product-category{font-size:.68rem;color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-card h3{font-size:1rem;color:var(--navy);margin:0}.product-card p{font-size:.8rem;line-height:1.55;color:var(--muted);margin:0 0 8px}.product-card .btn{margin-top:auto;padding:11px 13px;font-size:.78rem;width:100%}.empty-state{text-align:center;color:var(--muted);padding:40px}
.benefits-section{background:#fff}.benefits-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.benefits-copy h2{margin-bottom:18px}.text-link{display:inline-flex;gap:12px;align-items:center;color:var(--blue);font-weight:800;margin-top:12px}.text-link span{transition:.2s}.text-link:hover span{transform:translateX(5px)}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.benefits-grid article{border:1px solid var(--line);border-radius:18px;padding:25px;background:linear-gradient(180deg,#fff,#fbfdff)}.benefits-grid article>span{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--blue-soft);color:var(--blue);font-size:.72rem;font-weight:900;margin-bottom:22px}.benefits-grid strong{display:block;color:var(--navy);margin-bottom:8px}.benefits-grid p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.6}
.contact-section{padding-top:20px}.contact-card{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy),var(--navy-dark));border-radius:26px;padding:55px 60px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:40px}.contact-card:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(117,192,68,.14);right:-80px;top:-130px}.contact-card>div,.contact-card>.btn{position:relative;z-index:2}.eyebrow.light{color:#cce7ff}.contact-card h2{color:#fff;margin-bottom:12px}.contact-card p{color:#c9d9ea;max-width:650px;line-height:1.65;margin:0}.btn-white{background:#fff;color:var(--navy);white-space:nowrap}
footer{margin-top:100px;background:#021f3c;color:#fff;padding:58px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:60px}.footer-logo{width:180px;filter:brightness(0) invert(1)}.footer-brand p,footer p{color:#a9bfd4;font-size:.82rem;line-height:1.6;max-width:350px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}.footer-grid strong{margin-bottom:6px}.footer-grid a{color:#a9bfd4;font-size:.82rem}.footer-grid a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;color:#718ba5;font-size:.74rem}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:60;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),var(--green-dark));color:white;font-weight:900;box-shadow:0 16px 32px rgba(88,167,46,.35);transition:.2s}.floating-whatsapp:hover{transform:scale(1.06)}
.reveal{animation:fadeUp .7s ease both}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(max-width:980px){
  .nav-cta{display:none}.menu-toggle{display:block}nav{position:absolute;left:20px;right:20px;top:82px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-lg);padding:16px;display:none;flex-direction:column;align-items:stretch;gap:0}nav.open{display:flex}nav a{padding:12px}
  .hero-grid{grid-template-columns:1fr;gap:45px}.hero-image-wrap,.hero-image-wrap>img{min-height:440px;height:440px}.trust-grid{grid-template-columns:repeat(2,1fr);row-gap:20px}.trust-grid>div:nth-child(2){border-right:0}.categories-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.benefits-layout{grid-template-columns:1fr;gap:40px}.section-heading{align-items:flex-start;flex-direction:column;gap:18px}.section-heading p{max-width:650px}.catalog-toolbar{align-items:stretch;flex-direction:column}.filters{justify-content:flex-start}.contact-card{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .container{width:min(100% - 28px,1180px)}.topbar{font-size:.68rem}.nav{height:72px}.brand-logo{width:155px}nav{top:72px}
  .hero{padding:62px 0 70px}h1{font-size:3.25rem}.hero-proof{gap:22px}.hero-image-wrap,.hero-image-wrap>img{min-height:360px;height:360px}.hero-badge{left:14px;right:14px;bottom:14px}
  .trust-strip{margin-top:-20px}.trust-grid{grid-template-columns:1fr;padding:20px}.trust-grid>div{border-right:0!important;border-bottom:1px solid var(--line);padding:12px 4px}.trust-grid>div:last-child{border-bottom:0}.section{padding:72px 0}.categories-grid,.products-grid,.benefits-grid{grid-template-columns:1fr}.category-card{min-height:260px}.search-box{min-width:0}.contact-card{padding:38px 26px}.footer-grid{grid-template-columns:1fr}.footer-logo{width:160px}footer{margin-top:72px}
}

/* Detalle de producto */
.product-content h3 a { color: inherit; text-decoration: none; }
.product-image { display: block; color: inherit; text-decoration: none; }
.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  margin-top: 32px;
}
.product-detail-media {
  min-height: 480px;
  border-radius: 28px;
  overflow: hidden;
  background: #f3f6f8;
  display: grid;
  place-items: center;
}
.product-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-placeholder { min-height: 480px; font-size: 72px; }
.product-detail-content h1 { margin: 12px 0 18px; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.05; }
.product-detail-content > p { color: #52606d; line-height: 1.7; }
.product-meta { margin: 6px 0; }
.product-detail-content .btn { margin-top: 22px; }
@media (max-width: 760px) {
  .product-detail { grid-template-columns: 1fr; gap: 28px; }
  .product-detail-media, .product-detail-placeholder { min-height: 320px; }
}
/* Tienda física */

.store-section {
  background: #ffffff;
}

.store-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 48px;
  padding: 42px;
  background: #f3f7f2;
  border: 1px solid #e4ebe2;
  border-radius: 26px;
}

.store-image {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(6, 56, 111, 0.12);
}

.store-image img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.store-info h2 {
  margin: 12px 0 18px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
}

.store-info > p {
  max-width: 600px;
  margin: 0 0 26px;
  color: #53606d;
  font-size: 17px;
  line-height: 1.7;
}

.store-address {
  margin-bottom: 28px;
  padding: 20px;
  background: #ffffff;
  border-radius: 15px;
}

.store-address strong {
  display: block;
  margin-bottom: 7px;
  color: #06386f;
}

.store-address p {
  margin: 0;
  color: #374151;
  line-height: 1.6;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 850px) {
  .store-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
  }

  .store-image img {
    height: 420px;
  }
}

@media (max-width: 560px) {
  .store-card {
    padding: 18px;
    border-radius: 20px;
  }

  .store-image img {
    height: 360px;
  }

  .store-actions {
    flex-direction: column;
  }

  .store-actions .btn {
    width: 100%;
  }
}
