.services-section {
    max-width: 100%;
    margin: auto;
    padding: 2rem;
}

.services-section h2 {
    text-align: center;
    font-size: 2rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
}

.pricing-table th,
.pricing-table td {
    border: 1px solid #e5e7eb;
    padding: 1rem;
    text-align: center;
}

.pricing-table th {
    background-color: #2563eb;
    color: white;
}

.pricing-table td:first-child {
    font-weight: 600;
    background-color: #f3f4f6;
    text-align: left;
}

.highlight {
    background-color: #e0f2fe;
    font-weight: bold;
}

.tier {
    background-color: #fee2e2;
    font-weight: bold;
}

.platform-comparison {
    margin-top: 4rem;
}

.platform-comparison h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.cta {
    text-align: center;
    margin-top: 3rem;
    background-color: #2563eb;
    color: white;
    padding: 2rem;
    border-radius: 8px;
}

.cta a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.one-time-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.one-time-card {
    background-color: #f1f5f9;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.one-time-card h3 {
    font-size: 1.25rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.one-time-card .price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2563eb;
    margin-bottom: 1rem;
}

.one-time-card ul {
    list-style: none;
    padding: 0;
}

.one-time-card ul li {
    margin-bottom: 0.5rem;
}
