/* ========================================
   PLAYTIX - CSS CONSOLIDADO
   Todos los estilos centralizados en un solo archivo
======================================== */

/* Variables CSS */
:root {
    --text-light: #fff;
    --text-dark: #000;
    --white: #fff;
    --black: #000;
    --grey: #7f7f7f;
    --green: #00f09e;
    --dark-green: #00885b;
    --blue: #12ccc5;
    --dark-blue: #096360;
    --orange: #FF7900;
    --violet: #8338EC;
}

/* Fuentes */
@import url("https://fonts.googleapis.com/css2?family=Nekts:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@300;400;500;600;700&display=swap");

/* ========================================
   NORMALIZE CSS BASE
======================================== */
html {
  font-family: 'Bai Jamjuree', sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #000;
  font-family: "Nekts", sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #333;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
}

/* ========================================
   UTILIDADES GENERALES
======================================== */
.text-left {
    text-align: left !important;
}

.left {
    float: left;
    align-content: left;
}

.text-right {
    text-align: right !important;
}

.right {
    float: right;
    align-content: right;
}

.text-center {
    text-align: center !important;
}

.center {
    align-content: center;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

/* ========================================
   TIPOGRAFÍA
======================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

/* ========================================
   BOTONES
======================================== */
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: var(--blue);
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  background: radial-gradient(circle at 50% 50%, #FF7900, #8338EC);
  border: none !important;
  color: white;
  font-weight: bold;
  transition: all 0.3s ease;
  transform: scale(1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  line-height: 21px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
}

.hollow-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: radial-gradient(circle at 30% 30%, #FF7900, #8338EC);
  color: var(--white);
  filter: brightness(100%);
}

.btn_map {    
  padding: 0.25rem 0.75rem;
  background-color: rgb(1, 1, 1);
  text-decoration: solid;
  color: #fff;
  border-radius: 12px;
  display: inline-block;
  font-weight: 700;
  width: min-content;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  margin-top: 0.7rem;
  margin-right: 0.5rem;
  font-family: "Nekts", sans-serif !important;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

/* ========================================
   LAYOUT Y GRID
======================================== */
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
}

.container {
  display: block;
  padding-bottom: 23px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 50px;
  line-height: 80px;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.container-6 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* ========================================
   SECCIONES
======================================== */
.section {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding: 140px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: radial-gradient(
    circle farthest-corner at 0% 0%,
    rgba(37, 13, 60, 0.9),
    rgba(30, 4, 87, 0.9) 47%,
    rgba(13, 0, 14, 0.9)
  );
  text-align: center;
}

.section.accent {
  overflow: hidden;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #192024;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #2e30b6,
    #4d0096
  );
}

.section.overflow._2 {
  height: auto;
  min-height: 100vh;
  padding: 20px 0px;
}

/* ========================================
   HERO SECTION
======================================== */
.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  overflow: visible;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vw;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0); 
  background-image: radial-gradient(
      circle farthest-corner at 50% 150%,
      #002B36 20%,
      #8338eccc 97%,
      #ffffffe7 100%
    ),
    url("../images/back_pat.png");
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  white-space: normal;
  background-clip: border-box;
}

.hero-heading {
  position: static;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Nekts", sans-serif !important;
  color: #25ccbf;
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: none;
  -o-object-fit: none;
  object-fit: none;
  clear: right;
  text-align: center;
}

.hero-subheading {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-left: 7px;
  color: #f0f0f0;
  font-size: 25px !important;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* ========================================
   NAVEGACIÓN
======================================== */
.navigation-bar {
  position: relative;
  top: 0px;
  bottom: 40px;
  background-color: #fff;
  direction: ltr;
  font-family: "Nekts", sans-serif !important;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.navigation-link {
  position: relative;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  height: 100%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-link:hover {
  color: #2e9dff;
}

.desktop-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  min-width: 100%;
  padding: 20px;
  background-color: transparent;
  color: transparent;
  text-align: left;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 39px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 2fr 39px -webkit-max-content 39px -webkit-max-content 39px -webkit-max-content;
  -ms-grid-columns: 2fr 39px max-content 39px max-content 39px max-content;
  grid-template-columns: 2fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 2fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  z-index: 99999;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #f0f0f0;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

/* ========================================
   EFECTOS Y BURBUJAS
======================================== */
.radial-gradient {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #002B36;
  opacity: 70%;
  z-index: 1;
  transition: background 0.8s ease;
}

.bubble {
    box-shadow: inset -35px 19px 20px -20px rgba(0, 0, 0, 0.1),
    inset -1px 13px 70px -20px var(--violet),
    inset 17px -3px 30px 5px var(--orange) !important;
}

.div-bubble {
  position: absolute;
  left: 140px;
  top: auto;
  right: auto;
  bottom: 24%;
  width: 230px;
  height: 230px;
  border: 0px solid #edeff2;
  border-radius: 100%;
  background-color: rgba(14, 13, 13, 0.4);
  opacity: 1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

/* ========================================
   GALERÍA
======================================== */
.gallery.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--violet);
}

.gallery-grid-container {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 0px;
  padding-bottom: 0px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.2fr 10px 1.2fr 10px 1.2fr 10px 1.2fr;
  grid-template-columns: 1.2fr 1.2fr 1.2fr 1.2fr;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: text-shadow 300ms ease, -webkit-transform 200ms ease;
  transition: text-shadow 300ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, text-shadow 300ms ease;
  transition: transform 200ms ease, text-shadow 300ms ease,
    -webkit-transform 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.gallery-lightbox:hover {
  box-shadow: 0 0 0 3px #f0f;
  -webkit-transform: scale3d(1.02, 1.02, 1.01);
  transform: scale3d(1.02, 1.02, 1.01);
}

/* ========================================
   CAJAS Y TARJETAS
======================================== */
.white-box {
  position: relative;
  padding: 15px;
  border: 0px none #dcebf7;
  border-radius: 20px;
  background-color: #3301a0;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #af4173,
    #0176bc 1%,
    #3301a0 100%,
    #4000ff
  );
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #008aff;
  text-align: center;
}

.white-box:hover {
  box-shadow: 0 0 0 3px #f0f;
  font-size: 20px;
  line-height: 30px;
  background-clip: border-box;
}

.white-box-3 {
  position: relative;
  padding: 20px;
  border: 1px solid var(--black);
  border-radius: 20px;
  background-color: var(--violet);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #008aff;
  text-align: center;
}

.white-box-3:hover {
  box-shadow: 0 0 0 3px var(--blue);
  font-size: 20px;
  background-clip: border-box;
}

/* ========================================
   FOOTER
======================================== */
.footer {
  padding-top: 60px;
  padding-bottom: 35px;
  background-color: var(--black);
  background-image: radial-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 1) 500px),
    url("../images/topo-banner.png");
  background-position: 0px 0px, 50% 100%;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, scroll;
  padding-left: 1em;
  padding-right: 1em;
}

.footer-center {
  border-top: 1px solid black;
  background-color: rgb(0, 0, 0);
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: var(--text-light);
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  color: var(--text-light);
  text-decoration: underline;
}

/* ========================================
   SECCIÓN "CÓMO FUNCIONA" - MEJORADA
======================================== */
.section.how-it-works {
    min-height: auto !important;
    height: auto !important;
    padding: 8vh 0 10vh 0 !important;
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
}

.steps-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 4vh !important;
    width: 100% !important;
    max-width: 95vw !important;
    margin: 0 auto !important;
    padding: 4vh 0 !important;
    min-height: auto !important;
    flex-grow: 1 !important;
}

.step-item {
    display: flex !important;
    align-items: center !important;
    background: rgba(0, 48, 73, 0.7) !important;
    border-radius: 20px !important;
    padding: 4vh 3vw !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-left: 5px solid var(--orange) !important;
    backdrop-filter: blur(15px) !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
    min-height: 15vh !important;
    max-width: 90vw !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
}

.step-item:nth-child(even) {
    border-left: none !important;
    border-right: 5px solid var(--violet) !important;
    flex-direction: row-reverse !important;
}

.step-item:hover {
    transform: translateY(-8px) scale(1.01) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35) !important;
    background: rgba(0, 48, 73, 0.85) !important;
}

.step-number {
    width: clamp(70px, 8vw, 90px) !important;
    height: clamp(70px, 8vw, 90px) !important;
    background: linear-gradient(135deg, var(--orange), var(--violet)) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: clamp(1.8rem, 3.5vw, 2.2rem) !important;
    font-weight: 900 !important;
    color: var(--white) !important;
    margin-right: 4vw !important;
    box-shadow: 0 15px 30px rgba(255, 121, 0, 0.4) !important;
    flex-shrink: 0 !important;
    z-index: 2 !important;
}

.step-item:nth-child(even) .step-number {
    margin-right: 0 !important;
    margin-left: 4vw !important;
}

.step-content {
    flex: 1 !important;
    text-align: left !important;
    max-width: 100% !important;
}

.step-item:nth-child(even) .step-content {
    text-align: right !important;
}

.step-icon {
    margin-bottom: 2vh !important;
    display: flex !important;
    justify-content: flex-start !important;
}

.step-item:nth-child(even) .step-icon {
    justify-content: flex-end !important;
}

.step-title {
    color: #00B4D8 !important;
    font-size: clamp(1.4rem, 2.8vw, 1.8rem) !important;
    font-weight: 700 !important;
    margin-bottom: 2vh !important;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4) !important;
    line-height: 1.2 !important;
}

.step-description {
    color: var(--white) !important;
    font-size: clamp(1rem, 2.2vw, 1.2rem) !important;
    line-height: 1.7 !important;
    max-width: 100% !important;
    opacity: 0.95 !important;
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */

/* Tablet */
@media (max-width: 991px) {
  .desktop-nav {
    display: none;
  }
  
  .section {
    height: auto;
    min-height: 100vw;
  }
  
  .section.overflow._2 {
    height: auto;
    background-color: var(--violet);
  }
  
  .container-2 {
    width: 100%;
  }
  
  .container-6 {
    max-width: 95%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hero-section.centered {
    padding-bottom: 119px;
  }
  
  .gallery-grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  .section.how-it-works {
    padding: 6vh 0 8vh 0 !important;
  }
  
  .steps-container {
    gap: 3vh !important;
    padding: 2vh 0 !important;
    max-width: 95vw !important;
  }
  
  .step-item {
    flex-direction: column !important;
    text-align: center !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 5px solid var(--orange) !important;
    min-height: 12vh !important;
    padding: 4vh 5vw !important;
    max-width: 90vw !important;
  }
  
  .step-item:nth-child(even) {
    border-top: 5px solid var(--violet) !important;
    flex-direction: column !important;
  }
  
  .step-number {
    margin: 0 0 3vh 0 !important;
    width: clamp(60px, 15vw, 70px) !important;
    height: clamp(60px, 15vw, 70px) !important;
    font-size: clamp(1.4rem, 5vw, 1.8rem) !important;
  }
  
  .step-content {
    text-align: center !important;
  }
  
  .step-icon {
    justify-content: center !important;
  }
}

/* Small Mobile */
@media (max-width: 479px) {
  .gallery-grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .section.how-it-works {
    padding: 5vh 0 6vh 0 !important;
  }
  
  .step-item {
    padding: 3vh 4vw !important;
    min-height: 10vh !important;
  }
  
  .step-description {
    font-size: clamp(0.9rem, 4vw, 1.1rem) !important;
  }
}