:root {
  --blue: #155eef;
  --blue-dark: #0b3ca8;
  --blue-soft: #eef5ff;
  --cyan: #22d3ee;
  --ink: #0b1739;
  --muted: #5f6f8f;
  --line: #dfe7f3;
  --surface: #ffffff;
  --surface-soft: #f7faff;
  --success: #0f9f6e;
  --warning: #bd6b00;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 20px 60px rgba(23, 54, 112, .10);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(223,231,243,.8);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
}
.nav-shell { position: relative; min-height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 20px; letter-spacing: -.5px; }
.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 11px;
  background: linear-gradient(145deg, #f5f9ff, #e5efff);
  box-shadow: 0 8px 22px rgba(21,94,239,.20);
}
.brand-mark img { width: 31px; height: 31px; display:block; object-fit:contain; }
.site-nav { position: absolute; left: 50%; display: flex; align-items: center; gap: 30px; transform: translateX(-50%); font-size: 14px; font-weight: 650; color: #394a69; }
.site-nav > a:not(.button):hover { color: var(--blue); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: white;
  background: linear-gradient(135deg, var(--blue), #3979f6);
  box-shadow: 0 12px 25px rgba(21,94,239,.22);
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 32px rgba(21,94,239,.28); }
.button-small { min-height: 40px; padding: 8px 16px; border-radius: 11px; }
.button-ghost { color: var(--blue); background: var(--blue-soft); box-shadow: none; }
.button-light { color: var(--blue); background: white; box-shadow: none; }
.button-outline { color: var(--ink); border-color: var(--line); background: white; box-shadow: none; }

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 85% 25%, rgba(34,211,238,.16), transparent 25%),
    radial-gradient(circle at 15% 20%, rgba(21,94,239,.13), transparent 27%),
    linear-gradient(180deg, #f8fbff 0%, #fff 88%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image: linear-gradient(rgba(24,71,150,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(24,71,150,.07) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.hero-inner { position: relative; z-index: 1; text-align: center; padding: 105px 0 90px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 7px 12px;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(255,255,255,.8);
  font-size: 13px;
  font-weight: 750;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(21,94,239,.10); }
.hero h1 { max-width: 920px; margin: 0 auto 24px; font-size: clamp(48px, 7vw, 82px); line-height: 1.02; letter-spacing: -4px; }
.gradient-text { background: linear-gradient(90deg, var(--blue), #7839ee 70%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-copy { max-width: 700px; margin: 0 auto 36px; color: var(--muted); font-size: 19px; }
.hero-search { max-width: 690px; margin: 0 auto; display: flex; padding: 7px; border: 1px solid #d5e2f6; border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 22px 60px rgba(31,79,161,.14); }
.hero-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 12px 17px; color: var(--ink); background: transparent; }
.hero-trust { margin-top: 22px; display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; color: #71809d; font-size: 13px; font-weight: 650; }
.hero-trust span::before { content: "✓"; margin-right: 6px; color: var(--success); }

.section { padding: 96px 0; }
.section-soft { background: var(--surface-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-heading.center { display: block; max-width: 700px; margin: 0 auto 46px; text-align: center; }
.section-kicker { margin: 0 0 10px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.section h2, .page-hero h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -2px; }
.section-heading p:not(.section-kicker), .page-hero p { color: var(--muted); }
.text-link { color: var(--blue); font-weight: 750; white-space: nowrap; }

.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tool-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.tool-card:hover { transform: translateY(-5px); border-color: #b8cff7; box-shadow: var(--shadow); }
.tool-card-top, .tool-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tool-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: white; background: linear-gradient(145deg, var(--blue), #6a7ff5); font-size: 22px; font-weight: 850; box-shadow: 0 10px 24px rgba(21,94,239,.22); }
.tool-icon img,.detail-icon img { width:100%; height:100%; object-fit:cover; border-radius:inherit; }
.tool-card h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.4px; }
.tool-card p { margin: 0; color: var(--muted); font-size: 14px; }
.tool-card-meta { padding-top: 17px; border-top: 1px solid var(--line); color: #71809d; font-size: 12px; font-weight: 700; }
.tool-card-meta a { color: var(--blue); }
.status-pill { padding: 5px 9px; border-radius: 999px; color: var(--success); background: #eafaf4; font-size: 11px; font-weight: 800; text-transform: capitalize; }
.status-beta { color: #775600; background: #fff8dc; }
.status-coming_soon, .status-planned { color: #6941c6; background: #f4ebff; }

.automation-panel {
  position: relative;
  overflow: hidden;
  padding: 58px;
  border-radius: var(--radius-lg);
  color: white;
  background: linear-gradient(135deg, #0a2b78 0%, #155eef 60%, #2878ea 100%);
  box-shadow: 0 30px 80px rgba(16,63,159,.24);
}
.automation-panel::after { content: ""; position: absolute; width: 420px; height: 420px; right: -130px; top: -160px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.automation-content { position: relative; z-index: 1; max-width: 610px; }
.automation-panel p { color: #d9e6ff; font-size: 17px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.chip { padding: 8px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 12px; font-weight: 650; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { display: flex; align-items: center; gap: 13px; min-height: 76px; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: white; font-size: 14px; font-weight: 750; transition: border-color .2s, transform .2s; }
.category-card:hover { transform: translateY(-2px); border-color: #aac5f7; }
.category-dot { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: var(--blue-soft); font-size: 12px; }

.bundle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.bundle-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #f6f9ff); }
.bundle-card h3 { margin: 12px 0 8px; font-size: 22px; }
.bundle-card p { margin: 0 0 20px; color: var(--muted); }
.bundle-count { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }

.cta { padding: 78px 0; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px; border-radius: var(--radius-lg); background: #eff5ff; }
.cta-box h2 { margin: 0 0 10px; font-size: 34px; letter-spacing: -1.5px; }
.cta-box p { margin: 0; color: var(--muted); }

.page-hero { padding: 82px 0 55px; background: linear-gradient(180deg, #f5f9ff, white); }
.page-hero-inner { max-width: 760px; }
.page-hero p { max-width: 650px; font-size: 18px; }
.filters { display: grid; grid-template-columns: minmax(220px, 1fr) 190px 170px 150px auto; gap: 12px; margin-bottom: 30px; padding: 14px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.field { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: white; outline: none; }
.field:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,94,239,.10); }
.results-summary { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.empty-state { padding: 70px 25px; border: 1px dashed #c3d3eb; border-radius: var(--radius); text-align: center; background: var(--surface-soft); }

.detail-hero { padding: 76px 0 55px; background: linear-gradient(180deg, #f5f9ff, white); }
.detail-head { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 25px; }
.detail-icon { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 24px; color: white; background: linear-gradient(145deg, var(--blue), #745df4); font-size: 36px; font-weight: 850; box-shadow: 0 18px 40px rgba(21,94,239,.25); }
.detail-head h1 { margin: 7px 0; font-size: clamp(34px, 5vw, 56px); letter-spacing: -2.5px; line-height: 1.05; }
.detail-head p { margin: 0; color: var(--muted); }
.store-buttons { display: flex; flex-direction: column; gap: 9px; min-width: 190px; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 60px; }
.prose h2 { margin: 40px 0 15px; font-size: 27px; letter-spacing: -.8px; }
.prose p, .prose li { color: #4e5f7d; }
.prose ul { padding-left: 20px; }
.sidebar-card { margin-bottom: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface-soft); }
.sidebar-card h2 { margin: 0 0 15px; font-size: 16px; }
.facts { display: grid; gap: 12px; }
.fact { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.fact strong { color: var(--ink); }
.faq details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 750; }
.screenshot-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.screenshot-grid img { width:100%; aspect-ratio:16/10; object-fit:cover; border:1px solid var(--line); border-radius:15px; background:var(--surface-soft); }
.pricing-grid,.license-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.pricing-card { display:flex; flex-direction:column; align-items:flex-start; padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:white; box-shadow:var(--shadow); }
.pricing-card h3 { margin:18px 0 4px; font-size:22px; }
.price { margin:8px 0; color:var(--ink); font-size:34px; font-weight:850; letter-spacing:-1.5px; }
.pricing-card ul { flex:1; padding-left:20px; color:var(--muted); }
.checkout-grid { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:35px; align-items:start; }
.order-summary { position:sticky; top:100px; }
.payment-callout { margin-bottom:24px; padding:18px; border-radius:13px; background:var(--blue-soft); }
.account-tabs { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:45px; }
.account-tabs a { padding:10px 15px; border:1px solid var(--line); border-radius:999px; color:var(--blue); font-weight:750; background:white; }
.account-section { margin-top:70px; }
.license-key { display:block; overflow-wrap:anywhere; margin:18px 0; padding:12px; border-radius:9px; color:#dce8ff; background:#08142f; font-size:12px; }
.table-card { overflow:auto; border:1px solid var(--line); border-radius:var(--radius); background:white; }
.table-card table { width:100%; border-collapse:collapse; }
.table-card th,.table-card td { padding:14px 16px; border-bottom:1px solid var(--line); text-align:left; white-space:nowrap; }
.table-card th { color:var(--muted); font-size:11px; text-transform:uppercase; }

.content-page { max-width: 780px; padding-top: 70px; padding-bottom: 90px; }
.content-page h1 { font-size: 48px; letter-spacing: -2px; }
.content-page h2 { margin-top: 38px; }
.content-page p, .content-page li { color: var(--muted); }
.form-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 13px; font-weight: 750; }
textarea.field { min-height: 150px; resize: vertical; }
.alert { margin-bottom: 20px; padding: 13px 16px; border-radius: 11px; color: #067647; background: #ecfdf3; }
.alert-error { color: #b42318; background: #fef3f2; }

.donate-button {
  color: white;
  border-color: #0f55de;
  background: linear-gradient(135deg, #155eef, #6547ee);
  box-shadow: 0 10px 28px rgba(21,94,239,.32), 0 0 0 4px rgba(21,94,239,.08);
}
.donate-button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(21,94,239,.4), 0 0 0 5px rgba(21,94,239,.1); }
.nav-donate-mobile { display: none; }
.story-grid,.support-grid,.founder-grid { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr); gap:70px; align-items:center; }
.story-grid h2,.founder-grid h2,.support-grid h2 { margin:0 0 16px; font-size:clamp(31px,4vw,48px); letter-spacing:-1.8px; line-height:1.1; }
.story-grid p,.founder-grid p,.support-grid p { color:var(--muted); }
.value-panel { min-height:310px; display:flex; flex-direction:column; justify-content:space-between; padding:35px; border-radius:var(--radius-lg); color:white; background:linear-gradient(145deg,#081b48,#155eef); box-shadow:0 25px 70px rgba(21,94,239,.2); }
.value-panel span { color:#a8c7ff; font-size:12px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase; }
.value-panel strong { font-size:clamp(28px,3.2vw,44px); line-height:1.18; letter-spacing:-1.5px; }
.home-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:26px; }
.principle-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.principle-grid article { padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:white; }
.principle-grid span { color:var(--blue); font-size:12px; font-weight:850; letter-spacing:1px; }
.principle-grid h3 { margin:18px 0 8px; font-size:20px; }
.principle-grid p { margin:0; color:var(--muted); }
.founder-banner { display:grid; grid-template-columns:auto 1fr auto; gap:28px; align-items:center; padding:38px; border:1px solid var(--line); border-radius:var(--radius-lg); background:linear-gradient(135deg,#f7faff,#edf4ff); }
.founder-banner h2 { margin:0 0 7px; font-size:30px; letter-spacing:-1.2px; }
.founder-banner p { margin:0; color:var(--muted); }
.founder-mini { display:grid; place-items:center; color:white; background:linear-gradient(145deg,var(--blue),#7357ee); box-shadow:0 20px 50px rgba(21,94,239,.25); font-weight:850; }
.founder-mini { width:68px; height:68px; border-radius:20px; font-size:21px; }
.founder-portrait { min-height:430px; margin:0; overflow:hidden; border-radius:var(--radius-lg); background:#174f2c; box-shadow:0 20px 50px rgba(21,94,239,.18); }
.founder-portrait img { width:100%; height:100%; min-height:430px; display:block; object-fit:cover; object-position:center; }
.founder-links { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; margin:24px 0 30px; }
.founder-links a { padding:10px 12px; overflow-wrap:anywhere; border:1px solid var(--line); border-radius:10px; color:var(--blue); background:white; font-size:13px; font-weight:700; }
.founder-links a:hover { border-color:#a9c3f5; box-shadow:0 8px 20px rgba(21,94,239,.08); }
.donation-card { position:sticky; top:100px; display:grid; gap:17px; padding:34px; border:1px solid #b9cff8; border-radius:var(--radius-lg); background:linear-gradient(145deg,#f7faff,#eaf2ff); box-shadow:var(--shadow); }
.donation-card h2 { margin:0; font-size:30px; }
.donation-card small { color:var(--muted); }
.donate-cta { margin-top:18px; }
.reviews-layout { display:grid; grid-template-columns:minmax(0,1fr) 420px; gap:55px; align-items:start; }
.review-list { display:grid; gap:14px; }
.review-card { padding:22px; border:1px solid var(--line); border-radius:15px; background:white; }
.review-card-head { display:flex; align-items:center; justify-content:space-between; gap:18px; color:#f4a300; }
.review-card-head strong { color:var(--ink); }
.review-card p { color:var(--muted); }
.review-card small,.star-muted { color:#aab4c6; }
.review-form { position:sticky; top:100px; }
.review-form h2 { margin:0 0 20px; font-size:29px; }
.legal-copy { max-width:860px; }
.legal-copy h2 { padding-top:10px; }

.site-footer { padding: 70px 0 25px; border-top: 1px solid var(--line); background: #08142f; color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(2, 1fr); gap: 55px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid p { max-width: 320px; color: #93a3c3; font-size: 14px; }
.footer-grid h2 { margin: 4px 0 16px; color: #91b4ff; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a:not(.brand) { color: #becae1; font-size: 14px; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 55px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #7888a8; font-size: 12px; }

@media (max-width: 900px) {
  .site-nav { position: absolute; inset: 74px 20px auto; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); transform: none; flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .header-donate { display:none; }
  .nav-donate-mobile { display:inline-flex; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
  .filters { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .pricing-grid { grid-template-columns:repeat(2,1fr); }
  .checkout-grid { grid-template-columns:1fr; }
  .order-summary { position:static; }
  .story-grid,.support-grid,.founder-grid,.reviews-layout { grid-template-columns:1fr; gap:38px; }
  .principle-grid { grid-template-columns:1fr; }
  .donation-card,.review-form { position:static; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { min-height: auto; }
  .hero-inner { padding: 82px 0 68px; }
  .hero h1 { letter-spacing: -2.6px; }
  .hero-copy { font-size: 16px; }
  .hero-search { display: grid; gap: 7px; }
  .section { padding: 72px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .tool-grid, .bundle-grid, .category-grid, .form-grid { grid-template-columns: 1fr; }
  .pricing-grid,.license-grid { grid-template-columns:1fr; }
  .automation-panel { padding: 35px 25px; }
  .cta-box { padding: 35px 25px; align-items: stretch; flex-direction: column; }
  .filters { grid-template-columns: 1fr; }
  .detail-head { grid-template-columns: 70px 1fr; }
  .detail-icon { width: 70px; height: 70px; border-radius: 19px; }
  .store-buttons { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .founder-banner { grid-template-columns:auto 1fr; padding:28px 22px; }
  .founder-banner .text-link { grid-column:1/-1; }
  .founder-portrait,.founder-portrait img { min-height:320px; }
  .founder-links { grid-template-columns:1fr; }
}

/* Nextools premium interface */
:root {
  --blue:#1769ff;
  --blue-dark:#0b3fb8;
  --blue-soft:#edf4ff;
  --cyan:#21c9ef;
  --ink:#07142f;
  --muted:#5c6d8b;
  --line:#dce6f5;
  --surface-soft:#f5f8fd;
  --shadow:0 24px 70px rgba(16,48,105,.12);
  --shadow-strong:0 32px 90px rgba(14,48,112,.18);
}
body { background:#fff; }
::selection { color:white; background:var(--blue); }
.container { width:min(1200px,calc(100% - 48px)); }
.site-header { border-bottom:1px solid rgba(210,223,243,.72); background:rgba(255,255,255,.82); backdrop-filter:blur(22px) saturate(160%); box-shadow:0 8px 35px rgba(14,45,98,.035); }
.nav-shell { min-height:82px; }
.brand { font-size:21px; letter-spacing:-.7px; }
.brand-mark { width:42px; height:42px; border-radius:13px; background:linear-gradient(145deg,#f9fbff,#e6f0ff); box-shadow:0 10px 30px rgba(23,105,255,.2); }
.brand-mark img { width:36px; height:36px; }
.site-nav { gap:38px; color:#334663; font-weight:700; }
.site-nav > a:not(.button) { position:relative; padding:28px 0; }
.site-nav > a:not(.button)::after { content:""; position:absolute; left:50%; right:50%; bottom:20px; height:2px; border-radius:9px; background:linear-gradient(90deg,var(--blue),var(--cyan)); transition:left .2s,right .2s; }
.site-nav > a:not(.button):hover::after { left:0; right:0; }
.button { min-height:52px; padding:13px 22px; border-radius:14px; background:linear-gradient(135deg,#1769ff,#5157ed); box-shadow:0 14px 32px rgba(23,105,255,.24); }
.button:hover { transform:translateY(-3px); box-shadow:0 19px 40px rgba(23,105,255,.31); }
.button-outline { border-color:#d5e1f3; background:rgba(255,255,255,.88); box-shadow:0 8px 25px rgba(16,48,105,.05); }
.donate-button { border:1px solid rgba(255,255,255,.28); background:linear-gradient(135deg,#1769ff 0%,#6544ee 58%,#19bfe6 130%); box-shadow:0 12px 30px rgba(23,105,255,.35),0 0 0 5px rgba(23,105,255,.07); }

.hero { min-height:760px; place-items:stretch; isolation:isolate; background:linear-gradient(180deg,#f8fbff 0%,#f2f7ff 52%,#fff 100%); }
.hero::before { opacity:.35; background-size:72px 72px; mask-image:linear-gradient(to bottom,black,transparent 90%); }
.hero::after { content:""; position:absolute; width:720px; height:720px; right:-250px; top:-310px; border-radius:50%; background:radial-gradient(circle,rgba(33,201,239,.18),rgba(23,105,255,.08) 46%,transparent 70%); filter:blur(3px); z-index:-1; }
.hero-stage { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1fr) minmax(460px,.9fr); align-items:center; gap:74px; padding:110px 0 108px; }
.hero-copy-block { max-width:680px; }
.hero .eyebrow { margin-bottom:26px; padding:8px 14px; border-color:#c9daf7; color:#174aaf; background:rgba(255,255,255,.72); box-shadow:0 10px 30px rgba(20,65,137,.06); }
.hero h1 { max-width:none; margin:0 0 26px; font-size:clamp(54px,6vw,80px); line-height:1.015; letter-spacing:-4.3px; }
.gradient-text { background:linear-gradient(100deg,#1769ff 5%,#6647ee 58%,#16aeca); background-clip:text; -webkit-background-clip:text; color:transparent; }
.hero-copy { max-width:620px; margin:0 0 36px; color:#556988; font-size:19px; line-height:1.75; }
.hero-search { max-width:640px; margin:0; padding:7px; border-color:#cbdcf5; border-radius:18px; box-shadow:0 24px 70px rgba(18,66,145,.14); }
.hero-search input { font-size:15px; }
.hero-trust { justify-content:flex-start; margin-top:24px; gap:22px; }
.hero-trust span { display:inline-flex; align-items:center; }
.hero-trust span::before { content:"✓"; display:grid; place-items:center; width:19px; height:19px; margin-right:7px; border-radius:50%; color:#087f5b; background:#dcfce7; font-size:11px; }

.hero-product { position:relative; min-height:540px; display:grid; place-items:center; }
.product-glow { position:absolute; inset:8% 2%; border-radius:50%; background:radial-gradient(circle,rgba(34,211,238,.24),rgba(23,105,255,.15) 40%,transparent 70%); filter:blur(18px); }
.browser-window { position:relative; z-index:2; width:100%; overflow:hidden; border:1px solid rgba(185,205,235,.9); border-radius:25px; background:rgba(255,255,255,.88); box-shadow:0 42px 100px rgba(16,49,109,.22),inset 0 1px 0 white; backdrop-filter:blur(18px); transform:perspective(1200px) rotateY(-4deg) rotateX(1deg); }
.browser-bar { height:48px; display:flex; align-items:center; gap:7px; padding:0 16px; border-bottom:1px solid #e1e9f5; background:rgba(246,249,253,.92); }
.browser-bar > span { width:9px; height:9px; border-radius:50%; background:#c8d4e4; }
.browser-bar > span:first-child { background:#ff7c73; }.browser-bar > span:nth-child(2){background:#ffc761}.browser-bar > span:nth-child(3){background:#5ed49a}
.browser-bar div { flex:1; max-width:230px; margin-left:10px; padding:6px 12px; border:1px solid #dfe7f2; border-radius:8px; color:#7a8ba6; background:white; font-size:10px; }
.browser-body { padding:25px; }
.product-brand { display:flex; align-items:center; gap:12px; margin-bottom:22px; }
.product-brand img { width:42px; height:42px; object-fit:contain; }
.product-brand div { display:grid; line-height:1.3; }.product-brand strong{font-size:15px}.product-brand small{color:var(--muted);font-size:10px}
.product-brand > span { margin-left:auto; padding:5px 8px; border-radius:99px; color:#07805c; background:#e1faef; font-size:9px; font-weight:850; letter-spacing:.8px; }
.workflow-card { display:flex; align-items:center; gap:15px; padding:18px; border:1px solid #dbe7f7; border-radius:16px; background:linear-gradient(135deg,#fff,#f5f9ff); }
.workflow-primary { box-shadow:0 17px 35px rgba(24,72,148,.08); }
.workflow-icon { width:46px; height:46px; display:grid; place-items:center; border-radius:14px; color:white; background:linear-gradient(145deg,var(--blue),#6152ed); font-size:12px; font-weight:850; box-shadow:0 10px 25px rgba(23,105,255,.25); }
.workflow-card div:nth-child(2){display:grid}.workflow-card small{color:var(--blue);font-size:8px;font-weight:850;letter-spacing:1px}.workflow-card strong{font-size:14px}.workflow-card p{margin:2px 0 0;color:var(--muted);font-size:10px}.workflow-card b{margin-left:auto;color:#07805c;font-size:10px}
.workflow-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:12px 0; }
.mini-tool { display:grid; padding:16px; border:1px solid #e0e8f4; border-radius:14px; background:white; }.mini-tool i{width:29px;height:29px;display:grid;place-items:center;margin-bottom:12px;border-radius:9px;color:var(--blue);background:var(--blue-soft);font-style:normal}.mini-tool strong{font-size:12px}.mini-tool small{color:var(--muted);font-size:9px}
.browser-status { display:flex; justify-content:space-between; padding:12px 2px 0; color:#73829a; font-size:9px; }.browser-status span{display:flex;align-items:center;gap:6px}.browser-status i{width:7px;height:7px;border-radius:50%;background:#18b981;box-shadow:0 0 0 4px rgba(24,185,129,.1)}.browser-status strong{color:var(--blue)}
.floating-chip { position:absolute; z-index:3; padding:10px 14px; border:1px solid rgba(195,211,235,.85); border-radius:12px; color:#304666; background:rgba(255,255,255,.88); box-shadow:0 18px 45px rgba(15,52,114,.16); backdrop-filter:blur(15px); font-size:11px; font-weight:800; }
.chip-browser { right:-22px; top:68px; }.chip-speed{left:-20px;bottom:70px}

.section { padding:108px 0; }
.section-soft { position:relative; background:linear-gradient(180deg,#f7faff,#f3f7fd); }
.section-heading { margin-bottom:44px; }
.section-heading.center { max-width:760px; margin-bottom:54px; }
.section-kicker { margin-bottom:12px; color:#1762e6; letter-spacing:1.7px; }
.section h2,.page-hero h1 { letter-spacing:-2.4px; }
.text-link { display:inline-flex; align-items:center; gap:7px; color:#125de4; }
.text-link:hover { color:#6547ee; }
.story-grid { gap:90px; }
.value-panel { min-height:360px; border:1px solid rgba(255,255,255,.2); background:radial-gradient(circle at 85% 10%,rgba(33,201,239,.3),transparent 34%),linear-gradient(145deg,#081d4d,#155eef 68%,#3a58e8); box-shadow:var(--shadow-strong); }
.tool-grid { gap:24px; }
.tool-card { position:relative; min-height:318px; overflow:hidden; padding:27px; border-color:#dce6f4; border-radius:23px; background:linear-gradient(155deg,#fff 0%,#fbfdff 62%,#f3f7ff 100%); box-shadow:0 14px 45px rgba(18,50,105,.055); }
.tool-card::before { content:""; position:absolute; width:150px; height:150px; right:-80px; top:-90px; border-radius:50%; background:rgba(23,105,255,.08); transition:transform .35s; }
.tool-card:hover { transform:translateY(-8px); border-color:#acc8f6; box-shadow:0 27px 70px rgba(20,63,132,.14); }
.tool-card:hover::before { transform:scale(1.25); }
.tool-icon { width:58px; height:58px; border-radius:17px; box-shadow:0 13px 30px rgba(23,105,255,.25); }
.tool-card h3 { font-size:21px; letter-spacing:-.65px; }
.tool-card-meta { border-color:#e4ebf5; }
.status-pill { border:1px solid rgba(15,159,110,.12); }
.principle-grid { gap:22px; }
.principle-grid article { position:relative; overflow:hidden; padding:34px; border-radius:22px; box-shadow:0 14px 45px rgba(18,50,105,.05); transition:transform .25s,box-shadow .25s; }
.principle-grid article:hover { transform:translateY(-6px); box-shadow:var(--shadow); }
.principle-grid span { display:grid; place-items:center; width:42px; height:42px; border-radius:13px; background:var(--blue-soft); }
.founder-banner { padding:46px; border-color:#cfddf2; background:radial-gradient(circle at 90% 0,rgba(33,201,239,.15),transparent 32%),linear-gradient(135deg,#f9fbff,#edf4ff); box-shadow:0 22px 65px rgba(19,59,123,.09); }
.founder-mini { width:78px; height:78px; border-radius:23px; }
.automation-panel { padding:70px; border:1px solid rgba(255,255,255,.2); background:radial-gradient(circle at 85% 20%,rgba(34,211,238,.35),transparent 28%),linear-gradient(135deg,#071b49,#1054d6 55%,#304fe3); box-shadow:0 38px 100px rgba(11,53,142,.28); }
.category-grid { gap:17px; }
.category-card { min-height:86px; padding:19px; border-color:#dce6f3; border-radius:17px; box-shadow:0 10px 32px rgba(18,49,101,.04); }
.category-card:hover { transform:translateY(-5px); border-color:#a9c5f3; box-shadow:0 18px 45px rgba(17,56,121,.1); }
.category-dot { width:39px; height:39px; border-radius:12px; background:linear-gradient(145deg,#edf4ff,#e2edff); }
.cta-box { padding:58px; border:1px solid #c9dcfa; background:radial-gradient(circle at 80% 20%,rgba(34,211,238,.18),transparent 30%),linear-gradient(135deg,#edf4ff,#f8fbff); box-shadow:0 25px 75px rgba(16,54,120,.1); }

.page-hero { position:relative; overflow:hidden; padding:108px 0 78px; background:radial-gradient(circle at 85% 10%,rgba(33,201,239,.14),transparent 24%),linear-gradient(180deg,#f3f7ff,#fff); }
.page-hero::after { content:""; position:absolute; inset:0; opacity:.22; background-image:linear-gradient(rgba(23,105,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(23,105,255,.08) 1px,transparent 1px); background-size:62px 62px; mask-image:linear-gradient(to bottom,black,transparent); pointer-events:none; }
.page-hero-inner { position:relative; z-index:1; max-width:820px; }
.filters { padding:16px; border-color:#d5e1f2; border-radius:20px; box-shadow:0 20px 55px rgba(18,55,116,.08); }
.field { min-height:50px; border-color:#d8e2f0; border-radius:12px; background:#fcfdff; }
.field:focus { background:white; box-shadow:0 0 0 4px rgba(23,105,255,.1); }
.detail-hero { padding:102px 0 72px; background:radial-gradient(circle at 80% 10%,rgba(33,201,239,.14),transparent 26%),linear-gradient(180deg,#f2f7ff,#fff); }
.detail-icon { border:1px solid rgba(255,255,255,.4); box-shadow:0 22px 55px rgba(23,105,255,.28); }
.sidebar-card,.form-card { border-color:#d9e4f2; border-radius:20px; background:linear-gradient(150deg,#fff,#f9fbff); box-shadow:0 16px 50px rgba(17,49,103,.07); }
.review-card { border-color:#dce6f3; border-radius:18px; box-shadow:0 12px 38px rgba(17,49,103,.05); }
.founder-portrait { border:1px solid #d0dded; box-shadow:0 28px 80px rgba(15,48,103,.18); }
.founder-links a { border-radius:12px; box-shadow:0 8px 24px rgba(20,57,117,.04); }
.donation-card { border-color:#bfd4fa; background:radial-gradient(circle at 100% 0,rgba(33,201,239,.16),transparent 30%),linear-gradient(145deg,#f8fbff,#eaf2ff); box-shadow:var(--shadow); }
.legal-copy { padding:72px 70px 92px; margin-top:65px; margin-bottom:80px; border:1px solid #dce6f3; border-radius:28px; background:white; box-shadow:0 24px 75px rgba(17,49,103,.08); }
.legal-copy h1 { margin-top:0; }
.legal-copy h2 { margin-top:44px; color:#0a2457; }
.site-footer { position:relative; overflow:hidden; padding-top:82px; border-top:0; background:radial-gradient(circle at 15% 0,rgba(23,105,255,.25),transparent 28%),radial-gradient(circle at 85% 10%,rgba(33,201,239,.13),transparent 25%),#06122d; }
.site-footer::before { content:""; position:absolute; inset:0; opacity:.09; background-image:linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px); background-size:72px 72px; pointer-events:none; }
.footer-grid,.footer-bottom { position:relative; }
.footer-grid h2 { color:#8db7ff; letter-spacing:1.4px; }
.footer-grid a:not(.brand) { color:#becbe2; transition:color .2s,transform .2s; }
.footer-grid a:not(.brand):hover { color:white; transform:translateX(3px); }

@media(max-width:1020px){
  .hero-stage { grid-template-columns:1fr; gap:54px; padding-top:90px; }
  .hero-copy-block { max-width:780px; text-align:center; margin:auto; }
  .hero-search { margin:auto; }.hero-trust{justify-content:center}
  .hero-product { width:min(620px,100%); min-height:480px; margin:auto; }
}
@media(max-width:900px){
  .container { width:min(100% - 34px,1200px); }
  .nav-shell { min-height:76px; }
  .site-nav > a:not(.button) { padding:9px 12px; }
  .site-nav > a:not(.button)::after { display:none; }
  .hero-stage { padding:78px 0 84px; }
  .section { padding:88px 0; }
}
@media(max-width:640px){
  .container { width:min(100% - 28px,1200px); }
  .hero-stage { padding:66px 0 72px; }
  .hero h1 { font-size:46px; letter-spacing:-2.8px; }
  .hero-copy { font-size:16px; }
  .hero-product { min-height:390px; }
  .browser-window { transform:none; border-radius:20px; }
  .browser-body { padding:17px; }
  .workflow-grid { grid-template-columns:1fr; }
  .mini-tool:nth-child(2) { display:none; }
  .floating-chip { display:none; }
  .section { padding:74px 0; }
  .tool-card { min-height:290px; }
  .automation-panel,.cta-box,.founder-banner { padding:34px 24px; }
  .legal-copy { width:min(100% - 28px,860px); padding:42px 24px 62px; margin-top:35px; }
  .page-hero { padding:82px 0 58px; }
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.01ms!important; animation-duration:.01ms!important; }
}

/* Final page-system refinements */
.button { color:#fff; line-height:1.2; text-shadow:none; }
.button:visited { color:#fff; }
.button-ghost { color:#355070; border:1px solid #cbd9ec; background:#eef3fa; box-shadow:none; }
.button-ghost:visited { color:#355070; }
.button-outline { color:#125de4; border:1px solid #bdd0ee; background:#fff; box-shadow:0 8px 24px rgba(16,48,105,.07); }
.button-outline:visited { color:#125de4; }
.button-light { color:#0c4fd6; border:1px solid rgba(255,255,255,.66); background:#fff; box-shadow:0 14px 35px rgba(1,20,61,.2); }
.button-light:visited { color:#0c4fd6; }
.section h2,.page-hero h1,.detail-head h1,.prose h2,.sidebar-card h2 { line-height:1.12; }
.prose h2,.sidebar-card h2 { letter-spacing:-.55px; }
.sidebar-card h2 { margin:0 0 18px; font-size:19px; }
.detail-hero { padding:76px 0 58px; }
.detail-head { align-items:center; }
.detail-head h1 { margin:8px 0 8px; letter-spacing:-2px; }
.store-buttons .button { min-width:170px; text-align:center; }
.detail-section { padding:72px 0 82px!important; }
.detail-grid { gap:54px; align-items:start; }
.detail-grid .prose { padding:38px 42px; border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:0 18px 55px rgba(17,49,103,.06); }
.detail-grid .prose > h2:first-child { margin-top:0; }
.detail-grid aside { display:grid; gap:18px; }
.detail-grid aside .sidebar-card { margin:0; }
#reviews { padding:82px 0; border-top:1px solid #e4ebf5; }
#reviews .reviews-layout { gap:42px; }
#reviews .section-heading { margin-bottom:25px; }
#reviews .review-form { position:static; }
#reviews .review-form h2 { letter-spacing:-1px; }
#reviews label[for="review-comment"] { font-size:0; }
#reviews label[for="review-comment"]::after { content:"Your review"; font-size:13px; }
#reviews .form-group.full small { display:block; margin-top:9px; color:var(--muted); }
.community-section { padding:82px 0; }
.community-heading { display:flex; align-items:end; justify-content:space-between; gap:35px; margin-bottom:34px; }
.community-heading h2 { margin:0 0 8px; font-size:clamp(34px,4vw,50px); letter-spacing:-2px; }
.community-heading p:not(.section-kicker) { margin:0; color:var(--muted); }
.discussion-badge { padding:9px 14px; border:1px solid #cddcf2; border-radius:99px; color:#385171; background:#fff; font-size:13px; font-weight:800; }
.community-layout { display:grid; grid-template-columns:minmax(0,1fr) 420px; gap:42px; align-items:start; }
.comment-list { display:grid; gap:14px; }
.comment-card { padding:24px 26px; border:1px solid #dce6f3; border-radius:18px; background:#fff; box-shadow:0 12px 38px rgba(17,49,103,.05); }
.comment-card > div { display:flex; justify-content:space-between; gap:20px; }
.comment-card small { color:#8997ad; }
.comment-card p { margin:12px 0 0; color:#526582; }
.community-form { padding:30px; }
.community-form h3 { margin:0 0 22px; font-size:28px; letter-spacing:-1px; }
.compact-empty { min-height:190px; display:grid; place-content:center; text-align:center; }

.about-hero,.support-hero { position:relative; overflow:hidden; background:radial-gradient(circle at 83% 12%,rgba(32,201,239,.2),transparent 28%),linear-gradient(145deg,#f7faff 0%,#edf4ff 60%,#fff 100%); }
.about-hero::after,.support-hero::after { content:""; position:absolute; inset:0; opacity:.28; pointer-events:none; background-image:linear-gradient(rgba(23,105,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(23,105,255,.08) 1px,transparent 1px); background-size:68px 68px; mask-image:linear-gradient(90deg,transparent,black); }
.about-hero-grid,.support-hero-grid { position:relative; z-index:1; min-height:620px; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr); gap:80px; align-items:center; padding:90px 0; }
.about-hero h1,.support-hero h1 { max-width:760px; margin:0 0 24px; font-size:clamp(50px,6vw,76px); line-height:1.02; letter-spacing:-4px; }
.about-hero h1 span,.support-hero h1 span { color:var(--blue); }
.about-hero .lead,.support-hero-grid > div:first-child > p:not(.section-kicker) { max-width:690px; color:#526682; font-size:18px; line-height:1.75; }
.hero-actions { display:flex; gap:12px; margin-top:34px; }
.about-manifesto { padding:40px; border:1px solid rgba(255,255,255,.3); border-radius:28px; color:#fff; background:radial-gradient(circle at 90% 5%,rgba(33,201,239,.34),transparent 28%),linear-gradient(145deg,#071b49,#145bdd 70%,#4c50e8); box-shadow:0 35px 90px rgba(11,53,142,.25); }
.about-manifesto > span,.vision-quote span { color:#9bc0ff; font-size:11px; font-weight:900; letter-spacing:1.6px; }
.about-manifesto blockquote { margin:20px 0 34px; font-size:32px; line-height:1.2; letter-spacing:-1px; font-weight:800; }
.about-manifesto div { display:grid; gap:12px; padding-top:24px; border-top:1px solid rgba(255,255,255,.18); color:#dbe8ff; font-size:13px; }
.about-story { padding:90px 0; }
.about-intro { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:start; }
.about-intro h2 { margin:0; font-size:clamp(40px,5vw,60px); letter-spacing:-3px; }
.about-intro > div:last-child { color:#536681; font-size:17px; line-height:1.8; }
.belief-grid,.impact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:58px; }
.belief-grid article,.impact-grid article { padding:30px; border:1px solid #dce6f3; border-radius:20px; background:linear-gradient(150deg,#fff,#f7faff); box-shadow:0 14px 42px rgba(17,49,103,.05); }
.belief-grid span,.impact-grid span { color:var(--blue); font-size:12px; font-weight:900; letter-spacing:1px; }
.belief-grid h3,.impact-grid h3 { margin:28px 0 9px; font-size:22px; }
.belief-grid p,.impact-grid p { margin:0; color:var(--muted); }
.founder-section { padding:96px 0; }
.founder-showcase { display:grid; grid-template-columns:minmax(390px,.9fr) minmax(0,1.1fr); gap:78px; align-items:center; }
.founder-copy h2 { margin:0; font-size:clamp(46px,5vw,66px); letter-spacing:-3px; }
.founder-role { margin:8px 0 28px; color:var(--blue); font-weight:800; }
.founder-copy > p:not(.section-kicker,.founder-role) { color:#526582; font-size:16px; line-height:1.8; }
.vision-quote { margin:28px 0; padding:26px 28px; border-left:4px solid var(--blue); border-radius:0 16px 16px 0; background:#fff; }
.vision-quote span { color:var(--blue); }
.vision-quote blockquote { margin:10px 0 0; color:#253a59; line-height:1.7; }
.support-band { display:flex; align-items:center; justify-content:space-between; gap:50px; padding:52px 58px; border-radius:28px; color:#fff; background:radial-gradient(circle at 85% 0,rgba(33,201,239,.32),transparent 27%),linear-gradient(135deg,#071b49,#145bdd); box-shadow:0 30px 80px rgba(11,53,142,.24); }
.support-band h2 { margin:0 0 10px; max-width:680px; font-size:42px; color:#fff; }
.support-band p { max-width:720px; margin:0; color:#c8d9f6; }

.support-hero-grid { min-height:570px; }
.support-hero-grid .donate-button { margin-top:28px; }
.support-orbit { width:370px; aspect-ratio:1; margin:auto; display:grid; place-content:center; padding:55px; border:1px solid rgba(255,255,255,.45); border-radius:50%; text-align:center; background:rgba(255,255,255,.75); box-shadow:0 34px 90px rgba(17,65,142,.17),inset 0 0 0 18px rgba(237,244,255,.8); backdrop-filter:blur(12px); }
.support-orbit strong { color:var(--blue); font-size:72px; line-height:1; letter-spacing:-4px; }
.support-orbit span { margin:10px 0 26px; color:#263d60; font-weight:800; }
.support-orbit div { color:#6b7d98; font-size:11px; }
.impact-section { padding:90px 0; }
.impact-grid { grid-template-columns:repeat(4,1fr); }
.donation-statement { display:flex; align-items:center; justify-content:space-between; gap:50px; margin-top:30px; padding:45px 50px; border-radius:24px; color:#fff; background:linear-gradient(135deg,#071b49,#174fc2); }
.donation-statement h2 { margin:0 0 8px; color:#fff; }
.donation-statement p:not(.section-kicker) { max-width:760px; margin:0; color:#c7d8f4; }
.contact-section { padding:96px 0; }
.contact-layout { display:grid; grid-template-columns:minmax(0,.8fr) minmax(500px,1.2fr); gap:80px; align-items:start; }
.contact-copy h2 { margin:0 0 18px; font-size:52px; letter-spacing:-2.5px; }
.contact-copy > p:not(.section-kicker) { color:var(--muted); font-size:16px; line-height:1.75; }
.contact-method { display:grid; gap:6px; margin:30px 0; padding:20px 0; border-block:1px solid #d7e2f1; }
.contact-method span { color:#71829c; font-size:10px; font-weight:900; letter-spacing:1.4px; }
.contact-method a { color:var(--blue); font-size:18px; font-weight:800; overflow-wrap:anywhere; }
.contact-copy ul { padding-left:19px; color:#526582; line-height:2; }
.contact-form { padding:36px; }
.contact-form textarea { min-height:170px; }

@media(max-width:900px){
  .community-layout,.about-hero-grid,.support-hero-grid,.about-intro,.founder-showcase,.contact-layout { grid-template-columns:1fr; }
  .about-hero-grid,.support-hero-grid { gap:45px; min-height:0; padding:75px 0; }
  .about-manifesto { max-width:650px; }
  .support-orbit { width:min(360px,100%); }
  .belief-grid,.impact-grid { grid-template-columns:repeat(2,1fr); }
  .community-heading { align-items:start; }
  .founder-showcase { gap:45px; }
}
@media(max-width:640px){
  .about-hero h1,.support-hero h1 { font-size:45px; letter-spacing:-2.5px; }
  .hero-actions,.community-heading,.support-band,.donation-statement { align-items:stretch; flex-direction:column; }
  .about-manifesto { padding:28px; }.about-manifesto blockquote{font-size:26px}
  .belief-grid,.impact-grid { grid-template-columns:1fr; }
  .about-intro { gap:30px; }.about-intro h2{font-size:40px;letter-spacing:-2px}
  .founder-showcase { grid-template-columns:1fr; }.founder-copy h2{font-size:44px}
  .support-band,.donation-statement { padding:34px 26px; }
  .support-band h2 { font-size:34px; }
  .contact-layout { gap:45px; }.contact-copy h2{font-size:42px}
  .contact-form,.community-form,.detail-grid .prose { padding:25px 20px; }
}
/* Rich extension content */
.rich-content h1 { margin:32px 0 14px; font-size:34px; line-height:1.15; letter-spacing:-1.5px; }
.rich-content h2 { margin:30px 0 12px; }
.rich-content h3 { margin:24px 0 10px; font-size:20px; }
.rich-content p { color:var(--muted); line-height:1.8; }
.rich-content blockquote { margin:24px 0; padding:18px 22px; border-left:4px solid var(--blue); border-radius:0 12px 12px 0; color:#355070; background:var(--blue-soft); }
.rich-content a { color:var(--blue); text-decoration:underline; }
.blog-article { max-width:920px; padding-top:90px; padding-bottom:110px; }
.blog-article > h1 { max-width:850px; margin:10px 0 18px; font-size:clamp(46px,7vw,76px); line-height:1.04; letter-spacing:-4px; }
.article-excerpt { max-width:740px; color:var(--muted); font-size:19px; line-height:1.7; }
.article-cover { width:100%; max-height:520px; margin:42px 0; object-fit:cover; border-radius:24px; box-shadow:var(--shadow); }
