:root {
  --navy: #102544;
  --gold: #c8921b;
  --paper: #f8fafc;
  --soft: #eef3f8;
  --line: rgba(16, 37, 68, 0.12);
  --ink: #202836;
  --muted: #627083;
  --shadow: 0 18px 48px rgba(16, 37, 68, 0.08);
  --shadow-strong: 0 28px 60px rgba(16, 37, 68, 0.14);
}

html {
  background: var(--paper);
}

body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(200, 146, 27, 0.12), transparent 28%),
    radial-gradient(circle at top left, rgba(16, 37, 68, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fc 38%, #eef3f8 100%);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-family: Merriweather, Georgia, serif;
  color: var(--navy);
  letter-spacing: -0.04em;
  margin-top: 0;
}

/* Typography system override: ensures consistent professional type across legacy and refresh layers. */
body,
input,
textarea,
select,
button {
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif !important;
}

h1,
h2,
h3,
.feature-card h3,
.category-card h3,
.testimonial-card p,
.footer-grid h3,
.resource-card h3,
.resource-tile h3 {
  font-family: Merriweather, Georgia, serif !important;
}
.resource-art {
  position: relative;
  overflow: hidden;
}

.resource-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.resource-art span {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(16, 37, 68, 0.82);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}


.button,
.download-link,
.text-link,
.eyebrow,
.resource-type,
.main-nav a,
.contact-form label {
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif !important;
}

h1 {
  font-size: clamp(2.55rem, 4.2vw, 4.6rem);
  line-height: 1.02;
}

h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  display: block;
}

.site-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.section {
  position: relative;
  padding: clamp(72px, 8vw, 118px) 0;
}

.section-soft {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef4fa 100%);
  overflow: hidden;
}

.section-soft:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(200, 146, 27, 0.10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(16, 37, 68, 0.07), transparent 30%);
  pointer-events: none;
}

.section .site-shell {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.gold-eyebrow {
  color: #dfb24a;
}

.section-intro,
.cta-panel {
  max-width: 760px;
}

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-intro {
  margin-bottom: 48px;
}

.section-intro > p:last-child,
.inner-hero p:not(.eyebrow),
.about-story p,
.contact-copy > p,
.purpose-cards p,
.testimonial-card p,
.resource-tile p,
.resource-card p,
.review-benefits p,
.review-steps p,
.cta-panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.section-heading-row,
.split-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-heading-row h2,
.split-heading h2,
.cta-panel h2,
.final-cta h2,
.mini-band h2 {
  margin-bottom: 0;
}

.section-intro h2,
.section-heading-row h2,
.split-heading h2,
.cta-panel h2,
.final-cta h2,
.mini-band h2,
.about-story h2,
.contact-copy h2,
.inner-hero h1,
.edu-hero-copy h1 {
  max-width: 720px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button,
.download-link,
.button-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
}

.button,
.button-gold {
  height: 50px;
  padding: 0 24px;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(16, 37, 68, 0.15);
}

.button:hover,
.button-gold:hover,
.download-link:hover {
  transform: translateY(-2px);
}

.button:hover {
  background: #13305d;
  color: #fff;
}

.button-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}

.button-gold:hover {
  background: #dfaa2e;
  border-color: #dfaa2e;
  color: var(--navy);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.text-link span,
.button span,
.download-link span,
.button-gold span {
  transition: transform 0.2s;
}

.text-link:hover span,
.button:hover span,
.button-gold:hover span,
.download-link:hover span {
  transform: translateX(3px);
}

.text-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.35;
  transform: scaleX(0.36);
  transform-origin: left;
  transition: transform 0.2s, opacity 0.2s;
}

.text-link {
  position: relative;
}

.text-link:hover:after {
  transform: scaleX(1);
  opacity: 0.85;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 34px rgba(16, 37, 68, 0.06);
}

.site-header.scrolled {
  box-shadow: 0 14px 40px rgba(16, 37, 68, 0.10);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 96px;
}

.brand-image img {
  display: block;
  width: 94px;
  height: 64px;
  object-fit: contain;
  object-position: center;
}

.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  padding: 10px 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.button-small {
  height: 44px;
  padding: 0 18px;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
  border-radius: 999px;
}

.edu-hero,
.inner-hero,
.review-hero,
.final-cta,
.cta-band,
.mini-band,
.about-band {
  position: relative;
  overflow: hidden;
}

.edu-hero,
.inner-hero,
.review-hero {
  padding: clamp(132px, 14vw, 184px) 0 clamp(76px, 8vw, 108px);
}

.edu-hero:before,
.inner-hero:before,
.review-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(200, 146, 27, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(16, 37, 68, 0.08), transparent 28%);
  pointer-events: none;
}

.edu-hero-grid,
.inner-hero-grid,
.about-hero-grid,
.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 56px;
  align-items: center;
}

.edu-hero-copy h1,
.inner-hero h1 {
  max-width: 700px;
  margin-bottom: 22px;
}

.hero-lede,
.inner-hero p:not(.eyebrow) {
  max-width: 640px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.hero-points li {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: var(--shadow);
  font-size: 13px;
  color: var(--navy);
}

.edu-hero-visual,
.about-profile,
.process-photo {
  position: relative;
}

.edu-hero-visual {
  min-height: 530px;
  padding: 28px 0 0 28px;
}

.about-profile {
  min-height: 430px;
  padding: 24px 0 0 24px;
}

.edu-hero-visual:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 72%;
  height: 78%;
  border-radius: 30px;
  background: linear-gradient(180deg, var(--navy), #173361);
}

.edu-hero-visual img,
.about-profile img,
.about-image-wrap img,
.about-story img,
.contact-form-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edu-hero-visual img {
  position: relative;
  z-index: 1;
  height: 530px;
  border-radius: 30px;
  box-shadow: var(--shadow-strong);
}

.about-profile img {
  position: relative;
  z-index: 1;
  height: 430px;
  border-radius: 30px;
  box-shadow: var(--shadow-strong);
}

.hero-floating-card,
.about-image-badge,
.about-profile-card,
.review-badge,
.cta-panel,
.contact-form-wrap,
.purpose-cards article,
.feature-card,
.resource-tile,
.resource-card,
.testimonial-card,
.category-card,
.contact-details a,
.contact-details div,
.review-benefits article,
.review-steps article {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-floating-card {
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: 2;
  max-width: 250px;
  padding: 18px;
  border-radius: 18px;
}

.hero-floating-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(200, 146, 27, 0.16);
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.hero-floating-card strong {
  display: block;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.45;
}

.resource-grid,
.feature-grid,
.categories-grid,
.testimonial-grid,
.about-page-grid,
.contact-grid,
.card-grid,
.review-benefits,
.review-steps {
  display: grid;
  gap: 22px;
}

.resource-grid,
.feature-grid,
.testimonial-grid,
.categories-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-tile {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
}

.resource-thumb {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 176px;
  padding: 18px;
  border-radius: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}

.resource-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
}

.resource-thumb span {
  position: relative;
  z-index: 1;
  background: rgba(16, 37, 68, 0.75);
  padding: 7px 10px;
  border-radius: 999px;
}

.resource-thumb:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(16, 37, 68, 0.92), rgba(16, 37, 68, 0.56));
}

.resource-thumb,
.resource-thumb span {
  z-index: 1;
}

.thumb-one { background: linear-gradient(135deg, #102544, #294b7b); }
.thumb-two { background: linear-gradient(135deg, #374f76, #5e7598); }
.thumb-three { background: linear-gradient(135deg, #8a6c2c, #c8921b); }
.thumb-four { background: linear-gradient(135deg, #3f577e, #0f2647); }
.thumb-five { background: linear-gradient(135deg, #233c64, #4f6488); }
.thumb-six { background: linear-gradient(135deg, #7c5c24, #d3a12d); }

.resource-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--gold);
  text-transform: uppercase;
}

.resource-tile h3,
.resource-card h3 {
  font-size: 1.55rem;
  margin: 0;
}

.resource-tile p {
  margin: 0;
}

.download-link {
  align-self: flex-start;
  height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(16, 37, 68, 0.12);
}

.download-link:hover {
  background: #17345f;
  color: #fff;
}

.feature-card,
.category-card,
.testimonial-card,
.purpose-cards article,
.review-benefits article,
.review-steps article,
.contact-details a,
.contact-details div,
.about-profile-card,
.cta-panel,
.contact-form-wrap,
.resource-card {
  border-radius: 24px;
}

.feature-card,
.category-card,
.testimonial-card,
.purpose-cards article,
.review-benefits article,
.review-steps article {
  padding: 30px;
}

.feature-card,
.category-card,
.testimonial-card,
.resource-card,
.purpose-cards article,
.review-benefits article,
.review-steps article,
.contact-form-wrap {
  position: relative;
  overflow: hidden;
}

.feature-card:before,
.category-card:before,
.testimonial-card:before,
.resource-card:before,
.purpose-cards article:before,
.review-benefits article:before,
.review-steps article:before {
  content: "";
  position: absolute;
  inset: auto -42px -42px auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(200, 146, 27, 0.18);
  pointer-events: none;
}

.line-icon,
.category-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 146, 27, 0.30);
  border-radius: 14px;
  background: #fff9ed;
  color: var(--gold);
}

.line-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
}

.category-icon {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fffdf5;
}
  object-position: center top;

.line-icon svg,
.category-icon svg,
.timeline-icon svg {
  width: 30px;
  position: absolute;
  top: 12px;
  left: 12px;
  stroke: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(16, 37, 68, 0.82);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3,
.testimonial-card p,
.about-story h2,
.contact-copy h2,
.cta-panel h2,
.final-cta h2,
.split-heading h2,
.mini-band h2,
.review-copy h2 {
  margin-bottom: 0;
}

.feature-card h3 {
  font-size: 1.7rem;
  margin-bottom: 14px;
}

.feature-card p {
  margin: 0;
}

.categories-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card {
  min-height: 188px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
}

.category-card h3 {
  font-size: 1.72rem;
  margin: 0;
}

.category-card > span:last-child {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.testimonial-card {
  padding: 28px;
}

.testimonial-card p {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.4;
  color: var(--navy);
}

.testimonial-card span {
  display: inline-block;
  margin-top: 18px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-band-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 34px;
  align-items: center;
}

.about-image-wrap {
  position: relative;
  min-height: 430px;
  padding: 24px 0 0 24px;
}

.about-image-wrap:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 68%;
  height: 76%;
  border-radius: 28px;
  background: linear-gradient(180deg, var(--navy), #173361);
}

.about-image-wrap img {
  position: relative;
  z-index: 1;
  height: 430px;
  border-radius: 28px;
  box-shadow: var(--shadow-strong);
}

.about-image-badge,
.about-profile-card {
  position: absolute;
  z-index: 2;
  max-width: 240px;
  padding: 18px;
  border-radius: 18px;
}

.about-image-badge {
  right: -10px;
  bottom: -10px;
}

.about-image-badge strong,
.about-profile-card strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 16px;
}

.about-page-grid {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: start;
}

.about-story h2,
.contact-copy h2,
.cta-panel h2,
.final-cta h2,
.review-badge span,
.review-steps span,
.review-benefits span {
  color: var(--navy);
}

.about-story h2,
.contact-copy h2,
.cta-panel h2,
.final-cta h2,
.section-intro h2,
.split-heading h2 {
  font-size: clamp(2.4rem, 3.5vw, 4rem);
  line-height: 1.06;
}

.about-story p:last-of-type {
  margin-bottom: 24px;
}

.contact-grid {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-details a,
.contact-details div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
}

.contact-details strong {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-details span {
  color: var(--navy);
  font-size: 15px;
}

.contact-form-wrap {
  padding: 28px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: var(--navy);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  background: #fff;
  font: inherit;
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(16, 37, 68, 0.03);
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form .button {
  justify-self: start;
}

.form-success {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(200, 146, 27, 0.12);
  color: var(--navy);
  font-weight: 700;
}

.contact-notes article {
  padding: 22px;
}

.contact-notes span {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
}

.contact-notes p {
  margin: 0;
}

.review-badge {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  text-align: center;
}

.review-badge:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(200, 146, 27, 0.38);
  border-radius: 50%;
}

.review-badge span,
.review-badge small,
.review-badge i {
  position: relative;
  z-index: 1;
}

.review-badge span {
  font-family: Fraunces, Georgia, serif;
  font-size: 72px;
  line-height: 1;
  color: var(--gold);
}

.review-badge small {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--navy);
  line-height: 1.6;
}

.review-badge i {
  color: var(--gold);
  font-style: normal;
}

.review-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-benefits article span,
.review-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-benefits article span {
  margin-bottom: 18px;
}

.review-benefits h3,
.review-steps h3 {
  margin: 0 0 8px;
}

.review-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-steps article {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.review-steps span {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(200, 146, 27, 0.34);
  background: #fffaf0;
}

.review-steps p,
.review-benefits p {
  margin: 0;
}

.cta-panel,
.final-cta,
.mini-band {
  text-align: center;
}

.cta-panel,
.final-cta .site-shell,
.mini-band-inner {
  padding: 42px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.96));
  box-shadow: var(--shadow);
}

.final-cta,
.cta-band,
.mini-band {
  padding: clamp(72px, 8vw, 112px) 0;
}

.final-cta .site-shell {
  position: relative;
  z-index: 1;
}

.mini-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  text-align: left;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 28px;
  background: linear-gradient(180deg, #0d1d35 0%, #091425 100%);
  color: rgba(255, 255, 255, 0.82);
}

.site-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(200, 146, 27, 0.11), transparent 28%);
}

.site-footer .site-shell {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 38px;
}

.footer-grid h3 {
  color: #fff;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.35rem;
}

.footer-grid a,
.footer-grid span,
.footer-grid p {
  color: inherit;
  font-size: 14px;
  line-height: 1.7;
}

.footer-grid a {
  display: block;
  margin: 8px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
}

@media (max-width: 980px) {
  .edu-hero-grid,
  .inner-hero-grid,
  .about-band-grid,
  .about-page-grid,
  .contact-grid,
  .mini-band-inner {
    grid-template-columns: 1fr;
  }

  .resource-grid,
  .feature-grid,
  .testimonial-grid,
  .categories-grid,
  .review-benefits,
  .review-steps,
  .card-grid.two,
  .card-grid.three,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-band-inner {
    display: grid;
    text-align: left;
  }

  .about-profile,
  .edu-hero-visual,
  .about-image-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 680px;
  }

  .contact-form .button {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .site-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding: 72px 0;
  }

  .edu-hero,
  .inner-hero,
  .review-hero {
    padding-top: 120px;
  }

  .header-inner {
    min-height: 88px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-actions .button-small {
    display: none;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-strong);
  }

  .main-nav.open {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .resource-grid,
  .feature-grid,
  .testimonial-grid,
  .categories-grid,
  .review-benefits,
  .review-steps,
  .card-grid.two,
  .card-grid.three,
  .footer-grid,
  .hero-points {
    grid-template-columns: 1fr;
  }

  .edu-hero-visual,
  .about-image-wrap,
  .about-profile {
    min-height: 360px;
    padding: 18px 0 0 18px;
  }

  .edu-hero-visual img,
  .about-image-wrap img,
  .about-profile img {
    height: 360px;
  }

  .hero-floating-card,
  .about-image-badge,
  .about-profile-card {
    right: 10px;
    bottom: 10px;
    max-width: 220px;
  }

  .review-badge {
    width: 210px;
    height: 210px;
    margin: 0;
  }

  .review-badge span {
    font-size: 56px;
  }

  .mini-band-inner,
  .footer-bottom {
    display: block;
  }

  .footer-bottom span {
    display: block;
    margin: 8px 0;
  }

  .button,
  .button-gold,
  .download-link {
    width: 100%;
  }

  .text-link {
    justify-content: center;
  }

  .contact-form-wrap,
  .cta-panel,
  .final-cta .site-shell,
  .mini-band-inner {
    padding: 24px;
  }
}

/* Resources page polish: fix hidden field visibility and CTA readability. */
.optin-card {
  max-width: 860px;
  margin: 0 auto 32px;
}

.resource-optin-form {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.resource-optin-form input[type="email"] {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
}

.resource-optin-form .button {
  width: auto;
  white-space: nowrap;
}

/* Harden honeypot hiding so it cannot appear from any legacy/global input rule. */
.form-honeypot,
input.form-honeypot,
#resource-optin-website,
#contact-company {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  pointer-events: none !important;
}

.review-band.mini-band h2,
.review-band.mini-band .mini-band-inner h2 {
  color: var(--navy) !important;
}

.review-band.mini-band .gold-eyebrow {
  color: var(--gold) !important;
}

@media (max-width: 680px) {
  .resource-optin-form {
    grid-template-columns: 1fr;
  }

  .resource-optin-form .button {
    width: 100%;
  }
}

/* About page cleanup */
.about-hero .about-profile {
  padding-bottom: 0;
}

.about-hero .about-profile-card {
  display: none;
}

.about-page-grid .purpose-cards h3 {
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.1;
}

.about-values {
  padding-top: 56px;
  padding-bottom: 34px;
}

.about-mission {
  padding-top: 22px;
}

.about-mission .cta-panel {
  max-width: 860px;
}

.about-mission .cta-panel h2,
.cta-band .cta-panel h2 {
  font-size: clamp(2.35rem, 4.6vw, 2.9rem);
  line-height: 1.08;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero .inner-hero-copy h1 {
  font-size: clamp(3rem, 5vw, 4.2rem);
}

.about-page-grid {
  grid-template-columns: 1fr;
}

.about-story {
  max-width: 860px;
}

.about-values .feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-values .feature-card h3 {
  font-size: 2rem;
  line-height: 1.08;
}

.cta-band {
  padding-top: 56px;
}

.cta-panel-home {
  max-width: 980px;
  padding: 34px 34px 38px;
  border-radius: 30px;
}

.cta-panel-home .eyebrow {
  margin-bottom: 14px;
}

.cta-panel-home h2 {
  font-size: clamp(2.3rem, 4.3vw, 3.35rem) !important;
  line-height: 1.1;
  max-width: 760px;
  margin: 0 auto 14px;
}

.cta-panel-home p:not(.eyebrow) {
  max-width: 640px;
  margin: 0 auto 22px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
}

.cta-panel-home .button {
  min-width: 260px;
}

.contact-notes {
  display: none !important;
}

@media (max-width: 980px) {
  .about-hero .about-profile-card {
    display: none;
  }

  .about-values {
    padding-bottom: 30px;
  }

  .about-mission {
    padding-top: 24px;
  }

  .about-values .feature-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel-home {
    max-width: 100%;
    padding: 26px 20px 28px;
  }

  .cta-panel-home h2 {
    font-size: clamp(2rem, 8vw, 2.55rem) !important;
  }

  .cta-panel-home p:not(.eyebrow) {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .cta-panel-home .button {
    width: auto;
    min-width: 0;
  }
}

/* Homepage: harden Explore Your Journey cards against legacy cascade conflicts. */
.journey-showcase .section-intro {
  max-width: 840px;
  margin-bottom: 38px;
}

.journey-showcase #explore-journey {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch;
}

.journey-showcase #explore-journey > .journey-card {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  min-height: 280px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(16, 37, 68, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 30px rgba(16, 37, 68, 0.08);
  position: relative;
  overflow: hidden;
}

.journey-showcase #explore-journey > .journey-card:before {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 1px solid rgba(200, 146, 27, 0.26);
}

.journey-showcase .journey-kicker {
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-weight: 800;
  color: var(--gold);
}

.journey-showcase #explore-journey > .journey-card h3 {
  margin: 2px 0 4px;
  font-size: 2rem;
  line-height: 1.05;
  color: var(--navy);
}

.journey-showcase #explore-journey > .journey-card p {
  margin: 0;
  color: var(--muted);
}

.journey-showcase .journey-link {
  margin-top: auto;
  align-self: flex-start;
  width: auto;
}

@media (max-width: 980px) {
  .journey-showcase #explore-journey {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 680px) {
  .journey-showcase #explore-journey {
    grid-template-columns: 1fr !important;
  }

  .journey-showcase #explore-journey > .journey-card {
    min-height: 0;
    padding: 20px;
  }

  .journey-showcase .journey-link {
    width: 100%;
  }
}

/* ==========================================================================
   August 2026 Page Revisions: Podcast & Events Professional Styling
   ========================================================================== */

/* Buttons & Links Extensions */
.button-navy {
  background: var(--navy) !important;
  border-color: var(--navy) !important;
  color: #ffffff !important;
}
.button-navy:hover {
  background: #1a3866 !important;
  border-color: #1a3866 !important;
}

.button-navy-outline {
  background: transparent !important;
  border: 1.5px solid var(--navy) !important;
  color: var(--navy) !important;
}
.button-navy-outline:hover {
  background: var(--navy) !important;
  color: #ffffff !important;
}

.button-full {
  width: 100%;
}

.text-link-large {
  font-size: 15px !important;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   Podcast Page Styling
   -------------------------------------------------------------------------- */
.podcast-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.podcast-launch-note {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 12px;
}
.podcast-launch-note span {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--gold);
  text-transform: uppercase;
  background: rgba(200, 146, 27, 0.12);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(200, 146, 27, 0.3);
}

.podcast-logo-wrap {
  display: flex;
  justify-content: center;
}

.podcast-logo-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 48px rgba(16, 37, 68, 0.14);
  border: 1px solid rgba(16, 37, 68, 0.12);
  text-align: center;
  max-width: 340px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.podcast-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(16, 37, 68, 0.2);
}

.podcast-badge-tag {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--gold);
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(200, 146, 27, 0.3);
}

.podcast-logo-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-radius: 16px;
  background: #f8fafc;
  padding: 16px;
  border: 1px solid rgba(16, 37, 68, 0.06);
}

.podcast-logo-footer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 37, 68, 0.08);
}
.podcast-logo-footer strong {
  display: block;
  font-family: Merriweather, Georgia, serif;
  font-size: 16px;
  color: var(--navy);
}
.podcast-logo-footer small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.three-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.podcast-topic-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 30px;
  border: 1px solid rgba(16, 37, 68, 0.1);
  box-shadow: 0 12px 32px rgba(16, 37, 68, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.podcast-topic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(16, 37, 68, 0.12);
  border-color: rgba(200, 146, 27, 0.4);
}

.podcast-host-section {
  background: linear-gradient(180deg, #f7f9fc 0%, #edf3f9 100%);
  border-top: 1px solid rgba(16, 37, 68, 0.06);
  border-bottom: 1px solid rgba(16, 37, 68, 0.06);
}

.podcast-host-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
}

.podcast-host-image-wrap {
  position: relative;
}

.podcast-host-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(16, 37, 68, 0.14);
  border: 1px solid rgba(16, 37, 68, 0.12);
  background: var(--navy);
  min-height: 380px;
}

.podcast-host-frame img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}

.host-tag-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(16, 37, 68, 0.92) 100%);
  padding: 32px 24px 20px;
  color: #ffffff;
}

.host-tag-overlay strong {
  display: block;
  font-family: Merriweather, Georgia, serif;
  font-size: 18px;
}

.host-tag-overlay span {
  display: block;
  font-size: 12px;
  color: var(--gold);
  font-weight: 700;
  margin-top: 2px;
}

.podcast-host-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  margin-bottom: 20px;
}

.podcast-host-copy p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 28px;
}

.host-cta-row {
  margin-top: 12px;
}

.podcast-cta-panel {
  text-align: center;
  background: linear-gradient(135deg, #102544 0%, #1a3866 100%);
  color: #ffffff;
  padding: 64px 40px;
  border-radius: 28px;
  box-shadow: 0 24px 54px rgba(16, 37, 68, 0.2);
}

.podcast-cta-panel h2 {
  color: #ffffff !important;
  font-size: clamp(2.1rem, 3.5vw, 3.2rem) !important;
  margin-bottom: 16px;
}

.podcast-cta-panel p:not(.eyebrow) {
  color: #dce5f0;
  max-width: 680px;
  margin: 0 auto 32px;
  font-size: 18px;
}

/* --------------------------------------------------------------------------
   Events Page Styling
   -------------------------------------------------------------------------- */
.events-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.events-hero-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(16, 37, 68, 0.12);
  border: 1px solid rgba(16, 37, 68, 0.1);
  min-height: 350px;
}

.events-hero-frame img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.events-badge-floating {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 10px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(16, 37, 68, 0.15);
  display: flex;
  align-items: center;
  gap: 10px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.events-badge-floating strong {
  font-size: 12px;
  color: var(--navy);
  font-weight: 700;
}

.events-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 10px;
}

.event-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 30px;
  border: 1px solid rgba(16, 37, 68, 0.1);
  box-shadow: 0 14px 36px rgba(16, 37, 68, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(16, 37, 68, 0.12);
  border-color: rgba(200, 146, 27, 0.4);
}

.event-card-header {
  margin-bottom: 16px;
}

.event-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
}

.badge-webinar {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  border: 1px solid rgba(34, 197, 94, 0.25);
}

.badge-workshop {
  background: rgba(200, 146, 27, 0.14);
  color: var(--navy);
  border: 1px solid rgba(200, 146, 27, 0.35);
}

.badge-roundtable {
  background: rgba(16, 37, 68, 0.08);
  color: var(--navy);
  border: 1px solid rgba(16, 37, 68, 0.2);
}

.badge-conference {
  background: rgba(99, 102, 241, 0.12);
  color: #4338ca;
  border: 1px solid rgba(99, 102, 241, 0.25);
}

.event-card h3 {
  font-size: 1.45rem;
  line-height: 1.25;
  margin-bottom: 12px;
  color: var(--navy);
}

.event-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.event-card-action {
  margin-top: auto;
}

/* What to Expect Check Grid */
.event-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.event-check-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 28px;
  border: 1px solid rgba(16, 37, 68, 0.08);
  box-shadow: 0 10px 24px rgba(16, 37, 68, 0.04);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.event-check-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(16, 37, 68, 0.08);
}

.check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: rgba(200, 146, 27, 0.15);
  color: var(--gold);
  font-weight: 900;
  font-size: 16px;
}

.check-content strong {
  display: block;
  font-size: 17px;
  color: var(--navy);
  margin-bottom: 4px;
}

.check-content span {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* Why Attend Outcomes List */
.events-outcomes-container {
  max-width: 900px;
  margin: 0 auto;
}

.events-list-panel {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 48px;
  border: 1px solid rgba(16, 37, 68, 0.1);
  box-shadow: 0 16px 40px rgba(16, 37, 68, 0.06);
}

.events-outcome-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
}

.events-outcome-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 17px;
  font-weight: 600;
  color: var(--navy);
}

.outcome-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(200, 146, 27, 0.3);
}

/* Stay Connected & Future Panels */
.events-stay-connected-panel,
.future-events-panel,
.ffe-promo-panel {
  text-align: center;
  border-radius: 28px;
  padding: 56px 36px;
}

.events-stay-connected-panel {
  background: #ffffff;
  border: 1px solid rgba(16, 37, 68, 0.1);
  box-shadow: 0 20px 48px rgba(16, 37, 68, 0.06);
}

.panel-subtitle {
  max-width: 680px;
  margin: 0 auto 28px;
  font-size: 17px;
  color: var(--muted);
}

.future-events-panel {
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f9 100%);
  border: 1px solid rgba(16, 37, 68, 0.08);
}

.ffe-promo-panel {
  background: linear-gradient(135deg, #102544 0%, #1a3866 100%);
  color: #ffffff;
  box-shadow: 0 24px 54px rgba(16, 37, 68, 0.18);
}

.ffe-promo-panel h2 {
  color: #ffffff !important;
}

.ffe-promo-panel p {
  color: #dce5f0 !important;
  max-width: 720px;
  margin: 0 auto 32px;
  font-size: 18px;
}

/* Responsive Media Queries */
@media (max-width: 980px) {
  .podcast-hero-grid,
  .podcast-host-grid,
  .events-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .three-cards-grid,
  .events-card-grid,
  .event-check-grid {
    grid-template-columns: 1fr;
  }

  .podcast-logo-card {
    max-width: 380px;
  }

  .events-list-panel {
    padding: 30px 24px;
  }
}

@media (max-width: 640px) {
  .podcast-cta-panel,
  .events-stay-connected-panel,
  .future-events-panel,
  .ffe-promo-panel {
    padding: 40px 20px;
  }

  .podcast-topic-card,
  .event-card {
    padding: 24px 20px;
  }

  .events-outcome-list li {
    font-size: 15px;
  }
}

/* ==========================================================================
   Full Site Design & Spacing Enhancement Rules
   ========================================================================== */

/* Hero Proof Badge */
.hero-proof-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(200, 146, 27, 0.1);
  border: 1px solid rgba(200, 146, 27, 0.25);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.proof-dot {
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(200, 146, 27, 0.2);
}

.hero-proof-badge .hero-proof {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}

/* Image Frame Containers */
.hero-image-frame,
.about-image-frame,
.about-profile-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(16, 37, 68, 0.14);
  border: 1px solid rgba(16, 37, 68, 0.12);
  background: var(--navy);
}

.hero-image-frame img,
.about-image-frame img,
.about-profile-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.about-badge-floating,
.about-tag-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(16, 37, 68, 0.92) 100%);
  padding: 28px 24px 20px;
  color: #ffffff;
}

.about-badge-floating strong,
.about-tag-overlay strong {
  display: block;
  font-family: Merriweather, Georgia, serif;
  font-size: 17px;
}

.about-badge-floating span,
.about-tag-overlay span {
  display: block;
  font-size: 12px;
  color: var(--gold);
  font-weight: 700;
  margin-top: 2px;
}

/* Step Badges & Review Cards */
.step-badge-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(200, 146, 27, 0.14);
  color: var(--gold);
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 16px;
}

.review-badge-wrap {
  display: flex;
  justify-content: center;
}

.review-step-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 28px;
  border: 1px solid rgba(16, 37, 68, 0.08);
  box-shadow: 0 10px 24px rgba(16, 37, 68, 0.04);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(16, 37, 68, 0.08);
}

.step-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(200, 146, 27, 0.3);
}

.review-step-card h3 {
  margin: 0 0 6px;
  font-size: 1.25rem;
  color: var(--navy);
}

.review-step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

/* Contact Details & Resource Boxes */
.contact-detail-item {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.contact-detail-item strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.contact-detail-item span {
  display: block;
  font-size: 14px;
  color: var(--navy);
}

.resource-card-body {
  padding: 24px;
}

.resource-optin-box,
.resource-booking-box {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px;
  border: 1px solid rgba(16, 37, 68, 0.1);
  box-shadow: 0 14px 36px rgba(16, 37, 68, 0.06);
}

.resource-optin-box h3,
.resource-booking-box h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: var(--navy);
}

.resource-optin-box p,
.resource-booking-box p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 24px;
}

@media (max-width: 850px) {
  .hero-image-frame img,
  .about-image-frame img,
  .about-profile-frame img {
    min-height: 300px;
  }
}

/* ==========================================================================
   NEW REFRESH DESIGN UPDATES (PDF EDIT LIST MATCHING)
   ========================================================================== */

/* Buttons Centering */
.centered-buttons,
.about-mission-panel .button-row,
.ffe-final-cta-panel .button-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin: 28px auto 0 auto !important;
  text-align: center !important;
}

.text-centered-panel {
  text-align: center !important;
}

/* "I Work With" Card Grid */
.professional-help-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 24px !important;
  margin-top: 36px !important;
}

.professional-help-grid .help-card {
  background: #ffffff !important;
  border: 1px solid rgba(16, 37, 68, 0.08) !important;
  border-radius: 20px !important;
  padding: 32px 28px !important;
  text-align: center !important;
  box-shadow: 0 6px 24px rgba(16, 37, 68, 0.04) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.professional-help-grid .help-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 36px rgba(16, 37, 68, 0.1) !important;
}

.professional-help-grid .help-card .line-icon {
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto 20px auto !important;
  background: rgba(200, 146, 27, 0.12) !important;
  color: var(--gold) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.professional-help-grid .help-card .line-icon svg {
  width: 28px !important;
  height: 28px !important;
  stroke: var(--gold) !important;
}

.professional-help-grid .help-card h3 {
  font-family: Merriweather, Georgia, serif !important;
  font-size: 20px !important;
  color: var(--navy) !important;
  margin-bottom: 10px !important;
}

.professional-help-grid .help-card p {
  font-size: 15px !important;
  color: var(--muted) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* "My Journey" Timeline 2-Column Grid */
.about-journey-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 0.8fr !important;
  gap: 48px !important;
  align-items: start !important;
  margin-top: 36px !important;
}

@media (max-width: 900px) {
  .about-journey-grid {
    grid-template-columns: 1fr !important;
  }
}

.about-journey-track {
  position: relative !important;
  padding-left: 48px !important;
  border-left: 2px solid rgba(200, 146, 27, 0.3) !important;
}

.journey-event {
  position: relative !important;
  margin-bottom: 36px !important;
}

.journey-year {
  position: absolute !important;
  left: -71px !important;
  top: 0 !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: var(--gold) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 0 0 5px #ffffff, 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.journey-content h3 {
  font-size: 18px !important;
  color: var(--navy) !important;
  margin-bottom: 6px !important;
  font-weight: 700 !important;
}

.journey-content p {
  font-size: 15px !important;
  color: var(--muted) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Timeline Staggered Photo & Notepad */
.journey-visual-stack {
  position: relative !important;
}

.journey-visual-card.main-card {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: var(--shadow) !important;
}

.journey-visual-card.main-card img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.journey-visual-card.note-card {
  background: #fffdf7 !important;
  border: 1px solid rgba(200, 146, 27, 0.3) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  margin-top: 20px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
}

.goals-note h4 {
  font-family: Merriweather, Georgia, serif !important;
  font-size: 20px !important;
  color: var(--navy) !important;
  margin-bottom: 12px !important;
  border-bottom: 2px dashed rgba(200, 146, 27, 0.3) !important;
  padding-bottom: 8px !important;
}

.goals-note ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.goals-note li {
  font-size: 15px !important;
  color: var(--ink) !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.goals-note li span {
  color: var(--gold) !important;
  font-weight: 800 !important;
}

/* "Why FFE?" Redesign */
.why-lead-sub {
  font-size: 19px !important;
  color: var(--navy) !important;
  line-height: 1.6 !important;
}

.why-ffe-grid-v2 {
  display: grid !important;
  grid-template-columns: 1.2fr 0.8fr !important;
  gap: 40px !items;
  align-items: center !important;
  margin-top: 36px !important;
}

@media (max-width: 850px) {
  .why-ffe-grid-v2 {
    grid-template-columns: 1fr !important;
  }
}

.why-ffe-feature-item {
  display: flex !important;
  gap: 20px !important;
  margin-bottom: 24px !important;
  align-items: flex-start !important;
  background: #ffffff !important;
  padding: 20px 24px !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 16px rgba(16, 37, 68, 0.04) !important;
  border: 1px solid rgba(16, 37, 68, 0.06) !important;
}

.why-icon-badge {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  border-radius: 14px !important;
  background: rgba(200, 146, 27, 0.12) !important;
  color: var(--gold) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.why-icon-badge svg {
  width: 26px !important;
  height: 26px !important;
  stroke: var(--gold) !important;
}

.why-feature-copy h3 {
  font-size: 18px !important;
  margin-bottom: 4px !important;
  color: var(--navy) !important;
}

.why-feature-copy p {
  font-size: 15px !important;
  color: var(--muted) !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

.why-ffe-frame-v2 {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: var(--shadow) !important;
}

.why-ffe-frame-v2 img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.why-ffe-bottom-banner {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 24px 32px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  margin-top: 36px !important;
  border-left: 5px solid var(--gold) !important;
  box-shadow: 0 6px 24px rgba(16, 37, 68, 0.06) !important;
}

.banner-badge-icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  border-radius: 50% !important;
  background: var(--navy) !important;
  color: var(--gold) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.banner-badge-icon svg {
  width: 24px !important;
  height: 24px !important;
  stroke: var(--gold) !important;
}

.why-ffe-bottom-banner p {
  margin: 0 !important;
  font-size: 16px !important;
  color: var(--navy) !important;
}

/* "Here's How It Works" Horizontal Flow */
.how-it-works-horizontal {
  position: relative !important;
  margin-top: 48px !important;
}

.steps-grid-5 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 20px !important;
  text-align: center !important;
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 850px) {
  .steps-grid-5 {
    grid-template-columns: 1fr !important;
  }
}

.how-step-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.step-node {
  position: relative !important;
  margin-bottom: 20px !important;
}

.step-number {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: var(--navy) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 12px auto !important;
}

.step-icon {
  width: 68px !important;
  height: 68px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 2px solid rgba(200, 146, 27, 0.4) !important;
  color: var(--navy) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(16, 37, 68, 0.08) !important;
}

.step-icon svg {
  width: 30px !important;
  height: 30px !important;
  stroke: var(--navy) !important;
}

.how-step-item h3 {
  font-size: 16px !important;
  letter-spacing: 0.05em !important;
  color: var(--navy) !important;
  margin-bottom: 8px !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 800 !important;
}

.how-step-item p {
  font-size: 14px !important;
  color: var(--muted) !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* ==========================================================================
   FFE Comparison Table Styling (Pixel Perfect to Feedback Screenshots)
   ========================================================================== */
.comparison-card-table {
  max-width: 960px !important;
  margin: 36px auto 0 !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 40px rgba(16, 37, 68, 0.06) !important;
  border: 1px solid rgba(16, 37, 68, 0.08) !important;
  overflow: hidden !important;
  position: relative !important;
}

.comp-row {
  display: grid !important;
  grid-template-columns: 1.3fr 1fr 1fr !important;
  align-items: center !important;
  position: relative !important;
  border-bottom: 1px solid #f0f4f8 !important;
}

.comp-row:last-child {
  border-bottom: none !important;
}

.comp-header-row {
  border-bottom: 1px solid #e2e8f0 !important;
  align-items: stretch !important;
}

.comp-cell {
  padding: 18px 24px !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

.comp-cell.feature-head {
  padding: 24px !important;
}

.comp-cell.free-head,
.comp-cell.ffe-head {
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 28px 20px 22px !important;
}

.comp-icon-box {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(16, 37, 68, 0.15) !important;
  background: #ffffff !important;
  color: var(--navy) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 12px !important;
}

.comp-icon-box svg {
  width: 20px !important;
  height: 20px !important;
  stroke: var(--navy) !important;
}

.ffe-icon-box {
  border-color: rgba(200, 146, 27, 0.4) !important;
  color: var(--gold) !important;
}

.ffe-icon-box svg {
  stroke: var(--gold) !important;
}

.free-head h3,
.ffe-head h3 {
  font-family: Source Sans 3, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  color: var(--navy) !important;
  margin: 0 0 4px !important;
  text-transform: uppercase !important;
}

.free-head p,
.ffe-head p {
  font-size: 12px !important;
  color: #627083 !important;
  margin: 0 !important;
  line-height: 1.35 !important;
}

/* VS Badge positioned between Free and FFE columns */
.vs-badge-pill {
  position: absolute !important;
  left: calc(69.7% - 19px) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: #102544 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10 !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 4px 12px rgba(16, 37, 68, 0.15) !important;
}

/* FFE Column Highlight Background (Column 3) */
.comp-cell.ffe-head,
.comp-cell.ffe-cell,
.comp-cell.ffe-foot {
  background: #fffdf2 !important;
  border-left: 1px solid rgba(200, 146, 27, 0.15) !important;
}

.comp-cell.feature-cell {
  gap: 12px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: var(--navy) !important;
}

.comp-cell.feature-cell .row-icon {
  width: 20px !important;
  height: 20px !important;
  stroke: #627083 !important;
  flex-shrink: 0 !important;
}

.comp-cell.free-cell,
.comp-cell.ffe-cell {
  font-size: 13.5px !important;
  color: #202836 !important;
  font-weight: 500 !important;
}

.check-gold {
  color: var(--gold) !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  margin-right: 8px !important;
}

.dash-muted {
  color: #a0aec0 !important;
  font-size: 16px !important;
  margin-left: 4px !important;
}

.comp-footer-row {
  align-items: stretch !important;
  border-bottom: none !important;
}

.comp-cell.ffe-foot {
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 24px 20px 28px !important;
}

.comp-cell.ffe-foot .button {
  width: 100% !important;
  background: var(--navy) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  height: 46px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: 0 8px 18px rgba(16, 37, 68, 0.12) !important;
}

.comp-cell.ffe-foot .button:hover {
  background: #18345c !important;
}

.foot-subtext {
  display: block !important;
  font-size: 11px !important;
  color: #627083 !important;
  margin-top: 10px !important;
  text-align: center !important;
}


/* ==========================================================================
   FFE Pricing Grid Styling (Pixel Perfect to Feedback Screenshots)
   ========================================================================== */
.pricing-card-box-v2 {
  max-width: 820px !important;
  margin: 36px auto 0 !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 44px rgba(16, 37, 68, 0.06) !important;
  border: 1px solid rgba(16, 37, 68, 0.08) !important;
  padding: 40px 48px !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.pricing-top-tag {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-bottom: 8px !important;
}

.tag-line {
  width: 32px !important;
  height: 1px !important;
  background: rgba(200, 146, 27, 0.4) !important;
}

.tag-text {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  color: var(--gold) !important;
}

.pricing-title {
  font-family: Merriweather, Georgia, serif !important;
  font-size: 30px !important;
  color: var(--navy) !important;
  margin-bottom: 32px !important;
  letter-spacing: -0.02em !important;
}

.pricing-options-row {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 24px !important;
  padding-bottom: 28px !important;
}

.price-option-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.price-val-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-bottom: 6px !important;
}

.price-badge-icon {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.check-icon-bg {
  background: rgba(200, 146, 27, 0.12) !important;
  color: var(--gold) !important;
}

.check-icon-bg svg {
  width: 18px !important;
  height: 18px !important;
  stroke: var(--gold) !important;
}

.cal-icon-bg {
  background: rgba(16, 37, 68, 0.08) !important;
  color: var(--navy) !important;
}

.cal-icon-bg svg {
  width: 18px !important;
  height: 18px !important;
  stroke: var(--navy) !important;
}

.price-num-wrap .num {
  font-family: Source Sans 3, sans-serif !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
}

.price-num-wrap .term {
  font-size: 13px !important;
  color: #627083 !important;
  font-weight: 600 !important;
}

.save-tag {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--gold) !important;
}

.month-subtext-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.sub-text {
  font-size: 12px !important;
  color: #627083 !important;
}

.italic-text {
  font-style: italic !important;
}

.or-divider-wrap {
  position: relative !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.or-line {
  width: 1px !important;
  height: 100% !important;
  background: #e2e8f0 !important;
}

.or-badge-circle {
  position: absolute !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: 1px solid #cbd5e1 !important;
  background: #ffffff !important;
  color: #a0aec0 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pricing-divider {
  width: 100% !important;
  height: 1px !important;
  background: #e2e8f0 !important;
  margin: 12px 0 32px !important;
}

.pricing-features-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px 36px !important;
  text-align: left !important;
  margin-bottom: 36px !important;
}

.p-feat-item {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.p-feat-icon {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: rgba(200, 146, 27, 0.1) !important;
  color: var(--gold) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.p-feat-icon svg {
  width: 18px !important;
  height: 18px !important;
  stroke: var(--gold) !important;
}

.p-feat-item span {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--navy) !important;
}

.pricing-cta-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.pricing-cta-wrap .button {
  width: 100% !important;
  height: 52px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  background: var(--navy) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: none !important;
  box-shadow: 0 10px 24px rgba(16, 37, 68, 0.15) !important;
}

.pricing-cta-wrap .button:hover {
  background: #18345c !important;
}

.security-note {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13px !important;
  color: #627083 !important;
  margin-top: 14px !important;
}

.shield-check-icon {
  width: 16px !important;
  height: 16px !important;
  stroke: #627083 !important;
}

@media (max-width: 768px) {
  .comp-row {
    grid-template-columns: 1fr !important;
  }
  .vs-badge-pill {
    display: none !important;
  }
  .pricing-options-row {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .or-divider-wrap {
    display: none !important;
  }
  .pricing-features-grid {
    grid-template-columns: 1fr !important;
  }
  .pricing-card-box-v2 {
    padding: 28px 20px !important;
  }
}

/* Pricing Grid Card */
.pricing-card-box-v2 {
  max-width: 720px !important;
  margin: 36px auto 0 auto !important;
  background: #ffffff !important;
  border-radius: 28px !important;
  padding: 44px 40px !important;
  border: 1px solid rgba(16, 37, 68, 0.1) !important;
  box-shadow: 0 20px 60px rgba(16, 37, 68, 0.08) !important;
  text-align: center !important;
  position: relative !important;
}

.pricing-top-tag {
  display: inline-block !important;
  background: var(--gold) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  padding: 6px 20px !important;
  border-radius: 999px !important;
  margin-bottom: 16px !important;
}

.pricing-title {
  font-size: 28px !important;
  color: var(--navy) !important;
  margin-bottom: 24px !important;
}

.pricing-options-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
  margin-bottom: 32px !important;
  flex-wrap: wrap !important;
}

.price-option-box {
  background: var(--paper) !important;
  border: 1px solid rgba(16, 37, 68, 0.08) !important;
  border-radius: 16px !important;
  padding: 20px 24px !important;
  flex: 1 !important;
  min-width: 220px !important;
}

.price-val {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
}

.price-val .num {
  font-size: 32px !important;
}

.price-val .term {
  font-size: 15px !important;
  color: var(--muted) !important;
  font-weight: 600 !important;
}

.save-tag, .sub-text {
  display: block !important;
  font-size: 13px !important;
  color: var(--gold) !important;
  font-weight: 700 !important;
  margin-top: 6px !important;
}

.or-badge-circle {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: var(--navy) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pricing-features-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  text-align: left !important;
  margin-bottom: 36px !important;
  padding: 24px 28px !important;
  background: var(--paper) !important;
  border-radius: 16px !important;
}

@media (max-width: 600px) {
  .pricing-features-grid {
    grid-template-columns: 1fr !important;
  }
}

.p-feat-item {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--navy) !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.p-icon {
  color: var(--gold) !important;
  font-weight: 800 !important;
}

.security-note {
  font-size: 13px !important;
  color: var(--muted) !important;
  margin-top: 14px !important;
}

/* FAQ Accordion */
.faq-accordion-container {
  max-width: 800px !important;
  margin: 36px auto 0 auto !important;
}

.faq-item {
  background: #ffffff !important;
  border: 1px solid rgba(16, 37, 68, 0.08) !important;
  border-radius: 14px !important;
  margin-bottom: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 16px rgba(16, 37, 68, 0.03) !important;
}

.faq-summary {
  padding: 22px 28px !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  color: var(--navy) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  cursor: pointer !important;
  list-style: none !important;
}

.faq-summary::-webkit-details-marker {
  display: none !important;
}

.faq-toggle-icon {
  color: var(--gold) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  transition: transform 0.25s ease !important;
}

details[open] .faq-toggle-icon {
  transform: rotate(45deg) !important;
}

.faq-content {
  padding: 0 28px 24px 28px !important;
  color: var(--muted) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.faq-footer-callout {
  text-align: center !important;
  margin-top: 36px !important;
  font-size: 16px !important;
  color: var(--muted) !important;
}

.gold-link {
  color: var(--gold) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Beyond the Office Reference Exact Match */
.beyond-office-card {
  position: relative !important;
  background: #f4f7fb !important;
  border-radius: 28px !important;
  padding: 48px 44px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 40px rgba(16, 37, 68, 0.04) !important;
  border: 1px solid rgba(16, 37, 68, 0.05) !important;
}

@media (max-width: 850px) {
  .beyond-office-card {
    padding: 32px 24px !important;
  }
}

.beyond-bg-shape-right {
  position: absolute !important;
  right: -120px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 480px !important;
  height: 480px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(244, 247, 251, 0) 70%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.top-left-dots {
  position: absolute !important;
  top: 24px !important;
  left: 20px !important;
  z-index: 1 !important;
}

.bottom-right-dots {
  position: absolute !important;
  bottom: 24px !important;
  right: 24px !important;
  z-index: 1 !important;
}

.beyond-office-grid {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: 1fr 1.15fr !important;
  gap: 44px !important;
  align-items: center !important;
}

@media (max-width: 850px) {
  .beyond-office-grid {
    grid-template-columns: 1fr !important;
  }
}

.beyond-photo-frame {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 40px rgba(16, 37, 68, 0.12) !important;
  border: 1px solid rgba(16, 37, 68, 0.06) !important;
}

.beyond-photo-frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.beyond-copy h2 {
  font-family: Merriweather, Georgia, serif !important;
  font-size: 38px !important;
  color: var(--navy) !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.03em !important;
}

.heading-gold-line {
  width: 40px !important;
  height: 3px !important;
  background: var(--gold) !important;
  border-radius: 2px !important;
  margin-bottom: 24px !important;
}

.beyond-subtitle {
  font-family: Merriweather, Georgia, serif !important;
  font-size: 22px !important;
  color: var(--navy) !important;
  line-height: 1.45 !important;
  margin-bottom: 20px !important;
  font-weight: 400 !important;
}

.beyond-subtitle strong {
  font-weight: 800 !important;
  color: var(--navy) !important;
}

.beyond-copy p {
  font-size: 15px !important;
  color: #4a5568 !important;
  line-height: 1.65 !important;
  margin-bottom: 18px !important;
}

.beyond-quote-callout {
  border-left: 3px solid var(--gold) !important;
  padding-left: 20px !important;
  margin-top: 28px !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.beyond-quote-callout p {
  font-family: Merriweather, Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

/* Footer Brand Logo Alignment & Centering */
.footer-col-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.footer-brand-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin-bottom: 20px !important;
  width: 100% !important;
}

.footer-brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 12px 20px !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.footer-brand img {
  display: block !important;
  height: 48px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
}

/* Button Centering inside CTA boxes */
.centered-buttons,
.cta-panel .button-row,
.about-mission-panel .button-row,
.ffe-final-cta-panel .button-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* I Work With Grid Styling */
.centered-line {
  margin: 12px auto 20px !important;
}

.professional-help-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}

@media (max-width: 850px) {
  .professional-help-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .professional-help-grid {
    grid-template-columns: 1fr !important;
  }
}

.help-card {
  background: #ffffff !important;
  border: 1px solid rgba(16, 37, 68, 0.08) !important;
  border-radius: 16px !important;
  padding: 32px 24px !important;
  text-align: center !important;
  box-shadow: 0 10px 30px rgba(16, 37, 68, 0.04) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.help-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 18px 40px rgba(16, 37, 68, 0.08) !important;
}

.help-card .line-icon {
  width: 54px !important;
  height: 54px !important;
  margin: 0 auto 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(200, 146, 27, 0.1) !important;
  border-radius: 50% !important;
  color: var(--gold) !important;
  border: none !important;
}

.help-card h3 {
  font-family: Merriweather, Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  margin-bottom: 8px !important;
}

.help-card p {
  font-size: 14px !important;
  color: #5d6879 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Why FFE Grid Styling */
.why-ffe-grid-v2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  align-items: center !important;
}

@media (max-width: 850px) {
  .why-ffe-grid-v2 {
    grid-template-columns: 1fr !important;
  }
}

.why-ffe-feature-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  background: #ffffff !important;
  border: 1px solid rgba(16, 37, 68, 0.08) !important;
  border-radius: 14px !important;
  padding: 20px !important;
  margin-bottom: 16px !important;
  box-shadow: 0 6px 20px rgba(16, 37, 68, 0.03) !important;
}

.why-icon-badge {
  width: 44px !important;
  height: 44px !important;
  flex-shrink: 0 !important;
  border-radius: 12px !important;
  background: rgba(200, 146, 27, 0.12) !important;
  color: var(--gold) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.why-icon-badge svg {
  width: 22px !important;
  height: 22px !important;
}

.why-feature-copy h3 {
  font-family: Merriweather, Georgia, serif !important;
  font-size: 17px !important;
  color: var(--navy) !important;
  margin-bottom: 4px !important;
}

.why-feature-copy p {
  font-size: 14px !important;
  color: #5d6879 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.why-ffe-bottom-banner {
  margin-top: 36px !important;
  background: #eef3f8 !important;
  border-radius: 14px !important;
  padding: 18px 24px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  border: 1px solid rgba(16, 37, 68, 0.08) !important;
}

.why-ffe-bottom-banner p {
  margin: 0 !important;
  font-size: 15px !important;
  color: var(--navy) !important;
}

/* Here's How It Works Grid */
.steps-grid-5 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 16px !important;
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 850px) {
  .steps-grid-5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 500px) {
  .steps-grid-5 {
    grid-template-columns: 1fr !important;
  }
}

.how-step-item {
  text-align: center !important;
}

.step-node {
  position: relative !important;
  margin: 0 auto 16px !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  background: var(--navy) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 20px rgba(16, 37, 68, 0.12) !important;
}

.how-step-item:last-child .step-node {
  background: var(--gold) !important;
  color: var(--navy) !important;
}

.step-number {
  position: absolute !important;
  bottom: -6px !important;
  font-size: 11px !important;
  background: #ffffff !important;
  color: var(--navy) !important;
  padding: 2px 8px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(16, 37, 68, 0.12) !important;
  font-weight: 800 !important;
}

.how-step-item h3 {
  font-family: Source Sans 3, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  color: var(--navy) !important;
  margin-bottom: 6px !important;
}

@media (max-width: 850px) {
  .professional-help-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .professional-help-grid {
    grid-template-columns: 1fr !important;
  }
}

.help-card {
  background: #ffffff !important;
  border: 1px solid rgba(16, 37, 68, 0.08) !important;
  border-radius: 16px !important;
  padding: 32px 24px !important;
  text-align: center !important;
  box-shadow: 0 10px 30px rgba(16, 37, 68, 0.04) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.help-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 18px 40px rgba(16, 37, 68, 0.08) !important;
}

.help-card .line-icon {
  width: 54px !important;
  height: 54px !important;
  margin: 0 auto 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(200, 146, 27, 0.1) !important;
  border-radius: 50% !important;
  color: var(--gold) !important;
  border: none !important;
}

.help-card h3 {
  font-family: Merriweather, Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  margin-bottom: 8px !important;
}

.help-card p {
  font-size: 14px !important;
  color: #5d6879 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Why FFE Grid Styling */
.why-ffe-grid-v2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  align-items: center !important;
}

@media (max-width: 850px) {
  .why-ffe-grid-v2 {
    grid-template-columns: 1fr !important;
  }
}

.why-ffe-feature-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  background: #ffffff !important;
  border: 1px solid rgba(16, 37, 68, 0.08) !important;
  border-radius: 14px !important;
  padding: 20px !important;
  margin-bottom: 16px !important;
  box-shadow: 0 6px 20px rgba(16, 37, 68, 0.03) !important;
}

.why-icon-badge {
  width: 44px !important;
  height: 44px !important;
  flex-shrink: 0 !important;
  border-radius: 12px !important;
  background: rgba(200, 146, 27, 0.12) !important;
  color: var(--gold) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.why-icon-badge svg {
  width: 22px !important;
  height: 22px !important;
}

.why-feature-copy h3 {
  font-family: Merriweather, Georgia, serif !important;
  font-size: 17px !important;
  color: var(--navy) !important;
  margin-bottom: 4px !important;
}

.why-feature-copy p {
  font-size: 14px !important;
  color: #5d6879 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.why-ffe-bottom-banner {
  margin-top: 36px !important;
  background: #eef3f8 !important;
  border-radius: 14px !important;
  padding: 18px 24px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  border: 1px solid rgba(16, 37, 68, 0.08) !important;
}

.why-ffe-bottom-banner p {
  margin: 0 !important;
  font-size: 15px !important;
  color: var(--navy) !important;
}

/* Here's How It Works Grid */
.steps-grid-5 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 16px !important;
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 850px) {
  .steps-grid-5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 500px) {
  .steps-grid-5 {
    grid-template-columns: 1fr !important;
  }
}

.how-step-item {
  text-align: center !important;
}

.step-node {
  position: relative !important;
  margin: 0 auto 16px !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  background: var(--navy) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 20px rgba(16, 37, 68, 0.12) !important;
}

.how-step-item:last-child .step-node {
  background: var(--gold) !important;
  color: var(--navy) !important;
}

.step-number {
  position: absolute !important;
  bottom: -6px !important;
  font-size: 11px !important;
  background: #ffffff !important;
  color: var(--navy) !important;
  padding: 2px 8px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(16, 37, 68, 0.12) !important;
  font-weight: 800 !important;
}

.how-step-item h3 {
  font-family: Source Sans 3, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  color: var(--navy) !important;
  margin-bottom: 6px !important;
}

.how-step-item p {
  font-size: 13px !important;
  color: #5d6879 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

/* ==========================================================================
   FFE Hero Section Styling (Pixel Perfect to Attached Mockup 2)
   ========================================================================== */
.ffe-hero {
  padding: 165px 0 110px !important;
  background: linear-gradient(135deg, #f5f8fc 0%, #fcfdfd 40%, #f9f5ed 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Top-Left Dot Matrix Decor */
.ffe-hero:before {
  content: "" !important;
  position: absolute !important;
  top: 30px !important;
  left: 20px !important;
  width: 140px !important;
  height: 140px !important;
  background-image: radial-gradient(rgba(200, 146, 27, 0.35) 1.8px, transparent 1.8px) !important;
  background-size: 16px 16px !important;
  opacity: 0.7 !important;
  pointer-events: none !important;
}

/* Bottom-Right Dot Matrix Decor */
.ffe-hero:after {
  content: "" !important;
  position: absolute !important;
  bottom: 25px !important;
  right: 25px !important;
  width: 150px !important;
  height: 150px !important;
  background-image: radial-gradient(rgba(200, 146, 27, 0.35) 1.8px, transparent 1.8px) !important;
  background-size: 16px 16px !important;
  opacity: 0.7 !important;
  pointer-events: none !important;
}

/* Decorative Gold Background Arc Ring */
.ffe-hero-bg-ring {
  position: absolute !important;
  top: -120px !important;
  right: -100px !important;
  width: 650px !important;
  height: 650px !important;
  border: 1px solid rgba(200, 146, 27, 0.18) !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.ffe-hero-grid {
  display: grid !important;
  grid-template-columns: 1.02fr 1.08fr !important;
  gap: 44px !important;
  align-items: center !important;
  position: relative !important;
  z-index: 2 !important;
}

.ffe-hero-copy {
  z-index: 2 !important;
}

.ffe-hero-copy h1 {
  font-family: Merriweather, Georgia, serif !important;
  font-size: clamp(2.5rem, 3.8vw, 3.4rem) !important;
  line-height: 1.12 !important;
  color: var(--navy) !important;
  margin-bottom: 18px !important;
  letter-spacing: -0.025em !important;
  font-weight: 700 !important;
}

.hero-lede-text {
  font-size: 16px !important;
  color: #4a5568 !important;
  line-height: 1.65 !important;
  margin-bottom: 30px !important;
  max-width: 530px !important;
}

.hero-button-row {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 34px !important;
  flex-wrap: wrap !important;
}

.hero-button-row .button-gold {
  background: var(--gold) !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
  padding: 14px 26px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 22px rgba(200, 146, 27, 0.28) !important;
  border: 1px solid var(--gold) !important;
}

.hero-button-row .button-navy-outline {
  background: #ffffff !important;
  color: var(--navy) !important;
  border: 1.5px solid var(--navy) !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(13, 27, 61, 0.04) !important;
}

.hero-button-row .button-navy-outline:hover {
  background: var(--navy) !important;
  color: #ffffff !important;
}

/* Feature Bar below buttons with horizontal divider lines */
.ffe-hero-feature-bar {
  margin-top: 10px !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.ffe-feature-items-row {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  flex-wrap: wrap !important;
}

.ffe-feat-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--navy) !important;
  white-space: nowrap !important;
}

.ffe-feat-item svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  stroke: var(--gold) !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}

.ffe-feat-divider {
  width: 1px !important;
  height: 16px !important;
  background: rgba(13, 27, 61, 0.18) !important;
  margin: 0 16px !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
}

/* Right Visual Side (Laptop + Overlapping Floating Cards) */
.ffe-hero-visual-side {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 40px !important;
}

.hero-mockup-frame {
  position: relative !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 64px rgba(13, 27, 61, 0.16) !important;
  border: 1px solid rgba(13, 27, 61, 0.08) !important;
  background: #ffffff !important;
  z-index: 1 !important;
}

.hero-mockup-frame img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Floating Overlay Cards Base Style */
.ffe-floating-card {
  position: absolute !important;
  background: #ffffff !important;
  border: 1px solid rgba(13, 27, 61, 0.08) !important;
  border-radius: 16px !important;
  padding: 16px 18px !important;
  box-shadow: 0 16px 40px rgba(13, 27, 61, 0.14) !important;
  z-index: 10 !important;
  backdrop-filter: blur(8px) !important;
}

/* Card 1: Featured Resource (Bottom Left) */
.ffe-float-resource {
  left: -35px !important;
  bottom: -20px !important;
  max-width: 275px !important;
}

/* Card 2: Member Benefit (Bottom Right) */
.ffe-float-benefit {
  right: -20px !important;
  bottom: -35px !important;
  max-width: 245px !important;
}

.card-inner-flex {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-top: 6px !important;
}

.card-thumb-wrap {
  width: 44px !important;
  height: 56px !important;
  flex-shrink: 0 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  border: 1px solid rgba(13, 27, 61, 0.1) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
}

.card-thumb-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.card-icon-circle {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(200, 146, 27, 0.12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  color: var(--gold) !important;
}

.card-icon-circle svg {
  width: 20px !important;
  height: 20px !important;
  stroke: var(--gold) !important;
}

.card-content-area {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.feat-kicker {
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  color: var(--gold) !important;
  text-transform: uppercase !important;
}

.feat-title {
  font-size: 13.5px !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.feat-sub {
  font-size: 11.5px !important;
  color: #627083 !important;
  margin: 2px 0 6px 0 !important;
  line-height: 1.4 !important;
}

.feat-download-link {
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.feat-download-link:hover {
  color: var(--gold) !important;
}

/* Mobile Responsiveness for Hero & Floating Cards */
@media (max-width: 1100px) {
  .ffe-float-resource {
    left: -10px !important;
  }
  .ffe-float-benefit {
    right: -10px !important;
  }
}

@media (max-width: 991px) {
  .ffe-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .ffe-hero-visual-side {
    max-width: 620px !important;
    margin: 0 auto !important;
  }
  .ffe-float-resource {
    left: 0 !important;
    bottom: -15px !important;
  }
  .ffe-float-benefit {
    right: 0 !important;
    bottom: -30px !important;
  }
}

@media (max-width: 640px) {
  .ffe-floating-card {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    max-width: 100% !important;
    margin-top: 16px !important;
  }
  .ffe-feat-divider {
    display: none !important;
  }
  .ffe-feature-items-row {
    gap: 16px !important;
  }
}
