/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
  --csp-navy: #102848;
  --csp-blue: #1f6fb2;
  --csp-cyan: #22b9e9;
  --csp-ink: #172b43;
  --csp-muted: #5b6b7d;
  --csp-line: #dce6ef;
  --csp-surface: #ffffff;
  --csp-soft: #f3f7fb;
  --csp-shadow: 0 14px 34px rgba(16, 40, 72, .10);
}

/* Services page: turn the legacy text block into a clear service system. */
body.page-id-10 #content .csp-services-layout { position: relative; z-index: 1; }
body.page-id-10 #content .csp-services-intro { max-width: 760px; margin: 0 auto; text-align: center; }
body.page-id-10 #content .csp-services-eyebrow { margin: 0 0 14px; color: var(--csp-blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
body.page-id-10 #content .csp-services-title { max-width: 720px; margin: 0 auto 18px; padding: 0; border: 0; color: var(--csp-navy); font-size: clamp(2.4rem, 5vw, 4.25rem); font-weight: 650; letter-spacing: -.055em; line-height: 1; }
body.page-id-10 #content .csp-services-lead { max-width: 650px; margin: 0 auto; color: var(--csp-muted); font-size: 1.12rem; line-height: 1.75; }
body.page-id-10 #content .csp-services-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
body.page-id-10 #content .csp-services-actions .button,
body.page-id-10 #content .csp-services-closing .button { min-height: 48px; margin: 0; padding: 13px 22px; border-radius: 7px !important; background: linear-gradient(135deg, var(--csp-blue), #2b8dcc); box-shadow: 0 10px 20px rgba(31, 111, 178, .18); color: #fff; font-size: .88rem; font-weight: 800; text-transform: none; }
body.page-id-10 #content .csp-services-actions .button:hover,
body.page-id-10 #content .csp-services-closing .button:hover { background: linear-gradient(135deg, var(--csp-navy), #174f82); color: #fff; }
body.page-id-10 #content .csp-services-actions .button.is-outline { border: 1px solid var(--csp-blue); background: transparent; box-shadow: none; color: var(--csp-blue); }
body.page-id-10 #content .csp-services-actions .button.is-outline:hover { background: var(--csp-blue); color: #fff; }
body.page-id-10 #content .csp-services-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 780px; margin: 58px auto 54px; overflow: hidden; border: 1px solid rgba(190, 209, 225, .86); border-radius: 14px; background: var(--csp-line); box-shadow: 0 10px 24px rgba(16, 40, 72, .06); }
body.page-id-10 #content .csp-services-summary > div { display: grid; gap: 4px; padding: 20px 14px; background: rgba(255, 255, 255, .9); text-align: center; }
body.page-id-10 #content .csp-services-summary strong { color: var(--csp-blue); font-size: 1.55rem; letter-spacing: -.03em; }
body.page-id-10 #content .csp-services-summary span { color: var(--csp-muted); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
body.page-id-10 #content .csp-services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body.page-id-10 #content .csp-service-card { position: relative; min-height: 230px; padding: 28px 30px 26px; overflow: hidden; border: 1px solid rgba(190, 209, 225, .86); border-radius: 15px; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 12px 28px rgba(16, 40, 72, .07); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
body.page-id-10 #content .csp-service-card::after { position: absolute; right: -44px; bottom: -54px; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(34, 185, 233, .15), transparent 68%); content: ""; }
body.page-id-10 #content .csp-service-card:hover { border-color: rgba(34, 185, 233, .58); box-shadow: 0 18px 34px rgba(16, 40, 72, .12); transform: translateY(-3px); }
body.page-id-10 #content .csp-service-number { display: block; margin-bottom: 30px; color: var(--csp-cyan); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
body.page-id-10 #content .csp-service-card h2 { margin: 0 0 11px; padding: 0; border: 0; color: var(--csp-navy); font-size: 1.28rem; font-weight: 750; letter-spacing: -.025em; line-height: 1.15; }
body.page-id-10 #content .csp-service-copy { position: relative; z-index: 1; max-width: none; margin: 0; color: var(--csp-muted); font-size: .96rem; line-height: 1.7; }
body.page-id-10 #content .csp-services-closing { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 58px; padding: 30px 32px; border-radius: 15px; background: linear-gradient(120deg, #0b2340, #165c8d 72%, #1b7fa5); box-shadow: 0 18px 34px rgba(16, 40, 72, .16); }
body.page-id-10 #content .csp-services-closing .csp-services-eyebrow { margin-bottom: 8px; color: #8ee7ff; }
body.page-id-10 #content .csp-services-closing h2 { max-width: 560px; margin: 0; padding: 0; border: 0; color: #fff; font-size: clamp(1.45rem, 3vw, 2.2rem); letter-spacing: -.035em; line-height: 1.1; }
body.page-id-10 #content .csp-services-closing .button { flex: 0 0 auto; background: #fff; color: var(--csp-navy); }
body.page-id-10 #content .csp-services-closing .button:hover { background: var(--csp-cyan); }
body.page-id-10 #content .csp-services-disclosure { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--csp-line); color: var(--csp-muted); font-size: .78rem; line-height: 1.65; text-align: center; }
body.page-id-10 #content .csp-services-disclosure p { max-width: none; margin: 0; }

@media only screen and (max-width: 48em) {
  body.page-id-10 #content .csp-services-title { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  body.page-id-10 #content .csp-services-summary { margin-top: 42px; margin-bottom: 36px; }
  body.page-id-10 #content .csp-services-grid { grid-template-columns: 1fr; }
  body.page-id-10 #content .csp-service-card { min-height: 0; padding: 24px 22px; }
  body.page-id-10 #content .csp-services-closing { align-items: flex-start; flex-direction: column; padding: 25px 22px; }
}

/* Company page: mission-led editorial layout with a clear conversion path. */
body.page-id-12 #content .csp-company-layout { position: relative; z-index: 1; }
body.page-id-12 #content .csp-company-intro { max-width: 780px; margin: 0 auto 64px; text-align: center; }
body.page-id-12 #content .csp-company-eyebrow { margin: 0 0 14px; color: var(--csp-blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
body.page-id-12 #content .csp-company-intro h1 { max-width: 760px; margin: 0 auto 18px; padding: 0; border: 0; color: var(--csp-navy); font-size: clamp(2.4rem, 5vw, 4.35rem); font-weight: 650; letter-spacing: -.055em; line-height: 1; }
body.page-id-12 #content .csp-company-lead { max-width: 640px; margin: 0 auto; color: var(--csp-muted); font-size: 1.12rem; line-height: 1.75; }
body.page-id-12 #content .csp-company-promise { display: grid; gap: 8px; max-width: 620px; margin: 30px auto 0; padding: 20px 24px; border: 1px solid rgba(34, 185, 233, .28); border-radius: 13px; background: linear-gradient(135deg, rgba(34, 185, 233, .12), rgba(31, 111, 178, .06)); color: var(--csp-navy); }
body.page-id-12 #content .csp-company-promise p { max-width: none; margin: 0; color: var(--csp-navy); font-size: 1rem; line-height: 1.55; }
body.page-id-12 #content .csp-company-promise p:first-child { font-size: 1.22rem; font-weight: 800; }
body.page-id-12 #content .csp-company-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
body.page-id-12 #content .csp-company-actions .button,
body.page-id-12 #content .csp-company-closing .button { min-height: 48px; margin: 0; padding: 13px 22px; border-radius: 7px !important; background: linear-gradient(135deg, var(--csp-blue), #2b8dcc); box-shadow: 0 10px 20px rgba(31, 111, 178, .18); color: #fff; font-size: .88rem; font-weight: 800; text-transform: none; }
body.page-id-12 #content .csp-company-actions .button:hover,
body.page-id-12 #content .csp-company-closing .button:hover { background: linear-gradient(135deg, var(--csp-navy), #174f82); color: #fff; }
body.page-id-12 #content .csp-company-actions .button.is-outline { border: 1px solid var(--csp-blue); background: transparent; box-shadow: none; color: var(--csp-blue); }
body.page-id-12 #content .csp-company-actions .button.is-outline:hover { background: var(--csp-blue); color: #fff; }
body.page-id-12 #content .csp-company-philosophy,
body.page-id-12 #content .csp-company-why { margin-top: 58px; padding-top: 44px; border-top: 1px solid var(--csp-line); }
body.page-id-12 #content .csp-company-section-head { max-width: 650px; margin-bottom: 28px; }
body.page-id-12 #content .csp-company-section-head h2 { max-width: 650px; margin: 0; padding: 0; border: 0; color: var(--csp-navy); font-size: clamp(1.8rem, 3.5vw, 2.75rem); font-weight: 650; letter-spacing: -.045em; line-height: 1.08; }
body.page-id-12 #content .csp-company-philosophy-body { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: 26px; align-items: start; }
body.page-id-12 #content .csp-company-philosophy-body > p { max-width: none; margin: 0; color: var(--csp-muted); font-size: 1.02rem; line-height: 1.8; }
body.page-id-12 #content .csp-company-offer { padding: 24px 26px; border: 1px solid rgba(190, 209, 225, .86); border-radius: 14px; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 12px 28px rgba(16, 40, 72, .07); }
body.page-id-12 #content .csp-company-offer h3 { margin: 0 0 14px; color: var(--csp-navy); font-size: 1.18rem; }
body.page-id-12 #content .csp-company-offer ul { margin: 0; padding: 0; list-style: none; }
body.page-id-12 #content .csp-company-offer li { margin: 0 0 9px; padding: 0 0 9px 20px; border-bottom: 1px solid rgba(220, 230, 239, .75); color: var(--csp-muted); font-size: .92rem; line-height: 1.45; }
body.page-id-12 #content .csp-company-offer li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
body.page-id-12 #content .csp-company-offer li::before { position: absolute; margin-left: -20px; color: var(--csp-cyan); content: "✓"; font-weight: 800; }
body.page-id-12 #content .csp-company-story { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body.page-id-12 #content .csp-company-story p { max-width: none; margin: 0; padding: 24px 25px; border: 1px solid rgba(190, 209, 225, .86); border-radius: 14px; background: rgba(255, 255, 255, .74); color: var(--csp-muted); font-size: .98rem; line-height: 1.75; }
body.page-id-12 #content .csp-company-story p:first-child { grid-column: 1 / -1; background: linear-gradient(145deg, #fff, #f5faff); color: var(--csp-ink); }
body.page-id-12 #content .csp-company-closing { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 58px; padding: 30px 32px; border-radius: 15px; background: linear-gradient(120deg, #0b2340, #165c8d 72%, #1b7fa5); box-shadow: 0 18px 34px rgba(16, 40, 72, .16); }
body.page-id-12 #content .csp-company-closing .csp-company-eyebrow { margin-bottom: 8px; color: #8ee7ff; }
body.page-id-12 #content .csp-company-closing h2 { max-width: 580px; margin: 0; padding: 0; border: 0; color: #fff; font-size: clamp(1.45rem, 3vw, 2.2rem); letter-spacing: -.035em; line-height: 1.1; }
body.page-id-12 #content .csp-company-closing .button { flex: 0 0 auto; background: #fff; color: var(--csp-navy); }
body.page-id-12 #content .csp-company-closing .button:hover { background: var(--csp-cyan); }
body.page-id-12 #content .csp-company-disclosure { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--csp-line); color: var(--csp-muted); font-size: .78rem; line-height: 1.65; text-align: center; }
body.page-id-12 #content .csp-company-disclosure p { max-width: none; margin: 0 0 12px; }
body.page-id-12 #content .csp-company-disclosure p:last-child { margin-bottom: 0; }

body.page-id-12 #content .csp-company-disclosure,
body.page-id-10 #content .csp-services-disclosure {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 30px 4px;
  border: 1px solid rgba(190, 209, 225, .78);
  border-radius: 13px;
  background: #f7f9fc;
  box-shadow: 0 8px 20px rgba(16, 40, 72, .05);
  text-align: center;
}

body.page-id-12 #content .csp-company-disclosure p,
body.page-id-10 #content .csp-services-disclosure p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: var(--csp-muted);
  font-size: .78rem;
  line-height: 1.72;
  text-align: center;
}

@media only screen and (max-width: 48em) {
  body.page-id-12 #content .csp-company-intro h1 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  body.page-id-12 #content .csp-company-philosophy-body,
  body.page-id-12 #content .csp-company-story { grid-template-columns: 1fr; }
  body.page-id-12 #content .csp-company-story p:first-child { grid-column: auto; }
  body.page-id-12 #content .csp-company-closing { align-items: flex-start; flex-direction: column; padding: 25px 22px; }
  body.page-id-12 #content .csp-company-disclosure,
  body.page-id-10 #content .csp-services-disclosure { padding: 20px 17px 2px; }
}

/* Shared site polish */
body {
  background: var(--csp-soft);
  color: var(--csp-ink);
}

.page-title.dark.featured-title {
  position: relative;
  overflow: hidden;
  height: 165px;
  min-height: 165px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 4px solid var(--csp-cyan);
  background-color: #081d34;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, rgba(8, 29, 52, .98) 0%, rgba(8, 29, 52, .91) 27%, rgba(8, 29, 52, .58) 50%, rgba(8, 29, 52, .12) 76%, rgba(8, 29, 52, .08) 100%), url("/wp-content/themes/flatsome-child/assets/csp-header-contact.png");
}

.page-title.dark.featured-title::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(34, 185, 233, .16), transparent 44%);
  content: "";
  pointer-events: none;
}

.page-title .page-title-inner {
  position: relative;
  z-index: 1;
  height: 161px;
  min-height: 161px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center;
}

.page-title .entry-title {
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.75rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .14);
}

/* Distinct page imagery, unified by the same left-side text gradient. */
.page-id-10 .page-title.dark.featured-title {
  background-image: linear-gradient(90deg, rgba(8, 29, 52, .98) 0%, rgba(8, 29, 52, .91) 27%, rgba(8, 29, 52, .58) 50%, rgba(8, 29, 52, .12) 76%, rgba(8, 29, 52, .08) 100%), url("/wp-content/themes/flatsome-child/assets/csp-header-contact.png");
}

.page-id-12 .page-title.dark.featured-title {
  background-image: linear-gradient(90deg, rgba(8, 29, 52, .98) 0%, rgba(8, 29, 52, .91) 27%, rgba(8, 29, 52, .58) 50%, rgba(8, 29, 52, .12) 76%, rgba(8, 29, 52, .08) 100%), url("/wp-content/themes/flatsome-child/assets/csp-header-company.png");
}

.page-id-14 .page-title.dark.featured-title {
  background-image: linear-gradient(90deg, rgba(8, 29, 52, .98) 0%, rgba(8, 29, 52, .91) 27%, rgba(8, 29, 52, .58) 50%, rgba(8, 29, 52, .12) 76%, rgba(8, 29, 52, .08) 100%), url("/wp-content/themes/flatsome-child/assets/csp-header-signup.png");
}

.page-id-16 .page-title.dark.featured-title {
  background-image: linear-gradient(90deg, rgba(8, 29, 52, .98) 0%, rgba(8, 29, 52, .91) 27%, rgba(8, 29, 52, .58) 50%, rgba(8, 29, 52, .12) 76%, rgba(8, 29, 52, .08) 100%), url("/wp-content/themes/flatsome-child/assets/csp-header-merchants.png");
}

.page-id-18 .page-title.dark.featured-title {
  background-image: linear-gradient(90deg, rgba(8, 29, 52, .98) 0%, rgba(8, 29, 52, .91) 27%, rgba(8, 29, 52, .58) 50%, rgba(8, 29, 52, .12) 76%, rgba(8, 29, 52, .08) 100%), url("/wp-content/themes/flatsome-child/assets/csp-header-payment.png");
}

.page-id-22 .page-title.dark.featured-title {
  background-image: linear-gradient(90deg, rgba(8, 29, 52, .98) 0%, rgba(8, 29, 52, .91) 27%, rgba(8, 29, 52, .58) 50%, rgba(8, 29, 52, .12) 76%, rgba(8, 29, 52, .08) 100%), url("/wp-content/themes/flatsome-child/assets/csp-header-terms.png");
}

.page-id-43 .page-title.dark.featured-title {
  background-image: linear-gradient(90deg, rgba(8, 29, 52, .98) 0%, rgba(8, 29, 52, .91) 27%, rgba(8, 29, 52, .58) 50%, rgba(8, 29, 52, .12) 76%, rgba(8, 29, 52, .08) 100%), url("/wp-content/themes/flatsome-child/assets/csp-header-testimonials.png");
}

.privacy-policy .page-title.dark.featured-title {
  background-image: linear-gradient(90deg, rgba(8, 29, 52, .98) 0%, rgba(8, 29, 52, .91) 27%, rgba(8, 29, 52, .58) 50%, rgba(8, 29, 52, .12) 76%, rgba(8, 29, 52, .08) 100%), url("/wp-content/themes/flatsome-child/assets/csp-header-retail.png");
}

#content > .section,
#content > .page-wrapper,
#content > .blog-wrapper {
  background: transparent;
}

.page-wrapper > .container,
.page-wrapper > .row,
#content > .section > .section-content {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.page-id-10 .page-wrapper .col-inner,
.page-id-12 .page-wrapper .col-inner,
.page-id-16 .page-wrapper .col-inner,
.page-id-22 .page-wrapper .col-inner,
.privacy-policy .page-wrapper .col-inner,
.page-id-43 .page-wrapper .col-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 64px clamp(22px, 5vw, 72px) 78px;
  border: 1px solid rgba(220, 230, 239, .92);
  border-radius: 18px;
  background: var(--csp-surface);
  box-shadow: var(--csp-shadow);
}

.page-id-10 .page-wrapper .col-inner > h1,
.page-id-12 .page-wrapper .col-inner > h1,
.page-id-16 .page-wrapper .col-inner > h1 {
  margin: 0 0 28px;
  color: var(--csp-navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.page-id-10 .page-wrapper .col-inner > h2,
.page-id-12 .page-wrapper .col-inner > h2,
.page-id-16 .page-wrapper .col-inner > h2,
.page-id-22 .page-wrapper .col-inner > h2,
.privacy-policy .page-wrapper .col-inner > h2,
.page-id-43 .page-wrapper .col-inner > h2 {
  margin: 34px 0 14px;
  color: var(--csp-blue);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.page-id-10 .page-wrapper .col-inner > h2:first-child,
.page-id-12 .page-wrapper .col-inner > h2:first-child,
.page-id-16 .page-wrapper .col-inner > h2:first-child {
  margin-top: 0;
}

.page-id-10 .page-wrapper .col-inner p,
.page-id-12 .page-wrapper .col-inner p,
.page-id-16 .page-wrapper .col-inner p,
.page-id-22 .page-wrapper .col-inner p,
.privacy-policy .page-wrapper .col-inner p,
.page-id-43 .page-wrapper .col-inner p {
  max-width: 78ch;
  margin-bottom: 1.15em;
  color: var(--csp-muted);
  font-size: 1.04rem;
  line-height: 1.82;
}

.page-id-10 .page-wrapper .col-inner p strong,
.page-id-12 .page-wrapper .col-inner p strong,
.page-id-16 .page-wrapper .col-inner p strong {
  color: var(--csp-ink);
}

.page-id-10 .page-wrapper .col-inner p:has(strong:first-child),
.page-id-16 .page-wrapper .col-inner p:has(strong:first-child) {
  padding: 18px 22px;
  border-left: 4px solid var(--csp-cyan);
  border-radius: 0 10px 10px 0;
  background: #f5faff;
}

.page-id-10 .page-wrapper .col-inner a.button,
.page-id-12 .page-wrapper .col-inner a.button,
.page-id-16 .page-wrapper .col-inner a.button,
.page-id-18 .page-wrapper .col-inner input[type="submit"],
.page-id-14 .page-wrapper .col-inner input[type="submit"] {
  border: 0;
  border-radius: 6px;
  background: var(--csp-blue);
  box-shadow: 0 8px 18px rgba(31, 111, 178, .22);
  color: #fff;
  font-weight: 600;
  letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.page-id-10 .page-wrapper .col-inner a.button:hover,
.page-id-12 .page-wrapper .col-inner a.button:hover,
.page-id-16 .page-wrapper .col-inner a.button:hover,
.page-id-18 .page-wrapper .col-inner input[type="submit"]:hover,
.page-id-14 .page-wrapper .col-inner input[type="submit"]:hover {
  background: var(--csp-navy);
  box-shadow: 0 10px 22px rgba(16, 40, 72, .22);
  color: #fff;
  transform: translateY(-2px);
}

/* Contact and sign-up journeys */
.page-id-18 .page-wrapper .col-inner,
.page-id-14 .page-wrapper .col-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 42px clamp(22px, 5vw, 64px) 64px;
  border-radius: 18px;
  background: var(--csp-surface);
  box-shadow: var(--csp-shadow);
}

.page-id-18 .page-wrapper .col-inner > h4,
.page-id-14 .page-wrapper .col-inner > h2,
.page-id-14 .page-wrapper .col-inner > h3 {
  color: var(--csp-navy);
  font-weight: 600;
  letter-spacing: -.02em;
}

.page-id-18 .page-wrapper .col-inner form,
.page-id-14 .page-wrapper .col-inner form {
  margin: 28px 0 38px;
  padding: clamp(20px, 4vw, 36px);
  border: 1px solid var(--csp-line);
  border-radius: 14px;
  background: #fbfdff;
}

.page-id-18 .page-wrapper .col-inner label,
.page-id-14 .page-wrapper .col-inner label {
  color: var(--csp-ink);
  font-weight: 600;
}

.page-id-18 .page-wrapper .col-inner input[type="text"],
.page-id-18 .page-wrapper .col-inner input[type="email"],
.page-id-18 .page-wrapper .col-inner input[type="tel"],
.page-id-18 .page-wrapper .col-inner textarea,
.page-id-14 .page-wrapper .col-inner input[type="text"],
.page-id-14 .page-wrapper .col-inner input[type="email"],
.page-id-14 .page-wrapper .col-inner input[type="tel"],
.page-id-14 .page-wrapper .col-inner textarea,
.page-id-14 .page-wrapper .col-inner select {
  border: 1px solid #c9d7e5;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}

.page-id-18 .page-wrapper .col-inner input:focus,
.page-id-18 .page-wrapper .col-inner textarea:focus,
.page-id-14 .page-wrapper .col-inner input:focus,
.page-id-14 .page-wrapper .col-inner textarea:focus,
.page-id-14 .page-wrapper .col-inner select:focus {
  border-color: var(--csp-cyan);
  box-shadow: 0 0 0 3px rgba(34, 185, 233, .14);
  outline: none;
}

/* Footer: keep the legal area readable and intentional */
.footer-disclaimer {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 22px 8px;
  color: #617286;
  font-size: .78rem;
  line-height: 1.65;
}
.footer-disclaimer .csp-partner-disclosure { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid rgba(7, 27, 58, .14); color: #071b3a; }

.absolute-footer {
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #0b1c33;
}

.absolute-footer .footer-primary,
.absolute-footer .copyright-footer {
  color: #d6e1eb;
}

.absolute-footer a {
  color: #8edfff;
}

/* Keep the full disclaimer band consistent with its centered panel. */
#footer.footer-wrapper {
  background: #f7f9fc !important;
  background-image: none !important;
}

#footer.footer-wrapper .footer-disclaimer {
  background: #f7f9fc !important;
  box-shadow: none !important;
}

/* Processor and affiliate disclosure: give the long notice its own readable container. */
.page-id-18 #content .col-inner > p:last-of-type,
.page-id-14 #content > p:last-of-type {
  max-width: 960px;
  margin: 34px auto 0;
  padding: 26px 30px;
  border: 1px solid var(--csp-line);
  border-radius: 14px;
  background: #f7f9fc;
  box-shadow: 0 10px 24px rgba(11, 28, 51, .06);
  color: var(--csp-muted);
  font-size: .95rem;
  line-height: 1.75;
  text-align: center;
}

.page-id-18 #content .col-inner > p:last-of-type strong,
.page-id-14 #content > p:last-of-type strong {
  color: var(--csp-navy);
}

@media only screen and (max-width: 48em) {
  .page-title.dark.featured-title { height: 127px; min-height: 127px !important; }
  .page-title .page-title-inner { height: 123px; min-height: 123px !important; }
  .page-title .entry-title { font-size: 2.8rem; }

  .page-id-10 .page-wrapper .col-inner,
  .page-id-12 .page-wrapper .col-inner,
  .page-id-16 .page-wrapper .col-inner,
  .page-id-22 .page-wrapper .col-inner,
  .privacy-policy .page-wrapper .col-inner,
  .page-id-43 .page-wrapper .col-inner,
  .page-id-18 .page-wrapper .col-inner,
  .page-id-14 .page-wrapper .col-inner {
    margin-right: 14px;
    margin-left: 14px;
    padding: 34px 20px 42px;
    border-radius: 12px;
  }

  .page-id-10 .page-wrapper .col-inner p,
  .page-id-12 .page-wrapper .col-inner p,
  .page-id-16 .page-wrapper .col-inner p,
  .page-id-22 .page-wrapper .col-inner p,
  .privacy-policy .page-wrapper .col-inner p,
  .page-id-43 .page-wrapper .col-inner p { font-size: 1rem; line-height: 1.72; }

  .footer-disclaimer { padding-right: 16px; padding-left: 16px; }

  .page-id-18 #content .col-inner > p:last-of-type,
  .page-id-14 #content > p:last-of-type {
    margin-top: 26px;
    padding: 22px 18px;
    font-size: .88rem;
    line-height: 1.65;
  }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Flatsome page-builder layouts place these pages directly in #content. */
.page-id-10 #content > .section .col-inner,
.page-id-12 #content > .section .col-inner,
.page-id-16 #content > .row .col-inner,
.page-id-22 #content > .row .col-inner,
.privacy-policy #content > .row .col-inner,
.page-id-43 #content > .section .col-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 64px clamp(22px, 5vw, 72px) 78px;
  border: 1px solid rgba(220, 230, 239, .92);
  border-radius: 18px;
  background: var(--csp-surface);
  box-shadow: var(--csp-shadow);
}

.page-id-10 #content > .section .col-inner > h1,
.page-id-12 #content > .section .col-inner > h1,
.page-id-16 #content > .row .col-inner > h1 {
  margin: 0 0 28px;
  color: var(--csp-navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.page-id-10 #content > .section .col-inner > h2,
.page-id-12 #content > .section .col-inner > h2,
.page-id-16 #content > .row .col-inner > h2,
.page-id-22 #content > .row .col-inner > h2,
.privacy-policy #content > .row .col-inner > h2,
.page-id-43 #content > .section .col-inner > h2 {
  margin: 34px 0 14px;
  color: var(--csp-blue);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.page-id-10 #content > .section .col-inner > h2:first-child,
.page-id-12 #content > .section .col-inner > h2:first-child,
.page-id-16 #content > .row .col-inner > h2:first-child { margin-top: 0; }

.page-id-10 #content > .section .col-inner p,
.page-id-12 #content > .section .col-inner p,
.page-id-16 #content > .row .col-inner p,
.page-id-22 #content > .row .col-inner p,
.privacy-policy #content > .row .col-inner p,
.page-id-43 #content > .section .col-inner p {
  max-width: 78ch;
  margin-bottom: 1.15em;
  color: var(--csp-muted);
  font-size: 1.04rem;
  line-height: 1.82;
}

.page-id-18 #content > .section .col-inner,
.page-id-14 #content > .row .col-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 42px clamp(22px, 5vw, 64px) 64px;
  border-radius: 18px;
  background: var(--csp-surface);
  box-shadow: var(--csp-shadow);
}

.page-id-18 #content > .section .col-inner form,
.page-id-14 #content > .row .col-inner form {
  margin: 28px 0 38px;
  padding: clamp(20px, 4vw, 36px);
  border: 1px solid var(--csp-line);
  border-radius: 14px;
  background: #fbfdff;
}

@media only screen and (max-width: 48em) {
  .page-id-10 #content > .section .col-inner,
  .page-id-12 #content > .section .col-inner,
  .page-id-16 #content > .row .col-inner,
  .page-id-22 #content > .row .col-inner,
  .privacy-policy #content > .row .col-inner,
  .page-id-43 #content > .section .col-inner,
  .page-id-18 #content > .section .col-inner,
  .page-id-14 #content > .row .col-inner {
    margin-right: 14px;
    margin-left: 14px;
    padding: 34px 20px 42px;
    border-radius: 12px;
  }
}

/* Final subpage refinement: shared editorial rhythm, controls, and detail styling. */
body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content {
  padding-top: 34px;
  padding-bottom: 72px;
}

/* Page-title headers should sit directly beneath the navigation. */
body:has(.page-title.dark.featured-title) #content {
  padding-top: 0 !important;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content > .section,
body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content > .row {
  margin-bottom: 0;
  background: transparent;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner > :first-child {
  margin-top: 0;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner > :last-child {
  margin-bottom: 0;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content a:not(.button) {
  color: var(--csp-blue);
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content a:not(.button):hover {
  color: var(--csp-navy);
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content ul,
body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content ol {
  margin: 20px 0 28px 1.25rem;
  color: var(--csp-muted);
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content li {
  margin-bottom: 10px;
  padding-left: 5px;
  line-height: 1.7;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content li::marker {
  color: var(--csp-cyan);
  font-weight: 700;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content hr {
  margin: 34px 0;
  border: 0;
  border-top: 1px solid var(--csp-line);
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content blockquote {
  margin: 28px 0;
  padding: 22px 26px;
  border-left: 4px solid var(--csp-cyan);
  border-radius: 0 12px 12px 0;
  background: #f5faff;
  color: var(--csp-navy);
  font-size: 1.08rem;
  line-height: 1.7;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .button,
body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content input[type="submit"] {
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--csp-blue), #2b8dcc);
  box-shadow: 0 10px 20px rgba(31, 111, 178, .18);
  text-transform: none;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .button:hover,
body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content input[type="submit"]:hover {
  background: linear-gradient(135deg, var(--csp-navy), #174f82);
  box-shadow: 0 12px 24px rgba(16, 40, 72, .24);
}

body:is(.page-id-14, .page-id-18) #content .wpforms-container {
  margin: 30px 0 0;
}

body:is(.page-id-14, .page-id-18) #content .wpforms-field-container {
  display: grid;
  gap: 4px;
}

body:is(.page-id-14, .page-id-18) #content .wpforms-field {
  margin-bottom: 18px;
}

body:is(.page-id-14, .page-id-18) #content .wpforms-field-label,
body:is(.page-id-14, .page-id-18) #content .wpforms-field-sublabel {
  color: var(--csp-ink);
}

body:is(.page-id-14, .page-id-18) #content .wpforms-field-label {
  margin-bottom: 8px;
  font-size: .92rem;
  font-weight: 700;
}

body:is(.page-id-14, .page-id-18) #content .wpforms-field-sublabel {
  margin-top: 5px;
  font-size: .74rem;
  opacity: .72;
}

body:is(.page-id-14, .page-id-18) #content .wpforms-submit-container {
  margin-top: 8px;
}

body:is(.page-id-14, .page-id-18) #content .wpforms-error,
body:is(.page-id-14, .page-id-18) #content .wpforms-confirmation-container-full {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  line-height: 1.55;
}

@media only screen and (max-width: 48em) {
  body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content {
    padding-top: 18px;
    padding-bottom: 48px;
  }

  body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content blockquote {
    padding: 18px 18px;
  }
}

/* Modern page system: soft canvas, elevated containers, and image-led accents. */
body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) {
  background:
    radial-gradient(circle at 8% 8%, rgba(34, 185, 233, .10), transparent 28rem),
    radial-gradient(circle at 94% 42%, rgba(31, 111, 178, .08), transparent 32rem),
    #f3f7fb;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) .header-wrapper {
  box-shadow: 0 5px 22px rgba(8, 29, 52, .12);
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(190, 209, 225, .78);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98) 0%, rgba(248, 252, 255, .98) 100%);
  box-shadow: 0 18px 46px rgba(16, 40, 72, .12), 0 2px 5px rgba(16, 40, 72, .04);
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 290px;
  height: 188px;
  border-radius: 0 0 0 100%;
  background-position: center;
  background-size: cover;
  content: "";
  opacity: .15;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(135deg, #000 0%, rgba(0, 0, 0, .7) 48%, transparent 86%);
  mask-image: linear-gradient(135deg, #000 0%, rgba(0, 0, 0, .7) 48%, transparent 86%);
}

body.page-id-3 #content .col-inner::before { background-image: url("/wp-content/themes/flatsome-child/assets/csp-header-retail.png"); }
body.page-id-10 #content .col-inner::before { background-image: url("/wp-content/themes/flatsome-child/assets/csp-header-contact.png"); }
body.page-id-12 #content .col-inner::before { background-image: url("/wp-content/themes/flatsome-child/assets/csp-header-company.png"); }
body.page-id-14 #content .col-inner::before { background-image: url("/wp-content/themes/flatsome-child/assets/csp-header-signup.png"); }
body.page-id-16 #content .col-inner::before { background-image: url("/wp-content/themes/flatsome-child/assets/csp-header-merchants.png"); }
body.page-id-18 #content .col-inner::before { background-image: url("/wp-content/themes/flatsome-child/assets/csp-header-payment.png"); }
body.page-id-22 #content .col-inner::before { background-image: url("/wp-content/themes/flatsome-child/assets/csp-header-terms.png"); }
body.page-id-43 #content .col-inner::before { background-image: url("/wp-content/themes/flatsome-child/assets/csp-header-testimonials.png"); }

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner > * {
  position: relative;
  z-index: 1;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner > h1 {
  max-width: 700px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--csp-line);
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  letter-spacing: -.045em;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner > h2 {
  position: relative;
  max-width: 780px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(190, 209, 225, .7);
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner > h2::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 56px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--csp-cyan), var(--csp-blue));
  content: "";
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner > p:first-of-type {
  max-width: 68ch;
  color: var(--csp-ink);
  font-size: 1.12rem;
  line-height: 1.75;
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner li {
  margin: 0 0 12px;
  padding: 12px 16px 12px 18px;
  border: 1px solid rgba(220, 230, 239, .72);
  border-radius: 9px;
  background: rgba(255, 255, 255, .72);
}

body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner li::marker {
  color: var(--csp-blue);
}

body:is(.page-id-14, .page-id-18) #content .col-inner form {
  border: 1px solid rgba(180, 207, 226, .9);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(242, 249, 254, .98));
  box-shadow: 0 12px 30px rgba(16, 40, 72, .07);
}

body:is(.page-id-14, .page-id-18) #content .col-inner input,
body:is(.page-id-14, .page-id-18) #content .col-inner select,
body:is(.page-id-14, .page-id-18) #content .col-inner textarea {
  min-height: 46px;
  border-color: #c5d6e4;
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body:is(.page-id-14, .page-id-18) #content .col-inner input:focus,
body:is(.page-id-14, .page-id-18) #content .col-inner select:focus,
body:is(.page-id-14, .page-id-18) #content .col-inner textarea:focus {
  border-color: var(--csp-blue);
  box-shadow: 0 0 0 4px rgba(34, 185, 233, .14), 0 5px 14px rgba(16, 40, 72, .06);
  transform: translateY(-1px);
}

@media only screen and (max-width: 48em) {
  body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner::before {
    width: 190px;
    height: 130px;
    opacity: .11;
  }

  body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner > h1 {
    padding-bottom: 14px;
  }

  body:is(.page-id-3, .page-id-10, .page-id-12, .page-id-14, .page-id-16, .page-id-18, .page-id-22, .page-id-43) #content .col-inner li {
    padding: 10px 12px 10px 14px;
  }
}

/* Homepage conversion layout. */
body.home {
  background:
    radial-gradient(circle at 4% 20%, rgba(34, 185, 233, .12), transparent 28rem),
    radial-gradient(circle at 96% 64%, rgba(31, 111, 178, .10), transparent 34rem),
    #f3f7fb;
}

body.home #content {
  padding: 0;
  background: transparent;
}

body.home .csp-home-hero {
  position: relative;
  overflow: hidden;
  height: clamp(460px, 56vw, 650px);
  min-height: clamp(460px, 56vw, 650px);
  background: #081d34;
}

body.home .csp-home-hero .section-content,
body.home .csp-home-hero .slider-wrapper,
body.home .csp-home-hero .slider,
body.home .csp-home-hero .flickity-viewport,
body.home .csp-home-hero .flickity-slider,
body.home .csp-home-hero .banner {
  height: 100% !important;
  min-height: 100% !important;
}

body.home .csp-home-hero .section-content,
body.home .csp-home-hero .slider-wrapper {
  height: 100% !important;
}

body.home .csp-home-hero > .section-content {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.home .csp-home-hero .slider-wrapper {
  min-height: clamp(460px, 56vw, 650px);
}

body.home .csp-home-hero .banner {
  padding-top: 0 !important;
}

body.home .csp-home-hero .banner-bg::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 21, 40, .98) 0%, rgba(5, 21, 40, .90) 30%, rgba(5, 21, 40, .52) 56%, rgba(5, 21, 40, .08) 100%);
  content: "";
}

body.home .csp-home-hero .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.03);
}

body.home .csp-home-hero .flickity-page-dots {
  bottom: 28px;
  z-index: 5;
  padding-left: 0;
  text-align: center;
}

body.home .csp-home-hero .flickity-page-dots .dot {
  width: 28px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, .48);
}

body.home .csp-home-hero .flickity-page-dots .dot.is-selected {
  background: var(--csp-cyan);
}

body.home .csp-home-hero .flickity-prev-next-button {
  top: 50%;
  width: 52px !important;
  height: 52px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50% !important;
  background: rgba(8, 29, 52, .68) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
  opacity: 1;
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

body.home .csp-home-hero .flickity-prev-next-button.previous {
  left: 24px;
}

body.home .csp-home-hero .flickity-prev-next-button.next {
  right: 24px;
}

body.home .csp-home-hero .flickity-prev-next-button:hover {
  border-color: var(--csp-cyan);
  background: var(--csp-blue);
  transform: translateY(-50%) scale(1.05);
}

body.home .csp-home-hero .flickity-button-icon {
  display: none;
}

body.home .csp-home-hero .flickity-prev-next-button::before {
  display: block;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

body.home .csp-home-hero .flickity-prev-next-button.previous::before {
  content: "←";
}

body.home .csp-home-hero .flickity-prev-next-button.next::before {
  content: "→";
}

body.home .csp-home-hero .flickity-prev-next-button:focus-visible {
  outline: 3px solid rgba(34, 185, 233, .8);
  outline-offset: 3px;
}

body.home .csp-home-hero-content {
  position: absolute;
  top: 50%;
  left: max(24px, calc((100% - 1160px) / 2));
  z-index: 4;
  width: min(620px, calc(100% - 48px));
  transform: translateY(-50%);
  color: #fff;
}

body.home .csp-home-eyebrow {
  margin: 0 0 16px;
  color: var(--csp-cyan);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.home .csp-home-hero-content h1 {
  max-width: 600px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(2.8rem, 5.7vw, 5.6rem);
  font-weight: 650;
  letter-spacing: -.055em;
  line-height: .98;
}

body.home .csp-home-hero-copy {
  max-width: 540px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.04rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}

body.home .csp-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.home .csp-home-actions .button {
  min-height: 50px;
  margin: 0;
  padding: 14px 22px;
  border-radius: 7px !important;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: none;
}

body.home .csp-home-primary {
  background: var(--csp-cyan);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
  color: #06203a;
}

body.home .csp-home-primary:hover {
  background: #fff;
  color: var(--csp-navy);
}

body.home .csp-home-secondary {
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(8, 29, 52, .58);
  box-shadow: none;
  color: #fff;
}

body.home .csp-home-secondary:hover {
  border-color: #fff;
  background: rgba(8, 29, 52, .82);
  color: #fff;
}

body.home .csp-home-legacy-intro {
  display: none !important;
}

body.home .csp-home-overview {
  position: relative;
  padding: 92px 24px 96px;
  background: transparent;
}

body.home .csp-home-overview-inner {
  max-width: 1160px;
  margin: 0 auto;
}

body.home .csp-home-section-heading {
  max-width: 680px;
  margin: 0 auto 44px;
  text-align: center;
}

body.home .csp-home-section-heading .csp-home-eyebrow {
  color: var(--csp-blue);
}

body.home .csp-home-section-heading h2 {
  margin: 0 0 18px;
  color: var(--csp-navy);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.05;
}

body.home .csp-home-section-heading > p:last-child {
  margin: 0 auto;
  color: var(--csp-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

body.home .csp-home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

body.home .csp-home-service-card {
  position: relative;
  min-height: 250px;
  padding: 28px 28px 25px;
  overflow: hidden;
  border: 1px solid rgba(190, 209, 225, .86);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f5faff);
  box-shadow: 0 14px 34px rgba(16, 40, 72, .09);
  transition: transform .22s ease, box-shadow .22s ease;
}

body.home .csp-home-service-card::after {
  position: absolute;
  right: -36px;
  bottom: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 185, 233, .18), transparent 68%);
  content: "";
}

body.home .csp-home-service-card:hover {
  box-shadow: 0 20px 42px rgba(16, 40, 72, .14);
  transform: translateY(-4px);
}

body.home .csp-home-card-number {
  display: block;
  margin-bottom: 34px;
  color: var(--csp-cyan);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
}

body.home .csp-home-service-card h3 {
  margin: 0 0 10px;
  color: var(--csp-navy);
  font-size: 1.28rem;
  font-weight: 700;
}

body.home .csp-home-service-card p {
  margin: 0 0 20px;
  color: var(--csp-muted);
  line-height: 1.65;
}

body.home .csp-home-service-card a {
  position: relative;
  z-index: 1;
  color: var(--csp-blue);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

body.home .csp-home-service-card a span {
  display: inline-block;
  margin-left: 5px;
  transition: transform .2s ease;
}

body.home .csp-home-service-card a:hover span {
  transform: translateX(4px);
}

body.home .csp-home-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
  padding: 30px 0 0;
  border-top: 1px solid rgba(190, 209, 225, .82);
}

body.home .csp-home-process > div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 13px;
  align-items: start;
}

body.home .csp-home-process span {
  grid-row: span 2;
  color: var(--csp-blue);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
}

body.home .csp-home-process strong {
  color: var(--csp-navy);
  font-size: .98rem;
}

body.home .csp-home-process p {
  margin: 4px 0 0;
  color: var(--csp-muted);
  font-size: .9rem;
  line-height: 1.55;
}

@media only screen and (max-width: 48em) {
  body.home .csp-home-hero,
  body.home .csp-home-hero .slider-wrapper {
    height: 600px;
    min-height: 600px;
  }

  body.home .csp-home-hero-content {
    top: 46%;
    width: calc(100% - 40px);
    left: 20px;
  }

  body.home .csp-home-hero .flickity-prev-next-button {
    width: 44px !important;
    height: 44px !important;
  }

  body.home .csp-home-hero .flickity-prev-next-button.previous {
    left: 12px;
  }

  body.home .csp-home-hero .flickity-prev-next-button.next {
    right: 12px;
  }

  body.home .csp-home-hero-content h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  body.home .csp-home-hero-copy {
    font-size: 1rem;
  }

  body.home .csp-home-overview {
    padding: 60px 18px 66px;
  }

  body.home .csp-home-service-grid,
  body.home .csp-home-process {
    grid-template-columns: 1fr;
  }

  body.home .csp-home-service-card {
    min-height: 0;
  }

  body.home .csp-home-process {
    gap: 20px;
    margin-top: 38px;
  }
}

/* Contact page: focused, welcoming form experience. */
body.page-id-18 #content .csp-contact-enhanced { position: relative; z-index: 1; }
body.page-id-18 #content .csp-contact-intro { max-width: 720px; margin: 0 auto 34px; text-align: center; }
body.page-id-18 #content .csp-contact-eyebrow { margin: 0 0 14px; color: var(--csp-blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
body.page-id-18 #content .csp-contact-intro h1 { max-width: 700px; margin: 0 auto 18px; padding: 0; border: 0; color: var(--csp-navy); font-size: clamp(2.35rem, 5vw, 4rem); font-weight: 650; letter-spacing: -.055em; line-height: 1; }
body.page-id-18 #content .csp-contact-lead { max-width: 600px; margin: 0 auto; color: var(--csp-muted); font-size: 1.1rem; line-height: 1.72; }
body.page-id-18 #content .csp-contact-points { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
body.page-id-18 #content .csp-contact-points span { padding: 8px 12px; border: 1px solid rgba(34, 185, 233, .3); border-radius: 999px; background: rgba(34, 185, 233, .08); color: var(--csp-blue); font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
body.page-id-18 #content .wpforms-container { max-width: 760px; margin: 0 auto; padding: 30px clamp(20px, 4vw, 40px) 34px; border: 1px solid rgba(190, 209, 225, .86); border-radius: 16px; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 16px 38px rgba(16, 40, 72, .11); }
body.page-id-18 #content .wpforms-container::before { display: block; width: 56px; height: 3px; margin-bottom: 22px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, var(--csp-cyan), var(--csp-blue)); content: ""; }
body.page-id-18 #content .wpforms-field-container { gap: 7px; }
body.page-id-18 #content .wpforms-field { margin-bottom: 18px; }
body.page-id-18 #content .wpforms-field-label { margin-bottom: 8px; color: var(--csp-ink); font-size: .91rem; font-weight: 750; }
body.page-id-18 #content .wpforms-field-sublabel { color: var(--csp-muted); font-size: .74rem; }
body.page-id-18 #content .wpforms-submit-container { margin-top: 8px; }
body.page-id-18 #content .wpforms-submit { min-height: 50px; padding: 13px 28px; border: 0; border-radius: 7px !important; background: linear-gradient(135deg, var(--csp-blue), #2b8dcc); box-shadow: 0 10px 20px rgba(31, 111, 178, .18); color: #fff; font-size: .9rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
body.page-id-18 #content .wpforms-submit:hover { background: linear-gradient(135deg, var(--csp-navy), #174f82); box-shadow: 0 12px 24px rgba(16, 40, 72, .22); transform: translateY(-2px); }
body.page-id-18 #content .wpforms-field input,
body.page-id-18 #content .wpforms-field textarea,
body.page-id-18 #content .wpforms-field select { min-height: 47px; border: 1px solid #c5d6e4; border-radius: 8px; background: #fff; box-shadow: none; }
body.page-id-18 #content .wpforms-field textarea { min-height: 132px; resize: vertical; }
body.page-id-18 #content .wpforms-field input:focus,
body.page-id-18 #content .wpforms-field textarea:focus,
body.page-id-18 #content .wpforms-field select:focus { border-color: var(--csp-blue); box-shadow: 0 0 0 4px rgba(34, 185, 233, .14); outline: none; }
body.page-id-18 #content .csp-contact-disclosure { max-width: 900px; margin: 42px auto 0; padding: 24px 30px 4px; border: 1px solid rgba(190, 209, 225, .78); border-radius: 13px; background: #f7f9fc; color: var(--csp-muted); font-size: .78rem; line-height: 1.72; text-align: center; }
body.page-id-18 #content .csp-contact-disclosure span { color: var(--csp-muted); }
body.page-id-18 #content .csp-contact-disclosure strong { color: var(--csp-navy); }

@media only screen and (max-width: 48em) {
  body.page-id-18 #content .csp-contact-intro h1 { font-size: clamp(2.25rem, 11vw, 3.35rem); }
  body.page-id-18 #content .wpforms-container { padding: 24px 18px 26px; border-radius: 13px; }
  body.page-id-18 #content .csp-contact-points { gap: 7px; }
  body.page-id-18 #content .csp-contact-points span { font-size: .7rem; }
  body.page-id-18 #content .csp-contact-disclosure { padding: 20px 17px 2px; }
}

/* CSP Advantage page: values, operations, and industry coverage in a clear hierarchy. */
body.page-id-39 #content .csp-advantage-category-source { display: none !important; }
body.page-id-39 #content .csp-advantage-layout { position: relative; z-index: 1; }
body.page-id-39 #content .csp-advantage-intro { max-width: 780px; margin: 0 auto 64px; text-align: center; }
body.page-id-39 #content .csp-advantage-eyebrow { margin: 0 0 14px; color: var(--csp-blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
body.page-id-39 #content .csp-advantage-intro h1 { max-width: 760px; margin: 0 auto 18px; padding: 0; border: 0; color: var(--csp-navy); font-size: clamp(2.4rem, 5vw, 4.35rem); font-weight: 650; letter-spacing: -.055em; line-height: 1; }
body.page-id-39 #content .csp-advantage-lead { max-width: 660px; margin: 0 auto; color: var(--csp-muted); font-size: 1.12rem; line-height: 1.75; }
body.page-id-39 #content .csp-advantage-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
body.page-id-39 #content .csp-advantage-actions .button,
body.page-id-39 #content .csp-advantage-closing .button { min-height: 48px; margin: 0; padding: 13px 22px; border-radius: 7px !important; background: linear-gradient(135deg, var(--csp-blue), #2b8dcc); box-shadow: 0 10px 20px rgba(31, 111, 178, .18); color: #fff; font-size: .88rem; font-weight: 800; text-transform: none; }
body.page-id-39 #content .csp-advantage-actions .button:hover,
body.page-id-39 #content .csp-advantage-closing .button:hover { background: linear-gradient(135deg, var(--csp-navy), #174f82); color: #fff; }
body.page-id-39 #content .csp-advantage-actions .button.is-outline { border: 1px solid var(--csp-blue); background: transparent; box-shadow: none; color: var(--csp-blue); }
body.page-id-39 #content .csp-advantage-actions .button.is-outline:hover { background: var(--csp-blue); color: #fff; }
body.page-id-39 #content .csp-advantage-values,
body.page-id-39 #content .csp-advantage-operational,
body.page-id-39 #content .csp-advantage-categories { margin-top: 56px; padding-top: 42px; border-top: 1px solid var(--csp-line); }
body.page-id-39 #content .csp-advantage-section-head { max-width: 720px; margin-bottom: 28px; }
body.page-id-39 #content .csp-advantage-section-head h2 { margin: 0; padding: 0; border: 0; color: var(--csp-navy); font-size: clamp(1.8rem, 3.5vw, 2.75rem); font-weight: 650; letter-spacing: -.045em; line-height: 1.08; }
body.page-id-39 #content .csp-advantage-value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body.page-id-39 #content .csp-advantage-value-card { position: relative; min-height: 225px; padding: 27px 29px; overflow: hidden; border: 1px solid rgba(190, 209, 225, .86); border-radius: 15px; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 12px 28px rgba(16, 40, 72, .07); }
body.page-id-39 #content .csp-advantage-value-card::after { position: absolute; right: -42px; bottom: -52px; width: 155px; height: 155px; border-radius: 50%; background: radial-gradient(circle, rgba(34, 185, 233, .14), transparent 68%); content: ""; }
body.page-id-39 #content .csp-advantage-number { display: block; margin-bottom: 28px; color: var(--csp-cyan); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
body.page-id-39 #content .csp-advantage-value-card h3 { margin: 0 0 10px; color: var(--csp-navy); font-size: 1.28rem; font-weight: 750; letter-spacing: -.025em; }
body.page-id-39 #content .csp-advantage-value-copy { position: relative; z-index: 1; max-width: none; margin: 0; color: var(--csp-muted); font-size: .96rem; line-height: 1.7; }
body.page-id-39 #content .csp-advantage-operational-copy { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
body.page-id-39 #content .csp-advantage-operational-copy p { max-width: none; margin: 0; padding: 24px 25px; border: 1px solid rgba(190, 209, 225, .86); border-radius: 14px; background: rgba(255, 255, 255, .75); color: var(--csp-muted); font-size: .98rem; line-height: 1.75; }
body.page-id-39 #content .csp-advantage-operational-copy p:first-child { grid-column: 1 / -1; background: linear-gradient(145deg, #fff, #f5faff); color: var(--csp-ink); }
body.page-id-39 #content .csp-advantage-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body.page-id-39 #content .csp-advantage-category-card { padding: 25px 27px; border: 1px solid rgba(190, 209, 225, .86); border-radius: 14px; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 12px 28px rgba(16, 40, 72, .07); }
body.page-id-39 #content .csp-advantage-category-card h3 { margin: 0 0 18px; color: var(--csp-navy); font-size: 1.22rem; line-height: 1.2; }
body.page-id-39 #content .csp-advantage-category-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 13px; margin: 0; padding: 0; list-style: none; }
body.page-id-39 #content .csp-advantage-category-card li { margin: 0; padding: 0 0 7px 17px; border-bottom: 1px solid rgba(220, 230, 239, .7); color: var(--csp-muted); font-size: .84rem; line-height: 1.4; }
body.page-id-39 #content .csp-advantage-category-card li::before { position: absolute; margin-left: -17px; color: var(--csp-cyan); content: "•"; font-size: 1.1rem; font-weight: 800; }
body.page-id-39 #content .csp-advantage-closing { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 58px; padding: 30px 32px; border-radius: 15px; background: linear-gradient(120deg, #0b2340, #165c8d 72%, #1b7fa5); box-shadow: 0 18px 34px rgba(16, 40, 72, .16); }
body.page-id-39 #content .csp-advantage-closing .csp-advantage-eyebrow { margin-bottom: 8px; color: #8ee7ff; }
body.page-id-39 #content .csp-advantage-closing h2 { max-width: 600px; margin: 0; padding: 0; border: 0; color: #fff; font-size: clamp(1.45rem, 3vw, 2.2rem); letter-spacing: -.035em; line-height: 1.1; }
body.page-id-39 #content .csp-advantage-closing .button { flex: 0 0 auto; background: #fff; color: var(--csp-navy); }
body.page-id-39 #content .csp-advantage-closing .button:hover { background: var(--csp-cyan); }

@media only screen and (max-width: 48em) {
  body.page-id-39 #content .csp-advantage-intro h1 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  body.page-id-39 #content .csp-advantage-value-grid,
  body.page-id-39 #content .csp-advantage-operational-copy,
  body.page-id-39 #content .csp-advantage-category-grid { grid-template-columns: 1fr; }
  body.page-id-39 #content .csp-advantage-operational-copy p:first-child { grid-column: auto; }
  body.page-id-39 #content .csp-advantage-category-card ul { grid-template-columns: 1fr; }
  body.page-id-39 #content .csp-advantage-closing { align-items: flex-start; flex-direction: column; padding: 25px 22px; }
}

/* Careers page: a more compelling recruitment and resume-submission experience. */
body.page-id-41 #content .csp-careers-section .img-inner { overflow: hidden; border-radius: 16px; box-shadow: 0 18px 38px rgba(16, 40, 72, .13); }
body.page-id-41 #content .csp-careers-section .img-inner img { width: 100%; min-height: 240px; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.02); }
body.page-id-41 #content .csp-careers-section > .section-content > .row { align-items: stretch; gap: 18px; }
body.page-id-41 #content .csp-careers-section > .section-content > .row > .col { padding-bottom: 0; }
body.page-id-41 #content .csp-careers-section > .section-content > .row > .col:first-child { flex-basis: calc(66.666% - 9px); max-width: calc(66.666% - 9px); }
body.page-id-41 #content .csp-careers-section > .section-content > .row > .col:nth-child(2) { flex-basis: calc(33.333% - 9px); max-width: calc(33.333% - 9px); }
body.page-id-41 #content .csp-careers-section .col-inner { height: 100%; padding: 34px clamp(22px, 4vw, 42px) 42px; border: 1px solid rgba(190, 209, 225, .86); border-radius: 16px; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 16px 36px rgba(16, 40, 72, .1); }
body.page-id-41 #content .csp-careers-intro { margin-bottom: 34px; }
body.page-id-41 #content .csp-careers-eyebrow { margin: 0 0 14px; color: var(--csp-blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
body.page-id-41 #content .csp-careers-intro h1 { max-width: 640px; margin: 0 0 18px; padding: 0; border: 0; color: var(--csp-navy); font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 650; letter-spacing: -.05em; line-height: 1; }
body.page-id-41 #content .csp-careers-lead { max-width: 620px; margin: 0; color: var(--csp-muted); font-size: 1.08rem; line-height: 1.75; }
body.page-id-41 #content .csp-careers-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
body.page-id-41 #content .csp-careers-points span { padding: 8px 11px; border: 1px solid rgba(34, 185, 233, .3); border-radius: 999px; background: rgba(34, 185, 233, .08); color: var(--csp-blue); font-size: .74rem; font-weight: 800; }
body.page-id-41 #content .csp-careers-role { margin: 0; padding: 25px 27px; border-left: 4px solid var(--csp-cyan); border-radius: 0 12px 12px 0; background: linear-gradient(135deg, rgba(34, 185, 233, .1), rgba(31, 111, 178, .05)); color: var(--csp-muted); font-size: 1rem; line-height: 1.75; }
body.page-id-41 #content .csp-careers-role strong { display: block; margin-bottom: 8px; color: var(--csp-navy); font-size: 1.25rem; }
body.page-id-41 #content .csp-careers-form-column { padding: 26px clamp(18px, 3vw, 28px) 30px !important; }
body.page-id-41 #content .csp-careers-form-column .section-title-container { margin: 0 0 20px; padding: 0 0 17px; border-bottom: 1px solid var(--csp-line); }
body.page-id-41 #content .csp-careers-form-column .section-title { margin: 0; text-align: left; }
body.page-id-41 #content .csp-careers-form-column .section-title-main { color: var(--csp-navy); font-size: 1.35rem; font-weight: 750; letter-spacing: -.025em; text-transform: none; }
body.page-id-41 #content .csp-careers-form-column .section-title b { display: none; }
body.page-id-41 #content .csp-careers-form-column .wpforms-field { margin-bottom: 15px; }
body.page-id-41 #content .csp-careers-form-column .wpforms-field-label { margin-bottom: 7px; color: var(--csp-ink); font-size: .86rem; font-weight: 750; }
body.page-id-41 #content .csp-careers-form-column .wpforms-field-sublabel { color: var(--csp-muted); font-size: .72rem; }
body.page-id-41 #content .csp-careers-form-column .wpforms-field input,
body.page-id-41 #content .csp-careers-form-column .wpforms-field textarea,
body.page-id-41 #content .csp-careers-form-column .wpforms-field select { min-height: 44px; border: 1px solid #c5d6e4; border-radius: 8px; background: #fff; }
body.page-id-41 #content .csp-careers-form-column .wpforms-field textarea { min-height: 90px; resize: vertical; }
body.page-id-41 #content .csp-careers-form-column .wpforms-field input:focus,
body.page-id-41 #content .csp-careers-form-column .wpforms-field textarea:focus,
body.page-id-41 #content .csp-careers-form-column .wpforms-field select:focus { border-color: var(--csp-blue); box-shadow: 0 0 0 4px rgba(34, 185, 233, .14); outline: none; }
body.page-id-41 #content .csp-careers-form-column .wpforms-submit { min-height: 46px; padding: 12px 22px; border: 0; border-radius: 7px !important; background: linear-gradient(135deg, var(--csp-blue), #2b8dcc); box-shadow: 0 9px 18px rgba(31, 111, 178, .18); color: #fff; font-size: .86rem; font-weight: 800; }
body.page-id-41 #content .csp-careers-form-column .wpforms-submit:hover { background: linear-gradient(135deg, var(--csp-navy), #174f82); }

@media only screen and (max-width: 48em) {
  body.page-id-41 #content .csp-careers-section > .section-content > .row > .col:first-child,
  body.page-id-41 #content .csp-careers-section > .section-content > .row > .col:nth-child(2) { flex-basis: 100%; max-width: 100%; }
  body.page-id-41 #content .csp-careers-section .col-inner { padding: 26px 20px 30px; }
  body.page-id-41 #content .csp-careers-section > .section-content > .row { gap: 14px; }
}

/* Testimonials page: elevated social proof with a clear next step. */
body.page-id-43 #content .csp-testimonials-layout { position: relative; z-index: 1; }
body.page-id-43 #content .csp-testimonials-intro { max-width: 780px; margin: 0 auto 58px; text-align: center; }
body.page-id-43 #content .csp-testimonials-eyebrow { margin: 0 0 14px; color: var(--csp-blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
body.page-id-43 #content .csp-testimonials-intro h1 { max-width: 760px; margin: 0 auto 18px; padding: 0; border: 0; color: var(--csp-navy); font-size: clamp(2.4rem, 5vw, 4.25rem); font-weight: 650; letter-spacing: -.055em; line-height: 1; }
body.page-id-43 #content .csp-testimonials-lead { max-width: 650px; margin: 0 auto; color: var(--csp-muted); font-size: 1.12rem; line-height: 1.75; }
body.page-id-43 #content .csp-testimonials-points { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
body.page-id-43 #content .csp-testimonials-points span { padding: 8px 12px; border: 1px solid rgba(34, 185, 233, .3); border-radius: 999px; background: rgba(34, 185, 233, .08); color: var(--csp-blue); font-size: .75rem; font-weight: 800; }
body.page-id-43 #content .csp-testimonials-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body.page-id-43 #content .csp-testimonial-card { position: relative; min-height: 245px; padding: 28px 30px 25px; overflow: hidden; border: 1px solid rgba(190, 209, 225, .86); border-radius: 15px; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 12px 28px rgba(16, 40, 72, .08); transition: transform .22s ease, box-shadow .22s ease; }
body.page-id-43 #content .csp-testimonial-card::after { position: absolute; right: -44px; bottom: -54px; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(34, 185, 233, .15), transparent 68%); content: ""; }
body.page-id-43 #content .csp-testimonial-card:hover { box-shadow: 0 18px 36px rgba(16, 40, 72, .13); transform: translateY(-3px); }
body.page-id-43 #content .csp-testimonial-mark { display: block; height: 38px; color: var(--csp-cyan); font-family: Georgia, serif; font-size: 4.2rem; line-height: .8; }
body.page-id-43 #content .csp-testimonial-copy { position: relative; z-index: 1; max-width: none; margin: 8px 0 22px; color: var(--csp-ink); font-size: 1.04rem; line-height: 1.75; }
body.page-id-43 #content .csp-testimonial-author { position: relative; z-index: 1; max-width: none; margin: 0; color: var(--csp-blue); font-size: .84rem; font-weight: 800; letter-spacing: .04em; }
body.page-id-43 #content .csp-testimonials-closing { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 58px; padding: 30px 32px; border-radius: 15px; background: linear-gradient(120deg, #0b2340, #165c8d 72%, #1b7fa5); box-shadow: 0 18px 34px rgba(16, 40, 72, .16); }
body.page-id-43 #content .csp-testimonials-closing .csp-testimonials-eyebrow { margin-bottom: 8px; color: #8ee7ff; }
body.page-id-43 #content .csp-testimonials-closing h2 { max-width: 590px; margin: 0; padding: 0; border: 0; color: #fff; font-size: clamp(1.45rem, 3vw, 2.2rem); letter-spacing: -.035em; line-height: 1.1; }
body.page-id-43 #content .csp-testimonials-closing .button { min-height: 48px; flex: 0 0 auto; margin: 0; padding: 13px 22px; border-radius: 7px !important; background: #fff; color: var(--csp-navy); font-size: .88rem; font-weight: 800; text-transform: none; }
body.page-id-43 #content .csp-testimonials-closing .button:hover { background: var(--csp-cyan); }

@media only screen and (max-width: 48em) {
  body.page-id-43 #content .csp-testimonials-intro h1 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  body.page-id-43 #content .csp-testimonials-grid { grid-template-columns: 1fr; }
  body.page-id-43 #content .csp-testimonial-card { min-height: 0; padding: 24px 22px; }
  body.page-id-43 #content .csp-testimonials-closing { align-items: flex-start; flex-direction: column; padding: 25px 22px; }
}

/* Signup page: full-width application flow with a calm, professional form surface. */
body.page-id-14 #content > .row:first-child { max-width: 1040px; margin: 0 auto 22px; }
body.page-id-14 #content > .row:first-child .col-inner { padding: 25px 30px; border: 1px solid rgba(190, 209, 225, .78); border-radius: 13px; background: linear-gradient(135deg, rgba(34, 185, 233, .1), rgba(31, 111, 178, .04)); }
body.page-id-14 #content > .row:first-child p { max-width: none; margin: 0; color: var(--csp-ink); font-size: 1rem; line-height: 1.75; }
body.page-id-14 #content > .row:has(form) { max-width: 1180px; margin: 0 auto; }
body.page-id-14 #content > .row:has(form) > .col:first-child { flex-basis: 100% !important; max-width: 100% !important; width: 100% !important; }
body.page-id-14 #content > .row:has(form) > .col:nth-child(2) { display: none !important; }
body.page-id-14 #content > .row:has(form) .col-inner { max-width: none !important; margin: 0; padding: 34px clamp(20px, 4vw, 48px) 42px; border: 1px solid rgba(190, 209, 225, .86); border-radius: 16px; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 16px 38px rgba(16, 40, 72, .11); }
body.page-id-14 #content > .row:has(form) .wpforms-container { width: 100%; max-width: none; margin: 0; }
body.page-id-14 #content > .row:has(form) .wpforms-container::before { display: block; width: 56px; height: 3px; margin-bottom: 23px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, var(--csp-cyan), var(--csp-blue)); content: ""; }
body.page-id-14 #content > .row:has(form) .wpforms-page-indicator { margin: 0 0 30px; padding: 14px 17px; border: 1px solid rgba(190, 209, 225, .82); border-radius: 9px; background: #f7fafd; color: var(--csp-blue); font-weight: 800; }
body.page-id-14 #content > .row:has(form) .wpforms-field { margin-bottom: 18px; }
body.page-id-14 #content > .row:has(form) .wpforms-field-label { margin-bottom: 8px; color: var(--csp-ink); font-size: .9rem; font-weight: 750; }
body.page-id-14 #content > .row:has(form) .wpforms-field-sublabel { color: var(--csp-muted); font-size: .73rem; }
body.page-id-14 #content > .row:has(form) .wpforms-field input,
body.page-id-14 #content > .row:has(form) .wpforms-field textarea,
body.page-id-14 #content > .row:has(form) .wpforms-field select { min-height: 47px; border: 1px solid #c5d6e4; border-radius: 8px; background: #fff; }
body.page-id-14 #content > .row:has(form) .wpforms-field textarea { min-height: 125px; resize: vertical; }
body.page-id-14 #content > .row:has(form) .wpforms-field input:focus,
body.page-id-14 #content > .row:has(form) .wpforms-field textarea:focus,
body.page-id-14 #content > .row:has(form) .wpforms-field select:focus { border-color: var(--csp-blue); box-shadow: 0 0 0 4px rgba(34, 185, 233, .14); outline: none; }
body.page-id-14 #content > .row:has(form) .wpforms-page-button,
body.page-id-14 #content > .row:has(form) .wpforms-submit { min-height: 48px; padding: 13px 24px; border: 0; border-radius: 7px !important; background: linear-gradient(135deg, var(--csp-blue), #2b8dcc); box-shadow: 0 10px 20px rgba(31, 111, 178, .18); color: #fff; font-size: .88rem; font-weight: 800; }
body.page-id-14 #content > .row:has(form) .wpforms-page-button:hover,
body.page-id-14 #content > .row:has(form) .wpforms-submit:hover { background: linear-gradient(135deg, var(--csp-navy), #174f82); }
body.page-id-14 #content > .row:has(form) .wpforms-recaptcha-container { margin-top: 12px; }

@media only screen and (max-width: 48em) {
  body.page-id-14 #content > .row:first-child .col-inner { padding: 21px 18px; }
  body.page-id-14 #content > .row:has(form) .col-inner { padding: 26px 18px 30px; border-radius: 13px; }
  body.page-id-14 #content > .row:has(form) .wpforms-page-indicator { margin-bottom: 23px; }
}

/* Homepage action bar: normalize the three legacy image buttons. */
body.home #content > .row:has(a img) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 16px 0;
}
body.home #content > .row:has(a img) > .col { width: auto; max-width: none; padding: 0; }
body.home #content > .row:has(a img) > .col > .col-inner { height: 112px; padding: 0; }
body.home #content > .row:has(a img) .img.has-hover { display: flex; align-items: center; justify-content: center; height: 112px; margin: 0; overflow: hidden; border: 1px solid rgba(190, 209, 225, .86); border-radius: 13px; background: #fff; box-shadow: 0 10px 22px rgba(16, 40, 72, .1); transition: transform .2s ease, box-shadow .2s ease; }
body.home #content > .row:has(a img) .img.has-hover:hover { box-shadow: 0 15px 30px rgba(16, 40, 72, .16); transform: translateY(-3px); }
body.home #content > .row:has(a img) .img.has-hover a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
body.home #content > .row:has(a img) .img.has-hover img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }

@media only screen and (max-width: 48em) {
  body.home #content > .row:has(a img) { grid-template-columns: 1fr; gap: 12px; margin-top: 18px; padding: 10px 14px; }
  body.home #content > .row:has(a img) > .col > .col-inner,
  body.home #content > .row:has(a img) .img.has-hover { height: 92px; }
}

/* Homepage action cards: replace mismatched image buttons with a unified icon system. */
body.home #content > .csp-home-action-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 16px 0;
}
body.home #content > .csp-home-action-row > .col { width: auto; max-width: none; padding: 0; }
body.home #content > .csp-home-action-row > .col > .col-inner { height: 124px; padding: 0; }
body.home #content > .csp-home-action-row .csp-home-action-item { height: 124px; margin: 0; overflow: hidden; border: 1px solid rgba(142, 223, 255, .38); border-radius: 16px; background: linear-gradient(135deg, #0b2340, #165c8d 72%, #1b7fa5); box-shadow: 0 12px 26px rgba(16, 40, 72, .13); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
body.home #content > .csp-home-action-row .csp-home-action-item:hover { border-color: var(--csp-cyan); box-shadow: 0 18px 32px rgba(16, 40, 72, .2); transform: translateY(-4px); }
body.home #content > .csp-home-action-row .csp-action-card-online { background: linear-gradient(135deg, #102848, #1f6fb2 72%, #239cca); }
body.home #content > .csp-home-action-row .csp-action-card-support { background: linear-gradient(135deg, #08213d, #0c4e83 72%, #177fa2); }
body.home #content > .csp-home-action-row .csp-home-action-link { display: grid; grid-template-columns: 58px minmax(0, 1fr) 24px; align-items: center; gap: 16px; width: 100%; height: 100%; padding: 20px 22px; color: #fff; text-decoration: none; }
body.home #content > .csp-home-action-row .csp-home-action-icon { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255, 255, 255, .46); border-radius: 15px; background: rgba(255, 255, 255, .12); }
body.home #content > .csp-home-action-row .csp-home-action-icon svg { width: 34px; height: 34px; fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.4; }
body.home #content > .csp-home-action-row .csp-home-action-label { color: #fff; font-size: clamp(.95rem, 1.45vw, 1.16rem); font-weight: 800; letter-spacing: -.015em; line-height: 1.18; }
body.home #content > .csp-home-action-row .csp-home-action-arrow { color: #8ee7ff; font-size: 2rem; font-weight: 400; line-height: 1; transition: transform .2s ease; }
body.home #content > .csp-home-action-row .csp-home-action-link:hover .csp-home-action-arrow { transform: translateX(4px); }

@media only screen and (max-width: 48em) {
  body.home #content > .csp-home-action-row { grid-template-columns: 1fr; gap: 12px; margin-top: 18px; padding: 10px 14px; }
  body.home #content > .csp-home-action-row > .col > .col-inner,
  body.home #content > .csp-home-action-row .csp-home-action-item { height: 92px; }
  body.home #content > .csp-home-action-row .csp-home-action-link { grid-template-columns: 48px minmax(0, 1fr) 20px; gap: 13px; padding: 14px 16px; }
  body.home #content > .csp-home-action-row .csp-home-action-icon { width: 48px; height: 48px; border-radius: 12px; }
  body.home #content > .csp-home-action-row .csp-home-action-icon svg { width: 28px; height: 28px; }
  body.home #content > .csp-home-action-row .csp-home-action-arrow { font-size: 1.7rem; }
}

/* New Merchants page: savings-led messaging and a confident signup path. */
body.page-id-16 #content .csp-merchants-layout { position: relative; z-index: 1; }
body.page-id-16 #content .csp-merchants-intro { max-width: 780px; margin: 0 auto 54px; text-align: center; }
body.page-id-16 #content .csp-merchants-eyebrow { margin: 0 0 14px; color: var(--csp-blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
body.page-id-16 #content .csp-merchants-intro h1 { max-width: 760px; margin: 0 auto 18px; padding: 0; border: 0; color: var(--csp-navy); font-size: clamp(2.4rem, 5vw, 4.3rem); font-weight: 650; letter-spacing: -.055em; line-height: 1; }
body.page-id-16 #content .csp-merchants-lead { max-width: 650px; margin: 0 auto; color: var(--csp-muted); font-size: 1.12rem; line-height: 1.75; }
body.page-id-16 #content .csp-merchants-location { display: inline-block; margin-top: 22px; padding: 8px 13px; border: 1px solid rgba(34, 185, 233, .3); border-radius: 999px; background: rgba(34, 185, 233, .09); color: var(--csp-blue); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
body.page-id-16 #content .csp-merchants-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
body.page-id-16 #content .csp-merchants-actions .button,
body.page-id-16 #content .csp-merchants-statement .button { min-height: 48px; margin: 0; padding: 13px 22px; border-radius: 7px !important; background: linear-gradient(135deg, var(--csp-blue), #2b8dcc); box-shadow: 0 10px 20px rgba(31, 111, 178, .18); color: #fff; font-size: .88rem; font-weight: 800; text-transform: none; }
body.page-id-16 #content .csp-merchants-actions .button:hover,
body.page-id-16 #content .csp-merchants-statement .button:hover { background: linear-gradient(135deg, var(--csp-navy), #174f82); color: #fff; }
body.page-id-16 #content .csp-merchants-actions .button.is-outline { border: 1px solid var(--csp-blue); background: transparent; box-shadow: none; color: var(--csp-blue); }
body.page-id-16 #content .csp-merchants-actions .button.is-outline:hover { background: var(--csp-blue); color: #fff; }
body.page-id-16 #content .csp-merchants-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 820px; margin: 0 auto 64px; overflow: hidden; border: 1px solid rgba(190, 209, 225, .86); border-radius: 14px; background: var(--csp-line); box-shadow: 0 10px 24px rgba(16, 40, 72, .06); }
body.page-id-16 #content .csp-merchants-stats > div { display: grid; gap: 4px; padding: 20px 14px; background: rgba(255, 255, 255, .9); text-align: center; }
body.page-id-16 #content .csp-merchants-stats strong { color: var(--csp-blue); font-size: 1.45rem; letter-spacing: -.03em; }
body.page-id-16 #content .csp-merchants-stats span { color: var(--csp-muted); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
body.page-id-16 #content .csp-merchants-savings,
body.page-id-16 #content .csp-merchants-benefits { margin-top: 56px; padding-top: 42px; border-top: 1px solid var(--csp-line); }
body.page-id-16 #content .csp-merchants-section-head { max-width: 700px; margin-bottom: 26px; }
body.page-id-16 #content .csp-merchants-section-head h2 { margin: 0; padding: 0; border: 0; color: var(--csp-navy); font-size: clamp(1.8rem, 3.5vw, 2.75rem); font-weight: 650; letter-spacing: -.045em; line-height: 1.08; }
body.page-id-16 #content .csp-merchants-savings-copy { max-width: none; margin: 0; padding: 27px 30px; border: 1px solid rgba(34, 185, 233, .3); border-radius: 14px; background: linear-gradient(135deg, rgba(34, 185, 233, .1), rgba(31, 111, 178, .05)); color: var(--csp-ink); font-size: 1.05rem; line-height: 1.8; }
body.page-id-16 #content .csp-merchants-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body.page-id-16 #content .csp-merchant-benefit { position: relative; min-height: 145px; padding: 25px 27px; overflow: hidden; border: 1px solid rgba(190, 209, 225, .86); border-radius: 14px; background: linear-gradient(145deg, #fff, #f5faff); box-shadow: 0 12px 28px rgba(16, 40, 72, .07); }
body.page-id-16 #content .csp-merchant-benefit::after { position: absolute; right: -42px; bottom: -52px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(34, 185, 233, .14), transparent 68%); content: ""; }
body.page-id-16 #content .csp-merchant-number { display: block; margin-bottom: 25px; color: var(--csp-cyan); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
body.page-id-16 #content .csp-merchant-benefit-copy { position: relative; z-index: 1; max-width: none; margin: 0; color: var(--csp-muted); font-size: .98rem; line-height: 1.7; }
body.page-id-16 #content .csp-merchants-statement { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr) auto; gap: 24px; align-items: center; margin-top: 58px; padding: 30px 32px; border-radius: 15px; background: linear-gradient(120deg, #0b2340, #165c8d 72%, #1b7fa5); box-shadow: 0 18px 34px rgba(16, 40, 72, .16); }
body.page-id-16 #content .csp-merchants-statement .csp-merchants-eyebrow { color: #8ee7ff; }
body.page-id-16 #content .csp-merchants-statement h2 { margin: 0; color: #fff; font-size: clamp(1.35rem, 2.6vw, 2rem); letter-spacing: -.035em; line-height: 1.1; }
body.page-id-16 #content .csp-merchants-statement-copy { max-width: none; margin: 0; color: rgba(255, 255, 255, .82); font-size: .9rem; line-height: 1.65; }
body.page-id-16 #content .csp-merchants-statement .csp-merchants-statement-copy,
body.page-id-16 #content .csp-merchants-statement .csp-merchants-statement-copy strong,
body.page-id-16 #content .csp-merchants-statement .csp-merchants-statement-copy em {
  max-width: none;
  color: rgba(255, 255, 255, .94) !important;
}
body.page-id-16 #content .csp-merchants-statement .csp-merchants-statement-copy strong { font-weight: 800; }
body.page-id-16 #content .csp-merchants-statement .csp-merchants-statement-copy em { color: #fff !important; }
body.page-id-16 #content .csp-merchants-statement .button { background: #fff; color: var(--csp-navy); }
body.page-id-16 #content .csp-merchants-statement .button:hover { background: var(--csp-cyan); }
body.page-id-16 #content .csp-merchants-disclosure { max-width: 900px; margin: 48px auto 0; padding: 24px 30px 4px; border: 1px solid rgba(190, 209, 225, .78); border-radius: 13px; background: #f7f9fc; color: var(--csp-muted); font-size: .78rem; line-height: 1.72; text-align: center; }
body.page-id-16 #content .csp-merchants-disclosure p { max-width: 820px; margin: 0 auto 12px; text-align: center; }

@media only screen and (max-width: 48em) {
  body.page-id-16 #content .csp-merchants-intro h1 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  body.page-id-16 #content .csp-merchants-stats { margin-bottom: 42px; }
  body.page-id-16 #content .csp-merchants-benefit-grid { grid-template-columns: 1fr; }
  body.page-id-16 #content .csp-merchant-benefit { min-height: 0; padding: 22px; }
  body.page-id-16 #content .csp-merchants-statement { grid-template-columns: 1fr; align-items: start; padding: 25px 22px; }
  body.page-id-16 #content .csp-merchants-statement > * { min-width: 0; }
  body.page-id-16 #content .csp-merchants-statement-copy { overflow-wrap: anywhere; }
  body.page-id-16 #content .csp-merchants-disclosure { padding: 20px 17px 2px; }
}
