/*
Theme Name: Femcare App Landing
Theme URI: https://example.com/femcare
Author: Femcare
Author URI: https://example.com
Description: A clean, mobile-first WordPress landing page theme for the Femcare wellness app.
Version: 1.0.0
License: GPLv2 or later
Text Domain: femcare-app
*/

:root {
  --bg: #fff8fb;
  --text: #2b1421;
  --muted: #725665;
  --primary: #e84c8a;
  --primary-dark: #bf2e68;
  --soft: #ffe3ef;
  --card: #ffffff;
  --border: #f4bfd3;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a { color: inherit; }

.femcare-nav {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.femcare-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 20px;
}

.femcare-logo {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), #ff9ebf);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.femcare-menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.femcare-menu a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
}

.nav-cta {
  background: var(--text);
  color: white !important;
  padding: 10px 16px;
  border-radius: 999px;
}

.hero {
  width: min(1120px, 92%);
  margin: 40px auto 70px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
}

.eyebrow {
  color: var(--primary-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}

h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: .96;
  margin: 12px 0 22px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin: 10px 0 18px;
}

.subtext, .section p, .privacy p, .cta p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.primary {
  background: var(--primary);
  color: white;
}

.secondary {
  border: 1px solid var(--border);
  background: white;
  color: var(--text);
}

.note {
  color: var(--muted);
  font-size: 14px;
}

.phone-card {
  background: radial-gradient(circle at 30% 20%, #fff, #ffd7e6);
  border-radius: 42px;
  padding: 36px;
  box-shadow: 0 28px 80px rgba(232,76,138,.22);
}

.phone {
  width: min(340px, 100%);
  height: 620px;
  margin: 0 auto;
  border: 14px solid #1f1420;
  border-radius: 44px;
  background: white;
  overflow: hidden;
}

.phone-top {
  width: 120px;
  height: 24px;
  background: #1f1420;
  border-radius: 0 0 18px 18px;
  margin: 0 auto;
}

.app-screen { padding: 24px; }

.app-header {
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 20px;
}

.cycle-card {
  background: var(--soft);
  padding: 22px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cycle-card strong { font-size: 34px; }

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.mini-grid div {
  background: #fff7fb;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
}

.mini-grid small {
  display: block;
  color: var(--muted);
  margin-top: 6px;
}

.trust {
  width: min(1120px, 92%);
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.trust div {
  background: white;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  font-weight: 800;
}

.section, .split, .privacy, .cta {
  width: min(1120px, 92%);
  margin: 0 auto 80px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.cards article {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px;
}

.cards h3 { margin-top: 0; }

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 44px;
  background: #2b1421;
  color: white;
  padding: 42px;
  border-radius: 34px;
}

.split .eyebrow { color: #ffbad3; }

.steps { display: grid; gap: 16px; }

.steps div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  padding: 20px;
}

.steps span {
  color: #ffbad3;
  font-weight: 900;
}

.steps p {
  margin-bottom: 0;
  line-height: 1.6;
}

.privacy {
  background: white;
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 42px;
}

.text-link {
  color: var(--primary-dark);
  font-weight: 900;
}

.cta {
  text-align: center;
  background: linear-gradient(135deg, var(--primary), #ff9ebf);
  color: white;
  border-radius: 34px;
  padding: 50px 26px;
}

.cta p { color: white; }

.cta .hero-actions { justify-content: center; }

.femcare-footer {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 28px 0 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
}

@media (max-width: 820px) {
  .femcare-menu { display: none; }
  .hero, .split { grid-template-columns: 1fr; }
  .trust, .cards { grid-template-columns: 1fr; }
  .phone { height: 560px; }
  .femcare-footer { flex-direction: column; gap: 12px; }
}
