/* SULO shared stylesheet — light theme */

/* ---- BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #F7F9FC;
  color: #1A2236;
  font-family: 'Space Grotesk', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #F7F9FC; }
::-webkit-scrollbar-thumb { background: #CBD5E0; border-radius: 3px; }
a { color: inherit; }
textarea { font-family: inherit; }
button { font-family: inherit; }
pre { font-family: 'Space Mono', monospace; }

/* ---- LAYOUT ---- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 3rem); }
section { padding: 100px 0; }
section + section { border-top: 1px solid rgba(0,0,0,0.08); }

/* ---- NAV (policymakers) ---- */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,249,252,0.95); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 0 clamp(1.25rem,5vw,3rem);
}
.nav-inner { max-width: 1100px; margin: 0 auto; height: 60px; display: flex; align-items: center; gap: 20px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.nav-logo-badge { width: 28px; height: 28px; border-radius: 7px; background: linear-gradient(135deg,#00C9A7,#0087FF); display: flex; align-items: center; justify-content: center; font-family: 'Space Mono',monospace; font-weight: 700; font-size: 13px; color: #fff; }
.nav-logo-text { font-weight: 700; font-size: 17px; color: #1A2236; letter-spacing: -0.02em; }
.nav-tag { font-family: 'Space Mono',monospace; font-size: 9px; color: #D97B4F; background: rgba(217,123,79,0.1); border: 1px solid rgba(217,123,79,0.3); padding: 2px 8px; border-radius: 4px; letter-spacing: 0.06em; }
.nav-link { font-size: 13px; font-weight: 500; color: #4A5568; text-decoration: none; padding: 6px 12px; border-radius: 6px; transition: color 0.15s, background 0.15s; }
.nav-link:hover { color: #1A2236; background: rgba(0,0,0,0.06); }
.nav-cta { font-size: 13px; font-weight: 700; color: #fff; background: linear-gradient(135deg,#00C9A7,#00A0FF); padding: 7px 18px; border-radius: 8px; text-decoration: none; transition: opacity 0.15s; }
.nav-cta:hover { opacity: 0.85; }

/* ---- HERO ---- */
.hero { padding: 100px 0 80px; position: relative; overflow: hidden; background: radial-gradient(ellipse 90% 60% at 50% -10%, rgba(0,120,255,0.06) 0%, transparent 65%); }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(217,123,79,0.08); border: 1px solid rgba(217,123,79,0.25); border-radius: 20px; padding: 5px 14px; margin-bottom: 28px; }
.hero-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #D97B4F; box-shadow: 0 0 8px #D97B4F; }
.hero-eyebrow-text { font-family: 'Space Mono',monospace; font-size: 11px; color: #D97B4F; letter-spacing: 0.07em; }
.hero-h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.04em; color: #1A2236; max-width: 780px; margin-bottom: 24px; }
.hero-h1 span { background: linear-gradient(90deg,#00C9A7 0%,#0087FF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { font-size: clamp(1rem, 1.8vw, 1.15rem); color: #4A5568; line-height: 1.7; max-width: 580px; margin-bottom: 48px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 72px; }
.btn-primary { font-weight: 700; font-size: 14px; color: #fff; background: linear-gradient(135deg,#00C9A7,#00A0FF); text-decoration: none; padding: 12px 26px; border-radius: 10px; box-shadow: 0 4px 20px rgba(0,201,167,0.25); transition: transform 0.15s, box-shadow 0.15s; display: inline-block; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 28px rgba(0,201,167,0.35); }
.btn-secondary { font-weight: 600; font-size: 14px; color: #1A2236; background: rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.15); text-decoration: none; padding: 12px 26px; border-radius: 10px; transition: background 0.15s; display: inline-block; }
.btn-secondary:hover { background: rgba(0,0,0,0.1); }
.hero-stats { display: flex; gap: 48px; flex-wrap: wrap; }
.hero-stat-val { font-size: 26px; font-weight: 800; color: #1A2236; letter-spacing: -0.03em; }
.hero-stat-lbl { font-size: 13px; color: #6B7FA3; margin-top: 2px; }

/* ---- PULL QUOTE ---- */
.pull-quote { background: linear-gradient(135deg, rgba(0,201,167,0.07) 0%, rgba(0,135,255,0.05) 100%); border-left: 3px solid #00C9A7; border-radius: 0 14px 14px 0; padding: 28px 36px; margin: 0 0 80px; }
.pull-quote p { font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 600; color: #1A2236; line-height: 1.55; letter-spacing: -0.01em; }

/* ---- SECTION LABELS ---- */
.section-label { font-family: 'Space Mono',monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
.section-h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; color: #1A2236; letter-spacing: -0.03em; margin-bottom: 16px; line-height: 1.1; }
.section-lead { font-size: 17px; color: #4A5568; line-height: 1.7; max-width: 600px; margin-bottom: 56px; }

/* ---- PROBLEM GRID ---- */
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2px; background: rgba(0,0,0,0.08); border-radius: 16px; overflow: hidden; }
.problem-cell { background: #FFFFFF; padding: 32px 28px; }
.problem-icon { font-size: 28px; margin-bottom: 14px; }
.problem-title { font-weight: 700; font-size: 16px; color: #1A2236; margin-bottom: 8px; }
.problem-body { font-size: 14px; color: #4A5568; line-height: 1.65; }

/* ---- SOLUTION TILES ---- */
.solution-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.solution-tile { background: #FFFFFF; border: 1px solid rgba(0,0,0,0.1); border-radius: 14px; padding: 28px 28px; }
.solution-tile-num { font-family: 'Space Mono',monospace; font-size: 11px; color: #8896B0; margin-bottom: 14px; }
.solution-tile-title { font-weight: 700; font-size: 17px; color: #1A2236; margin-bottom: 8px; }
.solution-tile-body { font-size: 14px; color: #4A5568; line-height: 1.65; }

/* ---- POLICY SECTION ---- */
.policy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 700px) { .policy-grid { grid-template-columns: 1fr; } }
.policy-card { border-radius: 14px; padding: 32px 32px; text-decoration: none; display: block; transition: transform 0.15s; }
.policy-card:hover { transform: translateY(-2px); }
.policy-card-flag { font-family: 'Space Mono',monospace; font-size: 10px; letter-spacing: 0.1em; margin-bottom: 14px; padding: 3px 10px; border-radius: 4px; display: inline-block; }
.policy-card-title { font-weight: 700; font-size: 20px; color: #1A2236; margin-bottom: 10px; line-height: 1.25; }
.policy-card-body { font-size: 14px; line-height: 1.65; margin-bottom: 20px; }
.policy-card-link { font-size: 13px; font-weight: 600; }

/* ---- IMPACT TABLE ---- */
.impact-table { width: 100%; border-collapse: collapse; margin-top: 48px; }
.impact-table th { font-family: 'Space Mono',monospace; font-size: 10px; color: #8896B0; letter-spacing: 0.08em; text-align: left; padding: 10px 16px; border-bottom: 1px solid rgba(0,0,0,0.1); }
.impact-table td { font-size: 14px; padding: 16px 16px; border-bottom: 1px solid rgba(0,0,0,0.07); vertical-align: top; }
.impact-table tr:last-child td { border-bottom: none; }
.impact-table tr:hover td { background: rgba(0,0,0,0.03); }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; }

/* ---- COMMUNITY ---- */
.community-box { background: #FFFFFF; border: 1px solid rgba(0,0,0,0.1); border-radius: 16px; padding: 40px 44px; display: flex; flex-wrap: wrap; gap: 40px; align-items: center; justify-content: space-between; }
.community-info h3 { font-size: 22px; font-weight: 700; color: #1A2236; margin-bottom: 10px; }
.community-info p { font-size: 15px; color: #4A5568; line-height: 1.65; max-width: 480px; }
.community-ctas { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }

/* ---- FUNDING ---- */
.funding-bar { background: #EEF2F8; border: 1px solid rgba(0,0,0,0.1); border-radius: 12px; padding: 20px 28px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* ---- FOOTER ---- */
.page-footer { padding: 40px 0; border-top: 1px solid rgba(0,0,0,0.1); display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; color: #6B7FA3; text-decoration: none; transition: color 0.15s; }
.footer-links a:hover { color: #1A2236; }

@media print {
  nav { display: none; }
  .btn-primary, .btn-secondary { border: 1px solid #333; color: #111; background: none; }
}
