:root {
  --bhtci-primary: #5b5ff5;
  --bhtci-secondary: #7c3aed;
  --bhtci-accent: #f5c451;
  --bhtci-cyan: #32c7d9;
  --bhtci-bg: #070a16;
  --bhtci-bg-raised: #0c1120;
  --bhtci-surface: #11182a;
  --bhtci-card: #151e33;
  --bhtci-text: #f7f9ff;
  --bhtci-muted: #a7b3cf;
  --bhtci-border: #2b3653;
  --bhtci-green: #38c98d;
  --bhtci-red: #ef5d74;
  --bhtci-violet: #a66cff;
  --bhtci-container: 1180px;
  --bhtci-header: 78px;
  --bhtci-radius-sm: 14px;
  --bhtci-radius: 20px;
  --bhtci-radius-lg: 28px;
  --bhtci-shadow: 0 24px 80px rgba(1, 4, 18, .45);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--bhtci-text);
  background:
    radial-gradient(circle at 85% 2%, rgba(91, 95, 245, .18), transparent 34rem),
    radial-gradient(circle at 8% 38%, rgba(50, 199, 217, .08), transparent 28rem),
    var(--bhtci-bg);
  font-family: Inter, system-ui, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body.bhtci-lang-hi {
  font-family: "Noto Sans Devanagari", "Noto Sans", system-ui, sans-serif;
  line-height: 1.78;
}
body.bhtci-drawer-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: #b8d9ff; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: #fff; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p, li, h1, h2, h3, h4, a, button { overflow-wrap: anywhere; word-break: normal; }
h1, h2, h3, h4 { margin: 0 0 .72em; line-height: 1.13; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.25rem, 6vw, 4.7rem); }
h2 { font-size: clamp(1.65rem, 4vw, 2.65rem); }
h3 { font-size: clamp(1.18rem, 2.5vw, 1.55rem); }
p { margin: 0 0 1.15em; }
ul, ol { padding-inline-start: 1.25rem; }

.bhtci-container { width: min(calc(100% - 32px), var(--bhtci-container)); margin-inline: auto; min-width: 0; }
.bhtci-main { min-height: 62vh; }
.bhtci-content-wrap { padding-block: clamp(32px, 7vw, 84px); }
.bhtci-content-wrap--narrow { max-width: 900px; }
.bhtci-section { position: relative; padding-block: clamp(54px, 8vw, 110px); }
.bhtci-section--tight { padding-block: clamp(34px, 5vw, 68px); }
.bhtci-section--raised { background: linear-gradient(180deg, rgba(17, 24, 42, .72), rgba(8, 12, 26, .2)); border-block: 1px solid rgba(76, 94, 137, .2); }
.bhtci-section-heading { max-width: 780px; margin-bottom: 32px; }
.bhtci-section-heading p { color: var(--bhtci-muted); font-size: 1.05rem; }
.bhtci-eyebrow { margin-bottom: 12px; color: var(--bhtci-cyan); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.bhtci-lang-hi .bhtci-eyebrow { letter-spacing: .06em; }

.bhtci-skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; color: #fff; background: var(--bhtci-primary); border-radius: 10px; }
.bhtci-skip-link:focus { transform: none; }
.screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.bhtci-header { position: sticky; z-index: 1000; top: 0; min-height: var(--bhtci-header); background: rgba(7, 10, 22, .86); border-bottom: 1px solid rgba(80, 99, 143, .3); backdrop-filter: blur(18px); }
.bhtci-header::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(50, 199, 217, .55), rgba(91, 95, 245, .7), transparent); }
.bhtci-header-inner { min-height: var(--bhtci-header); display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); }
.bhtci-brand { display: inline-flex; flex: 0 0 auto; width: 168px; text-decoration: none; }
.bhtci-logo { width: 168px; aspect-ratio: 3/1; object-fit: contain; }
.bhtci-logo--footer { width: 190px; }
.bhtci-desktop-nav { min-width: 0; flex: 1; }
.bhtci-nav-list { display: flex; align-items: center; justify-content: center; gap: clamp(4px, .8vw, 12px); margin: 0; padding: 0; list-style: none; }
.bhtci-nav-item { position: relative; min-width: 0; }
.bhtci-nav-item > a, .bhtci-nav-toggle { display: inline-flex; align-items: center; gap: 5px; min-height: 42px; padding: 8px 9px; color: #dce6ff; background: transparent; border: 0; border-radius: 11px; font-size: .9rem; font-weight: 700; text-decoration: none; white-space: nowrap; cursor: pointer; }
.bhtci-nav-item > a[aria-current="page"], .bhtci-nav-item > a:hover, .bhtci-nav-toggle:hover { color: #fff; background: rgba(91, 95, 245, .13); }
.bhtci-submenu { position: absolute; z-index: 1100; top: calc(100% + 10px); left: 50%; width: 230px; margin: 0; padding: 10px; transform: translateX(-50%); list-style: none; background: rgba(13, 19, 36, .98); border: 1px solid var(--bhtci-border); border-radius: 16px; box-shadow: var(--bhtci-shadow); }
.bhtci-submenu::before { content: ""; position: absolute; top: -6px; left: 50%; width: 12px; height: 12px; transform: translateX(-50%) rotate(45deg); background: #0d1324; border-top: 1px solid var(--bhtci-border); border-left: 1px solid var(--bhtci-border); }
.bhtci-submenu li { position: relative; }
.bhtci-submenu a { display: flex; padding: 11px 12px; color: var(--bhtci-text); border-radius: 10px; text-decoration: none; }
.bhtci-submenu a:hover, .bhtci-submenu a:focus-visible { background: rgba(91, 95, 245, .16); }
.bhtci-header-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.bhtci-language { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 7px 12px; color: var(--bhtci-text); border: 1px solid var(--bhtci-border); border-radius: 12px; font-size: .87rem; font-weight: 800; text-decoration: none; }
.bhtci-language:hover { border-color: var(--bhtci-cyan); background: rgba(50, 199, 217, .09); }
.bhtci-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 14px; font-weight: 850; line-height: 1.25; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.bhtci-button--primary { color: #fff; background: linear-gradient(135deg, #6d5df8, #3ba3ff); box-shadow: 0 12px 34px rgba(68, 103, 255, .3), inset 0 1px rgba(255,255,255,.2); }
.bhtci-button--secondary { color: var(--bhtci-text); background: rgba(18, 26, 48, .7); border-color: var(--bhtci-border); }
.bhtci-button--secondary:hover { border-color: var(--bhtci-cyan); background: rgba(50, 199, 217, .08); }
.bhtci-menu-button { display: none; width: 46px; height: 44px; margin-left: auto; padding: 10px; color: #fff; background: rgba(18, 27, 49, .8); border: 1px solid var(--bhtci-border); border-radius: 13px; cursor: pointer; }
.bhtci-menu-button span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; border-radius: 2px; }

.bhtci-overlay { position: fixed; z-index: 1190; inset: 0; background: rgba(1, 3, 11, .74); backdrop-filter: blur(5px); }
.bhtci-drawer { position: fixed; z-index: 1200; top: 0; right: 0; width: min(88vw, 380px); height: 100dvh; padding: 18px; transform: translateX(104%); visibility: hidden; overflow-y: auto; background: #0b1122; border-left: 1px solid var(--bhtci-border); box-shadow: -30px 0 90px rgba(0,0,0,.5); transition: transform .25s ease, visibility .25s; }
.bhtci-drawer.is-open { transform: none; visibility: visible; }
.bhtci-drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--bhtci-border); }
.bhtci-drawer-title { font-size: 1.15rem; font-weight: 850; }
.bhtci-drawer-close { width: 44px; height: 44px; color: #fff; background: rgba(255,255,255,.05); border: 1px solid var(--bhtci-border); border-radius: 12px; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.bhtci-drawer .bhtci-nav-list { display: grid; align-items: stretch; justify-content: stretch; gap: 6px; }
.bhtci-drawer .bhtci-nav-item > a, .bhtci-drawer .bhtci-nav-toggle { width: 100%; justify-content: space-between; min-height: 48px; padding-inline: 12px; white-space: normal; }
.bhtci-drawer .bhtci-submenu { position: static; width: auto; margin: 4px 0 8px; padding: 6px 8px 6px 16px; transform: none; box-shadow: none; }
.bhtci-drawer .bhtci-submenu::before { display: none; }
.bhtci-drawer-actions { display: grid; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--bhtci-border); }
.bhtci-language--drawer { width: 100%; }

.bhtci-hero { position: relative; isolation: isolate; min-height: min(780px, calc(100svh - var(--bhtci-header))); display: grid; align-items: center; padding-block: clamp(48px, 8vw, 100px); overflow: hidden; }
.bhtci-hero::before { content: ""; position: absolute; z-index: -1; inset: 5% -12% auto 40%; height: 560px; background: radial-gradient(circle, rgba(124, 58, 237, .3), rgba(50, 199, 217, .08) 38%, transparent 70%); filter: blur(30px); }
.bhtci-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); align-items: center; gap: clamp(32px, 6vw, 78px); }
.bhtci-hero-copy, .bhtci-hero-media { min-width: 0; }
.bhtci-hero-copy h1 { max-width: 820px; margin-bottom: 24px; }
.bhtci-gradient-text { color: #fff; background: linear-gradient(100deg, #fff 20%, #9ee8ff 55%, #b595ff 85%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.bhtci-hero-lead { max-width: 720px; color: #c3cee7; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.bhtci-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.bhtci-independent-notice { max-width: 740px; padding: 15px 18px; color: #f8e9b6; background: rgba(62, 48, 13, .3); border: 1px solid rgba(245, 196, 81, .44); border-left: 4px solid var(--bhtci-accent); border-radius: 14px; font-weight: 680; }
.bhtci-hero-media { position: relative; border-radius: var(--bhtci-radius-lg); }
.bhtci-hero-media::before { content: ""; position: absolute; inset: -12px; z-index: -1; background: conic-gradient(from 210deg, rgba(50,199,217,.5), rgba(91,95,245,.2), rgba(245,196,81,.35), rgba(124,58,237,.4), rgba(50,199,217,.5)); border-radius: 36px; filter: blur(18px); opacity: .62; }
.bhtci-hero-media img { width: 100%; aspect-ratio: 40/21; object-fit: cover; border: 1px solid rgba(112, 141, 200, .5); border-radius: var(--bhtci-radius-lg); box-shadow: var(--bhtci-shadow); }
.bhtci-cyber-chip { position: absolute; display: flex; align-items: center; gap: 9px; padding: 10px 13px; color: #eaf5ff; background: rgba(8, 15, 31, .86); border: 1px solid rgba(80, 202, 223, .42); border-radius: 13px; box-shadow: 0 12px 40px rgba(0,0,0,.35); backdrop-filter: blur(12px); font-size: .82rem; font-weight: 800; }
.bhtci-cyber-chip--top { top: 7%; left: -6%; }
.bhtci-cyber-chip--bottom { right: -5%; bottom: 8%; }
.bhtci-cyber-chip i { width: 8px; height: 8px; background: var(--bhtci-cyan); border-radius: 50%; box-shadow: 0 0 15px var(--bhtci-cyan); }

.bhtci-bento-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.bhtci-card, .bhtci-bento-card, .bhtci-feature-card, .bhtci-article-card, .bhtci-related-card { min-width: 0; max-width: 100%; background: linear-gradient(145deg, rgba(23, 33, 58, .94), rgba(12, 18, 35, .94)); border: 1px solid var(--bhtci-border); border-radius: var(--bhtci-radius); box-shadow: 0 18px 55px rgba(0,0,0,.2); }
.bhtci-bento-card { grid-column: span 4; position: relative; min-height: 210px; padding: 24px; overflow: hidden; text-decoration: none; }
.bhtci-bento-card--wide { grid-column: span 6; }
.bhtci-bento-card--accent { background: linear-gradient(145deg, rgba(91, 95, 245, .23), rgba(14, 22, 43, .95)); }
.bhtci-bento-card::after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 140px; height: 140px; background: radial-gradient(circle, rgba(50, 199, 217, .18), transparent 70%); }
.bhtci-card-kicker { display: block; margin-bottom: 12px; color: var(--bhtci-cyan); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.bhtci-bento-card h3 { color: #fff; }
.bhtci-bento-card p { color: var(--bhtci-muted); }
.bhtci-card-arrow { color: var(--bhtci-accent); font-size: 1.4rem; }
.bhtci-feature-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(24px, 6vw, 76px); }
.bhtci-feature-grid--reverse .bhtci-feature-media { order: 2; }
.bhtci-feature-copy { min-width: 0; }
.bhtci-feature-copy p { color: #bdc8e0; }
.bhtci-feature-media { min-width: 0; }
.bhtci-feature-media img { width: 100%; border: 1px solid var(--bhtci-border); border-radius: var(--bhtci-radius-lg); box-shadow: var(--bhtci-shadow); object-fit: cover; }
.bhtci-feature-media--portrait img { max-height: 640px; aspect-ratio: 4/5; object-fit: cover; }
.bhtci-check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.bhtci-check-card { padding: 22px; }
.bhtci-check-card h3 { display: flex; align-items: center; gap: 10px; }
.bhtci-check-card h3::before { content: ""; flex: 0 0 auto; width: 9px; height: 9px; background: var(--bhtci-cyan); border-radius: 50%; box-shadow: 0 0 18px rgba(50,199,217,.7); }
.bhtci-check-card p { color: var(--bhtci-muted); }
.bhtci-info-table-wrap { overflow-x: auto; border: 1px solid var(--bhtci-border); border-radius: var(--bhtci-radius); }
.bhtci-info-table { width: 100%; min-width: 620px; border-collapse: collapse; background: rgba(13, 20, 38, .75); }
.bhtci-info-table th, .bhtci-info-table td { padding: 16px 18px; border-bottom: 1px solid var(--bhtci-border); text-align: left; vertical-align: top; }
.bhtci-info-table th { color: #fff; background: rgba(91, 95, 245, .13); }
.bhtci-lang-hi .bhtci-info-table th, .bhtci-lang-hi .bhtci-info-table td { text-align: left; }

.bhtci-breadcrumb { margin-bottom: 28px; color: var(--bhtci-muted); font-size: .88rem; }
.bhtci-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.bhtci-breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #65728f; }
.bhtci-breadcrumb a { color: #a9d8ff; text-decoration: none; }
.bhtci-page-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); align-items: center; gap: clamp(28px, 6vw, 70px); margin-bottom: clamp(50px, 7vw, 90px); padding: clamp(24px, 5vw, 54px); overflow: hidden; }
.bhtci-page-hero-copy { min-width: 0; }
.bhtci-page-hero-copy p { color: #c1cbe0; }
.bhtci-page-hero-media { min-width: 0; }
.bhtci-page-hero-media img { width: 100%; border-radius: 18px; object-fit: cover; }
.bhtci-prose { max-width: 850px; margin-inline: auto; }
.bhtci-prose-section { padding: clamp(26px, 5vw, 54px) 0; border-bottom: 1px solid rgba(78, 94, 132, .25); }
.bhtci-prose-section p { color: #c1cce2; }
.bhtci-content-list { display: grid; gap: 11px; padding: 0; list-style: none; }
.bhtci-content-list li { position: relative; padding: 12px 14px 12px 42px; color: #c9d3e8; background: rgba(17, 26, 48, .65); border: 1px solid rgba(72, 89, 128, .35); border-radius: 12px; }
.bhtci-content-list li::before { content: "✓"; position: absolute; left: 15px; color: var(--bhtci-green); font-weight: 900; }
.bhtci-legal-box { margin-top: 28px; padding: 20px 22px; color: #eadfae; background: rgba(62, 48, 13, .22); border: 1px solid rgba(245, 196, 81, .38); border-left: 4px solid var(--bhtci-accent); border-radius: var(--bhtci-radius-sm); }
.bhtci-related { padding-block: 54px; }
.bhtci-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.bhtci-related-card { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; color: #fff; text-decoration: none; }
.bhtci-related-card span:last-child { color: var(--bhtci-accent); font-size: 1.25rem; }

.bhtci-faq-list { display: grid; gap: 12px; }
.bhtci-faq-card { background: linear-gradient(145deg, rgba(22, 31, 55, .92), rgba(11, 17, 33, .94)); border: 1px solid var(--bhtci-border); border-radius: 16px; overflow: clip; }
.bhtci-faq-card summary { position: relative; padding: 19px 54px 19px 20px; color: #fff; font-weight: 800; cursor: pointer; list-style: none; }
.bhtci-faq-card summary::-webkit-details-marker { display: none; }
.bhtci-faq-card summary::after { content: "+"; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: var(--bhtci-cyan); font-size: 1.5rem; }
.bhtci-faq-card[open] summary::after { content: "−"; }
.bhtci-faq-card > div { padding: 0 20px 18px; color: var(--bhtci-muted); }
.bhtci-faq-card > div p { margin: 0; }

.bhtci-entry, .bhtci-page-intro, .bhtci-empty, .bhtci-error-card { padding: clamp(24px, 5vw, 54px); }
.bhtci-entry-content { color: #c1cce2; }
.bhtci-archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-block: 30px; }
.bhtci-article-card { padding: 24px; }
.bhtci-article-card h2 { font-size: 1.35rem; }
.bhtci-article-card a { color: #fff; text-decoration: none; }
.bhtci-error-page { display: grid; place-items: center; padding-block: 80px; }
.bhtci-error-card { max-width: 720px; text-align: center; }
.bhtci-error-code { margin: 0; color: transparent; background: linear-gradient(110deg, var(--bhtci-cyan), var(--bhtci-primary), var(--bhtci-accent)); -webkit-background-clip: text; background-clip: text; font-size: clamp(5rem, 20vw, 11rem); font-weight: 950; letter-spacing: -.08em; line-height: .9; }

.bhtci-footer { position: relative; isolation: isolate; overflow: clip; background: linear-gradient(180deg, #080c19, #040610 78%); border-top: 1px solid var(--bhtci-border); }
.bhtci-footer::before { content: ""; position: absolute; z-index: -1; top: -260px; left: 50%; width: min(1100px, 100vw); height: 520px; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(91,95,245,.18), rgba(50,199,217,.06) 38%, transparent 70%); pointer-events: none; }
.bhtci-footer-signals { background: rgba(11, 17, 33, .78); border-bottom: 1px solid rgba(76, 94, 137, .32); }
.bhtci-footer-signal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bhtci-footer-signal { display: flex; align-items: center; gap: 13px; min-width: 0; padding: 21px clamp(14px, 3vw, 30px); border-right: 1px solid rgba(76, 94, 137, .28); }
.bhtci-footer-signal:first-child { padding-left: 0; }
.bhtci-footer-signal:last-child { padding-right: 0; border-right: 0; }
.bhtci-footer-signal > span { flex: 0 0 auto; width: 10px; height: 10px; background: var(--bhtci-cyan); border-radius: 50%; box-shadow: 0 0 18px rgba(50,199,217,.82); }
.bhtci-footer-signal:nth-child(2) > span { background: #9577ff; box-shadow: 0 0 18px rgba(149,119,255,.8); }
.bhtci-footer-signal:nth-child(3) > span { background: var(--bhtci-accent); box-shadow: 0 0 18px rgba(245,196,81,.7); }
.bhtci-footer-signal strong, .bhtci-footer-signal small { display: block; overflow-wrap: anywhere; }
.bhtci-footer-signal strong { color: #f7f9ff; font-size: .92rem; line-height: 1.35; }
.bhtci-footer-signal small { margin-top: 3px; color: #8f9ab4; font-size: .76rem; line-height: 1.45; }
.bhtci-footer-main-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(24px, 3vw, 40px); padding-block: clamp(48px, 7vw, 76px) 42px; }
.bhtci-footer-brand-block { grid-column: span 4; min-width: 0; padding-right: clamp(8px, 2vw, 28px); }
.bhtci-footer-brand-link { display: inline-flex; margin-bottom: 18px; }
.bhtci-footer-brand-block p { max-width: 440px; color: var(--bhtci-muted); }
.bhtci-footer-language { margin-top: 8px; }
.bhtci-footer-group { grid-column: span 2; min-width: 0; }
.bhtci-footer-heading { margin-bottom: 18px; color: #f5f7ff; font-size: .95rem; letter-spacing: .025em; }
.bhtci-footer-links, .bhtci-footer-legal-links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.bhtci-footer-links a, .bhtci-footer-legal-links a { color: #aebad1; font-size: .86rem; line-height: 1.45; text-decoration: none; transition: color .18s ease, transform .18s ease; }
.bhtci-footer-links a:hover, .bhtci-footer-links a:focus-visible, .bhtci-footer-legal-links a:hover, .bhtci-footer-legal-links a:focus-visible { color: #fff; }
.bhtci-footer-trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding-bottom: 42px; }
.bhtci-footer-trust-card { position: relative; min-width: 0; padding: clamp(22px, 4vw, 34px); overflow: hidden; background: linear-gradient(145deg, rgba(19, 28, 51, .86), rgba(9, 14, 29, .94)); border: 1px solid var(--bhtci-border); border-radius: 20px; box-shadow: 0 20px 58px rgba(0,0,0,.2); }
.bhtci-footer-trust-card::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 210px; height: 210px; background: radial-gradient(circle, rgba(91,95,245,.18), transparent 68%); pointer-events: none; }
.bhtci-footer-trust-card--responsible { border-color: rgba(245,196,81,.32); }
.bhtci-footer-trust-card--responsible::after { background: radial-gradient(circle, rgba(245,196,81,.12), transparent 68%); }
.bhtci-footer-card-kicker { margin-bottom: 9px; color: var(--bhtci-cyan); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.bhtci-lang-hi .bhtci-footer-card-kicker { letter-spacing: .05em; }
.bhtci-footer-trust-card h2 { max-width: 620px; margin-bottom: 13px; font-size: clamp(1.2rem, 2.4vw, 1.65rem); }
.bhtci-footer-trust-card p:not(.bhtci-footer-card-kicker) { max-width: 700px; color: #aeb9d0; font-size: .92rem; }
.bhtci-footer-trust-card a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; color: #e8f7ff; font-size: .9rem; font-weight: 800; text-decoration: none; }
.bhtci-footer-trust-card a span { color: var(--bhtci-accent); }
.bhtci-footer-bottom { background: rgba(2, 4, 11, .62); border-top: 1px solid rgba(64, 78, 112, .4); }
.bhtci-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 22px; }
.bhtci-footer-legal-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.bhtci-footer-legal-links a { color: #8e9ab3; font-size: .8rem; }
.bhtci-footer-bottom-inner p { margin: 0; color: #76829a; font-size: .8rem; text-align: right; }

:focus-visible { outline: 3px solid var(--bhtci-cyan); outline-offset: 3px; }

@media (hover: hover) and (pointer: fine) {
  .bhtci-button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(63, 102, 255, .38); }
  .bhtci-bento-card, .bhtci-related-card, .bhtci-article-card { transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
  .bhtci-bento-card:hover, .bhtci-related-card:hover, .bhtci-article-card:hover { transform: translateY(-4px); border-color: rgba(50, 199, 217, .58); box-shadow: 0 22px 70px rgba(5, 9, 28, .45); }
  .bhtci-hero-media img { transition: transform .5s ease; }
  .bhtci-hero-media:hover img { transform: scale(1.018); }
  .bhtci-desktop-nav .bhtci-nav-item--dropdown:hover > .bhtci-submenu { display: block; }
}

@media (max-width: 1120px) {
  .bhtci-desktop-nav, .bhtci-desktop-cta { display: none; }
  .bhtci-menu-button { display: block; }
  .bhtci-header-actions { margin-left: auto; }
}

@media (max-width: 900px) {
  .bhtci-hero-grid, .bhtci-page-hero { grid-template-columns: 1fr; }
  .bhtci-hero { min-height: auto; }
  .bhtci-hero-media { max-width: 720px; }
  .bhtci-cyber-chip--top { left: 3%; }
  .bhtci-cyber-chip--bottom { right: 3%; }
  .bhtci-bento-card, .bhtci-bento-card--wide { grid-column: span 6; }
  .bhtci-feature-grid { grid-template-columns: 1fr; }
  .bhtci-feature-grid--reverse .bhtci-feature-media { order: 0; }
  .bhtci-feature-media { max-width: 760px; }
  .bhtci-check-grid, .bhtci-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bhtci-footer-brand-block { grid-column: 1 / -1; padding-right: 0; }
  .bhtci-footer-group { grid-column: span 3; }
}

@media (max-width: 640px) {
  :root { --bhtci-header: 68px; }
  .bhtci-container { width: min(calc(100% - 24px), var(--bhtci-container)); }
  .bhtci-brand { width: 142px; }
  .bhtci-logo { width: 142px; }
  .bhtci-header-actions .bhtci-language { padding-inline: 9px; font-size: .78rem; }
  .bhtci-hero { padding-top: 38px; }
  .bhtci-hero-actions .bhtci-button { width: 100%; }
  .bhtci-cyber-chip { position: static; margin-top: 10px; }
  .bhtci-bento-grid, .bhtci-check-grid, .bhtci-related-grid, .bhtci-archive-grid { grid-template-columns: 1fr; }
  .bhtci-bento-card, .bhtci-bento-card--wide { grid-column: 1; min-height: 0; }
  .bhtci-page-hero { padding: 20px; }
  .bhtci-footer-signal-grid { grid-template-columns: 1fr; }
  .bhtci-footer-signal, .bhtci-footer-signal:first-child, .bhtci-footer-signal:last-child { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(76, 94, 137, .25); }
  .bhtci-footer-signal:last-child { border-bottom: 0; }
  .bhtci-footer-main-grid { gap: 30px 18px; }
  .bhtci-footer-group { grid-column: span 6; }
  .bhtci-footer-trust-grid { grid-template-columns: 1fr; }
  .bhtci-footer-bottom-inner { display: grid; }
  .bhtci-footer-bottom-inner p { text-align: left; }
  .bhtci-drawer { width: min(92vw, 380px); }
}

@media (max-width: 380px) {
  .bhtci-header-actions .bhtci-language { display: none; }
  .bhtci-menu-button { margin-left: auto; }
  .bhtci-button { width: 100%; }
  .bhtci-footer-group { grid-column: 1 / -1; }
  .bhtci-footer-language { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
