:root {
  --navy: #063f54;
  --navy-deep: #032f40;
  --blue: #143c8b;
  --cyan: #03a9de;
  --ice: #a9c9d8;
  --mist: #eef5f8;
  --text: #263746;
  --muted: #607281;
  --white: #fff;
  --shadow: 0 22px 60px rgba(4, 42, 58, .14);
  --radius: 22px;
}
* { 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(--text); background: #fff; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(3,63,84,.1); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 190px; height: 72px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; color: #264153; }
.site-nav a { text-decoration: none; font-size: .95rem; }
.site-nav a:hover { color: var(--cyan); }
.nav-cta { background: var(--navy); color: #fff !important; padding: 11px 18px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 5px; }
.hero { min-height: 820px; padding: 180px 0 100px; position: relative; overflow: hidden; display: grid; align-items: center; color: #fff; background: linear-gradient(120deg, var(--navy-deep), var(--navy)); }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 82%); }
.hero::after { content: ""; position: absolute; right: -10%; top: -18%; width: 58%; height: 120%; background: linear-gradient(145deg, rgba(169,201,216,.9), rgba(3,169,222,.1)); clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 70%); }
.hero-shape { position: absolute; border: 1px solid rgba(255,255,255,.5); transform: rotate(45deg); }
.hero-shape-one { width: 360px; height: 360px; right: 10%; top: 20%; }
.hero-shape-two { width: 170px; height: 170px; right: 33%; bottom: -70px; background: rgba(255,255,255,.07); }
.hero-content { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; color: #bfe8f7; }
.eyebrow.dark { color: var(--cyan); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .98; letter-spacing: -.055em; }
.hero-copy { max-width: 670px; font-size: 1.22rem; color: #d9e8ee; margin: 28px 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.button-primary { background: var(--cyan); color: #fff; }
.button-secondary { border: 1px solid rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.05); }
.full { width: 100%; }
.hero-stats { display: flex; gap: 44px; margin-top: 70px; }
.hero-stats div { display: grid; }
.hero-stats strong { font-size: 1.55rem; }
.hero-stats span { font-size: .84rem; color: #b8d0da; }
.section { padding: 110px 0; }
.split-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(2.25rem, 4vw, 3.8rem); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); }
.section-heading.centered { text-align: center; max-width: 820px; margin: 0 auto 58px; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.section-heading.light h2, .section-heading.light > p:last-child { color: #fff; }
.about { background: linear-gradient(180deg, #fff, #f5fafc); }
.about-copy .lead { font-size: 1.35rem; color: #29485a; margin-top: 0; }
.about-copy > p { color: var(--muted); }
.feature-row { margin-top: 42px; display: grid; gap: 26px; }
.feature-item { display: grid; grid-template-columns: 56px 1fr; gap: 18px; }
.feature-icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: var(--navy); color: #fff; font-weight: 900; }
.feature-item h3 { margin: 0 0 4px; color: var(--navy); }
.feature-item p { margin: 0; color: var(--muted); }
.objectives { position: relative; overflow: hidden; background: var(--navy); }
.objectives::before { content: ""; position: absolute; width: 420px; height: 420px; background: var(--ice); right: -180px; top: -220px; transform: rotate(45deg); opacity: .8; }
.objective-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.objective-card { border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 44px; color: #d9e8ee; background: rgba(255,255,255,.06); }
.objective-card.featured { background: #fff; color: var(--muted); box-shadow: var(--shadow); }
.objective-card h3 { margin: 16px 0 10px; font-size: 1.8rem; color: #fff; }
.objective-card.featured h3 { color: var(--navy); }
.card-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan); color: #fff; font-weight: 900; font-size: 1.3rem; }
.solutions { background: #fff; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.solution-card { min-height: 390px; padding: 30px; border: 1px solid #dce9ef; border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.solution-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.solution-icon { width: 70px; height: 70px; border-radius: 20px; display: grid; place-items: center; background: var(--mist); }
.solution-icon svg { width: 38px; fill: var(--navy); }
.solution-code { margin: 26px 0 4px; color: var(--cyan); font-weight: 900; letter-spacing: .1em; }
.solution-card h3 { margin: 0 0 13px; color: var(--navy); line-height: 1.25; }
.solution-card p:last-child { color: var(--muted); font-size: .94rem; }
.clients { background: var(--navy-deep); position: relative; overflow: hidden; }
.clients::after { content: ""; position: absolute; left: -150px; bottom: -240px; width: 460px; height: 460px; transform: rotate(45deg); border: 60px solid rgba(169,201,216,.15); }
.client-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.client-logo-panel { background: #fff; border-radius: 18px; padding: 16px; box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.client-logo-panel img { width: 100%; border-radius: 10px; }
.contact { position: relative; color: #fff; background: linear-gradient(90deg, rgba(3,47,64,.98) 0 51%, rgba(3,63,84,.95) 51%); overflow: hidden; }
.contact-image { position: absolute; inset: 0 auto 0 0; width: 50%; background: linear-gradient(rgba(3,47,64,.48), rgba(3,47,64,.8)), url('../img/city-buildings.png') center/cover; opacity: .72; }
.contact-layout { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact-intro { padding-right: 30px; }
.contact-intro h2 { font-size: clamp(2.4rem, 4vw, 4.1rem); line-height: 1.06; letter-spacing: -.04em; margin: 0 0 22px; }
.contact-intro > p:last-child { color: #d3e3e9; font-size: 1.1rem; }
.contact-card { background: #fff; color: var(--text); border-radius: var(--radius); padding: 38px; box-shadow: var(--shadow); }
.contact-card address { font-style: normal; }
.contact-item { display: grid; grid-template-columns: 86px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid #e4edf1; }
.contact-item:last-of-type { margin-bottom: 24px; }
.contact-item span { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 900; color: var(--cyan); }
.contact-item p { margin: 0; }
.contact-item a { text-decoration: none; color: var(--navy); font-weight: 700; }
.site-footer { background: #f1f7f9; padding: 24px 0; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .88rem; }
.footer-wrap img { width: 145px; height: 58px; object-fit: contain; }
.footer-wrap a { color: var(--navy); font-weight: 800; text-decoration: none; }
@media (max-width: 980px) {
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .split-layout, .client-layout { grid-template-columns: 1fr; gap: 42px; }
  .contact-layout { gap: 44px; }
  .hero::after { right: -38%; opacity: .55; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 150px; height: 60px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 72px; left: 14px; right: 14px; padding: 22px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 16px; }
  .site-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding: 145px 0 75px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .hero-copy { font-size: 1.05rem; }
  .hero-stats { gap: 24px; flex-wrap: wrap; margin-top: 52px; }
  .section { padding: 78px 0; }
  .split-layout, .objective-grid, .solution-grid, .contact-layout { grid-template-columns: 1fr; }
  .objective-card, .solution-card, .contact-card { padding: 28px; }
  .contact { background: var(--navy); }
  .contact-image { width: 100%; opacity: .22; }
  .contact-intro { padding-right: 0; }
  .client-layout { gap: 34px; }
  .footer-wrap { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* 2026 public positioning refresh */
.intro-band { padding: 76px 0; background: #f4f9fb; border-bottom: 1px solid #e1edf2; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: end; }
.intro-grid h2 { margin: 0; color: var(--navy); font-size: clamp(2.1rem, 3.8vw, 3.5rem); line-height: 1.08; letter-spacing: -.04em; }
.intro-grid > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.product-feature { display: grid; grid-template-columns: 1.2fr .8fr; gap: 58px; align-items: center; padding: 54px 0; border-top: 1px solid #e1ebef; }
.product-feature.reverse { grid-template-columns: .8fr 1.2fr; }
.product-feature.reverse .product-copy { order: 2; }
.product-feature.reverse .workflow-card { order: 1; }
.product-copy h3 { margin: 0 0 18px; color: var(--navy); font-size: clamp(2rem, 3.4vw, 3.15rem); line-height: 1.08; letter-spacing: -.035em; }
.product-copy > p:not(.solution-code) { color: var(--muted); font-size: 1.04rem; }
.capability-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.capability-list span { padding: 8px 12px; border-radius: 999px; background: var(--mist); color: var(--navy); font-size: .82rem; font-weight: 800; }
.workflow-card { min-height: 300px; border-radius: var(--radius); padding: 34px; color: #fff; background: linear-gradient(145deg, var(--navy-deep), var(--navy)); box-shadow: var(--shadow); display: grid; align-content: center; }
.workflow-title { margin: 0 0 24px; color: #bfe8f7; text-transform: uppercase; letter-spacing: .15em; font-size: .74rem; font-weight: 900; }
.workflow-steps { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.workflow-steps span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; background: rgba(255,255,255,.08); font-weight: 800; font-size: .85rem; }
.workflow-steps i { font-style: normal; color: var(--cyan); font-weight: 900; }
.workflow-card > p:last-child { margin: 0; color: #d5e7ed; }
.integration { background: var(--navy-deep); color: #fff; position: relative; overflow: hidden; }
.integration::after { content: ""; position: absolute; width: 420px; height: 420px; right: -230px; top: -150px; transform: rotate(45deg); border: 55px solid rgba(169,201,216,.11); }
.integration-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.integration-panel { border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 30px; background: rgba(255,255,255,.06); }
.integration-node { padding: 16px 18px; text-align: center; border-radius: 14px; background: #fff; color: var(--navy); font-weight: 850; }
.integration-link { height: 64px; display: grid; place-items: center; position: relative; }
.integration-link::before { content: ""; position: absolute; width: 2px; height: 100%; background: rgba(255,255,255,.26); }
.integration-link span { position: relative; z-index: 1; padding: 5px 10px; border-radius: 999px; background: var(--navy-deep); color: #bfe8f7; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.integration-core { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.integration-core div { display: grid; place-items: center; min-height: 110px; border-radius: 16px; background: var(--cyan); }
.integration-core strong { font-size: 1.4rem; }
.integration-core span { margin-top: -24px; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.transaction-grid { position: relative; z-index: 1; margin-top: 54px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.transaction-grid div { padding: 24px; border-top: 2px solid var(--cyan); background: rgba(255,255,255,.06); border-radius: 0 0 14px 14px; }
.transaction-grid strong, .transaction-grid span { display: block; }
.transaction-grid strong { margin-bottom: 8px; color: #fff; }
.transaction-grid span { color: #bfd3dc; font-size: .88rem; }
.industries { background: linear-gradient(180deg,#fff,#f6fafc); }
.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.industry-grid article { padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid #dfeaf0; }
.industry-grid article > span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 900; }
.industry-grid h3 { margin: 22px 0 10px; color: var(--navy); line-height: 1.2; }
.industry-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.why-swift { background: var(--navy); position: relative; overflow: hidden; }
.why-swift::before { content: ""; position: absolute; left: -180px; bottom: -240px; width: 470px; height: 470px; transform: rotate(45deg); border: 60px solid rgba(169,201,216,.12); }
.value-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.value-grid article { padding: 28px; border-radius: var(--radius); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); color: #cfe1e8; }
.value-grid h3 { margin: 20px 0 10px; color: #fff; line-height: 1.2; }
.value-grid p { margin: 0; font-size: .91rem; }
.secondary-solutions { background: #fff; }
.solution-grid.compact { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 800px; margin: 0 auto; }
.solution-grid.compact .solution-card { min-height: 330px; }
.contact-label { margin: 0 0 16px; color: var(--navy); font-weight: 900; font-size: 1.05rem; }
@media (max-width: 1050px) {
  .industry-grid, .value-grid, .transaction-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 980px) {
  .intro-grid, .integration-layout, .product-feature, .product-feature.reverse { grid-template-columns: 1fr; gap: 38px; }
  .product-feature.reverse .product-copy, .product-feature.reverse .workflow-card { order: initial; }
}
@media (max-width: 760px) {
  .site-nav { max-height: calc(100vh - 90px); overflow-y: auto; }
  .intro-band { padding: 58px 0; }
  .intro-grid, .industry-grid, .value-grid, .transaction-grid, .solution-grid.compact { grid-template-columns: 1fr; }
  .product-feature { padding: 42px 0; }
  .workflow-card { min-height: auto; }
  .integration-panel { padding: 22px; }
  .integration-core { grid-template-columns: 1fr 1fr; }
}
