/*--------------------------------------------------------------
# Core Feature Pages — unified design system (matches main / consulting / program)
--------------------------------------------------------------*/

body.feature-page {
  background: #fff;
  color: #1b2559;
  font-family: "Pretendard", var(--default-font, sans-serif);
}

body.feature-page .main,
body.feature-page:not(.index-page) {
  padding-top: 0;
}

/* Header — solid white on feature subpages */
body.feature-page .header {
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(27, 37, 89, 0.06);
}

/* Shared container — page content only (footer excluded) */
body.feature-page .hero2 .container,
body.feature-page .hero3 .container,
body.feature-page .hero4 .container,
body.feature-page .online-steps .container,
body.feature-page .online-features .container,
body.feature-page .ft-container,
body.feature-page .hp-container,
body.feature-page .pg-app-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* Footer — 1000px content width (same as page content) */
body.feature-page #footer-include .footer > .container,
body.feature-page .footer > .container {
  width: 100%;
  max-width: 1000px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

body.feature-page .grows-page {
  max-width: 1000px;
  margin: 72px auto 0 !important;
  padding: 0 24px;
}

/* ── Section spacing ── */
body.feature-page section:not(.online-cta):not(.ft-cta):not(.custom-faq):not(.fp-stories-wrap):not(.fp-kiosk-scrolly-wrap):not(.fp-monitor-scrolly-wrap):not(.fp-phone-scrolly-wrap):not(.fp-kiosk-specs),
body.feature-page .section,
body.feature-page .grows-section,
body.feature-page .ft-details,
body.feature-page .online-steps {
  padding-top: 120px;
}

body.feature-page .online-steps.bg-light {
  background: #fafbfd !important;
}

/* ── Typography ── */
body.feature-page h1,
body.feature-page h2,
body.feature-page h3,
body.feature-page .grows-top-title,
body.feature-page .ft-title,
body.feature-page .sc-main-text {
  color: #1b2559;
  font-family: var(--heading-font, "Poppins", sans-serif);
  letter-spacing: -0.03em;
  word-break: keep-all;
}

body.feature-page p,
body.feature-page .lead,
body.feature-page .grows-top-desc,
body.feature-page .ft-eyebrow {
  color: #707eae;
  font-weight: 500;
  line-height: 1.75;
  word-break: keep-all;
}

body.feature-page .ft-eyebrow {
  color: #4318ff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.feature-page .online-steps h2,
body.feature-page .ft-title {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
}

/* ── Hero: hero3 / hero4 ── */
body.feature-page .hero3,
body.feature-page .hero4 {
  min-height: auto;
  padding: 96px 0 64px;
  background: linear-gradient(180deg, #fafbfd 0%, #fff 100%) !important;
  display: block;
  text-align: left !important;
}

body.feature-page .hero3 h1,
body.feature-page .hero4 h1 {
  color: #1b2559 !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
  margin-bottom: 20px !important;
  text-align: left;
}

body.feature-page .hero3 p,
body.feature-page .hero4 p {
  color: #707eae !important;
  font-size: clamp(1rem, 1.8vw, 1.125rem) !important;
  text-align: left;
  max-width: 520px;
  margin-left: 0 !important;
  margin-right: auto;
}

body.feature-page .hero3 [style*="text-align: center"],
body.feature-page .hero4 [style*="text-align: center"] {
  text-align: left !important;
  align-items: flex-start !important;
}

/* ── Hero: grows-top-section ── */
body.feature-page .grows-top-section {
  background: linear-gradient(180deg, #fafbfd 0%, #fff 100%) !important;
  color: #1b2559 !important;
  padding: 80px 0 64px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0;
}

body.feature-page .grows-top-title {
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 700 !important;
  color: #1b2559 !important;
  margin-bottom: 20px;
}

body.feature-page .grows-top-desc {
  color: #707eae !important;
  font-size: clamp(1rem, 1.8vw, 1.25rem) !important;
  max-width: 560px;
}

body.feature-page .grows-top-desc strong {
  color: #1b2559 !important;
  font-weight: 700;
}

/* Step nav chips */
body.feature-page .grows-step-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.feature-page .grows-step-item {
  padding: 14px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eef1f6;
  box-shadow: 0 2px 8px rgba(27, 37, 89, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.feature-page .grows-step-item:hover {
  border-color: rgba(67, 24, 255, 0.2);
  box-shadow: 0 8px 24px rgba(27, 37, 89, 0.08);
  transform: translateY(-2px);
}

body.feature-page .grows-step-num {
  background: #f4f7fe !important;
  color: #4318ff !important;
}

body.feature-page .grows-step-text {
  color: #1b2559 !important;
}

/* ── Hero: sc-sticky-box (staff, sales) ── */
body.feature-page .sc-sticky-box {
  min-height: auto !important;
  padding: 96px 0 64px !important;
  background: linear-gradient(180deg, #fafbfd 0%, #fff 100%) !important;
}

body.feature-page .sc-main-text {
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 700 !important;
  line-height: 1.28;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

body.feature-page .sc-accent {
  color: #4318ff !important;
}

body.feature-page .sc-wrapper {
  max-width: none;
  width: 100%;
  margin: 72px auto 0 !important;
  padding: 0;
}

body.feature-page .sc-wrapper > .sc-sticky-box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ── sc-wrapper layout (smsservice, sales, staff 등) ── */
body.feature-page .pg-comp-container,
body.feature-page .st-step-container,
body.feature-page .pg-feature-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

body.feature-page .custom-faq {
  max-width: 1000px;
  padding-left: 24px;
  padding-right: 24px;
}

/* ── Hero: pg-app-hero ── */
body.feature-page .pg-app-hero {
  padding: 96px 0 64px !important;
  background: linear-gradient(180deg, #fafbfd 0%, #fff 100%) !important;
}

body.feature-page .pg-app-main-title {
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  color: #1b2559 !important;
}

body.feature-page .pg-app-main-desc {
  color: #707eae !important;
}

body.feature-page .pg-app-badge {
  background: rgba(67, 24, 255, 0.08) !important;
  color: #4318ff !important;
}

/* ── Buttons ── */
body.feature-page .grows-btn-main,
body.feature-page .grows-btn-sub,
body.feature-page .hero3 .btn-get-started,
body.feature-page .hero4 .btn-get-started,
body.feature-page .btn-primary,
body.feature-page .ft-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px !important;
  border-radius: 999px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  border: none !important;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

body.feature-page .grows-btn-main,
body.feature-page .hero3 .btn-get-started,
body.feature-page .hero4 .btn-get-started,
body.feature-page .btn-primary,
body.feature-page .ft-cta-btn--primary {
  background: #4318ff !important;
  color: #fff !important;
  box-shadow: 0 12px 32px rgba(67, 24, 255, 0.16);
}

body.feature-page .grows-btn-main:hover,
body.feature-page .hero3 .btn-get-started:hover,
body.feature-page .btn-primary:hover {
  background: #5831fb !important;
  color: #fff !important;
}

body.feature-page .grows-btn-sub {
  background: #fff !important;
  color: #4318ff !important;
  border: 1px solid rgba(67, 24, 255, 0.18) !important;
}

body.feature-page .grows-btn-main:active,
body.feature-page .grows-btn-sub:active {
  transform: scale(0.98);
}

/* ── Feature cards (ft-card) ── */
body.feature-page .ft-grid {
  gap: 16px;
  margin-top: 48px;
}

body.feature-page .ft-card {
  border-radius: 24px !important;
  padding: 28px !important;
  min-height: 320px;
  background: #fff !important;
  border: 1px solid #eef1f6 !important;
  box-shadow: 0 8px 32px rgba(27, 37, 89, 0.06) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.feature-page .ft-card--brown,
body.feature-page .ft-card--gradient,
body.feature-page .ft-card--white {
  background: #fff !important;
  color: #1b2559 !important;
}

body.feature-page .ft-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(27, 37, 89, 0.1) !important;
}

body.feature-page .ft-card-title {
  color: #1b2559 !important;
  font-size: clamp(1.125rem, 2vw, 1.375rem) !important;
  font-weight: 700 !important;
}

body.feature-page .ft-art {
  border-radius: 16px !important;
  border: none !important;
  background: #f8f9fb !important;
  margin-top: 20px;
}

body.feature-page .ft-header {
  text-align: left;
  max-width: 520px;
  margin-bottom: 0;
}

body.feature-page .ft-title {
  color: #1b2559 !important;
}

/* ── Steps (online-steps) ── */
body.feature-page .online-steps .step-item {
  padding: 24px 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eef1f6;
  box-shadow: 0 4px 16px rgba(27, 37, 89, 0.04);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.feature-page .online-steps .step-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(27, 37, 89, 0.08);
}

body.feature-page .online-steps .bi-circle-fill,
body.feature-page .online-steps [style*="#0d6efd"] {
  color: #4318ff !important;
}

body.feature-page .online-steps h6 {
  color: #1b2559;
  font-weight: 700;
}

body.feature-page .online-steps .text-muted {
  color: #707eae !important;
}

/* ── Custom tabs ── */
body.feature-page .custom-tab-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px 120px;
}

body.feature-page .custom-tabs {
  border-radius: 16px;
  border: none;
  background: #fff;
  box-shadow: 0 4px 16px rgba(27, 37, 89, 0.04);
  padding: 6px;
  gap: 6px;
}

body.feature-page .tab-btn {
  border-radius: 12px;
  font-size: 0.9375rem;
  color: #707eae;
  padding: 14px 12px;
}

body.feature-page .tab-btn.active {
  background: #f4f7fe !important;
  color: #4318ff !important;
}

body.feature-page .tab-divider {
  display: none;
}

body.feature-page .tab-contents {
  margin-top: 24px;
}

body.feature-page .tab-contents img {
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(27, 37, 89, 0.08);
}

/* ── grows-section content blocks ── */
body.feature-page .grows-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #fff !important;
  border-top: 1px solid #f0f2f5;
}

body.feature-page .grows-section-title {
  color: #1b2559 !important;
  font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}

/* ── Payment page ── */
body.feature-page.payment-page .sc-wrapper.payment-page-content {
  margin-top: 0 !important;
}

body.feature-page.payment-page .payment-hero .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

body.feature-page.payment-page .payment-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 360px);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

body.feature-page.payment-page .payment-hero-copy {
  min-width: 0;
}

body.feature-page.payment-page .payment-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

body.feature-page.payment-page .payment-hero-visual img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
}

body.feature-page.payment-page .pg-tab-section {
  padding: 48px 0 64px;
  background: #fff;
  font-family: "Pretendard", var(--default-font, sans-serif);
}

body.feature-page.payment-page .pg-tab-container {
  max-width: 1000px;
  padding: 0 24px;
}

body.feature-page.payment-page .payment-tabs-panel {
  padding: 0;
}

body.feature-page.payment-page .payment-tabs-wrap {
  margin-bottom: 32px;
  margin-left: -24px;
  margin-right: -24px;
  padding: 12px 24px;
  background: #f2f4f6;
  border-radius: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.feature-page.payment-page .payment-tabs-wrap::-webkit-scrollbar {
  display: none;
}

body.feature-page.payment-page .payment-tabs {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 10px;
  width: 100%;
  padding-bottom: 4px;
}

body.feature-page.payment-page .payment-tab {
  flex: 1 1 0;
  min-width: 0;
  padding: 16px 20px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #6b7684;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  white-space: nowrap;
}

body.feature-page.payment-page .payment-tab:hover {
  color: #333d4b;
  background: rgba(255, 255, 255, 0.6);
}

body.feature-page.payment-page .payment-tab.is-active {
  background: #fff;
  color: #191f28;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  border: none;
}

body.feature-page.payment-page .payment-tab:focus-visible {
  outline: 2px solid #5831fb;
  outline-offset: 2px;
}

body.feature-page.payment-page .pg-tab-content-container {
  padding-top: 0;
}

body.feature-page .pg-excel-section,
body.feature-page .pg-app-section,
body.feature-page .pg-result-section {
  padding: 64px 0;
  background: #fff;
  color: #1b2559;
}

body.feature-page .pg-excel-container,
body.feature-page .pg-app-container,
body.feature-page .pg-result-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

body.feature-page .pg-excel-header {
  margin-bottom: 56px;
  text-align: left;
}

body.feature-page .pg-excel-badge {
  background: rgba(67, 24, 255, 0.08);
  color: #4318ff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 8px 16px;
  margin-bottom: 16px;
}

body.feature-page .pg-excel-main-title {
  color: #1b2559;
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-size: clamp(1.75rem, 3.2vw, 2.375rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

body.feature-page .pg-excel-main-desc {
  color: #707eae;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto;
}

body.feature-page .pg-excel-header .pg-excel-main-desc {
  margin-left: 0;
  margin-right: auto;
}

body.feature-page .pg-excel-sub-title,
body.feature-page .pg-app-sub-title,
body.feature-page .pg-result-sub-title {
  color: #1b2559;
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-size: clamp(1.375rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.03em;
}

body.feature-page .pg-excel-sub-desc,
body.feature-page .pg-app-sub-desc,
body.feature-page .pg-result-sub-desc {
  color: #707eae;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

body.feature-page .pg-excel-mockup,
body.feature-page .pg-app-mockup,
body.feature-page .pg-result-mockup {
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(27, 37, 89, 0.08);
}

body.feature-page .pg-app-content {
  text-align: left;
}

body.feature-page .st-step-section {
  padding: 80px 0;
  background: #fff;
  border-top: 1px solid #f0f2f5;
}

body.feature-page .st-sub-title {
  color: #4318ff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.feature-page .st-main-title {
  color: #1b2559;
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-size: clamp(1.75rem, 3.2vw, 2.375rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.03em;
}

body.feature-page .st-step-label {
  color: #4318ff;
  font-weight: 700;
}

body.feature-page .st-step-card h3 {
  color: #1b2559;
  font-family: var(--heading-font, "Poppins", sans-serif);
}

body.feature-page .st-step-card p {
  color: #707eae;
}

@media (max-width: 991px) {
  body.feature-page.payment-page .payment-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.feature-page.payment-page .payment-hero-visual {
    max-width: 260px;
    margin: 0 auto;
  }

  body.feature-page.payment-page .payment-tabs {
    min-width: min-content;
  }

  body.feature-page.payment-page .payment-tab {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 14px 18px;
    font-size: 0.9375rem;
  }

  body.feature-page .pg-excel-header {
    text-align: center;
  }

  body.feature-page .pg-excel-header .pg-excel-main-desc {
    margin-left: auto;
    margin-right: auto;
  }

  body.feature-page .pg-excel-sub-title,
  body.feature-page .pg-app-sub-title,
  body.feature-page .pg-result-sub-title,
  body.feature-page .pg-excel-sub-desc,
  body.feature-page .pg-app-sub-desc,
  body.feature-page .pg-result-sub-desc {
    text-align: center;
  }

  body.feature-page .pg-app-content {
    text-align: center;
  }
}

/* ── Mockup sections ── */
body.feature-page .gr-mockup-wrap {
  padding: 80px 0;
}

body.feature-page .gr-mockup-wrap img {
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(27, 37, 89, 0.08);
}

body.feature-page .gr-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

body.feature-page .gr-main-title {
  color: #1b2559 !important;
  font-size: clamp(1.75rem, 3.2vw, 2.375rem) !important;
  font-weight: 700 !important;
}

body.feature-page .gr-sub-purple {
  color: #4318ff !important;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── Toss kiosk page ── */
body.feature-page .pg-toss-wrapper {
  max-width: none;
  width: 100%;
  margin: 72px auto 0;
  padding: 0;
  /* trendy-theme overflow-x:hidden creates a scroll container and kills sticky */
  overflow: visible;
}

body.feature-page .pg-toss-hero {
  padding: 80px 0 64px !important;
  background: linear-gradient(180deg, #fafbfd 0%, #fff 100%) !important;
}

body.feature-page .pg-toss-hero .pg-app-main-title,
body.feature-page .pg-toss-hero .pg-app-main-title .highlight {
  color: #1b2559 !important;
}

body.feature-page .pg-section-title-center {
  color: #1b2559 !important;
  font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
  font-weight: 700 !important;
}

body.feature-page .pg-toss-card {
  border-radius: 24px !important;
  background: #fff !important;
  border: 1px solid #eef1f6 !important;
  box-shadow: 0 8px 32px rgba(27, 37, 89, 0.06) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.feature-page .pg-toss-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(27, 37, 89, 0.1) !important;
}

body.feature-page .pg-card-icon {
  color: #4318ff !important;
}

body.feature-page .pg-toss-intro,
body.feature-page .pg-toss-features,
body.feature-page .pg-toss-synergy {
  padding: 80px 0;
}

body.feature-page .pg-toss-photo-frame {
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(27, 37, 89, 0.1);
}

body.feature-page .pg-cta-btn-premium {
  border-radius: 999px !important;
  background: #4318ff !important;
  box-shadow: 0 12px 32px rgba(67, 24, 255, 0.16);
}

/* ── Story sections — varied layouts (Toss Place rhythm) ── */
body.feature-page .fp-stories-wrap {
  background: #fff;
}

body.feature-page .fp-story {
  padding: 100px 0;
  border-top: 1px solid #f0f2f5;
}

body.feature-page .fp-story:first-child {
  border-top: none;
}

body.feature-page .fp-story--banner,
body.feature-page .fp-story--stats {
  padding-left: 0;
  padding-right: 0;
}

body.feature-page .fp-story-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Shared copy / media */
body.feature-page .fp-story-copy {
  max-width: 520px;
}

body.feature-page .fp-story--stack .fp-story-copy {
  margin-bottom: 48px;
}

body.feature-page .fp-story-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #4318ff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.feature-page .fp-story-title {
  margin: 0 0 16px;
  color: #1b2559;
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-size: clamp(1.75rem, 3.2vw, 2.375rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

body.feature-page .fp-story-desc {
  margin: 0;
  color: #707eae;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  word-break: keep-all;
}

body.feature-page .fp-story-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  border: 1px solid #eef1f6;
  background: #f8f9fb;
  box-shadow: 0 20px 48px rgba(27, 37, 89, 0.08);
}

body.feature-page .fp-story-media img,
body.feature-page .fp-story-media video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

body.feature-page .fp-story-media--mobile,
body.feature-page .fp-story-media--inset.fp-story-media--mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: linear-gradient(180deg, #f4f7fe 0%, #f8f9fb 100%);
}

body.feature-page .fp-story-media--mobile img {
  width: auto;
  max-width: 280px;
  border-radius: 28px;
  box-shadow: 0 24px 56px rgba(27, 37, 89, 0.12);
}

body.feature-page .fp-story-split .fp-story-media--mobile {
  justify-self: center;
  width: 100%;
  max-width: 320px;
  padding: 28px 20px;
}

body.feature-page .fp-story-split .fp-story-media--mobile img {
  max-width: 220px;
  max-height: 440px;
  margin: 0 auto;
  object-fit: contain;
}

body.feature-page .fp-story-media--compact {
  box-shadow: 0 12px 32px rgba(27, 37, 89, 0.06);
}

body.feature-page .fp-story-media-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(27, 37, 89, 0.72);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Layout: Split */
body.feature-page .fp-story-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

body.feature-page .fp-story-split .fp-story-copy {
  max-width: none;
  margin: 0;
}

body.feature-page .fp-story-split .fp-story-media {
  box-shadow: 0 16px 40px rgba(27, 37, 89, 0.08);
}

/* Layout: Duo cards */
body.feature-page .fp-story-duo {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}

body.feature-page .fp-story-duo-card {
  border-radius: 24px;
  border: 1px solid #eef1f6;
  background: #fff;
  box-shadow: 0 12px 36px rgba(27, 37, 89, 0.06);
  overflow: hidden;
}

body.feature-page .fp-story-duo-card--visual {
  padding: 28px 28px 0;
  background: linear-gradient(180deg, #f4f7fe 0%, #fff 100%);
}

body.feature-page .fp-story-duo-card--visual .fp-story-media {
  border: none;
  box-shadow: none;
  background: transparent;
  margin-top: 20px;
}

body.feature-page .fp-story-duo-card--copy {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.feature-page .fp-story-duo-title {
  margin: 0 0 20px;
  color: #1b2559;
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-size: clamp(1.375rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

body.feature-page .fp-story-duo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.feature-page .fp-story-duo-list li {
  position: relative;
  padding-left: 22px;
  color: #707eae;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.65;
}

body.feature-page .fp-story-duo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4318ff;
}

/* Layout: Trio cards */
body.feature-page .fp-story-trio-head .fp-story-copy {
  max-width: 560px;
  margin-bottom: 40px;
}

body.feature-page .fp-story-trio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

body.feature-page .fp-story-trio-card {
  padding: 28px 24px;
  border-radius: 20px;
  border: 1px solid #eef1f6;
  background: #fafbfd;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.feature-page .fp-story-trio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(27, 37, 89, 0.08);
}

body.feature-page .fp-story-trio-num {
  display: inline-block;
  margin-bottom: 16px;
  color: #4318ff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.feature-page .fp-story-trio-card h3 {
  margin: 0 0 10px;
  color: #1b2559;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.feature-page .fp-story-trio-card p {
  margin: 0;
  color: #707eae;
  font-size: 0.9375rem;
  line-height: 1.65;
}

/* Layout: Device mockup */
body.feature-page .fp-story-device {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

body.feature-page .fp-story-device-copy .fp-story-copy {
  max-width: none;
}

body.feature-page .fp-story-device-stage {
  display: flex;
  justify-content: center;
  padding: 48px 32px;
  border-radius: 28px;
  background: linear-gradient(145deg, #eef2ff 0%, #f8f9fb 55%, #fff 100%);
  border: 1px solid #eef1f6;
}

body.feature-page .fp-story-device-frame {
  width: min(280px, 100%);
  padding: 12px;
  border-radius: 36px;
  background: #1b2559;
  box-shadow: 0 32px 64px rgba(27, 37, 89, 0.18);
}

body.feature-page .fp-story-device-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
}

/* Layout: Before / After */
body.feature-page .fp-story-compare-head .fp-story-copy {
  margin-bottom: 40px;
}

body.feature-page .fp-story-compare-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: stretch;
}

body.feature-page .fp-story-compare-card {
  padding: 32px 28px;
  border-radius: 24px;
  border: 1px solid #eef1f6;
}

body.feature-page .fp-story-compare-card--before {
  background: #f8f9fb;
}

body.feature-page .fp-story-compare-card--after {
  background: linear-gradient(145deg, #f4f7fe 0%, #fff 100%);
  border-color: #dce4ff;
  box-shadow: 0 16px 40px rgba(67, 24, 255, 0.08);
}

body.feature-page .fp-story-compare-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.feature-page .fp-story-compare-card--before .fp-story-compare-tag {
  background: #eef1f6;
  color: #707eae;
}

body.feature-page .fp-story-compare-card--after .fp-story-compare-tag {
  background: #4318ff;
  color: #fff;
}

body.feature-page .fp-story-compare-card h3 {
  margin: 0 0 10px;
  color: #1b2559;
  font-size: 1.25rem;
  font-weight: 700;
}

body.feature-page .fp-story-compare-card p {
  margin: 0;
  color: #707eae;
  font-size: 0.9375rem;
  line-height: 1.7;
}

body.feature-page .fp-story-compare-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  align-self: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eef1f6;
  color: #4318ff;
  font-size: 1.25rem;
  box-shadow: 0 8px 20px rgba(27, 37, 89, 0.06);
}

/* Layout: Timeline / Steps */
body.feature-page .fp-story-steps-head .fp-story-copy {
  margin-bottom: 36px;
}

body.feature-page .fp-story-steps-list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

body.feature-page .fp-story-steps-list--4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1199px) {
  body.feature-page .fp-story-steps-list--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

body.feature-page .fp-story-step {
  position: relative;
  padding: 24px 20px 24px 24px;
  border-radius: 20px;
  border: 1px solid #eef1f6;
  background: #fff;
}

body.feature-page .fp-story-step-num {
  display: block;
  margin-bottom: 14px;
  color: #4318ff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.feature-page .fp-story-step h3 {
  margin: 0 0 8px;
  color: #1b2559;
  font-size: 1rem;
  font-weight: 700;
}

body.feature-page .fp-story-step p {
  margin: 0;
  color: #707eae;
  font-size: 0.875rem;
  line-height: 1.65;
}

body.feature-page .fp-story-steps-media .fp-story-media {
  max-width: 720px;
  margin: 0 auto;
}

/* Layout: Stats */
body.feature-page .fp-story--stats {
  background: #fafbfd;
}

body.feature-page .fp-story-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}

body.feature-page .fp-story-stats-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

body.feature-page .fp-story-stats-head {
  max-width: none;
  margin: 0 0 40px;
  text-align: center;
}

body.feature-page .fp-story-stats-head .fp-story-title {
  margin-bottom: 0;
}

/* Layout: SMS / rate table */
body.feature-page .fp-story-rate-box {
  max-width: 640px;
  margin: 0 auto;
  padding: 36px 32px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eef1f6;
  box-shadow: 0 8px 28px rgba(27, 37, 89, 0.06);
}

body.feature-page .fp-story-rate-head {
  margin-bottom: 24px;
  text-align: center;
}

body.feature-page .fp-story-rate-head h3 {
  margin: 0 0 10px;
  color: #1b2559;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.feature-page .fp-story-rate-head p {
  margin: 0;
  color: #707eae;
  font-size: 0.9375rem;
  line-height: 1.65;
}

body.feature-page .fp-story-rate-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.feature-page .fp-story-rate-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #fafbfd;
  border: 1px solid #eef1f6;
}

body.feature-page .fp-story-rate-item span:first-child {
  color: #1b2559;
  font-size: 0.9375rem;
  font-weight: 600;
}

body.feature-page .fp-story-rate-item span:last-child {
  color: #1b2559;
  font-size: 0.9375rem;
  font-weight: 700;
  white-space: nowrap;
}

body.feature-page .fp-story-rate-sale {
  color: #4318ff;
}

body.feature-page .fp-story-rate-old {
  margin-right: 6px;
  color: #a3aed0;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: line-through;
}

body.feature-page .fp-story-rate-vat {
  margin: 14px 0 0;
  text-align: center;
  color: #a3aed0;
  font-size: 0.75rem;
  font-weight: 500;
}

body.feature-page .fp-story-checklist {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

body.feature-page .fp-story-checklist li {
  position: relative;
  padding-left: 1.35rem;
  color: #707eae;
  font-size: 0.9375rem;
  line-height: 1.7;
}

body.feature-page .fp-story-checklist li + li {
  margin-top: 8px;
}

body.feature-page .fp-story-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4318ff;
}

body.feature-page .fp-story-checklist strong {
  display: block;
  color: #1b2559;
  font-weight: 700;
}

body.feature-page [data-layout="specs"] .fp-story-rate-item span:last-child {
  white-space: normal;
  text-align: right;
}

body.feature-page .fp-story-fee-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 14px 20px;
  border: none;
  border-radius: 999px;
  background: #4318ff;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

body.feature-page .fp-story-fee-btn:hover {
  background: #3614d4;
}

body.feature-page .fp-story-desc--note {
  margin-top: 12px;
  color: #a3aed0;
  font-size: 0.8125rem;
}

body.feature-page .fp-story-copy--center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

body.feature-page .fp-story-media-sub {
  display: block;
  width: min(220px, 72%);
  margin: 16px auto 0;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(27, 37, 89, 0.1);
}

body.feature-page .fp-story-split--reverse .fp-story-copy {
  order: -1;
}

body.feature-page .fp-story-stat {
  padding: 28px 20px;
  border-radius: 20px;
  border: 1px solid #eef1f6;
  background: #fff;
  text-align: center;
}

body.feature-page .fp-story-stat-value {
  display: block;
  margin-bottom: 8px;
  color: #4318ff;
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

body.feature-page .fp-story-stat-label {
  color: #707eae;
  font-size: 0.875rem;
  font-weight: 500;
}

body.feature-page .fp-story-stats-body {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}

body.feature-page .fp-story-stats-body .fp-story-copy {
  max-width: none;
  margin: 0;
}

/* Layout: Full-width banner */
body.feature-page .fp-story--banner .fp-story-inner {
  max-width: none;
  padding: 0;
}

body.feature-page .fp-story-banner-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1b2559 0%, #2d3561 50%, #4318ff 100%);
  box-shadow: 0 24px 56px rgba(27, 37, 89, 0.16);
}

body.feature-page .fp-story-banner-copy .fp-story-label {
  color: rgba(255, 255, 255, 0.72);
}

body.feature-page .fp-story-banner-copy .fp-story-title {
  color: #fff;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
}

body.feature-page .fp-story-banner-copy .fp-story-desc {
  color: rgba(255, 255, 255, 0.78);
}

body.feature-page .fp-story-banner-visual {
  width: min(220px, 32vw);
  flex-shrink: 0;
}

body.feature-page .fp-story-banner-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

body.feature-page .fp-story.is-shown .fp-reveal.is-shown {
  opacity: 1;
  transform: translateY(0);
}

/* Phone scrolly — sticky device, swapping screens */
body.feature-page .fp-phone-scrolly-wrap {
  padding: 100px 0;
  border-top: 1px solid #f0f2f5;
  background: #fff;
}

body.feature-page .fp-phone-scrolly {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

body.feature-page .fp-phone-scrolly-steps {
  padding-bottom: 12vh;
}

body.feature-page .fp-phone-scrolly-step {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 0;
}

body.feature-page .fp-phone-scrolly-step .fp-story-copy {
  max-width: 520px;
}

body.feature-page .fp-phone-scrolly-visual {
  position: sticky;
  top: 96px;
  display: flex;
  justify-content: center;
  padding: 24px 0 48px;
}

body.feature-page .fp-phone-scrolly-device {
  position: relative;
  width: min(280px, 100%);
  aspect-ratio: 442 / 904;
}

body.feature-page .fp-phone-scrolly-device img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.45s ease;
  filter: drop-shadow(0 24px 56px rgba(27, 37, 89, 0.12));
}

body.feature-page .fp-phone-scrolly-device img.is-active {
  opacity: 1;
  z-index: 1;
}

/* Monitor scrolly — sticky frame left, swapping screens */
body.feature-page .fp-monitor-scrolly-wrap {
  padding: 100px 0;
  border-top: 1px solid #f0f2f5;
  background: #fff;
}

body.feature-page .fp-monitor-scrolly {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

body.feature-page .fp-monitor-scrolly-steps {
  padding-bottom: 12vh;
}

body.feature-page .fp-monitor-scrolly-step {
  min-height: calc(100svh - 96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 0;
}

body.feature-page .fp-monitor-scrolly-step .fp-story-copy,
body.feature-page .fp-monitor-scrolly-step .fp-story-title,
body.feature-page .fp-monitor-scrolly-step .fp-story-desc {
  max-width: 520px;
}

body.feature-page .fp-monitor-scrolly-visual {
  position: sticky;
  top: 96px;
  height: calc(100svh - 96px);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.feature-page .fp-monitor-frame {
  width: min(100%, 480px);
  margin: 0 auto;
}

body.feature-page .fp-monitor-frame-bezel {
  padding: 14px 14px 18px;
  border-radius: 18px;
  background: linear-gradient(145deg, #2a2a32 0%, #141418 100%);
  box-shadow:
    0 28px 56px rgba(27, 37, 89, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.feature-page .fp-monitor-frame-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  background: #0f1118;
}

body.feature-page .fp-monitor-frame--sms .fp-monitor-frame-screen {
  aspect-ratio: 5 / 4;
}

body.feature-page .fp-monitor-frame-screen img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  opacity: 0;
  filter: brightness(1);
  transform: translateY(10px) scale(0.985);
  transition:
    opacity 0.55s ease,
    filter 0.55s ease,
    transform 0.55s ease;
  background: #fff;
  z-index: 0;
  pointer-events: none;
}

/* Previous screens stay under the active one, darkened */
body.feature-page .fp-monitor-frame-screen img.is-behind {
  opacity: 1;
  filter: brightness(0.38);
  transform: none;
  z-index: 1;
}

body.feature-page .fp-monitor-frame-screen img.is-active {
  opacity: 1;
  filter: brightness(1);
  transform: none;
  z-index: 2;
}

/* When stacked over a dimmed screen, float the active image at natural aspect */
body.feature-page .fp-monitor-frame-screen:has(img.is-behind) img.is-active {
  inset: auto;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 82%;
  max-height: 86%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  object-fit: contain;
  object-position: center;
  background: transparent;
}

body.feature-page .fp-monitor-frame--sms .fp-monitor-frame-screen:has(img.is-behind) img.is-active {
  max-width: 78%;
  max-height: 84%;
}

/* Registration step 3: hide the 2nd image instantly so only the 3rd animates in */
body.feature-page .fp-monitor-scrolly-wrap--reg .fp-monitor-frame-screen img:not(.is-active):not(.is-behind) {
  transition: none;
}

body.feature-page .fp-monitor-frame-stand {
  width: 26%;
  height: 26px;
  margin: 0 auto;
  background: linear-gradient(180deg, #3a3a42 0%, #222228 100%);
}

body.feature-page .fp-monitor-frame-base {
  width: 40%;
  height: 8px;
  margin: 0 auto;
  border-radius: 0 0 6px 6px;
  background: #1a1a20;
}

/* Kiosk scrolly — sticky device, swapping screens */
body.feature-page .fp-kiosk-scrolly-wrap {
  padding: 100px 0;
  border-top: 1px solid #f0f2f5;
  background: #fff;
}

body.feature-page .fp-kiosk-scrolly {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  grid-template-areas: "steps visual";
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

body.feature-page .fp-kiosk-scrolly-steps {
  grid-area: steps;
  padding-bottom: 8vh;
}

body.feature-page .fp-kiosk-scrolly-step {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 0;
}

body.feature-page .fp-kiosk-scrolly-step .fp-story-title,
body.feature-page .fp-kiosk-scrolly-step .fp-story-desc {
  max-width: 480px;
}

body.feature-page .fp-kiosk-scrolly-visual {
  grid-area: visual;
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  padding: 24px 20px 48px 0;
}

body.feature-page .fp-kiosk-frame {
  position: relative;
  width: min(320px, 100%);
  padding: 20px 20px 52px;
  border-radius: 32px;
  background: linear-gradient(165deg, #f8f9fb 0%, #eceef2 42%, #dfe3e9 100%);
  box-shadow:
    0 28px 56px rgba(25, 31, 40, 0.12),
    0 8px 16px rgba(25, 31, 40, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -2px 6px rgba(0, 0, 0, 0.04);
}

body.feature-page .fp-kiosk-sensor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 14px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #3a3f47 0%, #22262c 100%);
  box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.35);
}

body.feature-page .fp-kiosk-sensor-lens {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #4a5568 0%, #141820 70%);
}

body.feature-page .fp-kiosk-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 14;
  border: 2px solid #1a1d22;
  border-radius: 14px;
  background: #111;
}

body.feature-page .fp-kiosk-screen img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: opacity 0.45s ease;
}

body.feature-page .fp-kiosk-screen img.is-active {
  opacity: 1;
  z-index: 1;
}

body.feature-page .fp-kiosk-slot {
  width: 92%;
  height: 14px;
  margin: 28px auto 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #b8bec8 0%, #9aa3b0 100%);
}

body.feature-page .fp-kiosk-reader {
  position: absolute;
  top: 24%;
  right: -16px;
  width: 20px;
  height: 50%;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(90deg, #e4e7ec 0%, #f4f5f7 35%, #d5dae2 100%);
}

body.feature-page .fp-kiosk-specs {
  padding: 80px 0 40px;
  background: #fff;
}

body.feature-page .fp-kiosk-specs-lead {
  max-width: 520px;
  margin: 0 auto 40px;
  color: #707eae;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  word-break: keep-all;
}

body.feature-page .fp-kiosk-spec-sheet {
  max-width: 720px;
  margin: 0 auto;
  padding: 8px 32px;
  border: 1px solid #eef1f6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(27, 37, 89, 0.06);
}

body.feature-page .fp-kiosk-spec-list {
  display: flex;
  flex-direction: column;
  margin: 0;
}

body.feature-page .fp-kiosk-spec-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #f0f2f5;
}

body.feature-page .fp-kiosk-spec-row:last-child {
  border-bottom: none;
}

body.feature-page .fp-kiosk-spec-row dt {
  margin: 0;
  color: #707eae;
  font-size: 0.875rem;
  font-weight: 600;
}

body.feature-page .fp-kiosk-spec-row dd {
  margin: 0;
  color: #1b2559;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
}

@media (max-width: 991px) {
  body.feature-page .fp-story {
    padding: 72px 0;
  }

  body.feature-page .fp-story-split,
  body.feature-page .fp-story-duo,
  body.feature-page .fp-story-device,
  body.feature-page .fp-story-stats-body {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.feature-page .fp-story-split--reverse .fp-story-copy,
  body.feature-page .fp-story-split--mobile-copy-first .fp-story-copy {
    order: -1;
  }

  body.feature-page.payment-page .fp-story-split .fp-story-copy {
    order: -1;
  }

  body.feature-page .fp-story-trio-grid,
  body.feature-page .fp-story-steps-list,
  body.feature-page .fp-story-stats-grid {
    grid-template-columns: 1fr;
  }

  body.feature-page .fp-story-stats-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  body.feature-page .fp-story-steps-list--4 {
    grid-template-columns: 1fr;
  }

  body.feature-page .fp-story-compare-grid {
    grid-template-columns: 1fr;
  }

  body.feature-page .fp-phone-scrolly {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.feature-page .fp-phone-scrolly-visual {
    order: -1;
    top: 68px;
    margin-bottom: 8px;
    padding-bottom: 24px;
    background: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0));
  }

  body.feature-page .fp-phone-scrolly-device {
    width: min(220px, 68vw);
  }

  body.feature-page .fp-phone-scrolly-step {
    min-height: 48vh;
    padding: 28px 0;
  }

  body.feature-page .fp-monitor-scrolly {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.feature-page .fp-monitor-scrolly-visual {
    order: -1;
    top: 68px;
    height: auto;
    margin-bottom: 8px;
    padding-bottom: 24px;
    background: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0));
  }

  body.feature-page .fp-monitor-frame {
    width: min(100%, 420px);
  }

  body.feature-page .fp-monitor-scrolly-step {
    min-height: 48vh;
    padding: 28px 0;
  }

  body.feature-page .fp-kiosk-scrolly {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "steps";
    gap: 0;
  }

  body.feature-page .fp-kiosk-scrolly-visual {
    top: 68px;
    margin-bottom: 8px;
    padding: 12px 0 16px;
    background: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0));
  }

  body.feature-page .fp-kiosk-frame {
    width: min(210px, 76vw);
    padding: 16px 16px 40px;
    border-radius: 26px;
  }

  body.feature-page .fp-kiosk-sensor {
    width: 64px;
    height: 12px;
    margin-bottom: 12px;
  }

  body.feature-page .fp-kiosk-slot {
    height: 12px;
    margin-top: 20px;
  }

  body.feature-page .fp-kiosk-reader {
    right: -12px;
    width: 16px;
  }

  body.feature-page .fp-kiosk-scrolly-step {
    min-height: 48vh;
    padding: 28px 0;
  }

  /* Mobile pin: device stays, copy slides swap */
  body.feature-page .fp-kiosk-scrolly-wrap.is-mobile-pinned .fp-kiosk-scrolly,
  body.feature-page .fp-phone-scrolly-wrap.is-mobile-pinned .fp-phone-scrolly,
  body.feature-page .fp-monitor-scrolly-wrap.is-mobile-pinned .fp-monitor-scrolly {
    display: block;
  }

  body.feature-page .fp-kiosk-scrolly-wrap.is-mobile-pinned,
  body.feature-page .fp-phone-scrolly-wrap.is-mobile-pinned,
  body.feature-page .fp-monitor-scrolly-wrap.is-mobile-pinned {
    position: relative;
    width: 100vw;
    max-width: 100%;
  }

  body.feature-page .fp-kiosk-scrolly-sticky,
  body.feature-page .fp-phone-scrolly-sticky,
  body.feature-page .fp-monitor-scrolly-sticky {
    position: sticky;
    top: 0;
    z-index: 3;
    width: 100vw;
    max-width: 100%;
    height: 100dvh;
    padding: 68px 4% 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body.feature-page .fp-monitor-scrolly-wrap--reg .fp-monitor-scrolly-sticky,
  body.feature-page .fp-monitor-scrolly-wrap--sms .fp-monitor-scrolly-sticky {
    padding-top: 144px;
  }

  body.feature-page .fp-kiosk-scrolly-sticky .fp-kiosk-scrolly-visual,
  body.feature-page .fp-phone-scrolly-sticky .fp-phone-scrolly-visual,
  body.feature-page .fp-monitor-scrolly-sticky .fp-monitor-scrolly-visual {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    flex: 1 1 auto;
    margin: 0;
    padding: 0 0 8px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body.feature-page .fp-kiosk-scrolly-copy-panel,
  body.feature-page .fp-phone-scrolly-copy-panel,
  body.feature-page .fp-monitor-scrolly-copy-panel {
    position: relative;
    min-height: 148px;
    margin-top: 8px;
  }

  body.feature-page .fp-kiosk-scrolly-copy-slide,
  body.feature-page .fp-phone-scrolly-copy-slide,
  body.feature-page .fp-monitor-scrolly-copy-slide {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
  }

  body.feature-page .fp-kiosk-scrolly-copy-slide.is-active,
  body.feature-page .fp-phone-scrolly-copy-slide.is-active,
  body.feature-page .fp-monitor-scrolly-copy-slide.is-active {
    position: relative;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  body.feature-page .fp-kiosk-scrolly-step--trigger,
  body.feature-page .fp-phone-scrolly-step--trigger,
  body.feature-page .fp-monitor-scrolly-step--trigger {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    visibility: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body.feature-page .fp-kiosk-scrolly-step--trigger:last-child,
  body.feature-page .fp-phone-scrolly-step--trigger:last-child,
  body.feature-page .fp-monitor-scrolly-step--trigger:last-child {
    height: 0;
    min-height: 0;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }

  body.feature-page .fp-story-compare-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }

  body.feature-page .fp-story-banner-inner {
    grid-template-columns: 1fr;
    padding: 40px 28px;
    text-align: center;
  }

  body.feature-page .fp-story-banner-visual {
    width: min(200px, 60%);
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  body.feature-page .fp-story {
    padding: 56px 0;
  }

  body.feature-page .fp-story-inner {
    padding: 0 16px;
  }

  body.feature-page .fp-story--banner .fp-story-inner {
    padding: 0 16px;
  }

  body.feature-page .fp-kiosk-spec-sheet {
    padding: 8px 20px;
  }

  body.feature-page .fp-kiosk-spec-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }
}

/* Hide legacy listing blocks when stories section is present */
body.feature-page:has(.fp-stories-wrap) .fp-legacy-content,
body.feature-page:has(.fp-stories-wrap) .online-steps,
body.feature-page:has(.fp-stories-wrap) .custom-tab-area,
body.feature-page:has(.fp-stories-wrap) .online-detail,
body.feature-page:has(.fp-stories-wrap) .ft-details,
body.feature-page:has(.fp-stories-wrap) .ft-metrics,
body.feature-page:has(.fp-stories-wrap) .ft-split,
body.feature-page:has(.fp-stories-wrap) .ft-steps,
body.feature-page:has(.fp-stories-wrap) .gr-mockup-wrap,
body.feature-page:has(.fp-stories-wrap) .st-step-section,
body.feature-page:has(.fp-stories-wrap) .bn-benefit-section,
body.feature-page:has(.fp-stories-wrap) .pg-tab-section,
body.feature-page:has(.fp-stories-wrap) .pg-app-section:not(.fp-stories-wrap *) {
  display: none !important;
}

/* Payment keeps its tabs; stories live inside each tab pane */
body.feature-page.payment-page:has(.fp-stories-wrap) .pg-tab-section {
  display: block !important;
}

/* ── CTA banner (online-cta / ft-cta) — match onlineadmission full-width band ── */
body.feature-page .online-cta,
body.feature-page .ft-cta {
  width: 100%;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  background: #f6f8ff !important;
  border-top: none;
}

body.feature-page .online-cta .container,
body.feature-page .ft-cta .ft-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

body.feature-page .online-cta h2 {
  color: #1b2559;
  font-family: var(--heading-font, "Poppins", sans-serif);
  letter-spacing: -0.03em;
}

body.feature-page .ft-cta-box {
  background: transparent;
  border: none;
  backdrop-filter: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  text-align: center;
}

body.feature-page .ft-cta-title {
  color: #1b2559 !important;
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
}

body.feature-page .ft-cta-sub {
  color: #707eae;
  margin: 0 0 1rem;
}

/* ── Scroll reveal ── */
body.feature-page .fp-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

body.feature-page .fp-reveal.is-shown {
  opacity: 1;
  transform: translateY(0);
}

body.feature-page .fp-reveal--delay {
  transition-delay: 0.1s;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  body.feature-page section,
  body.feature-page .section,
  body.feature-page .grows-section,
  body.feature-page .ft-details,
  body.feature-page .online-steps {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  body.feature-page .hero2 .container,
  body.feature-page .hero3 .container,
  body.feature-page .hero4 .container,
  body.feature-page .online-steps .container,
  body.feature-page .online-features .container,
  body.feature-page .grows-page,
  body.feature-page .sc-wrapper > .sc-sticky-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.feature-page .online-cta .container,
  body.feature-page .ft-cta .ft-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.feature-page section,
  body.feature-page .section,
  body.feature-page .grows-section,
  body.feature-page .ft-details,
  body.feature-page .online-steps {
    padding-top: 64px;
  }

  body.feature-page .grows-top-title {
    font-size: clamp(1.75rem, 6vw, 2.25rem) !important;
  }

  body.feature-page .custom-tab-area {
    padding-bottom: 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.feature-page .fp-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.feature-page .ft-card:hover,
  body.feature-page .grows-step-item:hover,
  body.feature-page .online-steps .step-item:hover {
    transform: none;
  }
}
