/* PULSE — instant-payout neobank theme for Instant Withdrawal Casinos Report */
*,*::before,*::after{box-sizing:border-box}
:root{
  --bg:#ffffff; --ink:#0f1b2d; --muted:#5b6b82;
  --violet:#6b3df0; --violet-d:#5a2fd6; --violet-ink:#3a1f8f;
  --coral:#ff5a76; --coral-d:#e63e5e;
  --gold:#f4a51c; --gold-2:#ffca4a;
  --tint-v:#f5f2ff; --tint-c:#fff3f5; --tint-soft:#faf9ff;
  --border:#e8e4f6; --card:#ffffff; --r:18px; --r-lg:24px;
  --shadow:0 10px 30px rgba(46,26,110,.08); --shadow-h:0 16px 40px rgba(46,26,110,.16);
  --grad:linear-gradient(135deg,var(--violet) 0%,var(--coral) 100%);
}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font-family:'Hanken Grotesk',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:17px;line-height:1.65;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Schibsted Grotesk',system-ui,sans-serif;line-height:1.12;letter-spacing:-.02em;margin:0 0 .5em}
a{color:var(--violet-d);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.wrap{width:100%;max-width:1080px;margin:0 auto;padding-left:18px;padding-right:18px}
.section{padding-top:34px;padding-bottom:34px}
.band{background:var(--tint-v)}
.prose p{margin:0 0 1em;color:#26324a}
.prose h2{font-size:1.6rem;margin-top:.2em}
.prose h3{font-size:1.18rem;margin:1.3em 0 .4em;color:var(--violet-ink)}
ul.tick{list-style:none;padding:0;margin:0 0 1em}
ul.tick li{position:relative;padding-left:28px;margin:.5em 0;color:#26324a}
ul.tick li::before{content:"";position:absolute;left:0;top:.55em;width:14px;height:14px;border-radius:50%;background:var(--grad)}
h2{font-size:1.55rem}

/* NAV */
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:saturate(1.4) blur(8px);border-bottom:3px solid var(--violet)}
.nav-in{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding-top:8px;padding-bottom:8px}
.nav-logo{padding:0;background:transparent;border:0}
.nav-logo img{height:30px;width:auto;background:transparent;padding:0;border:0;box-shadow:none}
.nav-links{display:none}
.menu{position:relative}
.menu summary{list-style:none;width:44px;height:44px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;border-radius:12px}
.menu summary::-webkit-details-marker{display:none}
.menu summary span{width:24px;height:2.5px;background:var(--ink);border-radius:2px;transition:.2s}
.menu[open] summary span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.menu[open] summary span:nth-child(2){opacity:0}
.menu[open] summary span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
.menu-panel{position:absolute;right:0;top:52px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-h);padding:8px;min-width:210px;display:flex;flex-direction:column}
.menu-panel a{padding:11px 14px;border-radius:10px;color:var(--ink);font-weight:600}
.menu-panel a:hover{background:var(--tint-v);text-decoration:none}

/* HERO */
.hero{background:linear-gradient(180deg,var(--tint-soft) 0%,#fff 78%);border-bottom:1px solid var(--border)}
.hero-in{padding-top:16px;padding-bottom:18px}
.hero-copy h1{font-size:1.5rem;font-weight:900}
.hero-copy h1{background:linear-gradient(120deg,var(--ink) 40%,var(--violet-ink));-webkit-background-clip:text;background-clip:text;color:var(--ink)}
.lede{font-size:.97rem;color:#33405a;margin:.3em 0 .8em;max-width:60ch}
.lede-toggle{display:inline;background:transparent;border:0;padding:0;margin-left:4px;color:var(--violet-d);font:inherit;font-weight:700;cursor:pointer;text-decoration:underline}
.lede-more{display:none}
.lede.expanded .lede-more,.section-lede.expanded .lede-more{display:inline}
.byline{display:flex;align-items:center;gap:9px;margin:2px 0 12px;flex-wrap:nowrap}
.byline-av img{width:34px;height:34px;border-radius:50%;object-fit:cover;border:2px solid var(--coral);flex-shrink:0}
.byline-tx{font-size:.78rem;color:var(--muted);white-space:nowrap;font-weight:500}
.byline-tx a{color:var(--violet-d);font-weight:700}
.btn-primary{display:inline-block;background:var(--grad);color:#fff;font-weight:700;padding:13px 22px;border-radius:999px;box-shadow:var(--shadow);border:0;font-family:'Schibsted Grotesk',sans-serif}
.btn-primary:hover{text-decoration:none;box-shadow:var(--shadow-h);transform:translateY(-1px)}
.btn-ghost{display:inline-block;border:2px solid var(--violet);color:var(--violet-d);font-weight:700;padding:9px 18px;border-radius:999px;margin-top:6px}
.btn-ghost:hover{background:var(--violet);color:#fff;text-decoration:none}
.hero-speed{display:none}
.hero-cta{display:none}

/* section lede */
.section-lede{color:#33405a;max-width:70ch;margin:.2em 0 .9em}

/* EDITOR VERDICT */
.verdict{display:none;gap:10px;align-items:flex-start;background:var(--tint-v);border:1px solid var(--border);border-left:5px solid var(--coral);border-radius:14px;padding:11px 13px;margin:0 0 12px}
.verdict-tag{background:var(--grad);color:#fff;font-family:'Schibsted Grotesk',sans-serif;font-weight:800;font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;padding:6px 10px;border-radius:8px;white-space:nowrap;flex-shrink:0;margin-top:2px}
.verdict p{margin:0;font-size:.86rem;color:#26324a;line-height:1.5}

/* TOPLIST — neobank account cards */
.pc-list{display:flex;flex-direction:column;gap:14px}
.pc{position:relative;background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow);padding:20px 16px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}
.pc.top3{border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,var(--grad) border-box}
.pc-rank{position:absolute;top:-10px;left:14px;width:36px;height:36px;border-radius:12px;background:var(--grad);color:#fff;font-family:'Schibsted Grotesk',sans-serif;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:1.05rem;box-shadow:var(--shadow)}
.pc-logo{width:100%;display:flex;justify-content:center}
.pc-logo img{height:52px;width:auto;max-width:70%;object-fit:contain;background:#fff;border-radius:10px}
.pc-name{font-size:1.22rem;font-weight:800;margin:0}
.pc-speed{display:flex;align-items:center;gap:8px;justify-content:center;flex-wrap:wrap}
.tier{font-family:'Schibsted Grotesk',sans-serif;font-weight:800;font-size:.68rem;letter-spacing:.05em;text-transform:uppercase;padding:5px 10px;border-radius:999px}
.t-instant{background:var(--violet);color:#fff}
.t-fast{background:var(--coral);color:#fff}
.t-same{background:#eef1f7;color:#3a4761;border:1px solid #d9deea}
.pc-method{font-size:.83rem;color:var(--muted);font-weight:600}
.pc-bonus{display:flex;flex-direction:column;gap:2px;align-items:center;background:linear-gradient(135deg,rgba(244,165,28,.16),rgba(255,202,74,.12));border:1px solid rgba(244,165,28,.4);border-radius:14px;padding:9px 16px;width:100%}
.pc-bonus-lbl{font-size:.64rem;letter-spacing:.08em;text-transform:uppercase;color:#a9761a;font-weight:700}
.pc-bonus-val{font-family:'Schibsted Grotesk',sans-serif;font-weight:800;color:#7a5300;font-size:1rem}
.pc-cta{display:block;width:100%;background:var(--grad);color:#fff;font-family:'Schibsted Grotesk',sans-serif;font-weight:800;text-align:center;padding:14px;border-radius:14px;min-height:48px;box-shadow:var(--shadow)}
.pc-cta:hover{text-decoration:none;box-shadow:var(--shadow-h)}
.pc-tcs{font-size:.68rem;color:#94a0b5;margin:0}

/* INTRO / TAKEAWAYS */
.intro-grid{display:flex;flex-direction:column;gap:18px}
.tk-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.tk-list li{background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px 16px 14px 44px;position:relative;box-shadow:0 4px 14px rgba(46,26,110,.05);color:#26324a;font-size:.96rem}
.tk-list li::before{content:"";position:absolute;left:16px;top:18px;width:14px;height:14px;border-radius:4px;background:var(--grad)}

/* COMPARISON */
.cmp-wrap{width:100%}
.cmp{width:100%;border-collapse:collapse}
.cmp tr:first-child{display:none}
.cmp tr{display:block;background:#fff;border:1px solid var(--border);border-radius:16px;margin-bottom:12px;padding:8px 14px;box-shadow:var(--shadow)}
.cmp td{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed var(--border);font-size:.92rem}
.cmp td:last-child{border-bottom:0}
.cmp td::before{content:attr(data-l);color:var(--muted);font-weight:600;font-size:.8rem}
.cmp td[data-l="Casino"]{font-size:1.05rem}
.cmp td[data-l="Casino"]::before{content:""}

/* REVIEWS */
.rv{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:20px 18px;margin:0 0 16px;box-shadow:var(--shadow)}
.rv-head{display:flex;align-items:center;gap:14px;margin-bottom:10px}
.rv-logo img{height:46px;width:auto;max-width:130px;background:#fff;border-radius:8px}
.rv-head h3{margin:0;font-size:1.2rem}
.rv-bonus{background:var(--tint-v);border-radius:10px;padding:8px 12px;font-size:.9rem;color:#3a4761;margin:0 0 10px}
.rv p{color:#26324a}
.rv-more{background:var(--tint-c);border-radius:var(--r-lg);padding:18px}
.rv-more h3{margin-top:0}
ul.brief{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
ul.brief li{font-size:.92rem;color:#26324a}

/* FAQ */
.faq{display:flex;flex-direction:column;gap:10px}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 4px 14px rgba(46,26,110,.05)}
.faq-item summary{cursor:pointer;list-style:none;padding:15px 18px;font-family:'Schibsted Grotesk',sans-serif;font-weight:700;font-size:1rem;position:relative;padding-right:44px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";position:absolute;right:18px;top:12px;font-size:1.4rem;color:var(--violet);font-weight:700}
.faq-item[open] summary::after{content:"\2212"}
.faq-a{padding:0 18px 16px;color:#26324a}
.faq-a p{margin:0}

/* AUTHOR */
.author-box{display:flex;flex-direction:column;gap:16px;background:var(--tint-v);border:1px solid var(--border);border-radius:var(--r-lg);padding:22px}
.au-av img{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid var(--coral)}
.au-role{color:var(--muted);font-weight:600;margin:.1em 0 .7em;font-size:.9rem}
.link{font-weight:700}
.author-page{display:flex;flex-direction:column;gap:16px;align-items:flex-start;margin-bottom:8px}
.au-big{width:120px;height:120px;border-radius:24px;object-fit:cover;border:3px solid var(--coral)}

/* crumbs / eat */
.crumbs{font-size:.82rem;color:var(--muted);margin-bottom:12px}
.eat h1{font-size:1.9rem;margin-bottom:.5em}

/* DISCLAIMER */
.disc{padding-top:8px;padding-bottom:8px}
.disc p{font-size:.8rem;color:var(--muted);background:var(--tint-c);border-radius:12px;padding:14px 16px;margin:0}

/* 404 */
.notfound{text-align:center;padding:60px 0}
.nf-badge img{margin:0 auto 18px;border-radius:18px}
.notfound h1{font-size:2rem}

/* FOOTER (light — no dark page bg) */
.foot{background:var(--tint-v);border-top:3px solid var(--violet);padding:34px 0 20px;margin-top:20px}
.foot-top{display:flex;flex-direction:column;gap:24px}
.foot-brand img{height:30px;width:auto;margin-bottom:10px}
.foot-brand p{font-size:.86rem;color:var(--muted);margin:0;max-width:44ch}
.foot-links{display:flex;flex-direction:column}
.foot-links h4,.foot-rg h4{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--violet-ink);margin:0 0 8px}
.foot-links a{color:var(--ink);font-weight:600;padding:5px 0;font-size:.9rem}
.foot-rg p{font-size:.84rem;color:var(--muted);margin:.2em 0}
.age{display:inline-block;background:var(--coral);color:#fff;font-weight:800;font-size:.72rem;padding:2px 7px;border-radius:6px;margin-right:4px}
.foot-bottom{border-top:1px solid var(--border);margin-top:22px;padding-top:14px}
.foot-bottom p{font-size:.76rem;color:#98a3b8;margin:0}

/* ================= DESKTOP ================= */
@media(min-width:768px){
  body{font-size:18px}
  .section{padding-top:56px;padding-bottom:56px}
  h2{font-size:2rem}
  .prose h2{font-size:2rem}
  .nav-in{min-height:66px}
  .nav-logo img{height:38px}
  .nav-links{display:flex;align-items:center;gap:22px}
  .nav-links a{color:var(--ink);font-weight:600;font-size:.95rem}
  .nav-links a:hover{color:var(--violet-d);text-decoration:none}
  .menu{display:none}
  .hero-in{display:grid;grid-template-columns:1.3fr .9fr;gap:40px;align-items:center;padding-top:50px;padding-bottom:52px}
  .hero-copy h1{font-size:3.1rem}
  .byline-tx{font-size:.9rem}
  .hero-speed{display:block;background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-h);padding:22px 22px 18px}
  .speed-head{font-family:'Schibsted Grotesk',sans-serif;font-weight:800;font-size:1.05rem;color:var(--ink);margin-bottom:16px;line-height:1.25}
  .sp-row{margin-bottom:14px}
  .sp-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}
  .sp-method{font-weight:700;font-size:.9rem;color:var(--ink)}
  .sp-time{font-size:.78rem;color:var(--muted);font-weight:600}
  .sp-bar{height:12px;background:#f0edfa;border-radius:999px;overflow:hidden}
  .sp-bar span{display:block;height:100%;border-radius:999px}
  .sp-bar .sp-a{background:var(--grad)}
  .sp-bar .sp-b{background:linear-gradient(90deg,var(--coral),#ff8aa0)}
  .sp-bar .sp-c{background:#c9cfdd}
  .speed-note{font-size:.72rem;color:var(--muted);margin:14px 0 0;line-height:1.45}
  .lede-toggle{display:none}
  .lede-more{display:inline}
  .hero-cta{display:block;margin-top:4px}
  /* toplist rows */
  .pc{flex-direction:row;text-align:left;align-items:center;padding:16px 20px 16px 22px;gap:18px}
  .pc-rank{position:static;width:40px;height:40px}
  .pc-logo{width:130px;flex-shrink:0}
  .pc-logo img{height:56px;max-width:130px}
  .pc-mid{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:6px}
  .pc-speed{justify-content:flex-start}
  .pc-bonus{width:auto;min-width:170px;align-items:flex-start}
  .pc-cta{width:auto;min-width:150px;padding:13px 24px}
  .pc-tcs{position:absolute;bottom:-2px;right:20px}
  .pc{padding-bottom:22px}
  .verdict p{font-size:1rem}
  .intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
  .tk-list{gap:10px}
  /* comparison real table */
  .cmp tr:first-child{display:table-row}
  .cmp{border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);background:#fff}
  .cmp tr{display:table-row;border:0;border-radius:0;margin:0;padding:0;box-shadow:none}
  .cmp th{background:var(--violet);color:#fff;font-family:'Schibsted Grotesk',sans-serif;text-align:left;padding:14px 16px;font-size:.9rem}
  .cmp td{display:table-cell;border-bottom:1px solid var(--border);padding:14px 16px;justify-content:unset}
  .cmp td::before{display:none}
  .cmp tr:nth-child(even) td{background:var(--tint-soft)}
  .rv-more ul.brief{display:grid;grid-template-columns:1fr 1fr;gap:10px 30px}
  .author-box{flex-direction:row;align-items:center;gap:26px;padding:28px}
  .au-av img{width:120px;height:120px;flex-shrink:0}
  .author-page{flex-direction:row;align-items:center;gap:26px}
  .foot-top{flex-direction:row;justify-content:space-between}
  .foot-links{flex:0 0 auto}
}
@media(min-width:1000px){
  .hero-copy h1{font-size:3.4rem}
}

@media(max-width:767px){#toplist{padding-top:22px} #toplist h2{font-size:1.42rem;margin-bottom:.3em} .hero{border-bottom:0}}

@media(min-width:768px){.verdict{display:flex}}

.section,[id]{scroll-margin-top:72px}
