:root {
    --main: #5B7CFA;
    --sub: #7F5AF0;
    --dark: #111827;
    --gray: #6B7280;
    --light: #F8FAFC;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans TC",sans-serif;
    line-height: 1.8;
    color: var(--dark);
    background: #fff;
}
.bg-soft-yellow {
    background: #fff7d6;
    color: #e0a100;
}
.seo-consulting-service {
    background: linear-gradient(180deg,#fff7fc 0%,#ffffff 100%);
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.seo-badge {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    background: #ffe4f1;
    color: #e84393;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .9rem;
}
.seo-description {
    max-width: 760px;
    color: #333;
    line-height: 1.9;
    font-size: 1.05rem;
    text-align: justify;
}
.seo-card {
    position: relative;
    background: #fff;
    border-radius: 32px;
    padding: 42px;
    box-shadow: 0 20px 60px rgba(255, 105, 180, 0.08);
    transition: .35s ease;
    border: 1px solid rgba(255,255,255,.6);
}
    .seo-card:hover {
        transform: translateY(-8px);
    }
.featured-card {
    background: linear-gradient(180deg,#fff 0%,#fff6fb 100%);
    border: 2px solid #ffd3e8;
}
.popular-tag {
    position: absolute;
    top: 18px;
    right: 18px;
    background: linear-gradient(135deg,#ff5fa2,#ff84c1);
    color: #fff;
    font-size: .85rem;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 700;
}
.popular-tag2 {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #e84393;
    font-size: .85rem;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 700;
}
.seo-icon {
    width: 88px;
    height: 88px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
.bg-soft-purple {
    background: #efe7ff;
    color: #7b61ff;
}
.bg-soft-pink {
    background: #ffe5f0;
    color: #ff4f93;
}
.seo-text {
    color: #333;
    line-height: 1.9;
}
.price-box {
    background: #faf7ff;
    border-radius: 24px;
    padding: 24px;
    margin: 32px 0;
}
.price-label {
    display: block;
    color: #7c3aed;
    font-weight: 700;
    margin-bottom: 10px;
}
.price {
    font-size: 2.4rem;
    font-weight: 800;
    color: #111827;
}
.seo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
    .seo-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
        color: #333;
        line-height: 1.8;
    }
    .seo-list i {
        color: #ff5fa2;
        font-size: 1.1rem;
        margin-top: 4px;
    }
.seo-note {
    background: #fff4f8;
    border-radius: 18px;
    padding: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 28px;
    font-size: .95rem;
}
    .seo-note i {
        color: #ff4f93;
        margin-right: 6px;
    }
.seo-btn {
    border-radius: 16px;
    padding: 16px;
    background: linear-gradient(135deg,#ff5fa2,#ff84c1);
    color: #fff;
    border: none;
    font-weight: 700;
    transition: .3s ease;
}
    .seo-btn:hover {
        background: linear-gradient(135deg,#ff4f93,#ff6db4);
        color: #fff;
    }
.seo-btn-outline {
    border-radius: 16px;
    padding: 16px;
    background: transparent;
    border: 2px solid #d9c8ff;
    color: #7b61ff;
    font-weight: 700;
    transition: .3s ease;
}
    .seo-btn-outline:hover {
        background: #7b61ff;
        color: #fff;
    }
.seo-benefit-section {
    margin-top: 100px;
}
.benefit-description {
    max-width: 700px;
    color: #333;
    line-height: 1.9;
}
.benefit-card {
    background: #fff;
    border-radius: 28px;
    padding: 36px 24px;
    text-align: center;
    height: 100%;
    box-shadow: 0 15px 40px rgba(255, 105, 180, 0.06);
    transition: .35s ease;
}
    .benefit-card:hover {
        transform: translateY(-6px);
    }
.benefit-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: linear-gradient(135deg,#ffe5f0,#efe7ff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 1.7rem;
    color: #ff4f93;
}
.benefit-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 14px;
}
.benefit-card p {
    color: #6b5280;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: justify;
}
.section-title {
    text-align: center;
    margin-bottom: 70px;
}
    .section-title h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .section-title p {
        color: var(--gray);
    }
.faq {
    max-width: 900px;
    margin: auto;
}
.faq-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 25px 0;
}
    .faq-item h3 {
        margin-bottom: 12px;
    }
.small-font {
    font-size: 12px;
    color: #888;
}
.method-card {
    background: #fff;
    border-radius: 28px;
    padding: 40px 28px;
    height: 100%;
    text-align: center;
    box-shadow: 0 15px 40px rgba(255,105,180,.08);
}
.method-icon {
    width: 78px;
    height: 78px;
    margin: auto;
    border-radius: 22px;
    background: linear-gradient(135deg,#ffe5f0,#efe7ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #ff4f93;
    margin-bottom: 24px;
}
.method-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 14px;
}
.method-card p {
    color: #6b5280;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: justify;
}
.chart-card {
    background: #fff;
    border-radius: 36px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(255,105,180,.08);
}
.chart-text {
    color: #333;
    line-height: 1.9;
    margin-bottom: 30px;
}
.chart-point {
    margin-bottom: 14px;
    color: #333;
}
    .chart-point i {
        color: #ff4f93;
        margin-right: 8px;
    }
.growth-chart {
    position: relative;
    height: 320px;
}
.chart-line {
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 4px solid #ffd3e8;
    border-bottom: 4px solid #ffd3e8;
    border-radius: 0 0 0 24px;
}
.chart-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff4f93;
}
.dot-1 {
    left: 12%;
    bottom: 18%;
}
.dot-2 {
    left: 35%;
    bottom: 32%;
}
.dot-3 {
    left: 60%;
    bottom: 55%;
}
.dot-4 {
    right: 10%;
    bottom: 82%;
}
.chart-label {
    position: absolute;
    font-size: .9rem;
    color: #333;
}
.label-1 {
    left: 6%;
    bottom: 0;
}
.label-2 {
    left: 28%;
    bottom: 0;
}
.label-3 {
    left: 53%;
    bottom: 0;
}
.label-4 {
    right: 0;
    bottom: 0;
}
.service-timeline {
    max-width: 900px;
    margin: auto;
}
.timeline-item {
    display: flex;
    gap: 24px;
    padding: 30px 0;
    border-bottom: 1px solid #f1f1f1;
}
.timeline-icon {
    min-width: 70px;
    height: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg,#ffe5f0,#efe7ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #ff4f93;
}
.timeline-content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.timeline-content p {
    color: #6b5280;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: justify;
}
.trust-box {
    background: #fff;
    border-radius: 36px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(255,105,180,.08);
}
.trust-img {
    border-radius: 28px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trust-text {
    color: #6b7280;
    line-height: 1.9;
    margin-bottom: 30px;
}
.trust-item {
    margin-bottom: 16px;
    color: #4b5563;
}
    .trust-item i {
        color: #ff4f93;
        margin-right: 8px;
    }
.proof-card {
    background: #fff;
    border-radius: 28px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 15px 40px rgba(255,105,180,.08);
}
    .proof-card p {
        color: #6b5280;
        line-height: 1.8;
        margin-bottom: 0;
        text-align: justify;
    }
    .proof-icon {
        width: 80px;
        height: 80px;
        margin: auto;
        border-radius: 24px;
        background: linear-gradient(135deg,#ffe4f1,#efe7ff);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        color: #ff4f93;
        margin-bottom: 24px;
    }
.proof-number {
    font-size: 3rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px;
}
.process-card {
    position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 40px 24px;
    text-align: center;
    height: 100%;
    box-shadow: 0 15px 40px rgba(255,105,180,.08);
}
    .process-card p {
        color: #6b5280;
        line-height: 1.8;
        margin-bottom: 0;
        text-align: justify;
    }
    .process-number {
        position: absolute;
        top: 18px;
        right: 20px;
        font-size: .85rem;
        font-weight: 700;
        color: #ff4f93;
    }
.process-icon {
    width: 74px;
    height: 74px;
    margin: auto;
    border-radius: 22px;
    background: linear-gradient(135deg,#ffe5f0,#efe7ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #ff4f93;
    margin-bottom: 24px;
}
.result-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 40px rgba(255,105,180,.08);
}
.result-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.result-content {
    padding: 28px;
}
    .result-content h3 {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 14px;
    }
    .result-content p {
        color: #6b5280;
        line-height: 1.8;
        margin-bottom: 0;
        text-align: justify;
    }
.workflow-text {
    max-width: 700px;
    color: #333;
    line-height: 1.9;
}
.service-top {
    position: relative;
}
.faq-item p {
    color: #6b5280;
    line-height: 1.9;
    margin-bottom: 0;
    text-align: justify;
    text-justify: inter-word;
}
.seo-mini-badge {
    font-size: .8rem;
    padding: 8px 16px;
}

.service-top {
    position: relative;
}

.digital-marketing-overview .seo-card {
    display: flex;
    flex-direction: column;
}

@media(max-width:991px) {
    .seo-card {
        padding: 32px;
    }
}

@media(max-width:768px) {
    .seo-description,
    .seo-text,
    .seo-note,
    .trust-text,
    .benefit-description {
        text-align: justify;
    }
    .seo-consulting-service {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .seo-card {
        border-radius: 26px;
        padding: 28px;
    }
    .price {
        font-size: 2rem;
    }
    .seo-benefit-section {
        margin-top: 70px;
    }
    .proof-number {
        font-size: 2.2rem;
    }
    .result-img {
        height: 220px;
    }
    .chart-card {
        padding: 30px;
    }
    .trust-box {
        padding: 24px;
    }
    .growth-chart {
        margin-top: 50px;
        height: 240px;
    }
    .workflow-text,
    .faq-item p {
        text-align: justify;
        text-justify: inter-word;
    }
}

@media(max-width:576px) {
    .seo-icon {
        width: 74px;
        height: 74px;
        border-radius: 20px;
        font-size: 1.7rem;
    }
    .benefit-card {
        border-radius: 22px;
        padding: 28px 18px;
    }
}
