@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap");

body,
button,
input,
textarea {
  font-family: "Rubik", sans-serif;
}
body {
  background: #f6f7fb;
  color: #111827;
  line-height: 1.6;
  font-size: 16px;
}
a {
  color: #7c5cff;
  text-decoration: none;
  transition: color 0.18s ease;
}
a:hover {
  color: #6949ff;
  text-decoration: underline;
}

.gogolegabe-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.gogolegabe-header,
.gogolegabe-footer {
  padding: 12px 20px;
}
.gogolegabe-header__brand a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}
.gogolegabe-header__brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.gogolegabe-header__brand-text {
  font-weight: 600;
}
.gogolegabe-header__nav-list,
.gogolegabe-footer__nav-list {
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.gogolegabe-header__nav-link,
.gogolegabe-footer__nav-link {
  padding: 8px 10px;
  border-radius: 8px;
  transition:
    background-color 0.18s ease,
    color 0.18s ease;
}
.gogolegabe-header__nav-link:hover,
.gogolegabe-footer__nav-link:hover {
  background: #f1f2fe;
  color: #5c3fff;
}

.gogolegabe-main,
.gogolegabe-legal__inner,
.gogolegabe-reach__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.gogolegabe-hero,
.gogolegabe-onboarding,
.gogolegabe-levels,
.gogolegabe-split,
.gogolegabe-description,
.gogolegabe-features,
.gogolegabe-gallery,
.gogolegabe-faq,
.gogolegabe-testimonials,
.gogolegabe-finalcta,
.gogolegabe-reach,
.gogolegabe-legal {
  padding: 56px 0;
}

h1 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 16px;
}
h2 {
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 14px;
}
h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
p {
  margin: 0 0 12px;
  color: #1f2937;
}

.gogolegabe-hero {
  background: #f3f0ff;
  border-bottom: 1px solid #e9e6ff;
}
.gogolegabe-hero__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.gogolegabe-hero__tag {
  display: inline-block;
  background: #ebe6ff;
  color: #4b3acb;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 12px;
}
.gogolegabe-hero__headline {
  margin-bottom: 10px;
}
.gogolegabe-hero__lead {
  color: #374151;
  max-width: 900px;
  margin-bottom: 18px;
}
.gogolegabe-hero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.gogolegabe-hero__cta {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 500;
  transition:
    background-color 0.18s ease,
    transform 0.18s ease,
    color 0.18s ease;
}
.gogolegabe-hero__cta--main {
  background: #7c5cff;
  color: #fff;
}
.gogolegabe-hero__cta--main:hover {
  background: #6949ff;
  transform: translateY(-1px);
}
.gogolegabe-hero__cta--alt {
  background: #fff;
  border: 1px solid #d9defe;
  color: #5c3fff;
}
.gogolegabe-hero__cta--alt:hover {
  background: #f6f6ff;
}

.gogolegabe-onboarding__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.gogolegabe-onboarding__step {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  transition: transform 0.18s ease;
}
.gogolegabe-onboarding__step:hover {
  transform: translateY(-2px);
}
.gogolegabe-onboarding__step-title {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.gogolegabe-onboarding__step-desc {
  color: #4b5563;
  font-size: 14px;
}

.gogolegabe-levels__intro {
  max-width: 840px;
  color: #374151;
}
.gogolegabe-levels__bullets {
  margin: 12px 0 0;
  padding-left: 18px;
}
.gogolegabe-levels__tags {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.gogolegabe-levels__tag {
  background: #eef2ff;
  color: #4b3acb;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 12px;
}

.gogolegabe-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 18px;
  align-items: center;
}
.gogolegabe-split__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
}
.gogolegabe-split__bullets {
  margin: 10px 0 0;
  padding-left: 18px;
}
.gogolegabe-split__bullet {
  margin-bottom: 6px;
}

.gogolegabe-description__text {
  max-width: 900px;
  color: #374151;
}

.gogolegabe-features__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}
.gogolegabe-features__item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
}
.gogolegabe-features__item-title {
  font-size: 18px;
  margin-bottom: 6px;
}
.gogolegabe-features__item-desc {
  color: #4b5563;
  font-size: 14px;
}

.gogolegabe-gallery__desc {
  max-width: 860px;
  color: #374151;
}
.gogolegabe-gallery__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}
.gogolegabe-gallery__imgbox {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}
.gogolegabe-gallery__img {
  width: 100%;
  height: auto;
  display: block;
}
.gogolegabe-gallery__caption {
  padding: 10px 12px;
  color: #6b7280;
  font-size: 13px;
}

.gogolegabe-faq__list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.gogolegabe-faq__item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 12px;
}
.gogolegabe-faq__button {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 10px 2px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  transition: color 0.18s ease;
}
.gogolegabe-faq__button:hover {
  color: #5c3fff;
}
.gogolegabe-faq__content {
  display: none;
  color: #4b5563;
  padding: 6px 2px 2px;
}
.gogolegabe-faq__button[aria-expanded="true"] + .gogolegabe-faq__content {
  display: block;
}

.gogolegabe-testimonials__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 12px;
}
.gogolegabe-testimonials__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  padding: 16px;
}
.gogolegabe-testimonials__quote {
  margin: 0 0 10px;
  font-weight: 500;
}
.gogolegabe-testimonials__persona {
  color: #6b7280;
  font-size: 13px;
}

.gogolegabe-finalcta__box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #7c5cff;
  border-radius: 12px;
  padding: 20px;
}
.gogolegabe-finalcta__desc {
  color: #374151;
  max-width: 860px;
}
.gogolegabe-finalcta__btn {
  display: inline-block;
  margin-top: 10px;
  background: #7c5cff;
  color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  transition:
    background-color 0.18s ease,
    transform 0.18s ease;
}
.gogolegabe-finalcta__btn:hover {
  background: #6949ff;
  transform: translateY(-1px);
}

.gogolegabe-footer {
  border-top: 1px solid #e5e7eb;
  background: #fff;
}
.gogolegabe-footer__nav {
  max-width: 1200px;
  margin: 0 auto;
}
.gogolegabe-footer__nav-link {
  color: #6b7280;
}
.gogolegabe-footer__nav-link:hover {
  color: #5c3fff;
}
.gogolegabe-footer__copyright {
  text-align: center;
  color: #6b7280;
  font-size: 13px;
  margin-top: 8px;
}

.gogolegabe-legal__title {
  margin-bottom: 8px;
}
.gogolegabe-legal__subtitle {
  font-size: 18px;
  margin: 10px 0 6px;
}
.gogolegabe-legal__text {
  color: #374151;
  max-width: 900px;
}
.gogolegabe-legal__list {
  padding-left: 18px;
  margin: 8px 0;
}
.gogolegabe-legal__link {
  color: #7c5cff;
}

.gogolegabe-reach__title {
  margin-bottom: 6px;
}
.gogolegabe-reach__intro {
  color: #374151;
  max-width: 800px;
  margin-bottom: 12px;
}
.gogolegabe-reach__group {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  margin-top: 12px;
}
.gogolegabe-reach__group-title {
  font-size: 18px;
  margin-bottom: 6px;
}
.gogolegabe-reach__group-desc {
  color: #4b5563;
}
.gogolegabe-reach__rows {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.gogolegabe-reach__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 10px;
  align-items: center;
}
.gogolegabe-reach__label {
  color: #6b7280;
}
.gogolegabe-reach__value a {
  word-break: break-all;
}

.cookie-center {
  position: fixed;
  right: 16px;
  bottom: 16px;
  max-width: 420px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.18);
  padding: 14px;
  z-index: 9999;
}
.cookie-center--hidden {
  display: none;
}
.cookie-center__badge {
  display: inline-block;
  background: #ebe6ff;
  color: #4b3acb;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 12px;
  margin-bottom: 6px;
}
.cookie-center__title {
  margin: 6px 0 4px;
}
.cookie-center__body p {
  color: #374151;
}
.cookie-center__privacy-link {
  display: inline-block;
  margin-top: 8px;
  color: #7c5cff;
}
.cookie-center__list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.cookie-center__category {
  background: #f9fafb;
  border: 1px solid #eef0f4;
  border-radius: 10px;
  padding: 10px;
}
.cookie-center__always-on {
  display: inline-block;
  color: #6b7280;
  font-size: 12px;
  margin-top: 6px;
}
.cookie-center__switch {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 500;
}
.cookie-center__switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cookie-center__slider {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
  background: #e5e7eb;
  border-radius: 999px;
  vertical-align: middle;
  transition: background-color 0.18s ease;
}
.cookie-center__slider:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.18s ease;
}
.cookie-center__switch input:checked + .cookie-center__slider {
  background: #7c5cff;
}
.cookie-center__switch input:checked + .cookie-center__slider:before {
  transform: translateX(18px);
}
.cookie-center__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 12px;
}
.cookie-center__btn {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}
.cookie-center__btn:hover {
  background: #f3f4f6;
  transform: translateY(-1px);
}
.cookie-center__btn--accept {
  background: #7c5cff;
  border-color: #7c5cff;
  color: #fff;
}
.cookie-center__btn--accept:hover {
  background: #6949ff;
}
.cookie-center__btn--save {
  border-color: #d9defe;
  color: #5c3fff;
}
.cookie-center__btn--reject {
  color: #6b7280;
}

@media (max-width: 1199px) {
  .gogolegabe-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gogolegabe-gallery__images {
    grid-template-columns: repeat(2, 1fr);
  }
  .gogolegabe-split {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  .gogolegabe-header__nav-list {
    gap: 8px;
    overflow-x: auto;
  }
  .gogolegabe-hero,
  .gogolegabe-onboarding,
  .gogolegabe-levels,
  .gogolegabe-split,
  .gogolegabe-description,
  .gogolegabe-features,
  .gogolegabe-gallery,
  .gogolegabe-faq,
  .gogolegabe-testimonials,
  .gogolegabe-finalcta,
  .gogolegabe-reach,
  .gogolegabe-legal {
    padding: 38px 0;
  }
  .gogolegabe-hero__actions .gogolegabe-hero__cta {
    width: 100%;
    text-align: center;
  }
  .gogolegabe-onboarding__steps {
    grid-template-columns: 1fr;
  }
  .gogolegabe-features__grid {
    grid-template-columns: 1fr 1fr;
  }
  .gogolegabe-gallery__images,
  .gogolegabe-testimonials__cards {
    grid-template-columns: 1fr;
  }
  .gogolegabe-reach__row {
    grid-template-columns: 1fr;
  }
  .cookie-center {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }
}
