* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

body {
  background: #03080e;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@font-face {
  font-family: 'Inter';
  src: url('/fontsGGPR/inter-variableGGPR.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 740px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.headerGGPR {
  width: 100%;
  background: #05080a;
  color: #fff;
  font-family: 'Inter';
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 740px) {
  .container {
    padding: 0 16px;
  }
}
canvas {
  position: fixed;
  inset: 0;

  width: 100vw;
  height: 100vh;

  display: block;
  z-index: -1;
  pointer-events: none;
}

.instruction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10 !important;
}

.header-topDesktopGGPR {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 0;
  display: flex;
}

.header-topInnerGGPR {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.top-iconGGPR {
  width: 20px;
  height: 20px;
}

.top-textGGPR {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.header-marqueeWrapGGPR {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 0;
}

@media (max-width: 900px) {
  .header-topDesktopGGPR {
    display: none;
  }
  .header-marqueeWrapGGPR {
    display: block;
  }
}

.header-marqueeInnerGGPR {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-marqueeGGPR {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.header-marqueeGGPR span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-left: 100%;
  animation: marqueeGGPR 14s linear infinite;
  font-size: 13px;
  font-weight: 700;
}

.marquee-iconGGPR {
  width: 20px;
  height: 20px;
}

@keyframes marqueeGGPR {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.header-mainGGPR {
  padding: 14px 0;
}

.header-mainInnerGGPR {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logoBoxGGPR {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-logoGGPR {
  width: 54px;
  height: 49px;
  object-fit: contain;
}

.header-logoTextGGPR {
  width: 192px;
  height: 17px;
  object-fit: contain;
}

.header-navGGPR {
  display: block;
}

.header-navListGGPR {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.header-navListGGPR a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.burgerGGPR {
  display: none;
  width: 32px;
  height: 26px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.burgerGGPR span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 999px;
}

.burgerGGPR span + span {
  margin-top: 5px;
}

@media (max-width: 900px) {
  .header-navGGPR {
    display: none;
  }
  .burgerGGPR {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.mobileMenuGGPR {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  display: none;
  z-index: 9999;
}

.mobileMenuGGPR.open {
  display: block;
}

.mobileMenu-panelGGPR {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  max-width: 420px;
  height: 100%;
  background: #0f1214;
  padding: 70px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobileMenu-closeGGPR {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 34px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}

.mobile-navListGGPR {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mobile-navListGGPR a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .header-logoGGPR {
    width: 46px;
    height: 42px;
  }

  .header-logoTextGGPR {
    width: 150px;
    height: auto;
  }

  .header-navListGGPR {
    gap: 8px;
  }

  .header-navListGGPR a {
    font-size: 12px;
  }
}

.heroGGPR {
  width: 100%;

  background-image: url('/imagesGGPR/hero-paris-bgGGPR.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  background-color: #0f1214;
  padding: 80px 0 120px;
  position: relative;
}

.heroGGPR::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.55) 40%,
    rgba(0, 0, 0, 0.85) 100%
  );
  pointer-events: none;
}

.hero-innerGGPR {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
}

.hero-titleGGPR {
  color: #fff;
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .hero-titleGGPR {
    font-size: 22px;
  }
}

.hero-subGGPR {
  color: #fff;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 400;
  max-width: 780px;
  margin: 0 auto 40px;
}

@media (max-width: 900px) {
  .hero-subGGPR {
    display: none;
  }
}

.hero-featuresGGPR {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.hero-featuresGGPR li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  padding: 10px 16px;
  border-radius: 100px;
  border: 1px solid #35364b;

  background: #2d3a42;

  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);

  white-space: nowrap;
  flex-shrink: 1;
  flex-grow: 0;
  min-width: max-content;
}

.hero-iconGGPR {
  font-size: 14px;
  display: inline-block;
}

@media (max-width: 900px) {
  .hero-featuresGGPR {
    justify-content: center;
    gap: 10px;
  }

  .hero-featuresGGPR li {
    padding: 5px 10px;
    font-size: 9px;
  }
  .heroGGPR {
    padding-top: 20px;
  }
}

/* card */
.cardsSectionGGPR {
  padding: 60px 0;
  position: relative;
  top: -95px;
}

.cardsListGGPR {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cardGGPR {
  position: relative;
  width: 346px;
  min-height: 387px;
  height: auto;

  border-radius: 10px;
  border: 1px solid #3052e7;
  background: radial-gradient(
    74.16% 74.16% at 50% 25.84%,
    #103157 0%,
    #0d1620 100%
  );

  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-family: 'Inter';

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-badgeGGPR {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  background: #3052e7;
  padding: 6px 20px;
  font-size: 12px;
  z-index: 1;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 0 10.8px #3052e7;
}

.card-logoWrapGGPR {
  margin-bottom: 20px;
}

.card-logoGGPR {
  width: 324px;
  height: 92px;
  object-fit: contain;
}

.card-ratingGGPR {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.card-ratingNumberGGPR {
  font-size: 14px;
  font-weight: 700;
}

.card-ratingStarsGGPR {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-ratingStarsGGPR li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

.card-ratingStarsGGPR img,
.card-starGGPR {
  display: block;
  width: 14px;
  height: 14px;
}

.card-reviewsGGPR {
  font-size: 12px;
  opacity: 0.9;
}

.card-offerTitleGGPR {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.card-btnGGPR {
  display: block;
  border-radius: 100px;
  background: #ba0606;
  padding: 14px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 2px;
  letter-spacing: -0.176px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);

  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.1s ease-in, box-shadow 0.25s ease-in;

  --bubble-color: #ba0606;
}

.card-btnGGPR::before,
.card-btnGGPR::after {
  content: '';
  position: absolute;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  display: none;
  transition: all 0.5s ease-in-out;
}

.card-btnGGPR::before {
  top: -75%;
  background-image: radial-gradient(
      circle,
      var(--bubble-color) 20%,
      transparent 20%
    ),
    radial-gradient(
      circle,
      transparent 20%,
      var(--bubble-color) 20%,
      transparent 30%
    ),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(
      circle,
      transparent 10%,
      var(--bubble-color) 15%,
      transparent 20%
    ),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
}

.card-btnGGPR::after {
  bottom: -75%;
  background-image: radial-gradient(
      circle,
      var(--bubble-color) 20%,
      transparent 20%
    ),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(
      circle,
      transparent 10%,
      var(--bubble-color) 15%,
      transparent 20%
    ),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.card-btnGGPR.animate::before {
  display: block;
  animation: topBubbles 0.75s ease-in-out forwards;
}

.card-btnGGPR.animate::after {
  display: block;
  animation: bottomBubbles 0.75s ease-in-out forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0 0;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0 0;
  }
}

.chooseButtonGGPR {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  padding: 15px 20px;
  margin: auto;
  margin-top: 40px;
  text-align: center;
  line-height: 1.2;

  border-radius: 100px;
  border: 5px solid #437dbd;
  background: radial-gradient(
    46.82% 46.82% at 48.68% 50%,
    #6eafe5 0%,
    #1153c4 100%
  );
  box-shadow: 0 0 10.9px 0 #2190ef;

  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.176px;
  text-transform: uppercase;

  cursor: pointer;
  position: relative;
  overflow: visible;

  --bubble-color: #2190ef;
}
.chooseButtonGGPR {
  z-index: 2;
}

.chooseButtonGGPR::before,
.chooseButtonGGPR::after {
  z-index: 1;
}

.chooseButtonGGPR::before,
.chooseButtonGGPR::after {
  content: '';
  position: absolute;
  width: 140%;
  height: 100%;
  left: -20%;
  pointer-events: none;
  display: none;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.chooseButtonGGPR::before {
  top: -75%;
  background-image: radial-gradient(
      circle,
      var(--bubble-color) 20%,
      transparent 20%
    ),
    radial-gradient(
      circle,
      transparent 20%,
      var(--bubble-color) 20%,
      transparent 30%
    ),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(
      circle,
      transparent 10%,
      var(--bubble-color) 15%,
      transparent 20%
    ),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
}

.chooseButtonGGPR::after {
  bottom: -75%;
  background-image: radial-gradient(
      circle,
      var(--bubble-color) 20%,
      transparent 20%
    ),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(
      circle,
      transparent 10%,
      var(--bubble-color) 15%,
      transparent 20%
    ),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%),
    radial-gradient(circle, var(--bubble-color) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.chooseButtonGGPR.animate::before {
  display: block;
  animation: topBubbles 0.75s ease-in-out forwards;
}

.chooseButtonGGPR.animate::after {
  display: block;
  animation: bottomBubbles 0.75s ease-in-out forwards;
}

.chooseButtonGGPR::before {
  top: -75%;

  background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
    40% 90%, 55% 90%, 70% 90%;
}

.card-statusGGPR {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}

.card-statusIconGGPR {
  width: 24px;
  height: 24px;
}

.card-statusTextGGPR {
  font-size: 15px;
  font-weight: 400;
}

.card-statusTextGGPR strong {
  font-weight: 700;
}

.card-paymentsGGPR {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 8px;
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}

.card-paymentsGGPR li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.card-paymentsGGPR img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  display: block;
  object-fit: contain;
}

.card-footGGPR {
  margin-top: auto;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.9;
}
.cardGGPR--small {
  width: 250px;
  min-height: 340px;
  padding: 16px 14px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cardGGPR--small .card-offerTitleGGPR {
  font-size: 16px;
  margin-bottom: 8px;
}

.cardGGPR--small .card-btnGGPR {
  padding: 10px 16px;
  font-size: 13px;
  margin-bottom: 10px;
}

.cardGGPR--small .card-statusTextGGPR {
  font-size: 11px;
}

.cardGGPR--small .card-logoGGPR {
  width: 100%;
}

.cardGGPR--small .card-ratingNumberGGPR {
  font-size: 12px;
}

.cardGGPR--small .card-starGGPR {
  width: 12px;
  height: 12px;
}

.cardGGPR--small .card-reviewsGGPR {
  font-size: 10px;
}

.cardGGPR--small .card-paymentsGGPR {
  gap: 6px;
  row-gap: 6px;
}

.cardGGPR--small .card-paymentsGGPR img {
  width: 24px;
  height: 24px;
}

.cardGGPR--small .card-footGGPR {
  margin-top: auto;
}

@media (max-width: 1200px) {
  .cardGGPR {
    width: min(360px, 100%);
    min-height: auto;
  }
}

@media (max-width: 740px) {
  .cardsSectionGGPR {
    padding: 10px 0;
  }

  .cardsListGGPR {
    gap: 24px;
  }

  .cardGGPR {
    width: 100%;
    max-width: 360px;
    min-height: auto;
  }

  .card-logoGGPR {
    width: 100%;
    max-width: 324px;
  }

  .chooseButtonGGPR {
    width: calc(100% - 32px);
    padding: 12px 16px;
    font-size: 14px;
    border-width: 3px;
    margin-top: 20px;
  }

  .card-paymentsGGPR {
    gap: 6px;
    row-gap: 6px;
  }

  .card-paymentsGGPR img {
    width: 24px;
    height: 24px;
  }
}

.cardGGPR {
  position: relative;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
  transform-style: preserve-3d;
}

.cardGGPR:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.ratingStarsListGGPR {
  display: flex;
}
.ratingBlockGGPR {
  display: flex;
  align-items: center;
  gap: 20px;
}

.glowGGPR {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  background-image: radial-gradient(circle at 50% -20%, #ffffff22, #0000000f);
}

.aboutGGPR {
  padding: 30px 0;
}

.about-innerGGPR {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.about-textGGPR {
  flex: 1;
  color: #fff;
  font-family: Inter;
}

.about-textGGPR h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-textGGPR p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.about-imageGGPR {
  flex: 1;
  display: flex;
  justify-content: center;
}

.about-imageGGPR img {
  width: 100%;
  max-width: 520px;
  border-radius: 20px;
  display: block;
}

@media (max-width: 900px) {
  .about-innerGGPR {
    flex-direction: column;
    text-align: left;
    gap: 30px;
  }

  .about-imageGGPR img {
    width: 100%;
    max-width: none;
  }

  .about-textGGPR h2 {
    font-size: 24px;
  }

  .about-textGGPR p {
    font-size: 15px;
  }
}

.choosePlatformGGPR {
  padding: 80px 0;
}

.choosePlatform-innerGGPR {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.choosePlatform-imageGGPR img {
  width: 100%;
  max-width: 560px;
  border-radius: 24px;
  display: block;
}

.choosePlatform-contentGGPR {
  flex: 1;
  color: #fff;
  font-family: Inter;
}

.choosePlatform-titleGGPR {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.choosePlatform-textGGPR {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  max-width: 480px;
}

@media (max-width: 900px) {
  .choosePlatform-innerGGPR {
    flex-direction: column;
    gap: 30px;
  }

  .choosePlatform-titleGGPR {
    font-size: 24px;
    text-align: center;
  }

  .choosePlatform-textGGPR {
    text-align: center;
    font-size: 15px;
    max-width: none;
  }
}

.tipsSectionGGPR {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 70px 15px;
}

.tipsBoxGGPR {
  width: 100%;
  max-width: 1200px;

  border-radius: 20px;
  border: 1px dashed #3052e7;
  background: #020e1c;

  padding: 60px 70px;
  text-align: center;
  color: #fff;
  font-family: Inter;
}

.tipsTitleGGPR {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.tipsIntroGGPR {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 28px;
}

.tipsListGGPR {
  list-style: disc;
  margin: 0 auto;
  padding-left: 40px;
  max-width: 900px;

  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.tipsListGGPR > li {
  margin-bottom: 18px;
}

.tipsListGGPR ul {
  list-style: disc;
  padding-left: 40px;
  margin-top: 12px;
}

.tipsFooterGGPR {
  margin-top: 35px;
  font-size: 15px;
  font-weight: 700;
  color: #2190ef;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
  .tipsBoxGGPR {
    padding: 48px 40px;
  }

  .tipsTitleGGPR {
    font-size: 28px;
  }

  .tipsIntroGGPR {
    font-size: 17px;
  }

  .tipsListGGPR {
    padding-left: 32px;
    font-size: 15px;
  }
}

/* =========================
   SMALL TABLET
========================= */
@media (max-width: 900px) {
  .tipsBoxGGPR {
    padding: 40px 32px;
  }

  .tipsTitleGGPR {
    font-size: 26px;
  }

  .tipsIntroGGPR {
    font-size: 16px;
  }

  .tipsListGGPR {
    max-width: 100%;
    padding-left: 28px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 600px) {
  .tipsBoxGGPR {
    padding: 32px 20px;
    border-radius: 16px;
  }

  .tipsTitleGGPR {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .tipsIntroGGPR {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .tipsListGGPR {
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }

  .tipsListGGPR > li {
    margin-bottom: 14px;
  }

  .tipsListGGPR ul {
    padding-left: 22px;
  }

  .tipsFooterGGPR {
    margin-top: 28px;
    font-size: 14px;
    text-align: center;
  }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 420px) {
  .tipsBoxGGPR {
    padding: 28px 16px;
  }

  .tipsTitleGGPR {
    font-size: 20px;
  }

  .tipsIntroGGPR {
    font-size: 14px;
  }

  .tipsListGGPR {
    font-size: 13.5px;
  }
}

.contactSectionGGPR {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  font-family: Inter;
}

.contactTitleGGPR {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contactTextGGPR {
  max-width: 11 00px;
  margin: 0 auto 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.9;
}

.contactFormGGPR {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.contactRowGGPR {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.contactFieldGGPR {
  flex: 1;
  text-align: left;
}

.contactFieldGGPR label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.contactFieldGGPR input,
.contactFieldGGPR textarea {
  width: 100%;
  border-radius: 5px;
  background: #162f4c;
  border: none;
  padding: 16px 18px;
  color: #fff;
  font-size: 16px;
  font-family: Inter;
  outline: none;
}

.contactFieldGGPR textarea {
  height: 160px;
  resize: none;
  margin-bottom: 30px;
}

.contactBtnGGPR {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;

  border-radius: 100px;
  border: 2px solid #3052e7;
  background: transparent;

  color: #3052e7;
  font-size: 16px;
  font-weight: 600;

  padding: 16px 20px;
  cursor: pointer;

  transition: 0.25s ease;
}

.contactBtnGGPR:hover {
  background: rgba(48, 82, 231, 0.15);
}

@media (max-width: 740px) {
  .contactRowGGPR {
    flex-direction: column;
  }

  .contactBtnGGPR {
    max-width: 100%;
  }
}

.responsableSectionGGPR {
  width: 100%;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.responsableBoxGGPR {
  width: 100%;
  max-width: 1200px;

  border-radius: 20px;
  border: 1px dashed #3052e7;
  background: #020e1c;

  padding: 60px 40px;
  text-align: center;
  color: #fff;
  font-family: Inter;
}

.responsableTitleGGPR {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.responsableSubtitleGGPR {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 15px;
}

.responsableTextGGPR {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
  opacity: 0.95;
}

.responsableListGGPR {
  list-style: disc;
  padding-left: 20px;
  margin: 0 auto 30px;
  display: inline-block;
  text-align: left;
}

.responsableListGGPR li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
  .responsableSectionGGPR {
    padding: 64px 20px;
  }

  .responsableBoxGGPR {
    padding: 48px 32px;
  }

  .responsableTitleGGPR {
    font-size: 26px;
  }

  .responsableSubtitleGGPR {
    font-size: 17px;
  }

  .responsableTextGGPR {
    font-size: 15.5px;
  }

  .responsableListGGPR li {
    font-size: 15.5px;
  }
}

/* =========================
   SMALL TABLET
========================= */
@media (max-width: 900px) {
  .responsableSectionGGPR {
    padding: 56px 16px;
  }

  .responsableBoxGGPR {
    padding: 40px 28px;
  }

  .responsableTitleGGPR {
    font-size: 24px;
  }

  .responsableSubtitleGGPR {
    font-size: 16px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 600px) {
  .responsableSectionGGPR {
    padding: 48px 12px;
  }

  .responsableBoxGGPR {
    padding: 32px 20px;
    border-radius: 16px;
  }

  .responsableTitleGGPR {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .responsableSubtitleGGPR {
    font-size: 15px;
    margin: 20px 0 12px;
  }

  .responsableTextGGPR {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .responsableListGGPR {
    padding-left: 22px;
    margin-bottom: 24px;
  }

  .responsableListGGPR li {
    font-size: 14.5px;
    margin-bottom: 6px;
  }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 420px) {
  .responsableBoxGGPR {
    padding: 28px 16px;
  }

  .responsableTitleGGPR {
    font-size: 19px;
  }

  .responsableSubtitleGGPR {
    font-size: 14.5px;
  }

  .responsableTextGGPR {
    font-size: 14px;
  }

  .responsableListGGPR li {
    font-size: 14px;
  }
}

.footerGGPR {
  background: #020e1c;
  padding: 60px 0 40px;
  color: #fff;
  font-family: 'Inter';
}

.footer-gridGGPR {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.footer-colGGPR h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-colGGPR p {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.9;
  line-height: 1.5;
}

.footer-contactGGPR {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contactGGPR li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  margin-bottom: 14px;
  line-height: 1.5;
}

.footer-contactGGPR img {
  width: 18px;
  height: 18px;
}

.footer-iconsGGPR {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
  padding: 0;
  margin: 40px 0;
}

.footer-iconsGGPR img {
  height: 40px;
  object-fit: contain;
}

.footer-copyGGPR {
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .footer-gridGGPR {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-iconsGGPR {
    gap: 20px;
  }

  .footer-colGGPR {
    text-align: left;
  }
}

.terms {
  padding: 70px 0;
}

@media (max-width: 900px) {
  .terms {
    padding: 40px 0;
  }
}

.terms h1 {
  margin: 20px 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.terms ul {
  list-style: disc;
  padding-left: 20px;
  margin: 20px 0;
}

.terms ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.terms h2 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.terms p,
.terms ul,
.terms-element {
  margin: 20px 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms ul {
  padding-left: 20px;
}

.terms-element {
  border-radius: 100px;
  border: 1px dashed #3052e7;
  background: #020e1c;
  padding: 20px;
}

.terms-element p {
  margin: 20px 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms-element span {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.quizResultGGPR {
  margin: 32px auto 0;
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
}

/* overlay */
.quizModalGGPR {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 16px;
}

.quizModalGGPR.active {
  display: flex;
  animation: fadeInGGPR 0.25s ease forwards;
}

@keyframes fadeInGGPR {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* panel base */
.quizPanelGGPR {
  width: 100%;
  max-width: 900px;
  padding: 56px 60px 40px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #3052e7;
  background: radial-gradient(73% 73% at 50% 25%, #021e3e 0%, #030f1d 100%);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  position: relative;
  box-sizing: border-box;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* static + modal are IDENTICAL on desktop */
.quizPanelGGPR--static,
.quizPanelGGPR--modal {
  max-width: 900px;
  margin: auto;
}

/* close */
/* .quizCloseGGPR {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 28px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 1;
} */

/* header */
.quizStepNumGGPR {
  text-align: right;
  font-size: 18px;
  opacity: 0.75;
  margin-bottom: 18px;
  padding-right: 40px;
}

.quizTitleGGPR {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 22px;
}

.quizTitleGGPR span {
  color: #4f80ff;
}

.quizQuestionGGPR {
  font-size: 22px;
  margin-bottom: 26px;
  line-height: 1.35;
}

/* options */
.quizOptionsGGPR {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quizOptionGGPR {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #0c1c30;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
}

.quizOptionGGPR input {
  display: none;
}

.radioFakeGGPR {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #4f80ff;
  flex-shrink: 0;
  box-sizing: border-box;
}

.quizOptionGGPR input:checked + .radioFakeGGPR {
  background: #4f80ff;
}

/* nav */
.quizNavGGPR {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.quizPrevGGPR {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
}

.quizNextGGPR {
  background: #ba0606;
  padding: 14px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}

/* result card */
.quizModalGGPR .cardGGPR {
  width: 100%;
  max-width: 320px;
}

/* section spacing */
.quizSectionGGPR {
  padding: 0 24px;
}

/* =======================
   RESPONSIVE
======================= */
@media (max-width: 900px) {
  .quizPanelGGPR {
    max-width: 720px;
    padding: 48px 32px 32px;
  }
}

@media (max-width: 740px) {
  .quizPanelGGPR {
    max-width: 360px;
    padding: 52px 20px 28px;
    border-radius: 16px;
  }

  .quizTitleGGPR {
    font-size: 24px;
  }

  .quizQuestionGGPR {
    font-size: 18px;
  }

  .quizOptionGGPR {
    font-size: 16px;
  }

  .quizNavGGPR {
    flex-direction: column;
    gap: 14px;
  }

  .quizNextGGPR {
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .quizPanelGGPR {
    max-width: 291px;
    margin-left: 20px;
  }

  .quizTitleGGPR {
    font-size: 22px;
  }

  .quizQuestionGGPR {
    font-size: 16px;
  }

  .quizOptionGGPR {
    font-size: 15px;
  }
}
