body {
  font-family: "Inter", system-ui, sans-serif;
  background-color: #0b1630;
  color: #e5e9f0;
}
.mb-1 {
    margin-bottom: 10px !important;
}
/* NAVBAR */
.navbar-custom {
  background: rgba(10, 20, 50, 0.9);
  backdrop-filter: blur(6px);
}
.navbar-brand{
  font-size: 30px;
  font-weight: 600 !important;
}
/* HERO */
.hero-section {
  padding: 140px 0 100px;
  /* background: linear-gradient(135deg, #0b1630, #0e1f44); */
  background:linear-gradient(to right, rgba(10, 20, 50, 1), rgba(0, 0, 0, 0.1)), url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero-title {
  font-size: 2.7rem;
  font-weight: 700;
}

.hero-text {
  font-size: 1.1rem;
  color: #cbd5e1;
}
.why-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    font-size: 1rem;
}
/* FEATURES */
.features-section {
  padding: 80px 0;
}

.feature-card {
  background: #101f3f;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
}

.feature-icon {
  height: 64px;
  font-size: 2rem;
  margin-bottom: 15px;
  color: #facc15;
}

.feature-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(250, 204, 21, 0.2));
}

/* OPERATIONS */
.operations-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #0e1f44, #0b1630);
}

.section-title {
  font-weight: 700;
}

.section-text {
  color: #cbd5e1;
}

/* FOOTER */
.footer {
  padding: 30px 0;
  background: #081025;
  font-size: 0.9rem;
}
.pricing-hero {
    background: linear-gradient(135deg, var(--dark) 0%, var(--secondary) 100%);
    color: white;
    padding: 80px 0 60px;
    margin-bottom: 0;
}

.pricing-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing-hero p {
    font-size: 1.25rem;
    opacity: 0.9;
}

.pricing-section {
    padding: 80px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    background-color: #fff !important;
    color: #000000 !important;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.pricing-card.featured {
    border-color: var(--primary);
    background: linear-gradient(to bottom, #fff, #fff8f5);
}

.badge-popular {
    position: absolute;
    top: 30px;
    right: -40px;
    background: #ff6b35;
    color: white;
    padding: 8px 40px;
    transform: rotate(45deg);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing-card h5 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
    padding-top: 10px;
}

.amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ff6b35;
    margin-bottom: 10px;
}

.amount span {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 400;
}

.pricing-card p.small {
    color: #6c757d;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    flex-grow: 1;
}

.pricing-card > .btn.price {
    order: 99;
    margin-top: auto !important;
}

.pricing-features li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #495a7d;
    font-size: 0.95rem;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li b {
    color: var(--dark);
    font-weight: 600;
}

.pricing-features li u {
    color: var(--success);
    text-decoration: none;
}

.pricing-features li strike {
    color: #adb5bd;
    text-decoration: line-through;
}

.price {
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-warning {
    background: #e55a2b;
    border-color: #e55a2b;
    color: white;
    
}

.price-warning:hover {
    background: #e55a2b;
    border-color: #e55a2b;
}

.price-outline-light {
    background: white;
    border-color: var(--dark);
    color: var(--dark);
}

.price-outline-light:hover {
    background: white;
    border-color: var(--dark);
    color: var(--dark);
}

.pricing-cta {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--dark) 100%);
    color: white;
    padding: 60px 0;
    margin-top: 60px;
}

.pricing-cta h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.pricing-cta-header {
    max-width: 760px;
    margin: 0 auto 20px;
}

.pricing-cta-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
}

.addon-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 24px;
    backdrop-filter: blur(6px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.addon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.addon-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    height: 55px;
}

.addon-note {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    margin-bottom: 16px;
    line-height: 1.6;
    min-height: 72px;
}

.addon-price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.addon-price-box {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 10px 12px;
    min-height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.addon-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.8);
}

.addon-price {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
}

@media (max-width: 768px) {
    .pricing-hero h1 {
        font-size: 2.2rem;
    }
    
    .price {
        font-size: 0.8rem;
    }
    
    .pricing-card {
        padding: 30px 20px;
    }

    .pricing-cta {
        padding: 50px 0;
    }

    .pricing-cta h3 {
        font-size: 1.7rem;
    }

    .addon-note {
        min-height: 0;
    }

    .addon-price-grid {
        grid-template-columns: 1fr;
    }
}