/* ============================================
   Axiomed — Service Detail
   ============================================ */

/* ── Hero ── */
.sd-hero {
    background: linear-gradient(135deg, #0f2a3f 0%, #0f66a0 100%);
    padding: 52px 0 56px;
    position: relative;
    overflow: hidden;
}

.sd-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 80% -20%, rgba(255,255,255,0.06) 0%, transparent 60%),
        radial-gradient(ellipse at -10% 110%, rgba(255,255,255,0.04) 0%, transparent 50%);
    pointer-events: none;
}

.sd-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.6);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 28px;
    transition: color 0.2s;
    position: relative;
    z-index: 1;
}
.sd-back:hover { color: #fff; text-decoration: none; }

.sd-hero-body {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.sd-hero-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 20px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
}

.sd-hero-label {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 8px;
}

.sd-hero-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin: 0;
}

/* ── Content ── */
.sd-content {
    padding: 72px 0 60px;
    background: #f8fafc;
}

.sd-article-wrap {
    max-width: 820px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 32px rgba(15,42,63,0.07);
    padding: 56px 60px;
}

/* ── Article typography ── */
.sd-article {
    color: #374151;
    font-size: 1rem;
    line-height: 1.85;
}

.sd-article p {
    margin: 0 0 18px;
    color: #4b5563;
}

.sd-article em {
    font-style: italic;
    color: #0f66a0;
    font-weight: 500;
}

.sd-article h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f2a3f;
    margin: 44px 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8f0f8;
    position: relative;
}

.sd-article h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 48px;
    height: 2px;
    background: #3798da;
}

.sd-article h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f2a3f;
    margin: 28px 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sd-article h3::before {
    content: '';
    width: 4px;
    height: 18px;
    background: linear-gradient(180deg, #3798da, #0f66a0);
    border-radius: 2px;
    flex-shrink: 0;
}

.sd-article ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sd-article ul li {
    padding: 12px 16px 12px 44px;
    background: #f4f8fd;
    border-radius: 10px;
    border-left: 3px solid #3798da;
    position: relative;
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.6;
}

.sd-article ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 13px;
    color: #3798da;
    font-size: 0.85rem;
}

/* ── CTA buttons ── */
.sd-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 44px;
    padding-top: 36px;
    border-top: 1px solid #eef2f7;
}

.sd-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.sd-btn--primary {
    background: linear-gradient(135deg, #0f66a0, #3798da);
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(55,152,218,0.35);
}
.sd-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(55,152,218,0.45);
}

.sd-btn--outline {
    background: transparent;
    border: 2px solid #d1dce8;
    color: #0f66a0 !important;
}
.sd-btn--outline:hover {
    border-color: #3798da;
    background: #f0f7ff;
    transform: translateY(-2px);
}

/* ── Bottom CTA banner ── */
.sd-banner {
    background: linear-gradient(135deg, #0f2a3f, #0f66a0);
    padding: 56px 0;
}

.sd-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.sd-banner-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.sd-banner-sub {
    color: rgba(255,255,255,0.75);
    font-size: 0.95rem;
    margin: 0;
}

.sd-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #0f66a0 !important;
    font-size: 0.95rem;
    font-weight: 800;
    padding: 14px 32px;
    border-radius: 50px;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transition: transform 0.2s, box-shadow 0.2s;
}
.sd-banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
    text-decoration: none;
    color: #0f66a0 !important;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .sd-hero-body { flex-direction: column; align-items: flex-start; gap: 16px; }
    .sd-hero-icon { width: 56px; height: 56px; font-size: 1.4rem; }
    .sd-article-wrap { padding: 32px 24px; }
    .sd-banner-inner { flex-direction: column; text-align: center; }
    .sd-banner-btn { width: 100%; justify-content: center; }
    .sd-actions { flex-direction: column; }
    .sd-btn { justify-content: center; }
}
