/* ============================================================
   Utilities — container · badges · buttons · tags · glass · helper classes
============================================================ */

/* ============================================================
   GLASSMORPHISM UTILITIES
============================================================ */
.glass-light {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-sm), var(--shadow-inset-white);
}

.glass-mid {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-inset-white);
}

.glass-dark {
  background: rgba(4, 13, 31, 0.6);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.glass-blue {
  background: rgba(37, 99, 235, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(37, 99, 235, 0.25);
}

/* ============================================================
   UTILITIES
============================================================ */
.container {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue-pale);
  color: var(--blue);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: "Sora", sans-serif;
  border: 1px solid var(--blue-pale2);
}

.badge i {
  font-size: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  border-radius: 100px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: var(--t);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.btn-amber {
  background: var(--amber);
  color: #fff;
}

.btn-amber:hover {
  background: var(--amber-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4);
}

.btn-blue {
  background: var(--blue);
  color: #fff;
}

.btn-blue:hover {
  background: var(--blue-deep);
  transform: translateY(-2px);
  box-shadow: var(--shadow-blue);
}

.btn-white {
  background: #fff;
  color: var(--blue);
}

.btn-white:hover {
  background: var(--blue-pale);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--blue);
  border: 1.5px solid var(--blue-pale2);
}

.btn-outline:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.26);
}

.sec-title {
  font-size: clamp(22px, 3vw, var(--fs-h2));
  color: var(--gray-900);
  margin-bottom: 8px;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.sec-sub {
  font-size: 14.5px;
  color: var(--gray-500);
  line-height: 1.65;
  max-width: 540px;
}

.tag {
  padding: 4px 11px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
}

.tag-green {
  background: #d1fae5;
  color: #059669;
}

.tag-blue {
  background: var(--blue-pale);
  color: var(--blue);
}

.tag-amber {
  background: #fef3c7;
  color: #d97706;
}

.tag-navy {
  background: rgba(15, 26, 46, 0.7);
  color: #fff;
  backdrop-filter: blur(8px);
}

/* ============================================================
   Inline-style refactor — utility & component classes
============================================================ */

/* === Spacing utilities (margin) === */
.u-mt-10 {
  margin-top: 10px;
}
.u-mt-14 {
  margin-top: 14px;
}
.u-mt-16 {
  margin-top: 16px;
}
.u-mt-24 {
  margin-top: 24px;
}
.u-mt-28 {
  margin-top: 28px;
}
.u-mt-64 {
  margin-top: 64px;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-14 {
  margin-bottom: 14px;
}
.u-mb-28 {
  margin-bottom: 28px;
}
.u-mb-32 {
  margin-bottom: 32px;
}
.u-my-16 {
  margin: 16px 0;
}
.u-mr-4 {
  margin-right: 4px;
}
.u-mr-8 {
  margin-right: 8px;
}
.u-mr-10 {
  margin-right: 10px;
}
.u-mr-12 {
  margin-right: 12px;
}

/* === Color utilities (text & icons) === */
.u-text-blue {
  color: var(--blue);
}
.u-text-white {
  color: #fff;
}
.u-text-purple {
  color: #9333ea;
}
.u-text-gold {
  color: #ca8a04;
}
.u-icon-blue {
  color: var(--blue);
}
.u-icon-amber {
  color: var(--amber);
}
.u-light-65 {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.75;
}
.u-light-75 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.75;
}

/* === Misc utilities === */
.u-fs-22 {
  font-size: 22px;
}
.u-fs-24 {
  font-size: 24px;
}
.u-fw-600 {
  font-weight: 600;
}
.u-opacity-70 {
  opacity: 0.7;
}
.u-opacity-80 {
  opacity: 0.8;
}
.u-flex {
  display: flex;
}
.u-gap-10 {
  gap: 10px;
}
.u-relative {
  position: relative;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-w-full {
  width: 100%;
}
.u-justify-center {
  justify-content: center;
}

/* === Compact buttons (override sizing only) === */
.u-btn-compact {
  padding: 11px 20px;
  font-size: 12px;
}
.u-btn-compact-2 {
  padding: 10px 20px;
  font-size: 12px;
}

/* === Contextual badges (extends .badge) === */
.badge.badge-amber {
  background: rgba(245, 158, 11, 0.2);
  color: var(--amber);
  border-color: rgba(245, 158, 11, 0.3);
}
.badge.badge-emerald {
  background: rgba(5, 150, 105, 0.2);
  color: #10b981;
  border-color: rgba(5, 150, 105, 0.3);
}

/* === Schengen info card (sidebar tip block) === */
.schengen-info-card {
  background: #fff;
  border: 1.5px solid var(--gray-150);
  border-radius: var(--r-xl);
  padding: 26px;
  margin-top: 24px;
}
.schengen-info-title {
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.schengen-info-text {
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.7;
  margin-bottom: 14px;
}

/* === Schengen pills (used / remaining days) === */
.sch-pill {
  flex: 1;
  border-radius: var(--r-sm);
  padding: 14px;
  text-align: center;
}
.sch-pill-blue {
  background: rgba(37, 99, 235, 0.08);
}
.sch-pill-emerald {
  background: rgba(5, 150, 105, 0.08);
}
.sch-num-blue {
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--blue);
}
.sch-num-emerald {
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--emerald);
}
.sch-pill-label {
  font-size: 11px;
  color: var(--gray-500);
}

/* === Luggage tip box === */
.lug-tip-box {
  margin-top: 28px;
  background: var(--blue-pale);
  border: 1.5px solid var(--blue-pale2);
  border-radius: var(--r-lg);
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.lug-tip-title {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.lug-tip-text {
  font-size: 13px;
  color: var(--gray-600);
}
.lug-check-btn {
  width: 100%;
  padding: 12px;
  border-radius: var(--r-sm);
  background: var(--blue);
  color: #fff;
  border: none;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

/* === B2B form (right panel) === */
.b2b-form-title {
  font-family: "Sora", sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
}
.b2b-form-sub {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 22px;
}

/* === Form privacy line under submit buttons === */
.form-privacy-note {
  font-size: 11px;
  color: var(--gray-400);
  margin-top: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
