/*
Theme Name: bonoscasinos
Theme URI: https://bonoscasinos.es
Author: bonoscasinos.es editorial team
Description: Custom theme for bonoscasinos.es - Spanish casino bonus comparison site.
Version: 1.0
Text Domain: bonoscasinos
*/

img[width][height]{ height:auto; }

:root{
    --bc-ease: cubic-bezier(0.7, 0, 0.2, 1.4);
    --bc-dur-1: 180ms; --bc-dur-2: 380ms; --bc-dur-3: 650ms;
    --bc-gold:  #d9a441;
    --bc-gold-deep: #b3822f;
    --bc-blue:  #0e6ba8;
    --bc-white: #fdf9f0;
    --bc-ink:   #1c1206;
    --bc-paper: #fffaf0;
    --bc-line:  #e7dcc4;
    --radius: 10px;
    --shadow: 0 2px 10px rgba(28,18,6,.08);
    --shadow-hover: 0 8px 22px rgba(28,18,6,.15);
  }
  *{ box-sizing:border-box; }
  html,body{ margin:0; padding:0;
    background:var(--bc-paper) url("assets/img/bg-pattern-tile.webp") repeat 0 0/640px 640px; }
  body{ font-family: Georgia,'Times New Roman',serif; color:var(--bc-ink); }
  h1,h2,h3{ font-family: Georgia, serif; }
  @media (prefers-reduced-motion: reduce){ *{ animation-duration:.01ms !important; transition-duration:.01ms !important; } }

  .ship-nav{ position:relative; display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.6rem 1.5rem;
    background-image:url('assets/img/nav-deck-texture.webp'); background-repeat:repeat-x; background-size:auto 100%;
    box-shadow:0 6px 18px rgba(0,0,0,.45), inset 0 -6px 12px rgba(0,0,0,.35); border-bottom:4px solid #2b1a0c; flex-wrap:wrap; }
  .ship-nav__brand{ font-size:1.3rem; font-weight:700; letter-spacing:.04em; color:var(--bc-white); text-shadow:0 2px 4px rgba(0,0,0,.6); white-space:nowrap; display:flex; align-items:center; gap:.5rem; text-decoration:none; }
  .ship-nav__logo{ width:34px; height:34px; flex-shrink:0; border-radius:50%; box-shadow:0 2px 6px rgba(0,0,0,.5), 0 0 0 2px rgba(217,164,65,.55); object-fit:cover; }
  .ship-nav__brand span{ color:var(--bc-gold); }
  .ship-nav__items{ display:flex; gap:.4rem; flex-wrap:wrap; list-style:none; margin:0; padding:0; }
  .chest-link{ display:flex; flex-direction:column; align-items:center; gap:.25rem; padding:.4rem .5rem .3rem; border-radius:10px;
    text-decoration:none; color:var(--bc-white); font-size:.72rem; font-weight:600; text-align:center; text-shadow:0 1px 3px rgba(0,0,0,.7);
    background:rgba(0,0,0,.18); border:1px solid rgba(255,255,255,.08);
    transition:background var(--bc-dur-1) var(--bc-ease), transform var(--bc-dur-1) var(--bc-ease); cursor:pointer; }
  .chest-link:hover,.chest-link.is-open{ background:rgba(217,164,65,.22); transform:translateY(-2px); }
  .chest-link__icon{ position:relative; width:74px; height:52px; border-radius:9px; overflow:hidden; box-shadow:0 3px 8px rgba(0,0,0,.5), inset 0 0 0 2px rgba(217,164,65,.6); }
  .chest-link__icon img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 58%; transition:opacity var(--bc-dur-2) var(--bc-ease); }
  .chest-link__icon .is-closed{ opacity:1; } .chest-link__icon .is-open{ opacity:0; }
  .chest-link:hover .chest-link__icon .is-closed,.chest-link.is-open .chest-link__icon .is-closed{ opacity:0; }
  .chest-link:hover .chest-link__icon .is-open,.chest-link.is-open .chest-link__icon .is-open{ opacity:1; }
  .chest-link__icon::after{ content:""; position:absolute; left:52%; top:48%; width:7px; height:7px; border-radius:50%;
    background:radial-gradient(circle,#fff8dd 0%,rgba(255,240,180,0) 70%); opacity:0; transition:opacity var(--bc-dur-2) var(--bc-ease); }
  .chest-link:hover .chest-link__icon::after,.chest-link.is-open .chest-link__icon::after{ opacity:1; animation:glint 1100ms ease-in-out infinite; }
  @keyframes glint{ 0%,100%{transform:scale(1);opacity:.5;} 50%{transform:scale(1.8);opacity:1;} }

  .map-link{ display:flex; align-items:center; justify-content:center; padding:.35rem; border-radius:10px;
    background:rgba(0,0,0,.18); border:1px solid rgba(255,255,255,.08);
    transition:background var(--bc-dur-1) var(--bc-ease), transform var(--bc-dur-1) var(--bc-ease); cursor:pointer; }
  .map-link:hover,.map-link.is-open{ background:rgba(217,164,65,.22); transform:translateY(-2px); }
  .map-link__icon{ position:relative; width:74px; height:52px; border-radius:9px; overflow:hidden;
    box-shadow:0 3px 8px rgba(0,0,0,.5), inset 0 0 0 2px rgba(217,164,65,.6); }
  .map-link__icon img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 45%; }

  .ship-nav__more{ display:contents; }
  .ship-nav__dropdown{ display:contents; list-style:none; margin:0; padding:0; }
  .ship-nav__toggle{ display:none; }
  @media (max-width:640px){
    .ship-nav{ flex-wrap:nowrap; padding:.5rem .75rem; gap:.5rem; }
    .ship-nav__brand{ font-size:.95rem; gap:.35rem; overflow:hidden; text-overflow:ellipsis; }
    .ship-nav__logo{ width:26px; height:26px; }
    .ship-nav__items{ flex-shrink:0; gap:.3rem; }
    .map-link__icon{ width:38px; height:32px; }
    .ship-nav__more{ display:block; position:relative; }
    .ship-nav__toggle{ display:flex; align-items:center; justify-content:center; padding:.25rem; border-radius:8px;
      background:rgba(0,0,0,.18); border:1px solid rgba(255,255,255,.08); cursor:pointer;
      transition:background var(--bc-dur-1) var(--bc-ease); }
    .ship-nav__toggle[aria-expanded="true"]{ background:rgba(217,164,65,.22); }
    .ship-nav__toggle-icon{ position:relative; width:38px; height:32px; border-radius:8px; overflow:hidden;
      box-shadow:0 3px 8px rgba(0,0,0,.5), inset 0 0 0 2px rgba(217,164,65,.6); }
    .ship-nav__toggle-icon img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 58%;
      transition:opacity var(--bc-dur-2) var(--bc-ease); }
    .ship-nav__toggle-icon .is-open{ opacity:0; }
    .ship-nav__toggle[aria-expanded="true"] .ship-nav__toggle-icon .is-closed{ opacity:0; }
    .ship-nav__toggle[aria-expanded="true"] .ship-nav__toggle-icon .is-open{ opacity:1; }
    .ship-nav__dropdown{ display:none; position:absolute; right:0; top:calc(100% + .6rem); z-index:20; width:220px;
      background:#2b1a0c; border:1px solid rgba(217,164,65,.4); border-radius:12px; box-shadow:0 10px 24px rgba(0,0,0,.5);
      padding:.6rem; flex-direction:column; gap:.3rem; }
    .ship-nav__dropdown.is-open{ display:flex; }
    .ship-nav__dropdown .chest-link{ flex-direction:row; justify-content:flex-start; text-align:left; width:100%; }
    .ship-nav__dropdown .chest-link__icon{ width:44px; height:34px; flex-shrink:0; }
  }

  .hero{ position:relative; min-height:78vh; display:flex; align-items:center; overflow:hidden; }
  .hero__bg{ position:absolute; inset:-2%; background-image:url('assets/img/hero-home.webp'); background-size:cover; background-position:center 42%;
    animation:hero-breathe 22s ease-in-out infinite; will-change:transform; }
  @keyframes hero-breathe{ 0%,100%{transform:scale(1);} 50%{transform:scale(1.045);} }
  .hero__grade{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(14,25,46,.10) 0%, rgba(14,25,46,0) 30%, rgba(20,12,2,.28) 100%);
    mix-blend-mode:multiply; pointer-events:none; }
  .hero__content{ position:relative; z-index:2; padding:3rem clamp(1.25rem,5vw,5rem); max-width:640px; }
  .hero__eyebrow{ display:inline-block; font-size:.8rem; letter-spacing:.14em; text-transform:uppercase; color:var(--bc-ink);
    background:var(--bc-gold); padding:.3rem .7rem; border-radius:4px; margin-bottom:1rem; font-weight:700; }
  .hero__title{ font-size:clamp(2rem,4.4vw,3.4rem); line-height:1.08; margin:0 0 1rem; color:var(--bc-white); text-shadow:0 3px 14px rgba(0,0,0,.55); }
  .hero__sub{ font-size:1.05rem; line-height:1.5; max-width:46ch; color:var(--bc-white); text-shadow:0 2px 8px rgba(0,0,0,.6); margin:0 0 1.6rem; }
  .hero__cta{ display:inline-flex; align-items:center; gap:.6rem; background:var(--bc-blue); color:var(--bc-white) !important; font-weight:700;
    padding:.85rem 1.4rem; border-radius:999px; text-decoration:none; box-shadow:0 10px 24px rgba(14,107,168,.4);
    transition:transform var(--bc-dur-2) var(--bc-ease), box-shadow var(--bc-dur-2) var(--bc-ease); }
  .hero__cta:hover{ transform:translateY(-3px) scale(1.02); }
  .rg-note{ margin-top:1.2rem; font-size:.72rem; opacity:.85; color:var(--bc-white); text-shadow:0 1px 4px rgba(0,0,0,.7); }
  .hero__trust{ display:flex; flex-wrap:wrap; gap:.4rem 1.1rem; margin-top:1rem; }
  .hero__trust span{ font-size:.82rem; font-weight:700; color:var(--bc-white); text-shadow:0 2px 4px rgba(0,0,0,.6);
    display:inline-flex; align-items:center; gap:.35rem; }
  .hero__trust span::before{ content:"✓"; color:var(--bc-gold); font-weight:900; }

  .flip-coin{ position:fixed; width:26px; height:26px; pointer-events:none; z-index:999; border-radius:50%; overflow:hidden;
    box-shadow:0 4px 10px rgba(0,0,0,.5); animation:coin-flip var(--bc-dur-3) var(--bc-ease) forwards; }
  .flip-coin img{ width:100%; height:100%; object-fit:cover; clip-path:circle(48%); }
  @keyframes coin-flip{
    0%{ transform:translate(-50%,-50%) translateY(0) rotateY(0deg) scale(.6); opacity:0; }
    15%{ opacity:1; }
    45%{ transform:translate(-50%,-50%) translateY(-46px) rotateY(540deg) scale(1); }
    100%{ transform:translate(-50%,-50%) translateY(6px) rotateY(1080deg) scale(.85); opacity:0; }
  }

  h2{ font-size:1.5rem; margin:2rem 0 1rem; border-bottom:2px solid var(--bc-gold); padding-bottom:.4rem; }
  h3{ font-size:1.1rem; margin:1.2rem 0 .5rem; }
  p{ line-height:1.65; }
  p.lead{ font-size:1.1rem; color:#5a4a2c; }
  a{ color:var(--bc-blue); }

  .cta-button{ display:inline-block; background:var(--bc-blue); color:#fff !important; font-weight:700; padding:.7rem 1.3rem;
    border-radius:999px; text-decoration:none; text-align:center; box-shadow:0 6px 14px rgba(14,107,168,.35);
    transition:transform var(--bc-dur-1) var(--bc-ease); }
  .cta-button:hover{ transform:translateY(-2px); }
  .cta-button-green{ background:#2f8a4a; box-shadow:0 6px 14px rgba(47,138,74,.35); }

  .rg-notice{ margin-top:2rem; padding:1rem 1.2rem; background:#faf5e6; border:1px solid var(--bc-line); border-radius:var(--radius);
    font-size:.85rem; color:#5a4a2c; line-height:1.5; }
  .rg-notice a{ color:var(--bc-gold-deep); }
  .cc-card-rg{ font-size:.72rem; color:#8a7752; text-align:center; padding:.5rem 1rem; border-top:1px solid var(--bc-line); }

  .internal-links{ margin-top:2rem; padding-top:1.2rem; border-top:1px solid var(--bc-line); }
  .internal-links-grid{ display:flex; flex-wrap:wrap; gap:.6rem; }
  .internal-links-grid a{ font-size:.85rem; background:#faf5e6; border:1px solid var(--bc-line); border-radius:999px;
    padding:.4rem .9rem; text-decoration:none; color:#5a4a2c; }
  .internal-links-grid a:hover{ background:var(--bc-gold); color:#2a1c0c; }

  .breadcrumb-nav{ font-size:.78rem; margin-bottom:.5rem; }
  .breadcrumb-nav a{ text-decoration:none; }
  .breadcrumb-nav a:hover{ text-decoration:underline; }

  .editorial-credit{ font-size:.78rem; color:#8a7752; text-align:center; margin:.4rem 0 1.5rem; }

  .ranking-list{ display:flex; flex-direction:column; gap:1rem; }
  .rank-card{ position:relative; display:grid; grid-template-columns:150px 1fr 160px; align-items:center; gap:1.1rem;
    background:#fff; border:1px solid var(--bc-line); border-radius:var(--radius); box-shadow:var(--shadow);
    padding:1.1rem 1.3rem; overflow:hidden; transition:transform var(--bc-dur-2) var(--bc-ease), box-shadow var(--bc-dur-2) var(--bc-ease); }
  .rank-card:hover{ transform:translateY(-3px); box-shadow:var(--shadow-hover); }
  .rank-card::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:5px; background:var(--bc-gold-deep); }
  .rank-card--top{ border-color:var(--bc-gold); box-shadow:0 4px 16px rgba(179,130,47,.38); }
  .rank-card--top::before{ width:6px; background:var(--bc-gold); }
  .rank-card__ribbon{ position:absolute; top:0; right:0; background:var(--bc-gold); color:#2a1c0c; font-size:.66rem; font-weight:800;
    padding:.3rem .9rem; border-radius:0 8px 0 10px; letter-spacing:.03em; text-transform:uppercase; box-shadow:0 2px 6px rgba(0,0,0,.2); }

  .rank-card__brand{ display:flex; flex-direction:column; align-items:center; gap:.5rem; }
  .rank-card__brand-top{ display:flex; align-items:center; gap:.5rem; }
  .rank-card__num{ flex:0 0 auto; width:30px; height:30px; border-radius:50%; background:var(--bc-gold-deep); color:#fff; font-weight:700;
    display:flex; align-items:center; justify-content:center; font-size:.9rem; }
  .rank-card__logo{ flex:0 0 auto; width:100px; height:56px; display:flex; align-items:center; justify-content:center; }
  .rank-card__logo img{ max-width:100%; max-height:100%; object-fit:contain; }
  .rank-card__rating{ font-size:.85rem; font-weight:700; color:var(--bc-gold-deep); white-space:nowrap; }
  .rank-card__rating .stars{ color:var(--bc-gold); letter-spacing:1px; margin-left:.2rem; }

  .rank-card__bonus{ position:relative; min-height:110px; display:flex; align-items:center; justify-content:center;
    text-align:center; padding:1rem 1.2rem; border-radius:10px; overflow:hidden; border:2px solid var(--bc-gold-deep);
    box-shadow:0 3px 8px rgba(58,44,18,.28);
    background:linear-gradient(180deg, rgba(20,12,2,.62), rgba(20,12,2,.8)), url('assets/img/gold-coins-bg.webp') center/cover; }
  .rank-card__bonus-content{ position:relative; z-index:1; }
  .rank-card__bonus-figure{ font-size:1.35rem; font-weight:900; line-height:1.15; color:#fdf3d8;
    text-shadow:0 2px 3px rgba(0,0,0,.75); }
  .rank-card__bonus-figure .eyebrow{ display:block; font-size:.6rem; font-weight:700; letter-spacing:.1em;
    text-transform:uppercase; color:#f2c94c; text-shadow:0 1px 2px rgba(0,0,0,.7); margin-bottom:.2rem; }
  .rank-card__bonus--soft .rank-card__bonus-figure{ font-size:.95rem; }
  .rank-card__bonus-note{ font-size:.72rem; color:#6b5b3a; margin-top:.25rem; line-height:1.3; font-weight:700; }

  .rank-card__actions{ display:flex; flex-direction:column; align-items:center; gap:.4rem; }
  .rank-card__review{ font-size:.8rem; color:var(--bc-gold-deep); text-decoration:none; text-align:center; }
  .rank-card__review:hover{ text-decoration:underline; }

  .rank-card__chips{ grid-column:1 / -1; display:flex; flex-wrap:wrap; gap:.4rem; margin-top:.15rem;
    border-top:1px solid var(--bc-line); padding-top:.6rem; }
  .chip{ display:inline-flex; align-items:center; gap:.3rem; font-size:.74rem; font-weight:600; color:#4a3c22;
    background:#faf5e6; border:1px solid var(--bc-line); border-radius:999px; padding:.22rem .65rem; white-space:nowrap; }
  .chip--dgoj{ color:#2f6b3a; border-color:#bcdcc0; background:#eef7ef; }

  @media (max-width:640px){
    .rank-card{ grid-template-columns:1fr; text-align:center; }
    .rank-card__actions{ align-items:center; }
    .rank-card__chips{ justify-content:center; }
  }

  .hub-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin:1.2rem 0; }
  .hub-card{ position:relative; display:block; text-decoration:none; border-radius:var(--radius); overflow:hidden;
    min-height:130px; padding:1.2rem; box-shadow:var(--shadow); transition:transform var(--bc-dur-2) var(--bc-ease), box-shadow var(--bc-dur-2) var(--bc-ease);
    background:linear-gradient(180deg, rgba(30,10,40,.5), rgba(30,10,40,.72)), url('assets/img/gems-jewels-bg.webp') center/cover; }
  .hub-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-hover); }
  .hub-card__title{ font-weight:800; font-size:1.05rem; color:#fdf3d8; text-shadow:0 2px 4px rgba(0,0,0,.6); margin-bottom:.3rem; }
  .hub-card__desc{ font-size:.82rem; color:#f0e3d0; text-shadow:0 1px 3px rgba(0,0,0,.6); line-height:1.35; }
  @media (max-width:820px){ .hub-grid{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width:420px){ .hub-grid{ grid-template-columns:1fr; } }

  .top3-podium-wrap{ position:relative; margin:1.2rem 0 1.6rem; padding:1.6rem 1rem; border-radius:14px;
    background:linear-gradient(180deg, rgba(253,246,224,.22), rgba(253,246,224,.4)), url('assets/img/podium-sand-bg.webp') center/cover;
    border:2px solid var(--bc-gold-deep); box-shadow:var(--shadow); }
  .top3-podium{ display:flex; align-items:flex-end; gap:1.1rem; }
  .top3-podium__slot{ flex:1; display:flex; flex-direction:column; min-width:0; }
  .top3-podium__slot.top3-card--gold{ order:2; }
  .top3-podium__slot.top3-card--silver{ order:1; }
  .top3-podium__slot.top3-card--bronze{ order:3; }
  .top3-podium__riser{ display:flex; align-items:center; justify-content:center; border-radius:0 0 8px 8px;
    box-shadow:inset 0 3px 6px rgba(0,0,0,.2), 0 2px 5px rgba(0,0,0,.25); font-weight:900; color:#fff; text-shadow:0 1px 3px rgba(0,0,0,.5); }
  .top3-podium__riser span{ font-size:1.5rem; }
  .top3-podium__riser--gold{ height:52px; background:linear-gradient(180deg,#f2d377,var(--bc-gold-deep)); }
  .top3-podium__riser--silver{ height:32px; background:linear-gradient(180deg,#e6e9ec,#9aa0a6); }
  .top3-podium__riser--bronze{ height:20px; background:linear-gradient(180deg,#d59a68,#9a5f34); }
  .top3-podium__riser--silver span, .top3-podium__riser--bronze span{ font-size:1.1rem; }
  .top3-card{ position:relative; z-index:2; background:#fff; border:2px solid var(--bc-line); border-radius:var(--radius);
    box-shadow:var(--shadow); padding:1.4rem 1rem 1.15rem; text-align:center; overflow:hidden;
    transition:transform var(--bc-dur-2) var(--bc-ease), box-shadow var(--bc-dur-2) var(--bc-ease), border-color var(--bc-dur-2) var(--bc-ease); }
  .top3-card:hover{ transform:translateY(-5px); box-shadow:0 14px 28px rgba(58,44,18,.24); border-color:var(--bc-gold); }
  .top3-card--gold{ border-color:var(--bc-gold); box-shadow:0 6px 18px rgba(179,130,47,.32); }
  .top3-card__ribbon{ position:absolute; top:0; left:0; right:0; background:linear-gradient(90deg,var(--bc-gold-deep),var(--bc-gold)); color:#2a1c0c;
    font-size:.68rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; padding:.32rem 0; text-align:center; }
  .top3-card--gold{ padding-top:1.1rem; }
  .top3-card__num{ position:absolute; top:36px; left:-10px; width:32px; height:32px; border-radius:50%; color:#fff; font-weight:800; font-size:.95rem;
    display:flex; align-items:center; justify-content:center; box-shadow:0 2px 8px rgba(0,0,0,.35); border:2px solid var(--bc-paper); z-index:2; }
  .top3-card--gold .top3-card__num{ top:8px; background:radial-gradient(circle at 35% 30%,#fff9e0,#d9a441 55%,#8a6516 100%); }
  .top3-card--silver .top3-card__num{ background:radial-gradient(circle at 35% 30%,#fdfdfd,#b7bcc2 55%,#7d8288 100%); }
  .top3-card--bronze .top3-card__num{ background:radial-gradient(circle at 35% 30%,#f3d8bd,#b8703b 55%,#7a4a24 100%); }
  .top3-card__logo{ height:46px; display:flex; align-items:center; justify-content:center; margin-bottom:.35rem; }
  .top3-card__logo img{ max-width:100%; max-height:100%; object-fit:contain; }
  .top3-card__rating{ font-size:.78rem; font-weight:700; color:var(--bc-gold-deep); margin-bottom:.55rem; }
  .top3-card__rating .stars{ color:var(--bc-gold); letter-spacing:1px; margin-left:.15rem; }
  .top3-card__bonus{ position:relative; overflow:hidden; min-height:88px; display:flex; align-items:center; justify-content:center;
    text-align:center; padding:.7rem .6rem; border-radius:9px; margin-bottom:.6rem; border:2px solid var(--bc-gold-deep);
    box-shadow:0 3px 8px rgba(58,44,18,.28); cursor:default;
    background:linear-gradient(180deg, rgba(20,12,2,.32), rgba(20,12,2,.58)), url('assets/img/gold-coins-bg.webp') center/cover; }
  .top3-card__bonus::after{ content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
    background:linear-gradient(115deg, rgba(255,255,255,0) 35%, rgba(255,241,180,.38) 50%, rgba(255,255,255,0) 65%);
    background-size:220% 100%; background-position:150% 0; transition:background-position .7s ease; }
  .top3-card:hover .top3-card__bonus::after{ background-position:-50% 0; }
  .top3-card__eyebrow{ position:relative; z-index:2; display:block; font-size:.58rem; font-weight:700; letter-spacing:.09em; text-transform:uppercase;
    color:#f2c94c; text-shadow:0 1px 2px rgba(0,0,0,.7); margin-bottom:.2rem; }
  .top3-card__figure{ position:relative; z-index:2; font-weight:900; font-size:1.25rem; line-height:1.15; color:#fdf3d8; text-shadow:0 2px 3px rgba(0,0,0,.75); }
  .top3-card__note{ font-size:.76rem; color:#6b5b3a; margin-bottom:.65rem; line-height:1.3; min-height:2.2em; }
  .top3-card__chips{ display:flex; flex-wrap:wrap; gap:.3rem; justify-content:center; margin-bottom:.75rem; }
  .top3-card__chips .chip{ font-size:.66rem; padding:.16rem .5rem; }
  .top3-card__actions{ display:flex; flex-direction:column; gap:.4rem; align-items:center; }
  .top3-card__actions .cta-button{ font-size:.88rem; font-weight:800; padding:.6rem 1rem; width:100%;
    box-shadow:0 4px 10px rgba(14,107,168,.35); transition:transform var(--bc-dur-1) var(--bc-ease), box-shadow var(--bc-dur-1) var(--bc-ease); }
  .top3-card:hover .top3-card__actions .cta-button{ transform:scale(1.03); box-shadow:0 6px 14px rgba(14,107,168,.45); }
  .top3-card__actions a.review-link{ font-size:.76rem; color:var(--bc-gold-deep); text-decoration:none; }
  .top3-card__actions a.review-link:hover{ text-decoration:underline; }
  @media (max-width:680px){
    .top3-podium{ flex-direction:column; align-items:stretch; }
    .top3-podium__slot.top3-card--gold{ order:1; }
    .top3-podium__slot.top3-card--silver{ order:2; }
    .top3-podium__slot.top3-card--bronze{ order:3; }
    .top3-podium__riser{ height:28px !important; }
    .top3-podium__riser span{ font-size:1.1rem !important; }
  }

  .method-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:1rem; }
  .method-item{ text-align:center; }
  .method-item__icon{ width:46px; height:46px; border-radius:50%; margin:0 auto .5rem; background:radial-gradient(circle at 35% 30%,#fff,var(--bc-gold-deep) 80%);
    display:flex; align-items:center; justify-content:center; box-shadow:0 2px 6px rgba(0,0,0,.2); }
  .method-item__icon img{ width:22px; height:22px; }
  .method-item__title{ font-weight:700; font-size:.92rem; margin-bottom:.3rem; }
  .method-item__desc{ font-size:.82rem; color:#6b5b3a; line-height:1.35; }
  .section-box{ background:linear-gradient(180deg,#fffaf0,#faf1da); border:1px dashed var(--bc-gold-deep); border-radius:var(--radius);
    padding:1.4rem 1.6rem; position:relative; overflow:hidden; }

  .faq-section{ background:linear-gradient(180deg,#fffaf0,#faf1da); border:1px dashed var(--bc-gold-deep); border-radius:var(--radius);
    padding:.4rem 1.4rem; position:relative; overflow:hidden; }
  .faq-item{ border-bottom:1px solid var(--bc-line); padding:.4rem 0; }
  .faq-item:last-child{ border-bottom:none; }
  .faq-question{ font-weight:700; font-size:.98rem; margin:0; }
  .faq-question__btn{ display:flex; align-items:center; justify-content:space-between; gap:1rem; width:100%;
    background:none; border:none; padding:.5rem 0; margin:0; font:inherit; font-weight:700; color:var(--bc-ink);
    text-align:left; cursor:pointer; }
  .faq-question__icon{ flex-shrink:0; position:relative; width:18px; height:18px; }
  .faq-question__icon::before, .faq-question__icon::after{ content:""; position:absolute; top:50%; left:50%;
    background:var(--bc-gold-deep); transform:translate(-50%,-50%); transition:transform var(--bc-dur-1) var(--bc-ease); }
  .faq-question__icon::before{ width:12px; height:2px; }
  .faq-question__icon::after{ width:2px; height:12px; }
  .faq-question__btn[aria-expanded="true"] .faq-question__icon::after{ transform:translate(-50%,-50%) rotate(90deg); opacity:0; }
  .faq-answer{ font-size:.9rem; color:#5a4a2c; line-height:1.5; padding:0 0 .8rem; }
  .faq-answer a{ color:var(--bc-gold-deep); }

  .info-table{ width:100%; border-collapse:collapse; }
  .info-table th,.info-table td{ text-align:left; padding:.5rem .7rem; border-bottom:1px solid var(--bc-line); font-size:.9rem; }
  .info-table th{ width:40%; color:#6b5b3a; font-weight:700; }
  .inline-provider-logo,.inline-payment-logo{ height:20px !important; width:auto !important; vertical-align:middle; margin-right:.3rem; }
  .inline-payment-logos{ display:inline-flex; align-items:center; gap:.3rem; }
  .payment-note{ margin-top:.8rem; font-size:.85rem; color:#6b5b3a; background:#faf5e6; border-radius:8px; padding:.7rem 1rem; }
  .game-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:1rem; margin:1rem 0; }
  .game-card{ position:relative; text-align:center; background:#fff; border:1px solid var(--bc-line); border-radius:var(--radius);
    overflow:hidden; box-shadow:var(--shadow); border-top:3px solid var(--card-accent, var(--bc-gold-deep));
    transition:transform var(--bc-dur-2) var(--bc-ease), box-shadow var(--bc-dur-2) var(--bc-ease); }
  .game-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-hover); }
  .game-card__icon{ width:100%; aspect-ratio:1/1; margin:0; overflow:hidden; background:#f2eadb; }
  .game-card__icon img{ width:100% !important; height:100% !important; object-fit:cover; display:block; transition:transform var(--bc-dur-2) var(--bc-ease); }
  .game-card:hover .game-card__icon img{ transform:scale(1.08); }
  .game-card__icon svg{ width:100%; height:100%; }
  .game-card__name{ font-size:.85rem; font-weight:700; margin-top:.6rem; padding:0 .5rem; }
  .game-card__provider{ font-size:.72rem; color:#8a7752; padding-bottom:.7rem; }
  .badge-grid{ display:flex; flex-wrap:wrap; gap:1rem; align-items:center; margin:1rem 0; }
  .badge-card{ background:#fff; border:1px solid var(--bc-line); border-radius:var(--radius); padding:.7rem 1.1rem;
    display:flex; align-items:center; justify-content:center; height:44px; box-shadow:var(--shadow);
    transition:transform var(--bc-dur-1) var(--bc-ease), box-shadow var(--bc-dur-1) var(--bc-ease), border-color var(--bc-dur-1) var(--bc-ease); }
  .badge-card:hover{ transform:translateY(-2px); box-shadow:var(--shadow-hover); border-color:var(--bc-gold); }
  .badge-card img{ max-height:26px; max-width:110px; object-fit:contain; }

  .badge-grid--payments{ flex-wrap:nowrap; gap:.55rem; overflow-x:auto; padding-bottom:.3rem; -webkit-overflow-scrolling:touch; }
  .badge-grid--payments .badge-card{ flex:1 1 0; min-width:0; padding:.55rem .5rem; justify-content:center; }
  .badge-grid--payments .badge-card img{ max-height:22px; max-width:100%; }
  @media (max-width:820px) and (min-width:641px){
    .badge-grid--payments{ overflow-x:auto; }
    .badge-grid--payments .badge-card{ flex:0 0 auto; min-width:92px; }
  }
  @media (max-width:640px){
    .badge-grid--payments{ flex-wrap:wrap; overflow-x:visible; gap:.7rem; }
    .badge-grid--payments .badge-card{ flex:1 1 calc(50% - .35rem); min-width:0; }
  }
  .limits-table{ width:100%; border-collapse:collapse; }
  .limits-table th,.limits-table td{ padding:.5rem .7rem; border-bottom:1px solid var(--bc-line); font-size:.88rem; text-align:left; }
  .rating-category{ padding:.6rem 0; border-bottom:1px solid var(--bc-line); font-size:.92rem; }
  .rating-category:last-child{ border-bottom:none; }
  .rating-category__top{ display:flex; justify-content:space-between; margin-bottom:.35rem; }
  .rating-category__label{ font-weight:600; }
  .rating-category__score{ font-weight:700; color:var(--bc-gold-deep); }
  .rating-category__bar{ height:7px; border-radius:999px; background:#e7dcc4; overflow:hidden; }
  .rating-category__bar-fill{ height:100%; border-radius:999px; width:0;
    background:linear-gradient(90deg,var(--bc-gold-deep),var(--bc-gold)); transition:width 1s var(--bc-ease); }
  .rating-category__bar-fill.is-visible{ width:var(--pct, 0%); }
  .rating-category .stars{ color:var(--bc-gold); }
  .screenshots-row{ display:flex; gap:.8rem; flex-wrap:wrap; margin:1rem 0; }
  .screenshot-thumb{ width:180px; border-radius:var(--radius); overflow:hidden; cursor:pointer; box-shadow:var(--shadow); }
  .screenshot-thumb img{ width:100%; display:block; }
  .pros-cons-box{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin:1.2rem 0; }
  .pros-box,.cons-box{ background:#fff; border:1px solid var(--bc-line); border-radius:var(--radius); padding:1rem 1.2rem; }
  .pros-box h3,.cons-box h3{ margin-top:0; }
  .pros-box ul,.cons-box ul{ list-style:none; margin:0; padding:0; }
  .pros-box li,.cons-box li{ display:flex; align-items:flex-start; gap:.5rem; font-size:.88rem; margin-bottom:.5rem; }
  .pros-box svg,.cons-box svg{ width:20px; height:16px; flex-shrink:0; margin-top:.1rem; }
  @media (max-width:640px){ .pros-cons-box{ grid-template-columns:1fr; } }

  .review-box{ display:grid; grid-template-columns:140px 1fr; gap:1.2rem; padding:1.4rem; align-items:center; }
  .review-box-left{ text-align:center; }
  .review-box-logo{ max-width:100%; max-height:50px; object-fit:contain; margin-bottom:.5rem; }
  .review-box-rating{ font-weight:800; font-size:1.2rem; color:var(--bc-gold-deep); }
  .review-box-stars{ color:var(--bc-gold); font-size:.9rem; }
  .review-box-title{ font-weight:800; font-size:1.15rem; margin-bottom:.3rem; }
  .review-box-bonus-highlight{ display:flex; align-items:center; gap:.7rem; background:linear-gradient(135deg,#fdf3d8,#f2dfa0);
    border:2px solid var(--bc-gold-deep); border-radius:var(--radius); padding:.7rem .9rem; margin:.5rem 0 .8rem; box-shadow:0 3px 10px rgba(179,130,47,.25); }
  .review-box-bonus-highlight__icon{ width:34px; height:34px; flex-shrink:0; }
  .review-box-bonus{ font-weight:800; font-size:1.05rem; color:#7a4e12; margin:0; }
  .review-box-bonus-sub{ font-size:.82rem; color:#8a6a2e; margin:.15rem 0 0; }
  .review-box-features{ list-style:none; margin:0 0 .8rem; padding:0; font-size:.85rem; }
  .review-box-features li{ padding:.15rem 0; }
  .review-box-features li::before{ content:"✓ "; color:#2f8a4a; font-weight:800; }
  @media (max-width:560px){ .review-box{ grid-template-columns:1fr; text-align:center; } }

  .wrap{ max-width:880px; margin:0 auto; padding:0 clamp(1rem,4vw,2rem) 3rem; position:relative; }

  .page-hero{ position:relative; overflow:hidden;
    background-image:linear-gradient(180deg, rgba(15,10,3,.22) 0%, rgba(15,10,3,.4) 100%), url('assets/img/nav-deck-texture.webp');
    background-repeat:no-repeat, repeat-x; background-size:cover, auto 100%;
    box-shadow:0 4px 14px rgba(0,0,0,.4), inset 0 -6px 10px rgba(0,0,0,.3); border-bottom:4px solid #2b1a0c; }
  .page-hero__content{ position:relative; z-index:2; padding:1.3rem clamp(1rem,5vw,3rem) 1.1rem; color:var(--bc-white); width:100%; }
  .page-hero .breadcrumb-nav{ color:rgba(253,249,240,.85); }
  .page-hero .breadcrumb-nav a{ color:var(--bc-gold); }
  .page-hero h1{ font-size:clamp(1.5rem,3vw,2.3rem); margin:.1rem 0 .35rem; color:var(--bc-white); text-shadow:0 3px 12px rgba(0,0,0,.6); }
  .page-hero .rating-line{ font-size:.95rem; color:rgba(253,249,240,.92); }
  .page-hero .rating-line strong{ color:var(--bc-gold); }

  .page-hero-photo{ position:relative; min-height:230px; display:flex; align-items:flex-end; overflow:hidden; }
  .page-hero-photo__bg{ position:absolute; inset:-4% -2%; background-size:cover; background-position:center 62%; filter:saturate(1.05); }
  .page-hero-photo__grade{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(15,10,3,.15) 0%, rgba(15,10,3,.72) 100%); }
  .page-hero-photo__content{ position:relative; z-index:2; padding:1.4rem clamp(1rem,5vw,3rem) 1.2rem; color:var(--bc-white); width:100%; }
  .page-hero-photo h1{ font-size:clamp(1.5rem,3vw,2.3rem); margin:.1rem 0 .35rem; color:var(--bc-white); text-shadow:0 3px 12px rgba(0,0,0,.6); }
  .page-hero-photo .breadcrumb-nav{ color:rgba(253,249,240,.85); }
  .page-hero-photo .breadcrumb-nav a{ color:var(--bc-gold); }

  .ship-band{ position:relative; width:100%; aspect-ratio:1536/520; overflow:hidden; background:#0e6ba8; }
  .ship-band__img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 50%; display:block; }

  .simple-navbar{ display:flex; flex-wrap:wrap; justify-content:center; gap:.4rem; background:#3a2410;
    border-radius:var(--radius); padding:.8rem 1rem; box-shadow:0 10px 24px rgba(0,0,0,.35);
    position:relative; z-index:4; margin:-175px auto 0; max-width:640px; }
  .simple-navbar a{ color:var(--bc-white); text-decoration:none; font-weight:700; font-size:.88rem;
    padding:.5rem .9rem; border-radius:999px; transition:background var(--bc-dur-1) var(--bc-ease); }
  .simple-navbar a:hover{ background:rgba(217,164,65,.28); }

  .ship-card{ position:relative; z-index:3; background:#fff; border-radius:var(--radius); box-shadow:0 14px 30px rgba(0,0,0,.25);
    margin-top:.9rem; }

  .treasure-line{ position:absolute; left:-140px; top:0; width:150px; height:100%; pointer-events:none; z-index:1; }
  .treasure-line__svg{ width:150px; height:100%; overflow:visible; }
  .treasure-line__path{ fill:none; stroke:var(--bc-gold-deep); stroke-width:3.5; stroke-dasharray:10 9; stroke-linecap:round; filter:drop-shadow(0 1px 2px rgba(28,18,6,.35)); }
  .treasure-line__ship{ position:absolute; width:44px; height:44px; opacity:0; transform:translate(-50%,-50%); transition:opacity .3s; filter:drop-shadow(0 3px 5px rgba(0,0,0,.4)); }
  .treasure-line__ship.is-sailing{ opacity:1; }
  .treasure-line__island{ position:absolute; width:78px; opacity:0; transform:translate(-50%,-50%) scale(.6); transition:opacity .5s, transform .5s; }
  .treasure-line__island.is-revealed{ opacity:1; transform:translate(-50%,-50%) scale(1); }
  @media (max-width:1180px){ .treasure-line{ display:none; } }

  .steps-guide{ display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:0; position:relative; margin:1.4rem 0; }
  .steps-guide::before{ content:""; position:absolute; top:22px; left:8%; right:8%; height:3px;
    background:repeating-linear-gradient(90deg,var(--bc-gold) 0 10px,transparent 10px 18px); z-index:0; }
  .step-card{ position:relative; z-index:1; text-align:center; padding:0 .6rem; }
  .step-card__num{ width:44px; height:44px; margin:0 auto .6rem; border-radius:50%;
    background:radial-gradient(circle at 35% 30%,#fff,var(--bc-gold-deep) 85%); color:#fff; font-weight:800; font-size:1.1rem;
    display:flex; align-items:center; justify-content:center; box-shadow:0 3px 8px rgba(0,0,0,.25); border:3px solid var(--bc-paper); }
  .step-card__title{ font-weight:700; font-size:.88rem; margin-bottom:.25rem; }
  .step-card__desc{ font-size:.8rem; color:#6b5b3a; line-height:1.35; }
  @media (max-width:640px){ .steps-guide::before{ display:none; } .steps-guide{ grid-template-columns:1fr; gap:1rem; } }

  .quest-map{ position:relative; width:100%; max-width:750px; margin:0 auto 1rem; border-radius:12px; overflow:hidden; box-shadow:var(--shadow-hover);
    border:3px solid #6b4a24; line-height:0; }
  .quest-map__img{ width:100%; display:block; }
  .quest-map__pin{ position:absolute; transform:translate(-50%,-50%); width:36px; height:36px; border-radius:50%;
    background:radial-gradient(circle at 35% 30%,#fff9e0,var(--bc-gold-deep) 60%,#7a4a18 100%); color:#fff; font-weight:800; font-size:1rem;
    display:flex; align-items:center; justify-content:center; z-index:2;
    box-shadow:0 3px 10px rgba(0,0,0,.55), 0 0 0 3px rgba(255,250,230,.8);
    transition:transform var(--bc-dur-1) var(--bc-ease); cursor:default; }
  .quest-map__pin:hover{ transform:translate(-50%,-50%) scale(1.15); }
  @media (max-width:520px){ .quest-map__pin{ width:26px; height:26px; font-size:.75rem; } }

  .quest-map__tag{ position:absolute; z-index:3; transform:translate(-50%,0);
    background:rgba(253,246,224,.97); border:1.5px solid var(--bc-gold-deep); border-radius:7px;
    padding:.32rem .5rem; box-shadow:0 3px 9px rgba(0,0,0,.4); max-width:150px; text-align:left; pointer-events:none; }
  .quest-map__tag strong{ display:block; font-size:.7rem; color:#3a2c12; line-height:1.2; margin-bottom:.1rem; }
  .quest-map__tag p{ margin:0; font-size:.62rem; color:#6b5b3a; line-height:1.22; }
  @media (max-width:640px){
    .quest-map__tag{ max-width:96px; padding:.22rem .35rem; }
    .quest-map__tag strong{ font-size:.58rem; }
    .quest-map__tag p{ display:none; }
  }
  .quest-map__tag--treasure{ border-color:var(--bc-gold); box-shadow:0 3px 12px rgba(179,130,47,.5); width:max-content; max-width:190px; }
  .quest-map__tag--wide{ width:max-content; max-width:230px; }
  @media (max-width:640px){ .quest-map__tag--treasure, .quest-map__tag--wide{ max-width:96px; } }

  .quest-reward{ display:flex; align-items:center; gap:1rem; background:linear-gradient(135deg,#fdf3d8,#f2dfa0);
    border:2px solid var(--bc-gold-deep); border-radius:var(--radius); box-shadow:var(--shadow); padding:1rem 1.3rem; margin:1rem 0 1.4rem; }
  .quest-reward__icon{ flex-shrink:0; display:flex; }
  .quest-reward__icon img{ width:44px; height:44px; }
  .quest-reward p{ margin:.2rem 0 0; font-size:.9rem; color:#5a4420; }

  .trust-box{ position:relative; overflow:hidden; background:linear-gradient(135deg,#eef7ef,#e3f3e6);
    border:2px solid #4a8a52; border-radius:var(--radius); box-shadow:var(--shadow); padding:1.3rem 1.5rem; margin:1.2rem 0; }
  .trust-box::before{ content:""; position:absolute; right:.9rem; top:.6rem; width:52px; height:52px; opacity:.16;
    background:url("assets/img/icon-shield.svg") center/contain no-repeat; }
  .trust-box h3{ margin:0 0 .5rem; font-size:1.05rem; color:#1f5c2a; border:none; display:flex; align-items:center; gap:.5rem; }
  .trust-box h3::before{ content:"✓"; display:inline-flex; align-items:center; justify-content:center; width:24px; height:24px;
    border-radius:50%; background:#4a8a52; color:#fff; font-size:.8rem; flex-shrink:0; }
  .trust-box p{ margin:0 0 .5rem; font-size:.92rem; color:#2a4a2e; }
  .trust-box ul{ list-style:none; margin:.5rem 0 0; padding:0; display:grid; gap:.4rem; }
  .trust-box li{ position:relative; padding:.45rem .6rem .45rem 1.9rem; font-size:.9rem; color:#2a4a2e; line-height:1.4;
    background:rgba(255,255,255,.5); border-radius:8px;
    transition:transform var(--bc-dur-1) var(--bc-ease), background var(--bc-dur-1) var(--bc-ease); }
  .trust-box li:hover{ transform:translateX(3px); background:rgba(255,255,255,.85); }
  .trust-box li::before{ content:"✓"; position:absolute; left:.6rem; top:.45rem; color:#4a8a52; font-weight:900; }
  .redflag-list li:hover{ transform:translateX(3px); background:rgba(255,255,255,.75); }

  .redflag-box{ position:relative; overflow:hidden; background:linear-gradient(135deg,#fdf0ec,#fbe4dd);
    border:2px solid #b3452f; border-radius:var(--radius); box-shadow:var(--shadow); padding:1.3rem 1.5rem; margin:1.2rem 0; }
  .redflag-box::before{ content:""; position:absolute; right:.9rem; top:.5rem; width:52px; height:52px; opacity:.18;
    background:url("assets/img/icon-warning-flag.svg") center/contain no-repeat; }
  .redflag-box h3{ margin:0 0 .6rem; font-size:1.05rem; color:#8a2c1a; border:none; display:flex; align-items:center; gap:.5rem; }
  .redflag-box h3::before{ content:"!"; display:inline-flex; align-items:center; justify-content:center; width:24px; height:24px;
    border-radius:50%; background:#b3452f; color:#fff; font-size:.85rem; font-weight:900; flex-shrink:0; }
  .redflag-list{ list-style:none; margin:0; padding:0; display:grid; gap:.5rem; }
  .redflag-list li{ position:relative; padding:.45rem .6rem .45rem 1.9rem; background:rgba(255,255,255,.4); border-radius:8px;
    font-size:.9rem; color:#5c261a; line-height:1.4;
    transition:transform var(--bc-dur-1) var(--bc-ease), background var(--bc-dur-1) var(--bc-ease); }
  .redflag-list li::before{ content:"✕"; position:absolute; left:.6rem; top:.45rem; color:#b3452f; font-weight:900; }

  .checklist-list{ list-style:none; margin:1.2rem 0; padding:0; display:grid; gap:1rem;
    grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); }
  .checklist-list li{ display:flex; flex-direction:column; align-items:flex-start; gap:.5rem; font-size:.88rem;
    color:#3a2c12; line-height:1.45; background:linear-gradient(160deg,#fdf9f0,#f5ecd4); border:2px solid var(--bc-line);
    border-radius:var(--radius); box-shadow:var(--shadow); padding:1rem 1.1rem;
    transition:transform var(--bc-dur-1) var(--bc-ease), box-shadow var(--bc-dur-1) var(--bc-ease), border-color var(--bc-dur-1) var(--bc-ease); }
  .checklist-list li:hover{ transform:translateY(-3px); box-shadow:var(--shadow-hover); border-color:var(--bc-gold); }
  .checklist-list li::before{ content:""; flex-shrink:0; width:38px; height:38px;
    background:url("assets/img/icon-compass.svg") center/contain no-repeat; }
  .checklist-list li strong{ font-size:.95rem; color:#7a4e12; }

  .step-path{ list-style:none; counter-reset:step-path-counter; margin:1.2rem 0; padding:0; display:grid; gap:0; position:relative; }
  .step-path li{ counter-increment:step-path-counter; position:relative; display:flex; align-items:flex-start; gap:.9rem;
    background:#fff; border:1px solid var(--bc-line); border-radius:var(--radius); padding:.8rem 1rem; margin-bottom:.7rem;
    font-size:.92rem; color:#3a2c12; line-height:1.45; box-shadow:var(--shadow); }
  .step-path li::before{ content:counter(step-path-counter); flex-shrink:0; width:30px; height:30px; border-radius:50%;
    background:radial-gradient(circle at 35% 30%,#fff,var(--bc-gold-deep) 85%); color:#fff; font-weight:800; font-size:.95rem;
    display:flex; align-items:center; justify-content:center; box-shadow:0 2px 6px rgba(0,0,0,.25); }
  .step-path li:not(:last-child)::after{ content:""; position:absolute; left:29px; top:100%; width:2px; height:.7rem;
    background-image:linear-gradient(var(--bc-gold-deep) 60%, transparent 0); background-size:2px 8px; background-repeat:repeat-y; }

  .mobile-box{ display:flex; align-items:center; gap:1rem; background:#fff; border:1px solid var(--bc-line); border-left:4px solid var(--bc-blue);
    border-radius:var(--radius); box-shadow:var(--shadow); padding:1rem 1.3rem; margin:1.2rem 0; }
  .mobile-box__icon{ flex-shrink:0; width:46px; height:46px; border-radius:50%; background:radial-gradient(circle at 35% 30%,#fff,var(--bc-blue) 85%);
    display:flex; align-items:center; justify-content:center; }
  .mobile-box__icon img{ width:22px; height:22px; }
  .mobile-box p{ margin:0; font-size:.9rem; color:#3a3226; }

  .author-byline{ display:flex; align-items:center; gap:.7rem; margin:1rem 0 1.4rem; padding:.8rem 1rem;
    background:#faf5e6; border:1px solid var(--bc-line); border-radius:var(--radius); font-size:.85rem; color:#4a3c22; }
  .author-byline__avatar{ width:36px; height:36px; border-radius:50%; background:radial-gradient(circle at 35% 30%,#fff,var(--bc-gold-deep) 85%);
    display:flex; align-items:center; justify-content:center; font-weight:800; color:#fff; flex-shrink:0; }

  .age-gate{ position:fixed; inset:0; background:rgba(10,6,2,.88); z-index:9999; display:flex; align-items:center; justify-content:center; padding:1rem; }
  .age-gate[hidden]{ display:none; }
  .age-gate__box{ background:var(--bc-paper); border-radius:var(--radius); padding:2rem; max-width:400px; text-align:center; box-shadow:0 20px 50px rgba(0,0,0,.5); }
  .age-gate__box h2{ border:none; margin-top:0; display:flex; align-items:center; justify-content:center; gap:.5rem; }
  .age-gate__lock-icon{ width:22px; height:22px; flex-shrink:0; }
  .age-gate__actions{ display:flex; gap:.8rem; justify-content:center; margin-top:1.2rem; }
  .age-gate__actions button{ padding:.7rem 1.4rem; border-radius:999px; border:none; font-weight:700; cursor:pointer; font-size:.95rem; }
  #age-gate-yes{ background:var(--bc-blue); color:#fff; }
  #age-gate-no{ background:#e7dcc4; color:#4a3c22; }

  .cookie-consent{ position:fixed; left:0; right:0; bottom:0; z-index:9998; padding:1rem; }
  .cookie-consent[hidden]{ display:none; }
  .cookie-consent__box{ max-width:960px; margin:0 auto; background:#2b1a0c; color:#e7dcc4; border-radius:var(--radius);
    padding:1.1rem 1.4rem; box-shadow:0 -6px 30px rgba(0,0,0,.4); display:flex; flex-wrap:wrap; align-items:center; gap:1rem; justify-content:space-between; }
  .cookie-consent__box p{ margin:0; font-size:.82rem; line-height:1.5; flex:1 1 320px; }
  .cookie-consent__box a{ color:var(--bc-gold); }
  .cookie-consent__actions{ display:flex; gap:.6rem; flex-shrink:0; }
  .cookie-consent__actions button{ padding:.55rem 1.1rem; border-radius:999px; border:none; font-weight:700; cursor:pointer; font-size:.85rem; white-space:nowrap; }
  #cookie-consent-reject{ background:transparent; color:#e7dcc4; border:1px solid #6b5a3a !important; }

  .site-footer{ background:#2b1a0c; color:#e7dcc4; padding:2.5rem 1.5rem 1.5rem; margin-top:3rem; font-size:.85rem; }
  .site-footer__inner{ max-width:960px; margin:0 auto; }
  .site-footer a{ color:var(--bc-gold); }
  .site-footer__badges{ display:flex; flex-wrap:wrap; gap:1rem; align-items:center; margin:1rem 0; }
  .site-footer__badges img{ height:40px; }
  .site-footer__legal{ font-size:.75rem; color:#a89a78; line-height:1.6; margin-top:1rem; border-top:1px solid #4a3420; padding-top:1rem; }

  .site-footer__toprow{ display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:1rem; }
  .site-footer__pagelinks{ display:flex; flex-wrap:wrap; gap:.6rem; }
  .site-footer__pagelinks a{ display:inline-flex; align-items:center; padding:.5rem 1rem; border-radius:999px;
    background:rgba(217,164,65,.12); border:1px solid rgba(217,164,65,.35); color:var(--bc-gold) !important;
    font-size:.8rem; font-weight:600; text-decoration:none;
    transition:background var(--bc-dur-1) var(--bc-ease), transform var(--bc-dur-1) var(--bc-ease); }
  .site-footer__pagelinks a:hover{ background:rgba(217,164,65,.25); transform:translateY(-2px); }
  @media (max-width:640px){ .site-footer__toprow{ flex-direction:column; align-items:flex-start; } }

  .dgoj-badges{ gap:12px; }
  .dgoj-badge{ display:block; transition:transform var(--bc-dur-1) var(--bc-ease); }
  .dgoj-badge:hover{ transform:translateY(-2px); }
  .dgoj-badge img{ height:44px; width:44px; }
  .dgoj-disclaimer{ max-width:820px; margin:10px auto; padding:10px 14px; background:#2a1c0c; border:1px solid #4a3620; border-radius:6px; }
  .dgoj-disclaimer p{ font-size:11px; line-height:1.55; color:#c9b98e; margin:0; }
  .dgoj-disclaimer strong{ color:#e7dcc4; }
  .dgoj-disclaimer a{ color:var(--bc-gold); }
