
:root {
  --ink: #071525;
  --ink-2: #0b223b;
  --blue: #1769e0;
  --blue-2: #2d85f3;
  --ice: #edf5ff;
  --paper: #ffffff;
  --soft: #f6f8fb;
  --text: #16263a;
  --muted: #64748b;
  --line: #dde6f0;
  --success: #16845b;
  --shadow: 0 22px 60px rgba(6, 21, 37, .10);
  --radius: 22px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 21, 37, .94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  white-space: nowrap;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-weight: 900;
  font-size: 21px;
  letter-spacing: -1px;
  background: linear-gradient(145deg, #2d85f3 0%, #1769e0 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.03;
}

.brand-copy strong {
  font-size: 16px;
  letter-spacing: .8px;
}

.brand-copy span {
  color: #99aec5;
  font-size: 10px;
  letter-spacing: 1.8px;
  margin-top: 5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #c7d4e3;
  font-size: 14px;
  font-weight: 650;
}

.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: #fff; }

.nav-cta {
  padding: 11px 17px;
  border-radius: 10px;
  color: #fff !important;
  background: var(--blue);
  box-shadow: 0 8px 24px rgba(23, 105, 224, .28);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 14%, rgba(45,133,243,.23), transparent 26%),
    radial-gradient(circle at 74% 84%, rgba(45,133,243,.11), transparent 30%),
    linear-gradient(128deg, #061421 0%, #0a2139 56%, #0b2f55 100%);
  color: #fff;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .20;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 75%, transparent);
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.17fr .83fr;
  gap: 64px;
  align-items: center;
  padding: 88px 0 86px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.05);
  color: #cfe4ff;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6bb0ff;
  box-shadow: 0 0 0 4px rgba(107,176,255,.12);
}

h1 {
  max-width: 760px;
  margin: 21px 0 18px;
  font-size: clamp(45px, 5.8vw, 74px);
  line-height: 1.01;
  letter-spacing: -2.7px;
  font-weight: 780;
}

.hero-lead {
  max-width: 720px;
  margin: 0 0 30px;
  color: #c5d3e2;
  font-size: 18px;
  line-height: 1.75;
}

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

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border-radius: 11px;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  box-shadow: 0 12px 28px rgba(23,105,224,.30);
}

.btn-ghost {
  color: #f0f6fc;
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.20);
}

.rfq-card {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  box-shadow: 0 35px 90px rgba(0,0,0,.25);
}

.rfq-card:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 4px;
  left: 26px;
  top: 0;
  background: linear-gradient(90deg, #64afff, transparent);
  border-radius: 999px;
}

.card-label {
  color: #87bfff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.rfq-card h3 {
  margin: 7px 0 20px;
  font-size: 24px;
  letter-spacing: -.4px;
}

.rfq-line {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.09);
}

.rfq-line:first-of-type { border-top: 0; }

.mini-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(45,133,243,.14);
  color: #8cc3ff;
  font-size: 13px;
  font-weight: 900;
}

.rfq-line strong {
  display: block;
  font-size: 14px;
  color: #f4f8fc;
}

.rfq-line span {
  display: block;
  margin-top: 2px;
  color: #aebfd1;
  font-size: 13px;
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-grid {
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-item {
  padding: 17px 24px;
  border-left: 1px solid var(--line);
}

.trust-item:first-child { border-left: 0; padding-left: 0; }

.trust-item strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
}

.trust-item span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

section { padding: 92px 0; }

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.kicker {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1.25px;
}

h2 {
  margin: 9px 0 13px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.6px;
}

.section-head p,
.section-copy {
  color: var(--muted);
  font-size: 16px;
}

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

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

.card {
  position: relative;
  min-height: 235px;
  padding: 27px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 26px rgba(7,21,37,.035);
  transition: transform .2s ease, box-shadow .2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(7,21,37,.08);
}

.card-number {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  margin-bottom: 21px;
  border-radius: 12px;
  background: var(--ice);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
}

.card h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 19px;
  letter-spacing: -.25px;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.process-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 72px;
  align-items: start;
}

.process-steps {
  border-top: 1px solid var(--line);
}

.step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.step-num {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.step h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 19px;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.compliance-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #081827 0%, #0a2a4a 100%);
  color: #fff;
}

.compliance-band:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  right: -130px;
  top: -170px;
  box-shadow:
    0 0 0 65px rgba(255,255,255,.025),
    0 0 0 130px rgba(255,255,255,.017);
}

.compliance-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: center;
}

.compliance-band h2 { color: #fff; }

.compliance-band .section-copy { color: #bfcede; }

.compliance-points {
  display: grid;
  gap: 12px;
}

.compliance-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 12px;
  color: #d8e5f1;
  font-size: 14px;
}

.tick {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(93,178,255,.15);
  color: #7fc1ff;
  font-size: 12px;
  font-weight: 900;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #a9d3ff;
  font-weight: 800;
  font-size: 14px;
}

.contact {
  text-align: center;
}

.contact-box {
  padding: 58px 34px;
  border: 1px solid #d7e5f6;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0, rgba(45,133,243,.09), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7fc 100%);
}

.contact-box h2 { margin-top: 0; }

.contact-box p {
  max-width: 670px;
  margin: 0 auto 25px;
  color: var(--muted);
}

.contact-email {
  display: block;
  margin-top: 16px;
  color: var(--blue);
  font-weight: 800;
  font-size: 14px;
}

.site-footer {
  background: #050f1b;
  color: #91a5ba;
  padding: 38px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
}

.footer-brand {
  color: #fff;
  font-weight: 800;
  letter-spacing: .4px;
}

.footer-copy {
  margin-top: 8px;
  max-width: 520px;
  font-size: 12px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-size: 12px;
}

.footer-links a:hover { color: #fff; }

.page-hero {
  padding: 86px 0 72px;
  background:
    radial-gradient(circle at 80% 12%, rgba(45,133,243,.18), transparent 28%),
    linear-gradient(128deg, #061421, #0a2948);
  color: #fff;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(39px, 5vw, 62px);
  margin-bottom: 16px;
}

.page-hero p {
  max-width: 760px;
  margin: 0;
  color: #c5d3e2;
  font-size: 17px;
}

.policy-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  align-items: start;
}

.policy-nav {
  position: sticky;
  top: 102px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.policy-nav strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .9px;
}

.policy-nav a {
  display: block;
  padding: 8px 0;
  color: var(--muted);
  font-size: 13px;
}

.policy-nav a:hover { color: var(--blue); }

.policy-content {
  max-width: 790px;
}

.policy-content h2 {
  margin-top: 0;
  font-size: 34px;
}

.policy-content h3 {
  margin: 36px 0 10px;
  color: var(--ink);
  font-size: 21px;
}

.policy-content p,
.policy-content li {
  color: #526276;
  font-size: 15px;
  line-height: 1.8;
}

.policy-content ul {
  padding-left: 20px;
}

.notice {
  margin: 26px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--blue);
  background: #f3f8ff;
  color: #41556e;
  font-size: 13px;
  line-height: 1.7;
}

.requirements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}

.requirement {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.requirement strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
}

.requirement span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .hero-grid,
  .process-grid,
  .compliance-grid,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid { gap: 36px; }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item:nth-child(3) {
    border-left: 0;
  }

  .cards { grid-template-columns: 1fr 1fr; }

  .policy-nav {
    position: static;
    display: none;
  }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }

  .nav {
    min-height: 70px;
    gap: 14px;
  }

  .brand-copy span { display: none; }

  .nav-links { gap: 10px; }

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

  .nav-cta {
    padding: 9px 12px;
    font-size: 12px;
  }

  .hero-grid {
    min-height: auto;
    padding: 68px 0 62px;
  }

  h1 {
    font-size: 44px;
    letter-spacing: -1.9px;
  }

  .hero-lead { font-size: 16px; }

  section { padding: 70px 0; }

  .cards,
  .requirements {
    grid-template-columns: 1fr;
  }

  .trust-grid { grid-template-columns: 1fr; }

  .trust-item,
  .trust-item:first-child,
  .trust-item:nth-child(3) {
    padding: 14px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child { border-bottom: 0; }

  .footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-links { justify-content: flex-start; }

  .hero-actions .btn {
    width: 100%;
  }
}


/* Representative offices */
.office-section {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 0 0 24px;
}

.office-heading {
  max-width: 220px;
}

.footer-eyebrow {
  display: block;
  color: #7ebdff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.35px;
  line-height: 1.55;
  text-transform: uppercase;
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.office-card {
  min-height: 92px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 13px;
  background: rgba(255,255,255,.028);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.office-place {
  margin-bottom: 6px;
  color: #edf4fb;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02px;
}

.office-card address {
  margin: 0;
  color: #91a7bc;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.footer-divider {
  height: 1px;
  margin-bottom: 26px;
  background: rgba(255,255,255,.075);
}

/* Contact page */
.contact-hero {
  padding-bottom: 66px;
}

.contact-page {
  background: var(--soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.contact-intro h2 {
  margin-top: 8px;
  font-size: 39px;
}

.contact-detail {
  margin-top: 28px;
  padding: 19px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-detail span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-detail a {
  display: inline-block;
  margin-top: 4px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 800;
}

.contact-note {
  margin-top: 23px;
  padding: 18px;
  border: 1px solid #d9e5f2;
  border-radius: 14px;
  background: #fff;
}

.contact-note strong {
  color: var(--ink);
  font-size: 14px;
}

.contact-note p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.form-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7,21,37,.07);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  margin-bottom: 17px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.field label span {
  color: var(--blue);
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid #ced9e5;
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.field input {
  min-height: 47px;
  padding: 0 13px;
}

.field textarea {
  min-height: 155px;
  padding: 12px 13px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: #77adf5;
  box-shadow: 0 0 0 3px rgba(23,105,224,.10);
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-privacy {
  margin: 12px 0 0;
  color: #8190a1;
  font-size: 11px;
  text-align: center;
}

.form-status {
  padding: 16px 18px;
  border-radius: 12px;
  font-size: 13px;
}

.form-status.success {
  border: 1px solid #b8dfce;
  background: #effaf5;
  color: #176846;
}

.form-status.success strong,
.form-status.success span {
  display: block;
}

.form-status.error {
  margin-bottom: 18px;
  border: 1px solid #f0c5c5;
  background: #fff3f3;
  color: #973c3c;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  .office-section,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .office-heading {
    max-width: 100%;
  }

  .office-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .office-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .office-section {
    gap: 12px;
  }

  .office-card {
    min-height: 0;
    padding: 16px;
  }

  .form-card {
    padding: 22px;
  }

  .contact-intro h2 {
    font-size: 34px;
  }
}
