html {
  scrollbar-gutter: stable;
}

body.site-menu-open {
  overflow: hidden;
}

/* Shared type scale derived from the About page. */
:root {
  --site-type-hero-sub: clamp(1.15rem, 1rem + 0.55vw, 1.3rem);
  --site-type-hero-body: clamp(1rem, 0.95rem + 0.3vw, 1.05rem);
  --site-type-section-body: clamp(1.05rem, 1rem + 0.35vw, 1.15rem);
  --site-type-small-copy: clamp(0.95rem, 0.92rem + 0.22vw, 1.02rem);
}

.hero-sub,
.hero-subtitle,
.hero-lead,
.app-hero-subtitle {
  font-size: var(--site-type-hero-sub);
  line-height: 1.6;
  font-weight: 400;
}

.hero-desc,
.app-hero-desc {
  font-size: var(--site-type-hero-body);
  line-height: 1.75;
}

.section-intro,
.sec-intro,
.s-intro,
.support-sub,
.incl-lead,
.simple-desc,
.connect-desc,
.download-desc,
.cta-desc,
.cta-p,
.banner-sub,
.overview-top-right,
.app-header-desc {
  font-size: var(--site-type-section-body);
  line-height: 1.85;
}

.hero-feature-text,
.tl-text,
.card-text,
.support-card-text,
.faq-answer,
.app-help-desc,
.fp-desc,
.mi-desc,
.eco-desc,
.afc-text,
.feat-desc,
.comp-row,
.cb-text,
.plan-tagline,
.pf-item,
.who-desc,
.faq-a-inner {
  font-size: var(--site-type-small-copy);
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 220;
  width: 100%;
  height: 70px;
  padding: 0 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(210, 196, 180, 0.3);
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.site-nav.scrolled {
  box-shadow: 0 2px 12px rgba(129, 166, 198, 0.12);
}

.site-nav-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.site-nav-logo img {
  display: block;
  width: 100px;
  height: auto;
}

.site-nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.site-nav-item-dropdown {
  padding: 18px 0;
  margin: -18px 0;
}

.site-nav-item > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-nav-link-caret {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 0.2s ease;
}

.site-nav-submenu {
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  z-index: 230;
  min-width: 220px;
  list-style: none;
  margin: 0;
  padding: 12px;
  display: grid;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(210, 196, 180, 0.45);
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(44, 44, 44, 0.14);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.site-nav-submenu a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--text-dark, #2c2c2c);
  text-decoration: none;
}

.site-nav-submenu a:hover,
.site-nav-submenu a.is-active {
  color: var(--blue, #81a6c6);
  background: rgba(129, 166, 198, 0.1);
}

.site-nav-item-dropdown:hover .site-nav-submenu,
.site-nav-item-dropdown:focus-within .site-nav-submenu,
.site-nav-item-dropdown.is-open .site-nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-nav-item-dropdown:hover > a,
.site-nav-item-dropdown:focus-within > a,
.site-nav-item-dropdown.is-open > a {
  color: var(--blue, #81a6c6);
}

.site-nav-item-dropdown:hover .site-nav-link-caret,
.site-nav-item-dropdown:focus-within .site-nav-link-caret,
.site-nav-item-dropdown.is-open .site-nav-link-caret {
  transform: translateY(1px) rotate(225deg);
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
}

.site-nav-links a {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.site-nav-links a:hover {
  color: var(--blue, #81a6c6);
}

.site-nav-links a.is-active {
  color: var(--blue, #81a6c6);
}

.site-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.site-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(210, 196, 180, 0.55);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.site-nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text-dark, #2c2c2c);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.site-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 290;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 0;
  padding: 0;
  background: rgba(16, 18, 20, 0.38);
  backdrop-filter: blur(6px);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.site-nav-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(92vw, 380px);
  padding: 14px;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
  pointer-events: none;
}

.site-nav-mobile.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

.site-nav-mobile-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 22px 22px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(210, 196, 180, 0.35);
  box-shadow: 0 24px 64px rgba(44, 44, 44, 0.16);
}

.site-nav-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-nav-mobile-logo {
  display: inline-flex;
  align-items: center;
}

.site-nav-mobile-logo img {
  width: 92px;
  height: auto;
}

.site-nav-mobile-close {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(210, 196, 180, 0.55);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.site-nav-mobile-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text-dark, #2c2c2c);
}

.site-nav-mobile-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-nav-mobile-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.site-nav-mobile-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.site-nav-mobile-links li {
  border-bottom: 1px solid rgba(210, 196, 180, 0.3);
}

.site-nav-mobile-links a {
  display: block;
  padding: 16px 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text-dark, #2c2c2c);
  text-decoration: none;
  letter-spacing: 0.01em;
}

.site-nav-mobile-links a.is-active,
.site-nav-mobile-item.is-open > a {
  color: var(--blue, #81a6c6);
}

.site-nav-mobile-links a[data-site-nav-mobile-dropdown-toggle] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-nav-mobile-links a[data-site-nav-mobile-dropdown-toggle] .site-nav-link-caret {
  flex-shrink: 0;
  transform: rotate(45deg);
}

.site-nav-mobile-item.has-children {
  padding-bottom: 0;
}

.site-nav-mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
  display: grid;
  gap: 4px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.25s ease, opacity 0.25s ease, margin 0.25s ease;
}

.site-nav-mobile-item.is-open {
  padding-bottom: 10px;
}

.site-nav-mobile-item.is-open > a[data-site-nav-mobile-dropdown-toggle] .site-nav-link-caret {
  transform: rotate(225deg);
}

.site-nav-mobile-item.is-open .site-nav-mobile-submenu {
  margin: 0 0 8px;
  max-height: 640px;
  opacity: 1;
  pointer-events: auto;
}

.site-nav-mobile-submenu li {
  border-bottom: 0;
}

.site-nav-mobile-submenu a {
  display: block;
  padding: 8px 0 8px 12px;
  border-left: 1px solid rgba(210, 196, 180, 0.45);
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  color: var(--text-light, #8a8a8a);
  text-decoration: none;
}

.site-nav-mobile-submenu a.is-active {
  color: var(--blue, #81a6c6);
  border-left-color: var(--blue, #81a6c6);
}

.site-nav-mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}

.site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.site-btn-primary {
  background: rgb(6, 6, 6);
  color: #fff;
  box-shadow: 0 4px 20px rgba(129, 166, 198, 0.4);
}

.site-btn-primary:hover {
  background: #6d94b5;
  box-shadow: 0 6px 28px rgba(129, 166, 198, 0.5);
  transform: translateY(-1px);
}

.site-btn-outline {
  background: transparent;
  color: var(--text-dark, #2c2c2c);
  border-color: var(--taupe);
}

.site-btn-outline:hover {
  border-color: var(--blue, #81a6c6);
  color: var(--blue, #81a6c6);
  transform: translateY(-1px);
}

.site-footer {
  background: var(--white, #ffffff);
  color: var(--text-dark, #2c2c2c);
  border-top: 1px solid rgba(210, 196, 180, 0.3);
  padding: 60px;
}

.site-footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.site-footer-brand {
  max-width: 320px;
}

.site-footer-logo {
  margin-bottom: 16px;
}

.site-footer-logo img {
  display: block;
  width: 110px;
  height: auto;
}

.site-footer-tagline {
  font-size: 0.85rem;
  color: var(--text-light, #8a8a8a);
  line-height: 1.6;
  font-weight: 300;
}

.site-footer-col-title {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark, #2c2c2c);
  margin-bottom: 16px;
}

.site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-links li {
  margin-bottom: 12px;
}

.site-footer-links a {
  font-size: 0.85rem;
  color: var(--text-light, #8a8a8a);
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 300;
}

.site-footer-links a:hover {
  color: var(--blue, #81a6c6);
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(210, 196, 180, 0.3);
}

.site-footer-copy {
  font-size: 0.8rem;
  color: var(--text-light, #8a8a8a);
  font-weight: 300;
}

.site-footer-socials {
  display: flex;
  gap: 12px;
}

.site-social-btn {
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(210, 196, 180, 0.4);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--text-mid, #5a5a5a);
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.site-social-btn svg {
  width: 18px;
  height: 18px;
  display: block;
}

.site-social-btn:hover {
  border-color: var(--blue, #81a6c6);
  color: var(--blue, #81a6c6);
  background: rgba(129, 166, 198, 0.08);
}

@media (max-width: 1024px) {
  .site-nav {
    padding: 0 28px;
    grid-template-columns: auto 1fr auto;
  }

  .site-nav-links,
  .site-nav-actions {
    display: none;
  }

  .site-nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .site-nav {
    height: 64px;
    padding: 0 18px;
    column-gap: 12px;
  }

  .site-nav-logo img {
    width: 84px;
  }

  .site-nav-mobile {
    width: 100%;
    padding: 10px;
  }

  .site-nav-mobile-panel {
    padding: 20px 18px 24px;
    border-radius: 24px;
  }

  .site-footer {
    padding: 48px 24px;
  }

  .site-footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-actions,
  .hero-btns,
  .cta-btns,
  .cta-actions,
  .app-hero-buttons,
  .download-buttons,
  .download-btns,
  .download-btns-small,
  .site-nav-mobile-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions > a,
  .hero-btns > a,
  .cta-btns > a,
  .cta-actions > a,
  .app-hero-buttons > a,
  .download-buttons > a,
  .download-btns > a,
  .download-btns-small > a,
  .site-nav-mobile-actions > a {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    margin-inline: auto;
  }

  .site-btn,
  .btn,
  .store-btn,
  .store-pill,
  .btn-download-sm {
    white-space: normal;
    text-align: center;
  }

  .hero-title,
  .hero-h1,
  .app-hero-title,
  .section-title,
  .sec-title,
  .s-title,
  .mission-statement,
  .vision-container h2,
  .story-content h2,
  .support-content h2,
  .cta-title,
  .cta-h,
  .banner-h {
    font-size: clamp(1.9rem, 8vw, 2.75rem) !important;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .hero-sub,
  .hero-subtitle,
  .hero-desc,
  .app-hero-subtitle,
  .app-hero-desc,
  .section-intro,
  .sec-intro,
  .story-content p,
  .support-content p,
  .vision-container p,
  .principle-desc,
  .simple-desc,
  .support-sub {
    max-width: 100%;
    font-size: 1rem !important;
    line-height: 1.75;
  }

  .hero-ring {
    display: none;
  }

  .hero-card-main {
    width: min(100%, 340px);
    padding: 24px;
  }

  .float-card,
  .metric-float,
  .phone-float,
  .dc {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: min(100%, 320px);
    min-width: 0 !important;
    margin: 12px auto 0 !important;
    animation: none !important;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    position: relative !important;
    inset: auto !important;
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 24px 0 8px;
  }

  .product-visual,
  .app-visual,
  .features-visual {
    justify-content: center !important;
  }

  .product-visual > div,
  .app-visual > div {
    width: min(100%, 340px);
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 0 !important;
  }

  .phone-mockup {
    width: min(100%, 240px);
    height: auto;
    aspect-ratio: 1 / 2;
  }

  .feature-phone,
  .hero-phone {
    width: min(100%, 280px);
  }

  .features-visual {
    margin-top: 0 !important;
  }

  .download-area,
  .cta-band,
  .cta-card {
    padding: 28px 24px !important;
  }

  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .app-phone-band {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 30px 22px !important;
  }

  .app-band-left,
  .app-band-right {
    gap: 12px;
  }

  .store-pill {
    width: 100%;
    justify-content: center;
  }

  .hdc-devices {
    flex-direction: column;
    align-items: center;
  }

  .support-visual-mosaic {
    height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .mosaic-panel {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 150px;
  }

  .story-visual-premium {
    height: 360px;
  }
}

@media (max-width: 480px) {
  section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .site-nav-mobile-panel {
    padding: 18px 16px 22px;
  }

  .site-btn,
  .site-nav-mobile-actions > a {
    padding: 11px 16px;
    font-size: 0.84rem;
  }

  .hero-card-main {
    padding: 20px;
  }

  .metrics-grid,
  .feat-strip,
  .proof-stats,
  .comp-benefits,
  .who-strip {
    grid-template-columns: 1fr !important;
  }

  .app-phone-band,
  .download-area,
  .cta-band,
  .cta-card {
    padding: 24px 18px !important;
  }

  .story-visual-premium {
    height: 280px;
  }
}

/* ══════════════════════════════════════════════════════════
   ENHANCED MOBILE IMPROVEMENTS — additional mobile optimizations
══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  /* Optimize fixed elements for mobile */
  .site-nav {
    height: auto;
    min-height: 60px;
    padding: 10px 16px;
  }

  .site-nav-logo img {
    width: 80px;
    height: auto;
  }

  /* Better mobile menu responsiveness */
  .site-nav-mobile {
    width: 100%;
    padding: 8px;
  }

  .site-nav-mobile-panel {
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Prevent layout shift from scrollbars */
  body {
    scrollbar-gutter: stable;
  }

  /* Better touch interaction areas */
  .site-nav-toggle,
  .site-nav-mobile-close {
    width: 48px;
    height: 48px;
    margin: 4px;
  }

  /* Prevent tap highlight on mobile */
  button,
  a,
  input,
  textarea,
  select {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: text;
    -webkit-touch-callout: none;
  }

  /* Better handling of dynamic viewport changes */
  @supports (padding: max(0px)) {
    body {
      padding-left: max(8px, env(safe-area-inset-left));
      padding-right: max(8px, env(safe-area-inset-right));
      padding-bottom: max(env(safe-area-inset-bottom), 8px);
    }

    .site-nav {
      padding-left: max(8px, env(safe-area-inset-left));
      padding-right: max(8px, env(safe-area-inset-right));
    }

    .site-nav-mobile-panel {
      padding-bottom: max(20px, env(safe-area-inset-bottom));
    }

    footer {
      padding-left: max(24px, env(safe-area-inset-left));
      padding-right: max(24px, env(safe-area-inset-right));
      padding-bottom: max(32px, env(safe-area-inset-bottom));
    }
  }

  /* Improved focus states for accessibility on mobile */
  button:focus-visible,
  a:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    outline: 3px solid var(--blue, #81A6C6);
    outline-offset: 2px;
  }

  /* Better line heights for readability on mobile */
  body {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* Prevent zooming by font size issues on input focus */
  input,
  textarea,
  select,
  button {
    font-size: 16px !important;
  }

  /* Better hover states on touch devices */
  @media (hover: none) {
    a:hover,
    button:hover,
    .btn:hover {
      background-color: inherit;
      color: inherit;
      transform: none;
    }
  }

  /* Smooth scrolling behavior */
  html {
    scroll-behavior: smooth;
  }

  /* Better text selection on mobile */
  body {
    -webkit-user-select: text;
    user-select: text;
  }

  /* Improve form input readability */
  input::placeholder,
  textarea::placeholder {
    opacity: 0.7;
    color: var(--text-light, #8a8a8a);
    font-size: 14px;
  }

  /* Better spacing for interactive elements */
  a + a,
  button + button,
  .btn + .btn {
    margin-left: 8px;
  }

  /* Prevent double-tap zoom on buttons */
  button,
  input[type="button"],
  input[type="submit"],
  [role="button"] {
    touch-action: manipulation;
  }

  /* Better list styling on mobile */
  ul,
  ol {
    margin: 16px 0;
    padding-left: 24px;
  }

  li {
    margin-bottom: 8px;
  }

  /* Improve definition lists on mobile */
  dl {
    margin: 16px 0;
  }

  dt {
    font-weight: 600;
    margin-top: 12px;
  }

  dd {
    margin-left: 0;
    margin-bottom: 8px;
  }

  /* Better quote styling */
  blockquote {
    margin: 20px 0;
    padding-left: 16px;
    border-left: 3px solid var(--blue, #81A6C6);
  }

  /* Improve code blocks on mobile */
  code,
  pre {
    font-size: 0.9rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  pre {
    padding: 12px 16px;
    background: rgba(129, 166, 198, 0.08);
    border-radius: 8px;
    margin: 16px 0;
  }

  /* Better hr styling */
  hr,
  [role="separator"] {
    border: none;
    border-top: 1px solid rgba(210, 196, 180, 0.3);
    margin: 24px 0;
  }
}

@media (max-width: 480px) {
  /* Extra small screen optimizations */
  .site-nav {
    padding: 8px 12px;
  }

  .site-nav-toggle,
  .site-nav-mobile-close {
    width: 44px;
    height: 44px;
  }

  /* Stack buttons more aggressively */
  .hero-actions,
  .cta-btns,
  .cta-actions,
  .download-buttons,
  [class*="button-group"] {
    flex-direction: column;
    gap: 12px;
  }

  .hero-actions > a,
  .cta-btns > a,
  .cta-actions > a,
  .download-buttons > a,
  [class*="button-group"] > a,
  [class*="button-group"] > button {
    width: 100%;
    max-width: none;
  }

  /* Reduce spacing for ultra-mobile */
  html {
    font-size: 14px;
  }

  body {
    line-height: 1.5;
  }

  /* Optimize images for slow networks */
  img {
    loading: lazy;
  }

  /* Better spacing reduction */
  section {
    margin: 0;
  }

  /* Form improvements */
  input,
  textarea,
  select {
    width: 100%;
    max-width: 100%;
  }

  /* Reduce padding inside form elements */
  input,
  textarea,
  select {
    padding: 11px 12px;
  }

  /* Better list density */
  li {
    margin-bottom: 6px;
  }

  /* Reduce blockquote size */
  blockquote {
    padding-left: 12px;
    margin: 16px 0;
  }

  /* Compact code blocks */
  code,
  pre {
    font-size: 0.85rem;
  }

  pre {
    padding: 10px 12px;
  }
  /* ================= FINAL MOBILE MASTER FIX ================= */

@media (max-width: 768px) {

  /* GLOBAL */
  section {
    padding: 60px 16px !important;
  }

  /* NAV */
  nav {
    padding: 10px 16px !important;
  }

  /* HERO */
  .hero-inner {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding: 110px 16px 50px !important;
  }

  .hero-img-frame img {
    margin-bottom: 0 !important;
    max-width: 90%;
  }

  /* ================= APPROACH FIX ================= */

  .approach-step {
    grid-template-columns: 1fr !important;   /* 🔥 main fix */
    gap: 20px;
  }

  .approach-rail {
    display: none !important;   /* 🔥 line hata diya */
  }

  .approach-card {
    grid-template-columns: 1fr !important;
    padding: 20px !important;
  }

  /* ================= FOUNDATION ================= */

  .pillars-grid {
    grid-template-columns: 1fr !important;
  }

  .pillar-card {
    padding: 24px !important;
  }

  /* ================= DIET ================= */

  .diet-grid {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }

  /* ================= ROOT CAUSE ================= */

  .rc-topbar {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .rc-icons-grid {
    justify-content: center;
  }

  /* ================= FUNCTIONAL ================= */

  .ff-grid {
    grid-template-columns: 1fr !important;
  }

  .ff-card {
    height: auto !important;
  }

  /* ================= AESTHETIC ================= */

  .aes-shell {
    grid-template-columns: 1fr !important;
  }

  .aes-content {
    padding: 40px 16px !important;
  }

  /* ================= VISUAL FAT ================= */

  .vf-main-grid {
    grid-template-columns: 1fr !important;
  }

  .vf-strategy {
    grid-template-columns: 1fr !important;
  }

  /* ================= FOOTER ================= */

  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

}
}

@media only screen and (max-width: 1400px) {
.site-nav-links {
  gap: 20px;
}

}

@media only screen and (max-width: 1199px) {
.site-nav-links {
  gap: 13px;
}
.site-nav {  
  padding: 0 30px;
}

}

