:root {
  --sage: #3d6b5a;
  --sage-light: #eaf4ef;
  --sage-mid: #7aaa95;
  --warm: #f7f3ee;
  --warm-dark: #e8e0d5;
  --charcoal: #1e2a24;
  --muted: #6b7b72;
  --accent: #c46b3a;
  --accent-light: #fdf0e8;
  --white: #ffffff;
  --gold: #b8963e;
  --nav-h: 68px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--warm);
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
main { padding-top: var(--nav-h); }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(247,243,238,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--warm-dark);
  height: var(--nav-h);
  display: flex; align-items: center;
}
.nav-inner {
  max-width: 1140px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; gap: 2rem; width: 100%;
}
.nav-logo {
  font-family: 'Lora', serif; font-size: 1.3rem; font-weight: 600;
  color: var(--sage); text-decoration: none; flex-shrink: 0;
}
.nav-logo span { color: var(--accent); }
.nav-links {
  display: flex; gap: 0.25rem; list-style: none; flex: 1; flex-wrap: wrap;
}
.nav-hamburger { display: none; }
.nav-links a {
  padding: 0.4rem 0.85rem; border-radius: 6px;
  text-decoration: none; color: var(--muted); font-size: 0.9rem; font-weight: 500;
  transition: all 0.15s; white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { background: var(--sage-light); color: var(--sage); }
.nav-cta {
  background: var(--sage); color: var(--white) !important;
  padding: 0.45rem 1.1rem; border-radius: 8px; font-weight: 600;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--charcoal) !important; color: var(--white) !important; }

/* HERO */
.hero {
  background: linear-gradient(135deg, #eaf4ef 0%, #f7f3ee 60%, #fdf0e8 100%);
  padding: 5rem 2rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(61,107,90,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  display: inline-block;
  background: var(--sage-light); color: var(--sage);
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.35rem 1rem; border-radius: 20px; margin-bottom: 1.5rem;
  border: 1px solid rgba(61,107,90,0.2);
}
.hero h1 {
  font-family: 'Lora', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 600; line-height: 1.2;
  color: var(--charcoal); max-width: 780px; margin: 0 auto 1.5rem;
}
.hero h1 em { font-style: italic; color: var(--sage); }
.hero-sub {
  font-size: 1.15rem; color: var(--muted); max-width: 580px;
  margin: 0 auto 2.5rem; font-weight: 300;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--sage); color: var(--white);
  padding: 0.85rem 2rem; border-radius: 10px; font-weight: 600;
  text-decoration: none; font-size: 1rem; border: none; cursor: pointer;
  transition: all 0.2s; display: inline-block;
}
.btn-primary:hover { background: var(--charcoal); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--sage);
  padding: 0.85rem 2rem; border-radius: 10px; font-weight: 600;
  text-decoration: none; font-size: 1rem;
  border: 1.5px solid var(--sage); cursor: pointer;
  transition: all 0.2s; display: inline-block;
}
.btn-outline:hover { background: var(--sage-light); }

/* APP MOCKUP */
.mockup-wrap {
  max-width: 900px; margin: 3.5rem auto 0;
  background: var(--charcoal); border-radius: 20px;
  padding: 2px; box-shadow: 0 40px 80px rgba(30,42,36,0.18);
}
.mockup-bar {
  background: #2d3d35; border-radius: 18px 18px 0 0;
  padding: 10px 16px; display: flex; gap: 7px; align-items: center;
}
.dot { width: 12px; height: 12px; border-radius: 50%; }
.dot.r { background: #ff5f57; }
.dot.y { background: #febc2e; }
.dot.g { background: #28c840; }
.mockup-url {
  flex: 1; background: rgba(255,255,255,0.08); border-radius: 6px;
  padding: 4px 10px; font-size: 12px; color: rgba(255,255,255,0.5);
  text-align: center; margin: 0 8px;
}
.mockup-screen {
  background: var(--warm); border-radius: 0 0 18px 18px;
  overflow: hidden;
}
.app-topbar {
  background: var(--white); padding: 1rem 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--warm-dark);
}
.app-logo-sm { font-family: 'Lora', serif; font-weight: 600; color: var(--sage); font-size: 1.1rem; }
.patient-chip {
  background: var(--sage-light); color: var(--sage);
  padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.8rem; font-weight: 600;
}
.app-body { padding: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.app-card {
  background: var(--white); border-radius: 12px; padding: 1rem 1.2rem;
  border: 1px solid var(--warm-dark);
}
.app-card-label { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 0.4rem; }
.app-card-val { font-size: 1.6rem; font-weight: 600; color: var(--charcoal); }
.app-card-sub { font-size: 0.8rem; color: var(--muted); }
.med-list { list-style: none; margin-top: 0.5rem; }
.med-list li { display: flex; justify-content: space-between; align-items: center; padding: 0.4rem 0; border-bottom: 1px solid var(--warm-dark); font-size: 0.85rem; }
.med-list li:last-child { border-bottom: none; }
.badge-taken { background: #eaf4ef; color: var(--sage); padding: 2px 8px; border-radius: 10px; font-size: 0.72rem; font-weight: 600; }
.badge-due { background: var(--accent-light); color: var(--accent); padding: 2px 8px; border-radius: 10px; font-size: 0.72rem; font-weight: 600; }
.vital-row { display: flex; justify-content: space-between; align-items: center; padding: 0.35rem 0; font-size: 0.85rem; }
.vital-val { font-weight: 600; color: var(--sage); }
.progress-bar { background: var(--warm-dark); border-radius: 4px; height: 6px; margin-top: 0.4rem; }
.progress-fill { background: var(--sage); border-radius: 4px; height: 6px; width: 60%; }
.app-full { grid-column: 1 / -1; }

/* SECTION CONTAINER */
.section-wrap { max-width: 1140px; margin: 0 auto; padding: 5rem 2rem; }
.section-label {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem;
}
.section-title {
  font-family: 'Lora', serif; font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600; color: var(--charcoal); line-height: 1.25; margin-bottom: 1rem;
}
.section-title em { font-style: italic; color: var(--sage); }
.section-sub { font-size: 1.05rem; color: var(--muted); max-width: 580px; }

/* FEATURES */
.features-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem; margin-top: 3rem;
}
.feature-card {
  background: var(--white); border-radius: 16px; padding: 1.8rem;
  border: 1px solid var(--warm-dark); transition: all 0.2s;
}
.feature-card:hover { border-color: var(--sage-mid); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(61,107,90,0.1); }
.feature-icon {
  width: 48px; height: 48px; background: var(--sage-light); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
  font-size: 22px;
}
.feature-card h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }
.feature-pill {
  display: inline-block; margin-top: 0.75rem;
  background: var(--sage-light); color: var(--sage);
  font-size: 0.75rem; font-weight: 600; padding: 0.2rem 0.7rem; border-radius: 10px;
}

/* VIDEO / COMMUNITY SECTION */
.video-section { background: var(--charcoal); }
.video-wrap { max-width: 1140px; margin: 0 auto; padding: 5rem 2rem; }
.video-label { color: var(--sage-mid); }
.video-title { color: var(--white); }
.video-sub { color: rgba(255,255,255,0.55); }

/* PRICING */
.pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem; margin-top: 3rem;
}
.plan-card {
  background: var(--white); border-radius: 20px; padding: 2rem;
  border: 1.5px solid var(--warm-dark); position: relative;
}
.plan-card.featured {
  border-color: var(--sage); box-shadow: 0 0 0 3px rgba(61,107,90,0.08);
}
.plan-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--sage); color: white; font-size: 0.72rem; font-weight: 700;
  padding: 0.25rem 0.9rem; border-radius: 20px; letter-spacing: 0.05em;
  text-transform: uppercase;
}
.plan-name { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 0.5rem; }
.plan-price { font-family: 'Lora', serif; font-size: 2.6rem; font-weight: 600; color: var(--charcoal); line-height: 1; }
.plan-price span { font-size: 1rem; color: var(--muted); font-family: 'DM Sans', sans-serif; }
.plan-tagline { font-size: 0.9rem; color: var(--muted); margin: 0.75rem 0 1.5rem; }
.plan-features { list-style: none; margin-bottom: 2rem; }
.plan-features li {
  padding: 0.45rem 0; font-size: 0.9rem; color: var(--charcoal);
  display: flex; gap: 0.6rem; align-items: flex-start;
  border-bottom: 1px solid var(--warm-dark);
}
.plan-features li:last-child { border-bottom: none; }
.plan-features .check { color: var(--sage); flex-shrink: 0; margin-top: 2px; }
.plan-features .dash { color: var(--warm-dark); flex-shrink: 0; }

/* FAQ */
.faq-list { margin-top: 3rem; }
.faq-item {
  background: var(--white); border-radius: 12px; margin-bottom: 0.75rem;
  border: 1px solid var(--warm-dark); overflow: hidden;
}
.faq-q {
  padding: 1.2rem 1.5rem; font-weight: 600; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  user-select: none;
}
.faq-q:hover { background: var(--sage-light); }
.faq-q .arrow { color: var(--sage); font-size: 1.2rem; transition: transform 0.2s; flex-shrink: 0; }
.faq-a {
  display: none; padding: 0 1.5rem 1.2rem;
  font-size: 0.95rem; color: var(--muted); line-height: 1.7;
}
.faq-item.open .faq-a { display: block; }
.faq-item.open .arrow { transform: rotate(180deg); }

/* SUPPORT */
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.support-card {
  background: var(--white); border-radius: 16px; padding: 2rem;
  border: 1px solid var(--warm-dark);
}
.support-icon { font-size: 2rem; margin-bottom: 1rem; }
.support-card h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 0.5rem; }
.support-card p { font-size: 0.9rem; color: var(--muted); margin-bottom: 1.5rem; line-height: 1.6; }
.bug-form label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--charcoal); }
.bug-form input, .bug-form select, .bug-form textarea {
  width: 100%; padding: 0.65rem 0.9rem; border-radius: 8px;
  border: 1.5px solid var(--warm-dark); background: var(--warm);
  font-family: inherit; font-size: 0.9rem; margin-bottom: 1rem; color: var(--charcoal);
  transition: border-color 0.2s;
}
.bug-form input:focus, .bug-form textarea:focus, .bug-form select:focus {
  outline: none; border-color: var(--sage);
}
.bug-form textarea { resize: vertical; min-height: 100px; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 3rem; }
.contact-info h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 0.5rem; }
.contact-info p { color: var(--muted); font-size: 0.95rem; margin-bottom: 2rem; }
.contact-item {
  display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem;
}
.contact-item-icon {
  width: 42px; height: 42px; background: var(--sage-light); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px;
}
.contact-item h4 { font-size: 0.85rem; font-weight: 600; margin-bottom: 0.2rem; }
.contact-item p { font-size: 0.9rem; color: var(--muted); margin: 0; }
.contact-item a { color: var(--sage); text-decoration: none; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; padding: 0.65rem 0.9rem; border-radius: 8px;
  border: 1.5px solid var(--warm-dark); background: var(--warm);
  font-family: inherit; font-size: 0.9rem; margin-bottom: 1rem; color: var(--charcoal);
  transition: border-color 0.2s;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--sage);
}
.contact-form textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* INVESTORS */
.investor-hero {
  background: var(--charcoal);
  padding: 5rem 2rem 4rem; text-align: center;
}
.investor-hero .section-label { color: var(--sage-mid); }
.investor-hero h1 { color: var(--white); font-family: 'Lora', serif; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.investor-hero p { color: rgba(255,255,255,0.6); max-width: 620px; margin: 0 auto; font-size: 1.1rem; }
.investor-body { max-width: 1140px; margin: 0 auto; padding: 4rem 2rem; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 4rem; }
.stat-card {
  background: var(--white); border-radius: 16px; padding: 1.8rem;
  border: 1px solid var(--warm-dark); text-align: center;
}
.stat-num { font-family: 'Lora', serif; font-size: 2.4rem; font-weight: 600; color: var(--sage); line-height: 1; }
.stat-label { font-size: 0.85rem; color: var(--muted); margin-top: 0.5rem; }
.inv-section { margin-bottom: 4rem; }
.inv-section h2 { font-family: 'Lora', serif; font-size: 1.6rem; font-weight: 600; margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 2px solid var(--sage-light); }
.diff-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.diff-card {
  background: var(--sage-light); border-radius: 12px; padding: 1.5rem;
  border-left: 4px solid var(--sage);
}
.diff-card h3 { font-size: 1rem; font-weight: 600; color: var(--sage); margin-bottom: 0.4rem; }
.diff-card p { font-size: 0.9rem; color: var(--charcoal); }
.comp-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
.comp-table th {
  text-align: left; padding: 0.75rem 1rem; background: var(--charcoal); color: white;
  font-size: 0.85rem; font-weight: 600;
}
.comp-table th:first-child { border-radius: 10px 0 0 0; }
.comp-table th:last-child { border-radius: 0 10px 0 0; }
.comp-table td { padding: 0.75rem 1rem; font-size: 0.9rem; border-bottom: 1px solid var(--warm-dark); }
.comp-table tr:hover td { background: var(--sage-light); }
.comp-table .ours { background: rgba(61,107,90,0.04); }
.comp-table .ours td { font-weight: 600; }
.check-yes { color: var(--sage); }
.check-no { color: #ccc; }
.check-partial { color: var(--accent); }
.timeline-list { list-style: none; position: relative; }
.timeline-list::before { content: ''; position: absolute; left: 16px; top: 0; bottom: 0; width: 2px; background: var(--warm-dark); }
.tl-item { display: flex; gap: 1.5rem; margin-bottom: 2rem; position: relative; }
.tl-dot {
  width: 32px; height: 32px; border-radius: 50%; background: var(--sage);
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 0.75rem; font-weight: 700; flex-shrink: 0; z-index: 1;
}
.tl-dot.future { background: var(--warm-dark); color: var(--muted); }
.tl-content h4 { font-weight: 600; margin-bottom: 0.25rem; }
.tl-content p { font-size: 0.9rem; color: var(--muted); }
.tl-date { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--accent); margin-bottom: 0.25rem; }
.cta-banner {
  background: linear-gradient(135deg, var(--sage) 0%, #2d5445 100%);
  border-radius: 20px; padding: 3rem; text-align: center; margin-top: 4rem;
}
.cta-banner h2 { font-family: 'Lora', serif; font-size: 1.8rem; color: white; margin-bottom: 0.75rem; }
.cta-banner p { color: rgba(255,255,255,0.7); margin-bottom: 2rem; }
.btn-white {
  background: white; color: var(--sage); padding: 0.85rem 2rem;
  border-radius: 10px; font-weight: 700; text-decoration: none;
  display: inline-block; transition: all 0.2s; border: none; cursor: pointer;
  font-size: 1rem;
}
.btn-white:hover { background: var(--sage-light); transform: translateY(-2px); }

/* FOOTER */
footer {
  background: var(--charcoal); color: rgba(255,255,255,0.5);
  padding: 4rem 2rem 2.5rem; font-size: 0.85rem;
}
footer a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.15s; }
footer a:hover { color: var(--sage-mid); }
.footer-grid {
  max-width: 1140px; margin: 0 auto 2.5rem;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem;
}
.footer-grid .logo {
  font-family: 'Lora', serif; font-size: 1.4rem; font-weight: 600;
  color: var(--white); display: inline-block; margin-bottom: 0.75rem;
}
.footer-grid .logo span { color: var(--sage-mid); }
.footer-grid .about { color: rgba(255,255,255,0.5); font-size: 0.9rem; line-height: 1.7; max-width: 340px; }
.footer-col { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col h4 {
  color: var(--white); font-size: 0.8rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.4rem;
}
.footer-col a { font-size: 0.9rem; }
.footer-bottom {
  max-width: 1140px; margin: 0 auto; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
}
.footer-bottom span { font-size: 0.82rem; color: rgba(255,255,255,0.45); }
footer .citations {
  max-width: 1140px; margin-left: auto; margin-right: auto;
  font-size: 0.72rem; color: rgba(255,255,255,0.35); line-height: 1.7;
}
footer .citations sup { color: var(--sage-mid); }
footer .citations em { font-style: italic; }

/* TOAST */
.toast {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 9999;
  background: var(--sage); color: white; padding: 0.85rem 1.5rem;
  border-radius: 10px; font-weight: 600; font-size: 0.9rem;
  transform: translateY(100px); opacity: 0; transition: all 0.3s;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.toast.show { transform: translateY(0); opacity: 1; }

/* TESTIMONIALS PAGE */
.testimonials-form-wrap {
  background: var(--white); border-radius: 20px; padding: 2.5rem;
  border: 1px solid var(--warm-dark); margin-top: 3rem;
}
.testimonials-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem; margin-top: 3rem;
}
.testimonial-card {
  background: var(--white); border-radius: 16px; padding: 2rem;
  border: 1px solid var(--warm-dark); position: relative;
}
.testimonial-card::before {
  content: '\201C';
  font-family: 'Lora', serif; font-size: 4rem; color: var(--sage-light);
  line-height: 1; position: absolute; top: 1rem; left: 1.5rem;
}
.testimonial-text {
  font-size: 0.95rem; color: var(--charcoal); line-height: 1.7;
  margin-top: 1.5rem; margin-bottom: 1.5rem;
}
.testimonial-meta { border-top: 1px solid var(--warm-dark); padding-top: 1rem; }
.testimonial-name { font-weight: 600; font-size: 0.9rem; color: var(--charcoal); }
.testimonial-role { font-size: 0.82rem; color: var(--muted); margin-top: 0.15rem; }
.testimonial-date { font-size: 0.75rem; color: var(--muted); margin-top: 0.25rem; }
.testimonials-empty {
  text-align: center; padding: 4rem 2rem; color: var(--muted);
  background: var(--white); border-radius: 16px; border: 1px solid var(--warm-dark);
  margin-top: 3rem;
}
.testimonials-loading { text-align: center; padding: 3rem; color: var(--muted); }
.form-honeypot { display: none !important; visibility: hidden !important; position: absolute !important; left: -9999px !important; }
.form-label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--charcoal); }
.form-input {
  width: 100%; padding: 0.65rem 0.9rem; border-radius: 8px;
  border: 1.5px solid var(--warm-dark); background: var(--warm);
  font-family: inherit; font-size: 0.9rem; margin-bottom: 1rem; color: var(--charcoal);
  transition: border-color 0.2s;
}
.form-input:focus { outline: none; border-color: var(--sage); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-note { font-size: 0.8rem; color: var(--muted); margin-top: 0.75rem; }
.char-counter { font-size: 0.78rem; color: var(--muted); text-align: right; margin-top: -0.75rem; margin-bottom: 1rem; }

/* BLOG */
.blog-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem; margin-top: 3rem;
}
.blog-card {
  background: var(--white); border-radius: 16px; overflow: hidden;
  border: 1px solid var(--warm-dark); transition: all 0.2s;
  display: flex; flex-direction: column;
}
.blog-card:hover { border-color: var(--sage-mid); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(61,107,90,0.1); }
.blog-card-body { padding: 1.8rem; flex: 1; display: flex; flex-direction: column; }
.blog-card-category {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--accent); margin-bottom: 0.75rem;
}
.blog-card h2 { font-family: 'Lora', serif; font-size: 1.2rem; font-weight: 600; line-height: 1.3; margin-bottom: 0.75rem; color: var(--charcoal); }
.blog-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; flex: 1; }
.blog-card-footer { padding: 1rem 1.8rem; border-top: 1px solid var(--warm-dark); display: flex; justify-content: space-between; align-items: center; }
.blog-card-date { font-size: 0.8rem; color: var(--muted); }
.blog-card-link { font-size: 0.85rem; font-weight: 600; color: var(--sage); text-decoration: none; }
.blog-card-link:hover { color: var(--charcoal); }

/* BLOG POST */
.blog-post-header {
  background: linear-gradient(135deg, #eaf4ef 0%, #f7f3ee 100%);
  padding: 4rem 2rem 3rem;
}
.blog-post-header .section-wrap { padding: 0; max-width: 760px; }
.blog-breadcrumb { font-size: 0.82rem; color: var(--muted); margin-bottom: 1.5rem; }
.blog-breadcrumb a { color: var(--sage); text-decoration: none; }
.blog-breadcrumb a:hover { text-decoration: underline; }
.blog-post-title {
  font-family: 'Lora', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 600; line-height: 1.2; color: var(--charcoal); margin-bottom: 1.25rem;
}
.blog-post-meta { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.blog-post-date { font-size: 0.82rem; color: var(--muted); }
.blog-post-category {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--accent); background: var(--accent-light); padding: 0.2rem 0.6rem; border-radius: 6px;
}
.blog-post-body {
  max-width: 760px; margin: 0 auto; padding: 3rem 2rem 4rem;
}
.blog-post-body h2 {
  font-family: 'Lora', serif; font-size: 1.5rem; font-weight: 600;
  color: var(--charcoal); margin: 2.5rem 0 1rem; line-height: 1.3;
}
.blog-post-body h3 {
  font-size: 1.1rem; font-weight: 600; color: var(--charcoal); margin: 2rem 0 0.75rem;
}
.blog-post-body p { font-size: 1rem; color: var(--charcoal); line-height: 1.8; margin-bottom: 1.25rem; }
.blog-post-body p a { color: var(--sage); text-decoration: underline; }
.blog-post-body p a:hover { color: var(--charcoal); }
.blog-post-body ul, .blog-post-body ol {
  margin: 1rem 0 1.5rem 1.5rem; display: flex; flex-direction: column; gap: 0.5rem;
}
.blog-post-body li { font-size: 0.97rem; color: var(--charcoal); line-height: 1.7; }
.blog-post-body blockquote {
  border-left: 4px solid var(--sage); margin: 2rem 0;
  padding: 1.25rem 1.5rem; background: var(--sage-light); border-radius: 0 12px 12px 0;
}
.blog-post-body blockquote p {
  font-family: 'Lora', serif; font-style: italic; font-size: 1.1rem;
  color: var(--charcoal); margin-bottom: 0; line-height: 1.6;
}
.blog-post-body .faq-list { margin-top: 1.5rem; }
.blog-post-cta {
  max-width: 760px; margin: 0 auto; padding: 0 2rem 5rem;
}
.blog-post-cta .cta-banner { margin-top: 0; }

/* PAGE HERO (non-home pages) */
.page-hero {
  background: linear-gradient(135deg, #eaf4ef 0%, #f7f3ee 60%, #fdf0e8 100%);
  padding: 4rem 2rem 3rem; text-align: center;
}
.page-hero h1 {
  font-family: 'Lora', serif; font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600; line-height: 1.2; color: var(--charcoal); margin-bottom: 1rem; max-width: 700px; margin-left: auto; margin-right: auto;
}
.page-hero h1 em { font-style: italic; color: var(--sage); }
.page-hero p { font-size: 1.05rem; color: var(--muted); max-width: 560px; margin: 0 auto; }

/* HOME HERO - LAVENDER DIRECTION (scoped to hero-lav, does not affect other pages) */
.hero-lav {
  background: var(--warm);
  padding: 4rem 2rem 3rem;
  position: relative;
  overflow: hidden;
}
.hero-lav-inner {
  position: relative; z-index: 2;
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem; align-items: center;
}
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--accent-light); color: var(--accent);
  font-weight: 700; font-size: 0.78rem;
  padding: 0.45rem 1rem; border-radius: 999px; margin-bottom: 1.25rem;
}
.hero-lav-h1 {
  font-family: 'Lora', serif; font-weight: 600;
  font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.2;
  color: var(--charcoal); max-width: 480px; margin-bottom: 1rem;
}
.hero-lav-h1 em { font-style: italic; color: var(--sage); }
.hero-lav-sub {
  font-size: 1.05rem; color: var(--muted); max-width: 440px; margin-bottom: 1.75rem;
}
.hero-lav-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; }
.btn-pill-primary {
  background: var(--sage); color: #fff;
  padding: 0.85rem 1.75rem; border-radius: 999px; font-weight: 700; font-size: 0.95rem;
  text-decoration: none; display: inline-block; border: none; cursor: pointer;
  box-shadow: 0 4px 0 #2c4f42; transition: transform 0.15s, box-shadow 0.15s;
}
.btn-pill-primary:hover { transform: translateY(2px); box-shadow: 0 2px 0 #2c4f42; }
.btn-pill-secondary {
  background: #fff; color: var(--charcoal);
  padding: 0.85rem 1.75rem; border-radius: 999px; font-weight: 700; font-size: 0.95rem;
  text-decoration: none; display: inline-block; border: 2px solid var(--charcoal);
  transition: transform 0.15s;
}
.btn-pill-secondary:hover { transform: translateY(-2px); }

.phone-stack { position: relative; height: 600px; z-index: 2; }
.hero-blob {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 680px; height: 680px; border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(234,229,247,0.95) 0%, rgba(202,191,232,0.75) 42%, rgba(168,154,219,0.4) 70%, rgba(168,154,219,0) 100%);
  opacity: 0.85; z-index: 0; pointer-events: none; filter: blur(6px);
}
.phone-tilt {
  position: absolute; width: 220px; max-width: 78%;
  border-radius: 20px; overflow: hidden; border: 5px solid var(--charcoal);
  box-shadow: 0 20px 40px rgba(30,42,36,0.22);
  animation: phoneFloat 5s ease-in-out infinite;
}
.phone-tilt-1 { top: 40px; left: 0; transform: rotate(-9deg); z-index: 1; animation-delay: 0s; --r: -9deg; }
.phone-tilt-2 { top: 0; left: 160px; transform: rotate(4deg); z-index: 3; animation-delay: 0.6s; --r: 4deg; }
.phone-tilt-3 { top: 210px; left: 190px; transform: rotate(11deg); z-index: 2; animation-delay: 1.2s; --r: 11deg; }
@keyframes phoneFloat {
  0%, 100% { transform: rotate(var(--r, 0deg)) translateY(0); }
  50% { transform: rotate(var(--r, 0deg)) translateY(-10px); }
}
@media (prefers-reduced-motion: reduce) { .phone-tilt { animation: none; } }
.phone-tilt-bar {
  background: #2d3d35; padding: 8px 12px; display: flex; gap: 6px; align-items: center;
}
.phone-tilt-url {
  flex: 1; background: rgba(255,255,255,0.08); border-radius: 5px;
  padding: 3px 8px; font-size: 10px; color: rgba(255,255,255,0.5); text-align: center; margin: 0 6px;
}
.phone-tilt-screen { background: var(--warm); }
.app-body-stack { grid-template-columns: 1fr !important; padding: 1rem !important; gap: 0.75rem !important; }
.app-body-single { padding: 1rem !important; }

.sticker {
  position: absolute; background: #fff; border-radius: 14px;
  padding: 0.5rem 0.85rem; box-shadow: 0 8px 18px rgba(30,42,36,0.15);
  font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; gap: 0.4rem;
  z-index: 4; white-space: nowrap;
}
.sticker-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.dot-sage { background: var(--sage); }
.dot-terracotta { background: var(--accent); }
.dot-charcoal { background: var(--charcoal); }
.sticker-1 { top: 10px; left: -30px; transform: rotate(-6deg); color: var(--sage); }
.sticker-2 { bottom: 70px; right: -30px; transform: rotate(5deg); color: var(--accent); }
.sticker-3 { bottom: 10px; left: -20px; transform: rotate(4deg); color: var(--charcoal); background: var(--sage-light); }

@media (max-width: 900px) {
  .hero-lav-inner { grid-template-columns: 1fr; }
  .phone-stack { height: 480px; margin-top: 1rem; }
  .hero-blob { width: 520px; height: 520px; }
  .phone-tilt { width: 190px; }
  .phone-tilt-1 { left: 10px; top: 20px; }
  .phone-tilt-2 { left: 130px; top: 0; }
  .phone-tilt-3 { left: 150px; top: 170px; }
  .steps-grid { grid-template-columns: 1fr; }
}

/* HOW IT WORKS - HOME PAGE (replaces features grid on home) */
.steps { max-width: 1140px; margin: 1rem auto 5rem; padding: 0 2rem; }
.steps-head { text-align: left; margin-bottom: 2.5rem; }
.steps-head h2 { font-family: 'Lora', serif; font-weight: 600; font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 0.5rem; color: var(--charcoal); }
.steps-head p { color: var(--muted); font-size: 1.05rem; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.5rem; }
.step-card {
  background: var(--white); border-radius: 16px; padding: 1.75rem;
  border: 1px solid var(--warm-dark); position: relative;
  display: flex; flex-direction: column;
}
.step-num {
  font-family: 'Lora', serif; font-style: italic; font-weight: 600;
  font-size: 2rem; color: var(--accent); margin-bottom: 0.75rem;
}
.step-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--charcoal); }
.step-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }

@media (max-width: 768px) {
  .support-grid, .contact-grid, .diff-grid, .stat-grid, .form-grid-2 { grid-template-columns: 1fr; }
  .app-body { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .investor-hero, .investor-body { width: 100%; box-sizing: border-box; }
  .comp-table { font-size: 0.78rem; }
  .comp-table th, .comp-table td { padding: 0.5rem 0.6rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .nav-links {
    display: none; flex-direction: column; position: fixed;
    top: var(--nav-h); left: 0; right: 0;
    background: rgba(247,243,238,0.98); backdrop-filter: blur(8px);
    padding: 1rem 1.5rem 1.5rem; border-bottom: 1px solid var(--warm-dark);
    z-index: 999; gap: 0.25rem;
  }
  .nav-links.open { display: flex; }
  .nav-links li { list-style: none; }
  .nav-links a { display: block; padding: 0.65rem 1rem; font-size: 1rem; }
  .nav-cta { display: block; margin-top: 0.5rem; text-align: center; }
  .nav-hamburger {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 0.4rem; margin-left: auto;
  }
  .nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: all 0.2s; }
  .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .blog-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
}
