/* OniGrow Comparison Pages */

/* Hero image */
.comparison-hero-img {
    margin: 0 0 2em 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.comparison-hero-img img {
    display: block;
    width: 100%;
    height: auto;
}

/* Layout: contenuto centrato e leggibile */
#main .wf-container-main {
    max-width: 900px;
    margin: 0 auto;
}
#content {
    padding: 2em 0;
}

/* Tabelle */
#content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95em;
    overflow-x: auto;
    display: block;
}
@media (min-width: 768px) {
    #content table {
        display: table;
    }
}
#content table th,
#content table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #e0e0e0;
    vertical-align: top;
}
#content table th {
    background: #1a1a2e;
    color: #fff;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
#content table tr:nth-child(even) {
    background: #f8f9fa;
}
#content table tr:hover {
    background: #eef2ff;
}
#content table td:first-child {
    font-weight: 600;
}
/* Prima riga dati (OniGrow) evidenziata */
#content table tbody tr:first-child {
    background: #eef6ff;
    border-left: 3px solid #2563eb;
}

/* CTA links come bottoni */
#content a[href*="onigrow.com"] strong,
#content a[href*="onigrow.com"] > strong {
    display: inline-block;
    background: #2563eb;
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.05em;
    transition: background 0.2s, transform 0.1s;
    margin: 0.5em 0;
}
#content a[href*="onigrow.com"]:hover strong {
    background: #1d4ed8;
    transform: translateY(-1px);
}
#content a[href*="onigrow.com"] {
    text-decoration: none !important;
}

/* HR separatori */
#content hr {
    border: none;
    border-top: 2px solid #e5e7eb;
    margin: 2.5em 0;
}

/* Headings */
#content h2 {
    margin-top: 2em;
    padding-bottom: 0.4em;
    border-bottom: 2px solid #e5e7eb;
    font-size: 1.5em;
}

/* Nota trasparenza */
#content > p:first-of-type strong,
#content > p:nth-of-type(2) strong {
    color: #6b7280;
}
#content > p:first-of-type + p:has(strong:only-child) {
    background: #f9fafb;
    padding: 12px 16px;
    border-radius: 6px;
    border-left: 3px solid #d1d5db;
    font-size: 0.9em;
    color: #6b7280;
}

/* Emoji nelle tabelle */
#content table td {
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 767px) {
    #main .wf-container-main {
        padding: 0 15px;
    }
    #content table {
        font-size: 0.85em;
    }
    #content table th,
    #content table td {
        padding: 8px 10px;
        white-space: nowrap;
    }
    #content a[href*="onigrow.com"] strong {
        padding: 12px 20px;
        font-size: 0.95em;
        display: block;
        text-align: center;
    }
}
