:root {
  --bg: #0a0b10;
  --panel: #141824;
  --accent: #e8b86d;
  --accent-hot: #ff6b35;
  --accent2: #9dffb8;
  --text: #eef1f8;
  --muted: #8b92a8;
  --border: #2a3148;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: "Noto Sans Hebrew", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  -webkit-tap-highlight-color: rgba(232, 184, 109, 0.15);
}

.mesh-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 55% at 100% 0%, rgba(124, 58, 237, 0.22), transparent 52%),
    radial-gradient(ellipse 70% 45% at 0% 100%, rgba(255, 107, 53, 0.16), transparent 48%),
    radial-gradient(ellipse 55% 40% at 50% 50%, rgba(157, 255, 184, 0.1), transparent 58%),
    radial-gradient(ellipse 40% 30% at 70% 80%, rgba(236, 72, 153, 0.08), transparent 50%);
  animation: mesh-breathe 22s ease-in-out infinite alternate;
}

@keyframes mesh-breathe {
  0% {
    opacity: 0.88;
    filter: saturate(1.06) hue-rotate(-8deg);
  }
  100% {
    opacity: 1;
    filter: saturate(1.32) hue-rotate(22deg);
  }
}

.confetti-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.confetti {
  position: absolute;
  width: 8px;
  height: 12px;
  border-radius: 2px;
  opacity: 0.55;
  animation: confetti-fall linear infinite;
}

.confetti:nth-child(1) {
  left: 5%;
  background: linear-gradient(#e8b86d, #ff6b35);
  animation-duration: 11s;
  animation-delay: 0s;
}
.confetti:nth-child(2) {
  left: 15%;
  background: linear-gradient(#9dffb8, #4ade80);
  animation-duration: 14s;
  animation-delay: 1s;
}
.confetti:nth-child(3) {
  left: 25%;
  background: linear-gradient(#a78bfa, #7c3aed);
  animation-duration: 12s;
  animation-delay: 2.5s;
}
.confetti:nth-child(4) {
  left: 38%;
  background: linear-gradient(#fcd34d, #f59e0b);
  animation-duration: 13s;
  animation-delay: 0.5s;
}
.confetti:nth-child(5) {
  left: 48%;
  background: linear-gradient(#fb7185, #e11d48);
  animation-duration: 15s;
  animation-delay: 3s;
}
.confetti:nth-child(6) {
  left: 58%;
  background: linear-gradient(#67e8f9, #06b6d4);
  animation-duration: 11.5s;
  animation-delay: 1.5s;
}
.confetti:nth-child(7) {
  left: 68%;
  background: linear-gradient(#c4b5fd, #8b5cf6);
  animation-duration: 13.5s;
  animation-delay: 2s;
}
.confetti:nth-child(8) {
  left: 78%;
  background: linear-gradient(#fde68a, #e8b86d);
  animation-duration: 12s;
  animation-delay: 4s;
}
.confetti:nth-child(9) {
  left: 88%;
  background: linear-gradient(#86efac, #9dffb8);
  animation-duration: 14.5s;
  animation-delay: 0.8s;
}
.confetti:nth-child(10) {
  left: 92%;
  background: linear-gradient(#fda4af, #fb7185);
  animation-duration: 13s;
  animation-delay: 2.8s;
}
.confetti:nth-child(11) {
  left: 35%;
  background: linear-gradient(#fde047, #eab308);
  animation-duration: 16s;
  animation-delay: 5s;
}
.confetti:nth-child(12) {
  left: 72%;
  background: linear-gradient(#93c5fd, #3b82f6);
  animation-duration: 11s;
  animation-delay: 3.5s;
}

@keyframes confetti-fall {
  0% {
    transform: translateY(-20px) rotate(0deg);
    opacity: 0;
  }
  8% {
    opacity: 0.7;
  }
  100% {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0.35;
  }
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 0;
}

.aurora {
  position: fixed;
  inset: -25%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 55% 45% at 18% 18%, rgba(232, 184, 109, 0.26), transparent 55%),
    radial-gradient(ellipse 48% 38% at 88% 28%, rgba(167, 139, 250, 0.18), transparent 52%),
    radial-gradient(ellipse 50% 42% at 82% 75%, rgba(157, 255, 184, 0.16), transparent 50%),
    radial-gradient(ellipse 65% 55% at 50% 100%, rgba(255, 107, 53, 0.14), transparent 46%),
    radial-gradient(ellipse 35% 28% at 60% 40%, rgba(236, 72, 153, 0.1), transparent 55%);
  animation: aurora-shift 14s ease-in-out infinite alternate;
  mix-blend-mode: screen;
  opacity: 0.92;
}

.stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 10% 20%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(1px 1px at 30% 70%, rgba(255, 255, 255, 0.25), transparent),
    radial-gradient(1.5px 1.5px at 72% 35%, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(1px 1px at 88% 82%, rgba(255, 255, 255, 0.2), transparent),
    radial-gradient(1.5px 1.5px at 45% 12%, rgba(255, 255, 255, 0.28), transparent),
    radial-gradient(1px 1px at 60% 55%, rgba(255, 255, 255, 0.22), transparent);
  background-size: 100% 100%;
  opacity: 0.55;
  animation: stars-twinkle 10s ease-in-out infinite alternate;
}

@keyframes stars-twinkle {
  0% {
    opacity: 0.35;
  }
  100% {
    opacity: 0.65;
  }
}

@keyframes aurora-shift {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(2%, -1%) rotate(2deg);
    opacity: 0.92;
  }
}

.float-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.float-emoji {
  position: absolute;
  left: var(--x);
  top: var(--y);
  font-size: clamp(1.25rem, 4vw, 2rem);
  opacity: 0.45;
  animation: float-drift 7s ease-in-out infinite;
  animation-delay: var(--d);
  filter: drop-shadow(0 0 12px rgba(232, 184, 109, 0.35));
}

.float-spark {
  position: absolute;
  left: var(--x);
  top: var(--y);
  font-size: clamp(0.9rem, 2.5vw, 1.25rem);
  color: rgba(255, 220, 170, 0.95);
  animation: spark-float 6.5s ease-in-out infinite;
  animation-delay: var(--d);
  filter: drop-shadow(0 0 10px rgba(255, 210, 160, 0.45));
  pointer-events: none;
}

@keyframes spark-float {
  0%,
  100% {
    opacity: 0.38;
    transform: translate(0, 0) scale(1);
  }
  50% {
    opacity: 0.9;
    transform: translate(7px, -12px) scale(1.12);
  }
}

@keyframes float-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(8px, -14px) scale(1.05);
  }
  66% {
    transform: translate(-6px, 10px) scale(0.98);
  }
}

.hero {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: calc(2rem + env(safe-area-inset-top, 0px)) max(1rem, env(safe-area-inset-right, 0px)) 2rem
    max(1rem, env(safe-area-inset-left, 0px));
  overflow: hidden;
}

.hero-ring {
  position: absolute;
  width: min(140vw, 720px);
  height: min(140vw, 720px);
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(232, 184, 109, 0.18) 90deg,
    transparent 180deg,
    rgba(157, 255, 184, 0.14) 270deg,
    rgba(124, 58, 237, 0.1) 330deg,
    transparent 360deg
  );
  animation: hero-ring-spin 28s linear infinite;
  border-radius: 50%;
  filter: blur(52px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.95;
}

.hero-ring--2 {
  width: min(100vw, 520px);
  height: min(100vw, 520px);
  top: 48%;
  opacity: 0.55;
  animation: hero-ring-spin-rev 38s linear infinite;
  filter: blur(64px);
  background: conic-gradient(from 180deg, rgba(255, 107, 53, 0.12), transparent, rgba(124, 58, 237, 0.15), transparent);
}

@keyframes hero-ring-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes hero-ring-spin-rev {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.hebrew-greet {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: clamp(1.5rem, 5vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 0.25rem;
  background: linear-gradient(135deg, var(--accent), #fff8e8, var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.04em;
}

.hebrew-greet--xl {
  font-size: clamp(1.85rem, 6vw, 2.85rem);
  font-weight: 800;
  filter: drop-shadow(0 0 28px rgba(232, 184, 109, 0.45));
  animation: greet-pulse 5s ease-in-out infinite;
}

@keyframes greet-pulse {
  0%,
  100% {
    filter: drop-shadow(0 0 20px rgba(232, 184, 109, 0.35));
  }
  50% {
    filter: drop-shadow(0 0 36px rgba(157, 255, 184, 0.35));
  }
}

.hero-kicker {
  font-size: 0.88rem;
  color: var(--accent2);
  margin: 0 0 0.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.badge {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.badge-glow {
  border-color: rgba(232, 184, 109, 0.45);
  box-shadow: 0 0 20px rgba(232, 184, 109, 0.15);
  background: rgba(20, 24, 36, 0.6);
}

.hero-name {
  direction: ltr;
  unicode-bidi: isolate;
}

.hero h1 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.5rem, 16vw, 8rem);
  line-height: 0.95;
  margin: 0;
  letter-spacing: 0.02em;
  background: linear-gradient(
    120deg,
    var(--accent-hot) 0%,
    #ffd89a 25%,
    var(--accent) 50%,
    var(--accent2) 75%,
    var(--accent-hot) 100%
  );
  background-size: 220% 220%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 40px rgba(232, 184, 109, 0.35));
  animation: title-shimmer 9s ease-in-out infinite;
}

@keyframes title-shimmer {
  0%,
  100% {
    background-position: 0% 40%;
  }
  50% {
    background-position: 100% 60%;
  }
}

.tagline {
  font-size: clamp(1.02rem, 3.5vw, 1.28rem);
  color: var(--muted);
  margin: 0.85rem auto 1.75rem;
  max-width: 34rem;
  line-height: 1.75;
}

.tagline strong {
  color: var(--accent2);
  font-weight: 600;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  width: 100%;
}

.stat {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem 1.35rem;
  min-width: min(168px, 100%);
  max-width: 100%;
  flex: 1 1 160px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

@media (hover: hover) and (pointer: fine) {
  .stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  }
}

.stat-pulse {
  animation: stat-glow 3s ease-in-out infinite;
}

@keyframes stat-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(157, 255, 184, 0);
  }
  50% {
    box-shadow: 0 0 24px 2px rgba(157, 255, 184, 0.15);
  }
}

.stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent2);
}

.stat-label {
  font-size: 0.78rem;
  color: var(--muted);
}

.anim-pop {
  animation: pop-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.anim-rise {
  animation: rise-in 0.85s ease both;
}

.delay-05 {
  animation-delay: 0.06s;
}
.delay-1 {
  animation-delay: 0.12s;
}
.delay-2 {
  animation-delay: 0.24s;
}
.delay-3 {
  animation-delay: 0.4s;
}
.delay-4 {
  animation-delay: 0.52s;
}

.amir-hint {
  font-size: clamp(1rem, 3.8vw, 1.25rem);
  font-weight: 600;
  color: var(--accent2);
  margin: 0.35rem 0 0.5rem;
  letter-spacing: 0.02em;
  text-shadow: 0 0 24px rgba(157, 255, 184, 0.25);
}

@keyframes pop-in {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

main {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 max(1rem, env(safe-area-inset-left, 0px)) max(2.5rem, env(safe-area-inset-bottom, 0px))
    max(1rem, env(safe-area-inset-right, 0px));
  width: 100%;
  box-sizing: border-box;
}

.anim-panel {
  opacity: 0;
  animation: panel-enter 0.75s ease forwards;
}

.anim-panel:nth-child(1) {
  animation-delay: 0.05s;
}
.anim-panel:nth-child(2) {
  animation-delay: 0.12s;
}
.anim-panel:nth-child(3) {
  animation-delay: 0.19s;
}
.anim-panel:nth-child(4) {
  animation-delay: 0.26s;
}
.anim-panel:nth-child(5) {
  animation-delay: 0.33s;
}
.anim-panel:nth-child(6) {
  animation-delay: 0.4s;
}
.anim-panel:nth-child(7) {
  animation-delay: 0.47s;
}
.anim-panel:nth-child(8) {
  animation-delay: 0.54s;
}
.anim-panel:nth-child(9) {
  animation-delay: 0.61s;
}
.anim-panel:nth-child(10) {
  animation-delay: 0.68s;
}
.anim-panel:nth-child(11) {
  animation-delay: 0.75s;
}

@keyframes panel-enter {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.5rem 1.35rem;
  margin-bottom: 1.15rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.35s cubic-bezier(0.34, 1.3, 0.64, 1),
    box-shadow 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.38);
  }
}

.panel-hype {
  background: linear-gradient(165deg, rgba(30, 27, 48, 0.95), rgba(14, 16, 26, 0.98));
  border-color: rgba(124, 58, 237, 0.25);
}

.hype-intro {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.hype-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  gap: 0.85rem;
}

.hype-card {
  background: rgba(8, 10, 18, 0.75);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem 0.85rem;
  text-align: center;
  transition: transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .hype-card:hover {
    transform: scale(1.03);
  }
}

.hype-card--hot {
  border-color: rgba(255, 107, 53, 0.35);
  box-shadow: 0 0 24px rgba(255, 107, 53, 0.12);
}

.hype-val {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--accent2);
  margin-bottom: 0.35rem;
  font-variant-numeric: tabular-nums;
}

.hype-card--hot .hype-val {
  background: linear-gradient(90deg, #ff6b35, #fbbf24);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hype-card--code {
  border-color: rgba(103, 232, 249, 0.25);
  background: rgba(6, 12, 22, 0.88);
  box-shadow: inset 0 0 0 1px rgba(157, 255, 184, 0.06);
}

.hype-card--code .hype-val {
  font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: linear-gradient(92deg, #9dffb8, #67e8f9, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hype-desc {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.45;
}

.panel-alt {
  border-color: rgba(157, 255, 184, 0.22);
}

.panel-hug {
  border-color: rgba(37, 211, 102, 0.28);
  background: linear-gradient(165deg, rgba(14, 28, 22, 0.95), rgba(14, 16, 26, 0.98));
}

.hug-lede {
  margin: 0 0 1.1rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
}

.hug-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 600;
  padding: 0.95rem 1.25rem;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #25d366, #128c7e);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.35);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.btn-wa:hover,
.btn-wa:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.45);
  outline: none;
}

.btn-wa:focus-visible {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #25d366;
}

.btn-wa--ester {
  background: linear-gradient(145deg, #7c3aed, #5b21b6);
  box-shadow: 0 6px 28px rgba(124, 58, 237, 0.35);
}

.btn-wa--ester:hover,
.btn-wa--ester:focus-visible {
  box-shadow: 0 10px 32px rgba(124, 58, 237, 0.45);
}

.btn-wa--ester:focus-visible {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #7c3aed;
}

.hug-note {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
  letter-spacing: 0.04em;
}

.panel-playlist {
  border-color: rgba(255, 107, 53, 0.2);
  background: linear-gradient(160deg, rgba(20, 18, 32, 0.98), rgba(14, 16, 26, 0.98));
}

.playlist-lede {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.55;
}

.carousel {
  display: flex;
  align-items: stretch;
  gap: 0.35rem;
  margin-top: 0.25rem;
}

.carousel-viewport {
  flex: 1;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(6, 8, 14, 0.85);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.carousel-slide {
  flex: 0 0 100%;
  min-width: 100%;
  min-height: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding: 1.15rem 1.1rem;
  box-sizing: border-box;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.4rem;
}

.carousel-slide:last-child {
  border-inline-end: none;
}

.carousel-ix {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.06em;
}

.carousel-title {
  font-family: "Noto Sans Hebrew", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
  line-height: 1.2;
}

.carousel-artist {
  font-size: 1rem;
  color: var(--accent);
  margin: 0;
  font-weight: 600;
}

.carousel-embed {
  width: 100%;
  align-self: stretch;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #08090e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.carousel-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.carousel-arrow {
  flex: 0 0 auto;
  width: 44px;
  min-height: 48px;
  align-self: center;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(20, 24, 36, 0.95);
  color: var(--accent2);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  background: rgba(232, 184, 109, 0.15);
  color: #fff;
  outline: none;
}

.carousel-arrow:focus-visible {
  box-shadow: 0 0 0 2px var(--accent2);
}

.carousel-hint {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
}

.panel-blessings {
  position: relative;
  background: linear-gradient(145deg, rgba(20, 24, 36, 0.95), rgba(14, 16, 26, 0.98));
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow:
    0 0 0 1px rgba(232, 184, 109, 0.25),
    0 12px 48px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.panel-blessings::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(232, 184, 109, 0.45), rgba(157, 255, 184, 0.25), rgba(255, 107, 53, 0.2));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.blessings-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 0.5rem;
  opacity: 0.95;
}

.blessings-lede {
  margin: 0 0 1.15rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.55;
}

.blessing-stage {
  position: relative;
  border-radius: 16px;
  padding: 1.35rem 1.1rem;
  margin-bottom: 1rem;
  background: rgba(8, 10, 16, 0.65);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 60px rgba(232, 184, 109, 0.06);
  min-height: 9.5rem;
}

.blessing-inner {
  transition: opacity 0.25s ease;
}

.blessing-inner.is-switching {
  opacity: 0;
}

.blessing-he {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: clamp(1.35rem, 4.5vw, 1.85rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
  line-height: 1.45;
  background: linear-gradient(90deg, #fff4e0, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.blessing-en {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
  color: var(--text);
  line-height: 1.55;
}

.blessing-joke {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  padding-top: 0.75rem;
}

.blessing-actions {
  text-align: center;
}

.btn-bless {
  background: linear-gradient(135deg, #7c5cbf, #4a3278);
  box-shadow: 0 6px 28px rgba(124, 92, 191, 0.45);
  padding: 0.95rem 1.85rem;
  font-size: 1.02rem;
}

.btn-bless:hover {
  box-shadow: 0 10px 36px rgba(124, 92, 191, 0.55);
}

.panel h2 {
  font-size: 1.12rem;
  margin: 0 0 0.65rem;
  color: var(--accent);
  letter-spacing: 0.02em;
}

.panel p {
  margin: 0;
  color: var(--text);
}

.house-rule {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: rgba(232, 184, 109, 0.08);
  border: 1px solid rgba(232, 184, 109, 0.22);
  font-size: 0.95rem;
  line-height: 1.55;
}

.house-rule strong {
  color: var(--accent);
}

.house-rule-tech {
  margin-top: 0.9rem;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(124, 58, 237, 0.3);
  background: linear-gradient(150deg, rgba(124, 58, 237, 0.12), rgba(14, 16, 28, 0.55));
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(242, 245, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.house-rule-tech-kicker {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--accent2);
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.house-rule-tech strong:not(.house-rule-tech-kicker) {
  color: #f0e6ff;
  font-weight: 700;
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checklist li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--border);
  animation: check-slide 0.5s ease both;
}

.checklist li:nth-child(1) {
  animation-delay: 0.1s;
}
.checklist li:nth-child(2) {
  animation-delay: 0.2s;
}
.checklist li:nth-child(3) {
  animation-delay: 0.3s;
}
.checklist li:nth-child(4) {
  animation-delay: 0.4s;
}
.checklist li:nth-child(5) {
  animation-delay: 0.5s;
}
.checklist li:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes check-slide {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.checklist li:last-child {
  border-bottom: 0;
}

.chk {
  color: var(--accent2);
  font-weight: 700;
  font-size: 1.1rem;
}

.tap-panel .tap-blurb {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--muted);
}

.tap-zone {
  position: relative;
  text-align: center;
}

.btn-challah {
  background: linear-gradient(145deg, #c9a227, #8b6914);
  box-shadow: 0 6px 28px rgba(201, 162, 39, 0.45);
  padding: 1rem 2rem;
  font-size: 1.15rem;
}

.btn-challah:hover {
  box-shadow: 0 10px 36px rgba(201, 162, 39, 0.55);
}

.btn-challah-inner {
  display: inline-block;
  animation: challah-wiggle 2.5s ease-in-out infinite;
}

@keyframes challah-wiggle {
  0%,
  100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}

.tap-count {
  margin: 1rem 0 0;
  font-size: 1rem;
  color: var(--muted);
}

.tap-count strong {
  color: var(--accent2);
  font-size: 1.25rem;
}

.tap-bursts {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  height: 1px;
  margin-bottom: 0.5rem;
  pointer-events: none;
}

.tap-float {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent2);
  white-space: nowrap;
  animation: tap-float-up 0.9s ease-out forwards;
  text-shadow: 0 0 12px rgba(157, 255, 184, 0.6);
  transform: translateX(-50%);
}

@keyframes tap-float-up {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-56px) scale(1.12);
  }
}

.vibe-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vibe-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
}

.vibe-list li:last-child {
  border-bottom: 0;
}

.icon {
  flex-shrink: 0;
}

.testimonials blockquote {
  margin: 0 0 1rem;
  padding-inline-start: 1rem;
  border-inline-start: 3px solid var(--accent-hot);
  font-style: italic;
  color: var(--muted);
}

.testimonials cite {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  font-style: normal;
  color: var(--text);
}

.cta-mega {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.12), transparent);
  border: 1px solid rgba(124, 58, 237, 0.22);
  padding-top: 2rem;
  padding-bottom: 2.25rem;
}

.btn-mega {
  font-size: 1.05rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #ff6b35 0%, #c026d3 50%, #7c3aed 100%);
  background-size: 200% 200%;
  animation: btn-mega-shift 6s ease infinite;
  box-shadow: 0 8px 40px rgba(124, 58, 237, 0.45);
}

@keyframes btn-mega-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.cta {
  text-align: center;
  padding: 1.75rem 0 2rem;
}

.cta-text {
  margin: 0 0 1rem;
  font-size: 1.08rem;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.75rem;
  background: linear-gradient(135deg, var(--accent-hot), #c94d24);
  color: #fff;
  box-shadow: 0 4px 24px rgba(255, 107, 53, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 32px rgba(255, 107, 53, 0.5);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

.btn:focus-visible {
  outline: 2px solid var(--accent2);
  outline-offset: 3px;
}

.tiny {
  margin: 1rem 0 0;
  min-height: 1.5rem;
  font-size: 0.92rem;
  color: var(--accent2);
}

.game-panel .game-blurb {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
}

.game-shoutout {
  display: block;
  margin-top: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px dashed rgba(232, 184, 109, 0.45);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(232, 184, 109, 0.08));
  backdrop-filter: blur(8px);
  box-shadow:
    inset 0 0 28px rgba(124, 58, 237, 0.12),
    0 4px 20px rgba(0, 0, 0, 0.2);
  font-size: 0.88rem;
  color: rgba(248, 250, 255, 0.95);
}

.game-panel kbd {
  font-family: inherit;
  font-size: 0.85em;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--accent2);
}

.game-wrap {
  margin-top: 0.5rem;
}

.game-hud {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: var(--muted);
}

.game-hud strong {
  color: var(--accent2);
}

#vibeGame {
  display: block;
  width: 100%;
  margin: 0;
  height: auto;
  border: none;
  background: #06060c;
  touch-action: none;
  cursor: pointer;
  box-shadow: inset 0 0 50px rgba(124, 58, 237, 0.12), inset 0 -20px 40px rgba(255, 107, 53, 0.06);
}

#vibeGame:active {
  cursor: pointer;
}

.game-actions {
  margin-top: 0.75rem;
  text-align: center;
}

.btn-secondary {
  background: linear-gradient(135deg, #3d4a5c, #2a3142);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.btn-secondary:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

.game-panel .btn-secondary {
  background: linear-gradient(135deg, #4f3d78, #2e2648);
  border: 1px solid rgba(167, 139, 250, 0.4);
  box-shadow: 0 6px 28px rgba(124, 58, 237, 0.35);
}

.game-panel .btn-secondary:hover {
  box-shadow: 0 8px 36px rgba(167, 139, 250, 0.45);
}

.game-status {
  margin: 0.75rem 0 0;
  min-height: 1.25rem;
  font-size: 0.9rem;
  color: var(--accent);
}

.panel.game-panel--trippy {
  position: relative;
  overflow: visible;
  background: linear-gradient(155deg, rgba(22, 16, 42, 0.97), rgba(14, 18, 36, 0.96), rgba(26, 14, 32, 0.95));
  border-color: rgba(167, 139, 250, 0.35);
  box-shadow:
    0 0 0 1px rgba(255, 107, 53, 0.12),
    0 10px 48px rgba(124, 58, 237, 0.22),
    0 24px 80px rgba(255, 107, 53, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  animation: game-panel-aura 7s ease-in-out infinite alternate;
}

.panel.game-panel--trippy::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    125deg,
    rgba(124, 58, 237, 0.22),
    rgba(255, 107, 53, 0.14),
    rgba(157, 255, 184, 0.12),
    rgba(232, 184, 109, 0.18),
    rgba(167, 139, 250, 0.2)
  );
  background-size: 240% 240%;
  opacity: 0.55;
  z-index: 0;
  animation: trippy-border-flow 14s linear infinite;
  mix-blend-mode: screen;
}

.panel.game-panel--trippy > * {
  position: relative;
  z-index: 1;
}

@keyframes game-panel-aura {
  0% {
    box-shadow:
      0 0 0 1px rgba(255, 107, 53, 0.12),
      0 10px 48px rgba(124, 58, 237, 0.2),
      0 24px 80px rgba(255, 107, 53, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.07);
  }
  100% {
    box-shadow:
      0 0 0 1px rgba(157, 255, 184, 0.18),
      0 12px 56px rgba(167, 139, 250, 0.28),
      0 28px 96px rgba(157, 255, 184, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.09);
  }
}

@keyframes trippy-border-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.panel h2.game-title-glitch {
  background: linear-gradient(
    92deg,
    #e8b86d,
    #9dffb8,
    #c4b5fd,
    #ff6b35,
    #f472b6,
    #e8b86d
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: title-shimmer 5.5s linear infinite;
  text-shadow: none;
  filter: drop-shadow(0 0 20px rgba(167, 139, 250, 0.35));
  font-size: 1.22rem;
  line-height: 1.35;
}

@keyframes title-shimmer {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.game-hud--neon {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.game-hud--neon strong {
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 12px rgba(157, 255, 184, 0.45);
}

.game-canvas-wrap {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 3px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.85),
    rgba(255, 107, 53, 0.65),
    rgba(157, 255, 184, 0.55),
    rgba(232, 184, 109, 0.75),
    rgba(167, 139, 250, 0.8)
  );
  background-size: 240% 240%;
  animation: canvas-chrome-shift 6s ease infinite;
  box-shadow:
    0 0 32px rgba(124, 58, 237, 0.35),
    0 0 64px rgba(255, 107, 53, 0.15),
    inset 0 0 24px rgba(255, 255, 255, 0.06);
}

@keyframes canvas-chrome-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.game-canvas-wrap canvas {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

@media (prefers-reduced-motion: reduce) {
  .mesh-bg,
  .aurora,
  .stars,
  .panel.game-panel--trippy,
  .panel.game-panel--trippy::after,
  .game-title-glitch,
  .game-canvas-wrap {
    animation: none !important;
  }

  .panel h2.game-title-glitch {
    background: linear-gradient(92deg, #e8b86d, #9dffb8);
    background-size: 100% auto;
  }

  .panel.game-panel--trippy::after {
    opacity: 0.28;
    animation: none;
  }
}

.panel-quiz {
  border-color: rgba(255, 107, 53, 0.22);
  background: linear-gradient(160deg, rgba(22, 18, 38, 0.97), rgba(14, 16, 28, 0.98));
}

.quiz-lede {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
}

.quiz-root {
  min-height: 8rem;
}

.quiz-meta {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.quiz-q {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--text);
}

.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.quiz-opt {
  font-family: inherit;
  font-size: 0.92rem;
  text-align: right;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(8, 10, 20, 0.75);
  color: var(--text);
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    transform 0.12s ease;
}

.quiz-opt:hover:not(:disabled) {
  border-color: rgba(157, 255, 184, 0.35);
  background: rgba(20, 24, 36, 0.9);
}

.quiz-opt:disabled {
  cursor: default;
}

.quiz-opt--correct {
  border-color: rgba(74, 222, 128, 0.65) !important;
  background: rgba(22, 60, 40, 0.55) !important;
  box-shadow: 0 0 16px rgba(74, 222, 128, 0.2);
}

.quiz-opt--wrong {
  border-color: rgba(248, 113, 113, 0.55) !important;
  background: rgba(60, 24, 28, 0.45) !important;
}

.quiz-result {
  margin: 0.75rem 0 0;
  min-height: 1.25rem;
  font-size: 0.9rem;
  color: var(--accent2);
}

.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.85rem;
}

.btn-quiz-reset {
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px dashed rgba(232, 184, 109, 0.4);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  background: transparent;
  color: var(--muted);
}

.btn-quiz-reset:hover {
  color: var(--accent);
  border-color: rgba(232, 184, 109, 0.65);
}

.quiz-done {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--accent2);
  line-height: 1.5;
}

.footer-miss {
  margin: 1rem auto 0;
  max-width: 40rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(139, 146, 168, 0.95);
}

footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem max(1rem, env(safe-area-inset-left, 0px)) calc(1.5rem + env(safe-area-inset-bottom, 0px))
    max(1rem, env(safe-area-inset-right, 0px));
  font-size: 0.8rem;
  color: var(--muted);
  border-top: 1px solid var(--border);
}

button,
.btn {
  touch-action: manipulation;
}

body.vibe-burst {
  animation: vibeFlash 0.65s ease;
}

@keyframes vibeFlash {
  0% {
    filter: hue-rotate(0deg) scale(1);
  }
  35% {
    filter: hue-rotate(40deg) saturate(1.35) brightness(1.08);
  }
  100% {
    filter: hue-rotate(0deg) scale(1);
  }
}

@media screen and (max-width: 640px) {
  .badge {
    font-size: 0.65rem;
    line-height: 1.45;
    padding: 0.45rem 0.65rem;
    max-width: 100%;
    white-space: normal;
  }

  .hebrew-greet--xl {
    font-size: clamp(1.55rem, 9vw, 2.35rem);
  }

  .amir-hint {
    font-size: 0.95rem;
    margin: 0.25rem 0 0.4rem;
  }

  .hero-kicker {
    font-size: 0.82rem;
    padding: 0 0.25rem;
    line-height: 1.45;
  }

  .hero h1 {
    font-size: clamp(3rem, 18vw, 5.5rem);
  }

  .tagline {
    font-size: 1.02rem;
    max-width: 100%;
    padding: 0 0.15rem;
  }

  .hero-stats {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .stat {
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 0.9rem 1rem;
  }

  .stat-num {
    font-size: 1.75rem;
  }

  .stat-label {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .panel {
    padding: 1.15rem 1rem;
    border-radius: 16px;
    margin-bottom: 1rem;
  }

  .panel h2 {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .panel p,
  .house-rule,
  .blessings-lede,
  .tap-blurb,
  .game-panel .game-blurb {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hype-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hype-card {
    padding: 0.9rem 0.75rem;
  }

  .hype-val {
    font-size: 1.45rem;
  }

  .hype-desc {
    font-size: 0.76rem;
  }

  .blessing-stage {
    min-height: auto;
    padding: 1.1rem 0.85rem;
  }

  .blessing-he {
    font-size: clamp(1.2rem, 5vw, 1.55rem);
  }

  .blessing-en {
    font-size: 0.98rem;
  }

  .blessing-joke {
    font-size: 0.84rem;
  }

  .btn-bless,
  .btn-challah,
  .btn-mega,
  .btn-secondary,
  .btn-wa {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    padding-inline: 1rem;
  }

  .btn-challah {
    font-size: 1.05rem;
  }

  .tap-zone {
    overflow: hidden;
    padding-inline: 0.25rem;
  }

  .tap-float {
    font-size: 0.72rem;
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .game-canvas-wrap {
    max-width: 100%;
  }

  #vibeGame {
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
  }

  .game-hud {
    font-size: 0.88rem;
    flex-wrap: wrap;
    gap: 0.35rem;
  }

  .game-status {
    font-size: 0.85rem;
    line-height: 1.4;
    padding: 0 0.25rem;
  }

  .cta-text {
    font-size: 1rem;
    max-width: 100%;
    padding: 0 0.2rem;
  }

  .testimonials blockquote {
    font-size: 0.95rem;
    line-height: 1.55;
    word-break: break-word;
  }

  .checklist li {
    align-items: flex-start;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .chk {
    margin-top: 0.2rem;
  }

  .confetti-layer {
    opacity: 0.65;
  }

  .float-emoji {
    font-size: clamp(1.1rem, 5vw, 1.65rem);
    opacity: 0.38;
  }

  .float-spark {
    opacity: 0.5;
  }

  .mesh-bg {
    opacity: 0.9;
  }

  .carousel {
    gap: 0.25rem;
  }

  .carousel-arrow {
    width: 40px;
    min-height: 44px;
    font-size: 1.45rem;
    border-radius: 10px;
  }

  .carousel-slide {
    padding: 1rem 0.9rem;
  }

  .carousel-title {
    font-size: 1.2rem;
  }

  .carousel-hint {
    font-size: 0.78rem;
  }
}

@media screen and (max-width: 380px) {
  .hero {
    padding-top: calc(1.35rem + env(safe-area-inset-top, 0px));
  }

  .badge {
    font-size: 0.6rem;
    letter-spacing: 0.05em;
  }

  .btn-mega {
    font-size: 0.95rem;
    padding: 0.95rem 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .float-emoji {
    animation: none;
    opacity: 0.3;
  }

  .aurora {
    animation: none;
  }

  .mesh-bg {
    animation: none;
  }

  .confetti-layer {
    display: none;
  }

  .hebrew-greet--xl {
    animation: none;
  }

  .btn-mega {
    animation: none;
  }

  .stars {
    animation: none;
    opacity: 0.35;
  }

  .hero-ring {
    animation: none;
  }

  .hero h1 {
    animation: none;
  }

  .float-spark {
    animation: none;
    opacity: 0.45;
  }

  .anim-panel {
    opacity: 1;
    animation: none;
  }

  .checklist li {
    animation: none;
  }
}
