/* ============================================
   APP PAGE — Styles
   ============================================ */

/* Hero */
.app-hero {
  background: var(--yellow);
  border-bottom: var(--border-thick);
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: calc(var(--floating-header-current) + var(--landing-hero-gap)) 2rem 100px;
  position: relative;
  overflow: hidden;
}
.app-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(91,191,234,0.22), rgba(255,255,255,0));
  pointer-events: none;
}
.app-item-cartoons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.app-item-cartoon {
  position: absolute;
  animation: bobFloat 4s ease-in-out infinite;
}
.app-item-a { right: 4.5%; top: 38%; animation-delay: -.5s; }
.app-item-b { left: 8%; bottom: 20%; animation-delay: -1.1s; }
.app-item-c { right: 16%; bottom: 12%; animation-delay: -.2s; }
.app-item-cartoon svg { width: 24px; height: 24px; display: block; }
.app-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

/* Coming Soon Badge */
.app-coming-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  color: var(--yellow);
  font-family: var(--font-head);
  font-size: 0.95rem;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
}
.badge-dot {
  width: 10px; height: 10px;
  background: var(--green);
  border-radius: 50%;
  animation: pulse 1.2s ease-in-out infinite;
  display: inline-block;
}

.app-title {
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.05;
  color: var(--black);
  -webkit-text-stroke: 1.5px var(--black);
  margin-bottom: 1.2rem;
}
.app-title span {
  color: var(--blue);
  -webkit-text-stroke: 1.5px var(--black);
  display: block;
}
.app-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 2rem;
  opacity: 0.85;
}

/* Countdown */
.countdown-wrap {
  background: var(--black);
  border-radius: var(--radius-xl);
  padding: 1.2rem 1.8rem;
  margin-bottom: 2rem;
  border: var(--border-thick);
  display: inline-block;
}
.countdown-label {
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--white);
  opacity: 0.7;
  margin-bottom: 0.55rem;
}
.launch-window-copy {
  font-family: var(--font-head);
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  line-height: 1;
  color: var(--yellow);
  letter-spacing: 1px;
}
.countdown-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown-num {
  font-family: var(--font-head);
  font-size: 2.8rem;
  color: var(--yellow);
  line-height: 1;
  min-width: 64px;
  text-align: center;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 4px 8px;
}
.countdown-label-sm {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--white);
  opacity: 0.6;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.countdown-sep {
  font-family: var(--font-head);
  font-size: 2rem;
  color: var(--yellow);
  margin-bottom: 18px;
}

/* Email form */
.app-notify-form {
  background: rgba(255,255,255,0.5);
  border: var(--border-thick);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  margin-bottom: 1.8rem;
  backdrop-filter: blur(4px);
}
.notify-row {
  display: flex;
  gap: 0.6rem;
}
.notify-email {
  flex: 1;
  padding: 12px 20px;
  border: var(--border);
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  outline: none;
  cursor: none;
  background: var(--white);
}
.notify-fine {
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0.55;
  margin-top: 0.6rem;
}

/* Store badges */
.store-badges {
  display: flex;
  gap: 1rem;
}
.store-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--black);
  border: var(--border-thick);
  border-radius: var(--radius);
  padding: 10px 20px;
  cursor: none;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.store-badge:hover { opacity: 1; }
.store-badge > span { font-size: 1.8rem; }
.store-badge small { display: block; font-size: 0.72rem; color: var(--white); opacity: 0.65; }
.store-badge strong { display: block; font-family: var(--font-head); font-size: 1rem; color: var(--white); }

/* App Visual */
.app-phone-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem;
}
.app-visual-card {
  width: min(460px, 100%);
  background: var(--white);
  border: var(--border-thick);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
}
.app-visual-logo {
  width: clamp(150px, 40%, 210px);
  justify-self: center;
}
.app-visual-copy {
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1.5;
  opacity: 0.78;
  text-align: center;
}
.app-visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.app-visual-tile {
  min-height: 120px;
  border: 2px solid var(--black);
  border-radius: 16px;
  background: linear-gradient(160deg, #fffef7 0%, #ffeeb6 100%);
  font-family: var(--font-head);
  font-size: 1rem;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 0 rgba(17,17,17,.12);
}
.app-visual-note {
  text-align: center;
  font-family: var(--font-head);
  font-size: 0.92rem;
  letter-spacing: 0.6px;
}

/* Features */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.feature-card {
  padding: 2rem 1.5rem;
  border-radius: var(--radius-xl);
  text-align: center;
}
.feature-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  font-family: var(--font-head);
  font-size: 1.1rem;
  box-shadow: 3px 3px 0 var(--black);
}
.feature-card h3 { font-family: var(--font-head); font-size: 1.3rem; margin-bottom: 0.6rem; }
.feature-card p  { font-weight: 700; font-size: 0.95rem; line-height: 1.6; opacity: 0.8; }

/* Steps */
.steps-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.step-item {
  background: rgba(255,255,255,0.07);
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-xl);
  padding: 2rem 1.8rem;
  text-align: center;
  flex: 1;
  max-width: 260px;
}
.step-num {
  font-family: var(--font-head);
  font-size: 0.85rem;
  color: var(--yellow);
  opacity: 0.6;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}
.step-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.12);
  margin: 0 auto 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  font-family: var(--font-head);
  font-size: 1.1rem;
}
.step-item h3 { font-family: var(--font-head); font-size: 1.3rem; color: var(--yellow); margin-bottom: 0.6rem; }
.step-item p  { font-weight: 700; font-size: 0.9rem; color: var(--white); opacity: 0.7; line-height: 1.6; }
.step-arrow { font-size: 2.5rem; color: var(--yellow); opacity: 0.5; font-family: var(--font-head); flex-shrink: 0; }

/* Big notify */
.notify-row-big {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.notify-email-big {
  padding: 16px 28px;
  border: var(--border-thick);
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.1rem;
  outline: none;
  cursor: none;
  background: var(--white);
  width: 320px;
  max-width: 100%;
}

/* Responsive */
@media (max-width: 900px) {
  .app-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .app-item-a { top: 16%; }
  .app-item-c { display: none; }
  .app-phone-wrap { margin-top: 2rem; }
  .app-coming-badge { justify-content: center; }
  .store-badges { justify-content: center; }
  .notify-row { flex-direction: column; }
  .notify-email { border-radius: var(--radius); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-row { flex-direction: column; }
  .step-arrow { transform: rotate(90deg); }
}
@media (max-width: 500px) {
  .features-grid { grid-template-columns: 1fr; }
  .store-badges { flex-direction: column; align-items: center; }
}
