/* Kiralık sunucu — SP-DEDICATED-v1 */
.sp-dedicated {
    --sp-ded-bg: #f1f5f9;
    --sp-ded-dark: #0a1931;
    --sp-ded-blue: #2563eb;
    --sp-ded-cyan: #05aeef;
    --sp-ded-text: #0f172a;
    --sp-ded-muted: #64748b;
    color: var(--sp-ded-text);
    background: var(--sp-ded-bg);
}

.sp-dedicated-hero {
    padding: 72px 0 80px;
    background: linear-gradient(128deg, #050d1a 0%, #0a1931 32%, #0f2d5c 68%, #1565c0 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.sp-dedicated-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 70% 55% at 88% 18%, rgba(5, 174, 239, 0.22) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 8% 85%, rgba(37, 99, 235, 0.18) 0%, transparent 55%),
        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: auto, auto, 48px 48px, 48px 48px;
    mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
}

.sp-dedicated-hero__bg::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -100px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(5, 174, 239, 0.15) 0%, transparent 70%);
}

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

.sp-dedicated-hero h1.sp-dedicated-hero__title {
    color: #ffffff !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
}

.sp-dedicated-hero__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.sp-dedicated-hero__logo-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 6px 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.sp-dedicated-hero__logo-pill:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(5, 174, 239, 0.45);
    transform: translateY(-1px);
}

.sp-dedicated-hero__logo-pill img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 6px;
}

.sp-dedicated-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7dd3fc;
    margin: 0 0 16px;
    padding: 6px 14px;
    background: rgba(5, 174, 239, 0.12);
    border: 1px solid rgba(5, 174, 239, 0.28);
    border-radius: 999px;
}

.sp-dedicated-hero__eyebrow i {
    font-size: 12px;
    opacity: 0.9;
}

.sp-dedicated-hero__title {
    font-size: clamp(30px, 4.2vw, 46px);
    line-height: 1.12;
    margin: 0 0 18px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.sp-dedicated-hero__title-accent {
    display: inline;
    background: linear-gradient(105deg, #7dd3fc 0%, #38bdf8 35%, #05aeef 70%, #60a5fa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.sp-dedicated-hero__lead {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 24px;
    max-width: 540px;
}

.sp-dedicated-hero__list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
}

.sp-dedicated-hero__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.45;
    color: #e2e8f0;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-dedicated-hero__list i {
    color: #4ade80;
    margin-top: 2px;
    flex-shrink: 0;
}

.sp-dedicated-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.sp-dedicated-hero__actions .sp-dedicated-btn {
    gap: 8px;
}

.sp-dedicated-hero__actions .sp-dedicated-btn i {
    font-size: 14px;
    opacity: 0.95;
}

.sp-dedicated-hero__panel {
    padding: 22px 22px 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    backdrop-filter: blur(16px);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.sp-dedicated-hero__panel-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.sp-dedicated-hero__panel-head i {
    color: var(--sp-ded-cyan);
}

.sp-dedicated-hero__panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.sp-dedicated-stat {
    position: relative;
    padding: 18px 14px 16px;
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.55) 0%, rgba(10, 25, 49, 0.75) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    text-align: center;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.sp-dedicated-stat:hover {
    transform: translateY(-2px);
    border-color: rgba(5, 174, 239, 0.35);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.sp-dedicated-stat__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: rgba(5, 174, 239, 0.15);
    color: #7dd3fc;
    font-size: 15px;
}

.sp-dedicated-stat__value {
    display: block;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.sp-dedicated-stat small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.02em;
}

.sp-dedicated-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none !important;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
    border: none;
    cursor: pointer;
}

.sp-dedicated-btn--primary {
    background: linear-gradient(135deg, #0761a8 0%, #05aeef 100%);
    color: #fff !important;
    box-shadow: 0 8px 28px rgba(5, 174, 239, 0.4), 0 0 0 1px rgba(5, 174, 239, 0.2);
}

.sp-dedicated-btn--primary:hover {
    transform: translateY(-1px);
    color: #fff !important;
}

.sp-dedicated-btn--ghost {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.sp-dedicated-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.sp-dedicated-btn--light {
    background: #fff;
    color: var(--sp-ded-blue) !important;
}

.sp-dedicated-btn--block {
    width: 100%;
}

#sp-dedicated-page .sp-dedicated-card .sp-dedicated-btn--buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 2px;
    padding: 14px 16px;
    border: none;
    border-radius: 12px;
    background: #0083ff;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: none;
    transition: background 0.2s, transform 0.2s;
}

#sp-dedicated-page .sp-dedicated-card .sp-dedicated-btn--buy i {
    font-size: 13px;
    opacity: 0.95;
}

#sp-dedicated-page .sp-dedicated-card .sp-dedicated-btn--buy:hover {
    background: #006fd6;
    transform: translateY(-1px);
    color: #fff !important;
    box-shadow: none;
    filter: none;
}

#sp-dedicated-page .sp-dedicated-card .sp-dedicated-btn--buy:active {
    transform: translateY(0);
    background: #005eb8;
}

#sp-dedicated-page .sp-dedicated-card .sp-dedicated-btn--buy.is-disabled {
    background: #e2e8f0 !important;
    color: #64748b !important;
    pointer-events: none;
    transform: none;
}

#sp-dedicated-page .sp-dedicated-card.is-popular .sp-dedicated-btn--buy {
    background: #0083ff;
    box-shadow: none;
}

#sp-dedicated-page .sp-dedicated-card.is-popular .sp-dedicated-btn--buy:hover {
    background: #006fd6;
}

.sp-dedicated-plans {
    padding: 64px 0 48px;
}

.sp-dedicated-section-head h2 {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    margin: 0 0 8px;
}

.sp-dedicated-section-head p {
    color: var(--sp-ded-muted);
    margin: 0 0 36px;
}

.sp-dedicated-plans__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.sp-dedicated-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.sp-dedicated-card__inner {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sp-dedicated-card.is-popular {
    border-color: #93c5fd;
    box-shadow: 0 14px 40px rgba(37, 99, 235, 0.14);
}

.sp-dedicated-card__ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 16px;
    background: linear-gradient(135deg, #1d4ed8 0%, #05aeef 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.2;
}

.sp-dedicated-card__ribbon i {
    font-size: 11px;
    opacity: 0.95;
}

.sp-dedicated-card__badge {
    display: none;
}

.sp-dedicated-card:hover {
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.sp-dedicated-card.is-popular:hover {
    box-shadow: 0 18px 44px rgba(37, 99, 235, 0.18);
}

.sp-dedicated-card__head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.sp-dedicated-card__img {
    object-fit: contain;
}

.sp-dedicated-card__name {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}

.sp-dedicated-card__cpu {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--sp-ded-muted);
}

.sp-dedicated-card__specs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex: 1;
    display: grid;
    gap: 8px;
}

.sp-dedicated-card__specs li {
    display: flex;
    gap: 10px;
    font-size: 13px;
    line-height: 1.45;
    color: #334155;
}

.sp-dedicated-card__specs i {
    width: 18px;
    color: var(--sp-ded-blue);
    flex-shrink: 0;
    margin-top: 2px;
}

.sp-dedicated-card__price {
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.sp-dedicated-card__old {
    display: block;
    font-size: 14px;
    color: #94a3b8;
    text-decoration: line-through;
}

.sp-dedicated-card__current {
    font-size: 28px;
    font-weight: 800;
    color: var(--sp-ded-blue);
}

.sp-dedicated-card__current small {
    font-size: 14px;
    font-weight: 600;
    color: var(--sp-ded-muted);
}

.sp-dedicated-card__gift {
    display: block;
    font-size: 12px;
    color: #059669;
    font-weight: 600;
    margin-top: 4px;
}

.sp-dedicated-card__details {
    margin-top: 14px;
    font-size: 13px;
    color: var(--sp-ded-muted);
}

.sp-dedicated-card__details summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--sp-ded-blue);
    list-style: none;
}

.sp-dedicated-card__details summary::-webkit-details-marker {
    display: none;
}

.sp-dedicated-card__details ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.sp-dedicated-plans__note {
    margin-top: 32px;
    color: var(--sp-ded-muted);
}

.sp-dedicated-plans__note a {
    color: var(--sp-ded-blue);
    font-weight: 600;
}

.sp-dedicated-partners {
    padding: 48px 0;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.sp-dedicated-partners__title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 8px;
}

.sp-dedicated-partners__sub {
    color: var(--sp-ded-muted);
    margin: 0 0 24px;
}

.sp-dedicated-partners__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
}

.sp-dedicated-partners__list span {
    padding: 8px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
}

.sp-dedicated-cta {
    padding: 48px 0;
}

.sp-dedicated-cta__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 36px 40px;
    border-radius: 16px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: #fff;
}

.sp-dedicated-cta__box h2 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
}

.sp-dedicated-cta__box p {
    margin: 0;
    opacity: 0.9;
    max-width: 520px;
}

.sp-dedicated-perks {
    padding: 48px 0;
}

.sp-dedicated-perk {
    height: 100%;
    padding: 28px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.sp-dedicated-perk i {
    font-size: 32px;
    color: var(--sp-ded-cyan);
    margin-bottom: 14px;
}

.sp-dedicated-perk h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
}

.sp-dedicated-perk p {
    margin: 0;
    font-size: 14px;
    color: var(--sp-ded-muted);
    line-height: 1.5;
}

#sp-dedicated-page .sp-dedicated-features {
    padding: 56px 0 64px;
    background: #fff;
}

#sp-dedicated-page .sp-dedicated-features__head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 28px;
}

#sp-dedicated-page .sp-dedicated-features__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #eef6ff;
    border: 1px solid #dbeafe;
    color: var(--sp-ded-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#sp-dedicated-page .sp-dedicated-features__head h2 {
    margin: 0;
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 800;
    color: var(--sp-ded-text);
}

#sp-dedicated-page .sp-dedicated-features__grid {
    margin-top: 4px;
}

#sp-dedicated-page .sp-dedicated-features__grid > .col {
    display: flex;
}

#sp-dedicated-page .sp-dedicated-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 26px 20px 22px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, background 0.2s;
}

#sp-dedicated-page .sp-dedicated-feature:hover {
    transform: translateY(-2px);
    background: #fff;
    border-color: #bfdbfe;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
}

#sp-dedicated-page .sp-dedicated-feature__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 20px;
    color: var(--sp-ded-blue);
    background: #fff;
    border: 1px solid #dbeafe;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.08);
}

#sp-dedicated-page .sp-dedicated-feature h3 {
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 8px;
    color: var(--sp-ded-text);
    line-height: 1.35;
}

#sp-dedicated-page .sp-dedicated-feature p {
    margin: 0;
    font-size: 13px;
    color: var(--sp-ded-muted);
    line-height: 1.55;
    max-width: 26ch;
}

.sp-dedicated-seo {
    padding: 56px 0 72px;
}

.sp-dedicated-seo h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 16px;
}

.sp-dedicated-seo p {
    color: var(--sp-ded-muted);
    line-height: 1.65;
    margin-bottom: 14px;
}

.sp-dedicated-seo__img {
    max-height: 320px;
    object-fit: contain;
}

.sp-dedicated-hero__logo-pill > i {
    font-size: 16px;
    color: #7dd3fc;
    width: 28px;
    text-align: center;
}

.sp-dedicated-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef6ff, #dbeafe);
    color: var(--sp-ded-blue);
    font-size: 22px;
    flex-shrink: 0;
}

.sp-dedicated-card.is-popular .sp-dedicated-card__icon {
    background: linear-gradient(135deg, var(--sp-ded-blue), var(--sp-ded-cyan));
    color: #fff;
}

.sp-dedicated-billing-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.sp-dedicated-billing {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.sp-dedicated-billing span {
    font-size: 14px;
    font-weight: 700;
    color: var(--sp-ded-muted);
    padding: 4px 8px;
    border-radius: 999px;
}

.sp-dedicated-billing span.is-active {
    color: var(--sp-ded-blue);
    background: #eef6ff;
}

.sp-dedicated-switch {
    position: relative;
    width: 52px;
    height: 28px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s;
}

.sp-dedicated-switch.is-on {
    background: linear-gradient(135deg, var(--sp-ded-blue), var(--sp-ded-cyan));
}

.sp-dedicated-switch::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
    transition: left 0.2s;
}

.sp-dedicated-switch.is-on::before {
    left: 28px;
}

.sp-dedicated-card__price-alt {
    display: none;
}

.sp-dedicated-card.is-semiannual .sp-dedicated-card__price-main {
    display: none;
}

.sp-dedicated-card.is-semiannual .sp-dedicated-card__price-alt {
    display: block;
}

.sp-dedicated-card__equiv {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--sp-ded-muted);
    margin-top: 4px;
}

.sp-dedicated-card.is-oos {
    opacity: 0.88;
}

.sp-dedicated-card.is-oos:hover {
    transform: none;
}

.sp-dedicated-btn.is-disabled {
    background: #e2e8f0 !important;
    color: #64748b !important;
    pointer-events: none;
    box-shadow: none !important;
}

.sp-dedicated-faq {
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-top: 1px solid #e2e8f0;
}

.sp-dedicated-faq__head {
    max-width: 640px;
    margin: 0 auto 36px;
    text-align: center;
}

.sp-dedicated-faq__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #eef6ff;
    border: 1px solid #dbeafe;
    color: var(--sp-ded-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.sp-dedicated-faq__head h2 {
    margin: 0 0 10px;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    color: var(--sp-ded-text);
}

.sp-dedicated-faq__head p {
    margin: 0;
    color: var(--sp-ded-muted);
    font-size: 15px;
    line-height: 1.65;
}

.sp-dedicated-faq__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: start;
}

.sp-dedicated-faq__visual {
    position: sticky;
    top: 88px;
}

.sp-dedicated-faq__visual-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 28px 24px 24px;
    background: linear-gradient(145deg, #081131 0%, #0f2d5c 55%, #1565c0 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 48px rgba(8, 17, 49, 0.18);
}

.sp-dedicated-faq__visual-glow {
    position: absolute;
    right: -40px;
    top: -30px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(5, 174, 239, 0.28) 0%, transparent 70%);
    pointer-events: none;
}

.sp-dedicated-faq__visual-img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto 22px;
    object-fit: contain;
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.35));
}

.sp-dedicated-faq__visual-list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.sp-dedicated-faq__visual-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 600;
}

.sp-dedicated-faq__visual-list i {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 174, 239, 0.18);
    color: #7dd3fc;
    flex-shrink: 0;
    font-size: 12px;
}

.sp-dedicated-faq__list {
    min-width: 0;
}

.sp-dedicated-faq .sssTab {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.sp-dedicated-faq .sssTab.is-open {
    border-color: #93c5fd;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.1);
}

.sp-dedicated-faq .sssTabTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.45;
    color: var(--sp-ded-text);
    transition: background 0.2s;
}

.sp-dedicated-faq .sssTabTop:hover {
    background: #f8fafc;
}

.sp-dedicated-faq .sssTab.is-open .sssTabTop {
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
    color: var(--sp-ded-blue);
}

.sp-dedicated-faq .sssTabTop span:first-child {
    flex: 1;
    min-width: 0;
}

.sp-dedicated-faq .sssTabTop .icon,
.sp-dedicated-faq .sssTabTop .iconMinus {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef6ff;
    color: var(--sp-ded-blue);
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}

.sp-dedicated-faq .sssTab.is-open .sssTabTop .iconMinus {
    background: linear-gradient(135deg, var(--sp-ded-blue), var(--sp-ded-cyan));
    color: #fff;
}

.sp-dedicated-faq .sssTabTop .iconMinus {
    display: none !important;
}

.sp-dedicated-faq .sssTab.is-open .sssTabTop .icon {
    display: none !important;
}

.sp-dedicated-faq .sssTab.is-open .sssTabTop .iconMinus {
    display: inline-flex !important;
}

.sp-dedicated-faq .sssTabBot2 {
    display: none;
    padding: 0 20px 18px;
    color: var(--sp-ded-muted);
    line-height: 1.7;
    font-size: 14px;
    border-top: 1px solid #eef2f7;
    margin: 0 20px;
    padding-left: 0;
    padding-right: 0;
}

.sp-dedicated-faq .sssTab.is-open .sssTabBot2 {
    display: block;
    padding-top: 14px;
}

@media (max-width: 991px) {
    .sp-dedicated-faq__grid {
        grid-template-columns: 1fr;
    }

    .sp-dedicated-faq__visual {
        position: static;
        max-width: 420px;
        margin: 0 auto;
    }
}

.sp-dedicated-seo__visual {
    min-height: 260px;
    border-radius: 20px;
    background: linear-gradient(145deg, #eef6ff 0%, #f8fafc 100%);
    border: 1px solid #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.sp-dedicated-seo__visual i {
    font-size: 96px;
    color: rgba(37, 99, 235, 0.18);
}

.sp-dedicated h1,
.sp-dedicated h2,
.sp-dedicated h3 {
    color: inherit;
}

@media (max-width: 991px) {
    .sp-dedicated-hero {
        padding: 48px 0 56px;
    }
    .sp-dedicated-hero__list {
        grid-template-columns: 1fr;
    }
    .sp-dedicated-hero__panel {
        margin-top: 12px;
    }
    .sp-dedicated-cta__box {
        padding: 28px 24px;
    }
}
