:root {
  --navy: #06183b;
  --navy-2: #0a2556;
  --ink: #10213a;
  --teal: #064a55;
  --gold: #f4b800;
  --gold-light: #ffcf24;
  --orange: #f26a00;
  --paper: #f7f4ec;
  --white: #ffffff;
  --muted: #647082;
  --line: rgba(211, 178, 76, 0.36);
  --shadow: 0 24px 70px rgba(16, 29, 67, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, "Aptos", "Segoe UI", Arial, sans-serif;
  background: var(--paper);
  line-height: 1.6;
}

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

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

.program-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  color: var(--navy);
  background: linear-gradient(90deg, var(--gold-light), #ffb900);
  font-size: 0.92rem;
  font-weight: 1000;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
  padding: 14px clamp(22px, 5vw, 64px);
  border-bottom: 1px solid rgba(211, 178, 76, 0.3);
  background: rgba(247, 244, 236, 0.94);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 190px;
  height: auto;
}

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

.nav a {
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 6px;
  color: var(--navy);
  font-weight: 800;
}

.nav a:hover,
.nav a.active {
  color: var(--white);
  background: var(--navy);
}

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.54fr);
  gap: 76px;
  align-items: center;
  padding: 66px clamp(32px, 5vw, 76px);
  color: var(--white);
  background:
    linear-gradient(90deg, var(--gold-light) 0 14px, transparent 14px),
    radial-gradient(circle at 93% 10%, rgba(255, 255, 255, 0.12) 0 110px, transparent 111px),
    linear-gradient(135deg, var(--navy) 0%, var(--navy) 56%, var(--navy-2) 100%);
  overflow: hidden;
}

.profile-hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.44fr);
}

.story-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.5fr);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 870px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-light);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--teal);
}

h1,
h2,
h3,
p,
span,
strong {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 920px;
  color: var(--white);
  font-family: Impact, "Arial Black", Inter, Arial, sans-serif;
  font-size: 5.2rem;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  max-width: 720px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.3rem;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.subhead {
  margin: 24px 0 0;
  color: var(--gold-light);
  font-size: 1.7rem;
  font-weight: 1000;
}

.hero-rule {
  width: min(520px, 100%);
  height: 4px;
  margin: 28px 0 28px;
  background: linear-gradient(90deg, var(--gold), rgba(211, 178, 76, 0.18));
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0;
  color: var(--white);
  font-size: 1.12rem;
}

.hero-meta span {
  color: var(--gold-light);
}

.hero-meta strong,
.hero-meta span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 207, 36, 0.42);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-text {
  max-width: 720px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.hero-offer {
  display: grid;
  gap: 4px;
  width: fit-content;
  max-width: 100%;
  margin-top: 24px;
  padding: 14px 16px;
  border-left: 5px solid var(--gold-light);
  background: rgba(255, 255, 255, 0.09);
}

.hero-offer strong {
  color: var(--gold-light);
  font-weight: 1000;
  text-transform: uppercase;
}

.hero-offer span {
  color: rgba(255, 255, 255, 0.82);
}

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

.hero-email,
.hero-phone,
.hero-social {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 13px 16px;
  border: 1px solid rgba(244, 214, 109, 0.78);
  border-radius: 6px;
  color: var(--navy);
  background: var(--gold-light);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  font-weight: 1000;
}

.hero-email {
  margin-top: 28px;
}

.hero-phone,
.hero-social {
  margin-top: 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.hero-email:hover,
.hero-phone:hover,
.hero-social:hover {
  background: var(--white);
  color: var(--navy);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 900;
}

.button.primary {
  color: var(--navy);
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.hero-logo,
.profile-panel {
  position: relative;
  z-index: 1;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(211, 178, 76, 0.5);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(16, 29, 67, 0.68), rgba(255, 255, 255, 0.08));
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-logo img,
.profile-panel img {
  width: 100%;
}

.hero-brand-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  padding: 30px;
  border: 1px solid rgba(211, 178, 76, 0.62);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8dc 100%);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

.hero-brand-card > img {
  width: 100%;
  border-radius: 6px;
}

.achievement-photo {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 16px 42px rgba(6, 24, 59, 0.18);
}

.achievement-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 30%;
}

.achievement-photo figcaption {
  padding: 12px 14px;
  color: var(--gold-light);
  background: var(--navy);
  font-weight: 1000;
  text-align: center;
  text-transform: uppercase;
}

.story-panel,
.success-photo {
  margin: 0;
}

.story-panel {
  position: relative;
  z-index: 1;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(211, 178, 76, 0.58);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.story-panel img,
.success-photo img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 16px 42px rgba(6, 24, 59, 0.2);
}

.story-panel img {
  aspect-ratio: 4 / 5;
  object-position: center;
}

.story-panel figcaption {
  margin-top: 14px;
  color: var(--white);
  font-weight: 900;
  text-align: center;
}

.success-preview {
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f7f4ec 100%);
  border-bottom: 1px solid rgba(16, 29, 67, 0.12);
}

.success-preview h2 {
  max-width: 820px;
}

.success-preview p {
  max-width: 780px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.success-preview .button {
  margin-top: 26px;
}

.success-photo img {
  aspect-ratio: 4 / 5;
  object-position: center;
}

.success-photo figcaption {
  margin-top: 12px;
  color: var(--teal);
  font-weight: 1000;
  text-align: center;
  text-transform: uppercase;
}

.program-logo-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.program-logo-card img {
  width: 108px;
}

.program-logo-card span {
  margin: 0;
  color: var(--navy);
  font-size: 0.9rem;
  line-height: 1.25;
  text-align: left;
}

.hero-brand-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.28rem;
  font-weight: 1000;
  text-align: center;
}

.hero-brand-card p {
  margin: 8px 0 0;
  color: var(--muted);
  text-align: center;
}

.hero-brand-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 1000;
  text-align: center;
  text-transform: uppercase;
}

.hero-brand-card .program-logo-card span {
  margin: 0;
  color: var(--navy);
  font-size: 0.9rem;
  line-height: 1.25;
  text-align: left;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px clamp(20px, 5vw, 64px);
  background: rgba(16, 29, 67, 0.14);
}

.trust-band div {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px 28px;
  background: var(--white);
}

.trust-program {
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
}

.trust-program img {
  grid-row: span 2;
  width: 112px;
}

.trust-band strong {
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 1000;
}

.trust-band span,
.trust-band a {
  color: var(--muted);
}

.trust-band a {
  width: fit-content;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.casper-photo {
  aspect-ratio: 520 / 737;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 40px rgba(16, 29, 67, 0.24);
}

.profile-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  color: var(--navy);
}

.profile-panel strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  line-height: 1.05;
}

.profile-panel p {
  margin: 0;
  color: var(--white);
  font-weight: 900;
  text-align: center;
}

.section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 64px);
}

.company-profile,
.local-seo {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
  background: linear-gradient(135deg, #ffffff 0%, #f4efe0 100%);
  border-bottom: 1px solid rgba(16, 29, 67, 0.12);
}

.local-seo {
  background: var(--white);
}

.profile-copy {
  display: grid;
  gap: 18px;
  padding-left: clamp(0px, 3vw, 34px);
  border-left: 3px solid var(--gold);
}

.profile-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.program-note {
  color: var(--navy) !important;
  font-weight: 1000;
}

.split,
.service-model,
.pricing {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
}

.championship-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
}

.championship-feature h2 {
  color: var(--white);
}

.championship-feature p:not(.eyebrow) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.championship-feature figure {
  margin: 0;
}

.championship-feature img {
  width: min(430px, 100%);
  aspect-ratio: 520 / 737;
  border: 1px solid rgba(211, 178, 76, 0.56);
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.championship-feature figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

.split {
  border-bottom: 1px solid rgba(16, 29, 67, 0.12);
  background: var(--paper);
}

.split > p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px clamp(20px, 5vw, 64px);
  background: rgba(16, 29, 67, 0.16);
}

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

.core-services .feature-card {
  min-height: 360px;
}

.core-services .feature-card h3 {
  font-size: 1.8rem;
}

.core-services .feature-card p {
  font-size: 1.08rem;
}

.feature-card {
  min-height: 310px;
  padding: clamp(26px, 4vw, 42px);
  border-top: 5px solid var(--gold-light);
  background: var(--white);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.feature-card:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(16, 29, 67, 0.14);
}

.feature-card span {
  display: inline-flex;
  margin-bottom: 46px;
  color: var(--orange);
  font-weight: 1000;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.card-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--navy);
  font-weight: 1000;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.card-link:hover {
  color: var(--teal);
}

.detail-hero {
  min-height: 58vh;
  display: grid;
  align-content: center;
  justify-items: start;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(211, 178, 76, 0.95) 0 14px, transparent 14px),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
}

.detail-hero h1 {
  max-width: 900px;
}

.detail-hero p:not(.eyebrow) {
  max-width: 780px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.16rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  background: rgba(16, 29, 67, 0.16);
}

.detail-grid article {
  min-height: 260px;
  padding: clamp(26px, 4vw, 42px);
  background: var(--white);
}

.detail-grid h2 {
  font-family: Inter, "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}

.detail-grid p {
  margin: 18px 0 0;
  color: var(--muted);
}

.service-model {
  background: #ffffff;
}

.model-list,
.price-grid {
  display: grid;
  gap: 14px;
}

.model-list div,
.price-grid div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(16, 29, 67, 0.14);
}

.model-list strong,
.price-grid strong {
  display: block;
  color: var(--teal);
  font-weight: 1000;
}

.model-list p,
.price-grid span {
  display: block;
  margin: 8px 0 0;
  color: var(--muted);
}

.media-links {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.media-links a {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.media-links a:hover {
  color: var(--teal);
}

.pricing {
  background: #eef1ee;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 92px);
  background: var(--paper);
}

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

.faq-list details {
  padding: 18px 0;
  border-bottom: 1px solid rgba(16, 29, 67, 0.14);
}

.faq-list summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 1000;
}

.faq-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 64px);
  color: rgba(255, 255, 255, 0.8);
  background: var(--navy);
  border-top: 4px solid var(--gold);
}

.footer a {
  color: var(--white);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.footer a:hover {
  color: var(--gold-light);
}

@media (max-width: 1080px) {
  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero,
  .profile-hero,
  .story-hero {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-logo,
  .hero-brand-card,
  .profile-panel {
    width: min(540px, 100%);
  }

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

  .core-services {
    grid-template-columns: 1fr;
  }

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

  .trust-program {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .trust-program img {
    width: 96px;
  }

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

@media (max-width: 760px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  .subhead {
    font-size: 1.2rem;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .brand img {
    width: min(210px, 72vw);
  }

  .nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .nav a {
    flex: 1 1 120px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
    background:
      linear-gradient(90deg, rgba(211, 178, 76, 0.95) 0 8px, transparent 8px),
      linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  }

  .hero-text {
    margin-top: 34px;
  }

  .hero-actions,
  .button,
  .hero-email,
  .hero-phone,
  .hero-social {
    width: 100%;
  }

  .program-logo-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .program-logo-card span {
    text-align: center;
  }

  .split,
  .company-profile,
  .local-seo,
  .success-preview,
  .championship-feature,
  .service-model,
  .pricing,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .profile-copy {
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 3px solid var(--gold);
  }

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

  .feature-card {
    min-height: auto;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .profile-panel strong {
    font-size: 2.2rem;
  }
}
