* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Cairo", sans-serif;
  color: white;
  background: #0a0e2e;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse at 75% 85%, rgba(0,60,140,0.55) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 70%, rgba(0,100,200,0.3) 0%, transparent 45%),
    radial-gradient(circle at 20% 20%, #1b67ea 0%, #0047a5 45%, #00a8ea 100%);
}

.blue-flow-wave,
.bottom-navy-fade,
.hero-wave-lines,
.floating-icons,
.scroll-hint {
  pointer-events: none;
}

.blue-flow-wave {
  position: fixed;
  inset: -20%;
  z-index: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(255,255,255,0.12), transparent 34%), radial-gradient(ellipse at 78% 40%, rgba(0,168,234,0.22), transparent 38%);
  filter: blur(20px);
  opacity: 0.48;
  animation: blueFlow 24s ease-in-out infinite alternate;
}

.bottom-navy-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36rem;
  z-index: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(4,20,72,0.08) 34%, rgba(3,12,45,0.22) 68%, rgba(3,12,45,0.18) 100%);
  filter: blur(6px);
  opacity: 0.72;
}

.floating-icons {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.floating-icon {
  position: absolute;
  color: white;
  opacity: 0.1;
  animation: iconFloat var(--duration) ease-in-out infinite;
  animation-delay: var(--delay);
}

.hero {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7rem 1.25rem 0;
}

.hero-wave-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-wave-lines span {
  position: absolute;
  display: block;
  top: 13%;
  left: -24%;
  width: 150%;
  height: 18%;
  border-radius: 999px;
  background: radial-gradient(ellipse at 18% 50%, rgba(255,255,255,0.3), transparent 26%), linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.03) 14%, rgba(255,255,255,0.18) 34%, rgba(0,168,234,0.22) 52%, rgba(255,255,255,0.12) 70%, transparent 100%);
  filter: blur(8px);
  opacity: 0.46;
  mix-blend-mode: screen;
  animation: heroRibbon 28s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 100;
  display: flex;
  width: 100%;
  max-width: 64rem;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.45rem 1.1rem;
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  animation: introUp 0.45s ease-out both 0.05s;
}

.live-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 0 6px rgba(239,68,68,0.8);
  animation: dotBlink 1.2s ease-in-out infinite;
  flex-shrink: 0;
}

.headline {
  max-width: 64rem;
  margin: 0 0 1rem;
  font-size: clamp(2.55rem, 7.4vw, 5rem);
  font-weight: 900;
  line-height: 1.22;
  color: #ffffff;
}

.headline-line {
  display: inline-block;
  font-weight: 900;
  letter-spacing: -0.02em;
  animation: introUp 0.55s ease-out both 0.12s;
}
.headline-gold { display: inline-block; animation: introUp 0.55s ease-out both 0.2s; background: linear-gradient(90deg, #d4af37 0%, #e8cc6a 50%, #d4af37 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.summer-word { position: relative; display: inline-block; color: #e8cc6a; -webkit-text-fill-color: #e8cc6a; }
.summer-word span { display: none; }

.speakers-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-bottom: 2rem;
  z-index: 10;
}

.speakers-label {
  margin: 0 0 0.25rem;
  color: rgba(255,255,255,0.45);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: introUp 0.45s ease-out both 0.18s;
}

.event-pills {
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin: 0 auto 2rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.88rem;
  animation: introUp 0.45s ease-out both 0.28s;
}

.event-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.event-pill:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.28); }

.event-icon { font-size: 1rem; }
.dot { display: none; width: 0.25rem; height: 0.25rem; border-radius: 999px; background: #d4af37; }

.hero-subtitle {
  max-width: 38rem;
  margin: 0 auto 1.75rem;
  color: rgba(255,255,255,0.72);
  font-size: clamp(1rem, 2.6vw, 1.15rem);
  line-height: 1.8;
  animation: introUp 0.45s ease-out both 0.24s;
  text-shadow: 0 1px 8px rgba(0,0,0,0.2);
}

.primary-cta {
  position: relative;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 3.75rem;
  border-radius: 999px;
  padding: 1rem 2.75rem;
  background: linear-gradient(135deg, #d4af37 0%, #e8cc6a 100%);
  color: #0a0e2e;
  cursor: pointer;
  pointer-events: auto;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 34px rgba(212,175,55,0.42), 0 0 0 1px rgba(255,255,255,0.18) inset;
  isolation: isolate;
  transition: transform 0.22s ease-out, box-shadow 0.22s ease-out;
  animation: introUp 0.45s ease-out both 0.32s, ctaPulse 2.45s ease-in-out 1s infinite;
}

.primary-cta::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(232,204,106,0.32), transparent 68%);
  opacity: 0.55;
  transform: scale(0.96);
  animation: ctaHalo 2.45s ease-in-out 1s infinite;
  pointer-events: none;
}

.primary-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
}

.primary-cta * {
  pointer-events: none;
}

.primary-cta:hover,
.primary-cta:focus-visible {
  transform: translateY(-4px) scale(1.055);
  box-shadow: 0 18px 46px rgba(212,175,55,0.52), 0 0 0 2px rgba(255,255,255,0.28) inset;
}

.primary-cta:focus-visible { outline: 3px solid rgba(255,255,255,0.42); outline-offset: 4px; }
.primary-cta:active { transform: scale(0.97); }

.cta-arrow {
  display: inline-block;
  margin-right: 0.35rem;
  font-size: 1.1em;
  animation: arrowBounce 1.4s ease-in-out infinite;
}

.speaker-row {
  position: relative;
  z-index: 10;
  pointer-events: auto;
  display: grid;
  width: 100%;
  max-width: 44rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 1.5rem;
  padding: 0.75rem 2rem 0.25rem;
}

.speaker-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.1s linear, opacity 0.1s linear;
  min-width: 0;
}

.speaker-image {
  position: relative;
  width: min(100%, 220px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 4px solid #d4af37;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(212,175,55,0.12), 0 0 40px rgba(212,175,55,0.3), 0 12px 36px rgba(0,0,0,0.38);
  transition: box-shadow 0.3s ease;
}
.speaker-card:hover .speaker-image {
  box-shadow: 0 0 0 8px rgba(212,175,55,0.18), 0 0 56px rgba(212,175,55,0.44), 0 16px 44px rgba(0,0,0,0.44);
}

.speaker-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.speaker-card h3 { margin: 1rem 0 0.4rem; color: white; font-size: 1.35rem; font-weight: 800; text-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.speaker-card p { margin: 0; display: inline-block; color: #d4af37; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: rgba(212,175,55,0.1); border: 1px solid rgba(212,175,55,0.28); border-radius: 999px; padding: 0.22rem 0.8rem; }

.sponsor-block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.1s linear;
}

.sponsor-block > span {
  color: rgba(255,255,255,0.45);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sponsor-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  animation: logoReveal 0.65s ease-out both 0.1s;
  transition: opacity 0.25s ease;
}

.sponsor-logo:hover { opacity: 0.85; }

.sponsor-logo img {
  width: 130px;
  height: 48px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.hero-sponsors { animation: introUp 0.45s ease-out both 0.42s; }

.scroll-hint { position: absolute; z-index: 1; bottom: 2rem; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.25); animation: bounce 1.2s infinite; pointer-events: none; }

.registration {
  position: relative;
  z-index: 10;
  padding: 3rem 1.25rem 8rem;
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 0.45s ease-out, transform 0.45s ease-out;
}

.registration::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse at 50% 30%, rgba(212,175,55,0.06) 0%, transparent 65%);
  pointer-events: none;
}

.registration.visible { opacity: 1; transform: translateY(0); }
.section-header { margin-bottom: 2.5rem; text-align: center; }
.section-header h2 { margin: 0 0 0.25rem; color: white; font-size: clamp(1.875rem, 6vw, 3rem); font-weight: 900; text-shadow: 0 4px 20px rgba(0,0,0,0.3); letter-spacing: -0.01em; }
.header-line { width: 3.5rem; height: 3px; margin: 1.1rem auto 0; border-radius: 999px; background: linear-gradient(90deg, #d4af37, #e8cc6a); box-shadow: 0 0 12px rgba(212,175,55,0.4); }
.limited-badge { display: inline-flex; align-items: center; gap: 0.5rem; margin: 0 0 0.75rem; border: 1px solid rgba(212,175,55,0.38); border-radius: 999px; background: rgba(212,175,55,0.08); padding: 0.5rem 1.25rem; color: #e8cc6a; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; box-shadow: 0 0 14px rgba(212,175,55,0.14); }
.limited-badge::before { content: "●"; font-size: 0.6rem; color: rgba(212,175,55,0.7); }

.form-card {
  position: relative;
  max-width: 34rem;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 1.25rem;
  background: linear-gradient(160deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.05) 100%);
  box-shadow: 0 24px 60px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,0.12), 0 0 40px rgba(212,175,55,0.1), inset 0 0 20px rgba(255,255,255,0.03);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 2rem;
}

.form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #d4af37 30%, #e8cc6a 50%, #d4af37 70%, transparent 100%);
  border-radius: 1.25rem 1.25rem 0 0;
}

.registration-form { display: flex; flex-direction: column; gap: 1.1rem; }
.field-group label { display: block; margin-bottom: 0.45rem; color: rgba(255,255,255,0.9); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.02em; }
.field-group label span { color: #e8cc6a; margin-right: 0.1rem; }
.field-group label small { color: rgba(255,255,255,0.75); font-size: inherit; }
.field-helper { margin: -0.2rem 0 0.45rem; color: rgba(255,255,255,0.5); font-size: 0.76rem; line-height: 1.5; }
.field-group input,
.field-group select {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 0.75rem;
  background: rgba(255,255,255,0.1);
  padding: 0.8rem 1rem;
  color: white;
  font: inherit;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.field-group input::placeholder { color: rgba(255,255,255,0.38); }
.field-group input:focus,
.field-group select:focus {
  border-color: rgba(232,204,106,0.7);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 0 0 3px rgba(232,204,106,0.1), 0 0 18px rgba(212,175,55,0.1);
}
.field-group select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='rgba(232,204,106,0.7)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left 1rem center; }
.field-group select option { background: #141940; color: white; }
.field-group input[dir="ltr"] { text-align: left; }
.other-field { animation: fieldIn 0.25s ease-out; }
.divider { height: 1px; width: 100%; margin: 0.75rem 0 0.25rem; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent); }

.submit-button {
  width: 100%;
  border: 0;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #d4af37 0%, #e8cc6a 50%, #d4af37 100%);
  background-size: 200% auto;
  color: #0a0e2e;
  cursor: pointer;
  font: inherit;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  padding: 1rem;
  box-shadow: 0 10px 30px rgba(212,175,55,0.38), 0 0 0 1px rgba(255,255,255,0.14) inset;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, background-position 0.4s ease;
}
.submit-button:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(212,175,55,0.52), 0 0 0 1px rgba(255,255,255,0.22) inset; background-position: right center; }
.submit-button:active { transform: scale(0.98); }
.submit-button:disabled { cursor: not-allowed; opacity: 0.65; }
.form-error { margin: 0; color: #fca5a5; text-align: center; font-size: 0.875rem; background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.2); border-radius: 0.5rem; padding: 0.65rem 1rem; }
.form-note { margin: 0; color: rgba(255,255,255,0.38); text-align: center; font-size: 0.78rem; line-height: 1.6; }
.form-note::before { content: "✓ "; color: rgba(134,239,172,0.7); }

.success-card { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.25rem; border: 1px solid rgba(110,231,183,0.25); border-radius: 1rem; background: linear-gradient(160deg, rgba(16,185,129,0.12), rgba(255,255,255,0.03)); padding: 1.5rem; text-align: center; box-shadow: 0 22px 52px rgba(0,0,0,0.2), 0 0 28px rgba(16,185,129,0.14), inset 0 0 18px rgba(16,185,129,0.05); animation: successIn 0.42s ease-out; }
.success-icon { display: flex; width: 4rem; height: 4rem; align-items: center; justify-content: center; border: 1px solid rgba(110,231,183,0.5); border-radius: 999px; background: rgba(16,185,129,0.12); color: #86efac; box-shadow: 0 0 22px rgba(16,185,129,0.22); }
.success-copy { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.success-copy h3 { margin: 0; color: white; font-size: 1.5rem; font-weight: 900; }
.success-copy p { max-width: 28rem; margin: 0; color: rgba(255,255,255,0.72); font-size: 0.875rem; line-height: 1.75; }
.success-copy .success-lead { color: rgba(255,255,255,0.85); font-size: 1rem; font-weight: 600; }
.success-copy strong { color: #86efac; font-size: 1rem; }

.footer { position: relative; z-index: 20; background: linear-gradient(180deg, rgba(3,10,40,0.0) 0%, rgba(3,10,40,1) 100%), #040d2e; border-top: 1px solid rgba(255,255,255,0.06); padding: 3rem 1.5rem; }
.footer-inner { max-width: 64rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.footer img { width: 160px; height: 52px; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.7; }
.footer-divider { width: 4rem; height: 1px; background: linear-gradient(90deg, transparent, rgba(212,175,55,0.4), transparent); }
.footer p { margin: 0; color: rgba(255,255,255,0.3); text-align: center; font-size: 0.8rem; letter-spacing: 0.04em; }

[hidden] { display: none !important; }

.website-fab {
  position: fixed;
  bottom: 14.5rem;
  left: 1.75rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0047a5 0%, #1b67ea 100%);
  color: white;
  box-shadow: 0 4px 20px rgba(27,103,234,0.45), 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  animation: introUp 0.5s ease-out both 1.2s;
}

.website-fab:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 28px rgba(27,103,234,0.6), 0 4px 12px rgba(0,0,0,0.22);
}

.facebook-fab {
  position: fixed;
  bottom: 10.25rem;
  left: 1.75rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: #1877f2;
  color: white;
  box-shadow: 0 4px 20px rgba(24,119,242,0.45), 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  animation: introUp 0.5s ease-out both 1.1s;
}

.facebook-fab:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 28px rgba(24,119,242,0.6), 0 4px 12px rgba(0,0,0,0.22);
}

.messenger-fab {
  position: fixed;
  bottom: 6rem;
  left: 1.75rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0099ff 0%, #a833ff 100%);
  color: white;
  box-shadow: 0 4px 20px rgba(0,153,255,0.45), 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  animation: introUp 0.5s ease-out both 1s;
}

.messenger-fab:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 28px rgba(0,153,255,0.6), 0 4px 12px rgba(0,0,0,0.22);
}

.whatsapp-fab {
  position: fixed;
  bottom: 1.75rem;
  left: 1.75rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: #25d366;
  color: white;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45), 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  animation: introUp 0.5s ease-out both 0.8s;
}

.whatsapp-fab:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 28px rgba(37,211,102,0.6), 0 4px 12px rgba(0,0,0,0.22);
}

@media (min-width: 768px) {
  .dot { display: block; }
  .speaker-row { gap: 3.5rem; max-width: 46rem; padding: 1rem 3rem 0.5rem; }
  .speaker-image { width: min(100%, 230px); }
  .form-card { padding: 3rem; }
}

@media (max-width: 767px) {
  .blue-flow-wave,
  .bottom-navy-fade { display: none; }
  .hero { padding-top: 5rem; }
  .speakers-section { padding-bottom: 1.5rem; }
  .speaker-row { padding: 0.5rem 1.5rem 0.25rem; gap: 1rem; }
  .speaker-image { width: min(100%, 160px); }
  .speaker-card h3 { font-size: 1.05rem; }
  .hero-wave-lines span { filter: blur(4px); opacity: 0.22; animation-duration: 36s; }
  .registration { padding-top: 4rem; padding-bottom: 6rem; }
  .headline-line { letter-spacing: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

@keyframes introUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes underlineIn { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }
@keyframes logoReveal { from { opacity: 0.7; clip-path: inset(0 100% 0 0); } to { opacity: 1; clip-path: inset(0 0 0 0); } }
@keyframes iconFloat { 0%, 100% { opacity: 0.08; transform: translateY(0); } 50% { opacity: 0.14; transform: translateY(-18px); } }
@keyframes blueFlow { from { transform: translate3d(-3%, 2%, 0) scale(1); } to { transform: translate3d(4%, -3%, 0) scale(1.05); } }
@keyframes heroRibbon { from { transform: translate3d(-5%, 2%, 0) rotate(-10deg) scaleX(0.98) skewX(-8deg); } to { transform: translate3d(6%, -4%, 0) rotate(-7deg) scaleX(1.08) skewX(7deg); } }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-8px); } }
@keyframes fieldIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes successIn { from { opacity: 0; transform: translateY(52px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ctaPulse { 0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 10px 34px rgba(212,175,55,0.42), 0 0 0 1px rgba(255,255,255,0.18) inset; } 50% { transform: translateY(-3px) scale(1.026); box-shadow: 0 17px 46px rgba(212,175,55,0.56), 0 0 0 1px rgba(255,255,255,0.24) inset; } }
@keyframes ctaHalo { 0%, 100% { opacity: 0.42; transform: scale(0.94); } 50% { opacity: 0.72; transform: scale(1.08); } }
@keyframes badgePulse { 0%, 100% { box-shadow: 0 0 14px rgba(212,175,55,0.18); } 50% { box-shadow: 0 0 26px rgba(212,175,55,0.42), 0 0 50px rgba(212,175,55,0.12); } }
@keyframes dotBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }
@keyframes arrowBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(3px); } }
