/*
 * Service Page Styles - Apple Inspired Design
 * For Content Editing Service Page
 */

.service-page-wrapper {
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Hero Section */
.service-hero {
    background: linear-gradient(180deg, #000000 0%, #1d1d1f 100%);
    padding: 120px 0 100px;
    text-align: center;
    color: #ffffff;
}

.service-hero-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 22px;
}

.service-eyebrow {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #0071e3;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.service-hero h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: 0 0 24px 0;
}

.service-hero-description {
    font-size: 24px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 48px 0;
    letter-spacing: -0.01em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.service-hero-price {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 32px 48px;
    background: linear-gradient(135deg, rgba(0, 113, 227, 0.15) 0%, rgba(0, 119, 237, 0.1) 100%);
    border: 2px solid rgba(0, 113, 227, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.price-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.price-value {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.price-note {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

/* Stats Section */
.service-stats {
    padding: 80px 0;
    background: #f5f5f7;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.stat-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.stat-primary {
    background: linear-gradient(135deg, #0071e3 0%, #0077ed 100%);
    color: #ffffff;
}

.stat-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    color: inherit;
}

.stat-primary .stat-icon {
    background: rgba(255, 255, 255, 0.2);
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: inherit;
}

.stat-primary .stat-number {
    color: #ffffff;
}

.stat-label {
    font-size: 17px;
    font-weight: 600;
    color: #1d1d1f;
}

.stat-primary .stat-label {
    color: rgba(255, 255, 255, 0.95);
}

.stat-desc {
    font-size: 14px;
    color: #6e6e73;
}

.stat-primary .stat-desc {
    color: rgba(255, 255, 255, 0.8);
}

/* Package Section */
.service-package {
    padding: 100px 0;
    background: #ffffff;
}

.package-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 22px;
}

.package-container h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -0.02em;
    margin: 0 0 16px 0;
    text-align: center;
}

.package-subtitle {
    font-size: 21px;
    line-height: 1.5;
    color: #6e6e73;
    text-align: center;
    margin: 0 0 60px 0;
}

.package-card {
    position: relative;
    background: #f5f5f7;
    border-radius: 24px;
    padding: 48px;
    border: 1px solid #e8e8ed;
}

.package-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0071e3 0%, #0077ed 100%);
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 4px 16px rgba(0, 113, 227, 0.4);
}

.package-header {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #d2d2d7;
    margin-bottom: 40px;
}

.package-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1d1d1f;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}

.package-price {
    margin-bottom: 16px;
}

.price-amount {
    font-size: 56px;
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -0.03em;
}

.price-period {
    font-size: 24px;
    color: #6e6e73;
    font-weight: 500;
}

.package-desc {
    font-size: 17px;
    color: #6e6e73;
    margin: 0;
}

.package-features h4 {
    font-size: 21px;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0 0 24px 0;
}

.package-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.package-features li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.package-features li svg {
    flex-shrink: 0;
    color: #0071e3;
    margin-top: 2px;
}

.package-features li div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.package-features li strong {
    font-size: 17px;
    font-weight: 600;
    color: #1d1d1f;
}

.package-features li span {
    font-size: 14px;
    color: #6e6e73;
    line-height: 1.5;
}

.package-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 20px 24px;
    background: rgba(0, 113, 227, 0.06);
    border-left: 3px solid #0071e3;
    border-radius: 12px;
    margin-bottom: 40px;
}

.package-note svg {
    flex-shrink: 0;
    color: #0071e3;
    margin-top: 2px;
}

.package-note p {
    font-size: 14px;
    line-height: 1.6;
    color: #1d1d1f;
    margin: 0;
}

.package-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 18px 32px;
    background: linear-gradient(135deg, #0071e3 0%, #0077ed 100%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 980px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 113, 227, 0.3);
}

.package-cta-button:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 113, 227, 0.4);
}

/* How It Works */
.service-how-it-works {
    padding: 100px 0;
    background: #f5f5f7;
}

.how-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
}

.how-container h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -0.02em;
    margin: 0 0 60px 0;
    text-align: center;
}

.how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.how-step {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.how-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.step-number {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0071e3 0%, #0077ed 100%);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    margin: 0 auto 24px;
}

.how-step h3 {
    font-size: 21px;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0 0 12px 0;
}

.how-step p {
    font-size: 15px;
    line-height: 1.6;
    color: #6e6e73;
    margin: 0;
}

/* Success Stories */
.service-success {
    padding: 100px 0;
    background: #ffffff;
}

.success-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
}

.success-container h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -0.02em;
    margin: 0 0 16px 0;
    text-align: center;
}

.success-subtitle {
    font-size: 21px;
    line-height: 1.5;
    color: #6e6e73;
    text-align: center;
    margin: 0 0 60px 0;
}

.success-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.success-card {
    background: linear-gradient(135deg, #f5f5f7 0%, #fafafa 100%);
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #e8e8ed;
    transition: all 0.3s ease;
}

.success-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.success-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8ed;
}

.success-icon {
    font-size: 32px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 12px;
}

.success-header h3 {
    font-size: 21px;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0;
    letter-spacing: -0.01em;
}

.success-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.success-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 16px 12px;
    background: #ffffff;
    border-radius: 12px;
}

.success-stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #0071e3;
    letter-spacing: -0.02em;
}

.success-stat-label {
    font-size: 11px;
    font-weight: 600;
    color: #6e6e73;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.success-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #1d1d1f;
    margin: 0;
}

/* Benefits Section */
.service-benefits {
    padding: 100px 0;
    background: #f5f5f7;
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
}

.benefits-container h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -0.02em;
    margin: 0 0 60px 0;
    text-align: center;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.benefit-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f5f7 0%, #fafafa 100%);
    border-radius: 20px;
    margin: 0 auto 24px;
    color: #0071e3;
}

.benefit-card h3 {
    font-size: 21px;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0 0 12px 0;
}

.benefit-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #6e6e73;
    margin: 0;
}

/* CTA Section */
.service-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #0071e3 0%, #0077ed 100%);
    text-align: center;
    color: #ffffff;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 22px;
}

.service-cta h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}

.service-cta p {
    font-size: 21px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 40px 0;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 24px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 980px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button.primary {
    background: #ffffff;
    color: #0071e3;
}

.cta-button.primary:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3);
}

.cta-button.secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-button.secondary:hover {
    background: rgba(255, 255, 255, 0.25);
}

.cta-note {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.cta-note a {
    color: #ffffff;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
    .stats-container,
    .how-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .success-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service-hero {
        padding: 80px 0 60px;
    }
    
    .service-hero h1 {
        font-size: 40px;
    }
    
    .service-hero-description {
        font-size: 19px;
    }
    
    .price-value {
        font-size: 48px;
    }
    
    .stats-container,
    .how-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .package-card {
        padding: 32px 24px;
    }
    
    .package-header h3 {
        font-size: 28px;
    }
    
    .price-amount {
        font-size: 40px;
    }
    
    .service-cta h2 {
        font-size: 32px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .success-stats-grid {
        grid-template-columns: 1fr;
    }
}


