.full_container { background: linear-gradient(135deg, #d8e7f5 0%, #fffbfb 100%) !important; }
.hero { padding: 72px 0 56px; background-color: transparent !important; text-align: unset; border-bottom: unset;}
.page-banner{background-color: unset;border-bottom: unset;}
.hero h1 { font-weight: 800; letter-spacing: .2px; }
.hero p.lead { opacity: .95; }
.cta-btn { color: #0f172a; border: none; }
.cta-btn-alt { background: transparent; border: 2px solid #2b6cb0; color: #2b6cb0 !important; background-color: unset !important; }
.card { border: 0; box-shadow: 0 10px 25px rgba(0,0,0,.06); }
.section-title { font-weight: 700; margin-bottom: 12px; }
.badge-updated { background: rgba(152,205,73,.15); color: #103b07; border: 1px solid rgba(152,205,73,.35); }
.muted { color: #6b7280; }
.footer { background: #0b1220; color: #cbd5e1; }
.footer a { color: #e2e8f0; text-decoration: none; }
.sticky-cta { position: sticky; top: 20px; }
.input-group-text { background: #fff; }
.table thead th { background: #ecf3f8; }
.highlight { background: #f9fff2; border: 1px dashed #c9e7a0; }

.calculators-section {
  background-color: #f8f9fa;
}

.calculator-card {
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid #e0e0e0;
}

.calculator-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.calculator-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculator-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
