/* ═══════════════════════════════════════════════════════════════
   Social Content Landing — "Grow Your Business" design
   ═══════════════════════════════════════════════════════════════ */
:root {
    --scl-green: #16a34a;
    --scl-green-dark: #15803d;
    --scl-green-deep: #14532d;
    --scl-green-soft: #dcfce7;
    --scl-green-softer: #f0fdf4;
    --scl-text: #0f172a;
    --scl-muted: #64748b;
    --scl-border: #e2e8f0;
    --scl-card: #ffffff;
    --scl-radius: 18px;
    --scl-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
    --scl-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
}

/* ── Buttons ─────────────────────────────────────────────────── */
.scl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .15s, box-shadow .2s, background .2s, color .2s;
    white-space: nowrap;
}
.scl-btn:hover { transform: translateY(-2px); }
.scl-btn--primary {
    background: var(--scl-green);
    color: #fff;
    box-shadow: 0 10px 24px rgba(22, 163, 74, 0.28);
}
.scl-btn--primary:hover { background: var(--scl-green-dark); color: #fff; }
.scl-btn--outline {
    background: #fff;
    color: var(--scl-text);
    border-color: var(--scl-border);
}
.scl-btn--outline:hover { border-color: var(--scl-green); color: var(--scl-green); }
.scl-btn--white {
    background: #fff;
    color: var(--scl-green-deep);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}
.scl-btn--white:hover { background: var(--scl-green-softer); color: var(--scl-green-deep); }
.scl-btn--dark {
    background: var(--scl-text);
    color: #fff;
}
.scl-btn--dark:hover { background: #1e293b; color: #fff; }
.scl-btn--plan { width: 100%; margin-top: auto; }

/* ── Section label / headings ────────────────────────────────── */
.scl-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--scl-green);
    margin-bottom: 14px;
}

.scl-split-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 44px;
}
.scl-split-head h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    color: var(--scl-text);
    margin: 0;
}
.scl-split-head h2 em { font-style: normal; color: var(--scl-green); }
.scl-split-head p {
    font-size: 15px;
    color: var(--scl-muted);
    line-height: 1.6;
    margin: 0;
    max-width: 320px;
}

/* ═══════════ HERO ═══════════ */
.scl-hero {
    background: linear-gradient(180deg, var(--scl-green-softer) 0%, #fff 100%);
    padding: 70px 0 90px;
    overflow: hidden;
}
.scl-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 40px;
    align-items: center;
}
.scl-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--scl-green-soft);
    color: var(--scl-green-dark);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 22px;
    box-shadow: var(--scl-shadow-sm);
}
.scl-hero-copy h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.05;
    color: var(--scl-text);
    margin: 0 0 20px;
}
.scl-hero-copy h1 em { font-style: normal; color: var(--scl-green); }
.scl-lead {
    font-size: 17px;
    line-height: 1.7;
    color: var(--scl-muted);
    margin: 0 0 30px;
    max-width: 480px;
}
.scl-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}
.scl-hero-trust {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
}
.scl-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--scl-muted);
    line-height: 1.4;
}
.scl-trust-item i { font-size: 20px; color: var(--scl-green); }
.scl-trust-item strong { color: var(--scl-text); font-size: 13px; }

/* Hero visual */
.scl-hero-visual {
    position: relative;
    min-height: 480px;
}
.scl-laptop {
    position: absolute;
    left: 6%;
    bottom: 8%;
    width: 62%;
    z-index: 2;
}
.scl-laptop-screen {
    background: linear-gradient(160deg, #0f172a, #1e293b);
    border-radius: 16px 16px 0 0;
    aspect-ratio: 16 / 10;
    padding: 8% 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--scl-shadow);
}
.scl-laptop-logo {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.scl-laptop-logo i { color: var(--scl-green); margin-right: 6px; }
.scl-laptop-chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 42%;
}
.scl-laptop-chart span {
    flex: 1;
    background: linear-gradient(180deg, var(--scl-green), var(--scl-green-dark));
    border-radius: 4px 4px 0 0;
    opacity: .85;
}
.scl-laptop-chart span:nth-child(1) { height: 40%; }
.scl-laptop-chart span:nth-child(2) { height: 62%; }
.scl-laptop-chart span:nth-child(3) { height: 48%; }
.scl-laptop-chart span:nth-child(4) { height: 76%; }
.scl-laptop-chart span:nth-child(5) { height: 58%; }
.scl-laptop-chart span:nth-child(6) { height: 92%; }
.scl-laptop-base {
    height: 14px;
    background: linear-gradient(180deg, #cbd5e1, #94a3b8);
    border-radius: 0 0 14px 14px;
}

/* Floating social icons */
.scl-float {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: var(--scl-shadow-sm);
    border: 1px dashed transparent;
    z-index: 3;
    animation: scl-floaty 5s ease-in-out infinite;
}
.scl-float::after {
    content: '';
    position: absolute;
    inset: -9px;
    border: 2px dashed #bbf7d0;
    border-radius: 20px;
    z-index: -1;
}
@keyframes scl-floaty {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.scl-float--fb { color: #1877f2; top: 6%; left: 8%; animation-delay: 0s; }
.scl-float--x  { color: #0f172a; top: 16%; left: 26%; animation-delay: .6s; }
.scl-float--ig { color: #e4405f; top: 10%; left: 46%; animation-delay: 1.2s; }
.scl-float--in { color: #0a66c2; top: 34%; left: 18%; animation-delay: .3s; }
.scl-float--tk { color: #0f172a; top: 40%; left: 42%; animation-delay: .9s; }
.scl-float--yt { color: #ff0000; top: 58%; left: 6%; animation-delay: 1.5s; }

/* Hero cards */
.scl-hcard {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--scl-shadow);
    border: 1px solid var(--scl-border);
    padding: 16px;
    z-index: 4;
}
.scl-hcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 800;
    color: var(--scl-text);
    margin-bottom: 12px;
}
.scl-hcard-head i { color: var(--scl-muted); }

.scl-upcoming {
    top: 2%;
    right: 0;
    width: 250px;
}
.scl-upcoming-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 0;
    border-top: 1px solid #f1f5f9;
}
.scl-up-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    flex-shrink: 0;
}
.scl-up-icon.green { background: var(--scl-green); }
.scl-up-icon.teal  { background: #0d9488; }
.scl-up-icon.lime  { background: #65a30d; }
.scl-up-icon.dark  { background: #0f172a; }
.scl-up-text {
    flex: 1;
    font-size: 12px;
    font-weight: 700;
    color: var(--scl-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scl-up-plat { font-size: 12px; }
.scl-up-plat.fb { color: #1877f2; }
.scl-up-plat.ig { color: #e4405f; }
.scl-up-plat.in { color: #0a66c2; }
.scl-up-plat.tk { color: #0f172a; }
.scl-up-time { font-size: 11px; color: var(--scl-muted); font-weight: 600; }

.scl-performance {
    bottom: 0;
    right: 2%;
    width: 270px;
}
.scl-perf-month {
    font-size: 11px;
    color: var(--scl-muted);
    font-weight: 600;
}
.scl-perf-month i { font-size: 9px; margin-left: 3px; }
.scl-perf-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 10px;
}
.scl-perf-stats div { display: flex; flex-direction: column; }
.scl-perf-stats small { font-size: 10px; color: var(--scl-muted); }
.scl-perf-stats strong { font-size: 15px; color: var(--scl-text); }
.scl-perf-stats .up { font-size: 10px; color: var(--scl-green); font-weight: 700; }
.scl-perf-chart { position: relative; }
.scl-perf-chart svg { width: 100%; height: 60px; display: block; }
.scl-perf-badge {
    position: absolute;
    top: -8px;
    right: 0;
    background: var(--scl-green);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 50px;
}

/* ═══════════ STATS ═══════════ */
.scl-stats-wrap { padding: 10px 0 70px; background: #fff; }
.scl-stats-label {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--scl-muted);
    margin: 0 0 18px;
}
.scl-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    background: #fff;
    border: 1px solid var(--scl-border);
    border-radius: 22px;
    padding: 34px 40px;
    box-shadow: var(--scl-shadow);
}
.scl-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}
.scl-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--scl-green-soft);
    color: var(--scl-green-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.scl-stat strong {
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: var(--scl-text);
    line-height: 1.1;
}
.scl-stat span { font-size: 13px; color: var(--scl-muted); }

/* ═══════════ WHY SUBSCRIBE ═══════════ */
.scl-why { padding: 80px 0; background: var(--scl-green-softer); }
.scl-why-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.4fr;
    gap: 50px;
    align-items: center;
}
.scl-why-copy h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    color: var(--scl-text);
    margin: 0 0 16px;
}
.scl-why-copy > p {
    font-size: 15px;
    color: var(--scl-muted);
    line-height: 1.7;
    margin: 0 0 30px;
    max-width: 380px;
}
.scl-why-illustration { position: relative; width: 260px; }
.scl-notebook {
    background: #fff;
    border-radius: 14px;
    box-shadow: var(--scl-shadow);
    display: flex;
    overflow: hidden;
    border: 1px solid var(--scl-border);
}
.scl-nb-rings {
    background: var(--scl-green);
    width: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px 0;
}
.scl-nb-rings i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    display: block;
}
.scl-nb-page { padding: 22px 20px; flex: 1; }
.scl-nb-logo {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: var(--scl-green-dark);
    margin-bottom: 16px;
}
.scl-nb-line {
    display: block;
    height: 8px;
    border-radius: 4px;
    background: #e2e8f0;
    margin-bottom: 10px;
    width: 100%;
}
.scl-nb-line.short { width: 60%; }
.scl-nb-check { color: var(--scl-green); font-size: 18px; }
.scl-nb-leaf {
    position: absolute;
    border-radius: 50% 0 50% 50%;
    background: var(--scl-green);
    opacity: .25;
}
.scl-nb-leaf.l1 { width: 70px; height: 70px; left: -40px; bottom: -20px; transform: rotate(20deg); }
.scl-nb-leaf.l2 { width: 40px; height: 40px; right: -20px; top: -14px; transform: rotate(-30deg); }

.scl-why-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.scl-feature {
    background: #fff;
    border: 1px solid var(--scl-border);
    border-radius: var(--scl-radius);
    padding: 26px 22px;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.scl-feature:hover {
    transform: translateY(-5px);
    box-shadow: var(--scl-shadow);
    border-color: var(--scl-green-soft);
}
.scl-feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--scl-green-soft);
    color: var(--scl-green-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 16px;
}
.scl-feature h3 {
    font-size: 15px;
    font-weight: 800;
    color: var(--scl-text);
    margin: 0 0 8px;
}
.scl-feature p {
    font-size: 13px;
    color: var(--scl-muted);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════ HOW IT WORKS ═══════════ */
.scl-how { padding: 80px 0; background: #fff; }
.scl-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.scl-step {
    position: relative;
    background: #fff;
    border: 1px solid var(--scl-border);
    border-radius: var(--scl-radius);
    padding: 24px 16px;
    text-align: center;
    transition: transform .2s, box-shadow .2s;
}
.scl-step:hover { transform: translateY(-4px); box-shadow: var(--scl-shadow-sm); }
.scl-step-visual {
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
    border-radius: 18px;
    background: var(--scl-green-softer);
    border: 1px solid var(--scl-green-soft);
    color: var(--scl-green-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.scl-step-num {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--scl-green);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 8px;
}
.scl-step h3 {
    font-size: 14px;
    font-weight: 800;
    color: var(--scl-text);
    margin: 0 0 6px;
}
.scl-step p {
    font-size: 12px;
    color: var(--scl-muted);
    line-height: 1.55;
    margin: 0;
}
.scl-step-arrow {
    position: absolute;
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
    color: var(--scl-green);
    font-size: 13px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
}

/* ═══════════ PRICING ═══════════ */
.scl-pricing { padding: 80px 0; background: var(--scl-green-softer); }
.scl-plans {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    align-items: stretch;
}
.scl-plan {
    position: relative;
    background: #fff;
    border: 1px solid var(--scl-border);
    border-radius: var(--scl-radius);
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
    overflow: hidden;
}
.scl-plan:hover { transform: translateY(-5px); box-shadow: var(--scl-shadow); }
.scl-plan.popular {
    border: 2px solid var(--scl-green);
    box-shadow: 0 24px 60px rgba(22, 163, 74, 0.16);
}
.scl-plan-ribbon {
    position: absolute;
    top: 20px;
    right: -34px;
    transform: rotate(45deg);
    background: var(--scl-green);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 5px 40px;
}
.scl-plan h3 {
    font-size: 19px;
    font-weight: 800;
    color: var(--scl-text);
    margin: 0 0 4px;
}
.scl-plan-tag {
    font-size: 13px;
    color: var(--scl-muted);
    margin: 0 0 20px;
    min-height: 36px;
}
.scl-plan-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--scl-green-dark);
    margin-bottom: 22px;
}
.scl-plan-price strong {
    font-size: 34px;
    font-weight: 900;
    color: var(--scl-text);
}
.scl-plan-price small { color: var(--scl-muted); font-weight: 500; margin-left: 2px; }
.scl-plan-price .custom {
    font-size: 30px;
    font-weight: 900;
    color: var(--scl-text);
}
.scl-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}
.scl-plan-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    font-size: 13px;
    color: var(--scl-text);
}
.scl-plan-features li i {
    color: var(--scl-green);
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--scl-green-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.scl-empty-plans {
    text-align: center;
    padding: 60px 0;
    color: var(--scl-muted);
}

/* ═══════════ TESTIMONIALS ═══════════ */
.scl-testimonials { padding: 80px 0; background: #fff; }
.scl-tm-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}
.scl-tm-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 3);
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    flex: 1;
}
.scl-tm-track::-webkit-scrollbar { display: none; }
.scl-tm-card {
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid var(--scl-border);
    border-radius: var(--scl-radius);
    padding: 28px;
    box-shadow: var(--scl-shadow-sm);
}
.scl-tm-stars { color: #f59e0b; font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
.scl-tm-quote {
    font-size: 14px;
    color: var(--scl-text);
    line-height: 1.7;
    margin: 0 0 20px;
    min-height: 72px;
}
.scl-tm-person {
    display: flex;
    align-items: center;
    gap: 12px;
}
.scl-tm-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--scl-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
}
.scl-tm-person strong { display: block; font-size: 14px; color: var(--scl-text); }
.scl-tm-person span { font-size: 12px; color: var(--scl-muted); }
.scl-tm-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--scl-green);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s, transform .15s;
}
.scl-tm-arrow:hover { background: var(--scl-green-dark); transform: scale(1.06); }

/* ═══════════ FAQ ═══════════ */
.scl-faq { padding: 80px 0; background: #fff; }
.scl-faq-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 50px;
    align-items: center;
}
.scl-faq-visual { position: relative; display: flex; justify-content: center; }
.scl-qmark {
    font-size: 240px;
    font-weight: 900;
    line-height: 1;
    color: var(--scl-green);
    text-shadow: 8px 8px 0 var(--scl-green-soft);
    user-select: none;
}
.scl-qbubble {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--scl-border);
    box-shadow: var(--scl-shadow-sm);
    color: var(--scl-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    animation: scl-floaty 4.5s ease-in-out infinite;
}
.scl-qbubble.b1 { top: 8%; left: 12%; animation-delay: 0s; }
.scl-qbubble.b2 { top: 26%; right: 8%; animation-delay: .8s; }
.scl-qbubble.b3 { bottom: 18%; left: 4%; animation-delay: 1.6s; }
.scl-qperson {
    position: absolute;
    bottom: -10px;
    right: 16%;
}
.scl-qp-laptop {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: var(--scl-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 14px 30px rgba(22, 163, 74, 0.35);
}
.scl-faq-list h2 {
    font-size: 30px;
    font-weight: 800;
    color: var(--scl-text);
    margin: 0 0 24px;
}
.scl-faq-item {
    background: #fff;
    border: 1px solid var(--scl-border);
    border-radius: 14px;
    padding: 18px 22px;
    margin-bottom: 12px;
    transition: border-color .2s, box-shadow .2s;
}
.scl-faq-item[open] {
    border-color: var(--scl-green-soft);
    box-shadow: var(--scl-shadow-sm);
}
.scl-faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
    color: var(--scl-text);
    cursor: pointer;
    list-style: none;
}
.scl-faq-item summary::-webkit-details-marker { display: none; }
.scl-faq-item summary i {
    color: var(--scl-green);
    font-size: 12px;
    transition: transform .2s;
    flex-shrink: 0;
}
.scl-faq-item[open] summary i { transform: rotate(180deg); }
.scl-faq-item p {
    margin: 12px 0 0;
    font-size: 14px;
    color: var(--scl-muted);
    line-height: 1.7;
}

/* ═══════════ CTA ═══════════ */
.scl-cta-wrap { padding: 20px 0 90px; background: #fff; }
.scl-cta {
    position: relative;
    background: linear-gradient(120deg, var(--scl-green-deep) 0%, #166534 60%, var(--scl-green-dark) 100%);
    border-radius: 26px;
    padding: 56px 60px;
    display: flex;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    color: #fff;
}
.scl-cta-illustration {
    position: relative;
    width: 130px;
    height: 110px;
    flex-shrink: 0;
}
.scl-cta-cart {
    position: absolute;
    left: 0;
    top: 16px;
    width: 78px;
    height: 78px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}
.scl-cta-bag {
    position: absolute;
    right: 4px;
    bottom: 0;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--scl-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
}
.scl-cta-heart {
    position: absolute;
    right: 16px;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: var(--scl-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.scl-cta-copy { flex: 1; position: relative; z-index: 2; }
.scl-cta-copy h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 12px;
}
.scl-cta-copy p {
    font-size: 15px;
    opacity: .85;
    margin: 0 0 14px;
}
.scl-cta-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    opacity: .95;
}
.scl-cta-note i { color: #86efac; }
.scl-cta-action { position: relative; z-index: 2; flex-shrink: 0; }
.scl-cta-plant {
    position: absolute;
    border-radius: 50% 0 50% 50%;
    background: rgba(255, 255, 255, 0.1);
}
.scl-cta-plant.p1 { width: 140px; height: 140px; right: -40px; bottom: -40px; transform: rotate(25deg); }
.scl-cta-plant.p2 { width: 90px; height: 90px; left: 40%; top: -45px; transform: rotate(-20deg); }

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 1100px) {
    .scl-hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .scl-hero-visual { min-height: 420px; }
    .scl-why-grid { grid-template-columns: 1fr; gap: 40px; }
    .scl-why-illustration { display: none; }
    .scl-why-cards { grid-template-columns: repeat(2, 1fr); }
    .scl-steps { grid-template-columns: repeat(3, 1fr); }
    .scl-step-arrow { display: none; }
    .scl-plans { grid-template-columns: repeat(2, 1fr); }
    .scl-tm-track { grid-auto-columns: calc((100% - 24px) / 2); }
    .scl-faq-grid { grid-template-columns: 1fr; gap: 30px; }
    .scl-faq-visual { display: none; }
    .scl-stats { grid-template-columns: repeat(2, 1fr); padding: 28px; }
}

@media (max-width: 640px) {
    .scl-hero { padding: 46px 0 60px; }
    .scl-hero-copy h1 { font-size: 38px; }
    .scl-lead { font-size: 15px; }
    .scl-hero-actions .scl-btn { width: 100%; }
    .scl-hero-trust { gap: 14px; }
    .scl-hero-visual { min-height: 0; display: flex; flex-direction: column; gap: 16px; }
    .scl-laptop { position: static; width: 100%; }
    .scl-float { display: none; }
    .scl-hcard { position: static; width: 100%; }
    .scl-stats { grid-template-columns: 1fr; gap: 18px; }
    .scl-stat { justify-content: flex-start; }
    .scl-split-head h2 { font-size: 28px; }
    .scl-why { padding: 56px 0; }
    .scl-why-copy h2 { font-size: 28px; }
    .scl-why-cards { grid-template-columns: 1fr; }
    .scl-steps { grid-template-columns: 1fr; }
    .scl-plans { grid-template-columns: 1fr; }
    .scl-tm-wrap { gap: 8px; }
    .scl-tm-track { grid-auto-columns: 100%; }
    .scl-tm-arrow { width: 36px; height: 36px; }
    .scl-cta { flex-direction: column; text-align: center; padding: 40px 24px; gap: 24px; }
    .scl-cta-illustration { margin: 0 auto; }
    .scl-cta-copy h2 { font-size: 26px; }
    .scl-cta-action { width: 100%; }
    .scl-cta-action .scl-btn { width: 100%; }
}
