/* =========================================================
   Free AI SEO Audit page — Figma node 6196:6446
   Do NOT set font-size / line-height / font-family on h1–h6 or p
   (those come from indexmain.css)
   KEEP FAQ + special paragraph typography (-sub, -note, -eyebrow)
   ========================================================= */

.sa-accent {
    color: #7b61ff;
}
.faq-item{
    margin: 20px 0;
}

.sa-hero-section {
    position: relative;
    background: radial-gradient(68.89% 275.56% at 7.99% 42.57%, #05053E 0%, #07075A 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;

    padding: 70px 0 50px;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.sa-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.sa-hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 580px;
}

.sa-hero-content h1 {
    font-weight: 700;
    color: var(--white);
    margin: 0;
}

.sa-hero-content p {
    font-weight: 400;
    color: #d8d6e8;
    margin: 0;
    max-width: 520px;
}

.sa-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    max-width: 100%;
    background: linear-gradient(90deg, #6957ff 0%, #8b74ff 100%);
    color: var(--white) !important;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(105, 87, 255, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.sa-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(105, 87, 255, 0.45);
    color: var(--white) !important;
}

.sa-cta-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sa-cta-icon i {
    font-size: 13px;
    color: var(--white);
}

.sa-hero-points {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sa-hero-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #f0eefc;
}

.sa-hero-points i {
    color: #c4b5ff;
    margin-top: 4px;
    flex-shrink: 0;
}

.sa-stats-section {
    padding: 70px 0 60px;
    background: linear-gradient(180deg, #f3f0ff 0%, #ebe6ff 50%, #f7f5ff 100%);
    text-align: center;
}

.sa-stats-section h2 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0 auto 16px;
    max-width: 920px;
}

.sa-stats-note {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #5f5d68;
    margin: 0 auto 36px;
    max-width: 820px;
}

.sa-stat-card {
    background: var(--white);
    border-radius: 16px;
    padding: 28px 20px;
    height: 100%;
    box-shadow: 0 4px 24px rgba(5, 5, 62, 0.06);
    border: 1px solid rgba(123, 97, 255, 0.1);
}

.sa-stat-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #7b61ff;
    margin: 0 0 10px;
}

.sa-stat-card p {
    font-weight: 400;
    color: #5f5d68;
    margin: 0;
}

.sa-problem-section {
    padding: 70px 0;
    background: var(--white);
}

.sa-problem-header {
    max-width: 920px;
    margin: 0 0 40px;
    text-align: left;
}

.sa-problem-header h2 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0;
}

.sa-problem-card {
    background: var(--light-bg);
    border-radius: 20px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sa-problem-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #7b61ff;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.sa-problem-card h3 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0;
}

.sa-problem-card p {
    font-weight: 400;
    color: #5f5d68;
    margin: 0;
}

.sa-services-section {
    padding: 70px 0;
    background: var(--white);
}

.sa-services-header {
    margin-bottom: 40px;
    text-align: left;
}

.sa-services-header h2 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0 0 8px;
}

.sa-services-header h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: var(--headt-color);
    margin: 0 0 14px;
}

.sa-services-header p {
    font-weight: 400;
    color: #5f5d68;
    margin: 0 0 20px;
    max-width: 900px;
}

.sa-services-sub {
    font-family: Inter, sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: var(--headt-color) !important;
    margin: 0 !important;
}

.sa-service-card {
    background: var(--light-bg);
    border: 1px solid rgba(123, 97, 255, 0.12);
    border-radius: 20px;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sa-service-image {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 372 / 135;
    flex-shrink: 0;
    background: #e8e6f8;
}

.sa-service-image img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.sa-service-card span {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #7b61ff;
    padding: 0 4px;
}

.sa-service-card h3 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0;
    padding: 0 4px;
}

.sa-service-card p {
    font-weight: 400;
    color: #5f5d68;
    margin: 0;
    padding: 0 4px 8px;
}

.sa-faq-section {
    padding: 70px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.sa-faq-header {
    width: 100%;
    max-width: 900px;
    margin: 0 0 36px;
    position: relative;
    z-index: 1;
}

.sa-faq-eyebrow {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--headt-color);
    margin: 0 0 10px;
}

.sa-faq-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: var(--headt-color);
    margin: 0;
}

.sa-faq-section .faq-item {
    background: var(--white);
    border-radius: 16px;
    padding: 22px 24px;
    border: 1px solid #e5e5ef;
    box-shadow: none;
    margin-bottom: 16px;
}

.sa-faq-section .faq-question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
}

.sa-faq-section .faq-question h4 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: var(--headt-color);
    margin: 0;
}

.sa-faq-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #a99cff;
    background: transparent;
    color: #7b61ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.sa-faq-section .faq-item.active .sa-faq-toggle {
    transform: rotate(45deg);
    background: rgba(123, 97, 255, 0.08);
}

.sa-faq-section .faq-answer {
    display: none;
    padding-top: 12px;
}

.sa-faq-section .faq-item.active .faq-answer {
    display: block;
}

.sa-faq-section .faq-answer p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #5f5d68;
    margin: 0;
}

@media (max-width: 991.98px) {
    .sa-faq-header h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .sa-hero-section {
        padding: 40px 0 28px;
        min-height: auto;
        background-position: center right;
        background-size: auto 80%;
    }

    .sa-hero-content {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {

    .sa-hero-section {
        background-image: none;
        background-color: var(--dark-bule);
        min-height: auto;
        padding: 36px 0 32px;
    }

    .sa-stats-section,
    .sa-problem-section,
    .sa-services-section,
    .sa-faq-section {
        padding: 48px 0;
    }
    .sa-faq-header h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .sa-services-header h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .sa-hero-cta {
        width: auto;
        max-width: 100%;
        justify-content: center;
        white-space: normal;
        text-align: center;
        height: auto;
    }
}