:root {
  --navy-4613f655: #0a1628;
  --navy-mid-4613f655: #132337;
  --navy-light-4613f655: #1e3a5f;
  --gold-4613f655: #c9a227;
  --gold-hover-4613f655: #e0b82e;
  --gold-soft-4613f655: rgba(201, 162, 39, 0.15);
  --white-4613f655: #ffffff;
  --off-white-4613f655: #f4f6f9;
  --text-4613f655: #e8eef5;
  --text-muted-4613f655: #a0aec0;
  --shadow-4613f655: 0 25px 50px -12px rgba(0, 0, 0, 0.55);
  --radius-4613f655: 16px;
}

.milcon-landing-container-4613f655 {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background: var(--navy-4613f655);
  color: var(--text-4613f655);
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-4613f655);
}

.page-content-4613f655 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
  opacity: 0.35;
  max-width: 640px;
}

.page-content-4613f655 h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
  color: var(--white-4613f655);
}

.page-content-4613f655 p {
  color: var(--text-muted-4613f655);
  line-height: 1.6;
}

/* ========== OVERLAY ========== */
.overlay-4613f655 {
  position: fixed;
  inset: 0;
  background: rgba(6, 13, 24, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

body.admin-bar .overlay-4613f655 {
  top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .overlay-4613f655 {
    top: 46px;
  }
}

.overlay-4613f655.is-open {
  opacity: 1;
  visibility: visible;
}

/* ========== MODAL ========== */
.modal-4613f655 {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: linear-gradient(165deg, var(--navy-mid-4613f655) 0%, var(--navy-4613f655) 100%);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: var(--radius-4613f655);
  box-shadow: var(--shadow-4613f655), 0 0 0 1px rgba(255, 255, 255, 0.04);
  padding: 2.25rem 2rem 2rem;
  transform: translateY(24px) scale(0.97);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.overlay-4613f655.is-open .modal-4613f655 {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal-4613f655::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-4613f655), transparent);
  border-radius: 0 0 4px 4px;
}

/* Close button */
.close-btn-4613f655 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-muted-4613f655);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}

.close-btn-4613f655:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white-4613f655);
}

.close-btn-4613f655 svg {
  width: 18px;
  height: 18px;
}

/* Header */
.modal-header-4613f655 {
  text-align: center;
  margin-bottom: 1.75rem;
}

.logo-4613f655 {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
  text-decoration: none;
  color: inherit;
}

.logo-mark-4613f655 {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--gold-4613f655) 0%, #a8841a 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--navy-4613f655);
  letter-spacing: -0.03em;
  box-shadow: 0 4px 12px rgba(201, 162, 39, 0.35);
}

.logo-text-4613f655 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--white-4613f655);
}

.logo-text-4613f655 span {
  color: var(--gold-4613f655);
}

.modal-header-4613f655 h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--white-4613f655);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.modal-header-4613f655 p {
  font-size: 0.95rem;
  color: var(--text-muted-4613f655);
  line-height: 1.55;
  max-width: 380px;
  margin: 0 auto;
}

/* Buttons */
.path-buttons-4613f655 {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.path-btn-4613f655 {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.1rem 1.25rem;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.22s ease;
  text-align: left;
}

.path-btn--veterans-4613f655 {
  background: linear-gradient(135deg, var(--gold-4613f655) 0%, #b8921f 100%);
  color: var(--navy-4613f655);
  box-shadow: 0 6px 20px rgba(201, 162, 39, 0.3);
}

.path-btn--veterans-4613f655:hover {
  background: linear-gradient(135deg, var(--gold-hover-4613f655) 0%, var(--gold-4613f655) 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(201, 162, 39, 0.4);
}

.path-btn--employers-4613f655 {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--white-4613f655);
}

.path-btn--employers-4613f655:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 162, 39, 0.45);
  transform: translateY(-2px);
}

.path-btn__icon-4613f655 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.path-btn--veterans-4613f655 .path-btn__icon-4613f655 {
  background: rgba(10, 22, 40, 0.18);
}

.path-btn--employers-4613f655 .path-btn__icon-4613f655 {
  background: var(--gold-soft-4613f655);
  color: var(--gold-4613f655);
}

.path-btn__icon-4613f655 svg {
  width: 26px;
  height: 26px;
}

.path-btn__content-4613f655 {
  flex: 1;
  min-width: 0;
}

.path-btn__title-4613f655 {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.15rem;
}

.path-btn__desc-4613f655 {
  font-size: 0.8rem;
  opacity: 0.85;
  line-height: 1.35;
}

.path-btn__arrow-4613f655 {
  flex-shrink: 0;
  opacity: 0.7;
  transition: transform 0.2s, opacity 0.2s;
}

.path-btn-4613f655:hover .path-btn__arrow-4613f655 {
  transform: translateX(3px);
  opacity: 1;
}

/* Footer note */
.modal-footer-4613f655 {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted-4613f655);
}

.modal-footer-4613f655 a {
  color: var(--gold-4613f655);
  text-decoration: none;
  font-weight: 500;
}

.modal-footer-4613f655 a:hover {
  text-decoration: underline;
}

/* Re-open trigger */
.reopen-btn-4613f655 {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  padding: 0.7rem 1.2rem;
  background: var(--navy-light-4613f655);
  color: var(--white-4613f655);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transition: background 0.2s, border-color 0.2s;
}

.reopen-btn-4613f655:hover {
  background: var(--navy-mid-4613f655);
  border-color: var(--gold-4613f655);
}

/* Responsive */
@media (max-width: 480px) {
  .modal-4613f655 {
    padding: 1.85rem 1.35rem 1.5rem;
  }

  .modal-header-4613f655 h2 {
    font-size: 1.3rem;
  }

  .path-btn-4613f655 {
    padding: 1rem;
    gap: 0.85rem;
  }

  .path-btn__icon-4613f655 {
    width: 42px;
    height: 42px;
  }

  .path-btn__title-4613f655 {
    font-size: 0.98rem;
  }
}
