:root {
  --navy: #081d34;
  --navy-2: #0d2947;
  --blue: #0966b8;
  --teal: #00a3a3;
  --amber: #f6b342;
  --ink: #142033;
  --muted: #58697a;
  --line: #d7e3ec;
  --pale: #eef5f9;
  --white: #fff;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 9999;
  padding: 10px 14px;
  background: #fff;
  color: var(--navy);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 76px;
  border-bottom: 1px solid rgba(8, 29, 52, .12);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(var(--shell), calc(100% - 40px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 36px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  text-decoration: none;
  flex: 0 0 auto;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  font-family: Manrope, sans-serif;
  font-weight: 800;
}
.brand strong, .brand small { display: block; letter-spacing: 0; }
.brand strong { font-family: Manrope, sans-serif; font-size: 17px; line-height: 1.1; }
.brand small { color: var(--muted); font-size: 10px; margin-top: 3px; }
.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
}
.desktop-nav a, .text-link {
  color: #33485c;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.desktop-nav a:hover, .text-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; }
.text-link svg { width: 16px; }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
  padding: 11px 22px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s;
}
.button:hover { background: #075798; border-color: #075798; transform: translateY(-1px); }
.button svg { width: 17px; }
.button-small { min-height: 40px; padding: 9px 17px; }
.icon-button {
  width: 42px;
  height: 42px;
  display: none;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
}
.mobile-nav { display: none; }

.hero {
  min-height: calc(100vh - 110px);
  max-height: 820px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,21,39,.97) 0%, rgba(5,21,39,.88) 43%, rgba(5,21,39,.28) 73%, rgba(5,21,39,.08) 100%);
}
.hero-content {
  width: min(var(--shell), calc(100% - 40px));
  margin: auto;
  position: relative;
  color: #fff;
  padding: 64px 0 52px;
}
.eyebrow {
  margin: 0 0 15px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.eyebrow.light { color: #79d6d6; }
.hero h1, h2, h3 {
  font-family: Manrope, Inter, sans-serif;
  letter-spacing: 0;
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(44px, 6.5vw, 82px);
  line-height: 1.01;
  font-weight: 800;
}
.hero-copy {
  max-width: 665px;
  margin: 28px 0 0;
  color: #d2dee8;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button-light { background: #fff; border-color: #fff; color: var(--navy); }
.button-light:hover { background: #eaf2f7; border-color: #eaf2f7; }
.button-ghost { border-color: rgba(255,255,255,.46); background: rgba(8,29,52,.25); }
.button-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.hero-signals {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 24px;
  color: #bfccd8;
  font-size: 12px;
  font-weight: 600;
}
.hero-signals span { display: inline-flex; align-items: center; gap: 11px; }
.hero-signals span:not(:last-child)::after { content: ""; width: 4px; height: 4px; background: var(--amber); }

.section-shell { width: min(var(--shell), calc(100% - 40px)); margin: auto; }
.intro-band { padding: 88px 0; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.intro-grid h2, .section-heading h2, .delivery-intro h2, .managed-grid h2, .partner-copy h2, .contact-grid h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(31px, 4vw, 50px);
  line-height: 1.12;
}
.intro-copy > p, .large-copy {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.proof-row {
  margin-top: 36px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.proof-row strong, .proof-row span { display: block; }
.proof-row strong { color: var(--navy); font-size: 16px; }
.proof-row span { margin-top: 3px; color: var(--muted); font-size: 12px; }

.section { padding: 104px 0; }
.section-heading {
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  align-items: end;
}
.section-heading h2 { max-width: 700px; }
.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.service-list { border-top: 1px solid var(--line); }
.service-row {
  min-height: 138px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 55px 260px 1fr 105px;
  gap: 28px;
  align-items: center;
}
.service-index { color: #8ca0b3; font-size: 12px; font-weight: 700; }
.service-title { display: flex; align-items: center; gap: 14px; }
.service-title svg { width: 23px; color: var(--blue); }
.service-title h3 { margin: 0; color: var(--navy); font-size: 18px; }
.service-row > p { margin: 0; color: var(--muted); font-size: 14px; }
.service-row > a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: var(--blue);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.service-row > a svg { width: 15px; }

.technology-section { padding: 104px 0; background: var(--navy); color: #fff; }
.section-heading.inverted h2 { color: #fff; }
.section-heading.inverted > p { color: #b8c7d4; }
.tech-tabs {
  display: flex;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.tech-tab {
  flex: 0 0 auto;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #9fb1c1;
  padding: 14px 22px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.tech-tab.active { color: #fff; border-bottom-color: var(--amber); }
.tech-panel {
  padding: 52px 0 12px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px 70px;
}
.tech-lead { grid-row: span 2; }
.tech-kicker { margin: 0 0 14px; color: #70d1d1; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; }
.tech-lead h3 { margin: 0; font-size: clamp(28px, 3.2vw, 43px); line-height: 1.16; }
.tech-lead > p:last-child { max-width: 600px; margin: 23px 0 0; color: #b8c7d4; font-size: 15px; line-height: 1.75; }
.tech-detail, .stack-block { border-left: 2px solid rgba(255,255,255,.2); padding-left: 26px; }
.tech-detail h4, .stack-block h4 { margin: 0 0 14px; color: var(--amber); font-size: 11px; text-transform: uppercase; letter-spacing: 1.3px; }
.tech-detail ul { margin: 0; padding-left: 18px; color: #e2eaf0; font-size: 13px; line-height: 1.7; }
.stack-block p { margin: 0; color: #b8c7d4; font-size: 12px; line-height: 1.7; }

.industry-section { background: var(--pale); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-grid article { min-height: 235px; padding: 29px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.industry-grid svg { color: var(--teal); width: 26px; }
.industry-grid h3 { margin: 28px 0 10px; color: var(--navy); font-size: 16px; }
.industry-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.delivery-section { padding: 104px 0; background: var(--navy-2); color: #fff; }
.delivery-section .section-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.delivery-intro h2 { color: #fff; }
.delivery-intro > p:last-child { color: #b9c8d4; font-size: 15px; line-height: 1.75; }
.delivery-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.delivery-steps li {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 25px;
}
.delivery-steps > li > span { color: var(--amber); font-size: 12px; font-weight: 800; }
.delivery-steps h3 { margin: 0 0 7px; font-size: 18px; }
.delivery-steps p { margin: 0; color: #b9c8d4; font-size: 13px; }

.managed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.managed-grid .button { margin-top: 30px; }
.managed-list { border-top: 1px solid var(--line); }
.managed-list > div { padding: 24px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 36px 1fr; gap: 16px; }
.managed-list svg { width: 23px; color: var(--blue); }
.managed-list strong, .managed-list span { display: block; }
.managed-list strong { margin-bottom: 5px; color: var(--navy); font-size: 14px; }
.managed-list span { color: var(--muted); font-size: 13px; }

.partner-section { padding: 104px 0; background: #0a4f82; color: #fff; }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.partner-copy h2 { color: #fff; }
.partner-copy > p:last-child { color: #d2e1eb; font-size: 16px; line-height: 1.75; }
.partner-points { border-top: 1px solid rgba(255,255,255,.25); }
.partner-points > div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.25); display: grid; grid-template-columns: 110px 1fr; gap: 25px; }
.partner-points span { color: var(--amber); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.partner-points p { margin: 0; color: #d2e1eb; font-size: 14px; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.download-links { margin-top: 32px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.download-links a { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 13px; font-weight: 700; text-decoration: none; }
.download-links svg { width: 18px; }
.contact-form { padding: 32px; background: var(--pale); border: 1px solid var(--line); }
.contact-form label { display: block; margin-bottom: 17px; color: var(--navy); font-size: 12px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #c9d8e3;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 12px;
  outline: none;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,102,184,.1); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.form-note code { color: var(--navy); }

.cloud-platform-section { padding-top: 0; }
.cloud-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.cloud-platform-card {
  min-height: 390px;
  padding: 42px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  background: #fff;
}
.platform-label {
  width: fit-content;
  margin: 0 0 28px;
  padding: 7px 10px;
  background: var(--pale);
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.cloud-platform-card h3 {
  max-width: 480px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
}
.cloud-platform-card > p:not(.platform-label) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.platform-points {
  margin: 26px 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 20px;
  list-style: none;
  color: #31475b;
  font-size: 12px;
  font-weight: 700;
}
.platform-points li { display: flex; align-items: center; gap: 8px; }
.platform-points li::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; background: var(--teal); }
.cloud-platform-card .button { align-self: flex-start; margin-top: auto; }

.service-page-hero {
  padding: 104px 0 94px;
  background:
    radial-gradient(circle at 82% 20%, rgba(0,163,163,.22), transparent 28%),
    linear-gradient(135deg, #061728 0%, var(--navy-2) 100%);
  color: #fff;
}
.breadcrumb {
  margin: 0 0 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #a9bac9;
  font-size: 12px;
}
.breadcrumb a { color: #fff; text-decoration: none; }
.service-page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(43px, 6vw, 72px);
  line-height: 1.04;
}
.service-page-hero .hero-copy { max-width: 760px; }
.service-page-signals {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.2);
  border-left: 1px solid rgba(255,255,255,.2);
}
.service-page-signals div {
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.service-page-signals strong,
.service-page-signals span { display: block; }
.service-page-signals strong { color: #fff; font-size: 14px; }
.service-page-signals span { margin-top: 4px; color: #a9bac9; font-size: 11px; }
.offering-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.offering-card {
  min-height: 285px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.offering-card svg { width: 25px; color: var(--blue); }
.offering-card h3 { margin: 34px 0 12px; color: var(--navy); font-size: 18px; }
.offering-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.architecture-section { background: var(--pale); }
.architecture-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.architecture-grid h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(31px, 4vw, 50px);
  line-height: 1.12;
}
.architecture-list { border-top: 1px solid var(--line); }
.architecture-list > div {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
}
.architecture-list span { color: var(--blue); font-size: 12px; font-weight: 800; }
.architecture-list h3 { margin: 0 0 7px; color: var(--navy); font-size: 17px; }
.architecture-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-cta { padding: 86px 0; background: #0a4f82; color: #fff; }
.service-cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.service-cta h2 { max-width: 780px; margin: 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.13; }
.service-cta p { max-width: 720px; margin: 18px 0 0; color: #d2e1eb; }

.site-footer { padding: 74px 0 24px; background: #061728; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 70px; }
.brand-light { color: #fff; }
.brand-light small { color: #a9bac9; }
.footer-brand p { max-width: 330px; margin: 22px 0 0; color: #a9bac9; font-size: 13px; }
.footer-grid h3 { margin: 0 0 18px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1.2px; }
.footer-grid > div > a:not(.brand) { display: block; margin: 10px 0; color: #a9bac9; text-decoration: none; font-size: 12px; }
.footer-grid > div > a:hover { color: #fff; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; color: #8095a6; font-size: 10px; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .mobile-nav {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 0;
    width: min(360px, 90vw);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px;
    background: #fff;
    border-left: 1px solid var(--line);
    transform: scaleX(0);
    transform-origin: right;
    visibility: hidden;
    pointer-events: none;
    transition: transform .25s, visibility 0s linear .25s;
  }
  .mobile-nav.open {
    transform: scaleX(1);
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .mobile-nav a { padding: 16px 5px; border-bottom: 1px solid var(--line); color: var(--navy); text-decoration: none; font-size: 14px; font-weight: 700; }
  .service-row { grid-template-columns: 40px 230px 1fr; }
  .service-row > a { grid-column: 3; justify-content: flex-start; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-header { height: 68px; }
  .header-inner, .section-shell, .hero-content { width: min(100% - 30px, var(--shell)); }
  .desktop-only, .header-actions .button-small { display: none; }
  .mobile-nav { top: 68px; }
  .hero { height: calc(100vh - 120px); min-height: 580px; max-height: 724px; align-items: flex-end; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,21,39,.98) 0%, rgba(5,21,39,.9) 62%, rgba(5,21,39,.25) 100%); }
  .hero-content { padding: 42px 0 30px; }
  .hero h1 { font-size: clamp(39px, 11.5vw, 52px); }
  .hero-copy { margin-top: 20px; font-size: 15px; line-height: 1.55; }
  .hero-actions { margin-top: 25px; }
  .hero-actions .button-ghost { display: none; }
  .hero-signals { display: none; }
  .intro-band, .section, .technology-section, .delivery-section, .partner-section { padding: 74px 0; }
  .intro-grid, .section-heading, .managed-grid, .partner-grid, .contact-grid, .delivery-section .section-shell { grid-template-columns: 1fr; gap: 36px; }
  .proof-row { gap: 10px; }
  .service-row { min-height: auto; grid-template-columns: 32px 1fr; gap: 10px 14px; }
  .service-title { grid-column: 2; }
  .service-row > p, .service-row > a { grid-column: 2; }
  .tech-panel { grid-template-columns: 1fr; }
  .tech-lead { grid-row: auto; }
  .tech-detail, .stack-block { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 22px 0 0; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-grid article { min-height: 190px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; }
  .cloud-platform-grid, .offering-grid, .architecture-grid, .service-cta-grid { grid-template-columns: 1fr; }
  .cloud-platform-card { min-height: 0; padding: 30px; }
  .offering-card { min-height: 0; }
  .architecture-grid { gap: 40px; }
  .service-page-hero { padding: 78px 0 70px; }
  .service-page-signals { grid-template-columns: 1fr; }
  .service-cta-grid { gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
  .brand small { display: none; }
  .hero-actions .button { width: 100%; }
  .proof-row { grid-template-columns: 1fr; }
  .proof-row > div { padding: 8px 0; }
  .platform-points { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
