:root{
 --ink:#161219;--paper:#fffafc;--soft:#fff0e8;--muted:#756a75;--pink:#db2b68;--orange:#ff7a45;
 --yellow:#f5d65d;--green:#59c875;--blue:#4dbff0;--violet:#7656d9;--radius:26px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,sans-serif}
a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}
.top-strip{color:white;background:linear-gradient(90deg,#d82f61,#e34b90,#8965db,#42bfe8,#f0d464);font-size:11px;font-weight:700}
.top-strip__in{height:34px;display:flex;gap:28px;align-items:center}.header{position:sticky;top:0;z-index:50;background:#fffdfbef;backdrop-filter:blur(16px);border-bottom:1px solid #eadde3}
.nav{height:78px;display:flex;align-items:center;gap:30px}.logo img{width:142px;height:64px;object-fit:contain;display:block}.nav nav{display:flex;gap:27px;margin-left:auto;font-size:13px;font-weight:750}.menu-btn{display:none;background:none;border:0;font-size:24px}
.pill{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;padding:14px 21px;font-size:13px;font-weight:800;border:1px solid transparent;transition:.2s}.pill:hover{transform:translateY(-2px)}
.pill--dark{background:#171317;color:white}.pill--rainbow{color:white;background:linear-gradient(90deg,#f34472,#ff8555,#edc54e,#59c977,#49bde9,#795cda);box-shadow:0 12px 34px #ba477833}.pill--glass{color:white;border-color:#ffffff3c;background:#ffffff0c}.pill--light{background:#fff;color:#191319}
.hero{overflow:hidden;color:white;background:radial-gradient(circle at 10% 10%,#d6387240,transparent 24%),radial-gradient(circle at 90% 15%,#f4cc5640,transparent 20%),radial-gradient(circle at 90% 85%,#40bce744,transparent 23%),linear-gradient(135deg,#1c101b,#30152e 35%,#20234b 68%,#12282e)}
.hero__grid{min-height:650px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:72px 0}.kicker,.eyebrow{font-size:10px;font-weight:850;letter-spacing:.16em}.kicker{color:#ffb5cf}.hero h1,.business h2{font-size:clamp(55px,7vw,90px);line-height:.9;letter-spacing:-.07em;margin:18px 0}.hero h1 em,.business h2 em{font-family:"Playfair Display",serif;color:#ff6f88;font-weight:700}.hero__copy>p{font-size:17px;line-height:1.7;color:#d1c9d1;max-width:600px}.hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.featured{height:490px;position:relative;border-radius:34px;border:1px solid #ffffff20;background:#ffffff0c;backdrop-filter:blur(9px);padding:18px;box-shadow:0 30px 80px #0004}.featured__head{display:flex;justify-content:space-between;align-items:center;height:34px;padding:0 6px}.featured__head>span{font-size:9px;letter-spacing:.18em;font-weight:800}.featured__dots{display:flex;gap:5px}.featured__dots button{width:7px;height:7px;border-radius:50%;padding:0;border:0;background:#ffffff42}.featured__dots button.active{background:white}.featured__stage{height:calc(100% - 34px);border-radius:25px;overflow:hidden;position:relative;background:linear-gradient(145deg,#ffebf2,#fff4dc 44%,#e7f9ff);color:#181218}
.featured-slide{position:absolute;inset:0;opacity:0;transition:.35s;display:grid;grid-template-rows:1fr auto}.featured-slide.active{opacity:1}.featured-slide__image{min-height:0;display:grid;place-items:center;overflow:hidden}.featured-slide__image img{width:100%;height:100%;object-fit:cover}.featured-slide__meta{padding:19px 22px;background:#ffffffed}.featured-slide__meta span{font-size:9px;color:#b62b62;font-weight:850;text-transform:uppercase;letter-spacing:.12em}.featured-slide__meta h3{font-size:24px;margin:5px 0 2px;letter-spacing:-.04em}.featured-slide__meta p{font-size:12px;color:#6d636b;margin:0}.featured__empty{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:35px}.big-d{font:italic 700 96px "Playfair Display";background:linear-gradient(135deg,#df2f67,#ed9948,#6a58d6);background-clip:text;color:transparent}.featured__empty small{max-width:300px;color:#887a84;margin-top:8px}.featured__arrow{position:absolute;top:50%;z-index:4;width:38px;height:38px;border-radius:50%;border:0;background:#fff;color:#111;font-size:25px;box-shadow:0 6px 20px #0003}.featured__arrow--prev{left:0;transform:translate(-50%,-50%)}.featured__arrow--next{right:0;transform:translate(50%,-50%)}.rainbow-line{height:6px;background:linear-gradient(90deg,#e13c69,#ef974a,#edd35c,#57c67a,#47bce8,#795cda)}
.section{padding:100px 0}.section--soft{background:linear-gradient(180deg,#fff4ed,#fff9f7)}.section-title{display:grid;grid-template-columns:1fr .65fr;gap:50px;align-items:end;margin-bottom:42px}.section-title h2{font-size:clamp(39px,5vw,65px);line-height:.98;letter-spacing:-.065em;margin:8px 0}.section-title p{font-size:13px;color:var(--muted);line-height:1.7}.section-title--center{display:block;text-align:center}.eyebrow{color:var(--pink)}
.catalog-tools{display:flex;justify-content:space-between;gap:20px;margin-bottom:28px;align-items:center}.search{min-width:280px;border:1px solid #dfd4da;background:#fff;border-radius:999px;height:46px;display:flex;align-items:center;padding:0 15px;gap:9px}.search input{border:0;outline:0;background:transparent;width:100%;font:inherit;font-size:12px}.filters{display:flex;gap:7px;overflow:auto;padding:4px 0}.filters button{white-space:nowrap;border:1px solid #ded2d9;background:white;padding:10px 14px;border-radius:999px;font-size:11px;font-weight:750;cursor:pointer}.filters button.active{background:#1b151b;color:white;border-color:#1b151b}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product{background:#fff;border:1px solid #eadfe4;border-radius:23px;overflow:hidden;cursor:pointer;transition:.22s;box-shadow:0 14px 40px #41162d0b}.product:hover{transform:translateY(-5px);box-shadow:0 20px 45px #41162d15}.product__image{height:245px;background:linear-gradient(135deg,#ffe6ef,#fff1d7 48%,#e3f6ff);overflow:hidden;position:relative}.product__image img{width:100%;height:100%;object-fit:cover}.product__badge{position:absolute;top:12px;left:12px;background:#191219;color:white;padding:7px 10px;border-radius:999px;font-size:9px;font-weight:800}.product__body{padding:17px}.product__cat{font-size:9px;color:#c42f68;text-transform:uppercase;font-weight:850;letter-spacing:.11em}.product h3{font-size:17px;letter-spacing:-.04em;margin:5px 0}.product__desc{font-size:11px;line-height:1.55;color:#7b6e76;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product__bottom{display:flex;justify-content:space-between;align-items:end;margin-top:14px}.price{font-size:18px;font-weight:850}.product__bottom span:last-child{font-size:20px}.empty-state{border:1px dashed #d9c8d1;border-radius:24px;text-align:center;padding:60px;background:#fff}.empty-state p{color:#877780;font-size:13px}.hidden{display:none!important}
.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #decfd6;border-bottom:1px solid #decfd6}.steps article{padding:30px 25px;min-height:230px;border-right:1px solid #decfd6}.steps article:last-child{border:0}.steps b{font-size:10px;color:#cc3068}.steps h3{margin-top:60px;font-size:19px}.steps p{font-size:11px;line-height:1.6;color:#766a72}
.business{padding:90px 0;color:white;background:radial-gradient(circle at 12% 10%,#d7437545,transparent 25%),radial-gradient(circle at 88% 80%,#46bde544,transparent 25%),linear-gradient(135deg,#1a111a,#2b142e 40%,#1e2349 74%,#14282e)}.business__grid{display:grid;grid-template-columns:1fr auto;align-items:end;gap:40px}.business h2{font-size:clamp(48px,6vw,75px)}.business p{color:#c9bec7;max-width:620px;line-height:1.7}
footer{padding:60px 0 30px;background:#100c11;color:white}.footer__grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px}.footer__grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-logo{width:155px;height:75px;object-fit:contain}.footer p,.footer__grid a,.footer__grid span{font-size:11px;color:#9f959e}.footer__grid b{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#ddd;margin-bottom:10px}
.wa-float{position:fixed;z-index:80;right:22px;bottom:22px;display:flex;align-items:center;gap:8px;background:#25d366;color:white;padding:14px 17px;border-radius:999px;font-size:12px;box-shadow:0 16px 40px #0d682e4c}.wa-bubble{width:23px;height:23px;border:2px solid white;border-radius:50%;display:grid;place-items:center}
.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px}.modal__backdrop{position:absolute;inset:0;background:#110d11c9;backdrop-filter:blur(8px)}.modal__card{width:min(880px,100%);max-height:90vh;overflow:auto;position:relative;z-index:2;background:#fff;border-radius:30px;display:grid;grid-template-columns:1fr 1fr}.modal__image{background:#f2eaf0;min-height:430px}.modal__image img{width:100%;height:100%;object-fit:cover}.modal__body{padding:46px 38px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.modal__body h2{font-size:38px;letter-spacing:-.06em;margin:8px 0}.modal__body p{font-size:13px;line-height:1.75;color:#776b74}.modal__price{font-size:25px;font-weight:850;margin:4px 0 15px}.modal__x{position:absolute;right:14px;top:14px;z-index:4;border:0;background:#fff;width:40px;height:40px;border-radius:50%;font-size:23px;box-shadow:0 5px 20px #0002}
@media(max-width:900px){.nav nav{display:none;position:absolute;top:78px;left:18px;right:18px;padding:20px;background:white;border-radius:20px;box-shadow:0 15px 50px #0002;flex-direction:column}.nav nav.open{display:flex}.menu-btn{display:block;margin-left:auto}.desktop-only{display:none}.hero__grid{grid-template-columns:1fr}.featured{max-width:650px;width:100%;margin:auto}.products-grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.top-strip__in span:last-child{display:none}.top-strip__in{justify-content:space-between}.logo img{width:122px;height:56px}.nav{height:68px}.nav nav{top:68px}.hero__grid{padding:48px 0;gap:35px}.hero h1{font-size:55px}.featured{height:420px}.section{padding:72px 0}.section-title{grid-template-columns:1fr;gap:8px}.catalog-tools{align-items:stretch;flex-direction:column}.search{min-width:0;width:100%}.products-grid{grid-template-columns:1fr 1fr;gap:10px}.product__image{height:175px}.product__body{padding:13px}.product h3{font-size:15px}.steps{grid-template-columns:1fr 1fr}.steps article:nth-child(2){border-right:0}.steps article:nth-child(-n+2){border-bottom:1px solid #decfd6}.business__grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:first-child{grid-column:span 2}.modal__card{grid-template-columns:1fr}.modal__image{min-height:270px}.modal__body{padding:30px 24px}.wa-float b{display:none}.wa-float{width:54px;height:54px;padding:0;justify-content:center}}

/* Seguimiento de pedidos */
.tracking-section{padding:100px 0;background:
 radial-gradient(circle at 8% 12%,#f1497e20,transparent 24%),
 radial-gradient(circle at 90% 80%,#46bee51d,transparent 24%),
 linear-gradient(180deg,#fffafd,#fff4f6)}
.tracking-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}
.tracking-copy h2{font-size:clamp(45px,6vw,72px);line-height:.92;letter-spacing:-.07em;margin:10px 0 20px}
.tracking-copy h2 em{font-family:"Playfair Display",serif;color:#d9326b}
.tracking-copy>p{color:#796c75;font-size:13px;line-height:1.75;max-width:450px}
.tracking-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.tracking-trust span{font-size:10px;font-weight:800;padding:8px 11px;border-radius:999px;background:white;border:1px solid #eadbe2}
.tracking-card{background:#fff;border:1px solid #eadde3;border-radius:30px;padding:28px;box-shadow:0 26px 70px #4e163016}
.tracking-card label{font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.tracking-input{display:flex;gap:8px;margin-top:9px}
.tracking-input input{flex:1;min-width:0;border:1px solid #ded2d8;border-radius:14px;padding:15px 16px;outline:0;font:inherit;font-size:13px;text-transform:uppercase}
.tracking-input button{border:0;border-radius:14px;padding:0 20px;color:white;font-weight:800;font-size:12px;cursor:pointer;background:linear-gradient(90deg,#db326b,#8b59d8,#48bde8)}
.tracking-result{margin-top:22px;border-top:1px solid #eee4e9;padding-top:20px;min-height:190px}
.tracking-placeholder{text-align:center;padding:20px}
.tracking-icon{width:52px;height:52px;border-radius:18px;margin:0 auto 12px;display:grid;place-items:center;background:linear-gradient(135deg,#ffe3ed,#e5f6ff);font-size:25px}
.tracking-placeholder strong{font-size:13px}.tracking-placeholder p{font-size:11px;color:#8a7c84}
.track-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}
.track-head span{font-size:9px;font-weight:850;color:#ca3067;letter-spacing:.12em;text-transform:uppercase}
.track-head h3{font-size:23px;letter-spacing:-.04em;margin:4px 0}
.track-status{font-size:10px;font-weight:850;padding:8px 11px;border-radius:999px;background:#e8f8ed;color:#1b763d;text-align:center}
.timeline{display:grid;gap:0}
.timeline-item{position:relative;padding:0 0 19px 26px;border-left:2px solid #e6dbe0;margin-left:7px}
.timeline-item:before{content:"";position:absolute;width:11px;height:11px;border-radius:50%;background:#fff;border:3px solid #ad5bd2;left:-7px;top:1px}
.timeline-item:first-child:before{border-color:#36b76a;background:#36b76a}
.timeline-item:last-child{padding-bottom:0}
.timeline-item b{display:block;font-size:11px;line-height:1.4}.timeline-item span{display:block;font-size:9px;color:#877981;margin-top:4px}
.track-error{padding:22px;border-radius:17px;background:#fff1f4;border:1px solid #f0c7d4;text-align:center}
.track-error strong{display:block;font-size:13px}.track-error p{font-size:10px;color:#8d6f79;margin-bottom:0}
.track-loading{text-align:center;padding:35px;font-size:12px;color:#7c6d76}
@media(max-width:850px){.tracking-wrap{grid-template-columns:1fr;gap:35px}}
@media(max-width:560px){.tracking-input{flex-direction:column}.tracking-input button{padding:14px}.tracking-section{padding:75px 0}.tracking-card{padding:20px}}

/* Logo transparente horizontal actualizado */
.logo img{
  width:190px !important;
  height:64px !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
}
.footer-logo{
  width:210px !important;
  height:90px !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
}
@media(max-width:620px){
  .logo img{
    width:155px !important;
    height:54px !important;
  }
  .footer-logo{
    width:180px !important;
    height:78px !important;
  }
}

/* Stock externo Disershop */
.live-stock{width:100%;margin:4px 0 22px;padding:16px;border:1px solid #e9dde3;border-radius:18px;background:#fffafd}
.live-stock__head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.live-stock__head strong{font-size:12px}.live-stock__head span{font-size:9px;color:#8b7a84}
.stock-loading{font-size:11px;color:#766873;padding:6px 0}
.stock-source{padding:12px 0;border-top:1px solid #eee4e9}.stock-source:first-of-type{border-top:0}
.stock-source__top{display:flex;justify-content:space-between;gap:10px;align-items:center}
.stock-color{font-size:12px;font-weight:850}.stock-state{font-size:9px;font-weight:850;padding:6px 9px;border-radius:999px;background:#e8f8ed;color:#197541}
.stock-state.out{background:#f7e9ee;color:#9d3559}.stock-state.unknown{background:#f5f0e4;color:#8b6e22}
.size-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.size-pill{font-size:10px;font-weight:800;border:1px solid #ddd1d8;background:white;border-radius:999px;padding:7px 10px}
.stock-note{font-size:9px;color:#8c7b84;line-height:1.5;margin:10px 0 0}

/* PRICE TIERS V6 */
.price-tiers{width:100%;margin:2px 0 18px;border:1px solid #eadde3;border-radius:16px;overflow:hidden;background:#fff}
.price-tiers__head,.price-tier-row{display:grid;grid-template-columns:1fr 1fr;padding:10px 12px}
.price-tiers__head{background:#faf5f8;font-size:9px;font-weight:850;text-transform:uppercase;color:#8a7882}
.price-tier-row{border-top:1px solid #f0e7eb;font-size:11px}.price-tier-row span:last-child{text-align:right;font-weight:850}

/* V7 · Imagen fija al abrir producto */
.modal__card{
  align-items:stretch;
}
.modal__image{
  width:100%;
  height:520px !important;
  min-height:520px !important;
  max-height:520px !important;
  background:#f2eaf0;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.modal__image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block;
  background:#f2eaf0;
}
@media(max-width:620px){
  .modal__image{
    height:330px !important;
    min-height:330px !important;
    max-height:330px !important;
  }
}

/* V8 · catálogo resumido + transportistas */
.catalog-more{display:flex;justify-content:center;margin-top:34px}
.pill--catalog-more{
  border:1px solid #dccccf;
  background:#fff;
  color:#1b151b;
  padding:15px 25px;
  box-shadow:0 10px 30px rgba(66,26,46,.08);
  cursor:pointer;
}
.pill--catalog-more:hover{border-color:#c64c7b}

.carrier-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:5px;
  font-size:9px;
  font-weight:850;
  color:#756773;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.track-official{
  margin-top:16px;
  padding:14px;
  border-radius:15px;
  background:#f8f2f5;
  border:1px solid #eadde3;
  font-size:10px;
  line-height:1.55;
  color:#72646d;
}
.track-official a{
  display:inline-flex;
  margin-top:9px;
  padding:9px 12px;
  border-radius:999px;
  background:#171217;
  color:#fff;
  font-weight:800;
}
.carrier-select-note{
  font-size:9px;
  color:#8a7c84;
  margin-top:4px;
  font-weight:500;
}

/* V9 · Banner editable, tabla de talles, oferta relámpago y footer */
.middle-banner-section{padding:22px 0 10px;background:var(--paper)}
.middle-banner-link{display:block;width:100%;height:clamp(120px,14vw,190px);border-radius:24px;overflow:hidden;background:#f3e8ee;box-shadow:0 16px 45px rgba(56,22,42,.08)}
.middle-banner-link img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.middle-banner-link.is-disabled{pointer-events:none}
.size-chart{width:100%;margin:2px 0 20px;border:1px solid #eadde3;border-radius:16px;overflow:auto;background:white}.size-chart__title{padding:11px 13px;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;background:#faf5f8;color:#806f79}.size-chart table{width:100%;min-width:430px;border-collapse:collapse}.size-chart th,.size-chart td{padding:10px 12px;border-top:1px solid #f0e7eb;text-align:center;font-size:10px}.size-chart th{background:#fffafd;font-weight:850}.size-chart td:first-child,.size-chart th:first-child{text-align:left;font-weight:850}
.flash-offer-section{padding:22px 0 76px;background:var(--paper)}.flash-offer{display:grid;grid-template-columns:.75fr 1.4fr .75fr;gap:24px;align-items:center;border-radius:28px;padding:22px 24px;color:white;background:radial-gradient(circle at 8% 20%,rgba(255,93,137,.38),transparent 24%),radial-gradient(circle at 90% 75%,rgba(74,196,240,.34),transparent 26%),linear-gradient(130deg,#22121f,#39152f 38%,#262451 70%,#15323a);box-shadow:0 24px 65px rgba(45,21,47,.16)}
.flash-offer__label{display:grid;gap:7px}.flash-offer__label span{font-size:10px;font-weight:900;letter-spacing:.12em;color:#ffd3e2}.flash-offer__label strong{font-size:20px;line-height:1.1;letter-spacing:-.04em}.flash-offer__product{display:grid;grid-template-columns:110px 1fr;gap:16px;align-items:center;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:10px}.flash-offer__image{height:100px;border-radius:14px;overflow:hidden;background:white}.flash-offer__image img{width:100%;height:100%;object-fit:contain;display:block;background:white}.flash-offer__info .eyebrow{color:#ffb6d0}.flash-offer__info h3{margin:3px 0 8px;font-size:20px;letter-spacing:-.04em}.flash-offer__prices{display:flex;gap:10px;align-items:baseline}.flash-offer__prices span{text-decoration:line-through;color:#bbb1ba;font-size:12px}.flash-offer__prices strong{font-size:23px;color:#fff}.flash-offer__action{display:grid;gap:7px;justify-items:end}.flash-offer__action>span{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#bfb5bf}.flash-countdown{font-variant-numeric:tabular-nums;font-size:30px;font-weight:900;letter-spacing:-.04em}.flash-offer__action .pill{padding:11px 16px;font-size:10px}
.footer-logo{filter:brightness(0) invert(1)!important}
@media(max-width:850px){.flash-offer{grid-template-columns:1fr}.flash-offer__action{justify-items:start}}
@media(max-width:620px){.middle-banner-section{padding-top:14px}.middle-banner-link{height:105px;border-radius:18px}.flash-offer-section{padding-bottom:58px}.flash-offer{padding:18px}.flash-offer__product{grid-template-columns:85px 1fr}.flash-offer__image{height:82px}.flash-countdown{font-size:26px}}
\n/* V10 · links directos */\n.product-link-actions{display:flex;gap:8px;flex-wrap:wrap;width:100%}\n.pill--share{border:1px solid #dfd1d8;background:#fff;color:#181218;cursor:pointer}\n.direct-link-toast{position:fixed;left:50%;bottom:24px;z-index:150;transform:translateX(-50%);padding:11px 16px;border-radius:999px;background:#171217;color:#fff;font-size:11px;font-weight:800;box-shadow:0 14px 38px rgba(0,0,0,.25)}\n

/* V11 · sección páginas web */
.webs-promo-section{
  padding:26px 0 18px;
  background:var(--paper);
}
.webs-promo{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.5fr .7fr;
  gap:30px;
  align-items:center;
  padding:30px 34px;
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 8% 20%,rgba(255,55,125,.55),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(255,207,60,.42),transparent 27%),
    radial-gradient(circle at 87% 90%,rgba(51,187,255,.42),transparent 31%),
    linear-gradient(125deg,#51122f,#8f1747 35%,#3b347a 70%,#154e6e);
  box-shadow:0 22px 55px rgba(52,22,45,.14);
}
.webs-promo:after{
  content:"";
  position:absolute;
  width:230px;
  height:230px;
  right:-80px;
  top:-90px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
}
.webs-promo__copy{position:relative;z-index:1}
.webs-promo .eyebrow{color:#ffd5e3}
.webs-promo h2{
  margin:5px 0 10px;
  max-width:720px;
  font-size:clamp(28px,4vw,48px);
  line-height:.98;
  letter-spacing:-.055em;
}
.webs-promo p{
  max-width:690px;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.6;
}
.webs-promo__price{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:18px;
}
.webs-promo__price small{
  max-width:110px;
  font-size:9px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.12em;
  color:#ffd6e4;
}
.webs-promo__price strong{
  font-size:42px;
  line-height:1;
  letter-spacing:-.06em;
}
.webs-promo__actions{
  position:relative;
  z-index:1;
  display:grid;
  gap:10px;
  justify-items:stretch;
}
.webs-promo__actions .pill{
  justify-content:center;
  text-align:center;
}
@media(max-width:760px){
  .webs-promo{grid-template-columns:1fr;padding:24px 22px;gap:22px}
  .webs-promo__actions{justify-items:stretch}
}
