:root {
  --navy: #0b1f46;
  --navy-deep: #020817;
  --navy-metal: #17365f;
  --ink: #00072b;
  --laurel: #517131;
  --dark-laurel: #304c20;
  --brass: #a88d50;
  --stone: #e7e9e6;
  --paper: #eff0ec;
  --ivory: #fbfaf4;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --line: rgba(18, 38, 88, 0.13);
  --line-soft: rgba(18, 38, 88, 0.08);
  --shadow-soft: 0 14px 34px rgba(0, 7, 43, 0.06);
  --shadow-premium: 0 28px 82px rgba(0, 7, 43, 0.13);
  --heading-gradient: linear-gradient(135deg, #010511 0%, #071934 30%, #1a3b66 55%, #061226 78%, #00030b 100%);
  --button-gradient: linear-gradient(135deg, #020817 0%, #0b1f46 58%, #061226 100%);
  --heading: Cinzel, "Trajan Pro", Georgia, "Times New Roman", serif;
  --body: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 18% 6%, rgba(255, 255, 255, 0.7), transparent 34%),
    radial-gradient(ellipse at 82% 18%, rgba(18, 38, 88, 0.05), transparent 38%),
    radial-gradient(ellipse at 36% 78%, rgba(81, 113, 49, 0.035), transparent 34%),
    linear-gradient(180deg, #f5f5f1 0%, #e4e7e4 100%),
    var(--paper);
  font-family: var(--body);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    url("brand-kit/stone-plaster-texture.svg"),
    radial-gradient(ellipse at 18% 28%, rgba(255, 255, 255, 0.52) 0 12%, transparent 36%),
    radial-gradient(ellipse at 72% 18%, rgba(18, 38, 88, 0.034) 0 9%, transparent 34%);
  background-size: 1500px 940px, 720px 520px, 680px 480px;
  opacity: 0.9;
  animation: backgroundDrift 34s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 28% 20%, rgba(255, 255, 255, 0.38), transparent 28%),
    radial-gradient(ellipse at 70% 72%, rgba(0, 7, 43, 0.035), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%, rgba(18, 38, 88, 0.026));
  mix-blend-mode: multiply;
  opacity: 0.56;
}

@keyframes backgroundDrift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }

  to {
    background-position: 24px 14px, 18px 12px, -16px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body::before {
    animation: none;
  }
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

p,
li {
  color: #3f4b53;
  line-height: 1.65;
}

p {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--heading);
  letter-spacing: 0;
  text-wrap: balance;
}

h1,
h2,
h3,
.package-card h3,
.package-card strong {
  background: var(--heading-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
}

.eyebrow,
.package-label,
.showcase-card span,
.authority-band span,
.secondary-offers span {
  color: var(--dark-laurel);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-header {
  padding: 18px clamp(18px, 5vw, 76px) 72px;
  border-bottom: 1px solid rgba(18, 38, 88, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(246, 248, 248, 0.52)),
    radial-gradient(circle at 88% 42%, rgba(18, 38, 88, 0.09), transparent 34%);
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(18, 38, 88, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(242, 244, 243, 0.74)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 18px 46px rgba(0, 7, 43, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 178px;
}

.brand-link img {
  display: block;
  width: min(238px, 42vw);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.nav-links a,
.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 900;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.nav-links a {
  color: rgba(0, 7, 43, 0.76);
}

.nav-links a:hover,
.primary-link:hover,
.secondary-link:hover {
  transform: translateY(-1px);
}

.login-link {
  border-color: rgba(18, 38, 88, 0.12) !important;
  background: rgba(255, 255, 255, 0.6);
}

.nav-cta,
.primary-link {
  color: #fff !important;
  border-color: rgba(7, 15, 43, 0.9) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 42%),
    var(--button-gradient);
  box-shadow: 0 12px 26px rgba(18, 38, 88, 0.18);
}

.secondary-link {
  color: var(--navy);
  border-color: rgba(18, 38, 88, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

.secondary-link:hover,
.login-link:hover {
  border-color: rgba(81, 113, 49, 0.32) !important;
  box-shadow: 0 10px 24px rgba(0, 7, 43, 0.07);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(1240px, 100%);
  min-height: calc(92vh - 92px);
  margin: 0 auto;
  padding-top: clamp(54px, 8vw, 112px);
}

.hero-copy {
  max-width: 750px;
}

.hero-copy h1 {
  max-width: 760px;
  margin-top: 10px;
  font-size: clamp(3.4rem, 8vw, 7.15rem);
  line-height: 0.92;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 675px;
  margin-top: 24px;
  color: #34414b;
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-link,
.secondary-link {
  min-height: 48px;
  padding: 13px 18px;
}

.app-showcase {
  position: relative;
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(18, 38, 88, 0.16);
  border-top-color: rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(240, 243, 241, 0.68));
  box-shadow: var(--shadow-premium);
  overflow: hidden;
}

.app-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 10%, rgba(168, 141, 80, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(18, 38, 88, 0.06), transparent 42%);
}

.showcase-topline,
.showcase-grid,
.progress-panel {
  position: relative;
}

.showcase-topline {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(18, 38, 88, 0.11);
}

.showcase-topline img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.showcase-topline span,
.progress-panel span {
  display: block;
  color: var(--dark-laurel);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showcase-topline strong,
.progress-panel strong {
  display: block;
  margin-top: 3px;
  color: var(--navy);
  font-family: var(--heading);
  font-size: 1.4rem;
}

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

.showcase-card {
  min-height: 116px;
  padding: 14px;
  border: 1px solid rgba(18, 38, 88, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow-soft);
}

.showcase-card strong {
  display: block;
  margin: 10px 0 4px;
  color: var(--navy);
  font-family: var(--heading);
  font-size: 1.12rem;
}

.showcase-card small {
  color: #5b666b;
  font-weight: 800;
}

.showcase-card.complete {
  border-color: rgba(81, 113, 49, 0.24);
  box-shadow:
    0 14px 30px rgba(0, 7, 43, 0.06),
    inset 3px 0 0 var(--laurel);
}

.progress-panel {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(18, 38, 88, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 38, 88, 0.055), transparent 46%),
    rgba(255, 255, 255, 0.58);
}

.trend-lines {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 8px;
  height: 86px;
}

.trend-lines i {
  display: block;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, var(--navy-metal), var(--navy-deep));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.trend-lines i:nth-child(1) { height: 38%; opacity: 0.55; }
.trend-lines i:nth-child(2) { height: 54%; opacity: 0.68; }
.trend-lines i:nth-child(3) { height: 48%; opacity: 0.75; }
.trend-lines i:nth-child(4) { height: 72%; opacity: 0.86; }
.trend-lines i:nth-child(5) { height: 88%; }

.section,
.authority-band,
.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  padding: clamp(58px, 8vw, 96px) 0;
}

.authority-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.authority-band article,
.pillar-grid article,
.audience-grid article,
.package-card,
.secondary-offers article,
.process-timeline article,
.faq-list details,
.final-cta,
.philosophy-section {
  border: 1px solid var(--line);
  border-top-color: rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(245, 247, 246, 0.72));
  box-shadow: var(--shadow-soft);
}

.authority-band article {
  min-height: 120px;
  padding: 18px;
}

.authority-band strong {
  display: block;
  margin-top: 9px;
  color: var(--navy);
  font-family: var(--heading);
  font-size: 1.06rem;
  line-height: 1.2;
}

.standard-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.section-kicker h2,
.section-heading h2,
.process-section h2,
.faq-section h2,
.final-cta h2,
.philosophy-section h2 {
  max-width: 780px;
  margin-top: 8px;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  line-height: 1.03;
}

.editorial-copy {
  padding-top: 34px;
}

.editorial-copy p,
.final-cta p,
.philosophy-section > p {
  color: #34414b;
  font-size: 1.04rem;
}

.pillar-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.pillar-grid article,
.audience-grid article {
  min-height: 220px;
  padding: 22px;
}

.pillar-grid span {
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 900;
}

.pillar-grid h3,
.audience-grid h3 {
  margin-top: 18px;
  font-size: 1.55rem;
}

.pillar-grid p,
.audience-grid p,
.package-card p {
  margin-top: 12px;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
}

.section-heading.centered {
  justify-items: center;
  text-align: center;
}

.section-heading.centered h2 {
  margin-inline: auto;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.packages-section {
  padding-top: clamp(64px, 9vw, 112px);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.package-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 470px;
  padding: 26px;
}

.package-card.featured {
  border-color: rgba(18, 38, 88, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 245, 244, 0.82));
  box-shadow: var(--shadow-premium);
  transform: translateY(-12px);
}

.package-card.featured::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, var(--navy-deep), var(--navy), var(--laurel));
}

.recommended-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(168, 141, 80, 0.32);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(168, 141, 80, 0.1);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card h3 {
  margin-top: 16px;
  font-size: 2.32rem;
  line-height: 1.02;
}

.package-card h3 span {
  font-family: var(--body);
  font-size: 0.92rem;
  font-weight: 900;
}

.package-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 18px;
  font-weight: 700;
}

.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--laurel);
}

.value-note {
  margin-top: 16px;
  padding: 13px 15px;
  border-left: 3px solid var(--laurel);
  border-radius: 8px;
  color: var(--dark-laurel);
  background:
    linear-gradient(135deg, rgba(81, 113, 49, 0.1), transparent 54%),
    rgba(255, 255, 255, 0.58);
  font-weight: 850;
  line-height: 1.45;
}

.secondary-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.secondary-offers article {
  padding: 20px;
}

.secondary-offers strong {
  display: block;
  margin: 8px 0;
  color: var(--navy);
  font-family: var(--heading);
  font-size: 1.3rem;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-timeline article {
  position: relative;
  min-height: 190px;
  padding: 24px;
}

.process-timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(18, 38, 88, 0.16);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.66);
  font-family: var(--heading);
  font-weight: 900;
}

.process-timeline p {
  margin-top: 22px;
  font-weight: 750;
}

.philosophy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  color: var(--navy);
  cursor: pointer;
  font-family: var(--heading);
  font-size: 1.12rem;
  font-weight: 900;
}

.faq-list details p {
  margin-top: 12px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1.22fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
  margin-bottom: 48px;
  padding: clamp(30px, 6vw, 58px);
  border-left: 5px solid var(--laurel);
  box-shadow: var(--shadow-premium);
}

.application-intro {
  position: sticky;
  top: 110px;
}

.final-cta p,
.application-intro p {
  max-width: 740px;
  margin-top: 18px;
}

.application-intro .secondary-link {
  width: fit-content;
  margin-top: 24px;
}

.application-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid rgba(18, 38, 88, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(242, 244, 243, 0.72)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 20px 52px rgba(0, 7, 43, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

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

.form-field {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(18, 38, 88, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 247, 245, 0.88)),
    #fff;
  font: 700 0.96rem/1.4 var(--body);
  letter-spacing: 0;
  text-transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.form-field textarea {
  min-height: 126px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid rgba(81, 113, 49, 0.22);
  border-color: rgba(81, 113, 49, 0.5);
}

.full-field,
.form-submit,
.form-note {
  grid-column: 1 / -1;
}

.form-submit {
  width: 100%;
  cursor: pointer;
  font-family: var(--body);
}

.form-submit[aria-busy="true"] {
  opacity: 0.82;
  pointer-events: none;
}

.form-note {
  color: #566168;
  font-size: 0.92rem;
  line-height: 1.55;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 42px;
  border-top: 1px solid rgba(18, 38, 88, 0.1);
}

.site-footer img {
  width: min(220px, 52vw);
}

.site-footer a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: none;
}

.footer-links,
.legal-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.footer-links a,
.legal-mini-links a {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-mini-links {
  margin-top: 22px;
}

.thank-you-page {
  min-height: 100vh;
}

.legal-page {
  min-height: 100vh;
}

.legal-shell {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 6vw, 76px) 0;
}

.legal-card {
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(18, 38, 88, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), transparent 48%),
    rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow);
}

.legal-card img {
  width: min(250px, 70vw);
  margin-bottom: 28px;
}

.legal-card h1 {
  max-width: 780px;
  font-size: clamp(3rem, 8vw, 5.9rem);
  line-height: 0.94;
}

.legal-card h2 {
  margin-top: 28px;
  color: var(--navy);
  font-family: var(--heading);
  font-size: clamp(1.35rem, 4vw, 2rem);
}

.legal-card p {
  max-width: 760px;
  margin-top: 12px;
  color: #4e5962;
  line-height: 1.7;
}

.legal-card a:not(.primary-link):not(.secondary-link) {
  color: var(--navy);
  font-weight: 900;
}

.legal-card .hero-actions {
  margin-top: 34px;
}

.thank-you-shell {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(24px, 6vw, 72px);
}

.thank-you-card {
  width: min(920px, 100%);
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid rgba(18, 38, 88, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(242, 244, 243, 0.72)),
    rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-premium);
}

.thank-you-card > img {
  display: block;
  width: min(150px, 42vw);
  margin-bottom: 22px;
}

.thank-you-card h1 {
  max-width: 720px;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.94;
}

.thank-you-card > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 18px;
  font-size: 1.08rem;
}

.next-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 32px 0;
}

.next-step-list article {
  padding: 18px;
  border: 1px solid rgba(18, 38, 88, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.next-step-list span {
  color: var(--dark-laurel);
  font-family: var(--heading);
  font-weight: 900;
}

.next-step-list strong {
  display: block;
  margin-top: 8px;
  color: var(--navy);
  font-family: var(--heading);
  font-size: 1.1rem;
}

.next-step-list p {
  margin-top: 8px;
  font-size: 0.92rem;
}

@media (max-width: 1060px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-shell,
  .standard-section,
  .final-cta,
  .philosophy-section {
    grid-template-columns: 1fr;
  }

  .application-intro {
    position: static;
  }

  .app-showcase {
    max-width: 620px;
  }

  .authority-band,
  .pillar-grid,
  .audience-grid,
  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .site-header {
    padding: 12px 14px 48px;
  }

  .topbar {
    position: static;
  }

  .brand-link img {
    width: min(225px, 70vw);
  }

  .nav-links {
    width: 100%;
  }

  .nav-links a {
    flex: 1 1 auto;
    min-height: 40px;
    padding: 9px 10px;
    font-size: 0.78rem;
  }

  .nav-cta,
  .login-link {
    flex-basis: 100%;
  }

  .hero-shell {
    min-height: auto;
    padding-top: 52px;
  }

  .hero-copy h1 {
    font-size: clamp(3.25rem, 17vw, 4.45rem);
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 1rem;
  }

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

  .primary-link,
  .secondary-link {
    width: 100%;
  }

  .showcase-grid,
  .authority-band,
  .pillar-grid,
  .audience-grid,
  .package-grid,
  .form-grid,
  .next-step-list,
  .secondary-offers,
  .process-timeline {
    grid-template-columns: 1fr;
  }

  .authority-band {
    margin-top: 18px;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 54px 0;
  }

  .package-card.featured {
    transform: none;
  }

  .pillar-grid article,
  .audience-grid article,
  .package-card,
  .process-timeline article {
    min-height: auto;
  }

  .philosophy-section,
  .final-cta {
    padding: 26px;
  }

  .application-intro .secondary-link {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    width: min(100% - 28px, 1180px);
  }
}
