﻿:root {
  --ink: #111827;
  --navy: #172554;
  --blue: #2563eb;
  --teal: #0f766e;
  --green: #15803d;
  --gold: #c98715;
  --coral: #c2410c;
  --paper: #f6f8fb;
  --soft: #e9eef7;
  --line: #d9e1ec;
  --white: #ffffff;
  --muted: #667085;
  --shadow: 0 20px 54px rgba(17, 24, 39, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 15px 5vw;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  font-size: 22px;
  font-weight: 900;
}
.brand-lockup strong,
.brand-lockup small { display: block; }
.brand-lockup strong { line-height: 1.1; }
.brand-lockup small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}
.primary-nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: 850;
}
.primary-nav a {
  color: var(--navy);
  text-decoration: none;
}
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  justify-self: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}
.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 50px;
  align-items: center;
  padding: 86px 5vw 60px;
  background: linear-gradient(120deg, rgba(23, 37, 84, 0.98), rgba(15, 118, 110, 0.84)), #172554;
  color: var(--white);
}
.hero-copy { max-width: 820px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  margin: 0;
  max-width: 950px;
  font-size: 66px;
  line-height: 0.98;
  letter-spacing: 0;
}
h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.06;
  letter-spacing: 0;
}
h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: 0;
}
.hero-copy > p:not(.eyebrow),
.section-heading p,
.builder-copy p,
.service-copy p,
.contact-band p,
.product-card p,
.portfolio-card p,
.builder-steps p { line-height: 1.65; }
.hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: #dbeafe;
  font-size: 19px;
}
.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.button-primary,
.button-secondary,
.product-card a,
.portfolio-card a,
.path-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}
.button-primary {
  border: 0;
  background: var(--gold);
  color: #1c1304;
}
.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}
.button-secondary.dark {
  border-color: var(--line);
  background: var(--white);
  color: var(--navy);
}
.hero-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 37, 84, 0.05), rgba(23, 37, 84, 0.74));
}
.hero-panel {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  gap: 5px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
}
.hero-panel strong {
  color: var(--navy);
  font-size: 22px;
}
.hero-panel span {
  color: var(--muted);
  line-height: 1.45;
}

.content-band { padding: 82px 5vw; }
.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}
.section-heading p:not(.eyebrow),
.product-card p,
.portfolio-card p,
.builder-copy p,
.builder-steps p,
.service-copy p,
.contact-band p { color: var(--muted); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.product-card,
.portfolio-card {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.product-card img,
.portfolio-card img { height: 220px; }
.product-card div,
.portfolio-card div {
  display: flex;
  min-height: 340px;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}
.product-card span,
.portfolio-card span {
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.product-card-data-center span { color: var(--blue); }
.product-card-network span { color: var(--green); }
.product-card-agency span { color: var(--coral); }
.product-card a,
.portfolio-card a {
  width: fit-content;
  margin-top: auto;
  border: 1px solid var(--line);
  color: var(--navy);
}

.portfolio-band { background: var(--white); }
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.portfolio-card { background: var(--paper); }
.portfolio-card img { height: 230px; }
.portfolio-card div { min-height: 290px; }
.portfolio-card span { color: var(--blue); }


.ai-band {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
  gap: 34px;
  align-items: center;
  background: #111827;
  color: var(--white);
}
.ai-copy { max-width: 760px; }
.ai-copy p:not(.eyebrow) { color: #dbeafe; line-height: 1.65; }
.ai-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.ai-panel { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 8px; box-shadow: 0 26px 68px rgba(0, 0, 0, 0.28); }
.ai-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 24, 39, 0.08), rgba(17, 24, 39, 0.78)); }
.ai-metrics { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ai-metrics article { min-height: 112px; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 8px; background: rgba(255, 255, 255, 0.94); color: var(--ink); }
.ai-metrics strong { display: block; color: var(--blue); margin-bottom: 12px; }
.ai-metrics span { color: var(--navy); font-weight: 900; line-height: 1.25; }
.builder-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  background: var(--soft);
}
.builder-copy {
  position: sticky;
  top: 98px;
  max-width: 620px;
}
.builder-steps {
  display: grid;
  gap: 18px;
}
.builder-steps article {
  min-height: 188px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.builder-steps strong {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
}

.service-path {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  background: var(--white);
}
.service-image {
  min-height: 500px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.service-copy { max-width: 720px; }
.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}
.path-grid a {
  display: grid;
  justify-content: start;
  min-height: 138px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--navy);
}
.path-grid span {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
}
.path-grid strong {
  align-self: end;
  font-size: 20px;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  background: var(--navy);
  color: var(--white);
}
.contact-band div:first-child { max-width: 780px; }
.contact-band p:not(.eyebrow) { color: #dbeafe; }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  padding: 34px 5vw;
  background: #0f172a;
  color: var(--white);
}
.site-footer p {
  margin: 7px 0 0;
  color: #cbd5e1;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: center;
}
.site-footer a {
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
}
:focus-visible {
  outline: 3px solid rgba(201, 135, 21, 0.75);
  outline-offset: 3px;
}

@media (max-width: 1220px) {
  h1 { font-size: 56px; }
  .product-grid,
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .site-header { grid-template-columns: auto auto; }
  .menu-button { display: block; }
  .primary-nav {
    grid-column: 1 / -1;
    display: none;
    justify-content: start;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 10px 4px; }
  .hero,
  .builder-band,
  .service-path,
  .contact-band,
  .site-footer { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .builder-copy { position: static; }
  .contact-actions { justify-self: start; }
}
@media (max-width: 660px) {
  .site-header,
  .hero,
  .content-band,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }
  h1 { font-size: 41px; }
  h2 { font-size: 31px; }
  .hero-media,
  .service-image { min-height: 360px; }
  .product-grid,
  .portfolio-grid,
  .path-grid { grid-template-columns: 1fr; }
  .product-card,
  .portfolio-card { min-height: auto; }
  .product-card div,
  .portfolio-card div { min-height: auto; }
  .button-primary,
  .button-secondary { width: 100%; }
}


