* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { margin: 0; background: #fff; color: #202936; font: 1rem/1.65 "Segoe UI", Arial, sans-serif; }
a { color: #204ee8; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
button, input, textarea { font: inherit; }
.wrap { width: 100%; max-width: 1080px; margin: auto; padding-left: 36px; padding-right: 36px; }
.header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: #202936; font-size: 1.8rem; font-weight: 700; letter-spacing: -.055em; line-height: 1.2; text-decoration: none; }
.brand-icon { width: 29px; height: 27px; color: #204ee8; flex: none; }
.brand span { color: #204ee8; }
.header nav { display: flex; flex-wrap: wrap; gap: 26px; }
.header nav a { font-size: .9375rem; text-decoration: none; padding: 9px 0; }
.header nav a:hover, .header nav a[aria-current] { text-decoration: underline; }
.header nav a[aria-current] { color: #202936; }
.hero-band { background: #f4f5f7; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: clamp(32px, 4vw, 80px); padding-top: 52px; padding-bottom: 52px; }
.hero-copy { min-width: 0; }
.hero h1 { font-size: clamp(2.5rem, 3.9vw, 4.5rem); line-height: 1.08; letter-spacing: -.045em; margin-bottom: 26px; }
.hero-emphasis { color: #204ee8; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; font-weight: 600; }
.hero .eyebrow::before { content: ""; width: 30px; height: 3px; background: #204ee8; }
.hero-line { max-width: 35ch; }
.eyebrow { font-size: .9375rem; font-weight: 400; color: #204ee8; margin: 0 0 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.1rem, 4.2vw, 3rem); line-height: 1.17; letter-spacing: -.035em; max-width: 820px; margin-bottom: 19px; font-weight: 700; }
h2 { font-size: 1.65rem; line-height: 1.3; letter-spacing: -.025em; margin-bottom: 17px; }
h3 { font-size: 1.2rem; line-height: 1.35; letter-spacing: -.015em; margin-bottom: 5px; }
.hero-line { font-size: 1.18rem; margin-bottom: 25px; color: #394452; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; min-height: 50px; background: #204ee8; color: #fff; border: 1px solid #204ee8; border-radius: 3px; font-size: .9375rem; font-weight: 600; cursor: pointer; text-decoration: none; }
.button { box-shadow: 0 4px 12px #204ee81a; transition: background .18s, box-shadow .18s; }
.button:hover { background: #173bb6; box-shadow: 0 6px 18px #204ee830; }
.text-link { font-size: .9375rem; }
.intro { background: #192431; color: #fff; border-top: 4px solid #204ee8; }
.intro-grid { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 60px; padding-top: 34px; padding-bottom: 36px; }
.work-photo { margin: 0; position: relative; padding-bottom: 12px; }
.work-photo::after { content: ""; position: absolute; right: -10px; bottom: 37px; width: 35%; height: 5px; background: #204ee8; }
.work-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; }
.work-photo figcaption { margin-top: 6px; font-size: .75rem; color: #626b77; }
.intro-grid h2 { font-size: clamp(1.4rem, 2vw, 1.9rem); max-width: 30ch; margin-bottom: 0; line-height: 1.3; font-weight: 600; }
.intro-grid p { max-width: 65ch; margin-bottom: 0; color: #d8e0e9; }
.section { padding-top: 48px; padding-bottom: 58px; }
.section-top { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 6px; }
.section-top h2 { font-size: 1.7rem; }
.service-grid { border-top: 2px solid #202936; }
.service { display: grid; grid-template-columns: 240px 1fr; gap: 38px; padding: 25px 18px; border-bottom: 1px solid #dce0e5; text-decoration: none; }
.service { border-left: 3px solid transparent; transition: background .18s, border-color .18s; }
.service:hover, .service:focus-visible { background: #f0f4ff; border-left-color: #204ee8; }
.service h3 { font-size: 1.3rem; }
.service-term { color: #626b77; font-size: .875rem; }
.service p { margin: 2px 0 0; max-width: 580px; color: #424d5b; }
.service:hover h3 { text-decoration: underline; text-underline-offset: .2em; }
.footer { border-bottom: 5px solid #204ee8; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #dce0e5; padding-top: 24px; padding-bottom: 28px; color: #626b77; font-size: .875rem; }
.footer p { margin: 0; }
.brand.small { font-size: 1.4rem; }
.skip { position: absolute; left: 16px; top: -100px; background: #202936; color: white; padding: 10px; z-index: 10; }
.skip:focus { top: 10px; }
:focus-visible { outline: 3px solid #204ee8; outline-offset: 5px; }
.page-head { padding-top: 42px; padding-bottom: 38px; border-top: 3px solid #204ee8; }
.page-head h1 { font-size: clamp(2rem, 3.5vw, 2.65rem); }
.page-head p:last-child { max-width: 720px; color: #4b5563; margin-bottom: 0; }
.detail { display: grid; grid-template-columns: 1fr 1.35fr; gap: 52px; border-top: 1px solid #dce0e5; padding: 29px 0; }
.detail h2 { margin-bottom: 10px; font-size: 1.5rem; }
.detail p { color: #626b77; }
.detail .eyebrow { color: #204ee8; margin-bottom: 7px; font-size: .875rem; }
.detail ul { margin: 0; padding-left: 20px; }
.detail li { padding-bottom: 6px; }
.cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid #dce0e5; padding-top: 28px; margin-top: 15px; }
.cta p { margin: 0; }
.steps { padding-top: 0; }
.step { max-width: 780px; padding: 24px 0 18px; border-top: 1px solid #dce0e5; }
.step h2 { font-size: 1.3rem; margin-bottom: 9px; }
.step p { color: #4b5563; margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; padding-top: 3px; }
.email-large { font-size: clamp(1.15rem, 2.4vw, 1.55rem); overflow-wrap: anywhere; }
.contact-copy p { max-width: 390px; color: #4b5563; }
.contact-copy .eyebrow { color: #204ee8; }
form { border-top: 2px solid #202936; padding-top: 21px; }
form h2 { font-size: 1.35rem; }
label { display: block; margin-bottom: 5px; font-size: .9375rem; font-weight: 600; }
input, textarea { width: 100%; background: white; color: #202936; border: 1px solid #b9c0ca; border-radius: 3px; padding: 10px 12px; margin-bottom: 17px; }
textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .875rem; color: #626b77; margin-bottom: 19px; }
.form-status { font-size: .9375rem; margin-top: 18px; }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (min-width: 1200px) {
  .wrap { width: 88%; max-width: 1600px; }
  .intro-grid { gap: clamp(36px, 3vw, 72px); }
  .service { grid-template-columns: minmax(240px, 28%) 1fr; }
  .service p { max-width: 70ch; }
  .contact-grid { grid-template-columns: 1fr minmax(0, 640px); gap: clamp(60px, 6vw, 120px); }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { font-size: clamp(2.5rem, 6vw, 3.5rem); }
  .hero .work-photo { max-width: 640px; width: 100%; }
  .hero .work-photo img { aspect-ratio: 16 / 9; }
}
@media (max-width: 680px) {
  .wrap { padding-left: 22px; padding-right: 22px; }
  .header { align-items: flex-start; flex-direction: column; gap: 12px; padding-top: 19px; padding-bottom: 17px; }
  .header nav { gap: 22px; }
  .header nav a { font-size: .875rem; padding: 5px 0; }
  .hero { padding-top: 32px; padding-bottom: 34px; }
  .hero-line { font-size: 1.08rem; max-width: 370px; }
  .actions { gap: 19px; }
  .intro-grid { grid-template-columns: 1fr; gap: 18px; padding-top: 26px; padding-bottom: 28px; }
  .section { padding-top: 27px; padding-bottom: 36px; }
  .section-top { align-items: flex-start; gap: 12px; }
  .section-top .text-link { flex-shrink: 0; padding-top: 3px; }
  .service { grid-template-columns: 1fr; gap: 9px; padding: 20px 0; }
  .service-name { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px; }
  .service p { margin: 0; }
  .footer { flex-wrap: wrap; gap: 18px; align-items: flex-start; }
  .footer p { margin-left: auto; }
  .footer>a:last-child { width: 100%; }
  .detail { grid-template-columns: 1fr; gap: 5px; padding: 23px 0; }
  .detail p { margin-bottom: 13px; }
  .contact-grid { grid-template-columns: 1fr; gap: 26px; padding-top: 0; }
  .page-head { padding-top: 27px; padding-bottom: 28px; }
  .cta { flex-direction: column; align-items: flex-start; gap: 17px; }
  .steps { padding-top: 0; }
}
@media (max-width: 380px) {
  .header nav { gap: 16px; }
  .two-fields { grid-template-columns: 1fr; gap: 0; }
  .section-top { flex-direction: column; gap: 0; margin-bottom: 17px; }
  .section-top h2 { margin-bottom: 4px; }
}

@media (prefers-reduced-motion: reduce) { .button, .service { transition: none; } }
