:root {
  --midnight-navy: #0c1424;
  --regal-gold: #d5b26e;
  --platinum-grey: #c9cdd4;
  --soft-ivory: #f5f2ea;
  --deep-slate: #1f2937;
  --royal-merlot: #6b2f3a;

  --font-serif: "Playfair Display", serif;
  --font-sans: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

html,
body,
.fox-body {
  overflow-x: hidden;
}

body.fox-body {
  font-family: var(--font-sans);
  background: var(--midnight-navy);
  color: var(--soft-ivory);
}

a {
  text-decoration: none;
}

.fox-container {
  padding-left: 40px;
  padding-right: 40px;
}

.fox-inner-container {
  padding-left: 20px;
  padding-right: 20px;
}

.fox-navbar {
  background: rgba(12, 20, 36, 0.92);
  border-bottom: 1px solid rgba(213, 178, 110, 0.15);
  backdrop-filter: blur(12px);
  padding: 18px 0;
}

.fox-brand {
  gap: 14px;
}

.fox-brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(213, 178, 110, 0.95) 0%, rgba(213, 178, 110, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--midnight-navy);
    font-family: var(--font-serif);
    font-weight: 900;
    font-size: 1.3rem;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease;
}

.fox-brand:hover .fox-brand-mark {
  transform: translateY(-2px);
}

.fox-brand-name {
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.4px;
  color: var(--soft-ivory);
  line-height: 1.1;
}

.fox-brand-tagline {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: rgba(201, 205, 212, 0.9);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 2px;
}

.fox-nav-links {
  gap: 6px;
}

.fox-nav-link {
  color: rgba(245, 242, 234, 0.74) !important;
  padding: 10px 16px !important;
  border-radius: 0;
  transition: color 0.25s ease, opacity 0.25s ease;
  font-weight: 500;
  position: relative;
}

.fox-nav-link::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 1px;
  background: rgba(213, 178, 110, 0.55);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.fox-nav-link.active {
  color: var(--soft-ivory) !important;
}

.fox-nav-link.active::after {
  transform: scaleX(1);
}

.fox-nav-link:hover {
  color: var(--soft-ivory) !important;
}

.fox-nav-link:hover::after {
  transform: scaleX(1);
}

.fox-nav-cta {
  display: inline-block;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(213, 178, 110, 0.28);
  color: var(--regal-gold);
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.fox-nav-cta:hover {
  transform: translateY(-1px);
  background: rgba(213, 178, 110, 0.06);
  border-color: rgba(213, 178, 110, 0.45);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.fox-section {
  padding: 100px 0;
}

.fox-section-ivory {
  background: var(--soft-ivory);
  color: var(--deep-slate);
}

.fox-section-navy {
  background: var(--midnight-navy);
  position: relative;
}

.fox-section-cta {
  background: var(--soft-ivory);
  position: relative;
}

.fox-section.fox-section-cta {
  padding: 36px 0 60px !important;
}

.fox-jump-card {
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(31, 41, 55, 0.1);
  border-radius: 24px;
  padding: 28px 24px;
  color: var(--deep-slate);
  box-shadow: 0 12px 30px rgba(12, 20, 36, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
  cursor: pointer;
}

.fox-jump-card:hover {
  transform: none;
  box-shadow: 0 12px 30px rgba(12, 20, 36, 0.05); /* same as default */
  border-color: rgba(31, 41, 55, 0.1); /* same as default */
}

.fox-jump-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.fox-jump-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--regal-gold);
  letter-spacing: 0.02em;
}

.fox-jump-arrow {
  font-size: 1.15rem;
  color: rgba(31, 41, 55, 0.38);
  transition: transform 0.2s ease, color 0.2s ease;
}

.fox-jump-card:hover .fox-jump-arrow {
  transform: translateX(4px);
  color: var(--regal-gold);
}

.fox-cta-panel {
  position: relative;
  margin-top: 0;
}

.fox-section-navy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px circle at 15% 20%, rgba(213, 178, 110, 0.11), transparent 60%),
    radial-gradient(700px circle at 85% 30%, rgba(107, 47, 58, 0.1), transparent 58%),
    linear-gradient(180deg, #09101c 0%, #0c1424 100%);
  pointer-events: none;
}

.fox-section-navy > *,
.fox-section-cta > * {
  position: relative;
  z-index: 1;
}

.fox-eyebrow {
  display: inline-block;
  border: 1px solid rgba(213, 178, 110, 0.25);
  background: rgba(31, 41, 55, 0.35);
  color: rgba(201, 205, 212, 0.95);
  padding: 8px 18px;
  border-radius: 999px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-bottom: 24px;
}

.fox-eyebrow-dark {
  background: rgba(31, 41, 55, 0.08);
  border: 1px solid rgba(31, 41, 55, 0.15);
  color: rgba(31, 41, 55, 0.65);
}

.fox-h2,
.fox-learn-title {
  font-family: var(--font-serif);
  font-weight: 800;
  color: var(--soft-ivory);
  line-height: 1.08;
}

.fox-learn-title {
  font-size: clamp(2.6rem, 4.8vw, 5rem);
  color: var(--deep-slate);
  margin-bottom: 20px;
  max-width: 720px;
}

.fox-h2 {
  font-size: 3.4rem;
  margin-bottom: 22px;
}

.fox-h2-dark {
  color: var(--deep-slate);
}

.fox-h2-sm {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
}

.fox-subhead {
  color: rgba(201, 205, 212, 0.86);
  font-size: 1.18rem;
  line-height: 1.9;
  max-width: 660px;
}

.fox-subhead-dark {
  color: rgba(31, 41, 55, 0.85);
}

.fox-learn-subhead {
  max-width: 720px;
}

.fox-market-label,
.fox-strategy-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--regal-gold);
  margin-bottom: 12px;
}

.fox-btn {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 14px 28px;
  transition: transform 0.2s ease, box-shadow 0.25s ease,
    background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fox-btn-gold {
  background: var(--regal-gold);
  border: 1px solid var(--regal-gold);
  color: var(--midnight-navy);
  box-shadow: 0 8px 20px rgba(12, 20, 36, 0.12);
}

.fox-btn-gold:hover {
  transform: translateY(-2px);
  background: #dcc081;
  border-color: #dcc081;
}

.fox-btn-outline {
  background: transparent;
  border: 1px solid rgba(201, 205, 212, 0.25);
  color: var(--soft-ivory);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.fox-btn-outline:hover {
  transform: translateY(-2px);
  border-color: rgba(213, 178, 110, 0.45);
  background: rgba(213, 178, 110, 0.06);
}

.fox-hero-cta-wrap {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.fox-intro-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fox-intro-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(31, 41, 55, 0.78);
  line-height: 1.75;
}

.fox-intro-point span:first-child {
  color: var(--regal-gold);
  flex-shrink: 0;
}

.fox-section-jumpnav {
  padding-top: 20px;
}

.fox-jump-kicker {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1;
  color: var(--regal-gold);
  margin-bottom: 14px;
}

.fox-jump-card h3,
.fox-strategy-card h3 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.fox-jump-card p,
.fox-strategy-card p {
  margin: 0;
  color: rgba(31, 41, 55, 0.72);
  line-height: 1.75;
}

.fox-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: var(--deep-slate);
  --bs-accordion-active-bg: transparent;
}

.fox-accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(31, 41, 55, 0.1);
}

.fox-accordion-button {
  background: transparent;
  color: var(--deep-slate);
  padding: 28px 54px 28px 0;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1.25;
  box-shadow: none;
}

.fox-accordion-button:not(.collapsed) {
  color: var(--deep-slate);
  background: transparent;
  box-shadow: none;
}

.fox-accordion-button::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--regal-gold);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: none !important;
}

.fox-accordion-button:not(.collapsed)::after {
  content: "−";
}

.fox-accordion-body {
  padding: 0 70px 28px 0;
  color: rgba(31, 41, 55, 0.78);
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 860px;
}

.fox-accordion-navy {
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: var(--soft-ivory);
  --bs-accordion-active-bg: transparent;
}

.fox-accordion-item-navy {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(201, 205, 212, 0.12);
}

.fox-accordion-button-navy {
  background: transparent;
  color: var(--soft-ivory);
  padding: 28px 54px 28px 0;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1.25;
  box-shadow: none;
}

.fox-accordion-button-navy:not(.collapsed) {
  color: var(--soft-ivory);
  background: transparent;
  box-shadow: none;
}

.fox-accordion-button-navy::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--regal-gold);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: none !important;
}

.fox-accordion-button-navy:not(.collapsed)::after {
  content: "−";
}

.fox-accordion-body-navy {
  padding: 0 70px 28px 0;
  color: rgba(201, 205, 212, 0.84);
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 860px;
}

.fox-strategy-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(201, 205, 212, 0.1);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.fox-strategy-card-body {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 6.8em;
}

.fox-strategy-card:hover {
  transform: translateY(-4px);
  border-color: rgba(213, 178, 110, 0.3);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.18);
}

.fox-strategy-card h3 {
  color: var(--soft-ivory);
}

.fox-strategy-card p {
  color: rgba(201, 205, 212, 0.84);
}

.fox-cta-panel {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 44px 36px;
  border-radius: 30px;
  background:
    radial-gradient(900px circle at 15% 20%, rgba(213, 178, 110, 0.08), transparent 60%),
    radial-gradient(700px circle at 85% 30%, rgba(107, 47, 58, 0.08), transparent 58%),
    linear-gradient(180deg, #09101c 0%, #0c1424 100%);
  border: 1px solid rgba(213, 178, 110, 0.14);
  box-shadow: 0 22px 48px rgba(12, 20, 36, 0.16);
}

.fox-cta-title,
.fox-cta-subhead {
  margin-left: auto;
  margin-right: auto;
}

.fox-cta-actions {
  justify-content: center;
  margin-top: 28px;
}

.fox-footer {
    background: #070C16;
    border-top: 1px solid rgba(213, 178, 110, 0.12);
    padding: 64px 0 48px 0;
}

.fox-footer-brand {
    font-family: var(--font-serif);
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--soft-ivory);
    margin-bottom: 18px;
}

.fox-footer-tagline {
  margin: 0 0 22px;
  color: rgba(201, 205, 212, 0.72);
  font-size: 1rem;
  line-height: 1.7;
}

.fox-footer-links {
  margin-bottom: 18px;
  color: rgba(201, 205, 212, 0.82);
}

.fox-footer-links a {
  color: rgba(201, 205, 212, 0.82);
  font-size: 0.94rem;
  transition: color 0.25s ease;
}

.fox-footer-links a:hover {
  color: var(--regal-gold);
}

.fox-footer-sep {
  color: rgba(201, 205, 212, 0.28);
  margin: 0 10px;
}

.fox-footer-small {
  font-size: 0.82rem;
  color: rgba(201, 205, 212, 0.58);
}

@media (max-width: 991px) {
  .fox-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fox-navbar {
    padding: 16px 0;
  }

  .navbar-collapse {
    margin-top: 0;
    padding: 0;
    border-top: 0;
  }

  .fox-nav-links {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid rgba(213, 178, 110, 0.12);
  }

  .fox-nav-links .nav-item.ms-lg-3 {
    margin-top: 10px !important;
    padding-top: 14px;
    border-top: 1px solid rgba(213, 178, 110, 0.12);
  }

  .fox-nav-link {
    padding: 12px 0 !important;
    text-align: left;
  }

  .fox-nav-link::after {
    left: 0;
    right: auto;
    width: 42px;
    bottom: 4px;
    transform-origin: left center;
  }

  .fox-nav-cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }

  .fox-section {
    padding: 70px 0;
  }

  .fox-learn-title {
    font-size: clamp(2.3rem, 8vw, 4rem);
  }

  .fox-accordion-button {
    font-size: 1.32rem;
    padding-right: 42px;
  }

  .fox-accordion-body {
    padding-right: 24px;
  }

  .fox-accordion-button-navy {
    font-size: 1.32rem;
    padding-right: 42px;
  }

  .fox-accordion-body-navy {
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .fox-h2,
  .fox-h2-sm {
    font-size: 2.45rem;
  }

  .fox-subhead {
    font-size: 1.05rem;
    line-height: 1.8;
  }

  .fox-footer-links {
    line-height: 2;
  }
}

@media (max-width: 576px) {
  .fox-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fox-section {
    padding: 40px 0;
  }

  .fox-btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }

  .fox-hero-cta-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .fox-h2,
  .fox-h2-sm,
  .fox-learn-title {
    font-size: 2.1rem;
  }

  .fox-jump-card,
  .fox-strategy-card,
  .fox-cta-panel {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .fox-accordion-button {
    font-size: 1.15rem;
    padding: 22px 36px 22px 0;
  }

  .fox-accordion-button::after {
    top: 18px;
    font-size: 1.4rem;
  }

  .fox-accordion-body {
    padding: 0 10px 22px 0;
    font-size: 0.96rem;
    line-height: 1.78;
  }

  .fox-accordion-button-navy {
    font-size: 1.15rem;
    padding: 22px 36px 22px 0;
  }

  .fox-accordion-button-navy::after {
    top: 18px;
    font-size: 1.4rem;
  }

  .fox-accordion-body-navy {
    padding: 0 10px 22px 0;
    font-size: 0.96rem;
    line-height: 1.78;
  }

  .fox-footer-sep {
    display: none;
  }

  .fox-footer-links a {
    display: inline-block;
    margin: 0 8px;
  }
}
