/* Savvy By Nature — company site (Apple Developer legitimacy) */
:root {
  --ink: #0c172f;
  --navy: #1c2c49;
  --slate: #45556c;
  --muted: #62748e;
  --line: #e4e7e5;
  --sand: #f4f1ed;
  --cream: #fbfaf8;
  --white: #ffffff;
  --brand: #698186;
  --brand-dark: #556a6e;
  --accent: #9ea494;
  --bm: #0c172f;
  --radius: 16px;
  --shadow: 0 18px 50px rgba(12, 23, 47, 0.08);
  --font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
  --display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--brand-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }

/* Nav */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 250, 248, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.85rem 0; gap: 1rem;
}
.brand {
  display: flex; align-items: center; gap: 0.65rem;
  color: var(--ink); text-decoration: none; font-weight: 600;
}
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand span { letter-spacing: -0.02em; }
.nav-links {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 1.1rem;
  list-style: none; font-size: 0.95rem;
}
.nav-links a { color: var(--slate); text-decoration: none; font-weight: 500; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.4rem; padding: 0.7rem 1.15rem; border-radius: 999px;
  font-weight: 600; font-size: 0.95rem; text-decoration: none !important;
  border: 1px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--ink); color: #fff !important; }
.btn-primary:hover { background: var(--navy); }
.btn-secondary { background: #fff; color: var(--ink) !important; border-color: var(--line); }
.btn-secondary:hover { border-color: var(--muted); }
.btn-sm { padding: 0.5rem 0.9rem; font-size: 0.88rem; }

/* Hero */
.hero {
  padding: 3.5rem 0 2.5rem;
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 2.5rem; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brand); margin-bottom: 0.85rem;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  line-height: 1.12; letter-spacing: -0.02em; margin-bottom: 1rem;
}
.lead { font-size: 1.12rem; color: var(--slate); max-width: 36rem; margin-bottom: 1.5rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.5rem; }
.trust {
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.2rem;
  font-size: 0.88rem; color: var(--muted);
}
.trust strong { color: var(--ink); font-weight: 600; }

.phone-card {
  background: linear-gradient(165deg, #1c2c49 0%, #0c172f 55%, #243447 100%);
  border-radius: 28px; padding: 1.4rem 1.4rem 1.6rem;
  box-shadow: var(--shadow); color: #fff; position: relative; overflow: hidden;
}
.phone-card::before {
  content: ""; position: absolute; inset: auto -20% -30% 40%;
  height: 70%; background: radial-gradient(circle, rgba(158,164,148,0.35), transparent 65%);
  pointer-events: none;
}
.phone-top {
  display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; position: relative;
}
.phone-top img {
  width: 56px; height: 56px; border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.phone-top h2 { font-size: 1.25rem; font-weight: 700; }
.phone-top p { font-size: 0.88rem; color: rgba(255,255,255,0.72); }
.phone-screen {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px; padding: 1rem; position: relative;
}
.phone-screen img {
  width: 100%; max-height: 320px; object-fit: cover; object-position: top;
  border-radius: 12px; opacity: 0.95;
}
.pill-row { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.9rem; position: relative; }
.pill {
  font-size: 0.75rem; font-weight: 600; padding: 0.3rem 0.6rem; border-radius: 999px;
  background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.9);
}

/* Sections */
section { padding: 3rem 0; }
.section-head { margin-bottom: 1.5rem; max-width: 40rem; }
.section-head h2 {
  font-family: var(--display); font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  letter-spacing: -0.02em; margin-bottom: 0.5rem;
}
.section-head p { color: var(--slate); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.25rem 1.3rem; box-shadow: 0 1px 0 rgba(12,23,47,0.02);
}
.card h3 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.card p { color: var(--slate); font-size: 0.95rem; }
.card .num {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; color: var(--brand);
  margin-bottom: 0.5rem;
}

.product-band {
  background: var(--sand); border-block: 1px solid var(--line);
}
.product-layout {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem; align-items: start;
}
.feature-list { list-style: none; margin-top: 1rem; }
.feature-list li {
  display: grid; grid-template-columns: 18px 1fr; gap: 0.65rem;
  padding: 0.55rem 0; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 0.95rem;
}
.feature-list li:last-child { border-bottom: 0; }
.feature-list li::before {
  content: ""; width: 10px; height: 10px; margin-top: 0.4rem;
  border-radius: 50%; background: var(--brand);
}

.disclaimer {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 1rem 1.15rem; font-size: 0.88rem; color: var(--muted); margin-top: 1.25rem;
}

.company-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.85rem;
}
.stat {
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  padding: 1rem; text-align: center;
}
.stat strong { display: block; font-size: 0.95rem; color: var(--ink); }
.stat span { font-size: 0.8rem; color: var(--muted); }

.cta-band {
  background: var(--ink); color: #fff; border-radius: 24px; padding: 2rem 1.75rem;
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
}
.cta-band h2 { font-family: var(--display); font-size: 1.6rem; letter-spacing: -0.02em; }
.cta-band p { color: rgba(255,255,255,0.75); max-width: 28rem; margin-top: 0.35rem; }
.cta-band .btn-primary { background: #fff; color: var(--ink) !important; }

/* Footer */
.site-footer {
  margin-top: 2rem; border-top: 1px solid var(--line);
  padding: 2rem 0 2.5rem; color: var(--muted); font-size: 0.9rem;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 1.5rem;
}
.site-footer h4 { color: var(--ink); font-size: 0.85rem; margin-bottom: 0.6rem; }
.site-footer ul { list-style: none; }
.site-footer li { margin: 0.35rem 0; }
.site-footer a { color: var(--slate); }
.legal-line { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: 0.82rem; }

/* Inner pages */
.page-hero { padding: 2.5rem 0 1rem; }
.page-hero h1 {
  font-family: var(--display); font-size: clamp(1.9rem, 3vw, 2.5rem);
  letter-spacing: -0.02em; margin-bottom: 0.5rem;
}
.page-hero p { color: var(--slate); max-width: 40rem; }
.prose { max-width: 720px; }
.prose h2 { font-size: 1.2rem; margin: 1.6rem 0 0.5rem; }
.prose p, .prose li { color: var(--slate); margin-bottom: 0.75rem; }
.prose ul { padding-left: 1.2rem; margin-bottom: 1rem; }

.contact-box {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem; max-width: 480px;
}
.contact-box dt { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brand); margin-top: 0.9rem; }
.contact-box dd { color: var(--ink); margin-top: 0.2rem; }
.contact-box dt:first-child { margin-top: 0; }

@media (max-width: 900px) {
  .hero-grid, .product-layout, .footer-grid, .grid-3, .company-strip, .grid-2 {
    grid-template-columns: 1fr;
  }
  .page-hero .wrap[style*="grid"] { grid-template-columns: 1fr !important; }
  .nav-links { gap: 0.5rem; font-size: 0.85rem; }
}
