/* ===== SERVICE DETAIL PAGES ===== */

#sd-hero {
    position: relative;
    overflow: hidden;
    padding: 160px 0 88px;
    background:
        radial-gradient(circle at 20% 25%, rgba(255, 84, 0, 0.18), transparent 30%),
        linear-gradient(145deg, #0a0c10 0%, #121821 100%);
}

#sd-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events: none;
}

.sd-hero-inner,
.sd-section {
    position: relative;
    z-index: 1;
}

.sd-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    letter-spacing: 0.4px;
}

.sd-breadcrumb a {
    color: #ff8b42;
    text-decoration: none;
}

.sd-eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #ff8b42;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sd-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 28px;
    align-items: center;
}

.sd-hero-copy h1 {
    margin: 0 0 18px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: clamp(40px, 5vw, 66px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -1.8px;
}

.sd-hero-copy h1 span {
    color: #ff5b0f;
}

.sd-hero-copy p {
    margin: 0 0 24px;
    max-width: 760px;
    color: rgba(255,255,255,0.74);
    font-size: 18px;
    line-height: 1.65;
}

.sd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.sd-btn,
.sd-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 12px;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.sd-btn {
    color: #fff !important;
    background: linear-gradient(135deg, #ff7a1a 0%, #ff5400 55%, #eb4a00 100%);
    box-shadow: 0 16px 34px rgba(255, 84, 0, 0.28);
}

.sd-btn-secondary {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.04);
}

.sd-btn:hover,
.sd-btn-secondary:hover {
    transform: translateY(-2px);
}

.sd-hero-card {
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(160deg, rgba(12, 16, 22, 0.92), rgba(20, 28, 39, 0.82));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 26px 60px rgba(0,0,0,0.3);
}

.sd-hero-card h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.sd-kpi-list {
    display: grid;
    gap: 12px;
}

.sd-kpi-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
}

.sd-kpi-value {
    color: #ff5b0f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.sd-kpi-text strong {
    display: block;
    color: #fff;
    font-size: 14px;
}

.sd-kpi-text span {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,0.64);
    font-size: 12px;
}

#sd-content {
    padding: 88px 0 96px;
    background: #0d0f14;
}

.sd-section {
    margin-bottom: 26px;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.025));
    border: 1px solid rgba(255,255,255,0.08);
}

.sd-section:last-child {
    margin-bottom: 0;
}

.sd-section-title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.sd-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.sd-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sd-list li {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.035);
    color: rgba(255,255,255,0.76);
    font-size: 15px;
    line-height: 1.65;
}

.sd-list li strong {
    color: #fff;
}

.sd-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sd-stack span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    font-weight: 600;
}

.sd-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,84,0,0.14), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,84,0,0.18);
}

.sd-cta-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}

.sd-cta-card p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 15px;
    line-height: 1.6;
    max-width: 760px;
}

@media (max-width: 991px) {
    #sd-hero {
        padding: 136px 0 72px;
    }

    .sd-hero-grid,
    .sd-two-col,
    .sd-cta-card {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .sd-section {
        padding: 24px;
    }
}

@media (max-width: 600px) {
    .sd-hero-card,
    .sd-section,
    .sd-cta-card {
        border-radius: 22px;
    }

    .sd-hero-copy p {
        font-size: 16px;
    }

    .sd-btn,
    .sd-btn-secondary {
        width: 100%;
    }
}
