.smart-plan-intro-page {
    --sp-navy: #0b2648;
    --sp-green: #16845f;
    --sp-orange: #f47c16;
    --sp-paper: #fff;
    --sp-soft: #f3f8f6;
    --sp-text: #173f34;
    --sp-muted: #587068;
    --sp-line: #cfe0da;
    background: #edf3f0;
}
.smart-plan-intro-shell { max-width: 1240px; }
.smart-plan-intro-shell .login-panel-wrap { width: 100%; }
.smart-plan-intro { display: grid; gap: 24px; color: var(--sp-text); }
.smart-plan-hero,
.smart-plan-flow { border: 1px solid var(--sp-line); border-radius: 8px; background: var(--sp-paper); box-shadow: 0 18px 48px rgba(11, 38, 72, .08); }
.smart-plan-hero { display: grid; min-height: 520px; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); overflow: hidden; }
.smart-plan-hero-copy { display: flex; padding: 56px; flex-direction: column; justify-content: center; }
.smart-plan-eyebrow,
.smart-plan-section-heading > span { color: var(--sp-orange); font: 800 13px/1.2 Inter, sans-serif; letter-spacing: 0; }
.smart-plan-hero h1 { max-width: 570px; margin: 16px 0 18px; color: var(--sp-navy); font: 800 clamp(42px, 5vw, 68px)/1.04 Manrope, sans-serif; letter-spacing: 0; }
.smart-plan-hero-copy > p { max-width: 590px; margin: 0; color: var(--sp-muted); font-size: 18px; line-height: 1.7; }
.smart-plan-actions { display: flex; margin-top: 28px; gap: 12px; flex-wrap: wrap; }
.smart-plan-primary,
.smart-plan-secondary { display: inline-flex; min-height: 52px; padding: 0 22px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 7px; font-weight: 800; text-decoration: none; }
.smart-plan-primary { background: var(--sp-orange); color: #fff; box-shadow: 0 12px 24px rgba(244, 124, 22, .2); }
.smart-plan-primary:hover { background: #d96508; transform: translateY(-1px); }
.smart-plan-secondary { border-color: var(--sp-line); color: var(--sp-navy); }
.smart-plan-trust { display: flex; margin: 28px 0 0; padding: 0; gap: 18px; flex-wrap: wrap; list-style: none; }
.smart-plan-trust li { color: var(--sp-muted); font-size: 13px; font-weight: 700; }
.smart-plan-trust li::before { margin-right: 6px; color: var(--sp-green); content: "✓"; }

.smart-plan-hero-media { display: grid; position: relative; min-width: 0; margin: 0; padding: 36px 48px 54px; place-items: center; background: var(--sp-navy); overflow: hidden; touch-action: pan-y; }
.smart-plan-gallery-stage { position: relative; width: 100%; height: 430px; }
.smart-plan-gallery-slide { display: grid; position: absolute; inset: 0; margin: 0; grid-template-rows: minmax(0, 1fr) auto; gap: 18px; opacity: 0; visibility: hidden; transform: translateX(18px); transition: opacity .35s ease, transform .35s ease; pointer-events: none; }
.smart-plan-gallery-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); pointer-events: auto; }
.smart-plan-gallery-slide img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; border: 1px solid rgba(255, 255, 255, .35); border-radius: 6px; background: #fff; box-shadow: 0 22px 50px rgba(0, 0, 0, .28); }
.smart-plan-gallery-slide figcaption { min-height: 22px; color: #dce9e5; font-size: 14px; font-weight: 700; text-align: center; }
.smart-plan-gallery-arrow { display: grid; position: absolute; top: 47%; z-index: 2; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .38); border-radius: 50%; background: rgba(7, 27, 51, .86); color: #fff; font-size: 34px; line-height: 1; cursor: pointer; }
.smart-plan-gallery-arrow.is-prev { left: 12px; }
.smart-plan-gallery-arrow.is-next { right: 12px; }
.smart-plan-gallery-dots { display: flex; position: absolute; right: 0; bottom: 18px; left: 0; z-index: 2; justify-content: center; gap: 8px; }
.smart-plan-gallery-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .45); cursor: pointer; }
.smart-plan-gallery-dots button.is-active { width: 26px; border-radius: 5px; background: var(--sp-orange); }

.smart-plan-flow { padding: 44px; }
.smart-plan-section-heading { max-width: 720px; }
.smart-plan-section-heading h2 { margin: 9px 0 10px; color: var(--sp-navy); font: 800 31px/1.2 Manrope, sans-serif; letter-spacing: 0; }
.smart-plan-section-heading p { margin: 0; color: var(--sp-muted); line-height: 1.65; }
.smart-plan-flow ol { display: grid; margin: 30px 0 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; list-style: none; }
.smart-plan-flow li { display: flex; min-height: 142px; padding: 20px; gap: 14px; border: 1px solid var(--sp-line); border-radius: 7px; background: var(--sp-soft); }
.smart-plan-flow li > b { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 50%; background: var(--sp-green); color: #fff; }
.smart-plan-flow li span { display: grid; align-content: start; gap: 7px; }
.smart-plan-flow li strong { color: var(--sp-navy); font-size: 15px; }
.smart-plan-flow li small { color: var(--sp-muted); font-size: 13px; line-height: 1.5; }

:root[data-kl-theme="dark"] .smart-plan-intro-page {
    --sp-navy: #f1f7ff;
    --sp-green: #49d7a6;
    --sp-orange: #ff9b45;
    --sp-paper: #13243a;
    --sp-soft: #192e47;
    --sp-text: #e7f2ee;
    --sp-muted: #b8cbc5;
    --sp-line: #34516c;
    background: #0b1727;
}
:root[data-kl-theme="dark"] .smart-plan-hero-media { background: #09182b; }
:root[data-kl-theme="dark"] .smart-plan-secondary { color: var(--sp-text); }

@media (max-width: 900px) {
    .smart-plan-hero { min-height: auto; grid-template-columns: 1fr; }
    .smart-plan-gallery-stage { height: 360px; }
    .smart-plan-flow ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
    .smart-plan-intro-page .login-shell { padding-inline: 12px; }
    .smart-plan-intro { gap: 14px; }
    .smart-plan-hero-copy { padding: 30px 22px; }
    .smart-plan-hero h1 { margin-top: 12px; font-size: 39px; }
    .smart-plan-hero-copy > p { font-size: 16px; }
    .smart-plan-actions { display: grid; grid-template-columns: 1fr; }
    .smart-plan-primary,
    .smart-plan-secondary { width: 100%; }
    .smart-plan-trust { display: grid; gap: 8px; }
    .smart-plan-hero-media { padding: 20px 34px 46px; }
    .smart-plan-gallery-stage { height: 270px; }
    .smart-plan-gallery-slide { gap: 12px; }
    .smart-plan-gallery-slide figcaption { font-size: 12px; }
    .smart-plan-gallery-arrow { top: 43%; width: 40px; height: 40px; }
    .smart-plan-gallery-arrow.is-prev { left: 5px; }
    .smart-plan-gallery-arrow.is-next { right: 5px; }
    .smart-plan-gallery-dots { bottom: 14px; }
    .smart-plan-flow { padding: 28px 20px; }
    .smart-plan-section-heading h2 { font-size: 26px; }
    .smart-plan-flow ol { grid-template-columns: 1fr; }
    .smart-plan-flow li { min-height: auto; }
}
@media (prefers-reduced-motion: reduce) {
    .smart-plan-gallery-slide { transition: none; }
}
