:root {
  --ink: #16232b;
  --muted: #61727d;
  --paper: #f7fafc;
  --white: #ffffff;
  --charcoal: #1f2529;
  --charcoal-2: #2f3539;
  --cyan: #23b7e4;
  --cyan-deep: #087aa5;
  --mint: #8edbd0;
  --gold: #c49a42;
  --line: #dbe5ea;
  --shadow: 0 22px 58px rgba(18, 33, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 148px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--cyan-deep);
}

.linkedin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #0a66c2;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 470px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(62px, 10vw, 118px) clamp(20px, 6vw, 84px);
}

.home-hero,
.product-hero {
  min-height: 76vh;
  background:
    linear-gradient(135deg, rgba(35, 183, 228, 0.13), rgba(142, 219, 208, 0.08) 45%, rgba(196, 154, 66, 0.08)),
    var(--paper);
}

.about-hero {
  min-height: 64vh;
  background: linear-gradient(135deg, #fff, #eef7fb);
}

.contact-hero {
  min-height: 64vh;
  background:
    linear-gradient(135deg, rgba(35, 183, 228, 0.12), rgba(255, 255, 255, 0.86)),
    var(--paper);
}

.hero-copy {
  max-width: 780px;
}

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

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

h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.lead,
.wide-copy,
.feature-split p,
.info-card p,
.statement-box p,
.contact-strip p,
.site-footer p {
  color: var(--muted);
}

.lead {
  max-width: 720px;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.button.secondary {
  background: var(--white);
  color: var(--ink);
}

.hero-image-panel,
.product-logo-panel,
.statement-box,
.info-card,
.location-panel,
.team-card,
.contact-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-image-panel {
  padding: clamp(20px, 4vw, 36px);
}

.product-logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: clamp(18px, 4vw, 34px);
  background: #20282e;
}

.product-logo-panel img {
  width: min(100%, 560px);
  border-radius: 6px;
}

.hero-logo-panel {
  min-height: 420px;
}

.content-band,
.card-section,
.feature-split,
.cta-band,
.contact-strip {
  padding: clamp(52px, 8vw, 96px) clamp(20px, 6vw, 84px);
}

.content-band {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.wide-copy {
  max-width: 980px;
  font-size: 1.1rem;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
  background: var(--paper);
}

.text-link {
  color: var(--cyan-deep);
  font-weight: 800;
  text-decoration: none;
}

.statement-box {
  padding: 28px;
  border-left: 6px solid var(--gold);
}

.card-section {
  background: #eef5f8;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.card-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.six-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
  padding: 24px;
}

.info-card h3 {
  color: var(--ink);
}

.compliance-band {
  border-top: 4px solid var(--gold);
}

.cta-band,
.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--charcoal);
  color: var(--white);
}

.cta-band .eyebrow,
.contact-strip .eyebrow {
  color: var(--mint);
}

.cta-band p,
.contact-strip p {
  max-width: 760px;
  color: #c8d5dc;
}

.location-panel {
  display: grid;
  gap: 8px;
  padding: 32px;
  border-left: 6px solid var(--cyan);
}

.panel-label {
  color: var(--cyan-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px;
  overflow: hidden;
}

.team-card img {
  width: 148px;
  height: 148px;
  flex: 0 0 148px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  background: #dfe8ed;
  box-shadow: inset 0 0 0 1px var(--line);
}

.team-card div {
  padding: 0;
}

.team-card .role {
  margin-bottom: 8px;
  color: var(--cyan-deep);
  font-weight: 800;
}

.team-card a,
.contact-card a {
  color: var(--cyan-deep);
  font-weight: 800;
  text-decoration: none;
}

.contact-card {
  display: grid;
  min-width: 260px;
  gap: 4px;
  padding: 24px;
  color: var(--ink);
}

.hero-contact-card {
  align-self: center;
  gap: 8px;
  padding: 34px;
  border-left: 6px solid var(--cyan);
}

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

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  padding: 28px clamp(20px, 6vw, 84px);
  background: #11191e;
  color: var(--white);
}

.site-footer p {
  margin-bottom: 8px;
  color: #c8d5dc;
}

.fine-print {
  max-width: 980px;
  font-size: 0.9rem;
}

@media (max-width: 940px) {
  .site-header,
  .cta-band,
  .contact-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .feature-split {
    grid-template-columns: 1fr;
  }

  .home-hero,
  .product-hero,
  .about-hero {
    min-height: auto;
  }

  .card-grid,
  .team-grid,
  .six-card-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    align-items: flex-start;
  }

  .brand img {
    width: 132px;
  }
}
