/* ===========================================================================
   TRISYA SYARIAH — Homepage & Global Styles
   Design: split-panel hero, dark emerald green, modern corporate
   =========================================================================== */

:root {
  --ts-emerald: #064a3b;
  --ts-emerald-dark: #043528;
  --ts-emerald-deep: #022a20;
  --ts-emerald-light: #0a6b54;
  --ts-emerald-soft: #e8f5ef;
  --ts-gold: #c9a24b;
  --ts-gold-soft: #f0e3c4;
  --ts-ink: #14241f;
  --ts-ink-soft: #4a5b54;
  --ts-muted: #7a8a83;
  --ts-bg: #f7faf8;
  --ts-line: #e4ece8;
  --ts-radius: 16px;
  --ts-radius-sm: 10px;
  --ts-shadow: 0 8px 30px rgba(6, 74, 59, 0.10);
  --ts-shadow-lg: 0 20px 60px rgba(6, 74, 59, 0.15);
  --ts-font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --ts-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ----- Reset / Base ----- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ts-font);
  color: var(--ts-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 { font-weight: 800; letter-spacing: -0.02em; color: var(--ts-ink); }
a { text-decoration: none; transition: var(--ts-transition); }
img { max-width: 100%; }

/* ===========================================================================
   NAVBAR
   =========================================================================== */
.trisya-navbar {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ts-line);
  padding: 0.6rem 0;
  z-index: 1040;
}
.trisya-navbar .navbar-brand {
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}
.brand-text { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--ts-emerald); }
.brand-emerald {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--ts-emerald);
  color: #fff;
  border-radius: 12px;
  font-size: 1.1rem;
}
.brand-logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.trisya-navbar .brand-logo { height: 44px; max-height: 44px; }
.trisya-navbar .nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ts-ink) !important;
  padding: 0.5rem 0.95rem !important;
  border-radius: 8px;
  position: relative;
}
.trisya-navbar .nav-link:hover { color: var(--ts-emerald) !important; }
.trisya-navbar .nav-link.active { color: var(--ts-emerald) !important; }
.trisya-navbar .nav-link.active::after {
  content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 20px; height: 3px; background: var(--ts-emerald); border-radius: 2px;
}
.trisya-navbar .btn-success {
  background: var(--ts-emerald) !important;
  border-color: var(--ts-emerald) !important;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(6, 74, 59, 0.25);
}
.trisya-navbar .btn-outline-success {
  color: var(--ts-emerald) !important;
  border-color: var(--ts-emerald) !important;
  font-weight: 600;
}
.trisya-navbar .btn-outline-success:hover {
  background: var(--ts-emerald) !important;
  color: #fff !important;
}
.nav-spacer { height: 66px; }

/* ===========================================================================
   SPLIT HERO
   =========================================================================== */
.split-hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  min-height: calc(100vh - 66px);
  position: relative;
}
.split-hero-left {
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.split-hero-right {
  background: linear-gradient(155deg, var(--ts-emerald) 0%, var(--ts-emerald-deep) 100%);
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.split-hero-right::before {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
  border-radius: 50%;
}
.split-hero-right.has-hero-image { padding: 2.5rem; }
.hero-visual-card {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 1.1rem;
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  box-shadow: 0 34px 80px rgba(0,0,0,0.28);
  backdrop-filter: blur(12px);
}
.hero-image-frame,
.hero-image-placeholder {
  height: 100%;
  min-height: clamp(520px, calc(100vh - 160px), 820px);
  border-radius: 28px;
  background: #f7fbf7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(6,74,59,0.10);
}
.hero-panel-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #f7fbf7;
}
.hero-image-placeholder {
  flex-direction: column;
  gap: 0.8rem;
  color: rgba(6,74,59,0.65);
  text-align: center;
  padding: 2rem;
}
.hero-image-placeholder i { font-size: 2.5rem; }
.hero-panel-content {
  display: none;
  position: relative;
  max-width: none;
  margin-top: 1rem;
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(2,42,32,0.82);
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--ts-emerald-soft);
  color: var(--ts-emerald);
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  width: fit-content;
}
.hero-badge i { color: var(--ts-gold); }
.split-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 1.2rem;
  color: var(--ts-ink);
}
.split-hero h1 .accent { color: var(--ts-emerald); }
.hero-subtitle {
  font-size: 1.1rem;
  color: var(--ts-ink-soft);
  margin-bottom: 2rem;
  max-width: 540px;
}
.hero-cta-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.btn-emerald {
  background: var(--ts-emerald);
  color: #fff;
  border: none;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 6px 20px rgba(6, 74, 59, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-emerald:hover {
  background: var(--ts-emerald-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(6, 74, 59, 0.4);
}
.btn-outline-emerald {
  background: transparent;
  color: var(--ts-emerald);
  border: 2px solid var(--ts-emerald);
  padding: 0.85rem 2rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-outline-emerald:hover {
  background: var(--ts-emerald);
  color: #fff;
}
.btn-gold {
  background: var(--ts-gold);
  color: #fff;
  border: none;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-gold:hover { background: #b8923f; color: #fff; }

.hero-trust {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ts-line);
}
.hero-trust-icon {
  width: 52px; height: 52px;
  background: var(--ts-emerald-soft);
  color: var(--ts-emerald);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.hero-trust-text { font-size: 0.88rem; color: var(--ts-ink-soft); }

/* Right panel */
.hero-panel-eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ts-gold);
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero-panel-title {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 1.2rem;
  color: #fff;
}
.hero-panel-text {
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
  margin-bottom: 2rem;
  line-height: 1.7;
}
.hero-feature-card {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--ts-radius);
  padding: 1.5rem;
  backdrop-filter: blur(8px);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.hero-feature-card .hfc-icon {
  width: 48px; height: 48px;
  background: var(--ts-gold);
  color: #fff;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.hero-feature-card h5 { color: #fff; margin-bottom: 0.3rem; font-size: 1.05rem; }
.hero-feature-card p { color: rgba(255,255,255,0.75); font-size: 0.88rem; margin: 0; }

/* Awards showcase */
.awards-showcase {
  background:
    radial-gradient(circle at top left, rgba(212,175,94,0.18), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f7fbf8 100%);
}
.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.award-showcase-card {
  background: #fff;
  border: 1px solid rgba(6,74,59,0.10);
  border-radius: 28px;
  padding: 1rem;
  box-shadow: 0 22px 55px rgba(6,74,59,0.10);
  transition: transform .2s ease, box-shadow .2s ease;
}
.award-showcase-card:hover { transform: translateY(-4px); box-shadow: 0 28px 70px rgba(6,74,59,0.16); }
.award-image-wrap {
  min-height: 220px;
  border-radius: 22px;
  background: linear-gradient(135deg, #f8fbf8, #eef7f1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(6,74,59,0.08);
}
.award-image-wrap img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: contain;
  padding: .6rem;
}
.award-image-placeholder {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--ts-emerald-soft);
  color: var(--ts-emerald);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.award-copy { padding: 1rem .4rem .2rem; }
.award-copy span {
  color: var(--ts-gold);
  font-weight: 800;
  font-size: .86rem;
  letter-spacing: .08em;
}
.award-copy h5 { color: var(--ts-emerald-deep); font-weight: 800; margin: .4rem 0; }
.award-copy p { color: var(--ts-ink-soft); margin: 0; font-size: .92rem; }

@media (max-width: 991px) {
  .split-hero { grid-template-columns: 1fr; }
  .split-hero-left { padding: 2.5rem 1.5rem; min-height: auto; }
  .split-hero-right { padding: 2.5rem 1.5rem; min-height: auto; }
  .split-hero-right.has-hero-image { min-height: 560px; padding: 2rem 1.5rem; }
  .split-hero { min-height: auto; }
}

/* ===========================================================================
   FEATURE BAND (dark green strip)
   =========================================================================== */
.feature-band {
  background: var(--ts-emerald-deep);
  color: #fff;
  padding: 2.5rem 0;
}
.feature-band .feature-band-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.feature-band-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.feature-items {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(255,255,255,0.08);
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}
.feature-item i { color: var(--ts-gold); font-size: 1.1rem; }

@media (max-width: 767px) {
  .feature-items { justify-content: flex-start; }
  .feature-band .feature-band-inner { flex-direction: column; align-items: flex-start; }
}

/* ===========================================================================
   SECTION GENERIC
   =========================================================================== */
.ts-section { padding: 5rem 0; }
.ts-section-compact { padding: 3.5rem 0; }
.section-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--ts-emerald);
  margin-bottom: 0.75rem;
}
.section-eyebrow.gold { color: var(--ts-gold); }
.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.section-title.text-white { color: #fff; }
.section-sub {
  font-size: 1.05rem;
  color: var(--ts-ink-soft);
  max-width: 620px;
}
.section-sub.text-white-50 { color: rgba(255,255,255,0.7); }

/* ===========================================================================
   PRODUCTS GRID
   =========================================================================== */
.product-card {
  background: #fff;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius);
  padding: 1.8rem;
  height: 100%;
  transition: var(--ts-transition);
  display: flex;
  flex-direction: column;
}
.product-card-thumb {
  width: calc(100% + 3.6rem);
  height: 180px;
  margin: -1.8rem -1.8rem 1.25rem;
  border-radius: var(--ts-radius) var(--ts-radius) 0 0;
  overflow: hidden;
  background-color: var(--ts-emerald-soft);
  background-size: cover;
  background-position: center;
  position: relative;
}
.product-card-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.product-card-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,42,32,0.00), rgba(2,42,32,0.10));
  pointer-events: none;
}
.product-card:hover {
  border-color: var(--ts-emerald);
  box-shadow: var(--ts-shadow-lg);
  transform: translateY(-4px);
}
.product-icon {
  width: 56px; height: 56px;
  background: var(--ts-emerald-soft);
  color: var(--ts-emerald);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
.product-card h5 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.product-card p { font-size: 0.9rem; color: var(--ts-ink-soft); margin-bottom: 1rem; }
.product-link {
  color: var(--ts-emerald);
  font-weight: 700;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
}
.product-link:hover { gap: 0.7rem; }

/* ===========================================================================
   PARTNERS
   =========================================================================== */
.partner-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius-sm);
  transition: var(--ts-transition);
  filter: grayscale(100%);
  opacity: 0.65;
}
.partner-logo-box:hover { filter: grayscale(0%); opacity: 1; border-color: var(--ts-emerald); }
.partner-logo-box img { max-height: 60px; width: auto; }
.partner-logo-box .partner-text {
  font-weight: 700;
  color: var(--ts-ink-soft);
  font-size: 1rem;
  text-align: center;
}

/* ===========================================================================
   SUSTAINABILITY / GROWTH (green band with stats)
   =========================================================================== */
.growth-section {
  background: linear-gradient(160deg, var(--ts-emerald) 0%, var(--ts-emerald-deep) 100%);
  color: #fff;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.growth-section::before {
  content: "";
  position: absolute;
  bottom: -150px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
  border-radius: 50%;
}
.stat-block { text-align: center; position: relative; z-index: 1; }
.stat-num {
  font-size: clamp(1.6rem, 2.3vw, 1.9rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.stat-num .plus { color: var(--ts-gold); }
.stat-label {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}
.growth-section .row.g-4.text-center {
  --bs-gutter-x: 0.75rem;
}
.growth-cta-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--ts-radius);
  padding: 2rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.growth-cta-card h4 { color: #fff; margin-bottom: 0.3rem; font-size: 1.4rem; }
.growth-cta-card p { color: rgba(255,255,255,0.75); margin: 0; }

/* ===========================================================================
   VALUES (6 cards)
   =========================================================================== */
.value-card {
  background: #fff;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: var(--ts-transition);
}
.value-card:hover {
  border-color: var(--ts-emerald);
  box-shadow: var(--ts-shadow);
  transform: translateY(-3px);
}
.value-icon {
  width: 64px; height: 64px;
  margin: 0 auto 1.2rem;
  background: var(--ts-emerald-soft);
  color: var(--ts-emerald);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.value-card h5 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.value-card p { font-size: 0.88rem; color: var(--ts-ink-soft); margin: 0; }

/* ===========================================================================
   TESTIMONIALS
   =========================================================================== */
.testimonial-card {
  background: #fff;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius);
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--ts-transition);
}
.testimonial-card:hover { box-shadow: var(--ts-shadow); }
.testimonial-quote-mark {
  font-size: 3rem;
  color: var(--ts-emerald-soft);
  line-height: 0.6;
  font-family: Georgia, serif;
  margin-bottom: 0.5rem;
}
.testimonial-card p { font-size: 0.95rem; color: var(--ts-ink); flex-grow: 1; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 0.85rem; margin-top: 1.2rem; }
.testimonial-avatar {
  width: 44px; height: 44px;
  background: var(--ts-emerald);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}
.testimonial-author strong { display: block; font-size: 0.92rem; }
.testimonial-author small { color: var(--ts-muted); }
.stars { color: var(--ts-gold); margin-bottom: 0.6rem; }
.stars i { font-size: 0.85rem; }

/* ===========================================================================
   NEWS CARDS
   =========================================================================== */
.news-card {
  background: #fff;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius);
  overflow: hidden;
  height: 100%;
  transition: var(--ts-transition);
  display: flex;
  flex-direction: column;
}
.news-card:hover { box-shadow: var(--ts-shadow-lg); transform: translateY(-3px); }
.news-thumb {
  height: 160px;
  background-size: cover;
  background-position: center;
  background-color: var(--ts-emerald-soft);
}
.news-thumb-default {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--ts-emerald), var(--ts-emerald-light));
  color: rgba(255,255,255,0.5);
  font-size: 2.5rem;
}
.news-body { padding: 1.3rem; display: flex; flex-direction: column; flex-grow: 1; }
.news-date { font-size: 0.78rem; color: var(--ts-muted); margin-bottom: 0.5rem; }
.news-body h6 { font-size: 1rem; margin-bottom: 0.5rem; }
.news-body p { font-size: 0.85rem; color: var(--ts-ink-soft); margin-bottom: 0; }
.news-tag {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--ts-emerald);
  background: var(--ts-emerald-soft);
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.6rem;
  width: fit-content;
}

/* ===========================================================================
   CONNECT / CTA card (right column of news section)
   =========================================================================== */
.connect-card {
  background: linear-gradient(155deg, var(--ts-emerald) 0%, var(--ts-emerald-deep) 100%);
  border-radius: var(--ts-radius);
  padding: 2.5rem;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.connect-card::before {
  content: "";
  position: absolute;
  top: -80px; right: -80px;
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.connect-card .eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ts-gold);
  font-weight: 700;
  margin-bottom: 1rem;
}
.connect-card h3 { color: #fff; margin-bottom: 1rem; font-size: 1.6rem; }
.connect-card p { color: rgba(255,255,255,0.8); margin-bottom: 1.5rem; position: relative; z-index: 1; }
.connect-social { display: flex; gap: 0.75rem; }
.connect-social a {
  width: 42px; height: 42px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1.1rem;
}
.connect-social a:hover { background: var(--ts-gold); }

/* ===========================================================================
   FOOTER
   =========================================================================== */
.trisya-footer {
  background: #f7faf8;
  border-top: 1px solid var(--ts-line);
  padding: 4rem 0 2rem;
  color: var(--ts-ink-soft);
}
.footer-brand {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--ts-emerald);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-brand .brand-logo {
  height: 62px;
  max-height: 62px;
  max-width: min(100%, 260px);
}
.footer-desc { font-size: 0.9rem; color: var(--ts-ink-soft); margin-bottom: 1.5rem; line-height: 1.7; }
.footer-social { display: flex; gap: 0.6rem; }
.footer-social a {
  width: 38px; height: 38px;
  background: #fff;
  border: 1px solid var(--ts-line);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--ts-emerald);
}
.footer-social a:hover { background: var(--ts-emerald); color: #fff; border-color: var(--ts-emerald); }
.footer-col h6 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ts-ink);
  margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a {
  color: var(--ts-ink-soft);
  font-size: 0.9rem;
}
.footer-col ul li a:hover { color: var(--ts-emerald); }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
}
.footer-contact-item i { color: var(--ts-emerald); margin-top: 0.2rem; }
.footer-contact-item span,
.footer-contact-item a { min-width: 0; overflow-wrap: anywhere; }
.footer-bottom {
  border-top: 1px solid var(--ts-line);
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
  color: var(--ts-muted);
}
.footer-bottom a { color: var(--ts-muted); }
.footer-bottom a:hover { color: var(--ts-emerald); }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: center; }
.footer-bottom-left { display: flex; flex-direction: column; gap: 0.5rem; }
.ojk-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--ts-emerald-soft, #e8f5ef);
  border: 1px solid var(--ts-emerald-light, #0a6b54);
  border-radius: 12px;
  padding: 0.5rem 1rem;
  box-shadow: 0 1px 3px rgba(6,74,59,0.10);
}
.ojk-badge-text {
  font-size: 0.72rem;
  line-height: 1.35;
  color: var(--ts-ink-soft, #555);
}
.ojk-badge-text strong { display: block; font-size: 0.78rem; color: var(--ts-ink, #222); }
.ojk-footer-logo {
  height: 56px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

/* ===========================================================================
   PAGE HEADER (inner pages)
   =========================================================================== */
.page-hero {
  background: linear-gradient(160deg, var(--ts-emerald) 0%, var(--ts-emerald-deep) 100%);
  color: #fff;
  padding: 4rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.page-hero h1 { color: #fff; font-size: 2.5rem; }
.page-hero p { color: rgba(255,255,255,0.8); }
.page-hero .breadcrumb { justify-content: center; }
.page-hero .breadcrumb-item, .page-hero .breadcrumb-item a { color: rgba(255,255,255,0.7); }
.page-hero .breadcrumb-item.active { color: #fff; }
.page-header-bar {
  background: linear-gradient(155deg, var(--ts-emerald) 0%, var(--ts-emerald-deep) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-header-bar h1 { color: #fff; }
.page-header-bar .breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,0.55); }
.page-header-bar.has-banner {
  min-height: 340px;
  display: flex;
  align-items: center;
}
.page-header-bar.has-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.10), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(201,162,75,0.14), transparent 30%);
  pointer-events: none;
}
.page-header-bar.has-banner .container { position: relative; z-index: 1; }
.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}
.product-hero-copy { max-width: 760px; }
.product-hero .lead { max-width: 760px; color: rgba(255,255,255,0.82) !important; }
.product-hero-media {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 240px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.24);
  background-color: rgba(255,255,255,0.08);
  background-size: cover;
  background-position: center;
}
.product-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,42,32,0.02), rgba(2,42,32,0.16));
  z-index: 1;
  pointer-events: none;
}
.product-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transform: scale(1.01);
}
.page-header-bar .text-light-emphasis,
.page-header-bar .rich-text,
.page-header-bar .rich-text * {
  color: #fff !important;
}
@media (max-width: 991.98px) {
  .page-header-bar.has-banner { min-height: auto; }
  .product-hero-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-hero-media { min-height: 220px; border-radius: 22px; }
  .product-hero-media img { min-height: 220px; }
}

/* ===========================================================================
   UTILITY
   =========================================================================== */
.text-emerald { color: var(--ts-emerald) !important; }
.text-trisya-green { color: var(--ts-emerald) !important; }
.bg-emerald { background: var(--ts-emerald) !important; }
.bg-emerald-soft { background: var(--ts-emerald-soft) !important; }
.bg-soft { background: var(--ts-bg) !important; }
.fw-800 { font-weight: 800 !important; }
.divider-dot { width: 6px; height: 6px; background: var(--ts-gold); border-radius: 50%; display: inline-block; }

/* Header button (nav) */
.btn-trisya {
  background: var(--ts-emerald) !important;
  color: #fff !important;
  border: none;
  font-weight: 600;
  padding: 0.45rem 1.2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  box-shadow: 0 4px 14px rgba(6, 74, 59, 0.25);
  transition: var(--ts-transition);
}
.btn-trisya:hover {
  background: var(--ts-emerald-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Rich text content */
.rich-text { line-height: 1.8; }
.rich-text p { margin-bottom: 1rem; }
.rich-text h2, .rich-text h3 { margin-top: 2rem; margin-bottom: 0.75rem; }
.rich-text ul, .rich-text ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.product-detail-copy {
  font-size: 1.02rem;
  color: var(--ts-ink);
}
.product-detail-copy h3 {
  color: var(--ts-emerald);
  font-size: 1.25rem;
}
.product-detail-copy ul {
  background: var(--ts-emerald-soft);
  border: 1px solid rgba(25,135,84,0.16);
  border-radius: var(--ts-radius-sm);
  padding: 1rem 1.25rem 1rem 2rem;
}

/* Generic info card */
.info-card {
  background: #fff;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius);
  padding: 2rem;
  height: 100%;
}
.info-card .ic-icon {
  width: 56px; height: 56px;
  background: var(--ts-emerald-soft);
  color: var(--ts-emerald);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

/* AOS-friendly */
[data-aos] { pointer-events: none; }
[data-aos].aos-animate { pointer-events: auto; }
.aos-fallback [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

/* ── KBM Simulator (Asuransi Kendaraan Bermotor) ── */
.kbm-addons-list {
  max-height: 280px;
  overflow-y: auto;
  padding-left: 0.25rem;
}
.kbm-addons-list .form-check {
  margin-bottom: 0.35rem;
}
.kbm-loading-notice {
  display: flex;
  gap: 0.55rem;
  margin: 0.25rem 0 0.75rem;
  padding: 0.65rem 0.7rem;
  border: 1px solid #b9d9cc;
  border-left: 3px solid var(--ts-emerald, #087b5b);
  border-radius: 8px;
  background: var(--ts-emerald-soft, #e8f5ef);
  color: var(--ts-ink, #14241f);
  font-size: 0.7rem;
  line-height: 1.45;
}
.kbm-loading-notice > i {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: var(--ts-emerald, #087b5b);
}
.kbm-loading-notice strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--ts-emerald, #087b5b);
  font-size: 0.72rem;
}
.kbm-loading-notice p { margin: 0; }
.kbm-result-box {
  background: var(--ts-emerald-soft, #e8f5ef);
  border-radius: 12px;
  padding: 1rem 1.1rem;
}
.kbm-breakdown .d-flex {
  padding: 0.15rem 0;
}
.kbm-breakdown strong {
  font-size: 0.8rem;
  color: var(--ts-ink, #14241f);
}

/* ── Fire Simulator (Asuransi Kebakaran) ── */
.fire-simulator .form-label { color: var(--ts-ink, #14241f); }
#fireConstructionClass { font-size: 0.7rem; padding-left: 0.45rem; }
.fire-help-text { font-size: 0.64rem; margin: -0.1rem 0 0.35rem; }
.fire-addons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 0.65rem;
}
.fire-addons-grid .form-check {
  min-width: 0;
  margin: 0;
  padding: 0.42rem 0.45rem 0.42rem 1.8rem;
  border: 1px solid #dce7e2;
  border-radius: 7px;
}
.fire-addons-grid .form-check-input { margin-left: -1.35rem; }
.fire-addons-grid .form-check-label { line-height: 1.25; }
.fire-result-box {
  border: 1px solid #b9d9cc;
  border-radius: 12px;
  background: #f7fbf9;
  padding: 1rem;
}
.fire-result-source { font-size: 0.64rem; line-height: 1.35; }
.fire-total-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem; }
.fire-total-grid > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 0.55rem 0.3rem;
  border: 1px solid #cfe1da;
  border-radius: 8px;
  background: #fff;
}
.fire-total-grid span { color: #6c757d; font-size: 0.64rem; }
.fire-total-grid strong { color: var(--ts-emerald, #087b5b); font-size: 0.92rem; }
.fire-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.22rem 0;
  font-size: 0.73rem;
}
.fire-detail-row strong { text-align: right; }
.fire-disclaimer { font-size: 0.61rem; line-height: 1.4; }
@media (max-width: 380px) {
  .fire-addons-grid { grid-template-columns: 1fr; }
}

/* ── Management page ─────────────────────────────────────────────────────── */
.management-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(201,162,75,.28), transparent 24%),
    linear-gradient(120deg, var(--ts-emerald-deep) 0%, var(--ts-emerald) 62%, #08715a 100%);
}
.management-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #000);
}
.management-hero-inner {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.management-hero-copy { max-width: 700px; padding: 5rem 0; }
.management-eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--ts-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.management-eyebrow::before,
.section-kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.management-hero h1 { color: #fff; margin: .8rem 0 1rem; font-size: clamp(3rem, 7vw, 5.6rem); letter-spacing: -.06em; }
.management-hero p { max-width: 650px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 2vw, 1.25rem); line-height: 1.8; }
.management-hero-mark { position: relative; flex: 0 0 280px; height: 280px; display: grid; place-items: center; }
.management-hero-mark i { position: relative; z-index: 2; font-size: 5rem; color: #fff; filter: drop-shadow(0 18px 30px rgba(0,0,0,.22)); }
.mark-ring { position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.mark-ring-one { width: 230px; height: 230px; }
.mark-ring-two { width: 150px; height: 150px; border-color: rgba(201,162,75,.75); }
.management-nav { position: sticky; top: 74px; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--ts-line); box-shadow: 0 10px 30px rgba(6,74,59,.06); backdrop-filter: blur(12px); }
.management-nav-inner { display: flex; justify-content: center; gap: clamp(.5rem, 3vw, 2.5rem); overflow-x: auto; scrollbar-width: none; }
.management-nav a { position: relative; flex: 0 0 auto; padding: 1.15rem .5rem; color: #65736e; font-size: .88rem; font-weight: 700; }
.management-nav a:hover { color: var(--ts-emerald); }
.management-nav a::after { content: ""; position: absolute; left: .5rem; right: .5rem; bottom: 0; height: 3px; background: var(--ts-gold); transform: scaleX(0); transition: transform .2s ease; }
.management-nav a:hover::after { transform: scaleX(1); }
.management-content { padding: clamp(4.5rem, 8vw, 7rem) 0; background: linear-gradient(#fff, #f8fbf9); }
.management-intro { max-width: 780px; margin: 0 auto clamp(5rem, 9vw, 8rem); text-align: center; }
.management-intro h2 { margin: .8rem 0 1.2rem; font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.045em; }
.management-intro .rich-text { color: #61706b; }
.management-board { scroll-margin-top: 145px; margin-bottom: clamp(6rem, 11vw, 10rem); }
.management-board:last-child { margin-bottom: 0; }
.management-board-heading { display: flex; align-items: center; justify-content: center; gap: 1.25rem; margin-bottom: clamp(3rem, 6vw, 5rem); text-align: left; }
.management-board-heading > span { color: var(--ts-gold); font-size: 1rem; font-weight: 800; }
.management-board-heading p { margin: 0 0 .2rem; color: #82908b; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.management-board-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.045em; }
.management-profiles { display: grid; gap: clamp(3.5rem, 7vw, 6.5rem); }
.management-profile { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.55fr); align-items: center; gap: clamp(2.5rem, 7vw, 6.5rem); }
.management-profile-alt { grid-template-columns: minmax(0, 1.55fr) minmax(260px, .72fr); }
.management-profile-alt .management-photo-wrap { grid-column: 2; grid-row: 1; }
.management-profile-alt .management-profile-copy { grid-column: 1; grid-row: 1; }
.management-photo-wrap { position: relative; max-width: 360px; margin-inline: auto; }
.management-photo-accent { display: none; }
.management-photo { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border-radius: 50%; box-shadow: none; }
.management-photo-placeholder { display: grid; place-items: center; color: var(--ts-emerald); background: linear-gradient(145deg, #f3faf7, #d8eee5); font-size: 5rem; }
.management-dummy-badge { position: absolute; z-index: 2; left: 50%; bottom: -14px; transform: translateX(-50%); white-space: nowrap; padding: .5rem .9rem; border-radius: 999px; color: #fff; background: var(--ts-emerald-deep); border: 2px solid #fff; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 22px rgba(2,42,32,.2); }
.management-board-label { color: var(--ts-gold); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.management-profile h3 { margin: .55rem 0 .35rem; color: var(--ts-ink); font-size: clamp(1.75rem, 3.5vw, 2.65rem); letter-spacing: -.045em; }
.management-position { margin-bottom: 1.4rem; color: var(--ts-emerald); font-size: 1.02rem; font-weight: 700; }
.management-biography { color: #52615c; font-size: .96rem; line-height: 1.9; }
.management-biography p:last-child { margin-bottom: 0; }
.management-empty { padding: 3rem; text-align: center; color: #75837e; border: 1px dashed #bfd4cc; border-radius: 22px; background: #f7fbf9; }
.management-empty i { display: block; margin-bottom: .8rem; color: var(--ts-emerald); font-size: 2rem; }
@media (max-width: 991.98px) {
  .management-hero-inner { min-height: 330px; }
  .management-hero-mark { flex-basis: 210px; height: 210px; }
  .mark-ring-one { width: 190px; height: 190px; }
  .management-nav { top: 74px; }
  .management-profile,
  .management-profile-alt { grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr); gap: 2.5rem; }
}
@media (max-width: 767.98px) {
  .management-hero-inner { min-height: 360px; }
  .management-hero-copy { padding: 4.5rem 0; }
  .management-hero-mark { position: absolute; right: -50px; bottom: -50px; opacity: .25; }
  .management-nav-inner { justify-content: flex-start; }
  .management-profile,
  .management-profile-alt { grid-template-columns: 1fr; gap: 2.5rem; }
  .management-profile-alt .management-photo-wrap,
  .management-profile-alt .management-profile-copy { grid-column: 1; }
  .management-profile-alt .management-photo-wrap { grid-row: 1; }
  .management-profile-alt .management-profile-copy { grid-row: 2; }
  .management-photo-wrap { width: min(82%, 340px); }
  .management-profile-copy { text-align: center; }
  .management-biography { text-align: left; }
  .management-board-heading { justify-content: flex-start; }
}

/* ── Financial report page ──────────────────────────────────────────────── */
.financial-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(255,255,255,.14), transparent 28%), linear-gradient(120deg, var(--ts-emerald-deep), var(--ts-emerald) 68%, #08715a); }
.financial-hero-inner { min-height: 370px; display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.financial-hero-copy { max-width: 760px; padding: 5rem 0; }
.financial-eyebrow { display: inline-flex; align-items: center; gap: .7rem; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.financial-eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--ts-gold); }
.financial-hero h1 { margin: .8rem 0 1rem; color: #fff; font-size: clamp(2.8rem, 6vw, 5rem); letter-spacing: -.055em; }
.financial-intro { color: rgba(255,255,255,.84); font-size: 1.08rem; line-height: 1.8; }
.financial-intro p:last-child { margin-bottom: 0; }
.financial-hero-mark { flex: 0 0 230px; width: 230px; height: 230px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.06); }
.financial-hero-mark i { font-size: 5rem; filter: drop-shadow(0 16px 25px rgba(0,0,0,.2)); }
.financial-highlights, .financial-publications { padding: clamp(4rem, 8vw, 7rem) 0; }
.financial-highlights { background: #f5faf8; }
.financial-section-heading { max-width: 720px; margin-bottom: 2.8rem; }
.financial-section-heading > span { color: var(--ts-gold); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.financial-section-heading h2 { margin: .55rem 0 .65rem; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.045em; }
.financial-section-heading p { margin: 0; color: #697772; }
.financial-highlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.financial-highlight-card { overflow: hidden; border: 1px solid #dcebe5; border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(2,42,32,.06); }
.financial-highlight-copy { padding: 1.4rem 1.5rem .5rem; }
.financial-highlight-copy h3 { margin: 0; font-size: 1.15rem; }
.financial-highlight-copy p { margin: .35rem 0 0; color: #7b8883; font-size: .82rem; }
.financial-highlight-card img { display: block; width: 100%; height: auto; }
.financial-year + .financial-year { margin-top: 3.5rem; }
.financial-year-heading { display: flex; align-items: center; gap: 1.2rem; margin-bottom: 1.2rem; }
.financial-year-heading span { color: var(--ts-emerald-deep); font-size: 1.5rem; font-weight: 800; }
.financial-year-heading div { flex: 1; height: 1px; background: #dce6e2; }
.financial-report-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.financial-report-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; min-height: 116px; padding: 1.25rem; color: inherit; border: 1px solid #dfe9e5; border-radius: 18px; background: #fff; text-decoration: none; transition: .2s ease; }
.financial-report-card:hover { transform: translateY(-3px); color: inherit; border-color: #9fc8b8; box-shadow: 0 14px 32px rgba(2,42,32,.09); }
.financial-file-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--ts-emerald); font-size: 1.35rem; }
.financial-report-copy { min-width: 0; display: grid; gap: .25rem; }
.financial-report-copy small { color: var(--ts-gold); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.financial-report-copy strong { color: var(--ts-ink); line-height: 1.35; }
.financial-report-copy > span { color: #73807b; font-size: .82rem; }
.financial-download { display: grid; justify-items: center; gap: .2rem; color: var(--ts-emerald); font-size: .72rem; font-weight: 700; }
.financial-empty { padding: 4rem 1.5rem; text-align: center; border: 1px dashed #b8cec5; border-radius: 24px; background: #f8fbfa; }
.financial-empty i { margin-bottom: 1rem; color: var(--ts-emerald); font-size: 2.6rem; }
.financial-empty h3 { font-size: 1.3rem; }
.financial-empty p { margin: 0; color: #71807a; }
.financial-note { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #e1e9e6; }
@media (max-width: 767.98px) {
  .financial-hero-inner { min-height: 350px; }
  .financial-hero-copy { padding: 4.5rem 0; }
  .financial-hero-mark { position: absolute; right: -60px; bottom: -60px; opacity: .2; }
  .financial-highlight-grid, .financial-report-grid { grid-template-columns: 1fr; }
  .financial-report-card { grid-template-columns: auto 1fr; }
  .financial-download { grid-column: 2; display: flex; justify-content: flex-start; }
}
