/* 優化的 spotify 服務頁面樣式 */

/* 基礎容器和通用樣式 */
.spotify-container,
.spotify-content-container {
    padding: 40px 0;
}

/* -------------------------------------------------------------------------- */
/* Typography Hierarchy */
/* -------------------------------------------------------------------------- */

.spotify-content-container h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: 1.6;
    color: #555;
}

h2.title-with-line,
.spotify-content-container .faq-title,
.spotify-content-container .premium-new-title,
.spotify-content-container .services-title,
.spotify-content-container .advantages-title,
.spotify-content-container .spotify-growth-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #333 !important;
    line-height: 1.3 !important;
}

.spotify-content-container h3 {
    font-size: 20px;
    font-weight: 600;
}

.spotify-content-container h4 {
    font-size: 22px;
    font-weight: 600;
}

.spotify-content-container h5 {
    font-size: 20px;
    font-weight: 600;
}

.spotify-content-container .section-subtitle,
.spotify-content-container .advantages-subtitle,
.spotify-content-container .premium-new-subtitle,
.spotify-content-container .faq-section .faq-container .faq-subtitle,
.spotify-content-container .services-subtitle {
    font-size: 18px;
    color: #666;
}

.spotify-content-container .btn-lg {
    font-size: 18px;
}

/* -------------------------------------------------------------------------- */
/* Responsive Typography */
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {
    .spotify-content-container h1 {
        font-size: 22px;
    }

    h2.title-with-line,
    .spotify-content-container .faq-title,
    .spotify-content-container .premium-new-title,
    .spotify-content-container .services-title,
    .spotify-content-container .advantages-title,
    .spotify-content-container .spotify-growth-title,
    .spotify-content-container .section-title {
        font-size: 22px !important;
    }

    .spotify-content-container h3 {
        font-size: 18px;
    }

    .spotify-content-container h4 {
        font-size: 18px;
    }

    .spotify-content-container h5 {
        font-size: 16px;
    }

    .spotify-content-container p,
    .spotify-content-container .feature-text,
    .spotify-content-container .section-subtitle,
    .spotify-content-container .advantages-description,
    .spotify-content-container .advantage-item p,
    .spotify-content-container .security-text,
    .spotify-content-container .benefits-card-body p,
    .spotify-content-container .benefits-banner-text p,
    .spotify-content-container .benefits-stat-card p,
    .spotify-content-container .benefits-info-card p,
    .spotify-content-container .guarantee-content p {
        font-size: 16px;
    }

    .trusted-partners-container .partner-stat-item p,
    .guidelines p {
        font-size: 16px !important;
    }
}

/* -------------------------------------------------------------------------- */
/* General Section & Title Styles */
/* -------------------------------------------------------------------------- */
.spotify-growth-section,
.spotify-services-section,
.premium-new-section,
.advantages-section,
.faq-section,
.trusted-partners-section {
    margin: 0;
    padding: 0;
}

.title-with-line {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.title-with-line:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #059669);
    border-radius: 2px;
}

/* -------------------------------------------------------------------------- */
/* UNIFIED SECTION SPACING */
/* -------------------------------------------------------------------------- */
/*
  To create consistent vertical spacing, we add a top margin to all major sections.
  The first section (.spotify-growth-section) is handled separately.
*/
.trusted-partners-section,
.premium-new-section,
.spotify-services-section,
.deep-dive-section,
.advantages-section,
.faq-section {
    margin-top: 35px;
}

/* FAQ section specific bottom margin */
.faq-section {
    margin-bottom: 50px;
}

@media (max-width: 991px) {

    .trusted-partners-section,
    .premium-new-section,
    .spotify-services-section,
    .deep-dive-section,
    .advantages-section,
    .faq-section {
        margin-top: 25px;
    }
}

/* FAQ section mobile bottom margin */
@media (max-width: 991px) {
    .faq-section {
        margin-bottom: 40px;
    }
}

/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Sidebar */
/* -------------------------------------------------------------------------- */
.categories-sidebar {
    background-color: #fff;
    border-radius: 12px;
    /* 去除外部陰影 */
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.categories-sidebar .list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.categories-sidebar .list-group-item:first-child {
    border-top: 0;
}

.categories-sidebar .list-group-item:hover {
    background-color: #f8f9fa;
}

.categories-sidebar .list-group-item a {
    color: #555;
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.categories-sidebar .list-group-item a i {
    font-size: 22px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.categories-sidebar .list-group-item.active {
    background-color: #f0f7ff;
    border-color: #e0eeff;
}

.categories-sidebar .list-group-item.active a {
    color: #10b981;
}

.spotify-content-container .platform-header {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    padding: 14px 20px;
    text-align: center;
}

.spotify-content-container .platform-header h4 {
    margin: 0;
    color: #333;
}

.spotify-content-container .platform-link {
    display: block;
    width: 100%;
    padding: 7px 15px;
    text-decoration: none;
}

.spotify-content-container .platform-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.spotify-content-container .platform-icon {
    width: 45px;
    text-align: center;
    margin-right: 10px;
}

.spotify-content-container .platform-icon i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.spotify-content-container .platform-icon .fa-tiktok {
    font-size: 20px;
}

/* -------------------------------------------------------------------------- */
/* Simplified Page Description & Separator */
/* -------------------------------------------------------------------------- */
.spotify-content-container .page-description {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    text-align: center;
}

.spotify-content-container .page-description h1 {
    font-size: 18px;
    font-weight: 400;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
    padding-top: 5px;
    /* Reduced top spacing */
    padding-bottom: 20px;
    /* Spacing between text and Pricing card */
}

/* -------------------------------------------------------------------------- */
/* Order Form & Pricing Section */
/* -------------------------------------------------------------------------- */

.spotify-content-container .card {
    border: 1px solid #10b981;
    border-radius: 12px;
    overflow: hidden;
}

.spotify-content-container .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 18px 25px;
}

.spotify-content-container .card-header h4 {
    font-weight: 600;
    margin: 0;
}

.spotify-content-container .card-body {
    padding: 25px;
}

/* Service type tabs */
.service-tabs {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.service-tab {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #e0e0e0;
}

.service-tab i {
    font-size: 18px;
    margin-right: 8px;
    color: #555;
}

.service-tab span {
    font-size: 20px;
    font-weight: 500;
    color: #555;
}

.service-tab:hover {
    background-color: #f0f0f0;
}

.service-tab.active {
    background-color: #f0fff9;
    border-color: #10b981;
}

.service-tab.active i,
.service-tab.active span {
    color: #10b981;
}

/* Mobile service tabs */
.mobile-service-tabs {
    margin-bottom: 25px;
}

.mobile-tab-scroll {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 8px;
    padding: 5px 0;
}

.mobile-tab-scroll::-webkit-scrollbar {
    display: none;
}

.mobile-tab {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    flex-shrink: 0;
}

.mobile-tab i {
    font-size: 16px;
    margin-right: 5px;
    color: #555;
}

.mobile-tab span {
    font-size: 18px;
    font-weight: 500;
    color: #555;
}

.mobile-tab.active {
    background-color: #f0fff9;
    border-color: #10b981;
}

.mobile-tab.active i,
.mobile-tab.active span {
    color: #10b981;
}

/* Order Form */
.order-form {
    background-color: #fff;
}

.order-form .form-label {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
}

.order-form .form-control,
.order-form .form-select {
    font-size: 18px;
    padding: 12px 15px;
    height: auto;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.order-form .form-select {
    padding-right: 40px !important;
    background-position: right 15px center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Reset styles for dropdown options to fix potential global style conflicts */
.order-form .form-select option {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 10px;
    /* Add some padding for better spacing if browser supports it */
}

.order-form .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.order-form .btn-primary {
    padding: 14px 25px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: #10b981;
    border-color: #10b981;
}

.order-form .btn-primary:hover {
    background-color: #0ea271;
    border-color: #0ea271;
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3);
}

/* Guidelines */
.guidelines {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 15px !important;
    /* Further reduced bottom margin */
}

.guidelines h5 {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.guidelines ul,
.guidelines ol {
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.guidelines ul li,
.guidelines ol li {
    margin-bottom: 8px;
}

.guidelines-link {
    color: #10b981;
    /* Highlight color for the link */
    font-weight: 600;
    text-decoration: underline;
}

.guidelines-link:hover {
    color: #0ea271;
}

/* Buttons */
.spotify-content-container .btn-primary {
    background-color: #10b981;
    border-color: #10b981;
    border-radius: 10px;
    padding: 14px 25px;
    font-weight: 600;
}

.spotify-content-container .custom-width-btn {
    width: auto;
    min-width: 200px;
    max-width: 300px;
    display: inline-block;
}

.spotify-content-container .btn-primary:hover {
    background-color: transparent;
    border-color: #10b981;
    color: #10b981;
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.2);
}

.spotify-content-container .text-info {
    color: #10b981;
}

.spotify-content-container .login-required-message {
    color: #6c757d;
    margin-top: 10px;
    text-align: center;
}

.login-link {
    font-weight: 700;
    color: #10b981 !important;
    text-decoration: none;
}

.login-link:hover {
    color: #0ea271 !important;
    text-decoration: underline;
}

.premium-btn {
    display: inline-block;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.2);
    border: none;
    cursor: pointer;
}

.premium-btn.solid-green {
    background: #10b981;
    background-image: none;
    border: 1px solid #10b981;
}

.premium-btn:hover,
.premium-btn.solid-green:hover {
    background: #fff;
    color: #10b981;
    border: 1px solid #10b981;
}


/* -------------------------------------------------------------------------- */
/* spotify Growth Section */
/* -------------------------------------------------------------------------- */
.spotify-growth-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.spotify-growth-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spotify-growth-description {
    max-width: 90%;
}

.spotify-growth-features {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-icon {
    color: #10b981;
    font-size: 18px;
}

.feature-text {
    font-weight: 500;
}

.spotify-growth-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.rating-stars {
    color: #ffc107;
    font-size: 18px;
}

.rating-score {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.spotify-growth-image-container {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.spotify-growth-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 500px;
}

@media (max-width: 991px) {
    .spotify-growth-section {
        margin: 40px 0;
    }

    .spotify-growth-content {
        padding: 30px 15px;
        text-align: center;
    }

    .spotify-growth-description {
        max-width: 100%;
    }

    .spotify-growth-features {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .spotify-growth-rating {
        justify-content: center;
    }

    .spotify-growth-image-container {
        margin-bottom: 30px;
    }
}

/* -------------------------------------------------------------------------- */
/* Trusted Partners Section */
/* -------------------------------------------------------------------------- */
.trusted-partners-container {
    padding: 40px 15px;
}

.trusted-partners-container .partners-stats {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.trusted-partners-container .partner-stat-item {
    text-align: center;
    padding: 20px;
    border-bottom: 5px solid #10b981;
    border-left: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    flex: 1;
    margin-bottom: 0;
}

.trusted-partners-container .partner-stat-item .stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #10b981;
    margin-bottom: 10px;
    display: block;
}

.trusted-partners-container .partner-stat-item p {
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
}

.trusted-partners-container .partner-stat-item .highlight-word {
    background: linear-gradient(90deg, #10b981, #4ade80) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

.trusted-partners-container .partner-stat-item .secondary-word {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #555 !important;
}

.trusted-partners-container .partner-stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.trusted-partners-section .row,
.trusted-partners-section .col-12,
.trusted-partners-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.trusted-partners-container .trusted-partners-header {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.trusted-partners-container .trusted-partners-header p {
    max-width: 800px !important;
    margin: 0 auto !important;
    font-size: 18px;
}

@media (max-width: 991px) {
    .trusted-partners-container .partner-stat-item {
        width: calc(50% - 15px) !important;
        max-width: calc(50% - 15px) !important;
        flex: 0 0 calc(50% - 15px) !important;
    }
}

@media (max-width: 767px) {
    .trusted-partners-container {
        padding: 40px 15px;
    }

    .trusted-partners-container .partner-stat-item {
        flex-basis: calc(50% - 8px);
        margin-bottom: 0;
    }

    .trusted-partners-container .stat-number {
        font-size: 24px !important;
    }

    .trusted-partners-container .partners-stats {
        flex-wrap: wrap;
        gap: 15px;
    }

    .trusted-partners-container .partner-stat-item {
        flex-basis: calc(50% - 8px);
        min-width: calc(50% - 8px);
        margin-bottom: 0;
    }
}

/* -------------------------------------------------------------------------- */
/* Premium Service / Why Choose SNS Box Section */
/* -------------------------------------------------------------------------- */
.premium-new-container {
    position: relative;
    z-index: 2;
    padding-top: 0;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.premium-new-header {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.premium-new-subtitle {
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Features List */
.feature-section {
    margin-bottom: 40px;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.features-list .feature-item {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.features-list .feature-item .feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background-color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.features-list .feature-item .feature-icon i {
    font-size: 26px;
    color: #fff;
}

.features-list .feature-item .feature-content {
    flex: 1;
}

.features-list .feature-item .feature-title {
    color: #333;
    margin-bottom: 8px;
}

.features-list .feature-item .feature-text {
    line-height: 1.5;
    margin-bottom: 0;
}

.feature-image-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.feature-image {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .feature-image-container {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .features-list .feature-item {
        padding: 12px;
    }

    .features-list .feature-item .feature-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        margin-right: 12px;
    }

    .features-list .feature-item .feature-icon i {
        font-size: 22px !important;
    }
}

/* Guarantees Section */
.guarantees-section {
    position: relative;
    padding: 0;
    border-radius: 16px;
    background: transparent;
    margin-bottom: 40px;
}

.guarantees-title {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.guarantee-card {
    display: flex;
    align-items: flex-start;
    background: linear-gradient(135deg, #0fcea3 0%, #10b981 30%, #059669 70%, #047857 100%);
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    margin-top: 0;
}

.guarantee-card:hover {
    transform: translateY(-5px);
}

.guarantee-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.guarantee-icon i {
    font-size: 24px !important;
    color: #fff;
}

.guarantee-content h4 {
    color: #fff;
    margin-bottom: 10px;
}

.guarantee-content p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .guarantees-section .row>div {
        margin-bottom: 15px;
    }

    .guarantees-section .row>div:last-child {
        margin-bottom: 0;
    }
}

.premium-cta {
    text-align: center;
    margin-top: 40px;
}

/* -------------------------------------------------------------------------- */
/* spotify Follower Benefits Section */
/* -------------------------------------------------------------------------- */
.benefits-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    border-left: 5px solid #10b981;
}

.benefits-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.benefits-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.benefits-card-header i {
    font-size: 36px;
    color: #10b981;
    margin-right: 15px;
}

.benefits-card-header h3 {
    color: #333;
    margin: 0;
}

.benefits-card-body p {
    line-height: 1.7;
    margin: 0;
}

.benefits-card-alt {
    background-color: #f0fff9;
    border-left: none;
    border-top: 5px solid #10b981;
}

.benefits-image-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
}

.benefits-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.benefits-image:hover {
    transform: scale(1.03);
}

.benefits-banner {
    background: linear-gradient(135deg, #0fcea3 0%, #10b981 30%, #059669 70%, #047857 100%);
    border-radius: 12px;
    padding: 40px;
    color: #ffffff;
}

.benefits-banner-content {
    display: flex;
    align-items: center;
}

.benefits-banner-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.benefits-banner-icon i {
    font-size: 40px;
    color: #ffffff;
}

.benefits-banner-text h3 {
    color: #ffffff;
    margin-bottom: 10px;
}

.benefits-banner-text p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.7;
}

.benefits-stat-card {
    background: linear-gradient(135deg, #0fcea3 0%, #10b981 30%, #059669 70%, #047857 100%);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefits-stat-card .stat-number {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.benefits-stat-card p {
    margin: 0;
    color: #ffffff;
}

.benefits-info-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    height: 100%;
}

.benefits-info-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.benefits-info-header i {
    font-size: 30px;
    color: #10b981;
    margin-right: 15px;
}

.benefits-info-header h3 {
    color: #333;
    margin: 0;
}

.benefits-info-card p {
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 991px) {
    .spotify-services-section {
        padding: 20px 0;
    }

    .benefits-banner-content {
        flex-direction: column;
        text-align: center;
    }

    .benefits-banner-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .benefits-card,
    .benefits-info-card,
    .benefits-stat-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .benefits-card-header h3,
    .benefits-banner-text h3,
    .benefits-info-header h3 {
        font-size: 18px !important;
    }
}

/* -------------------------------------------------------------------------- */
/* Our Advantages Section */
/* -------------------------------------------------------------------------- */
.advantages-section {
    background-color: transparent;
    border-radius: 10px;
}

.advantages-header {
    margin-bottom: 40px;
}

.advantages-subtitle {
    max-width: 800px;
    margin: 0 auto 40px;
}

.competitive-edge-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    max-height: 400px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .advantages-content .row>div {
        margin-bottom: 30px;
    }

    .advantages-content .row>div:last-child {
        margin-bottom: 0;
    }
}

.advantages-description {
    margin-bottom: 30px;
    text-align: left;
}

.advantages-features {
    margin-top: 30px;
    margin-bottom: 40px;
}

.advantage-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.advantage-icon {
    margin-right: 15px;
    color: #10b981;
    font-size: 24px;
}

.advantage-icon i {
    font-size: 24px;
}

.advantage-item p {
    margin: 0;
    color: #444;
}

.security-features {
    margin-top: 40px;
}

.security-card {
    background: linear-gradient(135deg, #0fcea3 0%, #10b981 30%, #059669 70%, #047857 100%);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(16, 185, 129, 0.1);
    margin-bottom: 20px;
    height: 100%;
    border: 1px solid rgba(16, 185, 129, 0.15);
    transition: all 0.3s ease;
}

.security-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.2);
    border-color: rgba(16, 185, 129, 0.3);
    background: linear-gradient(135deg, #0fcea3 0%, #10b981 40%, #059669 80%, #047857 100%);
}

.security-card .security-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.security-card .security-text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .guarantee-card,
    .security-card,
    .col-md-4.mb-3,
    .col-md-6.mb-3 {
        margin-bottom: 15px;
    }

    .col-md-4.mb-3:last-child,
    .col-md-6.mb-3:last-child {
        margin-bottom: 0;
    }
}

/* -------------------------------------------------------------------------- */
/* FAQ Section */
/* -------------------------------------------------------------------------- */
.faq-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-header {
    margin-bottom: 40px;
    text-align: center;
}

.faq-content {
    margin-top: 40px;
}

.faq-item {
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    width: 100%;
}

.faq-question.active {
    background-color: #f8f9fa;
}

.faq-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    flex-shrink: 0;
}

h3.faq-question-title {
    margin: 0;
    flex: 1;
    padding-right: 35px;
    /* Space for the icon */
    font-size: 20px;
    /* Explicitly set font size */
    font-weight: 600;
    /* Explicitly set font weight */
    color: #333;
}

.faq-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 300;
    color: #10b981;
    transition: transform 0.3s ease;
}

.faq-question.active .faq-toggle-icon {
    transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
    padding: 0 25px 25px 83px;
    /* Align with question text */
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.faq-answer.active {
    max-height: 1000px;
    /* Large enough for content */
    opacity: 1;
    padding-top: 0;
    padding-bottom: 25px;
}

.faq-answer p {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .faq-question {
        padding: 15px;
    }

    .faq-number {
        width: 32px;
        height: 32px;
        font-size: 16px;
        margin-right: 15px;
    }

    h3.faq-question-title {
        font-size: 18px !important;
        /* Ensure override */
    }

    .faq-toggle-icon {
        font-size: 22px;
        right: 15px;
    }

    .faq-answer {
        padding: 0 20px 20px 62px;
    }
}

/* -------------------------------------------------------------------------- */
/* Miscellaneous Mobile adjustments */
/* -------------------------------------------------------------------------- */
@media (max-width: 767px) {
    .spotify-content-container {
        padding: 20px 0;
    }

    .spotify-content-container .categories-sidebar {
        margin-top: 0;
    }

    .spotify-content-container .service-type-item {
        margin-bottom: 15px;
    }

    .spotify-content-container .card-body {
        padding: 5px 15px 10px 15px;
    }

    .spotify-content-container .form-label {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    div[style*="height: 40px"] {
        height: 40px !important;
    }
}

/* -------------------------------------------------------------------------- */
/* Deep Dive Services Section */
/* -------------------------------------------------------------------------- */
.deep-dive-section {
    padding: 60px 0;
}

.deep-dive-nav {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 40px;
    justify-content: center;
}

.deep-dive-nav .nav-link {
    border: none;
    background: transparent;
    color: #6c757d;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.deep-dive-nav .nav-link i {
    margin-right: 8px;
}

.deep-dive-nav .nav-link.active,
.deep-dive-nav .nav-link:hover {
    color: #10b981;
    border-bottom-color: #10b981;
}

.tab-content>.tab-pane {
    padding: 20px 0;
}

.deep-dive-left {
    background: linear-gradient(135deg, #10b981, #2dd4bf);
    border-radius: 12px;
    padding: 40px;
    color: #fff;
}

.deep-dive-left .tags {
    margin-bottom: 20px;
}

.deep-dive-left .tags .tag-spotify,
.deep-dive-left .tags .tag-service {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.deep-dive-left .tags .tag-spotify {
    background-color: #ffeef4;
    color: #e83e8c;
}

.deep-dive-left .tags .tag-service {
    background-color: #e6f7ff;
    color: #007bff;
    margin-left: 10px;
}

.deep-dive-left .deep-dive-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #fff;
}

.deep-dive-left .benefits-list {
    list-style: none;
    padding-left: 0;
}

.deep-dive-left .benefits-list li {
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.deep-dive-left .benefits-list li i {
    color: #fff;
    font-size: 22px;
    margin-right: 12px;
}

.deep-dive-right .info-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
}

.deep-dive-right .info-card:last-child {
    margin-bottom: 0;
}

.deep-dive-right .info-card-icon {
    font-size: 40px;
    color: #ffc107;
    margin-right: 25px;
    line-height: 1;
}

.deep-dive-right .info-card-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.deep-dive-right .info-card-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .deep-dive-left {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .deep-dive-nav .nav-link {
        font-size: 16px;
        padding: 12px 15px;
    }
}

/* ==========================================================================
   Mobile Optimization - 2024-05-24
   ========================================================================== */

/* Unified Platform and Pricing Header Styles */
.spotify-content-container .platform-header h4,
.spotify-content-container .card-header h4 {
    margin: 0;
    color: #333;
    font-size: 22px; /* Consistent size with other section titles on desktop */
    font-weight: 600;
}

/* Responsive Header Styles */
@media (max-width: 767px) {
    .spotify-content-container .platform-header h4,
    .spotify-content-container .card-header h4 {
        font-size: 20px !important; /* Consistent with other section titles on mobile */
    }

    .spotify-content-container .card-header {
        border-bottom: none; /* Remove line under "Pricing" on mobile */
    }

    .spotify-content-container .mobile-service-tabs {
        margin-bottom: 20px !important; /* Force space below service tabs */
    }
}

/* Page description spacing adjustment */
.spotify-content-container .page-description {
    margin-bottom: 10px; /* Add space between h1 and the content below */
}

/* Mobile service/platform tabs container - enables wrapping */
.mobile-tab-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

/* Remove scroll functionality from the old class, as it's replaced by mobile-tab-container */
.mobile-tab-scroll {
    overflow-x: visible;
    white-space: normal;
}

/* Mobile Platform-specific tab styles */
.platform-tabs-mobile {
    margin-bottom: 25px;
    padding: 0 25px; /* Add horizontal padding to align with card content */
}

.platform-tabs-title {
    font-size: 20px !important;   /* Match h4 size on mobile */
    font-weight: 600 !important;  /* Match h4 weight */
    color: #333 !important;      /* Match h4 color */
    margin-bottom: 15px;
}

/* --- Mobile Platform Grid Layout Overrides --- */
.platform-tabs-mobile .mobile-tab-container {
    justify-content: flex-start;
}

.platform-tabs-mobile .mobile-tab {
    /* Grid item setup (4 columns) */
    flex-basis: calc(25% - 6px); /* 4 items per row, accounting for 8px gap */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    /* Reset button styling to be text/icon only */
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 8px; 
    padding: 5px 5px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    flex-shrink: 1; /* Allow shrinking */
}

/* Override icon and text styles for the platform grid */
.platform-tabs-mobile .mobile-tab i {
    font-size: 26px;
    margin-right: 0; 
    margin-bottom: 8px;
    color: #555;
    transition: color 0.2s ease;
}

.platform-tabs-mobile .mobile-tab span {
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color: #555;
    transition: color 0.2s ease;
}

/* Hover and Active States for the Platform Grid */
.platform-tabs-mobile .mobile-tab:hover i,
.platform-tabs-mobile .mobile-tab:hover span {
    color: #111;
}

.platform-tabs-mobile .mobile-tab.active i,
.platform-tabs-mobile .mobile-tab.active span {
    color: #10b981 !important;
    font-weight: 600;
}

/* Override global link styles with higher specificity */
.platform-tabs-mobile a.mobile-tab.active,
.platform-tabs-mobile a.mobile-tab.active:hover,
.platform-tabs-mobile a.mobile-tab.active:focus {
    color: #10b981 !important;
}

.platform-tabs-mobile a.mobile-tab.active span,
.platform-tabs-mobile a.mobile-tab.active:hover span,
.platform-tabs-mobile a.mobile-tab.active:focus span {
    color: #10b981 !important;
}

/* Fine-tune pricing header padding on mobile */
@media (max-width: 767px) {
    .spotify-content-container .card-header {
        padding-bottom: 8px !important;
    }
}

/* ========== spotify ENHANCED STAT CARDS ========== */
/* Enhanced styling for spotify stat cards with full border and icons */
.trusted-partners-container .partner-stat-item.spotify-stat-enhanced {
    border: 2px solid #10b981 !important;
    border-radius: 8px;
    position: relative;
}

/* Icon styling for enhanced stat cards */
.trusted-partners-container .spotify-stat-icon {
    font-size: 48px;
    color: #10b981;
    margin-bottom: 12px;
    display: block;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.trusted-partners-container .partner-stat-item.spotify-stat-enhanced:hover .spotify-stat-icon {
    opacity: 1;
    transform: scale(1.1);
}

/* Mobile responsive for enhanced stat icons */
@media (max-width: 767px) {
    .trusted-partners-container .spotify-stat-icon {
        font-size: 36px;
        margin-bottom: 8px;
    }
}