:root {
  --ink: #101827;
  --muted: #657184;
  --navy: #071522;
  --blue: #17324d;
  --line: rgba(16, 24, 39, 0.13);
  --paper: #f6f7f4;
  --white: #ffffff;
  --gold: #c99b3c;
  --green: #1f6f61;
  --shadow: 0 22px 60px rgba(7, 21, 34, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(201, 155, 60, 0.9);
  outline-offset: 3px;
}

.local-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  color: var(--white);
  background: rgba(7, 21, 34, 0.96);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.local-header nav {
  display: none;
}

.local-badge {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero {
  display: grid;
  gap: 24px;
  padding: 52px 18px 34px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 21, 34, 0.96), rgba(23, 50, 77, 0.88) 56%, rgba(7, 21, 34, 0.72)),
    url("assets/business-aviation-advisory-hero.png") center / cover;
}

.hero-copy,
.hero-panel,
.positioning-strip,
.selector-section,
.service-section,
.flow-section,
.intake-section,
.ops-section,
.risk-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  text-wrap: balance;
}

h1 {
  max-width: 860px;
  margin-bottom: 16px;
  font-size: clamp(39px, 10vw, 76px);
  line-height: 0.98;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 7vw, 48px);
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.12;
}

.hero p:not(.eyebrow) {
  max-width: 770px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 18px;
  line-height: 1.58;
}

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

.primary-cta,
.secondary-cta,
.secondary-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 0;
  border-radius: 0;
  font-weight: 900;
}

.primary-cta {
  color: var(--navy);
  background: var(--gold);
}

.secondary-cta,
.secondary-action {
  border: 1px solid rgba(7, 21, 34, 0.2);
  color: var(--navy);
  background: var(--white);
}

.hero .secondary-cta {
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel {
  display: grid;
  gap: 9px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.hero-panel span,
.hero-panel small {
  color: rgba(255, 255, 255, 0.72);
}

.hero-panel strong {
  font-size: 20px;
}

.positioning-strip {
  display: grid;
  gap: 1px;
  margin-top: -12px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.positioning-strip article {
  padding: 18px;
  background: var(--white);
}

.positioning-strip span,
.service-label,
.not-included span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.positioning-strip p,
.section-heading p:not(.eyebrow),
.service-card p,
.not-included p,
.flow-list,
.ops-grid li,
.risk-section li {
  color: var(--muted);
  line-height: 1.55;
}

.selector-section,
.service-section,
.flow-section,
.intake-section,
.ops-section,
.risk-section {
  padding: 42px 0 0;
}

.section-heading {
  margin-bottom: 18px;
}

.pathway-grid,
.service-grid,
.flow-grid,
.ops-grid {
  display: grid;
  gap: 14px;
}

.pathway-card,
.service-card,
.flow-grid article,
.intake-shell,
.ops-grid article,
.risk-section {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(7, 21, 34, 0.06);
}

.pathway-card {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 18px;
  text-align: left;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.pathway-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pathway-card strong {
  font-size: 22px;
}

.pathway-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.pathway-card.is-selected {
  border-color: rgba(201, 155, 60, 0.82);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.service-card.featured {
  border-color: rgba(201, 155, 60, 0.7);
}

.price {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1;
}

.price small {
  color: var(--muted);
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 14px;
}

.service-card ul,
.ops-grid ul,
.risk-section ul {
  margin: 0;
  padding-left: 19px;
}

.service-card li {
  margin-bottom: 7px;
}

.comparison-panel {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(7, 21, 34, 0.06);
}

.comparison-panel h3 {
  margin-bottom: 8px;
}

.comparison-panel p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}

.comparison-table {
  display: grid;
  border: 1px solid var(--line);
  overflow: hidden;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 13px;
  border-bottom: 1px solid var(--line);
}

.comparison-row:last-child {
  border-bottom: 0;
}

.comparison-row span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-row strong {
  color: var(--ink);
  line-height: 1.35;
}

.comparison-head {
  color: var(--white);
  background: var(--navy);
}

.comparison-head span,
.comparison-head strong {
  color: var(--white);
}

.not-included {
  margin-top: auto;
  padding: 13px;
  border: 1px solid rgba(180, 35, 24, 0.16);
  background: #fff8f6;
}

.text-link {
  color: var(--blue);
  font-weight: 900;
}

.flow-grid article,
.ops-grid article,
.risk-section {
  padding: 20px;
}

.flow-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.intake-shell {
  display: grid;
}

.intake-summary {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: var(--white);
  background: var(--navy);
}

.intake-summary span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intake-form {
  display: grid;
  gap: 18px;
  padding: 18px;
}

.form-grid {
  display: grid;
  gap: 12px;
}

label,
.wide-label {
  display: grid;
  gap: 7px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 12px;
  color: var(--ink);
  background: var(--white);
}

textarea {
  resize: vertical;
}

.dynamic-fields {
  display: none;
  padding: 16px;
  border: 1px solid rgba(23, 50, 77, 0.14);
  background: #fbfcfb;
}

.dynamic-fields.is-active {
  display: block;
}

output {
  display: block;
  color: var(--green);
  font-weight: 900;
}

.ops-grid table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.ops-grid th,
.ops-grid td {
  padding: 10px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.ops-grid th {
  color: var(--white);
  background: var(--navy);
}

.local-footer {
  display: grid;
  gap: 6px;
  margin-top: 48px;
  padding: 24px 18px;
  color: var(--white);
  background: var(--navy);
  text-align: center;
}

.local-footer span {
  color: rgba(255, 255, 255, 0.68);
}

@media (min-width: 760px) {
  .local-header {
    padding-inline: 26px;
  }

  .local-header nav {
    display: flex;
    gap: 18px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 800;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: end;
    padding: 82px 26px 54px;
  }

  .positioning-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .pathway-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid {
    grid-template-columns: 0.82fr 1.18fr 1.18fr;
    align-items: stretch;
  }

  .comparison-row {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .flow-grid,
  .ops-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intake-shell {
    grid-template-columns: 300px 1fr;
  }

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

@media (min-width: 1080px) {
  .form-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
