/* Speakymobil Kullanım Koşulları Kurumsal Sayfa v1 */

.sp-terms-page {
    background: #f7f9fc;
    color: #0f172a;
}

.sp-terms-hero {
    padding: 86px 0 58px;
    background:
        radial-gradient(circle at 18% 18%, rgba(245,158,11,.16), transparent 34%),
        radial-gradient(circle at 88% 4%, rgba(59,130,246,.13), transparent 28%),
        linear-gradient(180deg, #07111f 0%, #0f172a 100%);
    color: #fff;
    overflow: hidden;
}

.sp-terms-hero-inner {
    max-width: 960px;
}

.sp-terms-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 15px;
    border-radius: 999px;
    background: rgba(245,158,11,.14);
    color: #fbbf24;
    border: 1px solid rgba(245,158,11,.25);
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 18px;
}

.sp-terms-hero h1 {
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -.03em;
    margin: 0 0 18px;
    color: #fff;
}

.sp-terms-hero p {
    max-width: 900px;
    color: #cbd5e1;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

.sp-terms-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.sp-terms-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: #e2e8f0;
    border-radius: 999px;
    padding: 8px 13px;
    font-weight: 800;
    font-size: 13px;
}

.sp-terms-main {
    padding: 58px 0 86px;
}

.sp-terms-layout {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.sp-terms-nav {
    position: sticky;
    top: 18px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 14px 36px rgba(15,23,42,.06);
}

.sp-terms-nav strong {
    display: block;
    color: #0f172a;
    font-size: 16px;
    font-weight: 950;
    margin-bottom: 12px;
}

.sp-terms-nav a {
    display: block;
    color: #64748b;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 14px;
    padding: 9px 10px;
    border-radius: 12px;
    transition: .18s ease;
}

.sp-terms-nav a:hover {
    color: #0f172a;
    background: #f8fafc;
}

.sp-terms-content {
    display: grid;
    gap: 18px;
}

.sp-terms-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 14px 36px rgba(15,23,42,.06);
    scroll-margin-top: 30px;
}

.sp-terms-card h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    font-size: 22px;
    font-weight: 950;
    margin: 0 0 14px;
}

.sp-terms-card h2 i {
    color: #f59e0b;
}

.sp-terms-card p {
    color: #64748b;
    line-height: 1.78;
    font-size: 15.5px;
    margin: 0 0 14px;
}

.sp-terms-card p:last-child {
    margin-bottom: 0;
}

.sp-terms-card ul {
    margin: 12px 0 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.sp-terms-card li {
    display: flex;
    gap: 10px;
    color: #64748b;
    line-height: 1.65;
    font-size: 15px;
}

.sp-terms-card li:before {
    content: "✓";
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ecfdf5;
    color: #16a34a;
    font-weight: 950;
    margin-top: 1px;
}

.sp-terms-warning {
    background: #fff7ed;
    border-color: #fed7aa;
}

.sp-terms-warning h2 i {
    color: #ea580c;
}

.sp-terms-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    background: linear-gradient(135deg, #0f172a, #111827);
    color: #fff;
    border-radius: 24px;
    padding: 28px;
}

.sp-terms-contact h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 950;
    margin: 0 0 8px;
}

.sp-terms-contact p {
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0;
}

.sp-terms-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sp-terms-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    font-weight: 900;
    text-decoration: none !important;
}

.sp-terms-btn.primary {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #111827 !important;
}

.sp-terms-btn.whatsapp {
    background: #22c55e;
    color: #fff !important;
}

@media (max-width: 991px) {
    .sp-terms-hero {
        padding: 64px 0 46px;
    }

    .sp-terms-layout {
        grid-template-columns: 1fr;
    }

    .sp-terms-nav {
        position: relative;
        top: auto;
    }

    .sp-terms-nav a {
        display: inline-flex;
        margin: 2px;
    }

    .sp-terms-contact {
        grid-template-columns: 1fr;
    }

    .sp-terms-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .sp-terms-main {
        padding: 44px 0 62px;
    }

    .sp-terms-card,
    .sp-terms-contact {
        padding: 22px;
        border-radius: 20px;
    }

    .sp-terms-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sp-terms-btn {
        width: 100%;
    }
}
