:root {
  --navy: #0b1f5d;
  --navy-deep: #07163f;
  --blue: #1675e5;
  --teal: #0c8f87;
  --gold: #e5a91a;
  --coral: #e7654f;
  --ink: #17213c;
  --muted: #5f687d;
  --paper: #f7f6f0;
  --mint: #eaf4f1;
  --white: #ffffff;
  --line: #dce2e4;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(11, 31, 93, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; color: white; background: var(--navy); border-radius: 6px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(11, 31, 93, 0.1); background: rgba(247, 246, 240, 0.94); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 800; text-decoration: none; letter-spacing: -0.02em; }
.site-header .brand > img { width: 128px; height: auto; flex: none; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { color: #24304c; font-size: 0.9rem; font-weight: 750; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--blue); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; padding: 0; background: transparent; border-radius: 6px; }
.nav-cta img { width: 22px; height: 22px; object-fit: contain; }
nav .nav-cta:hover, nav .nav-cta:focus-visible { background: transparent; opacity: .68; }

.hero { position: relative; overflow: hidden; padding: 96px 0 104px; background: linear-gradient(135deg, #eef7f4 0%, var(--paper) 58%, #faf2df 100%); }
.hero::after { position: absolute; width: 580px; height: 580px; right: -300px; bottom: -370px; border: 1px solid rgba(22, 117, 229, 0.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(22, 117, 229, 0.025), 0 0 0 140px rgba(12, 143, 135, 0.025); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: center; gap: 76px; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: 0.77rem; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase; }
h1, h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-weight: 500; letter-spacing: -0.045em; line-height: 0.98; }
h1 { max-width: 680px; font-size: clamp(3.6rem, 6vw, 6.7rem); }
h1 em { color: var(--blue); font-weight: inherit; }
.hero-lede { max-width: 620px; margin: 28px 0 30px; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 6px; font-size: 0.92rem; font-weight: 800; text-decoration: none; transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(22, 117, 229, 0.34); outline-offset: 3px; }
.button-primary { color: white; background: var(--navy); box-shadow: 0 12px 26px rgba(11, 31, 93, 0.18); }
.button-primary:hover { background: var(--blue); }
.button-secondary { border-color: var(--navy); color: var(--navy); background: transparent; }
.button-secondary:hover { background: white; }
.trust-list { display: flex; flex-wrap: wrap; gap: 24px; margin: 28px 0 0; padding: 0; color: #445069; font-size: 0.82rem; font-weight: 700; list-style: none; }
.trust-list li::before { margin-right: 8px; color: var(--teal); content: "✓"; }

.product-frame { overflow: hidden; border: 1px solid rgba(11, 31, 93, 0.15); border-radius: 14px; background: white; box-shadow: var(--shadow); }
.window-bar { height: 46px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid #e7ebef; background: #f7f8fa; }
.window-dot { width: 9px; height: 9px; border-radius: 50%; background: #cad0d8; }
.window-dot:first-child { background: #ec7868; }
.window-dot:nth-child(2) { background: #e8b744; }
.window-dot:nth-child(3) { background: #4ab78a; }
.window-title { margin-left: auto; color: #8790a2; font-size: 0.69rem; }
.app-preview { padding: clamp(22px, 4vw, 42px); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.app-slice { padding: 22px; background: #f4f5f7; }
.app-glance { padding: 28px 30px 24px; background: #fff; }
.glance-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.glance-heading p, .glance-heading h2 { margin: 0; }.glance-heading p { color: #62708a; font-size: .7rem; }.glance-heading h2 { margin-top: 3px; color: #0b1f5d; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; letter-spacing: -.035em; }.glance-heading > span { padding: 5px 8px; border-radius: 99px; color: #177766; background: #eaf7f2; font-size: .58rem; font-weight: 700; white-space: nowrap; }
.glance-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0 16px; }.glance-card { padding: 12px 14px; border: 1px solid #e2e8f0; border-left: 4px solid #0c8f87; border-radius: 9px; background: #f8fafc; }.glance-card.next-school { border-left-color: #1675e5; background: #f2f7ff; }.glance-card span { display: block; color: #0c8f87; font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.glance-card strong { display: block; margin: 3px 0 2px; color: #0b1f5d; font-size: 1.1rem; letter-spacing: -.03em; }.glance-card small { color: #62708a; font-size: .61rem; }
.glance-week { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }.glance-day { display: grid; min-height: 92px; grid-template-rows: 17px 30px 1fr; align-items: center; padding: 9px 4px; border: 1px solid #dde5ee; border-top: 4px solid #1675e5; border-radius: 7px; background: #fff; text-align: center; }.glance-day > span { color: #6a7587; font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.glance-day b { color: #0b1f5d; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }.glance-day small { color: #62708a; font-size: .58rem; font-weight: 500; line-height: 1.2; }.glance-day.current { border-color: #1675e5; background: #1675e5; box-shadow: 0 8px 16px rgba(22,117,229,.22); }.glance-day.current > span, .glance-day.current b, .glance-day.current small { color: #fff; }.glance-day.closed { border-top-color: #e7654f; background: #fff9f7; }.glance-day.closed small { color: #b85343; }.glance-note { display: flex; align-items: center; gap: 6px; margin: 14px 0 0; color: #62708a; font-size: .62rem; }.glance-note i { width: 7px; height: 7px; border-radius: 50%; background: #0c8f87; }
.app-slice-header, .slice-month { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.app-slice-header { margin-bottom: 14px; }
.app-slice-header h2 { margin: 0; color: #0b1f5d; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; letter-spacing: -0.03em; }
.app-slice-header p { margin: 2px 0 0; color: #62708a; font-size: 0.68rem; }
.slice-pdf { padding: 5px 6px; border: 1px solid #d7dde7; border-radius: 6px; color: #b14a4a; background: #fff; font-size: 0.55rem; font-weight: 800; }
.slice-tabs { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid #d7dde7; border-radius: 8px; background: #fff; }
.slice-tabs span { padding: 7px 3px; color: #182234; font-size: 0.62rem; font-weight: 700; text-align: center; }
.slice-tabs .selected { color: #fff; background: #1675e5; }
.slice-month { margin: 13px 0 11px; color: #284c8f; font-size: 0.63rem; font-weight: 700; }
.slice-month strong { color: #0b1f5d; font-family: Georgia, "Times New Roman", serif; font-size: 0.92rem; }
.slice-calendar { padding: 10px; border: 1px solid #e8edf3; border-radius: 10px; background: #f8fafc; }
.slice-weekdays, .slice-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.slice-weekdays { margin-bottom: 5px; color: #6a7587; font-size: 0.51rem; font-weight: 800; letter-spacing: 0.06em; text-align: center; text-transform: uppercase; }
.slice-day { display: grid; min-height: 69px; grid-template-rows: 28px 1fr; align-items: center; padding: 6px 3px; border: 1px solid #dde5ee; border-top: 3px solid #9bb8db; border-radius: 5px; background: #fff; color: #182234; text-align: center; }
.slice-day b { color: #0b1f5d; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; }
.slice-day small { color: #62708a; font-size: 0.51rem; font-weight: 500; line-height: 1.2; }
.slice-day.school { border-top-color: #1675e5; }.slice-day.closed { border-top-color: #e7654f; background: #fff9f7; }.slice-day.closed small { color: #b85343; }.slice-day.weekend { border-top-color: #c6ced9; background: #f9fafb; opacity: .75; }.slice-day.current { border-color: #1675e5; background: #1675e5; box-shadow: 0 7px 15px rgba(22,117,229,.22); }.slice-day.current b, .slice-day.current small { color: #fff; }
.preview-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; }
.mini-label { color: var(--teal); font-size: 0.69rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.preview-heading h2 { margin: 3px 0 2px; font-family: var(--sans); font-size: 2.5rem; font-weight: 850; letter-spacing: -0.05em; line-height: 1; }
.preview-heading p { margin: 0; color: var(--muted); font-size: 0.83rem; line-height: 1.35; }
.next-card { display: flex; flex-direction: column; min-width: 175px; padding: 13px 15px; border-left: 4px solid var(--teal); border-radius: 5px; background: var(--mint); }
.next-card span { color: var(--muted); font-size: 0.65rem; }
.next-card strong { color: var(--navy); font-size: 0.78rem; }
.week-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 32px; }
.day-card { min-height: 132px; display: grid; grid-template-rows: 16px 38px minmax(34px, 1fr); align-items: center; padding: 13px 6px; border: 1px solid #dde5ee; border-top: 4px solid #9bb8db; border-radius: 8px; background: #fff; text-align: center; }
.day-card span { color: #7b8495; font-size: 0.61rem; font-weight: 850; letter-spacing: 0.1em; line-height: 1; }
.day-card strong { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: 0; line-height: 1; }
.day-card small { display: grid; place-items: center; min-height: 34px; color: var(--muted); font-family: inherit; font-size: 0.68rem; font-weight: 500; line-height: 1.25; }
.day-card.active { color: white; border-color: var(--blue); background: var(--blue); box-shadow: 0 10px 20px rgba(22, 117, 229, 0.2); }
.day-card.active span, .day-card.active strong, .day-card.active small { color: white; }
.day-card.closed { border-top-color: var(--coral); background: #fff7f4; }
.day-card.closed small { color: #b64a39; }
.preview-footer { display: flex; align-items: center; gap: 15px; margin-top: 22px; color: var(--muted); font-size: 0.66rem; }
.key { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; }
.key.school { background: var(--blue); }
.key.closure { background: var(--coral); }
.status-pill { margin-left: auto; padding: 5px 9px; border-radius: 99px; color: #177766; background: #eaf7f2; font-weight: 750; }

.proof-strip { border-top: 1px solid rgba(11, 31, 93, 0.1); border-bottom: 1px solid rgba(11, 31, 93, 0.1); background: #fffefa; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid div { display: flex; flex-direction: column; padding: 25px 32px; border-left: 1px solid var(--line); }
.proof-grid div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong { color: var(--navy); font-family: var(--serif); font-size: 1.12rem; }
.proof-grid span { color: var(--muted); font-size: 0.77rem; }

.section { padding: 112px 0; }
.section-heading h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.split-heading { display: grid; grid-template-columns: 1.4fr 0.6fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.split-heading > p { max-width: 380px; margin: 0 0 8px; color: var(--muted); font-size: 1.02rem; }
.features-section { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 300px; padding: 36px; overflow: hidden; border: 1px solid var(--line); border-top: 4px solid var(--blue); border-radius: 8px; background: rgba(255,255,255,0.72); box-shadow: 0 10px 28px rgba(11,31,93,0.05); }
.feature-card:nth-child(3) { border-top-color: var(--gold); }
.feature-card:nth-child(4) { border-top-color: var(--teal); }
.feature-card:nth-child(5) { border-top-color: var(--coral); }
.feature-card.featured { min-height: 350px; display: grid; grid-column: 1 / -1; grid-template-columns: 58px 1fr 0.8fr; align-items: center; gap: 30px; border-top-color: var(--teal); }
.feature-number { color: #b6beca; font-family: var(--serif); font-size: 1.4rem; }
.card-kicker { margin: 0 0 9px; color: var(--teal); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.feature-card h3 { max-width: 470px; margin: 0 0 15px; color: var(--navy); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 500; line-height: 1.08; letter-spacing: -0.035em; }
.feature-card > p:last-child, .feature-card div > p:last-child { max-width: 570px; margin: 0; color: var(--muted); }
.sequence-visual { display: flex; align-items: center; justify-content: center; }
.sequence-day { width: 54px; height: 54px; display: grid; place-items: center; flex: none; border-radius: 50%; color: white; font-family: var(--serif); font-size: 1.25rem; box-shadow: 0 7px 18px rgba(11,31,93,0.14); }
.sequence-day.a { background: var(--blue); }
.sequence-day.b { background: var(--teal); }
.sequence-day.c { background: var(--gold); }
.sequence-day.d { background: var(--coral); }
.sequence-visual i { width: 20px; border-top: 1px dashed #aeb7c5; }

.steps-section { color: white; background: var(--navy-deep); }
.steps-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 100px; }
.steps-intro { position: sticky; top: 120px; align-self: start; }
.steps-intro h2 { color: white; }
.steps-intro > p:not(.eyebrow) { max-width: 430px; margin: 25px 0; color: #b8c6df; }
.text-link { color: #83d8d0; font-weight: 800; text-decoration: none; }
.text-link:hover { color: white; }
.steps-list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps-list li { display: grid; grid-template-columns: 68px 1fr; gap: 24px; padding: 33px 0; border-top: 1px solid rgba(255,255,255,0.16); }
.steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,0.16); }
.steps-list li > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #557097; border-radius: 50%; color: #8ad8cf; font-family: var(--serif); font-size: 1.2rem; }
.steps-list h3 { margin: 0 0 7px; color: white; font-family: var(--serif); font-size: 1.85rem; font-weight: 500; }
.steps-list p { margin: 0; color: #aebbd2; }

.integrations-section { background: #eef5f2; }
.integrations-card { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: 90px; padding: 64px; border: 1px solid #cadaD5; border-radius: 9px; background: white; box-shadow: var(--shadow); }
.integrations-card h2 { font-size: clamp(2.7rem, 4vw, 4.2rem); }
.integrations-card > div > p:last-child { max-width: 480px; margin: 25px 0 0; color: var(--muted); }
.integration-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.integration-list li { display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 6px; color: #35405a; font-size: 0.86rem; font-weight: 750; }
.integration-list span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 5px; color: white; background: var(--navy); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.04em; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 100px; }
.faq-intro { align-self: start; }
.faq-intro h2 { font-size: clamp(2.8rem, 4vw, 4.2rem); }
.faq-intro > p:last-child { max-width: 330px; color: var(--muted); }
.faq-list { border-top: 1px solid #cfd6db; }
details { border-bottom: 1px solid #cfd6db; }
summary { position: relative; padding: 24px 48px 24px 0; color: var(--navy); font-family: var(--serif); font-size: 1.35rem; font-weight: 600; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; right: 5px; top: 24px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #aeb9c1; border-radius: 50%; color: var(--teal); font-family: var(--sans); font-size: 1rem; content: "+"; }
details[open] summary::after { content: "−"; }
details p { max-width: 670px; margin: -5px 50px 24px 0; color: var(--muted); }

.closing-section { padding: 0 0 80px; }
.closing-card { padding: 76px 40px; color: white; text-align: center; background: var(--navy); border-radius: 10px; box-shadow: var(--shadow); }
.closing-card img { margin: 0 auto 25px; border-radius: 14px; }
.closing-card .eyebrow { color: #8de0d8; }
.closing-card h2 { color: white; font-size: clamp(2.8rem, 5vw, 5rem); }
.closing-card > p:not(.eyebrow) { margin: 24px auto 28px; color: #c8d3e5; }
.button-light { color: var(--navy); background: white; }
.button-light:hover { background: #dff4f0; }

.site-footer { padding: 35px 0; border-top: 1px solid var(--line); background: #fffefa; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand span { color: var(--muted); font-size: 0.73rem; font-weight: 500; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { color: var(--navy); font-size: 0.8rem; font-weight: 750; text-decoration: none; }
.footer-links a:hover { color: var(--blue); }

@media (max-width: 920px) {
  .hero-grid, .steps-layout, .integrations-card, .faq-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 58px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .feature-card.featured { grid-template-columns: 45px 1fr; }
  .feature-card.featured .sequence-visual { grid-column: 2; justify-content: flex-start; }
  .steps-layout, .faq-layout { gap: 56px; }
  .steps-intro { position: static; }
  .integrations-card { gap: 45px; padding: 46px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { position: static; }
  .nav-wrap { min-height: 68px; }
  nav a:not(.nav-cta) { display: none; }
  .brand { font-size: 0.92rem; }
  .site-header .brand > img { width: 116px; }
  .nav-cta { width: 40px; height: 40px; }
  .hero { padding: 70px 0 72px; }
  h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .hero-lede { font-size: 1rem; }
  .product-frame { transform: none; }
  .preview-heading { grid-template-columns: 1fr; }
  .next-card { min-width: 0; }
  .app-preview { padding: 20px 16px; }
  .week-row { gap: 4px; }
  .day-card { min-height: 102px; padding-inline: 2px; }
  .day-card { grid-template-rows: 14px 30px minmax(28px, 1fr); }
  .day-card strong { font-size: 1.15rem; }
  .day-card small { min-height: 28px; font-size: 0.56rem; }
  .preview-footer > span:not(.status-pill) { display: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div, .proof-grid div:last-child { padding: 18px 8px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card.featured { min-height: 0; padding: 28px; }
  .feature-card.featured { grid-template-columns: 1fr; gap: 16px; }
  .feature-card.featured .sequence-visual { grid-column: 1; justify-content: flex-start; margin-top: 12px; }
  .sequence-day { width: 42px; height: 42px; font-size: 1rem; }
  .sequence-visual i { width: 10px; }
  .steps-list li { grid-template-columns: 50px 1fr; gap: 14px; }
  .steps-list li > span { width: 42px; height: 42px; }
  .integrations-card { padding: 32px 24px; }
  .integration-list { grid-template-columns: 1fr; }
  .closing-section { padding-bottom: 30px; }
  .closing-card { width: 100%; padding: 58px 20px; border-radius: 0; }
  .footer-wrap { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
