/* ==========================================================================
   OVEA Coming Soon — Premium Landing Page
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. LAYOUT & BACKGROUND
   -------------------------------------------------------------------------- */

.ovea-coming-soon-body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif;
  color: var(--ovea-text-primary, #1A0010);
  background: #FFFFFF;
  overflow-x: hidden;
}

.ovea-cs {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Floating gradient orbs */
.ovea-cs__orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.ovea-cs__orb--1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #FFB3D9 0%, transparent 70%);
  top: -120px;
  right: -100px;
  animation: ovea-cs-float 20s ease-in-out infinite;
}

.ovea-cs__orb--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #FFD6EF 0%, transparent 70%);
  bottom: -80px;
  left: -80px;
  animation: ovea-cs-float 25s ease-in-out infinite reverse;
}

.ovea-cs__orb--3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #FF2D9B22 0%, transparent 70%);
  top: 40%;
  left: 50%;
  animation: ovea-cs-float 18s ease-in-out infinite 5s;
}

@keyframes ovea-cs-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30px, -20px) scale(1.05); }
  66%      { transform: translate(-20px, 15px) scale(0.95); }
}

/* --------------------------------------------------------------------------
   2. CONTAINER
   -------------------------------------------------------------------------- */

.ovea-cs__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .ovea-cs__container {
    padding: 64px 32px;
  }
}

/* --------------------------------------------------------------------------
   3. LOGO
   -------------------------------------------------------------------------- */

.ovea-cs__logo {
  margin-bottom: 48px;
  opacity: 0;
  animation: ovea-cs-fadeUp 0.8s ease forwards 0.2s;
}

.ovea-cs__logo svg {
  height: 40px;
  width: auto;
}

.ovea-cs__logo-text {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #880044;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .ovea-cs__logo svg {
    height: 48px;
  }
}

/* --------------------------------------------------------------------------
   4. EYEBROW
   -------------------------------------------------------------------------- */

.ovea-cs__eyebrow {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FF2D9B;
  background: #FFF0F8;
  border: 1px solid #FFD6EF;
  border-radius: 100px;
  padding: 6px 20px;
  margin-bottom: 24px;
  opacity: 0;
  animation: ovea-cs-fadeUp 0.8s ease forwards 0.35s;
}

/* --------------------------------------------------------------------------
   5. TITLE
   -------------------------------------------------------------------------- */

.ovea-cs__title {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #1A0010;
  margin-bottom: 20px;
  opacity: 0;
  animation: ovea-cs-fadeUp 0.8s ease forwards 0.5s;
}

.ovea-cs__title em {
  display: block;
  font-style: normal;
  background: linear-gradient(135deg, #FF2D9B, #CC1A7A);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .ovea-cs__title {
    font-size: 3rem;
  }
}

/* --------------------------------------------------------------------------
   6. SUBTITLE
   -------------------------------------------------------------------------- */

.ovea-cs__subtitle {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #994477;
  max-width: 600px;
  margin: 0 auto 40px;
  opacity: 0;
  animation: ovea-cs-fadeUp 0.8s ease forwards 0.65s;
}

@media (min-width: 768px) {
  .ovea-cs__subtitle {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------------------------------
   7. FOUNDER MANIFEST
   -------------------------------------------------------------------------- */

.ovea-cs__manifest {
  text-align: left;
  background: #FFF0F8;
  border: 1px solid #FFD6EF;
  border-radius: 20px;
  padding: 32px 28px;
  margin-bottom: 48px;
  opacity: 0;
  animation: ovea-cs-fadeUp 0.8s ease forwards 0.8s;
  position: relative;
}

.ovea-cs__manifest-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF2D9B, #CC1A7A);
  color: #FFFFFF;
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(255, 45, 155, 0.25);
}

.ovea-cs__manifest-title {
  font-family: 'Nunito', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #880044;
  margin-bottom: 16px;
}

.ovea-cs__manifest p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #1A0010;
  margin-bottom: 12px;
}

.ovea-cs__manifest-author {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: 0.8rem;
  color: #994477;
  margin-top: 16px;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .ovea-cs__manifest {
    padding: 40px 36px;
  }
}

/* --------------------------------------------------------------------------
   8. PILLARS (keyword blocks)
   -------------------------------------------------------------------------- */

.ovea-cs__pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 48px;
  opacity: 0;
  animation: ovea-cs-fadeUp 0.8s ease forwards 0.95s;
}

@media (min-width: 768px) {
  .ovea-cs__pillars {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.ovea-cs__pillar {
  background: #FFFFFF;
  border: 1px solid #FFD6EF;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ovea-cs__pillar:hover {
  border-color: #FFB3D9;
  box-shadow: 0 4px 24px rgba(255, 45, 155, 0.12);
  transform: translateY(-2px);
}

.ovea-cs__pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #FFF0F8;
  color: #FF2D9B;
  margin-bottom: 12px;
}

.ovea-cs__pillar h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #880044;
  margin-bottom: 8px;
}

.ovea-cs__pillar p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #994477;
  margin: 0;
}

/* --------------------------------------------------------------------------
   9. SIGNUP SECTION
   -------------------------------------------------------------------------- */

.ovea-cs__signup {
  background: linear-gradient(135deg, #880044 0%, #CC1A7A 100%);
  border-radius: 24px;
  padding: 36px 24px;
  margin-bottom: 48px;
  opacity: 0;
  animation: ovea-cs-fadeUp 0.8s ease forwards 1.1s;
}

@media (min-width: 768px) {
  .ovea-cs__signup {
    padding: 48px 40px;
  }
}

.ovea-cs__lead-magnet {
  margin-bottom: 24px;
}

.ovea-cs__badge {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #880044;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 5px 16px;
  margin-bottom: 16px;
}

.ovea-cs__signup-title {
  font-family: 'Nunito', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 8px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .ovea-cs__signup-title {
    font-size: 1.6rem;
  }
}

.ovea-cs__lead-magnet-sub {
  font-family: 'DM Mono', monospace;
  font-size: 0.85rem;
  color: #FFB3D9;
  margin: 0;
}

.ovea-cs__signup-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #FFD6EF;
  max-width: 500px;
  margin: 0 auto 28px;
}

/* --------------------------------------------------------------------------
   10. FORM
   -------------------------------------------------------------------------- */

.ovea-cs__form-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 440px;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .ovea-cs__form-row {
    flex-direction: row;
    gap: 0;
  }
}

.ovea-cs__input {
  flex: 1;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  padding: 14px 20px;
  border: 2px solid transparent;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.95);
  color: #1A0010;
  outline: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  appearance: none;
}

.ovea-cs__input::placeholder {
  color: #CC88AA;
}

.ovea-cs__input:focus {
  border-color: #FF2D9B;
  box-shadow: 0 0 0 4px rgba(255, 45, 155, 0.2);
}

@media (min-width: 480px) {
  .ovea-cs__input {
    border-radius: 100px 0 0 100px;
  }
}

.ovea-cs__btn {
  position: relative;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 28px;
  border: none;
  border-radius: 100px;
  background: #FFFFFF;
  color: #880044;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  appearance: none;
}

.ovea-cs__btn:hover {
  background: #FFF0F8;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.ovea-cs__btn:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

.ovea-cs__btn:active {
  transform: translateY(0);
}

@media (min-width: 480px) {
  .ovea-cs__btn {
    border-radius: 0 100px 100px 0;
  }
}

/* Button loading state */
.ovea-cs__btn--loading .ovea-cs__btn-text {
  visibility: hidden;
}

.ovea-cs__btn-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #FFD6EF;
  border-top-color: #880044;
  border-radius: 50%;
  animation: ovea-cs-spin 0.6s linear infinite;
}

.ovea-cs__btn--loading .ovea-cs__btn-loader {
  display: block;
}

@keyframes ovea-cs-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Form message */
.ovea-cs__form-msg {
  font-size: 0.875rem;
  min-height: 1.4em;
  margin-top: 12px;
  color: #FFD6EF;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ovea-cs__form-msg--success {
  color: #FFFFFF;
  font-weight: 700;
}

.ovea-cs__form-msg--error {
  color: #FFCCCC;
}

/* Privacy note */
.ovea-cs__privacy {
  font-size: 0.8rem;
  color: #FFB3D9;
  margin-top: 16px;
}

/* --------------------------------------------------------------------------
   11. TRUST SIGNALS
   -------------------------------------------------------------------------- */

.ovea-cs__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-bottom: 48px;
  opacity: 0;
  animation: ovea-cs-fadeUp 0.8s ease forwards 1.2s;
}

.ovea-cs__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #994477;
  white-space: nowrap;
}

.ovea-cs__trust-item svg {
  color: #FF2D9B;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   12. FOOTER
   -------------------------------------------------------------------------- */

.ovea-cs__footer {
  padding-top: 24px;
  border-top: 1px solid #FFD6EF;
  opacity: 0;
  animation: ovea-cs-fadeUp 0.8s ease forwards 1.35s;
}

.ovea-cs__social {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}

.ovea-cs__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #880044;
  background: #FFF0F8;
  border: 1px solid #FFD6EF;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.ovea-cs__social-link:hover {
  color: #FFFFFF;
  background: #FF2D9B;
  border-color: #FF2D9B;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 45, 155, 0.3);
}

.ovea-cs__social-link:focus-visible {
  outline: 2px solid #FF2D9B;
  outline-offset: 2px;
}

.ovea-cs__copy {
  font-size: 0.8rem;
  color: #CC88AA;
  margin-bottom: 4px;
}

.ovea-cs__email {
  font-size: 0.85rem;
  color: #880044;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ovea-cs__email:hover {
  color: #FF2D9B;
}

.ovea-cs__email:focus-visible {
  outline: 2px solid #FF2D9B;
  outline-offset: 2px;
}

/* --------------------------------------------------------------------------
   12. ANIMATIONS
   -------------------------------------------------------------------------- */

@keyframes ovea-cs-fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .ovea-cs__orb,
  .ovea-cs__logo,
  .ovea-cs__eyebrow,
  .ovea-cs__title,
  .ovea-cs__subtitle,
  .ovea-cs__manifest,
  .ovea-cs__pillars,
  .ovea-cs__signup,
  .ovea-cs__trust,
  .ovea-cs__footer {
    animation: none;
    opacity: 1;
  }

  .ovea-cs__orb {
    animation: none;
  }

  .ovea-cs__pillar:hover,
  .ovea-cs__btn:hover,
  .ovea-cs__social-link:hover {
    transform: none;
  }
}
