/*
Theme Name: Situstogel88 Static
Theme URI: https://situstogel88.games/
Description: Tema statis gaya WordPress untuk portal informasi hiburan dewasa 18+ Situstogel88. Prerendered HTML, tanpa dependensi framework.
Author: Situstogel88
Version: 1.0.0
Text Domain: situstogel88
*/

/* =Reset & Base= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #22252f;
  background: #ffffff;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #1e63d8; text-decoration: none; }
a:hover { color: #a51530; }
ul, ol { padding-left: 1.25rem; }
h1, h2, h3, h4 { line-height: 1.25; color: #0c0d14; margin: 0 0 .6em; font-weight: 800; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid #f6b819; outline-offset: 2px; border-radius: 4px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: #f6b819; color: #0c0d14; padding: 8px 16px; z-index: 2000; border-radius: 0 0 8px 0; font-weight: 700; }
.skip-link:focus { left: 0; }

:root {
  --red: #e0243e;
  --red-deep: #a51530;
  --gold: #f6b819;
  --gold-2: #ffd45c;
  --gold-deep: #b57900;
  --green: #0f9d6b;
  --green-deep: #0a6e4a;
  --blue: #1e63d8;
  --ink: #0c0d14;
  --ink-2: #12141f;
  --ink-3: #1a1d2c;
  --paper: #ffffff;
  --mist: #f5f6fa;
  --line: #e5e8f0;
  --txt: #22252f;
  --muted: #5a6072;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(12, 13, 20, .09);
  --wrap: 1200px;
  --float-h: 64px;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid > * { min-width: 0; }
.text-center { text-align: center; }
.muted { color: var(--muted); }
.section { padding: 64px 0; }
.section-alt { background: var(--mist); }
.section-dark { background: linear-gradient(160deg, var(--ink) 0%, var(--ink-3) 100%); color: #e8eaf2; }
.section-dark h2, .section-dark h3 { color: #ffffff; }
.section-tint-green { background: linear-gradient(180deg, #eefaf4 0%, #ffffff 100%); }

/* =Buttons= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 28px; border-radius: 12px; font-weight: 800; font-size: 15.5px;
  border: 2px solid transparent; cursor: pointer; line-height: 1.2;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn-gold { background: linear-gradient(180deg, var(--gold-2) 0%, var(--gold) 55%, #e39c00 100%); color: #241500; box-shadow: 0 6px 18px rgba(246, 184, 25, .38), inset 0 1px 0 rgba(255,255,255,.55); }
.btn-red { background: linear-gradient(180deg, #f0435c 0%, var(--red) 55%, var(--red-deep) 100%); color: #fff; box-shadow: 0 6px 18px rgba(224, 36, 62, .35), inset 0 1px 0 rgba(255,255,255,.25); }
.btn-green { background: linear-gradient(180deg, #16b97e 0%, var(--green) 60%, var(--green-deep) 100%); color: #fff; box-shadow: 0 6px 18px rgba(15, 157, 107, .32), inset 0 1px 0 rgba(255,255,255,.25); }
.btn-outline { background: transparent; border-color: #c9cedd; color: var(--txt); }
.btn-outline-light { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.35); color: #fff; }
.btn-outline-light:hover { border-color: var(--gold); color: var(--gold); }
.btn-sm { padding: 9px 18px; font-size: 14px; border-radius: 10px; }
.btn-block { width: 100%; }

/* =Badges & Pills= */
.badge-18 {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; height: 28px; padding: 0 8px; border-radius: 8px;
  border: 2px solid var(--red); color: var(--red); font-weight: 900; font-size: 13px;
  background: #fff;
}
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 700; background: var(--mist); border: 1px solid var(--line); color: var(--txt); }
.pill-gold { background: #fff7e0; border-color: #f2d78c; color: #7a5200; }
.pill-green { background: #e9f9f1; border-color: #b9ecd6; color: #0a6e4a; }
.pill-red { background: #fdeef0; border-color: #f5c2ca; color: #a51530; }
.pill-blue { background: #ecf3fe; border-color: #bdd4f7; color: #174cb0; }

/* =Header (site-header)= */
.topbar { background: linear-gradient(90deg, var(--red-deep), var(--red) 45%, #d93a1f); color: #ffe9ec; font-size: 13px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 36px; padding-top: 4px; padding-bottom: 4px; }
.topbar-note { margin: 0; display: flex; align-items: center; gap: 8px; font-weight: 600; }
.topbar-links { display: flex; gap: 16px; }
.topbar-links a { color: #ffe9ec; font-weight: 600; }
.topbar-links a:hover { color: #ffd45c; }

.site-header { position: sticky; top: 0; z-index: 900; background: rgba(12, 13, 20, .96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(246, 184, 25, .28); }
.header-main { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, var(--red), var(--red-deep)); color: var(--gold);
  font-weight: 900; font-size: 17px; letter-spacing: .5px;
  border: 2px solid rgba(246, 184, 25, .65); box-shadow: 0 4px 14px rgba(224, 36, 62, .4);
}
.brand-text { color: #fff; font-weight: 800; font-size: 19px; letter-spacing: .4px; white-space: nowrap; }
.brand-text b { color: var(--gold); }

.main-nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.main-nav a { display: block; padding: 9px 13px; border-radius: 10px; color: #cfd3e1; font-weight: 700; font-size: 14.5px; }
.main-nav a:hover { color: var(--gold); background: rgba(255,255,255,.06); }
.main-nav a.active { color: var(--gold); background: rgba(246, 184, 25, .12); }
.nav-cta { display: none; gap: 10px; margin-top: 14px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cta { display: flex; gap: 10px; }
.icon-btn {
  width: 42px; height: 42px; border-radius: 10px; border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.07); color: #fff; font-size: 17px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
}
.icon-btn:hover { border-color: var(--gold); color: var(--gold); }
.nav-toggle { display: none; }

/* =Search overlay= */
.search-overlay {
  position: fixed; inset: 0; z-index: 1200; background: rgba(12, 13, 20, .82); backdrop-filter: blur(6px);
  display: none; padding: 90px 20px 30px; overflow-y: auto;
}
body.search-open .search-overlay { display: block; }
.search-panel { max-width: 640px; margin: 0 auto; background: #fff; border-radius: 18px; padding: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.5); border-top: 5px solid var(--gold); }
.search-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.search-panel-head h3 { margin: 0; font-size: 19px; }
.search-form { display: flex; gap: 10px; }
.search-form input {
  flex: 1; padding: 13px 16px; border-radius: 12px; border: 2px solid var(--line); font-size: 15.5px; min-width: 0;
}
.search-form input:focus { border-color: var(--gold); outline: none; }
.search-results { list-style: none; margin: 14px 0 0; padding: 0; }
.search-results li + li { border-top: 1px solid var(--line); }
.search-results a { display: block; padding: 11px 8px; border-radius: 8px; }
.search-results a:hover { background: var(--mist); }
.search-results .sr-title { font-weight: 800; color: var(--ink); font-size: 15px; }
.search-results .sr-desc { font-size: 13px; color: var(--muted); }
.search-hint { font-size: 12.5px; color: var(--muted); margin-top: 12px; }
.hot-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }

/* =Hero= */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(224, 36, 62, .5), transparent 60%),
    radial-gradient(700px 380px at 95% 15%, rgba(246, 184, 25, .28), transparent 60%),
    radial-gradient(800px 500px at 55% 120%, rgba(30, 99, 216, .3), transparent 60%),
    linear-gradient(160deg, #0c0d14 0%, #16182a 100%);
  padding: 72px 0 80px;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.028) 0 2px, transparent 2px 9px);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 44px; align-items: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px; border-radius: 999px; background: rgba(246,184,25,.14); border: 1px solid rgba(246,184,25,.45); color: var(--gold-2); font-weight: 800; font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase; }
.hero h1 { color: #fff; font-size: clamp(1.9rem, 4.2vw, 3.05rem); margin: 18px 0 14px; letter-spacing: -.5px; }
.hero h1 .accent { color: var(--gold); }
.hero-sub { color: #c9cfe0; font-size: clamp(1rem, 1.6vw, 1.13rem); max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 22px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-chips .pill { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.2); color: #e6e9f4; }
.hero-media { position: relative; }
.hero-media img {
  border-radius: 20px; border: 4px solid rgba(246,184,25,.4);
  box-shadow: 0 30px 70px rgba(0,0,0,.55);
  aspect-ratio: 4 / 3; object-fit: cover; width: 100%;
}
.hero-media .hero-float {
  position: absolute; left: -14px; bottom: -18px; background: #fff; color: var(--ink);
  border-radius: 14px; padding: 10px 16px; font-weight: 800; font-size: 13.5px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 9px; border-left: 4px solid var(--green);
}
.hero-media .hero-float.is-gold { border-left-color: var(--gold); left: auto; right: -10px; top: -16px; bottom: auto; }

/* =Section head= */
.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.kicker { display: inline-block; color: var(--gold-deep); font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase; font-size: 12.5px; margin-bottom: 10px; }
.kicker::before { content: ""; display: inline-block; width: 26px; height: 3px; background: linear-gradient(90deg, var(--red), var(--gold)); border-radius: 2px; vertical-align: middle; margin-right: 10px; }
.section-dark .kicker { color: var(--gold); }
.section-title { font-size: clamp(1.5rem, 3vw, 2.15rem); margin-bottom: 12px; }
.section-lead { color: var(--muted); font-size: 16.5px; margin: 0; }
.section-dark .section-lead { color: #b9bfd1; }

/* =Cards= */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: 0 4px 14px rgba(12,13,20,.05); }
.card h3 { font-size: 18.5px; margin-bottom: 8px; }
.card p { color: var(--muted); margin: 0; font-size: 14.8px; }
.icon-circle {
  width: 54px; height: 54px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 16px; background: var(--mist);
}
.ic-red { background: #fdeef0; }
.ic-green { background: #e9f9f1; }
.ic-blue { background: #ecf3fe; }
.ic-gold { background: #fff7e0; }
.card-link { display: inline-block; margin-top: 14px; font-weight: 800; font-size: 14px; color: var(--blue); }

/* =Steps= */
.step-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px 24px; box-shadow: 0 4px 14px rgba(12,13,20,.05); }
.step-num {
  width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, var(--gold-2), var(--gold)); color: #241500; font-weight: 900; font-size: 19px;
  box-shadow: 0 6px 16px rgba(246,184,25,.4); margin-bottom: 14px;
}
.step-card h3 { font-size: 17.5px; }
.step-card p { color: var(--muted); font-size: 14.6px; margin: 0; }

/* =Split media rows= */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split img { border-radius: 18px; box-shadow: var(--shadow); aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.check-list { list-style: none; padding: 0; margin: 18px 0 26px; }
.check-list li { position: relative; padding: 9px 0 9px 38px; font-size: 15.3px; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 8px; width: 25px; height: 25px; border-radius: 8px;
  background: #e9f9f1; color: var(--green-deep); font-weight: 900; display: flex; align-items: center; justify-content: center; font-size: 14px;
}
.section-dark .check-list li::before { background: rgba(15,157,107,.25); color: #6fe0b2; }

/* =Testimonials= */
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: 0 4px 14px rgba(12,13,20,.05); display: flex; flex-direction: column; gap: 14px; }
.testi-stars { color: var(--gold); letter-spacing: 3px; font-size: 16px; }
.testi-card blockquote { margin: 0; font-size: 14.9px; color: var(--txt); flex: 1; }
.testi-who { display: flex; align-items: center; gap: 12px; }
.testi-who img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); }
.testi-who .who-name { font-weight: 800; font-size: 14.5px; }
.testi-who .who-city { font-size: 12.8px; color: var(--muted); }
.testi-note { text-align: center; font-size: 12.8px; color: var(--muted); margin-top: 18px; }

/* =Calculator= */
.calc-card { background: linear-gradient(160deg, #16182a, #101223); border: 1px solid rgba(246,184,25,.3); border-radius: 20px; padding: 34px; color: #e8eaf2; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.calc-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; }
.calc-field { margin-bottom: 16px; }
.calc-field label { display: block; font-weight: 700; font-size: 13.8px; margin-bottom: 6px; color: #cfd4e4; }
.calc-field input {
  width: 100%; padding: 12px 14px; border-radius: 11px; border: 2px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06); color: #fff; font-size: 15px;
}
.calc-field input:focus { border-color: var(--gold); outline: none; }
.calc-actions { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.calc-out { background: rgba(255,255,255,.05); border: 1px dashed rgba(255,255,255,.2); border-radius: 16px; padding: 24px; }
.calc-out .co-label { font-size: 12.8px; text-transform: uppercase; letter-spacing: 1.6px; color: #aab1c6; font-weight: 800; }
.calc-out .co-value { font-size: 30px; font-weight: 900; color: var(--gold); margin: 4px 0 14px; }
.calc-status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-weight: 800; font-size: 13.5px; }
.cs-ok { background: rgba(15,157,107,.18); color: #57d6a4; border: 1px solid rgba(15,157,107,.45); }
.cs-warn { background: rgba(246,184,25,.15); color: var(--gold-2); border: 1px solid rgba(246,184,25,.45); }
.cs-bad { background: rgba(224,36,62,.16); color: #ff8ea0; border: 1px solid rgba(224,36,62,.5); }
.calc-tips { list-style: none; padding: 0; margin: 16px 0 0; font-size: 13.6px; color: #c3c9db; }
.calc-tips li { padding: 6px 0 6px 24px; position: relative; }
.calc-tips li::before { content: "•"; position: absolute; left: 6px; color: var(--gold); font-weight: 900; }
.calc-note { font-size: 12.3px; color: #9aa1b7; margin-top: 14px; }

/* =FAQ= */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 18px 22px; box-shadow: 0 3px 10px rgba(12,13,20,.04); }
.faq-list details + details { margin-top: 12px; }
.faq-list summary { cursor: pointer; font-weight: 800; font-size: 15.8px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 22px; color: var(--gold-deep); font-weight: 900; flex: 0 0 auto; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: 12px 0 0; color: var(--muted); font-size: 14.8px; }

/* =CTA band= */
.cta-band { background: linear-gradient(120deg, var(--red-deep) 0%, var(--red) 55%, #e04a1f 100%); color: #fff; border-radius: 22px; padding: 46px 40px; position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(420px 200px at 85% -20%, rgba(255,212,92,.35), transparent 65%); pointer-events: none; }
.cta-band h2 { color: #fff; font-size: clamp(1.35rem, 2.6vw, 1.9rem); position: relative; z-index: 1; }
.cta-band p { color: #ffe3e8; position: relative; z-index: 1; max-width: 640px; }
.cta-band .hero-cta { position: relative; z-index: 1; margin-bottom: 0; }

/* =Breadcrumbs= */
.breadcrumbs { background: var(--mist); border-bottom: 1px solid var(--line); font-size: 13.5px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 11px 0; }
.breadcrumbs li { display: flex; align-items: center; gap: 6px; color: var(--muted); }
.breadcrumbs li + li::before { content: "›"; color: #a7adbe; font-weight: 700; }
.breadcrumbs a { color: var(--muted); font-weight: 700; }
.breadcrumbs a:hover { color: var(--red); }
.breadcrumbs .current { color: var(--txt); font-weight: 700; }

/* =Article pages= */
.page-hero { position: relative; color: #fff; background: linear-gradient(160deg, #0c0d14, #1c1030 60%, #2a0f1d); overflow: hidden; padding: 58px 0 54px; }
.page-hero img.ph-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .kicker { color: var(--gold); }
.page-hero h1 { color: #fff; font-size: clamp(1.65rem, 3.6vw, 2.5rem); max-width: 860px; }
.page-hero .ph-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; align-items: center; color: #c9cfe0; font-size: 13.5px; }
.entry-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; padding: 56px 0 64px; align-items: start; }
.entry-layout > * { min-width: 0; }
.entry-content { max-width: 800px; }
.entry-content h2 { font-size: 24px; margin: 38px 0 12px; padding-left: 14px; border-left: 5px solid var(--gold); }
.entry-content h3 { font-size: 19px; margin: 26px 0 10px; }
.entry-content p, .entry-content li { font-size: 15.6px; color: #333745; }
.entry-content figure { margin: 26px 0; }
.entry-content figure img { border-radius: 16px; box-shadow: var(--shadow); }
.entry-content figcaption { font-size: 13px; color: var(--muted); margin-top: 10px; text-align: center; }
.note { border-radius: 14px; padding: 18px 20px; margin: 22px 0; font-size: 14.6px; border: 1px solid; }
.note-gold { background: #fff8e6; border-color: #f2d78c; color: #6b4a00; }
.note-green { background: #effaf4; border-color: #b9ecd6; color: #0a5c3e; }
.note-red { background: #fdef1f0; border-color: #f5c2ca; color: #8f1023; }
.note-blue { background: #eef4fe; border-color: #bdd4f7; color: #14438f; }
.table-scroll { overflow-x: auto; margin: 22px 0; border-radius: 14px; border: 1px solid var(--line); }
.entry-content table { width: 100%; border-collapse: collapse; background: #fff; font-size: 14.4px; min-width: 520px; }
.entry-content th { background: var(--ink); color: #ffd45c; text-align: left; padding: 12px 16px; font-size: 13.5px; letter-spacing: .4px; }
.entry-content td { padding: 12px 16px; border-top: 1px solid var(--line); vertical-align: top; }
.entry-content tr:nth-child(even) td { background: #fafbfe; }

/* Sidebar */
.sidebar .widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin-bottom: 22px; box-shadow: 0 4px 14px rgba(12,13,20,.05); }
.sidebar .widget h3 { font-size: 16.5px; padding-bottom: 10px; border-bottom: 2px solid var(--mist); margin-bottom: 14px; }
.sidebar .widget ul { list-style: none; margin: 0; padding: 0; }
.sidebar .widget li + li { border-top: 1px dashed var(--line); }
.sidebar .widget li a { display: block; padding: 10px 2px; font-size: 14.3px; font-weight: 700; color: var(--txt); }
.sidebar .widget li a:hover { color: var(--red); }
.widget-cta { background: linear-gradient(160deg, #16182a, #101223); border: 1px solid rgba(246,184,25,.35); text-align: center; }
.widget-cta h3 { color: #fff; border: none; }
.widget-cta p { color: #b9bfd1; font-size: 13.6px; }
.widget-cta .btn { width: 100%; margin-top: 6px; }

/* =Article cards (listing) = */
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 14px rgba(12,13,20,.05); display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(12,13,20,.12); }
.post-card .pc-img { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.post-card .pc-img img { width: 100%; height: 100%; object-fit: cover; }
.post-card .pc-tag { position: absolute; top: 12px; left: 12px; background: rgba(12,13,20,.85); color: var(--gold); font-weight: 800; font-size: 11.5px; letter-spacing: 1px; padding: 5px 11px; border-radius: 999px; text-transform: uppercase; }
.post-card .pc-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 17px; margin-bottom: 8px; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--red); }
.post-card p { color: var(--muted); font-size: 14.2px; margin: 0 0 14px; flex: 1; }
.pc-meta { display: flex; align-items: center; justify-content: space-between; font-size: 12.8px; color: var(--muted); }

/* =Forms= */
.form-wrap { max-width: 520px; margin: 0 auto; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 36px 32px; box-shadow: var(--shadow); }
.form-card h1 { font-size: 26px; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 6px; }
.form-field input {
  width: 100%; padding: 13px 15px; border-radius: 12px; border: 2px solid var(--line); font-size: 15px; background: #fbfcfe;
}
.form-field input:focus { border-color: var(--gold); outline: none; background: #fff; }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13.4px; color: var(--muted); margin: 4px 0 18px; }
.form-check input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; accent-color: var(--green); }
.form-note { font-size: 12.8px; color: var(--muted); text-align: center; margin-top: 16px; }
.form-alt { text-align: center; margin-top: 14px; font-size: 14.4px; }
.is-loading { opacity: .65; pointer-events: none; }

/* =Floating CTA (slot style) = */
.float-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 990;
  background: linear-gradient(180deg, rgba(12,13,20,.9), rgba(9,10,16,.98));
  backdrop-filter: blur(10px);
  border-top: 2px solid var(--gold);
  box-shadow: 0 -10px 34px rgba(0,0,0,.45);
  padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
}
.float-inner { max-width: 640px; margin: 0 auto; display: flex; gap: 12px; justify-content: center; }
.slot-btn {
  position: relative; overflow: hidden; flex: 1; max-width: 300px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 16px; border-radius: 13px; font-weight: 900; font-size: 16.5px; letter-spacing: 1.2px;
  border-bottom: 4px solid #8a5c00; cursor: pointer; text-decoration: none;
  background: linear-gradient(180deg, #ffe089 0%, var(--gold) 48%, #e59a00 100%);
  color: #241500; text-shadow: 0 1px 0 rgba(255,255,255,.45);
  box-shadow: 0 5px 16px rgba(246,184,25,.45), inset 0 1px 0 rgba(255,255,255,.6);
  animation: slotGlow 2.4s ease-in-out infinite;
}
.slot-btn.secondary {
  background: linear-gradient(180deg, #ff5f74 0%, var(--red) 52%, var(--red-deep) 100%);
  border-bottom-color: #6e0a1c; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.35);
  box-shadow: 0 5px 16px rgba(224,36,62,.45), inset 0 1px 0 rgba(255,255,255,.28);
  animation-delay: 1.2s;
}
@keyframes slotGlow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.13); }
}
.slot-label { position: relative; z-index: 2; }
.reels { position: relative; z-index: 2; display: inline-flex; gap: 3px; background: rgba(255,255,255,.28); padding: 4px 6px; border-radius: 8px; box-shadow: inset 0 1px 3px rgba(0,0,0,.25); }
.reel { font-size: 14.5px; line-height: 1; display: inline-block; width: 17px; text-align: center; }
.coin {
  position: absolute; bottom: -14px; width: 13px; height: 13px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff3c4, var(--gold) 58%, #b57900);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.4), 0 0 6px rgba(246,184,25,.8);
  animation: coinUp 2.3s linear infinite; z-index: 1;
}
.coin.c1 { left: 14%; animation-delay: 0s; }
.coin.c2 { left: 42%; width: 10px; height: 10px; animation-delay: .8s; animation-duration: 2.7s; }
.coin.c3 { left: 68%; animation-delay: 1.5s; }
.coin.c4 { left: 86%; width: 11px; height: 11px; animation-delay: .4s; animation-duration: 2.1s; }
@keyframes coinUp {
  0% { transform: translateY(0) scale(.55); opacity: 0; }
  12% { opacity: 1; }
  100% { transform: translateY(-52px) scale(1); opacity: 0; }
}

/* =Footer (site-footer)= */
.site-footer { background: linear-gradient(180deg, var(--ink-2), var(--ink)); color: #b9bfd1; padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 34px; padding-bottom: 40px; }
.site-footer h3 { color: #fff; font-size: 15.5px; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer ul li { margin-bottom: 9px; }
.site-footer ul a { color: #b9bfd1; font-size: 14.3px; }
.site-footer ul a:hover { color: var(--gold); }
.footer-about p { font-size: 13.8px; color: #9aa1b7; margin: 14px 0 0; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.footer-badges .pill { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); color: #cfd4e4; }
.pay-note { font-size: 13.4px; color: #9aa1b7; }
.pay-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.pay-chips span { border: 1px dashed rgba(255,255,255,.25); color: #cfd4e4; font-size: 12.3px; padding: 5px 11px; border-radius: 8px; font-weight: 700; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0 calc(28px + var(--float-h)); font-size: 12.6px; color: #8d93a8; }
.footer-legal p { margin: 0 0 8px; }

/* =Tag cloud= */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tag-cloud a {
  padding: 9px 18px; border-radius: 999px; background: #fff; border: 1.5px solid var(--line);
  font-size: 13.8px; font-weight: 700; color: var(--txt);
}
.tag-cloud a:hover { border-color: var(--gold); color: var(--gold-deep); transform: translateY(-2px); }
.tag-cloud .tg-hot { background: #fdeef0; border-color: #f5c2ca; color: var(--red-deep); }

/* =Search page= */
.result-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; margin-bottom: 14px; }
.result-item h3 { font-size: 17px; margin-bottom: 6px; }
.result-item p { margin: 0; color: var(--muted); font-size: 14.3px; }
.search-big { max-width: 640px; margin: 0 auto 34px; }
.search-big input { width: 100%; padding: 15px 18px; border-radius: 14px; border: 2px solid var(--line); font-size: 16px; }
.search-big input:focus { border-color: var(--gold); outline: none; }

/* =Responsive= */
@media (max-width: 1080px) {
  .main-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  body.nav-open .main-nav {
    display: block; position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(12,13,20,.98); border-bottom: 1px solid rgba(246,184,25,.3);
    padding: 14px 20px 20px; box-shadow: 0 24px 40px rgba(0,0,0,.4);
  }
  body.nav-open .main-nav ul { flex-direction: column; gap: 2px; }
  body.nav-open .main-nav a { padding: 12px 14px; font-size: 15.5px; }
  .nav-cta { display: flex; }
  .entry-layout { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero { padding: 52px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-sub { max-width: 100%; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 28px; }
  .calc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .section { padding: 46px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .topbar-links { display: none; }
  .topbar-inner { justify-content: center; }
  .header-cta { display: none; }
  .brand-text { font-size: 16.5px; }
  .hero { padding: 40px 0 52px; }
  .hero-cta .btn { flex: 1 1 auto; }
  .cta-band { padding: 34px 22px; }
  .cta-band .hero-cta { flex-direction: column; }
  .cta-band .btn { width: 100%; }
  .form-card { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .float-inner { gap: 10px; }
  .slot-btn { font-size: 15px; padding: 11px 10px; letter-spacing: .8px; }
  .reel { width: 14px; font-size: 12.5px; }
  .entry-content h2 { font-size: 21px; }
  .calc-card { padding: 24px 18px; }
  .footer-legal { padding-bottom: calc(24px + var(--float-h)); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
