@import "tailwindcss";

@keyframes gallery-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(var(--gallery-shift, -50%));
  }
}

*,
*::before,
*::after {
  @apply box-border;
}

:root {
  --background: #ffffff;
  --foreground: #171717;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: var(--font-geist-sans);
  --font-mono: var(--font-geist-mono);
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  background: var(--background);
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
}

.Toastify__toast--success {
  background: #d9efe0;
  color: #2f3d2f;
}

.Toastify__toast--success .Toastify__progress-bar {
  background: #2f8f4e;
}

.Toastify__toast--success .Toastify__toast-icon svg {
  fill: #2f8f4e;
}

.optin-box {
  appearance: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333333;
  border-radius: 0;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  margin-top: 3px;
  flex-shrink: 0;
}

.optin-check {
  height: 40px;
  width: 40px;
  color: #333333;
}

@media (min-width: 768px) {
  .optin-box {
    height: 44px;
    width: 44px;
    margin-top: 2px;
  }

  .optin-check {
    height: 48px;
    width: 48px;
  }
}

.footer-text {
  line-height: 21px !important;
}

@media (min-width: 1024px) {
  .footer-text {
    line-height: 30px !important;
  }
}



@font-face {
  font-family: "Snell";
  src: url("/fonts/snell-roundhand-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-snell {
  font-family: "Snell", cursive;
}


@utility font-grot-arabic {
  font-family: "Montserrat", sans-serif;
}

@utility text-stroke-thin {
  -webkit-text-stroke: 0.8px white;
  color: transparent;
}


.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}


.mirror-cta {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.03) 28%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0.42) 100%),
    rgba(0, 0, 0, 0.2);
  border: 1.59px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -20px 35px rgba(0, 0, 0, 0.28),
    0 12px 36px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}

.mirror-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.mirror-cta::after {
  content: none;
}

.mirror-cta-svg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.mirror-cta-stroke {
  fill: none;
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1.2;
}

.mirror-cta-stroke-glow {
  fill: none;
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 1.05;
  stroke-linecap: round;
  stroke-dasharray: 140 980;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.48));
  animation: mirror-cta-outline-travel 3.6s linear infinite;
}

.mirror-cta:hover {
  transform: translateY(-2px) scale(1.015);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -24px 40px rgba(0, 0, 0, 0.34),
    0 18px 44px rgba(0, 0, 0, 0.36);
}

.mirror-cta:hover .mirror-cta-stroke-glow {
  animation-duration: 1.9s;
  stroke: rgba(255, 255, 255, 1);
}

.mirror-cta-content {
  position: relative;
  z-index: 2;
}

.mirror-cta-shadow {
  position: absolute;
  right: -10%;
  bottom: -58%;
  z-index: 1;
  width: 42%;
  height: 130%;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.22) 48%, rgba(0, 0, 0, 0) 100%);
  filter: blur(16px);
  transition: transform 350ms ease, opacity 350ms ease;
  pointer-events: none;
}

.mirror-cta-highlight {
  position: absolute;
  left: 3%;
  top: 3%;
  z-index: 1;
  width: 94%;
  height: 47%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.08) 58%, rgba(255, 255, 255, 0) 100%);
  filter: blur(7px);
  opacity: 0.75;
  pointer-events: none;
}

.mirror-cta:hover .mirror-cta-shadow {
  transform: translateX(-8px) scale(1.04);
  opacity: 0.95;
}

@keyframes mirror-cta-outline-travel {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1064;
  }
}

/* Hide reCAPTCHA badge */
.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
}