:root {
  --sbl-navy: #08172d;
  --sbl-blue: #004f85;
  --sbl-blue-2: #0d6ea8;
  --sbl-sky: #e9f6ff;
  --sbl-sky-2: #f5fbff;
  --sbl-yellow: #ffd31a;
  --sbl-yellow-2: #ffbd00;
  --sbl-text: #142033;
  --sbl-muted: #64748b;
  --sbl-border: rgba(12, 35, 64, 0.1);
  --sbl-shadow: 0 22px 60px rgba(8, 23, 45, 0.10);
  --sbl-radius: 24px;
}

body.sbl-landing-active .entry-title,
body.sbl-landing-active .page-title,
body.sbl-landing-active .ast-archive-title,
body.sbl-landing-active .post-title {
  display: none !important;
}

body.sbl-landing-active,
body.sbl-landing-active button,
body.sbl-landing-active input,
body.sbl-landing-active select,
body.sbl-landing-active textarea {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.sbl-landing-active .site-content,
body.sbl-landing-active #content,
body.sbl-landing-active .content-area,
body.sbl-landing-active .site-main,
body.sbl-landing-active article.page,
body.sbl-landing-active .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.sbl-landing-active .site-content .ast-container,
body.sbl-landing-active #content .ast-container,
body.sbl-landing-active .site-main,
body.sbl-landing-active .entry-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.sbl-landing-active .entry-content > * {
  max-width: none !important;
}

.sbl-page,
.sbl-page * {
  box-sizing: border-box;
}

.sbl-page {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--sbl-text);
  background: #fff;
  line-height: 1.55;
  overflow: hidden;
}

.sbl-page a {
  color: inherit;
  text-decoration: none;
}

.sbl-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 0;
  min-height: auto;
  padding-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 46px;
  align-items: center;
  position: relative;
}

.sbl-hero::before {
  content: "";
  position: absolute;
  inset: -30px -24px auto auto;
  width: 52%;
  height: 420px;
  background: linear-gradient(135deg, #f8fcff, #e2f4ff);
  border-radius: 38px;
  z-index: 0;
}

.sbl-hero-copy,
.sbl-hero-art {
  position: relative;
}

.sbl-hero-photo-wrap {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(8, 23, 45, 0.16);
  background: #dfeffc;
}

.sbl-hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.sbl-kicker,
.sbl-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  padding: 9px 14px;
  background: #e2f4ff;
  color: var(--sbl-blue);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sbl-hero h1 {
  margin: 22px 0 18px;
  color: var(--sbl-navy);
  font-size: clamp(2.55rem, 6vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
  max-width: 720px;
}

.sbl-lead {
  margin: 0;
  color: #607189;
  font-size: clamp(1.04rem, 2vw, 1.24rem);
  max-width: 660px;
}

.sbl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 18px;
}

.sbl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 0.98rem;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sbl-btn-hero {
  min-height: 58px;
  padding: 0 28px;
  font-size: 1rem;
}

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

.sbl-btn-primary {
  background: linear-gradient(135deg, var(--sbl-blue), #003b70);
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(0, 79, 133, 0.24);
}

.sbl-btn-secondary {
  background: #fff;
  color: var(--sbl-blue) !important;
  border: 1px solid #cbe5f8;
  box-shadow: 0 12px 28px rgba(8, 23, 45, 0.06);
}

.sbl-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sbl-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--sbl-border);
  color: var(--sbl-navy);
  font-size: 0.86rem;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(8, 23, 45, 0.05);
}

.sbl-quick-contact { display:none; }

.sbl-hero-art {
  min-height: 420px;
  display: grid;
  place-items: center;
}

.sbl-dashboard-card-unused {
  width: min(520px, 100%);
  min-height: 312px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(11, 39, 72, 0.08);
  border-radius: 32px;
  box-shadow: var(--sbl-shadow);
  padding: 38px;
  position: relative;
  overflow: hidden;
}

.sbl-dashboard-card-unused::before,
.sbl-dashboard-card-unused::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #d8eefb;
}

.sbl-dashboard-card-unused::before {
  width: 120px;
  height: 120px;
  right: 32px;
  top: -36px;
}

.sbl-dashboard-card-unused::after {
  width: 140px;
  height: 140px;
  left: -34px;
  bottom: -44px;
}

.sbl-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: var(--sbl-navy);
  font-size: 0.98rem;
}

.sbl-dashboard-top strong {
  font-weight: 950;
}

.sbl-dashboard-top span {
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--sbl-yellow);
  color: var(--sbl-navy);
  font-weight: 950;
  font-size: .76rem;
}

.sbl-mini-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  position: relative;
  z-index: 1;
}

.sbl-mini-grid span {
  height: 70px;
  border-radius: 8px;
  background: #d8e9fb;
}

.sbl-mini-grid span:nth-child(2) { background: #bedcf7; }
.sbl-mini-grid span:nth-child(3) { background: #89c1f0; }

.sbl-line {
  width: 52%;
  height: 12px;
  border-radius: 999px;
  background: #d9e2ec;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.sbl-line-wide {
  width: 82%;
  margin-top: 22px;
}

.sbl-truck {
  position: absolute;
  right: 42px;
  bottom: 42px;
  width: 74px;
  height: 42px;
  background: var(--sbl-blue);
  border-radius: 9px 9px 4px 4px;
  z-index: 1;
}

.sbl-truck i {
  position: absolute;
  right: 8px;
  top: 9px;
  width: 26px;
  height: 14px;
  background: #dcecf8;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
}

.sbl-truck b {
  position: absolute;
  bottom: -9px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sbl-navy);
}

.sbl-truck b:nth-of-type(1) { left: 12px; }
.sbl-truck b:nth-of-type(2) { right: 12px; }

.sbl-feature-strip {
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--sbl-navy);
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(8, 23, 45, 0.14);
}

.sbl-feature-strip div {
  padding: 24px 22px;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.sbl-feature-strip div:last-child { border-right: 0; }

.sbl-feature-strip strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 950;
}

.sbl-feature-strip span {
  display: block;
  color: #c8d6e5;
  font-size: .9rem;
}

.sbl-section,
.sbl-split-section,
.sbl-pilot,
.sbl-contact {
  width: min(1180px, calc(100% - 40px));
  margin: 92px auto 0;
}

.sbl-section {
  text-align: center;
}

.sbl-section h2,
.sbl-split-copy h2,
.sbl-pilot h2,
.sbl-contact h2 {
  margin: 20px auto 14px;
  color: var(--sbl-navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.sbl-section-lead,
.sbl-split-copy p,
.sbl-pilot p,
.sbl-contact p {
  margin: 0 auto;
  color: var(--sbl-muted);
  max-width: 820px;
  font-size: 1.04rem;
}

.sbl-card-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}

.sbl-card {
  min-height: 332px;
  background: #fff;
  border: 1px solid var(--sbl-border);
  border-radius: var(--sbl-radius);
  padding: 18px;
  box-shadow: 0 12px 34px rgba(8,23,45,0.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.sbl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(8,23,45,0.10);
}

.sbl-card h3 {
  margin: 18px 0 8px;
  color: var(--sbl-navy);
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: 950;
}

.sbl-card p {
  margin: 0;
  color: var(--sbl-muted);
  font-size: .98rem;
}

.sbl-card-visual {
  height: 190px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  background: #eef6fc;
}

.sbl-card-visual::before,
.sbl-card-visual::after {
  display: none;
}

.sbl-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sbl-card-visual span,
.sbl-card-visual i,
.sbl-card-visual b {
  display: none;
}




.sbl-split-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
  align-items: start;
}

.sbl-split-copy h2,
.sbl-split-copy p,
.sbl-pilot h2,
.sbl-pilot p,
.sbl-contact h2,
.sbl-contact p {
  margin-left: 0;
  margin-right: 0;
}

.sbl-text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--sbl-blue);
  font-weight: 950;
}

.sbl-steps {
  display: grid;
  gap: 14px;
}

.sbl-steps div {
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 18px;
  row-gap: 5px;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--sbl-border);
  box-shadow: 0 12px 34px rgba(8,23,45,0.05);
}

.sbl-steps span {
  grid-row: 1 / span 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--sbl-navy);
  color: #fff;
  font-weight: 950;
}

.sbl-steps strong {
  color: var(--sbl-navy);
  font-size: 1.05rem;
  font-weight: 950;
}

.sbl-steps p {
  margin: 0;
  color: var(--sbl-muted);
}

.sbl-fit-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: left;
}

.sbl-fit-grid article {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f8fcff);
  border: 1px solid var(--sbl-border);
}

.sbl-fit-grid h3 {
  margin: 0 0 8px;
  color: var(--sbl-navy);
  font-size: 1.08rem;
  font-weight: 950;
}

.sbl-fit-grid p {
  margin: 0;
  color: var(--sbl-muted);
  font-size: .95rem;
}

.sbl-pilot {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 42px;
  align-items: center;
  padding: 46px;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--sbl-navy), #123b66);
  color: #fff;
  box-shadow: 0 24px 64px rgba(8,23,45,.18);
}

.sbl-pilot .sbl-section-kicker {
  background: rgba(255,255,255,.1);
  color: #fff;
}

.sbl-pilot h2 {
  color: #fff;
}

.sbl-pilot p {
  color: #d8e8f4;
}

.sbl-pilot ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.sbl-pilot li {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 800;
}

.sbl-contact {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 70px;
}

.sbl-contact-panel,
.sbl-contact-card,
.sbl-form-card {
  border-radius: 32px;
  border: 1px solid var(--sbl-border);
  background: linear-gradient(180deg, #fff, #f7fbff);
  padding: 42px;
  box-shadow: 0 16px 42px rgba(8,23,45,0.07);
}

.sbl-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sbl-contact-card h3,
.sbl-form-card h3 {
  margin: 0 0 16px;
  color: var(--sbl-navy);
  font-size: 1.35rem;
  font-weight: 950;
}

.sbl-contact-card ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.sbl-contact-card li {
  position: relative;
  padding-left: 25px;
  color: var(--sbl-muted);
}

.sbl-contact-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sbl-blue);
  font-weight: 950;
}

.sbl-contact-card a {
  color: var(--sbl-blue);
  font-weight: 900;
}

.sbl-contact-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
}

.sbl-contact-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--sbl-border);
  box-shadow: 0 10px 26px rgba(8,23,45,0.05);
}

.sbl-contact-links strong {
  color: var(--sbl-navy);
  font-weight: 950;
}

.sbl-contact-links span {
  color: var(--sbl-blue);
  font-weight: 900;
  text-align: right;
}

.sbl-contact-email {
  margin-top: 22px !important;
}

.sbl-contact-email a {
  color: var(--sbl-blue) !important;
  font-weight: 900;
}

.sbl-contact-note {
  margin-top: 22px;
  padding: 20px;
  border-radius: 20px;
  background: var(--sbl-navy);
  color: #fff;
}

.sbl-contact-note strong,
.sbl-contact-note span {
  display: block;
}

.sbl-contact-note span {
  margin-top: 6px;
  color: #c8d6e5;
}

.sbl-form-card > p {
  margin: 0 0 18px;
  color: var(--sbl-muted);
}

.sbl-form {
  display: grid;
  gap: 14px;
}

.sbl-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.sbl-form label {
  display: grid;
  gap: 7px;
  color: var(--sbl-navy);
  font-size: .92rem;
  font-weight: 900;
}

.sbl-form input,
.sbl-form select,
.sbl-form textarea {
  width: 100%;
  border: 1px solid rgba(12,35,64,.16);
  border-radius: 16px;
  background: #fff;
  color: var(--sbl-text);
  font-size: .98rem;
  font-weight: 600;
  padding: 13px 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.sbl-form textarea {
  resize: vertical;
  min-height: 120px;
}

.sbl-form input:focus,
.sbl-form select:focus,
.sbl-form textarea:focus {
  border-color: var(--sbl-blue-2);
  box-shadow: 0 0 0 4px rgba(13,110,168,.10);
}

.sbl-form button {
  border: 0;
  cursor: pointer;
  width: fit-content;
  margin-top: 4px;
}

.sbl-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.sbl-form-notice {
  margin: 16px 0;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 850;
}

.sbl-form-success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #bbf7d0;
}

.sbl-form-error {
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid #fecdd3;
}

.sbl-footer {
  background: var(--sbl-navy);
  color: #fff;
  padding: 54px 0 24px;
}

.sbl-footer-grid,
.sbl-footer-bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.sbl-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
}

.sbl-footer-brand {
  display: inline-flex;
  align-items: center;
  font-weight: 950;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.sbl-footer p {
  color: #c8d6e5;
  margin: 0;
}

.sbl-footer h4 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
}

.sbl-footer a {
  display: block;
  color: #c8d6e5;
  margin: 8px 0;
}

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

.sbl-footer-bottom {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #94a8bc;
  font-size: .92rem;
}

@media (max-width: 1024px) {
  .sbl-hero,
  .sbl-split-section,
  .sbl-pilot,
  .sbl-contact {
    grid-template-columns: 1fr;
  }

  .sbl-feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .sbl-fit-grid,
  .sbl-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sbl-hero::before {
    width: 100%;
    height: 360px;
  }
}

@media (max-width: 760px) {
  .sbl-hero,
  .sbl-feature-strip,
  .sbl-section,
  .sbl-split-section,
  .sbl-pilot,
  .sbl-contact,
  .sbl-footer-grid,
  .sbl-footer-bottom {
    width: min(100% - 28px, 1180px);
  }


  .sbl-hero {
    margin-top: 0;
    gap: 18px;
    min-height: auto;
    padding-top: 20px;
  }

  .sbl-hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
    letter-spacing: -0.065em;
  }

  .sbl-hero-art {
    min-height: 310px;
  }

  .sbl-dashboard-card-unused {
    min-height: 270px;
    padding: 28px;
  }

  .sbl-feature-strip,
  .sbl-card-grid,
  .sbl-fit-grid,
  .sbl-footer-grid {
    grid-template-columns: 1fr;
  }

  .sbl-feature-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .sbl-section,
  .sbl-split-section,
  .sbl-pilot,
  .sbl-contact {
    margin-top: 64px;
  }

  .sbl-card {
    min-height: auto;
  }

  .sbl-pilot,
  .sbl-contact-panel,
  .sbl-contact-card,
  .sbl-form-card {
    padding: 28px;
    border-radius: 24px;
  }

  .sbl-steps div {
    grid-template-columns: 1fr;
  }

  .sbl-steps span {
    grid-row: auto;
  }

  .sbl-form-row {
    grid-template-columns: 1fr;
  }

  .sbl-form button {
    width: 100%;
  }

  .sbl-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .sbl-btn {
    width: 100%;
  }
  .sbl-card-visual {
    height: 160px;
  }
}


@media (max-width: 991px) {
  .sbl-hero-photo {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .sbl-hero-photo-wrap {
    border-radius: 24px;
  }
  .sbl-hero-photo {
    min-height: 260px;
  }
  .sbl-card-visual {
    height: 170px;
  }
}
