:root {
  --bl-bg: #071120;
  --bl-bg-soft: #0d1a30;
  --bl-surface: #ffffff;
  --bl-surface-soft: #f4f7fc;
  --bl-text: #12203a;
  --bl-text-inverse: #f7f9ff;
  --bl-muted: #62708a;
  --bl-muted-inverse: #aebbd2;
  --bl-primary: #2748d8;
  --bl-primary-dark: #1732a8;
  --bl-accent: #f3a712;
  --bl-accent-soft: #ffe7a8;
  --bl-cyan: #35d7d0;
  --bl-border: #dce4f2;
  --bl-danger: #ba2d3d;
  --bl-radius: 22px;
  --bl-radius-sm: 14px;
  --bl-shadow: 0 18px 55px rgba(12, 32, 72, .12);
  --bl-shell: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; min-width: 320px; overflow-x: clip; color: var(--bl-text); background: var(--bl-surface); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.68; text-rendering: optimizeLegibility; }
.bl-lang-hi { font-family: "Noto Sans Devanagari", "Noto Sans", system-ui, sans-serif; line-height: 1.82; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--bl-primary); text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--bl-accent); outline-offset: 3px; }
.bl-shell { width: min(calc(100% - 40px), var(--bl-shell)); margin-inline: auto; }
.bl-skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 12px 16px; border-radius: 10px; background: #fff; color: #111; }
.bl-skip-link:focus { top: 16px; }
.bl-site-header { position: sticky; z-index: 1000; top: 0; color: var(--bl-text-inverse); background: rgba(7, 17, 32, .94); border-bottom: 1px solid rgba(255, 255, 255, .1); backdrop-filter: blur(18px); }
.bl-header-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); min-height: 82px; align-items: center; column-gap: 28px; }
.bl-brand { min-width: 0; justify-self: start; }
.bl-brand img { width: 180px; height: 60px; object-fit: contain; }
.bl-desktop-nav { display: flex; align-items: center; justify-content: center; gap: 8px; justify-self: center; }
.bl-desktop-nav > a, .bl-nav-toggle { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 9px 12px; border: 0; border-radius: 10px; color: #eaf0ff; background: transparent; text-decoration: none; font-weight: 650; cursor: pointer; white-space: nowrap; }
.bl-desktop-nav > a:hover, .bl-nav-toggle:hover, .bl-nav-toggle[aria-expanded="true"] { color: #fff; background: rgba(255,255,255,.09); }
.bl-nav-group { position: relative; }
.bl-submenu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #101e36; box-shadow: 0 18px 45px rgba(0,0,0,.35); }
.bl-submenu a { display: block; padding: 10px 12px; border-radius: 9px; color: #eef3ff; text-decoration: none; }
.bl-submenu a:hover { background: rgba(255,255,255,.08); }
.bl-header-actions { display: flex; align-items: center; gap: 10px; justify-self: end; }
.bl-language { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #fff; text-decoration: none; font-weight: 700; }
.bl-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 13px; color: #0b1730; background: linear-gradient(135deg, #ffd66d, var(--bl-accent)); box-shadow: 0 8px 24px rgba(243,167,18,.22); text-decoration: none; font-weight: 800; line-height: 1.25; text-align: center; }
.bl-button:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(243,167,18,.3); }
.bl-button--small { min-height: 40px; padding: 9px 13px; border-radius: 10px; font-size: .9rem; }
.bl-button--ghost { border-color: var(--bl-border); color: var(--bl-text); background: transparent; box-shadow: none; }
.bl-section--dark .bl-button--ghost, .bl-site-footer .bl-button--ghost { border-color: rgba(255,255,255,.28); color: #fff; }
.bl-menu-button { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; background: transparent; }
.bl-menu-button span { width: 20px; height: 2px; background: #fff; }
.bl-drawer-backdrop { position: fixed; z-index: 1190; inset: 0; background: rgba(1,8,19,.68); }
.bl-mobile-drawer { position: fixed; z-index: 1200; top: 0; right: 0; width: min(92vw, 390px); height: 100dvh; overflow-y: auto; overscroll-behavior: contain; padding: 20px; color: #f6f8ff; background: #0b172b; box-shadow: -20px 0 60px rgba(0,0,0,.38); transform: translateX(105%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
.bl-mobile-drawer.is-open { transform: translateX(0); visibility: visible; }
.bl-drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.bl-drawer-head strong { font-size: 1.15rem; }
.bl-drawer-head button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #fff; background: transparent; font-size: 1.8rem; line-height: 1; }
.bl-mobile-drawer nav { display: grid; padding: 16px 0; }
.bl-mobile-drawer nav > a, .bl-mobile-subtoggle { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between; padding: 11px 8px; border: 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #f2f5ff; background: transparent; text-align: left; text-decoration: none; }
.bl-mobile-submenu { padding: 5px 0 5px 14px; border-left: 2px solid var(--bl-accent); }
.bl-mobile-submenu a { display: block; padding: 10px 12px; color: #e8eeff; text-decoration: none; }
.bl-drawer-actions { display: grid; gap: 12px; padding-top: 10px; }
.bl-language--drawer { justify-content: center; }
.bl-menu-open { overflow: hidden; }
.bl-main { min-height: 60vh; }
.bl-home-hero { position: relative; overflow: hidden; color: var(--bl-text-inverse); background: radial-gradient(circle at 78% 18%, rgba(53,215,208,.18), transparent 30%), radial-gradient(circle at 24% 68%, rgba(39,72,216,.32), transparent 37%), linear-gradient(150deg, #071120 10%, #10285d 66%, #15236b); }
.bl-home-hero::after { content: ""; position: absolute; inset: auto -10% -150px; height: 240px; background: rgba(255,255,255,.04); transform: rotate(-4deg); }
.bl-home-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 56px; min-height: 650px; padding-block: 68px 78px; }
.bl-home-hero__copy { max-width: 610px; }
.bl-eyebrow { margin: 0 0 12px; color: var(--bl-primary); font-size: .83rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.bl-home-hero .bl-eyebrow, .bl-section--dark .bl-eyebrow, .bl-page-hero .bl-eyebrow, .bl-prediction-hero .bl-eyebrow, .bl-site-footer .bl-eyebrow { color: #ffd66d; }
h1, h2, h3 { margin-top: 0; line-height: 1.16; letter-spacing: -.025em; }
h1 { margin-bottom: 20px; font-size: clamp(2.45rem, 5vw, 4.85rem); }
h2 { margin-bottom: 18px; font-size: clamp(1.9rem, 3.2vw, 3.2rem); }
h3 { font-size: 1.23rem; }
.bl-lang-hi h1, .bl-lang-hi h2, .bl-lang-hi h3 { line-height: 1.35; letter-spacing: 0; }
.bl-lead { margin: 0; color: var(--bl-muted); font-size: clamp(1.08rem, 1.6vw, 1.28rem); }
.bl-home-hero .bl-lead, .bl-prediction-hero .bl-lead { color: #d5def0; }
.bl-independent-notice { margin-top: 24px; padding: 14px 16px; border: 1px solid rgba(255,214,109,.38); border-radius: 13px; color: #f8f3df; background: rgba(243,167,18,.1); font-size: .95rem; }
.bl-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.bl-trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.bl-trust-row span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #cdd8ed; font-size: .82rem; }
.bl-home-hero__visual { position: relative; }
.bl-hero-image, .bl-page-image, .bl-section-image { width: 100%; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; box-shadow: 0 32px 80px rgba(0,0,0,.34); object-fit: cover; }
.bl-section { padding-block: 96px; }
.bl-section--light { background: var(--bl-surface-soft); }
.bl-section--dark { color: var(--bl-text-inverse); background: linear-gradient(140deg, #081326, #132b60); }
.bl-section-intro { max-width: 760px; color: inherit; opacity: .85; font-size: 1.08rem; }
.bl-card-grid { display: grid; gap: 22px; margin-top: 32px; }
.bl-card-grid--asymmetric { grid-template-columns: 1.25fr .85fr .85fr; }
.bl-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bl-card { min-width: 0; padding: 28px; border: 1px solid var(--bl-border); border-radius: var(--bl-radius); background: #fff; box-shadow: var(--bl-shadow); }
.bl-card--feature { color: #fff; background: linear-gradient(145deg, var(--bl-primary-dark), var(--bl-primary)); border-color: transparent; }
.bl-card--feature a { color: #fff2bd; }
.bl-card p { color: var(--bl-muted); }
.bl-card--feature p { color: #dce5ff; }
.bl-card a { font-weight: 750; }
.bl-card-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.bl-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 70px; }
.bl-split--reverse > :first-child { order: 2; }
.bl-check-list, .bl-x-list { padding: 0; margin: 24px 0; list-style: none; }
.bl-check-list li, .bl-x-list li { position: relative; padding-left: 30px; margin: 10px 0; }
.bl-check-list li::before, .bl-x-list li::before { position: absolute; left: 0; top: .05em; width: 21px; height: 21px; border-radius: 50%; text-align: center; line-height: 21px; font-size: .74rem; font-weight: 900; }
.bl-check-list li::before { content: "✓"; color: #067a65; background: #d8f8ee; }
.bl-x-list li::before { content: "×"; color: #a62434; background: #ffe5e8; }
.bl-text-link { font-weight: 800; }
.bl-period-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.bl-period-card { display: grid; gap: 7px; min-width: 0; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; color: #fff; background: rgba(255,255,255,.06); text-decoration: none; }
.bl-period-card strong { color: #ffd66d; font-size: 2.4rem; line-height: 1; }
.bl-period-card span { font-weight: 780; }
.bl-period-card small { color: var(--bl-muted-inverse); }
.bl-note { margin-top: 22px; padding: 14px 16px; border-left: 4px solid var(--bl-accent); border-radius: 0 10px 10px 0; color: inherit; background: rgba(243,167,18,.09); }
.bl-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.bl-comparison > div { padding: 30px; border: 1px solid var(--bl-border); border-radius: var(--bl-radius); background: var(--bl-surface-soft); }
.bl-section--faq { background: #fff9e8; }
.bl-faq { display: grid; gap: 12px; max-width: 900px; margin-top: 26px; }
.bl-faq details { border: 1px solid var(--bl-border); border-radius: 14px; background: #fff; overflow: clip; }
.bl-faq summary { padding: 17px 20px; cursor: pointer; font-weight: 800; }
.bl-faq details > div { padding: 0 20px 18px; color: var(--bl-muted); }
.bl-center { margin-top: 28px; text-align: center; }
.bl-page-shell { padding-block: 46px 90px; }
.bl-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 28px; color: var(--bl-muted); font-size: .9rem; }
.bl-breadcrumb a { color: var(--bl-primary); }
.bl-page-hero, .bl-prediction-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); align-items: center; gap: 54px; margin-bottom: 42px; padding: 48px; border-radius: 28px; color: var(--bl-text-inverse); background: linear-gradient(140deg, #09162b, #1e3a86); box-shadow: var(--bl-shadow); }
.bl-page-hero h1, .bl-prediction-hero h1 { font-size: clamp(2.3rem, 4.4vw, 4.15rem); }
.bl-content-section { max-width: 900px; margin: 0 auto 28px; padding: 34px; border: 1px solid var(--bl-border); border-radius: var(--bl-radius); background: #fff; box-shadow: 0 10px 35px rgba(12,32,72,.07); }
.bl-content-section h2 { font-size: clamp(1.55rem, 2.4vw, 2.3rem); }
.bl-content-section p { color: #41516d; }
.bl-content-section--faq { max-width: 960px; background: var(--bl-surface-soft); }
.bl-related { max-width: 900px; margin: 48px auto 0; padding-top: 30px; border-top: 1px solid var(--bl-border); }
.bl-related h2 { font-size: 1.7rem; }
.bl-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.bl-link-grid a { padding: 15px; border: 1px solid var(--bl-border); border-radius: 12px; background: var(--bl-surface-soft); text-decoration: none; font-weight: 750; }
.bl-page-heading { margin-bottom: 34px; }
.bl-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.bl-article-shell { width: min(calc(100% - 40px), 820px); margin-inline: auto; padding-block: 70px; }
.bl-entry-content { font-size: 1.05rem; }
.bl-entry-content > * { max-width: 100%; }
.bl-error-page { padding-block: 100px; text-align: center; }
.bl-error-code { margin: 0; color: var(--bl-primary); font-size: clamp(5rem, 18vw, 12rem); font-weight: 900; line-height: .9; }
.search-form { display: flex; max-width: 620px; gap: 10px; }
.search-field { min-width: 0; flex: 1; min-height: 48px; padding: 10px 14px; border: 1px solid var(--bl-border); border-radius: 12px; }
.search-submit { min-height: 48px; padding: 10px 18px; border: 0; border-radius: 12px; color: #fff; background: var(--bl-primary); font-weight: 800; }
.bl-site-footer { padding-top: 58px; color: #dce5f8; background: #06101f; }
.bl-footer-spotlight { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 36px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: linear-gradient(135deg, rgba(39,72,216,.32), rgba(53,215,208,.1)); }
.bl-footer-spotlight h2 { margin-bottom: 8px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.bl-footer-spotlight p { margin: 0; color: #bcc9df; }
.bl-footer-spotlight__actions { display: flex; flex: 0 0 auto; gap: 10px; }
.bl-footer-notice { display: flex; gap: 10px; margin-top: 22px; padding: 15px 18px; border-radius: 12px; color: #f8edca; background: rgba(243,167,18,.1); }
.bl-footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 42px; padding-block: 58px 44px; }
.bl-footer-grid img { width: 180px; height: 60px; object-fit: contain; }
.bl-footer-grid h3 { color: #fff; font-size: 1rem; }
.bl-footer-grid nav { display: flex; flex-direction: column; gap: 8px; }
.bl-footer-grid a { color: #b9c7de; text-decoration: none; }
.bl-footer-grid a:hover { color: #fff; }
.bl-responsible-strip { padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.04); }
.bl-responsible-strip h3 { margin-bottom: 6px; color: #fff; }
.bl-responsible-strip p { margin: 0; color: #b9c7de; }
.bl-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #93a4c0; font-size: .9rem; }
.bl-footer-bottom p { margin: 0; }
.bl-footer-bottom a { color: #f6cf6b; }
.bl-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px; border-bottom: 1px solid var(--bl-border); text-align: left; white-space: nowrap; }
th { color: var(--bl-muted); font-size: .8rem; text-transform: uppercase; }

@media (max-width: 1100px) {
  .bl-desktop-nav, .bl-header-actions > .bl-button { display: none; }
  .bl-menu-button { display: flex; }
  .bl-header-actions { justify-self: end; }
  .bl-card-grid--asymmetric { grid-template-columns: 1fr 1fr; }
  .bl-card--feature { grid-column: 1 / -1; }
  .bl-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .bl-home-hero__grid, .bl-page-hero, .bl-prediction-hero, .bl-split { grid-template-columns: 1fr; }
  .bl-home-hero__grid { gap: 38px; min-height: 0; padding-block: 56px; }
  .bl-home-hero__copy { max-width: none; }
  .bl-home-hero__visual { max-width: 680px; }
  .bl-page-hero, .bl-prediction-hero { padding: 34px; }
  .bl-split--reverse > :first-child { order: 0; }
  .bl-period-grid, .bl-card-grid--three, .bl-post-grid { grid-template-columns: 1fr 1fr; }
  .bl-footer-spotlight { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .bl-shell { width: min(calc(100% - 28px), var(--bl-shell)); }
  .bl-header-inner { min-height: 70px; column-gap: 10px; }
  .bl-brand img { width: 138px; height: 46px; }
  .bl-header-actions { gap: 7px; }
  .bl-language { min-height: 38px; padding: 7px 9px; font-size: .82rem; }
  .bl-menu-button { width: 40px; height: 40px; }
  h1 { font-size: clamp(2.2rem, 12vw, 3.25rem); }
  h2 { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .bl-section { padding-block: 64px; }
  .bl-card-grid--asymmetric, .bl-card-grid--three, .bl-period-grid, .bl-post-grid, .bl-comparison, .bl-link-grid { grid-template-columns: 1fr; }
  .bl-card--feature { grid-column: auto; }
  .bl-page-shell { padding-block: 28px 64px; }
  .bl-page-hero, .bl-prediction-hero { gap: 30px; padding: 24px; border-radius: 20px; }
  .bl-page-hero h1, .bl-prediction-hero h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .bl-content-section { padding: 24px; }
  .bl-button-row, .bl-footer-spotlight__actions { align-items: stretch; flex-direction: column; }
  .bl-button-row .bl-button, .bl-footer-spotlight__actions .bl-button { width: 100%; }
  .bl-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .bl-footer-spotlight { padding: 26px; }
  .bl-footer-notice { flex-direction: column; }
  .bl-footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 380px) {
  .bl-shell { width: min(calc(100% - 22px), var(--bl-shell)); }
  .bl-brand img { width: 122px; }
  .bl-page-hero, .bl-prediction-hero, .bl-content-section, .bl-card { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
