html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: #092e4c;
}

::selection {
  background: #092e4c;
  color: #ffffff;
}

/* =======================================================
       SWIPER
    ======================================================== */

.swiper-button-next,
.swiper-button-prev {
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(9, 46, 76, 0.14);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
  font-weight: 800;
  color: #092e4c;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #092e4c;
  opacity: 0.25;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 20px;
  opacity: 1;
}

/* =======================================================
       HERO IMAGE
    ======================================================== */

.hero-image .blurred {
  filter: blur(25px);
  transform: scale(1.06);
  opacity: 0.35;
}

.hero-image .clear {
  animation: heroReveal 1.5s ease forwards;
}

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* =========================================================
   GLOBALSHOPIFY — RADIAL ECOSYSTEM
========================================================= */

.ecosystem-section {
  isolation: isolate;
}


/* =========================================================
   MAIN TWO COLUMN LAYOUT
========================================================= */

.ecosystem-layout {
  position: relative;

  display: grid;
  grid-template-columns: 560px minmax(0, 1fr);

  align-items: center;

  gap: 65px;

  min-height: 560px;
}


/* =========================================================
   LEFT — ECOSYSTEM VISUAL
========================================================= */

.ecosystem-visual {
  position: relative;

  width: 560px;
  height: 560px;

  margin: 0;
}


.ecosystem-orbit {
  position: relative;

  width: 560px;
  height: 560px;

  margin: 0 auto;
}


/* =========================================================
   ORBIT RINGS
========================================================= */

.orbit-ring {
  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  border: 1px dashed rgba(148, 190, 205, 0.34);

  pointer-events: none;
}


.orbit-ring-outer {
  width: 520px;
  height: 520px;
}


.orbit-ring-middle {
  width: 390px;
  height: 390px;
}


.orbit-ring-inner {
  width: 255px;
  height: 255px;
}


/* =========================================================
   CENTER LOGO
========================================================= */

.ecosystem-center {
  position: absolute;

  left: 50%;
  top: 50%;

  z-index: 10;

  width: 118px;
  height: 118px;

  transform: translate(-50%, -50%);

  display: flex;
  align-items: center;
  justify-content: center;
}


.ecosystem-center-glow {
  position: absolute;

  inset: -22px;

  border-radius: 50%;

  background: radial-gradient(circle,
      rgba(57, 160, 213, 0.20) 0%,
      rgba(57, 160, 213, 0.08) 45%,
      transparent 72%);

  filter: blur(5px);
}


.ecosystem-logo {
  position: relative;

  z-index: 3;

  width: 110px;
  height: 110px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  border-radius: 50%;

  background: #ffffff;

  border: 1px solid #DFEBF0;

  box-shadow:
    0 12px 35px rgba(9, 46, 76, 0.12),
    0 0 0 8px rgba(255, 255, 255, 0.75);
}


.ecosystem-logo img {
  width: 75%;
  height: 75%;

  object-fit: contain;

  display: block;
}


/* =========================================================
   ECOSYSTEM NODES
========================================================= */

/* =========================================================
   ECOSYSTEM NODES
========================================================= */

.ecosystem-node {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 140px;
  text-align: center;
  transform: translate(-50%, -50%);
}


/* =========================================================
   NODE ICON
========================================================= */

.node-icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.node-icon img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  display: block;
}

.ecosystem-node:hover .node-icon {
  transform: translateY(-5px) scale(1.08);
}

/* =========================================================
   BLUE NODE
========================================================= */

.node-blue {
  background: linear-gradient(145deg,
      #38a9e5,
      #1689ce);

  box-shadow:
    0 10px 25px rgba(22, 137, 206, 0.18),
    0 0 0 10px rgba(56, 169, 229, 0.07);
}


/* =========================================================
   PURPLE NODE
========================================================= */

.node-purple {
  background: linear-gradient(145deg,
      #6651bd,
      #44339d);

  box-shadow:
    0 10px 25px rgba(68, 51, 157, 0.18),
    0 0 0 10px rgba(102, 81, 189, 0.07);
}


/* =========================================================
   LIGHT NODE
========================================================= */

.node-light {
  background: #ffffff;

  border: 1px solid #dceef4;

  box-shadow:
    0 8px 22px rgba(9, 46, 76, 0.08),
    0 0 0 9px rgba(79, 188, 221, 0.06);
}


/* =========================================================
   NODE LABEL
========================================================= */

.node-label {
  display: block;

  width: max-content;
  max-width: 120px;

  padding: 4px 8px;

  border-radius: 8px;

  background: rgba(255, 255, 255, 0.92);

  color: #66727a;
  font-size: 10px;
  font-weight: 600;

  line-height: 1.3;

  white-space: nowrap;
}


/* =========================================================
   NODE POSITIONS
========================================================= */

.node-rawai {
  left: 16%;
  top: 17%;
}
.node-mivojewels {
  left: 30%;
  top:35%;
}


.node-carnival-corporate-token {
  left: 58%;
  top: 8%;
}


.node-Eagle-online-book {
  left: 94%;
  top: 43%;
}


.node-baba-handicraft {
  left: 74%;
  top: 80%;
}


.node-urban-homes {
  left: 12%;
  top: 58%;
}


.node-drymato {
  left: 40%;
  top: 75%;
}

.node-banshiwale {
  left: 75%;
  top: 55%;
}


.node-essentium-phygen {
  left: 65%;
  top: 30%;
}


/* =========================================================
   INNER MINI NODE
========================================================= */

.ecosystem-mini-node {
  position: absolute;

  z-index: 7;

  left: 30%;
  top: 38%;

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #0878b7;

  box-shadow:
    0 8px 20px rgba(8, 120, 183, 0.18);
}


.ecosystem-mini-node span {
  color: #ffffff;

  font-size: 17px;
}


/* =========================================================
   FLOATING DOTS
========================================================= */

.orbit-dot {
  position: absolute;

  z-index: 3;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #59c5e4;

  box-shadow:
    0 0 0 4px rgba(89, 197, 228, 0.08);
}


.dot-1 {
  left: 34%;
  top: 1%;
}


.dot-2 {
  left: 96%;
  top: 53%;
}


.dot-3 {
  left: 48%;
  top: 89%;
}


.dot-4 {
  left: 1%;
  top: 35%;

  background: #eab63f;
}


.dot-5 {
  left: 23%;
  top: 78%;

  background: #e179d4;
}


.dot-6 {
  left: 79%;
  top: 14%;

  background: #8ee0ec;
}


/* =========================================================
   FLOAT ANIMATION
========================================================= */

.node-rawai,
.node-carnival-corporate-token,
.node-banshiwale,
.node-mivojewels,
.node-Eagle-online-book,
.node-baba-handicraft,
.node-urban-homes,
.node-drymato,
.node-essentium-phygen {
  animation: ecosystemFloat 5s ease-in-out infinite;
}


.node-carnival-corporate-token {
  animation-delay: -1s;
}

.node-mivojewels{
  animation-delay: -1.5s;
}
.node-Eagle-online-book {
  animation-delay: -2s;
}

.node-banshiwale{
  animation-delay: -2.5s;
}
.node-baba-handicraft {
  animation-delay: -3s;
}


.node-urban-homes {
  animation-delay: -4s;
}


.node-drymato {
  animation-delay: -2.5s;
}


.node-essentium-phygen {
  animation-delay: -1.5s;
}


@keyframes ecosystemFloat {

  0%,
  100% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(-50%, calc(-50% - 6px));
  }

}


/* =========================================================
   RIGHT — CONTENT
========================================================= */

.ecosystem-content {
  position: relative;

  max-width: 500px;

  padding: 20px 0;
}

/* =========================================================
   CONTENT LABEL
========================================================= */

.ecosystem-content-label {
  display: inline-flex;

  align-items: center;

  margin-bottom: 12px;

  color: #0C526F;
  font-size: 11px;
  font-weight: 800;

  letter-spacing: 0.16em;

  text-transform: uppercase;
}


/* =========================================================
   CONTENT HEADING
========================================================= */

.ecosystem-content h2 {
  margin: 0;

  max-width: 540px;

  color: #092E4C;
  font-size: 42px;
  font-weight: 800;

  line-height: 1.12;

  letter-spacing: -0.025em;
}


.ecosystem-content h2 span {
  color: #0C526F;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.ecosystem-content-description {
  max-width: 500px;

  margin: 20px 0 0;

  color: #7a858d;
  font-size: 14px;

  line-height: 1.8;
}


/* =========================================================
   STATS
========================================================= */

.ecosystem-stats {
  display: flex;

  align-items: flex-start;

  gap: 42px;

  margin-top: 28px;
}


.ecosystem-stat {
  display: flex;
  flex-direction: column;

  gap: 4px;
}


.ecosystem-stat strong {
  color: #092E4C;

  font-size: 24px;
  font-weight: 800;

  line-height: 1;
}


.ecosystem-stat span {
  color: #7d878e;
  font-size: 9px;
  font-weight: 600;

  line-height: 1.45;

  letter-spacing: 0.04em;
}


/* =========================================================
   LEARN MORE BUTTON
========================================================= */

.ecosystem-learn-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 12px;

  min-width: 150px;

  margin-top: 30px;

  padding: 11px 24px;

  border: 2px solid #3fa9d4;

  border-radius: 30px;

  background: #ffffff;

  color: #16728F;
  font-size: 13px;
  font-weight: 700;

  text-decoration: none;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.ecosystem-learn-btn span {
  font-size: 18px;

  line-height: 1;

  transition: transform 0.3s ease;
}


.ecosystem-learn-btn:hover {
  background: #092E4C;

  color: #ffffff;

  transform: translateY(-2px);

  box-shadow:
    0 10px 25px rgba(9, 46, 76, 0.15);
}


.ecosystem-learn-btn:hover span {
  transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .ecosystem-layout {
    grid-template-columns: 480px minmax(0, 1fr);

    gap: 30px;
  }


  .ecosystem-visual {
    width: 480px;
    height: 480px;
  }


  .ecosystem-orbit {
    width: 560px;
    height: 560px;

    transform: scale(0.86);

    transform-origin: top left;
  }


  .ecosystem-content h2 {
    font-size: 36px;
  }

}


/* =========================================================
   MOBILE / SMALL TABLET
========================================================= */

@media (max-width: 800px) {

  .ecosystem-layout {
    display: flex;

    flex-direction: column;

    gap: 20px;

    min-height: auto;
  }


  .ecosystem-visual {
    width: 100%;
    height: 470px;

    display: flex;
    justify-content: center;

    overflow: hidden;
  }


  .ecosystem-orbit {
    flex-shrink: 0;

    transform: scale(0.82);

    transform-origin: top center;
  }


  .ecosystem-content {
    width: 100%;
    max-width: 600px;

    margin: 0 auto;

    padding: 10px 0 0;

    text-align: center;
  }


  .ecosystem-content-mark {
    margin-left: auto;
    margin-right: auto;
  }


  .ecosystem-content h2 {
    margin-left: auto;
    margin-right: auto;

    font-size: 34px;
  }


  .ecosystem-content-description {
    margin-left: auto;
    margin-right: auto;
  }


  .ecosystem-stats {
    justify-content: center;
  }


  .ecosystem-learn-btn {
    margin-left: auto;
    margin-right: auto;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

  .ecosystem-section {
    padding-top: 45px;
    padding-bottom: 55px;
  }


  .ecosystem-visual {
    height: 390px;
  }


  .ecosystem-orbit {
    transform: scale(0.68);
  }


  .ecosystem-center {
    width: 100px;
    height: 100px;
  }


  .ecosystem-logo {
    width: 76px;
    height: 76px;
  }


  .node-icon {
    width: 48px;
    height: 48px;
  }


  .node-label {
    font-size: 9px;
  }


  .ecosystem-content {
    padding-top: 0;
  }


  .ecosystem-content-mark {
    width: 48px;
    height: 48px;

    margin-bottom: 14px;

    transform: scale(0.85);
  }


  .ecosystem-content h2 {
    font-size: 28px;

    line-height: 1.16;
  }


  .ecosystem-content-description {
    margin-top: 15px;

    font-size: 13px;

    line-height: 1.7;
  }


  .ecosystem-stats {
    gap: 25px;

    margin-top: 24px;
  }


  .ecosystem-stat strong {
    font-size: 20px;
  }


  .ecosystem-stat span {
    font-size: 8px;
  }


  .ecosystem-learn-btn {
    margin-top: 25px;
  }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

  .ecosystem-visual {
    height: 345px;
  }


  .ecosystem-orbit {
    transform: scale(0.60);
  }


  .ecosystem-content h2 {
    font-size: 25px;
  }


  .ecosystem-stats {
    gap: 18px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .ecosystem-node {
    animation: none !important;
  }

}

/* =========================================================
   SUCCESS STORIES SWIPER
   MOBILE RESPONSIVE
========================================================= */

.success-slider-wrapper {
  width: 100%;
  min-width: 0;
}

.success-swiper {
  width: 100%;
  min-width: 0;
  overflow: hidden !important;
}

.success-swiper .swiper-wrapper {
  width: 100%;
  align-items: stretch;
}

.success-swiper .swiper-slide {
  width: 100%;
  min-width: 0;
  height: auto;
  box-sizing: border-box;
}

/* =========================================================
   TESTIMONIAL CARD
========================================================= */

.success-swiper article {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* Prevent long content from breaking layout */
.success-swiper h3,
.success-swiper p,
.success-swiper span {
  overflow-wrap: anywhere;
}

/* =========================================================
   CONTROLS
========================================================= */

.success-prev,
.success-next {
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.success-pagination {
  flex-shrink: 0;
}

.success-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px !important;
  background: #092e4c;
  opacity: 0.25;
  transition:
    width 0.3s ease,
    opacity 0.3s ease;
}

.success-pagination .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 999px;
  opacity: 1;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 639px) {

  .success-slider-wrapper {
    padding: 0;
  }

  .success-swiper {
    padding: 2px;
    margin: -2px;
    width: calc(100% + 4px);
  }

  .success-swiper .swiper-slide {
    width: 100% !important;
  }

  .success-swiper article {
    min-height: 270px;
  }

  .success-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 1.5px !important;
  }

  .success-pagination .swiper-pagination-bullet-active {
    width: 16px;
  }

}

/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 374px) {

  .success-swiper article {
    min-height: 255px;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .success-swiper article p {
    font-size: 12px;
    line-height: 1.55;
  }

  .success-prev,
  .success-next {
    width: 30px !important;
    height: 30px !important;
  }

  .success-pagination {
    min-width: 38px !important;
  }

  .success-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }

  .success-pagination .swiper-pagination-bullet-active {
    width: 14px;
  }

}

/* =========================================================
   640–767 TABLET
========================================================= */

@media (min-width: 640px) and (max-width: 767px) {

  .success-swiper article {
    min-height: 290px;
  }

}

/* =========================================================
   TOUCH DEVICES
========================================================= */

@media (hover: none) {

  .success-swiper article:hover {
    transform: none;
  }

}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .success-swiper,
  .success-swiper *,
  .success-prev,
  .success-next {
    animation: none !important;
    transition: none !important;
  }

}

/* =========================================================
   PLATFORM SWIPER — RESPONSIVE
========================================================= */

.platform-swiper {
  width: 100%;
  min-width: 0;
  overflow: hidden !important;
}

.platform-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.platform-swiper .swiper-slide {
  width: 100%;
  height: auto;
  min-width: 0;
  box-sizing: border-box;
}

.platform-slide {
  width: 100%;
  height: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* Image safety */

.platform-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Pagination */

.platform-pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto !important;
}

.platform-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  flex-shrink: 0;
  background: #092e4c;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.platform-pagination .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 999px;
  opacity: 1;
}


/* =========================================================
   MOBILE — PLATFORM CARD
========================================================= */

@media (max-width: 639px) {

  .platform-swiper {
    overflow: hidden !important;
  }

  .platform-swiper .swiper-slide {
    width: 100% !important;
  }

  .platform-slide {
    min-width: 0;
  }

  .platform-slide p {
    overflow-wrap: anywhere;
  }

  .platform-slide button {
    max-width: 100%;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 479px) {

  .platform-slide {
    padding: 16px !important;
    gap: 20px !important;
    border-radius: 20px !important;
  }

  .platform-slide h3 {
    margin-top: 14px !important;
    font-size: 20px !important;
  }

  .platform-slide p {
    margin-top: 10px !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
  }

  .platform-slide button {
    margin-top: 18px !important;
    padding: 10px 16px !important;
    font-size: 11px !important;
  }

  .platform-slide img {
    max-height: 260px;
    object-fit: contain;
  }

  .platform-pagination {
    gap: 5px !important;
  }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

  .platform-slide {
    padding: 12px !important;
    gap: 16px !important;
    border-radius: 18px !important;
  }

  .platform-slide h3 {
    font-size: 18px !important;
  }

  .platform-slide p {
    font-size: 11px !important;
    line-height: 1.55 !important;
  }

  .platform-slide button {
    padding: 9px 12px !important;
    font-size: 10px !important;
  }

  .platform-slide img {
    max-height: 200px !important;
  }

}

/* =======================================================
       PRICING
    ======================================================== */

.pricing-card {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(9, 46, 76, 0.15);
}

.pricing-toggle button {
  transition: all 0.3s ease;
}

.pricing-toggle button.active {
  background: #092e4c;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(9, 46, 76, 0.2);
}

/* =======================================================
       CARDS
    ======================================================== */

.journey-item {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.journey-item:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(9, 46, 76, 0.1);
}

.why-card {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.why-card:hover {
  transform: translateY(-5px);
}

.floating-img {
  pointer-events: none;
}

/* =====================================================
     HIDE SCROLLBARS
  ====================================================== */

.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* =========================================================
   SELLER REGISTRATION MODAL
   PREMIUM RESPONSIVE STYLES
========================================================= */

.gs-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.gs-modal.show {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gs-modal-content {
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  transition:
    transform 0.35s cubic-bezier(.22, 1, .36, 1),
    opacity 0.3s ease;
}

.gs-modal.show .gs-modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}


/* =========================================================
   FORM STEPS
========================================================= */

.gs-form-step {
  display: none;
  animation: gsStepIn 0.35s ease forwards;
}

.gs-form-step.active {
  display: block;
}

@keyframes gsStepIn {
  from {
    opacity: 0;
    transform: translateX(12px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/* =========================================================
   PROGRESS STEPS
========================================================= */

.gs-step {
  position: relative;
  z-index: 2;
}

.gs-step.active {
  background: #092e4c;
  border-color: #092e4c;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(9, 46, 76, 0.22);
}

.gs-step.completed {
  background: #0c526f;
  border-color: #0c526f;
  color: #fff;
}

.gs-step.completed .gs-step-number {
  display: none;
}

.gs-step.completed::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
}


/* =========================================================
   INPUTS
========================================================= */

.gs-input {
  min-height: 50px;
}

.gs-input:hover {
  border-color: #cbd5e1;
}

.gs-input:focus {
  transform: translateY(-1px);
}

.gs-input:user-invalid:not(:focus) {
  border-color: #fca5a5;
}


/* =========================================================
   FORM SCROLLBAR
========================================================= */

.gs-form-scroll {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

.gs-form-scroll::-webkit-scrollbar {
  width: 6px;
}

.gs-form-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.gs-form-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.gs-form-scroll::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 639px) {

  .gs-modal {
    padding: 8px;
  }

  .gs-modal-content {
    max-height: calc(100dvh - 16px);
    border-radius: 22px;
  }

  .gs-form-scroll {
    padding-bottom: env(safe-area-inset-bottom);
  }

  .gs-step {
    transform: none;
  }

  .gs-step.active {
    transform: scale(1.05);
  }

}


/* =========================================================
   VERY SMALL DEVICES
========================================================= */

@media (max-width: 380px) {

  .gs-modal {
    padding: 5px;
  }

  .gs-modal-content {
    max-height: calc(100dvh - 10px);
    border-radius: 18px;
  }

  .gs-step {
    height: 30px !important;
    width: 30px !important;
  }

  .gs-step.completed::after {
    font-size: 9px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .gs-modal,
  .gs-modal-content,
  .gs-form-step,
  .gs-step,
  .gs-input {
    animation: none !important;
    transition: none !important;
  }

}

/* =======================================================
       PLATFORM
    ======================================================== */

.platform-slide img {
  transition: transform 0.5s ease;
}

.platform-slide:hover img {
  transform: scale(1.025);
}

/* =======================================================
       MOBILE
    ======================================================== */

@media (max-width: 767px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 12px !important;
  }

  .gs-modal-content {
    max-height: 92vh;
  }
}

/* =======================================================
       REDUCED MOTION
    ======================================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}