:root{
  --bg:#f7f7fb;
  --card:#ffffff;
  --text:#111827;
  --muted:#4b5563;
  --line:rgba(17,24,39,.10);
  --primary:#f97316;   /* turuncu */
  --primary2:#fb923c;  /* açık turuncu */
  --wa:#16a34a;
  --shadow: 0 10px 30px rgba(17,24,39,.10);
  --r: 18px;
  --max: 1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(900px 450px at 20% 0%, rgba(249,115,22,.16), transparent 60%),
    radial-gradient(900px 450px at 85% 10%, rgba(22,163,74,.10), transparent 55%),
    var(--bg);
  color:var(--text);
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}

.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(247,247,251,.82);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:14px;
}
.brand{
  display:flex; align-items:center; gap:12px; min-width: 240px;
}
.brand-badge{
  width:42px; height:42px; border-radius:16px;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  box-shadow: var(--shadow);
  position:relative;
}
.brand-badge:after{
  content:"";
  position:absolute; inset:10px;
  border-radius:12px;
  background: rgba(255,255,255,.28);
}
.brand h1{font-size:17px; margin:0; letter-spacing:.3px}
.brand p{font-size:12px; margin:0; color:var(--muted)}
.brand .name{
  font-weight:900;
  letter-spacing:.4px;
}
.brand .name span{
  color:var(--primary);
}

.menu{display:flex; gap:10px; flex-wrap:wrap; justify-content:center}
.menu a{
  font-size:14px; color:var(--muted);
  padding:8px 10px; border-radius:12px;
  border:1px solid transparent;
}
.menu a:hover{color:var(--text); background: rgba(17,24,39,.04)}
.menu a.active{color:var(--text); border-color: rgba(249,115,22,.25); background: rgba(249,115,22,.10)}

.actions{display:flex; gap:10px; align-items:center}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.70);
  color:var(--text);
  font-weight:800;
  font-size:14px;
}
.btn:hover{background: rgba(255,255,255,.92)}
.btn.primary{background: var(--primary); border-color: transparent; color:#111}
.btn.primary:hover{filter:brightness(1.02)}
.btn.whatsapp{background: var(--wa); border-color: transparent; color:#fff}
.btn.whatsapp:hover{filter:brightness(1.02)}

.hero{padding:46px 0 22px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:16px;
  align-items:stretch;
}
.card{
  background: var(--card);
  border:1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
}
.hero-left{padding:26px}
.kicker{
  display:inline-flex; gap:8px; align-items:center;
  font-size:13px; color:var(--muted);
  padding:6px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  background: rgba(249,115,22,.08);
}
.kicker span.dot{width:8px; height:8px; border-radius:999px; background: var(--primary)}
.hero h2{font-size:38px; margin:14px 0 10px; line-height:1.05}
.hero h2 strong{color:var(--primary); font-weight:950}
.hero p{margin:0 0 14px; color:var(--muted); font-size:16px; line-height:1.65}
.badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.badge{
  font-size:13px; color:var(--muted);
  padding:8px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  background: rgba(17,24,39,.03);
}
.notice{margin-top:10px; color:var(--muted); font-size:13px}

.hero-right{padding:16px}
.imgbox{
  border-radius: calc(var(--r) - 6px);
  overflow:hidden;
  aspect-ratio: 4/3;
  background:
    linear-gradient(135deg, rgba(249,115,22,.25), rgba(22,163,74,.12));
  border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
}
.imgbox .placeholder{
  padding:16px;
  text-align:center;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}
.imgbox img{width:100%; height:100%; object-fit:cover}
.mini{margin-top:12px; padding:14px}
.mini h3{margin:0 0 6px; font-size:16px}
.mini p{margin:0; color:var(--muted); font-size:14px; line-height:1.55}

.section{padding:24px 0}
.section h3{margin:0 0 10px; font-size:24px}
.section p.lead{margin:0 0 16px; color:var(--muted); line-height:1.75}

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.feature{padding:16px}
.feature h4{margin:0 0 6px; font-size:16px}
.feature p{margin:0; color:var(--muted); font-size:14px; line-height:1.65}

.gallery{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.gitem{padding:12px}
.gitem .ph{
  border-radius: 14px;
  overflow:hidden;
  border:1px solid var(--line);
  background: rgba(17,24,39,.03);
  aspect-ratio: 4/3;
  display:flex; align-items:center; justify-content:center;
}
.gitem .ph .placeholder{color:var(--muted); font-size:13px; padding:12px; text-align:center}
.gitem .ph img{width:100%; height:100%; object-fit:cover}
.gitem h4{margin:10px 0 4px; font-size:15px}
.gitem p{margin:0; color:var(--muted); font-size:13px; line-height:1.6}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.box{padding:16px}

.callout{
  border:1px solid rgba(249,115,22,.30);
  background: rgba(249,115,22,.10);
}

.footer{
  padding:22px 0 90px;
  border-top:1px solid var(--line);
  background: rgba(255,255,255,.65);
}
.footer small{color:var(--muted)}
.footer .footgrid{
  display:flex; gap:14px; flex-wrap:wrap;
  align-items:center; justify-content:space-between;
}

.fab{
  position:fixed; right:16px; bottom:16px; z-index:60;
  display:flex; flex-direction:column; gap:10px;
}
.fab a{
  width:56px; height:56px; border-radius:18px;
  display:flex; align-items:center; justify-content:center;
  box-shadow: var(--shadow);
  border:1px solid var(--line);
  background: rgba(255,255,255,.92);
}
.fab a.wh{background: var(--wa); border-color: transparent}
.fab a.call{background: var(--primary); border-color: transparent}
.fab svg{width:22px; height:22px; fill:#fff}

@media (max-width: 900px){
  .hero-grid{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .menu{display:none}
  .hero h2{font-size:34px}
}
