/* =========================================================
   Denizli Kenan Evden Eve Nakliyat — Premium Tema
   Güven veren renk paleti: lacivert + yeşil + sıcak altın
   ========================================================= */

:root {
    --navy-900: #0b1f3a;
    --navy-800: #10294c;
    --navy-700: #163561;
    --navy-600: #1d4278;
    --blue-500: #2563a8;
    --blue-100: #e8f0fb;
    --green-600: #15803d;
    --green-500: #1f9d55;
    --green-400: #34c17a;
    --gold-500: #d4a244;
    --gold-400: #e3bd6b;
    --ink: #17263b;
    --muted: #5a6b82;
    --line: #e4e9f1;
    --bg: #f6f8fc;
    --white: #ffffff;
    --shadow-sm: 0 2px 8px rgba(16, 41, 76, .06);
    --shadow-md: 0 10px 30px rgba(16, 41, 76, .10);
    --shadow-lg: 0 24px 60px rgba(11, 31, 58, .18);
    --radius: 16px;
    --radius-sm: 10px;
    --container: 1180px;
    --font: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
    --head: "Poppins", "Inter", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--blue-500); text-decoration: none; transition: color .2s; }
a:hover { color: var(--navy-700); }

h1, h2, h3, h4 { font-family: var(--head); color: var(--navy-800); line-height: 1.25; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }

.section { padding: 72px 0; }
.section--tint { background: var(--white); }
.section--navy { background: linear-gradient(160deg, var(--navy-800), var(--navy-900)); color: #dce6f4; }
.section--navy h2, .section--navy h3 { color: #fff; }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head .eyebrow {
    display: inline-block; font-family: var(--head); font-weight: 600; font-size: .8rem;
    letter-spacing: .14em; text-transform: uppercase; color: var(--gold-500);
    background: rgba(212, 162, 68, .12); padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; gap: 9px; justify-content: center;
    font-family: var(--head); font-weight: 600; font-size: 1rem; line-height: 1;
    padding: 15px 26px; border-radius: 999px; border: 2px solid transparent;
    cursor: pointer; transition: transform .15s, box-shadow .2s, background .2s; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: linear-gradient(135deg, var(--green-500), var(--green-600)); color: #fff; box-shadow: 0 10px 24px rgba(21, 128, 61, .28); }
.btn--primary:hover { color: #fff; box-shadow: 0 14px 30px rgba(21, 128, 61, .38); }
.btn--gold { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: var(--navy-900); box-shadow: 0 10px 24px rgba(212, 162, 68, .32); }
.btn--gold:hover { color: var(--navy-900); }
.btn--ghost { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn--outline { background: #fff; border-color: var(--line); color: var(--navy-700); }
.btn--outline:hover { border-color: var(--blue-500); color: var(--blue-500); }
.btn--lg { padding: 17px 32px; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ---------- Top bar ---------- */
.topbar { background: var(--navy-900); color: #b8c7dc; font-size: .86rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; flex-wrap: wrap; }
.topbar a { color: #dbe6f5; }
.topbar .topbar__info { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar .topbar__info span { display: inline-flex; align-items: center; gap: 7px; }
.topbar .topbar__social { display: flex; gap: 14px; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); box-shadow: var(--shadow-sm); }
.header .container { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 46px; width: auto; }
.brand__text { font-family: var(--head); font-weight: 700; color: var(--navy-800); line-height: 1.1; }
.brand__text small { display: block; font-size: .68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-500); }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a { font-family: var(--head); font-weight: 500; color: var(--navy-700); padding: 10px 14px; border-radius: 8px; font-size: .97rem; }
.nav a:hover, .nav a.active { background: var(--blue-100); color: var(--navy-800); }
.header__cta { display: flex; align-items: center; gap: 12px; }
.header__phone { font-family: var(--head); font-weight: 700; color: var(--navy-800); font-size: 1.05rem; display: inline-flex; align-items: center; gap: 8px; }
.header__phone small { display: block; font-size: .66rem; font-weight: 500; color: var(--muted); }

.nav-toggle { display: none; background: var(--navy-800); border: 0; color: #fff; width: 46px; height: 44px; border-radius: 10px; cursor: pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; display: block; width: 20px; height: 2px; background: #fff; position: relative; margin: 0 auto; }
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }

/* ---------- Hero ---------- */
.hero { position: relative; color: #eaf1fb; background: linear-gradient(150deg, var(--navy-900) 0%, var(--navy-700) 55%, var(--blue-500) 130%); overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(212,162,68,.22), transparent 70%); }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; padding: 68px 0 84px; position: relative; z-index: 2; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero h1 .hl { color: var(--gold-400); }
.hero p.lead { font-size: 1.15rem; color: #cddaee; max-width: 560px; margin-bottom: 26px; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 30px; }
.hero__badges span { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); padding: 9px 15px; border-radius: 999px; font-size: .9rem; font-weight: 500; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__stats { display: flex; gap: 30px; margin-top: 40px; flex-wrap: wrap; }
.hero__stats .num { font-family: var(--head); font-size: 2rem; font-weight: 700; color: var(--gold-400); }
.hero__stats .lbl { font-size: .85rem; color: #b9c8dd; }

/* Quote card in hero */
.quote-card { background: #fff; color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 28px; }
.quote-card h3 { margin-bottom: 4px; }
.quote-card .qc-sub { color: var(--muted); font-size: .9rem; margin-bottom: 18px; }

/* ---------- Forms ---------- */
.field { margin-bottom: 14px; }
.field label { display: block; font-size: .85rem; font-weight: 600; color: var(--navy-700); margin-bottom: 6px; }
.field input, .field select, .field textarea {
    width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
    font-family: var(--font); font-size: .97rem; color: var(--ink); background: #fbfcfe; transition: border .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(31,157,85,.14); background: #fff; }
.field textarea { resize: vertical; min-height: 90px; }
.field .hint { font-size: .78rem; color: var(--muted); margin-top: 4px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-error { color: #c02626; font-size: .82rem; margin-top: 4px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

.alert { padding: 14px 18px; border-radius: 12px; margin-bottom: 18px; font-size: .95rem; }
.alert--success { background: #e6f7ee; color: #146c3a; border: 1px solid #b7e6ca; }
.alert--error { background: #fdeaea; color: #a12020; border: 1px solid #f3c6c6; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--1 { grid-template-columns: 1fr; }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #d4deee; }

.service-card .ic { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue-100), #dce9fb); color: var(--navy-700); margin-bottom: 16px; }
.service-card .ic svg { width: 26px; height: 26px; }
.service-card h3 { margin-bottom: 8px; }
.service-card p { color: var(--muted); font-size: .95rem; margin-bottom: 14px; }
.service-card .more { font-family: var(--head); font-weight: 600; font-size: .9rem; color: var(--green-600); display: inline-flex; gap: 6px; align-items: center; }

/* Feature (why us) */
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature .fic { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: rgba(52,193,122,.14); color: var(--green-500); }
.feature .fic svg { width: 24px; height: 24px; }
.feature h3 { font-size: 1.08rem; margin-bottom: 4px; color: #fff; }
.feature p { color: #b9c8dd; font-size: .92rem; margin: 0; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { text-align: center; position: relative; }
.step .n { width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 50%; display: grid; place-items: center; font-family: var(--head); font-weight: 700; font-size: 1.4rem; color: #fff; background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); box-shadow: var(--shadow-md); }
.step h3 { font-size: 1.05rem; }
.step p { color: var(--muted); font-size: .9rem; }

/* Districts */
.district-cloud { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.district-cloud a { background: #fff; border: 1px solid var(--line); padding: 10px 16px; border-radius: 999px; font-weight: 500; font-size: .93rem; color: var(--navy-700); box-shadow: var(--shadow-sm); }
.district-cloud a:hover { background: var(--navy-800); color: #fff; border-color: var(--navy-800); }

/* Testimonials */
.testi-card { background: #fff; border-radius: var(--radius); padding: 26px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.testi-card .stars { color: var(--gold-500); letter-spacing: 2px; margin-bottom: 10px; }
.testi-card p { font-size: .98rem; color: #33445c; }
.testi-card .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.testi-card .who .av { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--navy-600), var(--blue-500)); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: var(--head); }
.testi-card .who b { display: block; color: var(--navy-800); font-family: var(--head); }
.testi-card .who small { color: var(--muted); }

/* FAQ accordion */
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 18px 22px; font-family: var(--head); font-weight: 600; color: var(--navy-800); list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--green-500); transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 22px 20px; color: var(--muted); }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-grid a, .gallery-grid .ph { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-sm); background: #dfe7f2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-grid a:hover img { transform: scale(1.06); }
.ph-placeholder { display: grid; place-items: center; color: #93a6c0; height: 100%; font-size: .85rem; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--green-600), var(--green-500)); color: #fff; border-radius: 22px; padding: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; box-shadow: var(--shadow-md); }
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { color: #e7fff1; margin: 0; }

/* Content article */
.article { background: #fff; border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.article h2 { margin-top: 1.4em; }
.article h3 { margin-top: 1.3em; color: var(--navy-700); }
.article ul { padding-left: 20px; }
.article li { margin-bottom: 8px; }

.breadcrumb { font-size: .85rem; color: var(--muted); padding: 18px 0; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--blue-500); }

.page-hero { background: linear-gradient(150deg, var(--navy-900), var(--navy-700)); color: #fff; padding: 54px 0; }
.page-hero h1 { color: #fff; margin-bottom: 8px; }
.page-hero p { color: #c6d5ea; margin: 0; max-width: 680px; }

.layout-2col { display: grid; grid-template-columns: 1fr 360px; gap: 34px; align-items: start; }
.sidebar-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); position: sticky; top: 96px; }
.sidebar-card h3 { font-size: 1.1rem; }
.list-links a { display: block; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--navy-700); font-size: .95rem; }
.list-links a:last-child { border-bottom: 0; }
.list-links a:hover { color: var(--green-600); }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: #a9bad2; padding: 60px 0 26px; }
.footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.footer a { color: #a9bad2; }
.footer a:hover { color: var(--gold-400); }
.footer__links a { display: block; padding: 5px 0; font-size: .93rem; }
.footer__brand img { height: 48px; margin-bottom: 14px; }
.footer__brand p { font-size: .92rem; }
.footer__contact li { display: flex; gap: 10px; margin-bottom: 12px; font-size: .93rem; align-items: flex-start; }
.footer__contact svg { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; color: var(--gold-400); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .84rem; }

ul.clean { list-style: none; padding: 0; margin: 0; }

/* ---------- Floating buttons ---------- */
.floating { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: flex; flex-direction: column; gap: 12px; }
.floating a { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow-lg); color: #fff; }
.floating .wa { background: #25d366; }
.floating .call { background: var(--navy-700); }
.floating a svg { width: 28px; height: 28px; }
.floating a:hover { transform: scale(1.06); }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mt-1 { margin-top: 12px; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 40px; }
.mb-0 { margin-bottom: 0; }
.badge-trust { display:inline-flex; gap:8px; align-items:center; font-size:.85rem; color: var(--muted); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
    .hero__grid { grid-template-columns: 1fr; }
    .grid--4 { grid-template-columns: repeat(2, 1fr); }
    .grid--3 { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .layout-2col { grid-template-columns: 1fr; }
    .sidebar-card { position: static; }
    .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .section { padding: 52px 0; }
    .nav, .header__phone { display: none; }
    .nav-toggle { display: block; }
    .header .nav { position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; background: #fff; box-shadow: var(--shadow-md); padding: 12px; display: none; }
    .header .nav.open { display: flex; }
    .header .nav a { width: 100%; }
    .grid--3, .grid--4, .grid--2, .field-row { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .footer__grid { grid-template-columns: 1fr; }
    .cta-band { padding: 30px; text-align: center; justify-content: center; }
    .topbar .topbar__info { gap: 14px; }
}
