:root {
  --ink: #10202f;
  --muted: #657281;
  --line: #dbe3ea;
  --paper: #f4f7fb;
  --white: #ffffff;
  --blue: #0078f2;
  --blue-dark: #003e91;
  --cyan: #00aeea;
  --green: #15b979;
  --lime: #8cc63f;
  --steel: #596d7f;
  --shadow: 0 18px 44px rgba(0, 84, 170, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 174, 234, 0.2), transparent 28rem),
    radial-gradient(circle at 88% 22%, rgba(140, 198, 63, 0.18), transparent 24rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 18px 24px auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 14px 12px 18px;
  border: 1px solid #cfd9e3;
  border-radius: 8px;
  background: linear-gradient(100deg, #ffffff, #e8f7ff 58%, #efffea);
  box-shadow: 0 10px 28px rgba(0, 84, 170, 0.2);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand img {
  width: 124px;
  height: auto;
  padding: 6px 8px;
  border: 1px solid #e1e7ed;
  border-radius: 2px;
  background: #ffffff;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #263747;
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover {
  border-color: #b7c5d2;
  background: linear-gradient(#ffffff, #d7f1ff 55%, #e2f7d4);
  color: var(--blue-dark);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: linear-gradient(#ffffff, #e8f0f6);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr);
  gap: 28px;
  min-height: 92vh;
  padding: 170px max(24px, calc((100vw - 1180px) / 2)) 72px;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 18%, rgba(0, 174, 234, 0.34), transparent 24rem),
    radial-gradient(circle at 76% 76%, rgba(21, 185, 121, 0.24), transparent 22rem),
    #bfe9ff;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(236, 248, 255, 0.48) 0%, rgba(236, 248, 255, 0.25) 35%, rgba(236, 248, 255, 0.04) 62%, rgba(236, 248, 255, 0) 100%),
    linear-gradient(180deg, rgba(0, 120, 242, 0.02), rgba(0, 120, 242, 0.12));
}

.hero-media {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 1;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.75) contrast(1.16);
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 2;
}

.hero-content {
  align-self: end;
  max-width: 700px;
  padding: 28px;
  border: 1px solid rgba(198, 211, 222, 0.7);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(231, 248, 255, 0.82)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(0, 84, 170, 0.2);
  backdrop-filter: blur(8px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 5.5vw, 4.85rem);
  line-height: 1.02;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.06;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 650px;
  color: #304252;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 3px 0 rgba(0, 46, 104, 0.24),
    0 12px 24px rgba(0, 83, 173, 0.18);
}

.button.primary {
  color: var(--white);
  border-color: #004f9e;
  background: linear-gradient(#32c1ff, #0078f2 46%, #004fbd);
}

.button.primary:hover {
  background: linear-gradient(#55ceff, #0989ff 46%, #005dd1);
}

.button.secondary {
  color: #10202f;
  border-color: #aab8c4;
  background: linear-gradient(#ffffff, #d6f2ff 48%, #b9d8e9);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 3px 0 rgba(87, 106, 124, 0.28),
    0 12px 22px rgba(70, 91, 110, 0.13);
}

.hero-panel {
  align-self: end;
  padding: 20px;
  border: 1px solid #c5d1dc;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(211, 244, 255, 0.82));
  box-shadow: var(--shadow);
}

.hero-panel strong,
.hero-panel span,
.hero-panel a {
  display: block;
}

.hero-panel a {
  margin-top: 10px;
  color: var(--blue-dark);
  font-weight: 800;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px 24px;
}

.intro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.stat {
  padding: 22px;
  border: 1px solid #c0deef;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, #e1f6ff 58%, #efffe8);
}

.stat strong {
  display: block;
  font-size: 1.35rem;
}

.stat span {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 44px;
}

.split > div:first-child p:not(.eyebrow),
.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
}

.coverage-list {
  display: grid;
  gap: 14px;
}

.coverage-list article,
.price-card,
.tech-grid article,
.automation-grid article {
  border: 1px solid #c0deef;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, #f0f9ff);
}

.coverage-list article {
  padding: 22px;
}

.coverage-list p,
.price-card p,
.automation-grid p {
  color: var(--muted);
}

.services,
.documents,
.automation {
  max-width: none;
  background:
    radial-gradient(circle at 4% 0%, rgba(0, 174, 234, 0.16), transparent 24rem),
    radial-gradient(circle at 96% 18%, rgba(140, 198, 63, 0.16), transparent 22rem),
    #ffffff;
}

.services > *,
.documents > *,
.automation > * {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.automation {
  background:
    linear-gradient(135deg, rgba(0, 120, 242, 0.16), rgba(21, 185, 121, 0.14)),
    #ffffff;
}

.automation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.automation-grid article {
  padding: 24px;
  background: linear-gradient(145deg, #ffffff, #e0f7ff 54%, #f1ffe8);
}

.automation-grid span {
  display: inline-flex;
  width: 42px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid #b9c9d8;
  border-radius: 4px;
  color: var(--blue-dark);
  background: linear-gradient(#ffffff, #ccefff 55%, #ddf6ce);
  font-weight: 900;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 860px;
}

.price-card {
  padding: 26px;
}

.price-card.featured {
  border-color: rgba(0, 120, 242, 0.55);
  background: linear-gradient(145deg, #ffffff, #d9f4ff 55%, #efffe5);
  box-shadow: 0 22px 56px rgba(0, 120, 242, 0.24);
}

.label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 5px 9px;
  border-radius: 8px;
  color: var(--blue-dark);
  background: linear-gradient(90deg, #d9f3ff, #ebffd8);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.price {
  margin-bottom: 14px;
  color: var(--ink) !important;
  font-size: 2rem;
  font-weight: 900;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tech-grid article {
  overflow: hidden;
}

.tech-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  background: #eef3f7;
}

.tech-grid h3 {
  margin: 0;
  padding: 18px;
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.doc-grid a {
  min-height: 84px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: linear-gradient(145deg, #ffffff, #e4f6ff);
  font-weight: 800;
  text-decoration: none;
}

.doc-grid a:hover {
  border-color: rgba(6, 102, 216, 0.35);
  background: linear-gradient(145deg, #d9f3ff, #edffdf);
}

.contact {
  max-width: 880px;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-lines a {
  color: var(--blue-dark);
  font-weight: 850;
}

.registry-info {
  margin-top: 30px;
  padding: 22px;
  border: 1px solid #c0deef;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, #e8f8ff);
  box-shadow: 0 14px 34px rgba(0, 84, 170, 0.12);
}

.registry-info h3 {
  margin-bottom: 16px;
}

.registry-info dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.registry-info dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid #d4e7f3;
}

.registry-info dt {
  color: var(--muted);
  font-weight: 760;
}

.registry-info dd {
  margin: 0;
  font-weight: 780;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px max(24px, calc((100vw - 1180px) / 2));
  color: rgba(255, 255, 255, 0.72);
  background: #0f1c28;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--white);
}

@media (max-width: 880px) {
  .site-header {
    inset: 10px 12px auto;
  }

  .brand span {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 12px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 126px;
  }

  .hero-media {
    grid-template-columns: 1fr;
  }

  .hero-media img:nth-child(n + 2) {
    display: none;
  }

  .hero-panel {
    max-width: 320px;
  }

  .registry-info dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .intro,
  .price-grid,
  .tech-grid,
  .automation-grid,
  .doc-grid,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .section {
    padding: 62px 18px;
  }

  .hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-actions,
  .site-footer {
    display: grid;
  }

  .button {
    width: 100%;
  }
}
