﻿

:root{
  --lacivert:#06111f;
  --sari:#ffc400;
  --yesil:#25d366;
  --metin:#111827;
  --gri:#667085;
  --zemin:#f6f8fb;
  --cizgi:#e7ecf3;
  --golge:0 24px 70px rgba(6,17,31,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Inter",Arial,sans-serif;color:var(--metin);background:#fff}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,92%);margin:auto}

header{
position:sticky;
top:0;
z-index:50;
background:rgba(6,17,31,.96);
backdrop-filter:blur(14px);
color:#fff;
border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{
height:82px;
display:flex;
align-items:center;
justify-content:space-between;
gap:22px;
}
.logo img{
width:178px;
border-radius:8px;
display:block;
}
nav{
display:flex;
gap:22px;
font-size:14px;
font-weight:700;
color:#e5e7eb;
}
.header-actions{
display:flex;
align-items:center;
gap:10px;
}
.call{
padding:12px 16px;
border:1px solid rgba(255,255,255,.16);
border-radius:999px;
font-weight:900;
}
.whatsapp{
background:var(--sari);
color:var(--lacivert);
padding:13px 18px;
border-radius:999px;
font-weight:900;
}

.hero{
background:
radial-gradient(circle at 12% 18%,rgba(255,196,0,.24),transparent 34%),
radial-gradient(circle at 82% 20%,rgba(255,255,255,.10),transparent 28%),
linear-gradient(135deg,#06111f 0%,#071a31 54%,#0c2948 100%);
color:#fff;
padding:72px 0 84px;
}
.breadcrumb{
display:flex;
gap:8px;
font-size:14px;
color:#cbd5e1;
margin-bottom:22px;
flex-wrap:wrap;
}
.breadcrumb a{
color:#fff;
font-weight:700;
}
.eyebrow{
display:inline-flex;
padding:9px 14px;
border-radius:999px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.15);
font-weight:900;
margin-bottom:18px;
}
h1{
font-size:clamp(40px,6vw,72px);
line-height:.98;
letter-spacing:-2px;
margin:0 0 20px;
}
h1 span{color:var(--sari)}
.lead{
font-size:20px;
line-height:1.65;
color:#dbe4ef;
margin:0 0 28px;
max-width:760px;
}
.hero-buttons{
display:flex;
gap:13px;
flex-wrap:wrap;
}
.btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:16px 22px;
border-radius:16px;
font-weight:900;
transition:.18s ease;
border:0;
font-family:inherit;
cursor:pointer;
}
.btn:hover{transform:translateY(-2px)}
.btn-yellow{background:var(--sari);color:var(--lacivert)}
.btn-white{background:#fff;color:var(--lacivert)}
.btn-green{background:var(--yesil);color:#fff}

section{padding:66px 0}
.soft{background:var(--zemin)}

.title{
max-width:820px;
margin:0 auto 38px;
text-align:center;
}
.title h2{
margin:0 0 12px;
font-size:clamp(30px,4vw,48px);
color:var(--lacivert);
line-height:1.08;
}
.title p{
margin:0;
color:var(--gri);
font-size:18px;
line-height:1.7;
}

.contact-grid{
display:grid;
grid-template-columns:.9fr 1.1fr;
gap:24px;
align-items:start;
}
.contact-cards{
display:grid;
gap:16px;
}
.contact-card{
background:#fff;
border:1px solid var(--cizgi);
border-radius:26px;
padding:26px;
box-shadow:0 12px 36px rgba(15,23,42,.06);
}
.contact-card .icon{
width:48px;
height:48px;
border-radius:16px;
background:var(--lacivert);
color:var(--sari);
display:grid;
place-items:center;
font-size:24px;
margin-bottom:16px;
}
.contact-card h3{
margin:0 0 8px;
font-size:23px;
color:var(--lacivert);
}
.contact-card p{
margin:0 0 16px;
color:var(--gri);
line-height:1.65;
}
.contact-card strong{
color:var(--lacivert);
font-size:20px;
}

.form-card{
background:#fff;
border:1px solid var(--cizgi);
border-radius:30px;
padding:30px;
box-shadow:var(--golge);
}
.form-card h2{
margin:0 0 10px;
font-size:32px;
line-height:1.1;
color:var(--lacivert);
}
.form-card p{
margin:0 0 22px;
color:var(--gri);
line-height:1.65;
}
.form-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
}
.field{
margin-bottom:14px;
}
label{
display:block;
font-weight:900;
color:var(--lacivert);
margin-bottom:7px;
font-size:14px;
}
input,select,textarea{
width:100%;
padding:14px 15px;
border:1px solid #d6dee8;
border-radius:15px;
font-size:16px;
outline:none;
font-family:inherit;
background:#fff;
}
input:focus,select:focus,textarea:focus{
border-color:var(--sari);
box-shadow:0 0 0 4px rgba(255,196,0,.14);
}
textarea{
min-height:104px;
resize:vertical;
}
.form-note{
font-size:12px;
color:var(--gri);
text-align:center;
margin-top:10px;
}

.region-box{
background:linear-gradient(135deg,var(--lacivert),#123456);
color:#fff;
border-radius:34px;
padding:38px;
display:grid;
grid-template-columns:1fr 1fr;
gap:24px;
align-items:center;
box-shadow:var(--golge);
}
.region-box h2{
margin:0 0 12px;
font-size:38px;
line-height:1.1;
}
.region-box p{
margin:0;
color:#dbe4ef;
line-height:1.7;
}
.badges{
display:flex;
flex-wrap:wrap;
gap:10px;
}
.badges span{
background:rgba(255,255,255,.09);
border:1px solid rgba(255,255,255,.14);
padding:10px 13px;
border-radius:999px;
color:#fff;
font-weight:800;
font-size:14px;
}

.faq{
max-width:900px;
margin:auto;
display:grid;
gap:13px;
}
details{
background:#fff;
border:1px solid var(--cizgi);
border-radius:20px;
padding:20px 22px;
box-shadow:0 10px 28px rgba(15,23,42,.05);
}
summary{
cursor:pointer;
font-weight:900;
font-size:18px;
color:var(--lacivert);
}
details p{
margin:12px 0 0;
line-height:1.65;
color:var(--gri);
}

footer{
background:#020914;
color:#b6c2d1;
text-align:center;
padding:34px 0;
line-height:1.8;
}

@media(max-width:980px){
nav{display:none}
.contact-grid,.region-box{grid-template-columns:1fr}
.nav{height:74px}
.logo img{width:145px}
.call{display:none}
}

@media(max-width:620px){
.container{
width:100%;
padding-left:18px;
padding-right:18px;
}
.hero{
padding:42px 0 54px;
}
h1{
font-size:40px;
letter-spacing:-1.2px;
}
.lead{
font-size:17px;
}
section{
padding:52px 0;
}
.form-row{
grid-template-columns:1fr;
}
.form-card{
padding:24px;
border-radius:24px;
}
.contact-card{
padding:24px;
border-radius:22px;
}
.region-box{
padding:26px;
border-radius:26px;
}
.region-box h2{
font-size:30px;
}
.whatsapp{
padding:12px 14px;
font-size:14px;
}
}


.map-wrap{
  background:#fff;
  border:1px solid var(--cizgi);
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 12px 36px rgba(15,23,42,.06);
}
.map-head{
  padding:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid var(--cizgi);
}
.map-head h2{
  margin:0 0 8px;
  color:var(--lacivert);
  font-size:32px;
  letter-spacing:-.8px;
}
.map-head p{
  margin:0;
  color:var(--gri);
  line-height:1.6;
}
.map-frame{
  width:100%;
  height:420px;
  border:0;
  display:block;
}

.reviews-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}
.review-main{
  background:linear-gradient(135deg,var(--lacivert),#123456);
  color:#fff;
  border-radius:30px;
  padding:34px;
  box-shadow:var(--golge);
}
.review-main .stars{
  color:var(--sari);
  font-size:28px;
  letter-spacing:2px;
  margin-bottom:16px;
}
.review-main h2{
  margin:0 0 12px;
  font-size:36px;
  line-height:1.1;
  letter-spacing:-1px;
}
.review-main p{
  margin:0 0 22px;
  color:#dbe4ef;
  line-height:1.7;
  font-size:17px;
}
.review-cards{
  display:grid;
  gap:14px;
}
.review-card{
  background:#fff;
  border:1px solid var(--cizgi);
  border-radius:24px;
  padding:24px;
  box-shadow:0 12px 36px rgba(15,23,42,.06);
}
.review-card b{
  display:block;
  color:var(--lacivert);
  font-size:20px;
  margin-bottom:8px;
}
.review-card p{
  margin:0;
  color:var(--gri);
  line-height:1.65;
}
.review-note{
  background:#fff8d8;
  border:1px solid rgba(255,196,0,.45);
  border-radius:20px;
  padding:18px;
  margin-top:18px;
  color:#3b2f00;
  line-height:1.65;
  font-weight:600;
}

@media(max-width:980px){
  .reviews-grid{
    grid-template-columns:1fr;
  }
  .map-head{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media(max-width:620px){
  .map-head{
    padding:22px;
  }
  .map-head h2{
    font-size:27px;
  }
  .map-frame{
    height:340px;
  }
  .review-main{
    padding:26px;
    border-radius:26px;
  }
  .review-main h2{
    font-size:30px;
  }
  .review-card{
    padding:22px;
    border-radius:22px;
  }
}


.google-reviews-section{
    padding:80px 0;
    background:#f8f9fc;
}

.google-reviews-section .container{
    width:min(1180px,92%);
    margin:auto;
}

.google-reviews-section .section-title{
    text-align:center;
    margin-bottom:42px;
}

.google-reviews-section .section-title span{
    color:#ffc400;
    font-size:14px;
    font-weight:800;
    letter-spacing:2px;
}

.google-reviews-section .section-title h2{
    font-size:42px;
    line-height:1.2;
    color:#06111f;
    margin:14px 0;
    font-weight:800;
}

.google-reviews-section .section-title p{
    max-width:720px;
    margin:auto;
    color:#667085;
    line-height:1.7;
    font-size:17px;
}

@media(max-width:768px){

    .google-reviews-section{
        padding:55px 16px;
    }

    .google-reviews-section .section-title h2{
        font-size:30px;
    }

    .google-reviews-section .section-title p{
        font-size:15px;
    }

}


