:root {
  --ink: #102033;
  --muted: #5c6b7a;
  --line: #dbe6ef;
  --bg: #f6f9fc;
  --white: #ffffff;
  --brand: #0d5bff;
  --brand-2: #00a6a6;
  --gold: #d49a24;
  --dark: #071421;
  --shadow: 0 22px 60px rgba(16, 32, 51, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
table img { max-width: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(246, 249, 252, .82);
  border-bottom: 1px solid rgba(219, 230, 239, .75);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 22px; }
.logo { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.logo-mark {
  width: 44px; height: 44px; border-radius: 13px;
  object-fit: contain;
  background: white;
  box-shadow: 0 12px 25px rgba(13, 91, 255, .18);
}
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 650; color: #31465a; }
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--brand); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; padding: 0 18px; border-radius: 999px;
  font-weight: 800; color: white;
  background: linear-gradient(135deg, var(--brand), #0041bd);
  box-shadow: 0 15px 35px rgba(13, 91, 255, .25);
  border: 0;
}
.button.secondary { background: white; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.hero { position: relative; overflow: hidden; padding: 82px 0 70px; background:
  radial-gradient(circle at top left, rgba(13, 91, 255, .16), transparent 34%),
  radial-gradient(circle at 80% 10%, rgba(0, 166, 166, .16), transparent 34%);
}
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 48px; align-items: center; }
.partner-banner {
  width: min(100%, 440px);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, .12);
  margin-bottom: 18px;
}
.section-partner-logo {
  width: min(100%, 360px);
  margin: 0 0 20px;
  border-radius: 18px;
  background: white;
  padding: 10px 14px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, .18);
}
.kicker { display: inline-flex; align-items: center; gap: 9px; color: #6c4a07; background: #fff4d8; border: 1px solid #f1d28d; border-radius: 999px; padding: 8px 13px; font-weight: 850; font-size: 14px; }
h1 { font-size: clamp(42px, 7vw, 78px); line-height: .96; letter-spacing: -.065em; margin: 22px 0; }
.lead { font-size: clamp(18px, 2vw, 22px); color: #405366; max-width: 690px; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-card { background: rgba(255,255,255,.88); border: 1px solid white; border-radius: 32px; box-shadow: var(--shadow); overflow: hidden; }
.hero-card .caption { padding: 22px; display: grid; gap: 8px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.stat { background: white; border: 1px solid var(--line); padding: 18px; border-radius: 20px; display: grid; gap: 10px; }
.stat-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stat-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #eef4ff;
  color: var(--brand);
  font-size: 22px;
  box-shadow: inset 0 0 0 1px rgba(13, 91, 255, .08);
  flex: 0 0 auto;
}
.stat strong { display: block; font-size: 26px; line-height: 1; }
.section { padding: 78px 0; }
.section-title { max-width: 780px; margin-bottom: 30px; }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.02; letter-spacing: -.045em; margin: 0 0 14px; }
.section-title p, .muted { color: var(--muted); margin: 0; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.add-ons-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 12px 32px rgba(16,32,51,.06); }
.add-on-card { display: flex; flex-direction: column; align-items: flex-start; }
.add-on-link {
  color: inherit;
  text-decoration: none;
}
.add-on-link:hover h3 {
  color: var(--brand);
}
.add-on-logo {
  width: auto;
  height: 68px;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 18px;
}
.card h3 { margin: 16px 0 8px; font-size: 23px; letter-spacing: -.02em; }
.card p { color: var(--muted); margin: 0; }
.icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: #eaf1ff; color: var(--brand); font-size: 26px; }
.icon.teal { background: #e6fbfb; color: var(--brand-2); }
.icon.gold { background: #fff4d8; color: var(--gold); }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: center; }
.panel { background: var(--dark); color: white; border-radius: 32px; padding: 34px; overflow: hidden; position: relative; box-shadow: var(--shadow); }
.panel p { color: #b8cadb; }
.checks { display: grid; gap: 12px; margin-top: 22px; }
.check { display: flex; gap: 12px; align-items: flex-start; color: #d8e7f4; }
.check::before { content: "✓"; color: #56f0c8; font-weight: 900; }
.product-list { display: grid; gap: 14px; }
.product-row { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.badge { display: inline-flex; align-items: center; width: max-content; gap: 8px; padding: 7px 11px; border-radius: 999px; background: #eaf1ff; color: #0b53d9; font-size: 13px; font-weight: 850; }
.cta { background: linear-gradient(135deg, #06213d, #0d5bff); color: white; border-radius: 36px; padding: clamp(32px, 6vw, 62px); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; box-shadow: var(--shadow); }
.cta p { color: #d8e7f4; margin: 0; max-width: 700px; }
.zero-risk-section {
  padding-top: 18px;
}
.zero-risk-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 24px;
  align-items: stretch;
}
.zero-risk-copy {
  background: linear-gradient(135deg, #e8fff3 0%, #c9f7dc 48%, #7fe0a8 100%);
  color: #0f4c2e;
  border-radius: 36px;
  padding: clamp(30px, 5vw, 48px);
  box-shadow: 0 22px 54px rgba(44, 153, 97, .18);
  display: grid;
  gap: 18px;
  border: 1px solid rgba(44, 153, 97, .24);
}
.zero-risk-copy h2,
.zero-risk-copy p {
  margin: 0;
}
.zero-risk-copy p {
  color: rgba(15, 76, 46, .82);
  max-width: 680px;
}
.zero-risk-badge {
  background: rgba(255, 255, 255, .62);
  color: #137246;
}
.zero-risk-badge-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(19, 114, 70, .12);
  font-size: 12px;
  line-height: 1;
}
.zero-risk-card {
  background: linear-gradient(180deg, #ffffff, #f4fff8);
  border: 1px solid rgba(44, 153, 97, .18);
  border-radius: 32px;
  padding: clamp(26px, 4vw, 34px);
  box-shadow: 0 18px 44px rgba(19, 114, 70, .10);
  display: grid;
  gap: 18px;
}
.zero-risk-card h3 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -.03em;
}
.zero-risk-points {
  display: grid;
  gap: 14px;
}
.zero-risk-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 20px;
  background: #fbfffc;
  border: 1px solid rgba(44, 153, 97, .16);
}
.zero-risk-point-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1faa63, #0f8c50);
  color: white;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(31, 170, 99, .22);
}
.zero-risk-point strong {
  display: block;
  font-size: 16px;
  color: #137246;
  margin-bottom: 4px;
}
.zero-risk-point span {
  color: #446655;
}
.contact-section {
  padding-top: 62px;
}
.contact-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 42px);
  border-radius: 36px;
  background: linear-gradient(135deg, #06213d 0%, #0d5bff 58%, #1ca6ff 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.contact-shell::before,
.contact-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.contact-shell::before {
  width: 320px;
  height: 320px;
  top: -120px;
  right: -80px;
  background: rgba(255, 255, 255, .08);
}
.contact-shell::after {
  width: 260px;
  height: 260px;
  bottom: -120px;
  left: -80px;
  background: rgba(255, 255, 255, .06);
}
.contact-copy,
.contact-form-wrap {
  position: relative;
  z-index: 1;
}
.contact-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  color: white;
  padding: clamp(6px, 2vw, 18px);
}
.contact-copy h2 {
  margin: 0;
}
.contact-copy p {
  margin: 0;
  color: #d8e7f4;
  max-width: 540px;
}
.contact-badge {
  background: rgba(255, 255, 255, .14);
  color: white;
}
.contact-points {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}
.contact-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #ebf4ff;
}
.contact-point::before {
  content: "✓";
  flex: 0 0 auto;
  color: #7ef0d1;
  font-weight: 900;
}
.contact-form-wrap {
  display: flex;
}
.contact-form-card {
  width: 100%;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, .36);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 50px rgba(4, 20, 38, .24);
}
.contact-form {
  display: block;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.form-field {
  display: block;
}
.form-field-full {
  grid-column: 1 / -1;
}
.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #d9e6f5;
  border-radius: 16px;
  background: #f8fbff;
  padding: 15px 16px;
  font: inherit;
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #7a8a99;
}
.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(13, 91, 255, .6);
  box-shadow: 0 0 0 4px rgba(13, 91, 255, .12);
  background: white;
  transform: translateY(-1px);
}
.form-field textarea {
  min-height: 160px;
  resize: vertical;
}
.form-alert {
  border-radius: 16px;
  padding: 14px 16px;
  margin-bottom: 16px;
  font-weight: 700;
}
.form-alert.success {
  background: #eafaf1;
  color: #0d6b3c;
  border: 1px solid #b8e6c8;
}
.form-alert.danger {
  background: #fff1f1;
  color: #a12626;
  border: 1px solid #f0c2c2;
}
.form-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}
.email-button {
  border-color: rgba(16, 32, 51, .12);
  background: linear-gradient(135deg, #fff7df, #ffffff);
  color: #7b5200;
  box-shadow: 0 14px 28px rgba(212, 154, 36, .18);
}
.email-button:hover {
  border-color: rgba(212, 154, 36, .35);
  box-shadow: 0 18px 34px rgba(212, 154, 36, .24);
}
.email-button-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(212, 154, 36, .16);
  font-size: 12px;
  line-height: 1;
}
.clients-page {
  padding: 54px 0 80px;
}
.clients-hero {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}
.clients-hero p {
  max-width: 760px;
  color: var(--muted);
  margin: 0;
}
.industry-section + .industry-section {
  margin-top: 34px;
}
.industry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}
.industry-header h2 {
  font-size: clamp(24px, 3vw, 36px);
  margin: 0;
}
.industry-count {
  color: var(--muted);
  font-weight: 700;
  white-space: nowrap;
}
.clients-table {
  width: 1080px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.clients-table tr {
  height: 180px;
}
.clients-table td {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  padding: 15px;
  vertical-align: middle;
}
.clients-table td.empty {
  padding: 15px;
}
.client-tile {
  box-sizing: border-box;
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  height: 150px !important;
  min-height: 150px !important;
  max-height: 150px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 8px 8px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 12px 32px rgba(16,32,51,.06);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.client-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(16,32,51,.12);
  border-color: rgba(13, 91, 255, .25);
}
.client-tile img.client-logo {
  display: block;
  width: 134px !important;
  max-width: 134px !important;
  min-width: 134px !important;
  height: 104px !important;
  max-height: 104px !important;
  min-height: 104px !important;
  margin: 0 auto 6px;
  flex: 0 0 104px;
  object-fit: contain !important;
  object-position: center !important;
}
.client-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  min-width: 134px;
  max-width: 134px;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
  word-break: break-word;
}
.client-tile.text-tile {
  background: linear-gradient(180deg, #ffffff, #f7fbff);
}
.client-tile.logo-dark {
  background: #0d1724;
}
.client-tile.logo-tint {
  background: #eef6ff;
}
.clients-note {
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.testimonial-card {
  display: grid;
  gap: 16px;
}
.testimonial-quote {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #294056;
}
.testimonial-quote::before {
  content: "“";
  color: var(--brand);
  font-size: 42px;
  line-height: 0;
  vertical-align: -10px;
  margin-right: 6px;
}
.testimonial-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
}
.testimonial-person {
  display: grid;
  gap: 4px;
}
.testimonial-person strong {
  font-size: 17px;
}
.testimonial-role {
  color: var(--muted);
  font-size: 14px;
}
.testimonial-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.footer { padding: 34px 0 48px; color: #667789; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 22px; }
@media (max-width: 900px) {
  .hero-grid, .split, .cta, .contact-shell, .zero-risk-shell { grid-template-columns: 1fr; }
  .grid, .stats, .add-ons-grid, .testimonials-grid, .contact-form-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .hero { padding-top: 52px; }
  .contact-copy {
    padding: 0;
  }
  .clients-table,
  .clients-table tbody,
  .clients-table tr,
  .clients-table td {
    display: block;
    width: 100%;
    height: auto;
  }
  .clients-table {
    width: auto;
  }
  .clients-table tr {
    display: grid;
    grid-template-columns: repeat(3, 180px);
    gap: 0;
    justify-content: center;
    margin-bottom: 0;
  }
  .clients-table td {
    width: 180px;
    height: 180px;
    padding: 15px;
  }
  .client-tile {
    margin: 0;
  }
  .clients-table td.empty {
    display: none;
  }
}
@media (max-width: 560px) {
  .clients-table tr {
    grid-template-columns: repeat(2, 180px);
  }
}
