/* gangaclub design system */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;color:#1a1a1a;background:#fff;line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased}
img,svg{max-width:100%;height:auto;display:block}
a{color:#e11d2e;text-decoration:none}
a:hover,a:focus{text-decoration:underline}
:focus-visible{outline:3px solid #e11d2e;outline-offset:2px;border-radius:4px}
.container{max-width:1180px;margin:0 auto;padding:0 20px}
.skip{position:absolute;left:-9999px;top:0;background:#e11d2e;color:#fff;padding:10px 16px;z-index:999}
.skip:focus{left:10px;top:10px}
/* Header */
.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid #f0e6e8;z-index:50}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:24px}
.brand{display:flex;align-items:center;gap:10px}
.brand img{height:36px;width:auto}
.nav-list{display:flex;gap:6px;list-style:none;align-items:center;flex-wrap:wrap}
.nav-list a{color:#1a1a1a;font-weight:500;font-size:15px;padding:8px 12px;border-radius:8px;text-decoration:none}
.nav-list a:hover{background:#fff1f3;color:#e11d2e;text-decoration:none}
.nav-toggle{display:none;background:none;border:1px solid #e5e5e5;border-radius:8px;padding:8px 10px;cursor:pointer}
.nav-toggle span{display:block;width:22px;height:2px;background:#1a1a1a;margin:4px 0}
.btn{display:inline-block;background:#e11d2e;color:#fff;padding:12px 22px;border-radius:10px;font-weight:600;border:0;cursor:pointer;font-size:15px;transition:transform .15s,box-shadow .15s,background .15s;text-decoration:none}
.btn:hover{background:#c41728;text-decoration:none;transform:translateY(-1px);box-shadow:0 8px 20px rgba(225,29,46,.25)}
.btn-outline{background:#fff;color:#e11d2e;border:2px solid #e11d2e;padding:10px 20px}
.btn-outline:hover{background:#e11d2e;color:#fff}
/* Hero */
.hero{padding:64px 0 56px;background:linear-gradient(180deg,#fff 0%,#fff5f6 100%)}
.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}
.hero h1{font-size:clamp(34px,5vw,54px);line-height:1.1;letter-spacing:-.02em;font-weight:800;margin-bottom:18px;color:#0d0d0d}
.hero h1 .accent{color:#e11d2e}
.hero p.lead{font-size:18px;color:#4a4a4a;margin-bottom:28px;max-width:560px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.hero-meta{margin-top:32px;display:flex;gap:28px;flex-wrap:wrap;color:#666;font-size:14px}
.hero-meta strong{color:#0d0d0d;font-size:22px;font-weight:800;display:block}
/* Sections */
section{padding:72px 0}
section.alt{background:#fffafb}
h2{font-size:clamp(26px,3.6vw,38px);line-height:1.2;letter-spacing:-.01em;font-weight:800;margin-bottom:16px;color:#0d0d0d}
h3{font-size:20px;font-weight:700;margin-bottom:10px;color:#0d0d0d}
.section-intro{max-width:760px;margin:0 auto 44px;text-align:center;color:#555}
.section-intro h2{text-align:center}
p{margin-bottom:16px}
.prose p, .prose ul, .prose ol{margin-bottom:18px}
.prose ul, .prose ol{padding-left:22px}
.prose li{margin-bottom:8px}
.prose h2{margin-top:40px}
.prose h3{margin-top:28px}
/* Grid cards */
.grid{display:grid;gap:20px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.card{background:#fff;border:1px solid #f0e6e8;border-radius:16px;padding:28px;transition:transform .2s,box-shadow .2s,border-color .2s}
.card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(225,29,46,.08);border-color:#ffd1d6}
.card .icon{width:44px;height:44px;color:#e11d2e;background:#fff1f3;padding:10px;border-radius:12px;margin-bottom:16px}
.card p{color:#555;margin-bottom:0;font-size:15px}
/* FAQ */
details{background:#fff;border:1px solid #f0e6e8;border-radius:12px;padding:18px 22px;margin-bottom:12px}
details[open]{border-color:#e11d2e}
summary{font-weight:600;cursor:pointer;font-size:16px;color:#0d0d0d;list-style:none}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";float:right;color:#e11d2e;font-weight:700;font-size:22px;line-height:1}
details[open] summary::after{content:"−"}
details p{margin-top:14px;color:#555}
/* CTA band */
.cta-band{background:linear-gradient(135deg,#e11d2e,#b3001b);color:#fff;border-radius:24px;padding:56px 40px;text-align:center;margin:40px 0}
.cta-band h2{color:#fff;margin-bottom:12px}
.cta-band p{color:#ffd9de;max-width:600px;margin:0 auto 24px}
.cta-band .btn{background:#fff;color:#e11d2e}
.cta-band .btn:hover{background:#0d0d0d;color:#fff}
/* Footer */
footer{background:#0d0d0d;color:#bcbcbc;padding:56px 0 24px;margin-top:60px}
footer h4{color:#fff;font-size:15px;font-weight:700;margin-bottom:14px;text-transform:uppercase;letter-spacing:.05em}
footer a{color:#bcbcbc}
footer a:hover{color:#fff;text-decoration:none}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px}
.foot-grid ul{list-style:none}
.foot-grid li{margin-bottom:8px;font-size:14px}
.foot-bot{border-top:1px solid #222;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px}
/* Page header */
.page-head{background:linear-gradient(180deg,#fff5f6,#fff);padding:56px 0 36px;border-bottom:1px solid #f0e6e8}
.page-head h1{font-size:clamp(30px,4.5vw,46px);font-weight:800;letter-spacing:-.02em;margin-bottom:10px;color:#0d0d0d}
.page-head p{color:#555;max-width:720px;font-size:17px}
.breadcrumb{font-size:13px;color:#888;margin-bottom:14px}
.breadcrumb a{color:#888}
.breadcrumb span{color:#e11d2e}
.content{padding:48px 0 64px}
.content .container{max-width:880px}
/* Trust strip */
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:32px 0;border-top:1px solid #f0e6e8;border-bottom:1px solid #f0e6e8;background:#fff}
.trust-strip div{text-align:center}
.trust-strip strong{display:block;font-size:26px;font-weight:800;color:#e11d2e}
.trust-strip span{font-size:13px;color:#666}
@media (max-width:860px){
  .hero-grid,.grid-3,.grid-2,.foot-grid{grid-template-columns:1fr}
  .trust-strip{grid-template-columns:repeat(2,1fr);gap:18px}
  .nav-toggle{display:block}
  .nav-list{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;flex-direction:column;border-bottom:1px solid #f0e6e8;padding:12px;gap:2px;align-items:stretch}
  .nav-list.open{display:flex}
  .nav-list a{padding:12px}
  section{padding:52px 0}
  .cta-band{padding:40px 22px}
}
