/* Landing page specific styles */

.landing-hero {
  position: relative;
  padding: 80px 0 100px;
  background: var(--grad-hero);
  overflow: hidden;
}
.landing-hero::before, .landing-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.6;
  pointer-events: none;
}
.landing-hero::before {
  width: 380px; height: 380px;
  background: radial-gradient(circle, #ffb0c8, transparent 70%);
  top: -120px; left: -100px;
}
.landing-hero::after {
  width: 460px; height: 460px;
  background: radial-gradient(circle, #d2b8f0, transparent 70%);
  bottom: -180px; right: -120px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 60px; }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: .85rem;
  color: var(--rose-deep);
  font-weight: 600;
  margin-bottom: 22px;
  box-shadow: var(--shadow-soft);
}
.hero-eyebrow i { color: var(--rose); }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.6vw, 4.2rem);
  line-height: 1.05;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}
.hero-title em {
  font-style: italic;
  background: var(--grad-rose);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  font-size: 1.15rem;
  color: var(--text-soft);
  margin-bottom: 30px;
  max-width: 540px;
  line-height: 1.55;
}

.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-meta {
  margin-top: 26px;
  display: flex; gap: 20px; flex-wrap: wrap;
  color: var(--text-mute);
  font-size: .88rem;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta i { color: var(--ok); }

/* Hero visual: phone mockup */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-card {
  width: min(340px, 100%);
  background: var(--surface);
  border-radius: 36px;
  box-shadow: var(--shadow-hover);
  padding: 24px 22px 28px;
  position: relative;
  transform: rotate(-2deg);
  border: 1px solid var(--border);
}
.phone-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 28px;
  border: 1px dashed var(--border);
  pointer-events: none;
  opacity: 0.5;
}
.phone-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent-soft);
  color: var(--rose-deep);
  font-size: .75rem; font-weight: 600;
  padding: 4px 12px; border-radius: 999px;
  margin-bottom: 12px;
}
.phone-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.phone-label {
  font-size: .75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 12px;
}
.phone-timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.phone-timer div {
  background: var(--grad-soft);
  border-radius: var(--radius-sm);
  padding: 10px 4px;
}
.phone-timer .pt-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--grad-rose);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.phone-timer .pt-unit {
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-mute);
}
.phone-emergency {
  display: flex; align-items: center; gap: 10px;
  background: var(--grad-rose);
  color: #fff;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-size: .9rem;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(219,77,122,0.25);
}
.phone-emergency i { font-size: 1.1rem; }

/* Floating little badges around phone */
.floater {
  position: absolute;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 10px 14px;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  font-size: .82rem;
  color: var(--text);
  display: inline-flex; align-items: center; gap: 8px;
}
.floater i { color: var(--rose); }
.floater.f1 { top: 30px; left: -10px; transform: rotate(-6deg); }
.floater.f2 { bottom: 70px; right: -16px; transform: rotate(4deg); }
.floater.f3 { bottom: 0; left: 20px; transform: rotate(2deg); }
@media (max-width: 600px) {
  .floater.f1 { left: 0; }
  .floater.f2 { right: 0; }
}

/* Sections */
.section { padding: 80px 0; }
.section-soft { background: var(--surface); }
.section-warm { background: var(--bg-soft); }
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title h2 { margin-bottom: 12px; }
.section-title p {
  color: var(--text-soft);
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.05rem;
}
.section-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: .75rem;
  font-weight: 700;
  color: var(--rose);
  margin-bottom: 10px;
}

/* Features grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.feature {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: var(--border-2);
}
.feature-icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  background: var(--grad-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: var(--rose);
  margin-bottom: 16px;
}
.feature h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.1rem; margin-bottom: 8px; }
.feature p  { color: var(--text-soft); font-size: .95rem; line-height: 1.6; }

/* How it works */
.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.how-step {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 26px;
  position: relative;
  border: 1px solid var(--border);
}
.how-step .step-num {
  position: absolute;
  top: -16px; left: 22px;
  background: var(--grad-rose);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-soft);
}
.how-step h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.05rem; margin: 8px 0; }
.how-step p { color: var(--text-soft); font-size: .95rem; }

/* Privacy / security highlight */
.privacy-card {
  background: var(--grad-warm);
  border-radius: var(--radius-lg);
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  border: 1px solid var(--border);
}
@media (min-width: 800px) {
  .privacy-card { grid-template-columns: 1fr 1fr; padding: 60px; }
}
.privacy-card h2 { margin-bottom: 16px; }
.privacy-card ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.privacy-card li {
  display: flex; align-items: flex-start; gap: 12px;
  color: var(--text-soft); font-size: .95rem;
}
.privacy-card li i {
  color: var(--ok);
  font-size: 1.1rem;
  margin-top: 3px;
}
.privacy-visual {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 30px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
.privacy-visual .lock-emoji { font-size: 4rem; margin-bottom: 12px; }
.privacy-visual code {
  font-family: 'Monaco', 'SF Mono', monospace;
  background: var(--bg-soft);
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--rose-deep);
  font-size: .85rem;
}

/* CTA section */
.cta-section {
  background: var(--grad-rose);
  border-radius: var(--radius-lg);
  padding: 60px 40px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before, .cta-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  filter: blur(40px);
}
.cta-section::before { width: 300px; height: 300px; top: -100px; left: -80px; }
.cta-section::after  { width: 280px; height: 280px; bottom: -100px; right: -60px; }
.cta-section h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 14px; position: relative; }
.cta-section p  { color: rgba(255,255,255,0.9); margin-bottom: 28px; font-size: 1.05rem; position: relative; }
.cta-section .btn { position: relative; background: #fff; color: var(--rose-deep); }
.cta-section .btn:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }

/* FAQ */
.faq {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 26px;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--text);
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 10px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "\f067"; /* fa plus */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--rose);
  transition: transform .15s ease;
}
.faq-item[open] summary::after { content: "\f068"; }
.faq-item p {
  margin-top: 12px;
  color: var(--text-soft);
  font-size: .95rem;
  line-height: 1.6;
}

/* Hide nav on landing for very small screens but show CTAs */
@media (max-width: 767px) {
  .landing-hero { padding: 50px 0 70px; }
  .section { padding: 60px 0; }
  .cta-section { padding: 45px 24px; }
  .privacy-card { padding: 30px; }
}
