:root {
  --ink: #102522;
  --muted: #63716d;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --green: #075f4b;
  --green-dark: #064536;
  --mint: #d8efe4;
  --orange: #ff6b3d;
  --gold: #ffbd46;
  --line: #dce4df;
  --shadow: 0 18px 50px rgba(18, 55, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; }
button, .button { font: inherit; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 8px; padding: 13px 20px; font-weight: 700; text-decoration: none; border: 0; cursor: pointer; }
.primary { background: var(--orange); color: white; box-shadow: 0 8px 20px rgba(255, 107, 61, .25); }
.subtle { background: #eef2ef; color: var(--ink); }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--green); font-size:17px; font-weight: 800; }
.site-header { height: 76px; display: flex; align-items: center; gap: 50px; padding: 0 max(24px, calc((100vw - 1180px)/2)); border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; text-decoration: none; letter-spacing: -.03em; }
.brand strong { color: var(--green); }
.brand-icon { width: 34px; height: 34px; border-radius: 50% 50% 50% 6px; display: grid; place-items: center; background: var(--green); color: white; font: 800 20px/1 "Fraunces", serif; transform: rotate(-8deg); }
.brand-icon + span { transform: translateY(1px); }
nav { display: flex; gap: 28px; margin-right: auto; }
nav a { color: #3d504b; text-decoration: none; font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--orange); }
.adult-pill { border: 1px solid var(--green); color: var(--green); border-radius: 999px; padding: 4px 11px; font-size:17px; font-weight: 800; }
.hero { min-height: 580px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: linear-gradient(125deg, var(--cream) 0 57%, #dcecdf 57%); }
.hero-copy { align-self: center; padding: 75px 40px 75px max(24px, calc((100vw - 1180px)/2)); max-width: 720px; }
.hero .eyebrow span { display: inline-block; width: 26px; height: 2px; margin: 0 8px 3px 0; background: var(--orange); }
h1, h2 { font-family: "Fraunces", serif; line-height: 1.03; letter-spacing: -.04em; }
h1 { max-width: 640px; margin: 0; font-size: clamp(50px, 6vw, 78px); }
h1 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 570px; margin: 24px 0; color: #50635e; font-size: 18px; }
.hero-button { margin-bottom: 44px; }
.trust-row { display: flex; gap: 34px; }
.trust-row div { display: grid; border-left: 1px solid #cbd5ce; padding-left: 14px; }
.trust-row strong { color: var(--green); font: 800 22px/1 "Fraunces", serif; }
.trust-row span { color: var(--muted); font-size:16px; }
.hero-visual { min-height: 580px; position: relative; overflow: hidden; }
.sun { width: 220px; height: 220px; border-radius: 50%; background: var(--gold); position: absolute; right: 18%; top: 12%; }
.mountain { position: absolute; left: 0; bottom: -10px; width: 110%; height: 420px; clip-path: polygon(0 75%, 24% 45%, 35% 61%, 60% 15%, 100% 78%, 100% 100%, 0 100%); }
.mountain-back { background: #7fb59c; transform: translate(30px, -50px); }
.mountain-front { background: var(--green); clip-path: polygon(0 86%, 25% 48%, 40% 68%, 66% 28%, 100% 72%, 100% 100%, 0 100%); }
.score-float { position: absolute; top: 32%; left: 17%; z-index: 4; width: 210px; padding: 20px; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); display: grid; }
.score-float span, .score-float small { color: var(--muted); font-size:16px; }
.score-float strong { font: 800 46px/1.1 "Fraunces", serif; color: var(--green); }
.score-float b { color: var(--gold); font-size: 22px; }
.coin { position: absolute; z-index: 5; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--orange); box-shadow: var(--shadow); font-weight: 800; }
.coin-one { width: 70px; height: 70px; right: 19%; top: 46%; font-size: 27px; }
.coin-two { width: 48px; height: 48px; left: 30%; top: 18%; color: var(--ink); background: white; }
.assurance { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1180px; margin: -1px auto 0; border: 1px solid var(--line); background: white; }
.assurance > div { display: flex; align-items: center; gap: 12px; padding: 19px 22px; border-right: 1px solid var(--line); }
.assurance > div:last-child { border-right: 0; }
.assurance span { color: var(--orange); font-weight: 800; }
.assurance p { margin: 0; display: grid; color: var(--muted); font-size:16px; line-height: 1.4; }
.assurance strong { color: var(--ink); font-size:18px; }
.section { max-width: 1180px; margin: 0 auto; padding: 100px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 35px; }
.section-heading h2, .method h2, .responsible-banner h2 { margin: 0; font-size: clamp(35px, 4vw, 50px); }
.section-heading > p { max-width: 430px; color: var(--muted); font-size: 14px; }
.offer-card { display: grid; grid-template-columns: 70px 180px 120px 210px 1fr 220px; gap: 24px; align-items: center; margin: 16px 0; padding: 24px; border: 1px solid var(--line); border-radius: 13px; background: white; box-shadow: 0 8px 30px rgba(18,55,45,.05); }
.offer-card.featured { border: 2px solid var(--green); position: relative; }
.offer-card.featured::before { content: "RECOMENDADO"; position: absolute; left: 18px; top: -11px; padding: 2px 9px; color: white; background: var(--green); border-radius: 4px; font-size:14px; font-weight: 800; letter-spacing: .1em; }
.rank { display: grid; justify-items: center; color: var(--muted); border-right: 1px solid var(--line); }
.rank small { font-size:14px; text-transform: uppercase; letter-spacing: .12em; }
.rank strong { color: var(--green); font: 800 32px/1 "Fraunces", serif; }
.operator-logo { font-weight: 800; font-size: 25px; letter-spacing: -.06em; text-align: center; }
.betsson { color: #f15a29; }
.rushbet { color: #27324b; font-style: italic; }
.rushbet span { color: #e23936; }
.offer-rating, .offer-bonus, .offer-action { display: grid; }
.stars { color: var(--gold); letter-spacing: 1px; font-size:18px; white-space: nowrap; }
.stars i { color: #d8ddd9; font-style: normal; }
.offer-rating strong { font: 800 28px/1.2 "Fraunces", serif; }
.offer-rating small, .offer-bonus small, .offer-bonus span, .offer-action small { color: var(--muted); font-size:14px; }
.offer-bonus strong { color: var(--green); font-size: 16px; line-height: 1.3; }
.offer-card ul { margin: 0; padding: 0; list-style: none; color: #42534e; font-size:16px; }
.offer-card li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 800; }
.offer-action { justify-items: stretch; gap: 6px; text-align: center; }
.badge { justify-self: center; padding: 3px 9px; border-radius: 999px; color: var(--green); background: var(--mint); font-size:14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.badge.neutral { color: #765116; background: #fff0cf; }
.offer-button { background: var(--orange); color: white; font-size:18px; }
.affiliate-note { margin: 22px auto 0; max-width: 800px; color: var(--muted); text-align: center; font-size:16px; }
.method { max-width: none; padding-left: max(24px, calc((100vw - 1180px)/2)); padding-right: max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; background: var(--cream); }
.method-copy p:not(.eyebrow) { color: var(--muted); max-width: 460px; }
.method-copy a { color: var(--green); font-weight: 800; text-decoration: none; }
.criteria-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.criteria-grid article { padding: 26px; background: white; border-bottom: 3px solid var(--green); }
.criteria-grid span { color: var(--orange); font: 800 12px "Fraunces", serif; }
.criteria-grid h3 { margin: 10px 0 4px; font: 800 20px "Fraunces", serif; }
.criteria-grid p { margin: 0; color: var(--muted); font-size:17px; }
.compact { margin-bottom: 28px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-visual { margin: 0 0 22px; display: grid; grid-template-columns: 1.45fr .55fr; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
.guide-visual img { display: block; width: 100%; height: 275px; object-fit: cover; }
.guide-visual figcaption { padding: 32px; color: var(--muted); font-size: 14px; }
.guide-visual figcaption strong { display: block; margin-bottom: 10px; color: var(--green); font: 800 27px/1.05 "Fraunces", serif; }
.guide-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.guide-grid span { color: var(--orange); font-size:15px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-grid h3 { margin: 12px 0; font: 800 24px/1.1 "Fraunces", serif; }
.guide-grid p { margin: 0; color: var(--muted); font-size:18px; }
.responsible-banner { max-width: 1180px; margin: 0 auto 100px; padding: 28px 42px 28px 22px; display: grid; grid-template-columns: 180px 1fr 230px; gap: 30px; align-items: center; color: white; background: var(--green); border-radius: 14px; overflow: hidden; }
.responsible-banner .eyebrow { color: #9dd8bd; }
.responsible-banner h2 { font-size: 36px; }
.responsible-banner p:not(.eyebrow) { margin: 10px 0 0; color: #c6ded5; font-size:18px; }
.responsible-visual img { display: block; width: 180px; height: 140px; object-fit: contain; }
.responsible-actions { display: grid; gap: 10px; text-align: center; }
.responsible-actions a { font-size:16px; }
.responsible-actions .light { color: var(--green); background: white; font-size:17px; }
footer { color: #d2e2dc; background: #092d25; }
.footer-main { max-width: 1180px; margin: auto; padding: 65px 0 45px; display: grid; grid-template-columns: 2fr 1fr 1.2fr 1.3fr; gap: 50px; }
.footer-main .brand { color: white; }
.footer-brand p { max-width: 390px; color: #99b4aa; font-size:17px; }
.footer-age { color: var(--gold); font-size:16px; font-weight: 800; }
.footer-main h3 { margin: 5px 0 14px; color: white; font-size:17px; text-transform: uppercase; letter-spacing: .1em; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 7px; }
.footer-main > div:not(.footer-brand) a { color: #99b4aa; font-size:16px; text-decoration: none; }
.footer-main a:hover { color: white !important; }
.footer-disclaimer { max-width: 1180px; margin: auto; padding: 18px 22px; color: #b9ccc5; background: #0d392f; font-size:16px; text-align: center; }
.footer-bottom { max-width: 1180px; margin: auto; padding: 19px 0 25px; display: flex; justify-content: space-between; color: #6e9185; font-size:15px; }
.age-gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(5, 31, 25, .86); backdrop-filter: blur(8px); }
.age-gate.hidden { display: none; }
.age-card { max-width: 470px; padding: 38px; border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); text-align: center; }
.age-mark { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--orange); border: 2px solid var(--orange); border-radius: 50%; font: 800 24px "Fraunces", serif; }
.age-card h2 { margin: 0; font-size: 36px; }
.age-card p:not(.eyebrow) { color: var(--muted); font-size:18px; }
.age-actions { display: grid; gap: 8px; margin: 22px 0; }
.age-card small { color: var(--muted); font-size:15px; }
.cookie-bar { position: fixed; z-index: 90; left: 20px; right: 20px; bottom: 18px; max-width: 720px; margin: auto; padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; background: #163e34; border-radius: 10px; box-shadow: var(--shadow); }
.cookie-bar.hidden { display: none; }
.cookie-bar p { margin: 0; font-size:16px; }
.cookie-bar button { padding: 7px 10px; color: white; background: transparent; border: 0; font-size:15px; font-weight: 800; cursor: pointer; }
.cookie-bar .cookie-accept { background: var(--orange); border-radius: 5px; }
.legal-page main { min-height: 65vh; max-width: 850px; margin: auto; padding: 80px 24px; }
.legal-page main h1 { font-size: 52px; }
.legal-page main h2 { margin-top: 36px; font-size: 26px; }
.legal-page main p, .legal-page main li { color: var(--muted); font-size: 14px; }

@media (max-width: 1050px) {
  nav { display: none; }
  .adult-pill { margin-left: auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .offer-card { grid-template-columns: 60px 1fr 100px 1.2fr; }
  .offer-card ul { grid-column: 2 / 4; }
  .offer-action { grid-column: 4; grid-row: 1 / 3; }
  .section, .responsible-banner { margin-left: 24px; margin-right: 24px; }
}

@media (max-width: 720px) {
  .site-header { height: 65px; padding: 0 16px; }
  .hero-copy { padding: 60px 20px; }
  h1 { font-size: 48px; }
  .trust-row { gap: 10px; }
  .trust-row div { padding-left: 8px; }
  .assurance { grid-template-columns: 1fr 1fr; margin: 0 12px; }
  .assurance > div:nth-child(2) { border-right: 0; }
  .section { padding: 68px 0; margin-left: 16px; margin-right: 16px; }
  .section-heading { display: block; }
  .offer-card, .offer-card.featured { display: grid; grid-template-columns: 55px 1fr; padding: 18px; gap: 15px; }
  .operator-logo { text-align: left; }
  .offer-rating, .offer-bonus, .offer-card ul, .offer-action { grid-column: 2; grid-row: auto; }
  .rank { grid-row: 1 / 6; height: 100%; align-content: start; padding-top: 10px; }
  .method { grid-template-columns: 1fr; gap: 35px; padding-left: 16px; padding-right: 16px; }
  .criteria-grid, .guide-grid, .guide-visual { grid-template-columns: 1fr; }
  .guide-visual img { height: auto; }
  .guide-visual figcaption { padding: 24px; }
  .responsible-banner { grid-template-columns: 1fr; margin: 0 16px 70px; padding: 27px; }
  .responsible-banner h2 { font-size: 30px; }
  .footer-main { grid-template-columns: 1fr 1fr; padding: 45px 20px 30px; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-disclaimer { margin: 0 14px; }
  .footer-bottom { padding: 18px 20px; display: grid; gap: 4px; }
  .cookie-bar { display: grid; }
}
