/**
 * B2B landing redesign — one cohesive composition.
 * Guest: navy atmosphere → brand → CTA → sign-in → registration bridge.
 * Logged-in shell styles retained below.
 */
body.b2b-body {
  --b2b-navy: #071a2e;
  --b2b-navy-mid: #0c2d4a;
  --b2b-navy-deep: #04101c;
  --b2b-orange: #f58220;
  --b2b-orange-hot: #ff9a3c;
  --b2b-teal: #0d9b78;
  --b2b-teal-deep: #087a5e;
  --b2b-accent: #0d9b78;
  --b2b-accent-2: #0c2d4a;
  --b2b-surface: #ffffff;
  --b2b-line: #d5e0ec;
  --b2b-muted: #5c6f86;
  --b2b-sand: #e8eef5;
  background: linear-gradient(180deg, #eef2f7 0%, #f7f9fc 55%, #ffffff 100%);
}

.b2b-header__site {
  display: none !important;
}

/* —— Header —— */
.b2b-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(7, 26, 46, 0.94) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0 !important;
}
.b2b-header__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0.7rem 1.25rem;
  min-height: 3.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.b2b-header .brand-logo {
  flex-shrink: 0;
}
.b2b-header .brand-logo__holidays {
  color: var(--b2b-orange) !important;
}
.b2b-pill {
  background: transparent !important;
  border: 1px solid rgba(245, 130, 32, 0.55) !important;
  color: #ffd4a8 !important;
  padding: 0.35rem 0.85rem !important;
  border-radius: 999px !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
}

/* —— Hero: one composition —— */
.b2b-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  min-height: 0;
  display: flex;
  align-items: stretch;
  padding: 2rem 1.25rem 2.5rem;
  background:
    radial-gradient(ellipse 70% 55% at 88% 8%, rgba(245, 130, 32, 0.22) 0%, transparent 58%),
    radial-gradient(ellipse 50% 45% at 12% 90%, rgba(13, 155, 120, 0.14) 0%, transparent 55%),
    linear-gradient(165deg, #04101c 0%, #071a2e 38%, #0c2d4a 72%, #123a58 100%);
  color: #f4f7fb;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.b2b-hero__glow {
  position: absolute;
  top: -18%;
  right: -8%;
  width: min(52vw, 420px);
  height: min(52vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 130, 32, 0.38) 0%, rgba(13, 155, 120, 0.1) 42%, transparent 70%);
  filter: blur(6px);
  animation: b2bGlow 10s ease-in-out infinite alternate;
  z-index: 0;
  pointer-events: none;
}
.b2b-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.12;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
@keyframes b2bGlow {
  from { transform: translate(0, 0) scale(1); opacity: 0.8; }
  to { transform: translate(-6%, 8%) scale(1.08); opacity: 1; }
}

.b2b-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  align-items: stretch;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.b2b-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  text-align: left;
  max-width: 36rem;
}
.b2b-hero__eyebrow {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 212, 168, 0.92);
  line-height: 1.2;
  animation: b2bFadeUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.b2b-hero__badge { display: none; }
.b2b-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5.5vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.02;
  color: #ffffff;
  animation: b2bFadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}
.b2b-hero h1 em {
  font-style: italic;
  color: var(--b2b-orange);
  font-weight: 600;
}
.b2b-hero__lead {
  margin: 0;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(220, 230, 242, 0.88);
  animation: b2bFadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.b2b-hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-top: 0.35rem;
  animation: b2bFadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both;
}
.b2b-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.75rem 1.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9a3c 0%, #f58220 55%, #e87110 100%);
  color: #071a2e !important;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 10px 28px rgba(245, 130, 32, 0.42);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
.b2b-hero__btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 14px 32px rgba(245, 130, 32, 0.5);
  text-decoration: none !important;
}
.b2b-hero__btn:active { transform: translateY(0); }
.b2b-hero__link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none !important;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 0.12rem;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.b2b-hero__link:hover {
  color: #fff !important;
  border-bottom-color: var(--b2b-orange);
}

@keyframes b2bFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

/* —— Sign-in + registration stack —— */
.b2b-hero__signin {
  max-width: none;
  width: 100%;
  margin-top: 0.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  animation: b2bFadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}
.b2b-hero__signin > .b2b-grid-auth,
.b2b-hero .b2b-grid-auth {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.b2b-hero__signin #b2b-auth:not(.hidden) {
  display: block;
}
.b2b-hero-login {
  padding: 1.15rem 1.2rem 1.1rem !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  background: #ffffff !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 22px 50px rgba(0, 0, 0, 0.32) !important;
  backdrop-filter: none;
}
.b2b-hero-login__title {
  margin: 0 0 0.75rem !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  color: var(--b2b-navy) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
}
.b2b-hero-login__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
}
.b2b-hero-login__field--email,
.b2b-hero-login__field--pass {
  flex: 1.15 1 0;
  min-width: 0;
}
.b2b-hero-login__field input,
.b2b-hero-login__row .b2b-captcha__input {
  height: 2.65rem !important;
  border-radius: 12px !important;
  border: 1px solid #d5e0ec !important;
  background: #f0f5fa !important;
  font-size: 0.92rem !important;
  color: var(--b2b-navy) !important;
  padding: 0 0.85rem !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.b2b-hero-login__field input::placeholder,
.b2b-captcha__input::placeholder {
  color: #8a9bb0;
}
.b2b-hero-login__field input:focus {
  outline: none;
  border-color: var(--b2b-teal) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(13, 155, 120, 0.18) !important;
}
.b2b-hero-login .b2b-captcha {
  flex: 0 1 9.5rem;
  min-width: 8.5rem;
}
.b2b-captcha__row {
  height: 2.65rem;
  border-radius: 12px !important;
  border: 1px solid #d5e0ec !important;
  background: #f0f5fa !important;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.b2b-captcha__row:focus-within {
  border-color: var(--b2b-teal) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(13, 155, 120, 0.18);
}
.b2b-captcha__q {
  display: inline-flex;
  align-items: center;
  padding: 0 0.65rem;
  background: rgba(13, 155, 120, 0.12) !important;
  color: var(--b2b-teal-deep) !important;
  font-weight: 700;
  font-size: 0.88rem;
  border-right: 1px solid rgba(10, 37, 64, 0.08) !important;
  white-space: nowrap;
}
.b2b-captcha__input {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 100% !important;
  flex: 1;
  min-width: 0;
}
.b2b-captcha__refresh {
  color: var(--b2b-teal) !important;
  width: 2.4rem;
  flex-shrink: 0;
  background: transparent;
  border: 0;
  font-size: 1.1rem;
  transition: transform 0.35s ease, color 0.15s ease;
}
.b2b-captcha__refresh:hover {
  color: var(--b2b-teal-deep) !important;
  transform: rotate(180deg);
}
.b2b-hero-login__submit {
  flex: 0 0 auto;
  min-width: 6.75rem;
  height: 2.65rem !important;
  padding: 0 1.25rem !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #14c090 0%, #0d9b78 50%, #087a5e 100%) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  box-shadow: 0 8px 20px rgba(13, 155, 120, 0.32) !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
.b2b-hero-login__submit:hover,
.b2b-btn--primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(13, 155, 120, 0.38) !important;
}
.b2b-btn--primary {
  background: linear-gradient(135deg, #14c090 0%, #0d9b78 50%, #087a5e 100%) !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(13, 155, 120, 0.28);
}

/* —— Main (dashboard) —— */
.b2b-main {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}
.b2b-grid-auth {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 640px;
  margin: 0 auto;
}
#register,
.b2b-register-card {
  scroll-margin-top: 4.75rem;
  border-radius: 22px !important;
  border: 1px solid rgba(10, 37, 64, 0.08) !important;
  background: #ffffff !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 18px 48px rgba(7, 26, 46, 0.18) !important;
  padding: 1.75rem 1.6rem 1.85rem !important;
  animation: b2bFadeUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}

/* —— Guest landing footer —— */
.b2b-landing-footer {
  margin-top: 0;
  padding: 1.75rem 1.25rem 2.25rem;
  background: linear-gradient(180deg, #04101c 0%, #071a2e 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
}
.b2b-landing-footer.hidden {
  display: none !important;
}
.b2b-landing-footer__inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.b2b-landing-footer__brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  text-decoration: none;
}
.b2b-landing-footer__brand img {
  height: 28px;
  width: auto;
  display: block;
}
.b2b-landing-footer__brand .brand-logo__holidays {
  color: var(--b2b-orange);
  font-size: 0.95rem;
}
.b2b-landing-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.35rem;
}
.b2b-landing-footer__nav a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.1rem;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.b2b-landing-footer__nav a:hover {
  color: #fff;
  border-bottom-color: var(--b2b-orange);
}
.b2b-landing-footer__link {
  appearance: none;
  margin: 0;
  padding: 0 0 0.1rem;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.b2b-landing-footer__link:hover {
  color: #fff;
  border-bottom-color: var(--b2b-orange);
}

/* Legal popup on B2B landing */
.b2b-legal-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.b2b-legal-modal.hidden {
  display: none !important;
}
.b2b-legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 16, 28, 0.72);
  backdrop-filter: blur(4px);
}
.b2b-legal-modal__panel {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(82vh, 720px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(10, 37, 64, 0.08);
}
.b2b-legal-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem 0.85rem;
  border-bottom: 1px solid #e8eef5;
}
.b2b-legal-modal__head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--b2b-navy);
  line-height: 1.2;
}
.b2b-legal-modal__close {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: #eef2f7;
  color: var(--b2b-navy);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.b2b-legal-modal__close:hover {
  background: #e2e8f0;
}
.b2b-legal-modal__lead {
  margin: 0;
  padding: 0.85rem 1.25rem 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--b2b-muted);
}
.b2b-legal-modal__lead.hidden {
  display: none !important;
}
.b2b-legal-modal__body {
  padding: 0.85rem 1.25rem 1.35rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
}
.b2b-legal-modal__body h2,
.b2b-legal-modal__body h3 {
  margin: 1.15rem 0 0.45rem;
  color: var(--b2b-navy);
  font-size: 1.05rem;
}
.b2b-legal-modal__body p {
  margin: 0 0 0.75rem;
}
.b2b-legal-modal__body ul,
.b2b-legal-modal__body ol {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.b2b-legal-modal__body a {
  color: var(--b2b-teal-deep);
  font-weight: 600;
}
body.b2b-legal-open {
  overflow: hidden;
}
.b2b-landing-footer__copy {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.45;
}
.b2b-reg-gate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}
.b2b-reg-gate__eyebrow {
  margin: 0 0 0.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--b2b-teal);
}
.b2b-reg-gate h2,
.b2b-reg-details__head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 3.2vw, 2.35rem);
  font-weight: 700;
  color: var(--b2b-navy);
  letter-spacing: -0.025em;
  line-height: 1.12;
}
.b2b-reg-gate .b2b-hint {
  margin: 0.15rem 0 0.85rem;
  max-width: 28rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--b2b-muted);
}
.b2b-reg-gate__actions {
  margin-top: 0.15rem;
}
.b2b-reg-gate__actions .b2b-btn--primary {
  min-height: 2.85rem;
  padding: 0.7rem 1.65rem;
  font-size: 0.95rem;
}
.b2b-reg-section__title {
  color: var(--b2b-navy);
}
.b2b-reg-section__icon {
  color: var(--b2b-teal);
}
.b2b-field__control input:focus,
.b2b-field__control select:focus,
.b2b-field__control textarea:focus {
  border-color: var(--b2b-teal);
  box-shadow: 0 0 0 3px rgba(13, 155, 120, 0.15);
}

@media (max-width: 720px) {
  .b2b-hero {
    padding: 1.5rem 1rem 2rem;
  }
  .b2b-hero__inner {
    gap: 0.95rem;
  }
  .b2b-hero-login {
    padding: 1rem 0.95rem 0.95rem !important;
  }
  .b2b-hero-login__row {
    flex-wrap: wrap;
  }
  .b2b-hero-login__field--email,
  .b2b-hero-login__field--pass,
  .b2b-hero-login .b2b-captcha,
  .b2b-hero-login__submit {
    flex: 1 1 100% !important;
    min-width: 0;
    width: 100% !important;
  }
  .b2b-hero__btn {
    width: 100%;
  }
  .b2b-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #register,
  .b2b-register-card {
    padding: 1.4rem 1.15rem 1.5rem !important;
    border-radius: 18px !important;
  }
  .b2b-landing-footer {
    padding: 1.4rem 1rem 1.85rem;
  }
  .b2b-landing-footer__nav {
    gap: 0.55rem 1rem;
  }
}

@media (min-width: 900px) {
  .b2b-hero {
    padding: 2.5rem 1.5rem 2.75rem;
  }
  .b2b-hero__inner {
    max-width: 760px;
  }
}

/* Logged-in: pull dashboard up */
.b2b-hero.hidden + .b2b-main {
  margin-top: 0;
  padding-top: 0.85rem;
}

.b2b-hero.hidden ~ .b2b-main #b2b-dash:not(.hidden) .b2b-userbar,
#b2b-dash:not(.hidden) .b2b-userbar {
  margin-bottom: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: linear-gradient(120deg, #071a2e 0%, #0c2d4a 55%, #0d4a5c 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(10, 37, 64, 0.18);
}
#b2b-dash:not(.hidden) .b2b-userbar strong {
  color: #fff;
  font-size: 1.02rem;
}
#b2b-dash:not(.hidden) .b2b-userbar .b2b-muted {
  color: rgba(232, 238, 246, 0.78);
}
#b2b-dash:not(.hidden) .b2b-credit-chip {
  background: rgba(245, 130, 32, 0.2);
  border: 1px solid rgba(245, 130, 32, 0.45);
  color: #ffe0b0;
  box-shadow: none;
}

#b2b-dash:not(.hidden) .b2b-nav {
  margin-bottom: 0.85rem;
  padding: 0.4rem;
  border-radius: 14px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 18px rgba(10, 37, 64, 0.05);
}
#b2b-dash:not(.hidden) .b2b-nav-btn {
  border-radius: 10px;
  transition: background 0.15s ease, color 0.15s ease;
}
#b2b-dash:not(.hidden) .b2b-nav-btn:hover {
  background: rgba(13, 155, 120, 0.1);
  color: var(--b2b-navy);
}
#b2b-dash:not(.hidden) .b2b-nav-btn.is-active {
  background: linear-gradient(135deg, #071a2e, #0c2d4a);
  color: #fff;
}

#b2b-dash:not(.hidden) .b2b-stats {
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}
#b2b-dash:not(.hidden) .b2b-stat {
  border-radius: 14px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  padding: 0.95rem 1rem;
  box-shadow: 0 8px 20px rgba(10, 37, 64, 0.05);
  position: relative;
  overflow: hidden;
}
#b2b-dash:not(.hidden) .b2b-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #f58220, #0d9b78);
  border-radius: 4px 0 0 4px;
}
#b2b-dash:not(.hidden) .b2b-stat__num {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--b2b-navy);
}
#b2b-dash:not(.hidden) .b2b-stat__label {
  font-weight: 600;
  color: var(--b2b-muted);
}

#b2b-dash:not(.hidden) .b2b-card {
  border-radius: 16px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 10px 28px rgba(10, 37, 64, 0.05);
  background: #fff;
}
#b2b-dash:not(.hidden) .b2b-table th {
  color: #6b7c92;
  font-weight: 700;
}

/* Airport rides */
#sec-rides .b2b-ride-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem 1.25rem 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, #f7fbfd 100%);
  box-shadow: 0 14px 36px rgba(10, 37, 64, 0.07);
}
#sec-rides .b2b-ride-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #f58220 0%, #0d9b78 55%, #071a2e 100%);
}
#sec-rides .b2b-ride-card__head h2 {
  margin: 0 0 0.3rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.6vw, 1.9rem);
  font-weight: 700;
  color: var(--b2b-navy);
  letter-spacing: -0.02em;
}
#sec-rides .b2b-ride-card__head .b2b-hint {
  margin: 0 0 1rem;
  max-width: 40rem;
  color: var(--b2b-muted);
}
#sec-rides .b2b-ride-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem 0.95rem;
  margin-bottom: 0.95rem;
}
#sec-rides .b2b-ride-grid label {
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5a6b80;
}
#sec-rides .b2b-ride-label {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35rem;
  white-space: normal;
}
#sec-rides .b2b-ride-grid .b2b-optional,
#sec-rides .b2b-ride-comments .b2b-optional {
  display: inline;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  color: #8a98ab;
}
#sec-rides .b2b-ride-grid input,
#sec-rides .b2b-ride-grid select {
  padding: 0.62rem 0.7rem;
  border-radius: 11px;
  border: 1px solid #d5deea;
  background: #fff;
  color: var(--b2b-navy);
  font-size: 0.92rem;
  font-weight: 500;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#sec-rides .b2b-ride-grid input:focus,
#sec-rides .b2b-ride-grid select:focus,
#sec-rides .b2b-ride-comments textarea:focus {
  outline: none;
  border-color: var(--b2b-teal);
  box-shadow: 0 0 0 3px rgba(13, 155, 120, 0.16);
}
#sec-rides .b2b-ride-comments {
  margin-bottom: 0.95rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5a6b80;
}
#sec-rides .b2b-ride-comments textarea {
  border-radius: 12px;
  border-color: #d5deea;
  min-height: 4.25rem;
  font-size: 0.92rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
#sec-rides .b2b-ride-offer {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-width: 220px;
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5a6b80;
}
#sec-rides .b2b-ride-offer em {
  color: #e11d48;
  font-style: normal;
}
#sec-rides .b2b-ride-offer input {
  padding: 0.7rem 0.8rem;
  border-radius: 11px;
  border: 1px solid #d5deea;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--b2b-navy);
  background: #fff;
}
#sec-rides .b2b-ride-offer input:focus {
  outline: none;
  border-color: var(--b2b-orange);
  box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.18);
}
#sec-rides .b2b-ride-offer-hint {
  margin: 0 0 1rem;
  max-width: 36rem;
  font-size: 0.86rem;
  line-height: 1.45;
}
#sec-rides .b2b-ride-actions {
  margin-top: 0.15rem;
}
#sec-rides .b2b-ride-actions .b2b-btn--primary {
  min-width: 11.5rem;
  padding: 0.78rem 1.25rem;
}

@media (max-width: 960px) {
  #sec-rides .b2b-ride-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  #sec-rides .b2b-ride-grid {
    grid-template-columns: 1fr;
  }
  #sec-rides .b2b-ride-offer {
    max-width: none;
  }
  #sec-rides .b2b-ride-actions .b2b-btn--primary {
    width: 100%;
  }
}

/* Bookings + Invoice */
#sec-bookings .b2b-bookings-panel,
#sec-invoice .b2b-invoice-panel {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  box-shadow: 0 14px 36px rgba(10, 37, 64, 0.07);
  padding: 1.15rem 1.2rem 1.25rem;
}
#sec-bookings .b2b-bookings-panel::before,
#sec-invoice .b2b-invoice-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #f58220 0%, #0d9b78 55%, #071a2e 100%);
}
#sec-bookings .b2b-bookings-title,
#sec-invoice .b2b-bookings-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 1.95rem);
  font-weight: 700;
  color: var(--b2b-navy);
  letter-spacing: -0.02em;
}
#sec-bookings .b2b-card__actions .b2b-btn--primary,
#sec-invoice .b2b-card__actions .b2b-btn--primary,
#sec-invoice #inv-search {
  box-shadow: 0 8px 18px rgba(13, 155, 120, 0.28);
}
#sec-bookings .bookings-filters,
#sec-invoice .bookings-filters {
  margin: 0.85rem 0 1rem;
  padding: 0.9rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  background: linear-gradient(135deg, rgba(13, 155, 120, 0.06) 0%, rgba(245, 130, 32, 0.05) 100%);
}
#sec-bookings .bk-field input,
#sec-bookings .bk-field select,
#sec-invoice .bk-field input,
#sec-invoice .bk-field select {
  border-radius: 11px;
  border: 1px solid #d5deea;
  background: #fff;
  padding: 0.58rem 0.7rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#sec-bookings .bk-field input:focus,
#sec-bookings .bk-field select:focus,
#sec-invoice .bk-field input:focus,
#sec-invoice .bk-field select:focus {
  outline: none;
  border-color: var(--b2b-teal);
  box-shadow: 0 0 0 3px rgba(13, 155, 120, 0.16);
}
#sec-bookings .bk-quick__link {
  color: var(--b2b-teal);
  font-weight: 700;
}
#sec-bookings .bk-quick__link:hover {
  color: #087a5e;
}
#sec-bookings .bk-clear,
#sec-invoice .bk-clear {
  color: #6b7c92;
  font-weight: 600;
}
#sec-bookings .bookings-table,
#sec-invoice .b2b-invoice-table {
  border-collapse: separate;
  border-spacing: 0;
}
#sec-bookings .bookings-table thead th,
#sec-invoice .b2b-invoice-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #eef4fa;
  color: #5a6b80;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #d7e0ec;
}
#sec-bookings .bookings-table tbody tr,
#sec-invoice .b2b-invoice-table tbody tr {
  transition: background 0.15s ease;
}
#sec-bookings .bookings-table tbody tr:hover,
#sec-invoice .b2b-invoice-table tbody tr:hover {
  background: rgba(13, 155, 120, 0.05);
}
#sec-bookings .bk-filter-summary {
  margin-bottom: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(245, 130, 32, 0.22);
  background: rgba(245, 130, 32, 0.08);
}
#sec-bookings .bk-status,
#sec-bookings .b2b-status {
  border-radius: 999px;
  font-weight: 700;
}

.b2b-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin: 0.85rem 0 0.35rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  background: rgba(255, 255, 255, 0.9);
}
.b2b-pager__size {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #5a6b80;
}
.b2b-pager__size select {
  padding: 0.4rem 0.55rem;
  border-radius: 9px;
  border: 1px solid #d5deea;
  background: #fff;
  color: var(--b2b-navy);
  font-weight: 700;
}
.b2b-pager__nav {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.b2b-pager__info {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--b2b-navy);
  min-width: 10rem;
  text-align: center;
}
.b2b-pager__nav .b2b-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
@media (max-width: 640px) {
  .b2b-pager {
    flex-direction: column;
    align-items: stretch;
  }
  .b2b-pager__nav {
    justify-content: space-between;
  }
}

body.b2b-embed .b2b-hero {
  min-height: 0;
  padding: 1.15rem 1rem;
}
body.b2b-embed .b2b-hero__glow,
body.b2b-embed .b2b-hero__grain,
body.b2b-embed .b2b-hero__cta,
body.b2b-embed .b2b-hero__lead,
body.b2b-embed .b2b-hero__eyebrow {
  display: none;
}
body.b2b-embed .b2b-main {
  margin-top: 0;
}
