/* ===== SINGGAH4D content — tema toto/togel MERAH, struktur dibedakan (rail/row/timeline) ===== */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Manrope:wght@400;500;600;700&display=swap');
:root{ --sg:#e11d2a; --sg2:#ff5a5f; --sg-d:#8a0e16; --mar:#1c0709; --mar2:#2a0b0e; --gold:#f5c518; --gold2:#ffd35a; }

.st-page-pd{ font-family:'Manrope',system-ui,sans-serif; color:#2a1416; background:#fff6f6; }
.st-page-pd h1,.st-page-pd h2,.st-page-pd h3{ font-family:'Sora','Manrope',sans-serif; line-height:1.15; }
.st-page-pd img{ max-width:100%; height:auto; display:block; }

/* TOP CTA bar (red) */
.sg-topcta{ position:sticky; top:0; z-index:9999; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:8px 18px; background:linear-gradient(90deg,#1c0709,#8a0e16 55%,#1c0709); border-bottom:2px solid var(--gold); box-shadow:0 4px 18px rgba(138,14,22,.5); }
.sg-topcta__brand img{ height:30px; width:auto; display:block; }
.sg-topcta__act{ display:flex; gap:10px; }
.sg-topbtn{ font-family:'Sora',sans-serif; font-weight:800; font-size:13px; letter-spacing:.5px; text-decoration:none; padding:9px 20px; border-radius:999px; }
.sg-topbtn--login{ color:#fff; border:1px solid rgba(245,197,24,.7); background:rgba(255,255,255,.06); }
.sg-topbtn--reg{ color:#1c0709; background:linear-gradient(180deg,var(--gold),#d9a400); }

/* HERO — CENTERED single column + full-width art band (beda dari versi split) */
.sg-hero{ background:
    radial-gradient(1100px 520px at 50% -12%, rgba(225,29,42,.55), transparent 62%),
    radial-gradient(700px 400px at 100% 0%, rgba(245,197,24,.14), transparent 55%),
    linear-gradient(180deg,#2a0b0e,#1c0709); color:#fff; overflow:hidden; }
.sg-hero__inner{ max-width:920px; margin:0 auto; padding:64px 24px 40px; display:block; text-align:center; }
.sg-ey{ letter-spacing:3px; font-size:12px; font-weight:700; color:var(--gold); margin:0 0 14px; }
.sg-hero h1{ font-size:clamp(28px,4.6vw,50px); font-weight:800; margin:0 auto 18px; max-width:820px; }
.sg-hero h1 span{ background:linear-gradient(120deg,#fff,var(--sg2) 55%,var(--gold)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.sg-lead{ font-size:16.5px; color:#ffd9dc; max-width:620px; margin:0 auto 26px; }
.sg-lead a,.sg-card a,.sg-faq__i a,.sg-article a{ color:var(--gold2); font-weight:700; text-decoration:none; }
.sg-cta{ display:flex; gap:14px; flex-wrap:wrap; justify-content:center; }
.sg-btn{ display:inline-block; padding:14px 28px; border-radius:999px; font-weight:800; font-size:15px; text-decoration:none; transition:transform .15s,box-shadow .15s; }
.sg-btn--p{ background:linear-gradient(180deg,var(--sg2),var(--sg-d)); color:#fff; box-shadow:0 10px 26px rgba(225,29,42,.5); border:1px solid var(--gold); }
.sg-btn--g{ background:transparent; color:#ffe3e5; border:1px solid rgba(255,90,95,.6); }
.sg-btn:hover{ transform:translateY(-2px); box-shadow:0 14px 32px rgba(225,29,42,.6); }
.sg-badges{ list-style:none; display:flex; gap:10px; flex-wrap:wrap; padding:0; margin:26px 0 0; justify-content:center; }
.sg-badges li{ font-size:12px; font-weight:700; color:#ffe3e5; background:rgba(255,90,95,.16); border:1px solid rgba(255,90,95,.42); padding:7px 13px; border-radius:999px; }
.sg-hero__art{ max-width:1180px; margin:6px auto 0; padding:0 24px 56px; }
.sg-hero__art img{ width:100%; border-radius:20px; box-shadow:0 24px 60px rgba(0,0,0,.55),0 0 0 1px rgba(245,197,24,.25); }

/* sections */
.sg-sec{ max-width:1180px; margin:0 auto; padding:58px 24px; }
.sg-sec--alt{ max-width:none; background:linear-gradient(180deg,#fff0f0,#fff); }
.sg-sec--alt > *{ max-width:1180px; margin-left:auto; margin-right:auto; }
.sg-h2{ font-size:clamp(23px,3vw,34px); font-weight:800; text-align:center; margin:0 0 10px; color:#3a0d10; }
.sg-h2 span{ color:var(--sg); }
.sg-sub{ text-align:center; color:#8a5a5c; max-width:640px; margin:0 auto 34px; }
.sg-sub a{ color:var(--sg); font-weight:700; text-decoration:none; }

/* PASARAN — HORIZONTAL SCROLL RAIL (beda dari 6-col grid) */
.sg-pasaran{ display:flex; gap:16px; overflow-x:auto; scroll-snap-type:x mandatory; padding:6px 4px 18px; }
.sg-pasaran::-webkit-scrollbar{ height:8px; } .sg-pasaran::-webkit-scrollbar-thumb{ background:rgba(225,29,42,.4); border-radius:8px; }
.sg-mkt{ scroll-snap-align:start; flex:0 0 230px; text-decoration:none; color:inherit; background:#2a0b0e; border:1px solid #4a1418; border-radius:16px; overflow:hidden; display:flex; flex-direction:column; transition:transform .18s,box-shadow .18s,border-color .18s; }
.sg-mkt:hover{ transform:translateY(-6px); border-color:var(--gold); box-shadow:0 18px 40px rgba(225,29,42,.4); }
.sg-mkt__poster{ position:relative; aspect-ratio:3/4; overflow:hidden; }
.sg-mkt__poster img{ width:100%; height:100%; object-fit:cover; transition:transform .3s; }
.sg-mkt:hover .sg-mkt__poster img{ transform:scale(1.06); }
.sg-mkt__prize{ position:absolute; top:8px; left:8px; font:800 11px/1 'Sora',sans-serif; color:#1c0709; background:linear-gradient(180deg,var(--gold),#d9a400); padding:5px 9px; border-radius:8px; box-shadow:0 3px 10px rgba(0,0,0,.4); }
.sg-mkt__meta{ padding:12px 12px 14px; }
.sg-mkt__meta h3{ font-size:14px; margin:0 0 2px; color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.sg-mkt__sch{ font-size:11px; color:#e2a5a9; margin:0 0 8px; }
.sg-mkt__go{ font-size:11.5px; font-weight:700; color:var(--gold2); }

/* FEATURES — 2-COL ICON-LEFT ROWS (beda dari 4-card grid) */
.sg-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.sg-card{ display:grid; grid-template-columns:56px 1fr; gap:16px; align-items:start; background:#fff; border:1px solid #f3d6d8; border-left:4px solid var(--sg); border-radius:16px; padding:22px 24px; box-shadow:0 10px 30px rgba(138,14,22,.06); transition:transform .18s,box-shadow .18s; }
.sg-card:hover{ transform:translateY(-3px); box-shadow:0 16px 40px rgba(138,14,22,.14); border-color:var(--sg2); }
.sg-ico{ width:52px; height:52px; display:grid; place-items:center; font-size:26px; border-radius:14px; background:linear-gradient(135deg,rgba(225,29,42,.15),rgba(245,197,24,.18)); }
.sg-card .sg-ico{ grid-row:1 / span 2; align-self:start; }
.sg-card h3{ font-size:17.5px; margin:2px 0 6px; color:#3a0d10; }
.sg-card p{ color:#6b4a4c; font-size:14.5px; line-height:1.6; margin:0; }

/* STEPS — HORIZONTAL TIMELINE (beda dari 3 kotak) */
.sg-steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:0; position:relative; }
.sg-steps::before{ content:""; position:absolute; top:23px; left:12%; right:12%; height:3px; background:linear-gradient(90deg,var(--sg),var(--gold)); border-radius:3px; z-index:0; }
.sg-step{ background:transparent; border:0; padding:0 18px; text-align:center; position:relative; z-index:1; }
.sg-num{ width:46px; height:46px; display:grid; place-items:center; margin:0 auto 16px; border-radius:50%; font-family:'Sora'; font-weight:800; color:#fff; background:linear-gradient(180deg,var(--sg2),var(--sg-d)); box-shadow:0 8px 20px rgba(225,29,42,.45); border:3px solid #fff6f6; }
.sg-step h3{ font-size:17px; margin:0 0 6px; color:#3a0d10; } .sg-step p{ color:#6b4a4c; font-size:14px; margin:0; }

/* TESTI — SCROLL ROW (beda dari 3-col grid) */
.sg-grid--testi{ display:flex; gap:18px; overflow-x:auto; padding:4px 2px 16px; }
.sg-testi{ flex:0 0 320px; margin:0; background:#fff; border:1px solid #f3d6d8; border-left:4px solid var(--gold); border-radius:16px; padding:24px; box-shadow:0 8px 24px rgba(138,14,22,.06); }
.sg-testi blockquote{ margin:0 0 12px; color:#3a1416; font-size:15px; line-height:1.6; font-style:italic; }
.sg-testi figcaption{ font-weight:700; color:var(--sg); font-size:14px; }

/* article */
.sg-article{ max-width:820px; margin:0 auto; }
.sg-article p{ color:#5a3436; line-height:1.75; margin:0 0 16px; font-size:15.5px; }
.sg-article a{ color:var(--sg); border-bottom:1px solid rgba(225,29,42,.35); }

/* faq */
.sg-faq{ max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
.sg-faq__i{ background:#fff; border:1px solid #f3d6d8; border-radius:14px; overflow:hidden; }
.sg-faq__i summary{ cursor:pointer; list-style:none; padding:18px 22px; font-weight:700; color:#3a0d10; display:flex; justify-content:space-between; align-items:center; }
.sg-faq__i summary::-webkit-details-marker{ display:none; }
.sg-faq__i summary::after{ content:"+"; color:var(--sg); font-size:22px; }
.sg-faq__i[open] summary::after{ content:"–"; } .sg-faq__i[open] summary{ color:var(--sg); }
.sg-faq__i p{ padding:0 22px 20px; margin:0; color:#6b4a4c; line-height:1.65; }

/* header/footer over samsung skeleton */
.header{ background:#fff2f2 !important; }
.footer, footer.footer{ background:#1c0709 !important; }
.footer *{ color:#efc9cc !important; } .footer .footer-block__heading,.footer .headerBlu{ color:var(--gold) !important; }
.WINSLOT33-fixed-footer,.SINGGAH4D-fixed-footer{ background:radial-gradient(circle at 50% -30%,#e11d2a 0%,#1c0709 92%) !important; border-color:var(--gold) !important; }

@media(max-width:1000px){ .sg-grid{ grid-template-columns:1fr; } }
@media(max-width:900px){ .sg-steps{ grid-template-columns:1fr; gap:22px; } .sg-steps::before{ display:none; } .sg-step{ padding:0; } }
@media(max-width:560px){ .sg-sec{ padding:44px 18px; } .sg-mkt{ flex-basis:200px; } .sg-testi{ flex-basis:280px; } }
