/* =========================================================
   Technical SEO page — Figma node 6196:8791
   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)
   ========================================================= */

.tseo-accent {
    color: #7b61ff;
}

/* ---------- Hero ---------- */
.tseo-hero-section {
    position: relative;

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

    background-position: center;
    background-size: cover;

}

.mobile-img {
    height: 381px;
}

.tseo-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 85% 55%, rgba(105, 87, 255, 0.22) 0%, transparent 70%),
        radial-gradient(ellipse 40% 50% at 70% 80%, rgba(0, 194, 255, 0.12) 0%, transparent 65%);
    pointer-events: none;
}

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

.tseo-hero-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 620px;
}

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

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

.tseo-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;
}

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

.tseo-hero-cta i {
    font-size: 14px;
}

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

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

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

.tseo-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tseo-hero-visual img {
    width: 100%;
    max-width: 640px;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0, 194, 255, 0.18));
}

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

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

.tseo-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;
}

.tseo-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);
}

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

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

/* ---------- Problems ---------- */
.tseo-problem-section {
    padding: 70px 0;
    background: var(--white);
}

.tseo-problem-header {
    max-width: 920px;
    margin: 0 auto 40px;
    text-align: center;
}

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

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

.tseo-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;
}

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

.tseo-problem-sub {
    font-family: Inter, sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #7b61ff !important;
    margin: 0 !important;
}

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

/* ---------- Services ---------- */
.tseo-services-section {
    padding: 70px 0;
    background: var(--white);
}

.tseo-services-header {
    margin-bottom: 40px;
    text-align: center;
}

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

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

.tseo-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;
}

.tseo-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;
}

.tseo-service-card--accent {
    background: #ebe7ff;
    border-color: rgba(123, 97, 255, 0.22);
}

.tseo-service-image {
    border-radius: 14px;
    overflow: hidden;
    height: 220px;
    flex-shrink: 0;
    background: #e8e6f8;
}

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

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

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

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

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

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

.tseo-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;
}

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

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

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

.tseo-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;
}

.tseo-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;
}

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

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

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

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

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

    .tseo-hero-section {
        padding: 40px 0 28px;
        min-height: auto;
    }

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

@media (max-width: 767.98px) {

    .mobile-img {
       
        width: 100%;
    }

    .tseo-hero-section {
        min-height: auto;
        padding: 36px 0 32px;
    }

    .tseo-hero-visual {
        margin-top: 8px;
    }

    .tseo-stats-section,
    .tseo-problem-section,
    .tseo-services-section,
    .tseo-faq-section {
        padding: 48px 0;
    }

    .tseo-faq-header h2 {
        font-size: 28px;
        line-height: 36px;
    }

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

    .tseo-service-image {
        height: 180px;
    }
}
