:root {
  --ink: #f0fff8;
  --muted: #89c9aa;
  --paper: #040f06;
  --soft: #0b210e;
  --purple: #f59e01;
  --purple-dark: #123b24;
  --coral: #f59e01;
  --lime: #fff600;
  --pink: #e14c84;
  --line: #1b5438;
  --radius: 14px;
  --shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Montserrat", sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Montserrat", sans-serif; line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.7rem, 6vw, 5.3rem); }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { margin-bottom: 12px; font-size: 1.25rem; }
.lead { font-size: 1.18rem; color: #48425e; }
.section { padding: 105px 0; }
.section-tinted { background: var(--soft); }
.section-kicker { margin-bottom: 12px; color: var(--purple); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: .77rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 520px; margin-bottom: 4px; color: var(--muted); }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(18,13,41,.88); color: white; backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 34px; }
.logo { display: inline-flex; align-items: center; gap: 11px; font-family: "Montserrat", sans-serif; font-size: 1.22rem; font-weight: 800; }
.logo img { display: block; width: 156px; height: auto; }
.logo-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: var(--ink); background: var(--lime); transform: rotate(-4deg); }
.main-nav { display: flex; gap: 28px; margin-left: auto; }
.main-nav a { color: #d9d3ea; font-size: .92rem; font-weight: 600; }
.main-nav a:hover { color: white; }
.menu-button { display: none; margin-left: auto; padding: 6px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: white; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 0; border-radius: 12px; background: var(--coral); color: #21152b; box-shadow: 0 10px 24px rgba(255,121,95,.23); font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255,121,95,.32); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }
.button-full { width: 100%; }
.button-light { background: var(--lime); box-shadow: none; }
.text-link { color: white; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; padding: 98px 0 106px; color: white; background: #120d29; }
.hero::after { position: absolute; right: -80px; bottom: -180px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .33; }
.hero-glow-one { top: -170px; left: 38%; width: 420px; height: 420px; background: #8d62ff; }
.hero-glow-two { bottom: -130px; left: -100px; width: 380px; height: 380px; background: #e65378; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .65fr); align-items: center; gap: 74px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: #d8d0ed; font-size: .84rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(213,243,104,.12); }
.hero-lead { max-width: 700px; color: #c9c2db; font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin: 34px 0 22px; }
.age-note { margin-bottom: 0; color: #9990af; font-size: .78rem; }
.age-note strong { display: inline-grid; width: 30px; height: 30px; margin-right: 7px; place-items: center; border: 1px solid #665e7d; border-radius: 50%; color: white; }

.offer-card { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: rgba(255,255,255,.075); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.offer-top { display: flex; align-items: center; gap: 14px; }
.brand-tile { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 16px; color: var(--ink); background: #0f2e18; font-family: "Montserrat"; font-size: 1.7rem; font-weight: 800; }
.brand-tile img { width: 34px; height: 31px; }
.offer-label { margin: 0; color: #aaa2bd; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.offer-rating { margin: 3px 0 0; font-size: .84rem; }
.offer-rating span { color: #ffc45d; letter-spacing: 2px; }
.bonus-value { margin: 27px 0 4px; font-family: "Montserrat"; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -.05em; }
.offer-description { color: #c7bfd8; font-size: .92rem; }
.check-list { display: grid; gap: 8px; margin: 21px 0 25px; padding: 0; list-style: none; }
.check-list li::before { margin-right: 9px; color: var(--lime); content: "✓"; font-weight: 800; }
.terms { margin: 12px 0 0; color: #9188a9; font-size: .7rem; text-align: center; }

.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: grid; grid-template-columns: auto 1fr; padding: 27px 25px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border: 0; }
.trust-icon { grid-row: span 2; align-self: center; margin-right: 13px; color: var(--purple); font-size: 1.55rem; }
.trust-grid strong { font-size: .9rem; }
.trust-grid small { color: var(--muted); }

.content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: start; gap: 85px; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 35px; }
.pros-cons > div { padding: 25px; border: 1px solid var(--line); border-radius: 17px; }
.pros-cons ul { margin: 0; padding: 0; list-style: none; }
.pros-cons li { position: relative; margin: 8px 0; padding-left: 26px; }
.pros li::before, .cons li::before { position: absolute; left: 0; font-weight: 800; }
.pros li::before { color: #299b6f; content: "✓"; }
.cons li::before { color: var(--coral); content: "–"; }
.facts-card { padding: 30px; border-radius: var(--radius); background: var(--ink); color: white; box-shadow: var(--shadow); }
.card-title { font-family: "Montserrat"; font-size: 1.25rem; font-weight: 800; }
.facts-card dl { margin: 0; }
.facts-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.facts-card dl div:last-child { border: 0; }
.facts-card dt { color: #ada6bd; }
.facts-card dd { margin: 0; font-weight: 700; text-align: right; }

.bonus-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.bonus-banner { min-height: 360px; padding: 42px; border-radius: var(--radius); background: var(--purple-dark); color: white; box-shadow: var(--shadow); }
.bonus-badge { display: inline-block; padding: 6px 12px; border-radius: 20px; background: var(--lime); color: var(--ink); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.bonus-mini { margin: 60px 0 0; color: #c7bde0; }
.bonus-large { margin: 0 0 14px; font-family: "Montserrat"; font-size: 4.7rem; font-weight: 800; line-height: 1; letter-spacing: -.07em; }
.bonus-large span { display: block; font-size: 1.9rem; letter-spacing: -.03em; }
.steps { display: grid; gap: 12px; }
.steps > div { display: flex; align-items: center; gap: 23px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.steps > div > span { color: var(--purple); font-family: "Montserrat"; font-size: 1.5rem; font-weight: 800; }
.steps h3, .steps p { margin-bottom: 3px; }
.steps p { color: var(--muted); }
.notice { margin-top: 22px; padding: 18px 22px; border-left: 4px solid var(--coral); background: #fff9f6; font-size: .9rem; }

.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.game-card { min-height: 310px; display: flex; flex-direction: column; padding: 32px; border-radius: var(--radius); color: white; transition: transform .25s; }
.game-card:hover { transform: translateY(-6px); }
.game-card > span { font-size: 2.2rem; }
.game-card h3 { margin-top: auto; font-size: 1.65rem; }
.game-card p { color: rgba(255,255,255,.78); }
.game-card a { font-weight: 800; }
.card-purple { background: #533598; }
.card-coral { background: #c94f55; }
.card-blue { background: #275f8e; }

.payment-section { background: #fffaf4; }
.payment-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0; }
.payment-tags span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 9px; background: white; font-weight: 700; font-size: .85rem; }
.table-wrap { overflow: hidden; padding: 12px 26px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; }
caption { padding: 15px 0; font-family: "Montserrat"; font-size: 1.2rem; font-weight: 800; text-align: left; }
th, td { padding: 15px 8px; border-bottom: 1px solid var(--line); text-align: left; font-size: .88rem; }
th { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.table-note { margin: 13px 0 0; color: var(--muted); font-size: .73rem; }

.faq-container { max-width: 900px; }
.faq-list { border-top: 1px solid #dcd4e8; }
.faq-list details { border-bottom: 1px solid #dcd4e8; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-family: "Montserrat"; font-size: 1.1rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--purple); font-size: 1.5rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding-bottom: 23px; color: var(--muted); }

.final-cta { padding: 75px 0; background: var(--purple); color: white; }
.final-cta .section-kicker { color: var(--lime); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { margin-bottom: 10px; }
.final-cta p { max-width: 700px; color: #d5caeb; }
.final-cta .section-kicker { color: var(--lime); }
.site-footer { padding: 70px 0 20px; background: #120d29; color: #b8b0c9; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr) 1.15fr; gap: 32px; }
.footer-logo { margin-bottom: 20px; color: white; }
.footer-grid h2 { margin-bottom: 18px; color: white; font-size: .92rem; letter-spacing: 0; }
.footer-grid a:not(.logo) { display: block; margin: 8px 0; font-size: .86rem; }
.footer-grid p { font-size: .84rem; }
.responsible strong { display: grid; width: 50px; height: 50px; margin-bottom: 16px; place-items: center; border: 2px solid var(--coral); border-radius: 50%; color: white; }
.copyright { margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .77rem; }

/* Brand system inspired by the public visual identity of casinacho.com. */
.site-header { border-color: #17492f; background: rgba(4, 15, 6, .92); }
.main-nav a { color: #bdebd5; }
.login-link { padding: 8px 4px; color: #fff; font-size: .88rem; font-weight: 800; text-transform: uppercase; }
.casino-nav { position: sticky; z-index: 25; top: 76px; overflow-x: auto; border-bottom: 1px solid #17492f; background: #0b210e; scrollbar-width: none; }
.casino-nav::-webkit-scrollbar { display: none; }
.casino-nav-inner { min-height: 48px; display: flex; align-items: center; gap: 5px; }
.casino-nav a { flex: 0 0 auto; padding: 7px 17px; border-radius: 7px; color: #89c9aa; font-size: .8rem; font-weight: 700; }
.casino-nav a:hover, .casino-nav a.active { color: #111805; background: #f59e01; }
.button { border: 1px solid #f8bb01; border-radius: 8px; color: #121807; background: linear-gradient(180deg, #fff600 0%, #f59e01 100%); box-shadow: 0 8px 24px rgba(245, 158, 1, .22); text-transform: uppercase; letter-spacing: .02em; }
.button:hover { box-shadow: 0 10px 30px rgba(245, 158, 1, .35); }
.button-light { background: linear-gradient(180deg, #fff600 0%, #f8bb01 100%); }
.text-link { color: #f8bb01; }
.hero { background:
  radial-gradient(circle at 72% 15%, rgba(245, 158, 1, .16), transparent 25%),
  radial-gradient(circle at 20% 100%, rgba(225, 76, 132, .13), transparent 27%),
  #040f06; }
.casino-hero { min-height: 660px; display: flex; align-items: center; background-image: linear-gradient(90deg, rgba(4,15,6,.99) 0%, rgba(4,15,6,.9) 40%, rgba(4,15,6,.24) 72%, rgba(4,15,6,.42) 100%), url("assets/casinacho/Casinacho-casino.webp"); background-position: center, center right; background-size: cover; }
.casino-hero .hero-grid { grid-template-columns: minmax(0, 1.32fr) minmax(320px, .68fr); }
.casino-hero h1 { max-width: 780px; font-size: clamp(2.8rem, 5.2vw, 4.9rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; color: #76b898; font-size: .75rem; }
.breadcrumbs a:hover { color: #f59e01; }
.hero::before { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(30deg, #1b5438 12%, transparent 12.5%, transparent 87%, #1b5438 87.5%, #1b5438), linear-gradient(150deg, #1b5438 12%, transparent 12.5%, transparent 87%, #1b5438 87.5%, #1b5438); background-size: 56px 98px; content: ""; }
.hero::after { border-color: rgba(245, 158, 1, .22); }
.hero-glow { display: none; }
.hero h1 { text-shadow: 0 4px 30px rgba(0,0,0,.45); }
.hero-lead, .offer-description { color: #abe3c8; }
.eyebrow { color: #bdebd5; }
.eyebrow span { background: #f59e01; box-shadow: 0 0 0 5px rgba(245, 158, 1, .13); }
.offer-card { border-color: #337957; background: linear-gradient(145deg, rgba(18,59,36,.97), rgba(11,33,14,.97)); box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.offer-label, .terms, .age-note { color: #89c9aa; }
.check-list li::before { color: #fff600; }
.trust-strip { border-color: #1b5438; background: #0b210e; }
.trust-grid > div { border-color: #1b5438; }
.trust-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 10px; color: #f59e01; background: #123b24; }
.trust-icon svg, .game-card svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-grid small, .lead, .section-heading > p, .steps p, .table-note, .faq-list details p { color: #89c9aa; }
.toc-bar { position: relative; z-index: 5; padding: 18px 0; border-bottom: 1px solid #17492f; background: #07180a; }
.toc-details { overflow: hidden; border: 1px solid #1b5438; border-radius: 10px; background: #0b210e; }
.toc-details summary { min-height: 54px; display: flex; align-items: center; gap: 12px; padding: 10px 16px; cursor: pointer; list-style: none; }
.toc-details summary::-webkit-details-marker { display: none; }
.toc-details summary:hover { background: #0f2e18; }
.toc-summary-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 7px; color: #111805; background: #f59e01; font-size: .85rem; }
.toc-details summary strong { color: white; font-size: .9rem; }
.toc-details summary small { color: #76b898; font-size: .72rem; }
.toc-chevron { margin-left: auto; color: #f59e01; font-size: 1.25rem; transition: transform .2s; }
.toc-details[open] .toc-chevron { transform: rotate(180deg); }
.toc-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1px; border-top: 1px solid #1b5438; background: #1b5438; }
.toc-links a { display: flex; align-items: center; gap: 10px; padding: 13px 15px; color: #bdebd5; background: #0b210e; font-size: .78rem; font-weight: 600; }
.toc-links a:hover { color: #fff; background: #123b24; }
.toc-links a span { color: #f59e01; font-size: .64rem; font-weight: 900; }
.section-kicker { color: #f59e01; }
.pros-cons > div { border-color: #1b5438; background: #0b210e; }
.pros li::before { color: #36d978; }
.facts-card { border: 1px solid #337957; background: linear-gradient(145deg, #123b24, #0b210e); color: #f0fff8; }
.facts-card dt { color: #89c9aa; }
.facts-card dl div { border-color: #1b5438; }
.bonus-banner { border: 1px solid #337957; background: linear-gradient(145deg, #17492f, #0b210e); }
.bonus-image-banner { position: relative; isolation: isolate; overflow: hidden; background-image: linear-gradient(90deg, rgba(4,15,6,.96), rgba(4,15,6,.52)), url("assets/casinacho/Casinacho-bonuses.webp"); background-position: center; background-size: cover; }
.bonus-image-banner::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(4,15,6,.55), transparent 55%); content: ""; }
.bonus-badge { color: #171b05; background: #fff600; }
.bonus-mini { color: #abe3c8; }
.steps > div { border-color: #1b5438; background: #0f2e18; }
.notice { border-color: #e14c84; background: #123b24; }
.game-card { border: 1px solid #337957; box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.game-card > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 10px; color: #fff600; background: rgba(4,15,6,.45); }
.game-card h3 { color: #fff; }
.game-card p { color: #bdebd5; }
.game-card a { color: #fff600; }
.card-purple { background: linear-gradient(145deg, #1b5438, #0f2e18); }
.card-coral { background: linear-gradient(145deg, #7d3001, #123b24); }
.card-blue { background: linear-gradient(145deg, #75123c, #123b24); }
.image-card { position: relative; min-height: 320px; overflow: hidden; padding: 0; background: #0b210e; }
.image-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; transition: transform .45s; }
.image-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,15,6,.98) 0%, rgba(4,15,6,.72) 30%, rgba(4,15,6,.04) 72%); content: ""; }
.image-card:hover > img { transform: scale(1.04); }
.image-card-copy { position: relative; z-index: 2; margin-top: auto; padding: 28px; }
.image-card-copy h3 { margin: 0 0 6px; }
.image-card-copy p { margin-bottom: 12px; }
.payment-section { background: #07180a; }
.payment-tags span { border-color: #1b5438; background: #0f2e18; }
.table-wrap { border-color: #1b5438; background: #0b210e; }
th, td { border-color: #1b5438; }
th { color: #89c9aa; }
.faq-list, .faq-list details { border-color: #1b5438; }
.faq-list summary span { color: #f59e01; }
.final-cta { background: linear-gradient(100deg, #123b24, #17492f); }
.final-cta p { color: #bdebd5; }
.final-cta .section-kicker { color: #fff600; }
.site-footer { background: #020a03; color: #89c9aa; }
.footer-logo img { width: 170px; }
.responsible strong { border-color: #f59e01; }
.copyright { border-color: #17492f; }
.article-shell { max-width: 900px; }
.article-shell > p, .article-copy > p { color: #abe3c8; }
.article-shell h3, .article-copy h3 { margin-top: 34px; color: #fff; font-size: 1.35rem; }
.article-steps { display: grid; gap: 10px; margin: 30px 0; padding: 0; counter-reset: article-step; list-style: none; }
.article-steps li { position: relative; min-height: 48px; display: flex; align-items: center; padding: 12px 16px 12px 58px; border: 1px solid #1b5438; border-radius: 10px; background: #0f2e18; }
.article-steps li::before { position: absolute; left: 14px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 7px; color: #111805; background: #f59e01; content: counter(article-step); counter-increment: article-step; font-size: .75rem; font-weight: 900; }
.checklist-card .check-list { margin-bottom: 8px; }
.article-table { max-width: 740px; margin: 28px auto 0; }
.article-copy { max-width: 860px; margin: 42px auto 0; }
.after-cards { margin-top: 48px; }
.legal-callout { padding: 32px; border: 1px solid #f59e01; border-radius: 14px; background: #123b24; box-shadow: var(--shadow); }
.legal-callout strong { display: block; margin-bottom: 12px; color: #fff600; font-family: "Montserrat"; font-size: 1.15rem; }
.legal-callout p { margin: 0; color: #bdebd5; }
.conclusion-section { background: #07180a; }
.full-article { padding: 95px 0 110px; background: #040f06; }
.full-article-inner { max-width: 920px; }
.article-intro { margin-bottom: 70px; padding: 34px; border-left: 4px solid #f59e01; border-radius: 0 14px 14px 0; background: #0b210e; }
.article-intro p { color: #bdebd5; font-size: 1.05rem; }
.article-intro p:last-child { margin-bottom: 0; }
.full-article h2 { margin-top: 84px; padding-top: 34px; border-top: 1px solid #1b5438; color: #f0fff8; font-size: clamp(1.85rem, 3.5vw, 2.85rem); scroll-margin-top: 145px; }
.full-article h2:first-of-type { margin-top: 0; }
.full-article h3 { margin-top: 48px; color: #fff; font-size: clamp(1.25rem, 2vw, 1.65rem); scroll-margin-top: 145px; }
.full-article p { color: #bdebd5; }
.full-article strong { color: #fff; }
.full-article ul, .full-article ol { display: grid; gap: 9px; margin: 22px 0 32px; padding-left: 23px; color: #bdebd5; }
.full-article li::marker { color: #f59e01; font-weight: 800; }
.responsive-table { overflow-x: auto; margin: 28px 0 42px; border: 1px solid #1b5438; border-radius: 12px; background: #0b210e; }
.responsive-table table { min-width: 620px; }
.responsive-table th, .responsive-table td { padding: 14px 18px; }
.responsive-table tbody tr:last-child td { border-bottom: 0; }
.anchor-alias { position: relative; top: -130px; visibility: hidden; }
.article-section { margin: 24px 0; padding: 42px 46px; border: 1px solid #17492f; border-radius: 16px; background: #07180a; box-shadow: 0 18px 45px rgba(0,0,0,.16); }
.article-section:nth-of-type(even) { background: #0b210e; }
.article-section > h2 { margin-top: 0; padding-top: 0; border-top: 0; }
.article-section > h3 { padding: 14px 18px; border-left: 3px solid #f59e01; border-radius: 0 9px 9px 0; background: #0f2e18; }
.article-section:has(#kyc-casinacho-documenti-e-verifica-dell-identità) { border-color: #337957; background: linear-gradient(145deg, #0f2e18, #07180a); }
.article-section:has(#bonus-casinacho-2026) { border-color: #9b4500; }
.article-section:has(#licenza-casinacho-e-situazione-per-l-italia) { border-color: #f59e01; background: linear-gradient(145deg, #123b24, #07180a); }
.article-section:has(#strumenti-per-il-gioco-responsabile) { border-color: #e14c84; }
.article-inline-visual { overflow: hidden; width: 78%; margin: 30px 0 38px; border: 1px solid #337957; border-radius: 13px; box-shadow: 0 16px 36px rgba(0,0,0,.22); }
.article-inline-visual--right { margin-left: auto; }
.article-inline-visual img { display: block; width: 100%; height: 285px; object-fit: cover; object-position: 65% center; }
.article-wide-banner { overflow: hidden; margin: 25px 0 34px; border: 1px solid #337957; border-radius: 13px; }
.article-wide-banner img { display: block; width: 100%; height: 315px; object-fit: cover; object-position: center; }
.article-promo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 24px 0 30px; }
.article-promo-grid img { width: 100%; height: 190px; object-fit: cover; object-position: 70% center; border: 1px solid #337957; border-radius: 10px; }
.article-section > ol { grid-template-columns: repeat(2, 1fr); padding: 0; counter-reset: full-step; list-style: none; }
.article-section > ol li { position: relative; min-height: 62px; display: flex; align-items: center; padding: 14px 16px 14px 58px; border: 1px solid #1b5438; border-radius: 9px; background: #0f2e18; }
.article-section > ol li::before { position: absolute; left: 14px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 7px; color: #111805; background: #f59e01; content: counter(full-step); counter-increment: full-step; font-size: .72rem; font-weight: 900; }

/* Internal SEO pages: a lighter version of the homepage layout. */
.subpage-hero { position: relative; overflow: hidden; padding: 82px 0 88px; border-bottom: 1px solid #17492f; background: radial-gradient(circle at 18% 10%, rgba(245,158,1,.13), transparent 30%), #040f06; }
.subpage-hero::before { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(30deg, #1b5438 12%, transparent 12.5%, transparent 87%, #1b5438 87.5%), linear-gradient(150deg, #1b5438 12%, transparent 12.5%, transparent 87%, #1b5438 87.5%); background-size: 56px 98px; content: ""; }
.subpage-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 68px; }
.subpage-hero-copy h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.65rem, 5vw, 4.45rem); }
.subpage-hero-copy .hero-lead { max-width: 720px; }
.subpage-hero-media { position: relative; overflow: hidden; margin: 0; border: 1px solid #337957; border-radius: 18px; background: #0b210e; box-shadow: 0 28px 65px rgba(0,0,0,.38); transform: rotate(1deg); }
.subpage-hero-media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,15,6,.65), transparent 55%); content: ""; }
.subpage-hero-media img { display: block; width: 100%; height: 365px; object-fit: cover; object-position: 66% center; }
.subpage-hero-media span { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 7px 11px; border-radius: 6px; color: #101706; background: #f59e01; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.subpage-article { padding-top: 72px; }
.subpage-article .article-intro { margin-bottom: 28px; }
.subpage-article .article-section { padding: 36px 40px; }
.subpage-article .full-article h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); }
.subpage-article .full-article h3 { font-size: clamp(1.12rem, 2vw, 1.45rem); }
.subpage-article code { padding: 3px 7px; border: 1px solid #337957; border-radius: 5px; color: #fff600; background: #0f2e18; font-family: inherit; font-size: .88em; font-weight: 800; }
.full-article .article-intro a,
.full-article .article-section p a,
.full-article .article-section li a,
.full-article .article-section td a { color: #f8bb01; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(248,187,1,.48); text-decoration-thickness: 1px; text-underline-offset: 4px; transition: color .2s, text-decoration-color .2s; }
.full-article .article-intro a strong,
.full-article .article-section p a strong,
.full-article .article-section li a strong,
.full-article .article-section td a strong { color: inherit; }
.full-article .article-intro a:hover,
.full-article .article-section p a:hover,
.full-article .article-section li a:hover,
.full-article .article-section td a:hover { color: #fff600; text-decoration-color: #fff600; }
.full-article .article-intro a:focus-visible,
.full-article .article-section a:focus-visible { border-radius: 3px; outline: 2px solid #fff600; outline-offset: 4px; }
.subpage-cta { padding: 62px 0; border-top: 1px solid #337957; background: linear-gradient(100deg, #123b24, #17492f); }
.subpage-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.subpage-cta h2 { margin-bottom: 9px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.subpage-cta p { max-width: 720px; margin-bottom: 0; color: #bdebd5; }
.related-pages { padding: 0 0 78px; background: #040f06; }
.related-pages h2 { margin-bottom: 22px; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-links a { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; border: 1px solid #1b5438; border-radius: 10px; color: #fff; background: #0b210e; font-weight: 750; }
.related-links a:hover { border-color: #f59e01; background: #123b24; }
.related-links b { color: #f59e01; font-size: 1.2rem; }

.perks-section { background: #040f06; }
.perk-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.perk-card { position: relative; min-height: 285px; display: flex; overflow: hidden; align-items: flex-end; border: 1px solid #1b5438; border-radius: 14px; isolation: isolate; box-shadow: 0 18px 42px rgba(0,0,0,.25); }
.perk-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s; }
.perk-card::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,15,6,.98) 0%, rgba(4,15,6,.76) 47%, rgba(4,15,6,.08) 100%); content: ""; }
.perk-card:hover > img { transform: scale(1.035); }
.perk-card > div { width: 56%; padding: 28px; }
.perk-card span { display: inline-block; margin-bottom: 8px; color: #f59e01; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.perk-card h3 { margin-bottom: 8px; color: white; font-size: 1.35rem; }
.perk-card p { margin: 0; color: #abe3c8; font-size: .8rem; line-height: 1.55; }
.final-cta { background-image: linear-gradient(90deg, rgba(4,15,6,.98), rgba(4,15,6,.78) 56%, rgba(4,15,6,.24)), url("assets/casinacho/Casinacho-activities.webp"); background-position: center; background-size: cover; }

.lobby-section { padding: 66px 0 80px; background: #07180a; }
.lobby-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.lobby-heading h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.lobby-heading > a { color: #f59e01; font-size: .88rem; font-weight: 800; }
.lobby-grid { display: grid; grid-template-columns: repeat(5, minmax(160px, 1fr)); gap: 14px; }
.lobby-card { position: relative; min-height: 265px; display: flex; overflow: hidden; padding: 16px; flex-direction: column; justify-content: flex-end; border: 1px solid #337957; border-radius: 12px; isolation: isolate; box-shadow: 0 15px 35px rgba(0,0,0,.26); transition: transform .2s, border-color .2s; }
.lobby-card::before { position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 50% 27%, var(--tile-glow), transparent 44%), linear-gradient(155deg, var(--tile-one), #07180a 72%); content: ""; }
.lobby-card::after { position: absolute; z-index: -1; right: -25px; top: -25px; width: 110px; height: 110px; border: 18px solid rgba(255,255,255,.045); border-radius: 50%; content: ""; }
.lobby-card:hover { border-color: #f59e01; transform: translateY(-5px); }
.lobby-card-one { --tile-one:#7d3001; --tile-glow:#fff600; }
.lobby-card-two { --tile-one:#75123c; --tile-glow:#e14c84; }
.lobby-card-three { --tile-one:#17492f; --tile-glow:#f59e01; }
.lobby-card-four { --tile-one:#123b24; --tile-glow:#76b898; }
.lobby-card-five { --tile-one:#9b4500; --tile-glow:#f8bb01; }
.game-tag { position: absolute; top: 11px; left: 11px; padding: 4px 8px; border-radius: 5px; color: #121807; background: #fff600; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.reel-icon, .roulette-icon { display: grid; width: 76px; height: 76px; margin: 0 auto auto; place-items: center; border: 5px solid rgba(255,255,255,.8); border-radius: 18px; color: #fff600; background: rgba(4,15,6,.42); box-shadow: 0 0 30px var(--tile-glow); font-size: 2rem; font-weight: 900; transform: rotate(-5deg); }
.roulette-icon { border-radius: 50%; transform: rotate(6deg); }
.lobby-card h3 { margin: 16px 0 2px; color: #fff; font-size: 1rem; letter-spacing: -.02em; }
.lobby-card p { margin: 0 0 12px; color: #abe3c8; font-size: .7rem; line-height: 1.4; }
.lobby-card > a { display: grid; min-height: 34px; place-items: center; border-radius: 6px; color: #111805; background: #f59e01; font-size: .72rem; font-weight: 900; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .2s, transform .2s; }
.lobby-card:hover > a, .lobby-card:focus-within > a { opacity: 1; transform: translateY(0); }
.lobby-disclaimer { margin: 15px 0 0; color: #488c6b; font-size: .68rem; }
.real-game-card { min-height: 330px; padding: 0; border-color: #17492f; background: #0b210e; }
.real-game-card::before { z-index: 0; background: linear-gradient(0deg, rgba(4,15,6,.98) 0%, rgba(4,15,6,.76) 25%, transparent 58%); }
.real-game-card::after { display: none; }
.real-game-card > img { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .35s; }
.real-game-card:hover > img { transform: scale(1.045); }
.real-game-card .game-info { position: relative; z-index: 2; margin-top: auto; padding: 18px 16px 12px; }
.real-game-card h3 { margin: 0 0 4px; color: white; font-size: .88rem; line-height: 1.25; }
.real-game-card p { margin: 0; color: #abe3c8; font-size: .68rem; }
.real-game-card > a { position: relative; z-index: 2; margin: 0 12px 12px; }

@media (max-width: 920px) {
  .nav-cta { display: none; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; padding: 15px 20px 25px; flex-direction: column; gap: 16px; background: #040f06; }
  .main-nav.open { display: flex; }
  .hero-grid, .content-grid { grid-template-columns: 1fr; gap: 45px; }
  .casino-hero .hero-grid { grid-template-columns: 1fr; }
  .casino-hero { background-position: center, 65% center; }
  .offer-card { max-width: 560px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .bonus-layout { grid-template-columns: 1fr; }
  .game-grid { grid-template-columns: 1fr 1fr; }
  .perk-grid { grid-template-columns: 1fr; }
  .lobby-grid { grid-template-columns: repeat(3, 1fr); }
  .toc-links { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .subpage-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .subpage-hero-media { max-width: 680px; transform: none; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  h1 { font-size: 2.55rem; }
  .hero { padding: 70px 0; }
  .casino-nav { top: 76px; }
  .casino-hero { min-height: auto; background-image: linear-gradient(90deg, rgba(4,15,6,.97), rgba(4,15,6,.7)), url("assets/casinacho/Casinacho-casino.webp"); background-position: 66% center; }
  .casino-hero h1 { font-size: 2.48rem; }
  .casino-hero .eyebrow { white-space: nowrap; font-size: .66rem; letter-spacing: .045em; }
  .toc-details summary small { display: none; }
  .toc-links { grid-template-columns: 1fr; }
  .casino-hero .offer-card { margin-top: 10px; }
  .hero-actions, .section-heading, .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .section-heading { gap: 16px; margin-bottom: 32px; }
  .trust-grid, .pros-cons, .game-grid, .footer-grid { grid-template-columns: 1fr; }
  .lobby-grid { display: flex; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; }
  .lobby-card { min-width: 205px; scroll-snap-align: start; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .bonus-banner { min-height: 310px; padding: 28px; }
  .bonus-large { font-size: 3.6rem; }
  .steps > div { padding: 20px; }
  .game-card { min-height: 265px; }
  .perk-card { min-height: 260px; }
  .perk-card > div { width: 70%; padding: 22px; }
  .full-article { padding: 70px 0; }
  .article-intro { margin-bottom: 54px; padding: 24px 20px; }
  .full-article h2 { margin-top: 64px; padding-top: 28px; }
  .article-section { margin: 14px 0; padding: 28px 20px; }
  .article-section > h2 { margin-top: 0; padding-top: 0; }
  .article-inline-visual { width: 100%; margin: 24px 0 30px; }
  .article-inline-visual img { height: 200px; }
  .article-wide-banner img { height: 210px; object-position: 65% center; }
  .article-promo-grid { grid-template-columns: 1fr; }
  .article-promo-grid img { height: 175px; }
  .article-section > ol { grid-template-columns: 1fr; }
  .table-wrap { padding-inline: 14px; overflow-x: auto; }
  .subpage-hero { padding: 58px 0 64px; }
  .subpage-hero-copy h1 { font-size: 2.4rem; }
  .subpage-hero-media img { height: 230px; }
  .subpage-article { padding-top: 48px; }
  .subpage-article .article-section { padding: 27px 20px; }
  .subpage-cta-inner { align-items: flex-start; flex-direction: column; }
  .related-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
