@import url("/shipping-mobile-menu.css");

:root {
  --spl2-ink: #0b2538;
  --spl2-navy: #071d2d;
  --spl2-blue: #174f72;
  --spl2-teal: #0a8793;
  --spl2-teal-dark: #08717a;
  --spl2-cyan: #71dbe1;
  --spl2-brass: #b88947;
  --spl2-paper: #f5f7f7;
  --spl2-white: #ffffff;
  --spl2-muted: #60727e;
  --spl2-line: #d8e0e4;
  --spl2-soft: #eaf0f2;
  --spl2-shell: 1240px;
}

:where(body, button, input, select, textarea) {
  font-family: Aptos, "Aptos Display", "Segoe UI", Arial, sans-serif !important;
}

:where(h1, h2, h3, h4, .brand-name) {
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif !important;
}

.spl-extension-link {
  color: #245a82 !important;
  font-weight: 800 !important;
}

.spl-ai-link {
  color: #087f8c !important;
}

.site-header .desktop-nav {
  gap: clamp(7px, .9vw, 14px);
  white-space: nowrap;
  font-size: 12px;
}

.site-header .desktop-nav .spl-extension-link,
.site-header .desktop-nav .account-link {
  white-space: nowrap;
}

.spl-extension-row {
  border-top: 3px solid #6f9fbd !important;
}

.spl-ai-row {
  border-top-color: #20bfcc !important;
  background: linear-gradient(90deg, rgba(32, 191, 204, .07), transparent 35%);
}

.footer-links a[href="/ships-flags/"],
.footer-links a[href="/vessel-universe/"] {
  color: #b9d2e2;
  font-weight: 750;
}

.spl-home-v2 {
  overflow-x: hidden;
  color: var(--spl2-ink);
  background: var(--spl2-paper);
}

.spl-home-v2 *,
.spl-home-v2 *::before,
.spl-home-v2 *::after {
  box-sizing: border-box;
}

.spl-home-v2 .site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(11, 37, 56, .11);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 28px rgba(7, 29, 45, .045);
  backdrop-filter: blur(18px);
}

.spl-home-v2 .site-header .header-inner {
  width: min(calc(100% - 48px), var(--spl2-shell));
  min-height: 78px;
  margin: 0 auto;
}

.spl-home-v2 .site-header .brand {
  color: var(--spl2-ink);
}

.spl-home-v2 .site-header .brand-rule {
  background: var(--spl2-brass);
}

.spl-home-v2 .site-header .brand-credit {
  color: #687986;
  letter-spacing: .08em;
}

.spl-home-v2 .desktop-nav {
  gap: clamp(8px, 1vw, 16px);
  font-size: 12px;
}

.spl-home-v2 .spl-extension-link {
  position: relative;
  color: #36556b !important;
  letter-spacing: .01em;
  font-weight: 720 !important;
}

.spl-home-v2 .spl-extension-link:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--spl2-teal);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}

.spl-home-v2 .spl-extension-link:not(.nav-cta):hover::after,
.spl-home-v2 .spl-extension-link[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.spl-home-v2 .spl-ai-link {
  color: var(--spl2-teal-dark) !important;
}

.spl-home-v2 .nav-cta {
  padding: 10px 14px;
  border: 1px solid var(--spl2-navy);
  border-radius: 4px;
  color: #fff !important;
  background: var(--spl2-navy);
}

.spl-home-v2 .nav-cta:hover {
  border-color: var(--spl2-teal-dark);
  background: var(--spl2-teal-dark);
}

.spl-home-v2 .account-link {
  color: var(--spl2-ink);
  font-weight: 800;
}

.spl-home-v2 .mobile-menu nav {
  background: #fff;
}

.spl-home-v2 .mobile-menu nav .spl-extension-link {
  color: #24475f !important;
}

.spl-home-v2 .mobile-menu nav .spl-ai-link {
  color: var(--spl2-teal-dark) !important;
}

.spl2-main {
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--spl2-paper);
}

.spl2-shell {
  width: min(calc(100% - 56px), var(--spl2-shell));
  margin-right: auto;
  margin-left: auto;
}

.spl2-hero {
  position: relative;
  isolation: isolate;
  padding: 68px 0 64px;
  border-bottom: 1px solid var(--spl2-line);
  background:
    radial-gradient(circle at 12% 16%, rgba(10, 135, 147, .09), transparent 26%),
    linear-gradient(180deg, #f8faf9 0%, #f2f5f5 100%);
}

.spl2-hero::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(10, 135, 147, .6), transparent);
}

.spl2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr);
  align-items: center;
  gap: clamp(42px, 5vw, 78px);
}

.spl2-hero-copy {
  position: relative;
  z-index: 2;
}

.spl2-kicker,
.spl2-eyebrow {
  margin: 0 0 18px;
  color: var(--spl2-teal-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.4;
}

.spl2-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
}

.spl2-kicker > span {
  width: 28px;
  height: 2px;
  background: var(--spl2-teal);
}

.spl2-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--spl2-ink);
  font-size: clamp(50px, 5.2vw, 70px);
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: .99;
  text-wrap: balance;
}

.spl2-hero-lead {
  max-width: 690px;
  margin: 26px 0 0;
  color: #4e6574;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.62;
}

.spl2-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.spl2-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.25;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

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

.spl2-button-primary {
  color: #fff !important;
  background: var(--spl2-navy);
  box-shadow: 0 12px 30px rgba(7, 29, 45, .16);
}

.spl2-button-primary:hover {
  background: var(--spl2-teal-dark);
}

.spl2-button-quiet {
  border-color: #b8c5cc;
  color: var(--spl2-ink) !important;
  background: rgba(255, 255, 255, .58);
}

.spl2-button-quiet:hover {
  border-color: var(--spl2-teal);
  background: #fff;
}

.spl2-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0;
  margin: 28px 0 0;
  color: #536b79;
  list-style: none;
  font-size: 12px;
  line-height: 1.5;
}

.spl2-hero-trust li {
  position: relative;
  padding-left: 17px;
}

.spl2-hero-trust li::before {
  position: absolute;
  top: .45em;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid rgba(10, 135, 147, .3);
  border-radius: 50%;
  content: "";
  background: var(--spl2-teal);
}

.spl2-hero-product {
  position: relative;
  display: block;
  min-height: 530px;
  overflow: hidden;
  border: 1px solid rgba(111, 155, 178, .34);
  border-radius: 6px;
  color: #fff !important;
  background: var(--spl2-navy);
  box-shadow: 0 30px 60px rgba(7, 29, 45, .17);
  text-decoration: none !important;
}

.spl2-hero-product::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(4, 22, 37, .2), rgba(4, 22, 37, .12) 35%, rgba(4, 22, 37, .94) 100%),
    linear-gradient(90deg, rgba(4, 22, 37, .22), transparent 70%);
}

.spl2-hero-product img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.spl2-hero-product:hover img {
  transform: scale(1.025);
}

.spl2-product-top {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
  color: #dceff3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.spl2-product-top b {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #a6f4f6;
  font-size: 10px;
}

.spl2-product-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #61edf2;
  box-shadow: 0 0 14px rgba(97, 237, 242, .9);
}

.spl2-product-copy {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 120px;
  left: 28px;
}

.spl2-product-copy > p {
  margin: 0 0 10px;
  color: #8be8ec;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
}

.spl2-product-copy h2 {
  max-width: 500px;
  margin: 0;
  color: #fff;
  font-size: clamp(29px, 3vw, 43px);
  font-weight: 670;
  letter-spacing: -.03em;
  line-height: 1.04;
}

.spl2-product-copy > span {
  display: block;
  margin-top: 14px;
  color: #d3e3e9;
  font-size: 13px;
  font-weight: 650;
}

.spl2-product-stats {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .18);
  background: rgba(4, 22, 37, .72);
  backdrop-filter: blur(12px);
}

.spl2-product-stats span {
  display: flex;
  min-height: 86px;
  flex-direction: column;
  justify-content: center;
  padding: 14px 18px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  color: #b9ced6;
  font-size: 10px;
  line-height: 1.35;
}

.spl2-product-stats span:last-child {
  border-right: 0;
}

.spl2-product-stats strong {
  margin-bottom: 2px;
  color: #fff;
  font-size: 26px;
  font-weight: 650;
}

.spl2-proof {
  background: #fff;
}

.spl2-proof-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.spl2-proof-grid > div {
  display: flex;
  min-height: 124px;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(16px, 2.2vw, 32px);
  border-right: 1px solid var(--spl2-line);
}

.spl2-proof-grid > div:first-child {
  border-left: 1px solid var(--spl2-line);
}

.spl2-proof-grid strong {
  color: var(--spl2-ink);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.spl2-proof-grid span {
  max-width: 150px;
  margin-top: 4px;
  color: var(--spl2-muted);
  font-size: 11px;
  line-height: 1.35;
}

.spl2-section {
  padding: 96px 0;
}

.spl2-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 44px;
}

.spl2-section-head h2,
.spl2-ai-copy > h2,
.spl2-method-copy > h2,
.spl2-faq-intro > h2 {
  max-width: 760px;
  margin: 0;
  color: var(--spl2-ink);
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 690;
  letter-spacing: -.04em;
  line-height: 1.04;
  text-wrap: balance;
}

.spl2-section-head > p {
  max-width: 470px;
  margin: 0;
  color: var(--spl2-muted);
  font-size: 15px;
  line-height: 1.7;
}

.spl2-outcomes {
  background: var(--spl2-paper);
}

.spl2-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfd9dd;
  border-left: 1px solid #cfd9dd;
}

.spl2-outcome-card {
  min-height: 270px;
  padding: 30px 30px 34px;
  border-right: 1px solid #cfd9dd;
  border-bottom: 1px solid #cfd9dd;
  background: rgba(255, 255, 255, .43);
  transition: background .2s ease, transform .2s ease;
}

.spl2-outcome-card:hover {
  z-index: 1;
  background: #fff;
  transform: translateY(-2px);
}

.spl2-outcome-card > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9d5da;
  border-radius: 50%;
  color: var(--spl2-teal-dark);
  font-size: 10px;
  font-weight: 800;
}

.spl2-outcome-card h3 {
  margin: 42px 0 12px;
  color: var(--spl2-ink);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.02em;
}

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

.spl2-path {
  padding: 96px 0 104px;
  color: #fff;
  background:
    linear-gradient(rgba(98, 218, 226, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 218, 226, .05) 1px, transparent 1px),
    var(--spl2-navy);
  background-size: 72px 72px;
}

.spl2-section-head-light h2 {
  color: #fff;
}

.spl2-section-head-light > p {
  color: #aabfc9;
}

.spl2-path .spl2-eyebrow {
  color: #77dce1;
}

.spl2-stage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.spl2-stage-card {
  display: flex;
  min-height: 385px;
  flex-direction: column;
  padding: 28px 25px 24px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .025);
}

.spl2-stage-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.spl2-stage-top > span {
  color: #79dce2;
  font-size: 12px;
  font-weight: 850;
}

.spl2-stage-top > small {
  color: #8fa7b3;
  text-align: right;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.spl2-stage-card h3 {
  margin: 50px 0 12px;
  color: #fff;
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -.025em;
}

.spl2-stage-card > p {
  margin: 0;
  color: #a9bec8;
  font-size: 13px;
  line-height: 1.65;
}

.spl2-stage-links {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: auto;
  padding-top: 28px;
}

.spl2-stage-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: #e5f1f3 !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 700;
}

.spl2-stage-links a:hover {
  color: #7ce2e7 !important;
}

.spl2-ai {
  padding: 110px 0;
  color: #fff;
  background: #04141f;
}

.spl2-ai-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: start;
  gap: clamp(46px, 6vw, 84px);
}

.spl2-ai-visual {
  position: sticky;
  top: 108px;
  overflow: hidden;
  border: 1px solid rgba(109, 218, 225, .26);
  border-radius: 5px;
  background: #071d2d;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .32);
}

.spl2-ai-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 0 8px rgba(4, 20, 31, .25);
  pointer-events: none;
}

.spl2-ai-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: .91;
}

.spl2-ai-visual-head {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(4, 20, 31, .82);
  color: #cbe3e7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  backdrop-filter: blur(10px);
}

.spl2-ai-visual-head b {
  color: #74e0e5;
}

.spl2-ai-legend {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(4, 20, 31, .84);
  backdrop-filter: blur(10px);
}

.spl2-ai-legend span {
  padding: 14px 8px;
  border-right: 1px solid rgba(255, 255, 255, .13);
  color: #b8d1d8;
  text-align: center;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}

.spl2-ai-copy .spl2-eyebrow {
  color: #77dce1;
}

.spl2-ai-copy > h2 {
  color: #fff;
}

.spl2-ai-intro {
  margin: 25px 0 0;
  color: #a9bec8;
  font-size: 16px;
  line-height: 1.72;
}

.spl2-ai-steps {
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
}

.spl2-ai-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 17px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.spl2-ai-steps li > span {
  padding-top: 3px;
  color: #6edce2;
  font-size: 10px;
  font-weight: 850;
}

.spl2-ai-steps h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 17px;
  font-weight: 680;
}

.spl2-ai-steps p {
  margin: 0;
  color: #9fb5bf;
  font-size: 13px;
  line-height: 1.62;
}

.spl2-ai-note {
  padding: 18px 20px;
  margin-top: 8px;
  border-left: 3px solid var(--spl2-brass);
  background: rgba(255, 255, 255, .055);
}

.spl2-ai-note strong {
  color: #e9d0ac;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
}

.spl2-ai-note p {
  margin: 7px 0 0;
  color: #a9bec8;
  font-size: 12px;
  line-height: 1.6;
}

.spl2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--spl2-ink) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
}

.spl2-text-link:hover {
  color: var(--spl2-teal-dark) !important;
}

.spl2-text-link-light {
  margin-top: 28px;
  color: #fff !important;
}

.spl2-text-link-light:hover {
  color: #76e2e7 !important;
}

.spl2-library {
  background: #f8f9f8;
}

.spl2-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.spl2-module-card {
  position: relative;
  display: flex;
  min-height: 380px;
  flex-direction: column;
  padding: 25px 25px 22px;
  border: 1px solid #d4dde1;
  border-radius: 4px;
  color: var(--spl2-ink) !important;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 29, 45, .035);
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.spl2-module-card:hover {
  border-color: #9eb7c2;
  box-shadow: 0 18px 36px rgba(7, 29, 45, .08);
  transform: translateY(-3px);
}

.spl2-module-featured {
  border-color: #398a96;
  color: #fff !important;
  background:
    radial-gradient(circle at 90% 5%, rgba(85, 229, 236, .17), transparent 35%),
    var(--spl2-navy);
}

.spl2-module-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.spl2-module-top > span {
  color: var(--spl2-teal-dark);
  font-size: 11px;
  font-weight: 850;
}

.spl2-module-top > small {
  color: #768894;
  text-align: right;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .11em;
}

.spl2-module-featured .spl2-module-top > span,
.spl2-module-featured .spl2-module-top > small {
  color: #79e2e7;
}

.spl2-module-card h3 {
  margin: 48px 0 13px;
  color: inherit;
  font-size: 27px;
  font-weight: 680;
  letter-spacing: -.03em;
  line-height: 1.06;
}

.spl2-module-card > p {
  margin: 0;
  color: var(--spl2-muted);
  font-size: 13px;
  line-height: 1.68;
}

.spl2-module-featured > p {
  color: #afc5ce;
}

.spl2-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 25px;
}

.spl2-tags span {
  padding: 6px 8px;
  border: 1px solid #dce4e7;
  border-radius: 99px;
  color: #607582;
  background: #f7f9f9;
  font-size: 9px;
  font-weight: 750;
}

.spl2-module-featured .spl2-tags span {
  border-color: rgba(117, 225, 232, .25);
  color: #bce9ec;
  background: rgba(104, 223, 231, .08);
}

.spl2-module-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  margin-top: auto;
  border-top: 1px solid #e0e6e8;
  color: #617783;
  font-size: 10px;
  font-weight: 700;
}

.spl2-module-meta b {
  color: var(--spl2-teal-dark);
  font-size: 16px;
}

.spl2-module-featured .spl2-module-meta {
  border-top-color: rgba(255, 255, 255, .14);
  color: #a9c2cb;
}

.spl2-module-featured .spl2-module-meta b {
  color: #77e2e7;
}

.spl2-section-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.spl2-method {
  padding: 100px 0;
  border-top: 1px solid var(--spl2-line);
  border-bottom: 1px solid var(--spl2-line);
  background: #fff;
}

.spl2-method-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(450px, 1.06fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.spl2-method-copy > p:not(.spl2-eyebrow) {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--spl2-muted);
  font-size: 15px;
  line-height: 1.72;
}

.spl2-method-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--spl2-line);
  border-left: 1px solid var(--spl2-line);
}

.spl2-method-steps span {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border-right: 1px solid var(--spl2-line);
  border-bottom: 1px solid var(--spl2-line);
  color: #4e6573;
  font-size: 11px;
  font-weight: 700;
}

.spl2-method-steps b {
  color: var(--spl2-teal-dark);
  font-size: 9px;
}

.spl2-case {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #193e56;
  border-radius: 5px;
  color: #fff;
  background:
    linear-gradient(rgba(95, 210, 219, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 210, 219, .055) 1px, transparent 1px),
    var(--spl2-navy);
  background-size: 52px 52px;
  box-shadow: 0 25px 55px rgba(7, 29, 45, .14);
}

.spl2-case-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  color: #89dce1;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
}

.spl2-case-head b {
  color: #e1c293;
}

.spl2-case h3 {
  margin: 30px 0 24px;
  color: #fff;
  font-size: 30px;
  font-weight: 670;
  letter-spacing: -.03em;
}

.spl2-case dl {
  margin: 0;
}

.spl2-case dl > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.spl2-case dt {
  color: #a9bec8;
  font-size: 11px;
}

.spl2-case dd {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
}

.spl2-case-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 17px 12px;
  margin-top: 23px;
  border: 1px solid rgba(116, 221, 228, .22);
  background: rgba(101, 218, 226, .07);
}

.spl2-case-flow span {
  color: #d1e4e7;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
}

.spl2-case-flow i {
  color: #70dae0;
  font-size: 11px;
  font-style: normal;
}

.spl2-case > p {
  margin: 19px 0 0;
  color: #aabfc8;
  font-size: 12px;
  line-height: 1.65;
}

.spl2-audience {
  background: var(--spl2-paper);
}

.spl2-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfd9dd;
  border-left: 1px solid #cfd9dd;
}

.spl2-audience-grid article {
  min-height: 290px;
  padding: 30px 24px;
  border-right: 1px solid #cfd9dd;
  border-bottom: 1px solid #cfd9dd;
}

.spl2-audience-grid article > span {
  color: var(--spl2-teal-dark);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
}

.spl2-audience-grid h3 {
  margin: 52px 0 13px;
  color: var(--spl2-ink);
  font-size: 24px;
  font-weight: 680;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.spl2-audience-grid p {
  margin: 0;
  color: var(--spl2-muted);
  font-size: 13px;
  line-height: 1.67;
}

.spl2-tools {
  padding: 100px 0;
  background: #e8edef;
}

.spl2-tool-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #c6d1d6;
  border-left: 1px solid #c6d1d6;
}

.spl2-tool-grid > a {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 25px 22px;
  border-right: 1px solid #c6d1d6;
  border-bottom: 1px solid #c6d1d6;
  color: var(--spl2-ink) !important;
  background: rgba(255, 255, 255, .32);
  text-decoration: none !important;
  transition: background .2s ease, transform .2s ease;
}

.spl2-tool-grid > a:hover {
  z-index: 1;
  background: #fff;
  transform: translateY(-2px);
}

.spl2-tool-grid > a > span {
  color: #6b808c;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.5;
}

.spl2-tool-grid h3 {
  margin: 50px 0 13px;
  color: var(--spl2-ink);
  font-size: 22px;
  font-weight: 680;
  letter-spacing: -.025em;
}

.spl2-tool-grid p {
  margin: 0;
  color: var(--spl2-muted);
  font-size: 12px;
  line-height: 1.65;
}

.spl2-tool-grid b {
  margin-top: auto;
  color: var(--spl2-teal-dark);
  font-size: 19px;
}

.spl2-faq {
  background: #fff;
}

.spl2-faq-grid {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(55px, 8vw, 115px);
}

.spl2-faq-intro {
  position: sticky;
  top: 112px;
}

.spl2-faq-intro > p:not(.spl2-eyebrow) {
  margin: 23px 0 0;
  color: var(--spl2-muted);
  font-size: 14px;
  line-height: 1.72;
}

.spl2-faq-intro .spl2-text-link {
  margin-top: 28px;
}

.spl2-faq-list {
  border-top: 1px solid var(--spl2-line);
}

.spl2-faq-list details {
  border-bottom: 1px solid var(--spl2-line);
}

.spl2-faq-list summary {
  display: flex;
  min-height: 78px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 4px;
  color: var(--spl2-ink);
  list-style: none;
  font-size: 17px;
  font-weight: 690;
}

.spl2-faq-list summary::-webkit-details-marker {
  display: none;
}

.spl2-faq-list summary i {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.spl2-faq-list summary i::before,
.spl2-faq-list summary i::after {
  position: absolute;
  top: 9px;
  right: 2px;
  left: 2px;
  height: 2px;
  content: "";
  background: var(--spl2-teal-dark);
  transition: transform .2s ease;
}

.spl2-faq-list summary i::after {
  transform: rotate(90deg);
}

.spl2-faq-list details[open] summary i::after {
  transform: rotate(0);
}

.spl2-faq-list details > p {
  max-width: 720px;
  padding: 0 48px 24px 4px;
  margin: -3px 0 0;
  color: var(--spl2-muted);
  font-size: 14px;
  line-height: 1.72;
}

.spl2-final {
  padding: 82px 0 24px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 18%, rgba(91, 220, 228, .13), transparent 25%),
    var(--spl2-navy);
}

.spl2-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 60px;
}

.spl2-final .spl2-eyebrow {
  color: #77dce1;
}

.spl2-final h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 680;
  letter-spacing: -.045em;
  line-height: 1;
}

.spl2-final-grid > div:first-child > p:not(.spl2-eyebrow) {
  max-width: 650px;
  margin: 23px 0 0;
  color: #a9bec8;
  font-size: 15px;
  line-height: 1.7;
}

.spl2-final-actions {
  display: flex;
  min-width: 310px;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.spl2-button-light {
  color: var(--spl2-navy) !important;
  background: #fff;
}

.spl2-button-light:hover {
  background: #dff6f7;
}

.spl2-button-outline-light {
  border-color: rgba(255, 255, 255, .34);
  color: #fff !important;
  background: transparent;
}

.spl2-button-outline-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .07);
}

.spl2-credit {
  width: min(calc(100% - 56px), var(--spl2-shell));
  padding-top: 25px;
  margin: 62px auto 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: #78929e;
  text-align: right;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.spl-home-v2 .site-footer {
  border-top: 0;
}

.spl-home-v2 :where(a, button, summary):focus-visible {
  outline: 3px solid #3fcbd3 !important;
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .spl-home-v2 .desktop-nav {
    gap: 8px;
    font-size: 11px;
  }

  .spl2-hero-grid {
    grid-template-columns: minmax(0, .93fr) minmax(440px, 1.07fr);
    gap: 42px;
  }

  .spl2-hero-product {
    min-height: 500px;
  }

  .spl2-tool-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1020px) {
  .spl2-shell,
  .spl-home-v2 .site-header .header-inner,
  .spl2-credit {
    width: min(calc(100% - 40px), var(--spl2-shell));
  }

  .spl2-hero {
    padding-top: 56px;
  }

  .spl2-hero-grid {
    grid-template-columns: 1fr;
  }

  .spl2-hero-copy {
    max-width: 780px;
  }

  .spl2-hero-product {
    min-height: 520px;
  }

  .spl2-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .spl2-section-head > p {
    max-width: 720px;
  }

  .spl2-proof-grid {
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid var(--spl2-line);
  }

  .spl2-proof-grid > div,
  .spl2-proof-grid > div:first-child {
    min-height: 105px;
    border-right: 1px solid var(--spl2-line);
    border-bottom: 1px solid var(--spl2-line);
    border-left: 0;
  }

  .spl2-outcome-grid,
  .spl2-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spl2-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spl2-stage-card {
    min-height: 350px;
  }

  .spl2-ai-grid {
    grid-template-columns: 1fr;
  }

  .spl2-ai-visual,
  .spl2-faq-intro {
    position: relative;
    top: auto;
  }

  .spl2-ai-visual {
    max-width: 760px;
  }

  .spl2-method-grid {
    grid-template-columns: 1fr;
  }

  .spl2-method-copy {
    max-width: 760px;
  }

  .spl2-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spl2-faq-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .spl2-faq-intro {
    max-width: 760px;
  }

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

  .spl2-final-actions {
    max-width: 440px;
  }
}

@media (max-width: 700px) {
  .spl2-shell,
  .spl-home-v2 .site-header .header-inner,
  .spl2-credit {
    width: min(calc(100% - 28px), var(--spl2-shell));
  }

  .spl2-hero {
    padding: 42px 0 38px;
  }

  .spl2-kicker,
  .spl2-eyebrow {
    font-size: 9px;
    letter-spacing: .13em;
  }

  .spl2-hero h1 {
    font-size: clamp(40px, 12.6vw, 50px);
    line-height: 1;
  }

  .spl2-hero-lead {
    margin-top: 21px;
    font-size: 16px;
    line-height: 1.56;
  }

  .spl2-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 26px;
  }

  .spl2-button {
    width: 100%;
  }

  .spl2-hero-trust {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }

  .spl2-hero-product {
    min-height: 420px;
  }

  .spl2-product-top {
    padding: 15px 16px;
    font-size: 8px;
  }

  .spl2-product-copy {
    right: 18px;
    bottom: 100px;
    left: 18px;
  }

  .spl2-product-copy h2 {
    font-size: 29px;
  }

  .spl2-product-copy > span {
    font-size: 11px;
  }

  .spl2-product-stats span {
    min-height: 74px;
    padding: 10px;
    font-size: 8px;
  }

  .spl2-product-stats strong {
    font-size: 21px;
  }

  .spl2-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .spl2-proof-grid > div {
    min-height: 96px;
    padding: 18px;
  }

  .spl2-proof-grid strong {
    font-size: 23px;
  }

  .spl2-section,
  .spl2-path,
  .spl2-ai,
  .spl2-method,
  .spl2-tools {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spl2-section-head {
    margin-bottom: 32px;
  }

  .spl2-section-head h2,
  .spl2-ai-copy > h2,
  .spl2-method-copy > h2,
  .spl2-faq-intro > h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .spl2-section-head > p {
    font-size: 14px;
  }

  .spl2-outcome-grid,
  .spl2-stage-grid,
  .spl2-module-grid,
  .spl2-audience-grid,
  .spl2-tool-grid {
    grid-template-columns: 1fr;
  }

  .spl2-outcome-card {
    min-height: auto;
    padding: 24px 22px 28px;
  }

  .spl2-outcome-card h3 {
    margin-top: 28px;
  }

  .spl2-stage-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .spl2-stage-card h3 {
    margin-top: 34px;
  }

  .spl2-stage-links {
    margin-top: 24px;
  }

  .spl2-ai-visual-head {
    padding: 12px;
    font-size: 7px;
  }

  .spl2-ai-legend span {
    padding: 10px 3px;
    font-size: 6px;
  }

  .spl2-ai-intro {
    font-size: 15px;
  }

  .spl2-ai-steps li {
    grid-template-columns: 28px 1fr;
    gap: 12px;
  }

  .spl2-module-card {
    min-height: 340px;
  }

  .spl2-module-card h3 {
    margin-top: 38px;
  }

  .spl2-section-action {
    justify-content: flex-start;
  }

  .spl2-method-steps {
    grid-template-columns: 1fr;
  }

  .spl2-case {
    padding: 22px 18px;
  }

  .spl2-case h3 {
    font-size: 27px;
  }

  .spl2-case-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }

  .spl2-case-flow i:nth-of-type(2),
  .spl2-case-flow span:nth-of-type(3),
  .spl2-case-flow i:nth-of-type(3),
  .spl2-case-flow span:nth-of-type(4) {
    margin-top: 4px;
  }

  .spl2-audience-grid article {
    min-height: auto;
    padding: 26px 22px 30px;
  }

  .spl2-audience-grid h3 {
    margin-top: 35px;
  }

  .spl2-tool-grid > a {
    min-height: 250px;
  }

  .spl2-tool-grid h3 {
    margin-top: 35px;
  }

  .spl2-faq-list summary {
    min-height: 70px;
    font-size: 15px;
  }

  .spl2-faq-list details > p {
    padding-right: 10px;
  }

  .spl2-final {
    padding-top: 70px;
  }

  .spl2-final h2 {
    font-size: 42px;
  }

  .spl2-final-actions {
    width: 100%;
    min-width: 0;
  }

  .spl2-credit {
    margin-top: 46px;
  }
}

@media (max-width: 420px) {
  .spl2-product-top > span {
    max-width: 210px;
  }

  .spl2-product-stats span {
    padding: 9px 7px;
  }

  .spl2-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .spl2-proof-grid > div:last-child {
    grid-column: auto;
  }

  .spl2-case-flow {
    grid-template-columns: 1fr;
  }

  .spl2-case-flow i {
    transform: rotate(90deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .spl2-main *,
  .spl2-main *::before,
  .spl2-main *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Focused homepage v3 */
.spl-home-v3 {
  color: #10293a;
  background: #e9edeb;
}

.spl-home-v3 .site-header {
  border-bottom-color: rgba(16, 41, 58, .12);
  background: rgba(239, 241, 237, .96);
  box-shadow: 0 8px 26px rgba(7, 29, 45, .055);
}

.spl-home-v3 .mobile-menu nav {
  background: #f1f3ef;
}

.spl3-main {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #10293a;
  background: #e9edeb;
}

.spl3-shell {
  width: min(calc(100% - 56px), 1240px);
  margin-right: auto;
  margin-left: auto;
}

.spl3-kicker,
.spl3-eyebrow {
  margin: 0;
  color: #0a7c87;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.45;
}

.spl3-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #a8e8eb;
}

.spl3-kicker > span {
  width: 28px;
  height: 2px;
  background: #61dce3;
}

.spl3-hero {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  display: flex;
  align-items: stretch;
  color: #f8faf8;
  background:
    linear-gradient(90deg, rgba(4, 21, 35, .96) 0%, rgba(4, 21, 35, .78) 36%, rgba(4, 21, 35, .27) 66%, rgba(4, 21, 35, .12) 100%),
    url("/hero-maritime-office-v2.png") center / cover no-repeat;
}

.spl3-hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(3, 16, 27, .22));
}

.spl3-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 370px);
  align-items: end;
  gap: clamp(50px, 8vw, 110px);
  padding-top: 94px;
  padding-bottom: 72px;
}

.spl3-hero-copy {
  max-width: 720px;
  align-self: center;
}

.spl3-hero h1 {
  max-width: 720px;
  margin: 22px 0 0;
  color: #f8faf8;
  font-size: clamp(52px, 5.6vw, 78px);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .99;
  text-wrap: balance;
}

.spl3-hero-copy > p:not(.spl3-kicker) {
  max-width: 620px;
  margin: 25px 0 0;
  color: #d8e2e6;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.58;
}

.spl3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 33px;
}

.spl3-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

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

.spl3-button-primary {
  color: #071d2d !important;
  background: #71dbe1;
  box-shadow: 0 15px 34px rgba(0, 0, 0, .18);
}

.spl3-button-primary:hover {
  background: #a2eff2;
}

.spl3-button-secondary {
  border-color: rgba(222, 235, 239, .48);
  color: #f6f8f7 !important;
  background: rgba(7, 29, 45, .4);
  backdrop-filter: blur(10px);
}

.spl3-button-secondary:hover {
  border-color: #71dbe1;
  background: rgba(7, 29, 45, .68);
}

.spl3-ai-card {
  display: block;
  padding: 25px 25px 23px;
  border: 1px solid rgba(143, 218, 224, .42);
  border-radius: 7px;
  color: #f6f9f8 !important;
  text-decoration: none !important;
  background: rgba(4, 24, 39, .78);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .24);
  backdrop-filter: blur(15px);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.spl3-ai-card:hover {
  border-color: #71dbe1;
  background: rgba(4, 24, 39, .9);
  transform: translateY(-4px);
}

.spl3-ai-card > span {
  color: #71dbe1;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
}

.spl3-ai-card > strong {
  display: block;
  margin-top: 12px;
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  letter-spacing: -.025em;
}

.spl3-ai-card > p {
  margin: 13px 0 20px;
  color: #cbd8de;
  font-size: 14px;
  line-height: 1.55;
}

.spl3-ai-card > b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(218, 234, 238, .18);
  color: #f6f9f8;
  font-size: 13px;
}

.spl3-ai-card i,
.spl3-area-card i {
  font-style: normal;
}

.spl3-purpose {
  padding: 86px 0;
  border-bottom: 1px solid #cdd6d5;
  background: #e7ebe8;
}

.spl3-purpose-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
  gap: clamp(50px, 8vw, 110px);
}

.spl3-purpose-intro h2,
.spl3-section-head h2,
.spl3-final h2 {
  margin: 14px 0 0;
  color: #10293a;
  font-size: clamp(36px, 3.8vw, 52px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.05;
  text-wrap: balance;
}

.spl3-purpose-intro > p:last-child {
  max-width: 510px;
  margin: 21px 0 0;
  color: #536a76;
  font-size: 16px;
  line-height: 1.62;
}

.spl3-purpose-points {
  display: grid;
  border-top: 1px solid #bcc9c9;
}

.spl3-purpose-points article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 20px;
  padding: 21px 0;
  border-bottom: 1px solid #bcc9c9;
}

.spl3-purpose-points article > span {
  color: #0a7c87;
  font-size: 12px;
  font-weight: 850;
}

.spl3-purpose-points h3 {
  margin: 0;
  color: #10293a;
  font-size: 20px;
}

.spl3-purpose-points p {
  margin: 5px 0 0;
  color: #5c707a;
  font-size: 14px;
  line-height: 1.5;
}

.spl3-areas {
  padding: 94px 0 106px;
  background:
    radial-gradient(circle at 85% 10%, rgba(10, 124, 135, .06), transparent 25%),
    #f0f2ee;
}

.spl3-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  align-items: end;
  gap: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #c8d1d0;
}

.spl3-section-head > p {
  margin: 0 0 4px;
  color: #5b6f79;
  font-size: 15px;
  line-height: 1.58;
}

.spl3-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cad3d2;
  border-left: 1px solid #cad3d2;
  margin-top: 36px;
}

.spl3-area-card {
  min-height: 268px;
  display: flex;
  flex-direction: column;
  padding: 26px 24px 23px;
  border-right: 1px solid #cad3d2;
  border-bottom: 1px solid #cad3d2;
  color: #10293a !important;
  text-decoration: none !important;
  background: rgba(247, 248, 244, .72);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.spl3-area-card:hover {
  z-index: 2;
  background: #f8f9f5;
  box-shadow: 0 18px 36px rgba(7, 29, 45, .09);
  transform: translateY(-4px);
}

.spl3-area-card > span {
  color: #0a7c87;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.spl3-area-card h3 {
  margin: 30px 0 0;
  color: #10293a;
  font-size: 23px;
  line-height: 1.08;
}

.spl3-area-card p {
  margin: 13px 0 24px;
  color: #5a6e78;
  font-size: 14px;
  line-height: 1.54;
}

.spl3-area-card > b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  color: #0a747e;
  font-size: 12px;
}

.spl3-area-featured {
  color: #f4f8f7 !important;
  background:
    radial-gradient(circle at 100% 0, rgba(113, 219, 225, .18), transparent 38%),
    #092538;
}

.spl3-area-featured:hover {
  background:
    radial-gradient(circle at 100% 0, rgba(113, 219, 225, .22), transparent 42%),
    #0c3047;
}

.spl3-area-featured > span,
.spl3-area-featured > b {
  color: #71dbe1;
}

.spl3-area-featured h3 {
  color: #f4f8f7;
}

.spl3-area-featured p {
  color: #c7d5db;
}

.spl3-final {
  padding: 82px 0 30px;
  color: #f1f6f5;
  background:
    linear-gradient(110deg, rgba(10, 124, 135, .11), transparent 42%),
    #071d2d;
}

.spl3-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
}

.spl3-final .spl3-eyebrow {
  color: #71dbe1;
}

.spl3-final h2 {
  max-width: 720px;
  color: #f1f6f5;
}

.spl3-final-actions {
  min-width: 275px;
  display: grid;
  gap: 10px;
}

.spl3-button-light {
  color: #071d2d !important;
  background: #71dbe1;
}

.spl3-button-outline {
  border-color: rgba(224, 236, 239, .3);
  color: #f1f6f5 !important;
  background: transparent;
}

.spl3-button-outline:hover {
  border-color: #71dbe1;
  background: rgba(113, 219, 225, .06);
}

.spl3-credit {
  width: min(calc(100% - 56px), 1240px);
  margin: 58px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(221, 235, 238, .14);
  color: #8fa7b2;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em;
}

.spl-home-v3 :where(a, button, summary):focus-visible {
  outline: 3px solid rgba(10, 124, 135, .38);
  outline-offset: 4px;
}

@media (max-width: 1060px) {
  .spl3-hero-layout {
    grid-template-columns: 1fr minmax(260px, 310px);
    gap: 42px;
  }

  .spl3-purpose-layout {
    grid-template-columns: 1fr 1fr;
    gap: 52px;
  }

  .spl3-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .spl3-shell {
    width: calc(100% - 36px);
  }

  .spl3-hero {
    min-height: 700px;
    background:
      linear-gradient(180deg, rgba(4, 21, 35, .95) 0%, rgba(4, 21, 35, .78) 58%, rgba(4, 21, 35, .58) 100%),
      url("/hero-maritime-office-v2.png") 68% center / cover no-repeat;
  }

  .spl3-hero-layout {
    grid-template-columns: 1fr;
    align-content: end;
    gap: 32px;
    padding-top: 62px;
    padding-bottom: 38px;
  }

  .spl3-hero h1 {
    font-size: clamp(43px, 12.5vw, 60px);
  }

  .spl3-hero-copy > p:not(.spl3-kicker) {
    font-size: 16px;
  }

  .spl3-ai-card {
    padding: 20px;
  }

  .spl3-purpose,
  .spl3-areas {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .spl3-purpose-layout,
  .spl3-section-head,
  .spl3-final-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .spl3-section-head {
    align-items: start;
  }

  .spl3-area-card {
    min-height: 240px;
  }

  .spl3-final {
    padding-top: 68px;
  }

  .spl3-final-actions {
    min-width: 0;
  }

  .spl3-credit {
    width: calc(100% - 36px);
    margin-top: 42px;
  }
}

@media (max-width: 500px) {
  .spl3-actions {
    display: grid;
  }

  .spl3-button {
    width: 100%;
  }

  .spl3-area-grid {
    grid-template-columns: 1fr;
  }

  .spl3-area-card {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spl3-main *,
  .spl3-main *::before,
  .spl3-main *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Shared typography guard for exported content pages. */
body:not(.vu-page):not(.ships-flags-page) :where(.page-hero h1) {
  font-family: Aptos, "Aptos Display", "Segoe UI Variable", "Segoe UI", Arial, "Noto Sans", sans-serif !important;
  font-size: clamp(2.6rem, 5vw, 4.15rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.04em !important;
  font-weight: 600 !important;
}

body:not(.vu-page):not(.ships-flags-page) :where(
  .section-heading h2,
  .workflow-copy h2,
  .glossary-copy h2,
  .about-story h2,
  .sources-section h2,
  .final-cta h2
) {
  font-family: Aptos, "Aptos Display", "Segoe UI Variable", "Segoe UI", Arial, "Noto Sans", sans-serif !important;
  font-size: clamp(2rem, 3.4vw, 3.35rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  font-weight: 600 !important;
}

@media (max-width: 650px) {
  body:not(.vu-page):not(.ships-flags-page) :where(.page-hero h1) {
    font-size: clamp(2.25rem, 11vw, 3rem) !important;
  }

  body:not(.vu-page):not(.ships-flags-page) :where(
    .section-heading h2,
    .workflow-copy h2,
    .glossary-copy h2,
    .about-story h2,
    .sources-section h2,
    .final-cta h2
  ) {
    font-size: clamp(1.9rem, 9vw, 2.55rem) !important;
  }
}

/* Final v2 category integration */
.site-header .desktop-nav .spl-news-link{white-space:nowrap}
@media (max-width:1180px){.site-header .desktop-nav{gap:10px}.site-header .desktop-nav>a{font-size:12px}}
