.grund-page {
  --grund-purple: var(--gg-color-primary, #820DAB);
  --grund-green: var(--gg-color-accent, #C8DA2C);
  --grund-green-soft: var(--gg-color-accent-tint, #EEF5C9);
  --grund-paper: #F4F1EF;
  --grund-muted: #F1EFED;
  color: #000;
  background: #fff;
  font-family: 'Montserrat', 'Inter', system-ui, sans-serif;
}

.grund-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.grund-narrow {
  max-width: 1200px;
  margin: 0 auto;
}

.grund-hero {
  position: relative;
  min-height: 396px;
  display: flex;
  align-items: flex-end;
  background: #242016;
  overflow: hidden;
}

.grund-hero.has-image {
  background-image: var(--grund-hero-image);
  background-size: cover;
  background-position: var(--grund-hero-pos, center center);
  background-repeat: no-repeat;
}

.grund-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.36);
  z-index: 1;
}

.grund-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 62px;
}

.grund-hero h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.grund-hero__subtitle {
  display: none;
  max-width: 560px;
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
}

.grund-hero__subtitle p,
.grund-copy p,
.grund-tier-card__text p,
.grund-after-tiers p,
.grund-bank-card__text p {
  margin-top: 0;
}

.grund-hero__subtitle p:last-child,
.grund-copy p:last-child,
.grund-tier-card__text p:last-child,
.grund-after-tiers p:last-child,
.grund-bank-card__text p:last-child {
  margin-bottom: 0;
}

.grund-tiers-section {
  padding: 34px 0 68px;
  text-align: center;
}

.grund-kicker {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0;
}

.grund-tiers-intro {
  max-width: 560px;
  margin: 0 auto 38px;
  font-size: 15px;
  line-height: 1.45;
}

.grund-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
}

.grund-tier-card {
  display: flex;
  flex-direction: column;
  min-height: 132px;
  padding: 34px 28px 28px;
  border-radius: 8px;
  background: var(--grund-muted);
  color: #000;
  text-align: left;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .18s ease, background .18s ease;
}

.grund-tier-card[href]:hover,
.grund-tier-card[href]:focus-visible {
  transform: translateY(-2px);
  background: #ebe8e5;
  box-shadow: 0 12px 26px -18px rgba(0,0,0,.35);
}

.grund-tier-card[href]:focus-visible {
  outline: 3px solid var(--grund-purple);
  outline-offset: 3px;
}

.grund-tier-card.is-disabled {
  opacity: .88;
}

.grund-tier-card__title {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 600;
}

.grund-tier-card__price {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.grund-tier-card__price small {
  font-size: inherit;
  font-weight: 600;
}

.grund-tier-card__text {
  display: none;
}

.grund-tier-card__cta {
  display: none;
}

.grund-tier-card.is-disabled .grund-tier-card__cta {
  color: #555;
}

.grund-after-tiers {
  max-width: 620px;
  margin: 48px auto 0;
  font-size: 15px;
  line-height: 1.45;
}

.grund-explain-section {
  padding: 42px 0 190px;
}

.grund-section-title {
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.grund-explain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.grund-copy {
  font-size: 15px;
  line-height: 1.45;
}

.grund-explain-section .grund-section-title {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.18;
  text-transform: uppercase;
}

.grund-testimonial-section {
  padding: 0 0 100px;
  overflow: hidden;
}

.grund-testimonials {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 76px;
}

.grund-testimonials.has-bubble {
  min-height: 330px;
}

.grund-testimonial-bubble {
  position: relative;
  z-index: 1;
  width: 104px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--grund-muted);
}

.grund-testimonial-bubble__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--grund-bubble-pos, center center);
}

.grund-testimonial-track {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  text-align: center;
}

.grund-testimonial {
  margin: 0;
}

.grund-testimonial blockquote {
  margin: 18px auto 0;
  max-width: 700px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.grund-testimonial blockquote p {
  margin: 0;
}

.grund-testimonial figcaption {
  margin-top: 0;
  font-weight: 800;
  font-size: 14px;
}

.grund-testimonial-controls {
  position: absolute;
  z-index: 3;
  left: 72px;
  right: 72px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.grund-testimonial-btn {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #000;
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  pointer-events: auto;
}

.grund-testimonial-btn:disabled {
  opacity: 1;
  cursor: default;
}

.grund-testimonial-btn:focus-visible {
  outline: 3px solid var(--grund-purple);
  outline-offset: 3px;
}

.grund-video-section {
  padding: clamp(34px, 6vw, 72px) 0;
}

.grund-video-frame {
  position: relative;
  display: flex;
  min-height: clamp(260px, 35vw, 440px);
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: #D9D9D9;
  color: #000;
  text-align: left;
}

.grund-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.grund-video-frame p {
  position: absolute;
  top: 28px;
  left: 28px;
  max-width: 360px;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.grund-video-play {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #000;
}

.grund-faq-bank-section {
  padding: clamp(58px, 8vw, 106px) 0 clamp(72px, 9vw, 122px);
}

.grund-faq-bank-grid {
  display: grid;
  grid-template-columns: minmax(220px, 32%) minmax(0, 1fr) minmax(220px, 280px);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.grund-faq-copy .grund-section-title {
  margin-bottom: 18px;
}

.grund-accordion {
  border-top: 1px solid var(--grund-green);
}

.grund-accordion .acc-item {
  border-bottom: 1px solid var(--grund-green);
}

.grund-accordion .acc-trigger {
  padding: 16px 0;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 700;
}

.grund-accordion .acc-panel {
  padding: 0 0 22px;
}

.grund-accordion .acc-panel-inner {
  font-size: 15px;
  line-height: 1.55;
}

.grund-accordion .acc-panel-inner p {
  margin-top: 0;
}

.grund-accordion .acc-panel-inner p:last-child {
  margin-bottom: 0;
}

.grund-bank-card {
  padding-top: 6px;
}

.grund-bank-card h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 800;
}

.grund-bank-card__text {
  font-size: 15px;
  line-height: 1.45;
}

.grund-bank-details {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.45;
}

.grund-bank-details div + div {
  margin-top: 12px;
}

.grund-bank-details dt {
  font-weight: 800;
}

.grund-bank-details dd {
  margin: 2px 0 0;
  overflow-wrap: anywhere;
}

@media (max-width: 1023px) {
  .grund-faq-bank-grid {
    grid-template-columns: 1fr;
  }

  .grund-bank-card {
    max-width: 520px;
  }
}

@media (max-width: 767px) {
  .grund-hero {
    min-height: 305px;
  }

  .grund-hero__inner {
    padding-top: 58px;
    padding-bottom: 48px;
  }

  .grund-tier-grid,
  .grund-explain-grid {
    grid-template-columns: 1fr;
  }

  .grund-tiers-section {
    padding-top: 40px;
    padding-bottom: 54px;
  }

  .grund-tier-card {
    min-height: 128px;
  }

  .grund-after-tiers {
    margin-top: 34px;
  }

  .grund-explain-section {
    padding: 22px 0 116px;
  }

  .grund-tiers-section,
  .grund-explain-section,
  .grund-testimonial-section,
  .grund-video-section,
  .grund-faq-bank-section {
    text-align: left;
  }

  .grund-tiers-intro,
  .grund-after-tiers {
    margin-left: 0;
    margin-right: 0;
  }

  .grund-testimonials {
    min-height: 280px;
    padding: 0 46px;
  }

  .grund-testimonials.has-bubble {
    min-height: 330px;
  }

  .grund-testimonial-bubble {
    width: 88px;
    margin-bottom: 20px;
  }

  .grund-testimonial-controls {
    left: 0;
    right: 0;
    top: 46%;
  }

  .grund-testimonial-btn {
    width: 38px;
    height: 38px;
    font-size: 34px;
  }

  .grund-hero h1 {
    font-size: 42px;
  }

  .grund-hero__subtitle {
    font-size: 16px;
  }

  .grund-tier-card__title {
    font-size: 22px;
  }

  .grund-section-title {
    font-size: 26px;
  }

  .grund-explain-section .grund-section-title {
    font-size: 17px;
  }

  .grund-testimonial blockquote {
    font-size: 15px;
    line-height: 1.35;
  }

  .grund-bank-card h2 {
    font-size: 24px;
  }
}
