:root {
  --black: #111111;
  --black-2: #181a1e;
  --blue: #1f5faf;
  --blue-bright: #2d75cf;
  --silver: #a9adb3;
  --paper: #f5f6f8;
  --white: #ffffff;
  --text: #20242b;
  --muted: #68717f;
  --line: #dfe3e8;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Montserrat, Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 12px max(24px, calc((100vw - var(--max))/2)); background: rgba(17,17,17,.96); color: white; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; }
.brand span { display: grid; line-height: 1; }
.brand strong { letter-spacing: .22em; font-size: 15px; }
.brand small { color: #4a94e9; letter-spacing: .16em; font-size: 8px; margin-top: 6px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: 13px; font-weight: 700; }
.nav-cta { border: 1px solid var(--blue-bright); padding: 10px 16px; border-radius: 2px; }
.menu-button { display: none; background: transparent; border: 1px solid #555; color: white; padding: 8px 12px; }
.hero { min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding: 80px max(24px, calc((100vw - var(--max))/2)); color: white; background: radial-gradient(circle at 85% 20%, #192c45 0, #111 38%, #090909 100%); overflow: hidden; }
.eyebrow { color: var(--blue-bright); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1 { max-width: 720px; font-size: clamp(42px, 5vw, 72px); line-height: 1.03; margin: 18px 0 26px; letter-spacing: -.035em; }
.hero-lead { max-width: 680px; color: #cbd1d9; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 22px; border: 0; border-radius: 2px; text-decoration: none; font-weight: 800; font-size: 14px; cursor: pointer; }
.button.primary { background: var(--blue); color: white; }
.button.primary:hover { background: var(--blue-bright); }
.button.secondary { color: white; border: 1px solid #555d68; }
.trust-list { display: flex; flex-wrap: wrap; gap: 28px; margin: 36px 0 0; padding: 0; list-style: none; color: #aeb6c2; font-size: 13px; }
.trust-list li::before { content: "✓"; color: var(--blue-bright); margin-right: 8px; }
.hero-mark { position: relative; }
.hero-mark::before { content: ""; position: absolute; inset: 9% 10%; background: var(--blue); filter: blur(90px); opacity: .22; border-radius: 50%; }
.hero-mark img { position: relative; border: 1px solid #252a31; box-shadow: 0 35px 90px rgba(0,0,0,.55); }
.section { padding: 100px max(24px, calc((100vw - var(--max))/2)); }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading h2, .area-copy h2, .contact-details h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.08; margin: 10px 0 18px; letter-spacing: -.025em; }
.section-heading > p:last-child, .area-copy > p, .contact-details > p { color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; padding: 42px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 40px rgba(30,44,65,.07); }
.service-card.featured { border-top: 4px solid var(--blue); }
.service-number { color: var(--blue); font-weight: 900; letter-spacing: .12em; }
.service-card h3 { font-size: 28px; margin: 24px 0 10px; }
.service-card p { color: var(--muted); }
.service-card ul { padding-left: 20px; }
.service-card li { margin: 10px 0; }
.dark-section { background: var(--black); color: white; }
.section-heading.light > p:last-child { color: #b7bec8; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #343941; border-left: 1px solid #343941; }
.benefit-grid article { min-height: 270px; padding: 30px; border-right: 1px solid #343941; border-bottom: 1px solid #343941; }
.benefit-grid span { color: var(--blue-bright); font-size: 12px; font-weight: 900; }
.benefit-grid h3 { margin-top: 50px; }
.benefit-grid p { color: #adb5c0; font-size: 14px; }
.area-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; background: var(--paper); }
.city-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.city-list span { padding: 10px 15px; border: 1px solid #cfd5dd; background: white; font-weight: 800; }
.area-note { font-size: 14px !important; }
.area-graphic { position: relative; min-height: 430px; background: linear-gradient(135deg,#e5e9ef,#f9fafb); border: 1px solid #d6dce4; overflow: hidden; }
.map-ring { position: absolute; border: 1px solid rgba(31,95,175,.2); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 280px; height: 280px; }
.ring-two { width: 440px; height: 440px; }
.map-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: var(--black); color: white; font-weight: 900; font-size: 24px; border: 5px solid white; box-shadow: 0 12px 40px rgba(0,0,0,.2); }
.map-dot { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--blue); border: 4px solid white; box-shadow: 0 4px 16px rgba(0,0,0,.2); }
.map-dot span { position: absolute; left: 18px; top: -8px; white-space: nowrap; padding: 4px 8px; background: white; font-size: 11px; font-weight: 800; }
.dot-one { left: 25%; top: 25%; }.dot-two { left: 30%; top: 67%; }.dot-three { right: 17%; top: 45%; }
.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.contact-links { display: grid; gap: 16px; margin-top: 38px; }
.contact-links a, .contact-links div { text-decoration: none; font-weight: 800; }
.contact-links small { display: block; color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.contact-form { padding: 40px; background: var(--paper); border: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; margin-bottom: 16px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
input, select, textarea { width: 100%; border: 1px solid #cdd3db; background: white; padding: 13px 14px; color: var(--text); font: inherit; font-size: 15px; text-transform: none; letter-spacing: normal; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(31,95,175,.25); border-color: var(--blue); }
.hidden { display: none; }
.form-note { color: var(--muted); font-size: 11px; margin-top: 14px; }
footer { padding: 48px max(24px, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: end; background: #090909; color: #9fa7b2; font-size: 12px; }
.footer-brand { display: grid; }
.footer-brand strong { color: white; letter-spacing: .2em; font-size: 18px; }
.footer-brand span { color: var(--blue-bright); letter-spacing: .16em; font-size: 9px; }
@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 76px; padding: 22px 24px; background: #111; flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-mark { max-width: 700px; }
  .service-grid, .area-section, .contact-section { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section { padding-top: 72px; padding-bottom: 72px; }
  .hero { min-height: auto; }
  .service-card, .contact-form { padding: 26px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .area-graphic { min-height: 340px; }
  .map-dot span { display: none; }
}

/* Support page */
.active-link { color: #65a7f2; }
.support-hero { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; min-height: 430px; padding: 78px max(24px, calc((100vw - var(--max))/2)); color: white; background: radial-gradient(circle at 88% 20%, #19375a 0, #111 42%, #090909 100%); }
.support-hero h1 { margin-bottom: 20px; }
.support-hero > div:first-child > p:last-child { max-width: 760px; color: #cbd1d9; font-size: 18px; }
.support-contact-card { display: grid; gap: 10px; padding: 30px; border: 1px solid #38414d; background: rgba(255,255,255,.04); }
.support-contact-card span { color: #9fa9b7; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.support-contact-card a { color: white; text-decoration: none; font-weight: 800; overflow-wrap: anywhere; }
.support-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.support-intro { position: sticky; top: 115px; }
.support-intro h2 { font-size: clamp(34px, 4vw, 50px); line-height: 1.08; margin: 10px 0 18px; }
.support-intro > p:last-child { color: var(--muted); }
.support-form fieldset { padding: 0; margin: 0 0 26px; border: 0; }
.support-form legend { margin-bottom: 12px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.request-type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.request-option { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; min-height: 122px; margin: 0; padding: 18px; border: 1px solid #cdd3db; background: white; cursor: pointer; text-transform: none; letter-spacing: normal; }
.request-option:has(input:checked) { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(31,95,175,.14); }
.request-option input { width: auto; margin-top: 5px; accent-color: var(--blue); }
.request-option span { display: grid; gap: 6px; }
.request-option strong { font-size: 15px; }
.request-option small { color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.45; }
.consent-line { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; text-transform: none; letter-spacing: normal; font-size: 12px; }
.consent-line input { width: auto; margin-top: 4px; accent-color: var(--blue); }
footer a { color: inherit; }
.confirmation-page { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: radial-gradient(circle at 50% 0, #1b3554 0, #111 38%, #080808 100%); }
.confirmation-card { width: min(720px, 100%); padding: 60px; text-align: center; color: white; border: 1px solid #343b45; background: rgba(17,17,17,.93); box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.confirmation-card img { margin: 0 auto 24px; border-radius: 50%; }
.confirmation-card h1 { margin: 12px auto 20px; font-size: clamp(38px, 6vw, 60px); }
.confirmation-card > p:not(.eyebrow) { color: #bcc4cf; font-size: 17px; }
.confirmation-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.dark-outline { color: white; border: 1px solid #596270; }
@media (max-width: 900px) {
  .support-hero, .support-section { grid-template-columns: 1fr; }
  .support-intro { position: static; }
}
@media (max-width: 560px) {
  .support-hero { padding-top: 54px; padding-bottom: 54px; }
  .request-type-grid { grid-template-columns: 1fr; }
  .confirmation-card { padding: 38px 24px; }
}
