:root {
  --green: #168329;
  --green-dark: #075c16;
  --lime: #73cd19;
  --ink: #172019;
  --muted: #5d685f;
  --line: #dde5de;
  --soft: #f4f7f4;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; padding: .8rem 1rem; background: #fff; border: 2px solid var(--green); }
.skip-link:focus { top: 1rem; }
.site-header { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; min-height: 96px; display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); }
.brand img { display: block; width: 180px; height: 72px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 1.4rem; }
.site-header nav a { color: #37423a; text-decoration: none; font-size: .94rem; font-weight: 700; }
.site-header .login-link { color: var(--green-dark); border: 1px solid #a9c5ad; border-radius: 7px; padding: .65rem .9rem; }
main { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.intro { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, .75fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; min-height: 580px; padding: 4rem 0; }
.status { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1.15rem; padding: .42rem .72rem; border-radius: 99px; background: #edf7e9; color: var(--green-dark); font-size: .83rem; font-weight: 800; }
.status span { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 1.25rem; font-size: clamp(2.8rem, 5.6vw, 5.3rem); line-height: 1.02; letter-spacing: -.055em; }
h2 { font-size: clamp(1.75rem, 3.3vw, 3rem); line-height: 1.12; letter-spacing: -.035em; }
.intro-text { max-width: 720px; margin-bottom: .7rem; color: #344239; font-size: clamp(1.1rem, 1.6vw, 1.3rem); }
.intro-note { max-width: 690px; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .8rem 1.15rem; border-radius: 7px; text-decoration: none; font-weight: 800; }
.button-primary { color: #fff; background: var(--green-dark); }
.button-secondary { color: var(--green-dark); border: 1px solid #a8c1ac; background: #fff; }
.contact-card { scroll-margin-top: 1.5rem; padding: 2rem; border: 1px solid var(--line); border-top: 5px solid var(--green); background: var(--soft); }
.card-label, .section-label { margin-bottom: .45rem; color: var(--green-dark); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-card h2 { font-size: 1.65rem; }
dl { margin: 1.4rem 0; }
dl div { padding: .75rem 0; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); font-size: .77rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
dd { margin: .12rem 0 0; font-weight: 750; }
.contact-hint { margin: 0; color: var(--muted); font-size: .88rem; }
.services { scroll-margin-top: 1.5rem; padding: 5rem 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 4rem; align-items: end; margin-bottom: 2.3rem; }
.section-heading .section-label { grid-column: 1 / -1; }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.section-heading > p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 205px; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article > span { color: var(--green); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.service-grid h3 { margin: 1.2rem 0 .55rem; font-size: 1.12rem; }
.service-grid p { margin: 0; color: var(--muted); font-size: .93rem; }
.scope-note { margin: 1.2rem 0 0; padding-left: 1rem; border-left: 3px solid var(--lime); color: var(--muted); font-size: .84rem; }
.portal { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: center; margin: 0 0 5rem; padding: 2.5rem; color: #fff; background: #152219; }
.portal h2 { margin-bottom: .7rem; color: #fff; }
.portal p:not(.section-label) { margin-bottom: 0; color: #d4ded6; }
.portal .section-label { color: #93e141; }
.portal-actions { display: grid; gap: .7rem; }
.button-dark { color: #122015; background: #93e141; }
.button-light { color: #fff; border: 1px solid #809087; }
footer { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 2.2rem 0 1.3rem; border-top: 1px solid var(--line); }
.footer-main { display: flex; justify-content: space-between; gap: 2rem; }
.footer-main > div { display: grid; gap: .2rem; }
.footer-main span, .copyright { color: var(--muted); font-size: .82rem; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; }
.footer-main nav a { color: #344139; font-size: .86rem; }
.copyright { margin: 1.4rem 0 0; }
a:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
@media (max-width: 820px) {
  .site-header { align-items: center; min-height: 82px; }
  .brand img { width: 135px; height: 56px; }
  .site-header nav a:not(.login-link) { display: none; }
  .intro { grid-template-columns: 1fr; gap: 2.5rem; min-height: 0; padding: 3rem 0 4rem; }
  h1 { font-size: clamp(2.6rem, 12vw, 4.2rem); }
  .section-heading, .portal { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { flex-direction: column; }
}
@media (max-width: 520px) {
  .site-header { width: min(100% - 1.25rem, 1180px); }
  main, footer { width: min(100% - 1.5rem, 1180px); }
  .brand img { width: 112px; }
  .site-header .login-link { padding: .58rem .7rem; font-size: .8rem; }
  .actions, .actions .button { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; }
  .contact-card, .portal { padding: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
