﻿:root {
    /* =====================
     BRAND COLORS
  ===================== */
    /* Primary Brand (Blue) */
    --color-primary: #3F6FD1;
    --color-primary-hover: #2F4FA3;
    /* Success / CTA (Green) */
    --color-success: #34C759;
    --color-success-hover: #28A745;
    --color-success-active: #1E7E34;
    /* Warning / Accent (Orange) */
    --color-warning: #FF9F1C;
    --color-warning-hover: #FFB74D;
    /* =====================
     TEXT COLORS
  ===================== */
    /* Headings */
    --text-heading: #1E2A44;
    /* Sub Headings */
    --text-subheading: #2E3A59;
    /* Body Text */
    --text-body: #4A5568;
    /* Muted / Secondary Text */
    --text-muted: #6B7280;
    /* Links */
    --text-link: #3F6FD1;
    --text-link-hover: #2F4FA3;
    /* =====================
     BACKGROUND COLORS
  ===================== */

    --bg-white: #FFFFFF;
    --bg-soft: #F7F9FC;
    /* =====================
     BORDER COLORS
  ===================== */

    --border-default: #E5E7EB;
}
h1, h2 {
    color: var(--text-heading);
}

h3, h4 {
    color: var(--text-subheading);
}
p {
    color: var(--text-body);
}
a {
    color: var(--text-link);
    text-decoration: none;
}

    a:hover {
        color: var(--text-link-hover);
    }
.btn-primary {
    background: var(--color-success);
    color: #FFFFFF;
    border: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-primary:hover {
        background: var(--color-success-hover);
    }

    .btn-primary:active,
    .btn-primary:focus {
        background: var(--color-success-active);
    }
.btn-secondary {
    background: transparent;
    color: var(--color-primary);
    border: 1.5px solid var(--color-primary);
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-secondary:hover {
        background: var(--color-primary);
        color: #FFFFFF;
    }
.btn-ghost {
    background: transparent;
    color: var(--text-body);
    border: none;
    font-weight: 500;
    cursor: pointer;
}

    .btn-ghost:hover {
        color: var(--color-primary);
    }
.btn-warning {
    background: var(--color-warning);
    color: #FFFFFF;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

    .btn-warning:hover {
        background: var(--color-warning-hover);
    }

/*    GENEL ÖZELLİKLER*/


/*NAVBAR*/

.custom-navbar .nav-link {
    color: #555;
    font-weight: 500;
    transition: all .2s ease;
}

    .custom-navbar .nav-link.active {
        color: #28c76f; /* istediğin renk */
        font-weight: 600;
        position: relative;
    }

        .custom-navbar .nav-link.active::after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #28c76f;
            border-radius: 2px;
        }

.custom-navbar {
    background: var(--bg-white);
    padding: 5px 0;
    border-bottom: 1px solid var(--border-default);
}

.navbar{
    position:fixed;
    top:0;
    width:100%;
    z-index:10;
}
.navbar-logo {
    width: 200px;
    margin-right: 10px;
}

.navbar-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-heading);
}

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-body);
    padding: 8px 16px;
}

    .navbar-nav .nav-link:hover {
        color: var(--color-primary);
    }

.nav-login {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-body);
}

    .nav-login:hover {
        color: var(--color-primary);
    }

/* CTA buton navbar içinde biraz daha küçük */
.navbar .btn-primary {
    padding: 10px 22px;
    font-size: 14px;
}


@media (max-width: 991px) {
    .navbar-actions {
        flex-direction: column;
        gap: 12px;
        margin-top: 16px;
    }

    .navbar-nav {
        text-align: center;
    }
}


/*NAVBAR*/


/*SLİDER*/
.slier_container {
    width: 100% !important;
    height: 100vh !important;
    position: relative;
}

.slider_sol{
    text-align:center;
}

.slier_wawe {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: -2;
}

.slier_wawe img{
    width: 100% !important;
    height: 100% !important;
}

.slider_sag img{
    width:100%;
}

.slider_h1 {
    font-size: 20px; /* küçük ama güçlü */
    font-weight: 600;
    color: var(--text-subheading);
    margin-bottom: 12px;
}

.slider_h2 {
    font-size: 52px; /* ANA TOKAT */
    font-weight: 700;
    line-height: 1.15;
    color: var(--text-heading);
    margin-bottom: 24px;
}

.slider_p {
    font-size: 18px; /* okunur, sakin */
    font-weight: 400;
    color: var(--text-muted);
    margin-bottom: 40px;
    max-width: 520px;
}


@media (max-width: 768px) {
    .slider_h1 {
        font-size: 16px;
    }

    .slider_h2 {
        font-size: 34px;
    }

    .slider_p {
        font-size: 16px;
        margin-bottom: 32px;
    }
}


@media (max-width: 768px) {



        .slier_container .container {
            flex-direction: column;
        }

    .slider_sol,
    .slider_sag {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .slider_sol {
        order: 1;
        padding-bottom: 32px;
    }

    .slider_sag {
        order: 2;
        display: flex;
        justify-content: center;
    }

        .slider_sag img {
            max-width: 90%;
            height: auto;
        }

    .slider_h1 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .slider_h2 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .slider_p {
        font-size: 15px;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .slider_link_container {
        display: flex;
        gap: 12px;
        width: 100%;
    }

        .slider_link_container a {
            width: 100%;
            text-align: center;
            padding: 14px 0;
        }

    /* WAVE kontrol */
    .slier_wawe {
        top: auto;
        bottom: 0;
        height: 50%;
    }

        .slier_wawe img {
            object-fit: cover;
        }
}

/*SLİDER*/


.feature-panel {
    padding: 120px 0;
    background: var(--bg-white);
}

.feature-badge {
    display: inline-block;
    background: rgba(63, 111, 209, 0.1);
    color: var(--color-primary);
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    font-size: 13px;
}

.feature-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--text-heading);
}

    .feature-title strong {
        color: var(--color-primary);
    }

.feature-text {
    font-size: 18px;
    color: var(--text-body);
    max-width: 520px;
    margin-bottom: 28px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 32px;
}

    .feature-list li {
        font-size: 16px;
        color: var(--text-body);
        margin-bottom: 12px;
    }

.feature-image {
    background: linear-gradient( 180deg, rgba(63, 111, 209, 0.08), rgba(63, 111, 209, 0.02) );
    padding: 30px;
    border-radius: 20px;
}

    .feature-image img {
        width: 100%;
        max-width: 520px;
        border-radius: 14px;
        box-shadow: 0 30px 60px rgba(0,0,0,0.12);
    }

@media (max-width: 991px) {
    .feature-title {
        font-size: 32px;
    }

    .feature-panel {
        padding: 80px 0;
        text-align: center;
    }

    .feature-text {
        margin-left: auto;
        margin-right: auto;
    }
}






.feature-reminder {
    padding: 120px 0;
    background: var(--bg-soft);
}

.feature-badge.warning {
    background: rgba(255, 159, 28, 0.15);
    color: var(--color-warning);
}

.reminder-image {
    padding: 30px;
    border-radius: 20px;
}

    .reminder-image img {
        width: 100%;
        max-width: 420px;
        border-radius: 20px;
        box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    }

.reminder-note {
    margin-top: 24px;
    padding: 16px 20px;
    background: var(--bg-white);
    border-left: 4px solid var(--color-success);
    border-radius: 8px;
    font-size: 15px;
    color: var(--text-body);
}

@media (max-width: 991px) {
    .feature-reminder {
        padding: 80px 0;
        text-align: center;
    }

    .reminder-note {
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
    }
}



.feature-crm {
    padding: 120px 0;
    background: var(--bg-white);
}

.crm-image {
    background: linear-gradient( 180deg, rgba(63, 111, 209, 0.08), rgba(63, 111, 209, 0.02) );
    padding: 32px;
    border-radius: 20px;
}

    .crm-image img {
        width: 100%;
        max-width: 500px;
        border-radius: 16px;
        box-shadow: 0 30px 60px rgba(0,0,0,0.14);
    }

.feature-subtext {
    font-size: 15px;
    color: var(--text-muted);
    margin-top: 16px;
    max-width: 480px;
}

@media (max-width: 991px) {
    .feature-crm {
        padding: 80px 0;
        text-align: center;
    }

    .feature-subtext {
        margin-left: auto;
        margin-right: auto;
    }
}



.feature-control {
    padding: 140px 0;
    background: var(--bg-soft);
}

.section-head {
    max-width: 700px;
    margin: 0 auto 80px;
}

.section-badge {
    display: inline-block;
    background: rgba(63,111,209,0.12);
    color: var(--color-primary);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
}

.section-head h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-head strong {
    color: var(--color-primary);
}

.section-head p {
    font-size: 18px;
    color: var(--text-muted);
}

.control-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.control-card {
    background: var(--bg-white);
    padding: 40px 32px;
    border-radius: 22px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

    .control-card img {
        width: 100%;
        max-width: 220px;
        margin-bottom: 24px;
    }

    .control-card h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .control-card p {
        font-size: 15px;
        color: var(--text-body);
        line-height: 1.6;
    }

    .control-card.highlight {
        transform: translateY(-20px);
        border: 2px solid var(--color-primary);
    }

    .control-card:hover {
        transform: translateY(-10px);
    }

@media (max-width: 992px) {
    .control-grid {
        grid-template-columns: 1fr;
    }

    .control-card.highlight {
        transform: none;
    }
}



.how-it-works {
    padding: 140px 0;
    background: var(--bg-white);
}

.works-timeline {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 80px;
}

.work-step {
    text-align: center;
    max-width: 260px;
}

.step-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(63,111,209,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px;
}

.work-step h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.work-step p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
}

.timeline-line {
    width: 80px;
    height: 2px;
    background: linear-gradient( to right, transparent, var(--color-primary), transparent );
    margin-top: 36px;
}

@media (max-width: 992px) {
    .works-timeline {
        flex-direction: column;
        gap: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .timeline-line {
        display: none;
    }
}



.demo-request-premium {
    position: relative;
    padding: 60px 0;
    background: url('/img/a.png') center / cover no-repeat;
}

.demo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.85) );
    z-index: 1;
}

.demo-request-premium .container {
    position: relative;
    z-index: 2;
}

.demo-box {
    max-width: 760px;
    margin: 0 auto;
    padding: 60px 56px;
    border-radius: 26px;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(12px);
    box-shadow: 0 40px 80px rgba(0,0,0,0.25);
}

.demo-header {
    text-align: center;
    margin-bottom: 28px;
}

.demo-badge {
    display: inline-block;
    background: rgba(52,199,89,0.15);
    color: var(--color-primary-hover);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
}

.demo-header h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 14px;
}

.demo-header p {
    font-size: 16px;
    color: var(--text-muted);
}

.demo-box label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.demo-box input,
.demo-box textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--border-default);
    font-size: 15px;
    outline: none;
}

    .demo-box input:focus,
    .demo-box textarea:focus {
        border-color: var(--color-primary);
    }

.demo-box button {
    padding: 16px 48px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .demo-box {
        padding: 40px 28px;
    }

    .demo-header h3 {
        font-size: 28px;
    }
}



.final-cta {
    position: relative;
    padding: 140px 0;
    background: url('/img/sliderrrrr.png') center / cover no-repeat;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to right, rgba(15,23,42,0.85), rgba(15,23,42,0.75) );
    z-index: 1;
}

.final-cta .container {
    position: relative;
    z-index: 2;
}

.cta-content {
    max-width: 720px;
    color: #fff;
}

    .cta-content h2 {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #fff;
    }

    .cta-content strong {
        color: var(--color-success);
    }

    .cta-content p {
        font-size: 18px;
        color: rgba(255,255,255,0.85);
        margin-bottom: 36px;
    }

.cta-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta-note {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

@media (max-width: 768px) {
    .final-cta {
        padding: 100px 0;
        text-align: center;
    }

    .cta-content {
        margin: 0 auto;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-content h2 {
        font-size: 32px;
    }
}




/*ÖZELLİKLER SAYFASI*/

.features-hero {
    padding: 20px 0;
}

    .features-hero h1 {
        font-size: 44px;
        font-weight: 700;
        line-height: 1.2;
        color: var(--text-heading);
        margin-bottom: 20px;
    }

        .features-hero h1 strong {
            color: var(--color-primary);
        }

    .features-hero p {
        max-width: 720px;
        margin: 0 auto 32px;
        font-size: 18px;
        color: var(--text-muted);
    }


.use-case {
    padding: 120px 0;
}

    .use-case h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 60px;
    }

    @media(max-width:992px){
        .use-grid {
            flex-direction: column;
            gap: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }

@media(min-width:992px) {
    .use-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
}


.use-card {
    background: #fff;
    padding: 36px;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
    transition: transform .3s ease;
}

    .use-card:hover {
        transform: translateY(-6px);
    }

    .use-card h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .use-card p {
        font-size: 15px;
        color: var(--text-body);
        line-height: 1.6;
    }

@media (max-width: 992px) {


    .features-hero h1 {
        font-size: 34px;
    }


}

/*ÖZELLİKLER SAYFASI*/

/*FİYAT*/
.pricing {
    padding: 120px 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}

.pricing-card {
    background: #fff;
    padding: 40px 32px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

    .pricing-card h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 8px;
    }

.pricing-desc {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.pricing-users {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 32px;
}

.pricing-card li {
    margin-bottom: 10px;
    font-size: 15px;
}

.pricing-card.featured {
    border: 2px solid var(--color-success);
    transform: translateY(-20px);
    position: relative;
}

.pricing-card .badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-success);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: none;
    }
}

/*FİYAT*/


/*NASIL ÇALIŞIR*/
.how-simple {
    padding: 120px 0;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px;
}

.step-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 16px 32px rgba(0,0,0,0.05);
}

.step-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(63,111,209,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 16px;
}

.step-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.step-card p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.5;
}

@media (max-width: 992px) {
    .steps-grid {
        grid-template-columns: 1fr;
    }
}


/*NASIL ÇALIŞIR*/


/*İLETİŞİM*/
.contact-section {
    padding: 120px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.contact-info h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.contact-info p {
    font-size: 17px;
    color: var(--text-body);
    margin-bottom: 24px;
}

.contact-points {
    list-style: none;
    padding: 0;
}

    .contact-points li {
        margin-bottom: 10px;
        font-size: 15px;
    }

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

    .contact-form label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 6px;
        display: block;
    }

    .contact-form input,
    .contact-form textarea {
        width: 100%;
        padding: 14px 16px;
        border-radius: 12px;
        border: 1px solid var(--border-default);
        font-size: 15px;
    }

        .contact-form input:focus,
        .contact-form textarea:focus {
            border-color: var(--color-primary);
            outline: none;
        }

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}


/*İLETİŞİM*/


.site-footer {
    background: #0f172a; /* koyu lacivert */
    color: rgba(255,255,255,0.85);
    padding: 100px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-brand img {
    width: 280px;
    margin-bottom: 16px;
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.7);
}

.footer-links h5,
.footer-cta h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    transition: color 0.2s ease;
}

    .footer-links a:hover {
        color: #fff;
    }

.footer-cta p {
    font-size: 14px;
    margin-bottom: 16px;
    color: rgba(255,255,255,0.7);
}

.footer-cta .btn-primary {
    padding: 12px 28px;
    font-size: 14px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-brand img {
        margin-left: auto;
        margin-right: auto;
    }
}



.legal-page {
    padding: 120px 0;
}

    .legal-page h1 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .legal-page h2 {
        font-size: 22px;
        font-weight: 600;
        margin-top: 40px;
        margin-bottom: 12px;
    }

    .legal-page p {
        font-size: 16px;
        color: var(--text-body);
        line-height: 1.7;
    }

    .legal-page ul {
        margin-left: 20px;
    }

    .legal-page li {
        margin-bottom: 8px;
        font-size: 15px;
    }




.cookie-banner {
    position: fixed;
    bottom: 24px;
    right: 24px;
    max-width: 360px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
    padding: 24px;
    z-index: 9999;
    display: none;
}

.cookie-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cookie-content p {
    font-size: 14px;
    color: var(--text-body);
    margin-bottom: 20px;
}

.cookie-content a {
    color: var(--color-primary);
    font-weight: 500;
}

.cookie-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.cookie-modal {
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.cookie-modal-box {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    max-width: 420px;
    width: 90%;
}

    .cookie-modal-box h3 {
        font-size: 24px;
        margin-bottom: 14px;
    }

.cookie-options {
    margin: 24px 0;
}

    .cookie-options label {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
        font-size: 15px;
    }

.cookie-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}


.cookie-settings-btn {
    position: fixed;
    bottom: 24px;
    left: 24px;
    background: rgba(15, 23, 42, 0.9);
    color: #fff;
    padding: 10px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    z-index: 9998;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    transition: all 0.25s ease;
    user-select: none;
}

    .cookie-settings-btn:hover {
        background: var(--color-primary);
        transform: translateY(-2px);
    }




.demo-modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding:30px;
}

.demo-modal-box {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    width: 100%;
    max-width: 520px;
    position: relative;
}

    .demo-modal-box h3 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 6px;
    }

.demo-modal-desc {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.demo-modal-box label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.demo-modal-box input,
.demo-modal-box textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--border-default);
}

.demo-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
}





/* ARKA PLAN IŞIK */


@keyframes pulseBg {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

/* CORE */

@media(max-width:992px){

    .architecture-live {
        position: relative;
        width: 100%;
        height: 350px;
        margin: auto;
    }


    .background-glow {
        position: absolute;
        width: 100%;
        height: 350px;
        background: radial-gradient(circle, rgba(79,70,229,0.15), transparent 70%);
        animation: pulseBg 4s ease-in-out infinite;
    }

    .core-live {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        animation: pulseCore 3s ease-in-out infinite;
    }


    .core-live {
        background: white;
        color: #2563eb;
        box-shadow: 0 0 0 15px rgba(37,99,235,0.15), 0 0 80px rgba(37,99,235,0.5);
    }

    @keyframes pulseCore {
        0% {
            box-shadow: 0 0 50px rgba(79,70,229,0.4);
        }

        50% {
            box-shadow: 0 0 90px rgba(79,70,229,0.7);
        }

        100% {
            box-shadow: 0 0 50px rgba(79,70,229,0.4);
        }
    }

    /* MODÜLLER */
    .module-live {
        position: absolute;
        width: 100px;
        height: 50px;
        border-radius: 50px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
        transition: 0.3s ease;
        animation: float 5s ease-in-out infinite;
        font-size:12px;
    }

        .module-live:hover {
            transform: scale(1.08);
            box-shadow: 0 20px 60px rgba(37,99,235,0.3);
        }

    /* FLOAT ANİMASYONU */
    @keyframes float {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-12px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    /* DENGELİ POZİSYONLAR */
    .m1 {
        top: 0;
        left: 38%;
        transform: translate(-50%, 0);
    }

    .m2 {
        top: 15%;
        right: 10%;
    }

    .m3 {
        top: 45%;
        right: 0;
        transform: translate(0, -50%);
    }

    .m4 {
        bottom: 15%;
        right: 10%;
    }

    .m5 {
        bottom: 0;
        left: 40%;
        transform: translate(-50%, 0);
    }

    .m6 {
        bottom: 15%;
        left: 10%;
    }

    .m7 {
        top: 45%;
        left: 0;
        transform: translate(0, -50%);
    }

    .m8 {
        top: 15%;
        left: 10%;
    }

    .core_img {
        max-width: 30px;
    }
}

@media(min-width:992px) {


    .architecture-live {
        position: relative;
        width: 520px;
        height: 520px;
        margin: auto;
    }
    .background-glow {
        position: absolute;
        width: 520px;
        height: 520px;
        background: radial-gradient(circle, rgba(79,70,229,0.15), transparent 70%);
        animation: pulseBg 4s ease-in-out infinite;
    }
    .core-live {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        animation: pulseCore 3s ease-in-out infinite;
    }


    .core-live {
        background: white;
        color: #2563eb;
        box-shadow: 0 0 0 15px rgba(37,99,235,0.15), 0 0 80px rgba(37,99,235,0.5);
    }

    @keyframes pulseCore {
        0% {
            box-shadow: 0 0 50px rgba(79,70,229,0.4);
        }

        50% {
            box-shadow: 0 0 90px rgba(79,70,229,0.7);
        }

        100% {
            box-shadow: 0 0 50px rgba(79,70,229,0.4);
        }
    }

    /* MODÜLLER */
    .module-live {
        position: absolute;
        width: 120px;
        height: 50px;
        border-radius: 50px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
        transition: 0.3s ease;
        animation: float 5s ease-in-out infinite;
    }

        .module-live:hover {
            transform: scale(1.08);
            box-shadow: 0 20px 60px rgba(37,99,235,0.3);
        }

    /* FLOAT ANİMASYONU */
    @keyframes float {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-12px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    /* DENGELİ POZİSYONLAR */
    .m1 {
        top: 0;
        left: 38%;
        transform: translate(-50%, 0);
    }

    .m2 {
        top: 15%;
        right: 10%;
    }

    .m3 {
        top: 45%;
        right: 0;
        transform: translate(0, -50%);
    }

    .m4 {
        bottom: 15%;
        right: 10%;
    }

    .m5 {
        bottom: 0;
        left: 40%;
        transform: translate(-50%, 0);
    }

    .m6 {
        bottom: 15%;
        left: 10%;
    }

    .m7 {
        top: 45%;
        left: 0;
        transform: translate(0, -50%);
    }

    .m8 {
        top: 15%;
        left: 10%;
    }

    .core_img {
        max-width: 30px;
    }
}



.workflow-pro {
    position: relative;
    padding-left: 70px;
    max-width: 450px;
    margin: auto;
}

.energy-line {
    position: absolute;
    left: 34px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #2563eb, #4f46e5);
    border-radius: 10px;
    opacity: 0.6;
}

.energy-runner {
    position: absolute;
    left: 29px;
    width: 12px;
    height: 60px;
    background: linear-gradient(to bottom, rgba(37,99,235,0), #2563eb, rgba(37,99,235,0));
    border-radius: 10px;
    animation: runEnergy 4s linear infinite;
}

@keyframes runEnergy {
    0% {
        top: -60px;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

.workflow-step-pro {
    position: relative;
    margin-bottom: 45px;
    opacity: 0;
    animation: fadeStep 0.8s ease forwards;
}

    .workflow-step-pro:nth-child(3) {
        animation-delay: .3s;
    }

    .workflow-step-pro:nth-child(4) {
        animation-delay: .6s;
    }

    .workflow-step-pro:nth-child(5) {
        animation-delay: .9s;
    }

    .workflow-step-pro:nth-child(6) {
        animation-delay: 1.2s;
    }

    .workflow-step-pro:nth-child(7) {
        animation-delay: 1.5s;
    }

@keyframes fadeStep {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dot-pro {
    position: absolute;
    left: -42px;
    top: 15px;
    width: 16px;
    height: 16px;
    background: #2563eb;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(37,99,235,0.8);
}

.card-pro {
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(12px);
    padding: 20px 26px;
    border-radius: 18px;
    font-weight: 600;
    transition: all .3s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

    .card-pro:hover {
        transform: translateX(8px);
        box-shadow: 0 25px 60px rgba(37,99,235,0.35);
    }



.solutions {
    padding: 120px 0;
}

/* GRID */
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    margin-top: 70px;
}

/* KART */
.solution-card {
    padding: 45px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

    /* ÜST GRADIENT BAR */
    .solution-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 0%;
        background: linear-gradient(90deg, #2563eb, #4f46e5);
        transition: 0.4s ease;
    }

    /* HOVER */
    .solution-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(37,99,235,0.18);
    }

        .solution-card:hover::before {
            width: 100%;
        }

    /* BAŞLIK */
    .solution-card h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 18px;
        color: #0f172a;
    }

    /* METİN */
    .solution-card p {
        font-size: 15px;
        line-height: 1.6;
        color: #64748b;
    }

    /* LINK */
    .solution-card a {
        display: inline-block;
        margin-top: 20px;
        font-weight: 600;
        font-size: 14px;
        color: #2563eb;
        transition: 0.3s ease;
    }

        .solution-card a:hover {
            transform: translateX(4px);
        }



/*        ÇÖZÜMLER*/

.crm-hero {
    background: linear-gradient(120deg,#0f172a,#1b2b4a);
    color: white;
}

.hero-left {
    padding-right: 40px;
}

.hero-eyebrow {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: .7;
    margin-bottom: 20px;
    display: inline-block;
}

.hero-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 28px;
    color: white;
}
@media (max-width: 992px) {
    .crm-hero {
        padding-top: 90px;
    }
    .sales-hero {
        padding-top: 90px;
    }
    .operation-hero {
        padding-top: 90px;
    }
    .time-hero {
        padding-top: 90px;
    }
    .automation-hero {
        padding-top: 90px;
    }
    .analytics-hero {
        padding-top: 90px;
    }
    .auth-hero {
        padding-top: 90px;
    }
}


    .hero-title .accent {
        color: #34C759;
    }

.hero-desc {
    font-size: 17px;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 40px;
    max-width: 520px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 22px;
}



.btn-accent {
    background: #34C759;
    padding: 14px 28px;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    transition: .3s;
}

    .btn-accent:hover {
        background: #2fb34f;
        transform: translateY(-2px);
        color: whitesmoke;
        cursor:pointer;
    }

.btn-ghost {
    color: #e2e8f0;
    font-weight: 500;
}

.hero-image {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 40px 80px rgba(0,0,0,.4);
}

.crm-section.light {
    background: #f8fafc;
    padding: 100px 0;
}



.crm-sectionaa {
    position: relative;
    background: url("../img/bg1.png") no-repeat center center;
    background-size: cover;
    color: white;
    overflow: hidden;
    padding: 100px 0;
}

    .crm-sectionaa::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.75); /* siyah perde */
        z-index: 1;
    }

    .crm-sectionaa > * {
        position: relative;
        z-index: 2;
    }

.section_title_color {
    color: white !important;
}
.list_color_white li {
    color: white !important;
}
.section_color_white {
    color: white !important;
}



.section-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 25px;
}

.section-list {
    list-style: none;
    padding: 0;
}

    .section-list li {
        margin-bottom: 10px;
        color: #1e293b;
    }

.section-image {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 30px 60px rgba(0,0,0,.08);
}

.segment-section {
    background: white;
    padding: 100px 0;
}

.accent-green {
    color: #34C759;
}

.section-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 25px;
}

.section-list {
    list-style: none;
    padding: 0;
}

    .section-list li {
        margin-bottom: 12px;
        font-size: 15px;
        color: #1e293b;
    }

.filter-section {
    background: #f1f5f9;
    padding: 100px 0;
}

    .filter-section .section-title {
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .filter-section .section-desc {
        font-size: 16px;
        line-height: 1.7;
        color: #475569;
        margin-bottom: 25px;
    }

    .filter-section .section-list {
        list-style: none;
        padding: 0;
    }

        .filter-section .section-list li {
            margin-bottom: 12px;
            font-size: 15px;
            color: #1e293b;
        }


.detail-section {
    background: white;
    padding: 100px 0;
}

    .detail-section .section-title {
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .detail-section .section-desc {
        font-size: 16px;
        line-height: 1.7;
        color: #475569;
        margin-bottom: 25px;
    }

    .detail-section .section-list {
        list-style: none;
        padding: 0;
    }

        .detail-section .section-list li {
            margin-bottom: 12px;
            font-size: 15px;
            color: #1e293b;
        }



.sales-hero {
    background: linear-gradient(120deg,#0b1220,#1e293b);
    color: white;
}

.pipeline-box {
    background: white;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
    transition: .3s;
}

    .pipeline-box:hover {
        transform: translateY(-6px);
    }

    .pipeline-box.success {
        border: 2px solid #34C759;
    }


.operation-hero {
    background: linear-gradient(120deg,#0f172a,#0b1220);
    color: white;
}

.time-hero {
    background: linear-gradient(120deg,#0f172a,#1e293b);
    color: white;
}

.automation-hero {
    background: linear-gradient(120deg,#111827,#1f2937);
    color: white;
}

.automation-box {
    background: white;
    padding: 40px 20px;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,.06);
    transition: .3s;
}

    .automation-box:hover {
        transform: translateY(-6px);
    }

    .automation-box.success {
        border: 2px solid #34C759;
    }


.automation-flow-section {
    padding: 120px 0;
    background: linear-gradient(180deg,#ffffff,#f8fafc);
}

.flow-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.flow-desc {
    color: #64748b;
    font-size: 18px;
}

.flow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.flow-card {
    background: white;
    padding: 35px 30px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,.06);
    width: 260px;
    transition: .3s;
    text-align: center;
}

    .flow-card:hover {
        transform: translateY(-8px);
    }

    .flow-card.highlight {
        border: 2px solid #34C759;
    }

.flow-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    background: #e2e8f0;
    margin-bottom: 15px;
}

    .flow-badge.dark {
        background: #1e293b;
        color: white;
    }

    .flow-badge.green {
        background: #34C759;
        color: white;
    }

.flow-meta {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #94a3b8;
}

.flow-arrow {
    font-size: 28px;
    color: #cbd5e1;
}


.analytics-hero {
    background: linear-gradient(120deg,#0f172a,#1e293b);
    color: white;
}

.kpi-section{
    padding:100px 0;
}
.kpi-card {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,.05);
    transition: .3s;
}

    .kpi-card:hover {
        transform: translateY(-10px);
    }

    .kpi-card h3 {
        font-size: 28px;
        font-weight: 700;
        margin: 15px 0 5px;
    }

    .kpi-card span {
        color: #64748b;
        font-size: 14px;
    }

.kpi-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

    .kpi-icon.blue {
        background: #e6f0ff;
        color: #2563eb;
    }

    .kpi-icon.green {
        background: #e8f7ef;
        color: #22c55e;
    }

    .kpi-icon.orange {
        background: #fff4e5;
        color: #f97316;
    }

    .kpi-icon.purple {
        background: #f3e8ff;
        color: #9333ea;
    }


.analytics-core {
    padding: 120px 0;
    background: linear-gradient(180deg,#0f172a,#1e293b);
    color: white;
}

    .analytics-core .section-desc {
        color: #cbd5e1;
    }

.analytics-grid {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.analytics-box {
    background: rgba(255,255,255,.05);
    padding: 35px 25px;
    border-radius: 16px;
    width: 300px;
    transition: .3s;
    border: 1px solid rgba(255,255,255,.08);
}

    .analytics-box:hover {
        transform: translateY(-8px);
        background: rgba(255,255,255,.08);
    }




.auth-hero {
    background: linear-gradient(120deg,#0f172a,#1e293b);
    color: white;
}

    .auth-hero .hero-title {
        font-size: 38px;
        font-weight: 700;
    }

    .auth-hero .hero-desc {
        color: #cbd5e1;
    }

.role-box {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,.05);
    transition: .3s;
    height: 100%;
}

    .role-box:hover {
        transform: translateY(-8px);
    }

    .role-box h4 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .role-box p {
        color: #64748b;
    }


.coming-soon {
    position: relative;
    border: 2px dashed #e2e8f0;
    background: linear-gradient(145deg,#f8fafc,#f1f5f9);
}

    .coming-soon::after {
        content: "YAKINDA";
        position: absolute;
        top: 15px;
        right: 15px;
        background: #0f172a;
        color: white;
        font-size: 11px;
        padding: 4px 10px;
        border-radius: 20px;
        letter-spacing: 1px;
    }

.ai-card {
    background: linear-gradient(145deg,#0f172a,#1e293b);
    color: white;
}

    .ai-card h4 {
        color: #4ade80;
    }

    .ai-card p {
        color: #cbd5e1;
    }



.about-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
    padding-top: 120px; /* navbar + boşluk */
    padding-bottom: 80px;
}



.solutions-dropdown {
    min-width: 320px;
    padding: 15px 0;
    border-radius: 14px;
    border: none;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

    .solutions-dropdown .dropdown-item {
        padding: 10px 20px;
        font-weight: 500;
        transition: all 0.2s ease;
    }

        .solutions-dropdown .dropdown-item:hover {
            background: rgba(46, 204, 113, 0.08);
            color: #2ecc71;
            transform: translateX(4px);
        }

    .solutions-dropdown .coming-soon {
        opacity: 0.85;
    }

.navbar .dropdown-toggle::after {
    margin-left: 6px;
}


.references-section {
    padding: 80px 0;
    background: #f9fafc;
    overflow: hidden;
}

.logo-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    width: 180px;
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-item img {
        max-width: 100%;
        max-height: 60px;
        object-fit: contain;
        filter: grayscale(100%);
        opacity: 0.7;
        transition: all 0.3s ease;
    }

        .logo-item img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.08);
        }

/* Sonsuz Kayma Animasyonu */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Hover'da dursun */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}