:root {
  --navy: #031f49;
  --navy-2: #001a3d;
  --blue: #0b46d8;
  --gold: #f9a400;
  --gold-2: #ff8f00;
  --ink: #061842;
  --muted: #53627b;
  --line: #dce5f2;
  --soft: #f4f8fd;
  --success: #05852d;
  --shadow: 0 14px 38px rgba(6, 24, 66, .10);
  --img-flight: url("/assets/images/ChatGPT Image May 18, 2026, 01_49_52 AM.png");
  --img-parking: url("/assets/images/ChatGPT Image May 18, 2026, 02_17_06 AM.png");
  --img-transfer: url("/assets/images/ChatGPT Image May 18, 2026, 02_19_04 AM.png");
  --img-lounge: url("/assets/images/ChatGPT Image May 18, 2026, 02_22_11 AM.png");
  --img-baggage: url("/assets/images/ChatGPT Image May 18, 2026, 02_26_46 AM.png");
  --img-home-checkin: url("/assets/images/ChatGPT Image May 18, 2026, 02_28_58 AM.png");
  --img-fast-track: url("/assets/images/fas.png");
  --img-meet: url("/assets/images/meet and greet 23.png");
}

* { box-sizing: border-box; }

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 46%, #ffffff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg, video { max-width: 100%; }
main { width: 100%; overflow-x: clip; }

.site-nav {
  width: min(100% - 44px, 1780px);
  height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand img { width: 285px; height: 78px; object-fit: contain; object-position: left center; }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 10px 14px; }
.nav-collapse { flex: 1; display: flex !important; align-items: center; justify-content: space-between; gap: 18px; }
.nav-collapse, .nav-links, .nav-actions { min-width: 0; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 27px; flex: 1; min-width: 0; }
.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 44px;
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.nav-links a.active { color: var(--gold-2); border-color: var(--gold-2); }
.nav-links .icon { width: 24px; height: 24px; }
.nav-actions { display: flex; gap: 18px; align-items: center; }
.btn-outline, .btn-gold, .btn-navy, .btn-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 8px;
  font-weight: 900;
  border: 1px solid var(--navy);
  text-align: center;
}
.btn-gold { color: #07173b; background: linear-gradient(135deg, var(--gold), var(--gold-2)); border: 0; }
.btn-navy { color: #fff; background: linear-gradient(135deg, var(--navy), #00428a); border: 0; }
.btn-white { color: var(--ink); background: #fff; border-color: var(--line); }

.page-wrap { width: min(100% - 48px, 1710px); margin: 0 auto; }
.admin-body .page-wrap, .admin-body .site-nav { width: min(100% - 48px, 1320px); }

.hero-panel {
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 54px 68px;
  color: #fff;
  box-shadow: var(--shadow);
  background:
    linear-gradient(90deg, rgba(0, 30, 75, .98) 0%, rgba(0, 31, 73, .88) 36%, rgba(0, 31, 73, .28) 70%, rgba(255, 164, 0, .16) 100%),
    var(--hero-img, linear-gradient(135deg, #082c61, #b8d6f2));
  background-size: cover;
  background-position: center;
}
.hero-panel.light {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(247, 251, 255, .98) 0%, rgba(247, 251, 255, .84) 38%, rgba(247, 251, 255, .14) 67%),
    var(--hero-img, linear-gradient(135deg, #eaf4ff, #bdd8ee));
}
.hero-panel h1 { margin: 0; max-width: 650px; font-size: clamp(42px, 4vw, 68px); line-height: 1.05; font-weight: 950; }
.hero-panel h1 span, .accent { color: var(--gold); }
.hero-panel p { max-width: 600px; margin: 18px 0 0; font-size: 23px; line-height: 1.45; font-weight: 500; }
.hero-kpis { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 36px; }
.hero-kpis > div { display: flex; align-items: center; gap: 14px; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.22); font-weight: 850; }
.light .hero-kpis > div { border-color: rgba(6,24,66,.14); }
.hero-kpis span { display: block; max-width: 118px; font-size: 14px; }
.icon { width: 36px; height: 36px; stroke: currentColor; fill: none; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.gold-icon { color: var(--gold); }

.hero-card {
  position: absolute;
  right: 48px;
  top: 36px;
  width: 310px;
  padding: 32px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
}
.hero-card h3 { font-size: 26px; font-weight: 950; }
.hero-card .plan-price { font-size: 40px; }
.hero-card .check-list { margin: 16px 0; }

.section-title { text-align: center; margin: 42px 0 24px; }
.section-title h2 { margin: 0; font-size: 30px; font-weight: 950; }
.section-title:after { content: ""; display: block; width: 42px; height: 3px; background: var(--gold); margin: 13px auto 0; }

.feature-strip, .tabs-bar, .filter-bar, .stats-band, .partners-strip {
  display: grid;
  align-items: center;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.feature-strip { grid-template-columns: repeat(6, 1fr); margin: 20px auto 34px; position: relative; z-index: 2; }
.deals-benefits { grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 0 24px; }
.feature-mini, .stat-item, .tab-pill {
  min-height: 84px;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--line);
}
.feature-mini:last-child, .stat-item:last-child, .tab-pill:last-child { border-right: 0; }
.feature-mini strong, .stat-item strong { display: block; font-size: 18px; font-weight: 950; }
.feature-mini span, .stat-item span { display: block; color: var(--muted); font-size: 14px; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 34px; align-items: start; }
.content-grid section > .d-flex.justify-content-between { flex-wrap: wrap; gap: 14px; }
.content-grid > aside.ui-card .tab-pill { min-height: 64px; justify-content: flex-start; padding: 12px; border-bottom: 1px solid var(--line); }
.deals-layout { grid-template-columns: 360px minmax(0, 1fr); }
.deals-layout > aside.ui-card { align-self: start; }
.cards-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cards-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-grid.six { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.ui-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 24px;
  min-width: 0;
}
.ui-card, .admin-panel, .form-panel, .stat, .dark-panel { min-width: 0; }
.ui-card h3 { font-size: 21px; font-weight: 950; margin: 0 0 8px; }
.ui-card p { color: var(--muted); margin: 0 0 18px; line-height: 1.55; }
.deal-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.deal-card .deal-body { padding: 18px; display: flex; flex: 1; flex-direction: column; }
.deal-card .deal-body .btn-outline { margin-top: auto; }
.tag { display: inline-block; padding: 4px 8px; border-radius: 999px; background: #e8f0ff; color: #1046d8; font-size: 12px; font-weight: 950; }
.price { font-size: 28px; font-weight: 950; color: #064dea; }

.photo-tile {
  min-height: 160px;
  height: 160px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.photo-baggage { background-image: var(--img-baggage); }
.photo-wing { background-image: var(--img-flight); }
.photo-lounge { background-image: var(--img-lounge); }
.photo-meet { background-image: var(--img-meet); }
.photo-student { background-image: var(--img-flight); }
.photo-map { background-image: var(--img-parking); }
.photo-plane { background-image: var(--img-flight); }
.photo-support { background-image: var(--img-fast-track); }
.photo-family { background-image: var(--img-meet); }
.photo-transfer { background-image: var(--img-transfer); }
.photo-home-checkin { background-image: var(--img-home-checkin); }
.photo-parking { background-image: var(--img-parking); }
.photo-fast-track { background-image: var(--img-fast-track); }

.membership-card {
  min-height: 185px;
  border-radius: 16px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(145deg, #051a3f, #082c66 52%, #03142f);
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(2, 19, 48, .30);
}
.membership-card div { font-size: 24px; line-height: 1; }
.membership-card strong { color: var(--gold); display: block; }
.membership-card small { display: block; margin-top: 48px; opacity: .78; }
.membership-card b { letter-spacing: 2px; }
.membership-card i { position: absolute; right: 26px; bottom: 26px; width: 120px; height: 78px; border: 3px solid rgba(249,164,0,.5); transform: rotate(-12deg); border-radius: 50%; }

.dark-panel {
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #00346e);
  border-radius: 8px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.dark-panel h3, .dark-panel h2 { color: #fff; font-weight: 950; }
.dark-panel li { margin: 12px 0; }

.stats-band {
  grid-template-columns: repeat(6, 1fr);
  margin: 34px 0;
}

.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; align-items: stretch; }
.plan-card { padding: 30px; text-align: center; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.plan-card.featured { padding-top: 0; }
.plan-head { margin: 0 -30px 26px; padding: 22px; color: #fff; background: linear-gradient(135deg, #064be4, #0a2d70); }
.plan-head.gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); }
.plan-price { font-size: 46px; font-weight: 950; margin: 18px 0 0; }
.check-list { list-style: none; padding: 0; margin: 22px 0; text-align: left; }
.check-list li { margin: 13px 0; padding-left: 28px; position: relative; }
.check-list li:before { content: "\2713"; position: absolute; left: 0; font-weight: 950; color: var(--ink); }

.tabs-bar { grid-template-columns: repeat(6, 1fr); margin: 16px 0 32px; }
.tab-pill { justify-content: center; font-weight: 900; }
.tab-pill.active { color: var(--blue); border-bottom: 3px solid var(--blue); }

.filter-bar { grid-template-columns: 1.5fr 1fr 1fr auto; gap: 22px; padding: 22px; margin: 18px 0 28px; }
.field {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd9e9;
  border-radius: 8px;
  padding: 0 18px;
  color: var(--muted);
  background: #fff;
}

.deal-list-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 260px;
  gap: 28px;
  align-items: center;
}
.deal-list-art .photo-tile {
  width: 100%;
  height: 170px;
  min-height: 170px;
}
.deal-copy-box h3 {
  margin-top: 12px;
}
.deal-copy-box small {
  display: block;
  margin-top: 16px;
  color: var(--ink);
}
.deal-actions {
  display: grid;
  gap: 12px;
}
.deal-actions .btn-navy {
  width: 100%;
}
.code-pill {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 54px;
  border: 1px solid #cfd9e9;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.code-pill span {
  min-width: 0;
  padding: 0 14px;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.code-pill button {
  height: 100%;
  border: 0;
  border-left: 1px solid #cfd9e9;
  padding: 0 14px;
  color: var(--ink);
  background: #f7fbff;
  font-weight: 900;
}

.sidebar-list { display: grid; gap: 18px; }
.benefit { display: flex; gap: 16px; margin: 20px 0; }
.benefit .icon { color: var(--gold); width: 42px; height: 42px; padding: 9px; border-radius: 50%; background: #fff2d9; }
.benefit strong { display: block; font-weight: 950; }
.benefit span { color: var(--muted); display: block; }

.logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.logo-cell { min-height: 148px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; font-weight: 950; }
.airline-logo { font-size: 28px; font-weight: 950; }
.airline-logo.indigo { color: #1d36a4; }
.airline-logo.airindia, .airline-logo.spicejet, .airline-logo.emirates { color: #e20b1d; }
.airline-logo.vistara { color: #8b6a47; }
.airline-logo.akasa { color: #f47a19; }

.site-footer {
  margin: 36px 0 30px;
  color: #fff;
  background: linear-gradient(135deg, #001a3d, #00346e);
  border-radius: 8px;
  padding: 34px 42px 22px;
}
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 48px; }
.site-footer img { width: 230px; height: 78px; object-fit: contain; object-position: left; filter: brightness(1.1); background: transparent; }
.site-footer h4 { font-size: 15px; font-weight: 950; margin-bottom: 14px; }
.site-footer a, .site-footer p { display: block; color: rgba(255,255,255,.86); font-size: 14px; margin: 8px 0; }
.socials { display: flex; gap: 12px; margin-top: 16px; }
.socials span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); font-size: 12px; }
.online-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #0dc653; margin-right: 8px; }
.copyright { text-align: center; color: rgba(255,255,255,.78); font-size: 13px; margin-top: 22px; }

.form-panel, .admin-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.fw-black { font-weight: 950; }
.btn-neon {
  color: #07173b;
  border: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  font-weight: 900;
}
.btn-neon:hover { color: #07173b; filter: brightness(.98); }
.badge-soft { color: var(--ink); background: #fff2d9; }
.table { --bs-table-bg: transparent; }
td, th, code, .card-number { overflow-wrap: anywhere; }

.card-stage {
  min-height: calc(100vh - 190px);
  display: grid;
  place-items: center;
  padding: 54px 0;
}
.card-shell {
  width: min(100%, 980px);
}
.digital-card {
  position: relative;
  min-height: 540px;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 16%, rgba(255,255,255,.28), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(249,164,0,.42), transparent 25%),
    linear-gradient(135deg, #05122e 0%, #082e69 46%, #0e6f8d 72%, #f9a400 138%);
  box-shadow: 0 32px 80px rgba(3, 31, 73, .32);
}
.digital-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 8%, rgba(255,255,255,.16) 9%, transparent 10% 20%, rgba(255,255,255,.10) 21%, transparent 22%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 62px);
  opacity: .65;
  z-index: -1;
}
.digital-card:after {
  content: "";
  position: absolute;
  right: -92px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border: 54px solid rgba(255,255,255,.13);
  border-radius: 50%;
  z-index: -1;
}
.card-topline, .card-footerline {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}
.card-topline { align-items: flex-start; }
.card-eyebrow {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.digital-card h1 {
  margin: 6px 0 0;
  font-size: clamp(30px, 7vw, 68px);
  line-height: .95;
  font-weight: 950;
}
.card-chip {
  width: 72px;
  height: 52px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff0ae, #d39318 42%, #fff3bd 68%, #ad7010);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45), 0 16px 34px rgba(0,0,0,.22);
}
.card-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #0a2f18;
  background: #a6ffbb;
  font-weight: 950;
  white-space: nowrap;
}
.card-status:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #05852d;
}
.card-number {
  margin: clamp(54px, 10vw, 92px) 0 clamp(32px, 6vw, 58px);
  font-size: clamp(26px, 6vw, 56px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: .08em;
  text-shadow: 0 8px 28px rgba(0,0,0,.22);
}
.card-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: end;
}
.card-field small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.card-field strong {
  display: block;
  font-size: clamp(16px, 2.1vw, 24px);
  line-height: 1.14;
}
.card-footerline {
  align-items: end;
  margin-top: 46px;
}
.card-signature {
  color: rgba(255,255,255,.74);
  font-weight: 800;
}
.card-qr {
  width: 86px;
  height: 86px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #07173b 10px, transparent 10px) 0 0 / 22px 22px,
    linear-gradient(#07173b 10px, transparent 10px) 0 0 / 22px 22px,
    #fff;
  border: 8px solid #fff;
  box-shadow: 0 14px 28px rgba(0,0,0,.2);
}
.card-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.payment-stage {
  min-height: calc(100vh - 190px);
  display: grid;
  place-items: center;
  padding: 54px 0;
}
.payment-panel {
  width: min(100%, 680px);
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  gap: 24px;
}
.payment-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.payment-summary > div {
  padding: 18px;
  border-right: 1px solid var(--line);
}
.payment-summary > div:last-child {
  border-right: 0;
}
.payment-summary span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.payment-summary strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 950;
}
.payment-button {
  width: 100%;
}

@media (max-width: 1450px) and (min-width: 1201px) {
  .site-nav { height: auto; min-height: 82px; flex-wrap: wrap; padding: 10px 0; }
  .brand img { width: 220px; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav-collapse { flex-basis: 100%; flex-direction: column; align-items: stretch; display: none !important; }
  .nav-collapse.show { display: flex !important; }
  .nav-links { flex-wrap: wrap; justify-content: flex-start; gap: 12px 18px; }
  .nav-actions { flex-wrap: wrap; }
  .deals-layout { grid-template-columns: 1fr; }
  .deals-layout > aside.ui-card { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .deals-layout > aside.ui-card > h3, .deals-layout > aside.ui-card > hr { grid-column: 1 / -1; width: 100%; }
  .deals-layout > aside.ui-card .tab-pill { min-height: 60px; border: 1px solid var(--line); border-radius: 8px; }
  .deals-layout > aside.ui-card label { margin-bottom: 0 !important; }
  .deals-benefits { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .deal-list-card { grid-template-columns: 150px minmax(0, 1fr) 300px; }
  .filter-bar { grid-template-columns: minmax(220px, 1.5fr) minmax(120px, 1fr) minmax(120px, 1fr) auto; }
}

@media (max-width: 1200px) {
  .site-nav { height: auto; min-height: 82px; flex-wrap: wrap; padding: 10px 0; }
  .brand img { width: 220px; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav-collapse { flex-basis: 100%; flex-direction: column; align-items: stretch; display: none !important; }
  .nav-collapse.show { display: flex !important; }
  .nav-links { flex-wrap: wrap; justify-content: flex-start; gap: 12px 18px; }
  .nav-actions { flex-wrap: wrap; }
  .hero-card { position: static; width: auto; margin-top: 28px; }
  .feature-strip { grid-template-columns: repeat(3, 1fr); }
  .deals-benefits, .stats-band, .tabs-bar { grid-template-columns: repeat(2, 1fr); }
  .content-grid { grid-template-columns: 1fr; }
  .cards-grid, .cards-grid.three, .cards-grid.six, .plan-grid, .footer-grid, .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .deal-list-card { grid-template-columns: 130px minmax(0, 1fr) 260px; gap: 20px; }
  .content-grid > aside.ui-card, .deals-layout > aside.ui-card { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .content-grid > aside.ui-card > h3, .content-grid > aside.ui-card > hr, .deals-layout > aside.ui-card > h3, .deals-layout > aside.ui-card > hr { grid-column: 1 / -1; width: 100%; }
  .content-grid > aside.ui-card .tab-pill, .deals-layout > aside.ui-card .tab-pill { border: 1px solid var(--line); border-radius: 8px; }
}

@media (max-width: 720px) {
  .page-wrap, .site-nav, .admin-body .page-wrap, .admin-body .site-nav { width: min(100% - 24px, 1710px); }
  .brand img { width: 178px; height: 58px; }
  .nav-toggle { min-height: 42px; padding: 8px 12px; }
  .nav-collapse {
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .nav-links { display: grid; grid-template-columns: 1fr; gap: 4px; }
  .nav-links a { width: 100%; height: auto; min-height: 42px; white-space: normal; }
  .nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .nav-actions a, .btn-outline, .btn-gold, .btn-navy, .btn-white { width: 100%; padding-inline: 14px; }
  .hero-panel { padding: 24px 18px; min-height: 0; }
  .hero-panel h1 { font-size: clamp(32px, 11vw, 42px); line-height: 1.02; }
  .hero-panel p { font-size: 16px; line-height: 1.42; margin-top: 14px; }
  .hero-kpis { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
  .hero-kpis > div { width: auto; min-height: 62px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.07); }
  .hero-kpis .icon { width: 26px; height: 26px; }
  .hero-kpis span { max-width: none; font-size: 12px; line-height: 1.25; }
  .hero-card { display: none; }
  .membership-card { min-height: 168px; padding: 22px; }
  .membership-card small { margin-top: 36px; }
  .feature-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 14px 0 24px; }
  .stats-band, .tabs-bar, .filter-bar, .cards-grid, .cards-grid.three, .cards-grid.six, .plan-grid, .logo-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .feature-mini, .stat-item, .tab-pill { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-mini { min-height: 74px; padding: 14px; gap: 10px; }
  .feature-mini .icon { width: 28px; height: 28px; }
  .feature-mini strong { font-size: 15px; }
  .feature-mini span { font-size: 12px; }
  .content-grid > aside.ui-card, .deals-layout > aside.ui-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-grid > aside.ui-card .tab-pill, .deals-layout > aside.ui-card .tab-pill { min-height: 54px; justify-content: flex-start; padding: 10px; }
  .content-grid > aside.ui-card .tab-pill .icon, .deals-layout > aside.ui-card .tab-pill .icon { width: 24px; height: 24px; }
  .filter-bar { gap: 12px; padding: 16px; }
  .site-footer { padding: 28px 22px 20px; }
  .card-stage { padding: 30px 0; align-items: start; }
  .digital-card { min-height: auto; }
  .card-topline, .card-footerline { flex-direction: column; }
  .card-details { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .card-chip { width: 62px; height: 44px; }
  .card-number { letter-spacing: .04em; }
  .card-qr { width: 72px; height: 72px; }
  .card-actions { display: grid; grid-template-columns: 1fr; }
  .container, .container-fluid { max-width: 100%; }
  .row { --bs-gutter-x: 1rem; }
  .d-flex.gap-3:not(.hero-kpis) { flex-wrap: wrap; }
  .content-grid section > .d-flex.justify-content-between .btn-white { width: 100%; }
  .photo-tile { height: 138px; min-height: 138px; }
  .deal-list-card { grid-template-columns: 1fr; gap: 16px; }
  .deal-list-art .photo-tile { height: 120px; min-height: 120px; }
  .deal-actions { grid-template-columns: 1fr; }
  .plan-grid { gap: 22px; }
  .plan-card { padding: 24px; }
  .plan-head { margin: 0 -24px 22px; padding: 20px; }
  .plan-price { font-size: 40px; }
  .payment-stage { padding: 30px 0; align-items: start; }
  .payment-summary { grid-template-columns: 1fr; }
  .payment-summary > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .payment-summary > div:last-child { border-bottom: 0; }
}

@media (max-width: 420px) {
  .page-wrap, .site-nav, .admin-body .page-wrap, .admin-body .site-nav { width: min(100% - 18px, 1710px); }
  .brand img { width: 154px; }
  .card-details { grid-template-columns: 1fr; }
  .digital-card h1 { font-size: 34px; }
  .card-number { font-size: 25px; }
  .plan-price { font-size: 36px; }
  .feature-strip { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
