﻿.hero-section {
    padding: 0;
}

.hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.soft-section {
    background: rgba(0,0,0,.03);
}

.cta-section {
    background: rgba(0,0,0,.06);
}

.sh-h1 {
    font-size: 2.4rem;
    line-height: 1.15;
    margin: 0 0 1rem 0;
}

.sh-h2 {
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
}

.sh-h3 {
    font-size: 1.2rem;
    margin: 0 0 .5rem 0;
}

.sh-lead {
    font-size: 1.1rem;
    margin: 0 0 1.5rem 0;
    opacity: .9;
}

.sh-body {
    margin: 0 0 1rem 0;
    opacity: .9;
}

.sh-bullets {
    margin: 1rem 0 0 1.25rem;
}

    .sh-bullets li {
        margin: .5rem 0;
    }

.sh-bullets-center {
    display: inline-block;
    text-align: left;
}

.hero-actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.sh-footer small {
    opacity: .75;
}
.pricing-header {
    margin-bottom: 1.5rem;
}

.pricing-card {
    border-radius: 18px;
    padding: 1.5rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    background: rgba(255,255,255,.92);
}

.pricing-top {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pricing-price {
    text-align: right;
    min-width: 180px;
}

.price-amount {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}

.price-sub {
    opacity: .75;
    margin-top: .25rem;
}

.pricing-rule {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.10);
    margin: 1.25rem 0;
}

.pricing-actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.example-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

@media (min-width: 900px) {
    .example-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.example-card {
    border-radius: 16px;
    padding: 1.25rem;
    background: rgba(0,0,0,.03);
}

.faq-item {
    border-radius: 12px;
    padding: 1rem;
    background: rgba(0,0,0,.03);
    margin-top: .75rem;
}

    .faq-item summary {
        cursor: pointer;
        font-weight: 600;
    }

    .faq-item p {
        margin: .75rem 0 0 0;
    }
.features-actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

    .features-actions.center {
        justify-content: center;
    }

.features-header {
    margin-bottom: 1.5rem;
}

.features-section {
    border-radius: 18px;
    padding: 1.5rem;
}

.feature-image {
    width: 100%;
    max-width: 240px;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,.10);
}

.section-title {
    max-width: 900px;
}

.contact-header {
    margin-bottom: 1.5rem;
}

.contact-card {
    border-radius: 18px;
    padding: 1.5rem;
    background: rgba(0,0,0,.03);
}

.contact-email {
    font-size: 1.25rem;
    font-weight: 600;
    margin: .5rem 0 1rem 0;
}

    .contact-email a {
        text-decoration: none;
    }

        .contact-email a:hover {
            text-decoration: underline;
        }

.contact-note {
    opacity: .85;
}

.contact-footer {
    margin-top: 1.5rem;
    opacity: .9;
}
