
:root{
  --green:#063D31;--deep:#021F19;--emerald:#008B57;--gold:#D8B760;--gold2:#F2DA8C;
  --cream:#F4EFE6;--paper:#FFFDF7;--ink:#102720;--muted:#60746B;--line:rgba(6,61,49,.12);
  --shadow:0 28px 82px rgba(6,61,49,.14);--soft:0 16px 48px rgba(6,61,49,.08);--max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,var(--cream),#fff 45%,var(--cream))}
a{text-decoration:none;color:inherit} button,input{font:inherit}
.serif{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.055em;line-height:.97}
.page{width:min(100% - 28px,1480px);margin:18px auto 32px;overflow:hidden;border-radius:34px;border:1px solid rgba(6,61,49,.10);background:rgba(255,253,247,.94);box-shadow:0 26px 90px rgba(6,61,49,.08)}
.nav-wrap{position:sticky;top:0;z-index:90;padding:18px 28px 0;pointer-events:none}
.nav{max-width:var(--max);margin:auto;min-height:74px;pointer-events:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px 10px 18px;border-radius:999px;background:rgba(255,253,247,.94);border:1px solid var(--line);backdrop-filter:blur(18px);box-shadow:0 16px 50px rgba(6,61,49,.10)}
.brand{display:flex;align-items:center;gap:12px;min-width:235px}
.brand-mark{width:46px;height:46px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),var(--emerald));color:var(--gold);font-weight:950}
.brand strong{display:block;color:var(--green);font-size:15px;text-transform:uppercase;line-height:1}
.brand span{display:block;color:#65786f;font-size:9px;font-weight:950;letter-spacing:.28em;text-transform:uppercase;margin-top:5px}
.nav-links{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:850;color:#243D35;white-space:nowrap}
.nav-links a:hover{color:var(--emerald)}
.nav-actions{display:flex;align-items:center;gap:9px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 21px;border-radius:999px;border:1px solid transparent;font-weight:950;cursor:pointer;transition:.22s ease;white-space:nowrap}
.btn:hover{transform:translateY(-2px)}
.btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#1B2D26;box-shadow:0 16px 42px rgba(216,183,96,.28)}
.btn.green{background:linear-gradient(135deg,var(--green),var(--emerald));color:white;box-shadow:0 16px 42px rgba(6,61,49,.22)}
.btn.white{background:white;color:var(--green);border-color:var(--line)}
.btn.ghost{background:rgba(255,255,255,.16);color:white;border-color:rgba(255,255,255,.30)}
.cart-button{width:50px;height:50px;border-radius:50%;background:white;border:1px solid var(--line);display:grid;place-items:center;color:var(--green);position:relative;box-shadow:0 12px 34px rgba(6,61,49,.08);cursor:pointer}
.cart-count{position:absolute;right:-3px;top:-5px;min-width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:var(--gold);color:#1B2D26;font-size:11px;font-weight:950}
.hero{position:relative;margin-top:0;min-height:780px;background:radial-gradient(circle at 12% 14%,rgba(216,183,96,.24),transparent 26%),radial-gradient(circle at 90% 10%,rgba(0,139,87,.12),transparent 24%),linear-gradient(135deg,#FFFDF7 0%,#F4EFE6 55%,#EAF7EF 100%);overflow:hidden}
.hero::before,.texture::before{content:"";position:absolute;inset:0;background-image:linear-gradient(120deg,rgba(6,61,49,.04) 1px,transparent 1px),radial-gradient(rgba(6,61,49,.06) .75px,transparent .75px);background-size:42px 42px,9px 9px;opacity:.55;pointer-events:none}
.hero-inner{position:relative;max-width:var(--max);margin:auto;padding:160px 28px 70px;display:grid;grid-template-columns:.95fr 1.05fr;gap:46px;align-items:center}
.kicker{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.72);color:var(--emerald);backdrop-filter:blur(12px);font-size:12px;font-weight:950;letter-spacing:.20em;text-transform:uppercase}
.kicker.light{background:rgba(255,255,255,.14);color:var(--gold2);border-color:rgba(255,255,255,.22)}
.hero h1,.page-title h1{margin:24px 0 22px;color:var(--green);font-size:clamp(52px,7vw,102px);max-width:820px}
.hero h1 .gold{color:#B69335}
.lead{max-width:760px;color:var(--muted);font-size:clamp(18px,2vw,22px);line-height:1.62;margin:0}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.hero-photo{min-height:600px;border-radius:52px;position:relative;overflow:hidden;box-shadow:var(--shadow);background:var(--img);background-size:cover;background-position:center}
.hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,253,247,.02),rgba(6,61,49,.16))}
.hero-card{position:absolute;left:28px;right:28px;bottom:28px;padding:22px;border-radius:30px;background:rgba(255,253,247,.88);border:1px solid rgba(255,255,255,.6);backdrop-filter:blur(18px);display:grid;grid-template-columns:repeat(3,1fr);gap:12px;z-index:1}
.hero-stat{padding:14px;border-radius:20px;background:rgba(255,255,255,.68);border:1px solid rgba(6,61,49,.08)}
.hero-stat strong{display:block;color:var(--green);font-size:17px}.hero-stat span{display:block;color:var(--muted);font-size:12px;line-height:1.35;margin-top:4px}
.ticker{background:var(--deep);overflow:hidden;color:white}.ticker-track{display:flex;width:max-content;animation:ticker 34s linear infinite}.ticker span{padding:18px 28px;font-size:12px;font-weight:950;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.64);white-space:nowrap}.ticker b{color:var(--gold2)}
.section{padding:86px 28px;position:relative}.paper{background:var(--paper)}.cream{background:var(--cream)}.green{background:radial-gradient(circle at 85% 15%,rgba(216,183,96,.18),transparent 28%),linear-gradient(135deg,#03241D,#063D31 58%,#008B57);color:white;overflow:hidden}.green::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.10) .75px,transparent .75px);background-size:8px 8px;opacity:.22}
.wrap{max-width:var(--max);margin:auto;position:relative;z-index:1}
.section-head{max-width:900px;margin:0 auto 44px;text-align:center}
.section-head.left{text-align:left;margin:0 0 40px}
.section-head h2{margin:18px 0 16px;font-size:clamp(38px,5vw,70px);color:var(--green)}
.green .section-head h2{color:white}.section-head p{margin:0 auto;max-width:800px;color:var(--muted);font-size:18px;line-height:1.7}.green .section-head p{color:rgba(255,255,255,.74)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{background:white;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--soft)}
.card h3{margin:0 0 12px;color:var(--green);font-size:30px;line-height:1.05}.card p{margin:0;color:var(--muted);line-height:1.6}
.image-card{min-height:420px;border-radius:38px;background:linear-gradient(180deg,rgba(6,61,49,.05),rgba(6,61,49,.32)),var(--img);background-size:cover;background-position:center;box-shadow:var(--shadow);display:flex;align-items:flex-end;padding:30px;color:white}
.image-card h3{font-size:44px;margin:0;color:white}.image-card p{color:rgba(255,255,255,.84);line-height:1.55;max-width:520px}
.intent,.opp-card{position:relative;overflow:hidden;border-radius:34px;box-shadow:var(--soft);background:white;border:1px solid var(--line)}
.intent{min-height:330px;padding:28px;color:white;display:flex;flex-direction:column;justify-content:flex-end}
.intent::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,31,25,.08),rgba(2,31,25,.78)),var(--img);background-size:cover;background-position:center;transition:.35s ease}
.intent:hover::before{transform:scale(1.06)}.intent>*{position:relative}.num{width:54px;height:54px;border-radius:20px;background:rgba(255,255,255,.88);color:var(--emerald);display:grid;place-items:center;font-size:22px;font-weight:950;margin-bottom:auto}.intent h3{font-size:42px;margin:70px 0 10px;color:white}.intent p{color:rgba(255,255,255,.84);line-height:1.55;margin:0 0 16px}.badge{display:inline-flex;width:max-content;max-width:100%;padding:9px 13px;border-radius:15px;background:#F5EDD8;color:#6E5520;font-weight:950;font-size:12px;line-height:1.25}
.opp-card{display:grid;grid-template-columns:.95fr 1.05fr;min-height:330px}.opp-img{background:var(--img);background-size:cover;background-position:center}.opp-body{padding:30px;display:flex;flex-direction:column;justify-content:space-between}.opp-body h3{color:var(--green);font-size:32px;margin:10px 0}.opp-body p{color:var(--muted);line-height:1.55}.list{list-style:none;margin:0 0 18px;padding:0;display:grid;gap:8px}.list li{color:var(--muted);font-size:14px;line-height:1.4;display:flex;gap:9px;font-weight:750}.list li:before{content:"✓";color:var(--emerald);font-weight:950}
.product-card{background:white;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:0 16px 52px rgba(6,61,49,.07);transition:.25s ease}.product-card:hover,.card:hover{transform:translateY(-4px)}
.product-visual{min-height:210px;background:radial-gradient(circle at center,rgba(216,183,96,.18),transparent 34%),linear-gradient(135deg,#F6F1E8,#fff);display:grid;place-items:center}.mini-bottle{width:82px;height:132px;border-radius:18px;background:linear-gradient(180deg,#fff,#F4EFE6);box-shadow:0 18px 45px rgba(6,61,49,.12);display:grid;place-items:center;text-align:center;color:var(--green);font-size:10px;font-weight:950;text-transform:uppercase;line-height:1.05}.product-body{padding:22px}.product-body h4{margin:0 0 8px;color:var(--green);font-size:20px}.product-body p{margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.5;min-height:58px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.price{color:var(--green);font-weight:950;font-size:17px}.price small{display:block;font-size:10px;color:var(--muted);margin-top:4px}.add{border:0;border-radius:999px;width:44px;height:44px;display:grid;place-items:center;color:white;background:linear-gradient(135deg,var(--green),var(--emerald));cursor:pointer;font-weight:900}
.mock{border-radius:42px;background:#061D17;padding:18px;box-shadow:var(--shadow)}.mock-top{height:34px;display:flex;gap:8px;align-items:center;padding:0 10px}.dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.35)}.mock-inner{min-height:430px;border-radius:30px;padding:28px;background:linear-gradient(135deg,#fff,#F4EFE6)}.mock-inner h3{color:var(--green);font-size:42px;margin:18px 0 12px}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}.dash{background:white;border:1px solid var(--line);border-radius:20px;padding:18px}.dash strong{color:var(--green);font-size:26px;display:block}.dash span{display:block;color:var(--muted);font-size:12px;font-weight:850;margin-top:4px}
.page-title{padding:156px 28px 76px;background:radial-gradient(circle at 12% 14%,rgba(216,183,96,.22),transparent 26%),linear-gradient(135deg,#FFFDF7 0%,#F4EFE6 60%,#EAF7EF 100%);position:relative}
.page-title .wrap{max-width:var(--max)}
.final-cta{border-radius:44px;overflow:hidden;background:linear-gradient(90deg,rgba(3,36,29,.88),rgba(3,36,29,.45)),url("../assets/productos-page/imagen12.webp");background-size:cover;background-position:center;color:white;padding:64px;box-shadow:var(--shadow)}.final-cta h2{color:white;font-size:clamp(42px,5vw,74px);margin:16px 0}.final-cta p{max-width:760px;color:rgba(255,255,255,.82);font-size:19px;line-height:1.6;margin:0}
footer{background:var(--deep);color:rgba(255,255,255,.72);padding:66px 28px 32px}.footer-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.25fr repeat(5,1fr);gap:28px}.footer-brand strong{color:white;display:block;font-size:22px;margin:16px 0 10px}.footer-brand p{margin:0;line-height:1.6;max-width:330px}.footer-col h4{color:white;margin:0 0 16px;font-size:13px;letter-spacing:.12em;text-transform:uppercase}.footer-col a{display:block;color:rgba(255,255,255,.66);margin:10px 0;font-size:14px}.footer-bottom{max-width:var(--max);margin:42px auto 0;padding-top:28px;border-top:1px solid rgba(255,255,255,.10);display:grid;grid-template-columns:1fr 1.8fr;gap:24px;font-size:12px;color:rgba(255,255,255,.48);line-height:1.55}
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.32);backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;transition:.25s ease}.cart-overlay.active{opacity:1;pointer-events:auto}.cart-panel{position:fixed;top:0;right:0;width:min(480px,92vw);height:100vh;background:var(--paper);z-index:210;transform:translateX(105%);transition:.33s ease;box-shadow:-20px 0 70px rgba(0,0,0,.20);padding:28px;display:flex;flex-direction:column;border-radius:32px 0 0 32px}.cart-panel.open{transform:translateX(0)}.cart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.cart-head h3{color:var(--green);margin:0;font-size:28px}.close-cart{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:white;cursor:pointer;color:var(--green);font-weight:950}.ref-box,.cart-empty,.cart-line{background:white;border:1px solid var(--line);border-radius:22px;padding:16px}.ref-box{margin-bottom:16px}.ref-box strong{display:block;color:var(--green);margin-bottom:6px}.ref-box p{margin:0 0 10px;color:var(--muted);font-size:13px;line-height:1.4}.ref-row{display:flex;gap:8px}.ref-row input{flex:1;border:1px solid rgba(6,61,49,.14);border-radius:999px;padding:10px 12px;min-width:0}.ref-row button{border:0;border-radius:999px;padding:10px 12px;background:var(--green);color:white;font-weight:900}.ref-applied{font-size:12px;color:var(--emerald);font-weight:900;margin-top:8px}.cart-items{flex:1;overflow:auto;display:grid;align-content:start;gap:12px}.cart-line{display:grid;grid-template-columns:1fr auto;gap:12px}.cart-line strong{display:block;color:var(--green);margin-bottom:4px}.cart-line span{color:var(--muted);font-size:13px}.qty{display:flex;align-items:center;gap:8px;margin-top:10px}.qty button{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);background:white;cursor:pointer;color:var(--green);font-weight:950}.cart-total{border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.total-row{display:flex;justify-content:space-between;align-items:center;font-weight:950;color:var(--green);font-size:22px;margin-bottom:16px}.cart-disclaimer{color:var(--muted);font-size:12px;line-height:1.45;margin-top:12px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease, transform .75s ease}.reveal.visible{opacity:1;transform:translateY(0)}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:1180px){.nav-links{display:none}.hero-inner,.grid-2,.opp-card{grid-template-columns:1fr}.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr 1fr}.hero-photo{min-height:560px}.footer-bottom{grid-template-columns:1fr}}
@media(max-width:760px){.page{width:100%;margin:0;border-radius:0;border:0}.nav-wrap{padding:10px 10px 0}.nav{border-radius:24px}.brand{min-width:auto}.brand span,.nav-actions .white{display:none}.btn{width:100%}.hero-inner{padding:128px 18px 60px}.hero h1,.page-title h1{font-size:50px}.actions{width:100%}.hero-card,.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr}.section{padding:70px 18px}.section-head h2{font-size:42px}.opp-img{min-height:260px}.final-cta{padding:40px 22px}.footer-bottom{font-size:11px}}



/* EVLI HERO FULL IMAGE PATCH V14 */
.hero.evli-home-hero{
  min-height: 880px;
  background:
    linear-gradient(90deg,
      rgba(2,31,25,.88) 0%,
      rgba(2,31,25,.76) 34%,
      rgba(2,31,25,.38) 62%,
      rgba(2,31,25,.14) 100%),
    url("hero-evli.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero.evli-home-hero::before{
  background:
    radial-gradient(circle at 18% 18%, rgba(216,183,96,.24), transparent 26%),
    radial-gradient(circle at 72% 70%, rgba(0,139,87,.18), transparent 30%),
    linear-gradient(120deg, rgba(6,61,49,.10) 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,.09) .75px, transparent .75px);
  background-size: auto, auto, 42px 42px, 9px 9px;
  opacity: .72;
}

.hero.evli-home-hero .hero-inner{
  grid-template-columns: 1fr;
  align-items: end;
  min-height: 880px;
  padding-top: 170px;
  padding-bottom: 92px;
}

.hero.evli-home-hero .hero-inner > .reveal:first-child{
  max-width: 760px;
}

.hero.evli-home-hero h1{
  color: #fff;
  text-shadow: 0 18px 60px rgba(0,0,0,.32);
}

.hero.evli-home-hero h1 .gold{
  color: var(--gold2);
}

.hero.evli-home-hero .lead{
  color: rgba(255,255,255,.88);
  text-shadow: 0 10px 32px rgba(0,0,0,.28);
}

.hero.evli-home-hero .kicker{
  background: rgba(255,255,255,.16);
  color: var(--gold2);
  border-color: rgba(255,255,255,.26);
}

.hero.evli-home-hero .btn.white{
  background: rgba(255,255,255,.92);
  color: var(--green);
}

.hero.evli-home-hero .hero-photo{
  display: none;
}

@media(max-width:760px){
  .hero.evli-home-hero{
    min-height: 760px;
    background-position: 62% center;
  }

  .hero.evli-home-hero .hero-inner{
    min-height: 760px;
    padding-top: 130px;
    padding-bottom: 58px;
  }

  .hero.evli-home-hero h1{
    font-size: 48px;
  }
}



/* EVLI V14 PREMIUM GENERAL TUNE */

/* NAV MÁS FINO */
.nav{
  min-height: 66px;
  padding: 8px 10px 8px 16px;
}

.brand-mark{
  width: 42px;
  height: 42px;
  border-radius: 15px;
}

.nav-actions .btn{
  min-height: 44px;
  padding: 11px 19px;
}

.cart-button{
  width: 46px;
  height: 46px;
}

/* HERO FULL COVER MÁS CÁLIDO Y CONVERTIDOR */
.hero.evli-home-hero{
  min-height: 840px;
  background:
    linear-gradient(90deg,
      rgba(2,31,25,.78) 0%,
      rgba(2,31,25,.62) 34%,
      rgba(2,31,25,.30) 62%,
      rgba(2,31,25,.06) 100%),
    url("hero-evli.png");
  background-size: cover;
  background-position: 66% center;
  background-repeat: no-repeat;
}

.hero.evli-home-hero::before{
  background:
    radial-gradient(circle at 16% 18%, rgba(216,183,96,.30), transparent 26%),
    radial-gradient(circle at 70% 74%, rgba(0,139,87,.14), transparent 32%),
    linear-gradient(120deg, rgba(255,255,255,.06) 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,.08) .75px, transparent .75px);
  background-size: auto, auto, 42px 42px, 9px 9px;
  opacity: .62;
}

.hero.evli-home-hero .hero-inner{
  grid-template-columns: 1fr;
  align-items: end;
  min-height: 840px;
  padding-top: 150px;
  padding-bottom: 78px;
}

.hero.evli-home-hero .hero-inner > .reveal:first-child{
  max-width: 720px;
}

.hero.evli-home-hero h1{
  color: #fff;
  font-size: clamp(50px, 6.1vw, 88px);
  line-height: .95;
  text-shadow: 0 18px 60px rgba(0,0,0,.32);
  margin-bottom: 18px;
}

.hero.evli-home-hero h1 .gold{
  color: var(--gold2);
}

.hero.evli-home-hero .lead{
  max-width: 660px;
  color: rgba(255,255,255,.90);
  font-size: clamp(17px, 1.8vw, 21px);
  text-shadow: 0 10px 32px rgba(0,0,0,.28);
}

.hero.evli-home-hero .kicker{
  background: rgba(255,255,255,.16);
  color: var(--gold2);
  border-color: rgba(255,255,255,.26);
}

.hero.evli-home-hero .actions{
  margin-top: 26px;
}

.hero.evli-home-hero .btn.white{
  background: rgba(255,255,255,.92);
  color: var(--green);
}

.hero.evli-home-hero .hero-photo{
  display: none;
}

/* HOME MÁS COMPACTA */
#elige.section{
  padding-top: 76px;
  padding-bottom: 82px;
}

#elige .section-head{
  margin-bottom: 34px;
}

#elige .section-head h2{
  font-size: clamp(40px, 4.6vw, 66px);
}

/* OPORTUNIDAD EN HOME MÁS DIRECTA */
.green .section-head h2{
  font-size: clamp(40px, 4.7vw, 68px);
}

.green .section-head p{
  max-width: 740px;
}

/* TARJETAS MÁS LIMPIAS */
.card h3{
  line-height: 1.05;
}

.card p{
  font-size: 15px;
}

/* PRODUCTOS: MÁS ENFOQUE COMERCIAL */
.product-card:first-child{
  border-color: rgba(216,183,96,.34);
  box-shadow: 0 22px 70px rgba(216,183,96,.16);
}

.product-card:first-child .badge{
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #1B2D26;
}

/* FOOTER CON MÁS PRESENCIA CORPORATIVA */
footer{
  padding-top: 74px;
}

.footer-brand strong{
  letter-spacing: -.02em;
}

.footer-bottom{
  max-width: var(--max);
}

/* MOBILE */
@media(max-width:760px){
  .hero.evli-home-hero{
    min-height: 760px;
    background-position: 69% center;
  }

  .hero.evli-home-hero .hero-inner{
    min-height: 760px;
    padding-top: 128px;
    padding-bottom: 54px;
  }

  .hero.evli-home-hero h1{
    font-size: 46px;
  }

  .hero.evli-home-hero .lead{
    font-size: 17px;
  }

  .nav-actions .btn.gold{
    display: none;
  }
}



/* EVLI V15 PROFESSIONAL REFINEMENT */

/* 1. PÁGINAS INTERNAS MÁS COMPACTAS */
.page-title{
  padding-top: 118px !important;
  padding-bottom: 58px !important;
}

.page-title h1{
  font-size: clamp(46px, 5.8vw, 86px) !important;
  max-width: 940px;
}

.page-title .lead{
  max-width: 760px;
}

/* 2. SECCIONES CON MEJOR RITMO */
.section{
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-head{
  margin-bottom: 34px;
}

.section-head h2{
  font-size: clamp(36px, 4.5vw, 64px);
}

.cream{
  background:
    radial-gradient(circle at 12% 12%, rgba(216,183,96,.08), transparent 28%),
    var(--cream);
}

.paper{
  background:
    radial-gradient(circle at 92% 12%, rgba(0,139,87,.045), transparent 24%),
    var(--paper);
}

/* 3. CARDS MÁS PREMIUM */
.card,
.product-card,
.opp-card{
  box-shadow: 0 18px 60px rgba(6,61,49,.075);
}

.card:hover,
.product-card:hover{
  transform: translateY(-3px);
}

/* 4. HOME: OPORTUNIDAD MÁS COMPACTA */
.home-opportunity-lite .grid-4 .card{
  min-height: 210px;
}

.home-opportunity-lite .section-head{
  max-width: 860px;
}

/* 5. PRODUCTOS: KIT MÁS PROTAGONISTA */
.products-featured-kit{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: stretch;
}

.products-featured-kit .image-card{
  min-height: 470px;
}

.kit-highlight-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216,183,96,.32);
  background:
    radial-gradient(circle at 85% 15%, rgba(216,183,96,.15), transparent 28%),
    #fff;
}

.kit-highlight-card::after{
  content: "KIT RECOMENDADO";
  position: absolute;
  right: -44px;
  top: 28px;
  transform: rotate(35deg);
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #1B2D26;
  font-weight: 950;
  font-size: 11px;
  letter-spacing: .13em;
  padding: 9px 48px;
}

.product-card:first-child{
  transform: translateY(-10px);
}

.product-card:first-child:hover{
  transform: translateY(-14px);
}

/* 6. OPORTUNIDAD: COMPARATIVO */
.route-match-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.route-match{
  background: white;
  border: 1px solid rgba(6,61,49,.10);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 14px 45px rgba(6,61,49,.065);
}

.route-match small{
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #F5EDD8;
  color: #6E5520;
  font-weight: 950;
  margin-bottom: 14px;
}

.route-match strong{
  display: block;
  color: var(--green);
  font-size: 22px;
  margin-bottom: 8px;
}

.route-match p{
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

/* 7. EVLI OS MÁS CREÍBLE */
.os-module-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.os-module{
  background: white;
  border: 1px solid rgba(6,61,49,.10);
  border-radius: 22px;
  padding: 18px;
}

.os-module strong{
  display: block;
  color: var(--green);
  font-size: 20px;
  margin-bottom: 6px;
}

.os-module span{
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

/* 8. FAQ COMO CENTRO DE CONFIANZA */
.faq-category{
  margin-bottom: 34px;
}

.faq-category-title{
  color: var(--green);
  font-size: 34px;
  margin: 0 0 18px;
  letter-spacing: -.04em;
}

.faq .card h3{
  font-size: 26px;
}

.trust-center-strip{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}

.trust-pill{
  background: white;
  border: 1px solid rgba(6,61,49,.10);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 14px 45px rgba(6,61,49,.055);
}

.trust-pill strong{
  display: block;
  color: var(--green);
  font-size: 21px;
  margin-bottom: 6px;
}

.trust-pill p{
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

/* 9. CTA FINAL MÁS FUERTE EN INTERNAS */
.internal-final-cta{
  margin-top: 10px;
}

/* 10. FOOTER MÁS REAL */
.footer-contact{
  margin-top: 14px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.55;
}

.footer-contact b{
  color: var(--gold2);
}

/* 11. MOBILE */
@media(max-width:1180px){
  .products-featured-kit,
  .route-match-grid,
  .os-module-grid,
  .trust-center-strip{
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:760px){
  .page-title{
    padding-top: 104px !important;
    padding-bottom: 44px !important;
  }

  .page-title h1{
    font-size: 44px !important;
  }

  .section{
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .products-featured-kit,
  .route-match-grid,
  .os-module-grid,
  .trust-center-strip{
    grid-template-columns: 1fr;
  }

  .product-card:first-child,
  .product-card:first-child:hover{
    transform: none;
  }
}


/* EVLI V15.1 - AJUSTES QUIRURGICOS */
.page-title{
  padding-top:124px !important;
  padding-bottom:58px !important;
}

.page-title h1{
  font-size:clamp(44px,5.6vw,84px) !important;
  max-width:920px !important;
}

.page-title .lead,
.page-title p{
  max-width:780px;
}

.section{
  padding-top:72px !important;
  padding-bottom:72px !important;
}

.section-head{
  margin-bottom:34px !important;
}

.section-head h2{
  font-size:clamp(36px,4.4vw,62px) !important;
}

.product-visual{
  min-height:185px !important;
}

.product-card{
  border-color:rgba(216,183,96,.26) !important;
}

.mini-bottle{
  border:1px solid rgba(6,61,49,.08);
}

.final-cta{
  margin-bottom:0 !important;
}

footer{
  clear:both;
  position:relative;
  z-index:2;
}

.cart-panel .ref-applied{
  color:var(--emerald);
  font-weight:950;
}

@media(max-width:760px){
  .page-title{
    padding-top:112px !important;
    padding-bottom:48px !important;
  }

  .page-title h1{
    font-size:44px !important;
  }

  .section{
    padding-top:58px !important;
    padding-bottom:58px !important;
  }
}

/* EVLI V15.2 PRODUCTOS */
.evli-products-hero .lead{max-width:760px}
.evli-strong-card{border:1px solid rgba(173,132,53,.22);box-shadow:0 24px 60px rgba(16,41,32,.08)}
.two-cols{columns:2;column-gap:32px}
.evli-stat-grid .card h3{font-size:clamp(34px,5vw,64px);margin:0 0 8px;color:#204b3b;letter-spacing:-.04em}
.source-note{font-size:13px;opacity:.72;max-width:820px;margin:24px auto 0;text-align:center}
.evli-moment-card{min-height:220px}
.evli-moment-card h3{letter-spacing:.02em}
.evli-moment-card.featured,.evli-product-detail.featured{border:1px solid rgba(173,132,53,.34);box-shadow:0 30px 80px rgba(173,132,53,.14)}
.evli-product-photo{min-height:460px;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(241,234,218,.72)),var(--product);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(35,67,54,.12);box-shadow:0 25px 70px rgba(16,41,32,.09);overflow:hidden}
.evli-product-photo span{font-weight:800;color:#204b3b;background:rgba(255,255,255,.74);border:1px solid rgba(173,132,53,.22);border-radius:20px;padding:18px 22px}
.evli-product-photo.small{min-height:320px}
.evli-kit-card .list li{margin-bottom:10px}
.evli-price-row{display:flex;align-items:end;gap:12px;margin:22px 0;font-size:16px}
.evli-price-row strong{font-size:34px;color:#204b3b;letter-spacing:-.04em}
.evli-price-row span{opacity:.72;margin-bottom:7px}
.evli-product-detail{display:grid;grid-template-columns:.78fr 1.22fr;gap:32px;align-items:center;margin:28px 0;padding:24px;border-radius:34px;background:rgba(255,255,255,.72);border:1px solid rgba(35,67,54,.10)}
.evli-product-detail h3{font-size:clamp(30px,4vw,54px);margin:10px 0 8px}
.evli-product-detail h4{font-size:20px;margin:0 0 14px;color:#204b3b}
.evli-final-cta{background:linear-gradient(135deg,#ffffff,#f7f1e3);border:1px solid rgba(173,132,53,.26)}
@media(max-width:860px){
  .two-cols{columns:1}
  .evli-product-detail{grid-template-columns:1fr;padding:18px}
  .evli-product-photo,.evli-product-photo.small{min-height:300px}
}

/* EVLI FIX FOTOS PRODUCTOS REALES */
.evli-product-photo{
  background-image: var(--product) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #f7f1e6 !important;
  min-height: 460px;
}
.evli-product-photo.small{
  min-height: 340px;
}
.evli-product-photo span{
  display: none !important;
}
@media(max-width:860px){
  .evli-product-photo,
  .evli-product-photo.small{
    min-height: 320px;
  }
}

/* EVLI IMG REAL PRODUCTOS DEFINITIVO */
.evli-product-figure{
  margin:0;
  min-height:460px;
  border-radius:30px;
  background:linear-gradient(135deg,#fffaf0,#f2ead8);
  border:1px solid rgba(35,67,54,.12);
  box-shadow:0 25px 70px rgba(16,41,32,.09);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  overflow:hidden;
}
.evli-product-figure.small{
  min-height:340px;
}
.evli-product-figure img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:430px !important;
  object-fit:contain !important;
  border-radius:22px;
}
.evli-product-figure.small img{
  max-height:310px !important;
}
@media(max-width:860px){
  .evli-product-figure,
  .evli-product-figure.small{
    min-height:280px;
    padding:18px;
  }
  .evli-product-figure img,
  .evli-product-figure.small img{
    max-height:260px !important;
  }
}

/* EVLI PRODUCTOS PAGE PHOTO ENHANCEMENT */
.evli-product-hero-bg{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  min-height:620px;
  display:flex;
  align-items:center;
}
.evli-product-hero-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg, rgba(250,246,237,.98) 0%, rgba(250,246,237,.92) 38%, rgba(250,246,237,.66) 62%, rgba(250,246,237,.38) 100%),
    var(--hero);
  background-size:cover;
  background-position:center right;
  filter:saturate(.96) contrast(.98);
  z-index:-2;
}
.evli-product-hero-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 28%, rgba(232,198,105,.22), transparent 30%),
    radial-gradient(circle at 82% 45%, rgba(0,104,76,.16), transparent 34%);
  z-index:-1;
  pointer-events:none;
}
.evli-product-hero-bg .wrap{
  position:relative;
  z-index:2;
}

.evli-section-photo{
  background-image:
    linear-gradient(180deg, rgba(0,46,36,.06), rgba(0,46,36,.42)),
    var(--img) !important;
  background-size:cover !important;
  background-position:center !important;
  min-height:480px;
}
.evli-section-photo div{
  background:linear-gradient(180deg, transparent, rgba(0,38,30,.28));
}

.evli-cta-photo{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:transparent !important;
  color:#fff;
  border:1px solid rgba(255,255,255,.18) !important;
}
.evli-cta-photo::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg, rgba(0,42,32,.88), rgba(0,42,32,.58), rgba(0,42,32,.30)),
    var(--cta);
  background-size:cover;
  background-position:center right;
  z-index:-2;
}
.evli-cta-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 20%, rgba(232,198,105,.26), transparent 35%);
  z-index:-1;
}
.evli-cta-photo .kicker,
.evli-cta-photo h2,
.evli-cta-photo p{
  color:#fff !important;
}
.evli-cta-photo .kicker{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.28);
}
.evli-cta-photo .btn.gold{
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}
@media(max-width:860px){
  .evli-product-hero-bg{
    min-height:560px;
  }
  .evli-product-hero-bg::before{
    background-image:
      linear-gradient(180deg, rgba(250,246,237,.96) 0%, rgba(250,246,237,.86) 52%, rgba(250,246,237,.56) 100%),
      var(--hero);
    background-position:center;
  }
  .evli-section-photo{
    min-height:340px;
  }
}

/* EVLI APOYO PRODUCTOS IMG REAL DEFINITIVO */

/* HERO PRODUCTOS CON FOTO REAL VISIBLE */
.evli-product-hero-bg{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  min-height:640px !important;
  display:flex !important;
  align-items:center !important;
  background:#f8f2e8 !important;
}
.evli-product-hero-bg .evli-hero-bg-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center right !important;
  opacity:.46 !important;
  filter:saturate(.95) contrast(.96) blur(.2px) !important;
  z-index:0 !important;
}
.evli-product-hero-bg::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg, rgba(250,246,237,.98) 0%, rgba(250,246,237,.92) 38%, rgba(250,246,237,.72) 62%, rgba(250,246,237,.38) 100%) !important;
  z-index:1 !important;
}
.evli-product-hero-bg::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    radial-gradient(circle at 18% 28%, rgba(232,198,105,.22), transparent 30%),
    radial-gradient(circle at 82% 45%, rgba(0,104,76,.14), transparent 34%) !important;
  z-index:2 !important;
  pointer-events:none !important;
}
.evli-product-hero-bg .wrap{
  position:relative !important;
  z-index:3 !important;
}

/* TARJETAS IMAGE-CARD CON IMG REAL */
.image-card.evli-section-photo{
  position:relative !important;
  overflow:hidden !important;
  background:#d8dfd2 !important;
}
.image-card.evli-section-photo .evli-card-bg-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  opacity:.78 !important;
  z-index:0 !important;
}
.image-card.evli-section-photo::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg, rgba(0,48,37,.10), rgba(0,48,37,.48)) !important;
  z-index:1 !important;
}
.image-card.evli-section-photo > div{
  position:relative !important;
  z-index:2 !important;
}

/* CTA FINAL CON FOTO REAL */
.evli-cta-photo{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  background:#073b30 !important;
  color:#fff !important;
}
.evli-cta-photo .evli-cta-bg-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center right !important;
  opacity:.44 !important;
  z-index:0 !important;
}
.evli-cta-photo::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg, rgba(0,42,32,.92), rgba(0,42,32,.68), rgba(0,42,32,.34)) !important;
  z-index:1 !important;
}
.evli-cta-photo > *:not(.evli-cta-bg-img){
  position:relative !important;
  z-index:2 !important;
}
.evli-cta-photo .kicker,
.evli-cta-photo h2,
.evli-cta-photo p{
  color:#fff !important;
}

@media(max-width:860px){
  .evli-product-hero-bg{
    min-height:560px !important;
  }
  .evli-product-hero-bg .evli-hero-bg-img{
    object-position:center !important;
    opacity:.34 !important;
  }
  .image-card.evli-section-photo{
    min-height:340px !important;
  }
}

/* EVLI REAL PRODUCT CARDS FINAL */
.product-img-box{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(135deg,#fffaf0,#f1ead9) !important;
  min-height:230px !important;
  padding:18px !important;
}
.product-card-img{
  display:block !important;
  width:100% !important;
  max-height:210px !important;
  object-fit:contain !important;
  border-radius:18px !important;
}
.product-card-img.kit-img{
  max-height:220px !important;
}
@media(max-width:860px){
  .product-img-box{
    min-height:210px !important;
  }
  .product-card-img{
    max-height:190px !important;
  }
}

/* EVLI EMPRESA VISUAL V15.2 */
.evli-page-photo-hero{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  min-height:560px !important;
  display:flex !important;
  align-items:center !important;
  background:#f8f2e8 !important;
}
.evli-page-photo-hero .evli-page-hero-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center right !important;
  opacity:.46 !important;
  z-index:0 !important;
}
.evli-page-photo-hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg, rgba(250,246,237,.98) 0%, rgba(250,246,237,.92) 40%, rgba(250,246,237,.70) 65%, rgba(250,246,237,.38) 100%) !important;
  z-index:1 !important;
}
.evli-page-photo-hero::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    radial-gradient(circle at 18% 28%, rgba(232,198,105,.22), transparent 32%),
    radial-gradient(circle at 82% 48%, rgba(0,104,76,.14), transparent 34%) !important;
  z-index:2 !important;
  pointer-events:none !important;
}
.evli-page-photo-hero .wrap{
  position:relative !important;
  z-index:3 !important;
}

.empresa-visual-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-top:34px;
}
.empresa-photo-card{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(35,67,54,.10);
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(16,41,32,.08);
}
.empresa-photo-card img{
  display:block;
  width:100%;
  height:260px;
  object-fit:cover;
}
.empresa-photo-card div{
  padding:24px;
}
.empresa-photo-card h3{
  margin:12px 0 8px;
  font-size:30px;
}
.empresa-photo-card p{
  margin:0;
  color:#536963;
  line-height:1.55;
}

@media(max-width:980px){
  .empresa-visual-grid{
    grid-template-columns:1fr;
  }
  .empresa-photo-card img{
    height:280px;
  }
}
@media(max-width:860px){
  .evli-page-photo-hero{
    min-height:500px !important;
  }
  .evli-page-photo-hero .evli-page-hero-img{
    object-position:center !important;
    opacity:.34 !important;
  }
}

/* EVLI EMPRESA AJUSTES FINALES */
.empresa-intro-card{
  align-self:center !important;
  padding:42px !important;
  min-height:auto !important;
}
.empresa-intro-card h3{
  font-size:clamp(32px,3.5vw,46px) !important;
  line-height:.96 !important;
  margin-bottom:18px !important;
}
.empresa-intro-card p{
  font-size:17px !important;
  line-height:1.65 !important;
}
.empresa-highlight{
  margin-top:24px;
  padding:18px 20px;
  border-left:5px solid #e2c25d;
  background:rgba(226,194,93,.14);
  border-radius:18px;
  color:#0a3f34;
  font-weight:800;
  line-height:1.5;
}
.empresa-visual-trust{
  padding-top:90px !important;
}
@media(max-width:860px){
  .empresa-intro-card{
    padding:28px !important;
  }
  .empresa-highlight{
    font-size:15px;
  }
}

/* EVLI OPORTUNIDAD V15.2 FINAL */
.oportunidad-hero .evli-page-hero-img{
  object-position:center right !important;
  opacity:.48 !important;
}
.oportunidad-intro-card{
  align-self:center;
}
.opp-grid-v15{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:34px;
}
.opp-card-v15{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(35,67,54,.10);
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(16,41,32,.08);
  display:flex;
  flex-direction:column;
}
.opp-card-v15 img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}
.opp-body-v15{
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:12px;
  flex:1;
}
.opp-body-v15 h3{
  margin:4px 0;
  font-size:28px;
  line-height:1;
  color:#073b30;
}
.opp-body-v15 p{
  margin:0;
  color:#546b64;
  line-height:1.55;
}
.opp-body-v15 .btn{
  margin-top:auto;
  width:100%;
  justify-content:center;
}
.oportunidad-system-band .light-list li{
  color:rgba(255,255,255,.82);
}
.opportunity-device{
  margin:0;
  border-radius:34px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  padding:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:420px;
  box-shadow:0 24px 70px rgba(0,0,0,.16);
}
.opportunity-device img{
  width:100%;
  max-height:380px;
  object-fit:contain;
  display:block;
  border-radius:24px;
}
.oportunidad-final-card{
  align-self:center;
}
.disclaimer-mini{
  font-size:13px !important;
  line-height:1.55 !important;
  opacity:.74;
}
@media(max-width:1180px){
  .opp-grid-v15{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:700px){
  .opp-grid-v15{
    grid-template-columns:1fr;
  }
  .opp-card-v15 img{
    height:240px;
  }
  .opportunity-device{
    min-height:300px;
  }
}

/* EVLI OPORTUNIDAD AJUSTE FINO BOTONES */
.opp-grid-v15{
  align-items:stretch;
}

.opp-card-v15{
  min-width:0;
}

.opp-body-v15{
  padding:24px 22px 26px !important;
}

.opp-body-v15 h3{
  font-size:clamp(24px,2.1vw,30px) !important;
  line-height:1.02 !important;
}

.opp-body-v15 p{
  font-size:16px !important;
}

.opp-body-v15 .list li{
  font-size:15px !important;
  line-height:1.45 !important;
  margin-bottom:8px !important;
}

.opp-body-v15 .btn{
  white-space:normal !important;
  text-align:center !important;
  line-height:1.15 !important;
  min-height:54px !important;
  padding:14px 16px !important;
  font-size:15px !important;
  border-radius:999px !important;
}

@media(max-width:1180px){
  .opp-body-v15 .btn{
    font-size:16px !important;
  }
}

@media(max-width:700px){
  .opp-body-v15{
    padding:24px !important;
  }
  .opp-body-v15 .btn{
    min-height:52px !important;
  }
}

/* EVLI OS V15.2 FINAL */
.evlios-hero .evli-page-hero-img{
  object-position:center right !important;
  opacity:.45 !important;
}

.evlios-intro-card{
  align-self:center;
}

.evlios-device-card{
  margin:0;
  min-height:460px;
  border-radius:34px;
  background:linear-gradient(135deg,#fffaf0,#f1ead9);
  border:1px solid rgba(35,67,54,.12);
  box-shadow:0 24px 70px rgba(16,41,32,.08);
  padding:34px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.evlios-device-card img{
  display:block;
  width:100%;
  max-height:410px;
  object-fit:contain;
  border-radius:28px;
}

.evlios-module-grid .card{
  min-height:230px;
}

.evlios-module-grid h3,
.evlios-phase-grid h3{
  font-size:26px;
  margin:12px 0 8px;
  color:#073b30;
}

.evlios-module-grid p,
.evlios-phase-grid p{
  color:#536963;
  line-height:1.55;
}

.evlios-system-band .light-list li{
  color:rgba(255,255,255,.82);
}

.evlios-final-card{
  align-self:center;
}

@media(max-width:980px){
  .evlios-module-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:700px){
  .evlios-module-grid{
    grid-template-columns:1fr !important;
  }
  .evlios-device-card{
    min-height:320px;
    padding:20px;
  }
  .evlios-device-card img{
    max-height:300px;
  }
}

/* EVLI TIENDA V15.2 FINAL */
.tienda-hero .evli-page-hero-img{
  object-position:center right !important;
  opacity:.38 !important;
}

.tienda-featured-kit{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:32px;
  align-items:center;
  padding:28px;
  border-radius:38px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(35,67,54,.10);
  box-shadow:0 26px 80px rgba(16,41,32,.09);
  margin-bottom:34px;
}

.tienda-kit-photo{
  margin:0;
  min-height:430px;
  border-radius:30px;
  background:linear-gradient(135deg,#fffaf0,#f1ead9);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  border:1px solid rgba(35,67,54,.10);
}

.tienda-kit-photo img{
  width:100%;
  max-height:390px;
  object-fit:contain;
  display:block;
  border-radius:22px;
}

.tienda-kit-info h3{
  font-size:clamp(38px,4.5vw,66px);
  margin:12px 0;
  line-height:.95;
  color:#073b30;
}

.tienda-products-grid{
  margin-top:34px;
}

.tienda-product-card{
  background:rgba(255,255,255,.80);
  border:1px solid rgba(35,67,54,.10);
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 22px 70px rgba(16,41,32,.08);
}

.tienda-product-card figure{
  margin:0;
  height:280px;
  background:linear-gradient(135deg,#fffaf0,#f1ead9);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.tienda-product-card figure img{
  width:100%;
  max-height:240px;
  object-fit:contain;
  display:block;
  border-radius:18px;
}

.tienda-product-card > div{
  padding:24px;
}

.tienda-product-card h3{
  font-size:30px;
  line-height:1;
  color:#073b30;
  margin:12px 0 8px;
}

.tienda-product-card p{
  color:#536963;
  line-height:1.55;
  min-height:74px;
}

.tienda-benefit-card,
.tienda-final-card{
  align-self:center;
}

.tienda-route-grid .card{
  min-height:230px;
}

.tienda-route-grid h3{
  color:#073b30;
  font-size:27px;
  margin:12px 0 8px;
}

.mini-link{
  display:inline-flex;
  margin-top:12px;
  font-weight:900;
  color:#007f5f;
  text-decoration:none;
}

.tienda-ref-demo{
  align-self:center;
}

.demo-ref{
  margin:22px 0;
}

.demo-ref input{
  pointer-events:none;
}

@media(max-width:980px){
  .tienda-featured-kit{
    grid-template-columns:1fr;
  }
  .tienda-kit-photo{
    min-height:320px;
  }
  .tienda-kit-photo img{
    max-height:300px;
  }
}

@media(max-width:700px){
  .tienda-product-card figure{
    height:240px;
  }
  .tienda-product-card p{
    min-height:auto;
  }
}

/* EVLI FAQ V15.2 FINAL */
.faq-hero .evli-page-hero-img{
  object-position:center right !important;
  opacity:.42 !important;
}

.faq-intro-card{
  align-self:center;
}

.faq-category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:34px;
}

.faq-category-card{
  display:block;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(35,67,54,.10);
  border-radius:30px;
  padding:28px;
  text-decoration:none;
  color:#073b30;
  box-shadow:0 22px 70px rgba(16,41,32,.08);
  transition:transform .2s ease, box-shadow .2s ease;
}

.faq-category-card:hover{
  transform:translateY(-4px);
  box-shadow:0 30px 90px rgba(16,41,32,.12);
}

.faq-category-card span{
  display:inline-flex;
  width:38px;
  height:38px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:#f4ead0;
  font-weight:900;
  color:#8b6b1f;
}

.faq-category-card h3{
  font-size:30px;
  margin:18px 0 8px;
}

.faq-category-card p{
  margin:0;
  color:#536963;
  line-height:1.55;
}

.faq-section-title{
  font-size:clamp(40px,5vw,70px);
  line-height:.95;
  margin:14px 0;
}

.faq-section-copy{
  color:#536963;
  font-size:18px;
  line-height:1.6;
}

.faq-product-figure{
  margin:28px 0 0;
  border-radius:30px;
  background:linear-gradient(135deg,#fffaf0,#f1ead9);
  border:1px solid rgba(35,67,54,.10);
  padding:22px;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:300px;
  box-shadow:0 22px 70px rgba(16,41,32,.08);
}

.faq-product-figure img{
  width:100%;
  max-height:280px;
  object-fit:contain;
  display:block;
}

.faq-accordion{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.faq-accordion.wide{
  max-width:980px;
  margin:0 auto;
}

.faq-accordion details{
  background:rgba(255,255,255,.86);
  border:1px solid rgba(35,67,54,.10);
  border-radius:22px;
  padding:0;
  overflow:hidden;
  box-shadow:0 14px 46px rgba(16,41,32,.06);
}

.faq-accordion summary{
  cursor:pointer;
  list-style:none;
  padding:22px 24px;
  font-weight:900;
  color:#073b30;
  font-size:19px;
  display:flex;
  justify-content:space-between;
  gap:20px;
}

.faq-accordion summary::-webkit-details-marker{
  display:none;
}

.faq-accordion summary::after{
  content:"+";
  font-size:24px;
  color:#007f5f;
  line-height:1;
}

.faq-accordion details[open] summary::after{
  content:"–";
}

.faq-accordion details p{
  margin:0;
  padding:0 24px 24px;
  color:#536963;
  line-height:1.65;
}

.dark-faq details{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.16);
  box-shadow:none;
}

.dark-faq summary{
  color:#fff;
}

.dark-faq details p{
  color:rgba(255,255,255,.78);
}

.faq-policy-grid .card{
  min-height:250px;
}

.faq-policy-grid h3{
  color:#073b30;
  font-size:28px;
  margin:12px 0 8px;
}

.faq-final-card{
  align-self:center;
}

@media(max-width:980px){
  .faq-category-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .faq-category-grid{
    grid-template-columns:1fr;
  }
  .faq-accordion summary{
    font-size:17px;
    padding:20px;
  }
  .faq-accordion details p{
    padding:0 20px 20px;
  }
}

/* EVLI LOGO CONTACT HOME FINAL */
.brand{
  gap:12px !important;
}

.brand-logo{
  display:block;
  width:52px;
  height:52px;
  object-fit:contain;
  border-radius:14px;
}

.brand-logo + .brand-mark{
  display:none;
}

.brand-copy{
  display:flex;
  flex-direction:column;
}

.footer-logo{
  display:block;
  width:72px;
  height:auto;
  max-height:64px;
  object-fit:contain;
  margin-bottom:14px;
}

.footer-logo + .brand-mark{
  display:none;
}

.footer-contact{
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:7px;
  font-size:13px;
  line-height:1.45;
  color:rgba(255,255,255,.74);
}

.footer-contact a{
  color:rgba(255,255,255,.92);
  text-decoration:none;
  font-weight:800;
}

.footer-contact a:hover{
  text-decoration:underline;
}

.home-visual-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-top:34px;
}

.home-photo-card{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(35,67,54,.10);
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(16,41,32,.08);
}

.home-photo-card img{
  display:block;
  width:100%;
  height:260px;
  object-fit:cover;
  background:#f7f1e6;
}

.home-photo-card:nth-child(2) img,
.home-photo-card:nth-child(3) img{
  object-fit:contain;
  padding:22px;
}

.home-photo-card div{
  padding:24px;
}

.home-photo-card h3{
  margin:12px 0 8px;
  font-size:30px;
}

.home-photo-card p{
  margin:0;
  color:#536963;
  line-height:1.55;
}

@media(max-width:980px){
  .home-visual-grid{
    grid-template-columns:1fr;
  }
  .home-photo-card img{
    height:280px;
  }
}

@media(max-width:700px){
  .brand-logo{
    width:44px;
    height:44px;
  }
}

/* EVLI HOME IMG REAL FINAL FIX */

/* Tarjetas Elige tu camino */
.intent{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  background:#0b3b31 !important;
}

.intent .intent-bg-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  opacity:.82 !important;
  z-index:0 !important;
}

.intent::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg, rgba(0,45,35,.12), rgba(0,45,35,.72)) !important;
  z-index:1 !important;
}

.intent > *:not(.intent-bg-img){
  position:relative !important;
  z-index:2 !important;
}

/* Image-card genérica cuando tenga IMG real */
.image-card{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
}

.image-card .evli-card-bg-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  opacity:.80 !important;
  z-index:0 !important;
}

.image-card::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg, rgba(0,45,35,.08), rgba(0,45,35,.62)) !important;
  z-index:1 !important;
  pointer-events:none !important;
}

.image-card > div{
  position:relative !important;
  z-index:2 !important;
}

/* Fotos reales en tarjetas de producto Inicio */
.product-img-box{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(135deg,#fffaf0,#f1ead9) !important;
  min-height:230px !important;
  padding:18px !important;
}

.product-card-img{
  display:block !important;
  width:100% !important;
  max-height:210px !important;
  object-fit:contain !important;
  border-radius:18px !important;
}

.product-card-img.kit-img{
  max-height:220px !important;
}

/* Logo preparado */
.brand-logo{
  display:block;
  width:52px;
  height:52px;
  object-fit:contain;
  border-radius:14px;
}

.footer-logo{
  display:block;
  width:72px;
  height:auto;
  max-height:64px;
  object-fit:contain;
  margin-bottom:14px;
}

@media(max-width:860px){
  .product-img-box{
    min-height:210px !important;
  }
  .product-card-img{
    max-height:190px !important;
  }
}

/* EVLI AJUSTE FINO PRODUCTOS HOME TIENDA */
.product-img-box{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:220px !important;
  padding:18px !important;
  background:linear-gradient(135deg,#fffaf0,#f3ecdc) !important;
  border-radius:22px 22px 0 0 !important;
  overflow:hidden !important;
}

.product-card-img{
  display:block !important;
  width:100% !important;
  max-width:240px !important;
  max-height:190px !important;
  object-fit:contain !important;
}

.product-card-img.kit-img{
  max-width:280px !important;
  max-height:200px !important;
}

/* EVLI OS bloque real en Inicio */
.evli-os-home-photo{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  min-height:420px !important;
}

.evli-os-home-photo .evli-card-bg-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  opacity:.9 !important;
  z-index:0 !important;
}

.evli-os-home-photo::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg, rgba(0,40,32,.10), rgba(0,40,32,.55)) !important;
  z-index:1 !important;
}

.evli-os-home-photo > div{
  position:relative !important;
  z-index:2 !important;
}

/* Limpieza de visual de badges si se montan raro */
.product-card .badge{
  position:relative;
  z-index:2;
}

/* Si aún existe CTA vieja con Unsplash, dejarla neutra/local */
.final-cta{
  background:
    linear-gradient(90deg,rgba(3,36,29,.88),rgba(3,36,29,.45)),
    url("productos-page/imagen12.png") !important;
  background-size:cover !important;
  background-position:center !important;
}


/* EVLI INDEX CLEAN PATCH FINAL */
.home-buy-intent{
  background:linear-gradient(135deg,#fffaf0,#f2ead8) !important;
  color:#073b30 !important;
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
}
.home-buy-intent::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:radial-gradient(circle at 72% 24%,rgba(232,198,105,.28),transparent 34%) !important;
  z-index:1 !important;
}
.home-buy-kit-img{
  position:absolute !important;
  right:4% !important;
  top:14% !important;
  width:82% !important;
  max-height:255px !important;
  object-fit:contain !important;
  z-index:2 !important;
}
.home-buy-content{
  position:relative !important;
  z-index:3 !important;
}
.home-buy-intent h3{
  color:#073b30 !important;
}
.home-buy-intent p{
  color:#536963 !important;
}

.home-product-grid-final{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr 1fr;
  gap:24px;
  margin-top:38px;
}
.home-product-card-final{
  background:rgba(255,255,255,.84);
  border:1px solid rgba(35,67,54,.10);
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(16,41,32,.08);
  display:flex;
  flex-direction:column;
}
.home-product-card-final figure{
  margin:0;
  min-height:250px;
  background:linear-gradient(135deg,#fffaf0,#f3ecdc);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.home-product-card-final figure img{
  width:100%;
  max-height:225px;
  object-fit:contain;
  display:block;
}
.home-product-card-final figure img.kit-img{
  max-height:230px;
}
.home-product-body{
  padding:24px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.home-product-body h3{
  color:#073b30;
  font-size:28px;
  line-height:1;
  margin:14px 0 10px;
}
.home-product-body p{
  color:#536963;
  line-height:1.55;
  min-height:96px;
}
.home-image-card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border-radius:34px;
  min-height:430px;
  display:flex;
  align-items:flex-end;
  padding:32px;
  color:white;
  box-shadow:0 24px 70px rgba(16,41,32,.10);
}
.home-image-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}
.home-image-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,43,34,.08),rgba(0,43,34,.72));
  z-index:1;
}
.home-image-card > div{
  position:relative;
  z-index:2;
}
.home-image-card h3{
  color:white;
  font-size:clamp(38px,4vw,58px);
  line-height:.92;
  margin:0 0 10px;
}
.home-image-card p{
  color:rgba(255,255,255,.86);
  font-size:17px;
}
.evli-os-home-card{
  background:#082f27;
}
.evli-os-home-card img{
  opacity:.96;
}
.center-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

@media(max-width:1180px){
  .home-product-grid-final{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:700px){
  .home-product-grid-final{
    grid-template-columns:1fr;
  }
  .home-product-body p{
    min-height:auto;
  }
  .home-buy-kit-img{
    top:10% !important;
    width:88% !important;
  }
}

/* EVLI INDEX 2 SECCIONES CORREGIDAS */
.home-path-grid-corrected{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-top:38px;
}

.home-path-card-corrected{
  min-height:430px;
  border-radius:34px;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  text-decoration:none;
  box-shadow:0 24px 70px rgba(16,41,32,.10);
  border:1px solid rgba(35,67,54,.12);
  display:flex;
  align-items:flex-end;
  padding:30px;
}

.home-path-card-corrected .num{
  position:absolute;
  top:28px;
  left:28px;
  z-index:5;
  width:62px;
  height:62px;
  border-radius:22px;
  background:white;
  color:#008060;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:900;
  box-shadow:0 12px 34px rgba(0,0,0,.10);
}

.home-path-card-corrected.photo .path-bg-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

.home-path-card-corrected.photo::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,43,34,.10),rgba(0,43,34,.76));
  z-index:1;
}

.home-path-card-corrected.buy{
  background:linear-gradient(135deg,#fffaf0,#f2ead8);
  color:#073b30;
}

.home-path-card-corrected.buy::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 72% 24%,rgba(232,198,105,.28),transparent 34%);
  z-index:1;
}

.home-path-card-corrected.buy .path-product-img{
  position:absolute;
  right:4%;
  top:14%;
  width:82%;
  max-height:255px;
  object-fit:contain;
  z-index:2;
}

.home-path-card-corrected .path-content{
  position:relative;
  z-index:4;
}

.home-path-card-corrected h3{
  font-size:clamp(42px,4vw,60px);
  line-height:.9;
  margin:0 0 12px;
}

.home-path-card-corrected.photo h3,
.home-path-card-corrected.photo p{
  color:white;
}

.home-path-card-corrected.photo p{
  color:rgba(255,255,255,.90);
}

.home-path-card-corrected.buy h3{
  color:#073b30;
}

.home-path-card-corrected.buy p{
  color:#536963;
}

.home-path-card-corrected p{
  font-size:17px;
  line-height:1.45;
  margin:0 0 18px;
}

.home-opps-corrected .section-head{
  max-width:940px;
}

.home-opps-grid-corrected{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:38px;
}

.home-opp-card-corrected{
  background:rgba(255,255,255,.96);
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.14);
  border:1px solid rgba(255,255,255,.20);
}

.home-opp-card-corrected img{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
}

.home-opp-card-corrected div{
  padding:24px;
}

.home-opp-card-corrected h3{
  font-size:30px;
  line-height:1;
  margin:14px 0 10px;
  color:#073b30;
}

.home-opp-card-corrected p{
  color:#536963;
  line-height:1.52;
  min-height:92px;
}

.home-opp-card-corrected strong{
  display:inline-flex;
  margin-top:14px;
  background:#f4ead0;
  color:#7a5a16;
  padding:10px 14px;
  border-radius:999px;
  font-size:14px;
}

.center-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

@media(max-width:1180px){
  .home-opps-grid-corrected{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:980px){
  .home-path-grid-corrected{
    grid-template-columns:1fr;
  }
  .home-path-card-corrected{
    min-height:390px;
  }
}

@media(max-width:700px){
  .home-opps-grid-corrected{
    grid-template-columns:1fr;
  }
  .home-path-card-corrected.buy .path-product-img{
    top:10%;
    width:88%;
  }
  .home-opp-card-corrected p{
    min-height:auto;
  }
}

/* EVLI HOME LOGICA REINSERTADA */
.home-start-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-top:38px;
}

.home-start-card{
  min-height:430px;
  border-radius:34px;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  text-decoration:none;
  box-shadow:0 24px 70px rgba(16,41,32,.10);
  border:1px solid rgba(35,67,54,.12);
  display:flex;
  align-items:flex-end;
  padding:30px;
}

.home-start-card .num{
  position:absolute;
  top:28px;
  left:28px;
  z-index:5;
  width:62px;
  height:62px;
  border-radius:22px;
  background:white;
  color:#008060;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:900;
  box-shadow:0 12px 34px rgba(0,0,0,.10);
}

.home-start-card.photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

.home-start-card.photo::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,43,34,.10),rgba(0,43,34,.76));
  z-index:1;
}

.home-start-card.buy{
  background:linear-gradient(135deg,#fffaf0,#f2ead8);
  color:#073b30;
}

.home-start-card.buy::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 72% 24%,rgba(232,198,105,.28),transparent 34%);
  z-index:1;
}

.home-start-product{
  position:absolute;
  right:4%;
  top:14%;
  width:82%;
  max-height:255px;
  object-fit:contain;
  z-index:2;
}

.home-start-content{
  position:relative;
  z-index:4;
}

.home-start-card h3{
  font-size:clamp(42px,4vw,60px);
  line-height:.9;
  margin:0 0 12px;
}

.home-start-card.photo h3,
.home-start-card.photo p{
  color:white;
}

.home-start-card.photo p{
  color:rgba(255,255,255,.90);
}

.home-start-card.buy h3{
  color:#073b30;
}

.home-start-card.buy p{
  color:#536963;
}

.home-start-card p{
  font-size:17px;
  line-height:1.45;
  margin:0 0 18px;
}

.home-opportunity-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:38px;
}

.home-opportunity-card{
  background:rgba(255,255,255,.96);
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.14);
  border:1px solid rgba(255,255,255,.20);
}

.home-opportunity-card img{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
}

.home-opportunity-card div{
  padding:24px;
}

.home-opportunity-card h3{
  font-size:30px;
  line-height:1;
  margin:14px 0 10px;
  color:#073b30;
}

.home-opportunity-card p{
  color:#536963;
  line-height:1.52;
  min-height:92px;
}

.home-opportunity-card strong{
  display:inline-flex;
  margin-top:14px;
  background:#f4ead0;
  color:#7a5a16;
  padding:10px 14px;
  border-radius:999px;
  font-size:14px;
}

.center-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

@media(max-width:1180px){
  .home-opportunity-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:980px){
  .home-start-grid{
    grid-template-columns:1fr;
  }

  .home-start-card{
    min-height:390px;
  }
}

@media(max-width:700px){
  .home-opportunity-grid{
    grid-template-columns:1fr;
  }

  .home-start-product{
    top:10%;
    width:88%;
  }

  .home-opportunity-card p{
    min-height:auto;
  }
}
