:root {
  --hub-blue: #245C80;
  --bridge-blue: #328FB7;
  --signal-orange: #FB5000;
  --accent: #7FDDEE;
  --ink: #0C2233;
  --muted: #5E7180;
  --surface: #F5F9FB;
  --white: #FFFFFF;
  --line: #DDE9EF;
  --shadow: 0 24px 80px rgba(19, 69, 99, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(36,92,128,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 205px; height: 52px; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: .94rem; font-weight: 600; }
nav a:hover { color: var(--bridge-blue); }
.nav-cta { padding: 10px 17px; border-radius: 10px; background: var(--hub-blue); color: white; }
nav .nav-cta:hover { color: white; background: #174A6A; }
.hero { position: relative; overflow: hidden; min-height: 690px; display: grid; align-items: center; background: linear-gradient(135deg,#fff 0%,#f7fbfd 55%,#eef8fb 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; padding-block: 100px; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(1px); opacity: .5; }
.hero-glow-one { width: 440px; height: 440px; right: -180px; top: -150px; background: radial-gradient(circle,var(--accent),transparent 68%); }
.hero-glow-two { width: 320px; height: 320px; left: -190px; bottom: -150px; background: radial-gradient(circle,rgba(251,80,0,.22),transparent 68%); }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 800; color: var(--hub-blue); }
.eyebrow > span[aria-hidden="true"] {height: 3px; flex: 0 0 26px; border-radius: 3px; background: var(--signal-orange); }
.eyebrow-label { width: auto; height: auto; border-radius: 0; background: transparent; }
h1 { margin: 0; font-size: clamp(3.1rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; font-weight: 800; color: var(--ink); }
h1 strong { color: var(--hub-blue); }
.lead { max-width: 680px; margin: 28px 0 0; font-size: 1.16rem; color: var(--muted); }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 12px; text-decoration: none; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--signal-orange); box-shadow: 0 14px 30px rgba(251,80,0,.22); }
.button-primary:hover { background: #DC4700; }
.button-secondary { color: var(--hub-blue); border: 1px solid var(--line); background: rgba(255,255,255,.75); }
.hero-card { position: relative; min-height: 360px; display: grid; place-items: center; }
.code-window { width: 100%; max-width: 480px; overflow: hidden; border-radius: 24px; color: #D5EFF7; background: linear-gradient(145deg,#123F5C,#08263A); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.window-bar { display: flex; gap: 7px; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.window-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--signal-orange); }
.window-bar i:nth-child(2) { background: var(--accent); }.window-bar i:nth-child(3) { background: var(--bridge-blue); }
.code-content { display: grid; gap: 17px; padding: 38px; font: 500 .96rem/1.4 ui-monospace,SFMono-Regular,Menlo,monospace; }
.code-content b { color: #fff; }.code-content em { color: var(--accent); font-style: normal; }.code-muted { opacity: .5; }.code-accent { color: #FF7A3B; margin-top: 9px; }
.floating-badge { position: absolute; padding: 10px 16px; border: 1px solid rgba(36,92,128,.1); border-radius: 999px; background: white; box-shadow: 0 12px 30px rgba(17,62,89,.14); font-size: .8rem; font-weight: 800; color: var(--hub-blue); }
.badge-one { top: 24px; right: -12px; }.badge-two { bottom: 20px; left: -6px; }
.section { padding: 105px 0; }
.expertise { background: white; }
.section-heading { max-width: 730px; margin-bottom: 52px; }
.section-heading.compact { margin-bottom: 35px; }
.section-heading h2, .cta-inner h2 { margin: 0; font-size: clamp(2rem,4vw,3.35rem); line-height: 1.1; letter-spacing: -.04em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.service-card { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.service-card.featured { color: white; border-color: transparent; background: linear-gradient(145deg,var(--hub-blue),#123F5C); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 15px; color: white; background: var(--signal-orange); font-weight: 800; }
.service-card h3 { margin: 0 0 11px; font-size: 1.34rem; }.service-card p { margin: 0; color: var(--muted); }.service-card.featured p { color: #D5E5EE; }
.products { background: var(--surface); }
.product-card { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 18px 55px rgba(36,92,128,.09); }
.product-brand { display: grid; place-items: center; padding: 50px; background: linear-gradient(145deg,#FFFFFF,#F4F9FB); border-right: 1px solid var(--line); }
.product-brand img { width: 420px; border-radius: 18px; filter: drop-shadow(0 12px 24px rgba(36,92,128,.12)); }
.product-copy { align-self: center; padding: 54px; }
.product-label { margin: 0 0 10px; color: var(--signal-orange); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .77rem; }
.product-copy h3 { margin: 0; font-size: clamp(1.8rem,3vw,2.7rem); line-height: 1.12; letter-spacing: -.035em; }
.product-copy > p:not(.product-label) { color: var(--muted); }
.product-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.product-links a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--hub-blue); text-decoration: none; font-size: .86rem; font-weight: 700; }
.product-links a:hover { border-color: var(--bridge-blue); background: #F1FAFD; }
.product-links svg { width: 18px; height: 18px; fill: currentColor; }
.cta-section { padding: 75px 0; color: white; background: linear-gradient(110deg,var(--hub-blue),#0B334D); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }.eyebrow.light { color: var(--accent); }.button-light { flex: 0 0 auto; color: var(--hub-blue); background: white; }
footer { padding: 70px 0 25px; color: #CFE0E9; background: #071E2C; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 50px; }
.footer-brand img { width: 210px; height: 62px; object-fit: contain; object-position: left center; background: white; border-radius: 8px; padding: 5px 8px; }
.footer-brand p, footer p { color: #8FABB9; }
footer h2 { margin: 0 0 15px; color: white; font-size: .95rem; }
footer a { display: block; width: fit-content; margin: 8px 0; color: #CFE0E9; text-decoration: none; font-size: .9rem; }
footer a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #7291A1; font-size: .78rem; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }.hero { min-height: auto; }.hero-card { min-height: 300px; }.badge-one { right: 0; }.badge-two { left: 0; }
  .product-card { grid-template-columns: 1fr; }.product-brand { min-height: 270px; }.footer-grid { grid-template-columns: 1.2fr 1fr; }.footer-brand { grid-column: 1/-1; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px,1160px); }.nav-wrap { min-height: 68px; }.brand img { width: 170px; height: 44px; } nav a:not(.nav-cta) { display: none; }
  .hero-grid { padding-block: 72px; }.section { padding: 78px 0; }.service-grid { grid-template-columns: 1fr; }.product-copy { padding: 34px 25px; }.product-brand { padding: 34px 22px; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }
  .code-content { padding: 28px 24px; font-size: .8rem; }.floating-badge { font-size: .7rem; }.product-links a { flex: 1 1 calc(50% - 10px); justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

.language-switch{display:inline-grid;place-items:center;min-width:38px;height:38px;padding:0 9px;border:1px solid var(--line);border-radius:10px;text-decoration:none;color:var(--hub-blue);background:#fff;font-size:.78rem;font-weight:800}.language-switch:hover{border-color:var(--bridge-blue);background:#f1fafd}
@media(max-width:640px){nav{gap:9px}.language-switch{display:inline-grid!important}}

/* ========================================================================== 
   Legal document pages
   Appended from style.css without overriding the main website styles above.
   ========================================================================== */

/* Optional wrapper for legal pages. Existing global body styling remains active. */
.legal-page {
  background: var(--surface);
  color: var(--ink);
}

.legal-page .header-inner,
.legal-page .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-page .header-inner {
  min-height: 76px;
}

.legal-page .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.legal-page .brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--hub-blue);
  color: var(--white);
  font-weight: 800;
}

.legal-page .brand small {
  display: block;
  color: var(--muted);
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.legal-nav a {
  padding: 8px 11px;
  border-radius: 9px;
  color: var(--muted);
  text-decoration: none;
}

.legal-nav a:hover,
.legal-nav a.active {
  background: #eaf6fb;
  color: var(--hub-blue);
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 40px;
  padding: 48px 0 72px;
  align-items: start;
}

.document-aside {
  position: sticky;
  top: 110px;
}

.document-aside p {
  color: var(--muted);
}

.legal-page .eyebrow {
  color: var(--signal-orange);
}

.print-button {
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  background: var(--hub-blue);
  color: var(--white);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.print-button:hover {
  background: #174a6a;
}

.legal-document {
  min-width: 0;
  padding: clamp(24px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(25, 43, 74, .08);
}

.legal-document > h1:first-child {
  margin-top: 0;
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.08;
}

.legal-document h1 {
  margin: 2.5em 0 .7em;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.legal-document h2 {
  margin: 2em 0 .55em;
  font-size: 1.28rem;
  line-height: 1.3;
}

.legal-document p,
.legal-document li {
  max-width: 78ch;
}

.legal-document blockquote {
  margin: 24px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--signal-orange);
  background: #fff6f1;
}

.legal-document code {
  padding: 2px 6px;
  border-radius: 6px;
  background: #eef2f7;
}

.table-wrap {
  overflow-x: auto;
}

.legal-document table {
  width: 100%;
  border-collapse: collapse;
}

.legal-document th,
.legal-document td {
  padding: 10px 12px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-document th {
  background: var(--surface);
}

.legal-page .site-footer {
  padding: 30px 0;
  background: #071e2c;
  color: #cfe0e9;
}

@media (max-width: 820px) {
  .legal-page .header-inner,
  .legal-page .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .document-aside {
    position: static;
  }

  .legal-document {
    padding: 22px;
  }
}

@media print {
  .legal-page {
    background: var(--white);
    font-size: 11pt;
  }

  .legal-page .site-header,
  .legal-page .document-aside,
  .legal-page .site-footer,
  .legal-page .skip-link {
    display: none !important;
  }

  .legal-layout {
    display: block;
    padding: 0;
  }

  .legal-document {
    border: 0;
    box-shadow: none;
    padding: 0;
  }
}
