:root{
  --text:#0b1220;
  --muted:#6b7280;
  --line:#e8e2da;

  /* sıcak tema */
  --soft:#fbf7f2;
  --soft2:#fffaf4;
  --accent:#c7a17a;
  --accent2:#ff6b6b;
  --accent3:#7dd3fc;

  --dark:#111827;
  --white:#ffffff;
  --radius:20px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial; color:var(--text); }

body{
  background:
    radial-gradient(900px 450px at 10% 10%, rgba(255,107,107,.12), transparent 60%),
    radial-gradient(800px 400px at 90% 20%, rgba(125,211,252,.16), transparent 55%),
    radial-gradient(900px 450px at 50% 100%, rgba(199,161,122,.16), transparent 60%),
    var(--soft);
}

a{ color:inherit; text-decoration:none; }
.container{ width:min(1100px, calc(100% - 40px)); margin:0 auto; }

.hdr{
  position:sticky; top:0; z-index:50;
  background:rgba(251,247,242,.75);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(232,226,218,.9);
}

.hdr-inner{ display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:14px; }
.logo{ display:flex; align-items:center; gap:10px; }
.logo .mark{
  width:40px; height:40px; border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, var(--dark), #0b1220);
  color:#fff; font-weight:800;
  box-shadow:0 18px 40px rgba(17,24,39,.18);
}
.logo small{ display:block; color:var(--muted); margin-top:2px; font-size:12px; }
.nav{ display:flex; gap:10px; align-items:center; }
.nav a{ color:#111827; font-size:14px; padding:8px 10px; border-radius:999px; }
.nav a:hover{ background:rgba(125,211,252,.16); }

.hdr-cta{ display:flex; gap:10px; flex-wrap:wrap; }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:999px; padding:11px 16px;
  background: linear-gradient(135deg, var(--dark), #0b1220);
  color:#fff; font-weight:650; font-size:14px;
  border:1px solid rgba(17,24,39,.12);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn:hover{
  transform: translateY(-1px);
  box-shadow:0 18px 40px rgba(17,24,39,.18);
  filter: brightness(1.05);
}
.btn:active{ transform: translateY(0); box-shadow:none; }

.btn.wide{ width:100%; }

.btn-ghost{
  background: linear-gradient(135deg, #fff, var(--soft2));
  color:var(--dark);
  border:1px solid var(--line);
}
.btn-ghost:hover{ box-shadow:0 18px 40px rgba(0,0,0,.10); }

.hero{ padding:44px 0 18px; }
.hero-grid{ display:grid; grid-template-columns: 1.2fr .8fr; gap:18px; align-items:start; }
@media (max-width: 920px){ .hero-grid{ grid-template-columns:1fr; } .nav{ display:none; } }

.pill{
  display:inline-flex; align-items:center;
  border:1px solid rgba(199,161,122,.45);
  background: linear-gradient(135deg, rgba(255,107,107,.12), rgba(125,211,252,.14), rgba(199,161,122,.16));
  padding:7px 12px; border-radius:999px;
  font-size:13px; color:#374151;
}

h1{ margin:14px 0 10px; font-size:42px; line-height:1.05; letter-spacing:-0.03em; }
.lead{ margin:0; color:#374151; font-size:16px; line-height:1.6; max-width:56ch; }

.hero-actions{ display:flex; gap:10px; margin-top:16px; flex-wrap:wrap; }
.mini-links{ display:flex; gap:12px; margin-top:14px; color:var(--muted); font-size:14px; }
.mini-links a:hover{ color:#111827; }

.hero-card{
  background:#fff;
  border:1px solid rgba(232,226,218,.95);
  border-radius: var(--radius);
  padding:16px;
  box-shadow:0 24px 60px rgba(0,0,0,.08);
}
.hero-card-top{ display:flex; align-items:baseline; justify-content:space-between; gap:10px; margin-bottom:8px; }
.muted{ color:var(--muted); }

.tick{ margin:10px 0 14px; padding-left:18px; color:#374151; }
.tick li{ margin:8px 0; }

.softbox{
  margin-top:12px;
  border:1px solid rgba(125,211,252,.25);
  background: linear-gradient(135deg, rgba(125,211,252,.12), rgba(255,107,107,.08), rgba(199,161,122,.10));
  border-radius:16px;
  padding:12px;
}
.softbox-title{ font-weight:650; color:#111827; margin-bottom:6px; }

.section{ padding:36px 0; }
.section.alt{
  background: linear-gradient(180deg, #ffffff, var(--soft2));
  border-top:1px solid rgba(232,226,218,.9);
  border-bottom:1px solid rgba(232,226,218,.9);
}
.section-head{ display:flex; align-items:baseline; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:14px; }
.section-head h2{ margin:0; font-size:22px; letter-spacing:-0.02em; }
.section-head p{ margin:0; }

.cards{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px; }
@media (max-width: 920px){ .cards{ grid-template-columns:1fr; } }

.card{
  background:#fff;
  border:1px solid rgba(232,226,218,.95);
  border-radius: var(--radius);
  padding:16px;
  box-shadow:0 16px 44px rgba(0,0,0,.07);
}
.card b{ font-size:16px; font-weight:650; }
.card p{ margin:8px 0 0; color:#374151; line-height:1.6; }

.two{ display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start; }
@media (max-width: 920px){ .two{ grid-template-columns:1fr; } }

.stats{ display:grid; grid-template-columns: repeat(3,1fr); gap:10px; margin-top:12px; }
.stat{
  border:1px solid rgba(232,226,218,.95);
  border-radius:16px;
  padding:12px;
  background:#fff;
}
.stat b{ display:block; font-size:18px; font-weight:750; }
.stat small{ color:var(--muted); }

.imgph{ position:relative; }
.imgph .imgbox{
  height:260px;
  border-radius:24px;
  border:1px dashed rgba(199,161,122,.6);
  display:grid; place-items:center;
  color:#64748b;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}
.spark{
  position:absolute;
  width:180px; height:180px;
  right:-20px; top:-20px;
  border-radius:999px;
  background: radial-gradient(circle at 30% 30%, rgba(255,107,107,.25), transparent 55%),
              radial-gradient(circle at 70% 40%, rgba(125,211,252,.25), transparent 55%),
              radial-gradient(circle at 50% 80%, rgba(199,161,122,.25), transparent 55%);
  filter: blur(2px);
  pointer-events:none;
}

.faq details{
  background:#fff;
  border:1px solid rgba(232,226,218,.95);
  border-radius:16px;
  padding:12px 14px;
  margin-top:10px;
  box-shadow:0 14px 34px rgba(0,0,0,.06);
}
.faq summary{ cursor:pointer; font-weight:650; }
.faq p{ margin:10px 0 0; color:#374151; line-height:1.6; }

.contact-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:12px; align-items:start; }
@media (max-width: 920px){ .contact-grid{ grid-template-columns:1fr; } }

.contact-card, .map-card{
  background:#fff;
  border:1px solid rgba(232,226,218,.95);
  border-radius: var(--radius);
  padding:16px;
  box-shadow:0 24px 60px rgba(0,0,0,.08);
}

.contact-actions{ display:grid; grid-template-columns: 1fr; gap:10px; margin-bottom:14px; }

.form label{ display:block; font-size:13px; color:#374151; margin-top:10px; }
.form input, .form textarea{
  width:100%;
  border:1px solid rgba(232,226,218,.95);
  border-radius:14px;
  padding:12px 12px;
  background:#fff;
  outline:none;
  margin-top:6px;
}
.form input:focus, .form textarea:focus{
  border-color: rgba(125,211,252,.8);
  box-shadow:0 0 0 4px rgba(125,211,252,.22);
}
.form-msg{ margin-top:10px; font-size:13px; }
.form-msg.ok{ color:#065f46; }
.form-msg.err{ color:#7f1d1d; }
.hp{ display:none; }

.map-head{ display:flex; justify-content:space-between; align-items:center; gap:10px; margin-bottom:10px; }
.map-embed iframe{ width:100%; height:340px; border:0; border-radius:16px; }
.map-placeholder{
  height:340px; border-radius:16px;
  border:1px dashed rgba(199,161,122,.6);
  display:grid; place-items:center;
  color:#64748b; background:#f8fafc;
  padding:12px;
  text-align:center;
}

.ftr{ padding:18px 0 30px; }
.ftr-inner{ display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; }

/* Premium hover */
.card, .hero-card, .contact-card, .map-card{
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover, .hero-card:hover, .contact-card:hover, .map-card:hover{
  transform: translateY(-2px);
  box-shadow:0 28px 70px rgba(0,0,0,.10);
  border-color: rgba(199,161,122,.55);
}
.hero-photo{
  margin-top:12px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(232,226,218,.95);
  box-shadow:0 18px 50px rgba(0,0,0,.08);
}
.hero-photo img{ width:100%; height:240px; object-fit:cover; display:block; }

.about-photo{
  width:100%;
  height:260px;
  border-radius:24px;
  object-fit:cover;
  border:1px solid rgba(232,226,218,.95);
  box-shadow:0 18px 50px rgba(0,0,0,.08);
}

.gallery{
  margin-top:14px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:10px;
}
@media(max-width:920px){ .gallery{ grid-template-columns:1fr; } }
.gallery img{
  width:100%;
  height:170px;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(232,226,218,.95);
  box-shadow:0 14px 34px rgba(0,0,0,.07);
  transition: transform .18s ease, box-shadow .18s ease;
}
.gallery img:hover{
  transform: translateY(-2px);
  box-shadow:0 26px 70px rgba(0,0,0,.10);
}
.logo{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:#1f2937;
}

.logo-img{
  height:44px;        /* masaüstü */
  width:auto;
  object-fit:contain;
}

.logo-text b{
  font-size:16px;
  font-weight:600;
  line-height:1.1;
  display:block;
}

.logo-text small{
  font-size:12px;
  color:#6b7280;
}

/* Mobil */
@media(max-width:768px){
  .logo-img{ height:36px; }
  .logo-text b{ font-size:15px; }
}

/* Header logo fix */
.logo{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:#111827;
  min-width: 220px; /* menüyü itmesin */
}

.logo-badge{
  width:52px;
  height:52px;
  border-radius:14px;          /* logo “ikon” hissi */
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 52px;
}

.logo-img{
  width:100%;
  height:100%;
  object-fit:contain;          /* asla kırpma, taşırma yok */
  padding:6px;                /* nefes alanı */
  display:block;
}

.logo-text b{
  font-size:15px;
  font-weight:600;            /* daha az yorucu */
  line-height:1.1;
  display:block;
}
.logo-text small{
  font-size:12px;
  color:#6b7280;
}

/* Mobilde daha kompakt */
@media (max-width: 820px){
  .logo{ min-width: unset; }
  .logo-badge{ width:44px; height:44px; border-radius:12px; flex-basis:44px; }
  .logo-text b{ font-size:14px; }
}
/* =========================
   STICKY HEADER (PREMIUM)
   ========================= */

.hdr{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 248, 240, 0.78); /* sıcak, iç ısıtan */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.04);
  transition: all .28s ease;
}

.hdr-inner{
  height: 78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  transition: height .28s ease;
}

/* Scroll sonrası küçülme */
.hdr.is-scrolled{
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
}

.hdr.is-scrolled .hdr-inner{
  height: 62px;
}

/* Logo küçülmesi */
.hdr.is-scrolled .logo-badge{
  width:42px;
  height:42px;
  border-radius:12px;
}

.hdr.is-scrolled .logo-text b{
  font-size:14px;
}

/* Menü hover premium */
.hdr nav a{
  padding:8px 12px;
  border-radius:10px;
  transition: all .2s ease;
}

.hdr nav a:hover{
  background: rgba(0,0,0,.04);
}

/* Butonlar */
.hdr .btn-primary{
  padding:10px 18px;
  border-radius:999px;
  background:#0f172a;
  color:#fff;
  font-weight:500;
  transition: all .25s ease;
}

.hdr .btn-primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(15,23,42,.25);
}
/* =========================
   HERO GRADIENT + FLOATING SHAPES
   ========================= */
.hero{
  position: relative;
  overflow: hidden;
}

.hero-inner{
  position: relative;
  z-index: 2;
}

.hero-bg{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(800px 500px at 20% 10%, rgba(255, 206, 170, .45), transparent 60%),
    radial-gradient(700px 460px at 80% 20%, rgba(170, 220, 255, .35), transparent 60%),
    radial-gradient(900px 650px at 60% 90%, rgba(200, 255, 214, .28), transparent 62%);
}

.blob{
  position:absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(22px);
  opacity: .55;
  transform: translate3d(0,0,0);
  animation: floaty 9s ease-in-out infinite;
}

.blob-1{
  left:-120px;
  top: 120px;
  background: radial-gradient(circle at 30% 30%, rgba(255,180,140,.9), rgba(255,180,140,0));
}

.blob-2{
  right:-140px;
  top: -80px;
  background: radial-gradient(circle at 30% 30%, rgba(160,210,255,.85), rgba(160,210,255,0));
  animation-duration: 11s;
}

@keyframes floaty{
  0%   { transform: translate(0,0) scale(1); }
  50%  { transform: translate(18px, -22px) scale(1.05); }
  100% { transform: translate(0,0) scale(1); }
}

/* Mobilde taşmasın */
@media(max-width:820px){
  .blob{ width:260px; height:260px; opacity:.45; }
  .blob-1{ left:-140px; top: 220px; }
  .blob-2{ right:-160px; top: -120px; }
}
/* =========================
   WHATSAPP CARD PULSE
   ========================= */
.whatsapp-card{
  position: relative;
  isolation: isolate;
}

.whatsapp-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:24px;
  background: radial-gradient(120px 80px at 80% 20%, rgba(37,211,102,.25), transparent 60%);
  opacity: .85;
  z-index: -1;
  animation: pulseGlow 2.8s ease-in-out infinite;
}

@keyframes pulseGlow{
  0%   { transform: scale(1); opacity:.55; }
  50%  { transform: scale(1.02); opacity:.95; }
  100% { transform: scale(1); opacity:.55; }
}

/* Kullanıcı hareket azaltmayı seçmişse animasyonu kapat */
@media (prefers-reduced-motion: reduce){
  .whatsapp-card::before{ animation:none; }
}
/* =========================
   BOOK BUTTON MICRO-INTERACTION
   ========================= */
.btn-book{
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.btn-book::after{
  content:"";
  position:absolute;
  top:-30%;
  left:-40%;
  width:60%;
  height:160%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.30), transparent);
  transform: rotate(18deg);
  opacity: 0;
}

.btn-book:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 40px rgba(15,23,42,.22);
}

.btn-book:hover::after{
  opacity: 1;
  animation: shine 1.05s ease forwards;
}

.btn-book:active{
  transform: translateY(0px) scale(.99);
}

@keyframes shine{
  0% { transform: translateX(0) rotate(18deg); }
  100% { transform: translateX(240%) rotate(18deg); }
}

@media (prefers-reduced-motion: reduce){
  .btn-book::after{ display:none; }
  .btn-book:hover{ transform:none; }
}
/* =========================
   LOGO FIX (image as logo)
   ========================= */
.logo-badge{
  width:52px; height:52px;
  border-radius:16px;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.6);
  border:1px solid rgba(0,0,0,.06);
}
.logo-img{ width:100%; height:100%; object-fit:cover; display:block; }
.logo-text b{ font-weight:650; }
.logo-text small{ opacity:.7; }

/* =========================
   HERO GRADIENT + FLOATING SHAPES
   ========================= */
.hero{ position:relative; overflow:hidden; }
.hero-inner{ position:relative; z-index:2; }
.hero-bg{
  position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    radial-gradient(800px 500px at 20% 10%, rgba(255, 206, 170, .45), transparent 60%),
    radial-gradient(700px 460px at 80% 20%, rgba(170, 220, 255, .35), transparent 60%),
    radial-gradient(900px 650px at 60% 90%, rgba(200, 255, 214, .28), transparent 62%);
}
.blob{
  position:absolute; width:360px; height:360px; border-radius:999px;
  filter: blur(22px); opacity:.55;
  animation: floaty 9s ease-in-out infinite;
}
.blob-1{ left:-120px; top:120px;
  background: radial-gradient(circle at 30% 30%, rgba(255,180,140,.9), rgba(255,180,140,0));
}
.blob-2{ right:-140px; top:-80px;
  background: radial-gradient(circle at 30% 30%, rgba(160,210,255,.85), rgba(160,210,255,0));
  animation-duration: 11s;
}
@keyframes floaty{
  0%{ transform: translate(0,0) scale(1); }
  50%{ transform: translate(18px,-22px) scale(1.05); }
  100%{ transform: translate(0,0) scale(1); }
}
@media(max-width:820px){
  .blob{ width:260px; height:260px; opacity:.45; }
  .blob-1{ left:-140px; top:220px; }
  .blob-2{ right:-160px; top:-120px; }
}

/* =========================
   WhatsApp card pulse
   ========================= */
.whatsapp-card{ position:relative; isolation:isolate; }
.whatsapp-card::before{
  content:""; position:absolute; inset:-2px; border-radius:24px; z-index:-1;
  background: radial-gradient(120px 80px at 80% 20%, rgba(37,211,102,.25), transparent 60%);
  animation: pulseGlow 2.8s ease-in-out infinite; opacity:.85;
}
@keyframes pulseGlow{
  0%{ transform: scale(1); opacity:.55; }
  50%{ transform: scale(1.02); opacity:.95; }
  100%{ transform: scale(1); opacity:.55; }
}

/* =========================
   Micro interaction buttons
   ========================= */
.btn-book{ position:relative; overflow:hidden; transform: translateZ(0); }
.btn-book::after{
  content:""; position:absolute; top:-30%; left:-40%;
  width:60%; height:160%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.30), transparent);
  transform: rotate(18deg);
  opacity:0;
}
.btn-book:hover{ transform: translateY(-1px); }
.btn-book:hover::after{ opacity:1; animation: shine 1.05s ease forwards; }
.btn-book:active{ transform: translateY(0) scale(.99); }
@keyframes shine{
  0%{ transform: translateX(0) rotate(18deg); }
  100%{ transform: translateX(240%) rotate(18deg); }
}

/* =========================
   Language toggle
   ========================= */
.lang-toggle{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.7);
  cursor:pointer;
  user-select:none;
}
.lang-toggle span{ font-size:12px; opacity:.7; font-weight:600; }
.lang-toggle span.on{ opacity:1; }
.lang-toggle i{
  width:28px; height:16px; border-radius:999px;
  background: rgba(15,23,42,.12);
  position:relative; display:inline-block;
}
.lang-toggle i::after{
  content:""; width:12px; height:12px; border-radius:999px;
  background:#0f172a; position:absolute; top:2px; left:2px;
  transition: all .2s ease;
}
html[lang="en"] .lang-toggle i::after{ left:14px; }

/* =========================
   Sticky WhatsApp floating button
   ========================= */
.wa-float{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  background:#0f172a;
  color:#fff;
  text-decoration:none;
  box-shadow: 0 14px 40px rgba(15,23,42,.25);
  transition: all .2s ease;
}
.wa-float:hover{ transform: translateY(-2px); }
.wa-icon{ font-size:18px; }
.wa-text{ font-size:13px; font-weight:650; letter-spacing:-.01em; }
.wa-dot{
  width:10px; height:10px; border-radius:999px;
  background: rgba(37,211,102,1);
  box-shadow: 0 0 0 0 rgba(37,211,102,.35);
  animation: waPulse 1.8s ease-out infinite;
}
@keyframes waPulse{
  0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.35); }
  70%{ box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@media(max-width:520px){
  .wa-text{ display:none; }
}

/* =========================
   Instagram grid
   ========================= */
.ig-grid{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap:12px;
}
.ig-item{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  background: rgba(255,255,255,.6);
  transition: transform .18s ease, box-shadow .18s ease;
}
.ig-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0,0,0,.10);
}
.ig-item img{ width:100%; height:140px; object-fit:cover; display:block; }
@media(max-width:980px){ .ig-grid{ grid-template-columns: repeat(3, 1fr); } }
@media(max-width:520px){ .ig-grid{ grid-template-columns: repeat(2, 1fr); } }

/* Booking page layout */
.book-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:16px;
}
@media(max-width:900px){ .book-grid{ grid-template-columns: 1fr; } }

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .blob, .whatsapp-card::before, .wa-dot, .btn-book::after{ animation:none!important; }
}
/* =========================
   FOOTER (WARM THEME)
   ========================= */
.ftr{
  border-top: 1px solid rgba(232,226,218,.9);
  background: rgba(255,250,244,.75);   /* --soft2 hissi */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 16px 0 22px;
}

.ftr-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
}

.ftr-left,
.ftr-center{
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
}

.ftr-right{
  display:flex;
  align-items:center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.powered{
  color: var(--muted);
  letter-spacing: .01em;
}

.ftr-right a{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(232,226,218,.95);
  background: linear-gradient(135deg, #fff, var(--soft2));
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ftr-right a:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(0,0,0,.10);
  border-color: rgba(199,161,122,.55); /* --accent */
}

.ftr-logo{
  height: 18px;  /* 🔑 küçük ve şık */
  width: auto;
  border-radius: 0;
  opacity: .92;
  display:block;
}

/* Mobil */
@media (max-width: 768px){
  .ftr-inner{
    flex-direction: column;
    text-align:center;
  }
}
