:root {
  --bg: #f5f6f7;
  --surface: #fff;
  --text: #202124;
  --muted: #68707c;
  --line: #dde1e6;
  --red: #c51420;
  --red-dark: #a60f19;
  --green: #13854e;
  --purple: #6c35c7;
  --amber: #f2a12b;
  --footer: #2e1555;
  --footer-deep: #241043;
  --radius: 18px;
  --shadow: 0 12px 34px rgba(26, 32, 44, .07);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--red); text-decoration: none; background-image: linear-gradient(var(--red), var(--red)); background-repeat: no-repeat; background-position: 0 100%; background-size: 0 2px; transition: background-size .18s ease, color .18s ease; }
a:hover, a:focus-visible { color: var(--red-dark); background-size: 100% 2px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem; background: #fff; color: #111; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { background: #fff; border-bottom: 1px solid var(--line); position: relative; z-index: 50; }
.nav-shell { width: min(calc(100% - 36px), 1360px); min-height: 86px; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #15171a; background-image: none; font-size: 1.18rem; font-weight: 900; white-space: nowrap; letter-spacing: -.02em; }
.brand:hover { color: #15171a; background-size: 0; }
.brand-logo { width: 60px; height: 51px; object-fit: contain; }
.site-nav { margin-left: auto; display: flex; align-items: stretch; height: 86px; gap: clamp(14px, 2vw, 34px); }
.site-nav a { display: flex; align-items: center; position: relative; color: #17191c; background-image: none; font-size: clamp(.72rem, .84vw, .86rem); font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 18px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { transform: scaleX(1); }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 9px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #202124; }

main { padding-bottom: 38px; }
.hero { min-height: 390px; padding: 42px 20px 0; text-align: center; overflow: hidden; }
.eyebrow { margin: 0 0 8px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(2.35rem, 4.1vw, 4.2rem); line-height: 1.05; letter-spacing: -.045em; text-transform: uppercase; }
.hero-intro { margin: 14px auto 5px; color: #5e6269; font-size: clamp(1rem, 1.3vw, 1.22rem); line-height: 1.48; }
.hero-date { margin: 8px 0 0; color: #747982; font-size: .9rem; }
.mascot-wrap { width: min(420px, calc(100% - 64px)); margin: 10px auto 0; position: relative; }
.mascot-wrap img { width: 100%; }

.panel { width: min(calc(100% - 32px), var(--max)); margin: 0 auto 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.offers { position: relative; margin-top: -48px; padding: 18px 26px 12px; }
.offers-header { min-height: 84px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; padding: 0 2px 14px; text-align: center; }
.offers-header h2, .guide-links h2 { margin: 0; font-size: 1rem; line-height: 1.2; text-transform: uppercase; }
.offers-header p { margin: 0; color: var(--muted); font-size: .75rem; }
.offers-header .verified-date { color: #424850; font-weight: 850; letter-spacing: .025em; }
.verified-date span { color: #16a05d; font-weight: 900; }
.filters { display: flex; justify-content: center; gap: 8px; padding-top: 0; }
.filters button { padding: 9px 15px; border: 1px solid #cfd4da; border-radius: 8px; background: #fff; color: #4d535b; font-size: .72rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.filters button:hover, .filters button.selected { border-color: var(--red); background: var(--red); color: #fff; }
.offer-list { border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.offer-row { min-height: 84px; display: grid; grid-template-columns: 168px 104px 155px repeat(3, minmax(118px, 1fr)) 145px; align-items: center; gap: 14px; padding: 8px 13px; border-bottom: 1px solid var(--line); }
.offer-row:last-child { border-bottom: 0; }
.offer-row[hidden] { display: none; }
.brand-cell { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.brand-trust { display: flex; justify-content: space-between; gap: 5px; margin-bottom: 3px; color: #5d646c; font-size: .59rem; white-space: nowrap; }
.brand-trust .license { display: inline-flex; align-items: center; gap: 4px; }
.brand-trust .license img { width: 13px; height: 10px; border-radius: 1px; }
.brand-trust .verified { color: #27855a; }
.casino-logo { min-height: 45px; border-radius: 5px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; line-height: .85; overflow: hidden; }
.casino-logo small { font-size: .68em; }
.casino-logo.one { flex-direction: column; background: #070808; }
.casino-logo.one span { color: #65c55d; font-size: 1.42rem; }
.casino-logo.ojo { background: #6531c1; font-size: 1.15rem; gap: 2px; transform: none; }
.casino-logo.ojo strong { font-size: 1.45rem; }
.casino-logo.mr { flex-direction: column; background: #086b43; font-style: italic; font-size: 1rem; }
.casino-logo.mr strong { font-size: 1.32rem; }
.casino-logo.royal { flex-direction: column; background: #082b55; color: #ffcb55; }
.spin-count { display: grid; justify-items: center; line-height: 1; }
.spin-count strong { font-size: 2.2rem; letter-spacing: -.05em; }
.spin-count span { margin-top: 4px; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.offer-badge { justify-self: center; padding: 6px 10px; border: 1px solid; border-radius: 7px; font-size: .68rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.offer-badge.no-deposit { color: #16713e; background: #edf8f0; border-color: #a8d8b6; }
.offer-badge.deposit { color: #b36800; background: #fff6e5; border-color: #f2cf8d; }
.fact { display: flex; align-items: center; gap: 8px; min-width: 0; color: #40454b; font-size: .78rem; }
.fact-icon { color: #5b6066; font-size: 1.2rem; }
.offer-cta { display: flex; align-items: center; justify-content: space-between; padding: 11px 15px; border-radius: 7px; color: #fff; background-image: none; font-size: .8rem; font-weight: 900; text-transform: uppercase; box-shadow: 0 5px 14px rgba(20,20,25,.13); }
.offer-cta:hover { color: #fff; background-size: 0; filter: brightness(.92); transform: translateY(-1px); }
.offer-cta span { font-size: 1.4rem; line-height: .5; }
.offer-cta.red { background-color: var(--red); }
.offer-cta.purple { background-color: var(--purple); }
.offer-cta.green { background-color: #08713d; }
.mobile-details { display: none; }
.offer-note { margin: 10px 4px 0; color: #777d85; font-size: .72rem; text-align: center; }

.guide-links { padding: 17px 26px 0; }
.guide-links > h2 { text-align: center; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 8px; }
.guide-grid a { min-height: 80px; display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; gap: 10px; padding: 12px 18px; color: var(--text); background-image: none; border-right: 1px solid var(--line); }
.guide-grid a:last-child { border-right: 0; }
.guide-grid a:hover { background: #fafafa; color: var(--text); }
.guide-grid strong, .guide-grid small { display: block; }
.guide-grid strong { font-size: .9rem; }
.guide-grid small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.guide-grid b { color: var(--red); font-size: 1.6rem; }
.guide-icon { font-size: 1.6rem; }

.article { padding: 58px 32px; }
.support-hero { min-height: 400px; }
.support-article { position: relative; margin-top: -50px; padding-top: 72px; }
.article-inner { width: min(100%, 790px); margin: auto; }
.article h2, .faq h2 { margin: 42px 0 14px; font-size: clamp(1.6rem, 2.4vw, 2.25rem); line-height: 1.18; letter-spacing: -.025em; }
.article .eyebrow + h2, .faq .eyebrow + h2 { margin-top: 0; }
.article p, .faq p { font-size: 1.06rem; }
.article-lead { color: #4f565e; font-size: 1.2rem !important; }
.article-image { display: block; width: 100%; height: auto; margin: 32px auto 0; border-radius: 14px; object-fit: cover; }
.byline { display: flex; align-items: center; gap: 14px; margin: 26px 0 38px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.byline-author-image { flex: 0 0 auto; border-radius: 50%; background-image: none; }
.byline-author-image:hover, .byline-author-image:focus-visible { background-size: 0; }
.byline img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.byline div { display: grid; }
.byline span { font-size: .78rem; }
.byline strong { font-size: 1rem; }
.byline-author-name { color: var(--text); }
.byline-author-name:hover, .byline-author-name:focus-visible { color: var(--text); }
.byline small { color: var(--muted); }
.tip-box { margin: 28px 0; padding: 20px 24px; background: #eaf7ef; border-left: 4px solid #25a865; border-radius: 9px; }
.tip-box p { margin: 6px 0 0; font-size: .98rem; }
.comparison { scroll-margin-top: 110px; margin: 44px 0; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
table { width: 100%; border-collapse: collapse; font-size: .92rem; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
thead th { color: #fff; background: linear-gradient(100deg, #b91520, #6c35c7); font-size: .74rem; text-transform: uppercase; letter-spacing: .04em; }
tbody tr:nth-child(even) { background: #f7f5fb; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.table-pill { display: inline-block; min-width: 47px; padding: 3px 8px; border-radius: 999px; color: #fff; text-align: center; font-size: .75rem; font-weight: 800; }
.table-pill.green { background: #168653; }
.table-pill.red { background: var(--red); }
.table-pill.amber { background: #d7870b; }

.faq { padding: 54px 32px; }
.accordion { margin-top: 25px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 19px 44px 19px 0; font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 10px; color: var(--red); font-size: 1.35rem; }
details[open] summary::after { content: "−"; }
details p { margin: -4px 50px 20px 0; color: #555d66; font-size: .98rem !important; }

.author { scroll-margin-top: 24px; display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 32px; padding: 34px; }
.author > img { width: 170px; height: 170px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 6px #fff, 0 0 0 8px #eee8f6; }
.author h2 { margin: 0 0 8px; font-size: 2rem; }
.author p { margin-top: 0; }

.site-footer { margin-top: 30px; color: #f6efff; background: linear-gradient(120deg, var(--footer-deep), var(--footer)); }
.footer-inner { width: min(calc(100% - 36px), var(--max)); margin: auto; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; padding: 58px 0 48px; }
.site-footer .brand { color: #fff; }
.footer-logo img { width: 48px; height: auto; }
.footer-brand p { max-width: 310px; color: #cbbdde; }
.site-footer h2 { margin: 8px 0 14px; color: #fff; font-size: .83rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a:not(.brand) { display: table; margin: 9px 0; color: #d9cce9; background-image: linear-gradient(#f44858,#f44858); font-size: .85rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { width: min(calc(100% - 36px), var(--max)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.18); color: #bcaece; font-size: .75rem; }
.site-footer .rofus-link { display: inline-flex; align-items: center; margin: 0; background-image: none; }
.site-footer .rofus-link:hover, .site-footer .rofus-link:focus-visible { background-size: 0; }
.rofus-link img { width: 196px; height: auto; border-radius: 3px; }
.footer-bottom .footer-mail { display: inline; margin: 0; color: #fff; font-weight: 800; background-image: linear-gradient(#f44858,#f44858); }
.footer-mail:hover, .footer-mail:focus-visible { color: #fff; }

@media (max-width: 1180px) {
  .nav-shell { gap: 18px; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .68rem; }
  .brand { font-size: 1rem; }
  .offer-row { grid-template-columns: 150px 84px 140px repeat(3, minmax(90px,1fr)) 125px; gap: 9px; }
}

@media (max-width: 900px) {
  .nav-shell { min-height: 74px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; height: auto; padding: 8px 18px 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { min-height: 44px; font-size: .8rem; }
  .site-nav a::after { bottom: 5px; }
  .hero { min-height: 390px; padding-top: 34px; }
  .mascot-wrap { width: min(400px, calc(100% - 72px)); }
  .offers { margin-top: -46px; }
  .offers-header { display: flex; }
  .filters { margin-top: 14px; overflow-x: auto; }
  .offer-row { grid-template-columns: 140px 80px 1fr 130px; gap: 10px; }
  .offer-badge { justify-self: start; }
  .fact { display: none; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .guide-grid a:last-child { border-bottom: 0; }
  .footer-inner { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .support-hero { min-height: 380px; }
  .support-article { margin-top: -42px; padding-top: 62px; }
}

@media (max-width: 600px) {
  .nav-shell { width: min(calc(100% - 24px), 1360px); }
  .brand-logo { width: 45px; height: auto; }
  .brand { gap: 8px; font-size: .9rem; }
  .hero { min-height: 350px; padding: 30px 12px 0; }
  .hero h1 { font-size: 2.3rem; }
  .hero-intro br { display: none; }
  .mascot-wrap { width: min(300px, calc(100% - 56px)); max-width: none; left: auto; transform: none; }
  .panel { width: min(calc(100% - 20px), var(--max)); border-radius: 14px; }
  .offers { margin-top: -34px; padding: 15px 8px 9px; }
  .offers-header { padding-inline: 6px; }
  .filters button { padding: 8px 10px; font-size: .62rem; }
  .offers-header { display: flex; gap: 11px; padding: 0 4px 12px; }
  .offers-header .verified-date { font-size: .68rem; text-align: center; }
  .filters { justify-content: center; margin-top: 0; }
  .offer-list { overflow: visible; }
  .offer-row { position: relative; min-height: 154px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "brand spins" "brand badge" "details cta"; gap: 8px 10px; padding: 11px 9px; }
  .offer-row:first-child { border-radius: 12px 12px 0 0; }
  .offer-row:last-child { border-radius: 0 0 12px 12px; }
  .brand-cell { grid-area: brand; }
  .spin-count { grid-area: spins; }
  .spin-count strong { font-size: 1.8rem; }
  .offer-badge { grid-area: badge; justify-self: center; padding: 5px 6px; font-size: .55rem; }
  .offer-cta { grid-area: cta; width: 100%; min-height: 42px; padding: 9px 10px; font-size: .68rem; }
  .brand-trust { display: flex; font-size: .49rem; }
  .mobile-details { display: block; grid-area: details; position: relative; z-index: 2; border: 0; }
  .mobile-details[open] { z-index: 20; }
  .mobile-details summary { display: flex; min-height: 42px; align-items: center; justify-content: center; padding: 8px 22px 8px 9px; border: 1px solid #cfd4da; border-radius: 7px; color: #454b53; background: #fff; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
  .mobile-details summary::after { right: 9px; font-size: 1rem; }
  .mobile-details div { position: absolute; z-index: 8; left: 0; top: calc(100% + 5px); width: calc(200% + 10px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 9px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
  .mobile-details div span { padding: 7px 4px; border-radius: 6px; color: #4e555d; background: #f5f6f7; font-size: .6rem; text-align: center; }
  .guide-links { padding: 15px 10px 0; }
  .article, .faq { padding: 42px 22px; }
  .article p, .faq p { font-size: 1rem; }
  .table-wrap { margin-inline: 0; overflow: visible; border: 0; }
  .comparison table, .comparison tbody, .comparison tr, .comparison th, .comparison td { display: block; width: 100%; }
  .comparison thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .comparison tbody { display: grid; gap: 12px; }
  .comparison tr { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff !important; }
  .comparison tbody th { min-width: 0; padding: 12px 14px; color: #fff; background: linear-gradient(100deg, #b91520, #6c35c7); border: 0; font-size: .9rem; }
  .comparison td { min-width: 0; display: flex; justify-content: space-between; gap: 16px; padding: 10px 14px; border-bottom: 1px solid var(--line); text-align: right; }
  .comparison td:last-child { border-bottom: 0; }
  .comparison td::before { content: attr(data-label); color: #5f6670; font-weight: 800; text-align: left; }
  .author { grid-template-columns: 1fr; text-align: center; padding: 30px 24px; }
  .author > img { margin: auto; }
  .author > div { text-align: left; }
  .author > div .eyebrow, .author > div h2 { text-align: center; }
  .support-hero { min-height: 345px; }
  .support-article { margin-top: -34px; padding-top: 52px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 44px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; text-align: center; justify-content: center; }
  .rofus-link { justify-self: center; }
}

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

/* Editorial content migrated from the original Gratisspins.nu site */
.article-inner > :first-child{margin-top:0}.article-inner h3{margin:1.4rem 0 .55rem;font-size:1.08rem}.article-inner ul,.article-inner ol{padding-left:1.35rem;margin:.7rem 0 1rem}.article-inner li{margin:.38rem 0}.article-inner img{max-width:100%;height:auto}.article-inner table{width:100%;border-collapse:collapse}.article-inner th,.article-inner td{padding:.7rem;border:1px solid #e5e7eb;text-align:left}.checklist,.note,.info-box,.summary-box{margin:1.2rem 0;padding:1rem 1.2rem;border-radius:14px;background:#f5f3ff;border-left:4px solid #6d28d9}.article-inner blockquote{margin:1.2rem 0;padding:1rem 1.2rem;background:#f8fafc;border-left:4px solid #ef4444}.article-inner a{overflow-wrap:anywhere}@media(max-width:700px){.article-inner table{display:block;overflow-x:auto}.hero-intro{max-width:95%}}
