@charset "UTF-8";
@font-face {
  font-family: "SoraVariable";
  src: url("../fonts/Sora/Sora-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Sora/Sora-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
}
@font-face {
  font-family: "InterItalicVariable";
  src: url("../fonts/Inter/Inter-Italic-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Inter/Inter-Italic-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
}
@font-face {
  font-family: "InterVariable";
  src: url("../fonts/Inter/Inter-Regular-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Inter/Inter-Regular-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
}
/* @font-face {
     font-family: "SoraVariable";
     src: url("Sora-VariableFont_wght.woff2") format("woff2 supports variations"),
          url("Sora-VariableFont_wght.woff2") format("woff2-variations");
     font-weight: 100 1000;
} */ /*  */ /* May + alt + a */
/* -------------------------------------------------------------------
 * ## Design System
 * ------------------------------------------------------------------- */
/*-- VARIABLES MediaQuery--*/
/*   $xs: 0;
  $sm: 576px;
  $md: 768px;
  $lg: 992px;
  $xl: 1200px;
 */
/*-- VARIABLES FONT-SIZES --**/
/* nuevas// proyecto */
.textM {
  /* Desktop/Bodycopy/Text M */
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
}

.textNabar {
  color: var(--Neutral-800, #292E30);
  text-align: center;
  /* Desktop/Navbar */
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
  letter-spacing: -0.209px;
}

/*-- VARIABLES ESPACIO PADDING/MARGIN--**/
/*-- VARIABLES unicas --*/
/*-- fuentes --*/
/*-- VARIABLES BORDER-RADIUS --*/
/*-- COLORS --*/
html {
  height: -webkit-fill-available;
}

:root {
  font-family: "SoraVariable", sans-serif;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  background-color: #FAFAFA;
  background-color: #fafafa;
}
body .contentLimit {
  width: 100%;
  margin: 0 auto;
  padding: 0 4.08vw;
  max-width: 1688px;
}
@media (min-width: 678px) {
  body .contentLimit {
    padding: 0 7.69vw;
  }
}
@media (min-width: 1025px) {
  body .contentLimit {
    padding: 0 64px;
    max-width: 1920px;
  }
}
@media (min-width: 1550px) {
  body .contentLimit {
    padding: 0 64px;
  }
}
@media (min-width: 1920px) {
  body .contentLimit {
    padding: 0 116px;
  }
}
body main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.siteHeader {
  width: 100%;
  background: transparent;
  position: fixed;
  top: env(safe-area-inset-top, 0px);
  left: 0;
  right: 0;
  z-index: 50;
  height: 62px;
  z-index: 999;
}
@media (min-width: 1025px) {
  .siteHeader {
    height: 68px;
  }
}
.siteHeader.isScrolled .headerWrap {
  width: calc(100% - 8.16vw);
  padding: 0 24px;
  border-radius: 14px;
  transform: translateY(8px);
}
.siteHeader.isScrolled .headerWrap::before {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}
@media (min-width: 678px) {
  .siteHeader.isScrolled .headerWrap {
    width: calc(100% - 15.38vw);
    padding: 0 32px;
  }
}
@media (min-width: 1025px) {
  .siteHeader.isScrolled .headerWrap {
    width: calc(100% - 128px);
    padding: 0 40px;
  }
}
@media (min-width: 1550px) {
  .siteHeader.isScrolled .headerWrap {
    width: calc(100% - 128px);
  }
}
@media (min-width: 1920px) {
  .siteHeader.isScrolled .headerWrap {
    width: 1688px;
  }
}
@media (max-width: 1024px) {
  .siteHeader.isScrolled .headerMenu {
    height: calc(100dvh - 16px - 62px);
    padding-left: 24px;
    padding-right: 24px;
  }
  .siteHeader.isScrolled.menuOpen .headerWrap::before {
    height: calc(100dvh - 16px);
    border-radius: 14px;
  }
}
@media (max-width: 1024px) {
  .siteHeader.menuOpen .headerWrap::before {
    height: 100dvh;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.16);
  }
  .siteHeader.menuOpen .menuToggle .menuToggleLine:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .siteHeader.menuOpen .menuToggle .menuToggleLine:nth-child(2) {
    opacity: 0;
  }
  .siteHeader.menuOpen .menuToggle .menuToggleLine:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.siteHeader .headerWrap {
  width: calc(100% - 0px);
  height: 100%;
  margin: 0 auto;
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 4.08vw;
  margin: 0 auto;
  overflow: visible;
  transition: width 0.35s ease, padding 0.35s ease, border-radius 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.siteHeader .headerWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #FAFAFA;
  border-radius: inherit;
  z-index: -1;
  transition: height 0.45s cubic-bezier(0.25, 1, 0.5, 1), border-radius 0.35s ease, box-shadow 0.35s ease;
}
@media (min-width: 678px) {
  .siteHeader .headerWrap {
    padding: 0 7.69vw;
  }
}
@media (min-width: 1025px) {
  .siteHeader .headerWrap {
    padding: 0 64px;
    border-bottom: 0;
  }
}
@media (min-width: 1550px) {
  .siteHeader .headerWrap {
    padding: 0 64px;
  }
}
@media (min-width: 1920px) {
  .siteHeader .headerWrap {
    padding: 0 116px;
  }
}
.siteHeader .headerWrap .logoBlock {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  width: 100%;
  max-width: 180px;
}
@media (min-width: 1025px) {
  .siteHeader .headerWrap .logoBlock {
    max-width: 230px;
    /* max-height: 34px; */
  }
}
.siteHeader .headerWrap .logoBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  display: block;
}
.siteHeader .headerWrap .logoBlock {
  /* 			.logoText {
  				color: v.$neutral-1000;
  				font-family: v.$sora;
  				font-weight: 400;
  				line-height: 1;
  				letter-spacing: -0.02em;
  				text-transform: lowercase; */
  /* 	@media (min-width: 768px) {
  	} */
  /* } */
}
.siteHeader .headerWrap .menuToggle {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .siteHeader .headerWrap .menuToggle {
    display: none;
  }
}
.siteHeader .headerWrap .menuToggle .menuToggleLine {
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background-color: #000000;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.siteHeader .headerBackdrop {
  position: fixed;
  inset: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.siteHeader .headerBackdrop.isOpen {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 1025px) {
  .siteHeader .headerBackdrop {
    display: none;
  }
}
.siteHeader .headerMenu {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  height: calc(100dvh - 62px);
  padding: 16px 4.08vw 38.92px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
@media (min-width: 678px) {
  .siteHeader .headerMenu {
    padding: 16px 7.69vw 38.92px;
  }
}
.siteHeader .headerMenu.isOpen {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.3s ease 0.12s, transform 0.3s ease 0.12s, visibility 0.3s;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
    overflow: visible;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 2.5rem;
  }
}
.siteHeader .headerMenu .headerMenuTop {
  display: none;
}
.siteHeader .headerMenu .headerMenuLogo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  width: 100%;
  max-width: 180px;
}
.siteHeader .headerMenu .headerMenuLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  display: block;
}
.siteHeader .headerMenu .menuClose {
  position: relative;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .menuClose {
    display: none;
  }
}
.siteHeader .headerMenu .menuClose .menuCloseLine {
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 1000px;
  background-color: #000000;
}
.siteHeader .headerMenu .menuClose .menuCloseLine:first-child {
  transform: rotate(45deg);
}
.siteHeader .headerMenu .menuClose .menuCloseLine:last-child {
  transform: rotate(-45deg);
}
.siteHeader .headerMenu .headerNav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: auto;
  margin-bottom: 7px;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerNav {
    flex-direction: row;
    align-items: center;
    gap: 42.8px;
    width: auto;
  }
}
.siteHeader .headerMenu .headerNav .headerLink {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  width: 100%;
  padding: 0.5rem 0;
  color: #3D1FFF;
  text-decoration: none;
  font-family: "SoraVariable", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.38px;
  border-bottom: 1px solid rgba(61, 31, 255, 0.35);
  text-wrap: nowrap;
  transition: all 0.25s ease;
}
.siteHeader .headerMenu .headerNav .headerLink:hover .headerLinkText,
.siteHeader .headerMenu .headerNav .headerLink:hover .headerLinkIndex, .siteHeader .headerMenu .headerNav .headerLink.active .headerLinkText,
.siteHeader .headerMenu .headerNav .headerLink.active .headerLinkIndex {
  font-weight: 700;
  letter-spacing: -0.418px;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerNav .headerLink {
    align-items: center;
    gap: 0;
    width: auto;
    padding: 0;
    position: relative;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.209px;
    border-bottom: 0;
    color: #292E30;
  }
  .siteHeader .headerMenu .headerNav .headerLink::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    background-color: #3D1FFF;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.28s ease;
  }
  .siteHeader .headerMenu .headerNav .headerLink:hover::after {
    transform: scaleX(1);
  }
  .siteHeader .headerMenu .headerNav .headerLink.active::after {
    transform: scaleX(1);
  }
}
.siteHeader .headerMenu .headerNav .headerLinkIndex {
  display: inline-flex;
  min-width: 32px;
  padding-top: 0.5rem;
  font-family: "SoraVariable", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.132px;
  color: #3D1FFF;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerNav .headerLinkIndex {
    display: none;
  }
}
.siteHeader .headerMenu .headerNav .headerLinkText {
  flex: 1 1 auto;
  min-width: 0;
}
.siteHeader .headerMenu .headerNav {
  /* .headerLink.active .headerLinkIndex {
  	font-weight: 700;
  } */
}
.siteHeader .headerMenu .headerActions {
  display: grid;
  gap: 1rem;
  padding-bottom: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerActions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 0;
    width: auto;
  }
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerActions .btnDef,
  .siteHeader .headerMenu .headerActions .btnLineLight,
  .siteHeader .headerMenu .headerActions .btnLineDark {
    font-size: 16px;
    width: auto;
    padding: 6px 1rem;
  }
}
.siteHeader .headerMenu .headerActions .btnDef:hover {
  background-color: #3D1FFF;
  outline-color: #3D1FFF;
  color: #F0F1F3;
  font-weight: 700;
}
.siteHeader .headerMenu .headerActions .btnLineDark:hover {
  outline-width: 1px;
  font-weight: 700;
}
body.menuOpen {
  overflow: hidden;
}

/* -------------------------------------------------------------------
 * ## mixins
 * ------------------------------------------------------------------- */
/*-- BREAK POINTS--*/
/*
  $s: 678px;//no se pone el corte a 834 como figma porque se desborda
  $m: 1024px;// medida cambio header
  $xxl: 1400px;1550px NUEVO

*/
footer {
  padding: 32px 0;
  background: #292E30;
  color: #FAFAFA;
  font-size: 0.75rem;
}
footer .footerGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "zoneNav zoneIcon" "zonePremiumpay zonePremiumpay" "zoneBreak zoneBreak" "zoneLegalNav zoneBetandeal";
  row-gap: 12px;
  align-items: start;
  width: 100%;
}
footer .zoneBetandeal {
  grid-area: zoneBetandeal;
  gap: 12px;
  display: grid;
  align-items: start;
  /* Mobile/Text L */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 678px) {
  footer .zoneBetandeal {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1550px) {
  footer .zoneBetandeal {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
footer .zoneBetandeal {
  font-weight: 200;
}
footer .zoneBetandeal a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  margin-top: auto;
  margin-bottom: 8px;
}
footer .zoneBetandeal a img {
  padding-left: 3px;
  width: 135px;
}
@media (min-width: 1025px) {
  footer .zoneBetandeal a img {
    width: 250px;
  }
}
footer .zoneBetandeal a:hover, footer .zoneBetandeal a:focus, footer .zoneBetandeal a:active {
  color: #FAFAFA;
}
footer .zoneBetandeal a:hover img, footer .zoneBetandeal a:focus img, footer .zoneBetandeal a:active img {
  filter: none;
}
footer .zoneLegalNav {
  width: 100%;
  grid-area: zoneLegalNav;
}
footer .zoneLegalNav ul {
  margin: 0;
  padding: 0;
}
footer .zoneLegalNav ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /* Mobile/Text L */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 678px) {
  footer .zoneLegalNav ul li {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1550px) {
  footer .zoneLegalNav ul li {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
footer .zoneNav {
  grid-area: zoneNav;
  display: grid;
  gap: 8px;
  /* Mobile/Text L */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 678px) {
  footer .zoneNav {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1550px) {
  footer .zoneNav {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
footer .zonePremiumpay {
  grid-area: zonePremiumpay;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  box-sizing: border-box;
  margin: 32px 0 0 0;
  overflow: hidden;
}
footer .zonePremiumpay img {
  max-width: 100%;
  object-fit: contain;
  display: block;
  opacity: 0;
  transform: translateY(150%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease-out;
}
footer .zonePremiumpay img:nth-child(1) {
  width: 10.922787194%;
  transition-delay: 0s;
}
footer .zonePremiumpay img:nth-child(2) {
  width: 5.5760255465%;
  transition-delay: 0.07s;
}
footer .zonePremiumpay img:nth-child(3) {
  width: 10.6443953165%;
  transition-delay: 0.14s;
}
footer .zonePremiumpay img:nth-child(4) {
  width: 14.6606075493%;
  transition-delay: 0.21s;
}
footer .zonePremiumpay img:nth-child(5) {
  width: 5.379513633%;
  transition-delay: 0.28s;
}
footer .zonePremiumpay img:nth-child(6) {
  width: 9.9361336281%;
  transition-delay: 0.35s;
}
footer .zonePremiumpay img:nth-child(7) {
  width: 15.4957831819%;
  transition-delay: 0.42s;
}
footer .zonePremiumpay img:nth-child(8) {
  width: 10.2145255056%;
  transition-delay: 0.49s;
}
footer .zonePremiumpay img:nth-child(9) {
  width: 8.5277982478%;
  transition-delay: 0.56s;
}
footer .zonePremiumpay img:nth-child(10) {
  width: 8.6424301973%;
  transition-delay: 0.63s;
}
footer .zonePremiumpay.visible img {
  opacity: 1;
  transform: translateY(0);
}
footer .zoneIcon {
  grid-area: zoneIcon;
  display: flex;
  justify-content: end;
}
footer .zoneIcon img {
  width: 96px;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  transform-origin: center center;
  animation: giro 5s linear infinite;
}
footer .zoneBreak {
  grid-area: zoneBreak;
  height: 1px;
  margin: 16px 0 16px 0;
  background: #FAFAFA;
}
@media (min-width: 678px) {
  footer .zoneBreak {
    margin: 32px 0 16px 0;
  }
}
@media (min-width: 1025px) {
  footer .zoneBreak {
    margin: 64px 0 16px 0;
  }
}

@media (min-width: 1025px) {
  footer .footerGrid {
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "zoneBetandeal zoneIcon zoneNav" "zonePremiumpay zonePremiumpay zonePremiumpay" "zoneBreak zoneBreak zoneBreak" "zoneLegalNav zoneLegalNav zoneLegalNav";
    column-gap: 40px;
  }
  footer .footerGrid .zoneBetandeal {
    width: 100% !important;
    height: fit-content !important;
  }
  footer .footerGrid .zoneBetandeal a {
    display: inline-flex;
    align-items: center;
    line-height: 0;
  }
  footer .footerGrid .zonePremiumpay {
    margin: 124px 0 0 0;
  }
  footer .footerGrid .zoneNav {
    gap: 16px;
    /*  font-size:v.$text-l;
     font-style: normal;
     font-weight: 400;
     line-height: 150%; 
     letter-spacing: -0.242px; */
    /* Mobile/Text L */
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.011rem;
  }
}
@media (min-width: 1025px) and (min-width: 678px) {
  footer .footerGrid .zoneNav {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1025px) and (min-width: 1550px) {
  footer .footerGrid .zoneNav {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
@media (min-width: 1025px) {
  footer .footerGrid .zoneLegalNav {
    display: flex;
    justify-content: space-between;
  }
  footer .footerGrid .zoneLegalNav ul {
    display: flex;
    gap: 1rem;
  }
  footer .footerGrid .zoneLegalNav ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    /* Mobile/Text L */
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.011rem;
  }
}
@media (min-width: 1025px) and (min-width: 678px) {
  footer .footerGrid .zoneLegalNav ul li {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1025px) and (min-width: 1550px) {
  footer .footerGrid .zoneLegalNav ul li {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
@media (min-width: 1025px) {
  footer .footerGrid .zoneLegalNav ul li::before {
    position: relative;
    content: "";
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FAFAFA;
  }
  footer .footerGrid .zoneLegalNav ul li:first-child::before {
    display: none;
  }
  footer .footerGrid .zoneIcon img {
    width: 126px;
  }
  footer .footerGrid.noZoneNav .zoneIcon {
    grid-area: zoneNav;
    background: #292E30;
  }
}
.linkInvert, a.linkInvert, .linkInvert a:link, .linkInvert a:visited {
  color: #FAFAFA;
  transition: color 0.2s ease;
}
.linkInvert a:hover, a.linkInvert a:hover, .linkInvert a:link a:hover, .linkInvert a:visited a:hover {
  color: #6FA5FF;
}
.linkInvert a:active, a.linkInvert a:active, .linkInvert a:link a:active, .linkInvert a:visited a:active {
  color: #5A87FF;
}

@keyframes giro {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.cursorArrow {
  position: fixed;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  pointer-events: none;
  z-index: 10000;
  color: #fff;
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity 0.2s ease;
  will-change: transform;
}
.cursorArrow.isVisible {
  opacity: 1;
}
.cursorArrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  transform: rotate(135deg);
}
@media (pointer: coarse) {
  .cursorArrow {
    display: none;
  }
}

body.hasCustomCursor,
body.hasCustomCursor * {
  cursor: none !important;
}

.btnDefLight,
.btnDef {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: v.$hBtn; */
  padding: 6px 1rem;
  border-radius: 1000px;
  outline: 1px solid #3D1FFF;
  background-color: #3D1FFF;
  color: #F0F1F3;
  text-decoration: none;
  font-family: "SoraVariable", sans-serif;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, font-weight 0.2s ease;
  white-space: nowrap;
  border: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.176px;
}
.btnDefLight:hover,
.btnDef:hover {
  background-color: #2414C2;
  color: #F0F1F3;
}
.btnDefLight:active,
.btnDef:active {
  border: none;
  color: #F0F1F3;
  background-color: #2414C2;
  outline-color: #0A0885;
  box-shadow: 1px 1px 4.5px 0 rgba(10, 8, 133, 0.5);
}
.btnDefLight.big,
.btnDef.big {
  padding: 10px 20px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.242px;
}

.btnDefLight {
  background-color: #F0F1F3;
  color: #3D1FFF;
  outline: 1px solid #D4E5FF;
}
.btnDefLight:hover {
  background-color: #F0F1F3;
  color: #3D1FFF;
  box-shadow: 1px 1px 4.5px 0 rgba(250, 250, 250, 0.25);
  font-weight: 700;
}
.btnDefLight:active {
  border: none;
  color: #3D1FFF;
  background-color: #D8DBE0;
  outline-color: #F0F1F3;
  outline: 3px solid #D4E5FF;
  box-shadow: 1px 1px 4.5px 0 rgba(250, 250, 250, 0.25);
}

.btnDef.modalCta:hover,
.btnDef.modalNavCta:hover {
  background-color: #3D1FFF;
  color: #F0F1F3;
  font-weight: 700;
}

.btnLineLight,
.btnLineDark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: v.$hBtn; */
  padding: 6px 1rem;
  border-radius: 1000px;
  outline: 1px solid #393E43;
  background-color: transparent;
  color: #393E43;
  text-decoration: none;
  font-family: "SoraVariable", sans-serif;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, outline 0.1s ease, font-weight 0.2s ease;
  white-space: nowrap;
  border: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.176px;
}
.btnLineLight:hover,
.btnLineDark:hover {
  outline: 2px solid #393E43;
}
.btnLineLight:active,
.btnLineDark:active {
  border: none;
  outline: 3px solid #393E43;
}
.btnLineLight.big,
.btnLineDark.big {
  padding: 10px 20px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.242px;
}

.btnLineLight {
  outline: 1px solid #D8DBE0;
  color: #D8DBE0;
}
.btnLineLight:hover {
  outline: 2px solid #D8DBE0;
  box-shadow: 1px 1px 4.5px 0 rgba(250, 250, 250, 0.25);
}
.btnLineLight:active {
  border: none;
  outline: 3px solid #D8DBE0;
}

/* =========================================================
   premiumpay — Blog
   Typography: Sora (variable)  ·  Palette: brand tokens
   ========================================================= */
/* =========================================================
   premiumpay — Blog
   Typography: Sora (variable)  ·  Palette: brand tokens
   ========================================================= */
:root {
  /* Palette */
  --ink: #292e30; /* Dark Grey  */
  --muted: #808791; /* Light Grey */
  --blue-dark: #0a0885; /* Dark Blue  */
  --blue-electric: #3d1fff;
  --blue: #2963ff;
  --white: #ffffff;
  /* Surfaces */
  --paper: #ffffff;
  --card: #f4f5f6;
  --card-hover: #eceef0;
  --line: rgba(41, 46, 48, 0.10);
  --line-strong: rgba(41, 46, 48, 0.18);
  /* System */
  --nav-height: 68px;
  --maxw: 1120px;
  --readw: 720px;
  --radius: 16px;
  --radius-lg: 22px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 18px 44px rgba(41, 46, 48, 0.10);
  --shadow-blue: 0 16px 34px rgba(60, 30, 255, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fafafa;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}

main {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

main {
  padding-top: 0;
}

/* .wrap { width: min(var(--maxw), calc(100% - 48px)); margin: 0 auto; } */
/* ---------------------------------------------------------
   Header
   --------------------------------------------------------- */
/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: transform 200ms var(--ease), box-shadow 200ms var(--ease), background-color 200ms var(--ease), color 200ms var(--ease);
}

.btn-dark {
  color: #fff;
  background: var(--ink);
}

.btn-dark:hover {
  background: var(--blue-electric);
  transform: translateY(-1px);
  box-shadow: var(--shadow-blue);
}

.btn-blue {
  color: #fff;
  background: var(--blue-electric);
  box-shadow: var(--shadow-blue);
}

.btn-blue:hover {
  transform: translateY(-1px);
  background: #2963FF;
}

.btn-line {
  color: var(--ink);
  background: transparent;
  border-color: var(--line-strong);
}

.btn-line:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}

.btn-lg {
  min-height: 52px;
  padding: 0 30px;
  font-size: 1rem;
}

/* Mobile menu chrome (driven by modalNav.js) */
.menuToggle, .menuClose, .headerBackdrop {
  display: none;
}

/* ---------------------------------------------------------
   Blog hero / heading
   --------------------------------------------------------- */
.blogHero {
  text-align: center;
  padding: clamp(80px, 7vw, 96px) 0 clamp(28px, 4vw, 48px);
}

.blogHero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.blogHero p {
  margin: 18px auto 0;
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

/* Filters */
.blogFilters {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: clamp(20px, 3vw, 34px) 0 clamp(36px, 5vw, 60px);
  flex-wrap: wrap;
}

.filter {
  position: relative;
}

.filter > button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: none;
  border-radius: 999px;
  background: var(--card);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
  transition: background-color 200ms var(--ease);
}

.filter > button:hover {
  background: var(--card-hover);
}

.filter > button svg {
  transition: transform 240ms var(--ease);
}

.filter.open > button svg {
  transform: rotate(180deg);
}

.filterMenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: none;
  z-index: 50;
}

.filter.open .filterMenu {
  display: block;
}

.filterMenu button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: none;
  border-radius: 9px;
  background: transparent;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 500;
}

.filterMenu button:hover {
  background: var(--card);
}

.filterMenu button[aria-selected=true] {
  color: var(--blue-electric);
  font-weight: 700;
}

/* ---------------------------------------------------------
   Article grid (listing)
   --------------------------------------------------------- */
.postGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  padding-bottom: clamp(60px, 8vw, 110px);
}

.postCard {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease), background-color 280ms var(--ease);
}

.postCard:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  background: var(--card-hover);
}

.postCard.is-hidden {
  display: none;
}

.postCard .thumb {
  /*  aspect-ratio: 16 / 10; */
  overflow: hidden;
}

.postCard .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.postCard:hover .thumb img {
  transform: scale(1.04);
}

.postCard .body {
  padding: clamp(20px, 2vw, 28px);
}

.postCard .tag {
  display: inline-block;
  margin-bottom: 12px;
  color: #2963FF;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.postCard h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.postCard .date {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 500;
}

.noResults {
  grid-column: 1/-1;
  text-align: center;
  color: var(--muted);
  padding: 60px 0;
  display: none;
}

.noResults.show {
  display: block;
}

/* ---------------------------------------------------------
   Article page
   --------------------------------------------------------- */
/* .article { padding: clamp(32px, 5vw, 64px) 0 clamp(48px, 6vw, 80px); }
.article .reader { width: min(var(--readw), calc(100% - 48px)); margin: 0 auto; } */
.article {
  width: 100%;
  margin: 0 auto;
  padding: 60px 4.08vw 0;
  max-width: 1688px;
}
@media (min-width: 678px) {
  .article {
    padding: 60px 7.69vw 0;
  }
}
@media (min-width: 1025px) {
  .article {
    padding: 90px 64px 0;
    max-width: 1920px;
  }
}
@media (min-width: 1550px) {
  .article {
    padding: 90px 64px 0;
  }
}
@media (min-width: 1920px) {
  .article {
    padding: 90px 116px 0;
  }
}

.article .reader {
  width: min(var(--readw), 100% - 48px);
  margin: 0 auto;
}

.breadcrumb {
  margin-bottom: 22px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
}

.breadcrumb a:hover {
  color: var(--blue-electric);
}

.article h1 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4.6vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.byline {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(28px, 4vw, 44px);
}

.byline img {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
}

.byline .meta {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.byline .meta a {
  font-weight: 700;
}

.byline .meta a:hover {
  color: var(--blue-electric);
}

.byline .meta span {
  color: var(--muted);
  font-size: 0.85rem;
}

.heroFigure {
  width: min(960px, 100%);
  margin: 0 auto clamp(32px, 5vw, 56px);
}

.heroFigure img {
  width: 100%;
  border-radius: var(--radius-lg);
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* Prose */
.prose {
  font-size: 1.06rem;
  color: var(--ink);
}

.prose > * + * {
  margin-top: 1.15em;
}

.prose h2 {
  margin-top: 2em;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.prose h3 {
  margin-top: 1.6em;
  font-size: 1.2rem;
  font-weight: 700;
}

.prose p {
  color: #3a4042;
}

.prose a {
  color: var(--blue-electric);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose ul, .prose ol {
  padding-left: 1.3em;
  color: #3a4042;
}

.prose li + li {
  margin-top: 0.5em;
}

.prose blockquote {
  margin: 1.6em 0;
  padding: 4px 0 4px 22px;
  border-left: 3px solid var(--blue-electric);
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 600;
}

.prose figure {
  margin: 2em 0;
}

.prose figure img {
  border-radius: var(--radius);
}

.prose figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.85rem;
  text-align: center;
}

/* In-article callout */
.callout {
  margin: 2.2em 0;
  padding: 22px 24px;
  background: var(--card);
  border-radius: var(--radius);
  font-size: 0.98rem;
}

.callout strong {
  color: var(--blue-dark);
}

/* radial-gradient(circle at 78% 20%, rgba(255,255,255,0.18), transparent 60%),
    linear-gradient(135deg, var(--blue-electric) 0%, var(--blue-dark) 100%); */
/* Bottom CTA — "Start monetizing" */
.ctaBlock {
  margin: clamp(48px, 7vw, 88px) 0 0;
  padding: clamp(36px, 5vw, 64px);
  text-align: center;
  border-radius: var(--radius-lg);
  color: #fff;
  background-color: #292E30;
  /*   background:
      radial-gradient(circle at 78% 20%, rgba(255,255,255,0.18), transparent 60%),
      linear-gradient(135deg, #686a6a 0%, #000 100%); */
}

.ctaBlock h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ctaBlock p {
  margin: 14px auto 26px;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.82);
}

.ctaBlock .btn-light {
  color: var(--blue-dark);
  background: #fff;
}

.ctaBlock .btn-light:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
}

/* Share */
.shareRow {
  margin-top: clamp(36px, 5vw, 56px);
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 14px;
}

.shareRow span {
  font-weight: 700;
  font-size: 0.9rem;
}

.shareRow a {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--card);
  color: var(--ink);
  transition: background-color 200ms var(--ease), color 200ms var(--ease);
}

.shareRow a:hover {
  background: var(--blue-electric);
  color: #fff;
}

/* Related */
.related {
  /* padding: clamp(48px, 7vw, 88px) 0; border-top: 1px solid var(--line);  */
  width: 100%;
  margin: 0 auto;
  padding: 0 4.08vw;
  max-width: 1688px;
}
@media (min-width: 678px) {
  .related {
    padding: 0 7.69vw;
  }
}
@media (min-width: 1025px) {
  .related {
    padding: 0 64px;
    max-width: 1920px;
  }
}
@media (min-width: 1550px) {
  .related {
    padding: 0 64px;
  }
}
@media (min-width: 1920px) {
  .related {
    padding: 0 116px;
  }
}

.related h2 {
  margin: 0 0 28px;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ---------------------------------------------------------
   Author profile
   --------------------------------------------------------- */
.authorHero {
  padding: clamp(56px, 8vw, 110px) 0 clamp(36px, 5vw, 56px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.authorHero .avatar {
  width: clamp(110px, 16vw, 168px);
  aspect-ratio: 1;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.authorHero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.authorHero .role {
  margin: 6px 0 0;
  color: #2963FF;
  font-weight: 700;
}

.authorHero .bio {
  margin: 18px 0 0;
  color: #3a4042;
  max-width: 620px;
}

.authorSocials {
  margin-top: 22px;
  display: flex;
  gap: 12px;
}

.authorSocials a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--card);
  transition: background-color 200ms var(--ease), color 200ms var(--ease);
}

.authorSocials a:hover {
  background: var(--blue-electric);
  color: #fff;
}

.authorStats {
  display: flex;
  gap: clamp(28px, 5vw, 56px);
  padding: clamp(24px, 3vw, 36px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(36px, 5vw, 56px);
}

.authorStats .stat strong {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
}

.authorStats .stat span {
  color: var(--muted);
  font-size: 0.9rem;
}

.sectionTitle {
  margin: 0 0 28px;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ---------------------------------------------------------
   Footer
   --------------------------------------------------------- */
/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */
@media (max-width: 860px) {
  :root {
    --nav-height: 60px;
  }
  /*  .wrap { width: calc(100% - 32px); } */
  .postGrid {
    grid-template-columns: 1fr;
  }
  .authorHero {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .authorSocials {
    justify-content: center;
  }
  .footerGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .footerGrid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 60px 4.08vw 0;
  max-width: 1688px;
}
@media (min-width: 678px) {
  .wrap {
    padding: 60px 7.69vw 0;
  }
}
@media (min-width: 1025px) {
  .wrap {
    padding: 90px 64px 0;
    max-width: 1920px;
  }
}
@media (min-width: 1550px) {
  .wrap {
    padding: 90px 64px 0;
  }
}
@media (min-width: 1920px) {
  .wrap {
    padding: 90px 116px 0;
  }
}

a,
.btnDefLight {
  text-decoration: none !important;
}

.fit {
  width: fit-content;
}/*# sourceMappingURL=blog.css.map */