:root {
  --gold: #d8c08a;
  --gold-dark: #18382e;
  --ink: #10241d;
  --cream: #f3efe6;
  --clay: #315b49;
  --white: #fffaf0;
  --surface: rgba(255, 250, 240, 0.78);
  --line: rgba(24, 56, 46, 0.12);
  --shadow-soft: 0 24px 70px rgba(17, 56, 45, 0.13);
  --shadow-card: 0 16px 36px rgba(17, 56, 45, 0.09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1240px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 120px;
}

body {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(216, 192, 138, 0.28), transparent 24%),
    radial-gradient(circle at 20% 10%, rgba(17, 56, 45, 0.18), transparent 22%),
    linear-gradient(180deg, #fcfaf4 0%, var(--cream) 52%, #fffaf4 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.mobile-menu-open,
body:has(.mobile-menu[open]) {
  overflow: hidden;
  touch-action: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding-top: 20px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 18px;
  padding: 12px 16px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.70);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 20px 70px rgba(17, 40, 32, 0.10);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-family: var(--font-manrope, "Avenir Next"), "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-name {
  display: block;
  font-size: 1.06rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.brand-subline {
  display: block;
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6d7c73;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  background: #11382d url("../img/casepoint.png") center / 68% auto no-repeat;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 35px rgba(17, 56, 45, 0.28);
  color: transparent;
  font-size: 1rem;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #41554c;
  font-weight: 700;
}

.nav-links > a,
.nav-page-badge,
.desktop-menu-toggle {
  position: relative;
  white-space: nowrap;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.nav-links > a:hover,
.desktop-menu-toggle:hover {
  color: var(--ink);
  background: rgba(16, 36, 29, 0.05);
  border-color: transparent;
  box-shadow: none;
}

.nav-links > a.is-current,
.nav-page-badge.is-current,
.desktop-menu.is-current-section > .desktop-menu-toggle,
.desktop-menu[open] > .desktop-menu-toggle {
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.56), transparent 56%),
    linear-gradient(135deg, rgba(216,192,138,0.34), rgba(255,255,255,0.52));
  border-color: rgba(17,56,45,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.52), 0 14px 28px rgba(17,56,45,0.14);
}

.nav-page-badge {
  color: var(--gold-dark);
  background: rgba(255,255,255,0.34);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.desktop-menu {
  position: relative;
}

.desktop-menu summary {
  list-style: none;
}

.desktop-menu summary::-webkit-details-marker {
  display: none;
}

.desktop-menu-toggle {
  gap: 10px;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.desktop-menu-toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.desktop-menu[open] .desktop-menu-toggle::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.desktop-menu-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 18px);
  width: min(760px, calc(100vw - 80px));
  padding: 18px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(242, 238, 226, 0.96));
  border: 1px solid rgba(17,56,45,0.14);
  box-shadow: 0 24px 70px rgba(17, 56, 45, 0.14);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  z-index: 60;
}

.desktop-menu-card {
  min-height: 176px;
  padding: 18px;
  border-radius: 24px;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 10px;
  white-space: normal;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,248,240,0.92));
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
  align-items: start;
  justify-content: start;
  text-align: left;
}

.desktop-menu-card:hover {
  transform: translateY(-2px);
  border-color: rgba(17,56,45,0.22);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,249,242,0.98));
  box-shadow: 0 16px 30px rgba(17, 56, 45, 0.10);
}

.desktop-menu-card.is-current {
  border-color: rgba(17,56,45,0.22);
  background:
    radial-gradient(circle at top right, rgba(216,192,138,0.18), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,247,236,0.98));
}

.desktop-menu-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17,56,45,0.10);
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-menu-card strong {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.06rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ink);
  white-space: normal;
  overflow-wrap: anywhere;
}

.desktop-menu-card p {
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(11,11,13,0.68);
  white-space: normal;
  overflow-wrap: anywhere;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-actions .btn {
  min-height: 40px;
  padding: 0 20px;
  font-size: 0.9rem;
  box-shadow: 0 16px 34px rgba(16,36,29,0.26);
}

.nav-actions .btn-primary {
  background: #10241d;
}

.nav-actions .btn-primary:hover {
  background: #18382e;
}

.mobile-menu {
  display: none;
  position: relative;
  margin-left: auto;
  flex-shrink: 0;
}

.mobile-menu summary {
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu-toggle {
  min-height: 50px;
  min-width: 50px;
  padding: 0 18px 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(11,11,13,0.08);
  background: rgba(255,255,255,0.82);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(11,11,13,0.08);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.mobile-menu-toggle::before,
.mobile-menu-toggle::after,
.mobile-menu-toggle-label::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-menu-toggle::before {
  transform: translateY(-5px);
}

.mobile-menu-toggle::after {
  transform: translateY(5px);
}

.mobile-menu-toggle-label {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.mobile-menu-toggle-label::after {
  width: 0;
  height: 0;
}

.mobile-menu[open] .mobile-menu-toggle {
  background: rgba(17,56,45,0.96);
  color: var(--white);
  border-color: rgba(17,56,45,0.12);
  box-shadow: 0 16px 36px rgba(17,56,45,0.22);
}

.mobile-menu[open] .mobile-menu-toggle::before {
  transform: translateY(1px) rotate(45deg);
}

.mobile-menu[open] .mobile-menu-toggle::after {
  transform: translateY(-1px) rotate(-45deg);
}

.mobile-menu[open] .mobile-menu-toggle-label {
  opacity: 0.92;
}

.mobile-menu-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(360px, calc(100vw - 24px));
  margin-top: 14px;
  padding: 18px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.88));
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 12px;
  z-index: 50;
  max-height: min(72vh, calc(100dvh - 120px));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-links,
.mobile-menu-legal {
  display: grid;
  gap: 8px;
}

.mobile-menu-links a,
.mobile-menu-legal a {
  min-height: 52px;
  padding: 0 16px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(247,241,232,0.92);
  border: 1px solid rgba(11,11,13,0.05);
  color: rgba(11,11,13,0.84);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mobile-menu-links a::after,
.mobile-menu-legal a::after {
  content: "›";
  font-size: 1.1rem;
  color: rgba(49, 91, 73, 0.72);
}

.mobile-menu-links a:hover,
.mobile-menu-legal a:hover {
  transform: translateX(2px);
  background: rgba(255,255,255,0.98);
  border-color: rgba(17,56,45,0.22);
}

.mobile-menu-links a.is-current {
  background: linear-gradient(135deg, rgba(17,56,45,0.14), rgba(255,255,255,0.96));
  border-color: rgba(17,56,45,0.18);
  color: var(--ink);
}

.mobile-menu-actions {
  display: grid;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(11,11,13,0.08);
}

.mobile-menu-caption {
  margin-top: 2px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.nav-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  padding: 0 0 16px;
  color: rgba(11,11,13,0.58);
  font-size: 0.88rem;
}

.nav-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.nav-legal-links a:hover {
  color: var(--ink);
}

.nav-legal-copy {
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #11382d 0%, #10241d 100%);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(17, 56, 45, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 24px 44px rgba(17, 56, 45, 0.34);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink);
  border-color: rgba(11, 11, 13, 0.08);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(11, 11, 13, 0.12);
}

.hero {
  position: relative;
  padding: 80px 0 60px;
  overflow: clip;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  pointer-events: none;
  z-index: 0;
}

.hero::before {
  width: 420px;
  height: 420px;
  right: -90px;
  top: -80px;
  background: radial-gradient(circle, rgba(216, 192, 138, 0.32), transparent 60%);
  animation: driftGlow 11s ease-in-out infinite;
}

.hero::after {
  width: 320px;
  height: 320px;
  left: -80px;
  bottom: -60px;
  background: radial-gradient(circle, rgba(17, 56, 45, 0.18), transparent 62%);
  animation: driftGlow 13s ease-in-out infinite reverse;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 38px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.52);
  border: 1px solid rgba(11, 11, 13, 0.06);
  box-shadow: 0 8px 20px rgba(11,11,13,0.04);
  font-size: 0.94rem;
  color: rgba(16,36,29,0.82);
  animation: fadeUp 0.85s var(--ease) both;
}

.hero-copy > h1,
.hero-copy > p,
.hero-actions,
.hero-trust {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.9s var(--ease) forwards;
}

.hero-copy > h1 { animation-delay: 0.08s; }
.hero-claim { animation-delay: 0.16s; font-size: 1.15rem; font-style: italic; color: rgba(11,11,13,0.55); margin-top: -8px; }
.hero-copy > p { animation-delay: 0.18s; }
.hero-actions { animation-delay: 0.28s; }
.hero-trust { animation-delay: 0.38s; }

.hero h1 {
  margin-top: 22px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
  max-width: 12ch;
}

.hero h1 span {
  color: var(--gold-dark);
  position: relative;
}

.hero h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 16px;
  background: linear-gradient(90deg, rgba(216,192,138,0.50), rgba(216,192,138,0));
  z-index: -1;
  border-radius: 999px;
  transform: scaleX(0.2);
  transform-origin: left;
  animation: underlineGrow 1s var(--ease) 0.65s forwards;
}

.hero p {
  margin-top: 24px;
  max-width: 620px;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: rgba(11, 11, 13, 0.76);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-actions-static {
  margin-top: 24px;
  opacity: 1;
  transform: none;
  animation: none;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: rgba(11,11,13,0.65);
  font-size: 0.96rem;
}

.hero-trust span {
  position: relative;
  padding-left: 18px;
}

.hero-trust span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #11382d;
  transform: translateY(-50%);
}

.hero-panel-wrap {
  position: relative;
  opacity: 0;
  transform: translateY(24px) scale(.98);
  animation: panelReveal 1.05s var(--ease) 0.18s forwards;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  z-index: 0;
}

.orb.one {
  width: 140px;
  height: 140px;
  top: -26px;
  right: 14px;
  background: radial-gradient(circle, rgba(216,192,138,0.46), rgba(216,192,138,0));
  animation: floatOrb 7s ease-in-out infinite;
}

.orb.two {
  width: 110px;
  height: 110px;
  bottom: 30px;
  left: -20px;
  background: radial-gradient(circle, rgba(17,56,45,0.30), rgba(17,56,45,0));
  animation: floatOrb 8.5s ease-in-out infinite reverse;
}

.hero-panel {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.54));
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.18s ease-out;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(216, 192, 138, 0.24), transparent 30%);
  pointer-events: none;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 36px;
  background: linear-gradient(125deg, rgba(255,255,255,0.32), transparent 24%, transparent 60%, rgba(255,255,255,0.22));
  pointer-events: none;
  mix-blend-mode: screen;
}

.app-window {
  position: relative;
  z-index: 1;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(11, 11, 13, 0.06);
  border-radius: 30px;
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 25px 60px rgba(11,11,13,0.08);
  overflow: hidden;
}

.app-window::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -40%;
  width: 60%;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.46), transparent);
  transform: rotate(10deg);
  animation: sheen 6s linear infinite;
  pointer-events: none;
}

.window-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.window-dots {
  display: flex;
  gap: 8px;
}

.window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(11,11,13,0.12);
}

.window-chip {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(17, 56, 45, 0.10);
  color: var(--gold-dark);
  font-size: 0.86rem;
  font-weight: 700;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
}

.booking-card {
  display: grid;
  gap: 14px;
}

.booking-hero {
  background: linear-gradient(135deg, rgba(17, 56, 45, 0.97), rgba(16, 36, 29, 0.97));
  color: var(--white);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 34px rgba(17, 56, 45, 0.24);
  transform: translateZ(30px);
}

.booking-hero small {
  opacity: 0.8;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.78rem;
}

.booking-hero h3 {
  margin-top: 8px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.booking-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.meta-box,
.slot,
.mini-card,
.feature-card,
.quote-card,
.plan,
.cta-panel {
  background: rgba(255,255,255,0.74);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.meta-box {
  border-radius: 20px;
  padding: 18px;
}

.meta-box strong,
.mini-card strong,
.feature-card h3,
.plan h3,
.cta-panel h2,
.cta-box-title {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  letter-spacing: -0.03em;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.slot {
  min-height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: rgba(11,11,13,0.78);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
  animation: pulseSlot 5s ease-in-out infinite;
}

.slot:nth-child(2) { animation-delay: .4s; }
.slot:nth-child(4) { animation-delay: .8s; }
.slot:nth-child(6) { animation-delay: 1.1s; }

.slot:hover {
  transform: translateY(-2px);
  background: rgba(17,56,45,0.10);
  color: var(--ink);
}

.slot.active {
  background: #11382d;
  color: var(--white);
}

.section {
  padding: 56px 0;
}

.section-title {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 30px;
}

.resource-spotlight + .section-title {
  margin-top: clamp(56px, 7vw, 92px);
}

.section-title-compact {
  margin-bottom: 0;
}

.section-title .label {
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  font-weight: 800;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.section-title h2 {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.section-title p {
  font-size: 1.08rem;
  color: rgba(11,11,13,0.74);
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.audience-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}

.audience-link-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(216,192,138,0.22), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.76));
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: var(--shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.audience-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(11,11,13,0.1);
  border-color: rgba(17,56,45,0.22);
}

.audience-link-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17,56,45,0.10);
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.audience-link-card strong {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.audience-link-card p {
  color: rgba(11,11,13,0.72);
  overflow-wrap: anywhere;
}

.screen-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.page-hero {
  padding: 72px 0 36px;
}

.page-hero-card {
  padding: clamp(28px, 5vw, 48px);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(216,192,138,0.28), transparent 28%),
    radial-gradient(circle at left center, rgba(17,56,45,0.10), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.72));
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: var(--shadow-soft);
}

.page-hero-card h1 {
  margin-top: 14px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  max-width: 11ch;
  text-wrap: balance;
}

.page-hero-card p {
  margin-top: 18px;
  max-width: 60ch;
  color: rgba(11,11,13,0.74);
  font-size: 1.08rem;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.resource-spotlight {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: stretch;
}

.resource-spotlight-main,
.resource-spotlight-side {
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.resource-spotlight-main {
  background:
    radial-gradient(circle at top right, rgba(216,192,138,0.24), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.76));
  border: 1px solid rgba(11,11,13,0.06);
}

.resource-spotlight-main h3,
.resource-card h3,
.article-hero-card h1,
.article-body h2,
.article-body h3,
.article-sidebar-card h3,
.related-reading-card h3 {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  letter-spacing: -0.04em;
}

.resource-spotlight-main h3 {
  margin-top: 14px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 0.98;
  max-width: 14ch;
}

.resource-spotlight-main p {
  margin-top: 16px;
  max-width: 62ch;
  color: rgba(11,11,13,0.74);
}

.resource-spotlight-points {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.resource-spotlight-points li {
  list-style: none;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(11,11,13,0.06);
  color: rgba(11,11,13,0.78);
}

.resource-spotlight-points strong {
  display: block;
  margin-bottom: 4px;
}

.resource-spotlight-side {
  background: linear-gradient(160deg, rgba(17,56,45,0.98), rgba(16,36,29,0.97));
  color: var(--white);
  display: grid;
  align-content: start;
  gap: 14px;
}

.resource-spotlight-side p,
.resource-spotlight-side li {
  color: rgba(255,255,255,0.78);
}

.resource-spotlight-side ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.resource-spotlight-side li::before {
  content: "•";
  color: #d8c08a;
  margin-right: 10px;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.resource-card,
.related-reading-card {
  display: grid;
  gap: 12px;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.72));
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: var(--shadow-card);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.resource-card:hover,
.related-reading-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(11,11,13,0.1);
  border-color: rgba(17,56,45,0.22);
}

.resource-card.is-muted {
  opacity: 0.95;
}

.resource-card h3,
.related-reading-card h3 {
  font-size: 1.26rem;
  line-height: 1.08;
}

.resource-card p,
.related-reading-card p,
.article-sidebar-card p,
.article-body p,
.article-body td,
.article-body li {
  color: rgba(11,11,13,0.76);
}

.resource-card-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(11,11,13,0.07);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold-dark);
}

.resource-kicker,
.article-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17,56,45,0.10);
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.article-shell {
  display: grid;
  gap: 34px;
}

.article-hero-card {
  padding: clamp(28px, 5vw, 44px);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(216,192,138,0.28), transparent 28%),
    radial-gradient(circle at left center, rgba(17,56,45,0.10), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.76));
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: var(--shadow-soft);
}

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(11,11,13,0.52);
  font-size: 0.9rem;
}

.article-breadcrumb span {
  color: rgba(11,11,13,0.3);
}

.article-hero-card h1 {
  margin-top: 14px;
  font-size: clamp(2.5rem, 4.4vw, 4.4rem);
  line-height: 0.95;
  max-width: 12ch;
}

.article-hero-card p {
  margin-top: 18px;
  max-width: 68ch;
  color: rgba(11,11,13,0.74);
  font-size: 1.08rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}

.article-body {
  min-width: 0;
  padding: 32px;
  border-radius: 30px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: var(--shadow-soft);
}

.article-body h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.05;
  margin-top: 46px;
  margin-bottom: 16px;
}

.article-body h2:first-of-type {
  margin-top: 0;
}

.article-body h3 {
  font-size: 1.2rem;
  line-height: 1.15;
  margin-top: 28px;
  margin-bottom: 10px;
}

.article-body p {
  font-size: 1.04rem;
  line-height: 1.72;
  margin-bottom: 16px;
}

.article-body ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 16px 0 22px;
  padding: 0;
}

.article-body li {
  position: relative;
  padding-left: 20px;
  line-height: 1.62;
}

.article-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #11382d;
}

.article-intro {
  font-size: 1.16rem;
  color: rgba(11,11,13,0.78);
  line-height: 1.7;
  padding-bottom: 28px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(11,11,13,0.08);
}

.article-highlight {
  margin: 28px 0;
  padding: 22px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.78));
  border: 1px solid rgba(17,56,45,0.18);
}

.article-highlight strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
}

.comparison-table-wrap {
  margin: 26px 0 10px;
  overflow-x: auto;
}

.article-body table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border-spacing: 0;
  background: rgba(255,255,255,0.86);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(11,11,13,0.06);
}

.article-body th,
.article-body td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(11,11,13,0.06);
  line-height: 1.55;
}

.article-body th {
  background: rgba(243,239,230,0.78);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}

.article-body tr:last-child td {
  border-bottom: none;
}

.article-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.article-sidebar-card {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.76));
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: var(--shadow-card);
}

.article-sidebar-card h3 {
  font-size: 1.06rem;
  margin-bottom: 12px;
}

.article-toc {
  list-style: none;
  display: grid;
  gap: 8px;
  padding: 0;
}

.article-toc a {
  display: block;
  padding: 9px 12px;
  border-radius: 12px;
  color: rgba(11,11,13,0.68);
  transition: background 0.2s ease, color 0.2s ease;
}

.article-toc a:hover {
  background: rgba(17,56,45,0.10);
  color: var(--ink);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  color: rgba(11,11,13,0.58);
  font-size: 0.92rem;
}

.related-reading-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.focus-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  align-items: stretch;
}

.focus-panel,
.focus-dark {
  border-radius: 30px;
  padding: 28px;
}

.focus-panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.72));
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: var(--shadow-soft);
}

.focus-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.focus-row {
  display: grid;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(11,11,13,0.06);
}

.focus-row strong {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  display: block;
  line-height: 1.15;
  white-space: normal;
}

.focus-dark {
  background: linear-gradient(160deg, rgba(17,56,45,0.98), rgba(16,36,29,0.97));
  color: var(--white);
  box-shadow: var(--shadow-soft);
  display: grid;
  align-content: start;
  gap: 16px;
}

.focus-dark h3 {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 12ch;
  text-wrap: balance;
}

.focus-dark p,
.focus-dark li {
  color: rgba(255,255,255,0.78);
}

.focus-dark ul {
  list-style: none;
  display: grid;
  gap: 12px;
}

.focus-dark ul li::before {
  content: "•";
  color: #d8c08a;
  margin-right: 10px;
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.template-card {
  border-radius: 26px;
  padding: 24px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: var(--shadow-soft);
}

.template-card h3 {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.template-card p {
  margin-top: 10px;
  color: rgba(11,11,13,0.72);
  overflow-wrap: anywhere;
}

.template-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.template-card ul li::before {
  content: "✓";
  color: var(--gold-dark);
  margin-right: 10px;
  font-weight: 800;
}

.screen-card {
  border-radius: 30px;
  padding: 22px;
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 16px;
  overflow: hidden;
}

.screen-card img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: 0 18px 36px rgba(11,11,13,0.08);
}

.screen-card-wide,
.screen-card-dashboard {
  grid-column: 1 / -1;
}

.screen-card-wide img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.screen-copy {
  display: grid;
  gap: 8px;
}

.screen-copy h3 {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.screen-copy p {
  color: rgba(11,11,13,0.72);
  max-width: 52ch;
}

.screen-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17,56,45,0.10);
  color: var(--gold-dark);
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.feature-card {
  border-radius: 28px;
  padding: 26px;
  min-height: 280px;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(11,11,13,0.08);
}

.feature-card::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216,192,138,0.22), transparent 68%);
}

.icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(17, 56, 45, 0.10);
  color: var(--gold-dark);
  font-weight: 800;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  margin-bottom: 18px;
}

.feature-card h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.feature-card p {
  color: rgba(11,11,13,0.74);
}

.showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.showcase-panel,
.quote-card,
.plan,
.cta-panel {
  border-radius: 30px;
  padding: 28px;
}

.showcase-panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.62));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.timeline {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.timeline-row {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(11,11,13,0.06);
}

.timeline-row strong {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.timeline-row .tag {
  height: 32px;
  width: 120px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(17, 56, 45, 0.10);
  color: var(--clay);
  font-size: 0.85rem;
  font-weight: 700;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.quote-card {
  background: linear-gradient(135deg, rgba(17,56,45,0.98), rgba(16,36,29,0.96));
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.quote-card blockquote {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  max-width: 14ch;
}

.quote-person {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.quote-person img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.14);
}

.quote-person-copy {
  display: grid;
  gap: 4px;
}

.quote-person-copy strong {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.quote-person-copy span {
  color: rgba(255,255,255,0.66);
  font-size: 0.92rem;
}

.quote-card p {
  margin-top: 18px;
  color: rgba(255,255,255,0.7);
  max-width: 42ch;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.mini-card {
  position: relative;
  border-radius: 24px;
  padding: 58px 22px 24px;
  min-height: 180px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06)),
    rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 14px 30px rgba(0,0,0,0.14);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.mini-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(216,192,138,0.20), transparent 42%);
  pointer-events: none;
}

.mini-card::after {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(216,192,138,1), rgba(244,230,196,0.95));
  box-shadow: 0 10px 18px rgba(216,192,138,0.28);
}

.mini-card:nth-child(1)::after {
  content: "01";
}

.mini-card:nth-child(2)::after {
  content: "02";
}

.mini-card:nth-child(3)::after {
  content: "03";
}

.mini-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216,192,138,0.34);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.09)),
    rgba(255,255,255,0.11);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 22px 42px rgba(0,0,0,0.18);
}

.mini-card strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.16rem;
  margin-bottom: 12px;
  color: var(--white);
}

.mini-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,0.76);
  line-height: 1.65;
}

.plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  align-items: start;
}

.trust-panel {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: stretch;
}

.trust-copy,
.trust-card {
  border-radius: 30px;
  padding: 30px;
  border: 1px solid var(--line);
}

.trust-copy {
  background:
    radial-gradient(circle at top left, rgba(216,192,138,0.24), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
  box-shadow: var(--shadow-soft);
}

.trust-copy h2 {
  margin-top: 10px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 12ch;
}

.trust-copy > p {
  margin-top: 16px;
  max-width: 60ch;
  color: rgba(11,11,13,0.74);
  font-size: 1.05rem;
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.trust-point {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(11,11,13,0.06);
}

.trust-point strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.trust-point p {
  color: rgba(11,11,13,0.72);
}

.trust-card {
  background: linear-gradient(160deg, rgba(17,56,45,0.98), rgba(16,36,29,0.97));
  color: var(--white);
  box-shadow: var(--shadow-soft);
  display: grid;
  align-content: start;
  gap: 16px;
}

.trust-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(216,192,138,0.18);
  color: #f4e6c4;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.trust-card h3 {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 12ch;
  text-wrap: balance;
}

.trust-card ul {
  list-style: none;
  display: grid;
  gap: 12px;
  color: rgba(255,255,255,0.82);
}

.trust-card ul li::before {
  content: "•";
  color: #d8c08a;
  margin-right: 10px;
}

.trust-note {
  color: rgba(255,255,255,0.68);
  font-size: 0.96rem;
}

.prep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.prep-card {
  position: relative;
  padding: 26px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(216,192,138,0.24), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.72));
  border: 1px solid rgba(11,11,13,0.06);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.prep-card:hover {
  transform: translateY(-6px);
  border-color: rgba(17,56,45,0.22);
  box-shadow: 0 24px 52px rgba(11,11,13,0.1);
}

.prep-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  min-height: 46px;
  padding: 8px 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #11382d 0%, #315b49 100%);
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-align: center;
  white-space: normal;
  align-self: start;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  box-shadow: 0 12px 24px rgba(17,56,45,0.24);
}

.prep-card h3 {
  margin-top: 18px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.34rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.prep-card p {
  margin-top: 12px;
  color: rgba(11,11,13,0.72);
  line-height: 1.68;
  overflow-wrap: anywhere;
}

.plan {
  position: relative;
  min-height: 100%;
}

.plan.highlight {
  background: linear-gradient(180deg, rgba(17,56,45,0.12), rgba(255,255,255,0.82));
  border-color: rgba(17,56,45,0.20);
  transform: translateY(-6px);
}

.plan-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #11382d;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  text-align: center;
}

.plan-badge-gold {
  background: var(--gold-dark);
}

.plan h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 18px 0;
}

.price strong {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.plan ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 18px 0 24px;
  color: rgba(11,11,13,0.76);
}

.plan ul li::before {
  content: "✓";
  color: var(--gold-dark);
  font-weight: 800;
  margin-right: 10px;
}

.comparison-wrap {
  margin-top: 30px;
  border-radius: 30px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(216,192,138,0.22), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.72));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  overflow-x: auto;
}

.comparison-head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.comparison-head h3 {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.comparison-head p {
  color: rgba(11,11,13,0.7);
  max-width: 62ch;
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
  padding: 15px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(11, 11, 13, 0.08);
  vertical-align: middle;
}

.comparison-table thead th {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.03em;
  color: rgba(11,11,13,0.78);
  background: rgba(255,255,255,0.64);
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
}

.comparison-table thead th:first-child,
.comparison-table tbody td:first-child {
  text-align: left;
  width: 28%;
}

.comparison-table tbody tr:hover {
  background: rgba(255,255,255,0.5);
}

.comparison-table .is-highlight {
  background: rgba(17,56,45,0.10);
}

.comparison-table .feature-name {
  font-weight: 600;
  color: rgba(11,11,13,0.88);
}

.comparison-table .check,
.comparison-table .minus,
.comparison-table .limit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
}

.comparison-table .check {
  background: rgba(17,56,45,0.10);
  color: var(--gold-dark);
}

.comparison-table .minus {
  background: rgba(11,11,13,0.06);
  color: rgba(11,11,13,0.42);
}

.comparison-table .limit {
  background: rgba(49,91,73,0.10);
  color: var(--clay);
}

.cta-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  background:
    radial-gradient(circle at top right, rgba(216,192,138,0.28), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.7));
  box-shadow: var(--shadow-soft);
}

.cta-panel h2 {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 0.98;
}

.cta-panel p {
  margin-top: 14px;
  max-width: 54ch;
  color: rgba(11,11,13,0.74);
  font-size: 1.05rem;
}

.cta-box {
  background: rgba(17,56,45,0.97);
  color: var(--white);
  border-radius: 26px;
  padding: 24px;
  display: grid;
  gap: 14px;
}

.cta-box-title {
  font-size: 1.4rem;
}

.cta-box p {
  color: rgba(255,255,255,0.78);
}

.cta-box .mail {
  color: rgba(255,255,255,0.7);
  font-size: 0.94rem;
}

footer {
  padding: 0 0 24px;
}

.footer-inner {
  border-top: 1px solid rgba(17, 56, 45, 0.10);
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 20px;
  color: #6d7c73;
  font-family: var(--font-manrope, "Avenir Next"), "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.footer-links a {
  color: #315b49;
}

.footer-links a:hover {
  color: #10241d;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes panelReveal {
  from {
    opacity: 0;
    transform: translateY(24px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes driftGlow {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 22px, 0) scale(1.06);
  }
}

@keyframes floatOrb {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -18px, 0);
  }
}

@keyframes sheen {
  0% {
    transform: translateX(-130%) rotate(10deg);
  }
  100% {
    transform: translateX(260%) rotate(10deg);
  }
}

@keyframes underlineGrow {
  from {
    transform: scaleX(0.2);
    opacity: 0.3;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes pulseSlot {
  0%, 100% {
    box-shadow: 0 0 0 rgba(17,56,45,0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(17,56,45,0.06);
  }
}

@media (max-width: 1120px) {
  .hero-grid,
  .audience-links,
  .screen-showcase,
  .showcase,
  .focus-grid,
  .trust-panel,
  .cta-panel,
  .features,
  .prep-grid,
  .plans,
  .mini-grid,
  .template-grid {
    grid-template-columns: 1fr;
  }

  .trust-points {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 10ch;
  }
}

@media (max-width: 1180px) {
  .nav {
    gap: 18px;
  }

  .nav-links {
    gap: 8px;
    font-size: 0.88rem;
  }

  .nav-links > a,
  .nav-page-badge,
  .desktop-menu-toggle {
    min-height: 40px;
    padding: 0 11px;
  }

  .nav-actions {
    gap: 8px;
  }

  .desktop-menu-panel {
    width: min(680px, calc(100vw - 64px));
  }
}

@media (max-width: 980px) {
  .nav {
    min-height: auto;
    padding: 12px 14px;
    flex-wrap: nowrap;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    display: none;
  }

  .mobile-menu {
    display: block;
  }
}

@media (max-width: 820px) {
  .hero {
    padding-top: 56px;
  }

  .eyebrow {
    display: none;
  }

  .booking-meta,
  .slot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .timeline-row {
    grid-template-columns: 1fr;
  }

  .focus-row {
    grid-template-columns: 1fr;
  }

  .resource-spotlight,
  .article-layout,
  .related-reading-grid {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .nav-legal {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 14px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .hero {
    padding-top: 42px;
  }

  .site-header .nav {
    gap: 14px;
  }

  .mobile-menu-panel {
    right: -2px;
    width: calc(100vw - 24px);
    margin-top: 12px;
    padding: 16px;
    max-height: calc(100dvh - 104px);
  }

  .page-hero-card {
    border-radius: 28px;
  }

  .page-hero-card h1,
  .section-title h2,
  .focus-dark h3,
  .trust-card h3 {
    text-wrap: initial;
  }

  .audience-link-card,
  .template-card,
  .prep-card,
  .focus-panel,
  .focus-dark,
  .trust-point,
  .resource-spotlight-main,
  .resource-spotlight-side,
  .resource-card,
  .article-body,
  .article-sidebar-card,
  .related-reading-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prep-step {
    min-width: 92px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .hero-copy > p {
    margin-top: 18px;
    font-size: 1rem;
  }

  .booking-meta,
  .slot-grid,
  .hero-actions,
  .mobile-menu-actions {
    grid-template-columns: 1fr;
  }

  .slot-grid,
  .hero-actions,
  .mobile-menu-actions {
    display: grid;
  }

  .brand {
    font-size: 1.1rem;
  }

  .hero-trust {
    gap: 10px;
    font-size: 0.92rem;
  }

  .audience-links {
    display: none;
  }

  .btn {
    width: 100%;
  }

  .comparison-wrap {
    padding: 22px 18px;
  }

  .resource-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
