/* ========== B2B Marketing.Global - Service Page Styles ========== */

/* ========== SERVICE HERO ========== */
.service-hero {
    position: relative;
    padding: 140px 0 80px;
    background: linear-gradient(165deg, #0D0D2B 0%, #1A1A3E 50%, #0D0D2B 100%);
    overflow: hidden;
}
.service-hero .hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.2;
    pointer-events: none;
}
.service-hero .hero-orb.orb1 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, #F01060, transparent 70%);
    top: -100px; right: -50px;
    animation: float 8s ease-in-out infinite;
}
.service-hero .hero-orb.orb2 {
    width: 300px; height: 300px;
    background: radial-gradient(circle, #4080F0, transparent 70%);
    bottom: -50px; left: -50px;
    animation: floatSlow 10s ease-in-out infinite;
}
.service-hero .container { position: relative; z-index: 2; }
.service-hero h1 {
    font-size: 2.75rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 1.15;
    max-width: 800px;
}
.service-hero .hero-sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 32px;
    max-width: 680px;
    line-height: 1.7;
}
.service-hero .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* ========== BREADCRUMB ========== */
.breadcrumb {
    margin-bottom: 24px;
    font-size: 0.9rem;
}
.breadcrumb a {
    color: rgba(255,255,255,0.5);
    transition: color 0.3s ease;
}
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: rgba(255,255,255,0.3); margin: 0 8px; }
.breadcrumb .current { color: rgba(255,255,255,0.7); }

/* ========== AEO SNIPPET BOX ========== */
.aeo-snippet {
    padding: 60px 0;
    background: #F5F6FA;
}
.aeo-snippet-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 32px;
    background: #fff;
    border-left: 4px solid #4080F0;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.aeo-snippet-box h2 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #0D0D2B;
}
.aeo-snippet-box p {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.75;
}
.aeo-snippet-box p strong {
    color: #0D0D2B;
}

/* ========== PROBLEM / EMPATHY SECTION ========== */
.service-problem { padding: 80px 0; background: #fff; }
.service-problem h2 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}
.service-problem h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 40px 0 16px;
}
.service-problem p {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.75;
    max-width: 800px;
}
.service-problem ul {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}
.service-problem ul li {
    padding: 12px 0 12px 28px;
    position: relative;
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
    border-bottom: 1px solid #f0f0f0;
}
.service-problem ul li:last-child { border-bottom: none; }
.service-problem ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    height: 8px;
    background: #F01060;
    border-radius: 50%;
}
.service-problem .bold-statement {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0D0D2B;
    margin-top: 24px;
    padding: 20px 24px;
    border-left: 4px solid #F01060;
    background: #FFF5F8;
    border-radius: 0 8px 8px 0;
}
.service-problem .internal-link {
    display: inline-block;
    margin-top: 16px;
    color: #8020D0;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}
.service-problem .internal-link:hover { color: #4080F0; }

/* ========== SOLUTION / FEATURES SECTION ========== */
.service-solution { padding: 80px 0; background: #F5F6FA; }
.service-solution h2 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}
.service-solution > .container > p {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.75;
    margin-bottom: 48px;
    max-width: 800px;
}

/* Feature cards grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
    margin-top: 40px;
}
.feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
}
.feature-card:nth-child(1)::before { background: linear-gradient(90deg, #2AAAA0, #4080F0); }
.feature-card:nth-child(2)::before { background: linear-gradient(90deg, #FFB020, #E86020); }
.feature-card:nth-child(3)::before { background: linear-gradient(90deg, #F01060, #8020D0); }
.feature-card:nth-child(4)::before { background: linear-gradient(90deg, #4080F0, #2AAAA0); }
.feature-card:nth-child(5)::before { background: linear-gradient(90deg, #E86020, #F01060); }
.feature-card:nth-child(6)::before { background: linear-gradient(90deg, #8020D0, #4080F0); }
.feature-card:nth-child(7)::before { background: linear-gradient(90deg, #2AAAA0, #FFB020); }
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 48px rgba(0,0,0,0.12);
}
.feature-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 12px;
}
.feature-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
}
.feature-card .internal-link {
    display: inline-block;
    margin-top: 12px;
    color: #8020D0;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}
.feature-card .internal-link:hover { color: #4080F0; }

/* ========== SOCIAL PROOF / STATS ========== */
.service-proof { padding: 80px 0; background: #fff; }
.service-proof h2 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}
.service-proof h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 40px 0 20px;
}

/* Comparison table */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.comparison-table th {
    background: #0D0D2B;
    color: #fff;
    padding: 16px 20px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}
.comparison-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
    color: #444;
}
.comparison-table tr:nth-child(even) td { background: #F9FAFB; }
.comparison-table tr:last-child td { border-bottom: none; }

/* Stats grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    margin: 40px 0;
}
.stat-item {
    text-align: center;
    padding: 24px 16px;
}
.stat-item .stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #FFB020, #E86020, #F01060);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}
.stat-item .stat-label {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* Results table */
.results-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.results-table th {
    background: linear-gradient(135deg, #0D0D2B, #1A1A3E);
    color: #fff;
    padding: 14px 20px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.results-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
    color: #444;
}
.results-table td:last-child {
    font-weight: 700;
    color: #0D0D2B;
}
.results-table tr:nth-child(even) td { background: #F9FAFB; }
.results-table tr:last-child td { border-bottom: none; }

/* ========== PROCESS / HOW IT WORKS ========== */
.service-process {
    padding: 80px 0;
    background: linear-gradient(165deg, #0D0D2B, #1A1A3E);
    position: relative;
    overflow: hidden;
}
.service-process::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 20% 80%, rgba(128,32,208,0.12), transparent 60%),
                radial-gradient(ellipse at 80% 20%, rgba(64,128,240,0.08), transparent 60%);
    pointer-events: none;
}
.service-process .container { position: relative; z-index: 2; }
.service-process h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 48px;
    letter-spacing: -0.5px;
}

.steps-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    counter-reset: step;
}
.step-card {
    counter-increment: step;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 32px 24px;
    transition: all 0.35s ease;
    position: relative;
}
.step-card:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.15);
    transform: translateY(-4px);
}
.step-card::before {
    content: counter(step);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFB020, #F01060);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.step-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.step-card p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
}

/* ========== FAQ SECTION (service pages) ========== */
.service-faq { padding: 80px 0; background: #F5F6FA; }
.service-faq h2 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
    text-align: center;
}

/* ========== CTA SECTION ========== */
.service-cta {
    padding: 100px 0;
    background: #fff;
    text-align: center;
}
.service-cta h2 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.service-cta p {
    font-size: 1.1rem;
    color: #555;
    max-width: 640px;
    margin: 0 auto 32px;
    line-height: 1.75;
}
.service-cta .cta-badges {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 40px;
    font-size: 0.9rem;
    color: #888;
}
.service-cta .cta-badges span {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ========== INTERNAL LINKS SECTION ========== */
.related-services { padding: 60px 0; background: #F5F6FA; }
.related-services h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}
.related-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}
.related-card:hover {
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}
.related-card a {
    color: #8020D0;
    font-weight: 600;
    font-size: 0.95rem;
}
.related-card p {
    color: #888;
    font-size: 0.85rem;
    margin-top: 6px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .service-hero h1 { font-size: 2.25rem; }
    .feature-grid { grid-template-columns: 1fr; }
    .steps-timeline { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .service-hero { padding: 110px 0 60px; }
    .service-hero h1 { font-size: 1.85rem; }
    .service-hero .hero-sub { font-size: 1rem; }
    .service-problem h2,
    .service-solution h2,
    .service-proof h2,
    .service-process h2,
    .service-faq h2,
    .service-cta h2 { font-size: 1.8rem; }
    .steps-timeline { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .comparison-table { font-size: 0.85rem; }
    .comparison-table th,
    .comparison-table td { padding: 10px 12px; }
    .related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .service-hero h1 { font-size: 1.55rem; }
    .service-hero .hero-btns { flex-direction: column; }
    .stats-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
}
