/* Article Processing Charges Page - Services-Style Layout */
.page-apc {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --primary-color: #667eea;
    --primary-dark: #5568d3;
    --accent-color: #F59E0B;
    --success-color: #10B981;
    --text-dark: #1a202c;
    --text-light: #718096;
    --white: #fff;
    --border-color: rgba(226, 232, 240, 0.8);
    --transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif
}

.page-apc .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px
}

/* Hero Section */
.page-apc .page-hero {
    background: var(--primary-gradient);
    padding: 100px 0 80px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden
}

.page-apc .page-hero::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, .1) 0%, transparent 70%);
    border-radius: 50%;
    top: -200px;
    right: -200px
}

.page-apc .page-hero-content {
    position: relative;
    z-index: 2
}

.page-apc .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    margin-bottom: 20px;
    opacity: .9
}

.page-apc .breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: var(--transition-smooth)
}

.page-apc .breadcrumb a:hover {
    opacity: .7
}

.page-apc .page-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2
}

.page-apc .page-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    opacity: .95;
    max-width: 700px;
    margin: 0 auto 24px
}

.page-apc .hero-badges {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.page-apc .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600
}

.page-apc .hero-badge i {
    color: #10B981
}

/* Section Styles */
.page-apc .section-tag {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(102, 126, 234, .1);
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.page-apc .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 24px;
    line-height: 1.3
}

.page-apc .section-description {
    font-size: 18px;
    color: var(--text-light);
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto
}

.page-apc .intro-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

/* Pricing Section */
.page-apc .pricing-section {
    padding: 100px 0;
    background: #fff
}

.page-apc .pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 60px
}

.page-apc .pricing-card {
    background: linear-gradient(to bottom, #fff 0%, #f8f9ff 100%);
    border: 2px solid var(--border-color);
    border-radius: 20px;
    padding: 40px 35px;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden
}

.page-apc .pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-gradient)
}

.page-apc .pricing-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(102, 126, 234, .15)
}

.page-apc .pricing-card.featured {
    border-color: var(--accent-color);
    background: linear-gradient(to bottom, #fffbeb 0%, #fef3c7 100%)
}

.page-apc .pricing-card.featured::before {
    background: linear-gradient(135deg, var(--accent-color) 0%, #f97316 100%)
}

.page-apc .pricing-badge {
    display: inline-block;
    padding: 6px 14px;
    background: var(--accent-color);
    color: #1a1a1a;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px
}

.page-apc .pricing-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.page-apc .pricing-amount {
    font-size: clamp(36px, 5vw, 48px);
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1;
    margin-bottom: 8px
}

.page-apc .pricing-subtitle {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 24px
}

.page-apc .pricing-features {
    list-style: none;
    padding: 0;
    margin: 0
}

.page-apc .pricing-features li {
    padding: 12px 0 12px 30px;
    position: relative;
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid var(--border-color)
}

.page-apc .pricing-features li:last-child {
    border-bottom: none
}

.page-apc .pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 12px;
    width: 20px;
    height: 20px;
    background: rgba(16, 185, 129, .1);
    border-radius: 50%;
    color: var(--success-color);
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

/* Includes Section */
.page-apc .includes-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #fff 0%, #f8f9ff 100%)
}

.page-apc .includes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 60px
}

.page-apc .includes-card {
    background: #fff;
    border: 2px solid var(--border-color);
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    transition: var(--transition-smooth)
}

.page-apc .includes-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-color);
    box-shadow: 0 15px 40px rgba(102, 126, 234, .12)
}

.page-apc .includes-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-gradient);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 26px
}

.page-apc .includes-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.4
}

/* Add-Ons Section */
.page-apc .addons-section {
    padding: 100px 0;
    background: #fff
}

.page-apc .addons-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 60px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06)
}

.page-apc .addons-table th,
.page-apc .addons-table td {
    padding: 20px 24px;
    text-align: left;
    border-bottom: 1px solid var(--border-color)
}

.page-apc .addons-table th {
    background: var(--primary-gradient);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.page-apc .addons-table td {
    font-size: 15px;
    color: var(--text-dark)
}

.page-apc .addons-table tr:last-child td {
    border-bottom: none
}

.page-apc .addons-table .price {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 18px
}

/* Procedure Section */
.page-apc .procedure-section {
    padding: 100px 0;
    background: var(--primary-gradient);
    color: #fff;
    position: relative;
    overflow: hidden
}

.page-apc .procedure-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, .1) 0%, transparent 70%);
    border-radius: 50%;
    top: -300px;
    left: -300px
}

.page-apc .procedure-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 60px;
    position: relative;
    z-index: 2
}

.page-apc .procedure-card {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding: 35px 30px;
    transition: var(--transition-smooth)
}

.page-apc .procedure-card:hover {
    background: rgba(255, 255, 255, .15);
    transform: translateY(-6px)
}

.page-apc .procedure-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .2);
    border-radius: 12px;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px
}

.page-apc .procedure-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.page-apc .procedure-text {
    font-size: 15px;
    opacity: .9;
    line-height: 1.7
}

/* Contact Section */
.page-apc .contact-section {
    padding: 100px 0;
    background: #fff
}

.page-apc .contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 60px
}

.page-apc .contact-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background: linear-gradient(to bottom, #fff 0%, #f8f9ff 100%);
    border: 2px solid var(--border-color);
    border-radius: 16px;
    text-decoration: none;
    transition: var(--transition-smooth)
}

.page-apc .contact-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, .12)
}

.page-apc .contact-icon {
    width: 56px;
    height: 56px;
    background: var(--primary-gradient);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0
}

.page-apc .contact-info .label {
    font-size: 13px;
    color: var(--text-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px
}

.page-apc .contact-info .value {
    font-size: 17px;
    color: var(--text-dark);
    font-weight: 700
}

/* FAQ Section */
.page-apc .faq-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #fff 0%, #f8f9ff 100%)
}

.page-apc .faq-grid {
    max-width: 900px;
    margin: 60px auto 0
}

.page-apc .faq-item {
    background: #fff;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: var(--transition-smooth)
}

.page-apc .faq-item:hover {
    border-color: var(--primary-color)
}

.page-apc .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark)
}

.page-apc .faq-question::after {
    content: '+';
    font-size: 24px;
    color: var(--primary-color);
    transition: var(--transition-smooth)
}

.page-apc .faq-item.active .faq-question::after {
    content: '−'
}

.page-apc .faq-answer {
    display: none;
    padding: 0 24px 20px;
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.7
}

.page-apc .faq-item.active .faq-answer {
    display: block
}

/* CTA Section */
.page-apc .cta-section {
    padding: 100px 0;
    background: #fff;
    text-align: center
}

.page-apc .cta-content {
    max-width: 700px;
    margin: 0 auto
}

.page-apc .cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.3
}

.page-apc .cta-text {
    font-size: 18px;
    color: var(--text-light);
    margin-bottom: 32px;
    line-height: 1.7
}

main.page-apc .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--primary-gradient);
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    transition: var(--transition-smooth);
    box-shadow: 0 10px 30px rgba(102, 126, 234, .3)
}

main.page-apc .cta-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, .4)
}

.page-apc .cta-btn.whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    box-shadow: 0 10px 30px rgba(37, 211, 102, .3)
}

.page-apc .cta-btn.whatsapp:hover {
    box-shadow: 0 15px 40px rgba(37, 211, 102, .4)
}

/* Policy Note */
.page-apc .policy-note {
    padding: 40px 0;
    background: #f8f9ff;
    text-align: center
}

.page-apc .policy-note p {
    font-size: 14px;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6
}

.page-apc .policy-note a {
    color: var(--primary-color);
    text-decoration: underline
}

/* Responsive */
@media(max-width: 768px) {

    .page-apc .pricing-grid,
    .page-apc .includes-grid,
    .page-apc .procedure-grid,
    .page-apc .contact-grid {
        grid-template-columns: 1fr
    }

    .page-apc .pricing-section,
    .page-apc .includes-section,
    .page-apc .addons-section,
    .page-apc .procedure-section,
    .page-apc .contact-section,
    .page-apc .faq-section {
        padding: 60px 0
    }

    .page-apc .addons-table {
        font-size: 14px
    }

    .page-apc .addons-table th,
    .page-apc .addons-table td {
        padding: 14px 16px
    }
}

@media(max-width: 480px) {
    .page-apc .container {
        padding: 0 16px
    }

    .page-apc .hero-badges {
        flex-direction: column;
        gap: 10px
    }
}