:root {
  --ink: #18243a;
  --muted: #607087;
  --blue: #346f9c;
  --blue-dark: #234f72;
  --blue-soft: #edf7fb;
  --green: #7ba755;
  --rose: #c74361;
  --gold: #efad3d;
  --line: #dce6eb;
  --paper: #ffffff;
  --offwhite: #f8fbfc;
  --shadow: 0 20px 50px rgba(32, 69, 90, .11);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(220,230,235,.8);
  backdrop-filter: blur(16px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 194px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: #45566c; font-size: .94rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover { color: var(--blue); }
.nav-links a.button { color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: var(--ink); cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 11px 19px;
  border: 1px solid var(--blue);
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 10px 25px rgba(52,111,156,.22); }
.button-outline { background: transparent; color: var(--blue); }
.button-outline:hover { background: var(--blue-soft); color: var(--blue-dark); }
.button-small { min-height: 41px; padding: 8px 14px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 74px;
  background:
    radial-gradient(circle at 88% 11%, rgba(121,167,86,.14), transparent 24%),
    radial-gradient(circle at 96% 49%, rgba(52,111,156,.13), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f7fcfd 62%, #edf7fb 100%);
}
.hero::after { content: ""; position: absolute; right: -80px; bottom: -150px; width: 360px; height: 360px; border: 44px solid rgba(239,173,61,.10); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--blue-dark); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 3px; border-radius: 3px; background: var(--rose); }
h1, h2, h3 { line-height: 1.12; margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.65rem, 5.7vw, 5rem); letter-spacing: -.055em; }
h1 span { color: var(--blue); }
.hero-copy { max-width: 650px; margin: 0 0 30px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 11px 24px; margin-top: 34px; color: #4b5e72; font-size: .91rem; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: "✓"; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(123,167,85,.15); color: #537d31; font-size: .75rem; }

.network-card { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.8); border-radius: 30px; background: rgba(255,255,255,.84); box-shadow: var(--shadow); }
.network-card::before { content: ""; position: absolute; left: -12px; top: 42px; width: 24px; height: 84px; border-radius: 99px; background: linear-gradient(var(--rose) 0 25%, var(--gold) 25% 50%, var(--green) 50% 75%, var(--blue) 75%); }
.network-card h2 { margin-bottom: 11px; font-size: 1.55rem; }
.network-card > p { margin-top: 0; color: var(--muted); }
.location-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 29px; }
.location-cloud span { padding: 7px 11px; border: 1px solid #d9e7ed; border-radius: 99px; background: #f8fbfc; color: #405267; font-size: .79rem; font-weight: 700; }
.network-note { display: flex; align-items: center; gap: 13px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.pin { position: relative; flex: 0 0 auto; width: 26px; height: 26px; border: 8px solid var(--rose); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.pin::after { content: ""; position: absolute; inset: 1px; border-radius: 50%; background: white; }

.section { padding: 92px 0; }
.section-soft { background: var(--offwhite); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.section-head h2, .about-copy h2, .contact-copy h2 { margin-bottom: 0; max-width: 700px; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.035em; }
.section-head > p { max-width: 420px; margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #b7cedb; box-shadow: var(--shadow); }
.service-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 34px; border-radius: 15px; color: var(--blue); background: var(--blue-soft); font-size: 1.4rem; font-weight: 800; }
.service-card:nth-child(2) .service-icon { color: #805b11; background: #fff6df; }
.service-card:nth-child(3) .service-icon { color: #5f813f; background: #f0f7e9; }
.service-card h3 { margin-bottom: 11px; font-size: 1.25rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.about-visual { position: relative; min-height: 430px; border-radius: 28px; background: linear-gradient(145deg, #d9edf4, #f6fbfc); overflow: hidden; }
.about-visual .cross { position: absolute; left: 50%; top: 50%; width: 130px; height: 130px; transform: translate(-50%,-50%); }
.about-visual .cross::before, .about-visual .cross::after { content: ""; position: absolute; border-radius: 16px; background: linear-gradient(135deg, var(--blue), #6fa4bf); box-shadow: 0 25px 55px rgba(52,111,156,.26); }
.about-visual .cross::before { left: 42px; width: 46px; height: 130px; }
.about-visual .cross::after { top: 42px; width: 130px; height: 46px; }
.orbit { position: absolute; border: 1px solid rgba(52,111,156,.22); border-radius: 50%; }
.orbit-one { inset: 62px; }
.orbit-two { inset: 110px; }
.dot { position: absolute; width: 18px; height: 18px; border-radius: 50%; }
.dot-one { top: 59px; left: 48%; background: var(--rose); }
.dot-two { right: 57px; bottom: 42%; background: var(--gold); }
.dot-three { left: 70px; bottom: 82px; background: var(--green); }
.about-copy > p { color: var(--muted); font-size: 1.05rem; }
.facts { display: grid; gap: 15px; margin-top: 28px; }
.fact { padding: 16px 18px; border-left: 4px solid var(--blue); border-radius: 0 10px 10px 0; background: var(--offwhite); }
.fact strong { display: block; margin-bottom: 2px; font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; }
.fact span { color: var(--muted); font-size: .91rem; }

.contact-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 28px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.contact-copy { padding: 52px; }
.contact-copy .eyebrow { color: #b9dcf0; }
.contact-copy p { color: #bac5d1; }
.contact-list { display: grid; gap: 14px; margin-top: 28px; }
.contact-list a, .contact-list address { display: flex; gap: 12px; align-items: flex-start; color: white; font-style: normal; text-decoration: none; }
.contact-list b { color: #8fc0dc; }
.contact-action { display: grid; align-content: center; padding: 52px; background: linear-gradient(145deg, var(--blue), #27597c); }
.contact-action h3 { margin-bottom: 13px; font-size: 1.75rem; }
.contact-action p { margin-top: 0; color: #d7e8f1; }
.contact-action .button { width: fit-content; margin-top: 10px; border-color: white; background: white; color: var(--blue-dark); }

.site-footer { padding: 38px 0 28px; background: #111b2c; color: #b8c3d0; }
.footer-main { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-bottom: 28px; }
.footer-brand img { width: 170px; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand p { max-width: 440px; margin: 12px 0 0; font-size: .86rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 13px 22px; }
.footer-links a { color: #dbe3ea; font-size: .84rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid #29364a; font-size: .78rem; }

.legal-hero { padding: 70px 0 46px; background: var(--blue-soft); }
.legal-hero h1 { margin: 0 0 8px; font-size: clamp(2.2rem, 5vw, 3.8rem); }
.legal-hero p { margin: 0; color: var(--muted); }
.legal-content { max-width: 820px; padding-top: 60px; padding-bottom: 80px; }
.legal-content h2 { margin-top: 38px; margin-bottom: 10px; font-size: 1.35rem; }
.legal-content p, .legal-content li { color: #53647a; }
.legal-content ul { padding-left: 20px; }

@media (max-width: 880px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 69px; padding: 20px; flex-direction: column; align-items: stretch; gap: 14px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links .button { width: 100%; }
  .hero { padding-top: 58px; }
  .hero-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .about-grid { gap: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-icon { margin-bottom: 22px; }
  .contact-panel { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head > p { margin-top: 14px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1120px); }
  .brand img { width: 165px; }
  .nav { min-height: 70px; }
  .hero { padding: 48px 0 55px; }
  h1 { font-size: 2.55rem; }
  .network-card { padding: 27px 23px; }
  .network-card::before { display: none; }
  .section { padding: 66px 0; }
  .about-visual { min-height: 320px; }
  .contact-copy, .contact-action { padding: 34px 25px; }
  .footer-main, .footer-bottom { flex-direction: column; }
  .footer-bottom { gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
