/* Zweck: Floss-Sprachschul-Partnerseite | Schicht: Seitentyp | Ladende Seiten: /partner/floss-sprachschule/ */
.gv-offer {
  display: grid;
  gap: 1.25rem;
  max-width: 58rem;
  font-family: var(--book-sans);
}

.gv-offer h1,
.gv-offer h2,
.gv-offer h3 {
  margin: 0;
  color: var(--book-ink);
  font-family: var(--book-serif);
  line-height: 1.16;
}

.gv-offer p {
  margin: 0;
}

.gv-hero {
  display: grid;
  gap: 1rem;
}

.gv-kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 1.8rem;
  padding: .25rem .58rem;
  border: 1px solid rgba(0, 112, 118, .22);
  border-radius: 999px;
  background: rgba(229, 252, 250, .88);
  color: var(--book-accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gv-hero h1 {
  max-width: 46rem;
  font-size: clamp(1.9rem, 1.45rem + 1.35vw, 2.7rem);
}

.gv-lead {
  max-width: 48rem;
  color: var(--book-muted);
  font-size: 1.06rem;
  line-height: 1.58;
}

.gv-actions,
.gv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
}

.gv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: .55rem .9rem;
  border: 1px solid rgba(217, 95, 43, .62);
  border-radius: 8px;
  background: rgba(255, 247, 239, .92);
  color: #16383a !important;
  font-family: var(--book-sans);
  font-size: .93rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(217, 95, 43, .12);
}

.gv-button:hover,
.gv-button:focus {
  border-color: rgba(217, 95, 43, .84);
  background: rgba(255, 239, 225, .98);
  color: #16383a !important;
}

.gv-button--secondary {
  border-color: rgba(0, 112, 118, .28);
  background: rgba(229, 252, 250, .88);
  box-shadow: 0 8px 18px rgba(3, 61, 64, .08);
}

.gv-tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: .28rem .62rem;
  border: 1px solid rgba(0, 112, 118, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--book-muted);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.2;
}

.gv-hero-image {
  overflow: hidden;
  border: 1px solid var(--book-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--book-soft-shadow);
}

.gv-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1728 / 910;
  object-fit: cover;
}

.gv-section {
  display: grid;
  gap: .85rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--book-line);
}

.gv-section > p {
  max-width: 48rem;
  color: var(--book-muted);
  font-size: .98rem;
  line-height: 1.55;
}

.gv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.gv-card {
  display: grid;
  gap: .62rem;
  align-content: start;
  min-width: 0;
  padding: .9rem;
  border: 1px solid var(--book-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 18px rgba(3, 61, 64, .08);
}

.gv-level {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 1.85rem;
  padding: .18rem .55rem;
  border-radius: 999px;
  background: var(--book-accent);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.gv-card h3 {
  font-size: 1.04rem;
}

.gv-card p,
.gv-card li {
  color: var(--book-muted);
  font-size: .9rem;
  line-height: 1.43;
}

.gv-card ul,
.gv-note-list {
  display: grid;
  gap: .34rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gv-card li,
.gv-note-list li {
  position: relative;
  padding-left: 1rem;
}

.gv-card li::before,
.gv-note-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: .38rem;
  height: .38rem;
  border-radius: 999px;
  background: var(--book-accent-2);
}

.gv-price {
  margin-top: auto;
  padding-top: .62rem;
  border-top: 1px solid rgba(0, 112, 118, .18);
  color: var(--book-ink);
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.1;
}

.gv-price span {
  display: block;
  margin-top: .18rem;
  color: var(--book-muted);
  font-size: .78rem;
  font-weight: 800;
}

.gv-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .8fr);
  gap: .9rem;
}

.gv-price-hero {
  color: var(--book-accent-2);
  font-size: clamp(2rem, 1.4rem + 1.4vw, 2.7rem);
  font-weight: 950;
  line-height: 1;
}

.gv-price-hero span {
  color: var(--book-muted);
  font-size: 1rem;
  font-weight: 800;
}

.gv-payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.gv-payment-card {
  display: grid;
  gap: .35rem;
  min-width: 0;
  padding: .9rem;
  border: 1px solid var(--book-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
}

.gv-payment-card--active {
  border-color: rgba(0, 112, 118, .32);
  background: rgba(229, 252, 250, .92);
}

.gv-payment-line {
  color: var(--book-ink);
  font-size: .96rem;
  font-weight: 900;
  line-height: 1.35;
}

.gv-note {
  padding: .85rem .95rem;
  border: 1px solid rgba(217, 95, 43, .24);
  border-radius: 8px;
  background: rgba(255, 248, 229, .84);
  color: var(--book-muted);
  font-size: .9rem;
  line-height: 1.5;
}

html[data-theme="dark"] .gv-card,
html[data-theme="dark"] .gv-payment-card,
html[data-theme="dark"] .gv-hero-image,
html[data-theme="dark"] .gv-tag {
  background-color: rgba(20, 44, 47, .9);
  border-color: rgba(206, 235, 232, .18);
}

html[data-theme="dark"] .gv-button {
  border-color: rgba(206, 235, 232, .22);
  background: rgba(21, 55, 58, .92);
  color: #edf7f5 !important;
}

html[data-theme="dark"] .gv-button:hover,
html[data-theme="dark"] .gv-button:focus {
  background: rgba(42, 96, 99, .62);
  color: #e7fffc !important;
}

@media (max-width: 900px) {
  .gv-grid,
  .gv-payment-grid,
  .gv-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .gv-actions .gv-button {
    width: 100%;
  }

  .gv-offer {
    gap: 1rem;
  }
}
