*{
margin:0;
padding:0;
box-sizing:border-box;
}
body, html, img, a, p, h1, h2, h3, span, strong, div {
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none; 
    -webkit-user-drag: none; 
}

img {
    pointer-events: none;
}

body{

font-family:Inter,sans-serif;
background:#08111d;
color:#fff;

}

.background{

position:fixed;

inset:0;

z-index:-10;

background:
radial-gradient(circle at 15% 20%,rgba(91,99,255,.30),transparent 32%),
radial-gradient(circle at 85% 10%,rgba(0,174,255,.18),transparent 28%),
radial-gradient(circle at 80% 90%,rgba(95,55,255,.22),transparent 34%),
linear-gradient(180deg,#07101c 0%,#091425 100%);

}

a{
text-decoration:none;
color:inherit;
}

.container{

width:min(1280px,92%);
margin:auto;

}

header {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 999;
}

header .container {
    width: min(1280px, 92%);
    margin: 0 auto;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(24px);
    position: relative;
    box-sizing: border-box;
}

header.scrolled .brand-wrapper {
    width: 140px;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    margin-right: 20px;
}

header.scrolled nav {
    padding-left: 20px;
}

.brand-wrapper {
    display: flex;
    align-items: center;
    width: 0;
    opacity: 0;
    transform: translateX(-20px);
    pointer-events: none;
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1), 
                opacity 0.4s ease, 
                transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                margin-right 0.5s ease;
}

.header-karasas-logo img {
    height: 32px;
    display: block;
}

.logo img{

height:42px;

}

nav {
    display: flex;
    flex-grow: 1; 
    justify-content: space-between; 
    padding: 0 40px;
    transition: padding 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s;
}

nav a:hover{

color:#fff;

}

.demo{

padding:14px 24px;

border-radius:14px;

background:#ff8a00;

font-weight:700;

}

.hero {
    padding-top: 140px;
    padding-bottom: 10px;
    min-height: auto;
    display: flex;
    align-items: center;
}

.hero-grid{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:80px;

}

.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.hero-right{

position:relative;

display:flex;

align-items:flex-start;

justify-content:center;

}

.kselflow-logo {
    height: 70px;
    margin: 0 0 20px 0;
    display: block; 
    transform: translateZ(0);
    will-change: transform;
}

.hero h1 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 30px;
    display: block;
    text-align: left;
}

.hero p{

font-size:19px;
line-height:1.7;
color:#b9c5da;
margin-bottom:45px;
max-width:620px;
}

.hero-buttons{
display:flex;
gap:18px;
}

.btn-primary{
padding:18px 34px;
border-radius:16px;
background:#ff8a00;
font-weight:700;
}

.btn-secondary{

padding:18px 34px;

border-radius:16px;

border:1px solid rgba(255,255,255,.15);

}
.hero-monitor {
    position: relative;
    width: 100%;
    max-width: 760px;
    aspect-ratio: 1536 / 1024;
    z-index: 5;
    filter: drop-shadow(0 40px 90px rgba(0, 0, 0, .40));
}
.monitor-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 2.5s ease-in-out;
}
.monitor-screen.active{
opacity:1;
}

.steps{

padding:120px 0;

background:#101d2d;

color:#fff;

}

.section-title{

text-align:center;

max-width:760px;

margin:auto auto 70px;

}

.section-title span{

color:#ff8a00;

font-size:13px;

font-weight:700;

letter-spacing:2px;

}

.section-title h2{

font-size:40px;

margin:18px 0;

}

.section-title p{

font-size:20px;

color:#666;

}

.steps-grid{

display:grid;

grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;

align-items:center;

gap:18px;

}
.step{

background:rgba(255,255,255,.04);

border:1px solid rgba(255,255,255,.06);

padding:35px;

border-radius:24px;

box-shadow:none;

text-align:center;

transition:.35s;

}

.step:hover{

transform:translateY(-8px);

}
.number{

width:60px;
height:60px;

margin:auto auto 25px;

border-radius:50%;

background:#ff8a00;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:26px;

font-weight:700;

}

.step h3{

margin-bottom:12px;

font-size:24px;

}

.step p{

color:#b7c3d8;

line-height:1.7;

}

.arrow{

font-size:38px;

font-weight:700;

color:#ff8a00;

}

.live-preview{

padding:130px 0;

background:#0b1625;

}
.sectors-list-wrapper {
    max-width: 1000px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
}

.sector-row {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.3s ease;
}

.sector-row:last-child {
    border-bottom: none;
}

.sector-row:hover .sector-icon {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.sector-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}



.sector-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sector-icon svg {
    width: 20px;
    height: 20px;
    color: #ff8a00;
    transition: color 0.3s ease, transform 0.3s ease;
}

.sector-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.sector-row:hover .sector-icon {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.sector-row:hover .sector-icon svg {
    color: #fff; 
    transform: rotate(5deg);
}

.sector-meta h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
}

.sector-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #b9c5da;
    font-weight: 400;
}

@media (max-width: 768px) {
    .sector-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 25px 0;
    }
}

.benefits{

padding:110px 0;

background:#162538;

color:#fff;

}

.benefit-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:22px;

margin-top:50px;

}

.benefit{

padding:30px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.06);

border-radius:28px;

text-align:center;

box-shadow:none;

transition:.35s;

}

.benefit:hover{

transform:translateY(-10px);

}

.benefit h3{

font-size:38px;

color:#ff8a00;

margin-bottom:10px;

font-weight:800;

}

.benefit p{

font-size:16px;

line-height:1.6;

color:#b8c5d8;

}

.dashboard-section{

padding:150px 0;

background:#0b1625;

}

.dashboard-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:90px;

align-items:center;

}

.mini-title{

display:inline-block;

margin-bottom:20px;

font-size:13px;

letter-spacing:2px;

font-weight:700;

color:#ff8a00;

}

.dashboard-left h2{

font-size:44px;

line-height:1.1;

margin-bottom:28px;

}

.dashboard-left p{

font-size:20px;

line-height:1.8;

color:#b8c4d8;

margin-bottom:40px;

}

.dashboard-list{

list-style:none;

}

.dashboard-list li{

margin-bottom:18px;

font-size:19px;

display:flex;

align-items:center;

gap:15px;

}

.dashboard-list i{

color:#34d399;

font-size:20px;

}

.dashboard-image{

width:100%;

border-radius:28px;

box-shadow:0 40px 80px rgba(0,0,0,.45);

display:block;

}

.faq{

padding:140px 0;

background:#0b1625;

}

.faq-item{

padding:35px;

margin-bottom:25px;

border-radius:24px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

}

.faq-item h3{

font-size:24px;

margin-bottom:12px;

}

.faq-item p{

color:#b7c3d8;

line-height:1.8;

}
.trust{

padding:120px 0;

background:#101d2d;

color:#fff;

}

.trust-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.trust-item{

padding:35px;

text-align:center;

border-radius:24px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.06);

transition:.35s;

}

.trust-item:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.trust-item i{

font-size:42px;

color:#5d63ff;

margin-bottom:20px;

}

.trust-item h3{

margin-bottom:12px;

}

.trust-item p{

color:#b8c5d8;

}
.cta{

padding:170px 0;

text-align:center;

background:linear-gradient(180deg,#0b1625,#13263d);

}

.cta span{

color:#ff8a00;

font-weight:700;

letter-spacing:2px;

font-size:13px;

}

.cta h2{

margin:25px auto;

font-size:64px;

max-width:900px;

line-height:1.08;

}

.cta p{

max-width:760px;

margin:auto;

font-size:22px;

color:#b8c5d9;

line-height:1.8;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:22px;

margin-top:55px;

}

.btn-primary{

padding:18px 36px;

border-radius:16px;

background:#5d63ff;

color:#fff;

font-weight:700;

transition:.35s;

}
.btn-primary:hover{

transform:translateY(-5px);

box-shadow:0 20px 55px rgba(93,99,255,.35);

}

.btn-secondary{

padding:18px 36px;

border-radius:16px;

border:1px solid rgba(255,255,255,.18);

background:rgba(255,255,255,.05);

font-weight:700;

transition:.35s;

}

.btn-secondary:hover{

transform:translateY(-5px);

background:rgba(255,255,255,.08);

}
#topButton{

position:fixed;

right:35px;

bottom:35px;

width:56px;

height:56px;

border:none;

border-radius:50%;

background:#5d63ff;

color:#fff;

cursor:pointer;

opacity:0;

visibility:hidden;

transition:.35s;

z-index:999;

box-shadow:0 20px 40px rgba(0,0,0,.25);

}

#topButton.show{

opacity:1;

visibility:visible;

}

#topButton:hover{

transform:translateY(-4px);

}
.footer{

padding:90px 0 30px;

background:#050b15;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr 1fr;

gap:50px;

}

.footer-logo{

width:170px;

margin-bottom:20px;

}

.footer h4{

margin-bottom:18px;

font-size:18px;

}

.footer a{

display:block;

margin-bottom:10px;

color:#b8c4d8;

transition:.3s;

}

.footer a:hover{

color:#fff;

}

.footer p{

color:#9eb0c9;

line-height:1.8;

}

.copyright{

margin-top:70px;

padding-top:25px;

border-top:1px solid rgba(255,255,255,.08);

text-align:center;

color:#7d8ca5;

font-size:14px;

}
@media(max-width:1200px){

.hero-grid,
.dashboard-grid{

grid-template-columns:1fr;

gap:70px;

}

.hero-right,
.dashboard-right{

text-align:center;

}

.section-title h2,
.dashboard-left h2,
.cta h2{

font-size:46px;

}

.integration-grid{

grid-template-columns:repeat(2,1fr);

}

.trust-grid{

grid-template-columns:repeat(2,1fr);

}

.footer-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.hero{

padding:120px 0 70px;

}

.hero h1{

font-size:38px;

line-height:1.15;

}

.hero p{

font-size:17px;

}

.section-title h2,
.dashboard-left h2,
.cta h2{

font-size:34px;

}

.section-title p,
.dashboard-left p,
.cta p{

font-size:17px;

}

.integration-grid{

grid-template-columns:1fr;

}

.trust-grid{

grid-template-columns:1fr;

}

.footer-grid{

grid-template-columns:1fr;

gap:40px;

}

.cta-buttons{

flex-direction:column;

}

.btn-primary,
.btn-secondary{

width:100%;

text-align:center;

justify-content:center;

display:flex;

}

.dashboard-image{

margin:auto;

max-width:100%;

}

}
.tech-slider-section {
    margin: 40px 0 60px 0;
    width: 100%;
}

.tech-slider-section .container {
    width: min(1280px, 92%);
    margin: 0 auto;
    position: relative;
}

.slider-control-hint {
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.tech-slider-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}
.tech-slider {
    display: flex;
    gap: 20px;
    width: max-content;
    cursor: grab;
    user-select: none;
    will-change: transform;
}

.tech-slider:active {
    cursor: grabbing;
}

.slider-item {
    flex: 0 0 280px; 
    height: 105px;  
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    gap: 16px; 
    box-sizing: border-box;
    transition: background 0.3s, border-color 0.3s;
}


.slider-item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(255, 138, 0, 0.1));
}

.slider-item h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    letter-spacing: 0.2px;
    white-space: normal;
}

.slider-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 138, 0, 0.25);
}
.nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.dropdown-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-icon {
    font-size: 11px;
    opacity: 0.7;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 992px) {
    .nav-dropdown:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav-dropdown:hover .dropdown-icon {
        transform: rotate(180deg);
        color: #ff8a00;
    }
}

.mega-menu {
    position: absolute;
    top: calc(100% + 20px);
    left: -400%;
    transform: translateX(-50%) translateY(10px);
    width: min(1140px, 85vw);
    background: rgba(11, 22, 37, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6), 
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                visibility 0.35s;
    z-index: 1000;
}

.mega-menu::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
}

.mega-menu-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
}

.mega-menu-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-column-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ff8a00;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0;
}

.menu-column-title i {
    font-size: 15px;
}

.highlight-title {
    color: #5d63ff;
}

.menu-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.menu-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    cursor: pointer;
}

.menu-item strong {
    font-size: 14.5px;
    font-weight: 600;
    color: #ffffff;
    transition: color 0.25s ease;
}

.menu-item span {
    font-size: 12.5px;
    color: #b9c5da;
    line-height: 1.5;
}

.menu-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 138, 0, 0.3);
    transform: translateX(4px);
}

.menu-item:hover strong {
    color: #ff8a00;
}

.kaibot-feature {
    background: linear-gradient(135deg, rgba(93, 99, 255, 0.08) 0%, rgba(95, 55, 255, 0.03) 100%);
    border: 1px solid rgba(93, 99, 255, 0.2);
}

.menu-item.kaibot-feature:hover {
    background: linear-gradient(135deg, rgba(93, 99, 255, 0.15) 0%, rgba(95, 55, 255, 0.08) 100%);
    border-color: rgba(93, 99, 255, 0.4);
}

.menu-item.kaibot-feature:hover strong {
    color: #8b90ff;
}
@media (max-width: 991px) {
    .nav-dropdown {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .mega-menu {
        position: static;
        transform: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: none; 
        padding: 20px 0 10px 0;
        background: transparent;
        border: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
    }

    .mega-menu.active {
        display: block;
    }

    .mega-menu-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .nav-dropdown.active .dropdown-icon {
        transform: rotate(180deg);
        color: #ff8a00;
    }

    .menu-item:hover {
        transform: none;
    }
}
.mega-menu.dynamic-width {
    width: min(1200px, 90vw);
}

.work-flow-container {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: start;
}
.flow-preview-side {
    width: 100%;
}

.preview-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.preview-badge {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b9c5da;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #34d399;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #34d399;
    animation: pulseGlow 2s infinite;
}
@keyframes pulseGlow {
    0% { transform: scale(0.9); opacity: 0.6; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.6; }
}
.mock-phone {
    background: #070d16;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.mock-screen {
    background: #0b1423;
    border-radius: 16px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
}
.mock-header {
    background: rgba(255, 255, 255, 0.03);
    padding: 8px 12px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-weight: 600;
    color: #ff8a00;
}
.mock-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mock-order-status {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 10px;
}
.status-title {
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}
.status-progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px;
}
.progress-fill {
    width: 65%;
    height: 100%;
    background: linear-gradient(90deg, #ff8a00, #5d63ff);
    border-radius: 3px;
}
.status-text {
    color: #b9c5da;
    margin: 0 0 4px 0 !important;
    font-size: 11px;
}

.time-left {
    font-size: 10px;
    color: #5d63ff;
    font-weight: 600;
}
.mock-notification {
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.15) 0%, rgba(52, 211, 153, 0.05) 100%);
    border: 1px solid rgba(52, 211, 153, 0.3);
    border-radius: 10px;
    padding: 10px;
    color: #34d399;
    font-weight: 600;
    line-height: 1.4;
}
.flow-steps-side {
    display: flex;
    flex-direction: column;
}

.timeline-wrapper {
    position: relative;
    padding-left: 30px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: linear-gradient(180deg, #ff8a00 0%, #5d63ff 50%, rgba(255,255,255,0.05) 100%);
}
.timeline-step {
    position: relative;
    display: flex;
    gap: 15px;
}

.step-marker {
    position: absolute;
    left: -30px;
    top: 2px;
    width: 24px;
    height: 24px;
    background: #0b1625;
    border: 2px solid #ff8a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    z-index: 2;
    transition: background 0.3s, border-color 0.3s;
}
.timeline-step:nth-child(2) .step-marker { border-color: #ffb800; }
.timeline-step:nth-child(3) .step-marker { border-color: #5d63ff; }
.timeline-step:nth-child(4) .step-marker { border-color: #34d399; }

.step-content {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    padding: 15px 18px;
    width: 100%;
    transition: background 0.25s, border-color 0.25s;
}
.step-content h5 {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.step-content p {
    font-size: 13px;
    color: #b9c5da;
    line-height: 1.6;
    margin: 0 !important;
}


.timeline-step:hover .step-content {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
}

.timeline-step:hover .step-marker {
    background: #ff8a00;
    color: #000;
}
/* ==========================================================================
RESPONSIVE AYARLARI
   ========================================================================== */
@media (max-width: 991px) {
    .work-flow-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .flow-preview-side {
        display: none;
    }
    .timeline-wrapper {
        padding-left: 25px;
    }
    .timeline-wrapper::before {
        left: 9px;
    }
    .step-marker {
        left: -25px;
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
}
/*----------------------------------------------------------------------*/
.mega-menu.contact-minimal-menu {
    width: 320px;
    padding: 20px;
}

.contact-dropdown-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
a.contact-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(93, 99, 255, 0.3);
    transform: translateY(-2px);
}
.contact-item.static-item {
    cursor: default;
}

.contact-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(93, 99, 255, 0.1);
    border: 1px solid rgba(93, 99, 255, 0.2);
    color: #5d63ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.25s ease;
}
.contact-icon-box.location-icon {
    background: rgba(255, 138, 0, 0.1);
    border: 1px solid rgba(255, 138, 0, 0.2);
    color: #ff8a00;
}

a.contact-item:hover .contact-icon-box {
    background: #5d63ff;
    color: #fff;
    box-shadow: 0 0 15px rgba(93, 99, 255, 0.4);
}

.contact-text-box {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-text-box strong {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.5);
}

.contact-text-box span {
    font-size: 14.5px;
    color: #ffffff;
    font-weight: 500;
}
@media (max-width: 991px) {
    .mega-menu.contact-minimal-menu {
        width: 100%;
        padding: 15px 0 0 0;
    }
    
    a.contact-item:hover {
        transform: none;
    }
}
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5, 11, 21, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                visibility 0.4s;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-window {
    background: rgba(11, 22, 37, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.7),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    width: min(680px, 94%);
    max-height: 90vh;
    border-radius: 28px;
    padding: 40px;
    position: relative;
    overflow-y: auto;
    transform: scale(0.95) translateY(10px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-overlay.active .modal-window {
    transform: scale(1) translateY(0);
}

.modal-close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.modal-close-btn:hover {
    background: rgba(255, 138, 0, 0.1);
    border-color: rgba(255, 138, 0, 0.3);
    color: #ff8a00;
}

.modal-header {
    margin-bottom: 30px;
}

.modal-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.modal-header h3 i {
    color: #ff8a00;
}

.modal-header p {
    font-size: 14px;
    color: #b9c5da;
    line-height: 1.5;
}
.modal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.2px;
}

.modal-form input,
.modal-form textarea,
.modal-form select {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 14px 16px;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.25s ease;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.modal-form select option {
    background: #0b1625;
    color: #fff;
}

.modal-form input:focus,
.modal-form textarea:focus,
.modal-form select:focus {
    background: rgba(255, 255, 255, 0.05);
    border-color: #5d63ff;
    box-shadow: 0 0 12px rgba(93, 99, 255, 0.15);
}

.modal-form textarea {
    resize: vertical;
}
.form-submit-btn {
    margin-top: 10px;
    padding: 16px 30px;
    border-radius: 14px;
    background: #ff8a00;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 138, 0, 0.2);
}

.form-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 138, 0, 0.35);
    background: #ff9d24;
}
@media (max-width: 768px) {
    .modal-window {
        padding: 30px 20px;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
/* ==========================================================================*/
.modal-form input.invalid-field,
.modal-form textarea.invalid-field,
.modal-form select.invalid-field {
    border-color: #ef4444 !important;
    background: rgba(239, 68, 68, 0.03) !important;
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.15) !important;
}
.error-message {
    font-size: 11px;
    color: #ef4444;
    font-weight: 600;
    margin-top: -4px;
    display: none;
    animation: fadeInError 0.2s ease-in-out;
}

@keyframes fadeInError {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}
.kselflow-toast {
    position: fixed;
    top: 30px;
    right: 30px;
    background: rgba(11, 22, 37, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    z-index: 10000;
    transform: translateX(120%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}

.kselflow-toast.active {
    transform: translateX(0);
}

.kselflow-toast-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.kselflow-toast.toast-error { border-color: rgba(239, 68, 68, 0.3); }
.kselflow-toast.toast-error .kselflow-toast-icon { background: rgba(239, 68, 68, 0.15); color: #ef4444; }
.kselflow-toast.toast-success { border-color: rgba(52, 211, 153, 0.3); }
.kselflow-toast.toast-success .kselflow-toast-icon { background: rgba(52, 211, 153, 0.15); color: #34d399; }

.kselflow-toast-content strong {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
}

.kselflow-toast-content span {
    font-size: 12.5px;
    color: #b9c5da;
}

#demoAddress {
    resize: none;
    overflow-y: hidden;
}
#blogModal.kselflow-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#blogModal.kselflow-modal.active {
    opacity: 1;
    pointer-events: auto;
}
.blog-modal-content {
    background: #000000;
    color: #f5f5f7; 
    max-width: 900px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 3rem;
    border-radius: 18px;
    border: 1px solid #1d1d1f;
    position: relative;
    outline: none; 
}
.blog-modal-content .close-modal-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1d1d1f;
    border: 1px solid #333336;
    color: #ffffff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    padding: 0;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.blog-modal-content .close-modal-btn:hover {
    background: #2d2d2f;
    color: #2997ff; 
    transform: scale(1.05);
}
.blog-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-bottom: 0.5rem;
    color: #ffffff;
    padding-right: 50px; 
}

.blog-subtitle {
    color: #86868b;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.blog-card {
    background: #1d1d1f;
    padding: 2rem;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    background: #2d2d2f;
}

.blog-card-category, .blog-detail-category {
    color: #2997ff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.blog-card-title {
    font-size: 1.3rem;
    margin: 0.75rem 0 1.5rem 0;
    line-height: 1.4;
    color: #ffffff;
}

.blog-card-footer, .blog-detail-meta {
    color: #86868b;
    font-size: 0.85rem;
    display: flex;
    gap: 0.5rem;
}
.blog-back-btn {
    background: none;
    border: none;
    color: #2997ff;
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 2rem;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-back-btn:hover {
    text-decoration: underline;
}

.blog-detail-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0.5rem 0 1rem 0;
    color: #ffffff;
}

.blog-lead {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 2rem;
}

.blog-detail-content p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #e8e8ed;
    margin-bottom: 1.5rem;
}

.blog-detail-content h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.blog-detail-content blockquote {
    border-left: 3px solid #2997ff;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #86868b;
}
@media (max-width: 991px) {

    header .container {
        height: 60px !important;
        padding: 0 16px !important;
        border-radius: 16px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 8px !important;
    }
    .logo img {
        height: 24px !important;
    }
    
    .brand-wrapper {
        display: none !important; 
    }
    nav {
        display: flex !important;
        flex-direction: row !important; 
        align-items: center !important;
        gap: 12px !important;
        padding: 0 !important;
        flex-grow: 0 !important;
        width: auto !important;
    }

    nav a {
        font-size: 13px !important;
        white-space: nowrap !important; 
    }
    .demo {
        padding: 8px 14px !important;
        font-size: 12px !important;
        border-radius: 8px !important;
        white-space: nowrap !important;
    }
    .nav-dropdown {
        position: static !important; 
        width: auto !important;
        flex-direction: row !important;
        align-items: center !important;
		
    }
    .mega-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100vw !important;
        height: 100vh !important;
        background: #08111d !important;
        z-index: 10000 !important;
        padding: 80px 24px 40px 24px !important;
        box-sizing: border-box !important;
        overflow-y: auto !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: opacity 0.3s ease, visibility 0.3s ease !important;
        display: block !important;
    }
    .mega-menu.mobile-open {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
    .mega-menu-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .work-flow-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .flow-preview-side {
        display: none !important;
    }
    .mobile-back-btn {
        position: absolute !important;
        top: 20px !important;
        left: 20px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
        padding: 10px 16px !important;
        border-radius: 12px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        z-index: 10001 !important;
    }

    .mobile-back-btn:active {
        background: rgba(255, 255, 255, 0.1) !important;
    }
}
@media (max-width: 991px) {

    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }
    header .container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        gap: 4px !important; 
    }
    nav {
        gap: 6px !important; 
    }

    nav a {
        font-size: 11px !important; 
        padding: 4px 6px !important;
    }
    .demo {
        padding: 6px 10px !important;
        font-size: 11px !important;
        margin-left: auto !important;
    }
    .how-it-works-grid, 
    .how-works-container,
    .steps-container { 
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .benefits-grid, 
    .kazanimlar-container,
    .features-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; 
        overflow-x: auto !important; 
        scroll-snap-type: x mandatory !important;
        gap: 16px !important;
        padding: 10px 20px 20px 20px !important;
        margin: 0 -20px !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .benefits-grid .card, 
    .kazanimlar-container .card,
    .features-grid .card {
        flex: 0 0 75% !important;
        scroll-snap-align: center !important;
        box-sizing: border-box !important;
    }
    .benefits-grid::-webkit-scrollbar,
    .kazanimlar-container::-webkit-scrollbar,
    .features-grid::-webkit-scrollbar {
        display: none !important;
    }
}
@media (max-width: 991px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }
    .steps-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important; 
        scroll-snap-type: x mandatory !important;
        gap: 16px !important;
        padding: 15px 20px !important;
        margin: 0 -16px !important;
        -webkit-overflow-scrolling: touch !important; 
    }
    .steps-grid .step {
        flex: 0 0 80% !important;
        scroll-snap-align: center !important;
        box-sizing: border-box !important;
    }
    .steps-grid .arrow {
        display: none !important;
    }
    .benefit-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: 16px !important;
        padding: 15px 20px !important;
        margin: 0 -16px !important; 
        -webkit-overflow-scrolling: touch !important;
    }
    .benefit-grid .benefit {
        flex: 0 0 75% !important;
        scroll-snap-align: center !important;
        box-sizing: border-box !important;
    }
    .steps-grid::-webkit-scrollbar,
    .benefit-grid::-webkit-scrollbar {
        display: none !important;
    }
}