:root {
  --brand-primary: #130f3f;
  --brand-primary-dark: #130f3f;
  --brand-accent: #c9732f;
  --brand-dark: #13233e;
  --text-main: #223047;
  --soft-bg: #f4f8ff;
  --soft-bg-2: #eef4ff;
  --border-soft: #dfe9fb;
}

body {
  color: var(--text-main);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.rd-nav-link {
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

.button,
.hero-kicker {
  text-transform: none !important;
  letter-spacing: normal !important;
}

h1 { font-size: 32px !important; line-height: 1.2 !important; font-weight: 700; }
h2 { font-size: 26px !important; line-height: 1.25 !important; font-weight: 700; }
h3 { font-size: 20px !important; line-height: 1.3 !important; font-weight: 600; }

@media (max-width: 767px) {
  h1 { font-size: 27px !important; }
  h2 { font-size: 22px !important; }
  .section { padding-top: 52px !important; padding-bottom: 52px !important; }
}

.page-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.page-hero-small {
  min-height: 340px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(11,24,43,.82), rgba(31,111,235,.52));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-content h1,
.hero-content p { color: #fff !important; }

.hero-kicker {
  display: inline-block;
  background: rgba(201, 115, 47, .92);
  border: 1px solid rgba(255, 221, 192, .58);
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
  font-weight: 600;
}

.page-hero .button {
  margin-top: 12px;
  background: var(--brand-primary-dark);
  border-color: var(--brand-primary-dark);
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 600;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
}

.page-hero .button:hover {
  background: #0d0a2f;
  border-color: #0d0a2f;
}

.rd-navbar-classic {
  box-shadow: 0 8px 24px rgba(16, 30, 53, .08);
}

.rd-nav-link { font-weight: 500; }

.rd-navbar-classic .rd-nav-item.active .rd-nav-link,
.rd-navbar-classic .rd-nav-link:hover {
  color: #130f3f !important;
}

.rd-navbar-classic .rd-nav-item.active .rd-nav-link::after,
.rd-navbar-classic .rd-nav-link:hover::after {
  background-color: #130f3f !important;
}

.bg-gray-100 {
  background: linear-gradient(180deg, var(--soft-bg), var(--soft-bg-2)) !important;
}

.bg-default { background: #ffffff !important; }

.box-icon-modern,
.table-custom,
.k-table,
.image-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(18, 30, 51, .08);
}

.box-icon-modern {
  padding: 24px;
  height: 100%;
  border: 1px solid var(--border-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}

.box-icon-modern:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(18, 30, 51, .12);
}

.image-card {
  overflow: hidden;
  border: 1px solid var(--border-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}

.image-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(18, 30, 51, .14);
}

.image-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.image-card-body { padding: 18px; }

.table-custom,
.k-table {
  border: 1px solid var(--border-soft);
  overflow: hidden;
}

.table-custom thead th,
.k-table thead th {
  background: #edf4ff;
  color: #173053;
}

a { color: var(--brand-primary); }
a:hover { color: var(--brand-primary-dark); }

.table-custom .button-primary,
.table-custom .button-primary:focus,
.table-custom .button-primary:active {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
}

.table-custom .button-primary:hover {
  background: var(--brand-accent) !important;
  border-color: var(--brand-accent) !important;
}

.table-custom td:last-child,
.table-custom th:last-child {
  text-align: center !important;
}

.table-custom .button {
  border-radius: 999px !important;
  padding: 8px 16px !important;
}

.footer-classic {
  background: linear-gradient(90deg, #10203a, #1b3156) !important;
  min-height: 120px;
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.footer-classic .container {
  width: 100%;
}

.footer-classic,
.footer-classic a,
.footer-classic p { color: #dbe7ff !important; }

.footer-classic p {
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-style: italic !important;
  font-family: "Maven Pro", "Poppins", Arial, sans-serif !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin: 0 !important;
}
