:root {
  --ink: #17282f;
  --muted: #5e6f76;
  --blue: #06384a;
  --blue-2: #0d6478;
  --orange: #d9541e;
  --green: #2f7b66;
  --soft: #f4f7f7;
  --line: #dbe4e6;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(9, 31, 39, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(219, 228, 230, .85);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(210px, 45vw);
}

.brand img {
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 2vw, 24px);
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  text-decoration: none;
  color: var(--blue);
  white-space: nowrap;
}

.nav-cta,
.button {
  border-radius: 4px;
  background: var(--orange);
  color: var(--white) !important;
  text-decoration: none;
}

.nav-cta {
  padding: 10px 14px;
}

.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  padding: 110px clamp(20px, 7vw, 96px) 78px;
  background-image: url("assets/global_connectivity.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 22, 30, .88), rgba(6, 56, 74, .72) 48%, rgba(6, 56, 74, .2)),
    linear-gradient(180deg, rgba(3, 22, 30, .35), rgba(3, 22, 30, .05));
}

.hero-content {
  position: relative;
  max-width: 760px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffb28c;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(18px, 2.2vw, 24px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  font-weight: 800;
}

.button.secondary {
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .45);
}

.button.quiet {
  background: var(--blue);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  background: var(--white);
  padding: 26px clamp(20px, 4vw, 48px);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--blue);
  font-size: 18px;
}

.proof-strip span {
  margin-top: 4px;
  color: var(--muted);
}

.domain-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: 110px clamp(20px, 7vw, 96px) 70px;
  background-image: url("assets/global_connectivity.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.domain-hero .eyebrow {
  color: #ffb28c;
}

.domain-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.domain-summary div {
  background: var(--white);
  padding: 26px clamp(20px, 4vw, 48px);
}

.domain-summary strong,
.domain-summary span {
  display: block;
}

.domain-summary strong {
  color: var(--blue);
  font-size: 20px;
}

.domain-summary span {
  margin-top: 4px;
  color: var(--muted);
}

.section {
  padding: clamp(58px, 8vw, 108px) clamp(20px, 7vw, 96px);
}

.section-heading {
  max-width: 840px;
  margin-bottom: 36px;
}

.section-heading h2,
.cta-band h2,
.story-copy h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.06;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.story-copy p,
.cta-band p,
.copy-block p {
  color: var(--muted);
  font-size: 18px;
}

.split,
.integration-layout,
.story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.quote-panel {
  padding: 28px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quote-panel span {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-panel strong {
  display: block;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--blue);
  font-size: 20px;
}

.platform {
  background: var(--soft);
}

.feature-grid,
.persona-grid,
.domain-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.persona-grid article,
.domain-value-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 8px 28px rgba(9, 31, 39, .06);
}

.feature-card {
  display: grid;
  align-content: start;
  gap: 16px;
}

.feature-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-height: 150px;
  padding: 18px;
  margin-bottom: 2px;
  border: 1px solid rgba(0, 52, 69, .12);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(226, 79, 23, .11), transparent 48%),
    linear-gradient(135deg, rgba(0, 52, 69, .08), rgba(255, 255, 255, .92));
}

.feature-visual::before {
  content: "";
  position: absolute;
  inset: 50% 22px auto;
  border-top: 2px solid rgba(0, 52, 69, .18);
}

.feature-visual span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px 10px 34px;
  border: 1px solid rgba(0, 52, 69, .16);
  border-radius: 5px;
  background: rgba(255, 255, 255, .88);
  color: var(--blue);
  font-weight: 800;
  line-height: 1.15;
}

.feature-visual span::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
}

.feature-card h3,
.persona-grid h3,
.domain-value-grid h3 {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.15;
}

.feature-card p,
.persona-grid p,
.domain-value-grid p {
  margin: 0;
  color: var(--muted);
}

.domain-sale-intro,
.domain-listings {
  background: var(--soft);
}

.domain-listings {
  display: grid;
  gap: 24px;
  padding-top: 0;
}

.domain-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  padding: clamp(28px, 5vw, 48px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(9, 31, 39, .06);
}

.domain-card h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.domain-card-main > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.fit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.fit-list li {
  padding: 8px 10px;
  background: #edf3f1;
  border: 1px solid #d5e2df;
  border-radius: 4px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}

.domain-purchase-panel {
  padding: 26px;
  background: #fbfbf8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.price-label {
  display: block;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.price {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1;
}

.domain-purchase-panel p {
  margin: 12px 0 0;
  color: var(--muted);
}

.domain-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.domain-actions .button {
  width: 100%;
}

.domain-context {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.legal-hero {
  padding: 132px clamp(20px, 7vw, 96px) 48px;
  background: var(--blue);
  color: var(--white);
}

.legal-hero .eyebrow {
  color: #ffb28c;
}

.legal-hero h1 {
  max-width: 920px;
}

.legal-hero p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
}

.legal-content {
  max-width: 920px;
  padding: clamp(42px, 6vw, 76px) clamp(20px, 7vw, 96px);
}

.legal-content h2 {
  margin: 38px 0 12px;
  color: var(--blue);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.legal-content h3 {
  margin: 24px 0 8px;
  color: var(--blue);
  font-size: 20px;
}

.legal-content p,
.legal-content address {
  color: var(--muted);
  font-size: 17px;
}

.legal-content a {
  color: var(--orange);
  font-weight: 700;
}

.legal-content address {
  margin-top: 12px;
  font-style: normal;
}

.sitemap-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.sitemap-list a {
  color: var(--blue);
}

.capabilities {
  padding-top: 0;
  background: var(--soft);
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.capability-list div {
  min-height: 210px;
  padding: 26px;
  background: var(--white);
}

.capability-list span {
  color: var(--orange);
  font-weight: 800;
}

.capability-list strong {
  display: block;
  margin-top: 36px;
  color: var(--blue);
  font-size: 22px;
}

.capability-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.diagram {
  padding: 26px;
  background: #082f3c;
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--white);
}

.diagram-node {
  padding: 18px;
  border-radius: 6px;
  text-align: center;
  font-weight: 800;
}

.diagram-node.commerce {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .26);
}

.diagram-node.core {
  margin: 20px 0;
  background: var(--orange);
}

.diagram-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 16px 0;
}

.diagram-row span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.diagram-row.lower span {
  background: rgba(47, 123, 102, .46);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  padding-left: 22px;
  position: relative;
  color: var(--ink);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.customers {
  background: #fbfbf8;
}

.story {
  padding-top: 0;
}

.story-media {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.story-media img {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.story-copy {
  padding: clamp(12px, 2vw, 20px);
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--orange);
  font-weight: 800;
  text-decoration: none;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: clamp(58px, 8vw, 108px) clamp(20px, 7vw, 96px);
  background: var(--blue);
  color: var(--white);
}

.cta-band h2 {
  color: var(--white);
}

.cta-band p {
  color: rgba(255, 255, 255, .78);
}

.contact-card {
  padding: 28px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
}

.contact-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-card a {
  display: inline-flex;
  color: var(--white);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.contact-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .72);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px clamp(20px, 7vw, 96px);
  background: #f6f8f8;
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 170px;
  display: block;
}

.site-footer p {
  margin: 6px 0 0;
  color: var(--muted);
}

.site-footer .copyright {
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 700;
}

.footer-links a {
  color: var(--blue);
  text-decoration: none;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    align-items: flex-start;
  }

  .nav {
    flex-wrap: wrap;
  }

  .hero {
    min-height: 82vh;
    padding-top: 76px;
  }

  .proof-strip,
  .domain-summary,
  .feature-grid,
  .persona-grid,
  .domain-value-grid,
  .capability-list,
  .split,
  .integration-layout,
  .story,
  .domain-card,
  .domain-context,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .capability-list div {
    min-height: auto;
  }

  .capability-list strong {
    margin-top: 14px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    width: 190px;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    font-size: 13px;
  }

  .nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 78vh;
    padding: 64px 18px 48px;
  }

  .domain-hero {
    min-height: 70vh;
    padding: 64px 18px 48px;
  }

  .proof-strip div,
  .domain-summary div,
  .legal-hero,
  .legal-content,
  .section,
  .cta-band,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .diagram-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
