/* Speakymobil Hakkımızda Kurumsal Sayfa v1 */

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

.sp-about-hero {
    padding: 92px 0 72px;
    background:
        radial-gradient(circle at 20% 15%, rgba(245,158,11,.16), transparent 34%),
        radial-gradient(circle at 82% 12%, rgba(59,130,246,.13), transparent 30%),
        linear-gradient(180deg, #07111f 0%, #0f172a 100%);
    color: #fff;
    overflow: hidden;
}

.sp-about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 42px;
    align-items: center;
}

.sp-about-eyebrow,
.sp-about-small-title {
    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-about-hero h1 {
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -.03em;
    margin: 0 0 18px;
    color: #fff;
}

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

.sp-about-actions,
.sp-about-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.sp-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 14px;
    font-weight: 900;
    text-decoration: none !important;
    transition: .2s ease;
}

.sp-about-btn:hover {
    transform: translateY(-2px);
}

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

.sp-about-btn.secondary {
    background: rgba(255,255,255,.08);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.14);
}

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

.sp-about-hero-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 30px 90px rgba(0,0,0,.24);
    backdrop-filter: blur(12px);
}

.sp-about-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #111827;
    font-size: 28px;
    margin-bottom: 18px;
}

.sp-about-hero-card h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 950;
    margin: 0 0 12px;
}

.sp-about-hero-card p {
    font-size: 15px;
    line-height: 1.7;
}

.sp-about-mini-list {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.sp-about-mini-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e2e8f0;
    font-weight: 700;
}

.sp-about-mini-list i {
    color: #22c55e;
}

.sp-about-section {
    padding: 82px 0;
}

.sp-about-section-head {
    max-width: 880px;
    margin: 0 auto 42px;
    text-align: center;
}

.sp-about-section-head span {
    display: inline-flex;
    color: #f59e0b;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 10px;
}

.sp-about-section-head h2 {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.16;
    font-weight: 950;
    letter-spacing: -.02em;
    margin: 0 0 14px;
    color: #0f172a;
}

.sp-about-section-head p {
    color: #64748b;
    line-height: 1.75;
    font-size: 16px;
    margin: 0 auto;
}

.sp-about-info-grid,
.sp-about-values-grid,
.sp-about-process-grid {
    display: grid;
    gap: 22px;
}

.sp-about-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-about-info-card,
.sp-about-value,
.sp-about-step {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 16px 40px rgba(15,23,42,.06);
}

.sp-about-info-card i {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #fff7ed;
    color: #f59e0b;
    font-size: 23px;
    margin-bottom: 18px;
}

.sp-about-info-card h3,
.sp-about-value h3,
.sp-about-step h3 {
    color: #0f172a;
    font-size: 20px;
    font-weight: 950;
    margin: 0 0 10px;
}

.sp-about-info-card p,
.sp-about-value p,
.sp-about-step p {
    color: #64748b;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
}

.sp-about-dark,
.sp-about-process {
    padding: 82px 0;
    background: linear-gradient(180deg, #0f172a, #070b14);
    color: #fff;
}

.sp-about-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: 42px;
    align-items: center;
}

.sp-about-split h2,
.sp-about-process h2 {
    color: #fff;
    font-size: clamp(29px, 3vw, 44px);
    line-height: 1.15;
    font-weight: 950;
    margin: 0 0 16px;
}

.sp-about-split p {
    color: #cbd5e1;
    line-height: 1.75;
    margin: 0;
}

.sp-about-checks {
    display: grid;
    gap: 14px;
}

.sp-about-checks div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 16px;
    color: #e2e8f0;
    font-weight: 800;
}

.sp-about-checks i {
    color: #22c55e;
    margin-top: 3px;
}

.sp-about-values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-about-value span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #0f172a;
    color: #fbbf24;
    font-weight: 950;
    margin-bottom: 18px;
}

.sp-about-section-head.light h2,
.sp-about-section-head.light p {
    color: #fff;
}

.sp-about-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sp-about-step {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.1);
    box-shadow: none;
}

.sp-about-step b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fbbf24;
    color: #111827;
    font-weight: 950;
    margin-bottom: 18px;
}

.sp-about-step h3 {
    color: #fff;
}

.sp-about-step p {
    color: #cbd5e1;
}

.sp-about-cta {
    padding: 72px 0 92px;
    background: #f7f9fc;
}

.sp-about-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    background: linear-gradient(135deg, #0f172a, #111827);
    border-radius: 28px;
    padding: 34px;
    color: #fff;
    box-shadow: 0 24px 70px rgba(15,23,42,.16);
}

.sp-about-cta-box span {
    display: inline-flex;
    color: #fbbf24;
    font-weight: 950;
    margin-bottom: 8px;
}

.sp-about-cta-box h2 {
    color: #fff;
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 950;
    line-height: 1.15;
    margin: 0 0 10px;
}

.sp-about-cta-box p {
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0;
}

.sp-about-cta-actions {
    margin-top: 0;
    justify-content: flex-end;
}

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

    .sp-about-hero-grid,
    .sp-about-split,
    .sp-about-cta-box {
        grid-template-columns: 1fr;
    }

    .sp-about-info-grid,
    .sp-about-values-grid,
    .sp-about-process-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 600px) {
    .sp-about-section,
    .sp-about-dark,
    .sp-about-process {
        padding: 58px 0;
    }

    .sp-about-hero-card,
    .sp-about-cta-box {
        padding: 24px;
        border-radius: 22px;
    }

    .sp-about-actions,
    .sp-about-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

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