/* ============================================================
   SKY LIFE SPA — Ana Stil Dosyası
   Palet: fildişi zemin, adaçayı/zeytin yeşili vurgu, altın detay
   Font: Bricolage Grotesque (Google Fonts)
   ============================================================ */

:root{
  --bg:        #FDFBF1;
  --bg-soft:   #F1F3E5;
  --card:      #FFFFFF;
  --ink:       #171810;
  --ink-soft:  #3D4033;
  --muted:     #6B6E5D;
  --olive:     #575E46;
  --olive-deep:#3A4030;
  --olive-dark:#23271B;
  --gold:      #C2A36B;
  --gold-soft: #E8DCC2;
  --line:      rgba(23,24,16,.12);
  --line-soft: rgba(23,24,16,.07);
  --shadow-sm: 0 6px 24px rgba(35,39,27,.08);
  --shadow-md: 0 18px 50px rgba(35,39,27,.14);
  --r-sm: 14px;
  --r-md: 22px;
  --r-lg: 30px;
  --container: 1200px;
  --font: "Bricolage Grotesque", "Segoe UI", system-ui, -apple-system, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}
body{
  font-family:var(--font);
  background:var(--bg);
  color:var(--ink);
  line-height:1.65;
  font-size:1.0625rem;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
ul,ol{ list-style:none; }
button{ font-family:inherit; cursor:pointer; }
::selection{ background:var(--olive); color:var(--bg); }

.container{ width:min(100% - 40px, var(--container)); margin-inline:auto; }

.skip-link{
  position:absolute; left:-9999px; top:0; z-index:200;
  background:var(--olive-dark); color:#fff; padding:10px 18px; border-radius:0 0 12px 0;
}
.skip-link:focus{ left:0; }

/* ---------- Tipografi ---------- */
h1,h2,h3,h4{ font-weight:560; line-height:1.12; letter-spacing:-.015em; text-wrap:balance; }
.display-1{ font-size:clamp(2.2rem, 6vw, 4.4rem); font-weight:520; }
.display-2{ font-size:clamp(2rem, 4.2vw, 3.1rem); font-weight:540; }
.display-3{ font-size:clamp(1.55rem, 2.6vw, 2.05rem); }
.lead{ font-size:clamp(1.06rem, 1.5vw, 1.2rem); color:var(--muted); max-width:56ch; }
.accent{ color:var(--olive); }
.accent-gold{ color:var(--gold); }

.overline{
  display:inline-flex; align-items:center; gap:10px;
  font-size:.8rem; font-weight:640; letter-spacing:.22em; text-transform:uppercase;
  color:var(--olive);
}
.overline::before{ content:"✦"; font-size:.9em; color:var(--gold); }

.section-head{ display:grid; gap:14px; max-width:720px; margin-bottom:clamp(36px,5vw,56px); }
.section-head.center{ margin-inline:auto; text-align:center; justify-items:center; }
.section-head .lead{ margin-top:2px; }

/* ---------- Butonlar ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:15px 30px; border-radius:999px; border:1.5px solid transparent;
  font-weight:600; font-size:1rem; line-height:1; white-space:nowrap;
  transition:background .25s ease, color .25s ease, border-color .25s ease, transform .2s ease, box-shadow .25s ease;
}
.btn:active{ transform:scale(.97); }
.btn svg{ flex:none; }
.btn-primary{ background:var(--olive); color:#FDFBF1; box-shadow:0 10px 26px rgba(87,94,70,.32); }
.btn-primary:hover{ background:var(--ink); box-shadow:0 12px 30px rgba(23,24,16,.28); }
.btn-outline{ border-color:var(--line); color:var(--ink); background:transparent; }
.btn-outline:hover{ border-color:var(--ink); background:var(--ink); color:var(--bg); }
.btn-light{ background:var(--bg); color:var(--ink); }
.btn-light:hover{ background:var(--gold); color:var(--ink); }
.btn-wa{ background:#1FA855; color:#fff; box-shadow:0 10px 26px rgba(31,168,85,.3); }
.btn-wa:hover{ background:#178a45; }
.btn-lg{ padding:18px 36px; font-size:1.05rem; }

.link-more{
  display:inline-flex; align-items:center; gap:8px; font-weight:620; color:var(--olive);
  border-bottom:1.5px solid transparent; transition:gap .2s ease, border-color .2s ease;
}
.link-more:hover{ gap:13px; border-color:var(--olive); }

/* ---------- Üst şerit ---------- */
.topbar{ background:var(--olive-dark); color:#E9E7D8; font-size:.85rem; }
.topbar .container{ display:flex; justify-content:space-between; align-items:center; gap:16px; padding:9px 0; }
.topbar a{ color:#fff; font-weight:600; }
.topbar a:hover{ color:var(--gold); }
.topbar-note{ display:flex; align-items:center; gap:8px; }
.topbar-note .dot{ width:6px; height:6px; border-radius:50%; background:var(--gold); }
@media (max-width:640px){ .topbar-note{ display:none; } .topbar .container{ justify-content:center; } }

/* ---------- Header ---------- */
.site-header{
  position:sticky; top:0; z-index:100;
  background:color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled{ border-color:var(--line-soft); box-shadow:0 8px 30px rgba(35,39,27,.07); }
.nav-wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; padding:16px 0; }

.brand{ display:inline-flex; align-items:center; gap:12px; }
.brand-mark{ width:46px; height:46px; flex:none; border-radius:50%; object-fit:cover; box-shadow:0 2px 10px rgba(35,39,27,.15); }
.brand-text{ display:grid; line-height:1.05; }
.brand-name{ font-weight:680; font-size:1.22rem; letter-spacing:.01em; }
.brand-tag{ font-size:.62rem; letter-spacing:.34em; text-transform:uppercase; color:var(--olive); font-weight:600; }

.main-nav ul{ display:flex; gap:6px; align-items:center; }
.main-nav a{
  padding:10px 15px; border-radius:999px; font-weight:560; font-size:.98rem; color:var(--ink-soft);
  transition:background .2s ease, color .2s ease;
}
.main-nav a:hover{ background:var(--bg-soft); color:var(--ink); }
.main-nav a.active{ background:var(--olive); color:#FDFBF1; }
.header-cta{ display:flex; align-items:center; gap:12px; }
.header-phone{ display:inline-flex; align-items:center; gap:9px; font-weight:640; font-size:.98rem; color:var(--ink); }
.header-phone svg{ color:var(--olive); }
.header-phone:hover{ color:var(--olive); }
@media (max-width:1140px){ .header-phone{ display:none; } }

.nav-toggle{
  display:none; width:46px; height:46px; border-radius:14px; border:1.5px solid var(--line);
  background:transparent; align-items:center; justify-content:center; flex:none;
}
.nav-toggle span{ display:block; width:20px; height:2px; background:var(--ink); position:relative; transition:background .2s; }
.nav-toggle span::before,.nav-toggle span::after{
  content:""; position:absolute; left:0; width:20px; height:2px; background:var(--ink); transition:transform .25s ease, top .25s ease;
}
.nav-toggle span::before{ top:-6px; } .nav-toggle span::after{ top:6px; }
.nav-open .nav-toggle span{ background:transparent; }
.nav-open .nav-toggle span::before{ top:0; transform:rotate(45deg); }
.nav-open .nav-toggle span::after{ top:0; transform:rotate(-45deg); }

@media (max-width:960px){
  .nav-toggle{ display:inline-flex; }
  /* backdrop-filter, fixed konumlu menü için kapsayıcı blok oluşturur; menü açıkken kaldır */
  .nav-open .site-header{ backdrop-filter:none; -webkit-backdrop-filter:none; background:var(--bg); }
  .main-nav{
    position:fixed; inset:0; top:0; z-index:90; padding:110px 28px 40px;
    background:var(--bg); display:none;
  }
  .nav-open .main-nav{ display:block; }
  .main-nav ul{ flex-direction:column; align-items:stretch; gap:4px; }
  .main-nav a{ display:block; font-size:1.3rem; padding:14px 18px; border-radius:16px; }
  .header-cta .btn{ display:none; }
  .nav-open .header-cta .btn{ display:inline-flex; position:fixed; z-index:95; left:28px; right:28px; bottom:34px; }
  body.nav-open{ overflow:hidden; }
}

/* ---------- Hero ---------- */
.hero{ position:relative; padding:clamp(40px,6vw,84px) 0 clamp(48px,6vw,80px); overflow:hidden; }
.hero-bg{
  position:absolute; inset:0; pointer-events:none; z-index:-1;
  background:
    radial-gradient(720px 520px at 88% 8%, rgba(87,94,70,.10), transparent 65%),
    radial-gradient(600px 460px at 4% 92%, rgba(194,163,107,.12), transparent 60%);
}
.hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(36px,5vw,72px); align-items:center; }
.hero-copy{ display:grid; gap:22px; justify-items:start; }
.hero-copy h1{ max-width:15ch; }
.hero-copy h1 .accent{ position:relative; white-space:nowrap; }
.hero-copy h1 .accent::after{
  content:""; position:absolute; left:0; right:0; bottom:.04em; height:.14em; z-index:-1;
  background:var(--gold-soft); border-radius:99px;
}
.hero-ctas{ display:flex; flex-wrap:wrap; gap:14px; margin-top:6px; }
.hero-trust{ display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:14px; }
.trust-item{ display:inline-flex; align-items:center; gap:9px; font-size:.92rem; font-weight:580; color:var(--ink-soft); }
.trust-item svg{ color:var(--olive); flex:none; }
.trust-item .stars{ color:var(--gold); letter-spacing:2px; font-size:.95rem; }

.hero-visual{ position:relative; justify-self:end; width:min(100%, 500px); }
.hero-img{
  width:100%; aspect-ratio:11/11.6; object-fit:cover;
  border-radius:270px 270px var(--r-lg) var(--r-lg);
  box-shadow:var(--shadow-md);
}
.hero-frame{
  position:absolute; inset:-16px -16px auto; height:calc(100% + 16px); pointer-events:none;
  border:1.5px solid var(--gold-soft); border-radius:290px 290px calc(var(--r-lg) + 12px) calc(var(--r-lg) + 12px);
}
.float-card{
  position:absolute; background:var(--card); border-radius:18px; box-shadow:var(--shadow-md);
  padding:14px 18px; display:flex; align-items:center; gap:12px; border:1px solid var(--line-soft);
}
.float-rating{ left:-42px; bottom:70px; animation:floaty 5.5s ease-in-out infinite; }
.float-hours{ right:-20px; top:84px; animation:floaty 6.5s ease-in-out 1.2s infinite; }
@keyframes floaty{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-10px); } }
.float-card > div:not(.float-icon){ display:grid; gap:2px; }
.float-card .num{ font-size:1.3rem; font-weight:700; line-height:1; }
.float-card .lbl{ font-size:.78rem; color:var(--muted); line-height:1.3; }
.float-icon{
  width:42px; height:42px; border-radius:12px; background:var(--bg-soft); color:var(--olive);
  display:grid; place-items:center; flex:none;
}
@media (max-width:960px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero-visual{ justify-self:center; width:min(100%, 400px); }
  .hero-img{ aspect-ratio:1/1; border-radius:200px 200px var(--r-md) var(--r-md); }
  .hero-frame{ border-radius:216px 216px calc(var(--r-md) + 12px) calc(var(--r-md) + 12px); }
  .float-rating{ left:-6px; bottom:40px; }
  .float-hours{ right:-6px; top:56px; }
}
@media (max-width:560px){
  .hero-ctas{ width:100%; }
  .hero-ctas .btn{ flex:1 1 100%; }
}

/* ---------- Kayan şerit (marquee) ---------- */
.ticker{ background:var(--olive-deep); color:#EDEBDD; overflow:hidden; padding:16px 0; }
.ticker-track{ display:flex; gap:0; width:max-content; animation:ticker 34s linear infinite; }
.ticker:hover .ticker-track{ animation-play-state:paused; }
.ticker-track span{ display:inline-flex; align-items:center; gap:26px; padding-right:26px; font-size:1.02rem; font-weight:560; letter-spacing:.06em; text-transform:uppercase; white-space:nowrap; }
.ticker-track b{ color:var(--gold); font-weight:500; }
@keyframes ticker{ to{ transform:translateX(-50%); } }

/* ---------- Bölüm düzeni ---------- */
.section{ padding:clamp(52px,9vw,110px) 0; }
.section-soft{ background:var(--bg-soft); }
.section-dark{ background:var(--olive-dark); color:#EFEDE0; }
.section-dark .lead{ color:#B9BBA6; }
.section-dark .overline{ color:var(--gold); }

/* ---------- Hakkımızda ---------- */
.about-grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(40px,6vw,80px); align-items:center; }
.about-visual{ position:relative; display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.about-visual img{ border-radius:var(--r-md); box-shadow:var(--shadow-sm); object-fit:cover; width:100%; }
.about-visual .img-a{ aspect-ratio:4/4.3; border-radius:200px 200px var(--r-md) var(--r-md); }
.about-visual .img-b{ aspect-ratio:4/4.3; margin-top:34px; border-radius:var(--r-md) var(--r-md) 200px 200px; }
.exp-badge{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:128px; height:128px; border-radius:50%; background:var(--gold);
  display:grid; place-items:center; text-align:center; color:var(--ink);
  box-shadow:0 14px 34px rgba(194,163,107,.5); border:5px solid var(--bg);
  animation:spin-slow 26s linear infinite paused;
}
.exp-badge .in{ display:grid; line-height:1.1; }
.exp-badge .n{ font-size:1.7rem; font-weight:720; }
.exp-badge .t{ font-size:.66rem; font-weight:640; letter-spacing:.12em; text-transform:uppercase; }
.about-copy{ display:grid; gap:20px; justify-items:start; }
.check-list{ display:grid; gap:12px; margin-top:4px; }
.check-list li{ display:flex; gap:12px; align-items:flex-start; font-weight:560; color:var(--ink-soft); }
.check-list .ico{
  width:24px; height:24px; border-radius:50%; background:var(--olive); color:#FDFBF1;
  display:grid; place-items:center; flex:none; margin-top:2px; font-size:.72rem;
}
.about-cta-row{ display:flex; flex-wrap:wrap; align-items:center; gap:22px; margin-top:8px; }
.phone-chip{ display:inline-flex; align-items:center; gap:13px; }
.phone-chip .float-icon{ background:var(--gold-soft); color:var(--olive-deep); border-radius:50%; width:48px; height:48px; }
.phone-chip .lbl{ font-size:.8rem; color:var(--muted); display:block; line-height:1.2; }
.phone-chip .num{ font-weight:680; font-size:1.06rem; color:var(--ink); }
.phone-chip:hover .num{ color:var(--olive); }
@media (max-width:960px){ .about-grid{ grid-template-columns:1fr; } }

/* ---------- Hizmet kartları ---------- */
.services-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:clamp(36px,5vw,54px); }
.services-head .section-head{ margin-bottom:0; }
@media (max-width:720px){ .services-head{ flex-direction:column; align-items:flex-start; } }

.svc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
@media (max-width:1020px){ .svc-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px){ .svc-grid{ grid-template-columns:1fr; } }

.svc-card{
  background:var(--card); border-radius:var(--r-md); overflow:hidden; border:1px solid var(--line-soft);
  display:flex; flex-direction:column; position:relative;
  transition:transform .35s ease, box-shadow .35s ease;
}
.svc-card:hover{ transform:translateY(-8px); box-shadow:var(--shadow-md); }
.svc-media{ position:relative; overflow:hidden; }
.svc-media img{ aspect-ratio:9/6.4; object-fit:cover; width:100%; transition:transform .6s ease; }
.svc-card:hover .svc-media img{ transform:scale(1.06); }
.svc-num{
  position:absolute; top:14px; left:14px; background:color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter:blur(6px); border-radius:999px; padding:6px 13px;
  font-size:.8rem; font-weight:680; letter-spacing:.08em; color:var(--olive-deep);
}
.svc-time{
  position:absolute; bottom:14px; right:14px; background:var(--olive-dark); color:var(--gold-soft);
  border-radius:999px; padding:6px 13px; font-size:.78rem; font-weight:600; letter-spacing:.04em;
}
.svc-body{ padding:24px 24px 26px; display:grid; gap:10px; align-content:start; flex:1; }
.svc-body h3{ font-size:1.28rem; }
.svc-body h3 a::after{ content:""; position:absolute; inset:0; }
.svc-body p{ color:var(--muted); font-size:.97rem; }
.svc-more{ margin-top:auto; padding-top:8px; display:inline-flex; align-items:center; gap:8px; font-weight:640; color:var(--olive); font-size:.95rem; }
.svc-card:hover .svc-more{ gap:13px; }

.svc-wide{
  margin-top:26px; position:relative; border-radius:var(--r-md); overflow:hidden; border:1px solid var(--line-soft);
  min-height:320px; display:flex; align-items:flex-end; color:#F4F2E6;
}
.svc-wide img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.svc-wide:hover img{ transform:scale(1.04); }
.svc-wide::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(23,24,16,0) 30%, rgba(23,24,16,.78)); }
.svc-wide-body{ position:relative; z-index:2; padding:clamp(24px,4vw,40px); display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between; gap:18px; width:100%; }
.svc-wide-body h3{ font-size:clamp(1.5rem,2.6vw,2rem); color:#fff; }
.svc-wide-body p{ max-width:52ch; color:#D8D6C4; margin-top:8px; }

/* ---------- Neden Biz ---------- */
.why-grid{ display:grid; grid-template-columns:.92fr 1.08fr; gap:clamp(40px,6vw,80px); align-items:center; }
.why-visual{ position:relative; }
.why-visual > img{
  width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:var(--r-lg);
  box-shadow:var(--shadow-md);
}
@media (max-width:960px){ .why-visual > img{ aspect-ratio:4/3; } }
.why-stat{
  position:absolute; right:-18px; bottom:38px;
}
.why-copy{ display:grid; gap:8px; }
.feature-row{
  display:flex; gap:22px; padding:22px 0; border-bottom:1px solid var(--line-soft); align-items:flex-start;
}
.feature-row:last-of-type{ border-bottom:0; }
.feature-num{
  font-size:1.05rem; font-weight:700; color:var(--gold); flex:none; width:44px; height:44px;
  border:1.5px solid var(--gold-soft); border-radius:50%; display:grid; place-items:center; margin-top:3px;
}
.feature-row h3{ font-size:1.18rem; margin-bottom:5px; }
.feature-row p{ color:var(--muted); font-size:.97rem; max-width:56ch; }

.hours-box{
  margin-top:22px; background:var(--card); border:1px solid var(--line-soft); border-radius:var(--r-md);
  padding:22px 26px; display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap;
  box-shadow:var(--shadow-sm);
}
.hours-box .t{ font-weight:640; }
.hours-box .h{ color:var(--olive); font-weight:680; font-size:1.15rem; }
@media (max-width:960px){ .why-grid{ grid-template-columns:1fr; } .why-stat{ right:8px; } }

/* ---------- İstatistik bandı ---------- */
.stats-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:30px; text-align:center; }
.stat .n{ font-size:clamp(2.3rem,4.5vw,3.4rem); font-weight:640; color:#fff; line-height:1; display:inline-flex; align-items:baseline; }
.stat .n em{ font-style:normal; color:var(--gold); font-size:.7em; margin-left:2px; }
.stat .l{ margin-top:10px; color:#AEB09A; font-size:.95rem; letter-spacing:.02em; }
@media (max-width:900px){ .stats-grid{ grid-template-columns:repeat(2,1fr); gap:36px 20px; } }

/* ---------- Fiyatlar ---------- */
.price-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; align-items:stretch; }
@media (max-width:1020px){ .price-grid{ grid-template-columns:1fr; max-width:520px; margin-inline:auto; } }
.price-card{
  background:var(--card); border-radius:var(--r-lg); border:1px solid var(--line-soft);
  padding:clamp(28px,3.4vw,40px); display:grid; gap:18px; align-content:start; position:relative;
  transition:transform .35s ease, box-shadow .35s ease;
}
.price-card:hover{ transform:translateY(-8px); box-shadow:var(--shadow-md); }
.price-card.featured{ background:var(--olive-dark); color:#EFEDE0; border-color:var(--olive-dark); box-shadow:var(--shadow-md); }
.price-card.featured .price-desc, .price-card.featured .price-feats li{ color:#B9BBA6; }
.price-card.featured .price-amount{ color:#fff; }
.price-flag{
  position:absolute; top:-14px; left:50%; transform:translateX(-50%);
  background:var(--gold); color:var(--ink); border-radius:999px; padding:7px 18px;
  font-size:.78rem; font-weight:680; letter-spacing:.06em; text-transform:uppercase; white-space:nowrap;
}
.price-name{ font-size:1.26rem; font-weight:640; display:flex; align-items:center; gap:10px; }
.price-name .min{ font-size:.8rem; font-weight:620; color:var(--gold); border:1px solid var(--gold-soft); padding:3px 10px; border-radius:999px; }
.price-desc{ color:var(--muted); font-size:.95rem; }
.price-amount{ font-size:clamp(2.2rem,3.5vw,2.9rem); font-weight:680; line-height:1; }
.price-amount .per{ font-size:.95rem; font-weight:520; color:var(--muted); margin-left:4px; }
.price-feats{ display:grid; gap:11px; padding-top:6px; }
.price-feats li{ display:flex; gap:11px; align-items:flex-start; font-size:.97rem; color:var(--ink-soft); }
.price-feats .ico{ color:var(--gold); flex:none; margin-top:4px; }
.price-card .btn{ margin-top:10px; justify-self:stretch; }
.price-note{ text-align:center; color:var(--muted); font-size:.88rem; margin-top:26px; }

/* ---------- Yorumlar ---------- */
.testi-wrap{ position:relative; }
.testi-track{
  display:grid; grid-auto-flow:column; grid-auto-columns:min(100%, 420px); gap:24px;
  overflow-x:auto; scroll-snap-type:x mandatory; padding:8px 4px 22px; scrollbar-width:none;
}
.testi-track::-webkit-scrollbar{ display:none; }
.testi-card{
  scroll-snap-align:start; background:var(--card); border:1px solid var(--line-soft);
  border-radius:var(--r-md); padding:30px; display:grid; gap:16px; align-content:start; box-shadow:var(--shadow-sm);
}
.testi-stars{ color:var(--gold); letter-spacing:3px; }
.testi-text{ color:var(--ink-soft); font-size:1.02rem; }
.testi-person{ display:flex; align-items:center; gap:13px; margin-top:4px; }
.testi-avatar{
  width:46px; height:46px; border-radius:50%; background:var(--olive); color:#FDFBF1;
  display:grid; place-items:center; font-weight:660; font-size:1rem; flex:none;
}
.testi-person .nm{ font-weight:640; line-height:1.2; }
.testi-person .rl{ font-size:.83rem; color:var(--muted); }
.testi-nav{ display:flex; gap:10px; justify-content:flex-end; margin-top:6px; }
.testi-btn{
  width:48px; height:48px; border-radius:50%; border:1.5px solid var(--line); background:var(--card);
  display:grid; place-items:center; color:var(--ink); transition:all .25s ease;
}
.testi-btn:hover{ background:var(--olive); border-color:var(--olive); color:#fff; }

/* ---------- SSS ---------- */
.faq-wrap{ max-width:820px; margin-inline:auto; display:grid; gap:14px; }
.faq-item{
  background:var(--card); border:1px solid var(--line-soft); border-radius:var(--r-sm);
  overflow:hidden; transition:box-shadow .25s ease;
}
.faq-item[open]{ box-shadow:var(--shadow-sm); }
.faq-item summary{
  list-style:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:18px;
  padding:20px 24px; font-weight:620; font-size:1.05rem;
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-icon{
  width:32px; height:32px; border-radius:50%; background:var(--bg-soft); color:var(--olive);
  display:grid; place-items:center; flex:none; font-size:1.15rem; font-weight:500; transition:transform .3s ease, background .3s ease;
}
.faq-item[open] .faq-icon{ transform:rotate(45deg); background:var(--olive); color:#fff; }
.faq-body{ padding:0 24px 22px; color:var(--muted); max-width:65ch; }

/* ---------- Galeri ---------- */
.gallery{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
@media (max-width:720px){ .gallery{ grid-template-columns:repeat(2,1fr); gap:12px; } }
.gallery a{ display:block; border-radius:var(--r-sm); overflow:hidden; position:relative; }
.gallery img{ width:100%; aspect-ratio:4/3; object-fit:cover; object-position:50% 30%; transition:transform .5s ease; }
.gallery a::after{
  content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 55%, rgba(23,24,16,.4));
  opacity:0; transition:opacity .3s ease;
}
.gallery a:hover img{ transform:scale(1.05); }
.gallery a:hover::after{ opacity:1; }

/* ---------- CTA bandı ---------- */
.cta-band{ position:relative; overflow:hidden; border-radius:var(--r-lg); }
.cta-band > img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.cta-band::before{ content:""; position:absolute; inset:0; background:linear-gradient(100deg, rgba(23,24,16,.9) 8%, rgba(23,24,16,.55) 60%, rgba(23,24,16,.35)); }
.cta-inner{ position:relative; z-index:2; padding:clamp(48px,7vw,88px) clamp(24px,6vw,80px); color:#F4F2E6; display:grid; gap:20px; justify-items:start; max-width:660px; }
.cta-inner h2{ color:#fff; }
.cta-inner p{ color:#CBC9B6; }
.cta-inner .hero-ctas{ margin-top:4px; }

/* ---------- İletişim / Form ---------- */
.contact-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(36px,5vw,64px); align-items:start; }
@media (max-width:960px){ .contact-grid{ grid-template-columns:1fr; } }
.contact-info{ display:grid; gap:16px; }
.info-card{
  display:flex; gap:16px; align-items:flex-start; background:var(--card); border:1px solid var(--line-soft);
  border-radius:var(--r-sm); padding:20px 22px; transition:transform .25s ease, box-shadow .25s ease;
}
.info-card:hover{ transform:translateY(-3px); box-shadow:var(--shadow-sm); }
.info-card .float-icon{ border-radius:50%; }
.info-card .t{ font-weight:650; margin-bottom:2px; }
.info-card .d{ color:var(--muted); font-size:.95rem; line-height:1.5; }
.info-card a.d:hover{ color:var(--olive); }

.form-card{
  background:var(--card); border:1px solid var(--line-soft); border-radius:var(--r-lg);
  padding:clamp(26px,4vw,44px); box-shadow:var(--shadow-sm);
}
.form-card h3{ font-size:1.5rem; margin-bottom:6px; }
.form-card .sub{ color:var(--muted); font-size:.95rem; margin-bottom:26px; }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-grid .full{ grid-column:1/-1; }
@media (max-width:560px){ .form-grid{ grid-template-columns:1fr; } }
.field label{ display:block; font-size:.88rem; font-weight:620; margin-bottom:7px; color:var(--ink-soft); }
.field input,.field select,.field textarea{
  width:100%; padding:14px 16px; border-radius:var(--r-sm); border:1.5px solid var(--line);
  background:var(--bg); font-family:inherit; font-size:1rem; color:var(--ink);
  transition:border-color .2s ease, box-shadow .2s ease;
}
.field textarea{ min-height:120px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none; border-color:var(--olive); box-shadow:0 0 0 4px rgba(87,94,70,.13);
}
.field select{ appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none'%3E%3Cpath d='M1 1.5 7 7.5 13 1.5' stroke='%23575E46' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 16px center; }
.form-consent{ display:flex; gap:10px; align-items:flex-start; font-size:.85rem; color:var(--muted); }
.form-consent input{ margin-top:4px; accent-color:var(--olive); }
.form-consent a{ text-decoration:underline; }
.form-status{ display:none; margin-top:14px; padding:13px 16px; border-radius:var(--r-sm); font-size:.93rem; font-weight:560; }
.form-status.ok{ display:block; background:#EAF3E4; color:#2F5E24; }
.form-status.err{ display:block; background:#F8E9E4; color:#93402A; }

.map-wrap{
  margin-top:26px; border-radius:var(--r-md); overflow:hidden;
  border:1px solid var(--line-soft); box-shadow:var(--shadow-sm);
}
.map-wrap iframe{ display:block; width:100%; height:380px; border:0; }

/* ---------- Sayfa hero (iç sayfalar) ---------- */
.page-hero{ padding:clamp(48px,7vw,84px) 0 clamp(36px,5vw,60px); position:relative; overflow:hidden; }
.page-hero .hero-bg{ z-index:0; }
.page-hero .container{ position:relative; z-index:1; }
.breadcrumb{ display:flex; flex-wrap:wrap; gap:8px; align-items:center; font-size:.88rem; color:var(--muted); margin-bottom:18px; }
.breadcrumb a:hover{ color:var(--olive); }
.breadcrumb .sep{ opacity:.5; }
.page-hero h1{ font-size:clamp(2.2rem,5vw,3.6rem); max-width:22ch; }
.page-hero .lead{ margin-top:16px; }

/* ---------- Hizmet detay ---------- */
.svc-hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(36px,5vw,72px); align-items:center; }
@media (max-width:960px){ .svc-hero-grid{ grid-template-columns:1fr; } }
.svc-hero-copy{ display:grid; gap:18px; justify-items:start; }
.svc-meta{ display:flex; flex-wrap:wrap; gap:10px; }
.meta-chip{
  display:inline-flex; align-items:center; gap:8px; background:var(--card); border:1px solid var(--line-soft);
  border-radius:999px; padding:9px 16px; font-size:.88rem; font-weight:600; color:var(--ink-soft);
}
.meta-chip svg{ color:var(--olive); }
.svc-hero-img{ width:100%; aspect-ratio:9/7; object-fit:cover; border-radius:220px 220px var(--r-lg) var(--r-lg); box-shadow:var(--shadow-md); }

.prose{ max-width:760px; display:grid; gap:18px; }
.prose h2{ font-size:clamp(1.6rem,2.6vw,2.1rem); margin-top:14px; }
.prose p{ color:var(--ink-soft); }
.prose ul{ display:grid; gap:12px; }
.prose ul li{ display:flex; gap:12px; align-items:flex-start; color:var(--ink-soft); }
.prose ul .ico{ width:24px; height:24px; border-radius:50%; background:var(--gold-soft); color:var(--olive-deep); display:grid; place-items:center; flex:none; margin-top:3px; font-size:.72rem; }

.steps-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:10px; }
@media (max-width:860px){ .steps-grid{ grid-template-columns:1fr; } }
.step-card{ background:var(--card); border:1px solid var(--line-soft); border-radius:var(--r-md); padding:28px; display:grid; gap:10px; align-content:start; }
.step-card .n{ font-size:2rem; font-weight:700; color:var(--gold); line-height:1; }
.step-card h3{ font-size:1.14rem; }
.step-card p{ color:var(--muted); font-size:.95rem; }

.related-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
@media (max-width:860px){ .related-grid{ grid-template-columns:1fr; } }

/* ---------- Hizmet listesi (hizmetler.html) ---------- */
.svc-row{
  display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(28px,4.5vw,60px); align-items:center;
  padding:clamp(36px,5vw,56px) 0; border-bottom:1px solid var(--line-soft);
}
.svc-row:last-of-type{ border-bottom:0; }
.svc-row:nth-child(even){ direction:rtl; }
.svc-row:nth-child(even) > *{ direction:ltr; }
.svc-row img{ width:100%; aspect-ratio:9/6.6; object-fit:cover; border-radius:var(--r-md); box-shadow:var(--shadow-sm); }
.svc-row-copy{ display:grid; gap:14px; justify-items:start; }
.svc-row-copy h2{ font-size:clamp(1.6rem,2.8vw,2.2rem); }
.svc-row-copy p{ color:var(--muted); max-width:56ch; }
@media (max-width:900px){ .svc-row{ grid-template-columns:1fr; } .svc-row:nth-child(even){ direction:ltr; } }

/* ---------- Değerler (hakkımızda) ---------- */
.values-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media (max-width:960px){ .values-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px){ .values-grid{ grid-template-columns:1fr; } }
.value-card{ background:var(--card); border:1px solid var(--line-soft); border-radius:var(--r-md); padding:30px; display:grid; gap:12px; align-content:start; transition:transform .3s ease, box-shadow .3s ease; }
.value-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-sm); }
.value-card .float-icon{ width:52px; height:52px; border-radius:16px; background:var(--bg-soft); }
.value-card h3{ font-size:1.16rem; }
.value-card p{ color:var(--muted); font-size:.95rem; }

/* ---------- Footer ---------- */
.site-footer{ background:var(--olive-dark); color:#C9CBB6; margin-top:0; }
.footer-top{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:clamp(32px,5vw,60px); padding:clamp(56px,7vw,84px) 0 44px; }
@media (max-width:1020px){ .footer-top{ grid-template-columns:1fr 1fr; } }
@media (max-width:600px){ .footer-top{ grid-template-columns:1fr; } }
.footer-brand{ display:grid; gap:18px; justify-items:start; }
.footer-brand .brand-name{ color:#fff; }
.footer-brand .brand-tag{ color:var(--gold); }
.footer-brand p{ font-size:.95rem; max-width:34ch; }
.social-row{ display:flex; gap:10px; }
.social-row a{
  width:42px; height:42px; border-radius:50%; border:1px solid rgba(255,255,255,.18);
  display:grid; place-items:center; color:#E7E5D6; transition:all .25s ease;
}
.social-row a:hover{ background:var(--gold); border-color:var(--gold); color:var(--ink); }
.footer-col h4{ color:#fff; font-size:1.02rem; margin-bottom:18px; letter-spacing:.03em; }
.footer-col ul{ display:grid; gap:11px; }
.footer-col a{ font-size:.95rem; transition:color .2s ease, padding-left .2s ease; }
.footer-col a:hover{ color:var(--gold); padding-left:4px; }
.footer-contact li{ display:flex; gap:12px; align-items:flex-start; font-size:.95rem; }
.footer-contact svg{ color:var(--gold); flex:none; margin-top:4px; }
.footer-contact a:hover{ color:var(--gold); }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.12); padding:22px 0; }
.footer-bottom .container{ display:flex; flex-wrap:wrap; justify-content:space-between; gap:12px; font-size:.86rem; }
.footer-bottom a{ color:#C9CBB6; }
.footer-bottom a:hover{ color:var(--gold); }
.footer-legal{ display:flex; gap:18px; flex-wrap:wrap; }

/* ---------- WhatsApp sabit buton ---------- */
.wa-float{
  position:fixed; right:22px; bottom:22px; z-index:80;
  width:58px; height:58px; border-radius:50%; background:#1FA855; color:#fff;
  display:grid; place-items:center; box-shadow:0 12px 30px rgba(31,168,85,.45);
  transition:transform .25s ease, box-shadow .25s ease;
}
.wa-float:hover{ transform:scale(1.08); box-shadow:0 16px 36px rgba(31,168,85,.55); }
.wa-float::after{
  content:""; position:absolute; inset:-5px; border-radius:50%; border:2px solid rgba(31,168,85,.5);
  animation:pulse 2.2s ease-out infinite;
}
@keyframes pulse{ 0%{ transform:scale(.86); opacity:1; } 100%{ transform:scale(1.28); opacity:0; } }

/* ---------- Reveal animasyonları ---------- */
.reveal{ opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity:1; transform:none; }
.reveal-d1{ transition-delay:.08s; } .reveal-d2{ transition-delay:.16s; } .reveal-d3{ transition-delay:.24s; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; } }

/* ---------- 404 / Teşekkürler ---------- */
.status-page{ min-height:58vh; display:grid; place-items:center; text-align:center; padding:70px 0; }
.status-page .in{ display:grid; gap:18px; justify-items:center; max-width:560px; }
.status-page .big{ font-size:clamp(4rem,10vw,7rem); font-weight:700; color:var(--gold); line-height:1; }
