@font-face {
  /* designer by: @yngbrany */
  font-family: "Mustica Pro SemiBold";
  src: url("../assets/fonts/MusticaPro-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT Proelium";
  src: url("../assets/fonts/GTProelium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akira Expanded";
  src: url("../assets/fonts/Akira Expanded Demo.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #ff1536;
  --gold: #f4b25e;
  --bg: #0d0d0d;
  --bg-deep: #000;
  --surface: rgba(255, 255, 255, 0.05);
  --surface-border: rgba(255, 255, 255, 0.15);
  --text: #fff;
  --text-muted: #ccc;
  --text-soft: rgba(255, 255, 255, 0.55);
  --shadow-strong: 0 20px 40px rgba(0, 0, 0, 0.4);
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(to bottom, var(--bg) 0%, var(--bg) 82%, var(--bg-deep) 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.36s ease;
}

body.is-loading {
  overflow: hidden;
}

body.is-gallery-transitioning {
  overflow: hidden;
}

body.is-gallery-transitioning::after {
  opacity: 1;
}

main,
header,
.callout,
.cookie-card {
  position: relative;
  z-index: 1;
}

.background-logo,
#candles,
.floating-brandmark,
.floating-motto,
main,
header,
.callout,
.cookie-card {
  transition: opacity 0.36s ease, transform 0.36s ease, filter 0.36s ease;
}

body.is-gallery-transitioning .background-logo,
body.is-gallery-transitioning #candles,
body.is-gallery-transitioning .floating-brandmark,
body.is-gallery-transitioning .floating-motto,
body.is-gallery-transitioning main,
body.is-gallery-transitioning header,
body.is-gallery-transitioning .callout,
body.is-gallery-transitioning .cookie-card {
  opacity: 0;
  transform: scale(0.985);
  filter: blur(6px);
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.94), rgba(0, 0, 0, 0.98));
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.candle-wrapper {
  display: flex;
  justify-content: center;
  padding: 0;
  background: transparent;
}

.candle-chart {
  display: flex;
  align-items: flex-end;
  height: 80px;
  gap: 4px;
}

.candle {
  width: 6px;
  height: 110%;
  position: relative;
  animation: loader-candle-fade 2.6s infinite ease-in-out;
  filter: drop-shadow(0 0 2.7px #fff);
}

.candle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  bottom: var(--b);
  height: var(--h);
}

.candle::before {
  content: "";
  position: absolute;
  left: 63%;
  transform: translateX(-50%);
  width: 1px;
  background: #fff;
  bottom: var(--wb);
  height: var(--wh);
}

.candle:nth-child(1) {
  --b: 7.1%;
  --h: 18.93%;
  --wb: 0%;
  --wh: 31.95%;
  animation-delay: 0s;
}

.candle:nth-child(2) {
  --b: 26.04%;
  --h: 2.37%;
  --wb: 19.41%;
  --wh: 14.91%;
  animation-delay: 0.065s;
}

.candle:nth-child(3) {
  --b: 28.64%;
  --h: 4.5%;
  --wb: 16.92%;
  --wh: 21.66%;
  animation-delay: 0.13s;
}

.candle:nth-child(4) {
  --b: 31.42%;
  --h: 3.43%;
  --wb: 19.76%;
  --wh: 27.93%;
  animation-delay: 0.195s;
}

.candle:nth-child(5) {
  --b: 31.42%;
  --h: 15.44%;
  --wb: 27.43%;
  --wh: 28.07%;
  animation-delay: 0.26s;
}

.candle:nth-child(6) {
  --b: 46.54%;
  --h: 0.28%;
  --wb: 43.43%;
  --wh: 24.38%;
  animation-delay: 0.325s;
}

.candle:nth-child(7) {
  --b: 35.86%;
  --h: 8.7%;
  --wb: 29.7%;
  --wh: 24.5%;
  animation-delay: 0.39s;
}

.candle:nth-child(8) {
  --b: 11.67%;
  --h: 24.19%;
  --wb: 5.33%;
  --wh: 31.83%;
  animation-delay: 0.455s;
}

.candle:nth-child(9) {
  --b: 11.83%;
  --h: 15.1%;
  --wb: 7.93%;
  --wh: 24.97%;
  animation-delay: 0.52s;
}

.candle:nth-child(10) {
  --b: 27.81%;
  --h: 12.04%;
  --wb: 27.69%;
  --wh: 28.17%;
  animation-delay: 0.585s;
}

.candle:nth-child(11) {
  --b: 39.85%;
  --h: 28.25%;
  --wb: 39.53%;
  --wh: 28.58%;
  animation-delay: 0.65s;
}

.candle:nth-child(12) {
  --b: 70.8%;
  --h: 6.27%;
  --wb: 60.96%;
  --wh: 24.84%;
  animation-delay: 0.715s;
}

.candle:nth-child(13) {
  --b: 75.8%;
  --h: 2.71%;
  --wb: 68.38%;
  --wh: 31.62%;
  animation-delay: 0.78s;
}

.candle:nth-child(14) {
  --b: 67.23%;
  --h: 8.71%;
  --wb: 64.8%;
  --wh: 24.97%;
  animation-delay: 0.845s;
}

.candle:nth-child(15) {
  --b: 67.81%;
  --h: 7.85%;
  --wb: 57.54%;
  --wh: 27.55%;
  animation-delay: 0.91s;
}

.candle:nth-child(16) {
  --b: 70.08%;
  --h: 6.14%;
  --wb: 55.68%;
  --wh: 21.83%;
  animation-delay: 0.975s;
}

.candle:nth-child(17) {
  --b: 66.39%;
  --h: 3.69%;
  --wb: 58.11%;
  --wh: 26.11%;
  animation-delay: 1.04s;
}

.candle:nth-child(18) {
  --b: 64.8%;
  --h: 9.78%;
  --wb: 45.47%;
  --wh: 29.61%;
  animation-delay: 1.105s;
}

@keyframes loader-candle-fade {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  10% {
    opacity: 1;
    transform: scaleY(1.5);
  }

  50% {
    opacity: 1;
    transform: scaleY(1.35);
  }

  70% {
    opacity: 0;
    transform: scaleY(1.5);
  }

  100% {
    opacity: 0;
    transform: scaleY(0);
  }
}

.background-logo {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-logo::before {
  content: "";
  display: block;
  width: min(600px, 95vw);
  height: min(600px, 95vh);
  background: url("../assets/logo/logo-optimized.png") center center / contain no-repeat;
  opacity: 0.18;
  filter: blur(0.2px) grayscale(0.05) drop-shadow(0 8px 32px rgb(0 0 0 / 20%));
}

#candles {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.floating-brandmark {
  position: fixed;
  top: 28px;
  left: 28px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.96);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease,
    color 0.28s ease,
    text-shadow 0.28s ease;
  pointer-events: none;
}

.floating-brandmark.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.floating-motto {
  position: fixed;
  top: 32px;
  right: 28px;
  z-index: 5;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  width: max-content;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.96);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
  pointer-events: none;
}

.floating-motto.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.floating-motto__title {
  font-family: "GT Proelium", "Archivo Black", "Encode Sans Semi Condensed", "Anton", sans-serif;
  font-size: 1.32rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  transition: color 0.28s ease, text-shadow 0.28s ease;
}

.floating-brandmark:hover,
.floating-brandmark:focus-visible {
  outline: none;
}

.floating-brandmark__text {
  font-family: "GT Proelium", "Archivo Black", "Encode Sans Semi Condensed", "Anton", sans-serif;
  font-size: 1.16rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.28s ease, text-shadow 0.28s ease;
}

.floating-brandmark:hover .floating-brandmark__text,
.floating-brandmark:focus-visible .floating-brandmark__text {
  color: #fff;
  text-shadow:
    0 8px 20px rgba(0, 0, 0, 0.4),
    0 0 14px rgba(255, 21, 54, 0.18);
}

.floating-motto__subtitle {
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  white-space: nowrap;
  transition: color 0.28s ease, text-shadow 0.28s ease;
}

.floating-motto:hover .floating-motto__title,
.floating-motto:focus-visible .floating-motto__title {
  color: #fff;
  text-shadow:
    0 8px 20px rgba(0, 0, 0, 0.4),
    0 0 14px rgba(255, 21, 54, 0.18);
}

.floating-motto:hover .floating-motto__subtitle,
.floating-motto:focus-visible .floating-motto__subtitle {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.hero {
  text-align: center;
  padding: 80px 20px 60px;
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0.92), rgba(13, 13, 13, 0));
}

.hero h1 {
  font-family: "Archivo Black", "Encode Sans Semi Condensed", "Anton", sans-serif;
  font-size: clamp(3rem, 9vw, 4.6rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 3px;
  display: block;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-wrap: balance;
  background: linear-gradient(180deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}

.hero p {
  max-width: 620px;
  margin: 0 auto 30px;
  color: var(--text-muted);
  font-family: "Mustica Pro SemiBold", "Poppins", sans-serif;
  font-size: 1.12rem;
}

.cta-buttons {
  display: flex;
  justify-content: center;
}

/* AR COMMUNITY primary CTA - designer by: @yngbrany */

.community-cta {
  position: relative;
  display: block;
  max-width: 100%;
  padding: 16px 24px;
  border: 2px solid rgba(255, 21, 54, 0.3);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 21, 54, 0.16) 0%, rgba(13, 13, 13, 0.9) 100%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-soft);
  color: inherit;
  overflow: hidden;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  line-height: 1;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.community-cta:hover,
.community-cta:focus-visible {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(255, 21, 54, 0.6);
  box-shadow: 0 20px 40px rgba(255, 21, 54, 0.25);
}

.community-cta:focus-visible,
.offer-action:focus-visible,
.social-links .social-links__item .social-links__link:focus-visible,
.cookie-button:focus-visible,
.cookie-card__link:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

.community-cta__shine,
.community-cta__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.community-cta__shine {
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: translateX(-100%);
  transition: transform 0.8s ease-in-out;
}

.community-cta__glow {
  background: radial-gradient(circle at 20% 50%, rgba(255, 21, 54, 0.18), transparent 55%);
  opacity: 0.9;
}

.community-cta:hover .community-cta__shine,
.community-cta:focus-visible .community-cta__shine {
  transform: translateX(100%);
}

.community-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.community-cta__icon-shell {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.community-cta__icon {
  width: 32px;
  height: 32px;
  fill: var(--red);
  transition: transform 0.3s ease, fill 0.3s ease;
}

.community-cta:hover .community-cta__icon,
.community-cta:focus-visible .community-cta__icon {
  transform: scale(1.1);
  fill: #fff;
}

.community-cta__copy {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.community-cta__title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.community-cta__subtitle {
  color: var(--text-soft);
  font-size: 0.85rem;
}

.community-cta__arrow {
  display: grid;
  place-items: center;
  margin-left: auto;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #fff;
}

.community-cta svg,
.offer-action svg {
  display: block;
}

.community-cta__arrow svg {
  width: 20px;
  height: 20px;
}

.section {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 60px 0;
}

.section h2 {
  margin-bottom: 40px;
  text-align: center;
  color: var(--red);
  font-size: clamp(1.75rem, 3vw, 2rem);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38), 0 1px 0 rgba(255, 255, 255, 0.13);
}

.offers-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 420px));
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}

.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 26px 20px;
  border: 1px solid var(--surface-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: none;
}

.offer-card::before,
.offer-card::after {
  content: none;
}

.offer-card > * {
  position: relative;
  z-index: 1;
}

.offer-card:hover {
  transform: none;
  border-color: var(--surface-border);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.offer-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  min-height: 3.4rem;
  margin-bottom: 12px;
  color: var(--red);
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
}

.single-line-title h3 {
  min-height: 3.1rem;
}

.multi-line-title h3 {
  min-height: 4.2rem;
  flex-wrap: nowrap;
}

.icon-box-svg {
  display: inline-flex;
  align-items: center;
  width: 1.1em;
  height: 1em;
  margin-right: 0.15em;
  vertical-align: -0.18em;
}

.icon-box-svg svg {
  font-size: 1.6em;
  vertical-align: -0.18em;
}

.svg-fill-b4d8f1 {
  fill: #b4d8f1;
}

.svg-fill-98c8ed {
  fill: #98c8ed;
}

.svg-fill-7ab9e8 {
  fill: #7ab9e8;
}

.title-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.15;
}

.title-sub {
  font-size: 0.88em;
}

.offer-card ul {
  list-style: none;
  margin-bottom: 18px;
  padding: 0;
}

.offer-card ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 28px;
  font-size: 0.92rem;
  line-height: 1.3;
}

.offer-card ul li::before {
  content: "✔";
  position: absolute;
  left: 5px;
  color: var(--red);
  font-weight: 700;
}

.offer-card .offer-action {
  margin-top: auto;
  width: min(100%, 220px);
  justify-content: center;
}

.offer-action {
  position: relative;
  padding: 12px 24px;
  font-size: 16px;
  background: var(--red);
  color: #000;
  border: 1px solid rgba(255, 21, 54, 0.35);
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 auto;
  font-weight: 700;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(255, 21, 54, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.offer-action:hover,
.offer-action:focus-visible {
  transform: translateY(-2px);
  background: #fff;
  color: #000;
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.18),
    0 0 18px rgba(255, 21, 54, 0.26);
}

.offer-action__text {
  font-weight: 600;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
}

.offer-action__icons {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  color: #000;
  opacity: 0;
  visibility: hidden;
}

.default-icon {
  opacity: 1;
  visibility: visible;
}

.offer-action:hover .icon {
  animation: none;
}

.offer-action:hover .wallet-icon {
  opacity: 0;
  visibility: hidden;
}

.offer-action:hover .card-icon {
  animation: iconRotate 2.5s infinite;
  animation-delay: 0s;
}

.offer-action:hover .payment-icon {
  animation: iconRotate 2.5s infinite;
  animation-delay: 0.5s;
}

.offer-action:hover .dollar-icon {
  animation: iconRotate 2.5s infinite;
  animation-delay: 1s;
}

.offer-action:hover .check-icon {
  animation: iconRotate 2.5s infinite;
  animation-delay: 1.5s;
}

.offer-action:active .icon {
  animation: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.offer-action:active .check-icon {
  animation: checkmarkAppear 0.6s ease forwards;
  visibility: visible;
}

.wallet-icon {
  width: 24px;
  height: 24px;
}

@keyframes iconRotate {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.5);
  }

  5% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  15% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  20% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.5);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.5);
  }
}

@keyframes checkmarkAppear {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-45deg);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.2) rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.callout {
  width: min(900px, calc(100% - 40px));
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.callout span {
  color: var(--red);
  font-size: clamp(1.1rem, 4vw, 1.8rem);
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38), 0 1px 0 rgba(255, 255, 255, 0.13);
}

.fundedhero-feature {
  width: min(1200px, calc(100% - 40px));
  margin: -18px auto 54px;
}

.fundedhero-feature__card {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(240px, 0.9fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid var(--surface-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.fundedhero-feature__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fundedhero-feature h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
}

.fundedhero-feature p {
  margin: 0 0 16px;
  color: var(--text-muted);
}

.fundedhero-feature__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fundedhero-feature__list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  color: #fff;
  font-size: 0.95rem;
}

.fundedhero-feature__list li::before {
  content: "•";
  position: absolute;
  left: 6px;
  color: var(--red);
  font-size: 1rem;
}

.fundedhero-feature__aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  text-align: center;
}

.fundedhero-feature__label {
  color: var(--text-soft);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fundedhero-feature__promo {
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-family: "Akira Expanded", "Mustica Pro SemiBold", sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 7vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.copy-code-trigger {
  position: relative;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  color: transparent;
  isolation: isolate;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.copy-code-trigger:hover,
.copy-code-trigger:focus-visible {
  transform: translateY(-1px);
}

.copy-code-trigger::before {
  content: attr(data-copy-code);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

.copy-code-trigger:hover::before,
.copy-code-trigger:focus-visible::before {
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.16);
}

.copy-code-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%) scale(0.94);
  opacity: 0;
  padding: 0.42rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease, filter 0.24s ease;
  filter: blur(8px);
}

.copy-code-trigger.is-copied::before,
.copy-code-trigger.is-copy-error::before {
  opacity: 0;
  transform: scale(0.94);
  filter: blur(10px);
}

.copy-code-trigger.is-copied::after {
  content: "Copiado";
  opacity: 1;
  color: var(--gold);
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
}

.copy-code-trigger.is-copy-error::after {
  content: "Intenta de nuevo";
  opacity: 1;
  color: #ff8f8f;
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
}

.fundedhero-feature__aside .offer-action {
  margin-top: 4px;
}

.testimonials {
  padding-top: 0;
  margin-top: 20px;
  overflow: visible;
}

.testimonials-carousel {
  --testimonial-gap: 24px;
  --testimonial-slide-width: 270px;
  --testimonial-visible: 3;
  position: relative;
}

.testimonials-carousel__viewport {
  overflow: hidden;
  width: min(calc(var(--testimonial-slide-width) * 3 + var(--testimonial-gap) * 2), 100%);
  margin: 0 auto;
  padding: 28px 0 28px;
  cursor: grab;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  user-select: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.48) 4%, #000 12%, #000 88%, rgba(0, 0, 0, 0.48) 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.48) 4%, #000 12%, #000 88%, rgba(0, 0, 0, 0.48) 96%, transparent 100%);
}

.testimonials-carousel__viewport.is-dragging {
  cursor: grabbing;
}

.testimonials-carousel__track {
  display: flex;
  align-items: stretch;
  gap: var(--testimonial-gap);
  width: max-content;
  will-change: transform;
}

.testimonial-media {
  margin: 0;
  flex: 0 0 var(--testimonial-slide-width);
  width: var(--testimonial-slide-width);
  display: flex;
  opacity: 1;
  filter: none;
  transition:
    opacity 0.72s cubic-bezier(0.2, 0.88, 0.28, 1),
    filter 0.72s cubic-bezier(0.2, 0.88, 0.28, 1),
    transform 0.72s cubic-bezier(0.2, 0.88, 0.28, 1);
}

.testimonial-media.is-side {
  opacity: 1;
  filter: none;
  transform: scale(0.98);
}

.testimonial-media.is-center {
  opacity: 1;
  filter: none;
  transform: scale(1);
}

.testimonial-card.card {
  --main-color: #262626;
  --sub-color: #d8d8d8;
  --bg-color: #fff;
  --accent-color: #0095f6;
  position: relative;
  width: 100%;
  min-height: 286px;
  padding: 25px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: var(--bg-color);
  transition: all 0.2s;
  cursor: pointer;
  box-shadow: 0 0 5px -1.5px #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  overflow: visible;
}

.testimonial-card.card::before {
  content: "";
  width: 99%;
  height: 99%;
  background: var(--sub-color);
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  border-radius: 25px;
  transition: all 0.3s;
}

.testimonial-card:hover {
  box-shadow: 0 0 20px -5px #000;
}

.testimonial-card:hover::before {
  transform: rotate(10deg);
  box-shadow: 0 0 20px -5px #000;
}

.testimonial-card__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.testimonial-card__profile {
  flex: 0 0 auto;
  display: inline-flex;
  border-radius: 999px;
}

.testimonial-card__avatar-shell {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: rgb(239, 239, 239);
  box-shadow: inset 0 0 0 1px rgba(38, 38, 38, 0.06);
}

.testimonial-card__avatar,
.testimonial-card__avatar-fallback {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testimonial-card__avatar {
  object-fit: cover;
  object-position: center;
}

.testimonial-card__avatar-fallback {
  display: none;
  place-items: center;
  background: rgb(239, 239, 239);
  color: var(--main-color);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.testimonial-card__avatar-shell.is-fallback .testimonial-card__avatar {
  display: none;
}

.testimonial-card__avatar-shell.is-fallback .testimonial-card__avatar-fallback {
  display: grid;
}

.testimonial-card__meta {
  min-width: 0;
  flex: 1 1 auto;
  display: grid;
  gap: 4px;
}

.testimonial-card__author-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  line-height: 18px;
}

.testimonial-card__author {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0;
}

.testimonial-card__time {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  white-space: nowrap;
}

.testimonial-card .card__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--main-color);
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.testimonial-card .card__icon svg {
  width: 100%;
  height: 100%;
}

.testimonial-card .card__icon g {
  fill: currentColor;
}

.testimonial-card .card__icon circle,
.testimonial-card .card__icon polyline,
.testimonial-card .card__icon line {
  stroke: currentColor;
}

.testimonial-card__icon-link {
  text-decoration: none;
  position: relative;
  z-index: 2;
  touch-action: manipulation;
}

.testimonial-card__icon-link:hover,
.testimonial-card__icon-link:focus-visible {
  outline: none;
}

.testimonial-card:hover .card__icon {
  color: var(--accent-color);
  transform: rotate(0);
}

.testimonial-card__text {
  display: -webkit-box;
  flex: 1 1 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  word-break: break-word;
}

.testimonial-card__profile:focus-visible,
.testimonial-card__icon-link:focus-visible {
  outline: 2px solid var(--accent-color);
  outline-offset: 4px;
  border-radius: 12px;
}

.social-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  margin: 20px 0 70px;
}

ul.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: transparent;
  border-radius: 0;
  font-weight: 400;
}

.social-links .social-links__item {
  position: relative;
  margin: 0;
}

.social-links .social-links__item .social-links__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.24s ease, transform 0.24s ease, opacity 0.24s ease;
}

.social-links .social-links__item .social-links__link:hover,
.social-links .social-links__item .social-links__link:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: none;
  outline: none;
}

.social-links .social-links__item .social-links__link svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.site-footer {
  width: calc(100% - 56px);
  margin: 0 auto 74px;
  padding: 4px 0 0;
  color: #f5f5f5;
  font-family: "Poppins", sans-serif;
}

.site-footer__upper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.site-footer__brand-column {
  display: grid;
  gap: 16px;
}

.site-footer__brand-zone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-footer__brand-logo {
  display: block;
  width: min(285px, 21vw);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.site-footer__nav {
  display: grid;
  justify-items: flex-start;
  gap: 10px;
  min-width: 200px;
  padding-bottom: 6px;
}

.site-footer__nav-title {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.site-footer__nav-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.24s ease, opacity 0.24s ease;
}

.site-footer__nav-link:hover,
.site-footer__nav-link:focus-visible {
  color: #fff;
  outline: none;
}

.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.site-footer__copyright {
  color: #f5f5f5;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.site-footer__divider {
  height: 1px;
  margin: 24px 0 18px;
  background: rgba(255, 255, 255, 0.11);
}

.site-footer__legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.site-footer__legal-copy {
  display: grid;
  gap: 10px;
}

.site-footer__legal-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: uppercase;
}

.site-footer__legal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.6;
}

.site-footer__legal-mark {
  display: block;
  align-self: center;
  justify-self: end;
  width: min(92px, 7vw);
  height: auto;
  opacity: 0.72;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

/* designer by: @yngbrany */

.cookie-card {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: min(380px, calc(100vw - 32px));
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  color: #1f2937;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  transform: translateY(24px) scale(0.98);
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.cookie-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cookie-card__accent {
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}

.cookie-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff7eb, #ffe7c6);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.cookie-card__icon svg {
  width: 34px;
  height: 34px;
}

.cookie-card__body {
  display: grid;
  gap: 6px;
}

.cookie-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

.cookie-card__description {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4b5563;
}

.cookie-card__link {
  width: fit-content;
  color: #2563eb;
  font-size: 0.85rem;
  text-decoration: none;
}

.cookie-card__link:hover {
  text-decoration: underline;
}

.cookie-card__preferences {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  display: grid;
  gap: 12px;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-toggle__copy {
  display: grid;
  gap: 2px;
}

.cookie-toggle__title {
  color: #111827;
  font-size: 0.92rem;
  font-weight: 600;
}

.cookie-toggle__text {
  color: #6b7280;
  font-size: 0.8rem;
  line-height: 1.35;
}

.cookie-toggle__state {
  flex-shrink: 0;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.cookie-toggle__state--locked {
  background: #e5e7eb;
  color: #111827;
}

.cookie-toggle__control {
  flex-shrink: 0;
  position: relative;
  width: 46px;
  height: 28px;
}

.cookie-toggle__control input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.cookie-switch {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d1d5db;
  transition: background 0.2s ease;
}

.cookie-switch::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.cookie-toggle__control input:checked + .cookie-switch {
  background: #111827;
}

.cookie-toggle__control input:checked + .cookie-switch::before {
  transform: translateX(18px);
}

.cookie-card__actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.cookie-card__actions--editor {
  margin-top: 12px;
}

.cookie-button {
  flex: 1 1 0;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  padding: 0.78rem 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.cookie-button:hover {
  transform: translateY(-1px);
}

.cookie-button--ghost {
  background: transparent;
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-button--ghost:hover {
  color: #6b7280;
}

.cookie-button--primary {
  background: #111827;
  color: #fff;
  box-shadow: 0 10px 18px rgba(17, 24, 39, 0.18);
}

.cookie-button--primary:hover {
  background: #374151;
}

@keyframes appear-up {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1,
.section h2,
.social-section {
  animation: appear-up 0.8s ease-out both;
}

@media (max-width: 900px) {
  .offers-row {
    grid-template-columns: 1fr;
  }

  .testimonials-carousel {
    --testimonial-gap: 18px;
    --testimonial-slide-width: 270px;
  }

  .testimonials-carousel__viewport {
    width: min(calc(var(--testimonial-slide-width) * 2 + var(--testimonial-gap)), 100%);
    padding: 24px 0 24px;
  }

  .testimonial-card.card {
    min-height: 276px;
  }

  .testimonial-card__avatar-shell {
    width: 32px;
    height: 32px;
  }

  .testimonial-card__author {
    font-size: 14px;
  }

  .testimonial-card__time {
    font-size: 14px;
  }

  .testimonial-card__text {
    font-size: 14px;
  }

  .fundedhero-feature {
    width: min(100%, calc(100% - 40px));
    margin-top: -6px;
  }

  .fundedhero-feature__card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }

  .site-footer__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding-top: 72px;
  }

  .hero h1 {
    letter-spacing: 2px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 72px 14px 48px;
  }

  .hero h1 {
    width: fit-content;
    max-width: calc(100vw - 30px);
    font-size: clamp(2.35rem, 12vw, 3.55rem);
    line-height: 0.98;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
  }

  .hero p {
    width: min(100%, 29ch);
    font-size: 0.98rem;
    line-height: 1.45;
    margin-bottom: 24px;
  }

  .cta-buttons {
    width: 100%;
  }

  .community-cta {
    width: min(100%, calc(100vw - 32px));
    padding: 14px 16px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: linear-gradient(135deg, rgba(255, 21, 54, 0.12) 0%, rgba(13, 13, 13, 0.96) 100%);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  }

  .community-cta__content {
    gap: 12px;
  }

  .community-cta__title {
    font-size: 1.04rem;
  }

  .community-cta__subtitle {
    font-size: 0.84rem;
  }

  .community-cta__arrow {
    width: 44px;
    height: 44px;
  }

  .section {
    width: min(100%, calc(100% - 28px));
  }

  .background-logo::before {
    width: min(420px, 84vw);
    opacity: 0.14;
    filter: none;
  }

  .offer-card,
  .fundedhero-feature,
  .copy-code-trigger,
  .cookie-card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .testimonials-carousel {
    --testimonial-gap: 14px;
    --testimonial-slide-width: min(270px, calc(100vw - 64px));
  }

  .testimonials-carousel__viewport {
    width: 100%;
    padding: 22px 0 22px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.42) 5%, #000 12%, #000 88%, rgba(0, 0, 0, 0.42) 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.42) 5%, #000 12%, #000 88%, rgba(0, 0, 0, 0.42) 95%, transparent 100%);
  }

  .testimonial-card.card {
    min-height: 264px;
    padding: 22px;
  }

  .testimonial-card__header {
    gap: 12px;
  }

  .testimonial-card__author-row {
    gap: 6px;
  }

  .testimonial-card__author {
    font-size: 14px;
  }

  .testimonial-card__time {
    font-size: 14px;
  }

  .testimonial-card__text {
    font-size: 14px;
    line-height: 18px;
  }

  .floating-brandmark {
    top: 18px;
    left: 18px;
  }

  .floating-motto {
    top: 21px;
    right: 18px;
    gap: 3px;
  }

  .floating-brandmark__text {
    font-size: 0.96rem;
    letter-spacing: 0.06em;
  }

  .floating-motto__title {
    font-size: 1.08rem;
    letter-spacing: 0.08em;
  }

  .floating-motto__subtitle {
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }

  .site-footer {
    width: calc(100% - 36px);
    margin-bottom: 64px;
  }

  .site-footer__upper {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .site-footer__brand-zone {
    margin-bottom: 0;
  }

  .site-footer__brand-logo {
    width: min(210px, 50vw);
  }

  .site-footer__brand-column {
    gap: 12px;
  }

  .site-footer__nav {
    gap: 8px;
    min-width: 0;
    padding-bottom: 0;
  }

  .site-footer__nav-title {
    font-size: 14px;
  }

  .site-footer__nav-link {
    font-size: 12px;
  }

  .site-footer__copyright {
    font-size: 13px;
  }

  .site-footer__legal p {
    font-size: 10px;
    line-height: 1.6;
  }

  .site-footer__legal {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .site-footer__legal-copy {
    gap: 10px;
  }

  .site-footer__legal-mark {
    width: min(82px, 24vw);
    justify-self: end;
  }

  .social-section {
    margin: 16px 0 62px;
  }

  ul.social-links {
    gap: 16px;
  }

  .social-links .social-links__item .social-links__link svg {
    width: 34px;
    height: 34px;
  }

  .hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .btn-inner-content {
    gap: 12px;
  }

  .community-cta__title {
    font-size: 1.05rem;
  }

  .community-cta__subtitle {
    font-size: 0.78rem;
  }

  .cookie-card {
    right: 14px;
    bottom: 14px;
    width: min(100vw - 28px, 380px);
    padding: 16px;
  }

  .cookie-card__actions {
    flex-direction: column;
  }

  .cookie-button {
    width: 100%;
  }

  .cookie-toggle {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  #candles {
    display: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
