/* Homepage compact pass: reduce vertical footprint without removing content. */
section {
    padding: 4rem 0;
}

.section-header {
    margin-bottom: 2.2rem;
}

.section-header h2 {
    margin-bottom: 0.55rem;
}

.section-header p {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.services-grid,
.pricing-grid,
.cases-grid,
.security-grid,
.advantages-grid,
.insights-grid,
.tools-grid {
    gap: 1.15rem;
}

.service-card,
.pricing-card,
.case-card,
.security-card,
.advantage-item,
.tool-card,
.insight-card {
    padding: 1.45rem;
}

.service-icon,
.tool-icon,
.security-icon,
.advantage-icon,
.case-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 1rem;
    border-radius: 14px;
}

.service-icon i,
.tool-icon i,
.security-icon i,
.advantage-icon i,
.case-icon i {
    font-size: 1.35rem;
}

.service-card h3,
.pricing-card h3,
.tool-card h3,
.case-card h3,
.security-card h3,
.advantage-item h3 {
    margin-bottom: 0.65rem;
}

.service-card p,
.pricing-description,
.tool-description,
.case-feedback p,
.security-card p,
.advantage-item p,
.insight-card p {
    margin-bottom: 0.9rem;
    line-height: 1.55;
}

.service-features,
.pricing-features,
.tool-features,
.security-features {
    margin-bottom: 1rem;
}

.service-features li,
.pricing-features li {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
}

.process-section,
.pricing-section,
.tools-platform,
.tracking-section,
.security-section,
.advantages,
.security-insights {
    padding: 4rem 0;
}

.scroll-hint.is-hidden {
    display: none;
}

.process-timeline {
    gap: 0.85rem;
}

.process-step {
    padding: 1.3rem 1rem;
}

.process-step .step-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 0.9rem;
}

.process-step h3,
.tracking-process .step-content h4 {
    margin-bottom: 0.45rem;
}

.process-step p,
.tracking-process .step-content p {
    line-height: 1.55;
}

.process-guarantee,
.security-guarantee,
.tools-hero-banner,
.tools-notice,
.pricing-info {
    margin-top: 1.7rem;
    padding: 1.35rem;
}

.pricing-card.featured {
    transform: scale(1.01);
}

.pricing-amount {
    margin: 0.8rem 0;
}

.pricing-note {
    margin: 0.8rem 0 1rem;
}

.pricing-info-grid {
    gap: 1rem;
}

.info-item,
.platform-stats .stat-card,
.tracking-stat,
.overview-item {
    padding: 1.1rem;
}

.benchmark-overview,
.tool-ecosystem-panel,
.tracking-overview,
.tracking-process,
.cases-stats {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.overview-stats,
.tracking-stats,
.stats-overview,
.platform-stats {
    gap: 1rem;
}

.tool-ecosystem-panel {
    gap: 1.4rem;
    padding: 1.6rem;
}

.tool-ecosystem-list {
    gap: 0.75rem;
}

.tool-ecosystem-list a {
    padding: 0.9rem 1rem;
}

.tools-hero-banner .banner-content {
    gap: 1rem;
}

.tools-stats-mini {
    margin-top: 1rem;
}

.tracking-services {
    gap: 1rem;
}

.tracking-card {
    padding: 1.35rem;
}

.tracking-process .process-steps {
    gap: 0.8rem;
}

.tracking-process .process-step {
    padding: 1rem;
}

.security-guarantee {
    gap: 1.25rem;
}

.about {
    padding: 3.6rem 0;
}

.about-content,
.contact-content {
    gap: 2rem;
}

.about-stats,
.contact-info {
    gap: 1rem;
}

.about-stat,
.contact-item {
    padding: 1.1rem;
}

.contact {
    padding: 4rem 0;
}

.contact-form {
    padding: 1.5rem;
}

.insight-card h3 {
    margin-bottom: 0.7rem;
}

.insights-more {
    margin-top: 2rem;
}

.footer-content {
    grid-template-columns: minmax(230px, 1.15fr) minmax(170px, 0.85fr) minmax(220px, 0.95fr) minmax(280px, 1.25fr);
    gap: 2rem;
}

.footer-section:nth-child(4) a {
    word-break: keep-all;
}

/* Compact FAQ: keep answers expandable while reducing first-screen footprint. */
#faq.faq-section {
    padding: 3.8rem 0;
}

#faq .section-header {
    margin-bottom: 1.5rem;
}

#faq .section-header p {
    margin-bottom: 0;
}

#faq .faq-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
    max-width: 1080px;
    margin: 1.7rem auto 0;
}

#faq .faq-item {
    border-radius: 12px;
    margin-bottom: 0;
}

#faq .faq-question {
    padding: 1.05rem 1.25rem;
}

#faq .faq-question h3 {
    font-size: 1rem;
    line-height: 1.35;
    padding-right: 1rem;
}

#faq .faq-question i {
    width: 34px;
    height: 34px;
    font-size: 1rem;
}

#faq .faq-item.active .faq-answer {
    max-height: 360px;
    padding: 0 1.25rem 1.1rem;
}

#faq .faq-answer::before {
    left: 1.25rem;
    right: 1.25rem;
}

#faq .faq-answer p {
    font-size: 0.94rem;
    line-height: 1.65;
}

#faq .faq-cta {
    max-width: 860px;
    margin: 2.4rem auto 0;
    padding: 2rem;
}

@media (max-width: 920px) {
    section,
    .process-section,
    .pricing-section,
    .tools-platform,
    .tracking-section,
    .security-section,
    .advantages,
    .security-insights {
        padding: 3.2rem 0;
    }

    .section-header {
        margin-bottom: 1.6rem;
    }

    .process-timeline,
    .tracking-services,
    .overview-stats,
    .tracking-stats,
    .platform-stats {
        gap: 0.8rem;
    }

    .footer-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .service-card,
    .pricing-card,
    .case-card,
    .security-card,
    .advantage-item,
    .tool-card,
    .insight-card {
        padding: 1.2rem;
    }

    .process-guarantee,
    .security-guarantee,
    .tools-hero-banner,
    .tools-notice,
    .pricing-info,
    .tool-ecosystem-panel {
        padding: 1.15rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    #faq.faq-section {
        padding: 3rem 0;
    }

    #faq .faq-container {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        max-width: 100%;
        margin: 1.25rem 0 0;
    }

    #faq .faq-question {
        padding: 0.95rem 1rem;
    }

    #faq .faq-question h3 {
        font-size: 0.98rem;
        padding-right: 0.75rem;
    }

    #faq .faq-question i {
        width: 32px;
        height: 32px;
    }

    #faq .faq-item.active .faq-answer {
        padding: 0 1rem 1rem;
    }

    #faq .faq-answer p {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    #faq .faq-cta {
        margin-top: 2rem;
        padding: 1.6rem 1rem;
    }
}
