/* =========================================================================
   <AlternativeContact /> — §6 of /contact
   Build Packet 22 — Section 8.
   Deep Navy. Email + LinkedIn + press for non-booking inquiries.
   ========================================================================= */

.co-alt {
  position: relative;
  background: var(--color-band);
  background: var(--gold-band);
  color: var(--color-primary);
  overflow: hidden;
  isolation: isolate;
}
.co-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 460px at 50% 0%, rgba(10,26,63,0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.co-alt__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 76px var(--container-pad) 40px;
}

.co-alt__head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.co-alt__eyebrow {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.co-alt__title {
  margin: 0 0 18px;
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--color-primary);
  text-wrap: balance;
}
.co-alt__title em {
  font-style: normal;
  color: var(--color-primary);
}
.co-alt__sub {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  color: var(--color-primary);
}

/* =========================================================================
   Single consolidated inquiry card — one focal destination on the gold band
   ========================================================================= */
.co-alt__single {
  display: flex;
  justify-content: center;
}

.co-alt__hub {
  position: relative;
  width: 100%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  padding: 48px 48px 44px;
  background:
    radial-gradient(120% 90% at 50% 0%, #112a5e 0%, var(--color-primary) 58%);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.06) inset,
    0 30px 70px -34px rgba(8,18,46,0.65);
  isolation: isolate;
  overflow: hidden;
  transition:
    border-color 220ms var(--ease-out-soft),
    transform 220ms var(--ease-out-soft),
    box-shadow 220ms var(--ease-out-soft);
}
/* Soft gold halo behind the card top — pure decoration, sits below content */
.co-alt__hub::before {
  content: "";
  position: absolute;
  top: -45%;
  left: 50%;
  width: 460px;
  height: 460px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(232,180,0,0.16), transparent 62%);
  pointer-events: none;
  z-index: -1;
}
.co-alt__hub:hover {
  border-color: rgba(232,180,0,0.42);
  transform: translateY(-4px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.08) inset,
    0 40px 90px -38px rgba(8,18,46,0.78);
}

/* Availability pill — preserves [data-booking-month] live hook + scarcity cue */
.co-alt__avail {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(232,180,0,0.12);
  border: 1px solid rgba(232,180,0,0.30);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: #F4D27A;
}
.co-alt__avail-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 0 rgba(232,180,0,0.55);
  animation: co-alt-pulse 2200ms var(--ease-out-soft) infinite;
}
@keyframes co-alt-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(232,180,0,0.50); }
  70%  { box-shadow: 0 0 0 8px rgba(232,180,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(232,180,0,0); }
}

.co-alt__hubicon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(232,180,0,0.14);
  border: 1px solid rgba(232,180,0,0.26);
  color: var(--color-accent);
  margin-top: 4px;
}
.co-alt__hubicon svg { width: 26px; height: 26px; }

.co-alt__hublabel {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.co-alt__hubvalue {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(24px, 3.4vw, 32px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
  word-break: break-word;
}
.co-alt__hubnote {
  margin: 0;
  max-width: 460px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.70);
}

/* Primary CTA — solid gold, self-contained (no .vh ancestor dependency) */
.co-alt__hubcta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 6px;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--color-accent);
  color: #0A1A3F;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 14px 30px -12px rgba(232,180,0,0.55);
  transition:
    background 200ms var(--ease-out-soft),
    transform 200ms var(--ease-out-soft),
    box-shadow 200ms var(--ease-out-soft);
}
.co-alt__hubcta:hover {
  background: #F2C123;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px -12px rgba(232,180,0,0.65);
}
.co-alt__hubcta:active { transform: translateY(0); }
.co-alt__hubcta:focus-visible {
  outline: 3px solid rgba(255,255,255,0.85);
  outline-offset: 3px;
}
.co-alt__hubcta-arrow { transition: transform 200ms ease; display: inline-block; }
.co-alt__hubcta:hover .co-alt__hubcta-arrow { transform: translateX(3px); }

/* Secondary link — subordinate to the gold CTA */
.co-alt__hublink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13.5px;
  color: rgba(255,255,255,0.62);
  text-decoration: none;
  transition: color 200ms var(--ease-out-soft);
}
.co-alt__hublink svg { width: 16px; height: 16px; }
.co-alt__hublink-arrow { transition: transform 200ms ease; display: inline-block; }
.co-alt__hublink:hover { color: var(--color-accent); }
.co-alt__hublink:hover .co-alt__hublink-arrow { transform: translateX(3px); }
.co-alt__hublink:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (max-width: 720px) {
  .co-alt__inner { padding: 60px 20px 32px; }
  .co-alt__hub { padding: 40px 24px 36px; border-radius: 18px; }
  .co-alt__hubnote { font-size: 14.5px; }
  .co-alt__hubcta { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .co-alt__avail-dot { animation: none; }
  .co-alt__hub,
  .co-alt__hubcta,
  .co-alt__hubcta-arrow,
  .co-alt__hublink-arrow { transition: none; }
}
