/* Compare page styles */
.compare-page {
    font-family: 'Nunito', sans-serif;
    background: var(--slate-900);
    min-height: 100vh;
    position: relative;
    color: var(--slate-300);
}

.compare-page section {
    position: relative;
    z-index: 1;
}

/* Hero */
.compare-hero {
    text-align: center;
    padding: 4rem 1.5rem 2.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.compare-hero h1 {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.compare-hero p {
    font-size: 1.15rem;
    color: var(--slate-400);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Section common */
.compare-section {
    max-width: 960px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.compare-section h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.25rem;
}

.compare-section h3 {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--teal-400);
    margin-bottom: 0.75rem;
}

.compare-section p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* What is Choremon */
.what-is-choremon {
    background: var(--slate-800);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    max-width: 960px;
    margin: 0 auto 2rem;
}

.what-is-choremon h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.what-is-choremon p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

.what-is-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}

.what-is-feature {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 1rem 1.25rem;
}

.what-is-feature strong {
    color: #fff;
    display: block;
    margin-bottom: 0.25rem;
}

/* Comparison Table */
.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
}

.compare-table thead th {
    background: var(--slate-800);
    color: var(--slate-300);
    font-weight: 600;
    padding: 0.75rem 0.6rem;
    text-align: center;
    position: sticky;
    top: 0;
    white-space: nowrap;
    font-size: 0.8rem;
}

.compare-table thead th:first-child {
    text-align: left;
    min-width: 130px;
}

.compare-table thead th.highlight {
    background: var(--teal-700);
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.compare-table tbody td {
    padding: 0.65rem 0.6rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.compare-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--slate-300);
}

.compare-table tbody td.highlight {
    background: rgba(15, 118, 110, 0.12);
}

.compare-table .check {
    color: var(--teal-400);
    font-weight: 700;
}

.compare-table .cross {
    color: var(--slate-600);
}

.compare-table .partial {
    color: var(--amber-500);
}

/* Competitor sections */
.competitor-card {
    background: var(--slate-800);
    border-radius: 14px;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.competitor-card h2 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.competitor-card .competitor-subtitle {
    color: var(--slate-400);
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

.competitor-sections {
    display: grid;
    gap: 1rem;
}

.competitor-point h3 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.competitor-point p {
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Why Choose */
.why-choose {
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.15), rgba(15, 118, 110, 0.08));
    border: 1px solid rgba(45, 212, 191, 0.2);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    max-width: 960px;
    margin: 0 auto 2rem;
}

.why-choose h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.25rem;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.why-choose-item {
    padding: 0.75rem 0;
}

.why-choose-item strong {
    color: var(--teal-400);
    display: block;
    margin-bottom: 0.25rem;
}

/* FAQ */
.compare-faq {
    max-width: 960px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.compare-faq h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.5rem;
}

.compare-faq .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* CTA */
.compare-cta {
    text-align: center;
    padding: 3rem 1.5rem 4rem;
    max-width: 700px;
    margin: 0 auto;
}

.compare-cta h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.75rem;
}

.compare-cta p {
    color: var(--slate-400);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    background: var(--teal-500);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.85rem 2.5rem;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

.cta-button:hover {
    background: var(--teal-600);
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 640px) {
    .compare-hero {
        padding: 3rem 1rem 2rem;
    }

    .compare-hero h1 {
        font-size: 1.6rem;
    }

    .what-is-features,
    .why-choose-grid {
        grid-template-columns: 1fr;
    }

    .what-is-choremon,
    .competitor-card,
    .why-choose {
        border-radius: 10px;
        padding: 1.5rem 1.25rem;
    }

    .compare-section {
        padding: 2rem 1rem;
    }

    .compare-faq {
        padding: 2rem 1rem;
    }
}
