.imgaipress-main {
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
    background: linear-gradient(120deg, #e0e7ff 0%, #fff 100%);
    min-height: 100vh;
    padding-bottom: 60px;
}

.imgaipress-hero {
    text-align: center;
    padding: 90px 20px 60px 20px;
    background: linear-gradient(0deg, #ffffff 0%, #b6d1ff 100%);
    border-radius: 0 0 40px 40px;
    box-shadow: 0 8px 32px 0 rgba(0,141,189,0.10);
    margin-bottom: 40px;
}

.imgaipress-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #003185;
    margin-bottom: 18px;
    line-height: 1.2;
}
.imgaipress-title span {
    color: #008dbd;
}
.imgaipress-title small {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #008dbd;
    margin-top: 8px;
}

.imgaipress-subtitle {
    font-size: 1.3rem;
    color: #003185;
    margin-bottom: 32px;
    font-weight: 400;
}

.imgaipress-btn {
    display: inline-block;
    background: linear-gradient(0deg, #008dbd 0%, #003185 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 12px 38px;
    border-radius: 32px;
    text-decoration: none;
    box-shadow: 0 2px 12px 0 rgba(0,49,133,0.10);
    transition: background 0.2s, transform 0.2s;
}
.imgaipress-btn:hover {
    background: linear-gradient(90deg, #003185 0%, #008dbd 100%);
    transform: translateY(-2px) scale(1.04);
}

.imgaipress-features {
    max-width: 900px;
    margin: 0 auto 60px auto;
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 0 16px;
}

.imgaipress-feature {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,141,189,0.10);
    padding: 28px 30px;
    gap: 28px;
    transition: box-shadow 0.2s;
}
.imgaipress-feature:hover {
    box-shadow: 0 6px 24px 0 rgba(0,49,133,0.13);
}
.imgaipress-feature-icon img {
    width: 100px;
    height: auto;
    object-fit: contain;
}
.imgaipress-feature h2 {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #008dbd;
}
.imgaipress-feature p {
    font-size: 1.1rem;
    color: #003185;
    margin: 0;
    font-weight: 400;
}

.imgaipress-why {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,141,189,0.10);
    padding: 38px 30px 30px 30px;
    text-align: center;
}
.imgaipress-why h2 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #003185;
    margin-bottom: 18px;
}
.imgaipress-why ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.imgaipress-why li {
    font-size: 1.1rem;
    color: #003185;
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
    text-align: left;
}
.imgaipress-why li:before {
    content: "✓";
    color: #008dbd;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.imgaipress-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.imgaipress-logo {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(0,49,133,0.10);
    padding: 18px 32px;
    max-width: 220px;
    width: 100%;
    height: auto;
}
.imgaipress-video-wrap {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
.imgaipress-video {
    width: auto;
    max-width: 100%;
    border-radius: 14px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08);
    background: #eee;
}
/* Pricing Section */
.imgaipress-pricing {
    max-width: 1300px;
    margin: 0 auto 40px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,141,189,0.10);
    padding: 38px 30px 30px 30px;
}
.imgaipress-pricing h2 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #003185;
    margin-bottom: 18px;
    text-align: center;
}
.imgaipress-pricing-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}
.imgaipress-pricing-box {
    background: #e0f4ff;
    border-radius: 14px;
    padding: 18px 28px;
    box-shadow: 0 2px 8px 0 rgba(0,141,189,0.07);
    width: 100%;
    max-width: 420px;
    text-align: center;
}
.imgaipress-pricing-box .price {
    font-size: 2rem;
    font-weight: 900;
    color: #008dbd;
}
.imgaipress-pricing-box .price-note {
    font-size: 1rem;
    font-weight: 500;
    color: #003185;
}
.imgaipress-pricing-box .credit-info {
    font-size: 1.1rem;
    color: #003185;
    margin-bottom: 10px;
}
.imgaipress-pricing-features {
    margin-bottom: 24px;
}
.imgaipress-pricing-features h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #008dbd;
    margin-bottom: 10px;
    text-align: center;
}
.imgaipress-pricing-features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 8px 0 rgba(0,141,189,0.05);
    border: 1px solid #e0e7ef;
    margin-bottom: 0;
    text-align: center;
}
.imgaipress-pricing-feature-col {
    flex: 1 1 0%;
    min-width: 0;
    border-right: 1px solid rgba(0,141,189,0.08);
    background: #fafdff;
    padding: 18px 18px 10px 18px;
    box-sizing: border-box;
    transition: background 0.2s;
}
.imgaipress-pricing-feature-col:last-child {
    border-right: none;
}
.imgaipress-pricing-feature-col b {
    color: #003185;
    border: 1px solid #003185;
    padding: 5px 50px;
    display: inline-block;
    margin-bottom: 6px;
    background: #fff;
    border-radius: 6px;
}
.imgaipress-pricing-feature-col ul {
    margin: 8px 0 0 18px;
    padding: 0;
    font-size: 1rem;
    color: #003185;
}
.imgaipress-pricing-feature-col li {
    margin-bottom: 2px;
    text-align: left;
}
.imgaipress-pricing-feature-col span {
    color: #008dbd;
}
.imgaipress-pricing-buy-more {
    background: #f6fbff;
    border-radius: 14px;
    padding: 18px 18px 10px 18px;
    box-shadow: 0 2px 8px 0 rgba(0,141,189,0.05);
    text-align: center;
}
.imgaipress-pricing-buy-more-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #003185;
    margin-bottom: 10px;
}
.imgaipress-pricing-buy-options {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.imgaipress-pricing-buy-option {
    background: #fff;
    border-radius: 10px;
    padding: 14px 22px;
    box-shadow: 0 1px 4px 0 rgba(0,141,189,0.07);
    text-align: center;
}
.imgaipress-pricing-buy-option .price {
    font-size: 1.2rem;
    font-weight: 800;
    color: #008dbd;
}
.imgaipress-pricing-buy-option .credit {
    font-size: 1rem;
    color: #003185;
    margin-bottom: 8px;
}
/* FAQ Section */
.imgaipress-faq {
    max-width: 900px;
    margin: 0 auto 40px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,141,189,0.10);
    padding: 38px 30px 30px 30px;
}
.imgaipress-faq h2 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #003185;
    margin-bottom: 18px;
    text-align: center;
}
.imgaipress-faq-list {
    margin: 0;
    padding: 0;
}
.imgaipress-faq-item {
    margin-bottom: 22px;
    border-bottom: 1px solid #e0e7ef;
    padding-bottom: 18px;
}
.imgaipress-faq-item:last-child {
    border-bottom: none;
}
.imgaipress-faq-item h3 {
    font-size: 1.1rem;
    color: #008dbd;
    margin-bottom: 8px;
    font-weight: 600;
}
.imgaipress-faq-item div {
    color: #003185;
    font-size: 1rem;
    line-height: 1.6;
}
.imgaipress-faq-item a {
    color: #008dbd;
    text-decoration: underline;
}
/* Accordion FAQ */
.imgaipress-faq-item div {
    display: none;
    transition: max-height 0.3s;
}
.imgaipress-faq-item.open div {
    display: block;
}
.imgaipress-faq-item {
    cursor: pointer;
    user-select: none;
    position: relative;
}
.imgaipress-faq-item h3:after {
    content: "▼";
    float: right;
    font-size: 10px;
    color: #008dbd;
    font-weight: bold;
    transition: transform 0.2s;
}
.imgaipress-faq-item.open h3:after {
    transform: rotate(-180deg);
}
/* --- Feature Slider --- */
.imgaipress-slider-section {
    max-width: 1600px;
    margin: 0 auto 40px auto;
    padding: 0 16px 36px 16px;
    position: relative;
}
.imgaipress-slider-title {
    text-align: center;
    margin: auto;
    font-size: 1.3rem;
    font-weight: 800;
    color: #ffffff;
    background-color: #008dbd;
    padding: 10px;
    width: 1200px;
    letter-spacing: 0.5px;
}
.imgaipress-slider-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.imgaipress-slider {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    box-shadow: 0 4px 24px 0 rgba(0,49,133,0.10);
    background: #fff;
    position: relative;
    min-height: 340px;
    display: flex;
}
.imgaipress-slide {
    min-width: 100%;
    transition: opacity 0.5s, transform 0.5s;
    opacity: 0;
    transform: scale(0.97);
    position: absolute;
    left: 0; top: 0;
    right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.imgaipress-slide.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    position: relative;
}
.imgaipress-slide img {
    width: 100%;
    object-fit: contain;
    background: #f6fbff;
}
.imgaipress-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 1.6rem;
    color: #008dbd;
    box-shadow: 0 2px 8px 0 rgba(0,141,189,0.10);
    cursor: pointer;
    margin: 0 16px;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    z-index: 2;
    padding: 0; /* Đảm bảo không có padding dư */
}
.imgaipress-slider-arrow:hover {
    background: #008dbd;
    color: #fff;
    transform: scale(1.08);
}
.imgaipress-slider-arrow svg {
    display: block;
    margin: 0 auto;
}
.imgaipress-slider-arrow svg path {
    transition: stroke 0.2s;
}
.imgaipress-slider-arrow:hover svg path {
    stroke: #fff;
}
.imgaipress-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}
.imgaipress-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0e7ef;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.imgaipress-slider-dot.active {
    background: #008dbd;
    transform: scale(1.2);
}
@media (max-width: 767px) { 
    .imgaipress-features {
        padding: 0;
    }
    .imgaipress-feature {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 10px;
    }
    /* Pricing Section */
    .imgaipress-pricing {
        padding: 10px 10px;
    }
    .imgaipress-feature-icon img {
        margin-bottom: 12px;
    }
    .imgaipress-pricing-features-list {
        flex-direction: column;
        gap: 12px;
        align-content: center;
    }
    .imgaipress-pricing-buy-options {
        flex-direction: column;
        gap: 12px;
    }
    .imgaipress-faq {
        padding: 24px 10px;
    }
    .imgaipress-video {
        width: 100%;
    }
    .imgaipress-slider {
        max-width: 100%;
        min-height: 180px;
    }
    .imgaipress-slide img {
        max-height: 180px;
    }
    .imgaipress-slider-section {
        display: none
    }
    .imgaipress-faq-item h3:after {
        display: none
    }
}
@media (max-width: 1024px) {
    .imgaipress-slider-title {
        width: 100%;
    }
    .imgaipress-pricing-features-list {
        flex-direction: column;
        gap: 0;
        align-content: center;
    }
    .imgaipress-pricing-feature-col {
        border-right: none;
        border-bottom: 1px solid rgba(0,141,189,0.08);
    }
    .imgaipress-pricing-feature-col:last-child {
        border-bottom: none;
    }
    .imgaipress-pricing,
    .imgaipress-faq,
    .imgaipress-why,
    .imgaipress-features {
        margin: 10px;
    }
    .imgaipress-features {
        margin-bottom: 50px;
    }
    .imgaipress-why {
        max-width: 100%;
    }
    .imgaipress-why ul {
        text-align: center;
    }
}

.imgaipress-hero .imgaipress-btn {
    margin-right: 0;
}
.imgaipress-hero #imgaipress-features-btn,
.imgaipress-hero #imgaipress-pricing-btn,
.imgaipress-hero #imgaipress-guide-btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 16px;
}
.imgaipress-hero #imgaipress-guide-btn {
    margin-right: 0;
}