@charset "UTF-8";
:root {
  --ink: #102b35;
  --muted: #586d73;
  --mint: #a6f5d0;
  --mint-deep: #17654e;
  --paper: #fbfcfa;
  --line: #dce5e0;
  --soft: #eef4ef;
  --white: #fff;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
input, button { font: inherit; }
a, input, button { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h1 { font-size: clamp(2.7rem, 5vw, 4rem); line-height: 1.08; font-weight: 750; margin-bottom: 22px; }
h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); line-height: 1.15; font-weight: 720; margin-bottom: 20px; }
p { line-height: 1.75; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.wrap { width: min(1100px, calc(100% - 80px)); margin-inline: auto; }
:focus-visible { outline: 3px solid #008662; outline-offset: 5px; border-radius: 3px; }
.skip-link { position: absolute; top: 10px; left: 14px; transform: translateY(-170%); z-index: 20; background: var(--ink); color: white; padding: 14px 18px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 100px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.4rem; font-weight: 750; letter-spacing: -.05em; white-space: nowrap; }
.brand img { flex-shrink: 0; }
.brand-dot { color: #238d6d; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: .82rem; font-weight: 600; }
.main-nav a { padding-block: 13px; }
.main-nav a:hover, .site-footer nav a:hover { color: var(--mint-deep); text-decoration: underline; text-underline-offset: 6px; }
.main-nav a > span { margin-left: 7px; color: #6f8e7d; }
.eyebrow { font-size: .67rem; font-weight: 750; letter-spacing: .16em; line-height: 1.6; margin-bottom: 22px; color: var(--mint-deep); }
.tiny-line { display: inline-block; width: 24px; height: 2px; background: #3f9d79; vertical-align: middle; margin-right: 9px; }
.login-section { position: relative; overflow: hidden; padding: 34px 20px 59px; background: radial-gradient(ellipse at 50% 49%, #eaf3e8 0, #f4f8ef 34%, #fbfcfa 67%); }
.login-heading { text-align: center; width: auto; }
.highlight { display: inline-block; position: relative; z-index: 0; white-space: nowrap; }
.highlight::after { content: ""; position: absolute; left: -2px; right: -2px; bottom: 1%; height: 20%; background: var(--mint); z-index: -1; transform: rotate(-1deg); }
.hero-description { font-size: .99rem; color: var(--muted); line-height: 1.8; margin-bottom: 29px; }
.login-card { max-width: 450px; margin-inline: auto; padding: 29px 32px 23px; border: 1px solid #d5e2d8; border-radius: 19px; background: white; box-shadow: 0 18px 54px -34px #18443570; }
.card-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; }
.card-heading h2 { font-size: 1.27rem; margin-bottom: 5px; letter-spacing: -.03em; }
.card-heading p { font-size: .75rem; color: var(--muted); margin: 0; line-height: 1.6; }
.login-symbol { display: inline-flex; justify-content: center; align-items: center; background: var(--soft); height: 43px; width: 43px; border-radius: 11px; flex-shrink: 0; }
.lock-icon { display: inline-block; position: relative; width: 17px; height: 14px; border: 1.7px solid #417c60; border-radius: 3px; margin-top: 5px; }
.lock-icon::before { content: ""; position: absolute; width: 9px; height: 9px; bottom: 100%; left: 2.3px; border: 1.7px solid #417c60; border-bottom: none; border-radius: 7px 7px 0 0; }
.lock-icon::after { content: ""; position: absolute; width: 2px; height: 5px; top: 3px; left: 6px; border-radius: 2px; background: #417c60; }
.form-field { margin-bottom: 19px; }
.form-field label { display: block; font-size: .8rem; font-weight: 650; margin-bottom: 8px; }
.form-field input { width: 100%; min-height: 48px; border: 1px solid #c7d6cd; border-radius: 7px; padding: 12px 14px; background: #fff; color: var(--ink); font-size: 1rem; line-height: 1.4; transition: border-color .15s; }
.form-field input::placeholder { color: #63796c; }
.form-field input:hover { border-color: #7c9b88; }
.form-field input:focus { border-color: #2a8662; outline-offset: 3px; }
.field-hint { font-size: .7rem; line-height: 1.7; margin: 7px 0 0; color: var(--muted); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 15px 22px; border: 1px solid transparent; border-radius: 7px; font-size: .86rem; line-height: 1.4; font-weight: 700; cursor: pointer; transition: background .18s; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #24464f; }
.button-full { width: 100%; justify-content: space-between; }
.button-small { padding: 12px 17px; gap: 20px; font-size: .8rem; }
.button-outline { border-color: #bccfc7; background: transparent; }
.button-outline:hover { background: #eaf2ed; }
.login-help { font-size: .72rem; color: var(--muted); text-align: center; margin: 18px 0 0; }
.login-help a { color: var(--mint-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.login-footnote { font-size: .71rem; color: #5b7263; text-align: center; margin: 21px 0 0; }
.login-feedback { font-size: .8rem; padding: 13px 15px; border: 1px solid #c8ddd1; background: #edf6ef; border-radius: 8px; margin: 0 0 21px; line-height: 1.7; }
.login-feedback--error { color: #77382e; background: #fff3ee; border-color: #e9bfae; }
.login-feedback--notice { color: #1d5d47; background: #edf6ef; border-color: #c8ddd1; }
.information-section { padding: 67px 0 72px; border-block: 1px solid var(--line); }
.information-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 94px; align-items: center; }
.information-copy > p:not(.eyebrow) { font-size: .86rem; color: var(--muted); line-height: 1.9; max-width: 430px; margin-bottom: 19px; }
.information-copy .eyebrow { margin-bottom: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: .76rem; font-weight: 650; color: var(--mint-deep); padding-bottom: 5px; border-bottom: 1px solid #a6c7b5; line-height: 1.6; }
.text-link:hover { color: var(--ink); }
.services { display: grid; gap: 17px; }
.service-card { display: flex; align-items: flex-start; gap: 22px; padding: 25px; border: 1px solid var(--line); border-radius: 13px; background: #f6f9f5; }
.service-kicker { color: #476d56; font-size: .56rem; font-weight: 700; letter-spacing: .14em; margin-bottom: 7px; }
.service-card h3 { font-size: 1.17rem; letter-spacing: -.025em; margin-bottom: 8px; }
.service-card p:last-child { font-size: .78rem; color: var(--muted); line-height: 1.85; margin: 0; }
.service-symbol { display: inline-flex; position: relative; width: 27px; height: 23px; flex-shrink: 0; margin-top: 5px; color: #377858; }
.mail-symbol { border: 1.6px solid currentColor; border-radius: 4px; height: 20px; margin-top: 7px; overflow: hidden; }
.mail-symbol::before { content: ""; position: absolute; width: 18px; height: 18px; border: 1.6px solid currentColor; transform: rotate(45deg); left: 2.7px; top: -12px; }
.chart-symbol { align-items: flex-end; justify-content: space-between; gap: 4px; padding-bottom: 1px; }
.chart-symbol span { width: 6px; background: #3d8462; border-radius: 2px 2px 0 0; }
.chart-symbol span:nth-child(1) { height: 10px; }
.chart-symbol span:nth-child(2) { height: 17px; }
.chart-symbol span:nth-child(3) { height: 23px; }
.site-footer { padding-top: 37px; }
.footer-main { display: flex; justify-content: space-between; gap: 45px; align-items: center; padding-bottom: 30px; }
.footer-main .brand { font-size: 1.21rem; gap: 8px; }
.footer-main > div > p { font-size: .74rem; color: var(--muted); margin: 10px 0 0; }
.footer-main nav { display: flex; gap: 27px; font-size: .75rem; }
.footer-main nav a { padding-block: 12px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-block: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .67rem; line-height: 1.7; }
.legal-main { max-width: 820px; padding-block: 48px 73px; }
.legal-main h1 { font-size: 3rem; margin-bottom: 37px; }
.legal-main h2 { font-size: 1.65rem; margin-top: 37px; margin-bottom: 16px; }
.legal-main h3 { font-size: 1.06rem; letter-spacing: -.02em; margin-top: 29px; margin-bottom: 11px; }
.legal-main p, .legal-main li { font-size: .89rem; line-height: 1.9; color: var(--muted); }
.legal-main a { text-decoration: underline; text-underline-offset: 3px; }
.legal-main .eyebrow { font-size: .67rem; color: var(--mint-deep); }
.legal-contact { font-style: normal; line-height: 1.9; font-size: .92rem; }
.legal-main .legal-contact a { color: var(--mint-deep); }
@media (max-width: 850px) {
  .wrap { width: calc(100% - 52px); }
  .site-header { min-height: 87px; }
  .login-section { padding-top: 35px; padding-bottom: 51px; }
  .information-grid { gap: 40px; }
  .service-card { gap: 16px; padding: 23px; }
  .service-card p:last-child { font-size: .75rem; }
  .information-copy > p:not(.eyebrow) { font-size: .81rem; }
}
@media (max-width: 620px) {
  .wrap { width: calc(100% - 36px); }
  .site-header { min-height: 81px; gap: 16px; }
  .brand { font-size: 1.24rem; gap: 8px; }
  .brand img { width: 30px; height: 30px; }
  .main-nav { font-size: .71rem; gap: 17px; }
  .main-nav a:first-child { display: none; }
  .main-nav a > span { margin-left: 4px; }
  .login-section { padding: 27px 18px 39px; }
  .login-heading.wrap { width: 100%; }
  .login-heading .eyebrow { font-size: .61rem; margin-bottom: 19px; letter-spacing: .12em; }
  .tiny-line { width: 19px; margin-right: 6px; }
  h1 { font-size: clamp(2.35rem, 9vw, 3.2rem); margin-bottom: 19px; }
  .hero-description { font-size: .87rem; margin-bottom: 26px; line-height: 1.85; }
  .login-card { padding: 25px 23px 21px; border-radius: 16px; }
  .card-heading { gap: 12px; margin-bottom: 23px; }
  .card-heading h2 { font-size: 1.17rem; }
  .card-heading p { font-size: .7rem; }
  .login-symbol { height: 39px; width: 39px; border-radius: 10px; }
  .form-field label { font-size: .8rem; }
  .form-field input { padding: 12px; }
  .field-hint { font-size: .67rem; }
  .login-help { font-size: .7rem; }
  .login-footnote { font-size: .64rem; }
  .information-section { padding-block: 47px; }
  .information-grid { grid-template-columns: 1fr; gap: 29px; }
  h2 { font-size: 2.1rem; }
  .information-copy > p:not(.eyebrow) { font-size: .84rem; max-width: none; }
  .information-copy .eyebrow { font-size: .63rem; }
  .service-card { padding: 24px; gap: 22px; }
  .service-card p:last-child { font-size: .8rem; }
  .service-kicker { font-size: .58rem; }
  .site-footer { padding-top: 31px; }
  .footer-main { display: block; padding-bottom: 20px; }
  .footer-main nav { margin-top: 20px; gap: 25px; font-size: .74rem; }
  .footer-bottom { display: block; font-size: .64rem; padding-block: 19px; }
  .footer-bottom > span { display: block; }
  .footer-bottom > span + span { margin-top: 5px; }
  .legal-main { padding-block: 35px 49px; }
  .legal-main h1 { font-size: 2.45rem; }
  .legal-main h2 { font-size: 1.45rem; }
  .legal-main h3 { font-size: 1rem; }
  .legal-main p, .legal-main li { font-size: .83rem; }
  .legal-contact { font-size: .88rem; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 28px); }
  .login-section { padding-inline: 14px; }
  .login-card { padding: 23px 19px 20px; }
  .card-heading { gap: 10px; }
  .card-heading h2 { font-size: 1.08rem; }
  .card-heading p { font-size: .65rem; }
  .login-symbol { height: 35px; width: 35px; }
  .hero-description { font-size: .79rem; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .domain-login-form, .login-help, .main-nav, .skip-link { display: none; }
  .wrap { width: 100%; }
  .login-section { background: white; padding-block: 20px; }
  .login-card { box-shadow: none; }
  .information-section { padding-block: 25px; }
}
