/*
Theme Name: maomao
Theme URI: https://www.imaseo.com
Author: 毛毛
Author URI: https://www.imaseo.com
Description:毛毛的自定义主题
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: my-custom-theme
*/ 
/*banner*/
/* Banner 部分 */
.fp-banner-section {
    background: #0073aa;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fp-banner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.fp-banner-content {
    flex: 1 1 100px;
    max-width: 600px;
    padding: 20px;
}

.fp-banner-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.fp-banner-subtitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.5;
}

.fp-banner-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #fff;
    color: #0073aa;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
}

.fp-banner-btn:hover {
    background-color: #005177;
    color: #fff;
}

.fp-banner-image {
    flex: 1 1 100px;
    max-width: 500px;
    text-align: center;
}

.fp-banner-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* 响应式 */
@media (max-width: 992px) {
    .fp-banner-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .fp-banner-content {
        max-width: 100%;
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .fp-banner-title {
        font-size: 32px;
    }

    .fp-banner-subtitle {
        font-size: 16px;
    }

    .fp-banner-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
}
/*banner end*/


/*首页ai自动化业务*/
/*.fp-resources-section {*/
/*    width: 100%;*/
/*    padding: 60px 20px;*/
/*    box-sizing: border-box;*/
/*    background: #f5f8fa;*/
/*    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*}*/

/*.fp-section-header {*/
/*    text-align: center;*/
/*    margin-bottom: 50px;*/
/*}*/

/*.fp-section-title {*/
/*    font-size: 36px;*/
/*    font-weight: 700;*/
/*    color: #222;*/
/*}*/

/*.fp-section-subtitle {*/
/*    font-size: 18px;*/
/*    color: #555;*/
/*    margin-top: 10px;*/
/*}*/

/*.fp-resources-grid {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*    justify-content: center;*/
/*}*/

/*.fp-resource-card {*/
/*    background: #fff;*/
/*    border-radius: 12px;*/
/*    padding: 25px 20px;*/
/*    text-align: center;*/
/*    width: calc(33.33% - 20px);*/
/*    box-shadow: 0 4px 12px rgba(0,0,0,0.08);*/
/*    transition: transform 0.3s, box-shadow 0.3s;*/
/*    text-decoration: none;*/
/*    color: inherit;*/
/*}*/

/*.fp-resource-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 8px 20px rgba(0,0,0,0.12);*/
/*}*/

/*.fp-resource-icon {*/
/*    font-size: 40px;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.fp-resource-title {*/
/*    font-size: 22px;*/
/*    font-weight: 700;*/
/*    color: #222;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.fp-resource-description {*/
/*    font-size: 15px;*/
/*    color: #555;*/
/*    line-height: 1.5;*/
/*}*/

/* 响应式 */
/*@media (max-width: 992px) {*/
/*    .fp-resource-card {*/
/*        width: calc(50% - 20px);*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .fp-resource-card {*/
/*        width: 100%;*/
/*    }*/

/*    .fp-section-title {*/
/*        font-size: 28px;*/
/*    }*/

/*    .fp-section-subtitle {*/
/*        font-size: 16px;*/
/*    }*/

/*    .fp-resource-title {*/
/*        font-size: 20px;*/
/*    }*/

/*    .fp-resource-description {*/
/*        font-size: 14px;*/
/*    }*/

/*    .fp-resource-icon {*/
/*        font-size: 35px;*/
/*    }*/
/*}*/
/*首页ai自动化业务 end*/

.fp-resources-section {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    background: #f5f8fa;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fp-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.fp-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}

.fp-section-subtitle {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
}

.fp-resources-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.fp-resource-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    width: calc(33.33% - 20px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    color: inherit;
}

.fp-resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.fp-resource-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.fp-resource-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.fp-resource-description {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* 卡片内部功能列表 */
.fp-card-feature-list p {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
}

.fp-card-feature-list p::before {
    content: "✓";
    color: #00aaff;
    margin-right: 6px;
    font-weight: bold;
}

/* 响应式 */
@media (max-width: 992px) {
    .fp-resource-card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .fp-resource-card {
        width: 100%;
    }

    .fp-section-title {
        font-size: 28px;
    }

    .fp-section-subtitle {
        font-size: 16px;
    }

    .fp-resource-title {
        font-size: 20px;
    }

    .fp-resource-description {
        font-size: 14px;
    }

    .fp-resource-icon {
        font-size: 35px;
    }

    .fp-card-feature-list p {
        font-size: 13px;
    }
}
/*第二种样式结束*/

/*--选择我们的好处--*/
.ai-advantage-section {
    /*padding: 120px 0;*/
    background: #ffffff;
}

.ai-advantage-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 标题 */
.ai-advantage-title-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.ai-advantage-title h6 {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.ai-advantage-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
}

.ai-advantage-title h2 span {
    color: #5a6bff;
}

/* 左右行：高度由左侧卡片自然撑开 */
.ai-advantage-row {
    display: flex;
    gap: 60px;
    align-items: stretch; 
}

/* 左侧 */
.ai-advantage-left {
    flex: 1;
}

.ai-advantage-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* 卡片（保留你原本 hover 效果） */
.ai-advantage-item {
    background: #f8f9ff;
    border-radius: 16px;
    padding: 24px 26px;
    transition: all 0.3s ease;
}

.ai-advantage-item:hover {
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.ai-advantage-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.ai-advantage-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

/* 右侧图片：高度 = 左侧 3 个卡片总高度 */
.ai-advantage-right {
    flex: 1;
    display: flex;
}

.ai-advantage-right img {
    width: 100%;
    height: 100%;          /* ⭐ 精确对齐卡片高度 */
    object-fit: cover;
    border-radius: 12px;
}

/* 响应式 */
@media (max-width: 992px) {
    .ai-advantage-row {
        flex-direction: column;
        gap: 40px;
    }

    .ai-advantage-right img {
        height: auto;      /* 移动端自然显示 */
    }

    .ai-advantage-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .ai-advantage-section {
        padding: 80px 0;
    }

    .ai-advantage-title h2 {
        font-size: 26px;
    }
}

/*--选择我们的好处 end--*/



/*套餐咨询卡片*/
.pricing-section {
    padding: 80px 20px;
    background: #f7f9ff;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* 标题 */
.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.pricing-header h2 span {
    color: #ed7373;
}

.pricing-header p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* 卡片 */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: all .3s ease;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,.12);
}

.pricing-card img {
    width: 80px;
    margin-bottom: 20px;
}

.pricing-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.pricing-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 24px;
}

.pricing-card h4 {
    font-size: 16px;
    color: #495583;
    margin-bottom: 12px;
    text-align: left;
}

.pricing-card ul {
    text-align: left;
    padding-left: 18px;
    margin-bottom: 30px;
}

.pricing-card li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

/* 按钮 */
.pricing-btn {
    display: inline-block;
    padding: 10px 26px;
    border-radius: 10px;
    background: #eef1ff;
    color: #495583;
    font-weight: 600;
    text-decoration: none;
}

.pricing-btn.primary {
    background: #0073aa;
    color: #fff;
}

/* 推荐方案 */
.pricing-card.featured {
    border: 2px solid #0073aa;
    transform: translateY(-10px);
}

/* 响应式 */
@media (max-width: 992px) {
    .pricing-cards {
        grid-template-columns: 1fr;
    }
}
/*套餐咨询卡片end*/



/*底部按钮*/
/* CTA 区块整体 */
/* ===== 全局统一色调 ===== */
:root {
    --primary-color: #0073aa;
    --primary-color-hover: #005f8d;
    --text-light: #ffffff;
    --text-muted: #e6e8f2;
    --footer-text: #ccc;
    --footer-title: #ffffff;
    --footer-border: #005f8d;
}

/* ===== Banner / CTA 区域 ===== */
.cta-section {
    padding: 35px 20px;
    background-color: var(--primary-color);
    text-align: center;
}

.cta-container {
    max-width: 960px;
    margin: 0 auto;
}

.cta-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 16px;
}

@media (min-width: 550px) {
    .cta-title {
        font-size: 1.4rem;
    }
}

.cta-desc {
    font-size: 1.2rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 30px;
}

/* 按钮 */
.cta-button {
    display: inline-block;
    padding: 10px 50px;
    border-radius: 10px;
    background: #00aaff; /* 按钮主色亮一点 */
    border: 2px solid #00aaff;
    color: var(--text-light);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.cta-button:hover {
    background: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
    color: var(--text-light);
}

/* 移动端换行 */
.mobi-br {
    display: none;
}

@media (max-width: 576px) {
    .mobi-br {
        display: block;
    }
}
/*底部按钮end*/


/*footer 开始*/
/* ===== Footer ===== */
.site-footer {
    background: #0d4d80; /* 深蓝，和主色协调 */
    color: #d0d4db;
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1 1 200px;
}

.footer-brand {
    flex: 1 1 300px;
}

.footer-logo a {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.footer-desc {
    margin-top: 15px;
    line-height: 1.6;
    color: #d0d4db;
}

.footer-title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
}

/* Links */
.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d0d4db;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #00aaff;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid #005f8d;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #c0c4cc;
    font-size: 13px;
}

.footer-bottom a {
    color: #c0c4cc;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #00aaff;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}