*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Inter',sans-serif;
background:#060610;
color:white;
}

.container{
max-width:1200px;
width:90%;
margin:auto;
}

.navbar{
position:absolute;
top:0;
width:100%;
z-index:5;
}

.nav-wrap{
display:flex;
justify-content:space-between;
align-items:center;
padding:30px 0;
flex-wrap:wrap;
gap:20px;
}

.logo{
font-size:22px;
font-weight:700;
}

.nav-links{
display:flex;
flex-wrap:wrap;
justify-content:center;
}

.nav-links a{
margin:0 15px;
color:#ccc;
text-decoration:none;
}

.cta{
background:#ff7a2f;
border:none;
padding:10px 20px;
border-radius:30px;
color:white;
cursor:pointer;
display:inline-block;
text-decoration:none;
}

.hero{
padding-top:160px;
padding-bottom:220px;
background:url("assets/background9.jpg") center no-repeat;
background-size:cover;
text-align:center;
position:relative;
overflow:hidden;
cursor:none;
}

.hero-touch{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:transparent;
cursor:none;
user-select:none;
-webkit-user-select:none;
}

.hero-cursor{
position:fixed;
width:18px;
height:18px;
border-radius:50%;
background:rgba(255,255,255,0.06);
border:1px solid rgba(255,255,255,0.35);
backdrop-filter:blur(6px);
pointer-events:none;
transform:translate(-50%,-50%);
z-index:9999;
opacity:0;
box-shadow:0 0 10px rgba(255,255,255,0.15);
transition:opacity 0.2s ease, transform 0.08s linear;
}

.hero h1{
font-size:clamp(32px,5vw,54px);
font-weight:600;
margin-bottom:20px;
}

.hero p{
max-width:650px;
margin:auto;
color:#aaa;
line-height:1.6;
font-size:clamp(14px,2vw,18px);
}

.primary-btn{
margin-top:30px;
background:#ff7a2f;
border:none;
padding:12px 30px;
border-radius:30px;
color:white;
cursor:pointer;
display:inline-block;
text-decoration:none;
}

.hero-dashboard{
margin-top:80px;
display:flex;
justify-content:center;
}

.dashboard-card{
max-width:780px;
width:100%;
padding:60px 40px;
background:black;
border-radius:20px;
backdrop-filter:blur(20px);
border:1px solid rgba(255,255,255,0.08);
box-shadow:
0 0 0 2px rgba(130,80,255,0.15),
0 40px 120px rgba(0,0,0,0.8);
text-align:center;
}

.dashboard-card h2{
font-size:28px;
font-weight:600;
margin-bottom:15px;
}

.dash-desc{
color:#aaa;
margin-bottom:40px;
}

.dash-tools{
display:flex;
justify-content:center;
gap:18px;
margin-bottom:35px;
flex-wrap:wrap;
}

.tool{
background:#11121c;
padding:16px 20px;
border-radius:12px;
display:flex;
flex-direction:column;
align-items:center;
width:110px;
transition:0.3s;
border:1px solid rgba(255,255,255,0.05);
}

.tool:hover{
border-color:#6c63ff;
box-shadow:0 0 20px rgba(108,99,255,0.4);
}

.icon{
font-size:22px;
margin-bottom:8px;
}

.dashboard-btn{
background:linear-gradient(45deg,#2f6bff,#6f4bff);
border:none;
padding:14px 34px;
border-radius:25px;
color:white;
font-weight:500;
cursor:pointer;
transition:0.3s;
display:inline-block;
text-decoration:none;
}

.dashboard-btn:hover{
transform:scale(1.05);
box-shadow:0 0 25px rgba(111,75,255,0.6);
}

.services{
padding:120px 0;
background:linear-gradient(
180deg,
rgba(5,5,16,0) 0%,
#060610 40%,
#060610 100%
);
text-align:center;
}

.service-icon{
width:48px;
height:48px;
margin-bottom:18px;
object-fit:contain;
opacity:.9;
}

.service-card{
text-align:center;
}

.section-sub{
margin-top:10px;
color:#aaa;
}

.service-grid{
margin-top:60px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.service-card{
background:rgba(255,255,255,0.04);
padding:40px 25px;
border-radius:14px;
backdrop-filter:blur(10px);
}

.projects{
padding:120px 0;
text-align:center;
}

.project-grid{
margin-top:60px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.project{
background:#0f0f18;
border-radius:14px;
overflow:hidden;
}

.project img{
width:100%;
height:180px;
object-fit:cover;
}

.project span{
display:block;
padding:20px;
}

.workflow{
padding:120px 0;
background:#060610;
text-align:center;
}

.workflow h2{
margin-bottom:60px;
}

/* grid featured project ile aynı */

.workflow-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:60px;
}

/* kart */

.step{
background:#0f0f18;
border-radius:14px;
padding:35px 25px;
border:1px solid rgba(255,255,255,0.05);
transition:0.35s;
}

/* hover */

.step:hover{
border-color:#6c63ff;
box-shadow:0 10px 40px rgba(0,0,0,0.6);
}

/* ikon */

.step-icon{
width:55px;
height:55px;
margin:auto;
margin-bottom:18px;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
border-radius:12px;
background:linear-gradient(135deg,#3b82f6,#22d3ee);
}

/* başlık */

.step h3{
margin-bottom:12px;
font-size:18px;
}

/* açıklama */

.step p{
font-size:14px;
color:#aaa;
line-height:1.6;
max-width:220px;
margin:auto;
}
.team{
padding:120px 0;
text-align:center;
}

.team-grid{
margin-top:60px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:25px;
}

.member img{
width:100%;
border-radius:12px;
height: 303px;
object-fit: cover;
}

.member h4{
margin-top:15px;
}

.stats{
padding:80px 0;
background:rgba(255,255,255,0.03);
}

.stats-grid{
display:flex;
flex-wrap:wrap;
gap:30px;
justify-content:center;
text-align:center;
}

footer{
border-top:1px solid rgba(255,255,255,0.05);
padding:60px 0;
}

.footer-wrap{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:20px;
}

.footer-links a{
margin-left:20px;
color:#ccc;
text-decoration:none;
}

/* MOBILE */

@media (max-width:768px){

.hero{
padding-top:120px;
padding-bottom:140px;
}

.nav-links{
display:none;
}

.dashboard-card{
padding:40px 25px;
}

.steps{
flex-direction:column;
gap:20px;
}

.footer-wrap{
flex-direction:column;
text-align:center;
}

.services {
    padding: 20px 0;
}

.projects {
    padding-bottom: 20px;
}
}

/* ANIMATION BASE */

.reveal{

opacity:0;
transform:translateY(40px);

transition:
opacity 0.9s cubic-bezier(.16,1,.3,1),
transform 0.9s cubic-bezier(.16,1,.3,1);

}

.reveal.show{

opacity:1;
transform:translateY(0);

}


/* stagger delay */

.delay-1{transition-delay:.1s;}
.delay-2{transition-delay:.2s;}
.delay-3{transition-delay:.3s;}
.delay-4{transition-delay:.4s;}
.delay-5{transition-delay:.5s;}


.contact{
padding:120px 0;
text-align:center;
}

@media (max-width:768px){
.contact{
 padding-top: 20px;
}
.cta, .primary-btn, .dashboard-btn{
padding: 10px 20px;
font-size: 15px;
}

}
.map-wrapper{
position:relative;
margin-top:60px;
border-radius:16px;
overflow:hidden;
box-shadow:0 30px 80px rgba(0,0,0,0.7);
}

.map-wrapper iframe{
width:100%;
height:420px;
border:0;
}

.map-card{

position:absolute;
left:40px;
bottom:40px;

background:rgba(10,10,20,0.8);
backdrop-filter:blur(20px);

padding:25px 30px;
border-radius:14px;

border:1px solid rgba(255,255,255,0.08);

display:flex;
flex-direction:column;
gap:18px;

max-width:280px;
text-align:left;

}

.map-item{
display:flex;
gap:12px;
align-items:flex-start;
}

.map-item span{
font-size:18px;
}

.map-item h4{
margin-bottom:4px;
font-size:15px;
}

.map-item p{
color:#aaa;
font-size:13px;
}