:root {
  --ink: #173b58;
  --ink-strong: #102f49;
  --muted: #668398;
  --blue: #197ed1;
  --blue-deep: #145c9d;
  --mint: #dff4ef;
  --mint-strong: #bee7df;
  --lavender: #ece9ff;
  --cream: #fff8eb;
  --line: #dfeaf1;
  --surface: #ffffff;
  --surface-soft: #f7fbff;
  --shadow: 0 24px 65px rgba(33, 82, 116, .10);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink-strong);
  background: var(--surface-soft);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--surface-soft); color: var(--ink-strong); line-height: 1.5; }
main > section:nth-of-type(n + 3) { content-visibility: auto; contain-intrinsic-size: auto 900px; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 112px 0; }
.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; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 251, 255, .88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(31, 71, 101, .06); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }
.brand-logo { display: block; flex: 0 0 auto; width: 39px; height: 39px; object-fit: contain; }
.mini-mark { display: grid; place-items: center; flex: 0 0 auto; font-weight: 800; color: #fff; background: linear-gradient(140deg, #1b8dd7, #155b99); box-shadow: 0 7px 17px rgba(25, 126, 209, .22); }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 16px; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 20px; color: #46677e; font-size: 14px; }
.site-nav a:not(.nav-cta) { transition: color .2s; }
.site-nav a:not(.nav-cta):hover, .footer-links a:hover { color: var(--blue); }
.nav-login { color: var(--blue-deep); font-weight: 700; }.nav-cta { padding: 11px 17px; border: 1px solid #197ed1; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #198ddd, #1269ae); box-shadow: 0 8px 18px rgba(25, 126, 209, .18); font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }.nav-cta:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 11px 23px rgba(25, 126, 209, .27); background: #1269ae; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 7px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px; border-radius: 2px; background: var(--ink); }

.hero { overflow: hidden; padding-top: 88px; padding-bottom: 50px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: 58px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--blue-deep); font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: #43c19b; box-shadow: 0 0 0 5px #ddf4ee; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 640px; margin-bottom: 24px; color: var(--ink-strong); font-size: clamp(42px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -.065em; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 570px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; border-radius: 999px; padding: 15px 22px; font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #198ddd, #1269ae); box-shadow: 0 12px 24px rgba(25, 126, 209, .22); }.button-outline { border: 1px solid #c6ddeb; color: var(--blue-deep); background: #fff; }.button-outline:hover { border-color: #9dc7df; background: #f9fdff; }
.button-primary:hover { box-shadow: 0 16px 29px rgba(25, 126, 209, .28); }
.button-light { color: var(--ink); background: #fff; box-shadow: 0 10px 22px rgba(8, 47, 75, .14); }
.button-light:hover { background: #f4fffd; }
.text-link, .arrow-link { color: var(--blue-deep); font-size: 14px; font-weight: 700; }
.section-cta { display: flex; justify-content: center; margin-top: 40px; }
.text-link span, .arrow-link span { display: inline-block; margin-left: 8px; color: var(--blue); transition: transform .2s; }
.text-link:hover span, .arrow-link:hover span { transform: translateX(4px); }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--muted); font-size: 12px; }.hero-resource-link { display: inline-flex; margin-top: 19px; }.hero-highlights { display: grid; gap: 10px; margin-top: 24px; color: #59778d; font-size: 12px; font-weight: 650; }.hero-highlights > div { display: flex; align-items: center; gap: 9px; }.hero-highlights .check { flex: 0 0 auto; }
.check { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #0a8c68; background: #d7f4e9; font-size: 11px; font-weight: 800; }

.hero-visual { position: relative; min-height: 550px; display: flex; align-items: center; justify-content: center; }
.glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.glow-one { width: 450px; height: 450px; background: radial-gradient(circle, rgba(203, 241, 235, .78) 0, rgba(203, 241, 235, 0) 68%); }
.glow-two { width: 260px; height: 260px; right: 4%; bottom: 5%; background: radial-gradient(circle, rgba(230, 226, 255, .75) 0, rgba(230, 226, 255, 0) 69%); }
.dashboard-card { position: relative; z-index: 2; width: min(100%, 530px); padding: 23px; border: 1px solid rgba(216, 233, 241, .95); border-radius: 25px; background: rgba(255, 255, 255, .94); box-shadow: 0 28px 80px rgba(33, 84, 118, .16); transform: rotate(2deg); }
.dashboard-top, .dashboard-greeting, .agenda-heading, .member-head, .agenda-item, .member-line, .finance-preview { display: flex; align-items: center; }
.dashboard-top { justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #eaf1f5; }
.mini-brand { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 11px; font-weight: 750; }
.mini-mark { width: 22px; height: 22px; border-radius: 7px; font-size: 10px; }
.status-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 999px; color: #277e68; background: #e7f8f1; font-size: 9px; font-weight: 700; }
.status-pill i, .active-dot { width: 6px; height: 6px; border-radius: 50%; background: #38b788; }
.dashboard-greeting { justify-content: space-between; padding: 22px 0 18px; }
.tiny-label { color: #90a7b6; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.dashboard-greeting h2 { margin: 5px 0 0; color: var(--ink); font-size: 21px; letter-spacing: -.04em; }
.avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; color: #fff; background: linear-gradient(140deg, #f1b98d, #d68564); font-size: 11px; font-weight: 800; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric-card { position: relative; min-height: 125px; padding: 14px; border-radius: 15px; overflow: hidden; }
.metric-blue { background: #eaf5ff; }.metric-green { background: #e8f8f2; }
.metric-icon { display: grid; place-items: center; width: 24px; height: 24px; margin-bottom: 8px; border-radius: 8px; color: #1b86d3; background: #fff; font-size: 13px; font-weight: 800; }.metric-green .metric-icon { color: #2da97c; }
.metric-card strong, .metric-card small, .metric-card b { display: block; }.metric-card strong { color: var(--ink); font-size: 26px; line-height: 1.05; }.metric-card small { margin-top: 2px; color: #6e899c; font-size: 10px; }.metric-card b { margin-top: 10px; color: #3288c0; font-size: 9px; }.metric-green b { color: #329574; }
.agenda-card { margin-top: 13px; padding: 15px; border: 1px solid #edf2f5; border-radius: 15px; background: #fff; }.agenda-heading { justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid #eff3f6; color: var(--ink); font-size: 11px; }.agenda-heading span { color: var(--blue); font-size: 9px; font-weight: 700; }.agenda-item { gap: 10px; padding: 13px 0 0; }.agenda-item time { width: 40px; color: var(--blue); font-size: 10px; font-weight: 800; }.agenda-dot { width: 7px; height: 7px; border-radius: 50%; background: #278dd9; }.agenda-dot.purple { background: #7857d1; }.agenda-item > div { min-width: 0; flex: 1; }.agenda-item strong, .agenda-item small { display: block; }.agenda-item strong { color: var(--ink); font-size: 10px; }.agenda-item small { margin-top: 3px; color: #7891a2; font-size: 9px; }.agenda-tag { padding: 5px 8px; border-radius: 6px; color: #2a86cc; background: #edf7ff; font-size: 8px; font-weight: 700; }.purple-tag { color: #7454c6; background: #f2efff; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid #e4edf2; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 18px 35px rgba(34, 77, 108, .13); transform: rotate(-3deg); }.floating-card strong, .floating-card small { display: block; }.floating-card strong { color: var(--ink); font-size: 10px; }.floating-card small { margin-top: 3px; color: #7890a0; font-size: 8px; }.floating-notification { top: 7%; right: -4%; }.floating-people { bottom: 5%; left: -5%; padding-right: 22px; transform: rotate(4deg); }.float-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; color: #fff; font-size: 12px; font-weight: 800; }.green-icon { background: #4fbd91; }.float-time { align-self: flex-start; color: #9aafbc; font-size: 8px; }.people-stack { display: flex; padding-left: 6px; }.people-stack i { display: grid; place-items: center; width: 25px; height: 25px; margin-left: -6px; border: 2px solid #fff; border-radius: 50%; color: var(--ink); background: #f8d3b6; font-size: 8px; font-style: normal; font-weight: 800; }.people-stack i:nth-child(2) { background: #c8e8ee; }.people-stack i:nth-child(3) { background: #d6cdf6; }
.app-preview { position: relative; z-index: 2; display: grid; grid-template-columns: 23% 1fr; width: min(100%, 700px); min-height: 385px; overflow: hidden; border: 1px solid #dce7f3; border-radius: 18px; background: #f6f9ff; box-shadow: 0 30px 75px rgba(33, 84, 118, .18); transform: rotate(1.5deg); font-size: 9px; text-align: left; }
.app-preview * { box-sizing: border-box; }
.app-sidebar { display: flex; flex-direction: column; min-width: 0; color: #b4c6dd; background: #0e1a31; }
.app-logo { display: flex; align-items: center; gap: 6px; min-height: 54px; padding: 9px 10px; border-bottom: 1px solid rgba(194, 211, 238, .12); color: #fff; }
.app-logo-mark { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; color: #2a68e7; background: #edf3ff; font-size: 17px; font-weight: 800; }
.app-logo b, .app-logo small { display: block; line-height: 1.2; }.app-logo b { font-size: 11px; }.app-logo small { margin-top: 2px; color: #9badc7; font-size: 6px; }
.app-nav { display: flex; flex: 1; flex-direction: column; gap: 3px; padding: 14px 8px; }.app-nav-item { display: flex; align-items: center; gap: 7px; min-height: 27px; padding: 6px 7px; border-radius: 7px; color: #a9bdd6; font-size: 8px; font-weight: 650; }.app-nav-item i { width: 12px; color: #86a4c5; font-size: 12px; font-style: normal; text-align: center; }.app-nav-item.is-active { color: #fff; background: #1b3671; }.app-nav-item.is-active i { color: #fff; }.app-nav-sub { padding: 2px 8px 2px 27px; color: #a9bdd6; font-size: 7px; }
.app-sidebar-bottom { display: flex; flex-direction: column; gap: 11px; padding: 13px 15px; border-top: 1px solid rgba(194, 211, 238, .12); font-size: 8px; }.app-sidebar-bottom span { white-space: nowrap; }
.app-main { min-width: 0; background: #f7f9fe; }.app-topbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 54px; padding: 9px 14px; border-bottom: 1px solid #edf1f7; background: #fff; }.app-search { display: flex; align-items: center; justify-content: space-between; width: 48%; min-width: 160px; padding: 7px 8px; border-radius: 7px; color: #8ca0bd; background: #e8effc; font-size: 8px; }.app-search b { color: #5b7190; font-size: 13px; }.app-user { display: flex; align-items: center; gap: 6px; color: #15213a; }.app-user strong, .app-user small { display: block; line-height: 1.2; }.app-user strong { font-size: 8px; }.app-user small { margin-top: 2px; color: #60738f; font-size: 6px; }.app-bell { position: relative; color: #17213b; font-size: 11px; }.app-bell::after { content: '1'; position: absolute; top: -5px; right: -6px; display: grid; place-items: center; width: 10px; height: 10px; border-radius: 50%; color: #fff; background: #eb4a57; font-size: 6px; }.app-user-avatar { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #17213b; background: #eaf0fb; font-size: 10px; font-weight: 700; }
.app-content { padding: 12px; }.app-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.app-panel { min-width: 0; padding: 11px; overflow: hidden; border: 1px solid #dfe7f1; border-radius: 11px; background: #fff; }.app-panel-title { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 23px; padding-bottom: 8px; border-bottom: 1px solid #e6ecf4; color: #121d34; font-size: 10px; font-weight: 750; }.app-panel-title span { display: flex; align-items: center; gap: 5px; min-width: 0; white-space: nowrap; }.app-panel-title i { color: #286df0; font-size: 12px; font-style: normal; }.app-panel-title small { overflow: hidden; color: #637896; font-size: 7px; font-weight: 500; text-overflow: ellipsis; }.app-panel-title > b { padding: 5px 7px; border: 1px solid #1d2940; border-radius: 5px; color: #1d2940; background: #fff; font-size: 7px; font-weight: 650; white-space: nowrap; }.app-management-panel { grid-column: 1 / -1; }.app-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; padding-top: 9px; }.app-metric { min-width: 0; padding: 8px; border: 1px solid #e6edf3; border-radius: 8px; background: #fafcff; }.app-metric small, .app-metric strong, .app-metric span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.app-metric small { color: #6e8799; font-size: 7px; }.app-metric strong { margin-top: 4px; color: #183b58; font-size: 13px; line-height: 1.05; letter-spacing: -.035em; }.app-metric span { margin-top: 4px; color: #358a70; font-size: 6px; font-weight: 700; }.app-metric.metric-members { background: #f0f7ff; }.app-metric.metric-income { background: #eef9f5; }.app-metric.metric-school { background: #f5f2ff; }.app-metric.metric-school span { color: #735bc1; }.app-metric.metric-visitors { background: #fff7eb; }.app-metric.metric-visitors span { color: #c77b18; }
.agenda-panel { min-height: 159px; }.app-event-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 5px; align-items: center; padding-top: 7px; }.app-event-row time { color: #5d718d; font-size: 7px; font-weight: 700; white-space: nowrap; }.event-chip { display: grid; grid-template-columns: 16px minmax(0, 1fr); align-items: center; column-gap: 4px; min-height: 31px; padding: 4px 6px; border-radius: 6px; border-left: 3px solid; }.event-chip i { display: grid; place-items: center; grid-row: 1 / 3; width: 16px; height: 16px; border-radius: 5px; font-size: 9px; font-style: normal; }.event-chip strong, .event-chip small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.event-chip strong { font-size: 7px; }.event-chip small { color: #657895; font-size: 6px; }.event-chip.orange { border-color: #ff9300; background: #fff3e1; }.event-chip.orange i { color: #ff9300; background: #ffe5bc; }.event-chip.orange strong { color: #e78200; }.event-chip.purple { border-color: #6640c6; background: #f0eafd; }.event-chip.purple i { color: #6542c3; background: #dfd3f6; }.event-chip.purple strong { color: #6542c3; }.event-chip.green { border-color: #40ad50; background: #eaf7ec; }.event-chip.green i { color: #3fac4c; background: #d2eed8; }.event-chip.green strong { color: #3ba34a; }
.birthday-panel { min-height: 159px; }.birthday-row { display: grid; grid-template-columns: 58px 17px minmax(0, 1fr) 14px; gap: 5px; align-items: center; padding-top: 9px; }.birthday-row time { color: #586c89; font-size: 7px; font-weight: 750; white-space: nowrap; }.birthday-row time small { color: #6b879d; font-size: 6px; font-weight: 500; }.birthday-row > i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: #13203a; background: #e9f1ff; font-size: 7px; font-style: normal; }.birthday-row strong { overflow: hidden; color: #141e34; font-size: 7px; white-space: nowrap; text-overflow: ellipsis; }.birthday-row > b { display: grid; place-items: center; width: 13px; height: 13px; border-radius: 50%; color: #fff; background: #25cb6e; font-size: 8px; }
.app-panels-bottom { margin-top: 9px; }.school-panel, .activity-panel { min-height: 75px; }.school-panel p { margin: 14px 0 0; color: #67859a; font-size: 8px; }.activity-panel > div:not(.app-panel-title) { display: flex; gap: 3px; align-items: baseline; padding-top: 7px; color: #26344b; font-size: 7px; }.activity-panel small { margin-left: auto; color: #668299; font-size: 6px; white-space: nowrap; }.app-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 9px; }.app-stats > div { display: grid; grid-template-columns: 20px 1fr; column-gap: 5px; align-items: center; padding: 7px; border: 1px solid #dfe7f1; border-radius: 9px; background: #fff; }.app-stats i { display: grid; grid-row: span 2; place-items: center; width: 19px; height: 19px; border-radius: 7px; color: #2c70ed; background: #e7efff; font-size: 10px; font-style: normal; }.app-stats > div:nth-child(2) i { color: #e74179; background: #fde7f0; }.app-stats > div:nth-child(3) i { color: #f08d00; background: #fff0d9; }.app-stats > div:nth-child(4) i { color: #42ad54; background: #e8f6e9; }.app-stats strong, .app-stats small { display: block; }.app-stats strong { color: #14203a; font-size: 12px; line-height: 1; }.app-stats small { overflow: hidden; color: #617694; font-size: 6px; white-space: nowrap; text-overflow: ellipsis; }
.trust-row { display: flex; align-items: center; gap: 34px; padding: 48px 0 10px; border-top: 1px solid #e5eef3; color: #7590a1; font-size: 11px; }.trust-row > span { margin-right: auto; color: #99adb9; font-size: 10px; }.trust-row div { display: flex; align-items: center; gap: 7px; font-weight: 650; }.trust-icon { color: #2c94d4; font-size: 15px; }

.section-heading { max-width: 720px; }.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }.section-heading h2 { margin: 15px 0 16px; color: var(--ink); font-size: clamp(31px, 4vw, 48px); line-height: 1.1; letter-spacing: -.055em; }.section-heading p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.intro { background: #fff; }.solution-grid { display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 18px; margin-top: 54px; }.solution-card { min-height: 450px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-soft); }.solution-feature { color: #fff; background: linear-gradient(155deg, #135a94, #1d7fb7); box-shadow: 0 24px 44px rgba(21, 95, 148, .18); }.card-kicker { display: flex; align-items: center; gap: 9px; color: #afe0f4; font-size: 10px; font-weight: 800; letter-spacing: .12em; }.card-kicker span { width: 24px; height: 1px; background: #79c8e5; }.solution-card h3 { max-width: 310px; margin: 22px 0 12px; color: var(--ink); font-size: 24px; line-height: 1.13; letter-spacing: -.045em; }.solution-feature h3 { color: #fff; }.solution-card > p { color: var(--muted); font-size: 14px; line-height: 1.65; }.solution-feature > p { color: #c5e2ef; }.solution-feature .arrow-link { display: inline-block; margin-top: 9px; color: #fff; }.solution-feature .arrow-link span { color: #afe0f4; }.card-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; font-size: 24px; }.mint-bg { color: #278e75; background: var(--mint); }.lavender-bg { color: #7358c6; background: var(--lavender); }.member-preview { margin-top: 30px; padding: 16px; border: 1px solid rgba(196, 231, 242, .18); border-radius: 16px; background: rgba(6, 53, 93, .23); }.member-head { justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid rgba(218, 241, 249, .15); color: #9ed0e4; font-size: 8px; letter-spacing: .08em; }.member-head b { color: #d0ecf5; font-size: 8px; letter-spacing: 0; }.member-line { gap: 9px; padding: 10px 0 0; }.person-avatar { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; color: #184b70; font-size: 8px; font-weight: 800; }.peach { background: #f7c8ac; }.blue-avatar { background: #c3e1f2; }.mint-avatar { background: #c5ecdd; }.member-line > div { flex: 1; }.member-line strong, .member-line small { display: block; }.member-line strong { color: #fff; font-size: 10px; }.member-line small { margin-top: 2px; color: #a9cad9; font-size: 8px; }.active-dot { background: #64d0a5; }.mini-event { display: flex; align-items: center; gap: 11px; margin-top: 32px; padding: 12px; border: 1px solid #e4edf3; border-radius: 14px; background: #fff; }.event-date { display: grid; place-items: center; width: 38px; height: 42px; border-radius: 10px; color: #fff; background: #5b72cf; }.event-date b { font-size: 15px; line-height: 1; }.event-date small { font-size: 7px; font-weight: 750; }.mini-event > div { min-width: 0; flex: 1; }.mini-event strong, .mini-event small { display: block; }.mini-event strong { color: var(--ink); font-size: 11px; }.mini-event small { margin-top: 3px; color: var(--muted); font-size: 8px; }.event-arrow { color: #6392b2; font-size: 15px; }.finance-preview { justify-content: space-between; gap: 10px; margin-top: 45px; padding: 17px; border: 1px solid #e5e5f4; border-radius: 15px; background: #fff; }.finance-preview small, .finance-preview strong { display: block; }.finance-preview small { color: var(--muted); font-size: 8px; }.finance-preview strong { margin-top: 5px; color: var(--ink); font-size: 18px; }.finance-bars { display: flex; align-items: end; gap: 3px; height: 45px; }.finance-bars i { width: 5px; border-radius: 5px 5px 1px 1px; background: #b6a5ed; }.finance-bars i:nth-child(1) { height: 19px; }.finance-bars i:nth-child(2) { height: 25px; }.finance-bars i:nth-child(3) { height: 15px; }.finance-bars i:nth-child(4) { height: 30px; background: #7b62d1; }.finance-bars i:nth-child(5) { height: 23px; }.finance-bars i:nth-child(6) { height: 38px; background: #5f43bd; }.finance-bars i:nth-child(7) { height: 31px; background: #8b77dc; }

.finance-module { overflow: hidden; background: linear-gradient(135deg, #eff8ff 0%, #f8fbff 57%, #edf7f4 100%); }.finance-module-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 68px; align-items: center; }.finance-copy h2 { max-width: 500px; margin: 16px 0; color: var(--ink); font-size: clamp(34px, 4.1vw, 51px); line-height: 1.08; letter-spacing: -.055em; }.finance-copy > p { max-width: 460px; color: var(--muted); font-size: 16px; line-height: 1.7; }.finance-benefits { display: grid; gap: 13px; margin: 29px 0 0; padding: 0; list-style: none; color: #3b617e; font-size: 13px; font-weight: 650; }.finance-benefits li { display: flex; align-items: center; gap: 9px; }.finance-benefits span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #238366; background: #dff5ec; font-size: 11px; font-weight: 800; }.finance-dashboard { padding: 23px; border: 1px solid #d9e7ef; border-radius: 24px; background: rgba(255, 255, 255, .96); box-shadow: 0 27px 60px rgba(37, 85, 115, .13); }.finance-dashboard-top, .finance-list-title, .transaction-row, .campaign-item > div { display: flex; align-items: center; }.finance-dashboard-top { justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid #e7eef3; }.finance-dashboard-top span { color: #7693a5; font-size: 9px; font-weight: 800; letter-spacing: .12em; }.finance-dashboard-top h3 { margin: 5px 0 0; color: #102f49; font-size: 22px; letter-spacing: -.04em; }.finance-dashboard-top button { padding: 10px 12px; border: 0; border-radius: 9px; color: #fff; background: #197ed1; box-shadow: 0 8px 16px rgba(25, 126, 209, .18); font-size: 10px; font-weight: 750; }.finance-summary { display: grid; grid-template-columns: 1.18fr 1fr 1fr; gap: 10px; padding: 17px 0; }.finance-summary > div { min-width: 0; padding: 13px; border: 1px solid #e7edf3; border-radius: 13px; background: #fbfdff; }.finance-summary .finance-balance { border-color: #cfe3f5; background: linear-gradient(135deg, #edf7ff, #f4fbff); }.finance-summary small, .finance-summary strong, .finance-summary span { display: block; }.finance-summary small { color: #6b8798; font-size: 9px; }.finance-summary strong { overflow: hidden; margin-top: 7px; color: #102f49; font-size: clamp(14px, 1.65vw, 19px); line-height: 1.1; letter-spacing: -.035em; white-space: nowrap; text-overflow: ellipsis; }.finance-summary span { margin-top: 9px; color: #2b9473; font-size: 8px; font-weight: 750; }.finance-summary .expense-label { color: #d46858; }.finance-dashboard-body { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; }.finance-transactions, .finance-campaigns { padding: 14px; border: 1px solid #e7edf3; border-radius: 13px; }.finance-list-title { justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid #edf1f5; }.finance-list-title strong { color: #173b58; font-size: 11px; }.finance-list-title span { color: #2782ca; font-size: 8px; font-weight: 700; }.transaction-row { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; gap: 8px; padding-top: 10px; }.transaction-row i { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 8px; font-size: 13px; font-style: normal; font-weight: 800; }.transaction-income { color: #2a9e72; background: #e5f8ee; }.transaction-expense { color: #cf6957; background: #fff0eb; }.transaction-row > div { min-width: 0; }.transaction-row strong, .transaction-row small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.transaction-row strong { color: #25435c; font-size: 9px; }.transaction-row small { margin-top: 2px; color: #79909f; font-size: 7px; }.transaction-row > b { align-self: center; color: #248b69; font-size: 8px; white-space: nowrap; }.transaction-row > b.expense-value { color: #c95e52; }.campaign-item { padding-top: 13px; }.campaign-item > div { justify-content: space-between; gap: 7px; }.campaign-item strong { color: #29485f; font-size: 9px; }.campaign-item b { color: #2a866b; font-size: 9px; }.campaign-item > span { display: block; height: 7px; margin-top: 7px; overflow: hidden; border-radius: 99px; background: #e5edf2; }.campaign-item > span i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2e9e79, #5fc38f); }.campaign-item small { display: block; margin-top: 5px; color: #728a9a; font-size: 7px; }
.compact-button { margin-top: 28px; }

.self-contribution { background: #fff; }.self-contribution-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }.self-contribution-copy h2 { max-width: 540px; margin: 16px 0; color: var(--ink); font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -.06em; }.self-contribution-copy > p { max-width: 510px; color: var(--muted); font-size: 16px; line-height: 1.7; }.self-contribution-benefits { display: grid; gap: 13px; margin: 29px 0 0; padding: 0; list-style: none; color: #3b617e; font-size: 13px; font-weight: 650; }.self-contribution-benefits li { display: flex; align-items: center; gap: 9px; }.self-contribution-benefits span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #238366; background: #dff5ec; font-size: 11px; font-weight: 800; }.contribution-flow { padding: 24px; border: 1px solid #d9e8ee; border-radius: 24px; background: linear-gradient(150deg, #f8fcfb, #fff); box-shadow: 0 26px 60px rgba(35, 87, 105, .12); }.contribution-flow-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 17px; border-bottom: 1px solid #e4eef0; }.contribution-flow-top span { color: #72919c; font-size: 9px; font-weight: 800; letter-spacing: .11em; }.contribution-flow-top h3 { margin: 5px 0 0; color: #123854; font-size: 21px; letter-spacing: -.04em; }.contribution-flow-top > b { padding: 7px 9px; border-radius: 99px; color: #277f67; background: #e4f7ef; font-size: 8px; }.contribution-step { display: grid; grid-template-columns: 28px minmax(0, 1fr) 26px; gap: 10px; align-items: center; padding: 13px; border: 1px solid #e2ecef; border-radius: 13px; background: #fff; }.contribution-step-number { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: #337e6a; background: #e6f6ef; font-size: 12px; font-weight: 800; }.contribution-step > div { min-width: 0; }.contribution-step small, .contribution-step strong, .contribution-step div > span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.contribution-step small { color: #7b929d; font-size: 7px; font-weight: 800; letter-spacing: .08em; }.contribution-step strong { margin-top: 3px; color: #21455d; font-size: 11px; }.contribution-step div > span { margin-top: 3px; color: #6a8493; font-size: 8px; }.contribution-step > i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #309172; background: #e3f7ee; font-size: 13px; font-style: normal; font-weight: 800; }.contribution-step-review { border-color: #eee4c8; background: #fffcf5; }.contribution-step-review .contribution-step-number { color: #b47b1e; background: #fff0d4; }.contribution-step-review > i { color: #bc7d1d; background: #fff0d4; }.contribution-step-confirm .contribution-step-number { color: #2f7bc6; background: #e8f2ff; }.contribution-step-confirm > i { color: #2d78c0; background: #e8f2ff; }.contribution-step-line { display: flex; height: 11px; padding-left: 26px; }.contribution-step-line span { border-left: 1px dashed #9bc8bb; }.contribution-queue { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 11px 12px; border-radius: 10px; color: #426879; background: #edf8f4; font-size: 9px; font-weight: 650; }.contribution-queue span { display: flex; align-items: center; gap: 6px; }.contribution-queue i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: #fff; background: #40a987; font-size: 8px; font-style: normal; }.contribution-queue b { color: #23836a; font-size: 8px; white-space: nowrap; }

.member-app { overflow: hidden; background: #fff; }.member-app-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: center; }.member-phone-stage { position: relative; display: grid; place-items: center; min-height: 620px; }.phone-glow { position: absolute; border-radius: 50%; pointer-events: none; }.phone-glow-one { width: 430px; height: 430px; background: radial-gradient(circle, rgba(202, 230, 255, .88) 0%, rgba(229, 243, 255, 0) 68%); }.phone-glow-two { width: 250px; height: 250px; right: 0; bottom: 5%; background: radial-gradient(circle, rgba(225, 216, 255, .68) 0%, rgba(235, 229, 255, 0) 70%); }.member-phone { position: relative; z-index: 1; width: 316px; padding: 21px 13px 14px; overflow: hidden; border: 8px solid #10213b; border-radius: 36px; color: #163653; background: #f6f9fd; box-shadow: 0 30px 55px rgba(25, 65, 99, .24), inset 0 0 0 1px rgba(255,255,255,.45); }.phone-speaker { position: absolute; top: 8px; left: 50%; width: 84px; height: 14px; border-radius: 0 0 10px 10px; background: #10213b; transform: translateX(-50%); }.member-phone-top { display: flex; align-items: center; gap: 8px; padding: 6px 4px 13px; }.phone-church-mark { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: #286ee6; background: #e9f0ff; font-size: 17px; font-weight: 800; }.member-phone-top strong, .member-phone-top small { display: block; line-height: 1.15; }.member-phone-top strong { font-size: 10px; }.member-phone-top small { margin-top: 3px; color: #71869e; font-size: 7px; }.member-phone-top > i { position: relative; margin-left: auto; color: #20324d; font-size: 13px; font-style: normal; }.member-phone-top > i::after { content: ''; position: absolute; top: -1px; right: -1px; width: 5px; height: 5px; border-radius: 50%; background: #ed5064; }.phone-welcome { padding: 14px; border-radius: 15px; color: #fff; background: linear-gradient(135deg, #1b81d1, #2165b7); box-shadow: 0 10px 17px rgba(37, 116, 190, .19); }.phone-welcome > span { color: #c9e5ff; font-size: 7px; font-weight: 800; letter-spacing: .1em; }.phone-welcome h3 { margin: 4px 0; font-size: 17px; line-height: 1.1; letter-spacing: -.04em; }.phone-welcome small { color: #d8ecff; font-size: 8px; }.phone-shortcuts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 12px 0; }.phone-shortcuts > div { display: grid; justify-items: center; gap: 5px; padding: 7px 2px; border: 1px solid #e1eaf2; border-radius: 11px; background: #fff; }.phone-shortcuts i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; color: #2c75e9; background: #e9f1ff; font-size: 10px; font-style: normal; font-weight: 800; }.phone-shortcuts > div:nth-child(2) i { color: #7c55c7; background: #f0ebff; }.phone-shortcuts > div:nth-child(3) i { color: #249374; background: #e4f7f0; }.phone-shortcuts span { color: #47647b; font-size: 7px; font-weight: 700; text-align: center; }.phone-card { padding: 11px; border: 1px solid #e1eaf2; border-radius: 13px; background: #fff; }.phone-card + .phone-card { margin-top: 8px; }.phone-card-title { display: flex; justify-content: space-between; gap: 8px; padding-bottom: 9px; border-bottom: 1px solid #edf2f6; color: #23425c; font-size: 9px; font-weight: 750; }.phone-card-title b { color: #2c7acd; font-size: 7px; }.phone-contributions > strong { display: block; margin: 10px 0 7px; color: #173b58; font-size: 18px; letter-spacing: -.04em; }.phone-contributions > strong small { color: #6f8799; font-size: 8px; font-weight: 500; letter-spacing: 0; }.phone-contributions > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }.phone-contributions > div span { padding: 6px; border-radius: 7px; color: #698396; background: #f6f9fc; font-size: 7px; }.phone-contributions > div b { display: block; margin-top: 2px; color: #2d5068; font-size: 8px; }.phone-event { display: flex; align-items: center; gap: 9px; padding-top: 10px; }.phone-event time { display: grid; place-items: center; width: 29px; height: 32px; border-radius: 8px; color: #fff; background: #6e59c9; }.phone-event time b, .phone-event time small { display: block; line-height: 1; }.phone-event time b { font-size: 12px; }.phone-event time small { margin-top: 2px; font-size: 6px; font-weight: 750; }.phone-event strong, .phone-event small { display: block; }.phone-event strong { color: #24415a; font-size: 8px; }.phone-event > span small { margin-top: 3px; color: #7690a1; font-size: 7px; }.phone-notice { display: grid; grid-template-columns: 22px minmax(0, 1fr) 10px; gap: 7px; align-items: center; margin-top: 8px; padding: 10px; border-radius: 12px; background: #ecf8f3; }.phone-notice > i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; color: #2b9878; background: #d5f0e5; font-size: 11px; font-style: normal; }.phone-notice small, .phone-notice strong, .phone-notice span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.phone-notice small { color: #4c967d; font-size: 6px; font-weight: 800; letter-spacing: .06em; }.phone-notice strong { margin-top: 2px; color: #245c4e; font-size: 8px; }.phone-notice span { margin-top: 2px; color: #669687; font-size: 7px; }.phone-notice > b { color: #259375; font-size: 17px; font-weight: 500; }.member-app-copy h2 { max-width: 570px; margin: 16px 0; color: var(--ink); font-size: clamp(34px, 4.3vw, 53px); line-height: 1.08; letter-spacing: -.06em; }.member-app-copy > p { max-width: 530px; color: var(--muted); font-size: 16px; line-height: 1.7; }.member-app-features { display: grid; gap: 14px; margin-top: 30px; }.member-app-features article { display: flex; align-items: flex-start; gap: 13px; padding: 13px 0; border-bottom: 1px solid #e7eef3; }.member-app-features article > span { display: grid; place-items: center; flex: 0 0 auto; width: 35px; height: 35px; border-radius: 11px; color: #2875e9; background: #eaf2ff; font-size: 13px; font-weight: 800; }.member-app-features article:nth-child(2) > span { color: #7356c8; background: #f0ebff; }.member-app-features article:nth-child(3) > span { color: #278f72; background: #e4f7f0; }.member-app-features h3 { margin: 0 0 3px; color: #193c59; font-size: 15px; letter-spacing: -.025em; }.member-app-features p { margin: 0; color: #6b8798; font-size: 12px; }

.self-attendance { overflow: hidden; background: linear-gradient(135deg, #eff9fb 0%, #f7fbff 60%, #f1f7ff 100%); }.self-attendance-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 78px; align-items: center; }.self-attendance-copy h2 { max-width: 520px; margin: 16px 0; color: var(--ink); font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -.06em; }.self-attendance-copy > p { max-width: 510px; color: var(--muted); font-size: 16px; line-height: 1.7; }.attendance-feature-list { display: grid; gap: 11px; margin-top: 28px; }.attendance-feature-list article { display: flex; align-items: flex-start; gap: 11px; padding: 10px 0; }.attendance-feature-list article > span { display: grid; place-items: center; flex: 0 0 auto; width: 31px; height: 31px; border-radius: 10px; color: #2a75d9; background: #e7f0ff; font-size: 12px; }.attendance-feature-list article:nth-child(2) > span { color: #7559c7; background: #eeeaff; }.attendance-feature-list article:nth-child(3) > span { color: #298b72; background: #e2f7ef; }.attendance-feature-list h3 { margin: 0 0 2px; color: #1d405d; font-size: 14px; letter-spacing: -.02em; }.attendance-feature-list p { margin: 0; color: #6d8799; font-size: 12px; }.attendance-dashboard { padding: 22px; border: 1px solid #d7e7ee; border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: 0 27px 60px rgba(31, 90, 113, .13); }.attendance-dashboard-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid #e7eef2; }.attendance-dashboard-top span { color: #7190a0; font-size: 9px; font-weight: 800; letter-spacing: .11em; }.attendance-dashboard-top h3 { margin: 5px 0 0; color: #123b59; font-size: 21px; letter-spacing: -.04em; }.attendance-dashboard-top > b { padding: 6px 8px; border-radius: 99px; color: #2b876d; background: #e4f7ef; font-size: 8px; white-space: nowrap; }.attendance-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 15px 0; }.attendance-selector span { padding: 7px 5px; border-radius: 8px; color: #6c8494; background: #f4f7fa; font-size: 8px; font-weight: 700; text-align: center; }.attendance-selector .is-selected { color: #fff; background: #2479c8; box-shadow: 0 7px 13px rgba(36,121,200,.17); }.attendance-code-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #185e9c, #237dc7); }.attendance-code-card small, .attendance-code-card strong, .attendance-code-card span { display: block; }.attendance-code-card small { color: #bee4f7; font-size: 8px; font-weight: 800; letter-spacing: .09em; }.attendance-code-card strong { margin-top: 5px; font-size: 21px; letter-spacing: .04em; }.attendance-code-card span { margin-top: 4px; color: #d8eefb; font-size: 8px; }.attendance-code-card > i { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; color: #fff; background: rgba(255,255,255,.14); font-size: 23px; font-style: normal; }.attendance-progress { padding: 16px 0; border-bottom: 1px solid #e7eef2; }.attendance-progress > div { display: flex; justify-content: space-between; gap: 12px; color: #31536b; font-size: 10px; }.attendance-progress strong { color: #2b896e; font-size: 12px; }.attendance-progress > i { display: block; height: 8px; margin-top: 8px; overflow: hidden; border-radius: 99px; background: #e4edf1; }.attendance-progress > i b { display: block; width: 87%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #38a983, #65c69a); }.attendance-progress small { display: block; margin-top: 6px; color: #728b9b; font-size: 8px; }.attendance-recent { padding-top: 14px; }.attendance-recent-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 8px; color: #23455e; font-size: 10px; }.attendance-recent-title span { color: #2b936f; font-size: 8px; font-weight: 700; }.attendance-recent > div:not(.attendance-recent-title) { display: grid; grid-template-columns: 22px minmax(0, 1fr) 18px; gap: 8px; align-items: center; padding-top: 8px; }.attendance-recent i, .attendance-recent > div > b { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 7px; color: #2e9975; background: #e4f7ef; font-size: 11px; font-style: normal; }.attendance-recent > div > b { width: 17px; height: 17px; border-radius: 50%; color: #fff; background: #39ae83; font-size: 9px; }.attendance-recent strong, .attendance-recent small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.attendance-recent strong { color: #29485f; font-size: 9px; }.attendance-recent small { margin-top: 2px; color: #748c9c; font-size: 7px; }

@media (max-width: 980px) { .self-contribution-grid, .self-attendance-grid { grid-template-columns: 1fr; gap: 36px; }.self-contribution-copy, .self-attendance-copy { max-width: 650px; } }
@media (max-width: 720px) { .self-contribution-copy h2, .self-attendance-copy h2 { font-size: clamp(33px, 10vw, 45px); }.self-contribution-copy > p, .self-attendance-copy > p { font-size: 15px; }.self-contribution-benefits { gap: 10px; margin-top: 23px; font-size: 12px; }.contribution-flow, .attendance-dashboard { padding: 15px; border-radius: 18px; }.contribution-flow-top { padding-bottom: 12px; }.contribution-flow-top h3, .attendance-dashboard-top h3 { font-size: 18px; }.contribution-step { grid-template-columns: 24px minmax(0, 1fr) 22px; gap: 8px; padding: 10px; border-radius: 10px; }.contribution-step-number { width: 24px; height: 24px; border-radius: 7px; font-size: 10px; }.contribution-step small { font-size: 6px; }.contribution-step strong { font-size: 9px; }.contribution-step div > span { font-size: 7px; }.contribution-step > i { width: 21px; height: 21px; border-radius: 7px; font-size: 11px; }.contribution-queue { gap: 8px; padding: 9px; font-size: 8px; }.contribution-queue b { font-size: 7px; }.attendance-feature-list { gap: 6px; margin-top: 21px; }.attendance-feature-list article { gap: 9px; padding: 7px 0; }.attendance-feature-list h3 { font-size: 13px; }.attendance-feature-list p { font-size: 11px; }.attendance-selector { gap: 4px; padding: 11px 0; }.attendance-selector span { padding: 6px 3px; font-size: 7px; }.attendance-code-card { padding: 12px; }.attendance-code-card strong { font-size: 18px; }.attendance-code-card > i { width: 39px; height: 39px; font-size: 19px; }.attendance-progress { padding: 12px 0; }.attendance-recent { padding-top: 11px; }.attendance-recent strong { font-size: 8px; }.attendance-recent small { font-size: 6px; } }

.feature-band { background: #eff8fc; }.feature-band-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }.feature-band .section-heading { position: sticky; top: 120px; }.feature-list { border-top: 1px solid #d5e9f0; }.feature-row { display: grid; grid-template-columns: 50px 1fr 28px; gap: 18px; align-items: start; padding: 25px 0; border-bottom: 1px solid #d5e9f0; }.feature-number { color: #5e9ab8; font-size: 11px; font-weight: 800; }.feature-row h3 { margin: 0 0 7px; color: var(--ink); font-size: 17px; letter-spacing: -.025em; }.feature-row p { max-width: 590px; margin: 0; color: var(--muted); font-size: 13px; }.feature-mark { color: var(--blue); font-size: 20px; text-align: right; }

@media (max-width: 980px) { .member-app-grid { grid-template-columns: 1fr; gap: 34px; }.member-phone-stage { min-height: 570px; }.member-app-copy { max-width: 650px; } }
@media (max-width: 720px) { .member-phone-stage { min-height: 530px; }.member-phone { width: 286px; padding: 19px 11px 12px; border-width: 7px; border-radius: 32px; transform: scale(.92); }.phone-glow-one { width: 340px; height: 340px; }.phone-glow-two { width: 180px; height: 180px; }.member-app-copy h2 { font-size: clamp(33px, 10vw, 45px); }.member-app-copy > p { font-size: 15px; }.member-app-features { gap: 8px; margin-top: 22px; }.member-app-features article { gap: 10px; padding: 10px 0; }.member-app-features article > span { width: 31px; height: 31px; border-radius: 10px; font-size: 11px; }.member-app-features h3 { font-size: 14px; }.member-app-features p { font-size: 11px; } }
.workflow { background: #fff; }.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 54px; }.workflow-item { position: relative; padding: 24px 26px 0 0; }.workflow-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #fff; background: var(--blue); font-weight: 800; box-shadow: 0 9px 20px rgba(25, 126, 209, .2); }.workflow-line { position: absolute; top: 44px; left: 49px; right: 0; border-top: 1px dashed #c9dce7; }.workflow-item:nth-child(2) .workflow-number { background: #4cbb95; box-shadow: 0 9px 20px rgba(76, 187, 149, .2); }.workflow-item:nth-child(3) .workflow-number { background: #7e66d1; box-shadow: 0 9px 20px rgba(126, 102, 209, .2); }.workflow-item h3 { margin: 48px 0 9px; color: var(--ink); font-size: 22px; letter-spacing: -.04em; }.workflow-item p { max-width: 285px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.plans { position: relative; overflow: hidden; color: #fff; background: #142c4d; }.plans::before, .plans::after { content: ''; position: absolute; border: 1px solid rgba(141, 187, 220, .09); border-radius: 50%; pointer-events: none; }.plans::before { width: 480px; height: 480px; top: -350px; right: -150px; box-shadow: 0 0 0 34px rgba(141, 187, 220, .025), 0 0 0 68px rgba(141, 187, 220, .02); }.plans::after { width: 370px; height: 370px; bottom: -310px; left: -120px; box-shadow: 0 0 0 28px rgba(141, 187, 220, .025); }.plans-heading { position: relative; z-index: 1; max-width: 810px; margin: 0 auto; text-align: center; }.plans-heading .eyebrow { justify-content: center; color: #edbb67; }.plans-heading h2 { margin: 17px 0 16px; color: #fff; font-size: clamp(36px, 4.7vw, 60px); line-height: 1.1; letter-spacing: -.06em; }.plans-heading p { margin: 0; color: #a9c8e3; font-size: 16px; }.plan-cycle { display: inline-flex; gap: 3px; margin-top: 25px; padding: 4px; border: 1px solid rgba(185, 214, 239, .25); border-radius: 999px; background: rgba(5, 24, 46, .38); }.plan-cycle-button { min-width: 119px; padding: 10px 20px; border: 0; border-radius: 999px; color: #c2d8eb; background: transparent; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: color .2s, background .2s, box-shadow .2s; }.plan-cycle-button:hover { color: #fff; }.plan-cycle-button.is-active { color: #143252; background: #fff; box-shadow: 0 3px 12px rgba(1, 15, 32, .25); }.plan-cycle-highlight { display: inline-flex; margin-top: 12px !important; padding: 7px 13px; border-radius: 999px; color: #a7ebc5 !important; background: rgba(75, 187, 126, .14); font-size: 12px !important; font-weight: 800; }.plans-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; margin-top: 44px; }.plan-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 35px 31px 31px; border: 1px solid #375575; border-radius: 20px; color: #fff; background: #1c3a61; }.plan-card-featured { border-color: #f0bd63; color: #153052; background: #fff; box-shadow: 0 28px 50px rgba(4, 18, 37, .22); transform: translateY(-16px); }.plan-badge { position: absolute; top: -14px; left: 50%; padding: 6px 12px; border-radius: 999px; color: #65410a; background: #efbb61; font-size: 10px; font-weight: 800; white-space: nowrap; transform: translateX(-50%); }.plan-card-top { min-height: 84px; }.plan-card h3 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.045em; }.plan-card-top p { margin: 0; color: #b8d2e8; font-size: 13px; line-height: 1.5; }.plan-card-featured .plan-card-top p { color: #5f7690; }.plan-price { display: flex; align-items: baseline; gap: 4px; margin: 19px 0 4px; }.plan-price span, .plan-price small { color: #a8c9e7; font-size: 13px; }.plan-price strong { color: #fff; font-size: clamp(37px, 4vw, 49px); line-height: 1; letter-spacing: -.065em; }.plan-card-featured .plan-price span, .plan-card-featured .plan-price small { color: #617a94; }.plan-card-featured .plan-price strong { color: #143252; }.plan-price-detail { min-height: 19px; margin: 0 0 18px; color: #9fc6e6; font-size: 12px; font-weight: 700; }.plan-card-featured .plan-price-detail { color: #50708e; }.plan-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 16px; border: 1px solid; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }.plan-button:hover { transform: translateY(-2px); }.plan-button-outline { border-color: #6382a5; color: #fff; background: transparent; }.plan-button-outline:hover { background: rgba(255,255,255,.08); }.plan-button-primary { border-color: #3561bd; color: #fff; background: #3862bd; box-shadow: 0 10px 20px rgba(43, 84, 175, .22); }.plan-button-primary:hover { background: #2e56ab; box-shadow: 0 14px 24px rgba(43, 84, 175, .3); }.plan-features { display: grid; gap: 12px; margin: 26px 0 0; padding: 25px 0 0; border-top: 1px solid #466483; list-style: none; }.plan-card-featured .plan-features { border-color: #e1e8ee; }.plan-features li { position: relative; padding-left: 24px; color: #fff; font-size: 12px; line-height: 1.45; }.plan-features li::before { content: '✓'; position: absolute; top: 0; left: 0; color: #77d8aa; font-size: 14px; font-weight: 800; }.plan-card-featured .plan-features li { color: #294b68; }.plan-card-featured .plan-features li::before { color: #54c78a; }.plan-payment-note { position: relative; z-index: 1; display: flex; align-items: flex-start; gap: 12px; max-width: 800px; margin-top: 28px; padding: 15px 18px; border: 1px solid rgba(154, 205, 178, .32); border-radius: 14px; color: #c0dbed; background: rgba(6, 31, 57, .42); }.plan-payment-note p { margin: 0; font-size: 13px; line-height: 1.55; }.plan-payment-note strong { color: #fff; }.plan-payment-icon { display: inline-grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #123b2d; background: #88e0ae; font-size: 13px; font-weight: 900; }
@media (max-width: 980px) { .plans-grid { grid-template-columns: 1fr; max-width: 590px; }.plan-card-featured { transform: none; }.plan-card-top { min-height: auto; } }
@media (max-width: 720px) { .plans-heading h2 { font-size: clamp(34px, 10vw, 48px); }.plans-heading p { font-size: 15px; }.plan-cycle { margin-top: 22px; }.plan-cycle-button { min-width: 104px; padding-inline: 14px; }.plan-cycle-highlight { font-size: 11px !important; }.plans-grid { margin-top: 43px; }.plan-card { padding: 29px 24px; border-radius: 17px; }.plan-card h3 { font-size: 23px; }.plan-features { gap: 10px; margin-top: 22px; padding-top: 21px; }.plan-features li { font-size: 12px; }.plan-payment-note { margin-top: 20px; padding: 14px; }.plan-payment-note p { font-size: 12px; } }
.cta-section { padding-top: 0; background: #fff; }.cta-card { position: relative; display: grid; grid-template-columns: 1fr .7fr; gap: 55px; min-height: 330px; padding: 55px 65px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(130deg, #124e83, #126eae 53%, #177da8); box-shadow: 0 28px 55px rgba(25, 98, 145, .18); }.cta-content, .cta-contact { position: relative; z-index: 1; }.light-eyebrow { color: #a9d9ee; }.cta-content h2 { max-width: 500px; margin: 17px 0 12px; font-size: clamp(31px, 4vw, 48px); line-height: 1.08; letter-spacing: -.055em; }.cta-content p { max-width: 450px; margin-bottom: 25px; color: #c5e5ef; font-size: 15px; }.cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }.cta-login-link { color: #e0f5ff; }.cta-login-link:hover { color: #fff; }.cta-contact { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-left: 40px; border-left: 1px solid rgba(225, 247, 255, .23); }.cta-contact a, .cta-contact span:not(.contact-label) { color: #fff; font-size: 14px; }.cta-contact a { margin-top: 8px; }.contact-label { color: #9fd4e8; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.phone-label { margin-top: 27px; }.cta-orb { position: absolute; border: 1px solid rgba(220, 248, 255, .16); border-radius: 50%; }.orb-left { width: 390px; height: 390px; left: -170px; bottom: -200px; box-shadow: 0 0 0 35px rgba(182, 235, 244, .04), 0 0 0 70px rgba(182, 235, 244, .04); }.orb-right { width: 280px; height: 280px; right: -145px; top: -155px; box-shadow: 0 0 0 29px rgba(182, 235, 244, .04), 0 0 0 58px rgba(182, 235, 244, .04); }
.site-footer { padding: 65px 0 24px; background: #f7fbff; }.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.15fr 1.1fr; gap: 38px; padding-bottom: 55px; }.footer-brand { margin-bottom: 18px; }.footer-grid > div:first-child p { max-width: 215px; margin: 0; color: var(--muted); font-size: 12px; }.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; }.footer-links strong { margin-bottom: 6px; color: var(--ink); font-size: 12px; }.footer-links a, .footer-links span { transition: color .2s; }.whatsapp-link { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-top: 2px; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 6px 13px rgba(37, 211, 102, .24); transition: transform .2s, background .2s, box-shadow .2s !important; }.whatsapp-link svg { width: 20px; height: 20px; }.whatsapp-link:hover { color: #fff !important; background: #1fb85b; box-shadow: 0 9px 17px rgba(37, 211, 102, .32); transform: translateY(-2px); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; border-top: 1px solid var(--line); color: #8aa0ae; font-size: 10px; }

.whatsapp-float { position: fixed; right: clamp(18px, 3vw, 38px); bottom: clamp(18px, 3vw, 32px); z-index: 40; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #32df78, #1ebd5a); box-shadow: 0 14px 28px rgba(20, 132, 66, .32), inset 0 1px 0 rgba(255, 255, 255, .3); isolation: isolate; transition: transform .22s ease, box-shadow .22s ease, filter .22s ease; }
.whatsapp-float::before { position: absolute; inset: -7px; z-index: -1; border: 1px solid rgba(37, 211, 102, .48); border-radius: inherit; content: ""; animation: whatsapp-pulse 2.4s ease-out infinite; }
.whatsapp-float svg { width: 31px; height: 31px; filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .12)); }
.whatsapp-float:hover { color: #fff; box-shadow: 0 18px 34px rgba(20, 132, 66, .38), inset 0 1px 0 rgba(255, 255, 255, .3); filter: saturate(1.08); transform: translateY(-4px) scale(1.04); }
.whatsapp-float:focus-visible { outline: 3px solid #145c9d; outline-offset: 4px; }
@keyframes whatsapp-pulse { 0%, 35% { opacity: 0; transform: scale(.82); } 50% { opacity: .8; } 100% { opacity: 0; transform: scale(1.2); } }
@media (max-width: 720px) { .whatsapp-float { right: 18px; bottom: 18px; width: 56px; height: 56px; }.whatsapp-float svg { width: 28px; height: 28px; } }
@media (prefers-reduced-motion: reduce) { .whatsapp-float, .whatsapp-float::before { animation: none; transition: none; } }
.legal-main { min-height: calc(100vh - 82px); padding: 75px 0 110px; background: linear-gradient(180deg, #f7fbff 0%, #eef7fb 100%); }.legal-wrap { max-width: 920px; }.back-link { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 40px; color: var(--blue-deep); font-size: 13px; font-weight: 700; }.back-link span { font-size: 18px; transition: transform .2s; }.back-link:hover span { transform: translateX(-3px); }.legal-intro { max-width: 760px; margin-bottom: 38px; }.legal-intro h1 { margin: 15px 0 17px; font-size: clamp(38px, 6vw, 62px); }.legal-intro p { max-width: 650px; margin-bottom: 18px; color: var(--muted); font-size: 17px; line-height: 1.7; }.updated { color: #7d99aa; font-size: 11px; font-weight: 700; letter-spacing: .03em; }.legal-card { padding: clamp(26px, 5vw, 58px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }.legal-card h2 { margin: 34px 0 10px; color: var(--ink); font-size: 21px; letter-spacing: -.035em; }.legal-card h2:first-of-type { margin-top: 29px; }.legal-card p, .legal-card li { color: #557489; font-size: 14px; line-height: 1.8; }.legal-card p { margin-bottom: 15px; }.legal-card ul { margin: 8px 0 20px; padding-left: 22px; }.legal-card li { padding-left: 5px; margin: 5px 0; }.legal-card strong { color: var(--ink); }.legal-card em { color: var(--ink); }.legal-contact { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 20px; margin: 16px 0 20px; padding: 16px 18px; border: 1px solid #d9eee9; border-radius: 14px; background: #f0fbf7; }.legal-contact a, .legal-contact span { color: #257d68; font-size: 13px; font-weight: 700; }.inline-link { color: var(--blue-deep); font-weight: 700; text-decoration: underline; text-decoration-color: #b5d9ea; text-underline-offset: 3px; }.legal-note { margin-top: 38px !important; padding: 15px 17px; border-left: 3px solid #8ccfc0; color: #6d8797 !important; background: #f2fbf8; font-size: 12px !important; }
.legal-footer { padding-top: 0; }.legal-footer .footer-bottom { border-top: 0; }.legal-footer a { color: var(--blue-deep); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-nav { gap: 16px; }.hero-grid { grid-template-columns: 1fr; gap: 25px; }.hero-copy { max-width: 720px; }.hero-visual { min-height: 500px; width: min(100%, 650px); margin: 0 auto; }.app-preview { width: min(100%, 650px); }.solution-grid { grid-template-columns: 1fr 1fr; }.solution-feature { grid-column: 1 / -1; min-height: auto; }.finance-module-grid { grid-template-columns: 1fr; gap: 36px; }.finance-copy { max-width: 650px; }.feature-band-grid { gap: 45px; }.cta-card { padding: 48px; }
}
@media (max-width: 720px) {
  .container { width: min(var(--container), calc(100% - 32px)); }.section-pad { padding: 76px 0; }.nav-wrap { min-height: 70px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 16px; border-bottom: 1px solid var(--line); background: rgba(247, 251, 255, .98); box-shadow: 0 18px 30px rgba(31, 71, 101, .07); }.site-nav.is-open { display: flex; }.site-nav a { padding: 12px 10px; }.site-nav .nav-cta { margin-top: 5px; text-align: center; }.hero { padding-top: 58px; }.hero h1 { font-size: clamp(40px, 13vw, 60px); }.hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.hero-visual { min-height: 0; display: block; transform: none; margin: 0; }.app-preview { min-height: 0; margin-top: 12px; transform: none; }.app-sidebar { display: none; }.app-preview { grid-template-columns: 1fr; }.app-topbar { min-height: 46px; padding: 7px 9px; }.app-search { min-width: 0; width: 57%; }.app-content { padding: 8px; }.app-panels { gap: 6px; }.app-panel { padding: 7px; border-radius: 8px; }.app-panel-title { min-height: 18px; padding-bottom: 5px; font-size: 7px; }.app-panel-title i { font-size: 9px; }.app-panel-title small { display: none; }.app-panel-title > b { padding: 3px 4px; font-size: 5px; }.agenda-panel, .birthday-panel { min-height: 124px; }.app-event-row { grid-template-columns: 35px minmax(0, 1fr); gap: 3px; padding-top: 5px; }.app-event-row time { font-size: 5px; }.event-chip { min-height: 24px; grid-template-columns: 12px minmax(0, 1fr); padding: 3px; }.event-chip i { width: 12px; height: 12px; font-size: 7px; }.event-chip strong { font-size: 5px; }.event-chip small { font-size: 4px; }.birthday-row { grid-template-columns: 37px 12px minmax(0, 1fr) 10px; gap: 3px; padding-top: 6px; }.birthday-row time { font-size: 5px; }.birthday-row time small { font-size: 4px; }.birthday-row > i { width: 12px; height: 12px; font-size: 5px; }.birthday-row strong { font-size: 5px; }.birthday-row > b { width: 10px; height: 10px; font-size: 6px; }.app-panels-bottom { margin-top: 6px; }.school-panel, .activity-panel { min-height: 56px; }.school-panel p { margin-top: 9px; font-size: 5px; }.activity-panel > div:not(.app-panel-title) { padding-top: 4px; font-size: 5px; }.activity-panel small { font-size: 4px; }.app-stats { gap: 4px; margin-top: 6px; }.app-stats > div { grid-template-columns: 14px 1fr; gap: 3px; padding: 4px; border-radius: 6px; }.app-stats i { width: 14px; height: 14px; border-radius: 5px; font-size: 7px; }.app-stats strong { font-size: 8px; }.app-stats small { font-size: 4px; }.finance-module-grid, .finance-dashboard-body { grid-template-columns: 1fr; }.finance-dashboard { padding: 15px; border-radius: 18px; }.finance-dashboard-top { align-items: flex-start; }.finance-dashboard-top h3 { font-size: 18px; }.finance-dashboard-top button { padding: 8px; font-size: 8px; }.finance-summary { gap: 6px; padding: 11px 0; }.finance-summary > div { padding: 8px; border-radius: 9px; }.finance-summary small { font-size: 7px; }.finance-summary strong { margin-top: 5px; font-size: 11px; }.finance-summary span { margin-top: 6px; font-size: 6px; }.finance-dashboard-body { gap: 7px; }.finance-transactions, .finance-campaigns { padding: 11px; }.finance-list-title strong { font-size: 10px; }.transaction-row { grid-template-columns: 21px minmax(0, 1fr) auto; gap: 6px; padding-top: 8px; }.transaction-row i { width: 20px; height: 20px; font-size: 11px; }.transaction-row strong { font-size: 8px; }.transaction-row small, .transaction-row > b { font-size: 6px; }.campaign-item { padding-top: 10px; }.campaign-item strong, .campaign-item b { font-size: 8px; }.campaign-item small { font-size: 6px; }.trust-row { align-items: flex-start; flex-wrap: wrap; gap: 18px; padding-top: 32px; }.trust-row > span { width: 100%; }.solution-grid, .workflow-grid, .feature-band-grid, .cta-card, .footer-grid { grid-template-columns: 1fr; }.solution-card, .solution-feature { min-height: 0; }.feature-band .section-heading { position: static; }.workflow-item { padding-right: 0; }.workflow-line { display: none; }.workflow-item h3 { margin-top: 24px; }.cta-card { gap: 38px; padding: 40px 28px; }.cta-contact { padding: 30px 0 0; border-top: 1px solid rgba(225, 247, 255, .23); border-left: 0; }.footer-grid { gap: 30px; padding-bottom: 35px; }.footer-bottom { align-items: flex-start; flex-direction: column; }.feature-row { grid-template-columns: 36px 1fr 20px; gap: 10px; }
}
@media (max-width: 720px) { .hero-actions { width: 100%; gap: 10px; }.hero-actions .button { width: min(100%, 290px); min-height: 50px; }.hero-resource-link { margin-top: 16px; }.hero-highlights { gap: 9px; margin-top: 21px; font-size: 11px; line-height: 1.4; }.app-metric-grid { grid-template-columns: 1fr 1fr; gap: 4px; padding-top: 6px; }.app-metric { padding: 5px; border-radius: 6px; }.app-metric small { font-size: 5px; }.app-metric strong { margin-top: 3px; font-size: 9px; }.app-metric span { margin-top: 2px; font-size: 4px; } }
@media (max-width: 720px) {
  .hero-visual { display: flex; align-items: center; justify-content: center; min-height: 270px; margin: 0; overflow: hidden; }
  .app-preview { display: grid; flex: 0 0 700px; grid-template-columns: 23% 1fr; width: 700px; min-height: 385px; margin: 0; transform: rotate(1.5deg) scale(.45); transform-origin: center; font-size: 9px; }
  .app-sidebar { display: flex; }
  .app-topbar { min-height: 54px; padding: 9px 14px; }
  .app-search { width: 48%; min-width: 160px; padding: 7px 8px; }
  .app-content { padding: 12px; }
  .app-panels { grid-template-columns: 1fr 1fr; gap: 9px; }
  .app-panel { padding: 11px; border-radius: 11px; }
  .app-panel-title { min-height: 23px; padding-bottom: 8px; font-size: 10px; }
  .app-panel-title i { font-size: 12px; }
  .app-panel-title small { display: inline; }
  .app-panel-title > b { padding: 5px 7px; font-size: 7px; }
  .app-panels-bottom { margin-top: 9px; }
  .school-panel, .activity-panel { min-height: 75px; }
  .school-panel p { margin-top: 14px; font-size: 8px; }
  .activity-panel > div:not(.app-panel-title) { padding-top: 7px; font-size: 7px; }
  .activity-panel small { font-size: 6px; }
  .app-stats { gap: 7px; margin-top: 9px; }
  .app-stats > div { grid-template-columns: 20px 1fr; column-gap: 5px; padding: 7px; border-radius: 9px; }
  .app-stats i { width: 19px; height: 19px; border-radius: 7px; font-size: 10px; }
  .app-stats strong { font-size: 12px; }
  .app-stats small { font-size: 6px; }
  .app-metric-grid { grid-template-columns: repeat(4, 1fr); gap: 7px; padding-top: 9px; }
  .app-metric { padding: 8px; border-radius: 8px; }
  .app-metric small { font-size: 7px; }
  .app-metric strong { margin-top: 4px; font-size: 13px; }
  .app-metric span { margin-top: 4px; font-size: 6px; }
  .app-event-row { grid-template-columns: 48px minmax(0, 1fr); gap: 5px; padding-top: 7px; }
  .app-event-row time { font-size: 7px; }
  .event-chip { min-height: 31px; grid-template-columns: 16px minmax(0, 1fr); padding: 4px 6px; }
  .event-chip i { width: 16px; height: 16px; font-size: 9px; }
  .event-chip strong { font-size: 7px; }
  .event-chip small { font-size: 6px; }
  .birthday-row { grid-template-columns: 58px 17px minmax(0, 1fr) 14px; gap: 5px; padding-top: 9px; }
  .birthday-row time { font-size: 7px; }
  .birthday-row time small { font-size: 6px; }
  .birthday-row > i { width: 17px; height: 17px; font-size: 7px; }
  .birthday-row strong { font-size: 7px; }
  .birthday-row > b { width: 13px; height: 13px; font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .nav-cta, .text-link span, .arrow-link span { transition: none; } }

/* Conciliação bancária */
.treasury-reconciliation { overflow: hidden; background: linear-gradient(135deg, #eff8ff 0%, #f8fbff 56%, #edf7f4 100%); }
.treasury-reconciliation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.treasury-copy h2 { max-width: 540px; margin: 16px 0; color: var(--ink); font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -.06em; }
.treasury-copy > p { max-width: 510px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.bank-statement { padding: 24px; border: 1px solid #d7e7ee; border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: 0 27px 60px rgba(31, 90, 113, .13); }
.bank-statement-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 17px; border-bottom: 1px solid #e4edf2; }
.bank-statement-top span { color: #7190a0; font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.bank-statement-top h3 { margin: 5px 0 0; color: #123b59; font-size: 21px; letter-spacing: -.04em; }
.bank-statement-top > b { padding: 7px 9px; border-radius: 99px; color: #277f67; background: #e4f7ef; font-size: 8px; }
.bank-statement-account { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 16px 0; padding: 15px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #185e9c, #237dc7); }
.bank-statement-account small, .bank-statement-account strong, .bank-statement-account span, .bank-statement-account b { display: block; }
.bank-statement-account small { color: #bee4f7; font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.bank-statement-account strong { margin-top: 5px; font-size: 15px; letter-spacing: -.03em; }
.bank-statement-account > span { color: #c9e8fa; font-size: 8px; text-align: right; }
.bank-statement-account b { margin-top: 5px; color: #fff; font-size: 14px; letter-spacing: -.035em; }
.bank-statement-list { padding: 14px; border: 1px solid #e1ebf0; border-radius: 13px; background: #fff; }
.bank-statement-list-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid #edf2f5; }
.bank-statement-list-title strong { color: #23455e; font-size: 11px; }
.bank-statement-list-title span { color: #2a9170; font-size: 8px; font-weight: 750; }
.bank-statement-row { display: grid; grid-template-columns: 30px minmax(0,1fr) auto 21px; gap: 9px; align-items: center; padding: 11px 0; border-bottom: 1px solid #edf2f5; }
.bank-statement-row:last-child { padding-bottom: 0; border-bottom: 0; }
.bank-statement-row time { display: grid; place-items: center; width: 29px; height: 32px; border-radius: 8px; color: #4d718b; background: #f1f6f9; font-size: 10px; font-weight: 800; line-height: 1; }
.bank-statement-row time small { display: block; margin-top: 3px; color: #829aa9; font-size: 6px; }
.bank-statement-row > div { min-width: 0; }
.bank-statement-row strong, .bank-statement-row small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.bank-statement-row strong { color: #29485f; font-size: 9px; }
.bank-statement-row > div small { margin-top: 3px; color: #748c9c; font-size: 7px; }
.bank-statement-row > b { color: #2b896e; font-size: 8px; white-space: nowrap; }
.bank-statement-row > b.bank-expense { color: #c95e52; }
.bank-statement-row > i { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 7px; color: #2e9975; background: #e4f7ef; font-size: 10px; font-style: normal; font-weight: 800; }
.bank-statement-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 11px 12px; border-radius: 10px; color: #426879; background: #edf8f4; }
.bank-statement-footer > span { display: flex; align-items: center; gap: 7px; min-width: 0; }
.bank-statement-footer > span > i { display: grid; place-items: center; flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%; color: #fff; background: #40a987; font-size: 9px; font-style: normal; font-weight: 800; }
.bank-statement-footer strong, .bank-statement-footer small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.bank-statement-footer strong { color: #386376; font-size: 9px; }
.bank-statement-footer small { margin-top: 2px; color: #71909b; font-size: 7px; }
.bank-statement-footer > b { flex: 0 0 auto; color: #23836a; font-size: 8px; }

.plan-cycle-controls { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 14px; margin-top: 22px; }
.plan-cycle-controls .plan-cycle { margin: 0; padding: 2px; border-color: rgba(185, 214, 239, .2); background: rgba(5, 24, 46, .26); }
.plan-cycle-controls .plan-cycle-button { min-width: 88px; padding: 7px 14px; font-size: 12px; }
.plan-cycle-controls .plan-cycle-highlight { margin: 0 !important; padding: 0; color: #a7ebc5 !important; background: transparent; font-size: 11px !important; }
.plans-grid .plan-card-top { min-height: 0; }

.implementation-support { overflow: hidden; background: linear-gradient(135deg, #f8fcff 0%, #edf7fc 52%, #f4fbf8 100%); }
.implementation-support-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 78px; align-items: center; }
.implementation-copy h2 { max-width: 540px; margin: 16px 0; color: var(--ink); font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -.06em; }
.implementation-copy > p { max-width: 510px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.implementation-points { display: grid; gap: 11px; margin-top: 29px; }
.implementation-points article { display: flex; align-items: flex-start; gap: 11px; padding: 11px 0; border-bottom: 1px solid #dbeaf0; }
.implementation-points article > span { display: grid; place-items: center; flex: 0 0 auto; width: 25px; height: 25px; border-radius: 8px; color: #258a6b; background: #dff5ec; font-size: 12px; font-weight: 800; }
.implementation-points h3 { margin: 0 0 3px; color: #1d405d; font-size: 14px; letter-spacing: -.02em; }
.implementation-points p { margin: 0; color: #6d8799; font-size: 12px; line-height: 1.5; }
.implementation-board { padding: 24px; border: 1px solid #cfe1e9; border-radius: 24px; background: rgba(255,255,255,.98); box-shadow: 0 27px 60px rgba(31, 90, 113, .13); }
.implementation-board-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 17px; border-bottom: 1px solid #e3edf1; }
.implementation-board-top span { color: #7190a0; font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.implementation-board-top h3 { margin: 5px 0 0; color: #123b59; font-size: 21px; letter-spacing: -.04em; }
.implementation-board-top > b { padding: 7px 9px; border-radius: 999px; color: #277f67; background: #e4f7ef; font-size: 8px; white-space: nowrap; }
.implementation-summary { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; align-items: end; padding: 16px 15px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #185e9c, #237dc7); }
.implementation-summary span { color: #c3e5f8; font-size: 9px; }
.implementation-summary strong { font-size: 13px; }
.implementation-summary > i { grid-column: 1 / -1; display: block; height: 7px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.2); }
.implementation-summary > i b { display: block; width: 67%; height: 100%; border-radius: inherit; background: #86e5bd; }
.implementation-steps { margin-top: 16px; }
.implementation-step { display: grid; grid-template-columns: 29px minmax(0, 1fr) 23px; gap: 10px; align-items: center; padding: 12px; border: 1px solid #e0ebf0; border-radius: 12px; background: #fff; }
.implementation-step-number { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: #327e6b; background: #e5f6ef; font-size: 11px; font-weight: 800; }
.implementation-step > div { min-width: 0; }
.implementation-step strong, .implementation-step small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.implementation-step strong { color: #25465d; font-size: 11px; }
.implementation-step small { margin-top: 3px; color: #728c9d; font-size: 8px; }
.implementation-step > i { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 7px; color: #2b9170; background: #e4f7ef; font-size: 11px; font-style: normal; font-weight: 800; }
.implementation-step-line { display: flex; height: 10px; padding-left: 26px; }
.implementation-step-line span { border-left: 1px dashed #9bc8bb; }
.implementation-step.is-current { border-color: #c8deef; background: #f6fbff; }
.implementation-step.is-current .implementation-step-number { color: #2c75c2; background: #e8f2ff; }
.implementation-step.is-current > i { color: #2a78c3; background: #e8f2ff; font-size: 17px; line-height: 1; }
.implementation-step.is-next { border-color: #e4eaf0; background: #fbfdff; }
.implementation-step.is-next .implementation-step-number { color: #6d8293; background: #eff4f7; }
.implementation-step.is-next > i { color: #678397; background: #eff4f7; }
.implementation-board-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 11px 12px; border-radius: 10px; color: #426879; background: #edf8f4; font-size: 9px; font-weight: 650; }
.implementation-board-footer span { display: flex; align-items: center; gap: 7px; }.implementation-board-footer span > i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #fff; background: #40a987; font-size: 9px; font-style: normal; }.implementation-board-footer > b { color: #23836a; font-size: 8px; white-space: nowrap; }
@media (max-width: 980px) { .implementation-support-grid { grid-template-columns: 1fr; gap: 36px; }.implementation-copy { max-width: 650px; } }
@media (max-width: 720px) { .implementation-copy h2 { font-size: clamp(33px, 10vw, 45px); }.implementation-copy > p { font-size: 15px; }.implementation-points { gap: 7px; margin-top: 23px; }.implementation-points article { gap: 9px; padding: 9px 0; }.implementation-board { padding: 15px; border-radius: 18px; }.implementation-board-top { padding-bottom: 12px; }.implementation-board-top h3 { font-size: 18px; }.implementation-summary { padding: 13px; }.implementation-step { grid-template-columns: 25px minmax(0, 1fr) 21px; gap: 8px; padding: 10px; }.implementation-step-number { width: 25px; height: 25px; border-radius: 7px; font-size: 10px; }.implementation-step strong { font-size: 9px; }.implementation-step small { font-size: 7px; }.implementation-step > i { width: 21px; height: 21px; font-size: 10px; }.implementation-board-footer { gap: 8px; padding: 9px; font-size: 8px; }.implementation-board-footer > b { font-size: 7px; } }
@media (max-width: 720px) { .plan-cycle-controls { align-items: center; flex-direction: column; gap: 9px; margin-top: 18px; }.plan-cycle-controls .plan-cycle { margin: 0; }.plan-cycle-controls .plan-cycle-button { min-width: 84px; padding: 7px 13px; } }

@media (max-width: 980px) { .treasury-reconciliation-grid { grid-template-columns: 1fr; gap: 36px; }.treasury-copy { max-width: 650px; } }
@media (max-width: 720px) { .treasury-copy h2 { font-size: clamp(33px, 10vw, 45px); }.treasury-copy > p { font-size: 15px; }.treasury-benefits { gap: 10px; margin-top: 23px; font-size: 12px; }.bank-statement { padding: 15px; border-radius: 18px; }.bank-statement-top { padding-bottom: 12px; }.bank-statement-top h3 { font-size: 18px; }.bank-statement-account { margin: 12px 0; padding: 12px; }.bank-statement-account strong { font-size: 13px; }.bank-statement-account b { font-size: 12px; }.bank-statement-list { padding: 11px; }.bank-statement-row { grid-template-columns: 27px minmax(0,1fr) auto 18px; gap: 6px; padding: 9px 0; }.bank-statement-row time { width: 25px; height: 29px; font-size: 9px; }.bank-statement-row strong { font-size: 8px; }.bank-statement-row > div small, .bank-statement-row > b { font-size: 6px; }.bank-statement-row > i { width: 18px; height: 18px; font-size: 9px; }.bank-statement-footer { gap: 8px; padding: 9px; }.bank-statement-footer small { display: none; }.bank-statement-footer strong, .bank-statement-footer > b { font-size: 8px; } }
