/* ============================================================
   Sivas Anadolu Kurumsal Yemek — premium tema
   Renk değişkenleri veritabanından :root içinde basılır.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
	margin: 0;
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	color: var(--ink);
	background: var(--cream);
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }
ul { padding-left: 1.2em; }

h1, h2, h3, h4 {
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 600;
	line-height: 1.18;
	color: var(--ink);
	margin: 0 0 .5em;
	text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

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

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* ---------- Bölüm başlıkları ---------- */
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section-head { max-width: 640px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head.center { margin-inline: auto; text-align: center; }
.eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
	color: var(--gold); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.section-head.center .eyebrow::after { content: ""; width: 28px; height: 2px; background: var(--gold); }
.section-head p { color: var(--muted); font-size: 1.06rem; margin: 0; }

/* ---------- Butonlar ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	padding: 13px 26px; border-radius: 10px; border: 2px solid transparent;
	font-weight: 700; font-size: .98rem; cursor: pointer; line-height: 1.2; white-space: nowrap;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 8px 20px -8px var(--primary); }
.btn-primary:hover { background: var(--primary-dark); color: #fff; }
.btn-gold { background: linear-gradient(135deg, var(--amber), var(--gold)); color: #2a1e02; box-shadow: 0 10px 24px -10px rgba(201,151,28,.7); }
.btn-gold:hover { background: linear-gradient(135deg, var(--gold), var(--amber)); color: #2a1e02; }

/* Header premium CTA butonu */
.btn-cta {
	position: relative; overflow: hidden; font-weight: 800; letter-spacing: .01em;
	padding: 13px 24px 13px 20px; border-radius: 999px;
	box-shadow: 0 10px 26px -8px rgba(201,151,28,.6), inset 0 1px 0 rgba(255,255,255,.35);
}
.btn-cta .btn-cta-ic { display: inline-grid; place-items: center; margin-right: 2px; color: #7a5a06; }
.btn-cta::after {
	content: ""; position: absolute; top: 0; left: -75%; width: 50%; height: 100%;
	background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
	transform: skewX(-20deg);
}
.btn-cta:hover::after { animation: ctaShine .8s ease; }
@keyframes ctaShine { to { left: 130%; } }
.reduce-motion .btn-cta:hover::after { animation: none; }
.btn-outline-light { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(4px); }
.btn-outline-light:hover { background: rgba(255,255,255,.16); color: #fff; border-color: #fff; }
.btn-lg { padding: 16px 34px; font-size: 1.05rem; }

/* ---------- Topbar ---------- */
.topbar { background: var(--navy); color: rgba(255,255,255,.85); font-size: .86rem; }
.topbar-in { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.topbar a { color: rgba(255,255,255,.85); display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: var(--amber); }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 20px; }
.topbar-right span { display: inline-flex; align-items: center; gap: 7px; }

/* ---------- Header ---------- */
.topbar-sep { width: 1px; height: 16px; background: rgba(255,255,255,.25); display: inline-block; }
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(250, 247, 241, .92);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--border);
	transition: background-color .3s ease, box-shadow .25s ease, border-color .3s ease;
}
.site-header.scrolled { box-shadow: 0 6px 24px -12px rgba(14, 27, 69, .25); }
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 96px; }

.brand { display: inline-flex; align-items: center; transition: transform .25s var(--e-out, ease); }
.brand:hover { transform: scale(1.03); }
.brand-logo { height: 64px; width: auto; display: block; transition: height .3s ease; }
.brand-logo-white { display: none; }
.brand-light .brand-logo { height: 76px; }

.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; }
.main-nav li { position: relative; }
.main-nav a, .main-nav button {
	display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
	padding: 10px 12px; border: 0; background: none; cursor: pointer;
	font: inherit; font-weight: 600; font-size: .95rem; color: var(--ink);
	border-radius: 8px; transition: background-color .15s ease, color .15s ease;
}
.main-nav a:hover, .main-nav button:hover { background: rgba(32, 57, 155, .08); color: var(--primary); }
.main-nav a.current, .main-nav .current > button { color: var(--primary); }
.main-nav a.current::after, .main-nav .current > button::after {
	content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px;
	background: var(--gold); border-radius: 2px;
}
.main-nav li { display: flex; }

.header-phone { display: inline-flex; align-items: center; gap: 10px; }
.header-phone-icon {
	width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
	background: rgba(32, 57, 155, .1); color: var(--primary);
	transition: background-color .2s ease, color .2s ease;
}
.header-phone:hover .header-phone-icon { background: var(--primary); color: #fff; }
.header-phone-text { display: flex; flex-direction: column; line-height: 1.15; }
.header-phone-text small { font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.header-phone-text strong { font-size: .95rem; color: var(--ink); white-space: nowrap; }

/* Ana sayfada: video üzerinde şeffaf header */
body.is-home .site-header:not(.scrolled) {
	background: linear-gradient(rgba(10, 18, 48, .45), rgba(10, 18, 48, 0));
	backdrop-filter: none;
	border-bottom-color: rgba(255,255,255,.14);
}
body.is-home .site-header:not(.scrolled) .main-nav > ul > li > a,
body.is-home .site-header:not(.scrolled) .main-nav > ul > li > button { color: rgba(255,255,255,.92); }
body.is-home .site-header:not(.scrolled) .main-nav > ul > li > a:hover,
body.is-home .site-header:not(.scrolled) .main-nav > ul > li > button:hover { background: rgba(255,255,255,.12); color: #fff; }
body.is-home .site-header:not(.scrolled) .main-nav > ul > li > a.current,
body.is-home .site-header:not(.scrolled) .main-nav > ul > li.current > button { color: #fff; }
body.is-home .site-header:not(.scrolled) .brand-logo-color { display: none; }
body.is-home .site-header:not(.scrolled) .brand-logo-white { display: block; }
body.is-home .site-header:not(.scrolled) .header-phone-icon { background: rgba(255,255,255,.14); color: #fff; }
body.is-home .site-header:not(.scrolled) .header-phone-text small { color: rgba(255,255,255,.65); }
body.is-home .site-header:not(.scrolled) .header-phone-text strong { color: #fff; }
body.is-home .site-header:not(.scrolled) .nav-toggle { color: #fff; }

/* Hover köprüsü: buton ile submenu arasındaki boşlukta hover kopmasın */
.has-sub > button::after {
	content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 14px;
	opacity: 0; visibility: hidden;
}
.has-sub:hover > button::after, .has-sub.open > button::after { opacity: 1; visibility: visible; }
.submenu {
	position: absolute; top: calc(100% + 10px); left: 0; min-width: 250px;
	background: #fff; border: 1px solid var(--border); border-radius: 16px;
	box-shadow: 0 24px 48px -20px rgba(15, 18, 32, .38);
	padding: 10px !important; margin: 0; list-style: none;
	display: flex; flex-direction: column; gap: 3px;
	opacity: 0; visibility: hidden; transform: translateY(10px) scale(.98); transform-origin: top left;
	transition: opacity .2s var(--e-out, ease), transform .2s var(--e-out, ease), visibility .2s;
	z-index: 120;
}
.submenu::before {
	content: ""; position: absolute; top: -6px; left: 26px; width: 12px; height: 12px;
	background: #fff; border-left: 1px solid var(--border); border-top: 1px solid var(--border);
	transform: rotate(45deg); border-radius: 3px 0 0 0;
}
.has-sub:hover .submenu, .has-sub:focus-within .submenu, .has-sub.open .submenu {
	opacity: 1; visibility: visible; transform: translateY(0) scale(1);
}
.submenu a {
	display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 10px; width: 100%;
	color: var(--ink) !important; font-weight: 600; font-size: .92rem; white-space: nowrap;
	transition: background-color .15s ease, color .15s ease, padding-left .15s ease;
}
.submenu a::before {
	content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
	opacity: 0; transform: scale(0); transition: opacity .15s ease, transform .15s ease;
}
.submenu a:hover { background: rgba(42, 71, 149, .07); color: var(--primary) !important; padding-left: 16px; }
.submenu a:hover::before, .submenu a.current::before { opacity: 1; transform: scale(1); }
.submenu a.current { color: var(--primary) !important; background: rgba(42, 71, 149, .05); }
.has-sub:hover > button svg, .has-sub.open > button svg { transform: rotate(180deg); }
.has-sub > button svg { transition: transform .18s ease; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; border: 0; background: none; cursor: pointer; color: var(--primary); padding: 8px; }

/* ---------- Hero (tam ekran video) ---------- */
.hero {
	position: relative; display: flex; align-items: center; overflow: hidden;
	background: var(--navy);
}
.hero-video { min-height: 100svh; margin-top: -96px; }
.hero-media {
	position: absolute; inset: 0; width: 100%; height: 100%;
	object-fit: cover; object-position: center;
}
.hero::after {
	content: ""; position: absolute; inset: 0;
	background:
		linear-gradient(rgba(10, 18, 48, .25), rgba(10, 18, 48, .2) 60%, rgba(10, 18, 48, .55)),
		linear-gradient(100deg, rgba(10, 18, 48, .88) 0%, rgba(14, 27, 69, .55) 48%, rgba(14, 27, 69, .15) 100%);
}
.hero-in {
	position: relative; z-index: 2; text-align: left;
	width: 100%; max-width: 1200px; margin-inline: auto;
	padding: clamp(116px, 15vh, 172px) 24px clamp(96px, 12vh, 148px);
}
.hero-in > * { max-width: 660px; }
.hero .eyebrow, .hero .hero-kicker { color: var(--amber); }
.hero .eyebrow::before { background: var(--amber); }
.hero-kicker svg { color: var(--amber); }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5.6vw, 4.4rem); margin-bottom: .38em; text-shadow: 0 2px 34px rgba(8, 12, 30, .5); text-wrap: balance; }
.hero p.lead { color: rgba(255,255,255,.92); font-size: clamp(1.05rem, 1.7vw, 1.28rem); max-width: 560px; margin: 0 0 32px; text-shadow: 0 1px 20px rgba(8,12,30,.4); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-note {
	display: inline-flex; align-items: center; gap: 10px;
	background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
	color: var(--amber); font-weight: 600; font-size: .92rem;
	padding: 9px 18px; border-radius: 999px; backdrop-filter: blur(6px);
}
.hero-scroll {
	position: absolute; z-index: 3; bottom: 26px; left: 50%; transform: translateX(-50%);
	display: flex; flex-direction: column; align-items: center; gap: 8px;
	color: rgba(255,255,255,.75); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
}
.hero-scroll span {
	width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.5); border-radius: 14px;
	position: relative;
}
.hero-scroll span::after {
	content: ""; position: absolute; top: 7px; left: 50%; margin-left: -2px;
	width: 4px; height: 8px; border-radius: 4px; background: var(--amber);
	animation: scrollhint 2s ease-in-out infinite;
}
@keyframes scrollhint {
	0%, 100% { transform: translateY(0); opacity: 1; }
	60% { transform: translateY(14px); opacity: .2; }
}
@media (prefers-reduced-motion: reduce) { .hero-scroll span::after { animation: none; } }

/* ---------- Referans şeridi ---------- */
.trust-strip { background: #fff; border-bottom: 1px solid var(--border); padding: 26px 0; overflow: hidden; }
.trust-strip .label {
	text-align: center; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
	color: var(--muted); margin: 0 0 16px;
}
.marquee { display: flex; overflow: hidden; user-select: none; gap: 48px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 48px; flex-shrink: 0; align-items: center; animation: marquee 36s linear infinite; }
@keyframes marquee { to { transform: translateX(calc(-100% - 48px)); } }
.marquee-track span {
	white-space: nowrap; font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.02rem;
	color: var(--muted); display: inline-flex; align-items: center; gap: 12px;
}
.marquee-track span svg { color: var(--gold); }

/* ---------- Hizmet kartları ---------- */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.service-card {
	position: relative; background: #fff; border: 1px solid var(--border); border-radius: 18px;
	padding: 30px 28px; display: flex; flex-direction: column; gap: 14px;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
	overflow: hidden;
}
.service-card::before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
	background: linear-gradient(90deg, var(--gold), var(--amber)); opacity: 0; transition: opacity .22s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 44px -20px rgba(14, 27, 69, .28); border-color: transparent; }
.service-card:hover::before { opacity: 1; }
.service-icon {
	width: 58px; height: 58px; border-radius: 15px; display: grid; place-items: center;
	background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff;
	box-shadow: 0 10px 22px -10px var(--primary);
}
.service-card h3 { margin: 0; font-size: 1.3rem; }
.service-card p { margin: 0; color: var(--muted); flex: 1; }
.card-link { font-weight: 700; font-size: .94rem; display: inline-flex; align-items: center; gap: 7px; }
.card-link svg { transition: transform .18s ease; }
.service-card:hover .card-link svg, .post-card:hover .card-link svg { transform: translateX(5px); }

/* ---------- Sayaçlar ---------- */
.counters {
	background:
		radial-gradient(1200px 500px at 85% -10%, rgba(201, 151, 28, .18), transparent 60%),
		linear-gradient(120deg, var(--navy), var(--primary-dark));
	color: #fff;
}
.counters-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 30px; text-align: center; }
.counter-item svg { color: var(--amber); margin-bottom: 10px; }
.counter-value {
	font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem);
	color: #fff; font-variant-numeric: tabular-nums; line-height: 1;
}
.counter-value .suffix { color: var(--amber); }
.counter-label { margin-top: 8px; color: rgba(255,255,255,.75); font-weight: 600; font-size: .95rem; }

/* ---------- Hikaye / Hakkımızda ---------- */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.story-media { position: relative; }
.story-media img { border-radius: 20px; box-shadow: 0 30px 60px -30px rgba(14, 27, 69, .45); aspect-ratio: 4 / 3.4; object-fit: cover; width: 100%; }
.story-badge {
	position: absolute; left: -18px; bottom: -22px;
	background: var(--gold); color: #241a02; border-radius: 16px; padding: 18px 24px;
	box-shadow: 0 18px 36px -16px rgba(201, 151, 28, .7);
}
.story-badge strong { font-family: 'Fraunces', serif; font-size: 2rem; display: block; line-height: 1; }
.story-badge span { font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.story-body p { color: var(--muted); }
.story-list { list-style: none; padding: 0; margin: 22px 0 30px; display: grid; gap: 12px; }
.story-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; }
.story-list svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }

/* ---------- Özellikler ---------- */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.feature-item {
	background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px;
	display: flex; gap: 16px; align-items: flex-start;
	transition: transform .2s ease, box-shadow .2s ease;
}
.feature-item:hover { transform: translateY(-4px); box-shadow: 0 18px 34px -18px rgba(14, 27, 69, .22); }
.feature-item svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.feature-item h3 { font-size: 1.05rem; margin-bottom: 4px; font-family: 'Source Sans 3', sans-serif; font-weight: 700; }
.feature-item p { margin: 0; color: var(--muted); font-size: .95rem; }

/* ---------- SSS ---------- */
.faq-wrap { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.faq-item summary {
	list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
	padding: 18px 22px; font-weight: 700; font-size: 1.02rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { flex-shrink: 0; color: var(--gold); transition: transform .2s ease; }
.faq-item[open] summary svg { transform: rotate(180deg); }
.faq-item[open] summary { color: var(--primary); }
.faq-body { padding: 0 22px 20px; color: var(--muted); }
.faq-body p { margin: 0; }

/* ---------- CTA bandı ---------- */
.cta-band {
	background:
		radial-gradient(900px 400px at 12% 120%, rgba(233, 185, 73, .25), transparent 55%),
		linear-gradient(115deg, var(--primary-dark), var(--primary));
	border-radius: 24px; color: #fff; padding: clamp(40px, 6vw, 72px);
	display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; align-items: center;
	box-shadow: 0 30px 60px -30px rgba(22, 39, 107, .6);
}
.cta-band h2 { color: #fff; margin-bottom: .35em; }
.cta-band p { color: rgba(255,255,255,.85); margin: 0; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.cta-actions .btn { justify-content: center; }
.btn-whatsapp { background: #1FAF52; color: #fff; }
.btn-whatsapp:hover { background: #17913F; color: #fff; }

/* ---------- Haber kartları ---------- */
.posts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.post-card {
	background: #fff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden;
	display: flex; flex-direction: column;
	transition: transform .22s ease, box-shadow .22s ease;
}
.post-card:hover { transform: translateY(-6px); box-shadow: 0 24px 44px -20px rgba(14, 27, 69, .28); }
.post-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.post-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-date { font-size: .84rem; color: var(--muted); display: inline-flex; align-items: center; gap: 7px; }
.post-body h3 { margin: 0; font-size: 1.18rem; }
.post-body h3 a { color: var(--ink); }
.post-body h3 a:hover { color: var(--primary); }
.post-body p { margin: 0; color: var(--muted); font-size: .96rem; flex: 1; }

/* ---------- İç sayfalar ---------- */
.page-hero {
	background:
		radial-gradient(1000px 380px at 90% -20%, rgba(201, 151, 28, .2), transparent 60%),
		linear-gradient(115deg, var(--navy), var(--primary-dark));
	color: #fff; padding: clamp(48px, 7vw, 84px) 0;
}
.page-hero h1 { color: #fff; margin: 0 0 10px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; font-size: .9rem; }
.breadcrumb a { color: rgba(255,255,255,.75); }
.breadcrumb a:hover { color: var(--amber); }
.breadcrumb li:not(:first-child)::before { content: "›"; margin-right: 8px; color: rgba(255,255,255,.5); }
.breadcrumb .active { color: var(--amber); }

.prose { max-width: 780px; }
.prose p { color: #3d3a34; }
.prose h2 { font-size: 1.5rem; margin-top: 1.6em; }
.prose ul { color: #3d3a34; display: grid; gap: 8px; }
.prose li::marker { color: var(--gold); }
.prose img { border-radius: 16px; }
.prose a { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

.content-grid { display: grid; grid-template-columns: 1fr 340px; gap: clamp(30px, 4vw, 60px); align-items: start; }
.sidebar { display: grid; gap: 20px; position: sticky; top: 110px; }
.side-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px; }
.side-card h3 { font-size: 1.08rem; }
.side-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.side-card ul a { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; border-radius: 9px; font-weight: 600; color: var(--ink); }
.side-card ul a:hover, .side-card ul a.current { background: rgba(32, 57, 155, .07); color: var(--primary); }
.side-cta {
	background: linear-gradient(135deg, var(--primary), var(--primary-dark));
	color: #fff; border: 0;
}
.side-cta h3 { color: #fff; }
.side-cta p { color: rgba(255,255,255,.82); font-size: .94rem; }

/* ---------- Referans kartları ---------- */
.clients-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.client-card {
	background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 22px;
	display: flex; align-items: center; gap: 14px; font-weight: 700;
	transition: transform .2s ease, box-shadow .2s ease;
}
.client-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px -16px rgba(14, 27, 69, .2); }
.client-card svg { color: var(--gold); flex-shrink: 0; }
.client-card small { display: block; color: var(--muted); font-weight: 600; }

/* ---------- Galeri ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }
.gallery-item { position: relative; border-radius: 16px; overflow: hidden; }
.gallery-item img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption {
	position: absolute; inset: auto 0 0 0; padding: 40px 18px 14px; color: #fff; font-weight: 600;
	background: linear-gradient(transparent, rgba(10, 18, 48, .85));
}

/* ---------- Formlar ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
label.field { display: block; font-weight: 600; font-size: .93rem; }
label.field .req { color: #C33; margin-left: 2px; }
/* Etiket metni + yıldız aynı satırda; form kontrolü alta blok olarak geçer */
label.field > input, label.field > select, label.field > textarea { display: block; width: 100%; margin-top: 7px; }
label.field > .hint { display: block; margin-top: 5px; }
input[type=text], input[type=email], input[type=tel], select, textarea {
	width: 100%; padding: 13px 15px; border: 1.5px solid var(--border); border-radius: 11px;
	font: inherit; background: #fff; color: var(--ink);
	transition: border-color .15s ease, box-shadow .15s ease;
}
input:focus, select:focus, textarea:focus {
	outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(32, 57, 155, .12);
}
textarea { min-height: 140px; resize: vertical; }
.form-note { font-size: .86rem; color: var(--muted); }
.alert { border-radius: 12px; padding: 15px 18px; font-weight: 600; margin-bottom: 20px; }
.alert-ok { background: #E8F6EC; color: #14532D; border: 1px solid #B5E0C3; }
.alert-err { background: #FCEBEA; color: #7F1D1D; border: 1px solid #F2C4C0; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: 380px 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.contact-info { display: grid; gap: 14px; }
.contact-line {
	background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px;
	display: flex; gap: 14px; align-items: flex-start;
}
.contact-line svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.contact-line strong { display: block; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 3px; }
.contact-line a { font-weight: 700; }

/* ---------- Footer ---------- */
.site-footer { margin-top: clamp(72px, 10vw, 130px); color: rgba(255,255,255,.78); }

/* Üstte yüzen CTA kartı */
.footer-cta { position: relative; z-index: 2; margin-bottom: -95px; }
.footer-cta-card {
	background:
		radial-gradient(700px 300px at 88% -30%, rgba(233, 185, 73, .3), transparent 60%),
		linear-gradient(115deg, var(--primary-dark), var(--primary));
	border-radius: 24px; padding: clamp(32px, 5vw, 56px);
	display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap;
	box-shadow: 0 30px 60px -25px rgba(22, 39, 107, .55);
}
.footer-cta-text h2 { color: #fff; margin: 0 0 6px; font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.footer-cta-text p { color: rgba(255,255,255,.85); margin: 0; }
.footer-cta-text .eyebrow { color: var(--amber); }
.footer-cta-text .eyebrow::before { background: var(--amber); }
.footer-cta-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.footer-cta-phone { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.footer-cta-phone:hover { color: #fff; }
.footer-cta-phone > span:first-child {
	width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
	background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
}
.footer-cta-phone small { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.65); }
.footer-cta-phone strong { font-size: 1.1rem; white-space: nowrap; }

/* Ana gövde */
.footer-main {
	position: relative; overflow: hidden;
	background:
		radial-gradient(1100px 500px at 10% 0%, rgba(32, 57, 155, .35), transparent 60%),
		var(--navy);
	padding-top: calc(95px + clamp(44px, 6vw, 72px));
}
.footer-watermark {
	position: absolute; right: -20px; bottom: -38px; z-index: 0;
	font-family: 'Fraunces', serif; font-weight: 700; letter-spacing: .04em;
	font-size: clamp(6rem, 16vw, 15rem); line-height: 1; color: rgba(255,255,255,.03);
	user-select: none; pointer-events: none;
}
.footer-grid {
	position: relative; z-index: 1;
	display: grid; grid-template-columns: 1.5fr 1fr 1.1fr 1.3fr; gap: clamp(28px, 4vw, 56px);
	padding-bottom: clamp(48px, 6vw, 72px);
}
.footer-col h3 {
	color: #fff; font-family: 'Source Sans 3', sans-serif; font-size: .92rem;
	text-transform: uppercase; letter-spacing: .12em; margin-bottom: 20px;
}
.footer-col h3::after { content: ""; display: block; width: 34px; height: 2px; background: var(--gold); margin-top: 9px; }
.footer-col a { color: rgba(255,255,255,.78); }
.footer-col a:hover { color: var(--amber); }
.footer-about p { font-size: .95rem; margin: 18px 0; max-width: 320px; }
.footer-badges { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 9px; }
.footer-badges li { display: flex; align-items: center; gap: 9px; font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.85); }
.footer-badges svg { color: var(--amber); flex-shrink: 0; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
	width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
	background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
	transition: background-color .18s ease, transform .18s ease, border-color .18s ease;
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: #241a02; transform: translateY(-3px); }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 3px; }
.footer-links a {
	display: inline-flex; align-items: center; gap: 9px; padding: 6px 0;
	transition: transform .18s ease, color .18s ease;
}
.footer-links a svg { color: var(--gold); flex-shrink: 0; transition: transform .18s ease; }
.footer-links a:hover { transform: translateX(4px); }
.footer-contact-item {
	display: flex; gap: 13px; align-items: flex-start; margin-bottom: 16px; font-size: .95rem;
}
.footer-contact-item > span:last-child { min-width: 0; overflow-wrap: anywhere; }
.fci-icon {
	width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0;
	background: rgba(201, 151, 28, .16); border: 1px solid rgba(201, 151, 28, .3); color: var(--amber);
	transition: background-color .18s ease;
}
a.footer-contact-item:hover .fci-icon { background: var(--gold); color: #241a02; }
.footer-contact-item small {
	display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em;
	color: rgba(255,255,255,.55); margin-bottom: 2px;
}
.footer-bottom { background: rgba(8, 14, 36, .85); border-top: 1px solid rgba(255,255,255,.08); font-size: .88rem; }
.footer-bottom-in { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-block: 20px; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.6); }
.footer-bottom nav { display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.3); }
.footer-bottom a { color: rgba(255,255,255,.7); }
.footer-bottom a:hover { color: var(--amber); }

/* ---------- Yüzen ögeler ---------- */
.whatsapp-fab {
	position: fixed; right: 22px; bottom: 22px; z-index: 90;
	width: 58px; height: 58px; border-radius: 50%;
	background: #1FAF52; color: #fff; display: grid; place-items: center;
	box-shadow: 0 14px 30px -10px rgba(31, 175, 82, .65);
	transition: transform .2s ease;
}
.whatsapp-fab:hover { transform: scale(1.08); color: #fff; }
.back-top {
	position: fixed; right: 26px; bottom: 94px; z-index: 90;
	width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--border);
	background: #fff; color: var(--primary); cursor: pointer; display: grid; place-items: center;
	opacity: 0; visibility: hidden; transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
	box-shadow: 0 10px 24px -12px rgba(14, 27, 69, .35);
}
.back-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.rot180 { transform: rotate(180deg); }

/* ---------- Görünüm animasyonu ---------- */
/* Eski .reveal sınıfı da keyframe tabanlı: içerik varsayılan görünür, .in ile animasyon */
.has-js .reveal.in { animation: revealIn .7s cubic-bezier(0.16,1,0.3,1) backwards; }
.reduce-motion .reveal.in { animation: none !important; }

/* ---------- Responsive ---------- */
@media (max-width: 1320px) {
	.header-phone.hide-md { display: none; }
}

@media (max-width: 1024px) {
	.main-nav {
		position: fixed; inset: 0 0 0 auto; width: min(340px, 88vw); z-index: 200;
		background: #fff; box-shadow: -20px 0 50px rgba(14, 27, 69, .25);
		transform: translateX(105%); transition: transform .28s ease;
		padding: 84px 22px 30px; overflow-y: auto;
	}
	.main-nav.open { transform: translateX(0); }
	.main-nav ul { flex-direction: column; gap: 2px; }
	.main-nav a, .main-nav button { width: 100%; justify-content: space-between; padding: 13px 14px; font-size: 1.02rem; }
	.main-nav a.current::after, .main-nav .current > button::after { display: none; }
	.main-nav a.current { background: rgba(32, 57, 155, .08); }
	.submenu {
		position: static; opacity: 1; visibility: visible; transform: none;
		border: 0; box-shadow: none; border-radius: 0; padding: 0 0 0 16px !important;
		display: none;
	}
	.has-sub.open .submenu { display: flex; }
	.nav-toggle { display: grid; place-items: center; }
	.nav-overlay {
		position: fixed; inset: 0; z-index: 150; background: rgba(10, 18, 48, .5);
		opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s;
	}
	.nav-overlay.show { opacity: 1; visibility: visible; }
	.content-grid, .contact-grid { grid-template-columns: 1fr; }
	.sidebar { position: static; }
}

@media (max-width: 820px) {
	.story-grid, .cta-band { grid-template-columns: 1fr; }
	.story-badge { left: 14px; bottom: -18px; }
	.form-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.topbar .hide-sm { display: none; }
}

@media (max-width: 600px) {
	.header-actions .btn-gold { display: none; }
	.brand-logo { height: 44px; }
}

@media (max-width: 540px) {
	body { font-size: 16px; }
	.footer-grid { grid-template-columns: 1fr; }
	.hero { min-height: 78vh; }
	.hero-ctas .btn { width: 100%; }
	.whatsapp-fab { right: 16px; bottom: 16px; }
	.back-top { right: 20px; bottom: 86px; }
}
