/* /free conversion landing — reuses homepage SEO band classes; compact hero for mobile above-the-fold */

.free-landing.seo-home-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}

.free-hero {
    padding-top: 12px;
    padding-bottom: 8px;
}

.free-hero-inner {
    text-align: center;
    max-width: 640px;
}

.free-video-wrap {
    position: relative;
    width: min(100%, 280px);
    margin: 0 auto 14px;
    aspect-ratio: 9 / 16;
    border-radius: 14px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.18);
}

.free-video-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.free-hero-title {
    margin: 0 0 8px;
    font-size: clamp(1.35rem, 4.6vw, 1.85rem);
    font-weight: 800;
    line-height: 1.25;
    color: #111827;
}

.free-hero-sub {
    margin: 0 auto;
    max-width: 34em;
    font-size: clamp(0.92rem, 3.2vw, 1.05rem);
    line-height: 1.55;
    color: #4b5563;
}

.free-steps-section h2,
.free-landing #free-features-title,
.free-landing #faq-section-title {
    text-align: center;
    margin: 0 0 18px;
    font-size: 1.35rem;
    font-weight: 800;
    color: #111827;
}

.free-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.free-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    text-align: right;
}

.free-step-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eef2ff;
    color: #5d5dff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.free-step strong {
    display: block;
    font-size: 0.85rem;
    color: #5d5dff;
    margin-bottom: 2px;
}

.free-step span:last-child {
    color: #374151;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

.free-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
    max-width: 520px;
    margin-inline: auto;
}

.free-feature-list li {
    position: relative;
    padding: 12px 16px 12px 16px;
    padding-inline-start: 2.4rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-weight: 600;
    color: #111827;
}

.free-feature-list li::before {
    content: "✓";
    position: absolute;
    inset-inline-start: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    color: #5d5dff;
    font-weight: 800;
}

.free-landing #faq-section details {
    margin-bottom: 10px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.free-landing #faq-section summary {
    cursor: pointer;
    font-weight: 700;
    color: #111827;
}

.free-landing #faq-section details p {
    margin: 10px 0 0;
    color: #4b5563;
    line-height: 1.55;
}

@media (min-width: 640px) {
    .free-video-wrap {
        width: min(100%, 320px);
    }

    .free-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .free-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-height: 100%;
    }
}

/* Short phones: keep Shorts embed compact so hero + fixed #main-btn fit one viewport */
@media (max-width: 480px) and (max-height: 780px) {
    .free-hero {
        padding-top: 8px;
        padding-bottom: 4px;
    }

    .free-video-wrap {
        width: min(42vw, 168px);
        margin-bottom: 10px;
    }

    .free-hero-title {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }

    .free-hero-sub {
        font-size: 0.88rem;
        line-height: 1.45;
    }

    .free-landing .seo-landing-section {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}
