
        /* ============================================================
   corporate-ownership.css
   Place in: assets/css/corporate-ownership.css
   Relies on main.css (Outfit font, Bootstrap, template vars)
   ============================================================ */

/* ---- Sub-page Tab Switcher (in hero) ---- */
.corp-page-tabs {
  display: inline-flex;
  gap: 6px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  padding: 5px;
}

.corp-page-tab {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.corp-page-tab:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}

.corp-page-tab.corp-tab-active {
  background: var(--bs-primary);
  color: #fff;
  font-weight: 500;
}

/* ---- Tag List (intro section) ---- */
.corp-tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.corp-tag-list li {
  font-family: "Outfit", sans-serif;
  font-size: var(--bs-body-font-size);
  font-weight: 300;
  color: var(--bs-body-color);
  padding: 0.5rem 1rem;
  background-color: var(--bs-light-gray);
  border-left: 3px solid var(--bs-primary);
  border-radius: var(--bs-border-radius-sm);
}

/* ---- Stat Boxes ---- */
.corp-stat-box {
  background-color: var(--bs-light-gray);
  padding: 1.75rem 1.25rem;
  text-align: center;
  transition: box-shadow 0.25s ease-in-out;
}

.corp-stat-box:hover {
  box-shadow: var(--bs-box-shadow);
}

.corp-stat-box.corp-stat-dark {
  background-color: var(--bs-dark-blue);
}

.corp-stat-num {
  font-family: "Outfit", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--bs-dark-blue);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.corp-stat-num span {
  font-size: 1.4rem;
  color: var(--bs-primary);
}

.corp-stat-dark .corp-stat-num {
  color: #fff;
}

.corp-stat-dark .corp-stat-num span {
  color: var(--bs-primary);
}

.corp-stat-text {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--bs-secondary-color, #6c757d);
  line-height: 1.4;
}

.corp-stat-dark .corp-stat-text {
  color: rgba(255, 255, 255, 0.7);
}

/* ---- Plan Cards ---- */
.corp-plan-card {
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.corp-plan-card:hover {
  box-shadow: var(--bs-box-shadow-lg);
  transform: translateY(-4px);
}

.corp-plan-card.corp-plan-featured {
  background-color: var(--bs-dark-blue);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 2px var(--bs-primary), var(--bs-box-shadow-lg);
}

.corp-plan-head {
  padding: 1.75rem 1.5rem 1.25rem;
  border-bottom: 1px solid var(--bs-border-color);
}

.corp-plan-featured .corp-plan-head {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.corp-plan-badge {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--bs-primary);
  padding: 0.2rem 0.85rem;
  border-radius: 50px;
  margin-bottom: 0.85rem;
}

.corp-plan-badge.corp-badge-featured {
  background-color: #fff;
  color: var(--bs-dark-blue);
}

.corp-plan-tenure {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: var(--bs-dark-blue);
  margin-bottom: 0.35rem;
  line-height: 1.2;
}

.corp-plan-featured .corp-plan-tenure {
  color: #fff;
}

.corp-plan-for {
  font-family: "Outfit", sans-serif;
  font-size: 0.925rem;
  font-weight: 300;
  margin: 0;
}

.corp-plan-features {
  list-style: none;
  padding: 1.25rem 1.5rem;
  margin: 0;
  flex: 1;
}

.corp-plan-features li {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--bs-body-color);
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
}

.corp-plan-features li:last-child {
  border-bottom: none;
}

.corp-plan-featured .corp-plan-features li {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.corp-plan-features .hicon {
  color: var(--bs-primary);
  font-size: 1rem;
  flex-shrink: 0;
}

.corp-plan-price-block {
  padding: 1.25rem 1.5rem 1.5rem;
  border-top: 1px solid var(--bs-border-color);
}

.corp-plan-featured .corp-plan-price-block {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.corp-price-main {
  font-family: "Outfit", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--bs-dark-blue);
  line-height: 1.2;
  margin: 0.25rem 0;
}

.corp-plan-featured .corp-price-main {
  color: #fff;
}

.corp-discount-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.corp-discount-pill {
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  background-color: #198754;
  padding: 0.15rem 0.65rem;
  border-radius: 50px;
}

.corp-discount-val {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #198754;
}

.corp-plan-featured .corp-discount-val {
  color: var(--bs-primary);
}

/* ---- Discount Note ---- */
.corp-discount-note {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.corp-discount-icon-wrap {
  font-size: 2.5rem;
  line-height: 1;
}

/* ---- Destination Cards (override mini-card emoji size) ---- */
.corp-dest-emoji {
  font-size: 2.2rem;
  line-height: 1;
  border-right: none !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  color: inherit !important;
}

/* ---- Comparison Table ---- */

.corp-table thead th {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  border-color: rgba(255, 255, 255, 0.15);
}

.corp-table tbody td {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  vertical-align: middle;
}

.corp-th-highlight {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
}

.corp-td-highlight {
  background-color: rgba(58, 184, 129, 0.08) !important;
}

/* ---- Season Cards ---- */
.corp-season-white {
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
}

.corp-season-white h4 {
  color: var(--bs-dark-blue);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.corp-season-purple {
  background: linear-gradient(135deg, #4a1d96, #7c3aed);
  border: 1px solid #7c3aed;
}

.corp-season-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.corp-season-list li {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--bs-body-color);
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
}

.corp-season-list li:last-child {
  border-bottom: none;
}

.corp-season-list-light li {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
  .corp-page-tabs {
    flex-wrap: wrap;
    border-radius: 1rem;
    justify-content: center;
  }

  .corp-stat-num {
    font-size: 1.9rem;
  }

  .corp-price-main {
    font-size: 1.5rem;
  }
}
/* ============================================================
   PATCH — Append these styles to your existing corporate-ownership.css
   Adds styles for two new sections:
   1. Flagship Plan Highlight (corp-mini-table, corp-best-row)
   2. Mobile App Section (corp-app-*)
   ============================================================ */

/* ---- Mini Value Table (Flagship Plan section) ---- */
.corp-mini-table {
  border: 1px solid var(--bs-border-color);
  overflow: hidden;
}

.corp-mini-table table {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
}

.corp-mini-table thead th {
  background-color: var(--bs-dark-blue);
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  border-color: rgba(255, 255, 255, 0.15);
}

.corp-best-row td {
  background-color: rgba(58, 184, 129, 0.08);
}

/* ---- Mobile App Section ---- */
.corp-app-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.corp-app-badge {
  height: 48px;
  width: auto;
}

.corp-app-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.corp-app-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 1rem 1.25rem;
  background-color: var(--bs-light-gray);
  border-radius: var(--bs-border-radius);
  border-left: 3px solid var(--bs-primary);
}

.corp-app-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.35rem;
}

.corp-app-feature strong {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: var(--bs-dark-blue);
  display: block;
  margin-bottom: 3px;
  font-size: 1rem;
}

.corp-app-feature p {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
}

th { 
  background-color: #0a3e59 !important; 
  color: white; /* Added for readability against the dark background */
}