/* Homepage-only components. Do not target the shared header, hero or footer. */
.st-home { --sh-ink: #12243b; --sh-muted: #536278; --sh-border: #dfe7f1; color: var(--sh-ink); background: #fff; font-size: 16px; line-height: 1.75; }
.st-home .container { width: 100%; padding-right: 24px; padding-left: 24px; margin: 0 auto; }
.st-home h2, .st-home h3 { color: var(--sh-ink); font-weight: 800; }
.st-home h2 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.2; letter-spacing: -1.4px; margin: 14px 0 22px; }
.st-home h2 span { color: #0057d9; }
.st-home h3 { font-size: 21px; line-height: 1.35; margin: 16px 0 12px; letter-spacing: -.35px; }
.st-home p { font-size: 16px; line-height: 1.8; color: var(--sh-muted); margin: 0 0 20px; }
.st-home a { color: #0057d9; text-decoration: none; }
.st-home a:hover { color: #003b95; text-decoration: underline; }
.st-home a:focus-visible, .st-home button:focus-visible, .st-home summary:focus-visible { outline: 3px solid #0057d9; outline-offset: 5px; }
.st-home [id] { scroll-margin-top: 130px; }
.st-home .sh-section { padding: 88px 0; }
.st-home .sh-tint { background: #f5f8fc; }
.st-home .sh-eyebrow, .st-home .sh-label { display: inline-block; color: #0057d9; font-size: 12px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.st-home .sh-eyebrow::before { content: ''; display: inline-block; width: 22px; height: 3px; background: #008a8a; vertical-align: middle; margin-right: 10px; }
.st-home .sh-lead { font-size: 20px; color: #31435c; line-height: 1.65; }
.st-home .sh-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.st-home .sh-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.st-home .sh-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #0057d9; border: 1px solid #0057d9; border-radius: 8px; color: #fff; min-height: 50px; padding: 13px 23px; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.st-home .sh-button > * { flex: 0 0 auto; }
.st-home .sh-cta-pulse-host { position: relative; display: inline-flex; max-width: 100%; }
.st-home .sh-cta-pulse-host::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 8px 22px rgba(52, 91, 206, .25); animation: sh-cta-pulse 2.5s ease-in-out infinite; pointer-events: none; }
.st-home .sh-button:hover { background: #003f9e; color: #fff; text-decoration: none; transform: translateY(-2px); }
.st-home .sh-text-link { font-size: 14px; font-weight: 700; }
.st-home .sh-capabilities { background: #f0f6fc; border-bottom: 1px solid var(--sh-border); padding: 22px 0; }
.st-home .sh-capability-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px 22px; font-size: 13px; font-weight: 600; }
.st-home .sh-capability-row i { color: #0057d9; margin-right: 8px; }
.st-home .sh-goals { padding: 30px; border-radius: 20px; background: #fff; border: 1px solid var(--sh-border); box-shadow: 0 20px 65px #16396512; position: relative; }
.st-home .sh-intro { background: radial-gradient(ellipse at 90% 50%, #eaf8f5, transparent 48%); }
.st-home .sh-goals-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; }
.st-home .sh-dot { width: 8px; height: 8px; border-radius: 50%; background: #00866c; flex-shrink: 0; }
.st-home .sh-goals > a { display: flex; align-items: center; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--sh-border); color: var(--sh-ink); }
.st-home .sh-goals > a > span:nth-child(2) { flex: 1; }
.st-home .sh-goals strong { display: block; font-size: 17px; }
.st-home .sh-goals small { display: block; color: var(--sh-muted); font-size: 13px; line-height: 1.6; margin-top: 5px; }
.st-home .sh-goal-icon, .st-home .sh-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; flex-shrink: 0; border-radius: 12px; background: #edf4ff; color: #0057d9; font-size: 21px; }
.st-home .sh-goals .sh-goals-note { margin: 20px 0 0; font-size: 12px; }
.st-home .sh-jump { border-top: 1px solid var(--sh-border); border-bottom: 1px solid var(--sh-border); background: #fff; }
.st-home .sh-jump .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 32px; padding-top: 14px; padding-bottom: 14px; }
.st-home .sh-jump a { display: inline-flex; align-items: center; min-height: 44px; color: #42526a; font-size: 14px; font-weight: 700; }
.st-home .sh-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 38px; }
.st-home .sh-heading > div { flex: 1; }
.st-home .sh-heading > p { max-width: 430px; }
.st-home .sh-grid { display: grid; gap: 24px; }
.st-home .sh-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.st-home .sh-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.st-home .sh-card { position: relative; display: flex; flex-direction: column; border: 1px solid var(--sh-border); border-radius: 14px; background: #fff; padding: 30px; transition: border-color .2s, box-shadow .2s; }
.st-home .sh-card:hover { border-color: #93b5e8; box-shadow: 0 12px 35px #1836520d; }
.st-home .sh-card-number { position: absolute; right: 26px; top: 32px; color: #72839b; font-size: 13px; }
.st-home .sh-card p { font-size: 15px; }
.st-home .sh-card ul { padding: 0 0 0 20px; margin: 0 0 24px; font-size: 13px; color: #536278; }
.st-home .sh-card li { margin-bottom: 7px; }
.st-home .sh-card a, .st-home .sh-solution a, .st-home .sh-guide a { margin-top: auto; font-size: 14px; font-weight: 700; }
.st-home .sh-inline-cta { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px 20px; padding-top: 34px; }
.st-home .sh-inline-cta p { margin: 0; font-size: 14px; }
.st-home .sh-dark { background: radial-gradient(ellipse at 0 0, #143f60, transparent 60%), #0d2239; }
.st-home .sh-dark h2, .st-home .sh-dark strong { color: #fff; }
.st-home .sh-dark h2 span, .st-home .sh-dark .sh-eyebrow { color: #7ee7ce; }
.st-home .sh-dark p { color: #c0cfe0; }
.st-home .sh-growth-list a { display: flex; gap: 20px; align-items: center; padding: 24px 0; color: #d8e8fa; border-bottom: 1px solid #33516b; }
.st-home .sh-growth-list a > span:nth-child(2) { flex: 1; }
.st-home .sh-growth-list strong { display: block; font-size: 18px; }
.st-home .sh-growth-list small { display: block; color: #b6c8dc; font-size: 14px; margin-top: 5px; }
.st-home .sh-step-no { font-weight: 800; font-size: 24px; color: #0057d9; }
.st-home .sh-dark .sh-step-no { color: #7ee7ce; }
.st-home .sh-dark a:focus-visible { outline-color: #7ee7ce; }
.st-home .sh-solution { overflow: hidden; border: 1px solid var(--sh-border); border-radius: 14px; display: flex; flex-direction: column; }
.st-home .sh-image-wrap { height: 200px; padding: 24px; background: #f1f6fb; }
.st-home .sh-image-wrap img { width: 100%; height: 100%; object-fit: contain; }
.st-home .sh-solution-body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.st-home .sh-industry { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; background: #fff; border: 1px solid var(--sh-border); border-radius: 16px; padding: 25px; }
.st-home .sh-industry:hover { text-decoration: none; border-color: #0057d9; }
.st-home .sh-industry i { font-size: 24px; }
.st-home .sh-industry h3 { font-size: 18px; margin: 0; }
.st-home .sh-industry p { font-size: 14px; margin: 0; }
.st-home .sh-industry span { font-size: 12px; font-weight: 700; }
.st-home .sh-stack > div { padding: 18px 0; border-bottom: 1px solid var(--sh-border); }
.st-home .sh-stack h3 { font-size: 16px; margin: 0 0 10px; }
.st-home .sh-stack p { margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.st-home .sh-stack span { background: #f0f5fc; border: 1px solid #dfe7f1; border-radius: 6px; padding: 5px 12px; color: #34465f; font-size: 13px; }
.st-home .sh-process { list-style: none; padding: 0; margin: 0; }
.st-home .sh-process li { padding: 24px 0; border-top: 2px solid #b6d2f5; }
.st-home .sh-process p { font-size: 14px; }
.st-home .sh-process strong { font-size: 12px; color: #0057d9; }
.st-home .sh-card-featured { border-top: 4px solid #0057d9; }
.st-home .sh-guide { padding: 28px 0; border-top: 1px solid var(--sh-border); display: flex; flex-direction: column; }
.st-home .sh-guide p { font-size: 15px; }
.st-home .sh-faq-layout { display: grid; grid-template-columns: 1fr 1.7fr; gap: 64px; }
.st-home .sh-faq-list details { border-bottom: 1px solid #ccd8e7; padding: 0 4px; }
.st-home .sh-faq-list summary { position: relative; padding: 22px 32px 22px 0; color: var(--sh-ink); font-size: 16px; font-weight: 700; cursor: pointer; list-style: none; }
.st-home .sh-faq-list summary::-webkit-details-marker { display: none; }
.st-home .sh-faq-list summary::after { content: '+'; position: absolute; right: 4px; top: 18px; font-size: 24px; color: #0057d9; }
.st-home .sh-faq-list details[open] summary::after { content: '−'; }
.st-home .sh-faq-list details p { padding-right: 20px; font-size: 15px; }
.st-home .sh-contact { padding: 48px; background: linear-gradient(120deg, #edf4ff, #eefaf5); border: 1px solid #d5e4ef; border-radius: 20px; gap: 40px; grid-template-columns: 1.5fr 1fr; }
.st-home .sh-contact h2 { font-size: clamp(26px, 2.6vw, 36px); }
.st-home .sh-contact .sh-actions { gap: 16px; }
.st-home .sh-contact .sh-contact-note { font-size: 14px; margin: 24px 0 0; }
.st-home .sh-next { background: #fff; padding: 26px; border: 1px solid #dae5ed; border-radius: 12px; }
.st-home .sh-next h3 { font-size: 18px; margin-top: 0; }
.st-home .sh-next ol { padding-left: 20px; color: var(--sh-muted); font-size: 14px; }
.st-home .sh-next li { padding: 8px 0; }
.st-home .sh-next p { font-size: 12px; margin: 18px 0 0; }
@media (max-width: 991px) {
  .st-home .sh-section { padding: 64px 0; }
  .st-home .sh-split, .st-home .sh-faq-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .st-home .sh-grid-three, .st-home .sh-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .st-home .sh-heading { display: block; }
  .st-home .sh-heading > p { max-width: 700px; }
  .st-home .sh-contact { padding: 32px; }
}
@media (max-width: 575px) {
  .st-home .container { padding-left: 20px; padding-right: 20px; }
  .st-home .sh-section { padding: 48px 0; }
  .st-home h2 { letter-spacing: -.7px; }
  .st-home .sh-grid-three, .st-home .sh-grid-four { grid-template-columns: minmax(0, 1fr); }
  .st-home .sh-capability-row { display: grid; gap: 12px; }
  .st-home .sh-capability-row > a { min-height: 44px; display: flex; align-items: center; }
  .st-home .sh-jump .container { gap: 6px 22px; justify-content: flex-start; }
  .st-home .sh-goals, .st-home .sh-card, .st-home .sh-solution-body { padding: 22px; }
  .st-home .sh-goals > a { gap: 10px; }
  .st-home .sh-goals strong { font-size: 15px; }
  .st-home .sh-lead { font-size: 18px; }
  .st-home .sh-contact { padding: 24px 18px; }
  .st-home .sh-button { width: 100%; gap: 12px; }
  .st-home .sh-growth-list a { gap: 14px; }
  .st-home .sh-inline-cta { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .st-home .sh-card, .st-home .sh-button { transition: none; }
  .st-home .sh-button:hover { transform: none; }
}

