
:root{
  --navy:#0b2f54;
  --navy-2:#071e36;
  --red:#ef3340;
  --red-dark:#c9222e;
  --blue:#1c78c0;
  --yellow:#f7ba13;
  --green:#14a866;
  --ink:#172331;
  --muted:#687583;
  --line:#e3e9ef;
  --bg:#f7f9fc;
  --card:#ffffff;
  --radius:20px;
  --shadow:0 18px 50px rgba(10,37,61,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 36px));margin:auto}

.topbar{background:var(--navy);color:#fff;font-size:12px}
.topbar-inner{height:34px;display:flex;align-items:center;gap:24px}
.topbar-right{margin-left:auto;color:#d9e9f7}

.site-header{background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(0,0,0,.05)}
.header-main{height:92px;display:grid;grid-template-columns:245px 1fr auto;align-items:center;gap:28px}
.brand img{width:215px;height:78px;object-fit:contain}
.site-search{height:46px;border:1px solid #d9e0e8;border-radius:14px;display:flex;overflow:hidden;background:#fff}
.site-search input{flex:1;border:0;padding:0 16px;outline:none;color:var(--ink)}
.site-search button{width:56px;border:0;background:var(--red);color:#fff;font-size:24px}
.header-actions{display:flex;align-items:center;gap:10px}
.icon-btn,.menu-btn{border:1px solid var(--line);background:#fff;border-radius:12px;min-height:42px;padding:0 13px}
#cartCount{display:inline-grid;place-items:center;min-width:20px;height:20px;background:var(--red);color:#fff;border-radius:999px;font-size:11px}
.control-btn{background:var(--red);color:#fff;font-weight:800;border-radius:12px;padding:13px 16px;font-size:12px;white-space:nowrap}
.menu-btn{display:none;font-size:22px}
.main-nav{border-top:1px solid #eef2f5}
.nav-inner{height:48px;display:flex;align-items:center;justify-content:center;gap:36px;font-size:13px;font-weight:700}
.nav-inner a{position:relative}
.nav-inner a.active:after,.nav-inner a:hover:after{content:"";position:absolute;height:3px;background:var(--red);left:0;right:0;bottom:-16px;border-radius:2px}

.hero{padding:42px 0 36px;background:
 radial-gradient(circle at 12% 30%,#fff2f4 0 0,transparent 26%),
 linear-gradient(180deg,#fff,#f7faff)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:42px}
.eyebrow{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.13em;color:var(--red);margin-bottom:10px}
.hero h1,.section h2{margin:0;letter-spacing:-.035em}
.hero h1{font-size:clamp(44px,5.7vw,72px);line-height:.98;max-width:680px}
.hero h1 em{font-style:normal;color:var(--red)}
.hero-copy>p{max-width:620px;font-size:18px;line-height:1.6;color:var(--muted);margin:22px 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:12px;font-weight:800;border:1px solid transparent}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:var(--red-dark)}
.btn-secondary{border-color:#cfd9e2;background:#fff}
.hero-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;font-size:12px;font-weight:800;color:#354453}
.hero-media img{filter:drop-shadow(0 16px 30px rgba(15,40,66,.06))}

.section{padding:76px 0}
.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}
.section h2{font-size:clamp(30px,3.5vw,46px)}
.text-link{font-weight:800;color:var(--blue);font-size:13px}

.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.2s;box-shadow:0 8px 24px rgba(14,50,82,.04)}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.category-card>img{width:100%;aspect-ratio:1.55;object-fit:cover}
.category-card>div{padding:16px}
.category-card span{font-size:10px;font-weight:900;color:#9aa7b3}
.category-card h3{margin:5px 0 7px;font-size:20px}
.category-card p{color:var(--muted);font-size:12px;line-height:1.5;min-height:54px}
.category-card button{border:0;background:transparent;padding:0;color:var(--red);font-weight:900;font-size:12px}

.trust-strip{background:#fbfcfe;border-block:1px solid var(--line);padding:24px 0}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid div{padding:5px 24px;border-right:1px solid var(--line)}
.trust-grid div:last-child{border-right:0}
.trust-grid b,.trust-grid span{display:block}
.trust-grid b{font-size:14px;margin-bottom:5px}
.trust-grid span{font-size:11px;color:var(--muted)}

.products{background:var(--bg)}
.filter-tabs{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.filter-tabs button{border:1px solid #dce4eb;background:#fff;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:800;color:#53616f}
.filter-tabs button.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;position:relative;transition:.2s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-card .badge{position:absolute;top:12px;left:12px;background:#eaf4ff;color:var(--blue);font-size:9px;font-weight:900;border-radius:999px;padding:6px 9px;z-index:2}
.product-card img{width:100%;aspect-ratio:1.25;object-fit:cover}
.product-info{padding:16px}
.product-info .cat{font-size:10px;font-weight:900;color:var(--blue);text-transform:uppercase;letter-spacing:.08em}
.product-info h3{margin:7px 0 3px;font-size:18px}
.product-info p{margin:0;color:var(--muted);font-size:12px}
.product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:15px}
.price{font-weight:900;font-size:19px}
.add-btn{border:1px solid #ffc5c9;background:#fff4f5;color:var(--red);border-radius:10px;padding:9px 12px;font-weight:900}

.business-banner{padding-top:0}
.business-inner{background:
 linear-gradient(120deg,rgba(9,40,70,.97),rgba(16,78,117,.94)),
 radial-gradient(circle at right,#ef3340,#0b2f54);
color:#fff;border-radius:28px;padding:46px;display:grid;grid-template-columns:1.2fr .8fr;gap:38px;box-shadow:var(--shadow)}
.business-inner h2{font-size:42px;max-width:700px}
.business-inner p{color:#d9e7f2;line-height:1.6}
.eyebrow.light{color:#ffb9bf}
.btn-light{background:#fff;color:var(--navy)}
.business-stats{display:grid;gap:12px}
.business-stats div{border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:18px;background:rgba(255,255,255,.08)}
.business-stats strong,.business-stats span{display:block}
.business-stats strong{font-size:18px}.business-stats span{font-size:12px;color:#dce8f2;margin-top:4px}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-grid p{font-size:17px;line-height:1.7;color:var(--muted)}

.contact{padding-top:20px}
.contact-card{border:1px solid var(--line);border-radius:28px;padding:38px;display:grid;grid-template-columns:.8fr 1.2fr;gap:46px;box-shadow:0 10px 35px rgba(14,50,82,.05)}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.contact-form input,.contact-form textarea{border:1px solid #d8e0e7;border-radius:12px;padding:13px 14px;outline:none}
.contact-form textarea{grid-column:1/-1;min-height:110px;resize:vertical}
.contact-form button{grid-column:1/-1}

.site-footer{background:#081a2b;color:#d9e4ed;padding:52px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:44px}
.footer-brand img{width:220px;border-radius:12px}
.footer-brand p{max-width:330px;line-height:1.6;color:#aebdca}
.footer-grid h4{color:#fff;margin:0 0 14px}
.footer-grid a,.footer-grid span{display:block;color:#adbdca;font-size:12px;margin:9px 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:16px;display:flex;justify-content:space-between;font-size:11px;color:#92a3b2}

.cart-drawer{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:0;transition:.2s}
.cart-drawer.open{pointer-events:auto;opacity:1}
.cart-backdrop{position:absolute;inset:0;background:rgba(7,23,39,.48)}
.cart-panel{position:absolute;right:0;top:0;bottom:0;width:min(440px,92vw);background:#fff;padding:28px;transform:translateX(100%);transition:.25s;display:flex;flex-direction:column}
.cart-drawer.open .cart-panel{transform:translateX(0)}
.cart-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:15px}
.cart-head h3{font-size:28px;margin:0}
.close-btn{border:0;background:#f1f4f7;border-radius:10px;width:38px;height:38px;font-size:24px}
.cart-items{flex:1;overflow:auto;padding:18px 0}
.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #eef2f5}
.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:10px}
.cart-item h4{font-size:13px;margin:0 0 4px}
.cart-item p{font-size:11px;color:var(--muted);margin:0}
.cart-item button{border:0;background:transparent;color:var(--red);font-size:18px}
.cart-total{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-top:1px solid var(--line)}
.cart-total strong{font-size:24px}
.full{width:100%}
.cart-panel small{color:var(--muted);font-size:10px;line-height:1.5;margin-top:10px}

.toast{position:fixed;left:50%;bottom:24px;z-index:130;transform:translate(-50%,20px);background:#102a43;color:#fff;border-radius:999px;padding:12px 18px;font-size:12px;opacity:0;pointer-events:none;transition:.2s}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:980px){
  .header-main{grid-template-columns:200px 1fr auto;gap:14px}
  .brand img{width:185px}
  .control-btn{display:none}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .hero-grid{grid-template-columns:1fr}
  .hero-media{max-width:700px;margin:auto}
  .business-inner{grid-template-columns:1fr}
}
@media(max-width:760px){
  .topbar-inner span:nth-child(2),.topbar-right{display:none}
  .header-main{height:auto;padding:12px 0;grid-template-columns:1fr auto}
  .brand img{width:180px;height:65px}
  .site-search{grid-column:1/-1;grid-row:2}
  .menu-btn{display:inline-block}
  .main-nav{display:none}
  .main-nav.open{display:block}
  .nav-inner{height:auto;align-items:stretch;flex-direction:column;gap:0;padding:10px 0}
  .nav-inner a{padding:12px 0}
  .nav-inner a.active:after,.nav-inner a:hover:after{display:none}
  .hero{padding-top:28px}
  .hero h1{font-size:46px}
  .hero-proof{display:grid;gap:9px}
  .section{padding:54px 0}
  .section-head{display:block}
  .filter-tabs{justify-content:flex-start;margin-top:18px}
  .category-grid{grid-template-columns:1fr 1fr}
  .trust-grid{grid-template-columns:1fr 1fr;gap:18px}
  .trust-grid div{border:0;padding:4px}
  .business-inner{padding:30px 24px}
  .business-inner h2{font-size:34px}
  .about-grid,.contact-card{grid-template-columns:1fr;gap:26px}
  .contact-form{grid-template-columns:1fr}
  .contact-form textarea,.contact-form button{grid-column:auto}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .container{width:min(100% - 24px,1180px)}
  .category-grid,.product-grid,.trust-grid,.footer-grid{grid-template-columns:1fr}
  .category-card{display:grid;grid-template-columns:42% 58%}
  .category-card>img{height:100%;aspect-ratio:auto}
  .section h2{font-size:32px}
}


/* V1.1 · fotografía real + WhatsApp pedidos */
.topbar-right a{color:#fff;font-weight:900}
.hero-media{position:relative}
.hero-media img{
  width:100%;
  border-radius:30px;
  object-fit:cover;
  box-shadow:0 28px 70px rgba(13,44,72,.16);
  border:1px solid rgba(255,255,255,.9);
}
.hero-media:after{
  content:"";
  position:absolute;
  inset:auto 8% -18px 8%;
  height:36px;
  background:rgba(15,38,61,.10);
  filter:blur(18px);
  border-radius:50%;
  z-index:-1;
}
.category-grid{grid-template-columns:repeat(3,1fr)}
.category-card>img{
  aspect-ratio:1.55;
  object-fit:cover;
  object-position:center;
  background:#f7f9fb;
}
.category-link{
  display:inline-block;
  color:var(--red);
  font-weight:900;
  font-size:12px;
}
.wa-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:90;
  background:#18a95d;
  color:#fff;
  border-radius:999px;
  padding:14px 18px;
  font-size:13px;
  font-weight:900;
  box-shadow:0 14px 30px rgba(15,93,54,.25);
  border:2px solid rgba(255,255,255,.8);
}
.wa-float span{opacity:.85;margin-right:6px}
.wa-float:hover{transform:translateY(-2px)}
@media(max-width:980px){.category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){
  .category-grid{grid-template-columns:1fr}
  .wa-float{right:12px;bottom:12px;padding:12px 14px;font-size:12px}
}


/* V1.2 · IDENTIDAD CORPORATIVA IMPORTADORA */
.import-badge{
  margin-top:22px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:10px 14px;
  border:1px solid #dbe5ee;
  border-radius:12px;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 24px rgba(12,47,84,.06);
}
.import-badge strong{font-size:11px;letter-spacing:.1em;color:var(--navy)}
.import-badge span{font-size:11px;color:var(--muted);border-left:1px solid #dbe5ee;padding-left:12px}

.company{background:#fff;padding-top:86px}
.company-shell{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:54px;
  align-items:center;
}
.company-visual{
  min-height:560px;
  border-radius:28px;
  overflow:hidden;
  position:relative;
  background:#eef3f7;
  box-shadow:0 22px 60px rgba(10,37,61,.12);
}
.company-visual img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  object-position:center;
}
.company-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(5,22,39,.78));
}
.company-visual-label{
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:26px;
  color:#fff;
}
.company-visual-label span{display:block;font-size:10px;letter-spacing:.16em;font-weight:900;color:#ffb3b9;margin-bottom:7px}
.company-visual-label strong{font-size:26px;letter-spacing:-.02em}

.company-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.02;margin:0 0 20px;letter-spacing:-.04em}
.company-copy>p{color:var(--muted);font-size:16px;line-height:1.75;margin:0 0 14px}
.company-copy .company-lead{font-size:18px;color:#40505f}
.company-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.company-pillars article{
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
  background:#fbfcfe;
}
.company-pillars span{font-size:10px;font-weight:900;color:var(--red)}
.company-pillars h3{margin:8px 0 7px;font-size:17px}
.company-pillars p{font-size:11px;line-height:1.55;color:var(--muted);margin:0}

.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:48px;
}
.why-grid article{
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px;
  background:#fff;
  transition:.2s;
}
.why-grid article:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.why-icon{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  background:#edf5ff;color:var(--blue);font-size:21px;font-weight:900;margin-bottom:14px;
}
.why-grid h3{margin:0 0 7px;font-size:17px}
.why-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}

.location{padding-top:12px}
.location-card{
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr .9fr;
  border-radius:28px;
  background:linear-gradient(120deg,#071f38,#0d4776);
  color:#fff;
  min-height:360px;
  box-shadow:0 20px 60px rgba(7,31,56,.18);
}
.location-copy{padding:46px}
.location-copy h2{font-size:42px;max-width:620px}
.location-address{font-size:18px;line-height:1.65;color:#dce8f2;margin:18px 0 24px}
.location-actions{display:flex;gap:12px;flex-wrap:wrap}
.location-copy .btn-secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}

.location-map-art{
  position:relative;
  overflow:hidden;
  background:#e9eef3;
}
.map-grid{
  position:absolute;inset:-20%;
  background:
    linear-gradient(28deg,transparent 46%,rgba(255,255,255,.92) 47%,rgba(255,255,255,.92) 52%,transparent 53%),
    linear-gradient(113deg,transparent 46%,rgba(255,255,255,.88) 47%,rgba(255,255,255,.88) 52%,transparent 53%),
    linear-gradient(6deg,transparent 47%,#cbd8e3 48%,#cbd8e3 50%,transparent 51%),
    #dfe8ef;
  background-size:150px 120px,170px 140px,90px 90px,auto;
  transform:rotate(-4deg) scale(1.08);
}
.map-pin{
  position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);
  width:72px;height:72px;border-radius:50% 50% 50% 0;
  rotate:-45deg;background:var(--red);color:#fff;
  display:grid;place-items:center;font-size:32px;font-weight:900;
  box-shadow:0 16px 32px rgba(33,48,64,.22);
}
.map-pin::first-letter{rotate:45deg}
.map-label{
  position:absolute;left:50%;top:68%;transform:translateX(-50%);
  background:#fff;color:var(--ink);padding:13px 18px;border-radius:14px;
  box-shadow:0 12px 30px rgba(18,42,64,.16);min-width:190px;text-align:center;
}
.map-label strong,.map-label span{display:block}
.map-label strong{font-size:14px}.map-label span{font-size:11px;color:var(--muted);margin-top:3px}

@media(max-width:980px){
  .company-shell{grid-template-columns:1fr}
  .company-visual{min-height:440px}
  .company-visual img{min-height:440px}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .location-card{grid-template-columns:1fr}
  .location-map-art{min-height:300px}
}
@media(max-width:680px){
  .company-pillars,.why-grid{grid-template-columns:1fr}
  .company-visual{min-height:360px}
  .company-visual img{min-height:360px}
  .location-copy{padding:30px 24px}
  .location-copy h2{font-size:32px}
  .import-badge{display:flex;align-items:flex-start;flex-direction:column}
  .import-badge span{border-left:0;padding-left:0}
}


/* V1.3 · CATÁLOGO LIVE DESDE CHEMI CONTROL */
.catalog-meta{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:10px 14px;
  margin:-8px 0 20px;
  border:1px solid #dce6ef;
  border-radius:12px;
  background:#fff;
  color:#526170;
  font-size:12px;
  font-weight:700;
}
.catalog-meta a{color:var(--blue);font-weight:900}
.catalog-dot{
  display:inline-block;
  width:9px;height:9px;border-radius:50%;
  background:#f7ba13;
  box-shadow:0 0 0 4px rgba(247,186,19,.12);
}
.catalog-dot.online{background:#14a866;box-shadow:0 0 0 4px rgba(20,168,102,.12)}
.catalog-more{text-align:center;margin-top:28px}

.live-grid{grid-template-columns:repeat(4,1fr)}
.essence-live-card .badge.available{background:#e8f8ef;color:#11814e}
.essence-live-card .badge.consult{background:#fff4dc;color:#976600}
.essence-image{
  position:relative;
  height:210px;
  overflow:hidden;
  background:linear-gradient(145deg,#f7fafc,#eef4f8);
}
.essence-image img{width:100%;height:100%;object-fit:cover}
.essence-image:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 60%,rgba(7,31,56,.08));
}
.essence-image>span{
  position:absolute;right:10px;bottom:10px;z-index:2;
  font-size:9px;letter-spacing:.14em;font-weight:900;
  color:#fff;background:rgba(7,31,56,.78);padding:6px 8px;border-radius:999px;
}
.essence-code{font-size:10px;font-weight:900;color:#7c8a97;letter-spacing:.08em;margin-bottom:4px}
.essence-live-card .product-info h3{min-height:44px;font-size:17px;line-height:1.25}
.essence-source{min-height:18px}
.essence-buy{
  display:grid;grid-template-columns:1fr 98px;gap:10px;
  align-items:end;margin-top:14px;padding-top:13px;border-top:1px solid #eef2f5;
}
.essence-price span,.grams-select span{display:block;font-size:9px;color:#7a8996;font-weight:800;margin-bottom:4px}
.essence-price strong{font-size:17px;color:var(--ink)}
.essence-price small{font-size:10px;color:#71808d}
.grams-select select{
  width:100%;height:36px;border:1px solid #d7e0e8;border-radius:9px;background:#fff;padding:0 8px;font-size:11px;font-weight:800;color:var(--ink);
}
.essence-live-card .product-foot{margin-top:12px}
.essence-live-card .add-btn{width:100%;text-align:center}
.consult-btn{display:block;text-decoration:none}
.catalog-error{
  grid-column:1/-1;
  padding:38px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  text-align:center;
}
.catalog-error strong{font-size:20px}
.catalog-error p{color:var(--muted);margin:8px 0 18px}

.catalog-hero{
  padding:64px 0;
  background:
    radial-gradient(circle at 78% 20%,rgba(28,120,192,.11),transparent 28%),
    radial-gradient(circle at 15% 60%,rgba(239,51,64,.08),transparent 25%),
    linear-gradient(180deg,#fff,#f6f9fc);
  border-bottom:1px solid var(--line);
}
.catalog-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:48px;align-items:center}
.catalog-hero h1{font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.045em;margin:0;max-width:830px}
.catalog-hero p{font-size:17px;line-height:1.7;color:var(--muted);max-width:760px}
.catalog-live-badge{
  display:inline-flex;align-items:center;gap:9px;
  padding:9px 13px;border:1px solid #cfe5d8;background:#f3fbf6;color:#176b43;border-radius:999px;
  font-size:11px;font-weight:900;
}
.catalog-live-badge span{width:9px;height:9px;border-radius:50%;background:#14a866}
.catalog-hero-card{
  background:var(--navy);color:#fff;border-radius:22px;padding:26px;
  box-shadow:0 20px 50px rgba(8,35,61,.18)
}
.catalog-hero-card strong{font-size:21px}
.catalog-hero-card p{font-size:13px;color:#d8e6f1;line-height:1.6}
.catalog-hero-card a{color:#fff;font-weight:900;font-size:13px}
.catalog-toolbar{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}
.catalog-toolbar h2{font-size:42px;margin:0}

@media(max-width:1100px){.live-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){
  .live-grid{grid-template-columns:repeat(2,1fr)}
  .catalog-hero-grid{grid-template-columns:1fr}
  .catalog-toolbar{display:block}
  .catalog-toolbar .filter-tabs{margin-top:18px;justify-content:flex-start}
}
@media(max-width:540px){
  .live-grid{grid-template-columns:1fr}
  .essence-image{height:235px}
  .catalog-hero{padding:42px 0}
  .catalog-hero h1{font-size:43px}
}
