/* Force hero book cover to always show — override Webflow JS animation */
.header-image._01 {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  object-fit: contain !important;
  object-position: center center !important;
  /* Shrink and center within container to avoid navbar clip */
  top: 20% !important;
  height: 80% !important;
}
/* Kill the overlay transition animation */
.overlay-wrap,
.overlay-image {
  display: none !important;
}
/* Remove frame/box around hero book cover */
.main-image,
.header-section .main-image {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  outline: none !important;
}
.header-image {
  border-radius: 8px !important;
}

/* Patriotic Red, White & Blue Theme Override */
:root {
  --primary-black: #ffffff !important;
  --white: #002868 !important;
  --border: #00286825 !important;
  --grey: #4a6078 !important;
  --dark: #f0f4f8 !important;
  --dark-grey: #4a6078 !important;
  --secondary-black: #f0f4f8 !important;
}

/* Body: white background, navy text */
body {
  background-color: #ffffff !important;
  color: #002868 !important;
  overflow-x: hidden !important;
}

html {
  overflow-x: hidden !important;
}

/* All headings: navy */
h1, h2, h3, h4, h5, h6 {
  color: #002868 !important;
}

/* Nav and header elements */
.navbar {
  background-color: #ffffff !important;
}

.nav-text,
.nav-link,
.brand-link {
  color: #002868 !important;
}

.nav-background {
  background-color: #ffffff !important;
}

.menu-button-top-line,
.menu-button-bottom-line {
  background-color: #002868 !important;
}

/* Header section */
.header-section {
  background-color: #ffffff !important;
}

.heading-title {
  color: #002868 !important;
}

.heading-title.is-grey {
  color: #BF0A30 !important;
}

.header-service-text {
  color: #002868 !important;
}

/* Links and buttons */
.button-text,
.link-button,
.footer-link {
  color: #002868 !important;
}

.underline.is-nav {
  background-color: #BF0A30 !important;
}

/* About section */
.about-section {
  background-color: #f8f9fb !important;
}

.large-text {
  color: #002868 !important;
}

.is-grey {
  color: #BF0A30 !important;
}

.subtitle-text {
  color: #002868 !important;
}

.stats-number {
  color: #BF0A30 !important;
}

.stats-text {
  color: #4a6078 !important;
}

.stats-card {
  border-color: #00286820 !important;
}

/* Service / Book section */
.service-section {
  background-color: #ffffff !important;
}

.accordion-heading {
  color: #002868 !important;
}

.accordion-description {
  color: #4a6078 !important;
}

.accordion-item {
  border-color: #00286820 !important;
}

.accordion-item-trigger {
  color: #002868 !important;
}

.plus-stripe {
  background-color: #002868 !important;
}

.title-overlay {
  background-color: #ffffff !important;
}

/* Project overlay */
.project-overlay {
  background-color: #ffffff !important;
}

.overlay-image {
  background-color: #ffffff !important;
}

/* Testimonial section */
.testimonial-section {
  background-color: #f0f4f8 !important;
}

.testimonial-text {
  color: #002868 !important;
}

.testimonial_content {
  color: #002868 !important;
}

.testimonial_arrow {
  color: #002868 !important;
}

.text-weight-semibold {
  color: #002868 !important;
}

/* Slider dots */
.w-slider-dot {
  background-color: #00286840 !important;
}

.w-slider-dot.w-active {
  background-color: #002868 !important;
}

/* CTA section */
.call-to-action {
  background-color: #ffffff !important;
}

/* Dividers */
.divider-stripe {
  background-color: #00286815 !important;
}

/* Footer */
.footer {
  background-color: #002868 !important;
  color: #ffffff !important;
}

.footer .text-color-secondary,
.footer .text-size-small,
.footer .button-text,
.footer .link-button,
.footer .footer-link,
.footer .text-weight-semibold,
.footer a {
  color: #ffffff !important;
}

.footer .divider-stripe {
  background-color: #ffffff20 !important;
}

.footer .underline.is-nav {
  background-color: #BF0A30 !important;
}

/* Arrow buttons */
.arrow-button {
  color: #002868 !important;
}

.footer .arrow-button {
  color: #ffffff !important;
}

/* Text utilities */
.text-color-secondary {
  color: #4a6078 !important;
}

.text-size-small {
  color: #4a6078 !important;
}

.text-size-regular {
  color: #4a6078 !important;
}

.text-size-medium {
  color: #002868 !important;
}

/* Form elements */
.form_input {
  background-color: #f8f9fb !important;
  border-color: #00286825 !important;
  color: #002868 !important;
}

.form-label {
  color: #002868 !important;
}

.button.is-form-submit {
  background-color: #BF0A30 !important;
  color: #ffffff !important;
  border-color: #BF0A30 !important;
}

/* W-button hover */
.w-button {
  background-color: #BF0A30 !important;
  color: #ffffff !important;
}

/* Background pattern images - make them subtle */
.bg-image,
.service-bg,
.footer-bg,
.image-bg {
  opacity: 0.06 !important;
}

/* Page wrapper */
.page-wrapper {
  background-color: #ffffff !important;
}

/* Accent gradient backgrounds */
.w-nav-overlay {
  background-color: #ffffff !important;
}

/* Responsive nav menu on mobile */
@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #ffffff !important;
  }

  .nav-link-wrapper {
    background-color: #ffffff !important;
  }
}

/* Service image section background */
.service-content {
  background-color: transparent !important;
}

/* Testimonial — contain slider overflow */
.testimonial_slider,
.testimonial_component,
.testimonial-section {
  overflow: hidden !important;
}

/* Testimonial logo - make it visible on light bg */
.testimonial_logo {
  filter: brightness(0) saturate(100%) !important;
}


/* Hide testimonial logos since they're removed but just in case */
.testimonial_logo-wrapper {
  display: none !important;
}

/* ============================================
   BIO SECTION
   ============================================ */

.bio-section {
  background-color: #002868 !important;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}

.bio-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 4rem;
  align-items: start;
}

.bio-photo-col {
  position: sticky;
  top: 100px;
}

.bio-photo-frame {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.15);
}

.bio-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

.bio-credentials {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.bio-credential-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.3px;
  font-weight: 500;
}

.bio-credential-item svg {
  flex-shrink: 0;
}

.bio-text-col {
  padding-top: 0.5rem;
}

.bio-section .subtitle-text {
  color: #ffffff !important;
  font-size: 0.75rem !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin-bottom: 0.75rem !important;
}

.bio-name {
  font-size: 2.5rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.15 !important;
  margin-bottom: 2rem !important;
  letter-spacing: -0.5px !important;
}

.bio-paragraph {
  font-size: 1rem !important;
  line-height: 1.75 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  margin-bottom: 1.25rem !important;
  text-align: left !important;
}

.bio-paragraph.bio-lead {
  font-size: 1.15rem !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  border-left: 3px solid #BF0A30;
  padding-left: 1.25rem;
  margin-bottom: 1.75rem !important;
}

.bio-paragraph.bio-fun {
  font-style: italic;
  color: rgba(255, 255, 255, 0.7) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.25rem;
  margin-top: 0.5rem;
}

/* Bio tablet */
@media screen and (max-width: 991px) {
  .bio-layout {
    grid-template-columns: 260px 1fr;
    gap: 2.5rem;
  }

  .bio-photo-col {
    position: relative;
    top: auto;
  }

  .bio-name {
    font-size: 2rem !important;
  }
}

/* Bio mobile */
@media screen and (max-width: 767px) {
  .bio-layout {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .bio-photo-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bio-photo-frame {
    width: 200px;
    aspect-ratio: 3 / 4;
    border-radius: 16px;
    margin: 0 auto;
  }

  .bio-credentials {
    align-items: center;
  }

  .bio-name {
    font-size: 1.8rem !important;
    text-align: center !important;
  }

  .bio-section .subtitle-text {
    text-align: center !important;
  }

  .bio-paragraph {
    font-size: 0.92rem !important;
    text-align: left !important;
    line-height: 1.7 !important;
  }

  .bio-paragraph.bio-lead {
    font-size: 1rem !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 479px) {
  .bio-photo-frame {
    width: 180px;
  }

  .bio-name {
    font-size: 1.6rem !important;
  }

  .bio-credential-item {
    font-size: 0.75rem;
  }
}

/* Bio portfolio button */
.bio-portfolio-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  margin-top: 1.5rem !important;
  padding: 0.75rem 1.75rem !important;
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 50px !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: all 0.35s ease !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

.bio-portfolio-btn::before {
  content: '' !important;
  position: absolute !important;
  width: 200% !important;
  height: 200% !important;
  border-radius: 50% !important;
  bottom: 0 !important;
  left: 0 !important;
  background: #BF0A30 !important;
  transform: translate(-100%, 100%) !important;
  transition: transform 0.5s ease-out !important;
  z-index: -1 !important;
  display: block !important;
}

.bio-portfolio-btn:hover::before {
  transform: translate(-10%, 10%) !important;
}

.bio-portfolio-btn:hover {
  border-color: #BF0A30 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 25px rgba(191, 10, 48, 0.3) !important;
}

.bio-portfolio-btn svg,
.bio-portfolio-btn span {
  position: relative !important;
  z-index: 2 !important;
}

@media screen and (max-width: 767px) {
  .bio-portfolio-btn {
    margin-top: 1.25rem !important;
    padding: 0.65rem 1.5rem !important;
    font-size: 0.75rem !important;
  }
}

/* ============================================
   FAQ SECTION — STACKED DISPLAY CARDS
   ============================================ */

.faq-section {
  background-color: #f0f4f8 !important;
  position: relative;
  overflow: hidden;
}

/* --- Display Cards Stack --- */
.faq-display-cards {
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
  justify-content: center;
  min-height: 380px;
  padding: 2rem 0;
  margin: 0 auto;
  max-width: 700px;
}

.faq-card {
  grid-area: stack;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22rem;
  height: auto;
  min-height: fit-content;
  padding: 1.25rem 1.5rem 1.5rem;
  box-sizing: border-box;
  gap: 0.35rem;
  border-radius: 14px;
  border: 2px solid #00286818;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: skewY(-8deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  user-select: none;
  overflow: visible;
}

/* Gradient fade on right edge */
.faq-card::after {
  content: '';
  position: absolute;
  right: -1px;
  top: -5%;
  height: 110%;
  width: 3rem;
  background: linear-gradient(to left, #f0f4f8, transparent);
  pointer-events: none;
  z-index: 3;
}

/* Back card */
.faq-card--back {
  transform: skewY(-8deg) translate(-64px, 0px);
  filter: grayscale(100%);
  opacity: 0.7;
}
.faq-card--back::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: rgba(240, 244, 248, 0.5);
  z-index: 1;
  transition: opacity 0.5s ease;
}
.faq-card--back:hover {
  transform: skewY(-8deg) translate(-64px, -120px);
  filter: grayscale(0%);
  opacity: 1;
  border-color: #00286830;
  z-index: 10;
  box-shadow: 0 25px 50px rgba(0, 40, 104, 0.15);
}
.faq-card--back:hover::before {
  opacity: 0;
}

/* Middle card */
.faq-card--mid {
  transform: skewY(-8deg) translate(0px, 40px);
  filter: grayscale(100%);
  opacity: 0.8;
}
.faq-card--mid::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: rgba(240, 244, 248, 0.5);
  z-index: 1;
  transition: opacity 0.5s ease;
}
.faq-card--mid:hover {
  transform: skewY(-8deg) translate(0px, -60px);
  filter: grayscale(0%);
  opacity: 1;
  border-color: #00286830;
  z-index: 10;
  box-shadow: 0 25px 50px rgba(0, 40, 104, 0.15);
}
.faq-card--mid:hover::before {
  opacity: 0;
}

/* Front card — always active */
.faq-card--front {
  transform: skewY(-8deg) translate(64px, 80px);
  border-color: #BF0A3025;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 40px rgba(0, 40, 104, 0.1);
}
.faq-card--front:hover {
  transform: skewY(-8deg) translate(64px, 30px);
  box-shadow: 0 30px 60px rgba(0, 40, 104, 0.18);
}

.faq-card__icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}

.faq-card__icon svg {
  background: #BF0A3015;
  padding: 4px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.faq-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #002868;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.faq-card__desc {
  font-size: 0.82rem;
  color: #4a6078;
  white-space: normal;
  overflow: visible;
  position: relative;
  z-index: 2;
  line-height: 1.45;
}

.faq-card__date {
  font-size: 0.8rem;
  color: #8a9bb5;
  position: relative;
  z-index: 2;
  letter-spacing: 0.5px;
}

/* --- FAQ List below cards --- */
.faq-list {
  max-width: 680px;
  margin: 0 auto;
}

.faq-list-item {
  border-bottom: 1px solid #00286812;
  padding: 1.5rem 0;
}

.faq-list-item:last-child {
  border-bottom: none;
}

.faq-list-q {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #002868;
  margin-bottom: 0.5rem;
}

.faq-list-q svg {
  flex-shrink: 0;
}

.faq-list-a {
  font-size: 0.95rem;
  color: #4a6078;
  line-height: 1.65;
  padding-left: 2.75rem;
}

/* --- FAQ Mobile --- */
@media screen and (max-width: 767px) {
  .faq-display-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    min-height: auto !important;
    padding: 0 !important;
  }

  .faq-card,
  .faq-card.faq-card--back,
  .faq-card.faq-card--mid,
  .faq-card.faq-card--front {
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 120px !important;
    filter: none !important;
    opacity: 1 !important;
    position: relative !important;
    border-color: #00286818 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 4px 20px rgba(0, 40, 104, 0.08) !important;
    grid-area: unset !important;
  }

  .faq-card::before,
  .faq-card--back::before,
  .faq-card--mid::before {
    display: none !important;
  }

  .faq-card::after {
    display: none !important;
  }

  .faq-card:hover,
  .faq-card.faq-card--back:hover,
  .faq-card.faq-card--mid:hover,
  .faq-card.faq-card--front:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 30px rgba(0, 40, 104, 0.12) !important;
    border-color: #BF0A3030 !important;
  }

  .faq-card__desc {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }

  .faq-list-q {
    font-size: 0.95rem;
  }

  .faq-list-a {
    font-size: 0.88rem;
    padding-left: 2.5rem;
  }

  .faq-section .heading-style-h2 {
    font-size: 1.8rem !important;
  }
}

@media screen and (max-width: 479px) {
  .faq-card {
    padding: 1rem 1.25rem !important;
    min-height: 100px !important;
    border-radius: 12px !important;
  }

  .faq-card__title {
    font-size: 0.95rem !important;
  }

  .faq-card__desc {
    font-size: 0.85rem !important;
  }
}

/* ============================================
   PREMIUM MOBILE EXPERIENCE
   ============================================ */

/* --- Tablet (max 991px) --- */
@media screen and (max-width: 991px) {
  .header-grid {
    grid-template-columns: 1fr !important;
  }

  .header-content {
    order: -1 !important;
  }

  .main-image {
    width: 280px !important;
    height: 350px !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0, 40, 104, 0.15) !important;
  }

  .header-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 16px !important;
  }

  .heading-wrap {
    text-align: center !important;
  }

  .hero-subtitle-link {
    text-align: center !important;
  }

  .header-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}

/* --- Mobile (max 767px) --- */
@media screen and (max-width: 767px) {

  /* === GLOBAL MOBILE CENTER FIX === */
  .page-wrapper,
  .page-wrapper * {
    text-align: center !important;
  }

  /* Exceptions that need left-align */
  .accordion-description,
  .faq-list-a,
  .faq-card__desc,
  .form_input,
  .form-label,
  .nav-link-wrapper,
  .stats-card,
  .stats-card * {
    text-align: left !important;
  }

  /* Center all flex/grid children */
  .button-wrap,
  .button-wrap.is-cta,
  .footer-block,
  .footer-content,
  .footer-logo-wrapper,
  .stats-grid,
  .header-content-block,
  .title-content,
  .top-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  /* === HERO SECTION === */
  .header-section {
    min-height: 100vh !important;
    min-height: 100dvh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-top: 80px !important;
    overflow: hidden !important;
  }

  .header-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    min-height: calc(100vh - 80px) !important;
    min-height: calc(100dvh - 80px) !important;
  }

  .header-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 2rem 0 1rem !important;
  }

  .main-image {
    width: 220px !important;
    height: 280px !important;
    margin: 0 auto !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow:
      0 25px 50px rgba(0, 40, 104, 0.2),
      0 0 0 1px rgba(0, 40, 104, 0.05) !important;
  }

  .header-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 20px !important;
  }

  .overlay-wrap {
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  .heading-title {
    font-size: 2.8rem !important;
    line-height: 1.05 !important;
    text-align: center !important;
    margin-top: 1.25rem !important;
    letter-spacing: -1px !important;
  }

  .heading-wrap {
    text-align: center !important;
    width: 100% !important;
  }

  .hero-subtitle-link {
    text-align: center !important;
    margin-top: 0.5rem !important;
    margin-bottom: 2rem !important;
  }

  /* Force the header grid to not overlap on mobile */
  .header-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    height: auto !important;
  }

  .header-grid > .padding-global {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    box-sizing: border-box !important;
  }

  .header-grid > .padding-global .container-large {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .header-content {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5rem 0 1.5rem !important;
  }

  .padding-global .header-bottom-grid {
    padding-bottom: 1.5rem !important;
  }

  .hero-subtitle-link div {
    padding: 0.4rem 1.2rem !important;
    border-bottom-width: 2px !important;
  }

  .hero-subtitle-link span {
    font-size: 0.85rem !important;
    letter-spacing: 2px !important;
  }

  .header-bottom-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 1rem !important;
    padding: 1rem 0 !important;
    text-align: center !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .header-content-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .header-service-text {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    color: #002868 !important;
    font-weight: 600 !important;
  }

  .header-content-grid {
    grid-template-columns: repeat(3, auto) !important;
    gap: 1.5rem !important;
    justify-content: center !important;
    width: 100% !important;
  }

  /* Reorder bottom grid: description first, then social links centered, then author text */
  .header-bottom-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .header-content-block:first-child {
    order: 3 !important;
  }

  .header-content-block.text-align-center {
    order: 1 !important;
  }

  .header-content-block:last-child {
    order: 2 !important;
  }

  .header-content-block .text-size-small {
    text-align: center !important;
    max-width: 100% !important;
    line-height: 1.6 !important;
  }

  .header-content-block .max-width-small {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* === ABOUT SECTION === */
  .about-section {
    background-color: #f8f9fb !important;
  }

  .about-section .padding-section-large {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .subtitle-text {
    font-size: 0.75rem !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #BF0A30 !important;
    margin-bottom: 0.75rem !important;
  }

  .large-text {
    font-size: 1.5rem !important;
    line-height: 1.35 !important;
    text-align: center !important;
    font-weight: 700 !important;
  }

  .stats-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    display: block !important;
    width: 100% !important;
  }

  .stats-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    gap: 1rem !important;
    width: 100% !important;
    padding: 1rem 0 !important;
    border-bottom: 1px solid #00286812 !important;
    text-align: left !important;
  }

  .stats-card:last-child {
    border-bottom: none !important;
  }

  .stats-number {
    min-width: 60px !important;
    text-align: left !important;
  }

  .stats-text {
    text-align: left !important;
  }

  .stats-card {
    padding: 1.25rem 1.5rem !important;
    text-align: center !important;
    border-bottom: 1px solid #00286812 !important;
    border-right: none !important;
  }

  .stats-card:last-child {
    border-bottom: none !important;
  }

  .stats-number {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 0.25rem !important;
  }

  .stats-text {
    font-size: 0.8rem !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
  }

  /* === BOOK SECTION === */
  .service-section .padding-section-large {
    padding-top: 3.5rem !important;
    padding-bottom: 3rem !important;
  }

  .service-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .service-image {
    width: 65% !important;
    max-width: 240px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    border-radius: 12px !important;
    box-shadow:
      0 20px 50px rgba(0, 40, 104, 0.18),
      0 0 0 1px rgba(0, 40, 104, 0.06) !important;
    order: -1 !important;
  }

  .service-content {
    padding: 0 !important;
  }

  .service-content.top {
    order: 0 !important;
  }

  .accordion-item {
    border-color: #00286815 !important;
    padding: 0.75rem 0 !important;
  }

  .accordion-heading {
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
  }

  .accordion-description {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
  }

  .title-wrapper {
    text-align: center !important;
  }

  .heading-style-h2 {
    font-size: 2rem !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  /* === TESTIMONIAL SECTION === */
  .testimonial-section {
    background-color: #f0f4f8 !important;
  }

  .testimonial-section .padding-section-large {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .testimonial-text {
    font-size: 1.15rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
    font-style: italic !important;
  }

  .testimonial_content {
    text-align: center !important;
    padding: 0 0.5rem !important;
  }

  .testimonial_client {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .testimonial_client-image-wrapper {
    width: 56px !important;
    height: 56px !important;
  }

  .testimonial_client-image {
    border-radius: 50% !important;
    width: 56px !important;
    height: 56px !important;
    object-fit: cover !important;
    border: 3px solid #BF0A30 !important;
  }

  .testimonial_arrow {
    display: none !important;
  }

  /* === CTA SECTION === */
  .call-to-action .padding-section-large {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .call-to-action .large-text {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }

  .call-to-action .text-size-medium {
    font-size: 0.75rem !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #BF0A30 !important;
  }

  .button-wrap.is-cta {
    flex-direction: column !important;
    gap: 0.75rem !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    box-sizing: border-box !important;
  }

  .link-button.bigger {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    padding: 1.1rem 2rem !important;
    border: 2px solid #002868 !important;
    border-radius: 12px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: 0 4px 15px rgba(0, 40, 104, 0.08) !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  /* Remove underline decoration on CTA buttons */
  .link-button.bigger .underline,
  .link-button.bigger .underline.is-nav,
  .call-to-action .underline,
  .call-to-action .underline.is-nav {
    display: none !important;
    height: 0 !important;
    border: none !important;
  }

  .link-button.bigger .button-link-wrapper {
    justify-content: center !important;
    width: 100% !important;
  }

  .link-button.bigger .button-text-block,
  .link-button.bigger .button-text-block.bigger {
    text-align: center !important;
    justify-content: center !important;
  }

  /* Hide arrow on mobile CTA for cleaner look */
  .link-button.bigger .arrow-button-block {
    display: none !important;
  }

  /* Hide duplicate hover text */
  .link-button.bigger .button-text.is-hover {
    display: none !important;
  }

  /* === FOOTER === */
  .footer {
    background-color: #002868 !important;
  }

  .footer-padding {
    padding-top: 2.5rem !important;
    padding-bottom: 2rem !important;
  }

  .footer-logo-wrapper {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 1.5rem !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    text-align: center !important;
  }

  .footer-content {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .footer .footer-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }

  .footer .button-wrap {
    display: flex !important;
    justify-content: center !important;
  }

  /* === GLOBAL MOBILE SPACING === */
  .padding-global {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .padding-section-large {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .spacer-xlarge {
    height: 2rem !important;
  }

  .spacer-huge,
  .spacer-xhuge {
    height: 2.5rem !important;
  }

  .spacer-large {
    height: 1.25rem !important;
  }

  /* === NAVBAR MOBILE === */
  .navbar {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .brand-link::after {
    font-size: 0.7rem !important;
    letter-spacing: 1.5px !important;
  }

  .nav-grid {
    align-items: center !important;
  }

  /* === CONTACT PAGE MOBILE === */
  .contact-header-section .contact-padding {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .contact-header-section .large-text {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }

  .form-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .form_input {
    padding: 1rem !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
    border: 2px solid #00286815 !important;
    transition: border-color 0.3s ease !important;
  }

  .form_input:focus {
    border-color: #002868 !important;
    outline: none !important;
  }

  .form-label {
    font-size: 0.8rem !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    margin-bottom: 0.4rem !important;
  }

  .button.is-form-submit,
  .w-button {
    width: 100% !important;
    padding: 1rem 2rem !important;
    border-radius: 12px !important;
    font-size: 0.9rem !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }

  /* Background patterns - hide on mobile for cleanliness */
  .bg-image,
  .bg-image._02,
  .service-bg,
  .service-bg._02 {
    display: none !important;
  }

  /* Top grid section headers */
  .top-grid {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .title-content {
    text-align: center !important;
  }
}

/* --- Small phone (max 479px) --- */
@media screen and (max-width: 479px) {
  .heading-title {
    font-size: 2.4rem !important;
    letter-spacing: -0.5px !important;
  }

  .main-image {
    width: 200px !important;
    height: 260px !important;
    border-radius: 16px !important;
  }

  .large-text {
    font-size: 1.35rem !important;
  }

  .heading-style-h2 {
    font-size: 1.75rem !important;
  }

  .service-image {
    width: 70% !important;
    max-width: 220px !important;
  }

  .brand-link::after {
    font-size: 0.6rem !important;
    letter-spacing: 1px !important;
  }

  .hero-subtitle-link span {
    font-size: 0.75rem !important;
    letter-spacing: 1.5px !important;
  }

  .stats-number {
    font-size: 2.2rem !important;
  }

  .call-to-action .large-text {
    font-size: 1.4rem !important;
  }

  .padding-global {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* Hero layout fix — prevent overlap and clipping */
.header-section {
  height: auto !important;
  min-height: 100vh !important;
}

.header-grid {
  min-height: 100vh !important;
  height: auto !important;
  padding-bottom: 2rem !important;
}

.header-bottom-grid {
  position: relative !important;
  z-index: 5 !important;
  gap: 1rem !important;
}

.header-content {
  position: relative !important;
  z-index: 1 !important;
  padding-top: 5rem !important;
}

.hero-subtitle-link {
  position: relative !important;
  z-index: 2 !important;
  margin-bottom: 0 !important;
}

/* Desktop hero image — scale with viewport */
@media screen and (min-width: 992px) {
  .main-image {
    width: clamp(280px, 30vw, 420px) !important;
    height: clamp(350px, 40vw, 520px) !important;
  }

  .header-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .heading-title {
    font-size: clamp(3rem, 6vw, 8rem) !important;
  }

  .header-block {
    text-align: center !important;
    align-items: center !important;
  }
}

/* Large desktop — bigger title */
@media screen and (min-width: 1400px) {
  .heading-title {
    font-size: clamp(5rem, 8vw, 10rem) !important;
  }

  .main-image {
    width: 420px !important;
    height: 520px !important;
  }
}

/* Fix book section at Mac windowed sizes (992-1200px) */
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .service-section .container-large {
    max-width: 100% !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .service-grid,
  .w-layout-grid.service-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 2rem !important;
    max-width: 600px !important;
    margin: 0 auto !important;
  }

  .book-cover-wrap {
    order: -1 !important;
    text-align: center !important;
  }

  .service-image {
    max-width: 280px !important;
    margin: 0 auto !important;
    display: block !important;
    border-radius: 12px !important;
  }

  .service-content.top {
    order: 0 !important;
  }

  .heading-style-h2 {
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
  }
}

/* Scale title baseline */
.heading-title {
  line-height: 1 !important;
}

/* Prevent social links from clipping off screen */
.header-content-grid {
  flex-wrap: wrap !important;
  gap: 0.75rem 1.5rem !important;
}

/* ============================================
   TABLET / SMALL LAPTOP FIX (768px — 1200px)
   ============================================ */
@media screen and (max-width: 991px) and (min-width: 768px) {

  /* --- HERO — force vertical stack (tablets only) --- */
  .header-section {
    height: auto !important;
    min-height: auto !important;
  }

  .header-grid {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 0 !important;
  }

  .heading-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  .main-image {
    width: 260px !important;
    height: 330px !important;
    margin: 0 auto !important;
  }

  .header-content {
    order: -1 !important;
    display: flex !important;
    justify-content: center !important;
    padding: 5rem 0 1rem !important;
  }

  .header-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .heading-wrap {
    text-align: center !important;
  }

  .hero-subtitle-link {
    text-align: center !important;
  }

  .header-bottom-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 1.25rem !important;
    max-width: 550px !important;
    margin: 0 auto !important;
    padding-top: 1.5rem !important;
  }

  .header-content-block {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  /* Reorder: description first, links, then author tagline */
  .header-content-block.text-align-center { order: 1 !important; }
  .header-content-block:last-child { order: 2 !important; }
  .header-content-block:first-child { order: 3 !important; }

  .header-content-grid {
    justify-content: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem 1.5rem !important;
  }

  .header-service-text {
    font-size: 1rem !important;
    text-align: center !important;
  }

  .hero-subtitle-link {
    margin-bottom: 1rem !important;
  }

  .header-grid > .padding-global {
    padding-bottom: 2.5rem !important;
    width: 100% !important;
  }

  .header-content-block.text-align-center .text-size-small {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
    max-width: 450px !important;
    text-align: center !important;
  }

  .header-content-block.text-align-center .max-width-small {
    margin: 0 auto !important;
  }

  /* --- HEADINGS --- */
  .heading-style-h2 {
    font-size: clamp(2rem, 5vw, 3rem) !important;
  }

  .large-text {
    font-size: 1.5rem !important;
    line-height: 1.35 !important;
  }

  /* --- ABOUT --- */
  .stats-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;
  }

  /* --- BIO --- */
  .bio-layout {
    grid-template-columns: 220px 1fr !important;
    gap: 2rem !important;
  }

  .bio-name {
    font-size: 1.8rem !important;
  }

  .bio-paragraph {
    font-size: 0.92rem !important;
  }

  /* --- BOOK --- */
  .service-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .service-image,
  .book-3d {
    max-width: 280px !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .service-image {
    border-radius: 12px !important;
    box-shadow: 0 15px 40px rgba(0, 40, 104, 0.15) !important;
  }

  .service-content.top {
    order: 1 !important;
  }

  .book-cover-wrap {
    order: 0 !important;
  }

  /* --- FAQ --- */
  .faq-display-cards {
    transform: scale(0.85) !important;
    transform-origin: center !important;
  }

  /* --- CTA --- */
  .call-to-action .button-wrap.is-cta {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 1rem !important;
  }

  .call-to-action .large-text {
    font-size: 1.8rem !important;
  }

  /* --- FOOTER --- */
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem !important;
  }
}

/* ============================================
   PREMIUM EFFECTS & ANIMATIONS
   ============================================ */

/* --- Smooth scroll — fast like butter --- */
html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 80px !important;
}

/* --- Link & button transitions --- */
a, .link-button, .nav-link {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

a:hover, .link-button:hover {
  opacity: 1 !important;
}

/* --- Premium button styles --- */
.link-button {
  position: relative !important;
}

.link-button .button-text {
  transition: transform 0.3s ease, color 0.3s ease !important;
}

.link-button:hover .button-text {
  color: #BF0A30 !important;
}

.footer .link-button:hover .button-text {
  color: #BF0A30 !important;
}

.link-button .arrow-button-block {
  transition: transform 0.3s ease !important;
}

.link-button:hover .arrow-button-block {
  transform: translateX(4px) !important;
}

/* --- Nav link hover underline effect --- */
.nav-link::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 2px !important;
  background: #BF0A30 !important;
  transition: width 0.3s ease !important;
}

.nav-link:hover::after {
  width: 100% !important;
}

/* --- Scroll-triggered fade-in animation --- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(191, 10, 48, 0.4); }
  50% { box-shadow: 0 0 0 12px rgba(191, 10, 48, 0); }
}

/* Sections animate in */
.about-section .padding-section-large,
.service-section .padding-section-large,
.testimonial-section .padding-section-large,
.faq-section .padding-section-large,
.call-to-action .padding-section-large,
.bio-section .padding-section-large {
  animation: fadeInUp 0.8s ease-out both;
}

/* --- Book section purchase button --- */
.book-cover-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.book-buy-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.6rem !important;
  padding: 0.9rem 3rem !important;
  white-space: nowrap !important;
  background: #ffffff !important;
  color: #BF0A30 !important;
  border-radius: 50px !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 2px solid #BF0A30 !important;
  box-shadow: 0 8px 25px rgba(191, 10, 48, 0.15) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

/* Sweep-fill animation */
.book-buy-btn::before {
  content: '' !important;
  position: absolute !important;
  width: 200% !important;
  height: 200% !important;
  border-radius: 50% !important;
  bottom: 0 !important;
  left: 0 !important;
  background: #BF0A30 !important;
  transform: translate(-100%, 100%) !important;
  transition: transform 0.5s ease-out !important;
  z-index: -1 !important;
  display: block !important;
}

.book-buy-btn:hover::before {
  transform: translate(-10%, 10%) !important;
}

.book-buy-btn:hover {
  color: #ffffff !important;
  border-color: #BF0A30 !important;
  box-shadow: 0 12px 35px rgba(191, 10, 48, 0.3) !important;
}

.book-buy-btn svg {
  transition: transform 0.3s ease, stroke 0.3s ease !important;
  position: relative !important;
  z-index: 2 !important;
}

.book-buy-btn span {
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.3s ease !important;
}

.book-buy-btn:hover svg {
  transform: scale(1.15) !important;
  stroke: #ffffff !important;
}

.book-buy-btn:hover span {
  color: #ffffff !important;
}

.book-subtitle {
  font-size: 0.78rem !important;
  color: #8a9bb5 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  margin: 0 !important;
  text-align: center !important;
}

/* --- Kill Webflow 1.75x scale on ALL bigger buttons --- */
.link-button.bigger {
  transform: none !important;
}

/* --- CTA section buttons — desktop premium with sweep animation --- */
.call-to-action .button-wrap.is-cta {
  gap: 1.25rem !important;
}

@media screen and (min-width: 768px) {
  .call-to-action .link-button.bigger {
    padding: 1.25rem 3rem !important;
    border-radius: 50px !important;
    font-size: 0.95rem !important;
    letter-spacing: 2px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
  }

  /* Sweep-fill pseudo element */
  .call-to-action .link-button.bigger::before {
    content: '' !important;
    position: absolute !important;
    width: 200% !important;
    height: 200% !important;
    border-radius: 50% !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: translate(-100%, 100%) !important;
    transition: transform 0.5s ease-out !important;
    z-index: -1 !important;
    display: block !important;
  }

  .call-to-action .link-button.bigger:hover::before {
    transform: translate(-10%, 10%) !important;
  }

  /* ORDER THE BOOK — white bg, red sweep fill */
  .call-to-action .link-button.bigger:first-child {
    background: #ffffff !important;
    border: 2px solid #BF0A30 !important;
  }

  .call-to-action .link-button.bigger:first-child .button-text {
    color: #BF0A30 !important;
    position: relative !important;
    z-index: 2 !important;
    transition: color 0.3s ease !important;
  }

  .call-to-action .link-button.bigger:first-child::before {
    background: #BF0A30 !important;
  }

  .call-to-action .link-button.bigger:first-child:hover .button-text {
    color: #ffffff !important;
  }

  .call-to-action .link-button.bigger:first-child:hover {
    border-color: #BF0A30 !important;
    box-shadow: 0 12px 35px rgba(191, 10, 48, 0.25) !important;
  }

  /* CONTACT ALLEN — white bg, navy sweep fill */
  .call-to-action .link-button.bigger:last-child {
    background: #ffffff !important;
    border: 2px solid #002868 !important;
  }

  .call-to-action .link-button.bigger:last-child .button-text {
    color: #002868 !important;
    position: relative !important;
    z-index: 2 !important;
    transition: color 0.3s ease !important;
  }

  .call-to-action .link-button.bigger:last-child::before {
    background: #002868 !important;
  }

  .call-to-action .link-button.bigger:last-child:hover .button-text {
    color: #ffffff !important;
  }

  .call-to-action .link-button.bigger:last-child:hover {
    border-color: #002868 !important;
    box-shadow: 0 12px 35px rgba(0, 40, 104, 0.25) !important;
  }

  /* Hide arrows and hover text for cleaner look */
  .call-to-action .link-button.bigger .arrow-button-block {
    position: relative !important;
    z-index: 2 !important;
  }

  .call-to-action .link-button.bigger .arrow-button {
    transition: color 0.3s ease !important;
  }

  .call-to-action .link-button.bigger:first-child .arrow-button {
    color: #BF0A30 !important;
  }

  .call-to-action .link-button.bigger:first-child:hover .arrow-button {
    color: #ffffff !important;
  }

  .call-to-action .link-button.bigger:last-child .arrow-button {
    color: #002868 !important;
  }

  .call-to-action .link-button.bigger:last-child:hover .arrow-button {
    color: #ffffff !important;
  }

  .call-to-action .link-button.bigger .underline {
    display: none !important;
  }
}

/* --- Stats cards subtle hover --- */
.stats-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.stats-card:hover {
  transform: translateY(-2px) !important;
}

/* --- Accordion hover effect --- */
.accordion-item-trigger {
  transition: padding-left 0.3s ease !important;
  cursor: pointer !important;
}

.accordion-item-trigger:hover {
  padding-left: 0.5rem !important;
}

.accordion-item-trigger:hover .accordion-heading {
  color: #BF0A30 !important;
}

/* --- Hero subtitle link pulse on load --- */
.hero-subtitle-link div {
  transition: all 0.3s ease !important;
}

.hero-subtitle-link:hover div {
  background: rgba(191, 10, 48, 0.08) !important;
  border-radius: 6px !important;
}

.hero-subtitle-link:hover span {
  color: #9a0826 !important;
}

/* ============================================
   PREMIUM CONTACT FORM
   ============================================ */

.contact-header-section {
  padding-top: 5rem !important;
}

.contact-header-section .large-text {
  font-weight: 700 !important;
}

.form-container {
  max-width: 640px !important;
  margin: 0 auto !important;
}

.form-wrapper {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 2.5rem !important;
  box-shadow: 0 20px 60px rgba(0, 40, 104, 0.08), 0 0 0 1px rgba(0, 40, 104, 0.04) !important;
}

.form_input {
  background-color: #f8f9fb !important;
  border: 2px solid transparent !important;
  border-radius: 12px !important;
  padding: 1rem 1.25rem !important;
  font-size: 1rem !important;
  color: #002868 !important;
  transition: all 0.3s ease !important;
  outline: none !important;
}

.form_input:focus {
  background-color: #ffffff !important;
  border-color: #002868 !important;
  box-shadow: 0 0 0 4px rgba(0, 40, 104, 0.08) !important;
}

.form-label {
  font-size: 0.75rem !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #002868 !important;
  margin-bottom: 0.5rem !important;
}

.button.is-form-submit,
.contact-content-section .w-button {
  background: linear-gradient(135deg, #BF0A30 0%, #9a0826 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 1rem 3rem !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.35s ease !important;
  box-shadow: 0 8px 25px rgba(191, 10, 48, 0.25) !important;
}

.button.is-form-submit:hover,
.contact-content-section .w-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 35px rgba(191, 10, 48, 0.35) !important;
  background: linear-gradient(135deg, #d40b36 0%, #BF0A30 100%) !important;
}

.form_message-success {
  background: #e8f5e9 !important;
  color: #2e7d32 !important;
  border-radius: 12px !important;
  padding: 1.25rem !important;
  font-weight: 600 !important;
}

/* ============================================
   MOBILE MENU PREMIUM
   ============================================ */

@media screen and (max-width: 991px) {
  .nav-menu {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 0 0 16px 16px !important;
    box-shadow: 0 20px 50px rgba(0, 40, 104, 0.15) !important;
  }

  .nav-link-wrapper {
    padding: 2rem 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .nav-link-wrapper .nav-link {
    padding: 1.1rem 1.25rem !important;
    border-radius: 12px !important;
    transition: background 0.2s ease !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    border: 2px solid rgba(0, 40, 104, 0.1) !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .nav-link-wrapper .nav-link:hover {
    background: rgba(0, 40, 104, 0.05) !important;
  }

  .nav-link-wrapper .link-button.is-nav {
    background: #BF0A30 !important;
    border-radius: 12px !important;
    padding: 1rem 1.5rem !important;
    margin-top: 0.75rem !important;
    border: none !important;
    text-align: center !important;
    justify-content: center !important;
    transform: none !important;
  }

  /* Kill all Webflow animation transforms on mobile nav items */
  .nav-link-wrapper .nav-link,
  .nav-link-wrapper .link-button,
  .nav-link-wrapper a {
    transform: none !important;
  }

  /* Hide duplicate hover text in mobile menu */
  .nav-link-wrapper .nav-text.is-hover,
  .nav-link-wrapper .button-text.is-hover {
    display: none !important;
  }

  /* Hide arrow in mobile nav contact button */
  .nav-link-wrapper .link-button.is-nav .arrow-button-block {
    display: none !important;
  }

  /* Hide underline in mobile nav */
  .nav-link-wrapper .underline {
    display: none !important;
  }

  .nav-link-wrapper .link-button.is-nav .button-text,
  .nav-link-wrapper .link-button.is-nav .button-text.is-hover {
    color: #ffffff !important;
  }

  .nav-link-wrapper .link-button.is-nav .arrow-button {
    color: #ffffff !important;
  }

  /* Hamburger animation */
  .menu-button-top-line,
  .menu-button-bottom-line {
    transition: all 0.3s ease !important;
    height: 2px !important;
    border-radius: 2px !important;
  }

  .w-nav-button.w--open .menu-button-top-line {
    transform: rotate(45deg) translateY(4px) !important;
  }

  .w-nav-button.w--open .menu-button-bottom-line {
    transform: rotate(-45deg) translateY(-4px) !important;
  }
}

/* --- Faster smooth scroll via JS override --- */

/* Make sure navbar stays clean on scroll */
.navbar {
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

/* Replace MARKUS logo with site title text */
.logo {
  visibility: hidden !important;
  position: relative !important;
  width: 0 !important;
  height: 0 !important;
}
.brand-link {
  position: relative !important;
  min-width: max-content !important;
}
.brand-link::after {
  content: "Surviving U.S. Healthcare" !important;
  visibility: visible !important;
  position: relative !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 800 !important;
  font-size: 1.1rem !important;
  letter-spacing: 2px !important;
  color: #002868 !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
}
.footer .brand-link::after {
  color: #ffffff !important;
}
@media screen and (max-width: 479px) {
  .brand-link::after {
    font-size: 0.75rem !important;
    letter-spacing: 1px !important;
  }
}

/* ============================================
   CUSTOM CURSOR
   ============================================ */

/* Hide default cursor when custom cursor is active */
html.has-custom-cursor,
html.has-custom-cursor * {
  cursor: none !important;
}

.lux-cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background: #BF0A30;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  mix-blend-mode: normal;
  transition: width 0.25s ease, height 0.25s ease, background 0.25s ease, top 0.25s ease, left 0.25s ease;
  will-change: transform;
}

.lux-cursor-ring {
  position: fixed;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(0, 40, 104, 0.3);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99998;
  transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease, top 0.3s ease, left 0.3s ease, background 0.3s ease;
  will-change: transform;
}

/* Hover state */
.lux-cursor.is-hover {
  width: 8px;
  height: 8px;
  top: -4px;
  left: -4px;
  background: #002868;
}

.lux-cursor-ring.is-hover {
  width: 56px;
  height: 56px;
  top: -28px;
  left: -28px;
  border-color: rgba(191, 10, 48, 0.4);
}

/* Buy button state */
.lux-cursor.is-buy {
  width: 12px;
  height: 12px;
  top: -6px;
  left: -6px;
  background: #BF0A30;
  box-shadow: 0 0 15px rgba(191, 10, 48, 0.5);
}

.lux-cursor-ring.is-buy {
  width: 64px;
  height: 64px;
  top: -32px;
  left: -32px;
  border-color: #BF0A30;
  border-width: 2px;
  background: rgba(191, 10, 48, 0.04);
}

/* Click state */
.lux-cursor.is-click {
  transform: scale(0.7);
}

.lux-cursor-ring.is-click {
  width: 36px;
  height: 36px;
  top: -18px;
  left: -18px;
  border-color: rgba(191, 10, 48, 0.6);
}

/* ============================================
   SOUND TOGGLE BUTTON
   ============================================ */

.sound-toggle {
  position: fixed !important;
  bottom: 1.25rem !important;
  right: 1.25rem !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 2px solid #00286815 !important;
  box-shadow: 0 4px 15px rgba(0, 40, 104, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 9999 !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
  color: #8a9bb5 !important;
}

.sound-toggle:hover {
  border-color: #002868 !important;
  color: #002868 !important;
  box-shadow: 0 8px 25px rgba(0, 40, 104, 0.15) !important;
  transform: scale(1.08) !important;
}

.sound-toggle .sound-on {
  display: none;
}

.sound-toggle .sound-off {
  display: block;
}

.sound-toggle.is-on .sound-on {
  display: block;
}

.sound-toggle.is-on .sound-off {
  display: none;
}

.sound-toggle.is-on {
  background: #002868 !important;
  color: #ffffff !important;
  border-color: #002868 !important;
}

/* Mobile: smaller toggle, hide cursor elements */
@media screen and (max-width: 767px) {
  .lux-cursor,
  .lux-cursor-ring {
    display: none !important;
  }

  .sound-toggle {
    bottom: 1rem !important;
    right: 1rem !important;
    width: 38px !important;
    height: 38px !important;
  }
}

/* ============================================
   IDLE STATE GLOW
   ============================================ */

.idle-glow {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  margin: -300px 0 0 -300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 10, 48, 0.03) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

html.is-idle .idle-glow {
  opacity: 1;
  transform: scale(1);
  animation: idlePulse 4s ease-in-out infinite;
}

@keyframes idlePulse {
  0%, 100% {
    transform: scale(1);
    background: radial-gradient(circle, rgba(191, 10, 48, 0.03) 0%, transparent 70%);
  }
  50% {
    transform: scale(1.15);
    background: radial-gradient(circle, rgba(0, 40, 104, 0.04) 0%, transparent 70%);
  }
}

/* Hide on mobile */
@media screen and (max-width: 767px) {
  .idle-glow { display: none; }
}

/* ============================================
   SECTION-AWARE CURSOR TINT
   ============================================ */

/* Hero — default red dot */
.lux-cursor.cur-hero { background: #BF0A30; }
.lux-cursor-ring.cur-hero { border-color: rgba(0, 40, 104, 0.25); }

/* Bio — white dot for dark bg */
.lux-cursor.cur-bio { background: #ffffff; }
.lux-cursor-ring.cur-bio { border-color: rgba(255, 255, 255, 0.3); }

/* Book section — navy dot */
.lux-cursor.cur-book { background: #002868; }
.lux-cursor-ring.cur-book { border-color: rgba(191, 10, 48, 0.3); }

/* CTA — pulsing red */
.lux-cursor.cur-cta { background: #BF0A30; box-shadow: 0 0 8px rgba(191, 10, 48, 0.4); }
.lux-cursor-ring.cur-cta { border-color: rgba(191, 10, 48, 0.35); }

/* Footer — white for dark bg */
.lux-cursor.cur-footer { background: #ffffff; }
.lux-cursor-ring.cur-footer { border-color: rgba(255, 255, 255, 0.25); }

/* ============================================
   AMBIENT BRIGHTNESS SHIFT
   ============================================ */

.ambient-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: transparent;
  transition: background 1.2s ease;
  mix-blend-mode: multiply;
}

.ambient-overlay.is-dramatic {
  background: rgba(0, 10, 30, 0.03);
}

/* ============================================
   INTERACTIVE 3D BOOK
   ============================================ */

.book-3d {
  position: relative;
  display: inline-block;
  perspective: 800px;
  cursor: grab;
}

.book-3d:active {
  cursor: grabbing;
}

.book-3d-inner {
  position: relative;
  transform-style: preserve-3d;
  transition: none;
  will-change: transform;
}

.book-3d-inner .service-image {
  display: block !important;
  position: relative;
  z-index: 2;
  border-radius: 4px 12px 12px 4px !important;
  box-shadow: none !important;
  backface-visibility: hidden;
}

/* Spine — left edge, appears when rotated */
.book-3d-spine {
  position: absolute;
  left: -1px;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #1a1a2e, #2a2a4a, #1a1a2e);
  transform: translateX(-100%) rotateY(-90deg);
  transform-origin: right center;
  z-index: 1;
  opacity: 0;
  border-radius: 4px 0 0 4px;
  transition: opacity 0.05s ease;
}

/* Glare — light reflection overlay */
.book-3d-glare {
  position: absolute;
  inset: 0;
  border-radius: 4px 12px 12px 4px;
  pointer-events: none;
  z-index: 3;
  mix-blend-mode: overlay;
  background: transparent;
}

/* Shadow — cast shadow beneath the book */
.book-3d-shadow {
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 90%;
  background: rgba(0, 20, 60, 0.4);
  border-radius: 50%;
  z-index: -1;
  filter: blur(25px);
  opacity: 0.3;
  pointer-events: none;
  transform: scaleY(0.3);
  will-change: transform, filter, opacity;
}

/* Mobile: disable 3D, keep it clean */
@media screen and (max-width: 767px) {
  .book-3d {
    perspective: none;
    cursor: default;
  }

  .book-3d-inner {
    transform: none !important;
  }

  .book-3d-spine,
  .book-3d-glare,
  .book-3d-shadow {
    display: none !important;
  }
}

/* ============================================
   MOBILE 3D BOOK VIEWER OVERLAY
   Only applies at <=768px. No desktop impact.
   ============================================ */

.mob-book-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 10, 30, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, background 0.4s ease, backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease;
}

.mob-book-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  background: rgba(0, 10, 30, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.mob-book-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  padding: 0;
}

.mob-book-close:active {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(0.9);
}

.mob-book-stage {
  position: relative;
  width: 260px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 800px;
  transform: scale(0.8);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mob-book-overlay.is-open .mob-book-stage {
  transform: scale(1);
}

.mob-book-3d {
  position: relative;
  transform-style: preserve-3d;
}

.mob-book-inner {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
}

.mob-book-img {
  display: block;
  width: 240px;
  height: auto;
  border-radius: 4px 12px 12px 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.mob-book-glare {
  position: absolute;
  inset: 0;
  border-radius: 4px 12px 12px 4px;
  pointer-events: none;
  z-index: 3;
  mix-blend-mode: overlay;
}

.mob-book-spine {
  position: absolute;
  left: -1px;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #1a1a2e, #2a2a4a, #1a1a2e);
  transform: translateX(-100%) rotateY(-90deg);
  transform-origin: right center;
  z-index: 1;
  opacity: 0;
  border-radius: 4px 0 0 4px;
}

.mob-book-shadow {
  position: absolute;
  bottom: -15px;
  left: 10%;
  width: 80%;
  height: 80%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: -1;
  filter: blur(25px);
  opacity: 0.25;
  pointer-events: none;
  transform: scaleY(0.25);
}

.mob-book-hint {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.mob-book-hint.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hide entirely on desktop */
@media screen and (min-width: 769px) {
  .mob-book-overlay {
    display: none !important;
  }
}
