/* Platform Pages Specific Styles */

/* Platform Content Layout */
.platform-content {
    max-width: 900px;
    margin: 0 auto;
}

.platform-content .integrations-header {
    margin-bottom: 48px;
    text-align: center;
}

.platform-content .integrations-title {
    margin-bottom: 20px;
}

.platform-content .integrations-description {
    max-width: 700px;
    margin: 0 auto 32px;
    text-align: center;
}

/* Section Styles */
.platform-section {
    margin-bottom: 56px;
}

.platform-section-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #5B7BFF;
}

.platform-section-subtitle {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 32px;
}

/* Problem Cards */
.problem-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 28px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.problem-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.problem-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.problem-card-title i {
    color: #ff5b5b;
    font-size: 20px;
}

.problem-card-text {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Step Cards */
.steps-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.step-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 28px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    transition: box-shadow 0.3s ease;
}

.step-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.step-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #5B7BFF 0%, #4A6AEE 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.step-text {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Video Container */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    background: #000;
    margin: 32px 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
}

.video-placeholder i {
    font-size: 64px;
    margin-bottom: 16px;
    opacity: 0.8;
}

.video-placeholder p {
    font-size: 16px;
    opacity: 0.7;
}

/* Tip Box */
.tip-box {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
    border-left: 4px solid #5B7BFF;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 24px 0;
}

.tip-box-title {
    font-size: 14px;
    font-weight: 600;
    color: #5B7BFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.tip-box-text {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

/* Apps Category List */
.apps-category {
    margin-bottom: 32px;
}

.apps-category-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.apps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.apps-list li {
    padding: 10px 0;
    position: relative;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
}

.apps-list li:last-child {
    border-bottom: none;
}

.apps-list li::before {
    content: none;
}

/* Comparison Table */
.comparison-table-container {
    overflow-x: auto;
    margin: 32px 0;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    min-width: 700px;
}

.comparison-table th,
.comparison-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.comparison-table th {
    background: linear-gradient(135deg, #5B7BFF 0%, #4A6AEE 100%);
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comparison-table th:first-child {
    border-radius: 12px 0 0 0;
}

.comparison-table th:last-child {
    border-radius: 0 12px 0 0;
}

.comparison-table td {
    font-size: 14px;
    color: #555;
    vertical-align: top;
    line-height: 1.6;
}

.comparison-table td:first-child {
    font-weight: 600;
    color: #1a1a1a;
    background: #f8f9ff;
}

.comparison-table tr:last-child td:first-child {
    border-radius: 0 0 0 12px;
}

.comparison-table tr:last-child td:last-child {
    border-radius: 0 0 12px 0;
}

.comparison-table tr:hover td {
    background-color: #fafbff;
}

.comparison-table tr:hover td:first-child {
    background-color: #f0f4ff;
}

.highlight-cell {
    color: #22c55e !important;
    font-weight: 500;
}

.negative-cell {
    color: #ff5b5b !important;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #5B7BFF 0%, #4A6AEE 100%);
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    margin-top: 48px;
}

.cta-title {
    font-size: 28px;
    font-weight: 600;
    color: white;
    margin-bottom: 16px;
}

.cta-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 24px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-block;
    background: white;
    color: #5B7BFF;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Breadcrumb */
.platform-breadcrumb {
    margin-bottom: 32px;
    font-size: 14px;
}

.platform-breadcrumb a {
    color: #5B7BFF;
    text-decoration: none;
}

.platform-breadcrumb a:hover {
    text-decoration: underline;
}

.platform-breadcrumb span {
    color: #999;
    margin: 0 8px;
}

/* Feature Cards Grid */
.feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 32px 0;
}

.feature-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 28px;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.feature-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.feature-card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.feature-card-icon i {
    font-size: 24px;
    color: #5B7BFF;
}

.feature-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.feature-card-text {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.feature-card-text:last-child {
    margin-bottom: 0;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.feature-list li {
    padding: 6px 0;
    padding-left: 24px;
    position: relative;
    color: #555;
    font-size: 14px;
}

.feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 600;
}

/* Capabilities Grid */
.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.capability-item {
    background: white;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #555;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}

.capability-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.capability-item i {
    color: #5B7BFF;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

/* Device Support Grid */
.device-support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 24px 0;
}

.device-support-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.device-support-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.device-support-card h3 i {
    font-size: 24px;
    color: #5B7BFF;
}

.device-support-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.device-support-card ul li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    color: #555;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.device-support-card ul li:last-child {
    border-bottom: none;
}

.device-support-card ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #5B7BFF;
    font-weight: bold;
}

/* Bug Types Grid */
.bug-types-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.bug-type-card {
    background: white;
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #555;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    border-left: 3px solid #5B7BFF;
}

.bug-type-card i {
    color: #5B7BFF;
    font-size: 18px;
}

/* Included Features Grid */
.included-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.included-feature {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #1a1a1a;
}

.included-feature i {
    color: #22c55e;
    font-size: 18px;
}

/* Auto Generated Grid */
.auto-generated-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 32px 0;
}

.auto-generated-item {
    background: white;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

.auto-generated-item:hover {
    transform: translateY(-2px);
}

.auto-generated-item i {
    font-size: 32px;
    color: #5B7BFF;
    margin-bottom: 12px;
}

.auto-generated-item h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.auto-generated-item p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* Integration Categories Grid */
.integration-categories-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.integration-category {
    background: white;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #555;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.integration-category:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.integration-category i {
    font-size: 24px;
    color: #5B7BFF;
}

/* Integrations Table Variant */
.integrations-table td:first-child {
    width: 20%;
}

.integrations-table td:nth-child(2) {
    width: 35%;
}

.integrations-table td:nth-child(3) {
    width: 45%;
}

/* Responsive */
@media (max-width: 1024px) {
    .feature-cards-grid {
        grid-template-columns: 1fr;
    }

    .capabilities-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bug-types-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .included-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .auto-generated-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .integration-categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .platform-content .integrations-header {
        margin-bottom: 32px;
    }

    .platform-section-title {
        font-size: 22px;
    }

    .problem-card {
        padding: 20px;
    }

    .step-card {
        flex-direction: column;
        gap: 16px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px 14px;
        font-size: 13px;
    }

    .cta-section {
        padding: 32px 24px;
    }

    .cta-title {
        font-size: 22px;
    }

    .video-placeholder i {
        font-size: 48px;
    }

    .capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .device-support-grid {
        grid-template-columns: 1fr;
    }

    .bug-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .included-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .auto-generated-grid {
        grid-template-columns: 1fr;
    }

    .integration-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .platform-section-title {
        font-size: 20px;
    }

    .problem-card-title {
        font-size: 16px;
    }

    .step-title {
        font-size: 16px;
    }

    .cta-section {
        padding: 24px 20px;
    }

    .cta-title {
        font-size: 20px;
    }

    .cta-button {
        padding: 12px 24px;
        font-size: 14px;
    }

    .capabilities-grid {
        grid-template-columns: 1fr;
    }

    .capability-item {
        padding: 12px;
        font-size: 13px;
    }

    .bug-types-grid {
        grid-template-columns: 1fr;
    }

    .included-features-grid {
        grid-template-columns: 1fr;
    }

    .integration-categories-grid {
        grid-template-columns: 1fr 1fr;
    }

    .feature-card {
        padding: 20px;
    }

    .feature-card-title {
        font-size: 16px;
    }
}


/* Getting Started - Hero Timeline Design */

/* Hero Timeline Section */
.hero-timeline {
    background: #f8fafc;
    padding: 0 5% 100px;
}

.hero-timeline-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 0 70px;
}

.hero-timeline-header:has(.hero-timeline-image) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    max-width: 1400px;
    text-align: left;
}

.hero-timeline-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(91, 123, 255, 0.1);
    border: 1px solid rgba(91, 123, 255, 0.25);
    color: #5B7BFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.hero-timeline-header h1 {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.hero-timeline-header h1 span {
    background: linear-gradient(135deg, #5B7BFF, #4361ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-timeline-header p {
    font-size: 18px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 36px;
}

.hero-timeline-cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-timeline-header:has(.hero-timeline-image) .hero-timeline-cta {
    justify-content: flex-start;
}

.hero-timeline-cta .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #5B7BFF 0%, #4361ee 100%);
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(91, 123, 255, 0.35);
}

.hero-timeline-cta .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(91, 123, 255, 0.45);
}

.hero-timeline-cta .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: white;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.hero-timeline-cta .btn-secondary:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}

.hero-timeline-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.hero-timeline-header:has(.hero-timeline-image) .hero-timeline-stats {
    justify-content: flex-start;
}

.hero-timeline-stats .stat {
    text-align: center;
}

.hero-timeline-stats .stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
}

.hero-timeline-stats .stat-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    margin-top: 4px;
}

.hero-timeline-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-timeline-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

/* Timeline */
.timeline {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #5B7BFF 0%, #4361ee 50%, #22c55e 100%);
    transform: translateX(-50%);
    border-radius: 3px;
}

.timeline-step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    position: relative;
    margin-bottom: 80px;
    align-items: center;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.timeline-step::after {
    content: attr(data-step);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5B7BFF 0%, #4361ee 100%);
    color: white;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(91, 123, 255, 0.35);
}

.timeline-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.timeline-image img {
    width: 100%;
    height: auto;
    display: block;
}

.timeline-content {
    padding: 20px 0;
}

.timeline-content h3 {
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.timeline-content p {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
}

.timeline-step:nth-child(even) .timeline-image {
    order: 2;
}

.timeline-step:nth-child(even) .timeline-content {
    order: 1;
    text-align: left;
}

/* Responsive */
@media (max-width: 1024px) {
    .timeline::before {
        left: 28px;
    }

    .timeline-step {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-left: 80px;
    }

    .timeline-step::after {
        left: 28px;
        top: 0;
        transform: translate(-50%, 0);
    }

    .timeline-step:nth-child(even) .timeline-image {
        order: 0;
    }

    .timeline-step:nth-child(even) .timeline-content {
        order: 0;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .hero-timeline {
        padding: 0 20px 60px;
    }

    .hero-timeline-header {
        padding: 48px 0 50px;
    }

    .hero-timeline-header:has(.hero-timeline-image) {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .hero-timeline-header:has(.hero-timeline-image) .hero-timeline-cta {
        justify-content: center;
    }

    .hero-timeline-header:has(.hero-timeline-image) .hero-timeline-stats {
        justify-content: center;
    }

    .hero-timeline-stats {
        gap: 24px;
    }

    .hero-timeline-stats .stat-number {
        font-size: 22px;
    }

    .timeline-step {
        margin-bottom: 48px;
        padding-left: 64px;
    }

    .timeline-step::after {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

}


/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #5B7BFF 0%, #4361ee 100%);
    padding: 100px 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
}

.cta-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    line-height: 1.7;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 48px;
    background: white;
    color: #5B7BFF;
    font-size: 17px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.cta-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}



/* How It Works - Hero Timeline Design */

/* Hero Timeline Section */
.hero-timeline {
    background: #f8fafc;
    padding: 0 5% 100px;
}

.hero-timeline-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 0 70px;
}

.hero-timeline-header:has(.hero-timeline-image) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    max-width: 1400px;
    text-align: left;
}

.hero-timeline-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(91, 123, 255, 0.1);
    border: 1px solid rgba(91, 123, 255, 0.25);
    color: #5B7BFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.hero-timeline-header h1 {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.hero-timeline-header h1 span {
    background: linear-gradient(135deg, #5B7BFF, #4361ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-timeline-header .hero-subtitle {
    font-size: 18px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 12px;
}

.hero-timeline-header .hero-detail {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 36px;
}

.hero-timeline-cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-timeline-header:has(.hero-timeline-image) .hero-timeline-cta {
    justify-content: flex-start;
}

.hero-timeline-cta .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #5B7BFF 0%, #4361ee 100%);
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(91, 123, 255, 0.35);
}

.hero-timeline-cta .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(91, 123, 255, 0.45);
}

.hero-timeline-cta .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: white;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.hero-timeline-cta .btn-secondary:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}

.hero-timeline-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.hero-timeline-header:has(.hero-timeline-image) .hero-timeline-stats {
    justify-content: flex-start;
}

.hero-timeline-stats .stat {
    text-align: center;
}

.hero-timeline-stats .stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
}

.hero-timeline-stats .stat-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    margin-top: 4px;
}

.hero-timeline-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-timeline-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

/* Timeline */
.timeline {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #5B7BFF 0%, #4361ee 50%, #22c55e 100%);
    transform: translateX(-50%);
    border-radius: 3px;
}

.timeline-step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    position: relative;
    margin-bottom: 80px;
    align-items: center;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.timeline-step::after {
    content: attr(data-step);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5B7BFF 0%, #4361ee 100%);
    color: white;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(91, 123, 255, 0.35);
}

.timeline-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.timeline-image img {
    width: 100%;
    height: auto;
    display: block;
}

.timeline-content {
    padding: 20px 0;
}

.timeline-content h3 {
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.timeline-content p {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
}

.timeline-step:nth-child(even) .timeline-image {
    order: 2;
}

.timeline-step:nth-child(even) .timeline-content {
    order: 1;
    text-align: left;
}

/* Apps Section */
.apps-section {
    padding: 100px 5%;
    background: white;
}

.apps-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.apps-section-header-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #5B7BFF;
    margin-bottom: 16px;
}

.apps-section-header h2 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.apps-section-header p {
    font-size: 17px;
    color: #64748b;
    line-height: 1.7;
}

.apps-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.app-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 36px 32px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.app-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
}

.app-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    background: white;
}

.app-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: white;
    margin-bottom: 24px;
}

.app-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.app-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .timeline::before {
        left: 28px;
    }

    .timeline-step {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-left: 80px;
    }

    .timeline-step::after {
        left: 28px;
        top: 0;
        transform: translate(-50%, 0);
    }

    .timeline-step:nth-child(even) .timeline-image {
        order: 0;
    }

    .timeline-step:nth-child(even) .timeline-content {
        order: 0;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .hero-timeline {
        padding: 0 20px 60px;
    }

    .hero-timeline-header {
        padding: 48px 0 50px;
    }

    .hero-timeline-header:has(.hero-timeline-image) {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .hero-timeline-header:has(.hero-timeline-image) .hero-timeline-cta {
        justify-content: center;
    }

    .hero-timeline-header:has(.hero-timeline-image) .hero-timeline-stats {
        justify-content: center;
    }

    .hero-timeline-stats {
        gap: 24px;
    }

    .hero-timeline-stats .stat-number {
        font-size: 22px;
    }

    .timeline-step {
        margin-bottom: 48px;
        padding-left: 64px;
    }

    .timeline-step::after {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .apps-section {
        padding: 60px 20px;
    }

    .apps-grid {
        grid-template-columns: 1fr;
    }
}



/* Why Building Apps Is Hard - Hero Timeline Design */

/* Hero Timeline Section */
.hero-timeline {
    background: #f8fafc;
    padding: 0 5% 100px;
}

.hero-timeline-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 0 70px;
}

.hero-timeline-header:has(.hero-timeline-image) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    max-width: 1400px;
    text-align: left;
}

.hero-timeline-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(91, 123, 255, 0.1);
    border: 1px solid rgba(91, 123, 255, 0.25);
    color: #5B7BFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.hero-timeline-header h1 {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.hero-timeline-header h1 span {
    background: linear-gradient(135deg, #5B7BFF, #4361ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-timeline-header p {
    font-size: 18px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 36px;
}

.hero-timeline-cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-timeline-header:has(.hero-timeline-image) .hero-timeline-cta {
    justify-content: flex-start;
}

.hero-timeline-cta .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #5B7BFF 0%, #4361ee 100%);
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(91, 123, 255, 0.35);
}

.hero-timeline-cta .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(91, 123, 255, 0.45);
}

.hero-timeline-cta .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: white;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.hero-timeline-cta .btn-secondary:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}

.hero-timeline-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.hero-timeline-header:has(.hero-timeline-image) .hero-timeline-stats {
    justify-content: flex-start;
}

.hero-timeline-stats .stat {
    text-align: center;
}

.hero-timeline-stats .stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
}

.hero-timeline-stats .stat-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    margin-top: 4px;
}

.hero-timeline-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-timeline-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

/* Timeline */
.timeline {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #ef4444 0%, #f59e0b 50%, #5B7BFF 100%);
    transform: translateX(-50%);
    border-radius: 3px;
}

.timeline-step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    position: relative;
    margin-bottom: 80px;
    align-items: center;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.timeline-step::after {
    content: attr(data-step);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5B7BFF 0%, #4361ee 100%);
    color: white;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(91, 123, 255, 0.35);
}

.timeline-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.timeline-image img {
    width: 100%;
    height: auto;
    display: block;
}

.timeline-content {
    padding: 20px 0;
}

.timeline-content h3 {
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.timeline-content h3 i {
    margin-right: 10px;
    color: #5B7BFF;
}

.timeline-content p {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
}

.timeline-step:nth-child(even) .timeline-image {
    order: 2;
}

.timeline-step:nth-child(even) .timeline-content {
    order: 1;
    text-align: left;
}

/* Responsive */
@media (max-width: 1024px) {
    .timeline::before {
        left: 28px;
    }

    .timeline-step {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-left: 80px;
    }

    .timeline-step::after {
        left: 28px;
        top: 0;
        transform: translate(-50%, 0);
    }

    .timeline-step:nth-child(even) .timeline-image {
        order: 0;
    }

    .timeline-step:nth-child(even) .timeline-content {
        order: 0;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .hero-timeline {
        padding: 0 20px 60px;
    }

    .hero-timeline-header {
        padding: 48px 0 50px;
    }

    .hero-timeline-header:has(.hero-timeline-image) {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .hero-timeline-header:has(.hero-timeline-image) .hero-timeline-cta {
        justify-content: center;
    }

    .hero-timeline-header:has(.hero-timeline-image) .hero-timeline-stats {
        justify-content: center;
    }

    .hero-timeline-stats {
        gap: 24px;
    }

    .hero-timeline-stats .stat-number {
        font-size: 22px;
    }

    .timeline-step {
        margin-bottom: 48px;
        padding-left: 64px;
    }

    .timeline-step::after {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

}

/* Image Preview Modal */
.preview-link {
    color: #4f46e5;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed #4f46e5;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
}
.preview-link:hover {
    color: #3730a3;
    border-bottom-color: #3730a3;
}
.preview-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.preview-modal-inner {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.preview-modal-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.preview-modal-title {
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}
.preview-modal-image {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    display: block;
}
