/* Startup Launch Pad — matches TimeERP careers / custom_quote language */
.slp-page {
  --primary: #25b7a7;
  --primary-dark: #1a9e8f;
  --primary-light: #e8f8f6;
  --heading-dark: #083530;
  --text-body: #3d5250;
  --text-muted: #7a9593;
  --border: #d0eeec;
  --bg-light: #f4fafa;
  --white: #fff;
  --radius-btn: 8px;
  --radius-card: 12px;
  --max-width: 1400px;
  --content-pad-x: 80px;
  --section-pad: 100px;
  --shadow-card: 0 12px 36px rgba(8, 53, 48, 0.07);
  --shadow-card-hover: 0 16px 40px rgba(37, 183, 167, 0.14);
}

.slp-page .section-inner {
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--content-pad-x);
  padding-right: var(--content-pad-x);
}
.slp-page .section { padding: var(--section-pad) 0; }
.slp-page .section-lead {
  text-align: left;
  max-width: 720px;
  margin-bottom: 40px;
}
.slp-page .section-lead h2 {
  margin: 0 0 16px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #000;
  background: none;
  -webkit-text-fill-color: #000;
  filter: none;
  text-align: left;
}
.slp-page .section-lead p {
  margin: 0;
  max-width: 640px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  letter-spacing: 0;
}
.slp-page .section-label {
  display: block;
  margin: 0 0 10px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4;
  color: #0F172A;
  text-align: left;
}
.slp-page h3 {
  background: none;
  -webkit-text-fill-color: unset;
  filter: none;
}

.slp-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-btn);
  font-size: 15px;
  font-weight: 600;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s, border-color 0.15s, color 0.15s;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.slp-page .btn--primary {
  background: var(--primary);
  color: #fff;
}
.slp-page .btn--primary:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 183, 167, 0.3);
}
.slp-page .btn--ghost {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.slp-page .btn--ghost:hover { background: var(--primary-light); }
.slp-page .btn--white {
  background: #fff;
  color: var(--primary);
}
.slp-page .btn--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.slp-page .btn--outline-light {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.55);
}
.slp-page .btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.slp-page .btn:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

/* ========== HERO (teal brand plane — matches careers/custom_quote) ========== */
.slp-hero {
  position: relative;
  padding: calc(72px + 80px) 0 calc(var(--section-pad) + 24px);
  background: linear-gradient(165deg, #3dd5c5 0%, #25b7a7 28%, #1a9e8f 52%, #0d7a6e 78%, #083530 100%);
  overflow: hidden;
}
.slp-hero__glow {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: min(480px, 50vw);
  height: min(480px, 50vw);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
.slp-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.slp-hero .section-label {
  color: #0F172A;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4;
  margin: 0 0 10px;
}
.slp-hero h1 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
  filter: none;
  margin: 0 0 16px;
  max-width: 560px;
}
.slp-hero__lead {
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0;
  max-width: 520px;
  margin: 0 0 28px;
}
.slp-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.slp-hero__ctas .btn--white { box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); }
.slp-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.slp-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}
.slp-hero__chip .material-symbols-outlined {
  font-size: 18px;
  color: #fff;
}

.slp-hero__stage {
  position: relative;
  min-height: 400px;
  padding: 24px 16px;
}
.slp-dash {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: 0 28px 64px rgba(8, 53, 48, 0.28);
  padding: 18px;
}
.slp-dash__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef4f3;
}
.slp-dash__dots { display: flex; gap: 6px; }
.slp-dash__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0eeec;
}
.slp-dash__dots span:first-child { background: #25b7a7; }
.slp-dash__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.slp-dash__widgets {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
}
.slp-dash__card {
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
}
.slp-dash__card--wide { grid-column: 1 / -1; }
.slp-dash__label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.slp-dash__value {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-dark);
  line-height: 1.2;
}
.slp-dash__muted {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 4px;
}
.slp-dash__bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 64px;
  margin-top: 8px;
}
.slp-dash__bars i {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #3dd5c5, #25b7a7);
  transform-origin: bottom;
  animation: slpBar 2.8s ease-in-out infinite alternate;
}
.slp-dash__bars i:nth-child(1) { height: 40%; }
.slp-dash__bars i:nth-child(2) { height: 70%; animation-delay: 0.2s; }
.slp-dash__bars i:nth-child(3) { height: 55%; animation-delay: 0.4s; }
.slp-dash__bars i:nth-child(4) { height: 90%; animation-delay: 0.1s; }
.slp-dash__bars i:nth-child(5) { height: 60%; animation-delay: 0.3s; }
@keyframes slpBar {
  from { transform: scaleY(0.9); opacity: 0.75; }
  to { transform: scaleY(1); opacity: 1; }
}

.slp-float {
  position: absolute;
  z-index: 3;
  transition: transform 0.2s ease;
}
.slp-float__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 14px 36px rgba(8, 53, 48, 0.18);
  animation: slpFloat 5s ease-in-out infinite;
}
.slp-float .material-symbols-outlined {
  font-size: 20px;
  color: var(--primary);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.slp-float strong {
  display: block;
  font-size: 13px;
  color: var(--heading-dark);
}
.slp-float span {
  font-size: 11px;
  color: var(--text-muted);
}
.slp-float--a { top: 6%; left: 0; }
.slp-float--a .slp-float__inner { animation-delay: 0s; }
.slp-float--b { bottom: 10%; right: 0; }
.slp-float--b .slp-float__inner { animation-delay: 1.2s; }
.slp-float--c { top: 44%; right: 4%; }
.slp-float--c .slp-float__inner { animation-delay: 0.6s; }
@keyframes slpFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ========== JOURNEY ========== */
.slp-journey-section { background: var(--white); }
.slp-journey {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.slp-journey__item {
  position: relative;
  text-align: left;
  min-height: 168px;
  padding: 22px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s, background 0.25s;
  cursor: default;
  overflow: hidden;
}
.slp-journey__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--primary);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.25s;
}
.slp-journey__item:hover,
.slp-journey__item.is-active,
.slp-journey__item:focus-within {
  transform: translateY(-4px);
  border-color: rgba(37, 183, 167, 0.4);
  box-shadow: var(--shadow-card-hover);
  background: linear-gradient(165deg, #eefaf8 0%, #fff 70%);
}
.slp-journey__item:hover::before,
.slp-journey__item.is-active::before,
.slp-journey__item:focus-within::before { transform: scaleY(1); }
.slp-journey__item:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.slp-journey__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(37, 183, 167, 0.12);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: background 0.2s, color 0.2s;
}
.slp-journey__item.is-active .slp-journey__icon,
.slp-journey__item:hover .slp-journey__icon {
  background: var(--primary);
  color: #fff;
}
.slp-journey__icon .material-symbols-outlined { font-size: 22px; }
.slp-journey__step {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 6px;
}
.slp-journey__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-dark);
  margin: 0 0 8px;
}
.slp-journey__desc {
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slp-journey__item.is-active .slp-journey__desc,
.slp-journey__item:hover .slp-journey__desc,
.slp-journey__item:focus-within .slp-journey__desc {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

/* ========== CHALLENGES ========== */
.slp-challenges-section { background: var(--bg-light); }
.slp-challenges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.slp-challenge {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 200px;
  padding: 22px 20px;
  border-radius: var(--radius-card);
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  cursor: default;
}
.slp-challenge::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--primary);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.25s ease;
}
.slp-challenge:hover,
.slp-challenge:focus-within,
.slp-challenge.is-open {
  transform: translateY(-4px);
  border-color: rgba(37, 183, 167, 0.4);
  box-shadow: var(--shadow-card-hover);
  background: linear-gradient(165deg, #eefaf8 0%, #fff 72%);
}
.slp-challenge:hover::before,
.slp-challenge:focus-within::before,
.slp-challenge.is-open::before {
  transform: scaleY(1);
}
.slp-challenge:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}
.slp-challenge__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(37, 183, 167, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.slp-challenge__icon .material-symbols-outlined {
  font-size: 22px;
  color: var(--primary);
  line-height: 1;
}
.slp-challenge:hover .slp-challenge__icon,
.slp-challenge:focus-within .slp-challenge__icon,
.slp-challenge.is-open .slp-challenge__icon {
  background: var(--primary);
}
.slp-challenge:hover .slp-challenge__icon .material-symbols-outlined,
.slp-challenge:focus-within .slp-challenge__icon .material-symbols-outlined,
.slp-challenge.is-open .slp-challenge__icon .material-symbols-outlined {
  color: #fff;
}
.slp-challenge__body {
  position: relative;
  flex: 1;
  min-width: 0;
  display: grid;
}
.slp-challenge__problem,
.slp-challenge__solution {
  grid-area: 1 / 1;
  min-width: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.slp-challenge__problem {
  opacity: 1;
  transform: translateY(0);
}
.slp-challenge__solution {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}
.slp-challenge:hover .slp-challenge__problem,
.slp-challenge:focus-within .slp-challenge__problem,
.slp-challenge.is-open .slp-challenge__problem {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}
.slp-challenge:hover .slp-challenge__solution,
.slp-challenge:focus-within .slp-challenge__solution,
.slp-challenge.is-open .slp-challenge__solution {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.slp-challenge h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-dark);
  margin: 0 0 8px;
  line-height: 1.35;
}
.slp-challenge p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}
.slp-challenge__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}

/* ========== TOOLKIT ========== */
.slp-toolkit-section {
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(37, 183, 167, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(37, 183, 167, 0.06) 0%, transparent 50%),
    var(--bg-light);
}
.slp-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.slp-bento__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 188px;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(37, 183, 167, 0.18);
  box-shadow: 0 10px 28px rgba(8, 53, 48, 0.05);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.slp-bento__card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary), #0d7a6e);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.slp-bento__card--featured {
  min-height: 210px;
  background:
    linear-gradient(165deg, rgba(232, 248, 246, 0.9) 0%, #fff 42%);
  border-color: rgba(37, 183, 167, 0.28);
}
.slp-bento__card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 183, 167, 0.45);
  box-shadow: 0 18px 40px rgba(37, 183, 167, 0.14);
}
.slp-bento__card:hover::after {
  opacity: 1;
}
.slp-bento__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.slp-bento__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(37, 183, 167, 0.12);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}
.slp-bento__icon .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
}
.slp-bento__card:hover .slp-bento__icon {
  background: var(--primary);
  color: #fff;
}
.slp-bento__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary-dark);
  background: #eef8f6;
  border: 1px solid rgba(37, 183, 167, 0.2);
  border-radius: 999px;
  padding: 5px 10px;
  white-space: nowrap;
}
.slp-bento__card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-dark);
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.slp-bento__card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  max-width: none;
}

/* ========== WORKFLOW ========== */
.slp-flow-section { background: #fff; }
.slp-flow {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  padding: 8px 4px 20px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.slp-flow__node {
  flex: 0 0 auto;
  scroll-snap-align: center;
  min-width: 118px;
  padding: 18px 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow-card);
  text-align: center;
  transition: border-color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
  cursor: default;
}
.slp-flow__node .material-symbols-outlined {
  font-size: 24px;
  color: var(--primary);
  display: block;
  margin: 0 auto 8px;
}
.slp-flow__node strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--heading-dark);
}
.slp-flow__node.is-active,
.slp-flow__node:hover {
  border-color: rgba(37, 183, 167, 0.45);
  background: var(--primary-light);
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
}
.slp-flow__connector {
  flex: 0 0 28px;
  height: 2px;
  background: repeating-linear-gradient(90deg, #d0eeec 0 6px, transparent 6px 10px);
  position: relative;
}
.slp-flow__connector.is-active {
  background: linear-gradient(90deg, #25b7a7, #3dd5c5);
}
.slp-flow__connector::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0eeec;
  transform: translateY(-50%);
}
.slp-flow__connector.is-active::after { background: #25b7a7; }

/* ========== PREVIEW ========== */
.slp-preview-section { background: var(--bg-light); }
.slp-preview {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
}
.slp-preview__panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--shadow-card);
  animation: slpFloat 6s ease-in-out infinite;
}
.slp-preview__panel:nth-child(2) { animation-delay: 0.8s; }
.slp-preview__panel:nth-child(3) { animation-delay: 1.4s; }
.slp-preview__panel--wide { grid-column: 1 / -1; }
.slp-preview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.slp-preview__head h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--heading-dark);
  margin: 0;
}
.slp-preview__badge {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  background: var(--primary-light);
  padding: 4px 10px;
  border-radius: 999px;
}
.slp-preview__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.slp-preview__metric {
  padding: 14px;
  border-radius: 12px;
  background: var(--bg-light);
  border: 1px solid var(--border);
}
.slp-preview__metric span {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.slp-preview__metric strong {
  font-size: 16px;
  color: var(--heading-dark);
}
.slp-preview__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.slp-preview__list--triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.slp-preview__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--bg-light);
  border: 1px solid transparent;
}
.slp-preview__row .material-symbols-outlined {
  font-size: 18px;
  color: var(--primary);
}
.slp-preview__row strong {
  flex: 1;
  font-size: 13px;
  color: var(--heading-dark);
}
.slp-preview__row em {
  font-style: normal;
  font-size: 12px;
  color: var(--text-muted);
}
.slp-preview__chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 120px;
  margin-top: 12px;
}
.slp-preview__chart i {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, rgba(61, 213, 197, 0.95), rgba(37, 183, 167, 0.5));
}

/* ========== WHY ========== */
.slp-why-section { background: #fff; }
.slp-why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.slp-why__card {
  padding: 22px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.slp-why__card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 183, 167, 0.35);
  box-shadow: var(--shadow-card-hover);
}
.slp-why__card .material-symbols-outlined {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(37, 183, 167, 0.12);
  color: var(--primary);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.slp-why__card h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--heading-dark);
  margin: 0 0 6px;
}
.slp-why__card p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
}

/* ========== FAQ ========== */
.slp-faq-section { background: var(--bg-light); }
.slp-faq {
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.slp-faq__item {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(8, 53, 48, 0.04);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.slp-faq__item.is-open {
  border-color: rgba(37, 183, 167, 0.35);
  box-shadow: var(--shadow-card);
}
.slp-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: var(--heading-dark);
  background: transparent;
  border: none;
  cursor: pointer;
}
.slp-faq__trigger:hover { background: #fafdfc; }
.slp-faq__trigger:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: -2px;
}
.slp-faq__chevron {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s, background 0.2s;
  font-size: 12px;
  color: var(--primary);
}
.slp-faq__item.is-open .slp-faq__chevron {
  transform: rotate(180deg);
  background: rgba(37, 183, 167, 0.1);
}
.slp-faq__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.slp-faq__panel p {
  padding: 0 22px 18px;
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.65;
  margin: 0;
}

/* ========== CTA ========== */
.slp-cta {
  position: relative;
  padding: clamp(80px, 11vw, 120px) 0;
  background:
    radial-gradient(ellipse 70% 80% at 12% 50%, rgba(37, 183, 167, 0.28), transparent 55%),
    radial-gradient(ellipse 55% 70% at 88% 40%, rgba(61, 213, 197, 0.18), transparent 50%),
    linear-gradient(145deg, #041f1c 0%, #083530 38%, #0d524c 68%, #14665c 100%);
  overflow: hidden;
  isolation: isolate;
}
.slp-cta__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.slp-cta__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 20%, transparent 75%);
}
.slp-cta__deco {
  position: absolute;
  top: 50%;
  width: min(460px, 46vw);
  height: min(460px, 46vw);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 60px rgba(37, 183, 167, 0.08);
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.slp-cta__deco--left {
  left: -140px;
  transform: translateY(-50%);
}
.slp-cta__deco--right {
  right: -140px;
  transform: translateY(-50%);
}
.slp-cta__orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 213, 197, 0.4) 0%, transparent 68%);
  filter: blur(4px);
  animation: slpCtaOrb 9s ease-in-out infinite;
  will-change: transform;
}
.slp-cta__orb--a {
  width: 220px;
  height: 220px;
  left: 14%;
  top: 12%;
}
.slp-cta__orb--b {
  width: 160px;
  height: 160px;
  right: 16%;
  bottom: 12%;
  animation-delay: 2.2s;
}
.slp-cta__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: slpCtaRing 12s ease-in-out infinite;
}
.slp-cta__ring--a {
  width: 280px;
  height: 280px;
  left: 8%;
  bottom: -40px;
  opacity: 0.5;
}
.slp-cta__ring--b {
  width: 200px;
  height: 200px;
  right: 10%;
  top: -30px;
  opacity: 0.4;
  animation-delay: 3s;
}
@keyframes slpCtaOrb {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  50% { transform: translate(14px, -18px) scale(1.1); opacity: 0.85; }
}
@keyframes slpCtaRing {
  0%, 100% { transform: scale(1); opacity: 0.35; }
  50% { transform: scale(1.06); opacity: 0.55; }
}
.slp-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slp-cta .section-label,
.slp-cta__label {
  display: block;
  color: #fff;
  margin: 0 0 12px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16.8px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4;
  -webkit-text-fill-color: #fff;
}
.slp-cta h2 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  background: none;
  -webkit-text-fill-color: #fff;
  filter: none;
  max-width: 640px;
  text-align: center;
  text-wrap: balance;
}
.slp-cta__lead {
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 36px;
  max-width: 540px;
  letter-spacing: 0;
  text-wrap: pretty;
}
.slp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 0;
}
.slp-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 168px;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}
.slp-cta__btn--primary {
  color: #083530;
  background: #fff;
  border: 1.5px solid #fff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22), 0 0 0 0 rgba(255, 255, 255, 0);
}
.slp-cta__btn--primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.45) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}
.slp-cta__btn--primary:hover,
.slp-cta__btn--primary:focus-visible {
  transform: translateY(-3px);
  background: #f4fffd;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), 0 0 0 4px rgba(255, 255, 255, 0.12);
}
.slp-cta__btn--primary:hover::after,
.slp-cta__btn--primary:focus-visible::after {
  transform: translateX(120%);
}
.slp-cta__btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.slp-cta__btn--ghost:hover,
.slp-cta__btn--ghost:focus-visible {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}
.slp-cta__btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
}
.slp-cta__divider {
  width: min(120px, 30%);
  height: 1px;
  margin: 36px 0 28px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}
.slp-cta__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slp-cta__trust li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  cursor: default;
}
.slp-cta__trust li:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(61, 213, 197, 0.45);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.slp-cta__trust-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(37, 183, 167, 0.28);
  border: 1px solid rgba(61, 213, 197, 0.35);
  transition: background 0.22s ease, transform 0.22s ease;
}
.slp-cta__trust li:hover .slp-cta__trust-icon {
  background: rgba(37, 183, 167, 0.45);
  transform: scale(1.06);
}
.slp-cta__trust .material-symbols-outlined {
  font-size: 17px;
  color: #9ef0e4;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
  .slp-page {
    --content-pad-x: 40px;
    --section-pad: 80px;
  }
  .slp-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .slp-hero__stage { min-height: 340px; max-width: 520px; margin: 0 auto; }
  .slp-journey { grid-template-columns: repeat(2, 1fr); }
  .slp-challenges { grid-template-columns: repeat(2, 1fr); }
  .slp-why { grid-template-columns: repeat(2, 1fr); }
  .slp-preview { grid-template-columns: 1fr; }
  .slp-bento { grid-template-columns: repeat(2, 1fr); }
  .slp-bento__card,
  .slp-bento__card--featured { min-height: 176px; }
}
@media (max-width: 768px) {
  .slp-page {
    --content-pad-x: 20px;
    --section-pad: 72px;
  }
  .slp-journey { grid-template-columns: 1fr; }
  .slp-challenges { grid-template-columns: 1fr; }
  .slp-bento { grid-template-columns: 1fr; }
  .slp-bento__card,
  .slp-bento__card--featured { min-height: 0; }
  .slp-why { grid-template-columns: 1fr; }
  .slp-preview__metrics,
  .slp-preview__list--triple { grid-template-columns: 1fr; }
  .slp-float--c { display: none; }
  .slp-cta { padding: 72px 0; }
  .slp-cta__deco,
  .slp-cta__orb,
  .slp-cta__ring { display: none; }
  .slp-cta__actions { flex-direction: column; align-items: stretch; width: min(100%, 320px); }
  .slp-cta__btn { width: 100%; min-width: 0; }
  .slp-cta__trust { flex-direction: column; align-items: stretch; width: min(100%, 320px); gap: 10px; }
  .slp-cta__trust li { width: 100%; justify-content: flex-start; }
  .slp-hero { padding: calc(72px + 48px) 0 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .slp-float__inner,
  .slp-preview__panel,
  .slp-dash__bars i,
  .slp-challenge__problem,
  .slp-challenge__solution,
  .slp-cta,
  .slp-cta__orb,
  .slp-cta__ring,
  .slp-cta__btn--primary::after {
    animation: none !important;
    transition: none !important;
  }
}
