/* RESET */
*,*::before,*::after{box-sizing:border-box}
html,body{overflow-x:hidden;max-width:100%}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body,h1,h2,h3,h4,p,ul,ol,figure,blockquote,dl,dd{margin:0}
ul,ol{padding:0;list-style:none}
img,svg,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
table{border-collapse:collapse;width:100%}

/* ROOT */
:root{
  --wp-bg:#2a1858;
  --wp-bg-2:#3a1e6d;
  --wp-bg-deep:#1a0e3c;
  --wp-navy:#1a2640;
  --wp-navy-2:#22304f;
  --wp-surface:#2d1a63;
  --wp-surface-alt:#391f78;
  --wp-text:#ffffff;
  --wp-text-muted:#bdb3d8;
  --wp-yellow:#f5b800;
  --wp-yellow-2:#ffcd1f;
  --wp-yellow-ink:#1a1233;
  --wp-green:#26c46c;
  --wp-green-2:#34d97a;
  --wp-violet:#8a4dff;
  --wp-violet-2:#a76dff;
  --wp-border:#4a2f80;
  --wp-border-strong:#5d3da0;
  --wp-danger:#e23b5a;
  --wp-radius:14px;
  --wp-radius-sm:8px;
  --wp-radius-lg:20px;
  --wp-shadow:0 8px 24px rgba(0,0,0,.3);
  --wp-shadow-strong:0 18px 40px rgba(0,0,0,.45);
  --wp-container:1240px;
}

/* TYPOGRAPHY */
body{
  font-family:"Inter","Segoe UI",system-ui,-apple-system,Roboto,Arial,sans-serif;
  font-size:16px;line-height:1.6;color:var(--wp-text);
  background:var(--wp-bg);
  background-image:
    radial-gradient(800px 400px at 100% 0%,rgba(138,77,255,.25) 0%,rgba(138,77,255,0) 70%),
    radial-gradient(700px 380px at 0% 30%,rgba(245,184,0,.10) 0%,rgba(245,184,0,0) 70%),
    linear-gradient(180deg,var(--wp-bg-2) 0%,var(--wp-bg) 60%,var(--wp-bg-deep) 100%);
  background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:"Fredoka","Inter",system-ui,sans-serif;
  font-weight:600;line-height:1.15;color:#fff;font-style:italic;
}
h1{font-size:clamp(30px,4.2vw,48px)}
h2{font-size:clamp(22px,2.6vw,32px);margin:40px 0 14px}
h3{font-size:20px;margin:18px 0 8px}
p{margin:0 0 14px}
a{transition:color .15s ease,opacity .15s ease}
a:hover{color:var(--wp-yellow)}

.wp-container{max-width:var(--wp-container);margin-inline:auto;padding-inline:16px}
@media (min-width:760px){.wp-container{padding-inline:20px}}
.wp-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}

/* TOP BAR */
.wp-topbar{
  background:#0d1428;color:#cdd3e2;font-size:12px;
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.04);
}
.wp-topbar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 16px;text-align:center}
@media (max-width:639px){
  .wp-topbar{font-size:11px}
  .wp-topbar__inner{gap:6px 10px}
}
.wp-topbar__flag{
  display:inline-block;width:18px;height:13px;
  background:linear-gradient(180deg,#fcd116 0,#fcd116 50%,#003893 50%,#003893 75%,#ce1126 75%);
  border-radius:2px;flex-shrink:0;border:1px solid rgba(255,255,255,.18);
}
.wp-topbar__age{
  display:inline-flex;align-items:center;justify-content:center;
  width:22px;height:22px;border-radius:50%;
  background:#fff;color:var(--wp-danger);
  font-weight:800;font-size:10px;border:2px solid var(--wp-danger);
}

/* HEADER */
.wp-header{
  position:sticky;top:0;z-index:50;
  background:var(--wp-navy);border-bottom:1px solid rgba(255,255,255,.06);
}
.wp-header__inner{display:flex;align-items:center;gap:12px;padding:12px 0;flex-wrap:nowrap;min-width:0}
.wp-header__logo{flex-shrink:0;display:flex;align-items:center;min-width:0}
.wp-header__logo img{height:38px;width:auto;display:block;max-width:140px;object-fit:contain}
.wp-header__search{
  display:none;flex:1;align-items:center;gap:8px;min-width:0;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);
  border-radius:999px;padding:10px 18px;max-width:480px;margin-inline:auto;
}
@media (min-width:760px){.wp-header__search{display:flex}.wp-header__logo img{height:44px;max-width:none}}
.wp-header__search input{
  flex:1;border:0;outline:none;font-size:14px;color:#fff;background:transparent;
}
.wp-header__search input::placeholder{color:#9aa3b8}
.wp-header__search svg{width:18px;height:18px;color:#9aa3b8;flex-shrink:0}
.wp-header__nav{display:none;align-items:center;gap:22px;font-size:14px;font-weight:700}
.wp-header__nav a{color:#dfe3f1;padding:4px 0;position:relative}
.wp-header__nav a::after{
  content:"";position:absolute;left:50%;right:50%;bottom:-6px;height:3px;
  background:var(--wp-yellow);border-radius:2px;transition:left .2s,right .2s;
}
.wp-header__nav a:hover{color:#fff}
.wp-header__nav a:hover::after,.wp-header__nav a.is-active::after{left:0;right:0}
.wp-header__nav a.is-active{color:var(--wp-yellow)}
.wp-header__actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}
.wp-header__actions .wp-btn{padding:8px 12px;font-size:12px;letter-spacing:.02em}
@media (max-width:479px){
  .wp-header__actions .wp-btn--login{display:none}
}
@media (min-width:760px){.wp-header__actions{gap:10px}.wp-header__actions .wp-btn{padding:10px 20px;font-size:13.5px;letter-spacing:.04em}}
.wp-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:10px 20px;border-radius:8px;font-weight:800;font-size:13.5px;line-height:1;
  letter-spacing:.04em;text-transform:uppercase;
  transition:transform .12s ease,filter .12s ease,background .15s ease;
}
.wp-btn--login{background:var(--wp-yellow);color:var(--wp-yellow-ink)}
.wp-btn--login:hover{background:var(--wp-yellow-2);color:var(--wp-yellow-ink);transform:translateY(-1px)}
.wp-btn--register{background:var(--wp-green);color:#fff}
.wp-btn--register:hover{background:var(--wp-green-2);color:#fff;transform:translateY(-1px)}
.wp-btn--ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}
.wp-btn--ghost:hover{background:rgba(255,255,255,.08);border-color:#fff;color:#fff}
.wp-btn--lg{padding:14px 28px;font-size:15px}
.wp-burger{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:8px;color:#fff}
.wp-burger:hover{background:rgba(255,255,255,.1)}
@media (min-width:1024px){.wp-header__nav{display:flex}.wp-burger{display:none}}

/* SUBNAV — pill icons */
.wp-subnav{background:rgba(0,0,0,.18);border-bottom:1px solid rgba(255,255,255,.04)}
.wp-subnav__inner{display:flex;gap:8px;overflow-x:auto;padding:14px 0;scrollbar-width:none}
.wp-subnav__inner::-webkit-scrollbar{display:none}
.wp-subnav a{
  display:inline-flex;align-items:center;gap:8px;flex-shrink:0;
  padding:9px 16px;border-radius:999px;font-size:13.5px;font-weight:700;
  color:#dfd6f5;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);
  white-space:nowrap;
}
.wp-subnav a:hover{border-color:var(--wp-yellow);color:#fff;background:rgba(245,184,0,.1)}
.wp-subnav a.is-active{background:var(--wp-yellow);color:var(--wp-yellow-ink);border-color:var(--wp-yellow)}
.wp-subnav a svg{width:16px;height:16px;color:var(--wp-yellow)}
.wp-subnav a.is-active svg{color:var(--wp-yellow-ink)}

/* HERO */
.wp-hero{
  position:relative;color:#fff;overflow:hidden;
  background:
    radial-gradient(900px 400px at 20% 30%,rgba(138,77,255,.5) 0%,rgba(138,77,255,0) 60%),
    radial-gradient(700px 320px at 85% 70%,rgba(245,184,0,.25) 0%,rgba(245,184,0,0) 65%),
    linear-gradient(135deg,#3a1e6d 0%,#1a0e3c 100%);
}
.wp-hero__inner{padding:60px 0 70px;display:grid;gap:18px;max-width:760px;min-width:0}
@media (max-width:639px){
  .wp-hero__inner{padding:36px 0 44px;gap:14px}
  .wp-hero__lead{font-size:16px}
  .wp-hero__ctas .wp-btn--lg{padding:13px 18px;font-size:13.5px;width:100%}
}
.wp-hero__eyebrow{
  display:inline-flex;align-items:center;gap:8px;align-self:flex-start;
  padding:6px 14px;border-radius:999px;
  background:rgba(245,184,0,.18);color:var(--wp-yellow);
  font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;
  border:1px solid rgba(245,184,0,.5);
}
.wp-hero h1{color:#fff;line-height:1.05;font-style:italic}
.wp-hero h1 span{color:var(--wp-yellow)}
.wp-hero__lead{font-size:19px;color:#e7defb;max-width:620px}
.wp-hero__ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.wp-hero__meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:14px;font-size:13px;color:#cbbef0}
.wp-hero__meta span{display:inline-flex;align-items:center;gap:6px}
.wp-hero__meta strong{color:#fff}

/* BREADCRUMBS */
.wp-breadcrumbs{padding:14px 0;font-size:13px;color:var(--wp-text-muted)}
.wp-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:6px}
.wp-breadcrumbs li:not(:last-child)::after{content:"›";margin-left:6px;opacity:.6}
.wp-breadcrumbs a:hover{color:var(--wp-yellow)}

/* CONTENT BLOCKS */
.wp-content{
  padding:24px 28px;margin:24px 0;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);
  border-radius:var(--wp-radius-lg);box-shadow:var(--wp-shadow);
}
.wp-content p{color:#e9e2fb}
.wp-content h2{margin-top:0;color:#fff}
.wp-content ul.wp-list{margin:0 0 18px;padding-left:0}
.wp-content ul.wp-list li{position:relative;padding:8px 0 8px 30px;color:#e9e2fb}
.wp-content ul.wp-list li::before{
  content:"";position:absolute;left:0;top:12px;width:18px;height:18px;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2 8l3 3 9-9' stroke='%23f5b800' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
}
.wp-content table{
  margin:18px 0;background:rgba(0,0,0,.18);border:1px solid var(--wp-border);
  border-radius:var(--wp-radius);overflow:hidden;
}
.wp-content th,.wp-content td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--wp-border)}
.wp-content tbody tr:last-child td{border-bottom:0}
.wp-content th{background:rgba(245,184,0,.12);color:var(--wp-yellow);font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.06em}
.wp-content blockquote{
  margin:20px 0;padding:18px 22px;
  border-left:4px solid var(--wp-yellow);background:rgba(245,184,0,.08);
  color:#fff;font-style:italic;font-size:15.5px;border-radius:0 var(--wp-radius) var(--wp-radius) 0;
}
.wp-content blockquote cite{display:block;margin-top:10px;font-style:normal;font-weight:700;color:var(--wp-yellow);font-size:13.5px}
.wp-content img{
  display:block;max-width:720px;width:100%;height:auto;max-height:420px;
  object-fit:contain;margin:18px auto;border-radius:var(--wp-radius);
}

/* OFFERS LISTING — variant 1 horizontal 3-col grid */
.wp-offers{margin:36px 0 20px}
.wp-offers__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}
.wp-offers__head h2{margin:0}
.wp-offers__sub{margin:6px 0 0;color:var(--wp-text-muted);font-size:14.5px}
.wp-offers__grid{display:grid;grid-template-columns:1fr;gap:18px}
@media (min-width:760px){.wp-offers__grid{grid-template-columns:1fr 1.08fr 1fr;align-items:stretch}}
.wp-offers__grid > div{display:block;height:100%}
.wp-offers__card{
  position:relative;display:flex;flex-direction:column;gap:14px;
  padding:24px 22px;height:100%;
  background:#fff;color:#1a1233;
  border:2px solid transparent;border-radius:var(--wp-radius-lg);
  box-shadow:var(--wp-shadow-strong);transition:box-shadow .15s,border-color .15s;
}
.wp-offers__card:hover{border-color:var(--wp-yellow)}
.wp-offers__card--top{
  background:linear-gradient(180deg,#2d1a63 0%,#1a0e3c 100%);
  color:#fff;border-color:var(--wp-yellow);
  transform:scale(1.02);z-index:1;
}
@media (max-width:759px){.wp-offers__card--top{transform:none;order:-1}}
.wp-offers__overlay-link{
  position:absolute;inset:0;z-index:1;display:block;
  text-indent:-9999px;overflow:hidden;border-radius:var(--wp-radius-lg);
}
.wp-offers__ribbon{
  position:absolute;top:14px;right:-32px;transform:rotate(35deg);
  padding:6px 40px;background:var(--wp-yellow);color:var(--wp-yellow-ink);
  font-weight:800;font-size:11px;letter-spacing:.1em;text-transform:uppercase;
  box-shadow:0 6px 14px rgba(0,0,0,.25);
}
.wp-offers__top{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding-bottom:4px}
.wp-offers__logo{
  width:140px;height:64px;border-radius:12px;background:#1a0e3c;
  display:flex;align-items:center;justify-content:center;padding:10px;
}
.wp-offers__card:not(.wp-offers__card--top) .wp-offers__logo{background:#1a0e3c}
.wp-offers__logo img{max-width:120px;max-height:42px;width:auto;height:auto;object-fit:contain}
.wp-offers__name{font-family:"Fredoka",sans-serif;font-style:italic;font-size:20px;font-weight:800;margin:0;line-height:1.1}
.wp-offers__card--top .wp-offers__name{color:#fff}
.wp-offers__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:4px 0}
.wp-offers__tag{
  display:inline-flex;align-items:center;gap:5px;
  padding:5px 11px;border-radius:999px;font-size:11.5px;font-weight:700;
  background:rgba(245,184,0,.14);color:var(--wp-yellow);border:1px solid rgba(245,184,0,.4);
  text-transform:uppercase;letter-spacing:.04em;
}
.wp-offers__tag--accent{background:var(--wp-yellow);color:var(--wp-yellow-ink);border-color:var(--wp-yellow)}
.wp-offers__tag--green{background:rgba(38,196,108,.16);color:#7eecae;border-color:rgba(38,196,108,.5)}
.wp-offers__rating{display:inline-flex;align-items:center;gap:6px;justify-content:center}
.wp-offers__stars{color:var(--wp-yellow);letter-spacing:1px;font-size:14px}
.wp-offers__rating-num{font-weight:800;font-size:14px}
.wp-offers__rating-num small{font-weight:600;opacity:.7}
.wp-offers__bonus{
  padding:14px;border-radius:12px;
  background:rgba(245,184,0,.12);border:2px dashed var(--wp-yellow);
  text-align:center;
}
.wp-offers__card--top .wp-offers__bonus{background:rgba(245,184,0,.18)}
.wp-offers__bonus-label{font-size:11px;font-weight:800;color:var(--wp-yellow);text-transform:uppercase;letter-spacing:.1em}
.wp-offers__bonus-text{font-family:"Fredoka",sans-serif;font-style:italic;font-size:18px;font-weight:800;line-height:1.2;margin-top:4px;color:inherit}
.wp-offers__usps{display:grid;gap:8px;font-size:13.5px}
.wp-offers__usps li{position:relative;padding-left:24px;line-height:1.4}
.wp-offers__usps li::before{
  content:"";position:absolute;left:0;top:4px;width:16px;height:16px;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M2 8l3 3 9-9' stroke='%2326c46c' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
}
.wp-offers__cta-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;justify-content:center;font-size:12.5px;color:#fff8d4}
.wp-offers__playing{display:inline-flex;align-items:center;gap:5px;color:#ffb74d}
.wp-offers__timer{font-weight:700}
.wp-offers__timer b{color:var(--wp-yellow);font-family:"Fredoka",sans-serif;font-style:italic;font-size:15px}
.wp-offers__cta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}
.wp-offers__cta{
  position:relative;z-index:2;flex:1;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 22px;border-radius:8px;font-weight:800;font-size:14px;
  text-transform:uppercase;letter-spacing:.04em;
  background:var(--wp-green);color:#fff;cursor:pointer;
}
.wp-offers__card:hover .wp-offers__cta{background:var(--wp-green-2)}
.wp-offers__review-link{
  position:relative;z-index:3;font-size:13px;font-weight:700;
  color:var(--wp-yellow);text-decoration:underline;text-decoration-color:rgba(245,184,0,.5);text-underline-offset:3px;
}
.wp-offers__card:not(.wp-offers__card--top) .wp-offers__review-link{color:#5d3da0;text-decoration-color:rgba(93,61,160,.5)}
.wp-offers__review-link:hover{color:var(--wp-yellow-2)}
.wp-offers__urgency{font-size:12px;margin:0;text-align:center;color:#9c8fb8}
.wp-offers__card--top .wp-offers__urgency{color:#dfd6f5}
.wp-offers__aggregate{text-align:center;margin-top:18px;color:var(--wp-text-muted);font-size:14px}
.wp-offers__aggregate strong{color:var(--wp-yellow)}

/* === CLICK CONTRACT (Part 7.3 of the skill) === */
.wp-offers__card *{pointer-events:none}
.wp-offers__card .wp-offers__overlay-link,
.wp-offers__card .wp-offers__review-link{pointer-events:auto;cursor:pointer}
.wp-offers__overlay-link{z-index:1}
.wp-offers__review-link{position:relative;z-index:3}

/* SLOTS LISTING */
.wp-slots{margin:36px 0 20px}
.wp-slots__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}
.wp-slots__head h2{margin:0}
.wp-slots__sub{margin:6px 0 0;color:var(--wp-text-muted);font-size:14.5px}
.wp-slots__grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:14px;
}
@media (min-width:560px){.wp-slots__grid{grid-template-columns:repeat(3,1fr)}}
@media (min-width:900px){.wp-slots__grid{grid-template-columns:repeat(4,1fr)}}
.wp-slots__grid > div{
  position:relative;aspect-ratio:3/4;border-radius:var(--wp-radius);overflow:hidden;
  border:1px solid var(--wp-border);background:#1a0e3c;
  transition:border-color .15s,box-shadow .15s;
}
.wp-slots__grid > div:hover{border-color:var(--wp-yellow);box-shadow:0 14px 32px rgba(245,184,0,.18)}
.wp-slots__tile{
  position:absolute;inset:0;display:block;width:100%;height:100%;
  border:0;background:transparent;aspect-ratio:auto;border-radius:0;
}
.wp-slots__cover{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;
}
.wp-slots__top-row,.wp-slots__meta-row,.wp-slots__overlay,.wp-slots__play-icon{pointer-events:none}
.wp-slots__top-row{
  position:absolute;top:8px;left:8px;right:8px;z-index:2;
  display:flex;justify-content:space-between;align-items:center;gap:4px;
}
.wp-slots__hot,.wp-slots__new{
  font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;
  padding:4px 8px;border-radius:6px;color:#fff;
}
.wp-slots__hot{background:linear-gradient(135deg,#ff5e3a 0%,#ff2a6d 100%)}
.wp-slots__new{background:var(--wp-green)}
.wp-slots__rtp{
  font-size:10.5px;font-weight:800;
  padding:3px 8px;border-radius:6px;
  background:rgba(0,0,0,.7);color:var(--wp-yellow);
}
.wp-slots__play-icon{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;
  width:50px;height:50px;border-radius:50%;
  background:rgba(245,184,0,.9);color:var(--wp-yellow-ink);
  display:flex;align-items:center;justify-content:center;font-size:22px;
  opacity:0;transition:opacity .2s,transform .2s;
}
.wp-slots__grid > div:hover .wp-slots__play-icon{opacity:1;transform:translate(-50%,-50%) scale(1.05)}
.wp-slots__meta-row{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  padding:30px 12px 10px;
  background:linear-gradient(180deg,rgba(26,14,60,0) 0%,rgba(26,14,60,.95) 70%);
}
.wp-slots__name{font-size:13.5px;font-weight:800;margin:0;color:#fff;line-height:1.2;font-family:"Fredoka",sans-serif;font-style:italic}
.wp-slots__provider{font-size:11px;margin:2px 0 0;color:#cdb9f3;font-weight:600}
.wp-slots__stats{display:flex;justify-content:space-between;gap:6px;margin-top:6px;font-size:10.5px;color:#dfd6f5}
.wp-slots__stats b{color:#fff;font-weight:800}
.wp-slots__overlay{
  position:absolute;inset:0;z-index:3;
  background:rgba(26,14,60,.92);color:#fff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
  padding:14px;text-align:center;opacity:0;transition:opacity .2s;
}
.wp-slots__grid > div:hover .wp-slots__overlay{opacity:1}
.wp-slots__overlay-stat{font-size:12px;color:#dfd6f5}
.wp-slots__overlay-stat b{display:block;color:var(--wp-yellow);font-size:16px;font-family:"Fredoka",sans-serif;font-style:italic}
.wp-slots__overlay-cta{
  margin-top:6px;padding:9px 18px;border-radius:8px;
  background:var(--wp-yellow);color:var(--wp-yellow-ink);
  font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;
}
.wp-slots__footer-cta{text-align:center;margin-top:20px}

/* AUTHOR BLOCK */
.wp-author{
  display:flex;gap:18px;align-items:flex-start;
  background:rgba(255,255,255,.04);border:1px solid var(--wp-border);
  border-radius:var(--wp-radius-lg);padding:22px;margin:36px 0;
}
.wp-author__photo{width:96px;height:96px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid var(--wp-yellow)}
.wp-author__body{flex:1;min-width:0}
.wp-author__name{font-family:"Fredoka",sans-serif;font-style:italic;font-size:20px;font-weight:800;color:#fff;margin:0 0 2px}
.wp-author__role{font-size:13.5px;color:var(--wp-yellow);margin:0 0 10px;font-weight:700}
.wp-author__bio{font-size:14.5px;color:#dfd6f5;margin:0 0 12px}
.wp-author__links{display:flex;flex-wrap:wrap;align-items:center;gap:14px}
.wp-author__links a{font-size:13px;color:var(--wp-yellow);text-decoration:underline;text-decoration-color:rgba(245,184,0,.5);font-weight:700}
.wp-author__links a:hover{color:var(--wp-yellow-2)}
.wp-author__badge{
  display:inline-flex;align-items:center;gap:6px;
  padding:5px 12px;border-radius:999px;font-size:11.5px;font-weight:700;
  background:rgba(245,184,0,.12);color:var(--wp-yellow);border:1px solid rgba(245,184,0,.4);
}

/* FAQ */
.wp-faq{margin:36px 0 20px}
.wp-faq h2{margin:0 0 16px}
.wp-faq__item{
  background:rgba(255,255,255,.04);border:1px solid var(--wp-border);
  border-radius:var(--wp-radius);margin-bottom:10px;
  overflow:hidden;
}
.wp-faq__item summary{
  padding:16px 20px;cursor:pointer;font-weight:700;font-size:15px;color:#fff;
  display:flex;justify-content:space-between;align-items:center;list-style:none;
}
.wp-faq__item summary::-webkit-details-marker{display:none}
.wp-faq__item summary::after{
  content:"+";color:var(--wp-yellow);font-size:22px;font-weight:800;line-height:1;
  transition:transform .15s;
}
.wp-faq__item[open] summary::after{content:"−"}
.wp-faq__body{padding:0 20px 16px;color:#dfd6f5;font-size:14.5px}
.wp-faq__body p{margin:0}

/* RELATED */
.wp-related{margin:24px 0;padding:18px 22px;background:rgba(255,255,255,.04);border:1px solid var(--wp-border);border-radius:var(--wp-radius)}
.wp-related__title{font-weight:800;color:var(--wp-yellow);text-transform:uppercase;letter-spacing:.06em;font-size:12.5px;margin-bottom:10px}
.wp-related ul{display:flex;flex-wrap:wrap;gap:10px}
.wp-related a{
  display:inline-flex;align-items:center;
  padding:7px 14px;border-radius:999px;font-size:13px;font-weight:700;
  background:rgba(245,184,0,.08);color:var(--wp-yellow);border:1px solid rgba(245,184,0,.3);
}
.wp-related a:hover{background:var(--wp-yellow);color:var(--wp-yellow-ink);border-color:var(--wp-yellow)}

/* STICKY CTA */
.wp-sticky-cta{
  background:linear-gradient(90deg,var(--wp-yellow) 0%,var(--wp-yellow-2) 100%);
  color:var(--wp-yellow-ink);padding:18px 0;margin-top:30px;
}
.wp-sticky-cta__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}
.wp-sticky-cta__text{font-weight:700;font-size:15px;flex:1;min-width:240px}
.wp-sticky-cta__text b{color:var(--wp-yellow-ink)}
.wp-sticky-cta .wp-btn--register{background:var(--wp-yellow-ink);color:var(--wp-yellow)}
.wp-sticky-cta .wp-btn--register:hover{background:#000;color:var(--wp-yellow-2)}

/* FOOTER */
.wp-footer{background:#0d1428;color:#cdd3e2;padding:36px 0 0;margin-top:30px;font-size:14px;border-top:3px solid var(--wp-yellow)}
.wp-footer a{color:#cdd3e2}
.wp-footer a:hover{color:var(--wp-yellow)}
.wp-footer__top{display:grid;grid-template-columns:1fr;gap:28px;padding-bottom:24px}
@media (min-width:760px){.wp-footer__top{grid-template-columns:1.2fr 2fr}}
.wp-footer__brand img{height:48px;width:auto;margin-bottom:14px}
.wp-footer__tagline{color:#a0a8be;font-size:13.5px;line-height:1.55;margin-bottom:14px}
.wp-footer__social{display:flex;gap:10px;margin-bottom:14px}
.wp-footer__social a{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.06);color:#fff;
}
.wp-footer__social a:hover{background:var(--wp-yellow);color:var(--wp-yellow-ink)}
.wp-footer__social svg{width:16px;height:16px}
.wp-footer__cols{display:grid;grid-template-columns:1fr 1fr;gap:24px}
@media (min-width:760px){.wp-footer__cols{grid-template-columns:repeat(4,1fr)}}
.wp-footer__col h4{font-family:"Fredoka",sans-serif;font-style:italic;font-weight:600;font-size:14px;color:var(--wp-yellow);text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px}
.wp-footer__col ul{display:flex;flex-direction:column;gap:6px}
.wp-footer__col li{font-size:13.5px}
.wp-footer__pay{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;align-items:center}
.wp-footer__pay-chip{
  display:inline-flex;align-items:center;justify-content:center;
  height:36px;min-width:64px;padding:4px 12px;
  background:#fff;color:#1a1233;border-radius:6px;
  font-weight:800;font-size:13px;letter-spacing:.02em;line-height:1;
  font-family:"Inter","Arial",sans-serif;
  box-shadow:0 2px 8px rgba(0,0,0,.18);
  white-space:nowrap;
}
.wp-footer__pay-chip--pse{background:#e30613;color:#fff}
.wp-footer__pay-chip--nequi{background:#da0081;color:#fff}
.wp-footer__pay-chip--daviplata{background:#ed1a3b;color:#fff}
.wp-footer__pay-chip--bancolombia{background:#fcd116;color:#1a1233}
.wp-footer__pay-chip--visa{background:#1a1f71;color:#f7b600}
.wp-footer__pay-chip--mastercard{background:#fff;color:#1a1233;gap:0;padding:4px 10px}
.wp-footer__pay-chip--mastercard::before,
.wp-footer__pay-chip--mastercard::after{
  content:"";display:inline-block;width:18px;height:18px;border-radius:50%;
}
.wp-footer__pay-chip--mastercard::before{background:#eb001b;margin-right:-7px}
.wp-footer__pay-chip--mastercard::after{background:#f79e1b;opacity:.92}
.wp-footer__pay-chip--mastercard span{position:absolute;left:-9999px}
.wp-footer__pay-chip--paypal{background:#fff;color:#003087;font-style:italic}
.wp-footer__pay-chip--paypal i{color:#009cde;font-style:italic;font-weight:800}
.wp-footer__rg{
  display:flex;flex-wrap:wrap;align-items:center;gap:10px;
  margin:18px 0;padding:14px 16px;border:1px solid var(--wp-border);
  border-radius:var(--wp-radius);background:rgba(255,255,255,.03);font-size:13px;color:#dfd6f5;
}
.wp-footer__rg .wp-age{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:50%;background:#fff;color:var(--wp-danger);
  font-weight:800;font-size:14px;border:2px solid var(--wp-danger);flex-shrink:0;
}
.wp-footer__bottom{
  border-top:1px solid rgba(255,255,255,.06);
  padding:18px 0;font-size:12.5px;color:#9aa3b8;
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;
}
.wp-footer__bottom ul{display:flex;flex-wrap:wrap;gap:14px}

/* MOBILE MENU */
.wp-mobile-menu{
  position:fixed;inset:0;background:#0d1428;z-index:100;
  display:flex;flex-direction:column;padding:24px 24px 32px;
  opacity:0;pointer-events:none;transition:opacity .2s ease;
  overflow-y:auto;color:#fff;
}
.wp-mobile-menu.is-open{opacity:1;pointer-events:auto}
.wp-mobile-menu__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.wp-mobile-menu__head img{height:38px;width:auto}
.wp-mobile-menu__close{
  width:44px;height:44px;border-radius:8px;color:#fff;
  display:inline-flex;align-items:center;justify-content:center;font-size:26px;
}
.wp-mobile-menu__close:hover{background:rgba(255,255,255,.1)}
.wp-mobile-menu ul{display:flex;flex-direction:column;gap:2px}
.wp-mobile-menu li a{
  display:block;padding:14px 12px;border-radius:8px;font-size:16px;font-weight:600;color:#fff;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.wp-mobile-menu li a:hover{background:rgba(245,184,0,.1);color:var(--wp-yellow)}
.wp-mobile-menu__actions{margin-top:20px;display:grid;gap:10px}

/* MOBILE STICKY FAB (required for both variants) */
.wp-fab{position:fixed;left:14px;right:14px;bottom:14px;z-index:60;display:none}
@media (max-width:1023px){.wp-fab{display:block}}
.wp-fab__btn{
  display:flex;align-items:center;justify-content:center;gap:8px;
  width:100%;padding:16px 20px;border-radius:999px;
  background:var(--wp-green);color:#fff;font-weight:800;font-size:15px;
  text-transform:uppercase;letter-spacing:.04em;
  box-shadow:0 10px 30px rgba(0,0,0,.45),0 0 0 1px rgba(0,0,0,.05);
  text-decoration:none;
}
.wp-fab__btn:hover{background:var(--wp-green-2);color:#fff}
.wp-fab__btn svg{width:16px;height:16px}
@media (max-width:1023px){.wp-footer{padding-bottom:84px}}

/* CONTENT IMAGES */
article img,section.wp-content img{display:block;max-width:720px;width:100%;height:auto;max-height:480px;object-fit:contain;margin:18px auto;border-radius:var(--wp-radius)}
header img{max-height:48px;width:auto;object-fit:contain}
@media (max-width:768px){
  article img,section.wp-content img{max-height:320px}
}
