@font-face {
  font-family: Inter;
  src: url("/assets/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light dark;
  --blue: #1e73be;
  --blue-deep: #0c4f88;
  --blue-text: #1e73be;
  --ink: #17283a;
  --muted: #64758a;
  --paper: #f8fbfe;
  --surface: #fff;
  --line: #e1eaf2;
  --soft-blue: #e9f4fd;
  --lavender: #f2effb;
  --mint: #e9f7f3;
  --shadow: 0 22px 65px rgb(24 63 98 / 10%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  background: var(--paper);
  color: var(--ink);
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
a { color: inherit; }
a:focus-visible { outline: 3px solid #f3b841; outline-offset: 4px; border-radius: 4px; }
.section-wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; inset: 12px auto auto 12px; padding: 12px 16px; transform: translateY(-160%); border-radius: 8px; background: #fff; color: #102538; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 2; border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent); background: color-mix(in srgb, var(--paper) 92%, transparent); }
.header-inner { display: flex; width: min(1320px, calc(100% - 64px)); min-height: 82px; align-items: center; justify-content: space-between; margin: auto; }
.brand { display: inline-flex; flex: none; align-items: center; }
.brand img { display: block; width: 112px; height: auto; filter: brightness(0); }
nav { display: flex; align-items: center; gap: clamp(20px, 3.2vw, 48px); color: var(--muted); font-size: 13px; font-weight: 620; }
nav a, .text-link, .site-footer a { text-decoration: none; transition: color .18s ease, border-color .18s ease, background .18s ease; }
nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--blue); }
nav .nav-cta { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--surface); }
nav .nav-cta:hover { border-color: var(--blue); color: var(--blue); }

.hero { display: grid; min-height: 642px; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; padding-block: 68px 83px; }
.hero-copy { position: relative; z-index: 1; padding-bottom: 12px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 23px; color: var(--blue-text); font-size: 11px; font-weight: 760; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; flex: none; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px color-mix(in srgb, var(--blue) 13%, transparent); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(52px, 6.8vw, 82px); font-weight: 690; letter-spacing: -.075em; line-height: .99; }
h1 span, .section-heading h2 span, .approach h2 span, .model h2 span { color: var(--blue-text); }
.hero-lede { max-width: 500px; margin-bottom: 31px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 14px; padding: 0 19px; border-radius: 999px; font-size: 13px; font-weight: 690; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 23px rgb(30 115 190 / 22%); }
.button-primary:hover { background: var(--blue-deep); box-shadow: 0 14px 28px rgb(30 115 190 / 27%); }
.button-primary span, .button-light span { font-size: 16px; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 680; }
.text-link span { margin-left: 4px; color: var(--blue-text); }
.launch-note { margin: 30px 0 0; color: var(--muted); font-size: 13px; }

.hero-visual { position: relative; min-height: 455px; isolation: isolate; }
.hero-visual::before { position: absolute; z-index: -2; inset: 40px 24px 26px 38px; border-radius: 50%; background: radial-gradient(ellipse at 50% 47%, #dfedfa 0%, #eaf3fb 39%, rgb(234 243 251 / 0%) 72%); content: ""; }
.orbit { position: absolute; z-index: -1; top: 52%; left: 50%; width: 394px; height: 205px; border: 1px solid rgb(30 115 190 / 15%); border-radius: 50%; transform: translate(-50%, -50%) rotate(-28deg); }
.orbit-two { width: 350px; height: 274px; border-color: rgb(144 118 201 / 15%); transform: translate(-50%, -50%) rotate(36deg); }
.hero-core { position: absolute; top: 50%; left: 50%; display: flex; width: 176px; height: 176px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgb(255 255 255 / 80%); border-radius: 50%; background: linear-gradient(145deg, #fff 9%, #f0f7fd 87%); box-shadow: 0 18px 55px rgb(43 89 130 / 15%), inset 0 -8px 19px rgb(30 115 190 / 6%); color: #64809c; font-size: 10px; font-weight: 630; transform: translate(-50%, -50%); }
.core-mark { display: block; width: 64px; height: 64px; border-radius: 18px; box-shadow: 0 10px 24px rgb(30 115 190 / 30%); }
.float-card { position: absolute; display: flex; min-width: 196px; align-items: center; gap: 11px; padding: 13px 14px; border: 1px solid rgb(221 232 241 / 85%); border-radius: 14px; background: color-mix(in srgb, var(--surface) 93%, transparent); box-shadow: 0 13px 32px rgb(33 68 99 / 11%); }
.float-card b, .float-card small { display: block; }
.float-card b { color: var(--ink); font-size: 12px; font-weight: 720; }
.float-card small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.float-card-top { top: 68px; left: 18px; }
.float-card-right { top: 212px; right: -4px; }
.float-card-bottom { bottom: 48px; left: 56px; }
.mini-icon { display: grid; width: 34px; height: 34px; flex: none; place-items: center; border-radius: 11px; font-size: 17px; }
.icon-person { background: var(--soft-blue); color: var(--blue); }
.icon-time { background: var(--lavender); color: #8373b5; }
.icon-flow { background: var(--mint); color: #318b72; }
.card-check { margin-left: auto; color: #349477; font-weight: 800; }
.flow-line { width: 24px; height: 1px; margin-left: auto; background: linear-gradient(90deg, #7cc6b0, transparent); }
.spark { position: absolute; color: #70acd7; font-size: 21px; }
.spark-one { top: 57px; right: 88px; }
.spark-two { right: 27px; bottom: 98px; color: #ad9bd8; font-size: 16px; }

.trust-strip { border-block: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 66%, transparent); }
.trust-inner { display: flex; min-height: 74px; align-items: center; justify-content: center; gap: clamp(20px, 5vw, 66px); color: var(--muted); font-size: 12px; font-weight: 620; }
.trust-inner i { width: 4px; height: 4px; border-radius: 50%; background: #a7bdcf; }

.platform { padding-block: 119px 130px; }
.section-heading { max-width: 680px; margin: 0 auto 54px; text-align: center; }
.section-heading .eyebrow { justify-content: center; margin-bottom: 18px; }
.section-heading h2, .approach h2, .model h2 { margin-bottom: 17px; font-size: clamp(37px, 4.8vw, 56px); font-weight: 670; letter-spacing: -.064em; line-height: 1.07; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 278px; grid-column: span 2; overflow: hidden; padding: 25px 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: 0 6px 22px rgb(25 63 97 / 3%); }
.feature-card:nth-child(n+4) { grid-column: span 3; min-height: 258px; }
.feature-card::after { position: absolute; top: 158px; right: -18px; width: 145px; height: 145px; border-radius: 50%; background: radial-gradient(circle, var(--art-glow) 0, transparent 70%); content: ""; }
.feature-people { --art-glow: rgb(69 152 211 / 14%); }
.feature-time { --art-glow: rgb(150 131 202 / 13%); }
.feature-approvals { --art-glow: rgb(89 181 154 / 14%); }
.feature-docs { --art-glow: rgb(224 163 84 / 13%); }
.feature-growth { --art-glow: rgb(149 128 204 / 13%); }
.feature-icon { display: grid; width: 42px; height: 42px; margin-bottom: 21px; place-items: center; border-radius: 13px; background: var(--feature-icon-bg, var(--soft-blue)); color: var(--feature-icon-color, var(--blue-text)); font-size: 23px; font-weight: 500; }
.feature-time .feature-icon { --feature-icon-bg: var(--lavender); --feature-icon-color: #8474b7; }
.feature-approvals .feature-icon { --feature-icon-bg: var(--mint); --feature-icon-color: #328b73; }
.feature-docs .feature-icon { --feature-icon-bg: #fff3e3; --feature-icon-color: #bd8744; }
.feature-growth .feature-icon { --feature-icon-bg: var(--lavender); --feature-icon-color: #8474b7; }
.feature-index { position: absolute; top: 32px; right: 23px; color: #9aacbc; font-size: 8px; font-weight: 740; letter-spacing: .1em; }
.feature-card h3 { position: relative; z-index: 1; max-width: 300px; margin-bottom: 10px; font-size: 20px; font-weight: 680; letter-spacing: -.035em; line-height: 1.3; }
.feature-card > p:last-of-type { position: relative; z-index: 1; max-width: 330px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.people-lines { position: absolute; right: 22px; bottom: 21px; display: grid; width: 82px; gap: 7px; }
.people-lines b, .people-lines i { height: 5px; border-radius: 4px; background: #d8eaf7; }
.people-lines b { width: 54px; background: #a8d0ec; }
.people-lines i:last-child { width: 60px; }
.calendar-art { position: absolute; right: 25px; bottom: 23px; display: grid; width: 76px; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.calendar-art span { height: 10px; border-radius: 3px; background: #eee9fa; }
.calendar-art span:nth-child(7) { background: #9c8cc8; }
.calendar-art span:nth-child(9) { background: #d5cdec; }
.approval-art { position: absolute; right: 27px; bottom: 24px; display: flex; align-items: center; gap: 9px; }
.approval-art b, .approval-art i { width: 12px; height: 12px; border: 2px solid #70b69e; border-radius: 50%; background: var(--surface); }
.approval-art i { width: 32px; height: 2px; border: 0; border-radius: 0; background: linear-gradient(90deg, #8bc8b4, #dcefe9); }
.document-art { position: absolute; right: 37px; bottom: 17px; display: grid; width: 72px; gap: 7px; padding: 12px 10px; border: 1px solid #f3dfc5; border-radius: 7px; background: #fffbf4; transform: rotate(4deg); }
.document-art i { height: 3px; border-radius: 2px; background: #eddcc6; }
.document-art i:first-child { width: 35px; background: #d8b98d; }
.growth-art { position: absolute; right: 34px; bottom: 24px; display: flex; height: 48px; align-items: end; gap: 6px; }
.growth-art i { width: 9px; height: 17px; border-radius: 4px 4px 1px 1px; background: #ded8ef; }
.growth-art i:nth-child(2) { height: 28px; background: #bfb3df; }
.growth-art i:nth-child(3) { height: 38px; background: #8f7fc3; }
.growth-art b { align-self: center; margin-left: 4px; color: #8f7fc3; font-size: 22px; }

.approach { overflow: hidden; background: #103b64; color: #fff; }
.approach-grid { display: grid; min-height: 428px; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 54px; padding-block: 72px; }
.eyebrow-light { color: #9bcaf0; }
.approach h2 { margin-bottom: 17px; font-size: clamp(43px, 5vw, 61px); }
.approach h2 span { color: #a8d5f4; }
.approach-copy > p:not(.eyebrow) { max-width: 430px; margin-bottom: 25px; color: #c0d5e8; font-size: 14px; line-height: 1.75; }
.button-light { min-height: 45px; background: #fff; color: #133b60; }
.button-light:hover { background: #eaf5fd; }
.approach-visual { position: relative; min-height: 266px; }
.path-svg { position: absolute; inset: 17px 0 0; width: 100%; height: 225px; overflow: visible; }
.path-node { position: absolute; z-index: 1; display: grid; width: 138px; min-height: 92px; align-content: center; justify-items: start; padding: 13px 15px; border: 1px solid rgb(196 224 245 / 20%); border-radius: 13px; background: #1a4b76; box-shadow: 0 12px 26px rgb(0 20 43 / 18%); }
.path-node span { margin-bottom: 8px; color: #8dc4ef; font-size: 8px; font-weight: 780; letter-spacing: .12em; }
.path-node b { margin-bottom: 4px; font-size: 14px; font-weight: 690; }
.path-node small { color: #b7cde0; font-size: 11px; }
.node-start { top: 118px; left: 2%; }
.node-middle { top: 13px; left: 40%; }
.node-end { top: 119px; right: 1%; }
.path-star { position: absolute; color: #8ec8f4; font-size: 19px; }
.star-a { top: 1px; right: 13%; }
.star-b { bottom: 5px; left: 35%; color: #c4b2e9; font-size: 14px; }

.model { padding-block: 99px 92px; }
.model-card { display: grid; grid-template-columns: 66px 1fr auto; align-items: center; gap: 29px; padding: 37px 42px; border: 1px solid var(--line); border-radius: 19px; background: var(--surface); box-shadow: 0 9px 28px rgb(33 71 102 / 4%); }
.model-mark { display: block; width: 62px; height: 62px; border-radius: 18px; }
.model .eyebrow { margin-bottom: 11px; font-size: 9px; }
.model h2 { margin-bottom: 11px; font-size: clamp(28px, 3.2vw, 38px); }
.model-card > div:nth-child(2) > p:last-child { max-width: 590px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.model-aside { display: flex; align-items: center; gap: 10px; color: #8497aa; font-size: 8px; font-weight: 740; letter-spacing: .08em; }
.model-aside b { color: #93b4ce; font-size: 12px; }

.access { padding-block: 0 117px; }
.access-card { display: grid; grid-template-columns: 67px 1fr auto; align-items: center; gap: 28px; padding: 39px 43px; border-radius: 19px; background: var(--soft-blue); }
.access-symbol { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid rgb(30 115 190 / 16%); border-radius: 19px; background: color-mix(in srgb, var(--surface) 72%, transparent); color: var(--blue); font-size: 33px; }
.access .eyebrow { margin-bottom: 11px; font-size: 9px; }
.access h2 { margin-bottom: 9px; font-size: clamp(26px, 3vw, 36px); font-weight: 670; letter-spacing: -.06em; line-height: 1.15; }
.access-copy > p:last-child { max-width: 635px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.access-note { display: flex; min-width: 174px; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid rgb(105 147 178 / 22%); border-radius: 12px; background: color-mix(in srgb, var(--surface) 68%, transparent); }
.access-note b, .access-note small { display: block; }
.access-note b { font-size: 10px; font-weight: 720; }
.access-note small { margin-top: 4px; color: var(--muted); font-size: 8px; }

.site-footer { border-top: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 66%, transparent); }
.footer-inner { display: flex; min-height: 94px; align-items: center; gap: 24px; color: var(--muted); }
.footer-inner .brand img { width: 96px; }
.footer-inner p { margin: 0; font-size: 10px; }
.footer-inner > a:nth-last-of-type(1) { margin-left: auto; color: var(--muted); font-size: 10px; text-decoration: none; }
.footer-inner small { color: #8393a3; font-size: 9px; }

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #e6edf5;
    --muted: #a7b6c7;
    --paper: #17232f;
    --surface: #1d2c3a;
    --line: #314353;
    --blue-text: #85c8f6;
    --soft-blue: #233c52;
    --lavender: #332f48;
    --mint: #213e3a;
    --shadow: 0 22px 65px rgb(0 0 0 / 27%);
  }
  .hero-visual::before { background: radial-gradient(ellipse at 50% 47%, #24435e 0%, #1c3449 39%, rgb(28 52 73 / 0%) 72%); }
  .orbit { border-color: rgb(105 175 226 / 20%); }
  .orbit-two { border-color: rgb(180 159 228 / 19%); }
  .hero-core { border-color: rgb(255 255 255 / 7%); background: linear-gradient(145deg, #253c50 9%, #1b3042 87%); box-shadow: 0 18px 55px rgb(0 0 0 / 28%), inset 0 -8px 19px rgb(30 115 190 / 9%); color: #aec0d0; }
  .brand img { filter: none; }
  .float-card { border-color: #354b5d; background: rgb(31 47 62 / 94%); }
  .trust-inner i { background: #5b7183; }
  .feature-card { box-shadow: 0 6px 22px rgb(0 0 0 / 8%); }
  .feature-card::after { opacity: .7; }
  .feature-docs .feature-icon { --feature-icon-bg: #473b2d; --feature-icon-color: #d4aa70; }
  .people-lines b, .people-lines i { background: #294860; }
  .people-lines b { background: #35678d; }
  .calendar-art span { background: #413b57; }
  .calendar-art span:nth-child(7) { background: #9786c4; }
  .calendar-art span:nth-child(9) { background: #615582; }
  .approval-art b, .approval-art i { border-color: #78bea8; }
  .approval-art i { border: 0; background: linear-gradient(90deg, #4b8977, #33564f); }
  .document-art { border-color: #544631; background: #332f29; }
  .document-art i { background: #635440; }
  .document-art i:first-child { background: #ac8b5c; }
  .growth-art i { background: #4a4363; }
  .growth-art i:nth-child(2) { background: #70658f; }
  .growth-art i:nth-child(3) { background: #9687c4; }
  .approach { background: #102d49; }
  .path-node { border-color: rgb(196 224 245 / 16%); background: #193c5a; }
  .model-mark { background: #233c52; }
  .access-card { background: #223b50; }
  .access-symbol { border-color: #3c5a72; background: #1c3041; }
  .access-note { border-color: #42596e; background: #1c3041; }
}

@media (max-width: 900px) {
  .section-wrap { width: min(100% - 48px, 720px); }
  .header-inner { width: calc(100% - 48px); min-height: 72px; }
  .hero { min-height: auto; grid-template-columns: 1fr .88fr; gap: 15px; padding-block: 75px 67px; }
  h1 { font-size: clamp(49px, 7.3vw, 67px); }
  .hero-visual { min-height: 365px; transform: scale(.88); transform-origin: center; }
  .float-card-top { left: -5px; }
  .float-card-right { right: -9px; }
  .float-card-bottom { left: 12px; }
  .approach-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .approach-visual { transform: scale(.9); transform-origin: center right; }
  .model-card { grid-template-columns: 58px 1fr; gap: 20px; padding: 31px; }
  .model-mark { width: 56px; height: 56px; }
  .model-aside { grid-column: 2; }
  .access-card { grid-template-columns: 58px 1fr; gap: 19px; padding: 31px; }
  .access-symbol { width: 56px; height: 56px; }
  .access-note { grid-column: 2; width: fit-content; }
}

@media (max-width: 640px) {
  .section-wrap { width: calc(100% - 40px); }
  .header-inner { width: calc(100% - 40px); min-height: 66px; }
  .brand img { width: 90px; }
  nav { gap: 13px; font-size: 12px; }
  nav a:nth-child(2) { display: none; }
  nav .nav-cta { padding: 9px 12px; }
  .hero { display: flex; min-height: auto; flex-direction: column; align-items: stretch; gap: 1px; padding-block: 61px 34px; }
  .hero-copy { padding-bottom: 0; }
  .eyebrow { margin-bottom: 19px; font-size: 10px; }
  h1 { max-width: 500px; margin-bottom: 17px; font-size: clamp(48px, 13vw, 64px); }
  .hero-lede { max-width: 450px; margin-bottom: 23px; font-size: 15px; line-height: 1.6; }
  .button { min-height: 45px; padding-inline: 15px; font-size: 13px; }
  .hero-actions { gap: 19px; }
  .text-link { font-size: 13px; }
  .launch-note { margin-top: 20px; font-size: 13px; }
  .hero-visual { width: 100%; min-height: 315px; margin-top: 0; transform: none; }
  .hero-visual::before { inset: 18px 0 9px; }
  .orbit { width: min(330px, 88vw); height: 166px; }
  .orbit-two { width: min(280px, 74vw); height: 225px; }
  .hero-core { width: 135px; height: 135px; font-size: 12px; }
  .core-mark { width: 52px; height: 52px; border-radius: 15px; }
  .float-card { min-width: 162px; gap: 8px; padding: 10px; border-radius: 12px; }
  .float-card b { font-size: 11px; }
  .float-card small { font-size: 9px; }
  .mini-icon { width: 29px; height: 29px; font-size: 15px; }
  .float-card-top { top: 26px; left: 0; }
  .float-card-right { top: 238px; right: -3px; }
  .float-card-bottom { bottom: 24px; left: 8px; }
  .spark-one { top: 23px; right: 29px; }
  .spark-two { right: 4px; bottom: 54px; }
  .trust-inner { min-height: 67px; flex-wrap: wrap; justify-content: center; gap: 8px 14px; padding-block: 12px; font-size: 10px; }
  .trust-inner i { width: 3px; height: 3px; }
  .platform { padding-block: 78px 84px; }
  .section-heading { margin-bottom: 32px; text-align: left; }
  .section-heading .eyebrow { justify-content: flex-start; }
  .section-heading h2 { font-size: 39px; }
  .section-heading > p:last-child { font-size: 13px; }
  .feature-grid { display: flex; flex-direction: column; gap: 11px; }
  .feature-card, .feature-card:nth-child(n+4) { min-height: 229px; padding: 21px; }
  .feature-icon { width: 38px; height: 38px; margin-bottom: 16px; }
  .feature-index { top: 29px; right: 20px; }
  .feature-card h3 { max-width: 275px; font-size: 18px; }
  .feature-card > p:last-of-type { max-width: 285px; font-size: 14px; }
  .people-lines, .calendar-art, .approval-art, .document-art, .growth-art { right: 22px; bottom: 18px; }
  .approach-grid { display: block; padding-block: 66px 47px; }
  .approach h2 { font-size: 49px; }
  .approach-copy > p:not(.eyebrow) { font-size: 14px; }
  .approach-visual { min-height: 231px; margin-top: 24px; transform: none; }
  .path-svg { top: 4px; height: 210px; }
  .path-node { width: 106px; min-height: 79px; padding: 10px; }
  .path-node b { font-size: 12px; }
  .path-node small { font-size: 10px; }
  .node-start { top: 103px; left: 0; }
  .node-middle { top: 5px; left: calc(50% - 53px); }
  .node-end { top: 103px; right: 0; }
  .model { padding-block: 69px; }
  .model-card { grid-template-columns: 45px 1fr; gap: 15px; padding: 23px 19px; border-radius: 15px; }
  .model-mark { width: 44px; height: 44px; border-radius: 13px; }
  .model h2 { font-size: 28px; }
  .model-card > div:nth-child(2) > p:last-child { font-size: 14px; }
  .model-aside { gap: 8px; font-size: 7px; }
  .access { padding-bottom: 75px; }
  .access-card { grid-template-columns: 1fr; gap: 16px; padding: 24px 21px; }
  .access-symbol { width: 45px; height: 45px; border-radius: 14px; font-size: 25px; }
  .access h2 { font-size: 30px; }
  .access-copy > p:last-child { font-size: 14px; }
  .access-note { grid-column: 1; margin-top: 2px; }
  .footer-inner { min-height: 82px; flex-wrap: wrap; gap: 8px 14px; padding-block: 17px; }
  .footer-inner .brand img { width: 80px; }
  .footer-inner p { font-size: 9px; }
  .footer-inner > a:nth-last-of-type(1) { font-size: 9px; }
  .footer-inner small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
