@font-face {
  font-family: Manrope;
  src: url("manrope-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f4f7fb;
  --white: #fff;
  --ink: #23354d;
  --muted: #526479;
  --blue: #1765c1;
  --pale: #e1eaff;
  --line: #d5dfea;
  font-family: Manrope, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { margin: 0; font-size: 1rem; line-height: 1.7; }
img, svg { display: block; max-width: 100%; }
a { color: var(--blue); text-underline-offset: .22em; text-decoration-thickness: .075em; }
a:hover { text-decoration-thickness: .13em; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 3px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 650; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 5.2vw, 4.75rem); line-height: 1.07; letter-spacing: -.055em; }
h2 { font-size: clamp(1.7rem, 2.5vw, 2.1rem); line-height: 1.25; letter-spacing: -.035em; }
h3 { font-size: 1.2rem; line-height: 1.45; letter-spacing: -.015em; }
p { max-width: 66ch; }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: -100px; left: 1rem; padding: .7rem 1rem; background: var(--white); }
.skip-link:focus { top: .5rem; }
.draft-banner { padding: .4rem 1.5rem; background: #e6ecf5; color: #415772; text-align: center; font-size: .75rem; font-weight: 650; }
.draft-banner span { font-weight: 450; margin-left: .7rem; }
.site-header { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: block; width: 288px; flex: 0 0 auto; text-decoration: none; }
.brand img, .footer-brand img { width: 100%; height: auto; }
.site-header nav, .site-footer nav { display: flex; gap: 1.9rem; flex-wrap: wrap; }
.site-header nav a { font-size: .88rem; font-weight: 600; color: var(--ink); text-decoration: none; }
.site-header nav a:hover, .site-header nav a[aria-current] { color: var(--blue); text-decoration: underline; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 3rem; align-items: center; padding-block: 4.8rem 6.7rem; }
.lead { max-width: 39ch; color: var(--muted); font-size: 1.14rem; margin-top: 1.8rem; line-height: 1.8; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.3rem; border: 1px solid transparent; border-radius: 7px; font-size: .87rem; font-weight: 700; text-decoration: none; background: var(--blue); color: var(--white); text-align: center; }
.button:hover { background: #0f4f9e; text-decoration: none; }
.hero .button { margin-top: 2rem; }
.hero-note { color: var(--muted); font-size: .78rem; margin-top: 1rem; }
.schedule { border-radius: 18px; background: #e7eef9; padding: 1.6rem 1.3rem 1.3rem; transform: rotate(-2deg); }
.schedule-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-inline: .4rem; font-size: .86rem; font-weight: 650; }
.example-tag { font-size: .66rem; color: var(--muted); font-weight: 500; }
.week { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .45rem; margin-block: 1.25rem; }
.day { position: relative; min-height: 245px; background: #f6f9ff; border-radius: 7px; padding: .75rem .45rem; }
.day > span { display: block; text-align: center; font-size: .76rem; color: var(--muted); }
.day-line { height: 59px; border-top: 1px solid #e0e7f3; margin-top: 1.5rem; }
.busy { position: absolute; left: .45rem; right: .45rem; border-radius: 4px; background: #dce5f1; color: #4c627e; font-size: .65rem; padding: .55rem; border-left: 2px solid #aabbd2; }
.block-one { top: 67px; height: 65px; }
.block-two { bottom: 25px; height: 45px; }
.day:nth-child(2) .block-one { top: 145px; }
.day:nth-child(2) .block-two { top: 65px; }
.selected-day { background: #edf3ff; }
.maintenance-slot { position: absolute; top: 107px; left: -.8rem; right: -.8rem; z-index: 1; background: var(--blue); color: white; min-height: 99px; border-radius: 6px; padding: .85rem .65rem; box-shadow: 0 6px 14px #243f7c26; }
.maintenance-slot strong, .maintenance-slot > span { display: block; font-size: .67rem; line-height: 1.5; }
.maintenance-slot strong { margin-top: .4rem; }
.maintenance-slot > span { font-size: .6rem; opacity: .9; }
.schedule figcaption { display: flex; align-items: center; gap: .6rem; font-size: .71rem; padding: .2rem .3rem; color: #405877; }
.caption-rule { width: 18px; height: 3px; border-radius: 2px; background: var(--blue); flex-shrink: 0; }
.integration-section { background: var(--white); scroll-margin-top: 0; }
.integration { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; padding-block: 5rem; }
.integration-symbol { width: 54px; height: 54px; border-radius: 13px; background: var(--paper); color: var(--blue); display: grid; place-items: center; margin-bottom: 1.4rem; }
.integration-intro > p { color: var(--muted); margin-top: 1rem; }
.integration-intro .small-copy { font-size: .8rem; margin-top: 1.6rem; }
.integration-detail h3 { font-size: 1.65rem; letter-spacing: -.035em; line-height: 1.35; margin-bottom: 1.25rem; }
.integration-detail > p { font-size: .96rem; color: var(--muted); margin-top: 1rem; }
.permissions { border-block: 1px solid var(--line); padding-block: 1.1rem; margin-top: 1.7rem; font-size: .9rem; }
.permissions summary { cursor: pointer; color: var(--blue); font-weight: 650; padding-right: .2rem; }
.permissions dl { margin: 1.3rem 0; }
.permissions dt { font-weight: 700; margin-top: 1.1rem; }
.permissions dd { margin: .3rem 0 0; color: var(--muted); }
.workflow-section { padding-block: 5rem; }
.workflow-section > h2 { max-width: 25ch; }
.workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; list-style: none; padding: 0; margin: 2.7rem 0 0; counter-reset: step; }
.step-number { display: inline-grid; place-items: center; width: 32px; height: 32px; border: 1px solid #bdcbe0; border-radius: 50%; color: #526c91; font-size: .8rem; font-weight: 650; margin-bottom: 1.15rem; }
.workflow p { margin-top: .65rem; color: var(--muted); font-size: .9rem; }
.choice { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; background: var(--pale); border-radius: 13px; padding: 2.75rem 3rem; margin-bottom: 4rem; }
.choice p { margin-top: 1rem; max-width: 52ch; font-size: .94rem; color: #435b7d; }
.choice-links { display: flex; flex-direction: column; align-items: center; gap: 1rem; font-size: .85rem; }
.button-light { background: white; color: var(--blue); }
.button-light:hover { background: #f5f8ff; }
.site-footer { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.5rem 2.5rem; font-size: .78rem; color: var(--muted); }
.footer-brand { display: block; width: 230px; max-width: 100%; text-decoration: none; }
.site-footer p { margin-top: .3rem; }
.site-footer nav { align-items: center; gap: 1.5rem; }
.site-footer nav a { color: var(--muted); }
.document-heading { padding-block: 2.8rem 2.7rem; border-bottom: 1px solid var(--line); }
.back-link { display: inline-block; font-size: .85rem; margin-bottom: 1.8rem; }
.document-heading h1 { font-size: clamp(2.75rem, 5vw, 4rem); }
.document-intro { font-size: 1.15rem; color: var(--muted); max-width: 50ch; margin-top: 1.3rem; }
.document-date { font-size: .82rem; color: var(--muted); margin-top: 1rem; }
.document-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 4rem; padding-block: 3rem 5rem; }
.document-layout-simple { display: block; }
.contents nav { position: sticky; top: 2rem; }
.contents p { font-weight: 750; font-size: .88rem; margin-bottom: 1rem; }
.contents a { display: block; padding: .35rem 0; font-size: .82rem; color: var(--muted); text-decoration: none; }
.contents a:hover { color: var(--blue); text-decoration: underline; }
.prose { max-width: 66ch; font-size: .97rem; line-height: 1.8; overflow-wrap: anywhere; }
.prose h2 { font-size: 1.5rem; margin: 2.5rem 0 1rem; scroll-margin-top: 2rem; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose ul { margin-block: 1rem; }
.prose li { padding-left: .2rem; margin-block: .75rem; }
.prose ul { padding-left: 1.35rem; }
.prose .contact-email { font-size: clamp(1.3rem, 3vw, 1.7rem); font-weight: 650; }

@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 2rem; padding-block: 3rem 4rem; }
  .hero h1 { font-size: clamp(2.75rem, 5.5vw, 4rem); }
  .schedule { padding: 1.2rem .8rem; }
  .schedule-heading { font-size: .76rem; }
  .integration { gap: 3.5rem; }
  .choice { padding: 2.4rem; gap: 2rem; }
  .document-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 2.5rem; }
}

@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 100px; flex-wrap: wrap; gap: .8rem; padding-block: 1.1rem; }
  .brand { width: 260px; max-width: 100%; }
  .site-header nav { gap: 1.3rem; }
  .site-header nav a { font-size: .8rem; padding-block: .3rem; }
  .hero { grid-template-columns: 1fr; gap: 3rem; padding-block: 2.5rem 3.5rem; }
  .hero h1 { font-size: clamp(2.75rem, 9vw, 4.5rem); }
  .lead { font-size: 1.06rem; max-width: 42ch; }
  .schedule { width: min(100% - 8px, 500px); justify-self: center; padding: 1.4rem 1rem; transform: rotate(-1deg); }
  .schedule-heading { font-size: .85rem; }
  .integration { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 3rem; }
  .integration-intro { max-width: 50ch; }
  .integration-detail h3 br { display: none; }
  .workflow-section { padding-block: 3rem; }
  .workflow { grid-template-columns: 1fr; gap: 1.8rem; margin-top: 2rem; }
  .workflow li { display: grid; grid-template-columns: 32px 1fr; column-gap: 1rem; }
  .step-number { grid-row: 1 / 3; margin: 0; }
  .workflow p { grid-column: 2; }
  .choice { grid-template-columns: 1fr; padding: 2rem; margin-bottom: 2rem; }
  .choice-links { align-items: flex-start; }
  .site-footer { flex-direction: column; gap: 1.3rem; }
  .document-heading { padding-top: 2rem; }
  .document-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .contents nav { position: static; columns: 2; column-gap: 1rem; }
  .contents p { column-span: all; }
  .contents a { break-inside: avoid; }
}

@media (max-width: 380px) {
  .wrap { width: calc(100% - 32px); }
  .draft-banner span { display: none; }
  .schedule-heading { flex-wrap: wrap; gap: .25rem; }
  .maintenance-slot { padding-inline: .4rem; }
  .maintenance-slot strong { font-size: .59rem; }
  .choice { padding: 1.5rem; }
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

@media print {
  .draft-banner, .site-header nav, .site-footer, .contents, .back-link { display: none; }
  body { background: white; color: black; font-size: 11pt; }
  .wrap { width: 100%; }
  .document-layout { display: block; }
  .prose { max-width: none; }
  .prose h2 { break-after: avoid; }
}
