﻿
.aiux992-page {
    margin: 0;
    padding: 0;
    background: #edf4ff;
    font-family: "Poppins", Arial, sans-serif;
    color: #06285a;
}

/* HERO */
.aiux992-hero {
    max-width: 1180px;
    margin: 18px auto;
    padding: 48px;
    border-radius: 26px;
    background: linear-gradient(135deg, #ffffff, #f8fbff);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
    border: 1px solid #dce8ff;
    box-shadow: 0 22px 50px rgba(30, 80, 150, 0.12);
}

.aiux992-badge {
    display: inline-block;
    padding: 9px 16px;
    border-radius: 30px;
    background: #edf4ff;
    color: #2864ff;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 22px;
}

.aiux992-hero h1 {
    margin: 0 0 22px;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 900;
    color: #082c62;
}

    .aiux992-hero h1 span {
        color: #2f63f3;
    }

.aiux992-hero p {
    font-size: 15px;
    line-height: 1.9;
    color: #59708f;
}

.aiux992-actions {
    display: flex;
    gap: 15px;
    margin: 28px 0;
}

.aiux992-btn {
    padding: 15px 24px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
}

.aiux992-btn-main {
    color: #fff;
    background: linear-gradient(135deg, #6646ff, #00b8e6);
    box-shadow: 0 12px 26px rgba(41, 98, 255, 0.3);
}

.aiux992-btn-light {
    color: #153d78;
    background: #fff;
    border: 1px solid #cbdcf7;
}

.aiux992-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.aiux992-stat {
    background: #fff;
    padding: 20px;
    border-radius: 17px;
    box-shadow: 0 14px 30px rgba(30, 80, 150, 0.08);
}

    .aiux992-stat h3 {
        margin: 0 0 8px;
        font-size: 26px;
    }

    .aiux992-stat p {
        margin: 0;
        font-size: 12px;
        line-height: 1.6;
    }

.aiux992-hero-img {
    position: relative;
    padding: 26px;
    border-radius: 25px;
}

    .aiux992-hero-img img {
        width: 100%;
        border-radius: 18px;
        display: block;
    }

.aiux992-float {
    position: absolute;
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    width: 230px;
    box-shadow: 0 18px 35px rgba(15, 55, 120, 0.18);
    animation: aiux992-float 3s ease-in-out infinite;
}

    .aiux992-float h4 {
        margin: 0 0 5px;
        font-size: 15px;
    }

    .aiux992-float p {
        margin: 0;
        font-size: 12px;
        line-height: 1.5;
    }

.aiux992-float-one {
    bottom: -35px;
    right: -15px;
}

.aiux992-float-two {
    bottom: -28px;
    left: -15px;
}

@keyframes aiux992-float {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* FEATURE CARDS */
.aiux992-mini-grid {
    max-width: 1180px;
    margin: 22px auto 44px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.aiux992-mini-card {
    background: #fff;
    padding: 28px;
    border-radius: 22px;
    box-shadow: 0 16px 35px rgba(30, 80, 150, 0.09);
    transition: 0.3s ease;
}

    .aiux992-mini-card:hover,
    .aiux992-feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 24px 45px rgba(30, 80, 150, 0.16);
    }

.aiux992-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #e4f1ff;
    color: #2765ff;
    font-size: 22px;
    margin-bottom: 18px;
}

.aiux992-mini-card h3 {
    margin: 0 0 12px;
    font-size: 18px;
}

.aiux992-mini-card p {
    margin: 0;
    color: #5d7494;
    line-height: 1.7;
}

/* BLUE SECTION */
.aiux992-blue {
    max-width: 1180px;
    margin: 0 auto 34px;
    padding: 46px;
    border-radius: 26px;
    background: linear-gradient(135deg, #132f5c, #173e83, #2859e3);
    display: grid;
    grid-template-columns: 0.9fr 1.3fr;
    gap: 45px;
    align-items: center;
}

.aiux992-blue-img {
    border-radius: 24px;
    width:100%;
    height:100%;
 
}

    .aiux992-blue-img img {
        width: 100%;
        display: block;
        border-radius: 18px;
    }

.aiux992-blue h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 42px;
    line-height: 1.12;
}

.aiux992-blue p,
.aiux992-blue li {
    color: #e5efff;
    font-size: 15px;
    line-height: 1.8;
}

.aiux992-blue ul {
    padding: 0;
    list-style: none;
}

.aiux992-blue li {
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
    font-weight: 700;
}

    .aiux992-blue li:before {
        content: "◎";
        position: absolute;
        left: 0;
        color: #55d8ff;
    }

/* CATEGORY */
.aiux992-category {
    max-width: 1180px;
    margin: 0 auto 34px;
    padding: 42px;
    border-radius: 24px;
    background: #fff;
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 30px;
    align-items: center;
}

    .aiux992-category h2 {
        margin: 0 0 15px;
        font-size: 36px;
        line-height: 1.15;
    }

    .aiux992-category p {
        color: #5d7494;
        line-height: 1.8;
    }

.aiux992-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
}

    .aiux992-tags span {
        padding: 13px 18px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #dce8fb;
        box-shadow: 0 8px 22px rgba(30, 80, 150, 0.1);
        font-weight: 800;
    }

/* 15 FEATURES */
.aiux992-feature-list {
    max-width: 780px;
    margin: 0 auto 35px;
    padding: 42px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #dce8ff;
    box-shadow: 0 18px 45px rgba(30, 80, 150, 0.1);
}

.aiux992-center {
    text-align: center;
}

    .aiux992-center h2 {
        margin: 0 0 15px;
        font-size: 30px;
        line-height: 1.2;
    }

    .aiux992-center p {
        color: #607795;
        font-size: 13px;
        line-height: 1.8;
    }

.aiux992-feature-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.aiux992-feature-card {
    padding: 22px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dce8fb;
    box-shadow: 0 12px 28px rgba(30, 80, 150, 0.08);
    transition: 0.3s ease;
}

.aiux992-num {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #0f8cff, #235dff);
    color: #fff;
    font-weight: 900;
    margin-bottom: 18px;
    box-shadow: 0 10px 22px rgba(35, 93, 255, 0.28);
}

.aiux992-feature-card h3 {
    margin: 0 0 10px;
    font-size: 15px;
}

.aiux992-feature-card p {
    margin: 0;
    color: #607795;
    font-size: 12px;
    line-height: 1.65;
}

.aiux992-cta {
    margin-top: 35px;
    padding: 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, #12396f, #285cff);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .aiux992-cta h2 {
        margin: 0 0 8px;
        font-size: 26px;
    }

    .aiux992-cta p {
        margin: 0;
        color: #e4efff;
        font-size: 13px;
        max-width: 500px;
    }

    .aiux992-cta a {
        color: #fff;
        background: linear-gradient(135deg, #6646ff, #00b8e6);
        padding: 14px 22px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 800;
    }

/* RESPONSIVE */
@media(max-width: 900px) {
    .aiux992-hero,
    .aiux992-blue,
    .aiux992-category {
        grid-template-columns: 1fr;
        padding: 30px 22px;
    }

        .aiux992-hero h1,
        .aiux992-blue h2 {
            font-size: 32px;
        }

    .aiux992-mini-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 12px;
    }

    .aiux992-feature-grid {
        grid-template-columns: 1fr;
    }

    .aiux992-tags {
        justify-content: flex-start;
    }

    .aiux992-cta {
        flex-direction: column;
        gap: 18px;
        align-items: flex-start;
    }
}

@media(max-width: 520px) {
    .aiux992-mini-grid,
    .aiux992-stats {
        grid-template-columns: 1fr;
    }

    .aiux992-feature-list {
        padding: 28px 18px;
    }

    .aiux992-float {
        position: static;
        width: auto;
        margin-top: 15px;
    }
}

.ftx915-section,
.ftx915-section * {
    box-sizing: border-box;
}

.ftx915-section {
    width: 100%;
    padding: 30px 12px;
    background: #edf4ff;
    font-family: "Poppins", Arial, sans-serif;
}

.ftx915-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 46px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #dce8ff;
    box-shadow: 0 20px 48px rgba(30, 80, 150, 0.10);
}

.ftx915-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 36px;
}

.ftx915-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    background: #edf4ff;
    color: #2864ff;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 16px;
}

.ftx915-head h2 {
    margin: 0 0 14px;
    color: #06285a;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 900;
}

.ftx915-head p {
    margin: 0;
    color: #607795;
    font-size: 14px;
    line-height: 1.8;
}

.ftx915-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ftx915-card {
    min-height: 190px;
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    border: 1px solid #dce8fb;
    box-shadow: 0 12px 28px rgba(30, 80, 150, 0.08);
    transition: 0.3s ease;
}

    .ftx915-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 24px 46px rgba(30, 80, 150, 0.16);
        border-color: #9fc4ff;
    }

.ftx915-num {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #0f8cff, #235dff);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 18px;
    box-shadow: 0 10px 22px rgba(35, 93, 255, 0.30);
}

.ftx915-card h3 {
    margin: 0 0 10px;
    color: #061f4d;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.ftx915-card p {
    margin: 0;
    color: #607795;
    font-size: 13px;
    line-height: 1.75;
}

.ftx915-cta {
    margin-top: 38px;
    padding: 30px 34px;
    border-radius: 20px;
    background: linear-gradient(135deg, #12396f, #285cff);
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    box-shadow: 0 18px 36px rgba(30, 80, 150, 0.22);
}

    .ftx915-cta h2 {
        margin: 0 0 8px;
        font-size: 28px;
        line-height: 1.2;
        font-weight: 900;
    }

    .ftx915-cta p {
        margin: 0;
        color: #e4efff;
        font-size: 14px;
        line-height: 1.7;
        max-width: 650px;
    }

    .ftx915-cta a {
        flex: 0 0 auto;
        color: #ffffff;
        background: linear-gradient(135deg, #6646ff, #00b8e6);
        padding: 15px 24px;
        border-radius: 30px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        box-shadow: 0 12px 26px rgba(0, 184, 230, 0.28);
        transition: 0.3s ease;
    }

        .ftx915-cta a:hover {
            transform: translateY(-4px);
        }

@media (max-width: 900px) {
    .ftx915-inner {
        padding: 34px 22px;
    }

    .ftx915-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ftx915-head h2 {
        font-size: 28px;
    }

    .ftx915-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .ftx915-grid {
        grid-template-columns: 1fr;
    }

    .ftx915-card {
        min-height: auto;
    }

    .ftx915-head h2 {
        font-size: 24px;
    }

}
.stq-faq-wrapper {
    width: 100%;
    padding: 20px 16px;

    font-family: "Poppins", Arial, sans-serif;
    box-sizing: border-box;
}

.stq-faq-container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 32px 38px 46px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    border-radius: 0 0 26px 26px;
    box-shadow: 0 18px 45px rgba(15, 45, 90, 0.08);
    border: 1px solid rgba(190, 215, 255, 0.5);
    text-align: center;
}

.stq-faq-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    margin-bottom: 14px;
    border-radius: 20px;
    background: #eaf2ff;
    color: #286ee8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.stq-faq-title {
    margin: 0;
    color: #062653;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
}

.stq-faq-subtitle {
    max-width: 640px;
    margin: 16px auto 42px;
    color: #486992;
    font-size: 15px;
    line-height: 1.8;
}

.stq-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

.stq-faq-item {
    background: #ffffff;
    border: 1px solid #e5eefb;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(13, 56, 116, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

    .stq-faq-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 34px rgba(13, 56, 116, 0.09);
    }

    .stq-faq-item summary {
        position: relative;
        list-style: none;
        cursor: pointer;
        padding: 24px 70px 24px 24px;
        color: #062653;
        font-size: 16px;
        font-weight: 800;
    }

        .stq-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .stq-faq-item summary::after {
            content: "+";
            position: absolute;
            right: 22px;
            top: 50%;
            width: 36px;
            height: 36px;
            transform: translateY(-50%);
            border-radius: 12px;
            background: #eaf2ff;
            color: #347cff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 400;
            transition: all 0.3s ease;
        }

    .stq-faq-item[open] summary::after {
        content: "⌃";
        font-size: 20px;
        background: #dfeeff;
    }

    .stq-faq-item p {
        margin: 0;
        padding: 0 24px 26px;
        color: #42648e;
        font-size: 14px;
        line-height: 1.9;
    }

@media (max-width: 768px) {
    .stq-faq-container {
        padding: 28px 18px 36px;
        border-radius: 0 0 20px 20px;
    }

    .stq-faq-title {
        font-size: 28px;
    }

    .stq-faq-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .stq-faq-item summary {
        padding: 20px 60px 20px 18px;
        font-size: 15px;
    }

    .stq-faq-item p {
        padding: 0 18px 22px;
        font-size: 13.5px;
    }
}
.stq-cta-wrapper {
    width: 100%;
    padding: 20px 16px;
    box-sizing: border-box;
    font-family: "Poppins", Arial, sans-serif;
}

.stq-cta-box {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 48px;
    border-radius: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #1e3a6d, #2f61d6);
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(20, 60, 120, 0.25);
}

.stq-cta-content {
    max-width: 620px;
}

.stq-cta-title {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.stq-cta-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
}

.stq-cta-action {
    display: flex;
    align-items: center;
}

.stq-cta-btn {
    padding: 14px 26px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #5a67ff, #00c6ff);
    box-shadow: 0 10px 25px rgba(0, 150, 255, 0.35);
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .stq-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 35px rgba(0, 150, 255, 0.45);
        background: linear-gradient(135deg, #6a75ff, #00d4ff);
    }

/* Responsive */
@media (max-width: 768px) {
    .stq-cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 22px;
    }

    .stq-cta-title {
        font-size: 24px;
    }

    .stq-cta-text {
        font-size: 14px;
    }

    .stq-cta-action {
        width: 100%;
        margin-top: 16px;
    }

    .stq-cta-btn {
        width: 100%;
        text-align: center;
    }
}
.stq-story-section {
    width: 100%;
    padding: 40px 16px;

    font-family: "Poppins", Arial, sans-serif;
    box-sizing: border-box;
}

.stq-story-wrap {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 36px;
}

.stq-story-image-box {
    background: #102b50;
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 18px 45px rgba(10, 40, 85, 0.12);
}

    .stq-story-image-box img {
        width: 100%;
        display: block;
        border-radius: 18px;
    }

.stq-story-content-box {
    background: #ffffff;
    border: 1px solid #dfeaff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 20px 50px rgba(15, 45, 90, 0.08);
}

.stq-story-badge {
    display: inline-block;
    background: #eaf2ff;
    color: #126bff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.stq-story-content-box h2 {
    margin: 0 0 18px;
    color: #061f49;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 900;
}

.stq-story-content-box p {
    color: #4d6790;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 12px;
}

.stq-story-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #f7fbff;
    border: 1px solid #dce9ff;
    border-radius: 16px;
    padding: 16px;
    margin-top: 14px;
}

    .stq-story-feature span {
        color: #1478ff;
        font-size: 18px;
        font-weight: 800;
        line-height: 1;
        margin-top: 2px;
    }

    .stq-story-feature h4 {
        margin: 0 0 6px;
        color: #061f49;
        font-size: 15px;
        font-weight: 800;
    }

    .stq-story-feature p {
        margin: 0;
        font-size: 13px;
        line-height: 1.5;
    }

@media (max-width: 900px) {
    .stq-story-wrap {
        grid-template-columns: 1fr;
    }

    .stq-story-content-box {
        padding: 26px 20px;
    }

        .stq-story-content-box h2 {
            font-size: 27px;
        }
}
.ivs-choice-section {
    width: 100%;
    padding: 12px 18px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.ivs-wrap {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ivs-card {
    border-radius: 18px;
    padding: 28px;
    box-sizing: border-box;
}

.ivs-card-light {
    background: #ffffff;
    border: 1px solid #e8eef7;
    box-shadow: 0 16px 35px rgba(18, 55, 100, 0.08);
}

.ivs-card-dark {
    background: #13365f;
    color: #ffffff;
    box-shadow: 0 16px 35px rgba(15, 42, 77, 0.18);
}

.ivs-badge {
    display: inline-block;
    padding: 9px 16px;
    border-radius: 30px;
    background: #eef5ff;
    color: #1263f1;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
}

.ivs-badge-dark {
    background: rgba(255,255,255,0.1);
    color: #8fd1ff;
}

.ivs-card h2 {
    margin: 0 0 14px;
    font-size: 25px;
    line-height: 1.15;
    color: #062653;
    font-weight: 900;
}

.ivs-card-dark h2 {
    color: #ffffff;
}

.ivs-card p {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #4d6383;
}

.ivs-card-dark p {
    color: #ffffff;
    font-weight: 600;
}

.ivs-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ivs-list-item {
    background: #ffffff;
    padding: 14px 16px 14px 40px;
    border-radius: 14px;
    font-size: 14px;
    color: #0d2747;
    position: relative;
    box-shadow: 0 12px 25px rgba(10, 46, 90, 0.08);
}

    .ivs-list-item::before {
        content: "✓";
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #2f6eea;
        color: #ffffff;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
        font-weight: 900;
    }

.ivs-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    margin-top: 18px;
}

.ivs-feature {
    background: rgba(255,255,255,0.11);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 12px;
    padding: 15px 14px;
    min-height: 64px;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #82cdfb;
    font-size: 15px;
    font-weight: 800;
}

    .ivs-feature span {
        color: #ffffff;
        font-size: 14px;
        line-height: 1.35;
    }

@media (max-width: 850px) {
    .ivs-wrap {
        grid-template-columns: 1fr;
    }

    .ivs-card {
        padding: 24px;
    }

        .ivs-card h2 {
            font-size: 23px;
        }
}

@media (max-width: 480px) {
    .ivs-choice-section {
        padding: 10px;
    }

    .ivs-feature-grid {
        grid-template-columns: 1fr;
    }

    .ivs-card {
        padding: 20px;
        border-radius: 15px;
    }
}
.ivsoft-sec {
    width: 100%;
    padding: 40px 15px;
    box-sizing: border-box;
}

.ivsoft-box {
    max-width: 1100px;
    margin: auto;
    padding: 30px 40px;
    border-radius: 18px;
    background: linear-gradient(135deg, #2b6cb0, #1e3a8a);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.ivsoft-left {
    max-width: 70%;
}

.ivsoft-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ivsoft-text {
    font-size: 14px;
    color: #e2e8f0;
    line-height: 1.6;
}

.ivsoft-right {
    display: flex;
    align-items: center;
}

.ivsoft-btn {
    background: #ffffff;
    color: #1e3a8a;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

    .ivsoft-btn:hover {
        background: #f1f5f9;
        transform: translateY(-2px);
    }

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .ivsoft-box {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .ivsoft-left {
        max-width: 100%;
    }
}
.st-plan-section {
    font-family: "Poppins", Arial, sans-serif;
    background: #eef5ff;
    padding: 50px 18px;
}

.st-plan-wrapper {
    max-width: 1120px;
    margin: auto;
    background: #f8fbff;
    border: 1px solid #d9e8ff;
    border-radius: 26px;
    padding: 45px 42px;
    box-shadow: 0 18px 35px rgba(11, 48, 96, 0.08);
}

.st-plan-heading {
    text-align: center;
    margin-bottom: 38px;
}

    .st-plan-heading span {
        display: inline-block;
        background: #e8f0ff;
        color: #1865ff;
        font-size: 12px;
        font-weight: 700;
        padding: 10px 18px;
        border-radius: 30px;
        margin-bottom: 12px;
    }

    .st-plan-heading h2 {
        margin: 0;
        font-size: 34px;
        line-height: 1.2;
        color: #041f46;
        font-weight: 800;
    }

.st-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.st-plan-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 34px 28px;
    border: 1px solid #edf2fb;
    box-shadow: 0 14px 30px rgba(0, 35, 80, 0.05);
    min-height: 720px;
    display: flex;
    flex-direction: column;
}

    .st-plan-card.st-featured {
        border: 1.5px solid #b8d0ff;
        transform: translateY(-24px);
    }

.st-badge {
    width: fit-content;
    background: #edf4ff;
    color: #1f63ff;
    font-size: 11px;
    font-weight: 800;
    padding: 9px 13px;
    border-radius: 18px;
    margin-bottom: 22px;
}

.st-hot {
    background: #1976ff;
    color: #ffffff;
}

.st-plan-card h3 {
    margin: 0 0 22px;
    font-size: 26px;
    color: #031e45;
    font-weight: 800;
}

.st-plan-card h4 {
    margin: 0;
    font-size: 36px;
    color: #031e45;
    font-weight: 900;
    letter-spacing: -1px;
}

.st-duration {
    color: #1261ff;
    font-size: 12px;
    font-weight: 800;
    margin: 8px 0 26px;
}

.st-plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

    .st-plan-card ul li {
        position: relative;
        padding-left: 27px;
        margin-bottom: 18px;
        color: #395577;
        font-size: 14px;
        line-height: 1.6;
    }

        .st-plan-card ul li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 1px;
            color: #1b6cff;
            font-weight: 800;
            font-size: 14px;
        }

.st-btn {
    margin-top: auto;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(135deg, #5146f5, #08b8d4);
    color: #ffffff;
    padding: 17px 20px;
    border-radius: 28px;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(40, 87, 220, 0.25);
    transition: 0.3s ease;
}

    .st-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 34px rgba(40, 87, 220, 0.35);
    }

@media (max-width: 991px) {
    .st-plan-grid {
        grid-template-columns: 1fr;
    }

    .st-plan-card,
    .st-plan-card.st-featured {
        transform: none;
        min-height: auto;
    }

    .st-plan-wrapper {
        padding: 35px 20px;
    }

    .st-plan-heading h2 {
        font-size: 28px;
    }
}

.stk-compare-section {
    width: 100%;
    padding: 10px;
    background: #eef4fb;
    font-family: "Poppins", Arial, sans-serif;
}

.stk-compare-wrap {
    max-width: 1120px;
    margin: auto;
    padding: 42px 42px 56px;
    background: #f8fbff;
    border-radius: 28px;
    border: 1px solid #dfeaf8;
}

.stk-badge {
    width: fit-content;
    margin: 0 auto 16px;
    padding: 10px 18px;
    border-radius: 22px;
    background: #e8f0ff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .3px;
}

.stk-compare-wrap h2 {
    text-align: center;
    margin: 0;
    color: #05275a;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 900;
}

.stk-subtitle {
    max-width: 670px;
    margin: 18px auto 48px;
    text-align: center;
    color: #45638f;
    font-size: 15px;
    line-height: 1.8;
}

.stk-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 38px;
}

.stk-info-card {
    background: #ffffff;
    border: 1px solid #dfe8f5;
    border-radius: 18px;
    padding: 24px 24px 28px;
    box-shadow: 0 12px 30px rgba(25, 55, 100, 0.05);
}

    .stk-info-card h3 {
        margin: 0 0 14px;
        color: #061f49;
        font-size: 18px;
        font-weight: 900;
    }

    .stk-info-card p {
        margin: 0;
        color: #425f8b;
        font-size: 15px;
        line-height: 1.8;
    }

.stk-table {
    width: 100%;
}

.stk-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.85fr;
    align-items: center;
    min-height: 58px;
    margin-bottom: 12px;
    background: #ffffff;
    border: 1px solid #d9e6f6;
    border-radius: 16px;
    overflow: hidden;
    color: #385681;
    font-size: 14px;
}

    .stk-row > div {
        padding: 16px 20px;
    }

        .stk-row > div:first-child {
            color: #061f49;
            font-weight: 900;
        }

.stk-head {
    background: #edf5ff;
    border: none;
    color: #041f4d;
    font-weight: 900;
}

    .stk-head > div {
        color: #041f4d !important;
        font-weight: 900;
    }

.stk-row > div:nth-child(4) {
    background: #f1f7ff;
    height: 100%;
    display: flex;
    align-items: center;
}

.stk-head > div:nth-child(4) {
    background: #eaf3ff;
}

.stk-yes {
    color: #00796b !important;
    font-weight: 900;
}

@media (max-width: 900px) {
    .stk-compare-wrap {
        padding: 32px 18px;
    }

        .stk-compare-wrap h2 {
            font-size: 30px;
        }

    .stk-card-grid {
        grid-template-columns: 1fr;
    }

    .stk-row {
        grid-template-columns: 1fr;
        padding: 10px 0;
    }

    .stk-head {
        display: none;
    }

    .stk-row > div {
        padding: 10px 18px;
    }

        .stk-row > div:nth-child(2)::before {
            content: "Standard Signals: ";
            font-weight: 900;
            color: #061f49;
        }

        .stk-row > div:nth-child(3)::before {
            content: "Pro Signals: ";
            font-weight: 900;
            color: #061f49;
        }

        .stk-row > div:nth-child(4)::before {
            content: "Ultra Blast: ";
            font-weight: 900;
            color: #061f49;
        }
}
.stk-cta-section {
    padding: 20px;
    background: #f4f8ff;
    font-family: "Poppins", Arial, sans-serif;
}

.stk-cta-box {
    max-width: 1150px;
    margin: auto;
    padding: 32px 40px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: #fff;
}

.stk-cta-content h2 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 800;
}

.stk-cta-content p {
    margin: 0;
    font-size: 14px;
    color: #dbeafe;
    max-width: 520px;
    line-height: 1.6;
}

.stk-cta-btn-wrap {
    display: flex;
    align-items: center;
}

.stk-cta-btn {
    padding: 12px 26px;
    border-radius: 30px;
    background: linear-gradient(135deg, #7c3aed, #22c1c3);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .stk-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

@media (max-width: 768px) {
    .stk-cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }

    .stk-cta-btn-wrap {
        width: 100%;
        margin-top: 16px;
    }

    .stk-cta-btn {
        width: 100%;
        text-align: center;
    }
}

.ivs-review-section {
    font-family: 'Poppins', Arial, sans-serif;
    background: #eef5ff;
    padding: 20px;
}

.ivs-review-wrap {
    max-width: 1120px;
    margin: auto;
    background: #f8fbff;
    border: 1px solid #dfeaff;
    border-radius: 24px;
    padding: 45px 42px;
}

.ivs-review-top {
    text-align: center;
    margin-bottom: 45px;
}

.ivs-review-badge {
    display: inline-block;
    background: #e8f1ff;
    color: #0b63ff;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 18px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ivs-review-top h2 {
    margin: 0;
    font-size: 40px;
    line-height: 1.2;
    color: #071d49;
    font-weight: 900;
}

.ivs-review-top p {
    max-width: 740px;
    margin: 18px auto 0;
    color: #49658f;
    font-size: 16px;
    line-height: 1.8;
}

.ivs-review-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 26px;
}

.ivs-review-card {
    background: #fff;
    border: 1px solid #dfe8f7;
    border-radius: 18px;
    padding: 28px 24px 22px;
    min-height: 255px;
    box-shadow: 0 18px 35px rgba(13,45,86,.05);
    position: relative;
}

.ivs-quote {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg,#156cff,#07a7ff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 22px;
}

.ivs-stars {
    color: #ff9900;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.ivs-review-card p {
    color: #49658f;
    font-size: 14px;
    line-height: 1.9;
    margin: 0 0 26px;
}

.ivs-user {
    margin-top: auto;
}

    .ivs-user h4 {
        margin: 0;
        color: #001f55;
        font-size: 17px;
        font-weight: 900;
    }

    .ivs-user span {
        color: #0058ff;
        font-size: 12px;
        font-weight: 800;
    }

.ivs-check {
    position: absolute;
    right: 22px;
    bottom: 25px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #eef4ff;
    color: #1267ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
}

.ivs-review-cta {
    margin-top: 48px;
    background: linear-gradient(135deg,#163b73,#2867e8);
    border-radius: 22px;
    padding: 42px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

    .ivs-review-cta h3 {
        margin: 0;
        color: #fff;
        font-size: 32px;
        line-height: 1.15;
        font-weight: 900;
    }

    .ivs-review-cta p {
        color: #fff;
        opacity: .92;
        font-size: 15px;
        line-height: 1.7;
        max-width: 700px;
        margin: 14px 0 0;
    }

    .ivs-review-cta a {
        background: linear-gradient(135deg,#6558ff,#08c8d8);
        color: #fff;
        text-decoration: none;
        padding: 18px 26px;
        border-radius: 35px;
        font-size: 15px;
        font-weight: 900;
        white-space: nowrap;
    }

@media(max-width:900px) {
    .ivs-review-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ivs-review-top h2 {
        font-size: 32px;
    }
}

@media(max-width:600px) {
    .ivs-review-wrap {
        padding: 30px 18px;
    }

    .ivs-review-grid {
        grid-template-columns: 1fr;
    }

    .ivs-review-top h2 {
        font-size: 26px;
    }

    .ivs-review-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 24px;
    }

        .ivs-review-cta h3 {
            font-size: 25px;
        }
}
.privacy-policy-section {
    width: 100%;
    background: #ffffff;
    padding: 20px 34px 10px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.privacy-container {
    max-width: 1450px;
    margin: 0 auto;
}

    .privacy-container h1 {
        text-align: center;
        font-size: 58px;
        line-height: 1.1;
        font-weight: 800;
        color: #1f1f1f;
        margin: 0 0 34px;
        letter-spacing: 0.5px;
    }

    .privacy-container h3 {
        font-size: 16px;
        line-height: 1.1;
        font-weight: 800;
        color: #7b838d;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin: 14px 0 6px;
    }

    .privacy-container p {
        font-size: 14px;
        line-height: 1.16;
        font-weight: 500;
        color: #8b929c;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin: 0 0 16px;
    }

@media (max-width: 768px) {
    .privacy-policy-section {
        padding: 24px 18px;
    }

    .privacy-container h1 {
        font-size: 38px;
        margin-bottom: 24px;
    }

    .privacy-container h3,
    .privacy-container p {
        font-size: 13px;
        letter-spacing: 2px;
        line-height: 1.45;
    }
}
.ami-disclaimer-section {
    background: #f3f6fc;
    padding: 60px 16px;
    font-family: 'Poppins', Arial, sans-serif;
}

.ami-disclaimer-container {
    max-width: 1180px;
    margin: auto;
    text-align: center;
}

.ami-disclaimer-label {
    color: #1f6cff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.ami-disclaimer-container h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #06142f;
    margin: 0 0 14px;
    font-weight: 900;
}

.ami-disclaimer-subtitle {
    max-width: 640px;
    margin: 0 auto 44px;
    color: #587093;
    font-size: 15px;
    line-height: 1.6;
}

.ami-disclaimer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    text-align: left;
}

.ami-disclaimer-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 30px 28px;
    min-height: 185px;
    box-shadow: 0 14px 35px rgba(13, 35, 75, 0.08);
    transition: 0.3s ease;
}

    .ami-disclaimer-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(13, 35, 75, 0.13);
    }

.ami-icon {
    width: 48px;
    height: 48px;
    background: #e3f0ff;
    color: #1f6cff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

.ami-disclaimer-card h3 {
    font-size: 19px;
    color: #06142f;
    margin: 0 0 12px;
    font-weight: 800;
}

.ami-disclaimer-card p {
    color: #587093;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 768px) {
    .ami-disclaimer-container h2 {
        font-size: 30px;
    }

    .ami-disclaimer-grid {
        grid-template-columns: 1fr;
    }

    .ami-disclaimer-card {
        padding: 26px 22px;
    }
}
.ami-cta-banner {
    padding: 20px;
}

.ami-cta-content {
    max-width: 1200px;
    margin: auto;
    background: linear-gradient(135deg, #2f56b3, #3b6fe0);
    border-radius: 20px;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.ami-cta-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ami-cta-text p {
    font-size: 14px;
    color: #dfe7ff;
    max-width: 600px;
    line-height: 1.6;
}

.ami-cta-btn a {
    background: #fff;
    color: #1e2f6f;
    padding: 14px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
    display: inline-block;
}

    .ami-cta-btn a:hover {
        background: #f1f4ff;
        transform: translateY(-2px);
    }

/* Responsive */
@media (max-width: 768px) {
    .ami-cta-content {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .ami-cta-text h2 {
        font-size: 24px;
    }

    .ami-cta-btn {
        margin-top: 15px;
    }
}

.refund-policy-section {
    width: 100%;
    padding: 20px 10px;
    font-family: "Poppins", Arial, sans-serif;
}

.refund-policy-wrap {
    max-width: 1120px;
    margin: auto;
}

.refund-badge {
    text-align: center;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.refund-policy-wrap h2 {
    margin: 0;
    text-align: center;
    color: #061b3a;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2;
}

.refund-subtitle {
    max-width: 640px;
    margin: 18px auto 48px;
    text-align: center;
    color: #4c6794;
    font-size: 14px;
    line-height: 1.7;
}

.refund-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.refund-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 26px;
    min-height: 185px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    border: 1px solid #e1eaf7;
}

.refund-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #dbeafe;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: 800;
}

.refund-card h3 {
    margin: 0 0 12px;
    color: #081f49;
    font-size: 17px;
    font-weight: 900;
}

.refund-card p {
    margin: 0;
    color: #48658f;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .refund-policy-wrap h2 {
        font-size: 28px;
    }

    .refund-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .refund-card {
        padding: 24px 20px;
    }
}

.demo-contact-section {
    width: 100%;
    padding: 24px 20px;
    background: #eef4fb;
    font-family: "Poppins", Arial, sans-serif;
}

.demo-contact-wrap {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.demo-form-box,
.demo-info-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.demo-form-box {
    padding: 42px 40px;
}

    .demo-form-box h2 {
        margin: 0 0 14px;
        color: #1d2b4f;
        font-size: 34px;
        font-weight: 900;
    }

    .demo-form-box p {
        margin: 0 0 32px;
        color: #5b6375;
        font-size: 17px;
    }

.demo-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.demo-form input,
.demo-form select {
    width: 100%;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #d9dde7;
    border-radius: 14px;
    font-size: 15px;
    outline: none;
    background: #ffffff;
    color: #111827;
    box-sizing: border-box;
}

    .demo-form input:focus,
    .demo-form select:focus {
        border-color: #2f80ed;
        box-shadow: 0 0 0 4px rgba(47, 128, 237, 0.12);
    }

.demo-form button {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 32px;
    cursor: pointer;
    background: linear-gradient(135deg, #2451df, #38bdf8);
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    transition: 0.3s ease;
}

    .demo-form button:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(37, 99, 235, 0.3);
    }

.demo-info-boxes {
    display: grid;
    gap: 20px;
}

.demo-info-card {
    padding: 30px 26px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.demo-icon {
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #2f80ed;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.demo-info-card h3 {
    margin: 0 0 6px;
    color: #1d2b4f;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
}

.demo-info-card strong {
    color: #000814;
    font-size: 24px;
    font-weight: 900;
}

.demo-info-card p {
    margin: 4px 0;
    color: #000814;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .demo-contact-wrap {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .demo-form-grid {
        grid-template-columns: 1fr;
    }

    .demo-form-box {
        padding: 32px 22px;
    }

        .demo-form-box h2 {
            font-size: 28px;
        }

    .demo-info-card h3 {
        font-size: 24px;
    }
}