:root {
  --t335-deep: #053633;
  --t335-ink: #10201f;
  --t335-muted: #657977;
  --t335-teal: #009c8c;
  --t335-teal-2: #12c6a6;
  --t335-gold: #f5c84b;
  --t335-red: #d81f32;
  --t335-soft: #edf8f5;
  --t335-line: #d7e8e4;
  --t335-radius: 8px;
  --t335-shadow: 0 18px 42px rgba(5, 54, 51, .12);
}
* { box-sizing: border-box; }
html { width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body.t335-page {
  margin: 0;
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  color: var(--t335-ink);
  background: #f6fbf9;
  font-family: Inter, "Noto Sans Bengali", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}
.t335-page a { color: inherit; text-decoration: none; }
.t335-page img { display: block; max-width: 100%; }
.t335-container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.t335-topbar { background: linear-gradient(90deg, #052c2b, #07443f); color: #d7f6ef; }
.t335-topbar-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.t335-brand { display: inline-flex; align-items: center; gap: 12px; }
.t335-brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: var(--t335-radius);
  background: linear-gradient(145deg, #07ad9a, #023f3b);
  color: #fff9dc;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(0, 156, 140, .28);
}
.t335-brand-name { display: block; color: #fff; font-size: 29px; line-height: .95; font-weight: 950; }
.t335-brand-kicker { display: block; margin-top: 6px; color: #9de9df; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.t335-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.t335-pill, .t335-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: var(--t335-radius);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}
.t335-pill.primary, .t335-button { background: linear-gradient(180deg, #ffe286, #f0b52f); color: #352000; border-color: transparent; box-shadow: 0 14px 28px rgba(245, 200, 75, .25); }
.t335-nav { background: var(--t335-red); color: #fff; box-shadow: 0 8px 24px rgba(216,31,50,.18); }
.t335-nav-inner { min-height: 50px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 22px; font-weight: 900; }
.t335-nav a { opacity: .9; }
.t335-nav a:hover, .t335-nav a.is-active { color: #fff0a8; opacity: 1; }
.t335-hero {
  background:
    linear-gradient(90deg, rgba(3,34,33,.95), rgba(3,34,33,.82) 46%, rgba(3,34,33,.18)),
    url("hero.jpg") right center / cover no-repeat;
  color: #fff;
}
.t335-hero-panel { min-height: 590px; display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: center; padding: 66px 0; }
.t335-eyebrow, .t335-section-label { margin: 0 0 12px; color: var(--t335-gold); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.t335-hero h1 { margin: 0; max-width: 760px; font-size: clamp(40px, 5.6vw, 66px); line-height: 1.02; font-weight: 950; }
.t335-hero p { max-width: 680px; margin: 20px 0 0; color: #d9f2ee; font-size: 18px; line-height: 1.68; font-weight: 680; }
.t335-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.t335-button.secondary { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.28); box-shadow: none; }
.t335-hero-note { align-self: end; padding: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--t335-radius); background: rgba(2,44,42,.72); box-shadow: 0 24px 52px rgba(0,0,0,.25); }
.t335-hero-note small, .t335-hero-note span { display: block; color: #bdebe4; line-height: 1.55; font-weight: 680; }
.t335-hero-note strong { display: block; margin: 8px 0; color: #fff4c8; font-size: 44px; line-height: 1; font-weight: 950; }
.t335-main { background: #f6fbf9; }
.t335-section { padding: 58px 0; }
.t335-intro, .t335-news-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,430px); gap: 34px; align-items: start; margin-bottom: 28px; }
.t335-intro h2, .t335-news-head h2, .t335-spotlight h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.1; font-weight: 950; }
.t335-text-flow p, .t335-news-head p, .t335-spotlight p { color: var(--t335-muted); line-height: 1.76; font-weight: 680; }
.t335-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.t335-card, .t335-feature-card, .t335-news-card, .t335-article-card, .t335-side-card {
  background: #fff;
  border: 1px solid var(--t335-line);
  border-radius: var(--t335-radius);
  box-shadow: var(--t335-shadow);
}
.t335-feature-card { min-height: 220px; padding: 22px; }
.t335-feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: var(--t335-radius); background: #e5fbf6; color: #06796f; font-weight: 950; }
.t335-feature-card h3 { margin: 20px 0 10px; font-size: 22px; font-weight: 950; }
.t335-feature-card p { margin: 0; color: var(--t335-muted); line-height: 1.62; font-weight: 680; }
.t335-spotlight { padding: 62px 0; background: linear-gradient(180deg, #082f2c, #0c4540); color: #fff; }
.t335-spotlight-inner { display: grid; grid-template-columns: minmax(300px, .94fr) minmax(0, 1.06fr); gap: 32px; align-items: center; }
.t335-lobby { margin: 0; overflow: hidden; border-radius: var(--t335-radius); background: #062a28; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.t335-lobby img { width: 100%; height: 420px; object-fit: cover; }
.t335-lobby figcaption { padding: 18px; background: #fff; color: var(--t335-ink); }
.t335-lobby strong, .t335-lobby span { display: block; }
.t335-lobby span { margin-top: 7px; color: var(--t335-muted); line-height: 1.52; font-weight: 650; }
.t335-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.t335-detail-item { padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--t335-radius); background: rgba(255,255,255,.08); }
.t335-detail-item span { display: block; color: #98f0e4; font-size: 12px; font-weight: 950; }
.t335-detail-item strong { display: block; margin-top: 6px; color: #fff; line-height: 1.5; }
.t335-check-list { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.t335-check-list li { padding-left: 22px; position: relative; color: #d8f4ee; line-height: 1.62; font-weight: 680; }
.t335-check-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--t335-gold); }
.t335-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.t335-news-card { overflow: hidden; }
.t335-news-card img { width: 100%; height: 190px; object-fit: cover; }
.t335-news-body { padding: 18px; }
.t335-news-body time { color: var(--t335-red); font-size: 12px; font-weight: 950; }
.t335-news-body h3 { margin: 8px 0; font-size: 20px; line-height: 1.34; font-weight: 950; }
.t335-news-body p { margin: 0; color: var(--t335-muted); line-height: 1.58; font-weight: 650; }
.t335-page-hero { background: linear-gradient(135deg, #053633, #0b5d55); color: #fff; }
.t335-page-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,410px); gap: 28px; align-items: center; padding: 58px 0; }
.t335-page-hero h1 { margin: 0; font-size: clamp(34px,4.8vw,58px); line-height: 1.06; font-weight: 950; }
.t335-page-hero p { color: #d8f4ee; line-height: 1.68; font-size: 17px; font-weight: 680; }
.t335-page-hero img { width: 100%; min-height: 290px; object-fit: cover; border-radius: var(--t335-radius); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.t335-page-layout, .t335-article-layout { display: grid; grid-template-columns: minmax(0,1fr) 315px; gap: 22px; padding: 42px 0; }
.t335-article-card { padding: 30px; }
.t335-article-card h1 { margin: 0; font-size: clamp(30px,4.4vw,48px); line-height: 1.14; font-weight: 950; }
.t335-meta { display: flex; flex-wrap: wrap; gap: 12px; color: #78908c; font-size: 13px; font-weight: 750; margin: 14px 0 22px; }
.t335-body { color: #30413f; line-height: 1.9; font-weight: 650; }
.t335-point-grid { display: grid; gap: 14px; margin-top: 22px; }
.t335-point { border: 1px solid var(--t335-line); border-radius: var(--t335-radius); padding: 18px; background: #fbfffe; }
.t335-point h3 { margin: 0 0 8px; font-size: 20px; font-weight: 950; }
.t335-point p { margin: 0; color: var(--t335-muted); line-height: 1.68; }
.t335-side-card { padding: 20px; margin-bottom: 16px; }
.t335-side-card h3 { margin: 0 0 12px; font-size: 20px; font-weight: 950; }
.t335-side-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.t335-side-card li { border-top: 1px solid var(--t335-line); padding-top: 10px; color: #344d49; font-weight: 760; line-height: 1.5; }
.t335-side-card li:first-child { border-top: 0; padding-top: 0; }
.t335-footer { background: #052c2b; color: #d6f6ef; padding: 34px 0; }
.t335-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 700; }
@media (max-width: 920px) {
  .t335-topbar-inner, .t335-footer-inner { flex-direction: column; align-items: flex-start; }
  .t335-nav-inner { gap: 10px 16px; }
  .t335-hero-panel, .t335-intro, .t335-news-head, .t335-spotlight-inner, .t335-page-hero-grid, .t335-page-layout, .t335-article-layout { grid-template-columns: 1fr; }
  .t335-feature-grid, .t335-news-grid, .t335-detail-grid { grid-template-columns: 1fr; }
  .t335-hero-panel { min-height: 0; padding: 46px 0; }
  .t335-lobby img { height: 280px; }
}
