/* Scoped GLP-1 Program Hero styles. All rules are contained under .glp1-program-hero. */
.footer{
 background-color: #252525 !important;
}
.cta-section{
 margin-top: 0 !important; 
}
.glp1-program-hero {
  --glp1-dark: #182a22;
  --glp1-dark-soft: #31443a;
  --glp1-green: #9add6b;
  --glp1-green-dark: #67b347;
  --glp1-text-muted: #64746c;
  --glp1-white: #ffffff;
  --glp1-shadow: 0 24px 70px rgba(22, 42, 34, 0.16);

  min-height: 87vh;
  display: flex;
  align-items: center;
  padding: 50px 7vw;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Inter", Arial, sans-serif;
  color: var(--glp1-dark);
  background:
    radial-gradient(circle at 82% 5%, rgba(154, 221, 107, 0.38), transparent 34%),
    radial-gradient(circle at 8% 86%, rgba(24, 42, 34, 0.08), transparent 31%),
    linear-gradient(90deg, #f6f7f2 0%, #fbfbf7 49%, #edf4e8 100%);
}

.glp1-program-hero,
.glp1-program-hero * {
  box-sizing: border-box;
}

.glp1-program-hero a {
  color: inherit;
}

.glp1-program-hero .hero-wrap {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.93fr;
  align-items: center;
  gap: clamp(52px, 8vw, 132px);
}

.glp1-program-hero .hero-copy {
  max-width: 660px;
}

.glp1-program-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 28px;
  padding: 10px 17px;
  border: 1px solid rgba(103, 179, 71, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #4f9439;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 3px 10px rgba(24, 42, 34, 0.1);
}

.glp1-program-hero .hero-title {
  margin: 0;
  color: var(--glp1-dark);
  font-size: clamp(52px, 6.2vw, 75px);
  line-height: 1.2;
  font-weight: 900;
}

.glp1-program-hero .hero-text {
  margin: 26px 0 34px;
  color: var(--glp1-text-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.78;
}

.glp1-program-hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.glp1-program-hero .btn {
  min-width: 248px;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 999px;
  padding: 13px 27px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.glp1-program-hero .btn:hover {
  transform: translateY(-2px);
}

.glp1-program-hero .btn-primary {
  background: var(--glp1-green-dark);
  color: var(--glp1-white);
  box-shadow: 0 14px 26px rgba(103, 179, 71, 0.24);
}

.glp1-program-hero .btn-primary:hover {
  background: #5ba23f;
}

.glp1-program-hero .btn-secondary {
  background: rgba(255, 255, 255, 0.74);
  color: #15231d;
  border: 1px solid rgba(24, 42, 34, 0.16);
  box-shadow: 0 8px 19px rgba(24, 42, 34, 0.12);
}

.glp1-program-hero .helper-text {
  margin: 0;
  color: #6a7a72;
  font-size: 13px;
  font-weight: 800;
}

.glp1-program-hero .preview-shell {
  width: 100%;
  max-width: 616px;
  margin-left: auto;
  padding: 32px;
  border-radius: 31px;
  background: var(--glp1-white);
  box-shadow: var(--glp1-shadow);
}

.glp1-program-hero .preview-card {
  min-height: 552px;
  padding: 28px;
  border-radius: 22px;
  background: #172b23;
  color: var(--glp1-white);
}

.glp1-program-hero .preview-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.glp1-program-hero .heart-icon {
  width: 36px;
  height: 36px;
  color: var(--glp1-green);
  flex: 0 0 auto;
}

.glp1-program-hero .preview-label {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 13px;
  font-weight: 700;
}

.glp1-program-hero .preview-title {
  margin: 0;
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.glp1-program-hero .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 16px;
}

.glp1-program-hero .feature-list li {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border-radius: 14px;
  background: var(--glp1-dark-soft);
  color: #f7fbf6;
  font-size: 15.5px;
  font-weight: 700;
}

.glp1-program-hero .check {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--glp1-green);
  border-radius: 50%;
  color: var(--glp1-green);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  flex: 0 0 auto;
}

.glp1-program-hero .price-card {
  margin-top: 4px;
  padding: 21px 20px;
  border-radius: 14px;
  background: var(--glp1-green);
  color: #12271d;
}

.glp1-program-hero .price-label {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}

.glp1-program-hero .price-value {
  display: block;
  margin-bottom: 2px;
  font-size: clamp(36px, 3.8vw, 44px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.glp1-program-hero .price-note {
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1050px) {
  .glp1-program-hero {
    padding: 48px 6vw;
  }

  .glp1-program-hero .hero-wrap {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .glp1-program-hero .hero-copy,
  .glp1-program-hero .preview-shell {
    max-width: none;
    margin: 0;
  }

  .glp1-program-hero .hero-text br {
    display: none;
  }
}

@media (max-width: 620px) {
  .glp1-program-hero {
    padding: 66px 18px;
  }

  .glp1-program-hero .hero-title {
    font-size: 45px;
    line-height: 1.08;
  }

  .glp1-program-hero .hero-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .glp1-program-hero .hero-actions,
  .glp1-program-hero .btn {
    width: 100%;
  }

  .glp1-program-hero .preview-shell {
    padding: 16px;
    border-radius: 24px;
  }

  .glp1-program-hero .preview-card {
    min-height: auto;
    padding: 22px;
  }

  .glp1-program-hero .feature-list li {
    align-items: flex-start;
  }
}

/* ------------ */
/* glp process  */
/* ------------ */
.glp1-process-section,
.glp1-process-section * {
  box-sizing: border-box;
}

.glp1-process-section {
  --glp1-process-bg: #172e24;
  --glp1-process-panel: #31443b;
  --glp1-process-panel-border: rgba(255, 255, 255, 0.1);
  --glp1-process-text: #ffffff;
  --glp1-process-muted: #dce8e2;
  --glp1-process-green: #9bdd6c;
  --glp1-process-green-dark: #10251c;
  --glp1-process-shadow: rgba(0, 0, 0, 0.16);

  width: 100%;
  margin: 0;
  padding: 82px 24px 78px;
  background: var(--glp1-process-bg);
  color: var(--glp1-process-text);
  font-family: Arial, Helvetica, sans-serif;
}

.glp1-process-section__inner {
  width: min(1272px, 100%);
  margin: 0 auto;
}

.glp1-process-section__eyebrow,
.glp1-process-section__title,
.glp1-process-section__intro,
.glp1-process-section__step-label,
.glp1-process-section__card-title,
.glp1-process-section__card-copy {
  margin: 0;
}

.glp1-process-section__eyebrow {
  margin-bottom: 14px;
  color: var(--glp1-process-green);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.46em;
  line-height: 1.2;
  text-transform: uppercase;
}

.glp1-process-section__title {
  max-width: 780px;
  color: var(--glp1-process-text);
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.glp1-process-section__intro {
  max-width: 740px;
  margin-top: 20px;
  color: var(--glp1-process-muted);
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.55;
}

.glp1-process-section__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.glp1-process-section__card {
  min-height: 332px;
  padding: 24px;
  background: var(--glp1-process-panel);
  border: 1px solid var(--glp1-process-panel-border);
  border-radius: 28px;
  box-shadow: 0 18px 42px var(--glp1-process-shadow);
}

.glp1-process-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  color: var(--glp1-process-green-dark);
  background: var(--glp1-process-green);
  border-radius: 16px;
}

.glp1-process-section__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.glp1-process-section__step-label {
  margin-bottom: 14px;
  color: var(--glp1-process-green);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.glp1-process-section__card-title {
  max-width: 230px;
  color: var(--glp1-process-text);
  font-size: 21px;
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.glp1-process-section__card-copy {
  margin-top: 16px;
  color: var(--glp1-process-muted);
  font-size: 16px;
  line-height: 1.78;
}

.glp1-process-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.glp1-process-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 238px;
  min-height: 50px;
  padding: 14px 28px;
  color: var(--glp1-process-green-dark);
  background: var(--glp1-process-green);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.glp1-process-section__button:hover,
.glp1-process-section__button:focus-visible {
  background: #a7e779;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.glp1-process-section__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .glp1-process-section__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .glp1-process-section {
    padding: 58px 18px 60px;
  }

  .glp1-process-section__title {
  }

  .glp1-process-section__steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
  }

  .glp1-process-section__card {
    min-height: auto;
  }

  .glp1-process-section__button {
    width: 100%;
  }
}

/* ---------------- */
/* GLP Benefits     */
/* ---------------- */
.glp1-benefits-med-section {
  --glp1-benefits-med-bg: #fbfcfa;
  --glp1-benefits-med-ink: #10231d;
  --glp1-benefits-med-muted: #52635d;
  --glp1-benefits-med-green: #65b946;
  --glp1-benefits-med-light-green: #9bdb70;
  --glp1-benefits-med-border: #d8e8d0;
  --glp1-benefits-med-card: #fcfdfa;
  --glp1-benefits-med-shadow: 0 3px 9px rgba(16, 35, 29, 0.08);
  --glp1-benefits-med-shadow-strong: 0 18px 40px rgba(16, 35, 29, 0.12);

  box-sizing: border-box;
  width: 100%;
  background: var(--glp1-benefits-med-bg);
  color: var(--glp1-benefits-med-ink);
  font-family: Arial, Helvetica, sans-serif;
  padding: 48px 24px 66px;
}

.glp1-benefits-med-section *,
.glp1-benefits-med-section *::before,
.glp1-benefits-med-section *::after {
  box-sizing: border-box;
}

.glp1-benefits-med-section__inner {
  width: min(100%, 1350px);
  margin: 0 auto;
  text-align: center;
}

.glp1-benefits-med-section__eyebrow {
  margin: 0 0 14px;
  color: var(--glp1-benefits-med-green);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.42em;
  line-height: 1.2;
  text-transform: uppercase;
}

.glp1-benefits-med-section__title {
  width: min(100%, 1280px);
  margin: 0 auto;
  color: var(--glp1-benefits-med-ink);
  font-size: clamp(42px, 4.4vw, 70px);
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 0.98;
}

.glp1-benefits-med-section__intro {
  width: min(100%, 790px);
  margin: 22px auto 42px;
  color: var(--glp1-benefits-med-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.glp1-benefits-med-section__content {
  width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 22px;
  align-items: stretch;
}

.glp1-benefits-med-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.glp1-benefits-med-section__card {
  min-height: 102px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  text-align: left;
  background: var(--glp1-benefits-med-card);
  border: 1px solid var(--glp1-benefits-med-border);
  border-radius: 22px;
  box-shadow: var(--glp1-benefits-med-shadow);
  padding: 22px 22px 20px;
}

.glp1-benefits-med-section__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--glp1-benefits-med-green);
  border: 2px solid currentColor;
  border-radius: 999px;
}

.glp1-benefits-med-section__check svg {
  width: 12px;
  height: 12px;
  display: block;
}

.glp1-benefits-med-section__check path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.glp1-benefits-med-section__card h3 {
  margin: 0;
  color: var(--glp1-benefits-med-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.glp1-benefits-med-section__visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  min-height: 320px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(155, 219, 112, 0.22), transparent 42%),
    #ffffff;
  border: 1px solid var(--glp1-benefits-med-border);
  border-radius: 26px;
  box-shadow: var(--glp1-benefits-med-shadow-strong);
  padding: 24px 24px 22px;
}

.glp1-benefits-med-section__image-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 270px;
}

.glp1-benefits-med-section__image-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 16px 14px rgba(16, 35, 29, 0.16));
}

.glp1-benefits-med-section__visual-copy {
  width: min(100%, 290px);
  margin: 10px auto 0;
}

.glp1-benefits-med-section__visual-kicker {
  margin: 0 0 6px;
  color: var(--glp1-benefits-med-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.glp1-benefits-med-section__visual-copy h3 {
  margin: 0 0 8px;
  color: var(--glp1-benefits-med-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.08;
}

.glp1-benefits-med-section__visual-copy p:last-child {
  margin: 0;
  color: var(--glp1-benefits-med-muted);
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .glp1-benefits-med-section__content {
    grid-template-columns: 1fr;
  }

  .glp1-benefits-med-section__visual {
    width: min(100%, 560px);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .glp1-benefits-med-section {
    padding: 42px 18px 52px;
  }

  .glp1-benefits-med-section__inner {
    text-align: left;
  }

  .glp1-benefits-med-section__eyebrow,
  .glp1-benefits-med-section__title,
  .glp1-benefits-med-section__intro {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .glp1-benefits-med-section__eyebrow {
    font-size: 12px;
    letter-spacing: 0.32em;
  }

  .glp1-benefits-med-section__title {
    font-size: clamp(34px, 11vw, 48px);
    line-height: 1.02;
  }

  .glp1-benefits-med-section__intro {
    margin-top: 18px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .glp1-benefits-med-section__content {
    gap: 16px;
  }

  .glp1-benefits-med-section__visual {
    order: -1;
    min-height: auto;
    padding: 22px 20px;
  }

  .glp1-benefits-med-section__image-wrap {
    min-height: 230px;
  }

  .glp1-benefits-med-section__image-wrap img {
    max-height: 250px;
  }

  .glp1-benefits-med-section__visual-copy {
    text-align: center;
  }

  .glp1-benefits-med-section__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .glp1-benefits-med-section__card {
    min-height: 96px;
    padding: 20px;
  }
}
/* ---------------- */
/* GLP Pricing      */
/* ---------------- */
.glp1-pricing-section,
.glp1-pricing-section * {
  box-sizing: border-box;
}

.glp1-pricing-section {
  --glp1-pricing-bg: #fbfcfa;
  --glp1-pricing-ink: #10231d;
  --glp1-pricing-muted: #52635d;
  --glp1-pricing-green: #5fb541;
  --glp1-pricing-light-green: #9bdd6c;
  --glp1-pricing-border: #62bb45;
  --glp1-pricing-card: #ffffff;
  --glp1-pricing-soft-card: #fcfdfa;
  --glp1-pricing-dark: #172e24;
  --glp1-pricing-shadow: 0 20px 46px rgba(16, 35, 29, 0.13);
  --glp1-pricing-soft-shadow: 0 6px 16px rgba(16, 35, 29, 0.08);

  width: 100%;
  margin: 0;
  padding: 52px 24px 72px;
  background: var(--glp1-pricing-bg);
  color: var(--glp1-pricing-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.glp1-pricing-section__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  text-align: center;
}

.glp1-pricing-section__eyebrow,
.glp1-pricing-section__title,
.glp1-pricing-section__intro,
.glp1-pricing-section__plan-label,
.glp1-pricing-section__per-adult,
.glp1-pricing-section__plan-copy,
.glp1-pricing-section__terms h3,
.glp1-pricing-section__terms p {
  margin: 0;
}

.glp1-pricing-section__eyebrow {
  margin-bottom: 14px;
  color: var(--glp1-pricing-green);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.42em;
  line-height: 1.2;
  text-transform: uppercase;
}

.glp1-pricing-section__title {
  color: var(--glp1-pricing-ink);
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.glp1-pricing-section__intro {
  margin-top: 14px;
  color: var(--glp1-pricing-muted);
  font-size: 18px;
  line-height: 1.5;
}

.glp1-pricing-section__plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 50px;
  text-align: left;
}

.glp1-pricing-section__plan {
  min-height: 270px;
  padding: 34px 34px 36px;
  border-radius: 30px;
}

.glp1-pricing-section__plan--light {
  background: var(--glp1-pricing-card);
  border: 2px solid var(--glp1-pricing-border);
  box-shadow: var(--glp1-pricing-shadow);
}

.glp1-pricing-section__plan--dark {
  background: var(--glp1-pricing-dark);
  color: #ffffff;
  box-shadow: var(--glp1-pricing-shadow);
}

.glp1-pricing-section__plan-label {
  color: var(--glp1-pricing-green);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.glp1-pricing-section__price {
  display: flex;
  align-items: baseline;
  margin-top: 16px;
  color: #061a38;
  line-height: 1;
}

.glp1-pricing-section__plan--dark .glp1-pricing-section__price {
  color: #ffffff;
}

.glp1-pricing-section__price-main {
  font-size: clamp(48px, 4.5vw, 58px);
  font-weight: 950;
  letter-spacing: -0.06em;
}

.glp1-pricing-section__price-period {
  margin-left: 3px;
  color: #6f7d78;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.glp1-pricing-section__plan--dark .glp1-pricing-section__price-period {
  color: rgba(255, 255, 255, 0.58);
}

.glp1-pricing-section__per-adult {
  margin-top: 10px;
  color: var(--glp1-pricing-muted);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

.glp1-pricing-section__plan--dark .glp1-pricing-section__per-adult {
  color: rgba(255, 255, 255, 0.82);
}

.glp1-pricing-section__plan-copy {
  margin-top: 30px;
  width: min(100%, 560px);
  color: var(--glp1-pricing-muted);
  font-size: 18px;
  line-height: 1.75;
}

.glp1-pricing-section__plan--dark .glp1-pricing-section__plan-copy {
  color: rgba(255, 255, 255, 0.9);
}

.glp1-pricing-section__terms {
  margin-top: 32px;
  padding: 28px 24px 26px;
  text-align: left;
  background: var(--glp1-pricing-soft-card);
  border-radius: 24px;
  box-shadow: var(--glp1-pricing-soft-shadow);
}

.glp1-pricing-section__terms h3 {
  color: var(--glp1-pricing-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.glp1-pricing-section__terms p {
  margin-top: 12px;
  color: var(--glp1-pricing-muted);
  font-size: 16px;
  line-height: 1.55;
}

.glp1-pricing-section__terms p:last-child {
  margin-top: 12px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .glp1-pricing-section__plans {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .glp1-pricing-section__plan {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .glp1-pricing-section {
    padding: 44px 18px 56px;
  }

  .glp1-pricing-section__inner {
    text-align: left;
  }

  .glp1-pricing-section__eyebrow {
    font-size: 12px;
    letter-spacing: 0.32em;
  }

  .glp1-pricing-section__title {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.04;
  }

  .glp1-pricing-section__intro {
    font-size: 16px;
  }

  .glp1-pricing-section__plan {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .glp1-pricing-section__plan-label {
    font-size: 13px;
    letter-spacing: 0.14em;
  }

  .glp1-pricing-section__price-main {
    font-size: 48px;
  }

  .glp1-pricing-section__plan-copy {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.65;
  }

  .glp1-pricing-section__terms {
    padding: 24px 20px;
  }
}
/* ---------------- */
/* GLP FAQ          */
/* ---------------- */
.glp1-faq-section {
  --glp1-faq-bg: #f8f9f6;
  --glp1-faq-ink: #10231d;
  --glp1-faq-muted: #52635d;
  --glp1-faq-card: #ffffff;
  --glp1-faq-border: #e5e9e3;
  --glp1-faq-shadow: 0 3px 9px rgba(16, 35, 29, 0.08);

  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 54px 24px 70px;
  background: var(--glp1-faq-bg);
  color: var(--glp1-faq-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.glp1-faq-section *,
.glp1-faq-section *::before,
.glp1-faq-section *::after {
  box-sizing: border-box;
}

.glp1-faq-section__inner {
  width: min(100%, 1026px);
  margin: 0 auto;
}

.glp1-faq-section__title {
  margin: 0 0 34px;
  color: var(--glp1-faq-ink);
  font-size: clamp(40px, 4.2vw, 58px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.03;
  text-align: center;
}

.glp1-faq-section__list {
  display: grid;
  gap: 16px;
}

.glp1-faq-section__item {
  margin: 0;
  padding: 26px 24px 25px;
  background: var(--glp1-faq-card);
  border: 1px solid var(--glp1-faq-border);
  border-radius: 23px;
  box-shadow: var(--glp1-faq-shadow);
}

.glp1-faq-section__item h3 {
  margin: 0 0 16px;
  color: var(--glp1-faq-ink);
  font-size: clamp(19px, 1.7vw, 21px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.glp1-faq-section__item p {
  margin: 0;
  color: var(--glp1-faq-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

@media (max-width: 760px) {
  .glp1-faq-section {
    padding: 44px 18px 56px;
  }

  .glp1-faq-section__title {
    margin-bottom: 26px;
    text-align: left;
  }

  .glp1-faq-section__item {
    padding: 22px 20px;
    border-radius: 20px;
  }

  .glp1-faq-section__item p {
    font-size: 15.5px;
    line-height: 1.68;
  }
}
