/* =========================================================
   AI Powered SEO page — Figma node 6173:25646
   Do NOT set font-size / line-height / font-family on h1–h6 or p
   (those come from indexmain.css)
   ========================================================= */

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

/* ---------- Hero ---------- */
.apseo-hero-section {
    position: relative;
    background: radial-gradient(68.89% 275.56% at 7.99% 42.57%, #05053e 0%, #07075a 100%);
    padding: 70px 0 50px;
    overflow: hidden;
    min-height: 88vh;
    display: flex;
    align-items: center;
}

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

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

.apseo-hero-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    
}

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

.apseo-hero-sub {
    font-weight: 600 !important;
    color: #b8a9ff !important;
    margin: 0 !important;
    letter-spacing: 0.02em;
}

.apseo-hero-content > p:not(.apseo-hero-sub) {
    font-weight: 400;
    color: #d8d6e8;
    margin: 0;
    max-width: 540px;
}

.apseo-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    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: 12px 14px 12px 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;
}

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

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

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

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

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

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

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

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

/* ---------- Visibility ---------- */
.apseo-visible-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #f7f5ff 0%, #f3f0ff 50%, #f9f8ff 100%);
}

.apseo-visible-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.apseo-visible-content h2 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0;
}

.apseo-visible-content > p {
margin: 0;
}

.apseo-visible-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.apseo-visible-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--white);
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 4px 20px rgba(5, 5, 62, 0.05);
    border: 1px solid rgba(123, 97, 255, 0.08);
}

.apseo-visible-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(123, 97, 255, 0.12);
    color: #7b61ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.apseo-visible-card p {
    margin: 0;
}

.apseo-visible-emphasis {
    font-weight: 600 !important;
    color: var(--headt-color) !important;
    margin: 4px 0 0 !important;
}

.apseo-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.apseo-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: var(--headt-color);
}

.apseo-check-list i {
    color: #7b61ff;
    margin-top: 4px;
    flex-shrink: 0;
}

.apseo-btn-navy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background: var(--dark-bule);
    color: var(--white) !important;
    font-family: Inter, sans-serif !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.apseo-btn-navy:hover {
    transform: translateY(-2px);
    background: #0b0b4a;
    color: var(--white) !important;
}

.apseo-visible-visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

/* ---------- Define cards ---------- */
.apseo-define-section {
    padding: 70px 0;
    background: var(--white);
}

.apseo-define-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 40px;
}

.apseo-define-header h2 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0 0 16px;
}

.apseo-define-header p {
margin: 0;
}

.apseo-define-card {
    background: #f8f7fc;
    border: 1px solid rgba(123, 97, 255, 0.1);
    border-radius: 20px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.apseo-define-card--soft {
    background: #f3f0ff;
}

.apseo-define-card--accent {
    background: #7b61ff;
    border-color: transparent;
}

.apseo-define-card--accent h3,
.apseo-define-card--accent p,
.apseo-define-card--accent li,
.apseo-define-card--accent strong {
color: var(--white) !important;
}

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

.apseo-define-card--accent .apseo-define-logo {
    background: rgba(255, 255, 255, 0.18);
    color: var(--white);
}

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

.apseo-define-card > p {
margin: 0;
}

.apseo-define-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.apseo-define-card li {
    position: relative;
    padding-left: 16px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #5f5d68;
}

.apseo-define-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7b61ff;
}

.apseo-define-card--accent li::before {
    background: rgba(255, 255, 255, 0.85);
}

.apseo-define-goal {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    padding: 14px 16px;
    margin-top: auto;
}

.apseo-define-card--accent .apseo-define-goal {
    background: rgba(0, 0, 0, 0.15);
}

.apseo-define-goal p {
margin: 0;
}

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

.apseo-services-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 48px;
}

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

.apseo-services-header p {
margin: 0;
}

.apseo-feature-row {
    margin-bottom: 56px;
}

.apseo-feature-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    object-fit: cover;
}

.apseo-feature-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.apseo-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(123, 97, 255, 0.12);
    color: #7b61ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.apseo-feature-content h3 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0;
}

.apseo-feature-content > p {
margin: 0;
}

.apseo-feature-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.apseo-feature-content li {
    position: relative;
    padding-left: 18px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #5f5d68;
}

.apseo-feature-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7b61ff;
}

.apseo-callout {
    background: rgba(123, 97, 255, 0.06);
    border-left: 4px solid #7b61ff;
    border-radius: 0 12px 12px 0;
    padding: 16px 18px;
    margin-top: 6px;
}

.apseo-callout-title {
    font-weight: 700 !important;
    color: #7b61ff !important;
    margin: 0 0 6px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.apseo-callout-title i {
    color: #f5c542;
}

.apseo-callout > p:not(.apseo-callout-title) {
    margin: 0;
}

/* ---------- FAQ ---------- */
.apseo-faq-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #f3f0ff 0%, #ebe6ff 40%, #f7f5ff 100%);
    position: relative;
    overflow: hidden;
}

.apseo-faq-section::before {
    content: "FAQ";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 180px;
    line-height: 1;
    color: rgba(123, 97, 255, 0.06);
    pointer-events: none;
    white-space: nowrap;
}

.apseo-faq-header {
    text-align: center;
    margin: 0 0 36px;
    position: relative;
    z-index: 1;
}

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

.apseo-faq-sub {
    font-weight: 700 !important;
    color: #7b61ff !important;
    margin: 0 !important;
}

.apseo-faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.apseo-faq-section .faq-item {
    background: var(--white);
    border-radius: 16px;
    padding: 22px 24px;
    border: 1px solid rgba(123, 97, 255, 0.1);
    box-shadow: 0 4px 20px rgba(5, 5, 62, 0.04);
}

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

.apseo-faq-section .faq-question h4 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0;
}

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

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

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

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

.apseo-faq-section .faq-answer p {
font-weight: 400;
    color: #5f5d68;
    margin: 0;
}

/* ---------- Bottom CTA ---------- */
.apseo-cta-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #ebe6ff 0%, #dcd4ff 100%);
}

.apseo-cta-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 40px;
}

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

.apseo-cta-sub {
    font-weight: 700 !important;
    color: #7b61ff !important;
    margin: 0 0 14px !important;
}

.apseo-cta-header > p:not(.apseo-cta-sub) {
    margin: 0;
}

.apseo-cta-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(123, 97, 255, 0.14);
    border-radius: 20px;
    padding: 28px 24px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.apseo-cta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(5, 5, 62, 0.08);
}

.apseo-cta-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(123, 97, 255, 0.14);
    color: #7b61ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

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

.apseo-cta-card p {
margin: 0;
}

#zoho-form {
    background: var(--white);
    padding: 20px 0 40px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {

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

    .apseo-faq-section::before {
        font-size: 120px;
    }
}

@media (max-width: 767.98px) {

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

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

    .apseo-visible-section,
    .apseo-define-section,
    .apseo-services-section,
    .apseo-faq-section,
    .apseo-cta-section {
        padding: 48px 0;
    }

    .apseo-feature-row {
        margin-bottom: 40px;
    }

    .apseo-feature-media img {
        border-radius: 18px;
    }

    .apseo-btn-navy {
        width: 100%;
    }

    .apseo-faq-section::before {
        font-size: 90px;
        top: 20px;
    }
}

.seo-testimonials{
    background:#fff;
    position:relative;
    overflow:hidden;
}

.section-tag{
    display:inline-block;
    color:#4f7cff;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
    margin-bottom:12px;
}

.section-title{
font-weight:800;
    color:#16163d;
    margin-bottom:18px;
}

.section-title span{
color:#6c63ff;
}

.section-desc{
    max-width:620px;
    color:#6b7280;
    font-size:16px;
    line-height:1.8;
}

.testimonial-card{
    background:#fff;
    border:1px solid #ececf5;
    border-radius:22px;
    padding:30px;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.testimonial-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.stars{
    color:#FFC107;
    font-size:18px;
    letter-spacing:2px;
    margin-bottom:22px;
}

.testimonial-text{
    color:#555;
    font-size:15px;
    line-height:1.9;
    font-style:italic;
    margin-bottom:35px;
}

.client-info{
    display:flex;
    align-items:center;
    gap:12px;
}

.client-info img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
}

.client-info span{
    font-weight:700;
    color:#16163d;
    font-size:15px;
}

@media(max-width:767px){

    .testimonial-card{
        padding:24px;
    }

}