/* ============================================
   COMPLIANCE BUNDLE SERVICE PAGE STYLES
   ============================================ */

/* ============================================
   SERVICE HERO
   ============================================ */
.service-hero {
    position: relative;
    padding: 160px 0 100px;
    overflow: hidden;
    background: 
        radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(6, 182, 212, 0.1) 0%, transparent 50%),
        var(--bg-primary);
}

.service-hero.bundle-hero {
    background: 
        radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 70% 30%, rgba(6, 182, 212, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 50% 80%, rgba(56, 189, 248, 0.1) 0%, transparent 40%),
        var(--bg-primary);
}

.service-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.service-hero .container {
    position: relative;
    z-index: 1;
}

.service-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.service-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 24px;
    animation: fadeInUp 0.6s ease;
}

.service-badge svg {
    width: 18px;
    height: 18px;
}

.service-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    animation: fadeInUp 0.6s ease 0.1s backwards;
}

.service-hero p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.8;
    animation: fadeInUp 0.6s ease 0.2s backwards;
}

.service-hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 32px;
    animation: fadeInUp 0.6s ease 0.3s backwards;
}

.service-hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding-top: 40px;
    border-top: 1px solid var(--border-primary);
    animation: fadeInUp 0.6s ease 0.4s backwards;
}

.service-hero-stats .stat {
    text-align: center;
}

.service-hero-stats .stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-hero-stats .stat-label {
    font-size: 0.9rem;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================
   SECTION HEADERS
   ============================================ */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.section-header h2 svg {
    color: var(--primary);
    width: 32px;
    height: 32px;
}

.section-header p {
    font-size: 1.125rem;
    color: var(--text-secondary);
}

/* ============================================
   WHY BUNDLE
   ============================================ */
.bundle-why {
    padding: var(--section-padding) 0;
    background: var(--bg-secondary);
}

.bundle-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.bundle-benefit {
    background: var(--bg-tertiary);
    border: 1px solid var(--border-primary);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.bundle-benefit:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg), 0 0 40px rgba(59, 130, 246, 0.1);
}

.bundle-benefit .benefit-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 16px;
    margin: 0 auto 20px;
}

.bundle-benefit .benefit-icon svg {
    width: 32px;
    height: 32px;
    color: white;
}

.bundle-benefit h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.bundle-benefit p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ============================================
   FRAMEWORK OVERLAP
   ============================================ */
.framework-overlap {
    padding: var(--section-padding) 0;
    background: var(--bg-primary);
}

.overlap-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.overlap-diagram {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.framework-circle {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.framework-circle:hover {
    transform: scale(1.05);
}

.framework-circle.soc2 {
    background: rgba(59, 130, 246, 0.2);
    border: 2px solid rgba(59, 130, 246, 0.5);
    top: 20%;
    left: 15%;
}

.framework-circle.soc2 span {
    color: #FF4438;
}

.framework-circle.iso {
    background: rgba(6, 182, 212, 0.2);
    border: 2px solid rgba(6, 182, 212, 0.5);
    top: 20%;
    right: 15%;
}

.framework-circle.iso span {
    color: #FF8C42;
}

.framework-circle.gdpr {
    background: rgba(56, 189, 248, 0.2);
    border: 2px solid rgba(56, 189, 248, 0.5);
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.framework-circle.gdpr:hover {
    transform: translateX(-50%) scale(1.05);
}

.framework-circle.gdpr span {
    color: #FFB347;
}

.overlap-center {
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    font-size: 1rem;
    color: white;
    z-index: 10;
    box-shadow: var(--shadow-glow);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
    }
    50% {
        box-shadow: 0 0 40px rgba(59, 130, 246, 0.6);
    }
}

.overlap-details h3 {
    font-size: 1.5rem;
    margin-bottom: 24px;
}

.shared-controls {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shared-controls li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 0.95rem;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-primary);
}

.shared-controls li:last-child {
    border-bottom: none;
}

.shared-controls svg {
    width: 20px;
    height: 20px;
    color: var(--primary);
    flex-shrink: 0;
}

/* ============================================
   BUNDLE OPTIONS
   ============================================ */
.bundle-options {
    padding: var(--section-padding) 0;
    background: var(--bg-secondary);
}

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

.bundle-card {
    position: relative;
    background: var(--bg-tertiary);
    border: 1px solid var(--border-primary);
    border-radius: 20px;
    padding: 32px;
    transition: all 0.3s ease;
}

.bundle-card:hover {
    border-color: var(--border-secondary);
    transform: translateY(-4px);
}

.bundle-card.featured {
    border-color: var(--primary);
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(6, 182, 212, 0.05) 100%);
}

.bundle-card.featured:hover {
    border-color: var(--primary-light);
    box-shadow: var(--shadow-glow);
}

.bundle-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    background: var(--gradient-primary);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    color: white;
    white-space: nowrap;
}

.bundle-header {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-primary);
}

.bundle-header h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.bundle-frameworks {
    font-size: 0.9rem;
    color: var(--primary);
    font-weight: 600;
}

.bundle-price {
    text-align: center;
    margin-bottom: 20px;
}

.bundle-price .original {
    display: block;
    font-size: 1rem;
    color: var(--text-tertiary);
    text-decoration: line-through;
    margin-bottom: 4px;
}

.bundle-price .discounted {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.bundle-price .savings {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(76, 175, 80, 0.2);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #4CAF50;
}

.bundle-card > p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 24px;
    text-align: center;
}

.bundle-includes {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.bundle-includes li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-primary);
}

.bundle-includes li:last-child {
    border-bottom: none;
}

.bundle-includes svg {
    width: 18px;
    height: 18px;
    color: var(--primary);
    flex-shrink: 0;
    margin-top: 2px;
}

.btn-block {
    width: 100%;
    justify-content: center;
}

.bundle-note {
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-tertiary);
}

/* ============================================
   BUNDLE TIMELINE
   ============================================ */
.bundle-timeline {
    padding: var(--section-padding) 0;
    background: var(--bg-primary);
}

.timeline-horizontal {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    position: relative;
}

.timeline-horizontal::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
    opacity: 0.3;
    z-index: 0;
}

.timeline-phase {
    position: relative;
    background: var(--bg-secondary);
    border: 1px solid var(--border-primary);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 1;
}

.timeline-phase:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
}

.phase-header {
    margin-bottom: 16px;
}

.phase-num {
    display: inline-block;
    padding: 6px 14px;
    background: var(--gradient-primary);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.phase-weeks {
    display: block;
    font-size: 0.8rem;
    color: var(--text-tertiary);
}

.timeline-phase h4 {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.timeline-phase ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.timeline-phase li {
    position: relative;
    padding: 6px 0 6px 16px;
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.timeline-phase li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
    opacity: 0.6;
}

/* ============================================
   CASE STUDY
   ============================================ */
.bundle-case-study {
    padding: var(--section-padding) 0;
    background: 
        linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        var(--bg-secondary);
}

.case-study-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: center;
}

.case-label {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 16px;
}

.case-study-text h2 {
    font-size: 2rem;
    margin-bottom: 16px;
    line-height: 1.3;
}

.case-study-text .lead {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

.case-stats {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
}

.case-stat {
    text-align: center;
}

.case-stat .stat-value {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4px;
}

.case-stat .stat-label {
    font-size: 0.8rem;
    color: var(--text-tertiary);
}

.case-study-text .btn svg {
    width: 16px;
    height: 16px;
}

.case-study-quote {
    background: var(--bg-tertiary);
    border: 1px solid var(--border-primary);
    border-radius: 16px;
    padding: 32px;
    position: relative;
}

.case-study-quote::before {
    content: '"';
    position: absolute;
    top: 16px;
    left: 24px;
    font-size: 4rem;
    font-family: Georgia, serif;
    color: var(--primary);
    opacity: 0.3;
    line-height: 1;
}

.case-study-quote blockquote {
    font-size: 1.25rem;
    font-style: italic;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0 0 16px;
    padding-left: 20px;
}

.case-study-quote cite {
    font-size: 0.9rem;
    color: var(--text-tertiary);
    font-style: normal;
    padding-left: 20px;
}

/* ============================================
   SERVICE FAQ
   ============================================ */
.service-faq {
    padding: var(--section-padding) 0;
    background: var(--bg-primary);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--bg-secondary);
    border: 1px solid var(--border-primary);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--border-secondary);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-header:hover {
    background: var(--bg-tertiary);
}

.accordion-header h3 {
    font-size: 1.05rem;
    font-weight: 600;
    padding-right: 16px;
}

.accordion-header svg {
    width: 20px;
    height: 20px;
    color: var(--text-tertiary);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .accordion-header svg {
    transform: rotate(180deg);
    color: var(--primary);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .accordion-content {
    max-height: 500px;
}

.accordion-content p {
    padding: 0 24px 20px;
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.8;
}

/* ============================================
   SERVICE CTA
   ============================================ */
.service-cta {
    padding: var(--section-padding) 0;
    background: 
        radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 60%),
        var(--bg-secondary);
}

.cta-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.cta-content p {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

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

/* ============================================
   ANIMATIONS
   ============================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1200px) {
    .bundle-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bundles-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto 24px;
    }

    .timeline-horizontal {
        grid-template-columns: repeat(3, 1fr);
    }

    .timeline-horizontal::before {
        display: none;
    }
}

@media (max-width: 1024px) {
    .service-hero h1 {
        font-size: 2.75rem;
    }

    .overlap-visual {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .overlap-diagram {
        height: 350px;
    }

    .case-study-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .service-hero {
        padding: 120px 0 60px;
    }

    .service-hero h1 {
        font-size: 2.25rem;
    }

    .service-hero p {
        font-size: 1.1rem;
    }

    .service-hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .service-hero-stats {
        flex-wrap: wrap;
        gap: 30px;
    }

    .service-hero-stats .stat {
        min-width: 100px;
    }

    .bundle-benefits-grid {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .timeline-horizontal {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .overlap-diagram {
        height: 300px;
    }

    .framework-circle {
        width: 140px;
        height: 140px;
        font-size: 0.85rem;
    }

    .overlap-center {
        width: 80px;
        height: 80px;
        font-size: 0.85rem;
    }

    .case-stats {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .service-hero h1 {
        font-size: 1.875rem;
    }

    .service-hero-stats .stat-number {
        font-size: 2rem;
    }

    .overlap-diagram {
        height: 280px;
    }

    .framework-circle {
        width: 110px;
        height: 110px;
        font-size: 0.75rem;
    }

    .overlap-center {
        width: 70px;
        height: 70px;
        font-size: 0.75rem;
    }

    .bundle-price .discounted {
        font-size: 2rem;
    }

    .case-study-text h2 {
        font-size: 1.5rem;
    }

    .case-study-quote blockquote {
        font-size: 1.1rem;
    }
}
