/* ==========================================================================
   GLX web fonts — Source Sans Pro (local)
   ========================================================================== */

   @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-ExtraLight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-ExtraLightIt.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-LightIt.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-It.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-SemiboldIt.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-BoldIt.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-BlackIt.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
  
  /* ==========================================================================
     GolfLogix Home — Design tokens & base
     ========================================================================== */
  
  :root {
    --green-dark: #1a3508;
    --green-accent: #42cc71;
    --green-olive: #465d1d;
    --text-dark: #1c2835;
    --text-muted: #a8a8a8;
    --text-grey: #999;
    --card-dark: #181818;
    --bg-dark: #0a0a0a;
    --bg-cta: #111111;
    --white: #ffffff;
    --gradient-light: linear-gradient(180deg, #ebedee 0%, #c7d6ea 100%);
    --gradient-blue: linear-gradient(180deg, #c7d6ea 0%, #ebedee 100%);
    --gradient-blue-reverse: linear-gradient(180deg, #c7d6ea 0%, #ebedee 100%);
    --gradient-cta-card: linear-gradient(112deg, #1a3508 6.67%, #0a1900 91.56%);
    --gradient-plan-featured: linear-gradient(138deg, #1a3508 6.17%, #181818 93.83%);
    --font-primary: "Source Sans Pro", sans-serif;
    --font-display: "Bebas Neue", sans-serif;
    --font-ui: "Inter", sans-serif;
    --container-max: 1280px;
    --section-pad-x: 32px;
    --section-pad-y: 112px;
    --radius-card: 16px;
    --radius-btn: 999px;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: var(--font-primary) !important;
    color: var(--text-dark);
    background: var(--white);
    line-height: 1.5;
    overflow-x: hidden;
  }
  
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  ul {
    list-style: none;
  }
  
  h1, h2, h3, h4, h5, h6, p{
    margin: 0;
  }
  
  .container {
    width: 100%;
    max-width: calc(var(--container-max) + var(--section-pad-x) * 2);
    margin: 0 auto;
    padding: 0 var(--section-pad-x);
  }
  
  /* ==========================================================================
     Buttons
     ========================================================================== */
  
  .btn-glx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-family: var(--font-primary) !important;
    font-weight: 700;
    text-decoration: none;
    transition:
      opacity 0.2s,
      transform 0.2s;
  }
  
  .btn-glx:hover {
    opacity: 0.92;
    transform: translateY(-1px);
  }
  
  .btn--nav {
    background: var(--white);
    color: var(--text-dark);
    padding: 12px 17px;
    min-height: 52px;
    border-radius: var(--radius-btn);
    font-size: 18px;
    white-space: nowrap;
    letter-spacing: -0.54px;
    text-transform: uppercase;
  }
  
  .btn--hero {
    background: var(--white);
    color: var(--green-dark);
    padding: 15px 42px;
    max-width: 310px;
    min-height: 64px;
    border-radius: var(--radius-btn);
    font-family: var(--font-ui) !important;
    font-size: 26px;
    line-height: 21px;
    letter-spacing: -0.35px;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(66, 204, 113, 0.3);
  }
  
  .btn--sm {
    background: var(--white);
    color: var(--green-dark);
    padding: 6px 18px;
    border-radius: var(--radius-btn);
    font-size: 14px;
  }
  
  .btn--md {
    max-width: 172px;
    background: var(--white);
    color: var(--green-dark);
    padding: 8px 23px;
    border-radius: 21px;
    font-size: 15px;
  }
  
  /* ==========================================================================
     Scroll reveal
     ========================================================================== */
  
  .reveal-up {
    opacity: 0;
    transform: translateY(72px);
    transition:
      opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1),
      transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  }
  
  .reveal-up.reveal-up--compact {
    transform: translateY(48px);
  }
  
  .reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* ==========================================================================
     Navbar
     ========================================================================== */
  
  .navbar--glx {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--green-dark);
    padding: 24px 0;
  }
  
  .navbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  
  /* Header spans the full viewport width instead of the centered container */
  .navbar--glx > .container.navbar__inner {
    max-width: none;
  }
  .navbar--glx > .container.navbar__inner::before,
  .navbar--glx > .container.navbar__inner::after {
    content: none;
  }
  
  .navbar__logo img {
    width: auto;
    height: 40px;
    object-fit: contain;
  }
  
  .navbar__toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }
  
  .navbar__toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    transition:
      transform 0.3s,
      opacity 0.3s;
  }
  
  .navbar__nav {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  
  .navbar__links {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  
  .navbar__links a {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    color: var(--white);
    white-space: nowrap;
    transition: opacity 0.2s;
  }
  
  .navbar__links a:hover {
    opacity: 0.8;
  }
  
  .navbar__links .current-menu-item a span {
      color: #fff !important;
      opacity: .6;
  }
  
  /* ==========================================================================
     Hero
     ========================================================================== */
  
  .hero--glx {
    position: relative;
    min-height: 821px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #0a0a0a;
  }
  
  .hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  
  .hero__bg-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  
  .hero__bg-image picture,
  .hero__bg-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  
  .hero__bg-image img {
    object-fit: cover;
  }
  
  .hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "text visual"
      "actions visual";
    align-items: center;
    column-gap: 48px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .hero__text {
    grid-area: text;
    display: flex;
    flex-direction: column;
  }
  
  .hero__visual {
    grid-area: visual;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
  
  .hero__actions {
    grid-area: actions;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -80px;
  }
  
  .hero--glx .badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    padding: 8px 17px;
    border-radius: var(--radius-btn);
    background: rgba(66, 204, 113, 0.12);
    border: 1px solid rgba(66, 204, 113, 0.4);
    color: var(--green-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    min-width: 197px;
    margin-bottom: 28px;
  }
  
  .hero__title {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    color: var(--white);
    text-transform: uppercase;
    max-width: 520px;
    margin-bottom: 10px;
  }
  
  .hero__title-bold {
    font-weight: 700;
  }
  
  .hero__title-regular {
    font-weight: 400;
  }
  
  .hero__desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: var(--white);
    max-width: 466px;
  }
  
  .hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding-top: 35px;
  }
  
  .stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  
  .stat__value {
    font-family: var(--font-display) !important;
    font-size: 36px;
    line-height: 36px;
    color: var(--green-accent);
    letter-spacing: 1px;
  }
  
  .stat__label {
    font-family: var(--font-ui) !important;
    font-size: 11px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
  }
  
  @keyframes hero-phone-enter {
    from {
      opacity: 0;
      transform: translateY(72px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .hero__phone {
    width: 100%;
    max-width: 580px;
    object-fit: contain;
    opacity: 0;
    animation: hero-phone-enter 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
  }
  
  /* ==========================================================================
     Feature sections
     ========================================================================== */
  
  .feature-section {
    padding: var(--section-pad-y) 0;
  }
  
  .feature-section--gradient {
    background: var(--gradient-light);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.06); */
  }
  
  .feature-section--gradient-reverse {
    background: var(--gradient-blue-reverse);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.06); */
    position: relative;
  }
  
  .feature-section--white {
    background: var(--white);
    border-bottom: none;
  }
  
  .feature-section--white::before {
    display: none;
  }
  
  .feature-section--white > .container {
    position: relative;
  }
  
  .feature-section--blue {
    background: #c7d6ea;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }
  
  .feature-section--blue::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gradient-blue);
    pointer-events: none;
  }
  
  .feature-section--blue > .container {
    position: relative;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .section-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text-dark);
    margin-bottom: 16px;
    padding-left: 5px;
  }
  
  .section-title {
    font-size: clamp(40px, 7vw, 96px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--green-dark);
    margin-bottom: 8px;
  }
  
  .section-title-light {
    display: block;
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.1;
  }
  
  .section-desc {
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 33px;
    color: var(--text-dark);
    max-width: 888px;
    margin-top: 20px;
  }
  
  /* ==========================================================================
     Feature cards
     ========================================================================== */
  
  .card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  
  .feature-card--glx {
    background: var(--card-dark);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-card);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .feature-card__media {
    position: relative;
    aspect-ratio: 290 / 516;
    overflow: hidden;
  }
  
  .feature-card__media img,
  .feature-card__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--radius-card);
  }
  
  .feature-card__volume {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: var(--white);
    cursor: pointer;
    transition:
      background 0.2s,
      border-color 0.2s;
  }
  
  .feature-card__volume:hover {
    background: rgba(0, 0, 0, 0.75);
    border-color: rgba(255, 255, 255, 0.35);
  }
  
  .feature-card__volume:focus-visible {
    outline: 2px solid var(--green-accent);
    outline-offset: 2px;
  }
  
  .feature-card__volume svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    pointer-events: none;
  }
  
  .feature-card__volume .icon-volume-on {
    display: none;
  }
  
  .feature-card__volume.is-unmuted .icon-volume-off {
    display: none;
  }
  
  .feature-card__volume.is-unmuted .icon-volume-on {
    display: block;
  }
  
  .feature-card__body {
    padding: 12px 16px 4px;
    flex: 1;
  }
  
  .feature-card__body h3 {
    font-size: 14px;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: 6px;
  }
  
  .feature-card__body p {
    font-size: 14px;
    line-height: 19.5px;
    color: var(--text-muted);
  }
  
  .feature-card__footer {
    padding: 13px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .feature-card--cta {
    background: var(--gradient-cta-card);
    border: 1px solid rgba(66, 204, 113, 0.35);
    padding: 24px 54px 24px 24px;
    justify-content: center;
    gap: 16px;
  }
  
  .feature-card__cta-title {
    font-family: var(--font-ui) !important;
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
  }
  
  .feature-card__quote {
    font-size: 14px;
    font-style: italic;
    line-height: 21px;
    color: #c0c0c0;
  }
  
  /* ==========================================================================
     Testimonials
     ========================================================================== */
  
  .testimonials--glx {
    background: var(--gradient-light);
    padding: 80px 0 60px;
    overflow: hidden;
  }
  
  .testimonials__title {
    font-size: clamp(40px, 7vw, 96px);
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: var(--green-dark);
    margin-bottom: 40px;
    line-height: 1;
  }
  
  .marquee {
    overflow: hidden;
    margin-bottom: 16px;
    /* mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); */
  }
  
  .marquee__track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: marquee-left 40s linear infinite;
  }
  
  .marquee--right .marquee__track {
    animation: marquee-right 45s linear infinite;
  }
  
  @keyframes marquee-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  
  @keyframes marquee-right {
    from {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0);
    }
  }
  
  .review-card {
    flex-shrink: 0;
    width: 288px;
    min-height: 151px;
    background: var(--card-dark);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-card);
    padding: 21px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .review-card p {
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
  }
  
  .review-card strong {
    font-family: var(--font-ui) !important;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
  }
  
  .stars {
    font-size: 11px;
    color: var(--green-accent);
    letter-spacing: 1px;
  }
  
  /* ==========================================================================
     Pricing
     ========================================================================== */
  
  .pricing--glx {
    background: var(--gradient-blue-reverse);
    padding: 95px 0 100px;
  }
  
  .pricing__title {
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: var(--green-dark);
    margin-bottom: 41px;
    line-height: 1.1;
  }
  
  .pricing__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
    flex-wrap: wrap;
  }
  
  .plan-card {
    background: var(--card-dark);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    width: 100%;
    max-width: 307px;
    min-height: 350px;
    padding: 41px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .plan-card--featured {
    max-width: 382px;
    min-height: 493px;
    padding: 35px 34px 48px;
    background: var(--gradient-plan-featured);
    border: 1px solid var(--green-accent);
    box-shadow: 0 0 30px rgba(66, 204, 113, 0.15);
    gap: 8px;
  }
  
  .plan-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 11px 20px;
    background: var(--green-olive);
    border-radius: var(--radius-btn);
    font-family: var(--font-ui) !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 12px;
  }
  
  .plan-card__period {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 16px;
  }
  
  .plan-card__price {
    margin-bottom: 20px;
  }
  
  .plan-card__amount {
    font-family: var(--font-display) !important;
    font-size: 70px;
    line-height: 1;
    color: var(--white);
  }
  
  .plan-card__amount--lg {
    font-size: 96px;
  }
  
  .plan-card__suffix {
    font-family: var(--font-ui) !important;
    font-size: 14px;
    color: var(--text-muted);
  }
  
  .plan-card__suffix--lg {
    font-size: 20px;
  }
  
  .plan-card__tagline {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 16px;
  }
  
  .plan-card__billing {
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 20px;
  }
  
  .plan-card__billing--featured {
    font-size: 11px;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: -8px;
    margin-bottom: 24px;
  }
  
  .plan-card--compact {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    min-height: auto;
    padding: 24px 20px;
    text-align: left;
    gap: 0;
  }
  
  .plan-card__summary {
    flex: 0 0 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
  
  .plan-card--compact .plan-card__period {
    margin-bottom: 8px;
  }
  
  .plan-card--compact .plan-card__price {
    margin-bottom: 6px;
  }
  
  .plan-card--compact .plan-card__amount {
    font-size: 52px;
  }
  
  .plan-card--compact .plan-card__suffix {
    font-size: 13px;
  }
  
  .plan-card--compact .plan-card__billing {
    margin-bottom: 0;
  }
  
  .plan-card__features--compact {
    flex: 1;
    margin-bottom: 0;
    padding-left: 16px;
    align-self: center;
  }
  
  .plan-card__features--compact li {
    font-size: 11px;
    margin-bottom: 6px;
  }
  
  .plan-card__compact-cta {
    display: none;
  }
  
  .plan-card__features {
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
    flex: 1;
  }
  
  .plan-card__features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 8px;
  }
  
  .plan-card__features--light li {
    font-size: 16px;
    color: var(--white);
  }
  
  .plan-card__features img {
    flex-shrink: 0;
    width: 13px;
    height: 13px;
  }
  
  .btn--plan-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 45px;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    max-width: 209px;
  }
  
  .btn--plan-primary {
    background: var(--white);
    color: var(--green-dark);
    padding: 7px 52px;
    border-radius: 14px;
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(66, 204, 113, 0.3);
  }
  
  /* ==========================================================================
     Download CTA
     ========================================================================== */
  
  .download-cta {
    position: relative;
    min-height: 725px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
  }
  
  .download-cta__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  
  .download-cta__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .download-cta__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 80px 32px;
  }
  
  .download-cta__title {
    font-size: clamp(36px, 6vw, 96px);
    font-weight: 700;
    line-height: 1.06;
    color: var(--white);
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  
  .download-cta__desc {
    font-size: clamp(20px, 3vw, 36px);
    line-height: 44px;
    color: var(--white);
    max-width: 892px;
  }
  
  .download-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
  
  .btn--download-primary {
    background: var(--green-olive);
    color: var(--white);
    padding: 12px 47px;
    min-height: 56px;
    border-radius: var(--radius-btn);
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 0 20px rgba(70, 93, 29, 0.88);
    text-transform: none;
    letter-spacing: 0;
  }
  
  .btn--download-secondary {
    background: rgba(255, 255, 255, 0.8);
    color: rgba(0, 0, 0, 0.7);
    padding: 12px 33px;
    min-height: 56px;
    border-radius: var(--radius-btn);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 20px;
  }
  
  .download-cta__stores {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .store-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-muted);
    transition: color 0.2s;
    text-decoration: none;
  }
  
  .store-link:hover {
    color: var(--white);
  }
  
  .store-divider {
    width: 1px;
    height: 37px;
    background: rgba(255, 255, 255, 0.90);
  }
  
  /* ==========================================================================
     Footer
     ========================================================================== */
  
  .footer--glx {
    background: var(--bg-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 56px 0 0;
  }
  
  .footer__inner {
    padding-bottom: 32px;
  }
  
  .footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 48px;
  }
  
  .footer__brand p {
    font-size: 15px;
    line-height: 21px;
    color: var(--text-muted);
    margin: 24px 0;
    max-width: 355px;
  }
  
  .footer__logo {
    width: auto;
    height: 45px;
  }
  
  .footer__social {
    display: flex;
    gap: 8px;
  }
  
  .footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    transition: border-color 0.2s;
  }
  
  .footer__social a:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }
  
  .footer__social img {
    width: 18px;
    height: 18px;
  }
  
  .footer__col h4 {
    font-family: var(--font-ui) !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 10px;
    padding: 0;
  }
  
  .footer__col li {
    margin-bottom: 10px;
  }
  
  .footer__col a {
    font-size: 15px;
    color: #b0b0b0;
    transition: color 0.2s;
  }
  
  .footer__col a:hover {
    color: var(--white);
  }
  
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 15px;
    color: var(--text-grey);
  }
  
  .footer__bottom a {
    text-decoration: underline;
    color: var(--text-grey);
  }
  
  .footer__rating {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .footer__rating .stars {
    font-size: 12px;
  }
  
  .GLX-inner-banner {
    width: 100%;
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .GLX-inner-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.56) 0%,
      rgba(0, 0, 0, 0.56) 100%
    );
  }
  
  @media (min-width: 993px) {
    .pricing__grid > .plan-card:nth-child(1) {
      order: 2;
    }
  
    .pricing__grid > .plan-card:nth-child(2) {
      order: 1;
    }
  
    .pricing__grid > .plan-card:nth-child(3) {
      order: 3;
    }
  
    .plan-card--compact {
      flex-direction: column;
      align-items: center;
      text-align: center;
      min-height: 350px;
      padding: 41px 28px 28px;
    }
  
    .plan-card__summary {
      flex: none;
      width: 100%;
      border-right: none;
      padding-right: 0;
      align-items: center;
    }
  
    .plan-card__features--compact {
      padding-left: 0;
      width: 100%;
    }
  
    .plan-card__features--compact li {
      font-size: 12px;
      justify-content: flex-start;
    }
  
    .plan-card__compact-cta {
      display: inline-flex;
    }
  
    .mo-show {
      display: none !important;
    }
  }
  
  /* ==========================================================================
     Responsive
     ========================================================================== */
  
  @media (max-width: 1200px) {
    .card-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .hero--glx {
      min-height: auto;
    }
  
    .hero__content {
      grid-template-columns: 1fr;
      grid-template-areas:
        "text"
        "visual"
        "actions";
      text-align: center;
      align-items: center;
      column-gap: 0;
      row-gap: 24px;
      padding-top: 32px;
      padding-bottom: 48px;
    }
  
    .hero__text {
      align-items: center;
      gap: 16px;
    }
  
    .badge {
      align-self: center;
    }
  
    .hero__title {
      max-width: 100%;
      font-size: clamp(28px, 8vw, 40px);
      line-height: 1.15;
    }
  
    .hero__desc {
      display: none;
    }
  
    .hero__visual {
      width: 100%;
      max-width: 420px;
      justify-self: center;
    }
  
    .hero__actions {
      align-items: center;
      width: 100%;
      gap: 28px;
    }
  
    .btn--hero {
      width: 100%;
      max-width: 340px;
      min-height: 56px;
      font-size: 20px;
    }
  
    .hero__stats {
      justify-content: center;
      width: 100%;
      gap: 24px;
      padding-top: 0;
    }
  
    .hero__phone {
      max-width: 360px;
    }
  }
  
  @media (max-width: 992px) {
    .navbar--glx {
      padding: 14px 0;
    }
  
    .navbar__inner {
      position: relative;
      z-index: 1002;
    }
  
    .navbar__logo img {
      height: 22px;
      position: relative;
      z-index: 1003;
    }
  
    .navbar__toggle {
      display: flex;
      position: relative;
      z-index: 1003;
    }
  
    .navbar__nav {
      position: fixed;
      inset: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100dvh;
      background: var(--green-dark);
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      padding: 88px 32px max(32px, env(safe-area-inset-bottom));
      gap: 0;
      box-shadow: none;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
      z-index: 1001;
    }
  
    .navbar__nav.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
  
    .navbar__links {
      flex-direction: column;
      align-items: flex-start;
      gap: 40px;
      padding-top: 32px;
      flex: 1;
    }
  
    .navbar__links a {
      font-size: 18px;
      line-height: 1.4;
    }
  
    .navbar__nav .btn--nav {
      width: 100%;
      margin-top: auto;
      flex-shrink: 0;
      text-align: center;
    }
  
    .navbar__toggle.is-active span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }
  
    .navbar__toggle.is-active span:nth-child(2) {
      opacity: 0;
    }
  
    .navbar__toggle.is-active span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }
  
    .footer__grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .section-header {
      text-align: center;
      margin-bottom: 32px;
    }
  
    .section-label {
      padding-left: 0;
    }
  
    .section-desc {
      margin-left: auto;
      margin-right: auto;
    }
  
    .feature-section > .container {
      overflow: visible;
    }
  
    .card-grid {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      scrollbar-width: none;
      gap: 12px;
      grid-template-columns: unset;
      max-width: none;
      margin: 0;
      padding: 0 var(--section-pad-x) 12px;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      scroll-padding-inline: var(--section-pad-x);
    }
  
    .card-grid::-webkit-scrollbar {
      display: none;
    }
  
    .feature-card--glx {
      flex: 0 0 calc(100vw - var(--section-pad-x) * 2 - 48px);
      max-width: 320px;
      scroll-snap-align: start;
    }
  
    /* Disable scroll-reveal on carousel cards — horizontal swipe was re-triggering the slide-up */
    .card-grid .feature-card--glx.reveal-up {
      opacity: 1;
      transform: none;
      transition: none;
    }
  
    .feature-card--cta {
      min-height: 420px;
    }
  
    .pricing__grid {
      flex-direction: column;
      align-items: stretch;
      gap: 16px;
    }
  
    .pricing__grid > .plan-card {
      order: unset;
    }
  
    .plan-card,
    .plan-card--featured,
    .plan-card--compact {
      max-width: 100%;
      width: 100%;
    }
  
    .section-title {
      letter-spacing: 0.5px;
    }
  
    .mo-hide {
      display: none !important;
    }
  }
  
  @media (max-width: 768px) {
    :root {
      --section-pad-y: 72px;
      --section-pad-x: 20px;
    }
  
    .hero--glx .badge{
      margin: auto;
    }
  
    .hero__actions{
      margin-top: 15px;
    }
  
    .feature-card--cta {
      min-height: 280px;
    }
  
    .footer__grid {
      grid-template-columns: 1fr;
    }
  
    .footer__bottom {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .download-cta__buttons {
      flex-direction: column;
      width: 100%;
      max-width: 320px;
    }
  
    .btn--download-primary,
    .btn--download-secondary {
      width: 100%;
    }
  
    .hero__content {
      row-gap: 20px;
      padding-top: 24px;
      padding-bottom: 40px;
    }
  
    .hero__phone {
      max-width: 300px;
    }
  
    .btn--hero {
      max-width: 100%;
      min-height: 52px;
      font-size: 18px;
    }
  
    .hero__stats {
      gap: 16px;
      justify-content: space-between;
    }
  
    .stat {
      flex: 1;
      align-items: center;
      min-width: 0;
    }
  
    .stat__label {
      font-size: 10px;
    }
  
    .marquee__track {
      animation-duration: 25s;
    }
  }
  
  @media (max-width: 575px) {
    .feature-section {
      padding: 20px 0;
    }
  
    .section-title-light {
      margin-top: 10px;
    }
  
    .section-title {
      font-size: 30px;
    }
  
    .testimonials--glx {
      padding: 35px 0 30px;
    }
  
    .pricing--glx {
      padding: 30px 0 40px;
    }
  
    .pricing__title {
      font-size: 32px;
      margin-bottom: 20px;
    }
  
    .pricing__title {
      margin-bottom: 20px;
      font-size: 32px;
    }
  
    .download-cta {
      min-height: 485px;
    }
  
    .download-cta__content {
      gap: 25px;
      padding: 45px 18px;
    }
  
    .download-cta__desc {
      line-height: 32px;
    }
    .download-cta__buttons {
      max-width: 100%;
    }
  
    .download-cta__title {
      letter-spacing: 0;
      font-size: 29px;
    }
  
    .plan-card--featured {
      padding: 24px 24px 30px;
    }
  
    .plan-card--compact {
      padding: 0 20px;
    }
  
    .plan-card__features--compact {
      padding: 16px;
      margin: 0;
    }
  
    .plan-card__billing--featured {
      letter-spacing: 2px;
      border-bottom: 0.539px solid rgba(66, 204, 113, 0.2);
      padding-bottom: 16px;
      margin-bottom: 16px;
    }
  
    .plan-card__features--light li {
      margin-bottom: 12px;
    }
  
    .plan-card__features--light li:last-child {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 480px) {
    .btn--nav {
      width: 100%;
      text-align: center;
    }
  
    .hero__stats {
      gap: 20px;
    }
  
    .stat__value {
      font-size: 28px;
    }
  
    .testimonials__title {
      font-size: 32px;
      margin-bottom: 20px;
    }
  
    .review-card {
      width: 260px;
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    .marquee__track {
      animation: none;
    }
  
    .hero__phone {
      opacity: 1;
      animation: none;
      transform: none;
    }
  
    .reveal-up {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
  
  /* Download App modal ---------------------------------------------------- */
  
  .download-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }
  
  .download-modal[hidden] {
    display: none;
  }
  
  .download-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
  }
  
  .download-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
    padding: 48px 40px 44px;
    text-align: center;
  }
  
  .download-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #1c2835;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
      background 0.2s ease,
      transform 0.2s ease;
  }
  
  .download-modal__close:hover {
    background: var(--green-dark);
  }
  
  .download-modal__close:focus-visible {
    outline: 2px solid var(--green-accent);
    outline-offset: 2px;
  }
  
  .download-modal__title {
    font-family: var(--font-ui) !important;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    color: #1c2835;
    margin: 0 0 12px;
  }
  
  .download-modal__label {
    font-family: var(--font-ui) !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1c2835;
    margin: 0 0 28px;
  }
  
  .download-modal__stores {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 0 28px;
  }
  
  .download-modal__store-link {
    display: block;
    line-height: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  
  .download-modal__store-link:hover {
    opacity: 0.92;
    transform: translateY(-1px);
  }
  
  .download-modal__store-link img {
    display: block;
    height: 44px;
    width: auto;
  }
  
  .download-modal__qr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border: 10px solid var(--green-dark);
    background: var(--white);
  }
  
  .download-modal__qr img {
    display: block;
    width: 220px;
    height: 220px;
    max-width: 100%;
    object-fit: contain;
  }
  
  body.download-modal-open {
    overflow: hidden;
  }
  
  .scroll-top-main {
    display: none;
  }
  
  @media screen and (min-width: 992px) {
    .scroll-top-main-mobile {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 992px) {
    .scroll-top-main-mobile {
      margin-bottom: 70px;
      position: fixed;
      z-index: 29;
      right: 17px;
      bottom: 17px;
      width: 40px;
      height: 40px;
      background: #000;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      display: none;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateY(60px);
      -moz-transform: translateY(60px);
      -o-transform: translateY(60px);
      -ms-transform: translateY(60px);
      transform: translateY(60px);
    }
  
    .scroll-top-main-mobile .fa {
      font-size: 36px;
      line-height: 38px;
      color: #fff;
    }
  
    .scroll-top-main-mobile.icon-dark .fa {
      color: #000;
    }
  
    .scroll-top-main-mobile.shadow {
      -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
    }
  
    .scroll-top-main-mobile.circle {
      -webkit-border-radius: 50%;
      border-radius: 50%;
    }
  }