:root {
  --green: #145cff !important;
  --green-dark: #0d43c5 !important;
  --green-light: #eaf1ff !important;
  --green-bg: #f4f7fb !important;
  --dark: #111827 !important;
  --ink: #111827 !important;
  --olive-dark: #0d43c5 !important;
  --lime: #ffd84d !important;
  --cream: #f4f7fb !important;
  --kt-blue: #145cff !important;
  --kt-blue-dark: #0d43c5 !important;
  --kt-blue-light: #eaf1ff !important;
  --kt-blue-bg: #f4f7fb !important;
  --lg-pink: #18c29c !important;
  --lg-pink-dark: #087d66 !important;
  --lg-pink-light: #ddf8f2 !important;
  --lg-pink-bg: #effbf8 !important;
  --lg-bg: #effbf8 !important;
  --lg-accent: #18c29c !important;
  --lg-dark: #087d66 !important;
}

body { color: #111827; }
header { border-bottom-color: #dce4ef !important; background: #fff !important; }
.logo-wrap img { object-fit: contain !important; }
.logo-text .accent { color: #145cff !important; }
.nav-menu > a.active,
.nav-menu > .nav-dropdown > a.active { color: #145cff !important; border-color: #145cff !important; }
.nav-menu a:hover { color: #145cff; }
.nav-btn-outline { color: #145cff !important; border-color: #145cff !important; background: #fff !important; }
.nav-btn-fill { color: #fff !important; border-color: #145cff !important; background: #145cff !important; }
.hamburger span { background: #111827 !important; }

.hero { color: #111827 !important; background: #edf4ff !important; }
.hero h1, .hero p { color: #111827 !important; }
.hero .green, .hero-badge { color: #145cff !important; }
.hero-badge { border-color: #bfd2ff !important; background: #fff !important; }
.main-title .sub, .page-title h1 span, .section-kicker { color: #145cff !important; }

.btn-primary, .primary-btn, .submit-btn, .plan-btn.kt,
.cta-primary, .open-btn, button[type="submit"] { color: #fff !important; border-color: #145cff !important; background: #145cff !important; }
.plan-btn.lg { color: #fff !important; border-color: #18c29c !important; background: #18c29c !important; }
.card-top-bar.kt, .plan-divider.kt, .plan-divider-bottom.kt { background: #145cff !important; }
.card-top-bar.lg, .plan-divider.lg, .plan-divider-bottom.lg { background: #18c29c !important; }
.kt-color { color: #145cff !important; }
.lg-color { color: #087d66 !important; }
.best-badge, .new-badge { color: #fff !important; background: #145cff !important; }
.plan-card-5g { border: 2px solid #145cff !important; background: #f7faff !important; }

.usim-tab.active, .carrier-tab.active, .main-tab.active,
.sub-tab.active, .sub-tab.active-kt, .filter-btn.active,
.faq-tab.active, [aria-selected="true"] { color: #fff !important; border-color: #145cff !important; background: #145cff !important; }
.sub-tab.active-lg { color: #fff !important; border-color: #18c29c !important; background: #18c29c !important; }

.page-title, .faq-guide-card, .choice-guide, .olive-check { border-color: #d8e5fa !important; }
.bottom-cta { border-color: #bfd2ff !important; background: #edf4ff !important; }

@media (max-width: 768px) {
  .logo-wrap img { width: 44px !important; height: 44px !important; }
  .nav-menu a.active { color: #145cff !important; }
}
