*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --green: #0F6E56; --green-mid: #1D9E75; --green-dark: #085041;
  --green-light: #E8F5F0; --green-pale: #F2FAF7;
  --amber: #D97706; --amber-light: #FFFBEB;
  --red: #DC2626; --red-light: #FEF2F2;
  --white: #FFFFFF; --off-white: #FAFAF8; --black: #111111;
  --gray-1: #F5F5F3; --gray-2: #E8E8E4; --gray-3: #9A9A94; --gray-4: #555550;
  --nav-blur: rgba(255,255,255,0.88);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', -apple-system, sans-serif;
  --max: 1000px;
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--off-white); color: var(--black); -webkit-font-smoothing: antialiased; }
.secondary-bar {
  position: fixed; top: 56px; left: 0; right: 0; z-index: 99;
  height: 36px; background: white; border-bottom: 0.5px solid var(--gray-2);
  display: flex; align-items: center; justify-content: center; gap: 40px;
}
.secondary-bar a {
  font-size: 12px; font-weight: 500; color: var(--green-dark);
  text-decoration: none; display: flex; align-items: center; gap: 6px;
  letter-spacing: 0.01em; transition: color 0.2s;
}
.secondary-bar a:hover { color: var(--green); }
.secondary-bar .sep { width: 1px; height: 14px; background: var(--gray-2); }
.bar-arrow {
  font-size: 13px; font-weight: 900; color: var(--green);
  line-height: 1; display: inline-flex; flex-shrink: 0;
  transform: scaleX(1.1);
}
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 56px; background: var(--nav-blur); backdrop-filter: blur(20px); border-bottom: 0.5px solid var(--gray-2); display: flex; align-items: center; justify-content: space-between; padding: 0 44px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-logo span { font-size: 15px; font-weight: 600; color: var(--black); }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 13px; color: var(--gray-4); text-decoration: none; }
.nav-links a:hover { color: var(--black); }
.nav-cta { background: var(--green); color: white; padding: 7px 18px; border-radius: 50px; font-size: 13px; font-weight: 500; text-decoration: none; }
.page-wrap { padding-top: 92px; }

.hero { background: white; border-bottom: 0.5px solid var(--gray-2); padding: 80px 44px 64px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); margin-bottom: 20px; }
.eyebrow::before { content: ''; display: block; width: 20px; height: 1.5px; background: var(--green); }
.hero h1 { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.1; color: var(--black); margin-bottom: 16px; }
.hero h1 em { color: var(--green); font-style: italic; }
.hero p { font-size: 17px; font-weight: 300; color: var(--gray-4); max-width: 600px; margin: 0 auto; line-height: 1.7; }

.body-wrap { max-width: var(--max); margin: 0 auto; padding: 72px 44px 100px; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.section-tag::before { content: ''; display: block; width: 20px; height: 1.5px; background: var(--green); }
.section-title { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.3rem); line-height: 1.15; color: var(--black); margin-bottom: 12px; }
.section-title em { color: var(--green); font-style: italic; }
.section-sub { font-size: 16px; font-weight: 300; color: var(--gray-4); line-height: 1.75; max-width: 640px; margin-bottom: 40px; }
.se-section { padding-bottom: 64px; border-bottom: 0.5px solid var(--gray-2); margin-bottom: 64px; }
.se-section:last-of-type { border-bottom: none; margin-bottom: 0; }

/* HONESTY BANNER */
.honesty-banner { background: var(--green-pale); border: 1px solid var(--green-light); border-radius: 16px; padding: 28px 32px; margin-bottom: 56px; display: flex; gap: 16px; align-items: flex-start; }
.honesty-banner svg { width: 24px; height: 24px; stroke: var(--green); fill: none; stroke-width: 1.5; flex-shrink: 0; margin-top: 2px; }
.honesty-banner p { font-size: 15px; color: var(--green-dark); line-height: 1.75; }

/* FREQUENCY TABLE */
.freq-table { width: 100%; border-collapse: collapse; margin-top: 24px; }
.freq-table th { text-align: left; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gray-3); padding: 0 16px 12px; border-bottom: 1px solid var(--gray-2); }
.freq-table td { padding: 16px; border-bottom: 0.5px solid var(--gray-2); font-size: 14px; vertical-align: top; }
.freq-table tr:last-child td { border-bottom: none; }
.freq-badge { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; white-space: nowrap; }
.freq-badge.common { background: var(--amber-light); color: var(--amber); }
.freq-badge.uncommon { background: #EBF2FB; color: #1E4D8C; }
.freq-badge.rare { background: var(--red-light); color: var(--red); }
.se-name { font-weight: 500; color: var(--black); }
.se-desc { color: var(--gray-4); font-size: 13px; line-height: 1.6; margin-top: 4px; }

/* WHEN TO WORRY */
.urgent-card { background: var(--red-light); border: 1px solid #fca5a5; border-radius: 16px; padding: 28px 32px; margin-top: 24px; }
.urgent-card h4 { font-family: var(--serif); font-size: 1.2rem; color: #7f1d1d; margin-bottom: 14px; }
.urgent-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.urgent-list li { font-size: 14px; color: #7f1d1d; line-height: 1.6; padding-left: 22px; position: relative; }
.urgent-list li::before { content: '⚠'; position: absolute; left: 0; }
.urgent-card .urgent-action { margin-top: 18px; padding-top: 18px; border-top: 1px solid #fca5a5; font-size: 14px; color: #7f1d1d; font-weight: 600; }

/* MANAGE TIPS */
.manage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.manage-card { background: white; border: 1px solid var(--gray-2); border-radius: 14px; padding: 24px; }
.manage-card h5 { font-size: 15px; font-weight: 500; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.manage-card h5::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.manage-card p { font-size: 14px; color: var(--gray-4); line-height: 1.7; }

/* SUPPORT CARD */
.support-card { background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%); border-radius: 24px; padding: 48px; color: white; text-align: center; }
.support-card h3 { font-family: var(--serif); font-size: 1.8rem; margin-bottom: 12px; }
.support-card p { font-size: 15px; color: rgba(255,255,255,0.7); max-width: 520px; margin: 0 auto 28px; line-height: 1.7; }
.support-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-w { background: white; color: var(--green-dark); padding: 14px 28px; border-radius: 50px; font-size: 14px; font-weight: 500; text-decoration: none; }
.btn-o { border: 1.5px solid rgba(255,255,255,0.4); color: white; padding: 14px 28px; border-radius: 50px; font-size: 14px; font-weight: 400; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

footer { background: var(--black); color: white; padding: 48px 44px 28px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer-brand h4 { font-family: var(--serif); font-size: 1.1rem; margin-bottom: 8px; }
.footer-brand p { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.8; }
.footer-col h5 { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 12px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 8px; }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 0.5px solid rgba(255,255,255,0.08); padding-top: 20px; font-size: 12px; color: rgba(255,255,255,0.2); display: flex; justify-content: space-between; }
.footer-bottom a { color: rgba(255,255,255,0.25); text-decoration: none; }

@media (max-width: 800px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hero { padding: 60px 20px 48px; }
  .body-wrap { padding: 48px 20px; }
  .manage-grid { grid-template-columns: 1fr; }
  .freq-table { font-size: 13px; }
  .freq-table th:nth-child(1), .freq-table td:nth-child(1) { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
