:root { --ink:#f7f5f2; --muted:#9c9995; --bg:#0c0b0b; --panel:#151313; --panel-2:#1d1a19; --line:#2b2725; --accent:#ff4d20; --accent-2:#ff7a1a; --lime:#d4ff39; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; background:var(--bg); }
body { margin:0; color:var(--ink); background:var(--bg); font-family:Inter,"Segoe UI",Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
button,input { font:inherit; }
button { color:inherit; }
img { display:block; max-width:100%; }
.is-hidden { display:none!important; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.site-header { height:82px; max-width:1440px; margin:auto; padding:0 4vw; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); position:relative; z-index:20; background:rgba(12,11,11,.92); backdrop-filter:blur(12px); }
.brand { display:flex; align-items:center; gap:10px; font-family:Inter,"Segoe UI",Arial,sans-serif; font-weight:600; letter-spacing:-.5px; }
.brand strong { color:var(--accent); font-weight:800; }
.brand-dot { display:grid; place-items:center; width:34px; height:34px; border-radius:11px; background:linear-gradient(135deg,var(--accent-2),var(--accent)); color:#fff; font-weight:800; box-shadow:0 8px 22px rgba(255,77,32,.2); }
.site-header nav { display:flex; align-items:center; gap:30px; color:#bcb8b5; font-size:14px; font-weight:600; }
.site-header nav a:hover { color:#fff; }
.header-age { border:1px solid #4c4541; border-radius:99px; padding:7px 10px; color:#fff; }

.hero { min-height:650px; max-width:1440px; margin:auto; padding:70px 4vw 82px; display:grid; grid-template-columns:minmax(0,1.25fr) minmax(430px,.75fr); gap:3.5vw; align-items:center; overflow:hidden; position:relative; }
.hero::before { content:""; position:absolute; width:600px; height:600px; right:-140px; top:-100px; background:radial-gradient(circle,rgba(255,77,32,.17),transparent 67%); pointer-events:none; }
.hero-copy { position:relative; z-index:2; }
.eyebrow { margin:0 0 16px; color:var(--accent-2); text-transform:uppercase; font-size:12px; letter-spacing:2.4px; font-weight:800; }
h1,h2,h3 { font-family:Inter,"Segoe UI",Arial,sans-serif; letter-spacing:-.04em; }
.hero h1 { margin:0; max-width:740px; font-size:clamp(42px,4.6vw,70px); line-height:1; font-weight:800; }
.hero h1 em { color:var(--accent); font-style:normal; }
.hero-text { max-width:600px; margin:28px 0 34px; color:#aaa6a2; font-size:18px; line-height:1.7; }
.button { border:0; border-radius:11px; display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:48px; padding:0 22px; font-weight:700; cursor:pointer; transition:transform .2s,background .2s,border-color .2s; }
.button:hover { transform:translateY(-2px); }
.button--primary { color:#fff; background:linear-gradient(135deg,var(--accent-2),var(--accent)); box-shadow:0 12px 30px rgba(255,77,32,.2); }
.button--ghost { background:#211e1c; color:#cbc7c3; border:1px solid #342f2c; }
.button--outline { border:1px solid #45403d; background:transparent; }
.hero-button { min-height:56px; padding:0 26px; }
.hero-collage { height:465px; position:relative; perspective:1000px; }
.hero-tile { position:absolute; width:58%; border-radius:16px; overflow:hidden; border:1px solid rgba(255,255,255,.16); box-shadow:0 28px 65px rgba(0,0,0,.48); background:#201d1c; }
.hero-tile img { width:100%; height:auto; }
.hero-tile--1 { top:15px; left:2%; transform:rotate(-6deg); z-index:4; }
.hero-tile--2 { top:85px; right:-6%; transform:rotate(5deg); z-index:3; }
.hero-tile--3 { bottom:30px; left:7%; transform:rotate(4deg); z-index:5; }
.hero-tile--4 { bottom:0; right:-3%; transform:rotate(-4deg); z-index:2; }
.hero-orbit { position:absolute; border:1px solid rgba(255,122,26,.25); border-radius:50%; }
.hero-orbit--one { width:430px; height:430px; left:11%; top:34px; }
.hero-orbit--two { width:310px; height:310px; left:23%; top:90px; border-color:rgba(212,255,57,.16); }

.catalog-section { background:#111010; border-top:1px solid var(--line); padding:92px max(4vw,calc((100vw - 1325px)/2)) 105px; }
.section-heading { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:30px; }
.section-heading h2,.steps-section h2,.related-section h2 { margin:0; font-size:clamp(34px,4vw,54px); line-height:1.05; }
.search-box { width:min(380px,100%); height:52px; display:flex; align-items:center; gap:10px; padding:0 16px; border:1px solid #393431; border-radius:12px; background:#1a1817; color:#88827e; }
.search-box input { width:100%; border:0; outline:0; background:transparent; color:#fff; }
.search-box:focus-within { border-color:var(--accent); box-shadow:0 0 0 3px rgba(255,77,32,.12); }
.filter-row { display:flex; flex-wrap:wrap; align-items:center; gap:9px; margin-bottom:32px; }
.filter-chip { border:1px solid #363230; background:#181615; border-radius:99px; padding:9px 15px; color:#aaa5a1; cursor:pointer; }
.filter-chip:hover,.filter-chip.is-active { background:#f5f2ed; border-color:#f5f2ed; color:#161413; }
.result-count { margin-left:auto; color:#76716e; font-size:14px; }
.slot-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px 18px; }
.slot-card { min-width:0; }
.slot-image { aspect-ratio:16/9; border-radius:12px; overflow:hidden; background:#24201e; position:relative; border:1px solid rgba(255,255,255,.06); }
.slot-image::after { content:""; position:absolute; inset:0; box-shadow:inset 0 0 0 1px rgba(255,255,255,.05); border-radius:inherit; pointer-events:none; }
.slot-image img { width:100%; height:100%; object-fit:cover; transition:transform .45s cubic-bezier(.2,.7,.2,1); }
.slot-card:hover .slot-image img { transform:scale(1.04); }
.slot-meta { display:flex; align-items:start; justify-content:space-between; gap:16px; padding:14px 3px 0; }
.slot-meta h3 { margin:0; font-size:16px; letter-spacing:-.02em; line-height:1.25; }
.slot-meta span { white-space:nowrap; color:#8c8783; font-size:12px; font-weight:600; }
.slot-card:hover .slot-meta span { color:var(--accent-2); }
.load-more { display:flex; margin:48px auto 0; }
.empty-state { min-height:260px; display:grid; place-items:center; align-content:center; text-align:center; color:#8d8884; border:1px dashed #393431; border-radius:14px; }
.empty-state span { font-size:40px; }.empty-state h3 { color:#fff; margin:14px 0 3px; }.empty-state p { margin:0; }

.steps-section { max-width:1325px; margin:auto; padding:100px 4vw 120px; display:grid; grid-template-columns:.8fr 1.2fr; gap:7vw; align-items:start; }
.steps-section ol { list-style:none; margin:0; padding:0; border-top:1px solid var(--line); }
.steps-section li { display:grid; grid-template-columns:55px 1fr 1.3fr; gap:18px; align-items:center; padding:25px 0; border-bottom:1px solid var(--line); }
.steps-section li>span { color:var(--accent); font-family:Inter,"Segoe UI",Arial,sans-serif; font-weight:800; }.steps-section h3 { margin:0; }.steps-section li p { color:#8f8a86; margin:0; line-height:1.5; }

.site-footer { max-width:1325px; margin:auto; padding:55px 4vw 38px; border-top:1px solid var(--line); display:grid; grid-template-columns:1fr 1fr; gap:28px; color:#8c8783; font-size:13px; }
.site-footer>div:first-child p { margin:16px 0 0; }.footer-note { display:flex; gap:14px; justify-self:end; max-width:500px; }.footer-note p { margin:0; line-height:1.6; }.age-badge { flex:0 0 auto; display:grid; place-items:center; width:40px; height:40px; border-radius:50%; border:1px solid #514b47; color:#fff; font-weight:800; }.copyright { grid-column:1/-1; padding-top:24px; margin:8px 0 0; border-top:1px solid var(--line); }

.age-gate { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:20px; background:rgba(4,3,3,.88); backdrop-filter:blur(16px); }
.age-card { width:min(510px,100%); padding:38px; border:1px solid #3a3431; border-radius:20px; background:linear-gradient(145deg,#1d1a19,#121110); box-shadow:0 34px 90px rgba(0,0,0,.65); text-align:center; }
.brand--modal { justify-content:center; margin-bottom:30px; }.age-logo { display:block; width:min(300px,100%); height:auto; border-radius:5px; }.age-mark { width:68px; height:68px; display:grid; place-items:center; margin:0 auto 24px; border-radius:50%; background:var(--accent); color:#fff; font:800 21px Inter,"Segoe UI",Arial,sans-serif; }.age-card h2 { margin:0; font-size:38px; }.age-card>p:not(.eyebrow) { color:#aaa5a1; line-height:1.6; }.age-actions { display:grid; gap:10px; margin:28px 0 20px; }.age-card small { color:#706b68; line-height:1.4; }.age-card--blocked { padding:70px 38px; }

.detail-main { max-width:1325px; margin:auto; padding:30px 4vw 110px; }.breadcrumbs { display:flex; flex-wrap:wrap; gap:10px; color:#7e7976; font-size:13px; padding:15px 0 35px; }.breadcrumbs strong { color:#bbb6b2; }.detail-hero { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr); gap:5vw; align-items:center; padding:26px 0 90px; }.detail-image { border-radius:18px; overflow:hidden; border:1px solid #3a3431; box-shadow:0 25px 70px rgba(0,0,0,.42); }.detail-image img { width:100%; height:auto; }.detail-copy h1 { margin:0; font-size:clamp(30px,2.6vw,42px); line-height:1.06; letter-spacing:-.03em; text-wrap:balance; }.detail-copy>p:not(.eyebrow) { color:#aaa5a1; line-height:1.75; font-size:17px; margin:25px 0 30px; }.detail-cta { min-height:56px; padding:0 28px; }.detail-notice { display:flex; gap:12px; margin-top:25px; padding-top:22px; border-top:1px solid var(--line); color:#7d7874; font-size:12px; }.detail-notice span { flex:0 0 auto; color:#fff; font-weight:800; }.detail-notice p { margin:0; line-height:1.5; }.related-section { border-top:1px solid var(--line); padding-top:75px; }.related-section .section-heading>a { color:var(--accent-2); font-size:14px; font-weight:700; }.slot-grid--related { grid-template-columns:repeat(3,1fr); }

@media (max-width:1050px) { .hero { grid-template-columns:1fr; padding-top:60px; }.hero-collage { height:460px; max-width:720px; width:100%; }.slot-grid { grid-template-columns:repeat(3,1fr); }.steps-section { grid-template-columns:1fr; }.detail-hero { grid-template-columns:1fr; }.detail-copy { max-width:700px; } }
@media (max-width:720px) { .site-header { height:70px; padding:0 20px; }.site-header nav a { display:none; }.site-header nav { gap:10px; }.brand { font-size:14px; }.brand-dot { width:31px; height:31px; }.hero { min-height:auto; padding:52px 20px 65px; gap:48px; }.hero h1 { font-size:38px; }.hero-text { font-size:16px; }.hero-collage { height:310px; }.hero-tile { width:69%; border-radius:9px; }.hero-tile--1 { left:-7%; }.hero-tile--2 { right:-13%; }.hero-tile--3 { left:-2%; }.hero-tile--4 { right:-12%; }.catalog-section { padding:70px 20px 80px; }.section-heading { align-items:stretch; flex-direction:column; }.search-box { width:100%; }.slot-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:23px 10px; }.slot-meta { display:block; padding-top:10px; }.slot-meta h3 { font-size:14px; }.slot-meta span { display:block; margin-top:5px; }.result-count { width:100%; margin:5px 0 0; }.steps-section { padding:75px 20px 90px; }.steps-section li { grid-template-columns:45px 1fr; }.steps-section li p { grid-column:2; }.site-footer { margin:0 20px; padding:45px 0 30px; grid-template-columns:1fr; }.footer-note { justify-self:start; }.age-card { padding:30px 22px; }.age-card h2 { font-size:31px; }.detail-main { padding:18px 20px 80px; }.detail-hero { padding-bottom:70px; }.detail-copy h1 { font-size:44px; }.slot-grid--related { grid-template-columns:1fr; }.related-section .section-heading>a { align-self:flex-start; } }
@media (max-width:390px) { .hero h1 { font-size:34px; }.slot-grid { grid-template-columns:1fr; } }
@media (prefers-reduced-motion:reduce) { * { scroll-behavior:auto!important; transition:none!important; } }

/* Paleta clara basada en la referencia: rojo, blanco y gris. */
:root { --ink:#514c49; --muted:#817b77; --bg:#ffffff; --panel:#ffffff; --panel-2:#f3f1f0; --line:#dedad7; --accent:#e51933; --accent-2:#bd1027; --lime:#e51933; }
html,body { background:#fff; color:var(--ink); }
.site-header { max-width:none; padding-left:max(4vw,calc((100vw - 1120px)/2)); padding-right:max(4vw,calc((100vw - 1120px)/2)); background:#e1091f; border-bottom:0; box-shadow:0 2px 0 rgba(126,0,19,.1); }
.site-header .brand { color:#fff; font-size:17px; }
.site-header .brand strong { color:#fff; }
.site-header .brand-dot { color:#e51933; background:#fff; box-shadow:none; }
.site-header nav { color:#fff; text-transform:uppercase; }
.site-header nav a { color:#fff; }
.site-header nav a:hover { color:#ffe8eb; }
.header-age { border-color:rgba(255,255,255,.7); color:#fff; }
.hero { max-width:1280px; background:#fff; }
.hero::before { background:radial-gradient(circle,rgba(229,25,51,.12),transparent 68%); }
.hero h1 { color:#4f4a47; }
.hero h1 em,.eyebrow { color:#e51933; }
.hero-text { color:#746f6b; }
.button--primary { background:#e51933; box-shadow:0 12px 28px rgba(229,25,51,.2); }
.button--primary:hover { background:#c9142b; }
.button--ghost { background:#f3f1f0; color:#5a5552; border-color:#d7d2cf; }
.button--outline { color:#595451; border-color:#bfb9b5; background:#fff; }
.hero-tile { border-color:#d8d3d0; background:#fff; box-shadow:0 24px 48px rgba(62,45,42,.2); }
.hero-orbit--one { border-color:rgba(229,25,51,.25); }
.hero-orbit--two { border-color:rgba(92,84,80,.16); }
.catalog-section { background:#f6f5f4; border-color:#e5e1df; }
.section-heading h2,.steps-section h2,.related-section h2 { color:#514c49; }
.search-box { border-color:#d6d1ce; background:#fff; color:#8a8581; }
.search-box input { color:#514c49; }
.search-box:focus-within { border-color:#e51933; box-shadow:0 0 0 3px rgba(229,25,51,.1); }
.filter-chip { border-color:#d7d2cf; background:#fff; color:#67615d; }
.filter-chip:hover,.filter-chip.is-active { background:#e51933; border-color:#e51933; color:#fff; }
.result-count { color:#817b77; }
.slot-card { color:#514c49; }
.slot-image { background:#ece9e7; border-color:#ddd8d5; box-shadow:0 7px 20px rgba(63,49,45,.08); }
.slot-image::after { box-shadow:inset 0 0 0 1px rgba(60,45,41,.04); }
.slot-meta h3 { color:#4f4a47; }
.slot-meta span { color:#8a8581; }
.slot-card:hover .slot-meta span { color:#e51933; }
.empty-state { color:#817b77; border-color:#d3cecb; background:#fff; }
.empty-state h3 { color:#514c49; }
.steps-section { background:#fff; }
.steps-section ol,.steps-section li { border-color:#dedad7; }
.steps-section li>span { color:#e51933; }
.steps-section li p { color:#817b77; }
.site-footer { max-width:none; margin:0; padding-left:max(4vw,calc((100vw - 1180px)/2)); padding-right:max(4vw,calc((100vw - 1180px)/2)); color:#c9c4c1; background:#37322f; border-color:#37322f; }
.site-footer .brand { color:#fff; }
.site-footer .brand strong { color:#ff5368; }
.site-footer .brand-dot { background:#e51933; color:#fff; box-shadow:none; }
.site-footer .age-badge { border-color:#e51933; color:#fff; background:#e51933; }
.copyright { border-color:#544d49; }
.age-gate { background:rgba(42,35,33,.82); }
.age-card { color:#514c49; background:#fff; border-color:#d9d4d1; box-shadow:0 30px 80px rgba(39,23,20,.28); }
.age-card .brand { color:#514c49; }
.age-card .brand strong { color:#e51933; }
.age-mark { background:#e51933; }
.age-card>p:not(.eyebrow) { color:#746f6b; }
.age-card small { color:#8b8581; }
.detail-main { max-width:1280px; padding-left:3vw; padding-right:3vw; }
.detail-hero { grid-template-columns:minmax(0,1.55fr) minmax(360px,.65fr); gap:4vw; }
.breadcrumbs { color:#8a8581; }
.breadcrumbs strong { color:#514c49; }
.detail-image { border-color:#d8d3d0; box-shadow:0 22px 50px rgba(56,42,38,.16); }
.detail-copy h1 { color:#514c49; }
.detail-copy>p:not(.eyebrow) { color:#746f6b; }
.detail-notice,.related-section { border-color:#dedad7; }
.detail-notice { color:#817b77; }
.detail-notice span { color:#e51933; }
.related-section .section-heading>a { color:#e51933; }
@media (max-width:720px) { .site-header { padding-left:20px; padding-right:20px; } .site-footer { margin:0; padding-left:20px; padding-right:20px; } }

/* Identidad gráfica y catálogo paginado. */
.logo-link { display:flex; align-items:center; height:100%; min-width:0; }
.site-logo { width:230px; height:74px; object-fit:contain; object-position:left center; }
.footer-logo-link { display:inline-flex; align-items:center; }
.footer-logo { width:245px; height:auto; border-radius:4px; }
.selection-count { margin:0; color:#817b77; font-weight:700; }
.catalog-button { display:flex; width:max-content; margin:48px auto 0; }
.gallery-main { max-width:1180px; min-height:70vh; margin:auto; padding:30px 4vw 100px; }
.gallery-heading { display:flex; align-items:end; justify-content:space-between; gap:28px; margin:5px 0 38px; padding-bottom:30px; border-bottom:1px solid #dedad7; }
.gallery-heading h1 { margin:0; color:#514c49; font-size:clamp(44px,6vw,72px); line-height:1; }
.gallery-heading p:not(.eyebrow) { max-width:720px; margin:18px 0 0; color:#746f6b; line-height:1.65; }
.gallery-heading>span { flex:0 0 auto; color:#817b77; font-weight:700; }
.gallery-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:34px 24px; }
.pagination { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:20px; margin-top:60px; padding-top:28px; border-top:1px solid #dedad7; }
.page-numbers { display:flex; flex-wrap:wrap; justify-content:center; gap:7px; }
.page-number,.page-direction { min-height:42px; display:inline-flex; align-items:center; justify-content:center; border:1px solid #d7d2cf; border-radius:8px; background:#fff; color:#5e5855; font-weight:700; }
.page-number { min-width:42px; padding:0 10px; }
.page-direction { width:max-content; padding:0 15px; }
.page-direction:last-child { justify-self:end; }
.page-number:hover,.page-direction:hover,.page-number.is-current { color:#fff; background:#e51933; border-color:#e51933; }
.page-number.is-current { pointer-events:none; }
.page-direction.is-disabled { color:#aaa4a0; background:#f5f3f2; pointer-events:none; }
@media (max-width:720px) {
  .site-logo { width:175px; height:62px; }
  .footer-logo { width:220px; }
  .detail-copy h1 { font-size:32px; line-height:1.08; }
  .site-header nav a { display:none; }
  .gallery-main { padding:18px 20px 75px; }
  .gallery-heading { display:block; }
  .gallery-heading>span { display:block; margin-top:15px; }
  .slot-grid,.gallery-grid { grid-template-columns:1fr; gap:30px; }
  .pagination { grid-template-columns:1fr 1fr; }
  .page-numbers { grid-column:1/-1; grid-row:1; }
  .page-direction { grid-row:2; }
}
@media (max-width:390px) { .site-logo { width:150px; } }

/* Fondo más descansado y degradado principal sin cortes. */
html,body { background:#f1f0ef; }
.hero,.steps-section { background:#f1f0ef; }
.hero::before {
  inset:0;
  width:auto;
  height:auto;
  right:auto;
  top:auto;
  background:radial-gradient(ellipse at 78% 52%,rgba(225,9,31,.14) 0%,rgba(225,9,31,.07) 38%,rgba(225,9,31,0) 76%);
}
.catalog-section { background:#eae8e6; }
@media (max-width:720px) {
  .hero::before { background:radial-gradient(ellipse at 55% 70%,rgba(225,9,31,.14) 0%,rgba(225,9,31,.06) 42%,rgba(225,9,31,0) 80%); }
  .hero-tile--1 { left:0; }
  .hero-tile--2 { right:0; }
  .hero-tile--3 { left:2%; }
  .hero-tile--4 { right:2%; }
}
@media (max-width:1050px) {
  .detail-main { padding-left:4vw; padding-right:4vw; }
  .detail-hero { grid-template-columns:1fr; gap:48px; }
}
@media (max-width:720px) {
  .detail-main { padding-left:20px; padding-right:20px; }
}
@media (min-width:1051px) {
  .hero-tile { width:68%; }
  .hero-tile--1 { top:12px; left:-2%; }
  .hero-tile--2 { top:72px; right:-4%; }
  .hero-tile--3 { bottom:34px; left:2%; }
  .hero-tile--4 { bottom:4px; right:-2%; }
}

.detail-extra {
  width:100%;
  max-width:none;
  margin:78px 0 0;
  padding:54px clamp(32px,5vw,70px);
  border:1px solid #d8d3d0;
  border-radius:18px;
  background:#eae8e6;
}
.detail-extra h2 {
  margin:8px 0 24px;
  color:#514c49;
  font-size:clamp(28px,3vw,42px);
  line-height:1.12;
  letter-spacing:-.025em;
}
.detail-extra__text { max-width:1100px; color:#655f5b; font-size:17px; line-height:1.85; }
.detail-extra__text p { margin:0 0 1.25em; }
.detail-extra__text p:last-child { margin-bottom:0; }
.detail-extra__text h3 { margin:1.7em 0 .65em; color:#514c49; font-size:clamp(21px,2vw,28px); line-height:1.2; }
.detail-extra__text h3:first-child { margin-top:0; }
.detail-extra__text ul { margin:0 0 1.4em; padding-left:1.3em; }
.detail-extra__text li { margin:.4em 0; padding-left:.25em; }
@media (max-width:720px) {
  .detail-extra { margin-top:55px; padding:34px 24px; }
  .detail-extra__text { font-size:16px; line-height:1.75; }
}

/* Banner promocional de la portada. */
.welcome-offer-section {
  background:#f1f0ef;
  padding:0 max(4vw,calc((100vw - 1260px)/2)) 72px;
}
.welcome-offer {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:190px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:34px;
  padding:32px clamp(28px,4vw,56px);
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  color:#fff;
  background:linear-gradient(120deg,#240409 0%,#830718 43%,#e51933 100%);
  box-shadow:0 28px 65px rgba(92,0,14,.22);
}
.welcome-offer::before {
  content:"";
  position:absolute;
  z-index:-1;
  width:380px;
  height:380px;
  right:-80px;
  top:-190px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  box-shadow:0 0 0 60px rgba(255,255,255,.035),0 0 0 120px rgba(255,255,255,.025);
}
.welcome-offer__reels {
  display:flex;
  gap:5px;
  padding:9px;
  border:4px solid #fff;
  border-radius:15px;
  background:#241d1e;
  box-shadow:0 12px 30px rgba(0,0,0,.3);
  transform:rotate(-3deg);
}
.welcome-offer__reels span {
  width:45px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:7px;
  color:#e51933;
  background:linear-gradient(#fff,#eee7e7);
  font-size:32px;
  font-weight:900;
  line-height:1;
  text-shadow:0 2px 0 #fff;
}
.welcome-offer__copy p {
  margin:0 0 7px;
  color:#ffd9df;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.8px;
  text-transform:uppercase;
}
.welcome-offer__copy h2 {
  max-width:700px;
  margin:0;
  font-size:clamp(28px,3.2vw,46px);
  line-height:1.03;
  letter-spacing:-.035em;
}
.welcome-offer__copy small {
  display:block;
  max-width:720px;
  margin-top:12px;
  color:#f3cbd1;
  font-size:12px;
  line-height:1.45;
}
.welcome-offer__button {
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 27px;
  border-radius:12px;
  color:#b30922;
  background:#fff;
  box-shadow:0 14px 35px rgba(37,0,7,.28);
  font-weight:800;
  white-space:nowrap;
  transition:transform .2s,box-shadow .2s;
}
.welcome-offer__button:hover {
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(37,0,7,.38);
}
.welcome-offer__button:focus-visible {
  outline:3px solid #fff;
  outline-offset:4px;
}
@media (max-width:820px) {
  .welcome-offer-section { padding:0 20px 58px; }
  .welcome-offer { grid-template-columns:auto 1fr; gap:22px; padding:28px 24px; }
  .welcome-offer__button { grid-column:1/-1; width:100%; }
}
@media (max-width:520px) {
  .welcome-offer { display:block; text-align:center; border-radius:18px; }
  .welcome-offer__reels { width:max-content; margin:0 auto 22px; }
  .welcome-offer__copy h2 { font-size:30px; }
  .welcome-offer__button { margin-top:23px; }
}

/* Versión ilustrada del banner, con imagen WebP optimizada. */
.welcome-offer {
  min-height:300px;
  display:flex;
  align-items:center;
  padding:42px clamp(30px,5vw,66px);
  background-image:linear-gradient(90deg,rgba(25,1,5,.98) 0%,rgba(46,2,9,.94) 34%,rgba(73,4,15,.64) 58%,rgba(73,4,15,.08) 82%),url("./casino-welcome-banner.webp");
  background-size:cover;
  background-position:center;
}
.welcome-offer::before { display:none; }
.welcome-offer__copy { width:min(58%,720px); }
.welcome-offer__copy h2 { text-shadow:0 3px 18px rgba(0,0,0,.48); }
.welcome-offer__button { width:max-content; margin-top:24px; }
@media (max-width:820px) {
  .welcome-offer {
    min-height:390px;
    display:flex;
    align-items:flex-end;
    padding:30px 25px;
    background-image:linear-gradient(0deg,rgba(28,1,6,.99) 0%,rgba(46,2,9,.92) 45%,rgba(73,4,15,.16) 100%),url("./casino-welcome-banner.webp");
    background-position:72% center;
  }
  .welcome-offer__copy { width:100%; }
  .welcome-offer__button { width:100%; }
}
@media (max-width:520px) {
  .welcome-offer { min-height:430px; text-align:left; }
  .welcome-offer__copy h2 { font-size:31px; }
}
