/* Migrated out of the "DeskConnect Sales gh" template, 2026-09-15.
   Linked at the same position the <style> block occupied. */
/* Audience Card Icons - DeskConnect Orange */
.dc-card-icon { width: 48px; height: 48px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #fbae17 0%, #c96510 100%); border-radius: 12px; }
.dc-card-icon svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* FAQ */
.dc-faq-section { padding: 60px 0; background: #f8f9fa; }
.dc-faq-container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.dc-faq-header { text-align: center; margin-bottom: 32px; }
.dc-faq-title { font-size: 1.75rem; font-weight: 700; color: #1d1d1f; margin-bottom: 12px; }
.dc-faq-subtitle { font-size: 1rem; color: #6e6e73; }
.dc-faq-list { display: flex; flex-direction: column; gap: 8px; }
.dc-faq-item { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.dc-faq-question { width: 100%; padding: 16px 20px; background: none; border: none; font-size: 0.9375rem; font-weight: 600; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #1d1d1f; }
.dc-faq-question:hover { background: #f5f5f7; }
.dc-faq-question::after { content: '+'; font-size: 1.25rem; color: #c96510; }
.dc-faq-item.active .dc-faq-question::after { transform: rotate(45deg); }
.dc-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.dc-faq-answer-inner { padding: 0 20px 16px; font-size: 0.875rem; line-height: 1.6; color: #6e6e73; }
.dc-faq-item.active .dc-faq-answer { max-height: 500px; }

/* Compact Pricing Card */
.dc-pricing-section { padding: 60px 0; background: #f0f4f8; }
.dc-pricing-inner { max-width: 500px; margin: 0 auto; padding: 0 24px; }
.dc-pricing-header { text-align: center; margin-bottom: 24px; }
.dc-pricing-header h2 { font-size: 1.5rem; font-weight: 700; color: #1d1d1f; margin: 0; }
.dc-pricing-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.dc-pricing-card-header { background: #c96510; padding: 20px 24px; text-align: center; }
.dc-pricing-card-title { font-size: 1.25rem; font-weight: 700; color: #fff; margin: 0 0 12px; }
.dc-pricing-card-btn { display: inline-block; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4); color: #fff; padding: 8px 20px; border-radius: 6px; font-size: 0.875rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: background 0.2s; }
.dc-pricing-card-btn:hover { background: rgba(255,255,255,0.3); }
.dc-pricing-card-price { background: #c96510; padding: 0 24px 20px; text-align: center; color: #fff; }
.dc-pricing-card-amount { font-size: 2rem; font-weight: 700; }
.dc-pricing-card-period { font-size: 0.875rem; opacity: 0.9; }
.dc-pricing-card-original { font-size: 0.8125rem; opacity: 0.7; text-decoration: line-through; margin-top: 4px; }
.dc-pricing-features { padding: 20px 24px; }
.dc-pricing-features-list { list-style: none; margin: 0; padding: 0; }
.dc-pricing-features-list li { padding: 10px 0; border-bottom: 1px solid #e5e5ea; display: flex; align-items: center; font-size: 0.875rem; color: #1d1d1f; }
.dc-pricing-features-list li:last-child { border-bottom: none; }
.dc-pricing-features-list li::before { content: ''; display: inline-block; width: 18px; height: 18px; margin-right: 12px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c96510' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") center/contain no-repeat; flex-shrink: 0; }
.dc-pricing-card-footer { padding: 16px 24px; background: #f8f9fa; text-align: center; }
.dc-pricing-card-cta { display: inline-block; background: #c96510; color: #fff; padding: 12px 32px; border-radius: 6px; font-size: 0.9375rem; font-weight: 600; text-decoration: none; transition: background 0.2s; }
.dc-pricing-card-cta:hover { background: #b85a0e; }
.dc-pricing-contact { margin-top: 12px; font-size: 0.8125rem; color: #6e6e73; }
.dc-pricing-contact a { color: #c96510; text-decoration: none; font-weight: 600; }

/* Modern Workflow Timeline */
.dc-workflow-section { padding: 80px 0; background: linear-gradient(135deg, #1d1d1f 0%, #2d2d30 100%); position: relative; overflow: hidden; }
.dc-workflow-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); opacity: 0.5; }
.dc-workflow-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.dc-workflow-header { text-align: center; margin-bottom: 60px; }
.dc-workflow-badge { display: inline-block; background: linear-gradient(135deg, #fbae17 0%, #c96510 100%); color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.dc-workflow-title { font-size: 2.25rem; font-weight: 700; color: #fff; margin-bottom: 16px; }
.dc-workflow-subtitle { font-size: 1.125rem; color: rgba(255,255,255,0.7); max-width: 700px; margin: 0 auto; line-height: 1.6; }

/* Timeline Container */
.dc-workflow-timeline { display: flex; justify-content: space-between; position: relative; padding-top: 60px; }
.dc-workflow-timeline::before { content: ''; position: absolute; top: 90px; left: 12%; right: 12%; height: 3px; background: linear-gradient(90deg, #c96510, #fbae17, #c96510, #fbae17); border-radius: 2px; }

/* Timeline Step */
.dc-workflow-step { flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; max-width: 260px; }

/* Step Number Circle */
.dc-workflow-number { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #c96510 0%, #fbae17 100%); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; color: #fff; position: relative; z-index: 2; box-shadow: 0 4px 20px rgba(201,101,16,0.4); margin-bottom: 24px; }
.dc-workflow-number::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid rgba(251,174,23,0.3); }

/* Step Icon */
.dc-workflow-icon { width: 80px; height: 80px; background: rgba(255,255,255,0.05); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.1); transition: all 0.3s ease; }
.dc-workflow-step:hover .dc-workflow-icon { background: rgba(201,101,16,0.15); border-color: rgba(201,101,16,0.3); transform: translateY(-4px); }
.dc-workflow-icon svg { width: 40px; height: 40px; stroke: #fbae17; stroke-width: 1.5; fill: none; }

/* Step Content */
.dc-workflow-content { text-align: center; }
.dc-workflow-step-title { font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.dc-workflow-step-text { font-size: 0.9375rem; line-height: 1.6; color: rgba(255,255,255,0.7); }

/* Arrow between steps */
.dc-workflow-arrow { position: absolute; top: 85px; right: -20px; width: 40px; height: 40px; z-index: 3; }
.dc-workflow-arrow svg { width: 100%; height: 100%; fill: none; stroke: #fbae17; stroke-width: 2; }
.dc-workflow-step:last-child .dc-workflow-arrow { display: none; }

/* Video Section */
.dc-video-section { padding: 60px 0; background: #fff; }
.dc-video-header { text-align: center; margin-bottom: 32px; padding: 0 24px; }
.dc-video-title { font-size: 1.5rem; font-weight: 700; color: #1d1d1f; margin-bottom: 12px; }
.dc-video-subtitle { font-size: 1rem; color: #6e6e73; }

/* Reviews Section */
.dc-reviews-section { padding: 60px 0; background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%); }
.dc-reviews-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.dc-reviews-header { text-align: center; margin-bottom: 40px; }
.dc-reviews-title { font-size: 1.75rem; font-weight: 700; color: #1d1d1f; margin-bottom: 20px; }
.dc-reviews-badges { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 16px; }
.dc-rating-badge { display: flex; align-items: center; gap: 12px; background: #fff; padding: 12px 20px; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.dc-rating-logo { font-size: 1.5rem; font-weight: 800; color: #ff492c; }
.dc-rating-info { text-align: left; }
.dc-rating-stars { display: flex; gap: 2px; margin-bottom: 2px; }
.dc-rating-stars svg { width: 16px; height: 16px; fill: #ffc107; }
.dc-rating-score { font-size: 0.75rem; color: #6e6e73; }
.dc-reviews-stats { display: flex; justify-content: center; gap: 40px; margin-top: 24px; flex-wrap: wrap; }
.dc-stat { text-align: center; }
.dc-stat-value { font-size: 2rem; font-weight: 700; color: #c96510; }
.dc-stat-label { font-size: 0.8125rem; color: #6e6e73; }
.dc-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; margin-bottom: 32px; }
.dc-review-card { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); position: relative; }
.dc-review-card::before { content: '"'; position: absolute; top: 16px; left: 20px; font-size: 4rem; color: #c96510; opacity: 0.15; font-family: Georgia, serif; line-height: 1; }
.dc-review-stars { display: flex; gap: 2px; margin-bottom: 12px; }
.dc-review-stars svg { width: 14px; height: 14px; fill: #ffc107; }
.dc-review-headline { font-size: 1rem; font-weight: 700; color: #1d1d1f; margin-bottom: 8px; position: relative; z-index: 1; }
.dc-review-text { font-size: 0.9375rem; line-height: 1.7; color: #1d1d1f; margin-bottom: 16px; position: relative; z-index: 1; }
.dc-review-author { display: flex; align-items: center; gap: 12px; }
.dc-review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #c96510 0%, #fbae17 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 1rem; }
.dc-review-meta { flex: 1; }
.dc-review-name { font-weight: 600; font-size: 0.875rem; color: #1d1d1f; }
.dc-review-role { font-size: 0.75rem; color: #6e6e73; }
.dc-review-industry { display: inline-block; background: #f0f4f8; color: #6e6e73; font-size: 0.6875rem; padding: 4px 8px; border-radius: 4px; margin-top: 4px; }
.dc-review-source { font-size: 0.6875rem; color: #ff492c; font-weight: 600; margin-top: 12px; }
.dc-reviews-cta { text-align: center; }
.dc-reviews-cta a { display: inline-block; background: #c96510; color: #fff; padding: 12px 28px; border-radius: 6px; font-size: 0.9375rem; font-weight: 600; text-decoration: none; transition: background 0.2s; }
.dc-reviews-cta a:hover { background: #b85a0e; }
.dc-g2-link { display: inline-block; margin-top: 16px; color: #ff492c; font-size: 0.875rem; font-weight: 600; text-decoration: none; }
.dc-g2-link:hover { text-decoration: underline; }

@media (max-width: 1024px) {
    .dc-workflow-timeline { flex-wrap: wrap; gap: 40px; justify-content: center; }
    .dc-workflow-timeline::before { display: none; }
    .dc-workflow-step { width: 45%; max-width: none; }
    .dc-workflow-arrow { display: none !important; }
}
@media (max-width: 768px) {
    .dc-faq-title, .dc-workflow-title, .dc-reviews-title { font-size: 1.5rem; }
    .dc-workflow-step { width: 100%; }
    .dc-workflow-title { font-size: 1.75rem; }
    .dc-pricing-inner { max-width: 100%; }
    .dc-reviews-stats { gap: 24px; }
    .dc-stat-value { font-size: 1.5rem; }
    .dc-reviews-grid { grid-template-columns: 1fr; }
}
