
:root{
  --bg:#f5f2ec;--surface:#fff;--text:#161616;--muted:#6a675f;--line:#ded8ce;
  --accent:#8d6d3f;--accent-dark:#5f492b;--dark:#171714;--radius:20px;
  --shadow:0 18px 50px rgba(0,0,0,.08)
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.65}
a{color:inherit;text-decoration:none}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}
.topbar{background:var(--dark);color:#fff;font-size:14px}.topbar .wrap{display:flex;justify-content:flex-end;align-items:center;padding:9px 0}
.topbar a{font-weight:650;letter-spacing:.01em}
.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);background:rgba(245,242,236,.94);border-bottom:1px solid rgba(222,216,206,.9)}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:24px}.brand{font-weight:800;letter-spacing:-.04em;font-size:25px;display:inline-flex;align-items:center;gap:9px}.brand-logo{width:29px;height:29px;object-fit:contain;display:block}.brand span{color:var(--accent)}
.menu{display:flex;gap:25px;align-items:center;font-size:15px}.menu a:hover{color:var(--accent)}
.actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid var(--dark);font-weight:750;font-size:15px;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}.btn-dark{background:var(--dark);color:#fff}.btn-light{background:#fff;border-color:var(--line)}.btn-accent{background:var(--accent);color:#fff;border-color:var(--accent)}
.hero{padding:44px 0 38px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
.eyebrow{display:inline-block;font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-dark);font-weight:800;margin-bottom:14px}
h1,h2,h3{line-height:1.08;letter-spacing:-.04em;margin:0}h1{font-size:clamp(43px,6vw,76px)}h2{font-size:clamp(30px,4vw,48px)}h3{font-size:23px}
.lead{font-size:20px;color:var(--muted);max-width:720px;margin:22px 0 28px}
.hero-card{min-height:420px;border-radius:32px;padding:32px;background:linear-gradient(180deg,rgba(18,18,16,.04) 20%,rgba(18,18,16,.78) 100%),url('fikirtepe-hero.webp') center center/cover no-repeat;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow)}
.hero-card h2{font-size:40px}.hero-card p{color:rgba(255,255,255,.84);max-width:520px}
.section{padding:74px 0}.section.alt{background:#ebe6de}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.section-head p{max-width:650px;color:var(--muted);margin:0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;min-height:290px;box-shadow:0 8px 28px rgba(0,0,0,.035)}
.card h3{margin:4px 0 15px}.card p{color:var(--muted);margin:0}.card .more{display:inline-block;margin-top:18px;color:var(--accent-dark);font-weight:750}
.statement{background:var(--dark);color:#fff;border-radius:32px;padding:52px;display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center}.statement p{color:rgba(255,255,255,.72);font-size:18px;margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:28px}.panel{background:#fff;border:1px solid var(--line);border-radius:26px;padding:32px}.panel.dark{background:var(--dark);color:#fff;border-color:var(--dark)}.panel p{color:var(--muted)}.panel.dark p{color:rgba(255,255,255,.74)}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature{padding:28px;border-top:1px solid var(--line)}.feature p{color:var(--muted)}
.page-hero{padding:72px 0 42px}.page-hero p{max-width:820px;color:var(--muted);font-size:19px}
.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.content-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px}.content-box p{color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px}.contact-item{padding:17px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border:0}.contact-item strong{display:block;margin-bottom:5px}
.location-card{min-height:440px;border-radius:28px;padding:38px;color:#fff;background:linear-gradient(110deg,rgba(20,20,18,.98),rgba(20,20,18,.84)),radial-gradient(circle at 90% 30%,#8d6d3f,#171714 58%);display:flex;flex-direction:column;justify-content:center}.location-card p{color:rgba(255,255,255,.72);max-width:570px;font-size:18px}
footer{padding:38px 0 95px;color:#57534c}.footer-grid{display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);padding-top:28px}.small{font-size:13px;color:#777168}
.floating-contact{position:fixed;right:18px;bottom:20px;z-index:100;display:flex;gap:9px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.15))}
.floating-contact a{min-height:52px;padding:0 18px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:800}.floating-contact .call{background:#fff;border:1px solid var(--line)}.floating-contact .wa{background:var(--dark);color:#fff}
@media(max-width:900px){.menu{display:none}.actions .btn-light{display:none}.hero-grid,.split,.content-grid,.contact-grid,.statement{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.section-head,.footer-grid{display:block}.hero-card{min-height:350px}.statement{padding:34px}}
@media(max-width:640px){body{padding-bottom:76px}.topbar{display:none}.nav{min-height:66px}.brand{font-size:22px}.actions{display:none}.hero{padding:38px 0}.hero-card{min-height:300px;background-position:center center}.section{padding:54px 0}.card{min-height:auto}.floating-contact{left:8px;right:8px;bottom:8px;display:grid;grid-template-columns:1fr 1fr}.floating-contact a{border-radius:14px}.location-card{min-height:360px;padding:28px}}

.icon{width:17px;height:17px;display:inline-block;vertical-align:-3px;flex:0 0 auto}
.topbar .icon{margin-right:6px}
.floating-contact a,.actions a{gap:7px}
@media(min-width:901px){
  .hero-grid{align-items:center}
}

/* Mobile header controls */
.mobile-head-actions,.mobile-nav{display:none}
.mobile-icon-btn,.mobile-menu-btn{width:36px;height:36px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--text);align-items:center;justify-content:center;padding:0}
.mobile-icon-btn svg{width:18px;height:18px}
.mobile-menu-btn{border:0;background:transparent;flex-direction:column;gap:4px}
.mobile-menu-btn span{display:block;width:20px;height:2px;background:currentColor;border-radius:3px}
.mobile-nav{background:var(--surface);border-top:1px solid var(--line);padding:8px 5%;box-shadow:0 14px 25px rgba(0,0,0,.08)}
.mobile-nav.open{display:grid}
.mobile-nav a{padding:13px 2px;border-bottom:1px solid var(--line);font-weight:700}
.mobile-nav a:last-child{border-bottom:0}

/* Calculator cards */
.calc-section{padding-top:22px}
.calc-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.calc-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px;min-height:145px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s ease}
.calc-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.calc-card strong{font-size:18px;line-height:1.2}
.calc-card span{color:var(--muted);font-size:14px;line-height:1.45}

@media(max-width:900px){
  .calc-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .header .wrap{gap:8px}
  .brand{font-size:20px;gap:6px;white-space:nowrap}
  .brand-logo{width:25px;height:25px}
  .nav,.actions{display:none!important}
  .mobile-head-actions{margin-left:auto;display:flex;align-items:center;gap:3px}
  .mobile-icon-btn,.mobile-menu-btn{display:flex;width:33px;height:33px}
  .hero-grid{display:flex;flex-direction:column}
  .hero-card{order:1;width:100%}
  .hero-copy{order:2;width:100%}
  .calc-grid{grid-template-columns:1fr}
  .calc-card{min-height:115px}
}

/* Approved heading alignment */
.section-head{justify-content:center!important;text-align:center!important;flex-direction:column!important;align-items:center!important}
.section-head>div,.section-head>p{max-width:820px}
.section-head p{margin-left:auto!important;margin-right:auto!important}
.section>.wrap>h1,.section>.wrap>h2,.page-hero h1,.page-hero .eyebrow{text-align:center}

/* Approved calculator-card layout */
.calc-head{text-align:center}
.calc-grid{align-items:stretch}
.calc-card{position:relative;min-height:205px!important;padding:24px 24px 44px!important;justify-content:flex-start!important;gap:12px}
.calc-icon{width:44px;height:44px;border-radius:12px;background:#f1e8da;color:var(--accent);display:flex;align-items:center;justify-content:center}
.calc-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.calc-card strong{min-height:44px;display:flex;align-items:flex-start}
.calc-desc{color:var(--muted);font-size:14px;line-height:1.5;max-width:210px}
.calc-arrow{position:absolute;right:22px;bottom:18px;color:var(--accent);font-size:24px;line-height:1}
@media(max-width:640px){
  .calc-card{min-height:180px!important}
  .calc-card strong{min-height:auto}
  .calc-desc{max-width:none}
}

/* Final mobile header + hero placement */
@media(max-width:640px){
  .header>.wrap,.header .wrap{display:flex!important;align-items:center!important;flex-wrap:nowrap!important}
  .header .brand{flex:0 1 auto;min-width:0;font-size:19px!important}
  .header .brand-logo{width:24px!important;height:24px!important}
  .header .nav,.header .actions{display:none!important}
  .mobile-head-actions{display:flex!important;margin-left:auto!important;align-items:center;gap:2px;flex:0 0 auto}
  .mobile-icon-btn,.mobile-menu-btn{display:flex!important;width:32px!important;height:32px!important}
  .mobile-icon-btn svg{width:17px;height:17px}
  .mobile-menu-btn{align-items:center;justify-content:center}
  .mobile-nav{display:none}
  .mobile-nav.open{display:grid!important}
  .hero-grid{display:flex!important;flex-direction:column!important}
  .hero-grid .hero-card{order:-10!important}
  .hero-grid .hero-copy{order:10!important}
}


/* ===== FINAL APPROVED FIXES ===== */

/* Tüm başlıklar ortalı */
h1,h2,h3,
.page-hero h1,.page-hero h2,.page-hero h3,
.section h1,.section h2,.section h3,
.content-box h1,.content-box h2,.content-box h3,
.panel h1,.panel h2,.panel h3,
.card h1,.card h2,.card h3,
.statement h1,.statement h2,.statement h3{
  text-align:center !important;
}
.eyebrow{
  display:block !important;
  width:100%;
  text-align:center !important;
}
.section-head{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
.section-head p{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.calc-card strong{
  text-align:center;
  width:100%;
}

/* Mobil hero başlığı masaüstünde görünmez */
.mobile-hero-title{display:none}

/* Mobil header masaüstünde görünmez */
.mobile-head-actions{display:none}

/* Mobil menü */
.mobile-nav{display:none}
.mobile-nav.open{display:grid}

@media(max-width:640px){

  /* Üst mobil header kesin görünür */
  .site-header .wrap.nav{
    min-height:64px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:6px !important;
    flex-wrap:nowrap !important;
  }
  .site-header .brand{
    display:inline-flex !important;
    align-items:center !important;
    flex:1 1 auto !important;
    min-width:0 !important;
    font-size:18px !important;
    gap:6px !important;
    white-space:nowrap !important;
  }
  .site-header .brand-logo{
    width:24px !important;
    height:24px !important;
    flex:0 0 24px !important;
  }
  .site-header .menu,
  .site-header .actions{
    display:none !important;
  }
  .site-header .mobile-head-actions{
    display:flex !important;
    align-items:center !important;
    margin-left:auto !important;
    gap:2px !important;
    flex:0 0 auto !important;
  }
  .site-header .mobile-icon-btn,
  .site-header .mobile-menu-btn{
    width:31px !important;
    height:31px !important;
    min-width:31px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
  }
  .site-header .mobile-icon-btn svg{
    width:16px !important;
    height:16px !important;
  }
  .site-header .mobile-menu-btn span{
    width:18px !important;
  }
  .site-header .mobile-nav{
    display:none;
    width:100%;
    background:var(--surface);
    border-top:1px solid var(--line);
    padding:6px 16px 10px;
    box-shadow:0 14px 25px rgba(0,0,0,.08);
  }
  .site-header .mobile-nav.open{display:grid !important}
  .site-header .mobile-nav a{
    text-align:center;
    padding:12px 4px;
    border-bottom:1px solid var(--line);
    font-weight:750;
  }
  .site-header .mobile-nav a:last-child{border-bottom:0}

  /* Hero: sadece foto + ana mesaj yukarı */
  .hero{padding:16px 0 38px !important}
  .hero-grid{
    display:flex !important;
    flex-direction:column !important;
    gap:22px !important;
  }
  .hero-card{
    order:1 !important;
    width:100% !important;
    min-height:285px !important;
    padding:24px !important;
    justify-content:flex-end !important;
    background-position:center center !important;
  }
  .hero-copy{
    order:2 !important;
    width:100% !important;
  }

  /* Resmin üzerinde yalnızca istenen ana mesaj */
  .hero-card > .eyebrow,
  .hero-card > h2,
  .hero-card > p{
    display:none !important;
  }
  .mobile-hero-title{
    display:block !important;
    color:#fff !important;
    font-size:clamp(29px,9vw,40px) !important;
    line-height:1.03 !important;
    letter-spacing:-.04em !important;
    text-align:left !important;
    text-shadow:0 2px 18px rgba(0,0,0,.35);
    max-width:95%;
  }

  /* Alttaki normal hero başlığını tekrar göstermiyoruz; açıklama yerinde kalıyor */
  .hero-copy > h1{
    display:none !important;
  }
  .hero-copy .eyebrow{
    margin-top:2px;
  }
  .hero-copy .lead{
    margin:8px auto 0 !important;
    font-size:17px !important;
    line-height:1.55 !important;
    text-align:center !important;
  }

  /* Hesaplama kartları mobilde kompakt */
  .calc-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .calc-card{
    min-height:132px !important;
    padding:15px 18px 34px !important;
    gap:6px !important;
    border-radius:17px !important;
  }
  .calc-icon{
    width:34px !important;
    height:34px !important;
    border-radius:9px !important;
  }
  .calc-icon svg{
    width:18px !important;
    height:18px !important;
  }
  .calc-card strong{
    min-height:auto !important;
    font-size:16px !important;
    line-height:1.2 !important;
    text-align:center !important;
  }
  .calc-desc{
    max-width:none !important;
    font-size:13px !important;
    line-height:1.35 !important;
    text-align:center !important;
  }
  .calc-arrow{
    right:16px !important;
    bottom:10px !important;
    font-size:20px !important;
  }
}


/* === Approved refinements === */

/* Hesaplama kartı simgeleri PC + mobil tam ortalı */
.calc-card .calc-icon{
  margin-left:auto !important;
  margin-right:auto !important;
  align-self:center !important;
}

/* Mobil header ikonları daha büyük ve aralıklı */
@media(max-width:640px){
  .site-header .mobile-head-actions{
    gap:7px !important;
  }
  .site-header .mobile-icon-btn,
  .site-header .mobile-menu-btn{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
  }
  .site-header .mobile-icon-btn svg{
    width:19px !important;
    height:19px !important;
  }
  .site-header .mobile-menu-btn{
    margin-left:2px !important;
  }
  .site-header .mobile-menu-btn span{
    width:20px !important;
    height:2px !important;
  }
}


/* ===== APPROVED CENTERING / CLEANUP ===== */
.calc-head,
.calc-head > div,
.calc-head .eyebrow,
.calc-head h2,
.calc-head p{
  width:100% !important;
  max-width:none !important;
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.calc-card{
  align-items:center !important;
  text-align:center !important;
}
.calc-card .calc-icon{
  margin:0 auto !important;
  align-self:center !important;
}
.calc-card strong,
.calc-card .calc-desc{
  width:100% !important;
  max-width:none !important;
  text-align:center !important;
  justify-content:center !important;
}
.calc-arrow{display:none !important}

@media(max-width:640px){
  .mobile-hero-title{
    width:100% !important;
    max-width:100% !important;
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}
