/* AspireFunds — Brand tokens (from Branding & Identity palette) */:root {
  --sky:        #6BC3DB;
  --sky-soft:   #B7E1EC;
  --midnight:   #16648E;
  --midnight-2: #0F4A6B;
  --midnight-3: #0A324A;
  --gray:       #868585;
  --gray-2:     #6E6E6E;
  --timberwolf: #E1DDDC;
  --timberwolf-2:#F1EEED;
  --white:      #FFFFFF;
  --ink:        #0B2432;
  --ink-2:      #1F3A4B;

  --radius: 4px;
  --radius-lg: 8px;
  --max: 1240px;
  --gutter: clamp(20px, 4vw, 40px);

  --shadow-sm: 0 1px 2px rgba(11,36,50,.06), 0 1px 3px rgba(11,36,50,.05);
  --shadow-md: 0 6px 20px rgba(11,36,50,.08), 0 2px 6px rgba(11,36,50,.05);
  --shadow-lg: 0 24px 60px rgba(11,36,50,.14), 0 8px 20px rgba(11,36,50,.08);
}.aspirefunds-page * { box-sizing: border-box; }.aspirefunds-page { margin: 0; padding: 0; }.aspirefunds-page { scroll-behavior: smooth; }.aspirefunds-page {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}.aspirefunds-page img { max-width: 100%; display: block; }.aspirefunds-page a { color: var(--midnight); text-decoration: none; }.aspirefunds-page a:hover { color: var(--midnight-2); }.aspirefunds-page h1, .aspirefunds-page h2, .aspirefunds-page h3, .aspirefunds-page h4 {
  font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
  font-weight: 700;
}.aspirefunds-page h1 { font-size: clamp(2.1rem, 4.4vw, 3.6rem); }.aspirefunds-page h2 { font-size: clamp(1.6rem, 2.6vw, 2.3rem); }.aspirefunds-page h3 { font-size: 1.2rem; }.aspirefunds-page p { margin: 0 0 1rem; color: var(--ink-2); }.aspirefunds-page p.lead { font-size: 1.125rem; color: var(--ink-2); }.aspirefunds-page .container { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

/* Eyebrows / small labels */.aspirefunds-page .eyebrow {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 600;
  color: var(--midnight);
}.aspirefunds-page .eyebrow.on-dark { color: var(--sky); }

/* Buttons */.aspirefunds-page .btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .85rem 1.35rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: transform .15s ease, background .2s ease, border-color .2s ease, color .2s ease;
  cursor: pointer;
}.aspirefunds-page .btn-primary { background: var(--midnight); color: var(--white); }.aspirefunds-page .btn-primary:hover { background: var(--midnight-2); color: var(--white); transform: translateY(-1px); }.aspirefunds-page .btn-outline { background: transparent; color: var(--midnight); border-color: var(--midnight); }.aspirefunds-page .btn-outline:hover { background: var(--midnight); color: var(--white); }.aspirefunds-page .btn-light { background: var(--white); color: var(--midnight); }.aspirefunds-page .btn-light:hover { background: var(--sky-soft); color: var(--midnight-2); }.aspirefunds-page .btn-ghost-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); }.aspirefunds-page .btn-ghost-light:hover { background: rgba(255,255,255,.12); border-color: var(--white); }.aspirefunds-page .btn .arrow { transition: transform .2s ease; }.aspirefunds-page .btn:hover .arrow { transform: translateX(3px); }

/* Top bar / header */.aspirefunds-page .topbar {
  background: var(--midnight-3);
  color: var(--timberwolf);
  font-size: .82rem;
}.aspirefunds-page .topbar .container {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 8px; padding-bottom: 8px;
  gap: 20px;
  flex-wrap: wrap;
}.aspirefunds-page .topbar a { color: var(--timberwolf); }.aspirefunds-page .topbar a:hover { color: var(--sky); }.aspirefunds-page .topbar .sep { opacity: .35; margin: 0 10px; }

@media (max-width: 720px) {.aspirefunds-page .topbar { font-size: .76rem; }.aspirefunds-page .topbar .container { justify-content: center; gap: 6px 14px; text-align: center; }.aspirefunds-page .topbar .sep { margin: 0 6px; }
}
@media (max-width: 480px) {
  /* Hide the location tagline on very small screens; keep the phone + email
     since those are the actionable items */.aspirefunds-page .topbar .container > div:first-child { display: none; }.aspirefunds-page .topbar .container { padding-top: 6px; padding-bottom: 6px; }.aspirefunds-page .topbar .container > div:last-child { display: flex; flex-direction: column; gap: 2px; }.aspirefunds-page .topbar .sep { display: none; }
}.aspirefunds-page header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(1.2) blur(10px);
  border-bottom: 1px solid var(--timberwolf);
}.aspirefunds-page header.site .row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
}.aspirefunds-page .brand {
  display: flex; align-items: center; gap: 14px;
  color: var(--ink);
  transition: transform .28s ease;
}.aspirefunds-page .brand:hover { transform: translateY(-1px); }.aspirefunds-page .brand-mark-wrap {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 30%, rgba(107,195,219,.16), rgba(22,100,142,.08) 60%, transparent 75%);
  transition: background .3s ease, box-shadow .3s ease;
}.aspirefunds-page .brand-mark-wrap::after {
  content: ""; position: absolute; inset: 0; border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(22,100,142,.08) inset;
  pointer-events: none;
}.aspirefunds-page .brand:hover .brand-mark-wrap {
  background:
    radial-gradient(circle at 30% 30%, rgba(107,195,219,.28), rgba(22,100,142,.14) 60%, transparent 75%);
  box-shadow: 0 6px 22px -10px rgba(22,100,142,.6);
}.aspirefunds-page .brand .brand-mark { height: 40px; width: auto; display: block; filter: drop-shadow(0 1px 2px rgba(22,100,142,.18)); }.aspirefunds-page .brand .wordmark {
  display: flex; flex-direction: column; line-height: 1.1;
  min-width: 0;
}.aspirefunds-page .brand .wordmark strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700; letter-spacing: .14em;
  color: var(--midnight-3);
  font-size: 1.08rem;
  display: inline-block;
  line-height: 1.15;
}.aspirefunds-page .brand .wordmark span {
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gray); margin-top: 4px;
}.aspirefunds-page nav.primary { display: flex; align-items: center; gap: 26px; }.aspirefunds-page nav.primary a {
  font-size: .93rem; font-weight: 500; color: var(--ink);
}.aspirefunds-page nav.primary a:hover { color: var(--midnight); }.aspirefunds-page nav.primary .btn { padding: .6rem 1rem; }.aspirefunds-page .menu-toggle { display: none; background: none; border: 0; cursor: pointer; }.aspirefunds-page .menu-toggle svg { width: 28px; height: 28px; color: var(--midnight); }

@media (max-width: 900px) {.aspirefunds-page nav.primary { display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--timberwolf); padding: 8px 0;
  }.aspirefunds-page nav.primary.open { display: flex; }.aspirefunds-page nav.primary a { padding: 12px var(--gutter); border-bottom: 1px solid var(--timberwolf-2); }.aspirefunds-page nav.primary .btn { margin: 10px var(--gutter); }.aspirefunds-page .menu-toggle { display: block; }
}

/* Hero */.aspirefunds-page .hero {
  position: relative;
  color: var(--white);
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(107,195,219,.35), transparent 60%),
    linear-gradient(160deg, var(--midnight-3) 0%, var(--midnight) 55%, #0A5C86 100%);
  overflow: hidden;
}.aspirefunds-page .hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at 50% 40%, black 30%, transparent 75%);
  pointer-events: none;
}.aspirefunds-page .hero .container { position: relative; padding-top: 84px; padding-bottom: 84px; }.aspirefunds-page .hero .grid {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center;
}.aspirefunds-page .hero h1 { color: var(--white); font-size: clamp(2.2rem, 4.8vw, 3.7rem); }.aspirefunds-page .hero h1 em {
  color: var(--sky); font-style: normal; display: inline-block;
}.aspirefunds-page .hero p.lead { color: rgba(255,255,255,.9); max-width: 620px; }.aspirefunds-page .hero .actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }.aspirefunds-page .hero .badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(107,195,219,.15); color: var(--sky);
  border: 1px solid rgba(107,195,219,.35);
  padding: 6px 12px; border-radius: 999px;
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
  margin-bottom: 20px;
}.aspirefunds-page .hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-lg);
  padding: 26px;
  backdrop-filter: blur(6px);
}.aspirefunds-page .hero-card h3 { color: var(--white); font-family: 'Roboto'; font-weight: 600; letter-spacing: .04em; font-size: .82rem; text-transform: uppercase; color: var(--sky); }.aspirefunds-page .hero-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px 22px; margin-top: 10px; }.aspirefunds-page .hero-stats .stat .n { font-family: 'Merriweather', serif; font-size: 1.9rem; font-weight: 700; color: var(--white); line-height: 1; }.aspirefunds-page .hero-stats .stat .l { font-size: .82rem; color: rgba(255,255,255,.8); margin-top: 6px; letter-spacing: .04em; }

@media (max-width: 900px) {.aspirefunds-page .hero .grid { grid-template-columns: 1fr; gap: 32px; }.aspirefunds-page .hero .container { padding-top: 60px; padding-bottom: 60px; }
}

/* Section base */.aspirefunds-page section { padding: 90px 0; }.aspirefunds-page section.tight { padding: 60px 0; }.aspirefunds-page section.dark { background: var(--midnight-3); color: var(--white); }.aspirefunds-page section.dark h2 { color: var(--white); }.aspirefunds-page section.dark p { color: rgba(255,255,255,.82); }.aspirefunds-page section.soft { background: var(--timberwolf-2); }.aspirefunds-page section.blue { background: linear-gradient(180deg, var(--midnight-3), var(--midnight)); color: var(--white); }.aspirefunds-page section.blue h2 { color: var(--white); }.aspirefunds-page section.blue p { color: rgba(255,255,255,.88); }.aspirefunds-page section.blue .list-check li, .aspirefunds-page section.dark .list-check li { color: rgba(255,255,255,.92); }.aspirefunds-page section.blue .list-check li::before, .aspirefunds-page section.dark .list-check li::before { color: var(--sky); }.aspirefunds-page section.blue a:not(.btn), .aspirefunds-page section.dark a:not(.btn) { color: var(--sky); }.aspirefunds-page section.blue strong, .aspirefunds-page section.dark strong { color: var(--white); }.aspirefunds-page .section-head { max-width: 780px; margin-bottom: 44px; }.aspirefunds-page .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* Metric strip */.aspirefunds-page .metric-strip {
  background: var(--white);
  border: 1px solid var(--timberwolf);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 26px 20px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: -60px; position: relative; z-index: 2;
}.aspirefunds-page .metric-strip .m {
  padding: 6px 18px;
  border-right: 1px solid var(--timberwolf);
}.aspirefunds-page .metric-strip .m:last-child { border-right: 0; }.aspirefunds-page .metric-strip .m .n {
  font-family: 'Merriweather', serif;
  font-size: 1.75rem; font-weight: 700; color: var(--midnight); line-height: 1.05;
}.aspirefunds-page .metric-strip .m .l {
  font-size: .82rem; color: var(--gray-2); margin-top: 8px; letter-spacing: .04em;
}
@media (max-width: 800px) {.aspirefunds-page .metric-strip { grid-template-columns: repeat(2, 1fr); }.aspirefunds-page .metric-strip .m:nth-child(2) { border-right: 0; }
}

/* Feature grid (Why AspireFunds) */.aspirefunds-page .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.aspirefunds-page .feature {
  background: var(--white);
  border: 1px solid var(--timberwolf);
  border-radius: var(--radius-lg);
  padding: 26px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}.aspirefunds-page .feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--sky); }.aspirefunds-page .feature .ico {
  width: 44px; height: 44px; border-radius: 8px;
  background: linear-gradient(140deg, var(--midnight), var(--sky));
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}.aspirefunds-page .feature .ico svg { width: 22px; height: 22px; }.aspirefunds-page .feature h3 { font-family: 'Roboto'; font-weight: 700; letter-spacing: .01em; margin-bottom: 8px; color: var(--midnight); }
@media (max-width: 900px) {.aspirefunds-page .feature-grid { grid-template-columns: 1fr; } }

/* Fund cards */.aspirefunds-page .funds-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 1000px) {.aspirefunds-page .funds-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  {.aspirefunds-page .funds-grid { grid-template-columns: 1fr; } }.aspirefunds-page .fund-card {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--timberwolf);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}.aspirefunds-page .fund-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--midnight); }.aspirefunds-page .fund-card .tag { font-family: 'Roboto'; font-weight: 700; font-size: .78rem; color: var(--sky); letter-spacing: .14em; text-transform: uppercase; }.aspirefunds-page .fund-card h3 { font-family: 'Merriweather'; font-size: 1.15rem; margin: 6px 0 8px; color: var(--ink); }.aspirefunds-page .fund-card .aum { color: var(--midnight); font-weight: 600; margin-bottom: 10px; font-size: .95rem;}.aspirefunds-page .fund-card p { font-size: .93rem; color: var(--ink-2); flex: 1; }.aspirefunds-page .fund-card .kv {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px;
  margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--timberwolf);
  font-size: .82rem;
}.aspirefunds-page .fund-card .kv b { color: var(--gray-2); font-weight: 600; display: block; margin-bottom: 2px; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }

/* Process steps */.aspirefunds-page .process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
@media (max-width: 900px) {.aspirefunds-page .process { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) {.aspirefunds-page .process { grid-template-columns: 1fr; } }.aspirefunds-page .step {
  background: var(--white); border: 1px solid var(--timberwolf); border-radius: var(--radius-lg);
  padding: 22px; position: relative;
}.aspirefunds-page .step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: 'Merriweather'; font-weight: 700; font-size: 1.25rem;
  color: var(--sky);
  display: block; margin-bottom: 10px;
}.aspirefunds-page .step h3 { font-family: 'Roboto'; font-weight: 700; font-size: 1rem; color: var(--midnight); margin-bottom: 6px; }.aspirefunds-page .step p { font-size: .9rem; margin: 0; }

/* Two-column split */.aspirefunds-page .split {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center;
}
@media (max-width: 900px) {.aspirefunds-page .split { grid-template-columns: 1fr; gap: 30px; } }.aspirefunds-page .split img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }

/* Callout */.aspirefunds-page .callout {
  background: linear-gradient(120deg, var(--midnight-3), var(--midnight));
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px;
  display: grid; grid-template-columns: 1.4fr auto; gap: 24px; align-items: center;
}
@media (max-width: 800px) {.aspirefunds-page .callout { grid-template-columns: 1fr; text-align: left; } }.aspirefunds-page .callout h2 { color: var(--white); margin-bottom: 8px; }.aspirefunds-page .callout p { color: rgba(255,255,255,.85); margin: 0; }.aspirefunds-page .callout .actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Testimonial / quote */.aspirefunds-page .quote {
  background: var(--white);
  border-left: 4px solid var(--sky);
  padding: 22px 26px;
  border-radius: 4px;
  box-shadow: var(--shadow-sm);
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.5;
}.aspirefunds-page .quote .who { display: block; margin-top: 10px; font-style: normal; font-family: 'Roboto'; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; color: var(--midnight); font-weight: 600; }

/* FAQ */.aspirefunds-page .faq details {
  border-bottom: 1px solid var(--timberwolf);
  padding: 18px 0;
  cursor: pointer;
}.aspirefunds-page .faq summary {
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'Roboto'; font-weight: 600; color: var(--ink);
  font-size: 1.02rem;
}.aspirefunds-page .faq summary::-webkit-details-marker { display: none; }.aspirefunds-page .faq summary::after {
  content: "+"; color: var(--midnight); font-size: 1.5rem; margin-left: 16px; transition: transform .2s;
}.aspirefunds-page .faq details[open] summary::after { content: "–"; }.aspirefunds-page .faq details p { margin-top: 10px; }

/* Insights */.aspirefunds-page .insights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) {.aspirefunds-page .insights { grid-template-columns: 1fr; } }.aspirefunds-page .insight {
  border: 1px solid var(--timberwolf);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}.aspirefunds-page .insight:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }.aspirefunds-page .insight .thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(140deg, var(--midnight), var(--sky));
  position: relative; overflow: hidden;
}.aspirefunds-page .insight .thumb::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(ellipse at center, black 25%, transparent 75%);
}.aspirefunds-page .insight .thumb.two { background: linear-gradient(140deg, var(--midnight-3), var(--midnight-2)); }.aspirefunds-page .insight .thumb.three { background: linear-gradient(140deg, var(--sky), var(--midnight)); }.aspirefunds-page .insight .body { padding: 22px 22px 24px; }.aspirefunds-page .insight .cat { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--midnight); font-weight: 600; }.aspirefunds-page .insight h3 { font-family: 'Merriweather'; font-size: 1.1rem; margin: 8px 0 8px; }.aspirefunds-page .insight p { font-size: .93rem; margin: 0; }

/* Footer */.aspirefunds-page footer.site {
  background: var(--midnight-3);
  color: rgba(255,255,255,.75);
  padding: 60px 0 24px;
}.aspirefunds-page footer.site .grid {
  display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 40px;
}
@media (max-width: 1100px) {.aspirefunds-page footer.site .grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }.aspirefunds-page .fcol.brand-col { grid-column: 1 / -1; } }
@media (max-width: 800px) {.aspirefunds-page footer.site .grid { grid-template-columns: 1fr 1fr; }.aspirefunds-page .fcol.brand-col { grid-column: 1 / -1; } }
@media (max-width: 500px) {.aspirefunds-page footer.site .grid { grid-template-columns: 1fr; } }.aspirefunds-page footer.site h4 {
  font-family: 'Roboto'; font-size: .85rem; letter-spacing: .16em; text-transform: uppercase; color: var(--sky); font-weight: 700; margin-bottom: 14px;
}.aspirefunds-page footer.site a { color: rgba(255,255,255,.75); font-size: .93rem; }.aspirefunds-page footer.site a:hover { color: var(--white); }.aspirefunds-page footer.site ul { list-style: none; padding: 0; margin: 0; }.aspirefunds-page footer.site ul li { margin-bottom: 8px; }.aspirefunds-page footer.site .brand-col .footer-mark-wrap {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, rgba(107,195,219,.22), rgba(107,195,219,.05) 65%, transparent 78%);
  border: 1px solid rgba(255,255,255,.08);
}.aspirefunds-page footer.site .brand-col .footer-mark-wrap img { height: 40px; width: auto; display: block; filter: drop-shadow(0 1px 2px rgba(0,0,0,.35)); }.aspirefunds-page footer.site p { color: rgba(255,255,255,.7); font-size: .92rem; line-height: 1.6; margin-top: 16px; }.aspirefunds-page .footer-brand { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 6px; }.aspirefunds-page .footer-wordmark { display: flex; flex-direction: column; line-height: 1; }.aspirefunds-page .footer-wordmark strong { color: var(--white); font-weight: 700; letter-spacing: .18em; font-size: 1rem; }.aspirefunds-page .footer-wordmark span { color: var(--sky); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; margin-top: 5px; }.aspirefunds-page .footer-bottom {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12);
  display: grid; grid-template-columns: 1fr; gap: 14px;
  font-size: .78rem; color: rgba(255,255,255,.6); line-height: 1.6;
}.aspirefunds-page .footer-bottom .disclosure { color: rgba(255,255,255,.5); max-width: 100%; }.aspirefunds-page .footer-bottom .disclosure a { color: var(--sky); text-decoration: underline; }

/* Page hero (interior) */.aspirefunds-page .page-hero {
  background:
    radial-gradient(800px 300px at 90% -30%, rgba(107,195,219,.28), transparent 60%),
    linear-gradient(140deg, var(--midnight-3), var(--midnight));
  color: var(--white);
  padding: 90px 0 70px;
  position: relative; overflow: hidden;
}.aspirefunds-page .page-hero h1 { color: var(--white); }.aspirefunds-page .page-hero p.lead { color: rgba(255,255,255,.88); max-width: 720px; }

/* Utilities */.aspirefunds-page .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 800px) {.aspirefunds-page .two-col { grid-template-columns: 1fr; } }.aspirefunds-page .list-check { padding-left: 0; list-style: none; }.aspirefunds-page .list-check li { padding-left: 30px; position: relative; margin-bottom: 10px; color: var(--ink-2); }.aspirefunds-page .list-check li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 18px; height: 10px; border-left: 2px solid var(--sky); border-bottom: 2px solid var(--sky);
  transform: rotate(-45deg);
}.aspirefunds-page .small { font-size: .88rem; color: var(--gray-2); }.aspirefunds-page .mono { font-family: 'JetBrains Mono', ui-monospace, monospace; }

/* Legal / prose pages */.aspirefunds-page .legal-page { max-width: 820px; margin: 0 auto; }.aspirefunds-page .legal-page .meta { color: var(--gray-2); font-size: .88rem; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--timberwolf); }.aspirefunds-page .legal-page h2 { font-family: 'Merriweather', Georgia, serif; font-size: 1.5rem; margin-top: 40px; margin-bottom: 12px; color: var(--midnight); }.aspirefunds-page .legal-page h3 { font-size: 1.05rem; margin-top: 24px; margin-bottom: 8px; color: var(--midnight-3); font-weight: 600; }.aspirefunds-page .legal-page p, .aspirefunds-page .legal-page li { color: var(--ink); line-height: 1.7; }.aspirefunds-page .legal-page ul, .aspirefunds-page .legal-page ol { padding-left: 22px; margin-bottom: 14px; }.aspirefunds-page .legal-page li { margin-bottom: 6px; }.aspirefunds-page .legal-page a { color: var(--midnight); text-decoration: underline; }.aspirefunds-page .legal-page .callout-box { background: var(--timberwolf-2); border-left: 4px solid var(--sky); padding: 18px 22px; border-radius: 8px; margin: 24px 0; }.aspirefunds-page .legal-page table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .95rem; }.aspirefunds-page .legal-page th, .aspirefunds-page .legal-page td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--timberwolf); }.aspirefunds-page .legal-page th { background: var(--timberwolf-2); font-weight: 600; color: var(--midnight); }.aspirefunds-page .legal-toc { background: var(--timberwolf-2); border-radius: 12px; padding: 20px 24px; margin-bottom: 32px; }.aspirefunds-page .legal-toc h4 { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--midnight); margin-bottom: 12px; }.aspirefunds-page .legal-toc ol { columns: 2; column-gap: 32px; padding-left: 22px; }
@media (max-width: 700px) {.aspirefunds-page .legal-toc ol { columns: 1; } }.aspirefunds-page .legal-toc a { color: var(--midnight-3); text-decoration: none; }.aspirefunds-page .legal-toc a:hover { color: var(--sky-3); text-decoration: underline; }

/* Contact grid */.aspirefunds-page .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 800px) {.aspirefunds-page .contact-grid { grid-template-columns: 1fr; } }.aspirefunds-page .contact-card {
  background: var(--white); border: 1px solid var(--timberwolf); border-radius: var(--radius-lg);
  padding: 26px;
}.aspirefunds-page .contact-card h3 { font-family: 'Roboto'; color: var(--midnight); font-size: 1.05rem; margin-bottom: 10px; }

/* Form */.aspirefunds-page form.contact { display: grid; gap: 14px; }.aspirefunds-page form.contact label { font-size: .82rem; color: var(--gray-2); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }.aspirefunds-page form.contact input, .aspirefunds-page form.contact select, .aspirefunds-page form.contact textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--timberwolf);
  border-radius: var(--radius);
  font-family: 'Roboto', sans-serif; font-size: .95rem;
  background: var(--white); color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}.aspirefunds-page form.contact input:focus, .aspirefunds-page form.contact select:focus, .aspirefunds-page form.contact textarea:focus { outline: none; border-color: var(--midnight); box-shadow: 0 0 0 3px rgba(22,100,142,.15); }.aspirefunds-page form.contact .two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) {.aspirefunds-page form.contact .two { grid-template-columns: 1fr; } }

/* Reveal on scroll */.aspirefunds-page .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }.aspirefunds-page .reveal.in { opacity: 1; transform: none; }

/* ---------------------------------------------------------------------------
   Responsive polish — tablet & mobile refinements
   Preserves all existing breakpoints; only tightens edges at narrow widths.
   --------------------------------------------------------------------------- */

/* Tablet (≤ 900px): tighten section padding and headline scale */
@media (max-width: 900px) {.aspirefunds-page section { padding: 64px 0; }.aspirefunds-page section.tight { padding: 44px 0; }.aspirefunds-page .page-hero { padding: 64px 0 52px; }.aspirefunds-page h1 { font-size: clamp(1.9rem, 4.6vw, 2.6rem); }.aspirefunds-page h2 { font-size: clamp(1.5rem, 3.6vw, 2rem); }.aspirefunds-page .section-head { margin-bottom: 32px; }
}

/* Very small screens (≤ 560px): sharpen typography, spacing, and grids */
@media (max-width: 560px) {:root { --gutter: 16px; }.aspirefunds-page section { padding: 48px 0; }.aspirefunds-page section.tight { padding: 36px 0; }.aspirefunds-page .page-hero { padding: 48px 0 40px; }

  /* Hero */.aspirefunds-page .hero .container { padding-top: 44px; padding-bottom: 44px; }.aspirefunds-page .hero h1 { font-size: clamp(1.85rem, 6.5vw, 2.3rem); line-height: 1.15; }.aspirefunds-page .hero p.lead { font-size: .98rem; }.aspirefunds-page .hero .actions .btn { width: 100%; justify-content: center; }.aspirefunds-page .hero-card { padding: 20px; }.aspirefunds-page .hero-stats { grid-template-columns: 1fr 1fr; gap: 14px 18px; }.aspirefunds-page .hero-stats .stat .n { font-size: 1.55rem; }.aspirefunds-page .hero-stats .stat .l { font-size: .74rem; }

  /* Metric strip: single column so numbers breathe */.aspirefunds-page .metric-strip {
    grid-template-columns: 1fr;
    padding: 20px 18px;
    margin-top: -40px;
  }.aspirefunds-page .metric-strip .m {
    border-right: 0;
    border-bottom: 1px solid var(--timberwolf);
    padding: 12px 4px;
  }.aspirefunds-page .metric-strip .m:last-child { border-bottom: 0; }.aspirefunds-page .metric-strip .m .n { font-size: 1.5rem; }

  /* Fund cards: tighter padding, allow long tags to wrap */.aspirefunds-page .fund-card { padding: 20px; }.aspirefunds-page .fund-card .tag { white-space: normal; line-height: 1.35; }.aspirefunds-page .fund-card h3 { font-size: 1.08rem; }.aspirefunds-page .fund-card .kv { grid-template-columns: 1fr 1fr; gap: 8px 12px; }

  /* Feature cards */.aspirefunds-page .feature { padding: 22px; }

  /* Section head */.aspirefunds-page .section-head { margin-bottom: 26px; }.aspirefunds-page .section-head h2 { font-size: clamp(1.4rem, 5vw, 1.75rem); }.aspirefunds-page .section-head .lead { font-size: .98rem; }

  /* Callout */.aspirefunds-page .callout { padding: 28px 22px; }.aspirefunds-page .callout .actions .btn { width: 100%; justify-content: center; }

  /* Contact card */.aspirefunds-page .contact-card { padding: 22px; }

  /* Footer bottom line-break safety */.aspirefunds-page footer.site { padding: 44px 0 20px; }.aspirefunds-page .footer-bottom { font-size: .74rem; }
}

/* Long-string safety: prevent horizontal scroll from unbreakable strings
   (long URLs, tel: numbers, hyphenated fund names on very narrow phones) */
@media (max-width: 480px) {.aspirefunds-page { overflow-x: hidden; }.aspirefunds-page .fund-card p, .aspirefunds-page .feature p, .aspirefunds-page .contact-card p, .aspirefunds-page .legal-page p, .aspirefunds-page .legal-page li, .aspirefunds-page footer.site p, .aspirefunds-page footer.site a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  /* Keep phone numbers and short values intact */.aspirefunds-page a[href^="tel:"], .aspirefunds-page .mono { word-break: normal; overflow-wrap: normal; }
}
