.sc { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f7f8fa; }

/* HERO */
.sc-hero { background: #f7f8fa; padding: 0 0 56px; }
.sc-hero .container { display: grid; grid-template-columns: 60% 40%; gap: 0; align-items: center; }
.sc-hero h1 { font-size: 34px; line-height: 1.3; margin: 0 0 18px; font-weight: 700; color: #1a1a2e; }
.sc-hero-desc { font-size: 17px; line-height: 1.7; color: #4a5568; margin-bottom: 24px; }
.sc-hero .btn--cta { background: #F18918; color: #fff; border: none; padding: 14px 32px; font-size: 17px; border-radius: 30px; cursor: pointer; font-weight: 600; display: inline-block; text-decoration: none; transition: all .25s; }
.sc-hero .btn--cta:hover { background: #d97a10; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(241,137,24,0.3); }
.sc-hero-right { display: flex; align-items: center; justify-content: center; gap: 24px; }
.sc-hero-logo { width: 180px; height: 180px; background: #fff; border-radius: 32px; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06); }
.sc-hero-logo img { width: 120px; height: 120px; object-fit: contain; }
.sc-hero-arrow svg { width: 32px; height: 32px; }

/* Breadcrumbs */
.sc-breadcrumbs { padding: 32px 0 16px; font-size: 13px; color: #9ca3af; background: #f7f8fa; }
.sc-breadcrumbs a { color: #523a8f; text-decoration: none; }
.sc-breadcrumbs span { margin: 0 5px; }

/* Секции */
.sc-section { margin-bottom: 80px; }
.sc-section h2 { font-size: 26px; font-weight: 600; color: #1a1a2e; margin-bottom: 20px; }
.sc-section p, .sc-section li { font-size: 16px; line-height: 1.7; color: #4a5568; }
.sc-section ul { padding-left: 20px; }
.sc-section li { margin-bottom: 8px; }

/* AI summary */
.sc-summary { background: linear-gradient(135deg, #f5f3ff, #ede9fe); border-radius: 16px; padding: 28px 32px; margin-top: 40px; margin-bottom: 80px; }
.sc-summary h2 { font-size: 20px; color: #523a8f; margin-bottom: 14px; font-weight: 600; }
.sc-summary p { margin-bottom: 10px; color: #4a5568; }
.sc-summary ul { padding-left: 20px; margin: 0; }
.sc-summary li { margin-bottom: 3px; font-size: 15px; color: #4a5568; }
.sc-inputs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.sc-input { background: #fff; border: 1.5px solid #34d399; border-radius: 8px; padding: 8px 14px; font-size: 14px; color: #1a1a2e; display: inline-flex; align-items: center; gap: 6px; }
.sc-input::before { content: '✓'; font-size: 13px; font-weight: 700; color: #10b981; flex-shrink: 0; }

/* Шаги */
.sc-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.sc-step-card { background: #fff; border: none; border-radius: 16px; padding: 28px; transition: all .25s; box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.04); position: relative; }
.sc-step-card:hover { transform: translateY(-2px); box-shadow: 0 4px 24px rgba(82,58,143,0.12); }
.sc-step-card:not(:last-child)::after { content: ''; position: absolute; top: 46px; right: -14px; width: 10px; height: 2px; background: #d1d5db; border-radius: 1px; }
.sc-step-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: #523a8f; color: #fff; border-radius: 10px; font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.sc-step-card h3 { font-size: 17px; font-weight: 600; color: #1a1a2e; margin: 0 0 8px; }
.sc-step-card p { font-size: 14px; color: #6b7280; margin: 0; line-height: 1.6; }

/* Слайдер */
.sc-slider { position: relative; overflow: hidden; background: #fff; border-radius: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06); }
.sc-slider-track { display: flex; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.sc-slide { min-width: 100%; display: grid; grid-template-columns: 45% 55%; }
.sc-slide-text { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.sc-slide-text h3 { font-size: 28px; font-weight: 700; color: #1a1a2e; margin: 0 0 16px; line-height: 1.3; }
.sc-slide-text p { font-size: 16px; color: #6b7280; line-height: 1.7; margin: 0 0 20px; }
.sc-slide-text a { color: #523a8f; font-weight: 600; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.sc-slide-text a:hover { gap: 10px; }
.sc-slide-img { background: #f7f8fa; display: flex; align-items: center; justify-content: center; padding: 32px; overflow: hidden; border-radius: 0 20px 20px 0; }
/* Contact-мокап */
.sc-contact { width: 100%; background: #fff; border-radius: 12px; box-shadow: 0 2px 16px rgba(0,0,0,0.08); overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.sc-contact-header { font-size: 14px; font-weight: 600; color: #1a1a2e; padding: 14px 18px; border-bottom: 1px solid #f1f3f5; }
.sc-contact-tabs { display: flex; gap: 0; border-bottom: 1px solid #e5e7eb; padding: 0 18px; }
.sc-contact-tab { font-size: 11px; color: #9ca3af; padding: 8px 10px; cursor: default; border-bottom: 2px solid transparent; }
.sc-contact-tab.active { color: #0288D1; border-bottom-color: #0288D1; font-weight: 600; }
.sc-contact-section { padding: 10px 18px; }
.sc-contact-section-title { font-size: 12px; font-weight: 600; color: #1a1a2e; margin-bottom: 6px; }
.sc-contact-utm { display: flex; align-items: center; padding: 4px 0; }
.sc-contact-utm-key { font-size: 12px; font-weight: 600; color: #1a1a2e; width: 110px; }
.sc-contact-utm-val { font-size: 12px; color: #6b7280; }
.sc-contact-table { padding: 0 18px 14px; }
.sc-contact-table-head { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 8px; padding: 6px 0; border-bottom: 1px solid #e5e7eb; }
.sc-contact-table-head span { font-size: 10px; font-weight: 600; color: #9ca3af; text-transform: uppercase; }
.sc-contact-table-row { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 8px; padding: 8px 0; border-bottom: 1px solid #f5f5f5; align-items: center; }
.sc-contact-table-row:last-child { border-bottom: none; }
.sc-contact-key { font-size: 12px; color: #e65100; font-weight: 500; }
.sc-contact-value { font-size: 12px; color: #1a1a2e; }
.sc-contact-code { font-size: 10px; color: #9ca3af; background: #f7f8fa; padding: 2px 6px; border-radius: 4px; }

/* Bizon365 карточка контакта */
.sc-bz-card { width: 100%; background: #fff; border-radius: 10px; box-shadow: 0 2px 16px rgba(0,0,0,0.08); overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.sc-bz-card-top { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; border-bottom: 1px solid #eee; }
.sc-bz-card-title { font-size: 13px; color: #666; }
.sc-bz-card-close { font-size: 16px; color: #bbb; cursor: default; }
.sc-bz-card-info { padding: 14px 16px 10px; }
.sc-bz-card-name { font-size: 18px; font-weight: 600; color: #1a1a2e; margin-bottom: 4px; }
.sc-bz-card-name .sc-bz-card-edit { font-size: 13px; color: #0288D1; margin-left: 4px; }
.sc-bz-card-meta { font-size: 12px; color: #888; margin-bottom: 8px; }
.sc-bz-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.sc-bz-tag { font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 4px; }
.sc-bz-tag.green { background: #43a047; color: #fff; }
.sc-bz-tag.orange { background: #ef6c00; color: #fff; }
.sc-bz-card-ids { font-size: 11px; color: #999; line-height: 1.5; text-align: right; margin-top: -36px; }
.sc-bz-card-tabs { display: flex; gap: 0; border-bottom: 2px solid #e5e7eb; padding: 0 16px; overflow-x: auto; }
.sc-bz-tab { font-size: 12px; color: #888; padding: 8px 12px; cursor: default; border-bottom: 2px solid transparent; margin-bottom: -2px; white-space: nowrap; }
.sc-bz-tab.active { color: #0288D1; border-bottom-color: #0288D1; font-weight: 600; }
.sc-bz-card-table { padding: 6px 16px 2px; }
.sc-bz-row { display: flex; align-items: center; padding: 9px 0; border-bottom: 1px solid #f3f3f3; }
.sc-bz-row:last-child { border-bottom: none; }
.sc-bz-label { font-size: 13px; font-weight: 500; color: #444; width: 180px; flex-shrink: 0; }
.sc-bz-val { font-size: 13px; color: #1a1a2e; }
.sc-bz-val-small { font-size: 11px; color: #666; }
.sc-bz-badge { font-size: 11px; font-weight: 600; padding: 2px 10px; border-radius: 4px; }
.sc-bz-badge.green { background: #43a047; color: #fff; }
.sc-bz-card-footer { padding: 10px 16px 14px; }

/* Builder-мокап */
.sc-builder { width: 100%; background: #fff; border-radius: 12px; box-shadow: 0 2px 16px rgba(0,0,0,0.08); overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.sc-builder-header { font-size: 14px; font-weight: 600; color: #1a1a2e; padding: 14px 18px; border-bottom: 1px solid #f1f3f5; }
.sc-builder-action { margin: 14px; border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; }
.sc-builder-action-head { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; background: #fafbfc; border-bottom: 1px solid #e5e7eb; }
.sc-builder-action-title { font-size: 13px; font-weight: 600; color: #1a1a2e; }
.sc-builder-action-btns { display: flex; gap: 6px; }
.sc-builder-btn-move { width: 24px; height: 24px; background: #2e7d32; color: #fff; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 10px; }
.sc-builder-btn-del { width: 24px; height: 24px; background: #e53935; color: #fff; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 10px; }
.sc-builder-row { display: flex; align-items: center; padding: 10px 14px; border-bottom: 1px solid #f5f5f5; }
.sc-builder-row:last-child { border-bottom: none; }
.sc-builder-label { font-size: 12px; font-weight: 600; color: #1a1a2e; width: 110px; flex-shrink: 0; }
.sc-builder-field { flex: 1; font-size: 12px; color: #4a5568; background: #fafbfc; border: 1px solid #e5e7eb; border-radius: 6px; padding: 7px 10px; }
.sc-builder-field-sm { width: 60px; font-size: 12px; color: #4a5568; background: #fafbfc; border: 1px solid #e5e7eb; border-radius: 6px; padding: 7px 10px; }
.sc-builder-var { background: #f3e8fd; color: #7b1fa2; font-size: 11px; padding: 1px 6px; border-radius: 4px; margin-left: 4px; }
.sc-builder-select { flex: 1; font-size: 12px; color: #4a5568; background: #fafbfc; border: 1px solid #e5e7eb; border-radius: 6px; padding: 7px 10px; }

/* Pipeline-мокап */
.sc-pipeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; width: 100%; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.sc-pipeline-col { display: flex; flex-direction: column; gap: 6px; }
.sc-pipeline-head { font-size: 11px; font-weight: 600; padding: 6px 10px; border-radius: 6px; display: flex; align-items: center; justify-content: space-between; }
.sc-pipeline-head span { font-size: 10px; opacity: .7; }
.sc-pipeline-card { background: #fff; border-radius: 8px; padding: 10px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.sc-pipeline-card strong { display: block; font-size: 11px; color: #1a1a2e; margin-bottom: 3px; }
.sc-pipeline-card span { display: block; font-size: 10px; color: #9ca3af; }
.sc-pipeline-tag { display: inline-block; margin-top: 4px; font-size: 9px; font-weight: 600; padding: 1px 6px; border-radius: 3px; }
.sc-pipeline-tag.blue { background: #e8f4fd; color: #1971c2; }
.sc-pipeline-tag.green { background: #d3f9d8; color: #2b8a3e; }
.sc-pipeline-tag.purple { background: #e5dbff; color: #523a8f; }
.sc-pipeline-tag.orange { background: #fff3e0; color: #e65100; }

/* GetCourse панель пользователей */
.sc-gc-panel { width: 100%; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,0.06); }
.sc-gc-panel-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; background: linear-gradient(135deg, #4a8f3c 0%, #5ba94e 100%); color: #fff; }
.sc-gc-panel-title { font-size: 13px; font-weight: 600; }
.sc-gc-panel-count { font-size: 11px; opacity: .85; }
.sc-gc-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.sc-gc-table thead th { text-align: left; padding: 8px 12px; font-size: 10px; font-weight: 600; color: #6b7280; text-transform: uppercase; letter-spacing: .5px; border-bottom: 1px solid #f0f0f0; background: #fafafa; }
.sc-gc-table tbody td { padding: 8px 12px; border-bottom: 1px solid #f5f5f5; color: #374151; vertical-align: middle; }
.sc-gc-table tbody tr:last-child td { border-bottom: none; }
.sc-gc-table tbody td strong { font-weight: 600; color: #1a1a2e; }
.sc-gc-badge { display: inline-block; font-size: 9px; font-weight: 600; padding: 2px 8px; border-radius: 10px; white-space: nowrap; }
.sc-gc-badge.green { background: #d3f9d8; color: #2b8a3e; }
.sc-gc-badge.blue { background: #e8f4fd; color: #1971c2; }
.sc-gc-badge.purple { background: #e5dbff; color: #523a8f; }
.sc-gc-badge.orange { background: #fff3e0; color: #e65100; }
.sc-slider-nav { display: flex; justify-content: center; gap: 8px; padding: 20px 0; }
.sc-slider-dot { width: 10px; height: 10px; border-radius: 50%; background: #d1d5db; border: none; cursor: pointer; transition: .2s; padding: 0; }
.sc-slider-dot.active { background: #523a8f; width: 28px; border-radius: 5px; }
.sc-slider-arrows { position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; pointer-events: none; transform: translateY(-50%); padding: 0 12px; box-sizing: border-box; }
.sc-slider-arr { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.9); border: 1px solid #e5e7eb; display: flex; align-items: center; justify-content: center; cursor: pointer; pointer-events: all; transition: .2s; }
.sc-slider-arr:hover { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.1); }
.sc-slider-arr svg { width: 18px; height: 18px; }

/* Табы */
.sc-tabs-nav { display: flex; justify-content: center; gap: 24px; margin-bottom: 32px; flex-wrap: wrap; border-bottom: none; padding-bottom: 0; }
.sc-tab-btn { background: none; border: none; border-bottom: 1.5px solid transparent; border-radius: 0; padding: 8px 2px; font-size: 14px; font-weight: 500; color: #b0b5bf; cursor: pointer; transition: .2s; letter-spacing: 0.01em; }
.sc-tab-btn:hover { color: #7c6bb5; }
.sc-tab-btn.active { color: #523a8f; border-bottom-color: #523a8f; font-weight: 600; }
.sc-tab-content { display: none; }
.sc-tab-content.active { display: block; }

/* Карточки табов */
.sc-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sc-card { background: #fff; border: none; border-radius: 16px; padding: 24px; box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.04); transition: all .25s; }
.sc-card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(82,58,143,0.1); }
.sc-card-icon { width: 48px; height: 48px; margin-bottom: 16px; }
.sc-card-icon svg { width: 48px; height: 48px; }
.sc-card h3 { font-size: 16px; font-weight: 600; color: #1a1a2e; margin: 0 0 8px; }
.sc-card p { font-size: 14px; color: #6b7280; margin: 0; line-height: 1.5; }
.sc-card-tag { display: inline-block; margin-top: 10px; font-size: 12px; color: #523a8f; font-weight: 600; }

/* Flow: Где используется → Результат */
.sc-flow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: stretch; }
.sc-flow-col h3 { font-size: 20px; font-weight: 600; color: #1a1a2e; margin: 0 0 16px; }
.sc-flow-cards { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.sc-flow-col { display: flex; flex-direction: column; }
.sc-flow-card { background: #fff; border: none; border-radius: 12px; padding: 16px 20px; flex: 1; box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.04); transition: all .25s; }
.sc-flow-card:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.sc-flow-card strong { display: block; font-size: 15px; color: #1a1a2e; margin-bottom: 4px; }
.sc-flow-card span { font-size: 13px; color: #6b7280; line-height: 1.5; }
.sc-flow-arrow { display: flex; align-items: center; justify-content: center; }
.sc-flow-arrow-icon { width: 44px; height: 44px; background: rgba(82,58,143,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.sc-flow-arrow-icon svg { width: 20px; height: 20px; }
.sc-flow-col--result .sc-flow-card { background: linear-gradient(135deg, #f0fff4, #e6ffed); }
.sc-flow-col--result .sc-flow-card strong { color: #00875a; }

/* CTA */
.sc-cta { background: linear-gradient(135deg, #523a8f 0%, #7c5cbf 100%); border-radius: 24px; padding: 56px 40px; text-align: center; color: #fff; }
.sc-cta h2 { color: #fff; font-size: 28px; font-weight: 600; margin-bottom: 12px; }
.sc-cta p { color: rgba(255,255,255,0.75); font-size: 16px; margin-bottom: 28px; }
.sc-cta .btn--cta { background: #F18918; color: #fff; border: none; padding: 14px 36px; font-size: 17px; border-radius: 30px; cursor: pointer; font-weight: 600; display: inline-block; text-decoration: none; transition: all .25s; }
.sc-cta .btn--cta:hover { background: #d97a10; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(241,137,24,0.3); }

/* FAQ */
.sc-faq-item { border-bottom: 1px solid #e5e7eb; padding: 20px 0; }
.sc-faq-item:first-child { border-top: 1px solid #e5e7eb; }
.sc-faq-q { font-size: 16px; font-weight: 600; color: #1a1a2e; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.sc-faq-chevron { width: 20px; height: 20px; flex-shrink: 0; transition: transform .3s; }
.sc-faq-q.open .sc-faq-chevron { transform: rotate(180deg); }
.sc-faq-a { font-size: 15px; color: #6b7280; line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height .3s, padding .3s; }
.sc-faq-a.open { max-height: 300px; padding-top: 10px; }

/* Похожие сценарии */
.sc-related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.sc-related-card { background: #fff; border: none; border-radius: 16px; padding: 24px; transition: all .25s; box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.04); }
.sc-related-card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.sc-related-card h3 { font-size: 16px; margin: 0 0 6px; }
.sc-related-card h3 a { color: #523a8f; text-decoration: none; }
.sc-related-card p { font-size: 14px; color: #6b7280; margin: 0; line-height: 1.5; }

/* Внутренние ссылки */
.sc-links { padding: 20px 0; border-top: 1px solid #e5e7eb; margin-top: 20px; }
.sc-links p { font-size: 14px; color: #6b7280; margin-bottom: 5px; }
.sc-links a { color: #523a8f; text-decoration: none; }
.sc-links a:hover { text-decoration: underline; }

/* Мобильная адаптация */
@media (max-width: 768px) {
    .sc-hero .container { grid-template-columns: 1fr; gap: 20px; }
    .sc-hero-right { justify-content: center; }
    .sc-hero-logo { width: 100px; height: 100px; border-radius: 20px; }
    .sc-hero-logo img { width: 64px; height: 64px; }
    .sc-hero-arrow svg { width: 24px; height: 24px; }
    .sc-hero h1 { font-size: 22px; }
    .sc-hero-desc { font-size: 15px; }
    .sc-hero .btn--cta { font-size: 15px; padding: 12px 28px; }
    .sc-hero { padding: 0 0 24px; }

    .sc-breadcrumbs { padding: 20px 0 12px; font-size: 12px; }

    .sc-summary { padding: 20px; margin-top: 24px; margin-bottom: 48px; border-radius: 12px; }
    .sc-summary h2 { font-size: 18px; }
    .sc-summary p { font-size: 14px; }
    .sc-input { padding: 6px 10px; font-size: 13px; }

    .sc-section { margin-bottom: 48px; }
    .sc-section h2 { font-size: 20px; margin-bottom: 16px; }

    .sc-steps-grid { grid-template-columns: 1fr; gap: 12px; }
    .sc-step-card { padding: 20px; }
    .sc-step-card:not(:last-child)::after { display: none; }

    .sc-slide { grid-template-columns: 1fr; }
    .sc-slide-img { border-radius: 0 0 20px 20px; padding: 16px; }
    .sc-slide-text { padding: 24px; }
    .sc-slide-text h3 { font-size: 20px; }
    .sc-slide-text p { font-size: 14px; }
    .sc-slider { border-radius: 16px; }
    .sc-slider-arr { width: 32px; height: 32px; }
    .sc-slider-arr svg { width: 14px; height: 14px; }

    .sc-bz-card-info { padding: 10px 12px 8px; }
    .sc-bz-card-name { font-size: 16px; }
    .sc-bz-card-ids { font-size: 10px; margin-top: 0; text-align: left; }
    .sc-bz-card-tabs { padding: 0 10px; }
    .sc-bz-tab { font-size: 10px; padding: 6px 8px; }
    .sc-bz-card-table { padding: 4px 12px 0; }
    .sc-bz-label { width: 130px; font-size: 11px; }
    .sc-bz-val { font-size: 11px; }
    .sc-bz-val-small { font-size: 10px; }
    .sc-bz-row { padding: 7px 0; }
    .sc-bz-card-footer { padding: 8px 12px 10px; }

    .sc-contact-tabs { overflow-x: auto; flex-wrap: nowrap; padding: 0 12px; }
    .sc-contact-tab { white-space: nowrap; font-size: 10px; padding: 6px 8px; }
    .sc-contact-section { padding: 8px 12px; }
    .sc-contact-utm-key { width: 90px; font-size: 11px; }
    .sc-contact-utm-val { font-size: 11px; }
    .sc-contact-table { padding: 0 12px 10px; }
    .sc-contact-table-head { grid-template-columns: 60px 1fr 1fr; gap: 4px; }
    .sc-contact-table-row { grid-template-columns: 60px 1fr 1fr; gap: 4px; }
    .sc-contact-key { font-size: 11px; }
    .sc-contact-value { font-size: 11px; }
    .sc-contact-code { font-size: 9px; padding: 1px 4px; }

    .sc-builder-row { flex-wrap: wrap; gap: 6px; padding: 8px 12px; }
    .sc-builder-label { width: 100%; font-size: 11px; }
    .sc-builder-action { margin: 10px; }

    .sc-pipeline { grid-template-columns: repeat(2, 1fr); gap: 6px; }
    .sc-pipeline-head { font-size: 10px; padding: 5px 8px; }
    .sc-pipeline-card { padding: 8px; }
    .sc-pipeline-card strong { font-size: 10px; }
    .sc-pipeline-card span { font-size: 9px; }

    .sc-gc-table { font-size: 10px; }
    .sc-gc-table thead th { padding: 6px 8px; font-size: 9px; }
    .sc-gc-table tbody td { padding: 6px 8px; }
    .sc-gc-badge { font-size: 8px; padding: 1px 6px; }

    .sc-tabs-nav { gap: 12px; }
    .sc-tab-btn { font-size: 13px; }
    .sc-cards-grid { grid-template-columns: 1fr; gap: 12px; }
    .sc-card { padding: 20px; }

    .sc-flow { grid-template-columns: 1fr; gap: 16px; }
    .sc-flow-col h3 { font-size: 18px; }
    .sc-flow-arrow-icon { transform: rotate(90deg); }

    .sc-cta { padding: 32px 20px; border-radius: 16px; }
    .sc-cta h2 { font-size: 22px; }
    .sc-cta p { font-size: 14px; }

    .sc-faq-q { font-size: 15px; }
    .sc-faq-a { font-size: 14px; }

    .sc-related-grid { grid-template-columns: 1fr; }
    .sc-related-card { padding: 20px; }
}
