/* ==========================================
   CLEANED CSS VERSION
========================================== */

/* ==========================================
   FIGTREE VARIABLE FONT
========================================== */

@font-face {
  font-family: "Figtree";
  src: url("https://http://minisitios.ripley.cl/minisitios/cyberday/2026/https://minisitios.ripley.cl/minisitios/cyberday/2026/assets/Figtree-Web/Figtree-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("https://http://minisitios.ripley.cl/minisitios/cyberday/2026/https://minisitios.ripley.cl/minisitios/cyberday/2026/assets/Figtree-Web/Figtree-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --pink: #ff0099;
  --pink2: #e4007d;
  --black: #000;
  --white: #fff;
  --soft: #f4f4f4;
  --text: #151515;
  --muted: #5a5a5a;
  --max: 960px;
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Figtree", sans-serif;
  background: #fff;
  color: #fff;
  line-height: 1.25;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern" 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.page {
  background: #fff;
  overflow: hidden;
}

.container,
.container-promo {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

section {
  padding: 0px 0;
}

.soft,
.section-brands-dark,
.section-dark-infoblocks {
  background: #000;
  color: #fff;
}

.section-head,
.sub-section-head,
.trends-head {
  max-width: 680px;
  margin-bottom: 42px;
}

.eyebrow {
  display: block;
  color: var(--pink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: lowercase;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 600;
  max-width: 560px;
  margin-bottom: 18px;
}

h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 600;
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 500;
  margin-bottom: 10px;
}

h1 span,
h2 span,
h3 span {
  color: var(--pink);
}

h4,
h5,
h6 {
  font-weight: 500;
}

p {
  font-size: 16px;
  color: var(--text);
  font-weight: 200;
}

.lead,
.section-lead {
  color: #fff;
  font-size: 17px;
  max-width: 760px;
}

.hero {
  background: radial-gradient(
    circle at 0 0,
    #54002d 0,
    #1b0010 28%,
    #060006 65%,
    #000 100%
  );
  padding: 58px 0 0;
  min-height: 390px;
  display: flex;
  align-items: end;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: end;
  gap: 40px;
}

.hero-content {
  padding-bottom: 70px;
}

.hero-top-logo {
  max-width: 260px;
  margin-bottom: 36px;
}

.logo-cyber {
  width: 100%;
  max-width: 260px !important;
}

.hero-copy {
  color: #fff;
  font-size: 17px;
  max-width: 520px;
  margin-bottom: 0;
}

.hero-image-panel {
  align-self: end;
  display: flex;
  justify-content: flex-end;
}

.img-main-hero {
  max-width: 430px;
  width: 100%;
}

#categorias {
  padding: 130px 0 110px;
  background: #000;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cat-card.new-design {
  min-height: 190px;
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.2s;
}

.cat-card.new-design:hover {
  transform: translateY(-3px);
  border-color: var(--pink);
}

.cat-card-img {
  height: 94px;
  overflow: hidden;
  position: relative;
  background: #111;
}

.cat-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cat-card-img .img-desktop {
  display: block;
}

.cat-card-img .img-mobile {
  display: none;
}

.cat-card-body {
  padding: 14px 14px 16px;
}

.cat-card.new-design h3 {
  font-size: 17px;
  color: var(--pink);
  margin: 0 0 6px;
  text-transform: lowercase;
}

.cat-card.new-design p {
  font-size: 13px;
  color: black;
  line-height: 1.18;
  margin: 0;
}

#top-ofertas {
  background: #fff;
  color: #000;
  padding: 86px 0 92px;
}

#top-ofertas .section-head {
  max-width: 900px;
}

#top-ofertas .lead {
  color: #111;
}

.top-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.offer-card-new {
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-info {
  padding: 22px 22px 4px;
}

.offer-card-new h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.offer-card-new p {
  font-size: 14px;
  color: #000;
  line-height: 1.25;
  margin: 0;
}

.card-img-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 8px 18px;
}

.card-img-center img {
  max-height: 105px;
  width: auto;
  object-fit: contain;
}

.card-footer-action {
  padding: 12px 18px 14px;
  text-align: center;
}

.offer-card-new:nth-child(odd) .card-footer-action {
  background: var(--pink);
}

.offer-card-new:nth-child(even) .card-footer-action {
  background: #000;
}

.pill-category {
  display: block;
  background: #fff;
  color: var(--pink);
  font-size: 12px;
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-text-link {
  display: block;
  color: #fff;
  font-size: 13px;
}

#intencion {
  padding: 86px 0 42px;
}

.intent-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.intent-card-v2 {
  border-radius: 8px;
  min-height: 250px;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.intent-card-v2 h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.intent-card-v2 p {
  font-size: 13px;
  line-height: 1.22;
  margin-bottom: 22px;
}

.card-magenta {
  background: var(--pink);
  color: #fff;
}

.card-magenta p {
  color: #fff;
}

.card-light-gray {
  background: #f2f2f2;
  color: #000;
}

.card-light-gray h3 {
  color: var(--pink);
}

.card-light-gray p {
  color: #000;
}

.card-dark-border {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}

.card-dark-border p {
  color: #fff;
}

.chips-container-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.intent-chip {
  font-size: 10px;
  font-weight: 200;
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
}

.card-magenta .intent-chip,
.card-dark-border .intent-chip {
  background: #fff;
  color: var(--pink);
}

.card-light-gray .intent-chip {
  background: var(--pink);
  color: #fff;
}

.intent-action-v2 {
  font-size: 12px;
  margin-top: 24px;
  display: inline-block;
}

.section-brands-dark {
  padding: 42px 0 56px;
}

.brands-flex-container {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: center;
}

.brands-text-side h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 16px;
}

.brands-copy {
  color: #fff;
  font-size: 14px;
  max-width: 300px;
}

.brand-logos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px 24px;
  align-items: center;
}

.brand-logo-item {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo-item img {
  max-height: 35px;
  opacity: 0.95;
}

#universo {
  padding: 42px 0 86px;
}

#universe-cyber-carousel {
  max-width: 900px;
  margin: 34px auto 0;
  position: relative;
}

.splide__track {
  overflow: hidden;
}

.universe-card-v2 {
  background: #fff;
  color: #000;
  border-radius: 8px;
  overflow: hidden;
  display: grid !important;
  grid-template-columns: 1.12fr 1fr;
  min-height: 300px;
}

.universe-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.universe-card-info-wrapper {
  padding: 48px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.universe-card-info-wrapper h3 {
  color: var(--pink);
  font-size: 28px;
}

.universe-card-info-wrapper p {
  font-size: 13px;
  color: #000;
  line-height: 1.2;
}

.universe-pill-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 18px 0;
}

.universe-pill-links a {
  background: var(--pink);
  color: #fff;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 200;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.universe-discover-more {
  color: #000;
  font-size: 12px;
}

.splide__arrow {
  background: var(--pink) !important;
  width: 22px !important;
  height: 22px !important;
  opacity: 1 !important;
}

.splide__arrow svg {
  fill: #fff !important;
  width: 12px !important;
}

.splide__arrow--prev {
  left: -34px !important;
}

.splide__arrow--next {
  right: -34px !important;
}

.section-benefits-dark {
  background: #fff;
  color: #000;
  padding: 76px 0 40px;
}

.section-benefits-dark .section-head {
  max-width: 420px;
  margin-bottom: 34px;
}

.section-benefits-dark h2 {
  font-size: 32px;
  color: #000;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 38px;
}

.benefit-card-v2 {
  background: #000;
  color: #fff;
  border-radius: 6px;
  position: relative;
  min-height: 130px;
  padding: 58px 18px 18px;
}

.benefit-icon-img,
.step-icon-img {
  position: absolute;
  top: -5px;
  left: 18px;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.benefit-card-v2 h3 {
  font-size: 13px;
  color: var(--pink);
  margin-bottom: 6px;
}

.benefit-card-v2 p {
  font-size: 11px;
  color: #fff;
  line-height: 1.15;
  margin: 0;
}

.section-promo-banners {
  background: #fff;
  padding: 0 0 20px;
}

.promo-banners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.promo-banner {
  border-radius: 6px;
  min-height: 220px;
  display: flex;
  overflow: hidden;
}

.promo-banner-text-layout {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
}

.card-app-magenta {
  background: var(--pink);
  color: #fff;
}

.card-banco-black {
  background: #000;
  color: #fff;
}

.promo-eyebrow,
.promo-banner p,
.promo-benefits-list li {
  font-size: 12px;
  color: #fff;
}

.promo-banner h3 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}

.promo-benefits-list {
  margin: 0;
  padding-left: 16px;
}

.promo-stores-downloads {
  display: flex;
  gap: 8px;
}

.btn-store,
.btn-promo-action {
  background: #fff;
  color: var(--pink);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 700;
}

.btn-promo-action {
  background: var(--pink);
  color: #fff;
}

.promo-banner-img-wrapper {
  width: 38%;
  display: flex;
  align-items: flex-end;
}

.promo-banner-img-wrapper img {
  max-height: 220px;
  object-fit: contain;
}

.section-dark-infoblocks {
  padding: 82px 0;
}

.steps-cyber-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 44px 0 80px;
}

.step-cyber-card {
  background: #f2f2f2;
  color: #000;
  border-radius: 6px;
  position: relative;
  min-height: 110px;
  padding: 58px 18px 18px;
}

.step-number {
  position: absolute;
  right: 18px;
  top: 12px;
  color: #000;
  font-size: 34px;
  font-weight: 300;
}

.step-cyber-card h3 {
  font-size: 13px;
  color: var(--pink);
  margin-bottom: 6px;
}

.step-cyber-card p {
  font-size: 11px;
  color: #000;
  line-height: 1.2;
  margin: 0;
}

.faq-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.faq-intro h2 {
  font-size: 32px;
}

.faq-intro p {
  color: #fff;
  font-size: 14px;
}

.faq-list h3 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 18px;
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 13px 0;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  margin: 12px 0 0;
}

.section-trends-light {
  background: #fff;
  color: #000;
  padding: 70px 0;
}

.trends-head h2 {
  font-size: 32px;
}

.trends-lead {
  color: #000;
}

.trend-cloud-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trend-cloud-v2 a {
  background: var(--pink);
  color: #fff;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
}

.footer {
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  gap: 24px;
}

.footer h2 {
  font-size: 32px;
}

.footer h3 {
  font-size: 12px;
  text-transform: uppercase;
}

.footer p,
.footer a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin: 8px 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 32px;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

@media (max-width: 1024px) {
  :root {
    --max: 860px;
  }

  .category-grid,
  .top-grid,
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intent-grid-new,
  .steps-cyber-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-grid,
  .brands-flex-container,
  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-content {
    padding-bottom: 30px;
  }

  .hero-image-panel {
    justify-content: center;
  }

  .brand-logos-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .splide__arrow--prev {
    left: 8px !important;
  }

  .splide__arrow--next {
    right: 8px !important;
  }
}
.hide-a {
  display: none;
}
@media (max-width: 640px) {
  .hide-a {
    display: block;
  }
  .container,
  .container-promo {
    width: min(100% - 28px, var(--max));
  }

  section {
    padding: 62px 0;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-grid,
  .category-grid,
  .intent-grid-new,
  .brands-flex-container,
  .benefits-grid,
  .promo-banners-grid,
  .steps-cyber-grid,
  .faq-wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .top-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .hero-top-logo {
    max-width: 210px;
    margin-bottom: 24px;
  }

  .hero-content {
    text-align: left;
  }

  .img-main-hero {
    max-width: 310px;
  }

  #categorias {
    padding-top: 72px;
  }

  .cat-card.new-design {
    min-height: auto;
  }

  .cat-card-img {
    height: 120px;
  }

  .cat-card-img .img-desktop {
    display: none;
  }

  .cat-card-img .img-mobile {
    display: block;
  }

  .offer-card-new {
    min-height: 250px;
  }

  .card-info {
    padding: 14px 12px 4px;
  }

  .offer-card-new h3 {
    font-size: 14px;
  }

  .offer-card-new p {
    font-size: 11px;
  }

  .card-img-center {
    min-height: 86px;
  }

  .card-img-center img {
    max-height: 78px;
  }

  .card-footer-action {
    padding: 10px 8px;
  }

  .pill-category {
    font-size: 9px;
  }

  .intent-card-v2 {
    min-height: 220px;
  }

  .brand-logos-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .universe-card-v2 {
    grid-template-columns: 1fr !important;
  }

  .universe-card-img-wrapper {
    height: 190px;
  }

  .universe-card-info-wrapper {
    padding: 26px 22px;
  }

  .splide__arrow {
    display: none !important;
  }

  .promo-banner {
    min-height: auto;
  }

  .promo-banner-img-wrapper {
    display: none;
  }

  .steps-cyber-grid {
    margin-bottom: 52px;
  }

  .footer-grid {
    gap: 12px;
  }
}

/* ==========================================
   MOBILE DESIGN
========================================== */
@media (max-width: 640px) {
  :root {
    --max: 100%;
  }

  body {
    font-family: "Figtree", sans-serif;
  }

  /* =========================================
LOWERCASE GLOBAL
========================================= */

  body {
    text-transform: lowercase;
  }

  /* =========================================
EXCEPCIONES
========================================= */

  .keep-case {
    text-transform: none !important;
  }

  .container,
  .container-promo {
    width: calc(100% - 32px);
    margin-inline: auto;
  }

  section {
    padding: 0px 0;
  }

  .section-head,
  .sub-section-head,
  .trends-head {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .eyebrow {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--pink);
  }

  h1 {
    font-size: 28px;
    line-height: 0.98;
    letter-spacing: -0.045em;
    font-weight: 600;
    margin-bottom: 12px;
  }

  h2 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: -0.045em;
    font-weight: 600;
    margin-bottom: 10px;
  }

  h3 {
    font-weight: 500;
  }

  p {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 200;
  }

  .lead,
  .section-lead {
    font-size: 12px;
    line-height: 1.25;
    color: #fff;
  }

  /* HERO MOBILE */
  .hero {
    min-height: auto;
    padding: 26px 0 32px;
    align-items: flex-start;
    background: radial-gradient(
      circle at 0 0,
      #5c0035 0,
      #230015 36%,
      #060006 72%,
      #000 100%
    );
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .hero-content {
    padding-bottom: 0;
  }

  .hero-top-logo {
    max-width: 142px;
    margin-bottom: 18px;
  }

  .logo-cyber {
    max-width: 142px !important;
  }

  .hero-title-wrapper h1 {
    max-width: 280px;
  }

  .hero-copy {
    max-width: 270px;
    font-size: 22px;
    line-height: 1.25;
    color: #fff;
  }

  .hero-image-panel {
    justify-content: center;
    margin-top: 4px;
  }

  .img-main-hero {
    max-width: 220px;
  }

  /* CATEGORÍAS MOBILE */
  #categorias {
    padding: 32px 0 58px;
    border-top-left-radius: 0;
  }

  #categorias .section-head {
    margin-bottom: 26px;
  }

  #categorias h2 {
    font-size: 23px;
    max-width: 300px;
  }

  #categorias .lead {
    max-width: 300px;
  }

  .category-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .cat-card.new-design {
    border-radius: 8px;
    min-height: auto;
    border: 1px solid rgba(255, 255, 255, 0.9);
  }

  .cat-card-img {
    height: 132px;
    background: #111;
  }

  .cat-card-img .img-desktop {
    display: none !important;
  }

  .cat-card-img .img-mobile {
    display: block !important;
  }

  .cat-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .cat-card-body {
    padding: 12px 14px 14px;
  }

  .cat-card.new-design h3 {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .cat-card.new-design p {
    font-size: 9.5px;
    line-height: 1.18;
  }

  /* TOP OFERTAS MOBILE */
  #top-ofertas {
    padding: 36px 0 42px;
  }

  #top-ofertas .section-head {
    margin-bottom: 20px;
  }

  #top-ofertas h2 {
    font-size: 22px;
  }

  #top-ofertas .lead {
    color: #000;
    font-size: 12px;
  }

  .top-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px;
  }

  .offer-card-new {
    border-radius: 4px;
    min-height: 214px;
  }

  .card-info {
    padding: 12px 10px 2px;
  }

  .offer-card-new h3 {
    font-size: 12px;
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 6px;
    letter-spacing: -0.025em;
  }

  .offer-card-new p {
    font-size: 9.5px;
    line-height: 1.2;
  }

  .card-img-center {
    min-height: 76px;
    padding: 4px 8px;
  }

  .card-img-center img {
    max-height: 70px;
  }

  .card-footer-action {
    padding: 7px 7px 8px;
  }

  .pill-category {
    font-size: 7.5px;
    padding: 3px 8px;
    margin-bottom: 5px;
  }

  .btn-text-link {
    font-size: 8.5px;
  }

  /* INTENCIONES + MARCAS MOBILE */
  #intencion {
    padding: 38px 0 22px;
  }

  .intent-grid-new {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .intent-card-v2 {
    min-height: 178px;
    padding: 22px 20px;
    border-radius: 5px;
  }

  .intent-card-v2 h3 {
    font-size: 15px;
    line-height: 1.05;
    font-weight: 800;
  }

  .intent-card-v2 p {
    font-size: 9.5px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .chips-container-v2 {
    gap: 6px;
  }

  .intent-chip {
    font-size: 7.5px;
    padding: 3px 8px;
    font-weight: 200;
  }

  .intent-action-v2 {
    font-size: 9px;
    margin-top: 18px;
  }

  .section-brands-dark {
    padding: 22px 0 34px;
  }

  .brands-flex-container {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .brands-text-side h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 8px;
  }

  .brands-copy {
    font-size: 10.5px;
    line-height: 1.25;
    max-width: 260px;
  }

  .brand-logos-grid {
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 12px 14px;
  }

  .brand-logo-item {
    min-height: 20px;
  }

  .brand-logo-item img {
    max-height: 35px;
  }

  /* UNIVERSO MOBILE */
  #universo {
    padding: 28px 0 52px;
  }

  #universo h2 {
    font-size: 23px;
  }

  #universe-cyber-carousel {
    margin-top: 20px;
  }

  .universe-card-v2 {
    grid-template-columns: 1fr !important;
    border-radius: 4px;
    min-height: auto;
  }

  .universe-card-img-wrapper {
    height: 170px;
  }

  .universe-card-info-wrapper {
    padding: 22px 20px;
  }

  .universe-card-info-wrapper h3 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 8px;
  }

  .universe-card-info-wrapper p {
    font-size: 9.5px;
    line-height: 1.25;
  }

  .universe-pill-links {
    gap: 5px;
    margin: 12px 0 16px;
  }

  .universe-pill-links a {
    font-size: 7.5px;
    padding: 4px 9px;
    font-weight: 200;
  }

  .universe-discover-more {
    font-size: 8.5px;
  }

  .splide__arrow {
    display: none !important;
  }

  /* BENEFICIOS MOBILE */
  .section-benefits-dark {
    padding: 38px 0 24px;
  }

  .section-benefits-dark .section-head {
    max-width: 270px;
    margin-bottom: 24px;
  }

  .section-benefits-dark h2 {
    font-size: 23px;
    line-height: 1;
  }

  .benefits-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
    margin-bottom: 26px;
  }

  .benefit-card-v2 {
    min-height: 112px;
    border-radius: 4px;
    padding: 48px 18px 16px;
  }

  .benefit-icon-img,
  .step-icon-img {
    left: 18px;
    width: 38px;
    height: 38px;
  }

  .benefit-card-v2 h3 {
    font-size: 12px;
    font-weight: 700;
  }

  .benefit-card-v2 p {
    font-size: 9.5px;
    line-height: 1.2;
  }

  /* PROMO MOBILE */
  .section-promo-banners {
    padding: 0 0 10px;
  }

  .promo-banners-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .promo-banner {
    border-radius: 4px;
    min-height: 160px;
  }

  .promo-banner-text-layout {
    padding: 22px 20px;
  }

  .promo-banner h3 {
    font-size: 16px;
    line-height: 1.05;
  }

  .promo-eyebrow,
  .promo-banner p,
  .promo-benefits-list li {
    font-size: 9.5px;
    line-height: 1.25;
  }

  .btn-store,
  .btn-promo-action {
    font-size: 7.5px;
    padding: 5px 10px;
    font-weight: 200;
  }

  .promo-banner-img-wrapper {
    display: flex;
    width: 42%;
  }

  .promo-banner-img-wrapper img {
    max-height: 150px;
  }

  /* PASO A PASO + FAQ MOBILE */
  .section-dark-infoblocks {
    padding: 48px 0 54px;
  }

  .steps-cyber-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin: 28px 0 54px;
  }

  .step-cyber-card {
    min-height: 104px;
    border-radius: 4px;
    padding: 50px 18px 16px;
  }

  .step-number {
    top: 10px;
    right: 18px;
    font-size: 26px;
    font-weight: 300;
  }

  .step-cyber-card h3 {
    font-size: 12px;
    font-weight: 700;
  }

  .step-cyber-card p {
    font-size: 9.5px;
  }

  .faq-wrap {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }

  .faq-intro h2 {
    font-size: 23px;
  }

  .faq-intro p {
    font-size: 11px;
  }

  .faq-list h3 {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .faq-list details {
    padding: 9px 0;
  }

  .faq-list summary {
    font-size: 10.5px;
    font-weight: 700;
  }

  .faq-list details p {
    font-size: 9.5px;
  }

  /* TENDENCIAS MOBILE */
  .section-trends-light {
    padding: 36px 0 46px;
  }

  .trends-head h2 {
    font-size: 23px;
  }

  .trends-lead {
    font-size: 11px;
  }

  .trend-cloud-v2 {
    gap: 6px;
  }

  .trend-cloud-v2 a {
    font-size: 8px;
    padding: 5px 10px;
    font-weight: 200;
  }
}

/* ==========================================
   FIGTREE GLOBAL + LOWERCASE
========================================== */
html,
body,
button,
input,
textarea,
select,
a,
p,
span,
small,
strong,
label,
summary,
details,
h1,
h2,
h3,
h4,
h5,
h6,
.page,
.container,
.container-promo,
.hero,
.category-grid,
.cat-card,
.offer-card-new,
.intent-card-v2,
.section-brands-dark,
.universe-card-v2,
.benefit-card-v2,
.promo-banner,
.step-cyber-card,
.faq-wrap,
.trend-cloud-v2,
.footer {
  font-family: "Figtree", sans-serif !important;
}

body {
  text-transform: lowercase;
}

.keep-case {
  text-transform: none !important;
}
.keep-case-w {
  text-transform: none !important;
  color: #ffffff;
}
.img-envio {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 300px;
}
.a-envio {
  width: 100%;
  max-width: 300px;
}
.section-promo-banners-2 {
  background: #fff;
  padding: 0 0 76px;
}
/* ==========================================
   FAQ INTRO
========================================== */
.faq-intro {
  text-align: left;
  max-width: 560px;
}

.faq-intro .eyebrow {
  font-family: "Figtree", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #ff01a4;
  margin-bottom: 26px;
}

.faq-intro h2 {
  font-family: "Figtree", sans-serif !important;
  font-weight: 600;
  font-size: 33px;
  line-height: 33px;
  letter-spacing: -0.075em;
  text-transform: lowercase;
  color: #ffffff;
  margin: 0 0 22px;
  max-width: 520px;
}

.faq-intro h2 span {
  color: #ff01a4;
}

.faq-intro p {
  font-family: "Figtree", sans-serif !important;
  font-weight: 200;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #ffffff;
  max-width: 430px;
  margin: 0;
}

@media (max-width: 640px) {
  .img-envio {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 100%;
    margin-top: 1rem;
  }
  .a-envio {
    width: 100%;
    max-width: 100%;
  }
  .faq-intro {
    max-width: 100%;
  }

  .faq-intro .eyebrow {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 18px;
  }

  .faq-intro h2 {
    font-size: 28px;
    line-height: 27px;
    letter-spacing: -0.08em;
    max-width: 290px;
    margin-bottom: 18px;
  }

  .faq-intro p {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.03em;
    max-width: 280px;
  }
}

h1 {
  font-weight: 600 !important;
}

h2 {
  font-weight: 600 !important;
}

h3 {
  font-weight: 500 !important;
}

h4,
h5,
h6 {
  font-weight: 500 !important;
}

p {
  font-weight: 200 !important;
}

.intent-chip,
.universe-pill-links a,
.btn-store,
.btn-promo-action,
.trend-cloud-v2 a {
  font-weight: 200 !important;
}

/* ==========================================
    OVERRIDES
========================================== */

html,
body,
button,
input,
textarea,
select,
a,
p,
span,
small,
strong,
label,
summary,
details,
h1,
h2,
h3,
h4,
h5,
h6,
.page,
.container,
.container-promo,
.hero,
.category-grid,
.cat-card,
.offer-card-new,
.intent-card-v2,
.section-brands-dark,
.universe-card-v2,
.benefit-card-v2,
.promo-banner,
.step-cyber-card,
.faq-wrap,
.trend-cloud-v2,
.footer {
  font-family: "Figtree", sans-serif !important;
}

/* Pesos base solicitados */
h1 {
  font-weight: 600 !important;
}

/* Botones, pills y chips */
.intent-chip,
.universe-pill-links a,
.btn-store,
.btn-promo-action,
.trend-cloud-v2 a {
  font-weight: 200 !important;
}

/* ==========================================
   STEP CARDS - DESKTOP
========================================== */

.steps-cyber-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px !important;
  margin: 44px 0 80px !important;
}

.step-cyber-card {
  position: relative;
  overflow: visible !important;

  min-height: 150px !important;
  background: #e7e7e7 !important;
  border-radius: 8px !important;

  padding: 58px 28px 24px 28px !important;
}

.step-icon-img {
  position: absolute !important;
  top: 0 !important;
  left: 28px !important;

  width: 70px !important;
  height: 58px !important;

  object-fit: contain;
  z-index: 2;
}

.step-number {
  position: absolute !important;
  top: 18px !important;
  right: 28px !important;

  font-size: 44px !important;
  line-height: 1 !important;
  font-weight: 300 !important;

  color: #000;
}

.step-cyber-card h3 {
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #ff01a4;
  margin-bottom: 8px !important;
  margin-top: 25px;
}

.step-cyber-card p {
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 200 !important;
  color: #000;
  max-width: 260px;
}

/* FAQ intro */
.faq-intro {
  text-align: left;
  max-width: 560px;
}

.faq-intro .eyebrow {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #ff01a4;
  margin-bottom: 26px;
}

.faq-intro h2 {
  font-weight: 600 !important;
  font-size: 33px !important;
  line-height: 33px !important;
  letter-spacing: -0.075em;
  text-transform: lowercase;
  color: #ffffff;
  margin: 0 0 22px;
  max-width: 520px;
}

.faq-intro p {
  font-weight: 200 !important;
  font-size: 17px !important;
  line-height: 20px !important;
  letter-spacing: -0.03em;
  color: #ffffff;
  max-width: 430px;
  margin: 0;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 640px) {
  .steps-cyber-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin: 28px 0 54px !important;
  }

  .step-cyber-card {
    min-height: 104px !important;
    border-radius: 4px !important;
    padding: 42px 18px 16px 18px !important;
    overflow: visible !important;
  }

  .step-icon-img {
    top: 0 !important;
    left: 18px !important;
    width: 38px !important;
    height: 38px !important;
  }

  .step-number {
    top: 10px !important;
    right: 18px !important;
    font-size: 26px !important;
    line-height: 1 !important;
  }

  .step-cyber-card h3 {
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    margin-top: 25px;
  }

  .step-cyber-card p {
    font-size: 9.5px !important;
    line-height: 12px !important;
    font-weight: 200 !important;
    max-width: 220px;
  }

  .faq-intro .eyebrow {
    font-size: 12px !important;
    line-height: 12px !important;
    margin-bottom: 18px;
  }

  .faq-intro h2 {
    font-size: 28px !important;
    line-height: 27px !important;
    letter-spacing: -0.08em;
    max-width: 290px;
    margin-bottom: 18px;
  }

  .faq-intro p {
    font-size: 12px !important;
    line-height: 15px !important;
    letter-spacing: -0.03em;
    max-width: 280px;
  }
}

/* ==========================================
   BENEFIT CARDS 
========================================== */

.benefits-grid {
  gap: 16px !important;
  margin-bottom: 38px !important;
}

.benefit-card-v2 {
  position: relative;
  overflow: visible !important;

  min-height: 170px !important;
  border-radius: 8px !important;

  padding: 82px 28px 24px 28px !important;
}

.benefit-icon-img {
  position: absolute !important;
  top: -1px !important;
  left: 28px !important;

  width: 70px !important;
  height: 58px !important;

  object-fit: contain;
  z-index: 2;
}

.benefit-card-v2 h3 {
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: 500 !important;

  color: #ff01a4;

  margin-bottom: 8px !important;
}

.benefit-card-v2 p {
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 200 !important;

  color: #fff;

  max-width: 260px;
}

/* MOBILE */
@media (max-width: 640px) {
  .benefits-grid {
    gap: 10px !important;
    margin-bottom: 26px !important;
  }

  .benefit-card-v2 {
    min-height: 112px !important;
    border-radius: 4px !important;

    padding: 50px 18px 16px 18px !important;

    overflow: visible !important;
  }

  .benefit-icon-img {
    top: -1px !important;
    left: 18px !important;

    width: 38px !important;
    height: 38px !important;
  }

  .benefit-card-v2 h3 {
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 500 !important;

    margin-bottom: 5px !important;
  }

  .benefit-card-v2 p {
    font-size: 9.5px !important;
    line-height: 12px !important;
    font-weight: 200 !important;

    max-width: 220px;
  }
}

html,
body,
button,
input,
textarea,
select,
a,
p,
span,
small,
strong,
label,
summary,
details,
h1,
h2,
h3,
h4,
h5,
h6,
.page,
.container,
.container-promo,
.hero,
.category-grid,
.cat-card,
.offer-card-new,
.intent-card-v2,
.section-brands-dark,
.universe-card-v2,
.benefit-card-v2,
.promo-banner,
.step-cyber-card,
.faq-wrap,
.trend-cloud-v2,
.footer {
  font-family: "Figtree", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern" 1;
}

@media (max-width: 640px) {
  body {
    font-family: "Figtree", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
  }

  .hero {
    min-height: auto !important;
    padding: 26px 0 32px !important;
    align-items: flex-start !important;
  }

  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    align-items: start !important;
  }

  .hero-content {
    padding-bottom: 0 !important;
    text-align: left !important;
  }

  .hero-top-logo {
    max-width: 142px !important;
    margin-bottom: 18px !important;
  }

  .logo-cyber {
    max-width: 142px !important;
    width: 100% !important;
  }

  .hero-title-wrapper h1,
  .hero h1 {
    font-size: 28px !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    font-weight: 600 !important;
    max-width: 75% !important;
    margin-bottom: 25px !important;
  }

  .hero-copy {
    max-width: 90% !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 300 !important;
    letter-spacing: -0.02em !important;
    color: #fff !important;
    margin-bottom: 0 !important;
  }

  .hero-image-panel {
    justify-content: center !important;
    margin-top: 4px !important;
  }

  .img-main-hero {
    max-width: 220px !important;
    width: 100% !important;
  }

  p,
  .lead,
  .section-lead,
  .brands-copy,
  .trends-lead,
  .promo-banner p,
  .promo-benefits-list li,
  .intent-card-v2 p,
  .offer-card-new p,
  .cat-card.new-design p,
  .universe-card-info-wrapper p,
  .benefit-card-v2 p,
  .step-cyber-card p,
  .faq-intro p,
  .faq-list details p {
    font-weight: 300 !important;
    letter-spacing: -0.02em !important;
  }

  .lead,
  .section-lead {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .cat-card.new-design p {
    font-size: 9.5px !important;
    line-height: 1.18 !important;
  }

  .offer-card-new p,
  .intent-card-v2 p,
  .universe-card-info-wrapper p,
  .benefit-card-v2 p,
  .step-cyber-card p,
  .faq-list details p {
    line-height: 1.22 !important;
  }

  .faq-intro p {
    font-size: 12px !important;
    line-height: 15px !important;
    max-width: 280px !important;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 25px 0 34px !important;
    min-height: auto !important;
    align-items: flex-start !important;
  }

  .hero .container,
  .container.hero-grid,
  .hero-grid {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .hero-top-logo {
    width: min(369px, 65%) !important;
    max-width: 369px !important;
    margin: 0 0 24px 0 !important;
  }

  .hero-top-logo img,
  .logo-cyber {
    width: 65% !important;
    max-width: 369px !important;
    height: auto !important;
  }

  .hero-title-wrapper h1,
  .hero h1 {
    max-width: 85% !important;
    font-size: 30px !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
    font-weight: 600 !important;
    margin: 0 0 25px 0 !important;
  }

  .hero-copy {
    max-width: 100% !important;
    font-size: 22px !important;
    line-height: 1.18 !important;
    font-weight: 300 !important;
    letter-spacing: -0.03em !important;
    color: #fff !important;
    margin: 0 !important;
  }

  .hero-image-panel {
    justify-content: center !important;
    margin-top: 18px !important;
    width: 100% !important;
  }

  .img-main-hero {
    width: min(300px, 100%) !important;
    max-width: 300px !important;
    height: auto !important;
  }
}
/* ==========================================
   MOBILE TYPOGRAPHY
========================================== */

@media (max-width: 640px) {
  /* TODOS LOS P MOBILE */
  p,
  .lead,
  .section-lead,
  .hero-copy,
  .brands-copy,
  .trends-lead,
  .promo-banner p,
  .promo-benefits-list li,
  .intent-card-v2 p,
  .offer-card-new p,
  .cat-card.new-design p,
  .universe-card-info-wrapper p,
  .benefit-card-v2 p,
  .step-cyber-card p,
  .faq-intro p,
  .faq-list details p {
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 200 !important;
    letter-spacing: -0.02em !important;
  }

  /* TODOS LOS H3 MOBILE */
  h3,
  .cat-card.new-design h3,
  .offer-card-new h3,
  .intent-card-v2 h3,
  .benefit-card-v2 h3,
  .step-cyber-card h3,
  .universe-card-info-wrapper h3 {
    font-size: 14px !important;
    line-height: 1.05 !important;
    font-weight: 500 !important;
    letter-spacing: -0.03em !important;
  }

  /* AJUSTES ESPECÍFICOS */

  .cat-card.new-design p {
    line-height: 1.2 !important;
  }

  .offer-card-new p {
    line-height: 1.22 !important;
  }

  .faq-list summary {
    font-size: 12px !important;
  }

  .faq-list details p {
    margin-top: 8px !important;
  }
}
/* ==========================================
   BUTTONS / PILLS FINAL SIZE
========================================== */

.intent-chip,
.universe-pill-links a,
.btn-store,
.btn-promo-action,
.trend-cloud-v2 a,
.btn-text-link,
.pill-category,
.intent-action-v2,
.universe-discover-more {
  font-size: 12px !important;
  font-weight: 200 !important;
  line-height: 1 !important;
}

/* ==========================================
   HERO P MOBILE ONLY
========================================== */

@media (max-width: 640px) {
  .hero-copy {
    font-size: 20px !important;
    line-height: 1.15 !important;
    font-weight: 300 !important;
    letter-spacing: -0.03em !important;
    max-width: 100% !important;
  }
}

/* ==========================================
   MOBILE MARGINS
========================================== */

@media (max-width: 640px) {
  .container,
  .container-promo {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero .container,
  .container.hero-grid,
  .hero-grid {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .section-head,
  .sub-section-head,
  .trends-head,
  .faq-intro {
    max-width: 100% !important;
  }

  .category-grid,
  .top-grid,
  .intent-grid-new,
  .brands-flex-container,
  .benefits-grid,
  .promo-banners-grid,
  .steps-cyber-grid,
  .faq-wrap,
  .footer-grid {
    width: 100% !important;
  }
}

.p-title-cyber {
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 600 !important;
  max-width: 560px;
  margin-bottom: 18px;
  font-family: "Figtree", sans-serif !important;
  color: white;
}
.keep-case-p {
  color: var(--pink);
  text-transform: none !important;
}
.whiter {
  color: #ffffff;
}
.faq-list details summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  text-align: left !important;
  list-style: none !important;
  cursor: pointer;
}

.faq-list details summary::-webkit-details-marker {
  display: none !important;
}

.faq-list details summary::after {
  content: "+" !important;
  margin-left: auto !important;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.faq-list details[open] summary::after {
  content: "−" !important;
}

.faq-list details summary span {
  text-align: left !important;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  gap: 0;
}

.keep-case,
.keep-case-p {
  display: inline !important;
  white-space: normal !important;
}

.faq-list details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

.faq-list details summary::after {
  content: "+" !important;
  margin-left: auto !important;
  padding-left: 20px;
  font-size: 18px !important;
  font-weight: 200 !important;
  line-height: 1;
  flex-shrink: 0;
}
