/* ============================================
   ROVET — Evcil Hayvan Asistanı landing
   ============================================ */

.rovet-page {
  --accent: #6cc99a;
  --accent-2: #e8d9b5;
  --bg: #0a130f;
  --bg-soft: #0f1a15;
  --green-deep: #2d4a3e;
  background:
    radial-gradient(ellipse 100% 60% at 50% -10%, rgba(108, 201, 154, 0.12), transparent 60%),
    var(--bg);
}

.rovet-page ::selection { background: #6cc99a; color: #06150e; }
.rovet-page .btn-accent { background: #6cc99a; color: #06150e; }
.rovet-page .btn-accent:hover { box-shadow: 0 12px 40px rgba(108, 201, 154, 0.4); }

.nav-divider { color: var(--ink-faint); font-weight: 400; }
.nav-app-name { color: #8fdcb4; }

section { padding: clamp(90px, 12vw, 160px) 0; }
.section-head { margin-bottom: clamp(48px, 7vw, 90px); }
.section-head .label { margin-bottom: 20px; color: #8fdcb4; }
.section-title { font-size: clamp(40px, 6vw, 88px); }

/* ---------- hero ---------- */
.rv-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 150px 0 80px;
  overflow: hidden;
}
.rv-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(40% 50% at 78% 38%, rgba(108, 201, 154, 0.16), transparent 70%),
    radial-gradient(30% 40% at 20% 80%, rgba(232, 217, 181, 0.06), transparent 70%);
}

.rv-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
  position: relative;
  z-index: 2;
}

.rv-eyebrow { margin-bottom: 26px; color: #8fdcb4; }

.rv-title { font-size: clamp(46px, 7vw, 104px); }
.rv-title em {
  font-style: normal;
  background: linear-gradient(110deg, #8fdcb4, #e8d9b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rv-sub {
  margin-top: 30px;
  max-width: 480px;
  color: var(--ink-dim);
  font-size: 18px;
}

.rv-hero-ctas {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

/* phone */
.rv-hero-phone {
  position: relative;
  display: flex;
  justify-content: center;
}
.rv-phone-glow {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: radial-gradient(circle at 50% 40%, rgba(108, 201, 154, 0.3), transparent 60%);
  filter: blur(20px);
  pointer-events: none;
}
.rv-hero-phone img {
  position: relative;
  width: min(300px, 70vw);
  border-radius: 40px;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(143, 220, 180, 0.18),
    0 0 80px rgba(108, 201, 154, 0.2);
}

.rv-marquee .marquee-track span::after { color: #e8d9b5; }

/* ---------- features ---------- */
.rv-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.rv-feature {
  padding: clamp(26px, 3.4vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.4s, background 0.4s, transform 0.5s var(--ease-out);
}
.rv-feature:hover {
  border-color: rgba(143, 220, 180, 0.4);
  background: rgba(108, 201, 154, 0.05);
  transform: translateY(-6px);
}
.rv-feature-icon { font-size: 28px; margin-bottom: 18px; }
.rv-feature h3 {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rv-feature p { color: var(--ink-dim); font-size: 15.5px; }

/* ---------- AI highlight ---------- */
.rv-ai { background: var(--bg-soft); }
.rv-ai-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.rv-ai-phone { display: flex; justify-content: center; }
.rv-ai-phone img {
  width: min(280px, 64vw);
  border-radius: 36px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(143, 220, 180, 0.16);
}
.rv-ai-copy .section-title { font-size: clamp(34px, 4.6vw, 64px); }
.rv-ai-note {
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(143, 220, 180, 0.22);
  background: rgba(108, 201, 154, 0.06);
  color: var(--ink-dim);
  font-size: 15px;
}
.rv-ai-note strong { color: var(--ink); }

/* ---------- screens ---------- */
.rv-screens { overflow: hidden; }
.rv-screens-track {
  display: flex;
  gap: 26px;
  padding: 0 4vw 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.rv-screens-track::-webkit-scrollbar { display: none; }
.rv-screens-track img {
  width: min(270px, 66vw);
  flex-shrink: 0;
  border-radius: 32px;
  scroll-snap-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(242, 240, 234, 0.08);
  transition: transform 0.5s var(--ease-out);
}
.rv-screens-track img:hover { transform: translateY(-10px); }

/* ---------- theme (light/dark) ---------- */
.rv-theme { background: var(--bg-soft); }
.rv-theme-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.rv-theme-shots {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.rv-theme-shots figure { margin: 0; text-align: center; }
.rv-theme-shots img {
  width: min(210px, 40vw);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(242, 240, 234, 0.08);
}
.rv-theme-shots figcaption {
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.rv-theme-copy .section-title { font-size: clamp(32px, 4.4vw, 60px); }
.rv-theme-copy p { color: var(--ink-dim); margin-top: 20px; max-width: 420px; }

/* ---------- download ---------- */
.rv-download { text-align: center; position: relative; overflow: hidden; }
.rv-download::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 80vw;
  height: 80vw;
  max-width: 900px;
  max-height: 900px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(108, 201, 154, 0.16), transparent 60%);
  pointer-events: none;
}
.rv-download-inner { position: relative; }
.rv-download .label { margin-bottom: 18px; color: #8fdcb4; }
.cta-title { font-size: clamp(44px, 7vw, 110px); margin-bottom: 40px; }
.btn-lg { padding: 20px 44px; font-size: 17px; }
.rv-download-note { margin-top: 22px; color: var(--ink-faint); font-size: 14px; }

@media (min-width: 861px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
}

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .rv-hero { padding-top: 120px; }
  .rv-hero-grid { grid-template-columns: 1fr; }
  .rv-hero-phone img { width: min(240px, 58vw); }
  .rv-feature-grid { grid-template-columns: 1fr; }
  .rv-ai-grid { grid-template-columns: 1fr; }
  .rv-ai-phone { order: -1; }
  .rv-theme-grid { grid-template-columns: 1fr; }
}
