/* Hizmet detay — premium karanlık tema */
.dv-svc-detail {
    padding: clamp(5rem, 12vw, 7.5rem) 0 clamp(4rem, 10vw, 6rem);
    color: var(--text, #d1d5db);
}

.dv-svc-detail__hero {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 3rem;
    padding: 0 1.25rem;
}

.dv-svc-detail__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.25rem;
    height: 4.25rem;
    margin-bottom: 1.25rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(0, 229, 255, 0.35);
    background: rgba(0, 229, 255, 0.08);
    color: #00e5ff;
    box-shadow: 0 0 32px rgba(0, 229, 255, 0.2);
}

.dv-svc-detail__icon svg {
    width: 1.85rem;
    height: 1.85rem;
}

.dv-svc-detail__title {
    font-size: clamp(1.85rem, 4.5vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 1rem;
    line-height: 1.15;
}

.dv-svc-detail__lead {
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
}

.dv-svc-detail__body-wrap {
    max-width: 52rem;
    margin: 0 auto;
    padding: 2rem 1.5rem 2.5rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.dv-svc-detail__content {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #cbd5e1;
}

.dv-svc-detail__content h1,
.dv-svc-detail__content h2,
.dv-svc-detail__content h3,
.dv-svc-detail__content h4 {
    color: #fff;
    font-weight: 700;
    margin: 2rem 0 0.85rem;
    line-height: 1.25;
}

.dv-svc-detail__content h2 { font-size: 1.5rem; }
.dv-svc-detail__content h3 { font-size: 1.25rem; }

.dv-svc-detail__content p {
    margin: 0 0 1.1rem;
}

.dv-svc-detail__content ul,
.dv-svc-detail__content ol {
    margin: 0 0 1.25rem;
    padding-left: 1.35rem;
}

.dv-svc-detail__content li {
    margin-bottom: 0.45rem;
}

.dv-svc-detail__content a {
    color: #00e5ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dv-svc-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin: 1.25rem 0;
}

.dv-svc-detail__content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 3px solid #00e5ff;
    background: rgba(0, 229, 255, 0.06);
    border-radius: 0 0.5rem 0.5rem 0;
    color: #e2e8f0;
}

.dv-svc-detail__others {
    margin-top: clamp(3rem, 8vw, 5rem);
    padding: 0 1.25rem;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

.dv-svc-detail__others-title {
    text-align: center;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.75rem;
}

.dv-svc-detail__others-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
    gap: 1rem;
}

.dv-svc-detail__other-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.65rem;
    padding: 1.25rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #e2e8f0;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.dv-svc-detail__other-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 229, 255, 0.35);
    box-shadow: 0 0 24px rgba(0, 229, 255, 0.15);
    color: #fff;
}

.dv-svc-detail__cta {
    text-align: center;
    margin-top: clamp(2.5rem, 6vw, 4rem);
    padding: 0 1.25rem 1rem;
}

.dv-svc-detail__cta .nav-penta-cta {
    display: inline-flex;
}

.dv-svc-detail__back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 2rem;
    padding: 0.5rem 0.9rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.dv-svc-detail__back:hover {
    color: #fff;
    border-color: rgba(0, 229, 255, 0.35);
    background: rgba(0, 229, 255, 0.06);
}
