/* Extracted from approved April 13 Sarah marketing directive */
:root {
  --font-dm-sans: 'DM Sans';
  --font-playfair: 'Playfair Display';
}
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-dm-sans), 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #faf8f5;
  color: #1a1714;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.sarah-shell {
  --cream: #faf8f5;
  --warm-white: #f5f0eb;
  --text-primary: #1a1714;
  --text-secondary: #6b635a;
  --text-tertiary: #9c948b;
  --accent: #2c6e4f;
  --accent-light: #e8f0ec;
  --border: #e8e2db;
  --shadow: rgba(26, 23, 20, 0.06);
  min-height: 100vh;
}
.sarah-shell .page-wrapper { display: flex; flex-direction: column; align-items: center; min-height: 100vh; padding: 0 24px; }
.sarah-shell nav { width: 100%; max-width: 960px; display: flex; align-items: center; justify-content: space-between; padding: 28px 0; animation: ssFadeDown 0.8s ease both; }
.sarah-shell .nav-empty { padding: 0; height: 0; }
.sarah-shell .nav-brand, .sarah-shell .nav-home-link { display: flex; align-items: center; gap: 10px; }
.sarah-shell .nav-home-link { text-decoration: none; }
.sarah-shell .nav-mark { width: 34px; height: 34px; background: var(--accent); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--font-playfair), 'Playfair Display', serif; font-weight: 600; font-size: 18px; letter-spacing: -0.5px; flex-shrink: 0; }
.sarah-shell .nav-avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 4px 16px var(--shadow); flex-shrink: 0; }
.sarah-shell .nav-name { font-weight: 600; font-size: 15px; color: var(--text-primary); letter-spacing: -0.2px; }
.sarah-shell .nav-tag { font-size: 12px; color: var(--text-tertiary); background: var(--warm-white); border: 1px solid var(--border); padding: 5px 12px; border-radius: 20px; font-weight: 500; }
.sarah-shell .hero { max-width: 720px; text-align: center; padding: 64px 0 52px; animation: ssFadeUp 0.9s ease both; animation-delay: 0.15s; }
.sarah-shell .hero-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.6px; color: var(--accent); background: var(--accent-light); padding: 7px 16px; border-radius: 24px; margin-bottom: 24px; }
.sarah-shell .hero-badge::before { content: ''; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; animation: ssPulse 2.5s ease infinite; }
.sarah-shell .hero-avatar { width: 116px; height: 116px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: 0 4px 20px var(--shadow); display: block; margin: 0 auto 24px; }
.sarah-shell .hero h1, .sarah-shell .policy-header h1, .sarah-shell .policy-wrap h2, .sarah-shell .step-number { font-family: var(--font-playfair), 'Playfair Display', serif; }
.sarah-shell .hero h1 { font-size: clamp(36px, 6vw, 54px); font-weight: 500; line-height: 1.15; letter-spacing: -1.5px; color: var(--text-primary); margin-bottom: 20px; }
.sarah-shell .hero h1 em { font-style: italic; color: var(--accent); }
.sarah-shell .hero p { font-size: 17px; line-height: 1.65; color: var(--text-secondary); max-width: 540px; margin: 0 auto; }
.sarah-shell .section-intro { display: flex; align-items: center; justify-content: center; margin-bottom: 28px; }
.sarah-shell .section-intro span { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.6px; color: var(--text-tertiary); }
.sarah-shell .capabilities, .sarah-shell .how-it-works, .sarah-shell .trust-bar { max-width: 800px; width: 100%; }
.sarah-shell .capabilities { padding: 20px 0 52px; animation: ssFadeUp 0.9s ease both; animation-delay: 0.3s; }
.sarah-shell .cap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.sarah-shell .cap-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 24px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.sarah-shell .cap-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px var(--shadow); }
.sarah-shell .cap-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--accent-light); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; font-size: 18px; }
.sarah-shell .cap-card h3 { font-size: 14px; font-weight: 600; margin-bottom: 6px; letter-spacing: -0.2px; color: var(--text-primary); }
.sarah-shell .cap-card p { font-size: 13px; color: var(--text-secondary); line-height: 1.5; }
.sarah-shell .how-it-works { padding: 0 0 52px; animation: ssFadeUp 0.9s ease both; animation-delay: 0.38s; }
.sarah-shell .steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.sarah-shell .step-card { background: var(--warm-white); border: 1px solid var(--border); border-radius: 14px; padding: 24px; text-align: center; }
.sarah-shell .step-number { font-size: 28px; font-weight: 500; color: var(--accent); margin-bottom: 10px; letter-spacing: -1px; }
.sarah-shell .step-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.5; }
.sarah-shell .cta-section { max-width: 560px; width: 100%; text-align: center; padding: 16px 0 44px; animation: ssFadeUp 0.9s ease both; animation-delay: 0.45s; }
.sarah-shell .cta-divider { width: 48px; height: 1px; background: var(--border); margin: 0 auto 32px; }
.sarah-shell .cta-section > p { font-size: 15px; color: var(--text-secondary); margin-bottom: 24px; line-height: 1.6; }
.sarah-shell .cta-whatsapp { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; font-size: 15px; font-weight: 600; padding: 14px 32px; min-height: 48px; border-radius: 12px; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 16px rgba(37, 211, 102, 0.25); touch-action: manipulation; }
.sarah-shell .cta-whatsapp:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(37, 211, 102, 0.35); }
.sarah-shell .cta-whatsapp svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.sarah-shell .cta-note { font-size: 12px !important; color: var(--text-tertiary) !important; margin-top: 14px !important; margin-bottom: 0 !important; }
.sarah-shell .trust-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; padding: 0 0 48px; animation: ssFadeUp 0.9s ease both; animation-delay: 0.5s; }
.sarah-shell .trust-pill { font-size: 12px; color: var(--text-secondary); background: var(--warm-white); border: 1px solid var(--border); padding: 6px 14px; border-radius: 20px; font-weight: 500; }
.sarah-shell footer { max-width: 960px; width: 100%; padding: 32px 0; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; animation: ssFadeUp 0.9s ease both; animation-delay: 0.55s; }
.sarah-shell footer p { font-size: 12px; color: var(--text-tertiary); }
.sarah-shell .footer-links { display: flex; gap: 20px; align-items: center; }
.sarah-shell footer a { color: var(--text-secondary); text-decoration: none; font-size: 12px; transition: color 0.2s; }
.sarah-shell footer a:hover { color: var(--accent); }
.sarah-shell .contact-block a { color: inherit; text-decoration: none; }
.sarah-shell .contact-block a:hover { text-decoration: underline; }
.sarah-shell .policy-wrap { max-width: 720px; width: 100%; padding: 40px 0 64px; animation: ssFadeUp 0.9s ease both; animation-delay: 0.15s; }
.sarah-shell .policy-mini-header { display: flex; justify-content: center; text-align: center; margin: 0 auto 32px; }
.sarah-shell .policy-home-link { flex-direction: column; gap: 12px; }
.sarah-shell .policy-avatar { width: 88px; height: 88px; }
.sarah-shell .policy-name { font-size: 18px; }
.sarah-shell .policy-header { margin-bottom: 40px; }
.sarah-shell .policy-header h1 { font-size: clamp(30px, 5vw, 44px); font-weight: 500; letter-spacing: -1px; color: var(--text-primary); margin-bottom: 8px; }
.sarah-shell .policy-header p { font-size: 14px; color: var(--text-tertiary); }
.sarah-shell .policy-wrap section { margin-bottom: 32px; }
.sarah-shell .policy-wrap h2 { font-size: 22px; font-weight: 500; color: var(--text-primary); margin-bottom: 14px; letter-spacing: -0.5px; }
.sarah-shell .policy-wrap p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 12px; }
.sarah-shell .policy-wrap p:last-child { margin-bottom: 0; }
.sarah-shell .contact-block p { margin-bottom: 4px; line-height: 1.4; }
.sarah-shell .contact-block p:last-child { margin-bottom: 0; }
.sarah-shell .policy-wrap em { font-style: italic; color: var(--text-primary); font-weight: 500; }
.sarah-shell .policy-wrap ul { list-style: disc; padding-left: 24px; margin-bottom: 12px; }
.sarah-shell .policy-wrap li { font-size: 15px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 6px; }
.sarah-shell .policy-wrap strong { color: var(--text-primary); font-weight: 600; }
.sarah-shell .policy-wrap hr { border: none; border-top: 1px solid var(--border); margin: 32px 0; }
.sarah-shell .table-wrap { overflow-x: auto; margin: 16px 0; border-radius: 12px; border: 1px solid var(--border); }
.sarah-shell .table-wrap table { width: 100%; border-collapse: collapse; font-size: 13px; }
.sarah-shell .table-wrap th, .sarah-shell .table-wrap td { padding: 10px 14px; text-align: left; border-bottom: 1px solid var(--border); color: var(--text-secondary); line-height: 1.5; }
.sarah-shell .table-wrap th { font-weight: 600; background: var(--warm-white); color: var(--text-primary); font-size: 12px; text-transform: uppercase; letter-spacing: 0.8px; }
.sarah-shell .table-wrap tr:last-child td { border-bottom: none; }
@keyframes ssFadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ssFadeDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ssPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
@media (max-width: 600px) {
  .sarah-shell .hero { padding: 40px 0 32px; }
  .sarah-shell .hero p { font-size: 15px; }
  .sarah-shell .cap-grid, .sarah-shell .steps-grid { grid-template-columns: 1fr; }
  .sarah-shell .nav-tag { display: none; }
  .sarah-shell footer { justify-content: center; text-align: center; }
}
