/* VIPSTA Casino Canada authority site */

:root {
  --accent:       #5c33e8;
  --accent-light: #756ff0;
  --accent-hover: #4823cf;
  --lime:         #d2ed32;
  --lime-hover:   #c2dd25;
  --bg:           #eef0f6;
  --bg-card:      #ffffff;
  --bg-card-2:    #e5e8f6;
  --line:         #d8dcef;
  --text:         #2d2d58;
  --muted:        #63659a;
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif; background: linear-gradient(180deg, #f8f9fd 0, var(--bg) 460px); color: var(--text); line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--accent); color: #fff; padding: 8px 16px; z-index: 999; }
.skip-link:focus { left: 0; }

/* ── CTA Button ── */
.cta-btn {
  display: inline-block; background: linear-gradient(180deg, var(--lime) 0%, #c6e525 100%);
  color: #252443; font-weight: 800; padding: 15px 32px; border-radius: 999px;
  text-align: center; cursor: pointer; transition: transform .15s, box-shadow .15s;
  font-size: 1.05rem; text-decoration: none; box-shadow: 0 5px 18px rgba(115,127,34,.2);
  letter-spacing: .01em;
}
.cta-btn:hover { text-decoration: none; transform: translateY(-1px); background: var(--lime-hover); box-shadow: 0 8px 24px rgba(92,51,232,.22); }
.cta-secondary {
  display: inline-block; border: 1px solid var(--accent); color: var(--accent);
  font-weight: 700; padding: 13px 28px; border-radius: 8px; text-align: center;
}
.cta-secondary:hover { background: rgba(92,51,232,.08); text-decoration: none; }

/* ── Header & Navigation ── */
header { background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); padding: 0 16px; position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); box-shadow: 0 4px 22px rgba(67,61,126,.07); }
.nav-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 62px; gap: 12px; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo img { width: auto; height: 52px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; gap: 20px; list-style: none; align-items: center; }
.nav-links a { color: var(--text); font-size: .93rem; font-weight: 700; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--accent); text-decoration: none; }
.nav-cta { background: var(--accent); color: #fff !important; font-weight: 800; padding: 9px 18px; border-radius: 999px; }
.nav-cta:hover { background: var(--accent-hover); }

.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--text); }
.burger span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px 0; transition: all .3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 880px) {
  .logo img { width: auto; height: 46px; }
  .burger { display: block; }
  .nav-links { display: none; flex-direction: column; gap: 0; position: absolute; top: 62px; left: 0; right: 0; background: #fff; padding: 12px 0; box-shadow: 0 12px 24px rgba(45,45,88,.16); align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 13px 22px; font-size: 1rem; }
  .nav-links a:hover { background: var(--bg-card-2); }
  .nav-cta { margin: 8px 22px 4px; text-align: center; border-radius: 8px; }
}

/* ── Layout ── */
main { max-width: 1140px; margin: 0 auto; padding: 28px 16px; }
section { margin-bottom: 56px; }
section[id] { scroll-margin-top: 82px; }
main > section:not(.hero):not(.page-hero) { content-visibility: auto; contain-intrinsic-size: 1px 620px; }
h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); color: var(--text); margin-bottom: 16px; line-height: 1.25; }
h1 strong, .gold { color: var(--accent); }
h2 { font-size: clamp(1.25rem, 3vw, 1.65rem); color: var(--accent-light); margin: 28px 0 14px; line-height: 1.3; }
h3 { font-size: 1.13rem; color: var(--text); margin: 20px 0 8px; }
p { margin-bottom: 13px; }
ul, ol { margin: 0 0 16px 22px; }
li { margin-bottom: 8px; }

/* ── Breadcrumbs ── */
.breadcrumbs { font-size: .85rem; color: var(--muted); margin-bottom: 18px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; }
.breadcrumbs li + li::before { content: "›"; margin-right: 6px; color: var(--line); }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--accent); }

/* ── Hero ── */
.hero { text-align: center; padding: 52px 20px 46px; background: radial-gradient(circle at 20% 0, rgba(171,202,245,.7), transparent 45%), linear-gradient(135deg, #756ff0 0%, #959ff2 56%, #abcaf5 100%); border: 1px solid rgba(117,111,240,.35); border-radius: 28px; margin-bottom: 44px; box-shadow: 0 18px 48px rgba(92,51,232,.16); }
.hero h1 { font-size: clamp(1.8rem, 5vw, 2.9rem); }
.hero h1 { color: #fff; text-shadow: 0 2px 4px rgba(45,45,88,.22); }
.hero h1 strong { color: var(--lime); }
.hero .hero-sub { font-size: 1.12rem; color: #34345e; max-width: 680px; margin: 0 auto 26px; }
.hero .offer { display: inline-block; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.72); color: #34345e; border-radius: 999px; padding: 7px 18px; font-weight: 800; font-size: .95rem; margin-bottom: 18px; box-shadow: 0 5px 16px rgba(66,61,131,.1); }
.hero .terms-note { font-size: .78rem; color: #44446e; margin-top: 14px; }
.hero--image {
  position: relative; overflow: hidden; isolation: isolate;
  background-image: radial-gradient(circle at 78% 32%, rgba(255,255,255,.24), transparent 22%), linear-gradient(115deg, rgba(117,111,240,.94), rgba(149,159,242,.9), rgba(171,202,245,.92)), url('/foto/baner.jpeg');
  background-size: cover; background-position: center;
}
.hero--image::before { content: ""; position: absolute; inset: 0; z-index: -1; background: repeating-radial-gradient(circle at 80% 50%, rgba(255,255,255,.12) 0 2px, transparent 3px 18px); }
.eyebrow { color: var(--accent); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
.hero .eyebrow { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; align-items: center; }
.cta-secondary.light { color: #fff; border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.12); }
.cta-secondary.light:hover { background: rgba(255,255,255,.22); }

.page-hero { position: relative; overflow: hidden; padding: 40px clamp(20px,5vw,54px); border-radius: 26px; background: linear-gradient(135deg,#fff 0%,#ecebfd 60%,#dce9fc 100%); border: 1px solid var(--line); box-shadow: 0 18px 46px rgba(67,61,126,.1); }
.page-hero::after { content: ""; position: absolute; width: 240px; height: 240px; right: -70px; top: -100px; border-radius: 50%; background: radial-gradient(circle,rgba(210,237,50,.55),rgba(117,111,240,.12) 55%,transparent 70%); pointer-events: none; }
.page-hero h1, .page-hero p, .page-hero .hero-actions { position: relative; z-index: 1; }
.page-hero .lead { max-width: 780px; color: var(--muted); font-size: 1.08rem; }
.page-hero .hero-actions { justify-content: flex-start; margin-top: 22px; }
.terms-note { font-size: .78rem; color: var(--muted); margin-top: 12px; }

/* ── Trust bar ── */
.trust-bar { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin: -20px 0 44px; }
.trust-bar div { background: var(--bg-card); border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; font-size: .88rem; color: var(--muted); text-align: center; box-shadow: 0 8px 24px rgba(67,61,126,.08); }
.trust-bar strong { display: block; color: var(--text); font-size: 1rem; margin-bottom: 2px; }
.trust-bar li, .trust-bar > span { list-style: none; margin: 0; background: var(--bg-card); border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; color: var(--text); text-align: center; font-weight: 700; box-shadow: 0 8px 24px rgba(67,61,126,.08); }

/* ── Tables ── */
.table-wrap { overflow-x: auto; margin-bottom: 16px; }
table { width: 100%; border-collapse: collapse; margin-bottom: 16px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(67,61,126,.06); }
caption { text-align: left; padding: 12px 15px; font-weight: 800; color: var(--text); background: #fff; border: 1px solid var(--line); border-bottom: 0; }
th, td { padding: 11px 15px; text-align: left; border-bottom: 1px solid var(--line); font-size: .95rem; }
th { background: var(--bg-card-2); color: var(--accent); font-weight: 600; }
tr:last-child td, tr:last-child th { border-bottom: none; }
tbody tr:hover td { background: #f2f3fb; }

/* ── Cards ── */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-bottom: 16px; }
.card { background: var(--bg-card); border: 1px solid var(--line); border-radius: 18px; padding: 20px; box-shadow: 0 8px 24px rgba(67,61,126,.07); }
.card h3 { margin-top: 0; color: var(--accent-light); }
.card .big { font-size: 1.5rem; font-weight: 800; color: var(--accent); display: block; margin: 4px 0 8px; }
.card a { font-weight: 800; }

.section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.72fr); align-items: end; gap: 24px; margin-bottom: 18px; }
.section-heading h2 { margin: 0; }
.section-heading p:last-child { margin: 0; color: var(--muted); font-size: .94rem; }
.visual-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; max-width: 760px; }
.visual-card { position: relative; overflow: hidden; margin: 0; border-radius: 20px; background: var(--bg-card); border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(67,61,126,.1); }
.visual-card img { width: 100%; aspect-ratio: 226 / 338; object-fit: cover; background: var(--bg-card-2); }
.visual-card figcaption { position: absolute; inset: auto 8px 8px; padding: 7px 10px; border-radius: 10px; color: #fff; background: rgba(23,21,44,.82); backdrop-filter: blur(7px); font-size: .76rem; font-weight: 750; line-height: 1.25; }

.bonus-panel { background: linear-gradient(125deg,#5c33e8,#756ff0 60%,#97b4f4); color: #fff; padding: clamp(24px,6vw,54px); border-radius: 26px; box-shadow: 0 18px 46px rgba(92,51,232,.2); }
.bonus-panel > div { max-width: 760px; }
.bonus-panel .eyebrow { color: var(--lime); }
.bonus-panel strong { display: block; color: var(--lime); font-size: clamp(1.45rem,4vw,2.5rem); line-height: 1.15; margin-bottom: 16px; }
.bonus-panel p { color: #f5f5ff; }

/* ── Game poster galleries ── */
.game-gallery { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin: 20px 0 26px; }
.game-card { min-width: 0; overflow: hidden; background: var(--bg-card); border: 2px solid #e5ed9a; border-radius: 18px; transition: transform .18s, border-color .18s, box-shadow .18s; box-shadow: 0 8px 22px rgba(88,81,166,.1); }
.game-card:hover { transform: translateY(-3px); border-color: var(--lime); box-shadow: 0 14px 30px rgba(92,51,232,.18); }
.game-poster { position: relative; display: block; aspect-ratio: 226 / 338; overflow: hidden; background: var(--bg-card-2); }
.game-poster img { width: 100%; height: 100%; object-fit: cover; }
.game-play { position: absolute; inset: auto 10px 10px; display: block; padding: 8px 10px; border-radius: 999px; background: rgba(210,237,50,.96); color: #252443; font-size: .76rem; font-weight: 800; text-align: center; opacity: 0; transform: translateY(5px); transition: opacity .18s, transform .18s; }
.game-card:hover .game-play, .game-poster:focus-visible .game-play { opacity: 1; transform: translateY(0); }
.game-info { padding: 11px 12px 13px; }
.game-info strong { display: block; color: var(--text); font-size: .9rem; line-height: 1.3; }
.game-info span { display: block; color: var(--muted); font-size: .73rem; margin-top: 3px; }
.gallery-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 18px; }
@media (max-width: 980px) { .game-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 640px) { .game-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; } .game-info { padding: 8px; } .game-info strong { font-size: .78rem; } .game-info span { font-size: .67rem; } }
@media (max-width: 390px) { .game-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ── Bonus tier cards ── */
.bonus-tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; margin-bottom: 18px; counter-reset: tier; }
.bonus-tiers .card { text-align: center; position: relative; padding-top: 26px; }
.bonus-tiers .card::before { counter-increment: tier; content: counter(tier) ". Einzahlung"; position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: .72rem; font-weight: 800; padding: 3px 12px; border-radius: 999px; white-space: nowrap; }

/* ── Pros / Cons ── */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.pros-cons ul { list-style: none; margin: 0; background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; }
.pros-cons li { padding-left: 26px; position: relative; font-size: .95rem; }
.pros li::before { content: "✓"; color: #5fd17a; position: absolute; left: 0; font-weight: 700; }
.cons li::before { content: "✕"; color: #e06a6a; position: absolute; left: 0; font-weight: 700; }
.pros-cons h3 { margin: 0 0 10px; }
@media (max-width: 640px) { .pros-cons { grid-template-columns: 1fr; } }

/* ── Steps ── */
.steps { list-style: none; margin: 0 0 18px; counter-reset: step; }
.steps li { counter-increment: step; position: relative; padding: 0 0 18px 52px; margin: 0; }
.steps li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--bg-card-2); border: 1px solid var(--accent); color: var(--accent); font-weight: 800; display: flex; align-items: center; justify-content: center; }
.steps li strong { display: block; color: var(--text); margin-bottom: 2px; }

/* ── FAQ Accordion ── */
details { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 10px; overflow: hidden; background: var(--bg-card); }
summary { padding: 15px 18px; cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--accent); font-size: 1.35rem; flex-shrink: 0; }
details[open] summary::after { content: "−"; }
details p, details ul, details ol { padding: 0 18px 15px; margin-bottom: 0; }
details ul, details ol { margin-left: 22px; }

/* ── Related links ── */
.related { background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; }
.related ul { list-style: none; margin: 8px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px; }
.related li { margin: 0; }
.related a { font-weight: 600; }

.sitemap-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 16px; }
.sitemap-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 20px; box-shadow: 0 8px 24px rgba(67,61,126,.06); }
.sitemap-card h3 { margin-top: 0; color: var(--accent); }
.sitemap-card ul { margin: 0; list-style: none; }
.sitemap-card li { margin-bottom: 7px; }
.sitemap-card a { font-weight: 650; }
.responsible { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--lime); border-radius: 16px; padding: 24px; }
.responsible h2 { margin-top: 0; }

/* ── Notice boxes ── */
.note { background: rgba(117,111,240,.1); border-left: 3px solid var(--accent); border-radius: 0 12px 12px 0; padding: 14px 18px; margin-bottom: 16px; font-size: .95rem; }
.warn { background: rgba(224,106,106,.08); border-left: 3px solid #e06a6a; border-radius: 0 10px 10px 0; padding: 14px 18px; margin-bottom: 16px; font-size: .95rem; }

/* ── Footer ── */
footer { background: #e4e8f7; border-top: 1px solid var(--line); padding: 36px 16px 90px; font-size: .85rem; color: var(--muted); margin-top: 56px; }
.footer-inner { max-width: 1140px; margin: 0 auto; }
.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
.footer-cols h2 { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--accent); margin: 0 0 10px; }
.footer-cols ul { list-style: none; margin: 0; }
.footer-cols li { margin-bottom: 6px; }
.footer-cols a { color: var(--muted); }
.footer-cols a:hover { color: var(--accent); }
.footer-legal { border-top: 1px solid #ccd2e8; padding-top: 18px; font-size: .78rem; color: #666b92; line-height: 1.6; }
.footer-legal a { color: #555b8b; }
.age-badge { display: inline-block; border: 2px solid #e06a6a; color: #e06a6a; border-radius: 50%; width: 38px; height: 38px; line-height: 34px; text-align: center; font-weight: 800; margin-bottom: 10px; }

/* ── Mobile Sticky CTA Bar ── */
.mobile-cta-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: linear-gradient(180deg, var(--lime) 0%, #c5e326 100%); padding: 10px 16px 14px; z-index: 300; text-align: center; box-shadow: 0 -3px 16px rgba(65,55,130,.22); }
.mobile-cta-bar a { color: #252443; font-weight: 800; font-size: 1rem; text-decoration: none; display: block; line-height: 1.3; }
.mobile-cta-bar a:hover { text-decoration: none; opacity: .92; }
.mobile-cta-bar .mcta-bonus { font-size: 1rem; font-weight: 800; display: block; }
.mobile-cta-bar .mcta-sub { font-size: .7rem; color: rgba(0,0,0,.6); display: block; margin-top: 1px; }
@media (max-width: 768px) { .mobile-cta-bar { display: block; } body { padding-bottom: 0; } }
@media (min-width: 769px) { footer { padding-bottom: 36px; } }

/* ── Responsive tweaks ── */
@media (max-width: 480px) {
  .hero { padding: 36px 14px 32px; }
  .cta-btn { width: 100%; display: block; padding: 16px; }
  main { padding: 18px 12px; }
  th, td { padding: 9px 11px; font-size: .88rem; }
}

@media (max-width: 640px) {
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
  .visual-grid { gap: 9px; }
  .visual-card { border-radius: 13px; }
  .visual-card figcaption { font-size: .64rem; inset: auto 5px 5px; padding: 5px 6px; }
}

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