:root {
  /* Palette from ref.png (Rockwoods): Red + Yellow with dark navy base */
  --primary-color: #e53935; /* brand red */
  --secondary-color: #c62828; /* deep red */
  --accent-color: #f4d51f; /* brand yellow */
  --text-color: #111827;
  --muted-color: #6b7280;
  --soft-bg: #f6f8fc;
  --border-color: rgba(17, 24, 39, 0.12);
  --footer-bg: #0a1230;
  --radius: 18px;
  --shadow-sm: 0 10px 24px rgba(17, 24, 39, 0.08);
  --shadow-md: 0 18px 38px rgba(17, 24, 39, 0.14);
  --font-sans: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-display: "Playfair Display", ui-serif, Georgia, "Times New Roman", serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  color: var(--text-color);
  background: #fff;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.btn-accent {
  background: var(--accent-color);
  color: #111827;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(244, 213, 31, 0.22);
}
.btn-accent:hover,
.btn-accent:focus {
  background: #ffea5b;
  color: #111827;
  transform: translateY(-1px);
}

.btn-primary {
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-bg: var(--secondary-color);
  --bs-btn-hover-border-color: var(--secondary-color);
  --bs-btn-active-bg: var(--secondary-color);
  --bs-btn-active-border-color: var(--secondary-color);
}
.btn-outline-primary {
  --bs-btn-color: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-active-bg: var(--secondary-color);
  --bs-btn-active-border-color: var(--secondary-color);
}

.bg-soft {
  background: var(--soft-bg);
}

.section-pad {
  padding: 72px 0;
}

.section-kicker {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 0.78rem;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0b1224;
}

.section-lead {
  font-size: 1.05rem;
  color: rgba(17, 24, 39, 0.86);
}

/* Topbar */
.brandbar {
  background: linear-gradient(90deg, var(--accent-color), #ffef75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.brandbar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.brandbar-logo img {
  height: 52px;
  width: auto;
  display: block;
}
.brandbar-text {
  min-width: 0;
}
.brandbar-line {
  font-weight: 900;
  color: rgba(17, 24, 39, 0.92);
  line-height: 1.15;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
}
.brandbar-line + .brandbar-line {
  margin-top: 2px;
  font-weight: 800;
  color: rgba(17, 24, 39, 0.78);
  font-size: 0.88rem;
}
.brandbar-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brandbar .nav-social-btn {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(0, 0, 0, 0.08);
  color: rgba(17, 24, 39, 0.9);
}
.brandbar .nav-social-btn:hover {
  background: rgba(229, 57, 53, 0.14);
  border-color: rgba(229, 57, 53, 0.18);
  color: rgba(17, 24, 39, 0.92);
}

.topbar {
  background: linear-gradient(90deg, var(--primary-color), #ff5252);
}
.topbar--mobile .topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.topbar--mobile .btn-accent {
  padding: 0.35rem 0.55rem;
  border-radius: 12px;
}
.topbar-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 180ms ease;
}
.topbar-link:hover {
  color: #fff;
}
.topbar-sep {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
}

/* Navbar */
.main-nav {
  background: linear-gradient(90deg, var(--primary-color), #ff5252);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  padding: 0.55rem 0.7rem;
  background: rgba(255, 255, 255, 0.08);
}
.navbar-light .navbar-toggler-icon {
  filter: invert(1) saturate(0);
  opacity: 0.9;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 213, 31, 0.25);
}
.navbar-brand .brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  color: #fff;
  font-weight: 900;
}
.brand-logo {
  height: 46px;
  width: auto;
  display: block;
}
.brand-stack {
  min-width: 0;
}
.main-nav .navbar-brand {
  max-width: 320px;
}
.main-nav .brand-name {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-brand .brand-name {
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.96);
}
.navbar-brand .brand-sub {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}
.nav-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: rgba(17, 24, 39, 0.9);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.nav-social-btn:hover {
  transform: translateY(-1px);
  background: rgba(229, 57, 53, 0.14);
  color: #111827;
}
.navbar .nav-link {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  padding: 0.6rem 0.7rem;
  border-radius: 12px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.navbar-nav {
  flex-wrap: nowrap;
  justify-content: flex-end;
  row-gap: 0;
  column-gap: 2px;
}
.navbar .nav-link {
  white-space: nowrap;
}
.navbar .nav-link:hover {
  background: rgba(244, 213, 31, 0.22);
  color: rgba(255, 255, 255, 0.98);
  transform: translateY(-1px);
}
.navbar .nav-link.active {
  color: rgba(17, 24, 39, 0.95);
  background: rgba(244, 213, 31, 0.92);
}
.dropdown-menu {
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: var(--shadow-sm);
  border-radius: 14px;
  padding: 10px;
}
.dropdown-item {
  border-radius: 12px;
  font-weight: 650;
  padding: 10px 12px;
}
.dropdown-item:hover {
  background: rgba(229, 57, 53, 0.08);
  color: #111827;
}

/* Hero */
.hero {
  position: relative;
}
.hero-swiper {
  width: 100%;
}
.hero-slide {
  min-height: 78vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 18, 48, 0.86), rgba(10, 18, 48, 0.2));
}
.hero-slide-1 .hero-overlay {
  background: linear-gradient(90deg, rgba(10, 18, 48, 0.55), rgba(10, 18, 48, 0.1));
}
.hero-slide-1 {
  background: url("../img/hero-inspiring.svg");
  background-size: cover;
  background-position: center;
}
.hero-slide-2 {
  background: radial-gradient(900px 400px at 20% 20%, rgba(244, 213, 31, 0.2), transparent 55%),
    linear-gradient(120deg, #240a0e, #ff3b30);
}
.hero-slide-3 {
  background: radial-gradient(900px 400px at 70% 70%, rgba(244, 213, 31, 0.2), transparent 55%),
    linear-gradient(120deg, #240a0e, var(--secondary-color));
}
.hero-slide .container,
.inner-hero .container {
  position: relative;
  z-index: 2;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(244, 213, 31, 0.18);
  border: 1px solid rgba(244, 213, 31, 0.32);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.05;
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
}
.hero-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  max-width: 56ch;
}
.text-accent {
  color: var(--accent-color) !important;
}
.hero-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 4;
  pointer-events: none;
}
.hero-controls .swiper-pagination {
  position: static;
  pointer-events: auto;
}
.hero-controls .swiper-button-next,
.hero-controls .swiper-button-prev {
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: auto;
}
.hero-controls .swiper-button-next:after,
.hero-controls .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
}
.hero-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px) saturate(180%);
}
.hero-card-title {
  color: #fff;
  font-weight: 900;
  font-size: 1.05rem;
}
.hero-card-sub {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 8px;
}
.hero-card-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.meta-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(244, 213, 31, 0.16);
  border: 1px solid rgba(244, 213, 31, 0.3);
  color: #fff;
  font-weight: 800;
  font-size: 0.82rem;
}
.meta-pill-invert {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Quick strip */
.quick-strip {
  background: linear-gradient(90deg, rgba(229, 57, 53, 0.08), rgba(244, 213, 31, 0.16));
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}
.quick-pill {
  height: 100%;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: var(--shadow-sm);
  padding: 14px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.quick-pill.card-tone {
  background: var(--tone-bg, #fff);
  border-color: var(--tone-border, rgba(17, 24, 39, 0.1));
}
.quick-pill i {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
}
.quick-pill.card-tone i {
  background: linear-gradient(135deg, var(--tone-main), var(--accent-color));
}
.quick-pill:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.quick-title {
  font-weight: 900;
}
.quick-sub {
  font-size: 0.85rem;
  color: var(--muted-color);
}

/* Cards / Panels */
.image-frame img {
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow-md);
}
.content-panel {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.panel-head {
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.panel-body {
  padding: 18px;
}

.card-tone {
  background: var(--tone-bg, #fff);
  border-color: var(--tone-border, rgba(17, 24, 39, 0.1));
}
.card-tone:hover {
  border-color: var(--tone-border-strong, rgba(17, 24, 39, 0.18));
}
.tone-yellow {
  --tone-main: var(--accent-color);
  --tone-bg: rgba(244, 213, 31, 0.14);
  --tone-border: rgba(244, 213, 31, 0.3);
  --tone-border-strong: rgba(244, 213, 31, 0.46);
}
.tone-red {
  --tone-main: var(--primary-color);
  --tone-bg: rgba(229, 57, 53, 0.07);
  --tone-border: rgba(229, 57, 53, 0.2);
  --tone-border-strong: rgba(229, 57, 53, 0.34);
}
.tone-navy {
  --tone-main: var(--footer-bg);
  --tone-bg: rgba(10, 18, 48, 0.06);
  --tone-border: rgba(10, 18, 48, 0.18);
  --tone-border-strong: rgba(10, 18, 48, 0.3);
}

.icon-card {
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.icon-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.icon-bubble {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  box-shadow: 0 16px 28px rgba(11, 75, 179, 0.18);
}
.icon-card.card-tone {
  background: var(--tone-bg, #fff);
  border-color: var(--tone-border, rgba(17, 24, 39, 0.1));
}
.icon-card.card-tone .icon-bubble {
  background: linear-gradient(135deg, var(--tone-main), var(--accent-color));
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
}

.feature-mini {
  border-radius: var(--radius);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(246, 248, 252, 0.65);
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.mini-ico {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(229, 57, 53, 0.12);
  color: var(--secondary-color);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
}
.mini-title {
  font-weight: 900;
}
.mini-text {
  font-size: 0.92rem;
}

/* Testimonials */
.testimonial {
  border-radius: var(--radius);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  padding: 18px;
  position: relative;
}
.testimonial:before {
  content: "“";
  position: absolute;
  top: -18px;
  left: 14px;
  font-size: 70px;
  color: rgba(244, 213, 31, 0.26);
  font-family: var(--font-display);
  line-height: 1;
}
.testimonial-quote {
  color: rgba(17, 24, 39, 0.86);
}
.testimonial-by {
  font-weight: 900;
}

/* Sidebar list */
.update-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  padding: 12px;
  background: #fff;
}
.update-card.card-tone {
  background: var(--tone-bg, #fff);
  border-color: var(--tone-border, rgba(17, 24, 39, 0.1));
}
.update-card + .update-card {
  margin-top: 10px;
}
.update-title {
  font-weight: 900;
}
.update-sub {
  font-size: 0.9rem;
}
.scroll-list {
  max-height: 320px;
  overflow: auto;
  padding-right: 6px;
}
.scroll-item {
  display: flex;
  gap: 12px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 160ms ease, background 160ms ease;
}
.scroll-item + .scroll-item {
  margin-top: 10px;
}
.scroll-item:hover {
  transform: translateY(-1px);
  background: rgba(229, 57, 53, 0.04);
}
.scroll-thumb {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.95), rgba(244, 213, 31, 0.95));
  flex: 0 0 auto;
}
.scroll-title {
  font-weight: 900;
  font-size: 0.95rem;
}
.scroll-sub {
  font-size: 0.82rem;
  color: var(--muted-color);
}

/* Video cards */
.video-card {
  border-radius: var(--radius);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.video-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.video-thumb {
  height: 190px;
  background: radial-gradient(500px 240px at 70% 30%, rgba(244, 180, 0, 0.22), transparent 58%),
    linear-gradient(120deg, #08122c, #0b4bb3);
  position: relative;
}
.video-thumb-2 {
  background: radial-gradient(500px 240px at 30% 30%, rgba(244, 180, 0, 0.22), transparent 58%),
    linear-gradient(120deg, #07112a, #1366d6);
}
.video-thumb-3 {
  background: radial-gradient(500px 240px at 80% 70%, rgba(244, 180, 0, 0.22), transparent 58%),
    linear-gradient(120deg, #07112a, #0a3d91);
}
.play-pill {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}
.video-title {
  font-weight: 900;
}

/* Chart */
.chart-wrap {
  width: 100%;
  position: relative;
}

/* Events */
.event-card {
  height: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 16px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.event-card.card-tone {
  background: var(--tone-bg, #fff);
  border-color: var(--tone-border, rgba(17, 24, 39, 0.1));
}
.event-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.event-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(229, 57, 53, 0.1);
  color: var(--secondary-color);
  font-weight: 900;
  font-size: 0.85rem;
}
.event-to {
  opacity: 0.7;
}
.event-title {
  font-weight: 900;
  margin-top: 10px;
}

/* Gallery */
.gallery-card {
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: var(--radius);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.gallery-card.card-tone {
  background: var(--tone-bg, #fff);
  border-color: var(--tone-border, rgba(17, 24, 39, 0.1));
}
.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.gallery-thumb {
  height: 170px;
  background: radial-gradient(500px 240px at 70% 30%, rgba(244, 180, 0, 0.22), transparent 58%),
    linear-gradient(120deg, #08122c, #0b4bb3);
}
.gallery-thumb-2 {
  background: radial-gradient(500px 240px at 30% 30%, rgba(244, 180, 0, 0.22), transparent 58%),
    linear-gradient(120deg, #07112a, #1366d6);
}
.gallery-thumb-3 {
  background: radial-gradient(500px 240px at 80% 70%, rgba(244, 180, 0, 0.22), transparent 58%),
    linear-gradient(120deg, #07112a, #0a3d91);
}
.gallery-thumb-4 {
  background: radial-gradient(500px 240px at 50% 50%, rgba(244, 180, 0, 0.22), transparent 58%),
    linear-gradient(120deg, #0b4bb3, #0a1230);
}
.gallery-cap {
  padding: 12px 14px;
}
.gallery-title {
  font-weight: 900;
}

/* Branch cards */
.branch-card {
  border-radius: var(--radius);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.branch-card.card-tone {
  background: var(--tone-bg, #fff);
  border-color: var(--tone-border, rgba(17, 24, 39, 0.1));
}
.branch-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.branch-thumb {
  height: 170px;
  background: radial-gradient(500px 240px at 70% 30%, rgba(244, 213, 31, 0.2), transparent 58%),
    linear-gradient(120deg, rgba(229, 57, 53, 0.92), rgba(198, 40, 40, 0.92));
}
.branch-thumb-2 {
  background: radial-gradient(500px 240px at 40% 30%, rgba(244, 213, 31, 0.2), transparent 58%),
    linear-gradient(120deg, rgba(198, 40, 40, 0.92), rgba(10, 18, 48, 0.92));
}
.branch-thumb-3 {
  background: radial-gradient(500px 240px at 80% 70%, rgba(244, 213, 31, 0.2), transparent 58%),
    linear-gradient(120deg, rgba(229, 57, 53, 0.92), rgba(10, 18, 48, 0.92));
}
.branch-thumb-4 {
  background: radial-gradient(500px 240px at 40% 60%, rgba(244, 213, 31, 0.2), transparent 58%),
    linear-gradient(120deg, rgba(198, 40, 40, 0.92), rgba(10, 18, 48, 0.92));
}
.branch-thumb-5 {
  background: radial-gradient(500px 240px at 70% 60%, rgba(244, 213, 31, 0.2), transparent 58%),
    linear-gradient(120deg, rgba(229, 57, 53, 0.92), rgba(10, 18, 48, 0.92));
}
.branch-name {
  font-weight: 900;
}

/* Inner hero (About) */
.inner-hero {
  min-height: 46vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(900px 400px at 20% 20%, rgba(244, 213, 31, 0.2), transparent 55%),
    linear-gradient(120deg, #240a0e, var(--primary-color));
}
.inner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 18, 48, 0.86), rgba(10, 18, 48, 0.25));
}
.breadcrumb-lite {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
}
.breadcrumb-lite a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.breadcrumb-lite a:hover {
  color: #fff;
}
.inner-title {
  font-family: var(--font-display);
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.08;
  font-size: clamp(2rem, 4vw, 3rem);
}
.inner-sub {
  color: rgba(255, 255, 255, 0.82);
  max-width: 64ch;
}
.inner-hero-card {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px) saturate(180%);
}
.counter-big {
  color: #fff;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: -0.03em;
}

/* About stat chips */
.stat-chip {
  border-radius: var(--radius);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  padding: 14px;
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 12px;
  align-items: center;
}
.stat-num {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(244, 180, 0, 0.18);
  color: #0b1224;
  font-weight: 900;
  font-size: 1.1rem;
}
.stat-text {
  font-weight: 800;
  color: rgba(11, 18, 36, 0.9);
}

/* Split cards */
.split-card {
  border-radius: var(--radius);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 18px;
}
.split-ico {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
}

/* Chairman */
.chairman-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  box-shadow: var(--shadow-md);
}
.chairman-photo {
  height: 270px;
  background: radial-gradient(500px 240px at 70% 30%, rgba(244, 180, 0, 0.2), transparent 58%),
    linear-gradient(120deg, #08122c, #0b4bb3);
}
.chairman-name {
  font-weight: 900;
  font-size: 1.15rem;
}
.chairman-role {
  font-weight: 700;
}
.chairman-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Timeline */
.timeline {
  border-radius: var(--radius);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 18px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 14px;
  padding: 10px 0;
}
.timeline-item + .timeline-item {
  border-top: 1px dashed rgba(17, 24, 39, 0.14);
}
.timeline-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--accent-color);
  margin-top: 6px;
  box-shadow: 0 10px 20px rgba(244, 180, 0, 0.22);
}
.timeline-year {
  font-weight: 900;
  color: var(--primary-color);
}
.timeline-title {
  font-weight: 900;
}

/* Counters */
.counter-card {
  border-radius: var(--radius);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 18px;
}
.counter-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.2rem;
  color: #0b1224;
}
.counter-label {
  color: var(--muted-color);
  font-weight: 800;
}

/* CTA band */
.cta-band {
  padding: 56px 0;
  background: linear-gradient(120deg, #07112a, #0b4bb3);
  color: #fff;
}
.cta-title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2rem;
}
.cta-sub {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 8px;
}

/* Footer */
.footer {
  background: var(--footer-bg);
  color: #fff;
  padding: 60px 0 26px;
}
.footer-title {
  font-weight: 900;
  font-size: 1rem;
  margin-bottom: 12px;
}
.footer-links,
.footer-meta {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.footer-links a,
.footer-meta a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 180ms ease;
}
.footer-links a:hover,
.footer-meta a:hover {
  color: #fff;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  transition: transform 160ms ease, background 160ms ease;
}
.footer-social a:hover {
  transform: translateY(-2px);
  background: rgba(244, 180, 0, 0.2);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Scroll-top */
.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 18, 48, 0.92);
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}
.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top:hover {
  background: rgba(11, 75, 179, 0.92);
}
