:root {
  --blue: #245b88;
  --blue-dark: #174263;
  --green: #6b8f35;
  --cream: #f7f4ea;
  --line: #c8c8c8;
  --text: #333333;
  --muted: #666666;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #e7e7e7; font: 15px/1.55 Arial, Helvetica, sans-serif; }
a { color: var(--blue); }
img { display: block; max-width: 100%; }
input, select, textarea, button { font: inherit; }
:focus-visible { outline: 3px solid #ffb400; outline-offset: 2px; }
.skip-link { position: absolute; top: -60px; left: 8px; z-index: 10; padding: 8px 12px; color: #fff; background: #000; }
.skip-link:focus { top: 8px; }
.top-line { height: 6px; background: var(--green); }
.site-header, main, footer { width: min(980px, 100%); margin: 0 auto; }
.site-header { background: #fff; }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 30px; }
.logo { color: #555; text-decoration: none; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; }
.logo span { color: var(--blue); font-size: 38px; font-weight: bold; }
.call-us { display: grid; text-align: right; }
.call-us small { color: var(--muted); }
.call-us a { color: var(--green); font-size: 22px; font-weight: bold; text-decoration: none; }
nav { border-top: 1px solid #ddd; border-bottom: 4px solid var(--blue-dark); background: var(--blue); }
nav div { display: flex; padding-left: 18px; }
nav a { padding: 13px 18px; color: #fff; border-right: 1px solid rgba(255,255,255,.22); text-decoration: none; font-weight: bold; }
nav a:hover { background: var(--blue-dark); }
main { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.18); }
.welcome { min-height: 390px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: var(--cream); }
.welcome-copy { align-self: center; padding: 44px 38px; }
.tagline { margin: 0 0 8px; color: var(--green); font-size: 14px; font-weight: bold; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; }
h1 { margin: 0 0 18px; color: var(--blue-dark); font-size: 43px; line-height: 1.08; }
.welcome-copy > p:not(.tagline) { margin-bottom: 26px; font-size: 17px; }
.welcome img { width: 100%; height: 100%; object-fit: cover; }
.main-button { display: inline-block; border: 1px solid #4f7220; padding: 11px 18px; color: #fff; background: var(--green); text-decoration: none; font-weight: bold; }
.content-section, .about-section, .contact-section { padding: 52px 38px; }
.content-section h2, .about-section h2, .contact-section h2 { margin: 0 0 12px; color: var(--blue-dark); font-size: 31px; }
.section-intro { max-width: 700px; margin-bottom: 30px; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps article { border: 1px solid var(--line); border-top: 5px solid var(--green); padding: 20px; background: #fafafa; }
.steps article > span { float: left; width: 33px; height: 33px; display: grid; place-items: center; margin: 0 10px 5px 0; color: #fff; border-radius: 50%; background: var(--blue); font-weight: bold; }
.steps h3 { margin: 3px 0 12px; color: var(--blue); font-size: 19px; }
.steps p { clear: both; margin-bottom: 0; }
.about-section { display: grid; grid-template-columns: 1.35fr .65fr; gap: 40px; border-top: 1px solid var(--line); background: #f4f6f2; }
.about-section aside { border: 1px solid #b8c5a7; padding: 20px 24px; background: #fff; }
.about-section aside h3 { margin-top: 0; color: var(--green); font-size: 20px; }
.about-section ul { margin: 0; padding-left: 20px; }
.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; border-top: 6px solid var(--blue); }
.contact-copy address { display: grid; gap: 5px; margin-top: 26px; border-left: 4px solid var(--green); padding: 14px 18px; font-style: normal; background: var(--cream); }
.contact-copy address strong { color: var(--blue-dark); font-size: 18px; }
form { display: grid; gap: 14px; border: 1px solid #bbb; padding: 24px; background: #f7f7f7; }
form label { display: grid; gap: 5px; font-weight: bold; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
input, select, textarea { width: 100%; border: 1px solid #999; border-radius: 0; padding: 9px; color: var(--text); background: #fff; }
textarea { resize: vertical; }
form button, .ready-message a, .ready-message button { width: max-content; border: 1px solid var(--blue-dark); border-radius: 0; padding: 10px 17px; color: #fff; background: var(--blue); text-decoration: none; font-weight: bold; cursor: pointer; }
.file-note { margin: -8px 0 0; color: var(--muted); font-size: 12px; }
.form-error { margin: 0; border-left: 4px solid #a00000; padding: 8px; color: #800; background: #fff0f0; font-weight: bold; }
.ready-message { align-self: start; border: 1px solid #aabd8d; padding: 28px; background: #f3f8ec; }
.ready-message[hidden] { display: none; }
.ready-message h3 { margin-top: 0; color: var(--green); font-size: 25px; }
.ready-message a { display: inline-block; margin: 8px 10px 8px 0; background: var(--green); border-color: #4f7220; }
.ready-message button { color: var(--blue); background: #fff; }
footer { display: flex; justify-content: space-between; gap: 30px; padding: 30px; color: #ddd; background: #333; font-size: 13px; }
footer a { color: #fff; }

@media (max-width: 720px) {
  body { background: #fff; }
  .header-inner { min-height: 88px; padding: 16px; }
  .logo { font-size: 18px; }
  .logo span { display: block; font-size: 29px; line-height: 1; }
  .call-us small { display: none; }
  .call-us a { font-size: 16px; }
  nav div { overflow-x: auto; padding-left: 0; }
  nav a { flex: 0 0 auto; padding: 11px 12px; font-size: 13px; }
  .welcome, .about-section, .contact-section { grid-template-columns: 1fr; }
  .welcome { min-height: 0; }
  .welcome-copy { padding: 36px 20px; }
  .welcome img { max-height: 290px; }
  h1 { font-size: 35px; }
  .content-section, .about-section, .contact-section { padding: 40px 20px; }
  .steps { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  footer { flex-direction: column; padding: 25px 20px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
