/* IBN7 INDIA — public styles
   brand: news red #C8102E on white, ink #16162a, warm gray canvas */

:root {
  --red: #c8102e;
  --red-dark: #a00d25;
  --ink: #16162a;
  --gray: #5c5c6e;
  --line: #e6e6ec;
  --canvas: #f7f7f9;
  --card: #ffffff;
  --radius: 10px;
  --shadow: 0 2px 10px rgba(22, 22, 42, .07);
  --shadow-lg: 0 8px 28px rgba(22, 22, 42, .13);
  --font: 'Mukta', 'Noto Sans Devanagari', -apple-system, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--ink); background: var(--canvas); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* ---------- top strip ---------- */
.topbar { background: var(--ink); color: #cfcfdd; font-size: 13.5px; }
.topbar-in { display: flex; justify-content: space-between; align-items: center; min-height: 34px; gap: 12px; flex-wrap: wrap; }
.topbar-links a { margin-left: 14px; color: #cfcfdd; }
.topbar-links a:hover { color: #fff; }

/* ---------- masthead ---------- */
.masthead { background: #fff; border-bottom: 1px solid var(--line); }
.masthead-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 16px; }
.brand img { height: 62px; width: auto; }
.searchbox { display: flex; max-width: 340px; flex: 1; }
.searchbox input { flex: 1; border: 2px solid var(--line); border-right: 0; border-radius: 8px 0 0 8px; padding: 8px 12px; font: inherit; font-size: 14.5px; outline: none; min-width: 0; }
.searchbox input:focus { border-color: var(--red); }
.searchbox button { border: 0; background: var(--red); color: #fff; padding: 0 16px; border-radius: 0 8px 8px 0; cursor: pointer; font-size: 15px; }
.searchbox button:hover { background: var(--red-dark); }

/* ---------- nav ---------- */
.mainnav { background: var(--red); position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 8px rgba(200, 16, 46, .35); }
.mainnav-in { display: flex; align-items: center; }
.navlist { display: flex; flex-wrap: wrap; }
.navlist a { display: block; color: #fff; font-weight: 600; font-size: 15.5px; padding: 12px 15px; transition: background .15s; }
.navlist a:hover, .navlist a.active { background: rgba(0, 0, 0, .22); }
.nav-toggle { display: none; border: 0; background: none; color: #fff; font-size: 16px; font-weight: 700; padding: 12px 4px; cursor: pointer; font-family: inherit; }

/* ---------- breaking ticker ---------- */
.ticker { background: #fff; border-bottom: 1px solid var(--line); }
.ticker-in { display: flex; align-items: center; gap: 0; overflow: hidden; }
.ticker-label { flex: none; background: var(--red); color: #fff; font-weight: 800; font-size: 14px; padding: 7px 14px; border-radius: 0 0 6px 6px; letter-spacing: .5px; animation: blink 1.6s infinite; }
@keyframes blink { 50% { opacity: .75; } }
.ticker-track-wrap { overflow: hidden; flex: 1; }
.ticker-track { display: inline-flex; white-space: nowrap; animation: ticker 60s linear infinite; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-track a { color: var(--ink); font-weight: 500; font-size: 15px; padding: 7px 0; margin-right: 44px; position: relative; }
.ticker-track a::after { content: '●'; color: var(--red); font-size: 9px; position: absolute; right: -26px; top: 50%; transform: translateY(-50%); }
.ticker-track a:hover { color: var(--red); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } .ticker-label { animation: none; } }

/* ---------- layout ---------- */
.main { padding: 22px 16px 50px; }
.layout { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.content { min-width: 0; }
.sidebar { min-width: 0; position: sticky; top: 62px; }

/* ---------- section head ---------- */
.sec-head { display: flex; align-items: center; gap: 14px; margin: 30px 0 16px; }
.sec-head:first-child { margin-top: 0; }
.sec-head h1, .sec-head h2 { font-size: 21px; font-weight: 800; color: var(--ink); white-space: nowrap; position: relative; padding-right: 4px; }
.sec-head-lg h1 { font-size: 26px; }
.sec-head h1::before, .sec-head h2::before { content: ''; position: absolute; left: 0; bottom: -3px; width: 42px; height: 3px; background: var(--red); border-radius: 2px; }
.sec-line { flex: 1; height: 1px; background: var(--line); }
.sec-more { flex: none; color: var(--red); font-weight: 600; font-size: 14px; }
a.sec-more:hover { text-decoration: underline; }

/* ---------- hero ---------- */
.hero { display: grid; grid-template-columns: 1.6fr 1fr; gap: 14px; margin-bottom: 8px; }
.hero-side { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.card-img { position: relative; display: block; border-radius: var(--radius); overflow: hidden; background: var(--ink); box-shadow: var(--shadow); }
.card-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; opacity: .92; transition: transform .35s, opacity .25s; }
.card-img:hover img { transform: scale(1.045); opacity: 1; }
.hero-lead { min-height: 420px; }
.hero-mini { min-height: 200px; }
.hero-overlay { position: absolute; inset: auto 0 0 0; padding: 44px 18px 16px; background: linear-gradient(transparent, rgba(10, 10, 24, .88) 62%); color: #fff; }
.hero-overlay h2 { font-size: 24px; line-height: 1.35; font-weight: 800; margin: 8px 0 6px; text-shadow: 0 1px 3px rgba(0,0,0,.5); }
.hero-overlay h3 { font-size: 15px; line-height: 1.4; font-weight: 700; margin-top: 6px; text-shadow: 0 1px 3px rgba(0,0,0,.5); }
.hero-overlay .meta { color: #d8d8e4; }
.chip { display: inline-block; background: var(--red); color: #fff; font-size: 12.5px; font-weight: 700; padding: 3px 10px; border-radius: 4px; letter-spacing: .3px; }
.chip-sm { font-size: 11px; padding: 2px 8px; }
.meta { color: var(--gray); font-size: 13px; }

/* ---------- news cards ---------- */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.thumb { display: block; aspect-ratio: 16/10; overflow: hidden; background: #ececf2; }
.thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.news-card:hover .thumb img { transform: scale(1.05); }
.news-card-body { padding: 13px 15px 15px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.kicker { color: var(--red); font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; }
.news-card h3 { font-size: 16.5px; line-height: 1.45; font-weight: 700; }
.news-card h3 a:hover { color: var(--red); }
.news-card p { font-size: 13.5px; color: var(--gray); }
.news-card .meta { margin-top: auto; }

/* ---------- category block ---------- */
.cat-block { display: grid; grid-template-columns: 1.15fr 1fr; gap: 20px; background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; }
.cat-lead .thumb { border-radius: 8px; margin-bottom: 12px; }
.cat-lead h3 { font-size: 19px; line-height: 1.45; font-weight: 800; margin-bottom: 6px; }
.cat-lead h3 a:hover { color: var(--red); }
.cat-lead p { color: var(--gray); font-size: 14px; margin-bottom: 8px; }
.cat-list { display: flex; flex-direction: column; gap: 14px; }
.row-card { display: flex; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.row-card:last-child { border-bottom: 0; padding-bottom: 0; }
.thumb-sm { flex: none; width: 108px; aspect-ratio: 16/11; border-radius: 7px; overflow: hidden; background: #ececf2; display: block; }
.thumb-sm img { width: 100%; height: 100%; object-fit: cover; }
.row-card h4 { font-size: 14.5px; line-height: 1.45; font-weight: 700; margin-bottom: 3px; }
.row-card h4 a:hover { color: var(--red); }

/* ---------- sidebar ---------- */
.widget { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; margin-bottom: 20px; }
.widget .sec-head { margin: 0 0 14px; }
.widget .sec-head h2 { font-size: 17.5px; }
.trend-list { display: flex; flex-direction: column; gap: 14px; }
.trend-list li { display: flex; gap: 12px; align-items: flex-start; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.trend-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.trend-num { flex: none; width: 30px; height: 30px; border-radius: 8px; background: var(--red); color: #fff; font-weight: 800; display: grid; place-items: center; font-size: 14.5px; }
.trend-list h4 { font-size: 14px; line-height: 1.45; font-weight: 700; margin-bottom: 2px; }
.trend-list h4 a:hover { color: var(--red); }
.cat-links li { border-bottom: 1px solid var(--line); }
.cat-links li:last-child { border-bottom: 0; }
.cat-links a { display: flex; justify-content: space-between; align-items: center; padding: 9px 2px; font-weight: 600; font-size: 14.5px; }
.cat-links a:hover { color: var(--red); }
.cat-links span { background: var(--canvas); border: 1px solid var(--line); font-size: 12px; padding: 1px 9px; border-radius: 20px; color: var(--gray); }
.widget-cta { background: linear-gradient(135deg, var(--ink), #262645); color: #e6e6f2; text-align: center; }
.widget-cta h3 { color: #fff; font-size: 18px; margin-bottom: 6px; }
.widget-cta p { font-size: 13.5px; margin-bottom: 14px; }

/* ---------- buttons / forms ---------- */
.btn { display: inline-block; background: var(--red); color: #fff; font-weight: 700; font-size: 15px; padding: 10px 24px; border-radius: 8px; border: 0; cursor: pointer; font-family: inherit; transition: background .15s; }
.btn:hover { background: var(--red-dark); }
.form { display: flex; flex-direction: column; gap: 14px; max-width: 640px; margin: 18px 0; }
.form label { display: flex; flex-direction: column; gap: 5px; font-weight: 600; font-size: 14.5px; }
.form input, .form textarea, .form select { border: 2px solid var(--line); border-radius: 8px; padding: 9px 12px; font: inherit; font-size: 14.5px; outline: none; background: #fff; }
.form input:focus, .form textarea:focus, .form select:focus { border-color: var(--red); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.alert { border-radius: 8px; padding: 12px 16px; margin: 14px 0; font-weight: 600; }
.alert-ok { background: #e7f6ec; color: #0a7a2f; border: 1px solid #bfe6cc; }
.alert-err { background: #fdecee; color: var(--red-dark); border: 1px solid #f5c6cd; }

/* ---------- article ---------- */
.crumbs { font-size: 13.5px; color: var(--gray); margin-bottom: 14px; }
.crumbs a { color: var(--red); font-weight: 600; }
.crumbs a:hover { text-decoration: underline; }
.article { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 28px 30px; }
.a-title { font-size: 30px; line-height: 1.4; font-weight: 800; margin-bottom: 12px; }
.a-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--gray); font-size: 13.5px; padding-bottom: 14px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.a-share { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; font-size: 14px; color: var(--gray); }
.sh { display: inline-block; color: #fff; font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 20px; border: 0; cursor: pointer; font-family: inherit; }
.sh-wa { background: #25d366; } .sh-fb { background: #1877f2; } .sh-x { background: #111; }
.sh-copy { background: var(--canvas); color: var(--ink); border: 1px solid var(--line); }
.sh:hover { filter: brightness(.92); }
.a-figure { border-radius: var(--radius); overflow: hidden; margin: 0 0 20px; background: #ececf2; }
.a-figure img { width: 100%; max-height: 640px; object-fit: contain; background: #101020; }
.a-body { font-size: 17px; line-height: 1.85; }
.a-body p { margin-bottom: 16px; }
.a-body p:first-of-type::first-letter { font-size: 200%; font-weight: 800; color: var(--red); line-height: 1; padding-right: 2px; }
.a-tags { margin: 8px 0 4px; }
.related { margin-top: 28px; }
.notfound { text-align: center; padding: 70px 20px; }
.notfound h1 { font-size: 72px; color: var(--red); }
.notfound p { margin: 10px 0 22px; color: var(--gray); }

/* ---------- misc ---------- */
.pager { display: flex; gap: 8px; margin-top: 26px; flex-wrap: wrap; }
.pager a, .pager .cur { min-width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; background: #fff; border: 1px solid var(--line); font-weight: 700; font-size: 14.5px; }
.pager a:hover { border-color: var(--red); color: var(--red); }
.pager .cur { background: var(--red); color: #fff; border-color: var(--red); }
.empty { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 34px; text-align: center; color: var(--gray); }
.static-page { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 28px 30px; }
.static-page .a-body h2 { font-size: 20px; margin: 20px 0 8px; }
.search-page { max-width: 560px; margin-bottom: 26px; }
.search-page button { padding: 0 22px; font-weight: 700; font-family: inherit; }
.contact-info { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--gray); display: flex; flex-direction: column; gap: 6px; }
.contact-info a { color: var(--red); font-weight: 600; }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: #c9c9da; margin-top: 30px; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 30px; padding: 40px 16px 30px; }
.f-logo { background: #fff; border-radius: 8px; padding: 8px 12px; height: auto; margin-bottom: 12px; }
.f-col h3 { color: #fff; font-size: 16px; margin-bottom: 12px; position: relative; padding-bottom: 7px; }
.f-col h3::after { content: ''; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; background: var(--red); border-radius: 2px; }
.f-col ul { display: flex; flex-direction: column; gap: 7px; }
.f-col a:hover { color: #fff; text-decoration: underline; }
.f-contact a { color: #c9c9da; }
.f-bottom { border-top: 1px solid #2b2b47; }
.f-bottom-in { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 14px 16px; font-size: 13.5px; flex-wrap: wrap; }
.f-bottom a { color: #8f8fa8; }
.f-bottom a:hover { color: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .hero { grid-template-columns: 1fr; }
  .hero-lead { min-height: 320px; }
  .hero-overlay h2 { font-size: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-block { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .masthead-in { flex-direction: column; gap: 10px; }
  .searchbox { max-width: 100%; width: 100%; }
  .brand img { height: 52px; }
  .nav-toggle { display: block; }
  .navlist { display: none; flex-direction: column; width: 100%; }
  .navlist.open { display: flex; }
  .mainnav-in { flex-direction: column; align-items: stretch; }
  .news-grid { grid-template-columns: 1fr; }
  .hero-side { grid-template-columns: 1fr; }
  .hero-mini { min-height: 170px; }
  .footer-grid { grid-template-columns: 1fr; }
  .a-title { font-size: 23px; }
  .article, .static-page { padding: 18px 16px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .topbar-in { justify-content: center; }
}
