/* --------------------------------------------------------------------------
   1. Hero
   -------------------------------------------------------------------------- */
.cms-block-container:has(.gc-hero) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cms-row:has(.gc-hero) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col-12:has(.gc-hero) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gc-hero {
  position: relative;
  width: 100%;
  line-height: 0;
}

.gc-hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.gc-hero-badge {
  position: absolute;
  right: 60px;
  bottom: 20px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  color: #103150;
  font-family: 'Lato', sans-serif;
  font-size: clamp(12px, 1.6vw, 22px);
  line-height: 1.3;
  font-weight: 400;
  padding: 0.45em 0.9em;
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(16, 49, 80, 0.18);
  white-space: nowrap;
}

.gc-hero-badge strong {
  font-weight: 800;
}

.gc-hero-title-visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 600px) {
  .gc-hero-badge {
    left: 24px;
    right: auto;
    bottom: 14px;
    padding: 0.4em 0.7em;
  }
}


/* --------------------------------------------------------------------------
   2. SEO-Guide-Textblock
   -------------------------------------------------------------------------- */

.gc-seo-guide-section {
  margin: 70px auto;
  padding: 0;
  font-family: "Roboto", Arial, sans-serif;
  color: #103150;
}

.gc-seo-guide-header {
  max-width: 860px;
}

.gc-seo-guide-title {
  margin: 0 0 40px;
  color: #103150;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.gc-seo-guide-title strong {
  font-weight: 800;
}

.gc-seo-guide-kicker {
  display: block !important;
  margin: 0 0 16px !important;
  color: #1ab63b !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  line-height: 1.4 !important;
}

.gc-seo-guide-header p {
  margin: 0 0 16px;
  color: #4f4f4f;
  font-size: 17px;
  line-height: 1.75;
}

.gc-seo-guide-header p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .gc-seo-guide-title {
    font-size: 32px;
  }
}

@media (max-width: 560px) {
  .gc-seo-guide-section {
    margin: 50px auto;
  }

  .gc-seo-guide-title {
    font-size: 26px;
  }
}


/* --------------------------------------------------------------------------
   3. Subnav (Sprungmarken)
   -------------------------------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

.gc-subnav2 {
  max-width: 1400px;
  margin: 10px auto 40px;
  font-family: "Roboto", Arial, sans-serif;
}

.gc-subnav2-label {
  display: block;
  margin-bottom: 16px;
  color: #103150;
  font-size: 15px;
  font-weight: 800;
}

.gc-subnav2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}

.gc-subnav2-card {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 16px 18px;
  border: 1px solid #ededed;
  border-top: 4px solid transparent;
  background: #ffffff;
  color: #103150;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(16, 49, 80, 0.06);
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.gc-subnav2-card:hover {
  border-top-color: #1ab63b;
  box-shadow: 0 12px 28px rgba(16, 49, 80, 0.12);
  transform: translateY(-2px);
  color: #1ab63b;
  text-decoration: none;
}

.gc-subnav2-card.is-active {
  border-top-color: #1ab63b;
  color: #1ab63b;
  background: #fafafa;
}

@media (max-width: 560px) {
  .gc-subnav2-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gc-subnav2-card {
    font-size: 13px;
    padding: 14px;
    min-height: 56px;
  }
}

@media (max-width: 380px) {
  .gc-subnav2-grid {
    grid-template-columns: 1fr;
  }
}


/* --------------------------------------------------------------------------
   4. Kurse-Überschrift
   -------------------------------------------------------------------------- */

.gc-courses-heading {
  max-width: 1400px;
  margin: 30px auto 10px;
  text-align: center;
  font-family: "Roboto", Arial, sans-serif;
  scroll-margin-top: 120px;
}

.gc-courses-heading span {
  display: block;
  margin-bottom: 10px;
  color: #1ab63b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-courses-heading h2 {
  margin: 0 auto;
  max-width: 900px;
  color: #103150;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .gc-courses-heading h2 {
    font-size: 24px;
  }
}


/* --------------------------------------------------------------------------
   5. Quiz "Welche Schulung passt zu mir?"
   -------------------------------------------------------------------------- */

.gc-quiz-section {
  max-width: 1400px;
  margin: 70px auto;
  font-family: "Roboto", Arial, sans-serif;
}

.gc-quiz-header {
  text-align: center;
  margin-bottom: 28px;
}

.gc-quiz-header span {
  display: block;
  margin-bottom: 10px;
  color: #1ab63b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-quiz-header h2 {
  margin: 0;
  color: #103150;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.gc-quiz-card {
  border: 1px solid #ececec;
  box-shadow: 0 10px 30px rgba(16, 49, 80, 0.08);
  padding: 36px;
  background: #ffffff;
}

.gc-quiz-progress {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}

.gc-quiz-progress span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ececec;
}

.gc-quiz-progress span.is-active {
  background: #1ab63b;
}

.gc-quiz-step {
  display: block;
  margin-bottom: 36px;
}

.gc-quiz-step:last-of-type {
  margin-bottom: 0;
}

.gc-quiz-step h3 {
  margin: 0 0 18px;
  color: #103150;
  font-size: 19px;
  font-weight: 700;
}

.gc-quiz-options {
  display: grid;
  gap: 10px;
}

.gc-quiz-option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 18px;
  border: 1px solid #ddd;
  background: #fafafa;
  color: #103150;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
}

.gc-quiz-option:hover {
  border-color: #1ab63b;
}

.gc-quiz-option[aria-pressed="true"] {
  border-color: #1ab63b;
  background: #eefbf0;
  font-weight: 700;
}

.gc-quiz-nav {
  display: none;
  justify-content: space-between;
  margin-top: 28px;
}

.gc-quiz-nav button {
  padding: 10px 22px;
  border: 2px solid #1ab63b;
  background: #1ab63b;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}

.gc-quiz-nav button.gc-quiz-back {
  background: transparent;
  color: #103150;
  border-color: #ddd;
}

.gc-quiz-nav button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.gc-quiz-result {
  display: none;
  text-align: center;
}

.gc-quiz-result h3 {
  margin: 0 0 12px;
  color: #103150;
  font-size: 22px;
  font-weight: 700;
}

.gc-quiz-result p {
  margin: 0 0 24px;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.65;
}

.gc-quiz-result a.gc-quiz-cta {
  display: inline-block;
  padding: 13px 26px;
  background: #1ab63b;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}

.gc-quiz-restart {
  display: block;
  margin-top: 18px;
  color: #758ca3;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
}

.gc-quiz-card.js-active .gc-quiz-progress {
  display: flex;
}

.gc-quiz-card.js-active .gc-quiz-nav {
  display: flex;
}

.gc-quiz-card.js-active .gc-quiz-step {
  display: none;
}

.gc-quiz-card.js-active .gc-quiz-step[data-active="true"] {
  display: block;
}

.gc-quiz-card.js-active.is-finished .gc-quiz-step,
.gc-quiz-card.js-active.is-finished .gc-quiz-nav,
.gc-quiz-card.js-active.is-finished .gc-quiz-progress {
  display: none;
}

.gc-quiz-card.js-active.is-finished .gc-quiz-result {
  display: block;
}

@media (max-width: 560px) {
  .gc-quiz-card {
    padding: 24px;
  }

  .gc-quiz-header h2 {
    font-size: 26px;
  }
}


/* --------------------------------------------------------------------------
   6. Intro / SEO-Text "ArcGIS Pro Schulung"
   -------------------------------------------------------------------------- */

.gc-intro-section {
  max-width: 1180px;
  padding: 20px 0;
  font-family: "Roboto", Arial, sans-serif;
  color: #103150;
  scroll-margin-top: 120px;
}

.gc-intro-section h2 {
  margin: 0 0 12px;
  color: #103150;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.gc-intro-section h3 {
  margin: 0 0 28px;
  color: #1ab63b;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
}

.gc-intro-section p {
  max-width: 980px;
  margin: 0 0 20px;
  color: #103150;
  font-size: 17px;
  line-height: 1.75;
}

.gc-intro-section h4 {
  margin: 28px 0 18px;
  color: #103150;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.gc-intro-section ul {
  max-width: 980px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.gc-intro-section li {
  position: relative;
  padding-left: 32px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.6;
}

.gc-intro-section li::before {
  content: "✓";
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  background: #d1f0d8;
  color: #1ab63b;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.gc-intro-section p:last-child {
  margin-top: 28px;
  margin-bottom: 0;
  color: #103150;
}

.gc-intro-section p:last-child b {
  color: #1ab63b;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .gc-intro-section {
    margin: 36px auto;
    padding: 10px 0;
  }

  .gc-intro-section h2 {
    font-size: 34px;
  }

  .gc-intro-section h3 {
    font-size: 20px;
  }

  .gc-intro-section p,
  .gc-intro-section li {
    font-size: 15px;
  }
}


/* --------------------------------------------------------------------------
   7. "Was Sie lernen" / Lernziele
   -------------------------------------------------------------------------- */

.gc-learning-section {
  margin: 70px auto;
  padding: 20px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: "Roboto", Arial, sans-serif;
}

.gc-learning-header {
  max-width: 820px;
  margin-bottom: 36px;
}

.gc-learning-header h2 {
  margin: 0 0 16px;
  color: #103150;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.gc-learning-header p {
  margin: 0;
  color: #103150;
  font-size: 17px;
  line-height: 1.75;
}

.gc-learning-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 48px;
  margin-top: 34px;
}

.gc-learning-box h3 {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 12px;
  color: #103150;
  font-size: 24px;
  font-weight: 700;
}

.gc-learning-box h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  background: #1ab63b;
}

.gc-learning-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc-learning-box li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 30px;
  color: #103150;
  font-size: 15px;
  line-height: 1.65;
}

.gc-learning-box li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  color: #1ab63b;
  font-size: 16px;
  font-weight: 800;
}

.gc-learning-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid #ededed;
}

.gc-learning-cta h3 {
  margin: 0 0 8px;
  color: #103150;
  font-size: 22px;
  font-weight: 700;
}

.gc-learning-cta p {
  margin: 0;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.65;
}

.gc-learning-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid #1ab63b;
  background: #1ab63b;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

.gc-learning-button:hover {
  background: #103150;
  border-color: #103150;
  color: #ffffff !important;
}

@media (max-width: 900px) {
  .gc-learning-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gc-learning-header h2 {
    font-size: 32px;
  }

  .gc-learning-cta {
    grid-template-columns: 1fr;
  }

  .gc-learning-button {
    width: fit-content;
  }
}

@media (max-width: 560px) {
  .gc-learning-section {
    margin: 50px auto;
  }

  .gc-learning-button {
    width: 100%;
  }
}


/* --------------------------------------------------------------------------
   8. Warum geocademy
   -------------------------------------------------------------------------- */

.gc-why-section {
 /* max-width: 1000px; */
  max-width: 1250px;
  margin: 70px auto;
  font-family: "Roboto", Arial, sans-serif;
  scroll-margin-top: 120px;
}

.gc-why-header {
  max-width: 700px;
  margin: 0 auto 32px;
  text-align: center;
}

.gc-why-kicker {
  display: block;
  margin-bottom: 10px;
  color: #1ab63b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-why-header h2 {
  margin: 0;
  color: #103150;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

.gc-why-panel {
  padding: 36px 40px;
  border-left: 5px solid #1ab63b;
  background: #fafafa;
}

.gc-why-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 16px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc-why-list li {
  position: relative;
  padding-left: 30px;
  color: #103150;
  font-size: 15.5px;
  line-height: 1.65;
}

.gc-why-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  color: #1ab63b;
  font-size: 16px;
  font-weight: 800;
}

.gc-why-note {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #ededed;
  color: #103150;
  font-size: 15px;
  line-height: 1.7;
}

.gc-why-note strong {
  color: #1ab63b;
}

@media (max-width: 700px) {
  .gc-why-panel {
    padding: 26px 24px;
  }

  .gc-why-list {
    grid-template-columns: 1fr;
  }

  .gc-why-header h2 {
    font-size: 28px;
  }
}


/* --------------------------------------------------------------------------
   9. Vergleichstabelle
   -------------------------------------------------------------------------- */

.gc-compare-section {
  max-width: 1400px;
  margin: 70px auto;
  font-family: "Roboto", Arial, sans-serif;
}

.gc-compare-header {
  max-width: 760px;
  margin: 0 auto 12px;
  text-align: center;
}

.gc-compare-header span {
  display: block;
  margin-bottom: 10px;
  color: #1ab63b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-compare-header h2 {
  margin: 0 0 12px;
  color: #103150;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

.gc-compare-header p {
  margin: 0;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.6;
}

.gc-compare-updated {
  display: block;
  margin: 10px 0 24px;
  text-align: center;
  font-size: 12px;
  color: #8a97a6;
  font-style: italic;
}

.gc-compare-scroll {
  overflow-x: auto;
  border: 1px solid #ececec;
}

.gc-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}

.gc-compare-table thead th {
  position: sticky;
  top: 0;
  background: #103150;
  color: #ffffff;
  text-align: left;
  padding: 14px 16px;
  font-weight: 700;
  white-space: nowrap;
}

.gc-compare-table tbody td {
  padding: 14px 16px;
  color: #33455a;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
}

.gc-compare-table tbody tr:nth-child(even) {
  background: #f7f9fb;
}

.gc-compare-table tbody tr:hover {
  background: #eefbf0;
}

.gc-compare-table td:first-child,
.gc-compare-table th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}

.gc-compare-table td:first-child {
  background: inherit;
  font-weight: 700;
  color: #103150;
}

.gc-compare-table a {
  color: #103150;
  text-decoration: underline;
}

.gc-compare-table a:hover {
  color: #1ab63b;
}

.gc-compare-soldout {
  color: #b3341c;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .gc-compare-header h2 {
    font-size: 26px;
  }
}


/* --------------------------------------------------------------------------
   10. Anwendungsbeispiele (Tabs)
   -------------------------------------------------------------------------- */

.gc-usecases-section {
  max-width: 1180px;
  margin: 70px auto;
  font-family: "Roboto", Arial, sans-serif;
  color: #103150;
  scroll-margin-top: 120px;
}

.gc-usecases-header {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.gc-usecases-kicker {
  display: block;
  margin-bottom: 10px;
  color: #1ab63b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-usecases-header h2 {
  margin: 0 0 14px;
  color: #103150;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.gc-usecases-header p {
  margin: 0;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.7;
}

.gc-usecases-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
  align-items: start;
}

.gc-usecases-nav {
  display: grid;
  gap: 8px;
}

.gc-usecases-tab {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #ededed;
  border-left: 4px solid transparent;
  background: #ffffff;
  color: #103150;
  font-size: 14.5px;
  font-weight: 700;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.gc-usecases-tab.is-hidden {
  display: none;
}

.gc-usecases-tab:hover {
  border-left-color: #d1f0d8;
}

.gc-usecases-tab.is-active {
  border-left-color: #1ab63b;
  background: #fafafa;
  color: #1ab63b;
}

.gc-usecases-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  padding: 0 6px;
  border-radius: 4px;
  background: #eefbf0;
  color: #0a4918;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  flex-shrink: 0;
}

.gc-usecases-tab.is-active .gc-usecases-tab-icon {
  background: #1ab63b;
  color: #ffffff;
}

.gc-usecases-more {
  display: block;
  width: 100%;
  padding: 14px 16px;
  margin-top: 2px;
  border: 1px dashed #c7d2de;
  background: transparent;
  color: #103150;
  font-size: 13.5px;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
}

.gc-usecases-more:hover {
  border-color: #1ab63b;
  color: #1ab63b;
}

.gc-usecases-more.is-hidden {
  display: none;
}

.gc-usecases-panels {
  position: relative;
}

.gc-usecases-panel {
  display: none;
  padding: 36px;
  border: 1px solid #ededed;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(16, 49, 80, 0.06);
}

.gc-usecases-panel.is-active {
  display: block;
}

.gc-usecases-panel h3 {
  margin: 0 0 14px;
  color: #103150;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.gc-usecases-panel > p {
  margin: 0 0 20px;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.75;
}

.gc-usecases-panel ul {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.gc-usecases-panel li {
  position: relative;
  padding-left: 26px;
  color: #103150;
  font-size: 14.5px;
  line-height: 1.6;
}

.gc-usecases-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1ab63b;
  font-weight: 900;
}

.gc-usecases-link {
  display: inline-block;
  color: #1ab63b;
  font-size: 14.5px;
  font-weight: 800;
  text-decoration: none;
}

.gc-usecases-link:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .gc-usecases-layout {
    grid-template-columns: 1fr;
  }

  .gc-usecases-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .gc-usecases-header h2 {
    font-size: 30px;
  }

  .gc-usecases-panel {
    padding: 26px;
  }
}

@media (max-width: 560px) {
  .gc-usecases-nav {
    grid-template-columns: 1fr;
  }
}


/* --------------------------------------------------------------------------
   11. Testimonials-Slider
   -------------------------------------------------------------------------- */

.gc-testimonials-section {
  max-width: 900px;
  margin: 70px auto;
  font-family: "Roboto", Arial, sans-serif;
  text-align: center;
}

.gc-testimonials-header {
  margin-bottom: 40px;
}

.gc-testimonials-kicker {
  display: block;
  margin-bottom: 10px;
  color: #1ab63b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-testimonials-header h2 {
  margin: 0 0 14px;
  color: #103150;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.gc-testimonials-header p {
  margin: 0;
  color: #8a97a6;
  font-size: 14px;
  line-height: 1.6;
}

.gc-testimonials-source-note {
  display: inline-block;
  margin-top: 8px;
  color: #b7c0c9;
  font-size: 11.5px;
  font-style: italic;
}

.gc-testimonials-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.gc-testimonials-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 2px solid #ededed;
  border-radius: 50%;
  background: #ffffff;
  color: #103150;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.gc-testimonials-arrow:hover {
  border-color: #1ab63b;
  color: #1ab63b;
}

.gc-testimonials-track {
  position: relative;
  flex: 1;
  min-height: 260px;
  padding: 44px 36px;
  background: #fafafa;
  border-top: 4px solid #1ab63b;
}

.gc-testimonials-loading {
  margin: 0;
  color: #8a97a6;
  font-size: 14px;
  font-style: italic;
}

.gc-testimonials-item {
  display: none;
}

.gc-testimonials-item.is-active {
  display: block;
  animation: gc-testimonials-fade 320ms ease;
}

@keyframes gc-testimonials-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.gc-testimonials-quote {
  position: relative;
  margin: 0 0 22px;
  color: #103150;
  font-size: 19px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.65;
}

.gc-testimonials-quote::before {
  content: "\201C";
  display: block;
  margin-bottom: 6px;
  color: #1ab63b;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.gc-testimonials-author {
  display: grid;
  gap: 2px;
}

.gc-testimonials-name {
  color: #103150;
  font-size: 15px;
  font-weight: 700;
}

.gc-testimonials-course {
  color: #8a97a6;
  font-size: 13px;
}

.gc-testimonials-rating {
  color: #1ab63b;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}

.gc-testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.gc-testimonials-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
}

.gc-testimonials-dot.is-active {
  background: #1ab63b;
}

@media (max-width: 640px) {
  .gc-testimonials-slider {
    gap: 10px;
  }

  .gc-testimonials-arrow {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .gc-testimonials-track {
    padding: 32px 18px;
    min-height: 300px;
  }

  .gc-testimonials-quote {
    font-size: 17px;
  }
}


/* --------------------------------------------------------------------------
   12. FAQ (Akkordeon)
   -------------------------------------------------------------------------- */

.gc-faq-section {
  max-width: 1400px;
  margin: 70px auto;
  padding: 20px 0;
  font-family: "Roboto", Arial, sans-serif;
}

.gc-faq-intro {
  max-width: 760px;
  margin-bottom: 32px;
}

.gc-faq-intro h2 {
  margin: 0;
  color: #103150;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

.gc-faq-list {
  display: grid;
  gap: 14px;
}

.gc-faq-item {
  border: 1px solid #ededed;
  border-left: 4px solid #1ab63b;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(16, 49, 80, 0.06);
  overflow: hidden;
}

.gc-faq-question {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 56px 20px 22px;
  border: 0;
  background: #ffffff;
  color: #103150;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.gc-faq-question:hover {
  color: #1ab63b;
}

.gc-faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: #1ab63b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.gc-faq-item.is-open .gc-faq-question::after {
  content: "−";
}

.gc-faq-answer {
  display: none;
  padding: 0 22px 22px;
}

.gc-faq-item.is-open .gc-faq-answer {
  display: block;
}

.gc-faq-answer p {
  margin: 0;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .gc-faq-intro h2 {
    font-size: 30px;
  }

  .gc-faq-question {
    font-size: 16px;
    padding-right: 48px;
  }
}


/* --------------------------------------------------------------------------
   13. Kontakt
   -------------------------------------------------------------------------- */
.gc-contact-section {
  max-width: 820px;
/*  margin: 70px auto; */
  font-family: "Roboto", Arial, sans-serif;
  scroll-margin-top: 120px;
}

.gc-contact-section h2 {
  margin: 0 0 10px;
  color: #103150;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.gc-contact-section h3 {
  margin: 0 0 20px;
  color: #1ab63b;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.gc-contact-section p {
  margin: 0 0 12px;
  color: #4f4f4f;
  font-size: 17px;
  line-height: 1.75;
}

.gc-contact-section p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .gc-contact-section {
    margin: 50px auto;
  }

  .gc-contact-section h2 {
    font-size: 28px;
  }

  .gc-contact-section h3 {
    font-size: 19px;
  }

  .gc-contact-section p {
    font-size: 15px;
  }
}
