﻿
/* =========================================================
   HELPLINE SEO SATIŞ SAYFASI - HELP DESK YAZILIMI
   Mevcut index.css dosyasının EN ALTINA ekleyin
   ========================================================= */

.hl-seo-page {
    background: #f7faff;
    color: #10233f;
}

.hl-seo-hero {
    position: relative;
    overflow: hidden;
    padding: 5.2rem 0 5rem;
    color: #fff;
    background: radial-gradient(circle at 12% 18%, rgba(95, 185, 255, .35), transparent 28%), radial-gradient(circle at 88% 18%, rgba(78, 230, 170, .20), transparent 24%), linear-gradient(135deg, #071a3a 0%, #0c3477 48%, #0b2b60 100%);
}

    .hl-seo-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: .34;
        background: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
        background-size: 48px 48px;
    }

    .hl-seo-hero .container {
        position: relative;
        z-index: 1;
    }

.hl-seo-badge,
.hl-seo-section-label {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .58rem 1rem;
    border-radius: 999px;
    color: #175ce5;
    background: rgba(37, 99, 235, .10);
    border: 1px solid rgba(37, 99, 235, .20);
    font-size: .92rem;
    font-weight: 850;
    letter-spacing: .04em;
}

.hl-seo-badge {
    margin-bottom: 1.25rem;
    color: #fff;
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.18);
    box-shadow: 0 16px 36px rgba(0,0,0,.18);
}

.hl-seo-section-label.light {
    color: #bfe2ff;
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.18);
}

.hl-seo-title {
    margin-bottom: 1.2rem;
    color: #fff;
    font-size: clamp(2.35rem, 4.8vw, 4.25rem);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -.035em;
}

.hl-seo-lead {
    max-width: 680px;
    margin-bottom: 1.7rem;
    color: rgba(255,255,255,.84);
    font-size: 1.15rem;
    line-height: 1.72;
}

.hl-seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-bottom: 1.3rem;
}

.hl-seo-proof {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

    .hl-seo-proof span {
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        padding: .58rem .86rem;
        border-radius: 999px;
        color: rgba(255,255,255,.94);
        background: rgba(255,255,255,.10);
        border: 1px solid rgba(255,255,255,.16);
        font-weight: 750;
    }

    .hl-seo-proof i {
        color: #75f0aa;
    }

.hl-seo-visual {
    position: relative;
    padding: 1rem;
    border-radius: 34px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 34px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.15);
    backdrop-filter: blur(18px);
}

.hl-seo-visual-glow {
    position: absolute;
    inset: 8% 8% 12%;
    z-index: 0;
    border-radius: 40px;
    background: radial-gradient(circle, rgba(79, 170, 255, .34), transparent 70%);
    filter: blur(18px);
}

.hl-seo-main-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    border-radius: 26px;
    box-shadow: 0 26px 72px rgba(0,0,0,.40);
}

.hl-seo-floating {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .72rem .92rem;
    border-radius: 18px;
    color: #fff;
    background: rgba(6, 24, 58, .92);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 18px 42px rgba(0,0,0,.30);
    font-weight: 850;
}

.hl-seo-floating-top {
    top: 1.2rem;
    right: -.6rem;
}

.hl-seo-floating-bottom {
    left: -.6rem;
    bottom: 1.2rem;
}

.hl-seo-floating i {
    color: #82d4ff;
}

.hl-seo-section {
    position: relative;
    padding: 5.6rem 0;
}

.hl-seo-intro-section,
.hl-seo-showcase-section,
.hl-seo-faq-section {
    background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
}

.hl-seo-heading {
    color: #10233f;
    font-size: clamp(2rem, 3.6vw, 3.15rem);
    line-height: 1.16;
    font-weight: 930;
    letter-spacing: -.028em;
}

.hl-seo-paragraph,
.hl-seo-muted-light {
    margin-bottom: 0;
    font-size: 1.08rem;
    line-height: 1.82;
}

.hl-seo-paragraph {
    color: #5c6f8f;
}

.hl-seo-muted-light {
    color: rgba(255,255,255,.76);
}

.hl-seo-stat-card,
.hl-seo-audience-card {
    height: 100%;
    padding: 1.45rem 1.25rem;
    border-radius: 26px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(148,163,184,.22);
    box-shadow: 0 22px 54px rgba(15,23,42,.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .hl-seo-stat-card:hover,
    .hl-seo-audience-card:hover {
        transform: translateY(-6px);
        border-color: rgba(37,99,235,.28);
        box-shadow: 0 28px 62px rgba(15,23,42,.12);
    }

    .hl-seo-stat-card i,
    .hl-seo-audience-card i {
        width: 60px;
        height: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        border-radius: 20px;
        color: #1765e7;
        font-size: 1.35rem;
        background: linear-gradient(180deg, #ffffff, #eaf3ff);
        border: 1px solid rgba(37,99,235,.20);
        box-shadow: 0 12px 28px rgba(37,99,235,.14);
    }

    .hl-seo-stat-card h3,
    .hl-seo-audience-card h3,
    .hl-seo-feature-card h3 {
        margin-bottom: .55rem;
        color: #10233f;
        font-size: 1.13rem;
        font-weight: 900;
    }

    .hl-seo-stat-card p,
    .hl-seo-audience-card p,
    .hl-seo-feature-card p {
        margin-bottom: 0;
        color: #64748b;
        font-size: .98rem;
        line-height: 1.65;
    }

.hl-seo-dark-section,
.hl-seo-connected-section {
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 14% 18%, rgba(74, 151, 255, .26), transparent 28%), radial-gradient(circle at 88% 84%, rgba(38, 210, 132, .18), transparent 28%), linear-gradient(145deg, #06152f 0%, #071f46 48%, #041126 100%);
}

.hl-seo-head-center {
    max-width: 940px;
}

.hl-seo-feature-card {
    height: 100%;
    padding: 1.45rem 1.25rem;
    border-radius: 26px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 22px 54px rgba(0,0,0,.20);
    backdrop-filter: blur(14px);
}

    .hl-seo-feature-card h3 {
        color: #fff;
    }

    .hl-seo-feature-card p {
        color: rgba(255,255,255,.74);
    }

.hl-seo-feature-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 21px;
    color: #9fe3ff;
    font-size: 1.4rem;
    background: rgba(80, 160, 255, .16);
    border: 1px solid rgba(130, 207, 255, .24);
}

.hl-seo-image-card {
    padding: 1rem;
    border-radius: 34px;
    background: rgba(255,255,255,.90);
    border: 1px solid rgba(148,163,184,.22);
    box-shadow: 0 30px 74px rgba(15,23,42,.14);
}

    .hl-seo-image-card img {
        display: block;
        width: 100%;
        border-radius: 26px;
        box-shadow: 0 20px 54px rgba(15,23,42,.16);
    }

.hl-seo-checklist {
    display: grid;
    gap: .78rem;
    margin-top: 1.25rem;
}

    .hl-seo-checklist > div {
        display: flex;
        align-items: center;
        gap: .72rem;
        padding: .78rem .92rem;
        border-radius: 18px;
        color: #183252;
        background: rgba(255,255,255,.78);
        border: 1px solid rgba(148,163,184,.18);
        font-weight: 760;
    }

    .hl-seo-checklist i {
        color: #22c55e;
    }

.hl-seo-audience-section {
    background: #fff;
}

.hl-seo-link-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: .42rem;
    padding: 1.2rem;
    border-radius: 24px;
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 20px 50px rgba(0,0,0,.20);
    transition: transform .24s ease, background .24s ease, border-color .24s ease;
}

    .hl-seo-link-card:hover {
        color: #fff;
        transform: translateY(-5px);
        background: rgba(255,255,255,.15);
        border-color: rgba(255,255,255,.24);
    }

    .hl-seo-link-card i {
        font-size: 1.5rem;
        color: #9fe3ff;
    }

    .hl-seo-link-card strong {
        font-size: 1.08rem;
        font-weight: 900;
    }

    .hl-seo-link-card span {
        color: rgba(255,255,255,.72);
        line-height: 1.5;
    }

.hl-seo-faq {
    max-width: 980px;
    margin: 0 auto;
}

    .hl-seo-faq .accordion-item {
        overflow: hidden;
        margin-bottom: 1rem;
        border: 1px solid rgba(148,163,184,.20);
        border-radius: 22px !important;
        box-shadow: 0 18px 46px rgba(15,23,42,.08);
    }

    .hl-seo-faq .accordion-button {
        padding: 1.18rem 1.25rem;
        color: #10233f;
        font-weight: 900;
        background: #fff;
        box-shadow: none;
    }

        .hl-seo-faq .accordion-button:not(.collapsed) {
            color: #1765e7;
            background: #eef5ff;
        }

    .hl-seo-faq .accordion-body {
        padding: 1.2rem 1.25rem 1.35rem;
        color: #64748b;
        font-size: 1rem;
        line-height: 1.75;
        background: #fff;
    }

.hl-seo-final-cta {
    padding: 0 0 5.8rem;
    background: linear-gradient(180deg, #eef5ff 0%, #f7faff 100%);
}

.hl-seo-final-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.2rem;
    border-radius: 36px;
    color: #fff;
    background: radial-gradient(circle at top right, rgba(120, 218, 255, .22), transparent 28%), linear-gradient(135deg, #0b1e40, #143f84);
    border: 1px solid rgba(100, 190, 255, .24);
    box-shadow: 0 34px 84px rgba(15,23,42,.22);
}

    .hl-seo-final-card h2 {
        margin: .9rem 0 .7rem;
        max-width: 820px;
        color: #fff;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.18;
        font-weight: 950;
    }

    .hl-seo-final-card p {
        margin-bottom: 0;
        color: rgba(255,255,255,.78);
        font-size: 1.06rem;
        line-height: 1.7;
    }

.hl-seo-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .8rem;
    min-width: 320px;
}

@media (max-width: 991.98px) {
    .hl-seo-hero {
        padding-top: 4rem;
    }

    .hl-seo-floating-top {
        right: .8rem;
    }

    .hl-seo-floating-bottom {
        left: .8rem;
    }

    .hl-seo-final-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .hl-seo-final-actions {
        min-width: 0;
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .hl-seo-section {
        padding: 4.2rem 0;
    }

    .hl-seo-title {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .hl-seo-lead,
    .hl-seo-paragraph,
    .hl-seo-muted-light {
        font-size: 1rem;
    }

    .hl-seo-actions .btn,
    .hl-seo-final-actions .btn {
        width: 100%;
    }

    .hl-seo-visual {
        padding: .72rem;
        border-radius: 26px;
    }

    .hl-seo-main-image,
    .hl-seo-image-card img {
        border-radius: 20px;
    }

    .hl-seo-floating {
        position: static;
        margin-top: .7rem;
        width: 100%;
        justify-content: center;
    }

    .hl-seo-final-card {
        padding: 1.55rem;
        border-radius: 28px;
    }
}




/* =========================================================
   HELPLINE SEO ÇÖZÜM MERKEZİ
   ========================================================= */

.hl-solutions-hub-section {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: radial-gradient(circle at 15% 20%, rgba(37, 99, 235, .10), transparent 30%), radial-gradient(circle at 85% 10%, rgba(14, 165, 233, .10), transparent 28%), linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

    .hl-solutions-hub-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(rgba(37, 99, 235, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, .035) 1px, transparent 1px);
        background-size: 42px 42px;
        pointer-events: none;
    }

    .hl-solutions-hub-section .container {
        position: relative;
        z-index: 2;
    }

.hl-solutions-hub-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .72rem 1.15rem;
    border-radius: 999px;
    color: #185adb;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .02em;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(37, 99, 235, .16);
    box-shadow: 0 14px 34px rgba(37, 99, 235, .10);
}

.hl-solutions-hub-title {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    color: #09204a;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.03em;
}

.hl-solutions-hub-desc {
    max-width: 900px;
    color: #52647f;
    font-size: 1.08rem;
    line-height: 1.72;
    margin-top: 1rem;
    margin-bottom: 0;
}

.hl-solution-hub-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 312px;
    padding: 1.55rem 1.45rem;
    border-radius: 30px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(37, 99, 235, .12), transparent 34%), rgba(255, 255, 255, .92);
    border: 1px solid rgba(148, 163, 184, .22);
    box-shadow: 0 22px 54px rgba(15, 23, 42, .10), inset 0 1px 0 rgba(255, 255, 255, .90);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

    .hl-solution-hub-card::after {
        content: "";
        position: absolute;
        top: -40%;
        right: -25%;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(37, 99, 235, .08);
        filter: blur(10px);
        transition: transform .35s ease;
    }

    .hl-solution-hub-card:hover {
        transform: translateY(-8px);
        border-color: rgba(37, 99, 235, .34);
        box-shadow: 0 30px 72px rgba(15, 23, 42, .16), 0 10px 26px rgba(37, 99, 235, .12), inset 0 1px 0 rgba(255, 255, 255, .95);
    }

        .hl-solution-hub-card:hover::after {
            transform: scale(1.18);
        }

.hl-solution-hub-icon {
    position: relative;
    z-index: 1;
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    font-size: 1.72rem;
    margin-bottom: 1.25rem;
    color: #fff;
    box-shadow: 0 18px 32px rgba(15, 23, 42, .16);
}

    .hl-solution-hub-icon.blue {
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
    }

    .hl-solution-hub-icon.cyan {
        background: linear-gradient(135deg, #0891b2, #0284c7);
    }

    .hl-solution-hub-icon.green {
        background: linear-gradient(135deg, #16a34a, #059669);
    }

    .hl-solution-hub-icon.orange {
        background: linear-gradient(135deg, #f97316, #ea580c);
    }

    .hl-solution-hub-icon.purple {
        background: linear-gradient(135deg, #7c3aed, #5b21b6);
    }

    .hl-solution-hub-icon.whatsapp {
        background: linear-gradient(135deg, #22c55e, #16a34a);
    }

    .hl-solution-hub-icon.emerald {
        background: linear-gradient(135deg, #14b8a6, #059669);
    }

.hl-solution-hub-card h3 {
    position: relative;
    z-index: 1;
    color: #10233f;
    font-size: 1.34rem;
    line-height: 1.28;
    font-weight: 900;
    margin-bottom: .85rem;
}

.hl-solution-hub-card p {
    position: relative;
    z-index: 1;
    color: #64748b;
    font-size: .98rem;
    line-height: 1.65;
    margin-bottom: 1.35rem;
}

.hl-solution-hub-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin-top: auto;
    color: #1759d6;
    font-weight: 900;
    font-size: .96rem;
}

    .hl-solution-hub-link i {
        transition: transform .25s ease;
    }

.hl-solution-hub-card:hover .hl-solution-hub-link i {
    transform: translateX(6px);
}

.hl-solution-hub-card-wide {
    min-height: unset;
    padding: 1.55rem 1.6rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
}

.hl-solution-hub-wide-content {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

.hl-solution-hub-card-wide .hl-solution-hub-icon {
    margin-bottom: 0;
    flex: 0 0 68px;
}

.hl-solution-hub-card-wide h3 {
    margin-bottom: .45rem;
}

.hl-solution-hub-card-wide p {
    margin-bottom: 0;
    max-width: 940px;
}

/* Mobil */
@media (max-width: 991.98px) {
    .hl-solutions-hub-section {
        padding: 4.5rem 0;
    }

    .hl-solution-hub-card {
        min-height: 290px;
    }

    .hl-solution-hub-card-wide {
        flex-direction: column;
        align-items: flex-start;
    }

    .hl-solution-hub-wide-content {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .hl-solutions-hub-title {
        font-size: 2rem;
    }

    .hl-solutions-hub-desc {
        font-size: 1rem;
    }

    .hl-solution-hub-card {
        min-height: unset;
        padding: 1.3rem 1.15rem;
        border-radius: 24px;
    }

    .hl-solution-hub-wide-content {
        flex-direction: column;
        gap: .9rem;
    }
}