/* Global Membership Page */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --urbanist-font: "Urbanist", sans-serif;
  --secondary-color: #FFDB00;
  --banner-bg: #9AC8ED;
  --theme-deafult: #0074d9;
  --gm-navy: #0a1f44;
  --gm-blue: #0074d9;
  --gm-blue-light: #e8f4fd;
  --gm-blue-pale: #F0F8FF;
  --gm-text: #333333;
  --gm-grey-bg: #F8F8F8;
  --gm-text-muted: #4F4C4C;
  --gm-text-light: #68759B;
  --gm-border: #A7D6FC;
  --gm-black: #000000;
  --gm-white: #ffffff;
  --gm-green: #22c55e;
  --gm-radius: 12px;
  --gm-radius-sm: 8px;
  --gm-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}


.btn {
  box-shadow: none;
  outline: none;
  text-transform: capitalize;
}

.gm-page h1, .gm-page h2, .gm-page h3, .gm-page h4, .gm-page h5, .gm-page h6 {
  text-transform: initial;
}

/* =========================================
   RIDENROLL HEADER
========================================= */

.rr-header {
  position: relative;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}

.rr-navbar {
  min-height: 85px;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.rr-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

@media (min-width: 992px) {
  .rr-navbar .rr-container {
    flex-wrap: nowrap;
  }

  .rr-logo {
    order: 1;
  }

  .rr-navigation {
    order: 2;
    flex: 1;
    min-width: 0;
  }

  .rr-navbar-toggler {
    order: 3;
    margin-left: 12px;
  }

  .rr-navigation.navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
  }
}

/* =========================================
   LOGO
========================================= */

.rr-logo {
  width: 130px;
  padding: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.rr-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================
   NAVIGATION
========================================= */

.rr-navigation {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.rr-main-menu {
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: nowrap;
}

.rr-main-menu .nav-item {
  margin: 0;
  flex-shrink: 0;
}

.rr-main-menu .nav-link {
  position: relative;
  padding: 10px 12px !important;
  white-space: nowrap;

  font-family: var(--urbanist-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.75);

  transition: color 0.25s ease;
}

.rr-main-menu .nav-link:hover,
.rr-main-menu .nav-link.active,
.rr-main-menu .nav-link.rr-products-open {
  color: #087bdc;
}

.rr-main-menu .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 2px;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* =========================================
   LOCATION SEARCH
========================================= */

.rr-location-search {
  margin-right: auto;
  margin-left: 8px;
  flex-shrink: 0;
}

.rr-location-input {
  width: 257px;
  max-width: 257px;
  height: 40px;

  display: flex;
  align-items: center;

  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);

  overflow: hidden;
}

.rr-location-text {
  padding-left: 18px;

  font-family: var(--urbanist-font);
  font-size: 13px;
  font-weight: 600;
  color: #333333;

  white-space: nowrap;
}

.rr-location-divider {
  width: 1px;
  height: 18px;
  margin: 0 12px;
  background: #d9d9d9;
  flex-shrink: 0;
}

.rr-search-text {
  flex: 1;
  min-width: 0;

  font-family: var(--urbanist-font);
  font-size: 13px;
  font-weight: 500;
  color: #999999;
}

.rr-search-btn {
  width: 30px;
  height: 30px;
  min-width: 30px;

  margin-right: 5px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 50%;

  background: #087bdc;
  color: #ffffff;

  font-family: var(--urbanist-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;

  cursor: pointer;
  outline: none !important;

  transition: background 0.25s ease;
}

.rr-search-btn:hover {
  background: #056bbf;
}

/* =========================================
   DROPDOWN
========================================= */

.rr-dropdown-menu {
  min-width: 190px;
  margin-top: 8px;

  padding: 8px 0;

  border: 1px solid #eeeeee;
  border-radius: 8px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.rr-dropdown-menu .dropdown-item {
  padding: 9px 16px;

  font-family: var(--urbanist-font);
  font-size: 13px;
  font-weight: 500;

  color: #333333;

  transition: all 0.2s ease;
}

.rr-dropdown-menu .dropdown-item:hover,
.rr-dropdown-menu .dropdown-item:focus {
  background: #f3f9ff;
  color: #087bdc;
}

/* =========================================
   HEADER ACTIONS
========================================= */

.rr-header-actions {
  display: flex;
  align-items: center;
  margin-left: 16px;
  flex-shrink: 0;
}

.rr-header-actions .rr-login-btn {
  margin-right: 10px;
}

.rr-login-btn,
.rr-register-btn {
  min-width: 90px;
  height: 43px;

  padding: 0 22px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;

  font-family: var(--urbanist-font);
  font-size: 16px;
  font-weight: 500;

  text-decoration: none !important;
  white-space: nowrap;

  transition: all 0.25s ease;
}

.rr-login-btn {
  background: #087bdc;
  border: 1px solid #087bdc;
  color: #ffffff;
}

.rr-login-btn:hover {
  background: #056bbf;
  border-color: #056bbf;
  color: #ffffff;
}

.rr-register-btn {
  background: #ffd400;
  border: 1px solid #ffd400;
  color: #151515;
}

.rr-register-btn:hover {
  background: #f2c800;
  border-color: #f2c800;
  color: #151515;
}

/* =========================================
   MOBILE TOGGLE
========================================= */

.rr-navbar-toggler {
  width: 42px;
  height: 42px;

  padding: 0;
  margin-left: 12px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

  border: 0;
  outline: none;

  background: transparent;
}

.rr-menu-icon {
  width: 24px;
  height: 20px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  margin: auto;
}

.rr-menu-icon span {
  width: 100%;
  height: 2px;

  display: block;

  background: #222222;
  border-radius: 2px;

  transition: all 0.25s ease;
}

/* =========================================
   MOBILE / TABLET
========================================= */

@media (max-width: 1199px) {

  .rr-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rr-location-input {
    width: 240px;
  }

  .rr-main-menu .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 14px;
  }

  .rr-header-actions {
    margin-left: 10px;
  }

  .rr-login-btn,
  .rr-register-btn {
    min-width: 70px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {

  .rr-navbar {
    min-height: 65px;
  }

  .rr-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rr-logo {
    width: 105px;
    margin-right: 0;
  }

  .rr-navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: auto;
  }

  .rr-navigation {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rr-location-search {
    margin: 0 0 15px;
  }

  .rr-location-input {
    width: 100%;
    max-width: 300px;
  }

  .rr-main-menu {
    display: block;
    width: 100%;
  }

  .rr-main-menu .nav-item {
    width: 100%;
  }

  .rr-main-menu .nav-link {
    padding: 10px 0 !important;
  }

  .rr-main-menu .dropdown-menu {
    position: static;
    float: none;

    width: 100%;
    margin-top: 0;

    border: 0;
    box-shadow: none;
    background: #f8fafc;
  }

  .rr-main-menu .dropdown-item {
    padding: 9px 15px;
  }

  .rr-header-actions {
    display: flex;
    margin: 15px 0 0;
    padding-top: 15px;

    border-top: 1px solid #eeeeee;
  }

  .rr-header-actions .rr-login-btn {
    margin-right: 10px;
  }

  .rr-login-btn,
  .rr-register-btn {
    flex: 1;
    height: 40px;
  }
}

@media (max-width: 575px) {

  .rr-navbar {
    padding: 6px 0;
  }

  .rr-logo {
    width: 95px;
  }

  .rr-navigation {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .rr-location-input {
    max-width: 100%;
  }

  .rr-header-actions {
    margin-right: 0;
  }
}

/* =========================================
   PRODUCTS NAV
========================================= */

.rr-products-nav {
  position: static;
}

.rr-products-trigger.dropdown-toggle::after {
  margin-left: 6px;
}

/* =========================================
   DESKTOP MEGA MENU
========================================= */

.rr-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 998;

  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-5px);

  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.rr-mega-menu.rr-mega-menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.rr-mega-container {
  max-width: 1440px;
  padding: 32px 24px 36px;
}

.rr-mega-columns {
  margin-bottom: 28px;
}

.rr-mega-column {
  margin-bottom: 24px;
}

.rr-mega-title {
  display: flex;
  align-items: center;
  height: 52px;
  margin-bottom: 14px;
  padding: 0 16px;

  background: var(--gm-blue-pale);
  border: 1px solid var(--gm-border);
  border-radius: 8px;

  font-family: var(--urbanist-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--gm-blue);
}

.rr-mega-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rr-mega-list li {
  margin: 0;
  padding: 0;
}

.rr-mega-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;

  font-family: var(--urbanist-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
  text-decoration: none !important;

  transition: color 0.2s ease;
}

.rr-mega-link:hover,
.rr-mega-link:focus {
  color: var(--gm-blue);
}

.rr-mega-link--arrow::after {
  content: "\2192";
  flex-shrink: 0;
  width: 20px;
  height: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: var(--gm-blue);
  color: #ffffff;

  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.rr-mega-cta {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 10px 14px;

  border: 1px solid var(--gm-border);
  border-radius: 8px;
  background: var(--gm-blue-pale);

  font-family: var(--urbanist-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--gm-blue);
  text-align: center;
  text-decoration: none !important;

  transition: all 0.2s ease;
}

.rr-mega-cta:hover,
.rr-mega-cta:focus {
  background: #e3f2fd;
  border-color: var(--gm-blue);
  color: var(--gm-blue);
}

.rr-mega-note {
  margin: 10px 0 0;
  padding: 0;

  font-family: var(--urbanist-font);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  color: #888888;
}

/* =========================================
   FEATURED CARDS
========================================= */

.rr-feature-cards {
  margin-top: 4px;
}

.rr-feature-card {
  display: flex;
  align-items: flex-start;
  height: 100%;
  min-height: 130px;
  padding: 16px;

  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #ffffff;

  text-decoration: none !important;

  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rr-feature-card:hover,
.rr-feature-card:focus {
  border-color: #d0e8fc;
  box-shadow: 0 4px 16px rgba(0, 116, 217, 0.08);
}

.rr-feature-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin-right: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
}

.rr-feature-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.rr-feature-icon--blue {
  background: #087bdc;
}

.rr-feature-icon--yellow {
  background: #f5c400;
}

.rr-feature-icon--purple {
  background: #7c3aed;
}

.rr-feature-icon--green {
  background: #16a34a;
}

.rr-feature-icon--navy {
  background: #0a1f44;
}

.rr-feature-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.rr-feature-title {
  margin: 0 0 6px;

  font-family: var(--urbanist-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}

.rr-feature-desc {
  margin: 0 0 10px;

  font-family: var(--urbanist-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: #666666;
}

.rr-feature-cta {
  margin-top: auto;

  font-family: var(--urbanist-font);
  font-size: 13px;
  font-weight: 600;
  color: var(--gm-blue);
}

.rr-feature-arrow {
  display: inline-block;
  margin-left: 2px;
}

/* =========================================
   MOBILE MEGA MENU ACCORDION
========================================= */

.rr-mega-mobile {
  display: none;
  width: 100%;
  padding: 8px 0 4px;
}

.rr-mega-mobile.rr-mega-mobile--open {
  display: block;
}

.rr-mega-mobile-accordion {
  border-top: 1px solid #eeeeee;
}

.rr-mega-mobile-group {
  border-bottom: 1px solid #f0f0f0;
}

.rr-mega-mobile-heading {
  width: 100%;
  padding: 12px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border: 0;
  background: transparent;

  font-family: var(--urbanist-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--gm-blue);
  text-align: left;

  cursor: pointer;
  outline: none !important;
}

.rr-mega-mobile-heading::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-right: 2px solid var(--gm-blue);
  border-bottom: 2px solid var(--gm-blue);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.rr-mega-mobile-heading:not(.collapsed)::after {
  transform: rotate(-135deg);
}

.rr-mega-mobile-links {
  padding: 0 0 12px 12px;
}

.rr-mega-mobile-links .rr-mega-link {
  padding: 8px 0;
  font-size: 13px;
}

.rr-mega-mobile-links .rr-mega-cta {
  margin-top: 8px;
}

.rr-mega-mobile-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}

.rr-mega-mobile-cards .rr-feature-card {
  min-height: auto;
}

/* =========================================
   MEGA MENU RESPONSIVE
========================================= */

@media (min-width: 992px) {
  .rr-mega-mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .rr-mega-menu {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .rr-mega-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rr-mega-title {
    font-size: 15px;
    height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .rr-main-menu .nav-link {
    padding-left: 9px !important;
    padding-right: 9px !important;
    font-size: 14px;
  }

  .rr-location-input {
    width: 220px;
  }
}


/* Base */
.gm-page {
  font-family: var(--urbanist-font);
  background-color: var(--gm-white);
  color: var(--gm-text);
}

.gm-page .container {
  max-width: 1400px;
}

.gm-page h1,
.gm-page h2,
.gm-page h3,
.gm-page h4,
.gm-page h5,
.gm-page h6,
.gm-page p {
  margin: 0;
}

.gm-page h2 {
  font-weight: 700;
}

.gm-page ul,
.gm-page li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gm-text-blue {
  color: var(--gm-blue);
}

/* Shared section header */
.gm-section-header {
  margin-bottom: 48px;
}

.gm-section-header h2 {
  font-size: 44px;
  font-weight: 600;
  color: var(--gm-black);
  line-height: 1.25;
  margin-bottom: 7px;
}

.gm-section-header p {
  font-size: 20px;
  color: var(--gm-text-muted);
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

.gm-section-header-light h2,
.gm-section-header-light p {
  color: var(--gm-black);
}


/* Shared buttons */
.gm-btn-primary {
  font-family: var(--urbanist-font);
  font-weight: 600;
  font-size: 15px;
  background-color: var(--gm-blue);
  color: var(--gm-white);
  border: 2px solid var(--gm-blue);
  border-radius: var(--gm-radius-sm);
  padding: 12px 28px;
  transition: all 0.3s ease;
}

.gm-btn-primary:hover,
.gm-btn-primary:focus {
  background-color: #0066c0;
  border-color: #0066c0;
  color: var(--gm-white);
}

.gm-btn-secondary {
  font-family: var(--urbanist-font);
  font-weight: 600;
  font-size: 15px;
  background-color: var(--gm-white);
  color: var(--gm-blue);
  border: 1px solid #A7D6FC;
  border-radius: var(--gm-radius-sm);
  padding: 12px 28px;
  transition: all 0.3s ease;
}

.gm-btn-secondary:hover,
.gm-btn-secondary:focus {
  background-color: var(--gm-blue-light);
  color: var(--gm-blue);
}

.gm-btn-outline {
  font-family: var(--urbanist-font);
  font-weight: 600;
  font-size: 14px;
  background-color: transparent;
  color: var(--gm-blue);
  border: 2px solid var(--gm-blue);
  border-radius: var(--gm-radius-sm);
  padding: 8px 24px;
}

.gm-btn-outline:hover {
  background-color: var(--gm-blue-light);
  color: var(--gm-blue);
}

.gm-btn-register {
  font-family: var(--urbanist-font);
  font-weight: 600;
  font-size: 14px;
  background-color: var(--secondary-color);
  color: var(--gm-black);
  border: 2px solid var(--secondary-color);
  border-radius: var(--gm-radius-sm);
  padding: 8px 24px;
}

.gm-btn-register:hover {
  background-color: #e6c600;
  border-color: #e6c600;
  color: var(--gm-black);
}

.gm-btn-outline-light {
  font-family: var(--urbanist-font);
  font-weight: 600;
  font-size: 15px;
  background-color: var(--gm-white);
  color: var(--gm-blue);
  border: 1px solid var(--gm-border);
  border-radius: var(--gm-radius-sm);
  padding: 12px 28px;
}

.gm-btn-outline-light:hover {
  background-color: var(--gm-blue-light);
  color: var(--gm-blue);
}

.gm-btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.gm-btn-white {
  font-family: var(--urbanist-font);
  font-weight: 600;
  font-size: 15px;
  background-color: var(--gm-white);
  color: var(--gm-blue);
  border: none;
  border-radius: var(--gm-radius-sm);
  padding: 14px 32px;
  white-space: nowrap;
}

.gm-btn-white:hover {
  background-color: var(--gm-blue-light);
  color: var(--gm-blue);
}

/* Icon placeholder */
.gm-icon-placeholder {
  width: 48px;
  height: 48px;
  background-color: var(--gm-blue-light);
  border-radius: var(--gm-radius-sm);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero */
.gm-hero {
  padding: 70px 0 0 !important;
  background-color: var(--gm-grey-bg);
  position: relative;
  overflow: hidden;
}

.gm-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 468px;
  height: 468px;
  background-color: rgba(24, 65, 177, 0.14);
  border-radius: 50%;
  z-index: 0;
}

.gm-hero .container {
  position: relative;
  z-index: 1;
}

.gm-hero-badge {
  background-color: var(--gm-white);
  border: 1px solid var(--gm-border);
  border-radius: 24px;
  padding: 6px 16px 6px 10px;
  margin-bottom: 24px;
  gap: 8px;
}

.gm-hero-badge-icon {
  width: 20px;
  height: 20px;
  background-color: var(--gm-blue-light);
  border-radius: 50%;
  flex-shrink: 0;
}

.gm-hero-badge span {
  font-size: 16px;
  font-weight: 600;
  color: var(--gm-blue);
}

.gm-hero-title {
  font-size: 60px;
  font-weight: 600;
  color: var(--gm-navy);
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.gm-hero-title span {
  font-weight: 800;
  font-size: 60px;
}

.gm-hero-desc {
  font-size: 20px;
  color: var(--gm-text-muted);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 646px;
}

.gm-hero-buttons {
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gm-hero-note {
  font-size: 14px;
  color: var(--gm-text-light);
  line-height: 1.5;
}

.gm-hero-visual {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.gm-hero-visual .gm-hero-phone{
  max-width: 100%;
}

/* Benefits */
.gm-benefits {
  padding: 80px 0 44px !important;
  background-color: var(--gm-wh);
}

.gm-benefits .gm-section-header h2 {
  color: var(--gm-black);
}

.gm-benefits .gm-section-header p {
  color: var(--gm-black);
}

.gm-benefit-card {
  border: 1px solid #DDEFFF;
  background-color: var(--gm-white);
  border-radius: var(--gm-radius);
  padding: 28px 24px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gm-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--gm-shadow);
}

.gm-benefit-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--gm-navy);
  margin-bottom: 10px;
}

.gm-benefit-card p {
  font-size: 14px;
  color: var(--gm-text-muted);
  line-height: 1.6;
}

/* Steps */
.gm-steps {
  padding: 80px 0 44px !important;
  background-color: var(--gm-blue-pale);
}

.gm-step-card {
  background-color: var(--gm-white);
  border-radius: var(--gm-radius);
  padding: 32px 28px;
  height: 100%;
  box-shadow: var(--gm-shadow);
}

.gm-step-number {
  display: block;
  font-size: 44px;
  font-weight: 700;
  color: rgba(2, 118, 211, 0.2);
  line-height: 1;
  margin-bottom: 16px;
}

.gm-step-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--gm-navy);
  margin-bottom: 10px;
}

.gm-step-card p {
  font-size: 16px;
  color: var(--gm-text-muted);
  line-height: 1.6;
}

/* Pricing */
.gm-pricing {
  padding: 68px 0 44px !important;
  background-color: var(--gm-white);
}

.gm-pricing-card {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid #DDEFFF;
  border-radius: var(--gm-radius);
  padding: 36px 28px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.gm-pricing-card-featured {
  border: 2px solid var(--gm-blue);
}

.gm-pricing-badge {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.gm-badge-available {
  background-color: rgba(2, 118, 211, 0.1);
  color: var(--gm-blue);
}

.gm-badge-premium {
  background-color: rgba(0, 116, 217, 0.2);
  color: #6db3f2;
}

.gm-badge-soon {
  background-color: rgba(255, 220, 0, 0.15);
  color: #FFDC00;
  border: 1px solid rgba(255, 220, 0, 0.15);
}

.gm-pricing-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--gm-black);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.gm-pricing-price {
  font-size: 36px;
  font-weight: 700;
  color: var(--gm-black);
  margin-bottom: 24px;
  margin-top: 15px;
  line-height: 1.2;
}

.gm-pricing-price span {
  font-size: 16px;
  font-weight: 400;
  color: var(--gm-black);
}

.gm-pricing-price-muted {
  font-size: 28px;
  color: var(--gm-black);
}

.gm-pricing-alert {
  background-color: var(--secondary-color);
  color: var(--gm-black);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: var(--gm-radius-sm);
  margin-bottom: 20px;
  text-align: center;
}

.gm-pricing-features {
  margin-bottom: 28px;
  flex-grow: 1;
}

.gm-pricing-features li {
  font-size: 14px;
  color: var(--gm-black);
  padding: 6px 0 6px 0;
  position: relative;
  line-height: 1.5;
}

/* Modern Life */
.gm-modern-life {
  padding: 68px 0 44px !important;
  background-color: var(--gm-blue-pale);
}

.gm-category-card {
  background-color: var(--gm-white);
  border-radius: var(--gm-radius);
  padding: 28px 16px;
  text-align: center;
  height: 100%;
  box-shadow: var(--gm-shadow);
  transition: transform 0.3s ease;
}

.gm-category-card:hover {
  transform: translateY(-3px);
}

.gm-category-icon {
  width: 48px;
  height: 48px;
  background-color: var(--gm-blue-light);
  border-radius: var(--gm-radius-sm);
  margin: 0 auto 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gm-category-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--gm-black);
}

/* Security */
.gm-security {
  padding: 68px 0 44px !important;
  background: linear-gradient(276.63deg, #0862AB 0%, #072A47 100%);

}

.gm-security .gm-section-header-light h2 {
  color: var(--gm-white);
}

.gm-security .gm-section-header-light p {
  color: #DFDFDF;
}

.gm-security-card {
  background-color: #1E4767;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--gm-radius);
  padding: 28px 24px;
  height: 100%;
}

.gm-security-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: var(--gm-radius-sm);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gm-security-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--gm-white);
  margin-bottom: 10px;
}

.gm-security-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

/* FAQ */
.gm-faq {
  padding: 68px 0 44px !important;
  background-color: var(--gm-white);
}

.gm-faq .gm-section-header h2 {
  color: var(--gm-black);
}

.gm-faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.gm-faq-item {
  border: 1px solid #DDEFFF;
  border-radius: var(--gm-radius);
  margin-bottom: 12px;
  overflow: hidden;
}

.gm-faq-btn {
  width: 100%;
  text-align: left;
  font-family: var(--urbanist-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--gm-black);
  background: transparent;
  border: none;
  padding: 20px 24px 20px 50px;
  position: relative;
  cursor: pointer;
  outline: none;
}

.gm-faq-btn::after {
  content: '';
  background: url('../images/global-membership/faq_arrow.svg') no-repeat;
  background-size: cover;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
}

.gm-faq-btn:not(.collapsed)::after {
  transform: translateY(-50%) rotate(0deg);
}

.gm-faq-body {
  padding: 0 24px 20px;
  font-size: 16px;
  color: #4F4C4C;
  line-height: 1.7;
}

/* CTA */
.gm-cta {
  padding: 60px 0 40px;
  background-color: var(--gm-white);
}

.gm-cta-banner {
  background: linear-gradient(276.63deg, #0A3659 0%, #0F78CC 100%);
  border-radius: 20px;
  padding: 48px 56px;
}

.gm-cta-banner h2 {
  font-size: 44px;
  font-weight: 600;
  color: var(--gm-white);
  margin-bottom: 10px;
}

.gm-cta-banner p {
  font-size: 16px;
  color: #DFDFDF;
  line-height: 1.5;
}


/* Responsive */
@media (max-width: 1199px) {
  .gm-hero-title {
    font-size: 40px;
  }

  .gm-section-header h2 {
    font-size: 32px;
  }

  .gm-cta-banner {
    padding: 40px 36px;
  }
}

@media (max-width: 991px) {
  .gm-navbar-collapse {
    padding-top: 16px;
  }

  .gm-nav-links {
    margin-bottom: 16px;
  }

  .gm-nav-links .nav-link {
    padding: 10px 0;
  }

  .gm-nav-actions {
    padding-bottom: 12px;
  }

  .gm-hero {
    padding: 40px 0 60px !important;
  }

  .gm-hero-title {
    font-size: 36px;
  }

  .gm-hero-visual {
    min-height: 400px;
    margin-top: 40px;
  }

  .gm-hero-banner {
    width: 180px;
    height: 360px;
  }

  .gm-benefits,
  .gm-steps,
  .gm-pricing,
  .gm-modern-life,
  .gm-security,
  .gm-faq {
    padding: 60px 0;
  }

  .gm-section-header {
    margin-bottom: 36px;
  }

  .gm-cta-banner h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .gm-hero-title {
    font-size: 32px;
  }

  .gm-hero-desc {
    font-size: 15px;
  }

  .gm-hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .gm-hero-buttons .btn {
    width: 100%;
    text-align: center;
  }

  .gm-hero-visual {
    min-height: 340px;
    flex-direction: column;
    gap: 20px;
  }

  .gm-hero-banner {
    width: 160px;
    height: 300px;
  }

  .gm-section-header h2 {
    font-size: 28px;
  }

  .gm-section-header p {
    font-size: 15px;
  }

  .gm-pricing-price {
    font-size: 30px;
  }

  .gm-cta-banner {
    padding: 32px 24px;
    text-align: center;
  }

  .gm-cta-banner h2 {
    font-size: 26px;
  }

  .gm-faq-btn {
    font-size: 15px;
    padding: 16px 20px 16px 44px;
  }

  .gm-faq-btn::after {
    left: 18px;
  }

}

@media (max-width: 575px) {
  .gm-hero-content {
    text-align: center;
  }

  .gm-hero {
    padding: 32px 0 0;
  }

  .gm-hero-title {
    font-size: 28px;
  }

  .gm-hero-badge {
    margin-bottom: 16px;
  }

  .gm-benefits,
  .gm-steps,
  .gm-pricing,
  .gm-modern-life,
  .gm-security,
  .gm-faq {
    padding: 48px 0;
  }

  .gm-section-header {
    margin-bottom: 28px;
  }

  .gm-section-header h2 {
    font-size: 24px;
  }

  .gm-step-number {
    font-size: 32px;
  }

  .gm-step-card {
    padding: 24px 20px;
  }

  .gm-pricing-card {
    padding: 28px 20px;
  }

  .gm-category-card {
    padding: 20px 12px;
  }

  .gm-category-card h3 {
    font-size: 13px;
  }

  .gm-cta {
    padding: 0 0 48px;
  }

  .gm-cta-banner {
    border-radius: 16px;
    padding: 28px 20px;
  }

  .gm-btn-white {
    width: 100%;
  }

  .gm-hero::before {
    width: 258px;
    height: 258px;
  }
}

@media (max-width: 375px) {
  .gm-hero-title {
    font-size: 26px;
  }

  .gm-logo-placeholder {
    width: 110px;
    height: 34px;
  }

  .gm-hero-banner {
    width: 140px;
    height: 260px;
  }
}