:root {
  --ink: #161817;
  --obsidian: #101715;
  --emerald: #0f4a3f;
  --cypress: #1b6657;
  --champagne: #d9b76f;
  --copper: #b56b45;
  --pearl: #f7f2e8;
  --smoke: #eef1ed;
  --paper: #fffdf8;
  --line: rgba(22, 24, 23, .15);
  --muted: #666d69;
  --shadow: 0 28px 80px rgba(16, 23, 21, .18);
}

* {
  letter-spacing: 0;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 8%, rgba(217, 183, 111, .16), transparent 25rem),
    linear-gradient(180deg, var(--pearl), #fff);
  font-family: "Helvetica Neue", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--emerald);
  text-decoration: none;
}

.top-strip {
  color: rgba(255, 255, 255, .88);
  background: var(--obsidian);
  border-bottom: 1px solid rgba(217, 183, 111, .35);
  font-size: .86rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(16, 23, 21, .92);
  border-bottom: 1px solid rgba(217, 183, 111, .24);
  backdrop-filter: blur(18px);
}

.navbar {
  padding-block: .8rem;
}

.navbar-brand {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  line-height: .92;
  max-width: 520px;
  white-space: normal;
}

.navbar-brand span:last-child {
  font-size: 25px;
  font-weight: 500;
}

.brand-mark {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: grid;
  place-items: center;
  color: var(--obsidian);
  background: linear-gradient(135deg, #fff7dc, var(--champagne));
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(217, 183, 111, .14);
  font-family: Inter, system-ui, sans-serif;
  font-size: .9rem;
  font-weight: 950;
}

.nav-link {
  color: rgba(255, 255, 255, .82);
  font-size: .92rem;
  font-weight: 800;
  padding: .55rem .78rem !important;
  border-radius: 999px;
}

.nav-link:hover,
.nav-link.active,
.dropdown-toggle.show {
  color: var(--obsidian) !important;
  background: var(--champagne);
}

.dropdown-menu {
  border: 1px solid rgba(217, 183, 111, .28);
  border-radius: 0;
  padding: .55rem;
  background: #111b18;
  box-shadow: var(--shadow);
}

.dropdown-item {
  color: rgba(255, 255, 255, .84);
  border-radius: 0;
  font-weight: 750;
}

.dropdown-item:hover {
  color: var(--obsidian);
  background: var(--champagne);
}

.navbar-toggler {
  border-color: rgba(217, 183, 111, .45);
  background: var(--champagne);
}

.btn {
  border-radius: 999px;
  font-weight: 850;
}

.btn-primary {
  --bs-btn-bg: var(--champagne);
  --bs-btn-border-color: var(--champagne);
  --bs-btn-color: var(--obsidian);
  --bs-btn-hover-bg: #c8a65d;
  --bs-btn-hover-border-color: #c8a65d;
  --bs-btn-hover-color: var(--obsidian);
}

.btn-warning {
  --bs-btn-bg: var(--copper);
  --bs-btn-border-color: var(--copper);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #9d5a38;
  --bs-btn-hover-border-color: #9d5a38;
  --bs-btn-hover-color: #fff;
}

.btn-outline-primary {
  --bs-btn-color: var(--emerald);
  --bs-btn-border-color: var(--emerald);
  --bs-btn-hover-bg: var(--emerald);
  --bs-btn-hover-border-color: var(--emerald);
}

.hero {
  min-height: 88vh;
  display: grid;
  align-items: center;
  padding: 7rem 0 5rem;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(16, 23, 21, .96) 0 42%, rgba(15, 74, 63, .76) 43% 62%, rgba(16, 23, 21, .16) 63%),
    url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1800&q=82&fm=webp") center / cover;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 2rem;
  border: 1px solid rgba(217, 183, 111, .34);
  pointer-events: none;
}

.hero::after {
  content: "Bay Hill";
  position: absolute;
  right: clamp(1rem, 6vw, 7rem);
  bottom: 4rem;
  color: rgba(217, 183, 111, .24);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: .8;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0;
}

.hero h1 {
  max-width: 820px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 50px);
  line-height: 1.2;
  font-weight: 500;
}

.hero-copy {
  max-width: 700px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.75;
}

.eyebrow {
  color: var(--copper);
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 950;
}

.hero .eyebrow {
  color: var(--champagne) !important;
}

.hero-panel {
  max-width: 660px;
  margin-top: 1.45rem;
  padding: 1.25rem 1.35rem;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(217, 183, 111, .28);
  border-left: 5px solid var(--champagne);
  backdrop-filter: blur(12px);
}

.hero-panel a {
  color: #fff !important;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.4rem;
}

.glass-card {
  color: #fff;
  background: rgba(16, 23, 21, .58);
  border: 1px solid rgba(217, 183, 111, .3);
  padding: .7rem .95rem;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.hero .actions {
  justify-content: flex-start !important;
}

.section-pad {
  padding: 5.75rem 0;
}

.section-title {
  color: var(--obsidian);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4.4vw, 30px);
  line-height: 1.2;
  font-weight: 500;
}

.lead {
  color: #444b48;
  line-height: 1.78;
}

.muted {
  color: var(--muted);
}

.alt-band {
  background:
    linear-gradient(135deg, rgba(238, 241, 237, .9), rgba(247, 242, 232, .96)),
    radial-gradient(circle at 20% 30%, rgba(217, 183, 111, .16), transparent 30rem);
  border-block: 1px solid var(--line);
}

.dark-band {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(16, 23, 21, .96), rgba(15, 74, 63, .88)),
    url("https://images.unsplash.com/photo-1600047509358-9dc75507daeb?auto=format&fit=crop&w=1800&q=80&fm=webp") center / cover;
}

.dark-band .section-title,
.dark-band .eyebrow {
  color: #fff;
}

.dark-band .muted {
  color: rgba(255, 255, 255, .76);
}

.feature-panel,
.program-card,
.blog-card,
.calc-shell,
.toc-box,
.article-cta {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 1.45rem;
  box-shadow: 0 18px 48px rgba(16, 23, 21, .08);
}

.program-card,
.blog-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.program-card:hover,
.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 183, 111, .58);
  box-shadow: var(--shadow);
}

.program-card::before {
  content: "";
  display: block;
  height: 2px;
  margin: -.2rem 0 1.05rem;
  background: linear-gradient(90deg, var(--champagne), transparent);
}

.program-card h3,
.blog-card h2,
.feature-panel h2,
.feature-panel h3 {
  color: var(--obsidian);
}

.calc-shell {
  background: linear-gradient(180deg, #fff, var(--pearl));
  border-top: 5px solid var(--emerald);
}

.form-control {
  border-radius: 0;
  border-color: rgba(16, 23, 21, .22);
  padding: .76rem .95rem;
}

.form-control:focus {
  border-color: var(--champagne);
  box-shadow: 0 0 0 .2rem rgba(217, 183, 111, .18);
}

.result-box {
  background: var(--smoke);
  border: 1px solid var(--line);
  padding: 1rem;
}

.link-grid {
  background: #fff;
  border: 1px solid var(--line);
  padding: .75rem 1.2rem;
  box-shadow: 0 14px 38px rgba(16, 23, 21, .07);
}

.link-grid a {
  display: flex;
  justify-content: space-between;
  padding: .95rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--obsidian);
  font-weight: 850;
}

.link-grid a::after {
  content: "›";
  color: var(--champagne);
  font-size: 1.2rem;
}

.link-grid a:last-child {
  border-bottom: 0;
}

.page-hero {
  padding: 6.5rem 0 4.5rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(16, 23, 21, .96), rgba(15, 74, 63, .92)),
    radial-gradient(circle at 80% 20%, rgba(217, 183, 111, .24), transparent 30%);
}

.page-hero h1 {
  max-width: 900px;
  font-family: Georgia, "Times New Roman", serif;
}
.page-hero .lead{
  color: #fff;
}

.article-wrap {
  max-width: 920px;
}

.article-wrap h2,
.article-wrap h3 {
  margin-top: 2.15rem;
  color: var(--obsidian);
}

.toc-box {
  background: var(--smoke);
  border-left: 5px solid var(--champagne);
}

.article-cta {
  margin: 1.75rem 0;
  background: linear-gradient(135deg, var(--pearl), #fff);
  border-color: rgba(217, 183, 111, .32);
}

.accordion-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0 !important;
  margin-bottom: .75rem;
}

.accordion-button {
  color: var(--obsidian);
  background: #fff;
  font-weight: 850;
}

.accordion-button:not(.collapsed) {
  color: var(--obsidian);
  background: var(--champagne);
  box-shadow: none;
}

.site-footer {
  color: rgba(255, 255, 255, .76);
  background: linear-gradient(135deg, #0f1715, #07100e);
  border-top: 1px solid rgba(217, 183, 111, .35);
}

.site-footer a {
  color: rgba(255, 255, 255, .88);
}

.site-footer h3,
.site-footer strong {
  color: #fff;
}

.sticky-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: none;
  background: rgba(16, 23, 21, .94);
  border-top: 1px solid rgba(217, 183, 111, .35);
  padding: .65rem;
  box-shadow: 0 -18px 44px rgba(16, 23, 21, .22);
  backdrop-filter: blur(14px);
}

.columns-list {
  columns: 2;
}

.modal-content {
  border: 1px solid rgba(217, 183, 111, .3);
  border-radius: 0;
  background: var(--paper);
  box-shadow: var(--shadow);
}

@media (max-width: 1399.98px) {
  .navbar-brand span:last-child {
    font-size: 45px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-brand {
    max-width: 420px;
  }
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    padding: 5.5rem 0 3.75rem;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .section-pad {
    padding: 3.75rem 0;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 76px;
  }

  .top-strip .container {
    justify-content: center !important;
    text-align: center;
  }

  .navbar-brand {
    max-width: 260px;
  }

  .navbar-brand span:last-child {
    font-size: 45px;
  }

  .sticky-mobile-cta {
    display: block;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .columns-list {
    columns: 1;
  }
}
