/* ===========================================================================
   AVUKATLIK BÜROSU — Tasarım Sistemi
   Lacivert + Altın "Klasik Prestij" paleti
   --------------------------------------------------------------------------- */

/* TASARIM TOKENLERI ------------------------------------------------------- */
:root {
	/* Renkler (Customizer ile override edilir) */
	--avb-primary: #0A1F44;
	--avb-primary-rgb: 10, 31, 68;
	--avb-primary-dark: #050F22;
	--avb-primary-light: #1A3563;
	--avb-accent: #C9A961;
	--avb-accent-rgb: 201, 169, 97;
	--avb-accent-dark: #A6873E;
	--avb-cream: #F8F5EE;
	--avb-cream-dark: #EDE7D7;
	--avb-ink: #1A1A1A;
	--avb-ink-soft: #4A4A4A;
	--avb-ink-muted: #767676;
	--avb-line: #E5E0D3;
	--avb-line-dark: rgba(255,255,255,0.12);
	--avb-white: #FFFFFF;
	--avb-success: #2D7A4F;
	--avb-error: #B33A3A;

	/* Tipografi */
	--avb-font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--avb-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

	/* Akış */
	--avb-radius-sm: 6px;
	--avb-radius: 12px;
	--avb-radius-lg: 20px;
	--avb-radius-pill: 999px;
	--avb-shadow-sm: 0 2px 8px rgba(10, 31, 68, 0.06);
	--avb-shadow: 0 10px 30px rgba(10, 31, 68, 0.10);
	--avb-shadow-lg: 0 30px 60px rgba(10, 31, 68, 0.18);
	--avb-shadow-gold: 0 16px 40px rgba(201, 169, 97, 0.25);
	--avb-transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	--avb-transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);

	/* Spacing */
	--avb-container-w: 1280px;
	--avb-container-narrow: 880px;
	--avb-gutter: clamp(16px, 4vw, 48px);
	--avb-section-y: clamp(60px, 9vw, 120px);

	/* Header */
	--avb-topbar-h: 38px;
	--avb-header-h: 88px;
}

/* RESET & TEMEL ----------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--avb-font-body);
	font-size: 17px;
	line-height: 1.65;
	color: var(--avb-ink);
	background: var(--avb-white);
	font-feature-settings: 'kern', 'liga', 'calt';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--avb-primary); text-decoration: none; transition: color var(--avb-transition-fast); }
a:hover { color: var(--avb-accent); }
button { font-family: inherit; cursor: pointer; }
ul, ol { padding-left: 1.4em; }
p { margin: 0 0 1em; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--avb-font-display);
	font-weight: 600;
	color: var(--avb-primary);
	line-height: 1.18;
	letter-spacing: -0.01em;
	margin: 0 0 0.6em;
}
h1 { font-size: clamp(2.4rem, 4.6vw, 4rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); }
h4 { font-size: 1.25rem; }
em { font-style: italic; color: var(--avb-accent); }

/* Konteyner */
.avb-container { max-width: var(--avb-container-w); margin: 0 auto; padding: 0 var(--avb-gutter); }
.avb-container--narrow { max-width: var(--avb-container-narrow); }

.avb-section { padding: var(--avb-section-y) 0; position: relative; }
.avb-section--cream { background: var(--avb-cream); }
.avb-section--dark { background: var(--avb-primary); color: var(--avb-cream); }
.avb-section--dark h1, .avb-section--dark h2, .avb-section--dark h3 { color: var(--avb-white); }
.avb-section--primary { background: var(--avb-primary); color: var(--avb-cream); }

/* Skip link */
.avb-skip-link {
	position: absolute; top: -100px; left: 0; padding: 12px 20px;
	background: var(--avb-primary); color: var(--avb-white);
	z-index: 9999; transition: top var(--avb-transition-fast);
}
.avb-skip-link:focus { top: 0; color: var(--avb-white); }

/* SVG ikon */
.avb-icon { display: inline-block; vertical-align: middle; flex-shrink: 0; }
.avb-rot-180 { transform: rotate(180deg); }
.avb-rot-90-n { transform: rotate(-90deg); }
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%);
	clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden;
	padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}

/* TYPOGRAPHIC UTILS ------------------------------------------------------ */
.avb-eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--avb-font-body); font-size: 12px; font-weight: 600;
	letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--avb-accent-dark); margin-bottom: 18px;
}
.avb-eyebrow--light { color: var(--avb-accent); }
.avb-eyebrow--gold { color: var(--avb-accent); }
.avb-eyebrow__dot {
	width: 8px; height: 8px; border-radius: 50%;
	background: var(--avb-accent);
	box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.2);
	animation: avb-pulse 2.4s ease-in-out infinite;
}
@keyframes avb-pulse {
	0%, 100% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.3); opacity: 0.7; }
}

.avb-section-heading { margin-bottom: 50px; max-width: 720px; }
.avb-section-heading--center { margin-left: auto; margin-right: auto; text-align: center; }
.avb-section-heading--light h2,
.avb-section-heading--light p { color: var(--avb-cream); }
.avb-section-title { margin: 0 0 16px; }
.avb-section-lead { font-size: 1.1rem; line-height: 1.7; color: var(--avb-ink-soft); margin: 0; }
.avb-section-heading--light .avb-section-lead { color: rgba(248, 245, 238, 0.78); }

/* BUTTONLAR ---------------------------------------------------------------- */
.avb-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px 26px;
	font-size: 15px; font-weight: 600; letter-spacing: 0.02em;
	border-radius: var(--avb-radius-pill);
	border: 1.5px solid transparent;
	cursor: pointer; text-decoration: none; white-space: nowrap;
	transition: all var(--avb-transition);
	position: relative; overflow: hidden;
	will-change: transform;
}
.avb-btn::before {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);
	transform: translateX(-100%);
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.avb-btn:hover::before { transform: translateX(100%); }
.avb-btn__label, .avb-btn__icon { position: relative; z-index: 1; }
.avb-btn__icon { display: inline-flex; align-items: center; transition: transform var(--avb-transition); }
.avb-btn:hover .avb-btn__icon { transform: translateX(4px); }

.avb-btn--primary {
	background: var(--avb-primary); color: var(--avb-white);
	box-shadow: 0 8px 20px rgba(10,31,68,0.25);
}
.avb-btn--primary:hover { background: var(--avb-primary-dark); color: var(--avb-white); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(10,31,68,0.35); }

.avb-btn--gold {
	background: var(--avb-accent); color: var(--avb-primary);
	box-shadow: var(--avb-shadow-gold);
}
.avb-btn--gold:hover { background: var(--avb-accent-dark); color: var(--avb-primary); transform: translateY(-2px); box-shadow: 0 20px 40px rgba(201,169,97,0.35); }

.avb-btn--ghost {
	background: transparent; color: var(--avb-primary); border-color: var(--avb-primary);
}
.avb-btn--ghost:hover { background: var(--avb-primary); color: var(--avb-white); }

.avb-btn--ghost-light {
	background: transparent; color: var(--avb-white); border-color: rgba(255,255,255,0.4);
}
.avb-btn--ghost-light:hover { background: rgba(255,255,255,0.1); border-color: var(--avb-white); color: var(--avb-white); }

.avb-btn--link {
	background: transparent; color: var(--avb-primary); padding: 0;
	border: 0; gap: 6px;
}
.avb-btn--link:hover { color: var(--avb-accent); }

.avb-btn--lg { padding: 18px 34px; font-size: 16px; }
.avb-btn--block { display: flex; width: 100%; }
.avb-btn__loader {
	display: none; width: 16px; height: 16px;
	border: 2px solid currentColor; border-top-color: transparent;
	border-radius: 50%; animation: avb-spin 0.8s linear infinite;
}
.avb-btn.is-loading .avb-btn__loader { display: inline-block; }
.avb-btn.is-loading .avb-btn__label,
.avb-btn.is-loading .avb-btn__icon { opacity: 0.5; }
@keyframes avb-spin { to { transform: rotate(360deg); } }

/* CHIPS */
.avb-chip {
	display: inline-flex; align-items: center; padding: 4px 12px;
	background: var(--avb-cream); color: var(--avb-primary);
	border-radius: var(--avb-radius-pill);
	font-size: 12px; font-weight: 600; letter-spacing: 0.05em;
}
.avb-chip--light { background: rgba(255,255,255,0.15); color: var(--avb-white); backdrop-filter: blur(8px); }
.avb-chip--ghost { background: transparent; border: 1px solid var(--avb-line); color: var(--avb-ink-soft); }

/* TOPBAR ------------------------------------------------------------------ */
.avb-topbar {
	background: var(--avb-primary-dark); color: rgba(255,255,255,0.78);
	height: var(--avb-topbar-h); font-size: 13px;
}
.avb-topbar__row { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 20px; }
.avb-topbar__left, .avb-topbar__right { display: flex; align-items: center; gap: 18px; }
.avb-topbar__item { color: inherit; display: inline-flex; align-items: center; gap: 6px; transition: color var(--avb-transition-fast); }
.avb-topbar__item:hover { color: var(--avb-accent); }
.avb-topbar__social { color: rgba(255,255,255,0.6); padding: 4px; transition: color var(--avb-transition-fast); display: inline-flex; }
.avb-topbar__social:hover { color: var(--avb-accent); }
.avb-topbar__menu { display: flex; gap: 14px; list-style: none; margin: 0; padding: 0; }
.avb-topbar__menu a { color: inherit; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; }
.avb-topbar__menu a:hover { color: var(--avb-accent); }

@media (max-width: 768px) {
	.avb-topbar__item--hide-mob { display: none; }
	.avb-topbar__menu { display: none; }
}

/* HEADER ------------------------------------------------------------------ */
.avb-header {
	position: sticky; top: 0; z-index: 100;
	background: var(--avb-white);
	border-bottom: 1px solid transparent;
	transition: all var(--avb-transition);
	box-shadow: 0 1px 0 rgba(10, 31, 68, 0.04);
}
.avb-header.is-scrolled {
	box-shadow: var(--avb-shadow-sm);
	border-bottom-color: var(--avb-line);
}
.avb-header.is-hidden { transform: translateY(-100%); }

.avb-header__row {
	display: flex; align-items: center; justify-content: space-between;
	height: var(--avb-header-h); gap: 30px;
}

.avb-brand { display: inline-flex; align-items: center; gap: 12px; }
.avb-brand__mark {
	width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
	background: var(--avb-primary); color: var(--avb-accent);
	border-radius: var(--avb-radius);
}
.avb-brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.avb-brand__name { font-family: var(--avb-font-display); font-size: 20px; font-weight: 700; color: var(--avb-primary); }
.avb-brand__tag { font-size: 11px; color: var(--avb-ink-muted); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 3px; }
.avb-brand--light .avb-brand__name { color: var(--avb-white); }
.avb-brand--light .avb-brand__tag { color: rgba(255,255,255,0.6); }
.avb-brand--light .avb-brand__mark { background: rgba(255,255,255,0.08); }

/* NAV --------------------------------------------------------------------- */
.avb-header__nav { flex: 1; display: flex; justify-content: center; }
.avb-nav {
	list-style: none; margin: 0; padding: 0;
	display: flex; align-items: center; gap: 6px;
}
.avb-nav > li { position: relative; }
.avb-nav > li > a {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 12px 16px; color: var(--avb-primary);
	font-weight: 500; font-size: 15px;
	border-radius: var(--avb-radius-sm);
	transition: all var(--avb-transition-fast);
	position: relative;
}
.avb-nav > li > a::after {
	content: ''; position: absolute; left: 50%; bottom: 4px;
	width: 0; height: 2px; background: var(--avb-accent);
	transition: width var(--avb-transition), left var(--avb-transition);
}
.avb-nav > li > a:hover::after,
.avb-nav > li.current-menu-item > a::after,
.avb-nav > li.current-menu-parent > a::after {
	width: 24px; left: calc(50% - 12px);
}
.avb-nav > li > a:hover { color: var(--avb-primary); background: var(--avb-cream); }

/* Mega menü hover bridge — li'ye padding ekleyerek hover zone genişletilir */
.avb-nav > li.avb-has-mega,
.avb-nav > li.menu-item-has-children {
	padding-bottom: 20px;
	margin-bottom: -20px;
}

.avb-nav .sub-menu {
	position: absolute; top: 100%; left: 0;
	min-width: 260px; padding: 16px;
	background: var(--avb-white); list-style: none; margin: 0;
	border-radius: var(--avb-radius);
	box-shadow: 0 30px 80px rgba(10,31,68,0.18), 0 0 0 1px rgba(10,31,68,0.04);
	opacity: 0; visibility: hidden; transform: translateY(10px);
	transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
				transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
				visibility 0s linear 0.3s;
	pointer-events: none;
}
.avb-nav > li:hover > .sub-menu,
.avb-nav > li:focus-within > .sub-menu {
	opacity: 1; visibility: visible; transform: translateY(0);
	transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
				transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
				visibility 0s linear 0s;
	pointer-events: auto;
}
.avb-nav .sub-menu a {
	display: block; padding: 12px 16px; color: var(--avb-primary);
	border-radius: var(--avb-radius-sm); font-size: 14px;
	transition: all var(--avb-transition-fast);
}
.avb-nav .sub-menu a:hover { background: var(--avb-cream); color: var(--avb-primary); padding-left: 20px; }

/* ===== MEGA MENU (Hizmetler vb. dropdown'larda) ===== */
.avb-mega {
	left: 50% !important;
	transform: translateX(-50%) translateY(10px) !important;
	min-width: 780px !important;
	padding: 24px !important;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
	background:
		linear-gradient(135deg, var(--avb-white) 0%, var(--avb-cream) 100%) !important;
	border-radius: var(--avb-radius-lg) !important;
}
.avb-nav > li:hover > .avb-mega,
.avb-nav > li:focus-within > .avb-mega { transform: translateX(-50%) translateY(0) !important; }

.avb-mega::before {
	content: '⚖ HİZMETLERİMİZ';
	position: absolute;
	top: 14px; left: 24px;
	font-family: var(--avb-font-body);
	font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
	color: var(--avb-accent-dark);
	opacity: 0.7;
}
.avb-mega { padding-top: 44px !important; }

.avb-mega li { position: relative; }
.avb-mega a {
	display: flex !important; gap: 14px;
	padding: 14px 16px !important;
	align-items: center;
	border-radius: var(--avb-radius) !important;
	background: transparent;
	transition: all var(--avb-transition) !important;
}
.avb-mega a:hover {
	background: var(--avb-white) !important;
	box-shadow: 0 10px 30px rgba(10,31,68,0.08);
	padding-left: 16px !important;
	transform: translateX(2px);
}
.avb-mega__icon {
	flex-shrink: 0; width: 44px; height: 44px;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--avb-white); color: var(--avb-primary);
	border-radius: var(--avb-radius-sm);
	border: 1px solid rgba(10,31,68,0.08);
	transition: all var(--avb-transition);
}
.avb-mega a:hover .avb-mega__icon {
	background: var(--avb-primary); color: var(--avb-accent);
	border-color: var(--avb-primary);
	transform: rotate(-6deg) scale(1.05);
}
.avb-mega__text { display: flex; flex-direction: column; min-width: 0; }
.avb-mega__text strong { font-size: 14px; font-weight: 600; color: var(--avb-primary); line-height: 1.2; }
.avb-mega__text em { font-size: 12px; font-style: normal; color: var(--avb-ink-muted); margin-top: 4px; line-height: 1.3; }
.avb-mega a:hover .avb-mega__text strong { color: var(--avb-primary); }
.avb-mega a:hover .avb-mega__text em { color: var(--avb-ink-soft); }

/* Header actions */
.avb-header__actions { display: flex; align-items: center; gap: 14px; }
.avb-header__phone {
	width: 44px; height: 44px;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--avb-cream); color: var(--avb-primary);
	border-radius: 50%;
	transition: all var(--avb-transition);
}
.avb-header__phone:hover { background: var(--avb-accent); color: var(--avb-primary); transform: rotate(15deg); }
.avb-header__cta { padding: 12px 22px; font-size: 14px; }

.avb-burger {
	display: none; width: 44px; height: 44px;
	background: var(--avb-cream); border: 0; border-radius: 50%;
	flex-direction: column; gap: 4px; align-items: center; justify-content: center;
}
.avb-burger span {
	display: block; width: 18px; height: 2px;
	background: var(--avb-primary);
	transition: all var(--avb-transition);
}
.avb-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.avb-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.avb-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1024px) {
	.avb-header__nav, .avb-header__cta { display: none; }
	.avb-burger { display: inline-flex; }
}

/* DRAWER ------------------------------------------------------------------ */
.avb-drawer {
	position: fixed; inset: 0; z-index: 200;
	visibility: hidden;
}
.avb-drawer.is-open { visibility: visible; }
.avb-drawer__overlay {
	position: absolute; inset: 0;
	background: rgba(10,31,68,0.6);
	backdrop-filter: blur(4px);
	opacity: 0; transition: opacity var(--avb-transition);
}
.avb-drawer.is-open .avb-drawer__overlay { opacity: 1; }
.avb-drawer__panel {
	position: absolute; top: 0; right: 0; bottom: 0;
	width: min(360px, 90vw); padding: 28px;
	background: var(--avb-white);
	transform: translateX(100%); transition: transform var(--avb-transition);
	overflow-y: auto;
	display: flex; flex-direction: column; gap: 24px;
}
.avb-drawer.is-open .avb-drawer__panel { transform: translateX(0); }
.avb-drawer__close {
	position: absolute; top: 16px; right: 16px;
	width: 40px; height: 40px; border: 0; background: var(--avb-cream);
	border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
	color: var(--avb-primary);
}
.avb-drawer__brand { display: flex; align-items: center; gap: 12px; }
.avb-drawer__brand .avb-brand__mark { width: 40px; height: 40px; background: var(--avb-primary); color: var(--avb-accent); border-radius: var(--avb-radius-sm); display: inline-flex; align-items: center; justify-content: center; }
.avb-drawer__brand strong { font-family: var(--avb-font-display); font-size: 20px; color: var(--avb-primary); }
.avb-drawer__menu, .avb-drawer__menu ul { list-style: none; padding: 0; margin: 0; }
.avb-drawer__menu li a {
	display: block; padding: 14px 16px;
	color: var(--avb-primary); font-weight: 500;
	border-bottom: 1px solid var(--avb-line);
}
.avb-drawer__menu li a:hover { background: var(--avb-cream); }
.avb-drawer__menu ul { padding-left: 16px; }
.avb-drawer__contact { margin-top: auto; display: flex; flex-direction: column; gap: 12px; padding-top: 20px; border-top: 1px solid var(--avb-line); }
.avb-drawer__contact a { display: inline-flex; align-items: center; gap: 8px; color: var(--avb-primary); padding: 8px 0; }
.avb-drawer__wa { color: var(--avb-success) !important; font-weight: 600; }

/* PAGE TRANSITION & CURSOR ------------------------------------------------ */
.avb-page-transition {
	position: fixed; inset: 0; z-index: 9998; pointer-events: none;
	transform: scaleY(0); transform-origin: top;
}
.avb-page-transition.is-active { transform-origin: top; animation: avb-page-trans 1s cubic-bezier(0.7, 0, 0.3, 1) forwards; }
.avb-page-transition span { display: block; width: 100%; height: 100%; background: var(--avb-primary); }
@keyframes avb-page-trans {
	0% { transform: scaleY(0); transform-origin: top; }
	50% { transform: scaleY(1); transform-origin: top; }
	51% { transform: scaleY(1); transform-origin: bottom; }
	100% { transform: scaleY(0); transform-origin: bottom; }
}

.avb-cursor {
	position: fixed; top: 0; left: 0; width: 24px; height: 24px;
	pointer-events: none; z-index: 9999;
	mix-blend-mode: difference;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease-out;
}
.avb-cursor__inner {
	display: block; width: 100%; height: 100%;
	border: 1.5px solid var(--avb-accent);
	border-radius: 50%;
	transition: all 0.2s ease;
}
.avb-cursor.is-hover .avb-cursor__inner { transform: scale(2); background: var(--avb-accent); border-color: transparent; }
@media (hover: none) { .avb-cursor { display: none; } }

/* HERO -------------------------------------------------------------------- */
.avb-hero {
	position: relative; min-height: calc(100vh - var(--avb-header-h) - var(--avb-topbar-h));
	min-height: 720px;
	display: flex; align-items: center; padding: 80px 0 60px;
	overflow: hidden; color: var(--avb-white);
}
.avb-hero__bg { position: absolute; inset: 0; z-index: 0; }
.avb-hero__bg img {
	width: 100%; height: 110%; object-fit: cover;
	transform: scale(1.05);
}
.avb-hero__overlay {
	position: absolute; inset: 0;
	background:
		linear-gradient(115deg, rgba(10,31,68,0.92) 0%, rgba(10,31,68,0.75) 45%, rgba(10,31,68,0.55) 100%);
}
.avb-hero__pattern {
	position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(201,169,97,0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(201,169,97,0.04) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.avb-hero__inner {
	position: relative; z-index: 1;
	display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center;
}
.avb-hero__content { max-width: 720px; }

.avb-hero__title {
	color: var(--avb-white); margin: 0 0 24px;
	font-size: clamp(2.6rem, 5.4vw, 5.2rem);
	line-height: 1.05; letter-spacing: -0.02em;
}
.avb-hero__title em { color: var(--avb-accent); font-style: italic; }
.avb-hero__subtitle {
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.7; color: rgba(255,255,255,0.85);
	max-width: 580px; margin: 0 0 36px;
}

.avb-hero__cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }

.avb-hero__trust {
	display: flex; flex-wrap: wrap; gap: 28px; padding-top: 28px;
	border-top: 1px solid rgba(255,255,255,0.15);
}
.avb-hero__rating { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.85); font-size: 14px; }
.avb-hero__rating strong { color: var(--avb-accent); font-size: 16px; }
.avb-hero__stars { display: inline-flex; gap: 2px; color: var(--avb-accent); }
.avb-hero__stars svg { fill: currentColor; }
.avb-hero__certs { display: flex; flex-wrap: wrap; gap: 18px; }
.avb-hero__certs span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,0.75); }

.avb-hero__card {
	background: rgba(255,255,255,0.06);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,0.12);
	padding: 32px; border-radius: var(--avb-radius-lg);
	color: var(--avb-white);
}
.avb-hero__card-head { display: flex; align-items: center; gap: 10px; color: var(--avb-accent); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; font-weight: 600; }
.avb-hero__card-phone { display: block; font-family: var(--avb-font-display); font-size: clamp(1.5rem, 2.4vw, 2rem); color: var(--avb-white); margin-bottom: 12px; letter-spacing: -0.01em; }
.avb-hero__card-phone:hover { color: var(--avb-accent); }
.avb-hero__card-desc { font-size: 14px; color: rgba(255,255,255,0.75); margin: 0 0 20px; line-height: 1.6; }
.avb-hero__card-wa {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 10px 16px; background: rgba(37, 211, 102, 0.15);
	color: #25D366; border-radius: var(--avb-radius-pill);
	font-size: 13px; font-weight: 600; transition: all var(--avb-transition);
}
.avb-hero__card-wa:hover { background: #25D366; color: var(--avb-white); }

.avb-hero__scroll {
	position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
	color: rgba(255,255,255,0.6); display: flex; flex-direction: column; align-items: center; gap: 10px;
	font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
}
.avb-hero__scroll-line {
	width: 1px; height: 40px; background: var(--avb-accent);
	animation: avb-scroll-line 2.2s ease-in-out infinite;
}
@keyframes avb-scroll-line {
	0% { transform: scaleY(0); transform-origin: top; }
	50% { transform: scaleY(1); transform-origin: top; }
	51% { transform-origin: bottom; }
	100% { transform: scaleY(0); transform-origin: bottom; }
}

@media (max-width: 1024px) {
	.avb-hero__inner { grid-template-columns: 1fr; }
	.avb-hero__card { max-width: 420px; }
}

/* TRUST STRIP ------------------------------------------------------------- */
.avb-trust { padding: 60px 0 0; }
.avb-trust__counters {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 30px; margin-bottom: 60px;
}
.avb-counter { text-align: center; padding: 24px; }
.avb-counter__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 56px; height: 56px; background: var(--avb-cream);
	color: var(--avb-accent-dark); border-radius: 50%;
	margin-bottom: 18px;
}
.avb-counter__value {
	font-family: var(--avb-font-display); font-size: clamp(2.4rem, 4vw, 3.4rem);
	font-weight: 700; color: var(--avb-primary); line-height: 1;
	display: flex; align-items: baseline; justify-content: center; gap: 4px;
}
.avb-counter__suffix { color: var(--avb-accent); }
.avb-counter__label {
	font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
	color: var(--avb-ink-muted); margin-top: 12px; font-weight: 600;
}

.avb-marquee {
	overflow: hidden; padding: 24px 0;
	background: var(--avb-primary);
	color: var(--avb-cream);
	border-top: 1px solid rgba(201,169,97,0.15);
	border-bottom: 1px solid rgba(201,169,97,0.15);
}
.avb-marquee__track {
	display: inline-flex; align-items: center; gap: 32px;
	white-space: nowrap; animation: avb-marquee 40s linear infinite;
	will-change: transform;
}
.avb-marquee:hover .avb-marquee__track { animation-play-state: paused; }
.avb-marquee__item {
	font-family: var(--avb-font-display); font-size: 18px;
	font-style: italic; padding: 0 6px;
}
.avb-marquee__sep { color: var(--avb-accent); opacity: 0.5; }
@keyframes avb-marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* ABOUT ------------------------------------------------------------------- */
.avb-about__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; }
@media (max-width: 1024px) { .avb-about__grid { grid-template-columns: 1fr; gap: 50px; } }

/* About visual — yeniden tasarlanmış stack layout */
.avb-about__visual {
	position: relative;
	aspect-ratio: 5 / 6;
	max-width: 560px;
}
@media (max-width: 1024px) { .avb-about__visual { margin: 0 auto; } }

.avb-about__img-main {
	position: absolute;
	top: 0; left: 0;
	width: 78%; height: 80%;
	border-radius: var(--avb-radius-lg);
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(10,31,68,0.20);
	z-index: 2;
}
.avb-about__img-main img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.avb-about__visual:hover .avb-about__img-main img { transform: scale(1.06); }

.avb-about__img-sub {
	position: absolute;
	right: 0; bottom: 0;
	width: 56%; height: 50%;
	border-radius: var(--avb-radius-lg);
	overflow: hidden;
	border: 10px solid var(--avb-white);
	box-shadow: 0 20px 50px rgba(10,31,68,0.15);
	z-index: 3;
}
.avb-about__img-sub img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
.avb-about__visual:hover .avb-about__img-sub img { transform: scale(1.06); }

.avb-about__badge {
	position: absolute;
	top: 4%; right: 0;
	background: linear-gradient(135deg, var(--avb-accent) 0%, #D4B675 100%);
	color: var(--avb-primary);
	padding: 22px 28px;
	border-radius: var(--avb-radius);
	display: flex; flex-direction: column; align-items: center;
	box-shadow: 0 20px 40px rgba(201,169,97,0.4);
	min-width: 140px; z-index: 4;
	animation: avb-float 5s ease-in-out infinite;
}
.avb-about__badge-num { font-family: var(--avb-font-display); font-size: 2.8rem; font-weight: 700; line-height: 1; }
.avb-about__badge-lab { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; margin-top: 6px; font-weight: 700; opacity: 0.85; }
@keyframes avb-float {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	50% { transform: translateY(-14px) rotate(-1.5deg); }
}

.avb-about__deco {
	position: absolute;
	bottom: -10%; left: -10%;
	width: 200px; height: 200px;
	z-index: 0; pointer-events: none;
	background: radial-gradient(circle, rgba(201,169,97,0.3) 0%, transparent 70%);
	border-radius: 50%;
	filter: blur(20px);
}

.avb-about__usps { list-style: none; padding: 0; margin: 36px 0; display: flex; flex-direction: column; gap: 22px; }
.avb-about__usps li { display: flex; gap: 16px; }
.avb-about__usp-ic {
	flex-shrink: 0; width: 44px; height: 44px;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--avb-cream); color: var(--avb-accent-dark);
	border-radius: var(--avb-radius-sm);
}
.avb-about__usps strong { display: block; font-size: 17px; color: var(--avb-primary); margin-bottom: 4px; font-weight: 600; font-family: var(--avb-font-display); }
.avb-about__usps p { margin: 0; font-size: 15px; color: var(--avb-ink-soft); line-height: 1.6; }

.avb-about__cta { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }

/* SERVICES ---------------------------------------------------------------- */
.avb-services__header { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.avb-services__grid {
	display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.avb-services__grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px)  { .avb-services__grid, .avb-services__grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px)  { .avb-services__grid, .avb-services__grid--3 { grid-template-columns: 1fr; } }
.avb-services__cta { text-align: center; margin-top: 50px; }

.avb-service-card {
	background: var(--avb-white); border-radius: var(--avb-radius-lg);
	overflow: hidden; box-shadow: var(--avb-shadow-sm);
	transition: all var(--avb-transition);
	display: flex; flex-direction: column;
	position: relative;
}
.avb-service-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--avb-shadow-lg);
}
.avb-service-card__media { position: relative; aspect-ratio: 16 / 11; overflow: hidden; }
.avb-service-card__media img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.avb-service-card:hover .avb-service-card__media img { transform: scale(1.08); }
.avb-service-card__media::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(10,31,68,0.7) 100%);
}
.avb-service-card__icon {
	position: absolute; bottom: 16px; left: 16px;
	width: 54px; height: 54px;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--avb-accent); color: var(--avb-primary);
	border-radius: var(--avb-radius-sm); z-index: 1;
	transition: all var(--avb-transition);
}
.avb-service-card:hover .avb-service-card__icon { transform: rotate(-8deg) scale(1.08); }

.avb-service-card__body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.avb-service-card__title { margin: 0 0 8px; font-size: 1.35rem; }
.avb-service-card__title a { color: var(--avb-primary); }
.avb-service-card__title a:hover { color: var(--avb-accent-dark); }
.avb-service-card__tag { font-size: 13px; color: var(--avb-accent-dark); font-weight: 600; margin: 0 0 14px; }
.avb-service-card__desc { font-size: 15px; color: var(--avb-ink-soft); line-height: 1.6; margin: 0 0 16px; flex: 1; }
.avb-service-card__bullets { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 6px; }
.avb-service-card__bullets li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--avb-ink-soft); }
.avb-service-card__bullets svg { color: var(--avb-accent-dark); }
.avb-service-card__foot { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--avb-line); }
.avb-service-card__highlight { font-size: 12px; color: var(--avb-accent-dark); font-weight: 600; letter-spacing: 0.05em; }
.avb-service-card__more { color: var(--avb-primary); font-weight: 600; font-size: 13px; display: inline-flex; align-items: center; gap: 4px; transition: gap var(--avb-transition); }
.avb-service-card__more:hover { color: var(--avb-accent-dark); gap: 8px; }

/* WHY US (DARK) ----------------------------------------------------------- */
.avb-why { overflow: hidden; }
.avb-why__bg-deco {
	position: absolute; top: -100px; right: -100px;
	width: 500px; height: 500px;
	background: radial-gradient(circle, var(--avb-accent) 0%, transparent 70%);
	opacity: 0.06; pointer-events: none;
}
.avb-why__head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.avb-why__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px; }
.avb-why-card {
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.08);
	padding: 32px; border-radius: var(--avb-radius-lg);
	transition: all var(--avb-transition);
	position: relative; overflow: hidden;
}
.avb-why-card::before {
	content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
	background: linear-gradient(90deg, var(--avb-accent), transparent);
	transform: scaleX(0); transform-origin: left;
	transition: transform var(--avb-transition);
}
.avb-why-card:hover {
	background: rgba(255,255,255,0.05);
	border-color: rgba(201,169,97,0.3);
	transform: translateY(-6px);
}
.avb-why-card:hover::before { transform: scaleX(1); }
.avb-why-card__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 60px; height: 60px;
	background: rgba(201,169,97,0.15); color: var(--avb-accent);
	border-radius: var(--avb-radius-sm); margin-bottom: 24px;
	transition: transform var(--avb-transition);
}
.avb-why-card:hover .avb-why-card__icon { transform: rotate(-8deg) scale(1.05); }
.avb-why-card__title { color: var(--avb-white); margin: 0 0 12px; font-size: 1.3rem; }
.avb-why-card__desc { font-size: 15px; line-height: 1.65; color: rgba(255,255,255,0.7); margin: 0 0 24px; }
.avb-why-card__stat { padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; align-items: baseline; gap: 8px; }
.avb-why-card__stat strong { font-family: var(--avb-font-display); font-size: 2rem; color: var(--avb-accent); line-height: 1; }
.avb-why-card__stat span { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); }

/* PROCESS ----------------------------------------------------------------- */
.avb-process__head { text-align: center; max-width: 740px; margin: 0 auto 80px; }
.avb-process__timeline {
	list-style: none; padding: 0; margin: 0;
	position: relative;
	display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px;
}
.avb-process__line {
	position: absolute; top: 60px; left: 10%; right: 10%; height: 2px;
	background: var(--avb-line); overflow: hidden;
}
.avb-process__line-fill {
	display: block; height: 100%; width: 0;
	background: linear-gradient(90deg, var(--avb-accent), var(--avb-primary));
	transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.avb-process[data-avb-process].is-in .avb-process__line-fill { width: 100%; }

.avb-process__step {
	position: relative; text-align: center;
	display: flex; flex-direction: column; align-items: center;
}
.avb-process__step-num {
	font-family: var(--avb-font-display); font-size: 14px;
	color: var(--avb-accent-dark); font-weight: 700;
	letter-spacing: 0.15em; margin-bottom: 12px;
}
.avb-process__step-circle {
	width: 120px; height: 120px; background: var(--avb-white);
	border: 2px solid var(--avb-line); border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--avb-primary); margin-bottom: 24px;
	transition: all var(--avb-transition);
	position: relative; z-index: 1;
	box-shadow: 0 0 0 8px var(--avb-white);
}
.avb-process__step:hover .avb-process__step-circle {
	background: var(--avb-primary); color: var(--avb-accent);
	border-color: var(--avb-primary);
	transform: translateY(-6px);
	box-shadow: 0 0 0 8px var(--avb-white), var(--avb-shadow-lg);
}
.avb-process__step-title { font-size: 1.2rem; margin: 0 0 10px; }
.avb-process__step-desc { font-size: 14px; color: var(--avb-ink-soft); margin: 0; line-height: 1.6; }

@media (max-width: 1024px) {
	.avb-process__timeline { grid-template-columns: repeat(2, 1fr); }
	.avb-process__line { display: none; }
}
@media (max-width: 600px) {
	.avb-process__timeline { grid-template-columns: 1fr; }
}

/* CASE STUDIES ------------------------------------------------------------ */
.avb-cases__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 50px; gap: 30px; flex-wrap: wrap; }
.avb-cases__head .avb-section-heading { margin-bottom: 0; }
.avb-cases__grid {
	display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;
}
@media (max-width: 768px) { .avb-cases__grid { grid-template-columns: 1fr; } }

.avb-case-card {
	background: var(--avb-white); border-radius: var(--avb-radius-lg);
	overflow: hidden; box-shadow: var(--avb-shadow-sm);
	transition: all var(--avb-transition);
}
.avb-case-card:hover { transform: translateY(-6px); box-shadow: var(--avb-shadow-lg); }
.avb-case-card__link { display: block; color: inherit; }
.avb-case-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.avb-case-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.avb-case-card:hover .avb-case-card__media img { transform: scale(1.06); }
.avb-case-card__chip {
	position: absolute; top: 16px; left: 16px;
	background: rgba(255,255,255,0.95); color: var(--avb-primary);
	padding: 6px 14px; border-radius: var(--avb-radius-pill);
	font-size: 12px; font-weight: 600; backdrop-filter: blur(8px);
}
.avb-case-card__body { padding: 30px; }
.avb-case-card__title { margin: 0 0 14px; font-size: 1.45rem; color: var(--avb-primary); }
.avb-case-card__desc { font-size: 15px; color: var(--avb-ink-soft); margin: 0 0 20px; line-height: 1.6; }
.avb-case-card__meta { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 16px; border-top: 1px solid var(--avb-line); margin-bottom: 18px; }
.avb-case-card__meta span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--avb-ink-muted); }
.avb-case-card__more { color: var(--avb-accent-dark); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }

.avb-case-card--big { grid-column: 1 / -1; }
.avb-case-card--big .avb-case-card__link { display: grid; grid-template-columns: 1.2fr 1fr; align-items: stretch; }
.avb-case-card--big .avb-case-card__media { aspect-ratio: unset; }
.avb-case-card--big .avb-case-card__body { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.avb-case-card--big .avb-case-card__title { font-size: 1.85rem; }
@media (max-width: 768px) { .avb-case-card--big .avb-case-card__link { grid-template-columns: 1fr; } }

/* TEAM -------------------------------------------------------------------- */
.avb-team__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 50px; gap: 30px; flex-wrap: wrap; }
.avb-team__head .avb-section-heading { margin-bottom: 0; }
.avb-team__nav { display: flex; gap: 10px; }
.avb-slider-nav {
	width: 48px; height: 48px; border-radius: 50%;
	border: 1.5px solid var(--avb-primary); background: transparent;
	color: var(--avb-primary);
	display: inline-flex; align-items: center; justify-content: center;
	transition: all var(--avb-transition);
}
.avb-slider-nav:hover { background: var(--avb-primary); color: var(--avb-accent); }
.avb-slider-nav--light { border-color: rgba(255,255,255,0.4); color: var(--avb-white); }
.avb-slider-nav--light:hover { background: var(--avb-accent); color: var(--avb-primary); border-color: var(--avb-accent); }
.avb-slider-nav:disabled { opacity: 0.3; cursor: not-allowed; }

.avb-team__slider { overflow: hidden; }
.avb-team__track {
	display: flex; gap: 24px;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
}
.avb-team-card {
	flex: 0 0 calc((100% - 72px) / 4);
	background: var(--avb-white); border-radius: var(--avb-radius-lg); overflow: hidden;
	box-shadow: var(--avb-shadow-sm);
	transition: all var(--avb-transition);
}
.avb-team-card:hover { transform: translateY(-6px); box-shadow: var(--avb-shadow-lg); }
.avb-team-card__media { position: relative; aspect-ratio: 3 / 4; overflow: hidden; display: block; }
.avb-team-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); filter: grayscale(20%); }
.avb-team-card:hover .avb-team-card__media img { transform: scale(1.06); filter: grayscale(0); }
.avb-team-card__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(10,31,68,0.85) 100%);
}
.avb-team-card__body { padding: 24px; }
.avb-team-card__role { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--avb-accent-dark); font-weight: 600; }
.avb-team-card__name { font-size: 1.3rem; margin: 6px 0 10px; }
.avb-team-card__name a { color: var(--avb-primary); }
.avb-team-card__name a:hover { color: var(--avb-accent-dark); }
.avb-team-card__specs { font-size: 13px; color: var(--avb-ink-soft); margin: 0 0 18px; min-height: 38px; }
.avb-team-card__actions { display: flex; gap: 10px; align-items: center; padding-top: 14px; border-top: 1px solid var(--avb-line); }
.avb-team-card__actions a:not(.avb-team-card__more) { color: var(--avb-ink-muted); display: inline-flex; padding: 6px; }
.avb-team-card__actions a:not(.avb-team-card__more):hover { color: var(--avb-accent-dark); }
.avb-team-card__more { margin-left: auto; color: var(--avb-primary); font-weight: 600; font-size: 13px; display: inline-flex; align-items: center; gap: 4px; }
.avb-team-card__more:hover { color: var(--avb-accent-dark); }

.avb-team__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px; }

@media (max-width: 1024px) { .avb-team-card { flex-basis: calc((100% - 24px) / 2); } }
@media (max-width: 600px) { .avb-team-card { flex-basis: 100%; } }

/* TESTIMONIALS ------------------------------------------------------------ */
.avb-testimonials { overflow: hidden; }
.avb-testimonials__deco {
	position: absolute; top: -40px; left: -40px;
	color: rgba(201,169,97,0.08); pointer-events: none;
	transform: rotate(-10deg);
}
.avb-testimonials__head { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.avb-testimonials__slider { overflow: hidden; padding: 10px 0; }
.avb-testimonials__track {
	display: flex; gap: 30px;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.avb-testimonial-card {
	flex: 0 0 calc((100% - 60px) / 3);
	background: rgba(255,255,255,0.04);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.1);
	padding: 36px; border-radius: var(--avb-radius-lg);
	color: var(--avb-cream);
	display: flex; flex-direction: column;
	transition: all var(--avb-transition);
}
.avb-testimonial-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(201,169,97,0.3); transform: translateY(-4px); }
.avb-testimonial-card__stars { display: flex; gap: 3px; color: var(--avb-accent); margin-bottom: 16px; }
.avb-testimonial-card__stars svg { fill: currentColor; }
.avb-testimonial-card__quote {
	font-family: var(--avb-font-display); font-size: 1.15rem; font-style: italic;
	line-height: 1.65; margin: 0 0 24px; color: rgba(255,255,255,0.9);
	border: 0; padding: 0; flex: 1;
}
.avb-testimonial-card__author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); }
.avb-testimonial-card__avatar {
	width: 48px; height: 48px; border-radius: 50%;
	background: var(--avb-accent); color: var(--avb-primary);
	display: inline-flex; align-items: center; justify-content: center;
	font-family: var(--avb-font-display); font-size: 1.4rem; font-weight: 700;
}
.avb-testimonial-card__author strong { display: block; color: var(--avb-white); font-size: 15px; }
.avb-testimonial-card__author span { display: block; font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 2px; }

.avb-testimonials__nav { display: flex; gap: 10px; justify-content: center; margin-top: 40px; }

@media (max-width: 1024px) { .avb-testimonial-card { flex-basis: calc((100% - 30px) / 2); } }
@media (max-width: 600px) { .avb-testimonial-card { flex-basis: 100%; } }

/* BLOG -------------------------------------------------------------------- */
.avb-blog-home__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 50px; gap: 30px; flex-wrap: wrap; }
.avb-blog-home__head .avb-section-heading { margin-bottom: 0; }
.avb-blog-home__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
@media (max-width: 900px) { .avb-blog-home__grid { grid-template-columns: 1fr; } }

.avb-blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }

.avb-blog-card {
	background: var(--avb-white); border-radius: var(--avb-radius-lg);
	overflow: hidden; transition: all var(--avb-transition);
	box-shadow: var(--avb-shadow-sm);
}
.avb-blog-card:hover { transform: translateY(-6px); box-shadow: var(--avb-shadow-lg); }
.avb-blog-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.avb-blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.avb-blog-card:hover .avb-blog-card__media img { transform: scale(1.06); }
.avb-blog-card__body { padding: 28px; }
.avb-blog-card__meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 12px; color: var(--avb-ink-muted); margin-bottom: 14px; }
.avb-blog-card__cat {
	background: var(--avb-cream); color: var(--avb-primary);
	padding: 4px 10px; border-radius: var(--avb-radius-pill);
	font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; font-size: 11px;
}
.avb-blog-card__title { font-size: 1.3rem; margin: 0 0 12px; line-height: 1.3; }
.avb-blog-card__title a { color: var(--avb-primary); }
.avb-blog-card__title a:hover { color: var(--avb-accent-dark); }
.avb-blog-card__excerpt { font-size: 14px; color: var(--avb-ink-soft); margin: 0 0 18px; line-height: 1.6; }
.avb-blog-card__more { color: var(--avb-primary); font-weight: 600; font-size: 13px; display: inline-flex; align-items: center; gap: 6px; }
.avb-blog-card__more:hover { color: var(--avb-accent-dark); gap: 10px; }

/* FAQ --------------------------------------------------------------------- */
.avb-faq__grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: flex-start; }
@media (max-width: 1024px) { .avb-faq__grid { grid-template-columns: 1fr; gap: 40px; } }
.avb-faq__cta { margin-top: 20px; }
.avb-faq__list { display: flex; flex-direction: column; gap: 14px; }
.avb-faq__item {
	background: var(--avb-white);
	border: 1px solid var(--avb-line);
	border-radius: var(--avb-radius);
	overflow: hidden; transition: all var(--avb-transition);
}
.avb-faq__item[open] { border-color: var(--avb-accent); box-shadow: var(--avb-shadow-sm); }
.avb-faq__q {
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
	padding: 22px 26px; cursor: pointer; list-style: none;
	font-family: var(--avb-font-display); font-size: 1.1rem;
	color: var(--avb-primary); font-weight: 600;
}
.avb-faq__q::-webkit-details-marker { display: none; }
.avb-faq__icon {
	width: 36px; height: 36px; border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--avb-cream); color: var(--avb-primary);
	flex-shrink: 0; transition: all var(--avb-transition);
}
.avb-faq__item[open] .avb-faq__icon { background: var(--avb-accent); transform: rotate(45deg); }
.avb-faq__a {
	padding: 0 26px 24px;
	color: var(--avb-ink-soft); line-height: 1.7;
	animation: avb-fade-down 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes avb-fade-down {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}

/* CTA BANNER -------------------------------------------------------------- */
.avb-cta-banner {
	position: relative; padding: 100px 0; overflow: hidden; color: var(--avb-white);
}
.avb-cta-banner__bg { position: absolute; inset: 0; }
.avb-cta-banner__bg img { width: 100%; height: 100%; object-fit: cover; }
.avb-cta-banner__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,31,68,0.92) 0%, rgba(10,31,68,0.7) 100%); }
.avb-cta-banner__inner { position: relative; max-width: 820px; margin: 0 auto; text-align: center; }
.avb-cta-banner__title { color: var(--avb-white); font-size: clamp(2rem, 4.4vw, 3.6rem); margin: 16px 0; }
.avb-cta-banner__title em { color: var(--avb-accent); font-style: italic; }
.avb-cta-banner__lead { font-size: 1.15rem; color: rgba(255,255,255,0.85); margin: 0 0 36px; line-height: 1.65; }
.avb-cta-banner__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.avb-cta-banner__trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; color: rgba(255,255,255,0.75); font-size: 13px; }
.avb-cta-banner__trust span { display: inline-flex; align-items: center; gap: 6px; }

/* CONTACT ----------------------------------------------------------------- */
.avb-contact__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: flex-start; }
@media (max-width: 1024px) { .avb-contact__grid { grid-template-columns: 1fr; } }

.avb-contact__cards { list-style: none; padding: 0; margin: 36px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.avb-contact__card {
	display: flex; gap: 14px; align-items: flex-start;
	padding: 18px; background: var(--avb-cream);
	border-radius: var(--avb-radius);
	transition: all var(--avb-transition);
}
.avb-contact__card:hover { background: var(--avb-white); box-shadow: var(--avb-shadow); transform: translateY(-3px); }
.avb-contact__card-ic {
	flex-shrink: 0; width: 44px; height: 44px;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--avb-white); color: var(--avb-accent-dark);
	border-radius: var(--avb-radius-sm);
}
.avb-contact__card div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.avb-contact__card strong { font-size: 13px; color: var(--avb-primary); font-weight: 600; }
.avb-contact__card a, .avb-contact__card span { font-size: 14px; color: var(--avb-ink-soft); word-break: break-word; }
.avb-contact__card a:hover { color: var(--avb-accent-dark); }

.avb-contact__map { border-radius: var(--avb-radius-lg); overflow: hidden; box-shadow: var(--avb-shadow); }
.avb-contact__map iframe { width: 100%; height: 340px; border: 0; display: block; }

/* CONTACT FORM ------------------------------------------------------------ */
.avb-contact__form-card {
	background: var(--avb-white); padding: 44px;
	border-radius: var(--avb-radius-lg);
	box-shadow: var(--avb-shadow-lg);
	border-top: 4px solid var(--avb-accent);
}
.avb-contact__form-head { margin-bottom: 28px; }
.avb-contact__form-head h3 { font-size: 1.6rem; margin: 0 0 8px; }
.avb-contact__form-head p { font-size: 14px; color: var(--avb-ink-soft); margin: 0; }

.avb-form { display: flex; flex-direction: column; gap: 18px; }
.avb-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .avb-form__row { grid-template-columns: 1fr; } }
.avb-form__field { display: flex; flex-direction: column; gap: 6px; }
.avb-form__field label { font-size: 13px; font-weight: 600; color: var(--avb-primary); letter-spacing: 0.02em; }
.avb-form__field input, .avb-form__field select, .avb-form__field textarea {
	padding: 14px 16px;
	border: 1.5px solid var(--avb-line);
	border-radius: var(--avb-radius-sm);
	background: var(--avb-white);
	font: inherit; color: var(--avb-ink);
	transition: all var(--avb-transition-fast);
}
.avb-form__field input:focus, .avb-form__field select:focus, .avb-form__field textarea:focus {
	outline: none; border-color: var(--avb-accent);
	box-shadow: 0 0 0 4px rgba(201,169,97,0.15);
}
.avb-form__field textarea { resize: vertical; min-height: 120px; }
.avb-form__hp { position: absolute; left: -9999px; }

.avb-form__check { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.avb-form__check input[type="checkbox"] { margin-top: 4px; accent-color: var(--avb-accent); }
.avb-form__check span { font-size: 13px; color: var(--avb-ink-soft); line-height: 1.5; }

.avb-form__response { padding: 14px 16px; border-radius: var(--avb-radius-sm); font-size: 14px; display: none; }
.avb-form__response.is-ok { display: block; background: rgba(45,122,79,0.1); color: var(--avb-success); border: 1px solid rgba(45,122,79,0.3); }
.avb-form__response.is-err { display: block; background: rgba(179,58,58,0.1); color: var(--avb-error); border: 1px solid rgba(179,58,58,0.3); }
.avb-form__small { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--avb-ink-muted); margin: 0; }

/* PREFOOTER --------------------------------------------------------------- */
.avb-prefooter { padding: 80px 0; background: var(--avb-primary); color: var(--avb-cream); position: relative; overflow: hidden; }
.avb-prefooter::before {
	content: ''; position: absolute; inset: 0;
	background: radial-gradient(ellipse at right, rgba(201,169,97,0.1) 0%, transparent 60%);
}
.avb-prefooter__inner {
	position: relative;
	display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center;
}
@media (max-width: 1024px) { .avb-prefooter__inner { grid-template-columns: 1fr; text-align: center; } .avb-prefooter__cta { justify-content: center; } }
.avb-prefooter__title { color: var(--avb-white); font-size: clamp(1.8rem, 3.4vw, 2.8rem); margin: 14px 0; }
.avb-prefooter__lead { color: rgba(255,255,255,0.78); font-size: 1.1rem; line-height: 1.6; margin: 0; }
.avb-prefooter__cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* FOOTER ------------------------------------------------------------------ */
.avb-footer { background: var(--avb-primary-dark); color: rgba(255,255,255,0.7); padding: 80px 0 30px; }
.avb-footer__grid {
	display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 50px; padding-bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
@media (max-width: 1024px) { .avb-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .avb-footer__grid { grid-template-columns: 1fr; } }

.avb-footer__col h4.widget-title { color: var(--avb-white); font-size: 0.95rem; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 22px; }
.avb-footer__col--brand { max-width: 380px; }
.avb-footer__about { font-size: 14px; line-height: 1.7; margin: 18px 0 24px; }
.avb-footer__socials { display: flex; gap: 10px; }
.avb-footer__socials a {
	width: 38px; height: 38px; border-radius: 50%;
	background: rgba(255,255,255,0.06);
	color: var(--avb-cream);
	display: inline-flex; align-items: center; justify-content: center;
	transition: all var(--avb-transition);
}
.avb-footer__socials a:hover { background: var(--avb-accent); color: var(--avb-primary); transform: translateY(-3px); }

.avb-footer__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.avb-footer__list a { color: rgba(255,255,255,0.7); font-size: 14px; transition: all var(--avb-transition-fast); }
.avb-footer__list a:hover { color: var(--avb-accent); padding-left: 6px; }

.avb-footer__contact { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.avb-footer__contact li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
.avb-footer__contact li svg { color: var(--avb-accent); flex-shrink: 0; margin-top: 4px; }
.avb-footer__contact a { color: rgba(255,255,255,0.85); }
.avb-footer__contact a:hover { color: var(--avb-accent); }

.avb-footer__bottom { padding-top: 30px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12px; }
.avb-footer__copy, .avb-footer__disclaimer { color: rgba(255,255,255,0.5); margin: 0; }

/* FAB --------------------------------------------------------------------- */
.avb-fab {
	position: fixed; right: 24px; z-index: 90;
	width: 56px; height: 56px; border-radius: 50%;
	border: 0; cursor: pointer;
	display: inline-flex; align-items: center; justify-content: center;
	box-shadow: var(--avb-shadow-lg);
	transition: all var(--avb-transition);
}
.avb-fab--wa { bottom: 24px; background: #25D366; color: var(--avb-white); }
.avb-fab--wa:hover { transform: scale(1.08); }
.avb-fab__pulse {
	position: absolute; inset: 0; border-radius: 50%;
	background: #25D366; animation: avb-pulse-ring 2s ease-out infinite;
}
@keyframes avb-pulse-ring {
	0% { transform: scale(1); opacity: 0.6; }
	100% { transform: scale(1.6); opacity: 0; }
}
.avb-fab--top {
	bottom: 92px; background: var(--avb-primary); color: var(--avb-accent);
	opacity: 0; transform: translateY(20px); pointer-events: none;
}
.avb-fab--top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.avb-fab--top:hover { background: var(--avb-accent); color: var(--avb-primary); }

/* PAGE / CPT GENERIC ------------------------------------------------------ */
.avb-page-hero { background: var(--avb-cream); padding: 80px 0 60px; }
.avb-page-hero--post { background: var(--avb-white); }
.avb-page-title { margin: 14px 0 16px; }
.avb-page-lead { font-size: 1.15rem; color: var(--avb-ink-soft); max-width: 780px; }

.avb-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 13px; color: var(--avb-ink-muted); margin-bottom: 14px; }
.avb-breadcrumbs a { color: var(--avb-ink-muted); }
.avb-breadcrumbs a:hover { color: var(--avb-accent-dark); }
.avb-breadcrumbs .sep { color: var(--avb-accent-dark); }

.avb-page-content { padding: 80px 0 100px; }
.avb-prose { font-size: 1.05rem; line-height: 1.85; color: var(--avb-ink-soft); }
.avb-prose h2, .avb-prose h3 { color: var(--avb-primary); margin-top: 2em; }
.avb-prose h2 { font-size: 1.8rem; }
.avb-prose h3 { font-size: 1.4rem; }
.avb-prose ul, .avb-prose ol { padding-left: 1.2em; }
.avb-prose li { margin-bottom: 8px; }
.avb-prose blockquote {
	border-left: 4px solid var(--avb-accent);
	padding: 12px 0 12px 24px;
	font-style: italic; font-family: var(--avb-font-display);
	font-size: 1.2rem; color: var(--avb-primary); margin: 30px 0;
}
.avb-prose strong { color: var(--avb-primary); }
.avb-prose img { border-radius: var(--avb-radius); margin: 20px 0; }
.avb-prose a { color: var(--avb-accent-dark); border-bottom: 1px solid currentColor; }

/* CPT HERO */
.avb-cpt-hero { position: relative; padding: 120px 0 80px; overflow: hidden; color: var(--avb-white); min-height: 460px; display: flex; align-items: flex-end; }
.avb-cpt-hero__bg { position: absolute; inset: 0; }
.avb-cpt-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.avb-cpt-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,31,68,0.7) 0%, rgba(10,31,68,0.95) 100%); }
.avb-cpt-hero__inner { position: relative; }
.avb-cpt-hero .avb-breadcrumbs, .avb-cpt-hero .avb-breadcrumbs a, .avb-cpt-hero .avb-breadcrumbs .sep { color: rgba(255,255,255,0.65); }
.avb-cpt-hero .avb-breadcrumbs a:hover { color: var(--avb-accent); }
.avb-cpt-hero__icon { display: inline-flex; align-items: center; justify-content: center; width: 80px; height: 80px; background: var(--avb-accent); color: var(--avb-primary); border-radius: var(--avb-radius); margin-bottom: 20px; }
.avb-cpt-hero__title { color: var(--avb-white); font-size: clamp(2.4rem, 4.6vw, 3.8rem); margin: 0 0 14px; max-width: 880px; }
.avb-cpt-hero__tag { font-size: 1.2rem; color: var(--avb-accent); font-family: var(--avb-font-display); font-style: italic; margin: 0 0 18px; }
.avb-cpt-hero__lead { font-size: 1.1rem; color: rgba(255,255,255,0.78); max-width: 720px; margin: 0; line-height: 1.65; }
.avb-cpt-hero__highlight { display: inline-block; padding: 8px 16px; background: rgba(201,169,97,0.2); color: var(--avb-accent); border-radius: var(--avb-radius-pill); font-size: 13px; font-weight: 600; }

.avb-cpt-grid { display: grid; grid-template-columns: 1fr 360px; gap: 60px; }
@media (max-width: 1024px) { .avb-cpt-grid { grid-template-columns: 1fr; } }
.avb-cpt-grid__aside { position: sticky; top: calc(var(--avb-header-h) + 20px); display: flex; flex-direction: column; gap: 20px; }
@media (max-width: 1024px) { .avb-cpt-grid__aside { position: static; } }

.avb-card-box { background: var(--avb-cream); border-radius: var(--avb-radius-lg); padding: 30px; }
.avb-card-box h3 { font-size: 1.2rem; margin: 0 0 16px; }
.avb-card-box--primary { background: var(--avb-primary); color: var(--avb-cream); }
.avb-card-box--primary h3 { color: var(--avb-white); }
.avb-card-box--primary p { color: rgba(255,255,255,0.78); font-size: 14px; line-height: 1.6; }
.avb-card-box__phone { display: inline-flex; align-items: center; gap: 8px; color: var(--avb-accent); margin-top: 16px; font-weight: 600; font-size: 14px; }
.avb-card-box__phone:hover { color: var(--avb-white); }

.avb-check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.avb-check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--avb-ink-soft); line-height: 1.55; }
.avb-check-list li svg { color: var(--avb-accent-dark); flex-shrink: 0; margin-top: 3px; }
.avb-card-box--primary .avb-check-list li { color: rgba(255,255,255,0.85); }
.avb-card-box--primary .avb-check-list li svg { color: var(--avb-accent); }

.avb-related { margin-top: 80px; }
.avb-related__title { font-size: 1.6rem; margin-bottom: 30px; text-align: center; }

/* AVUKAT HERO */
.avb-avukat-hero { padding-top: 60px; }
.avb-avukat-hero__grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: flex-start; padding-top: 40px; }
@media (max-width: 1024px) { .avb-avukat-hero__grid { grid-template-columns: 1fr; } }
.avb-avukat-hero__media { position: relative; border-radius: var(--avb-radius-lg); overflow: hidden; }
.avb-avukat-hero__media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.avb-avukat-hero__deco { position: absolute; bottom: -30px; left: -30px; width: 120px; height: 120px; background: var(--avb-accent); opacity: 0.2; border-radius: 50%; z-index: -1; }
.avb-avukat-hero__name { font-size: clamp(2.4rem, 4vw, 3.4rem); margin: 14px 0 14px; }
.avb-avukat-hero__specs { font-size: 1.2rem; color: var(--avb-accent-dark); font-family: var(--avb-font-display); font-style: italic; margin: 0 0 20px; }
.avb-avukat-hero__lead { font-size: 1.1rem; color: var(--avb-ink-soft); line-height: 1.65; margin: 0 0 28px; }
.avb-avukat-hero__meta { list-style: none; padding: 0; margin: 0 0 32px; display: flex; flex-direction: column; gap: 12px; }
.avb-avukat-hero__meta li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--avb-ink-soft); }
.avb-avukat-hero__meta li svg { color: var(--avb-accent-dark); }
.avb-avukat-hero__contact { display: flex; gap: 12px; flex-wrap: wrap; }

/* DAVA STATS */
.avb-dava-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; margin-bottom: 50px; }
.avb-dava-stat {
	display: flex; gap: 14px; align-items: center;
	background: var(--avb-cream); padding: 20px;
	border-radius: var(--avb-radius);
}
.avb-dava-stat > svg { color: var(--avb-accent-dark); }
.avb-dava-stat small { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--avb-ink-muted); }
.avb-dava-stat strong { display: block; font-size: 15px; color: var(--avb-primary); font-weight: 600; }

/* SINGLE POST */
.avb-single-article__meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: 13px; color: var(--avb-ink-muted); margin: 20px 0; }
.avb-single-article__featured { max-width: 1200px; margin: 0 auto 60px; padding: 0 var(--avb-gutter); }
.avb-single-article__featured img { border-radius: var(--avb-radius-lg); width: 100%; }
.avb-single-article__author { display: flex; align-items: center; gap: 14px; margin-top: 24px; }
.avb-single-article__author img { border-radius: 50%; }
.avb-single-article__author small { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--avb-ink-muted); }
.avb-single-article__author strong { font-size: 15px; color: var(--avb-primary); }

.avb-single-article__tags { margin: 40px 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.avb-post-nav { display: flex; justify-content: space-between; gap: 20px; margin: 60px 0; padding-top: 40px; border-top: 1px solid var(--avb-line); font-size: 14px; flex-wrap: wrap; }

/* PAGINATION */
.avb-pagination { margin-top: 60px; text-align: center; }
.avb-pagination .nav-links { display: inline-flex; gap: 6px; flex-wrap: wrap; }
.avb-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 44px; height: 44px; padding: 0 14px;
	border-radius: var(--avb-radius-sm);
	background: var(--avb-cream); color: var(--avb-primary);
	font-weight: 600; font-size: 14px;
	transition: all var(--avb-transition-fast);
}
.avb-pagination .page-numbers:hover { background: var(--avb-primary); color: var(--avb-accent); }
.avb-pagination .page-numbers.current { background: var(--avb-primary); color: var(--avb-accent); }

/* 404 --------------------------------------------------------------------- */
.avb-404 { padding: 80px 0 120px; }
.avb-404__inner { text-align: center; max-width: 660px; margin: 0 auto; }
.avb-404__big { font-family: var(--avb-font-display); font-size: clamp(7rem, 22vw, 16rem); font-weight: 700; line-height: 1; background: linear-gradient(135deg, var(--avb-primary), var(--avb-accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; margin-bottom: 14px; }
.avb-404__title { font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0 0 16px; }
.avb-404__lead { color: var(--avb-ink-soft); margin: 0 0 36px; }
.avb-404__actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }

/* SEARCH FORM ------------------------------------------------------------- */
.avb-search-form { display: flex; gap: 8px; max-width: 480px; }
.avb-search-form__input {
	flex: 1; padding: 12px 16px;
	border: 1.5px solid var(--avb-line);
	border-radius: var(--avb-radius-pill);
	font: inherit;
}
.avb-search-form__input:focus { outline: none; border-color: var(--avb-accent); box-shadow: 0 0 0 4px rgba(201,169,97,0.15); }
.avb-search-form__btn { width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--avb-primary); color: var(--avb-accent); display: inline-flex; align-items: center; justify-content: center; }

/* EMPTY STATE ------------------------------------------------------------- */
.avb-empty-state { padding: 60px 0; text-align: center; color: var(--avb-ink-muted); }

/* WIDGETS ----------------------------------------------------------------- */
.widget { margin-bottom: 32px; }
.widget-title { font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }

/* PRINT ------------------------------------------------------------------- */
@media print {
	.avb-header, .avb-topbar, .avb-footer, .avb-fab, .avb-cta-banner, .avb-prefooter, .avb-burger, .avb-drawer { display: none !important; }
	body { color: #000; background: #fff; }
}

/* MOBILE OVERRIDES -------------------------------------------------------- */
@media (max-width: 600px) {
	.avb-contact__cards { grid-template-columns: 1fr; }
	.avb-cta-banner { padding: 70px 0; }
	.avb-prefooter { padding: 60px 0; }
	.avb-footer { padding: 60px 0 20px; }
	.avb-footer__bottom { text-align: center; justify-content: center; }
}

/* ===========================================================================
   HAKKIMIZDA SAYFASI ======================================================
   --------------------------------------------------------------------------- */

/* About hero */
.avb-about-hero {
	position: relative;
	min-height: 70vh; min-height: 600px;
	display: flex; align-items: center;
	padding: 100px 0 80px; overflow: hidden;
	color: var(--avb-white);
}
.avb-about-hero__bg { position: absolute; inset: 0; }
.avb-about-hero__bg img { width: 100%; height: 110%; object-fit: cover; }
.avb-about-hero__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(120deg, rgba(10,31,68,0.94) 0%, rgba(10,31,68,0.7) 60%, rgba(10,31,68,0.4) 100%);
}
.avb-about-hero__inner { position: relative; }
.avb-about-hero .avb-breadcrumbs { color: rgba(255,255,255,0.7); margin: 0 0 28px; }
.avb-about-hero .avb-breadcrumbs a,
.avb-about-hero .avb-breadcrumbs .sep,
.avb-about-hero .avb-breadcrumbs span { color: rgba(255,255,255,0.7); margin: 0; }
.avb-about-hero .avb-breadcrumbs a:hover { color: var(--avb-accent); }
.avb-about-hero__content { max-width: 780px; }
.avb-about-hero__title { color: var(--avb-white); font-size: clamp(2.6rem, 5.2vw, 4.6rem); margin: 18px 0; line-height: 1.06; }
.avb-about-hero__lead { font-size: clamp(1rem, 1.4vw, 1.2rem); color: rgba(255,255,255,0.85); line-height: 1.7; margin: 0 0 32px; max-width: 720px; }
.avb-about-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; }
.avb-about-hero__chips .avb-chip { padding: 8px 14px; font-size: 12px; display: inline-flex; align-items: center; gap: 6px; }

/* About story */
.avb-about-story__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
@media (max-width: 1024px) { .avb-about-story__grid { grid-template-columns: 1fr; gap: 50px; } }
.avb-about-story__visual { position: relative; }
.avb-about-story__img {
	border-radius: var(--avb-radius-lg); overflow: hidden;
	aspect-ratio: 4 / 5;
	box-shadow: 0 30px 70px rgba(10,31,68,0.20);
}
.avb-about-story__img img { width: 100%; height: 100%; object-fit: cover; }
.avb-about-story__year-badge {
	position: absolute; left: -20px; bottom: -20px;
	background: var(--avb-accent); color: var(--avb-primary);
	padding: 18px 24px; border-radius: var(--avb-radius);
	box-shadow: 0 20px 40px rgba(201,169,97,0.4);
	display: flex; flex-direction: column;
}
.avb-about-story__year-badge small { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; opacity: 0.8; }
.avb-about-story__year-badge strong { font-family: var(--avb-font-display); font-size: 2.4rem; line-height: 1; margin-top: 4px; }

.avb-about-timeline { list-style: none; padding: 0; margin: 36px 0 0; position: relative; }
.avb-about-timeline::before {
	content: ''; position: absolute; top: 0; bottom: 0;
	left: 30px; width: 2px;
	background: linear-gradient(180deg, var(--avb-accent) 0%, var(--avb-line) 100%);
}
.avb-about-timeline__item {
	position: relative; padding-left: 80px; padding-bottom: 30px;
	display: flex; flex-direction: column; gap: 4px;
}
.avb-about-timeline__item:last-child { padding-bottom: 0; }
.avb-about-timeline__year {
	position: absolute; left: 0; top: 0;
	width: 60px; height: 60px;
	background: var(--avb-white); color: var(--avb-primary);
	border: 2px solid var(--avb-accent);
	border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	font-family: var(--avb-font-display); font-weight: 700; font-size: 13px;
	box-shadow: 0 6px 20px rgba(201,169,97,0.25);
	transition: all var(--avb-transition);
}
.avb-about-timeline__item:hover .avb-about-timeline__year {
	background: var(--avb-accent); transform: scale(1.08);
}
.avb-about-timeline__item--current .avb-about-timeline__year {
	background: var(--avb-primary); color: var(--avb-accent); border-color: var(--avb-primary);
	animation: avb-pulse-2 2.2s ease-out infinite;
}
.avb-about-timeline__body h4 { font-family: var(--avb-font-display); font-size: 1.15rem; margin: 4px 0 6px; color: var(--avb-primary); }
.avb-about-timeline__body p { font-size: 14px; color: var(--avb-ink-soft); margin: 0; line-height: 1.6; }

/* Mission & Vision */
.avb-mission { padding: 100px 0; }
.avb-mission__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 980px) { .avb-mission__grid { grid-template-columns: 1fr; } }
.avb-mission__card {
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.08);
	padding: 50px 40px; border-radius: var(--avb-radius-lg);
	position: relative; overflow: hidden;
	transition: all var(--avb-transition);
}
.avb-mission__card::after {
	content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px;
	background: radial-gradient(circle, rgba(201,169,97,0.15) 0%, transparent 70%);
	transform: translate(40%, -40%);
	transition: transform 0.8s;
}
.avb-mission__card:hover { background: rgba(255,255,255,0.05); border-color: rgba(201,169,97,0.3); }
.avb-mission__card:hover::after { transform: translate(20%, -20%); }
.avb-mission__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 80px; height: 80px;
	background: linear-gradient(135deg, var(--avb-accent) 0%, #D4B675 100%);
	color: var(--avb-primary); border-radius: var(--avb-radius);
	margin-bottom: 28px; box-shadow: 0 16px 40px rgba(201,169,97,0.3);
}
.avb-mission__title { color: var(--avb-white); font-size: clamp(1.4rem, 2.2vw, 1.85rem); margin: 14px 0 18px; }
.avb-mission__desc { font-size: 1rem; line-height: 1.75; color: rgba(255,255,255,0.78); margin: 0; }

/* Values */
.avb-values__grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
	margin-top: 60px;
}
@media (max-width: 980px) { .avb-values__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .avb-values__grid { grid-template-columns: 1fr; } }

.avb-value-card {
	position: relative; padding: 38px 32px;
	background: var(--avb-white);
	border-radius: var(--avb-radius-lg);
	border: 1px solid var(--avb-line);
	transition: all var(--avb-transition);
	overflow: hidden;
}
.avb-value-card::before {
	content: ''; position: absolute; top: 0; left: 0;
	width: 100%; height: 3px; background: var(--avb-accent);
	transform: scaleX(0); transform-origin: left;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.avb-value-card:hover {
	transform: translateY(-6px);
	border-color: var(--avb-accent);
	box-shadow: 0 20px 50px rgba(10,31,68,0.10);
}
.avb-value-card:hover::before { transform: scaleX(1); }
.avb-value-card__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 60px; height: 60px;
	background: var(--avb-cream); color: var(--avb-accent-dark);
	border-radius: var(--avb-radius-sm); margin-bottom: 20px;
	transition: all var(--avb-transition);
}
.avb-value-card:hover .avb-value-card__icon { background: var(--avb-accent); color: var(--avb-primary); transform: rotate(-8deg) scale(1.05); }
.avb-value-card__title { font-size: 1.2rem; margin: 0 0 12px; }
.avb-value-card__desc { font-size: 14px; color: var(--avb-ink-soft); margin: 0; line-height: 1.65; }
.avb-value-card__num {
	position: absolute; top: 18px; right: 24px;
	font-family: var(--avb-font-display); font-size: 3rem; font-weight: 700;
	color: var(--avb-cream); line-height: 1;
	transition: color 0.6s;
}
.avb-value-card:hover .avb-value-card__num { color: var(--avb-accent); opacity: 0.6; }

/* About stats — büyük sayaç grid */
.avb-about-stats__grid {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px;
}
@media (max-width: 980px) { .avb-about-stats__grid { grid-template-columns: repeat(2, 1fr); } }
.avb-stat-block {
	background: var(--avb-white); padding: 30px 24px;
	border-radius: var(--avb-radius-lg); text-align: center;
	border: 1px solid var(--avb-line);
	transition: all var(--avb-transition);
}
.avb-stat-block:hover { transform: translateY(-4px); border-color: var(--avb-accent); box-shadow: 0 14px 36px rgba(10,31,68,0.08); }
.avb-stat-block__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 50px; height: 50px;
	background: var(--avb-cream); color: var(--avb-accent-dark);
	border-radius: 50%; margin-bottom: 18px;
}
.avb-stat-block:hover .avb-stat-block__icon { background: var(--avb-accent); color: var(--avb-primary); }
.avb-stat-block__value {
	font-family: var(--avb-font-display); font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 700; color: var(--avb-primary); line-height: 1;
	display: flex; justify-content: center; align-items: baseline; gap: 2px;
}
.avb-stat-block__suf { color: var(--avb-accent-dark); font-size: 0.7em; }
.avb-stat-block__lab { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--avb-ink-muted); font-weight: 600; margin-top: 10px; }

/* Founder message */
.avb-founder__grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: center; }
@media (max-width: 1024px) { .avb-founder__grid { grid-template-columns: 1fr; gap: 40px; } }
.avb-founder__visual { position: relative; }
.avb-founder__visual img { width: 100%; border-radius: var(--avb-radius-lg); aspect-ratio: 4 / 5; object-fit: cover; box-shadow: 0 30px 70px rgba(10,31,68,0.18); }
.avb-founder__signature {
	position: absolute; right: -20px; bottom: 30px;
	background: var(--avb-white); padding: 20px 24px;
	border-radius: var(--avb-radius);
	box-shadow: 0 20px 50px rgba(10,31,68,0.15);
	display: flex; flex-direction: column; gap: 4px;
	min-width: 220px;
}
.avb-founder__sig-line {
	width: 60px; height: 2px; background: var(--avb-accent);
	display: block; margin-bottom: 8px;
}
.avb-founder__signature strong { font-family: var(--avb-font-display); font-size: 1.1rem; color: var(--avb-primary); }
.avb-founder__signature small { font-size: 11px; color: var(--avb-ink-muted); letter-spacing: 0.05em; }

.avb-founder__title {
	font-size: clamp(1.6rem, 3vw, 2.6rem);
	line-height: 1.25; margin: 14px 0 28px;
}
.avb-founder__title em { color: var(--avb-accent); font-style: italic; }
.avb-founder__body p {
	font-size: 1.05rem; line-height: 1.85; color: var(--avb-ink-soft);
	margin: 0 0 16px;
}
.avb-founder__body p:first-of-type {
	font-size: 1.2rem; color: var(--avb-primary); font-weight: 500;
}

/* Office gallery */
.avb-office-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 220px;
	gap: 16px; margin-top: 50px;
}
@media (max-width: 980px) {
	.avb-office-gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
}
.avb-gallery-item {
	position: relative; margin: 0;
	border-radius: var(--avb-radius-lg);
	overflow: hidden;
	cursor: zoom-in;
}
.avb-gallery-item img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.avb-gallery-item:hover img { transform: scale(1.08); }
.avb-gallery-item::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(10,31,68,0.85) 100%);
	opacity: 0; transition: opacity 0.6s;
}
.avb-gallery-item:hover::after { opacity: 1; }
.avb-gallery-item figcaption {
	position: absolute; bottom: 16px; left: 16px;
	color: var(--avb-white); font-size: 13px; font-weight: 500;
	z-index: 1;
	transform: translateY(8px); opacity: 0;
	transition: all 0.4s;
}
.avb-gallery-item:hover figcaption { transform: translateY(0); opacity: 1; }
.avb-gallery--big   { grid-column: span 2; grid-row: span 2; }
.avb-gallery--wide  { grid-column: span 2; }
@media (max-width: 980px) {
	.avb-gallery--big { grid-column: span 2; grid-row: span 2; }
	.avb-gallery--wide { grid-column: span 2; }
}

/* Team teaser */
.avb-team-teaser__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 1024px) { .avb-team-teaser__grid { grid-template-columns: 1fr; } }
.avb-team-teaser__visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--avb-radius-lg); box-shadow: var(--avb-shadow-lg); }
.avb-team-teaser__list { list-style: none; padding: 0; margin: 20px 0 30px; display: flex; flex-direction: column; gap: 12px; }
.avb-team-teaser__list li { display: flex; gap: 10px; align-items: center; font-size: 15px; color: var(--avb-ink-soft); }
.avb-team-teaser__list li svg { color: var(--avb-accent-dark); flex-shrink: 0; }

/* Awards */
.avb-awards__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; }
@media (max-width: 900px) { .avb-awards__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .avb-awards__grid { grid-template-columns: 1fr; } }
.avb-award-card {
	background: var(--avb-white); padding: 24px;
	border-radius: var(--avb-radius);
	display: flex; align-items: center; gap: 18px;
	border: 1px solid var(--avb-line);
	transition: all var(--avb-transition);
	position: relative;
}
.avb-award-card:hover {
	transform: translateY(-4px);
	border-color: var(--avb-accent);
	box-shadow: 0 14px 36px rgba(10,31,68,0.08);
}
.avb-award-card__year {
	flex-shrink: 0;
	width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center;
	background: var(--avb-primary); color: var(--avb-accent);
	border-radius: 50%; font-family: var(--avb-font-display); font-weight: 700; font-size: 14px;
}
.avb-award-card__body { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.avb-award-card__body strong { font-family: var(--avb-font-display); font-size: 1.05rem; color: var(--avb-primary); }
.avb-award-card__body span { font-size: 13px; color: var(--avb-accent-dark); font-weight: 600; }
.avb-award-card__body em { font-size: 12px; color: var(--avb-ink-muted); font-style: normal; }
.avb-award-card__icon { color: var(--avb-accent); flex-shrink: 0; opacity: 0.4; transition: opacity 0.4s; }
.avb-award-card:hover .avb-award-card__icon { opacity: 1; }

.avb-page-extra { padding: 60px 0 40px; }

/* ===========================================================================
   İLETİŞİM SAYFASI ========================================================
   --------------------------------------------------------------------------- */

.avb-contact-hero {
	position: relative; min-height: 56vh; min-height: 460px;
	display: flex; align-items: center;
	padding: 80px 0 60px; overflow: hidden; color: var(--avb-white);
}
.avb-contact-hero__bg { position: absolute; inset: 0; }
.avb-contact-hero__bg img { width: 100%; height: 110%; object-fit: cover; }
.avb-contact-hero__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(120deg, rgba(10,31,68,0.94) 0%, rgba(10,31,68,0.7) 100%);
}
.avb-contact-hero__inner { position: relative; max-width: 820px; }
.avb-contact-hero .avb-breadcrumbs { color: rgba(255,255,255,0.7); margin: 0 0 28px; }
.avb-contact-hero .avb-breadcrumbs a,
.avb-contact-hero .avb-breadcrumbs .sep,
.avb-contact-hero .avb-breadcrumbs span { color: rgba(255,255,255,0.7); margin: 0; }
.avb-contact-hero .avb-breadcrumbs a:hover { color: var(--avb-accent); }
.avb-contact-hero__title { color: var(--avb-white); font-size: clamp(2.4rem, 5vw, 4.4rem); margin: 18px 0; }
.avb-contact-hero__lead { font-size: clamp(1rem, 1.4vw, 1.2rem); color: rgba(255,255,255,0.85); line-height: 1.7; margin: 0; }

/* Quick channels */
.avb-quick-channels__grid {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
@media (max-width: 980px) { .avb-quick-channels__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .avb-quick-channels__grid { grid-template-columns: 1fr; } }
.avb-channel-card {
	background: var(--avb-white); padding: 30px;
	border-radius: var(--avb-radius-lg);
	display: flex; flex-direction: column; gap: 6px;
	color: var(--avb-primary);
	border: 1px solid var(--avb-line);
	transition: all var(--avb-transition);
	position: relative; overflow: hidden;
}
.avb-channel-card::before {
	content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
	background: var(--avb-accent);
	transform: scaleX(0); transform-origin: left;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.avb-channel-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(10,31,68,0.12);
	color: var(--avb-primary);
	border-color: var(--avb-accent);
}
.avb-channel-card:hover::before { transform: scaleX(1); }
.avb-channel-card__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 56px; height: 56px;
	background: var(--avb-cream); color: var(--avb-accent-dark);
	border-radius: var(--avb-radius); margin-bottom: 14px;
	transition: all var(--avb-transition);
}
.avb-channel-card:hover .avb-channel-card__icon { background: var(--avb-accent); color: var(--avb-primary); transform: rotate(-6deg) scale(1.08); }
.avb-channel-card small { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--avb-ink-muted); font-weight: 600; }
.avb-channel-card strong { font-family: var(--avb-font-display); font-size: 1.3rem; color: var(--avb-primary); word-break: break-word; }
.avb-channel-card span { font-size: 13px; color: var(--avb-ink-soft); }
.avb-channel-card__cta {
	margin-top: 14px; padding-top: 14px;
	border-top: 1px solid var(--avb-line);
	display: inline-flex; align-items: center; gap: 6px;
	color: var(--avb-accent-dark) !important; font-weight: 600; font-size: 13px !important;
	transition: gap 0.3s;
}
.avb-channel-card:hover .avb-channel-card__cta { gap: 10px; }
.avb-channel-card--wa .avb-channel-card__icon { background: rgba(37,211,102,0.15); color: #25D366; }
.avb-channel-card--wa:hover .avb-channel-card__icon { background: #25D366; color: var(--avb-white); }

/* Departments */
.avb-departments__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; }
@media (max-width: 980px) { .avb-departments__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .avb-departments__grid { grid-template-columns: 1fr; } }

.avb-department-card {
	background: var(--avb-white); padding: 30px;
	border-radius: var(--avb-radius-lg);
	border: 1px solid var(--avb-line);
	transition: all var(--avb-transition);
}
.avb-department-card:hover {
	transform: translateY(-4px);
	border-color: var(--avb-accent);
	box-shadow: 0 16px 40px rgba(10,31,68,0.08);
}
.avb-department-card__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 56px; height: 56px;
	background: var(--avb-cream); color: var(--avb-accent-dark);
	border-radius: var(--avb-radius-sm); margin-bottom: 18px;
	transition: all var(--avb-transition);
}
.avb-department-card:hover .avb-department-card__icon { background: var(--avb-primary); color: var(--avb-accent); transform: rotate(-6deg); }
.avb-department-card__title { font-size: 1.2rem; margin: 0 0 8px; }
.avb-department-card__desc { font-size: 14px; color: var(--avb-ink-soft); margin: 0 0 20px; line-height: 1.55; }
.avb-department-card__contact { padding-top: 18px; border-top: 1px solid var(--avb-line); display: flex; flex-direction: column; gap: 2px; }
.avb-department-card__contact small { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--avb-ink-muted); }
.avb-department-card__contact strong { font-size: 14px; color: var(--avb-primary); font-weight: 600; font-family: var(--avb-font-display); }
.avb-department-card__contact a { color: var(--avb-accent-dark); font-size: 13px; word-break: break-word; }

/* Hours table */
.avb-hours-table {
	background: var(--avb-cream); padding: 28px;
	border-radius: var(--avb-radius); margin-top: 30px;
}
.avb-hours-table h3 { font-size: 1.05rem; margin: 0 0 16px; }
.avb-hours-table table { width: 100%; border-collapse: collapse; }
.avb-hours-table td {
	padding: 10px 0; border-bottom: 1px solid rgba(10,31,68,0.08);
	font-size: 14px; color: var(--avb-ink-soft);
}
.avb-hours-table td:last-child { text-align: right; color: var(--avb-primary); font-weight: 500; }
.avb-hours-table tr:last-child td { border-bottom: 0; }
.avb-hours-table__hl td { background: var(--avb-accent); color: var(--avb-primary) !important; padding: 12px 14px !important; border-radius: var(--avb-radius-sm); }
.avb-hours-table__hl td:first-child { border-radius: var(--avb-radius-sm) 0 0 var(--avb-radius-sm); padding-left: 14px !important; font-weight: 600; }
.avb-hours-table__hl td:last-child { border-radius: 0 var(--avb-radius-sm) var(--avb-radius-sm) 0; padding-right: 14px !important; }

/* Office map */
.avb-office-map__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; margin-top: 50px; }
@media (max-width: 980px) { .avb-office-map__grid { grid-template-columns: 1fr; } }
.avb-office-map__visual { border-radius: var(--avb-radius-lg); overflow: hidden; }
.avb-office-map__visual img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
.avb-office-map__map { position: relative; border-radius: var(--avb-radius-lg); overflow: hidden; background: var(--avb-white); }
.avb-office-map__map iframe { width: 100%; height: 400px; border: 0; display: block; }
.avb-office-map__info {
	padding: 24px; background: var(--avb-white);
	border-top: 1px solid var(--avb-line);
}
.avb-office-map__info strong { font-family: var(--avb-font-display); font-size: 1.1rem; color: var(--avb-primary); display: block; margin-bottom: 6px; }
.avb-office-map__info p { font-size: 14px; color: var(--avb-ink-soft); margin: 0 0 12px; }
.avb-office-map__info ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.avb-office-map__info li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--avb-ink-soft); }
.avb-office-map__info li svg { color: var(--avb-accent-dark); }

/* Social section */
.avb-social-section__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 980px) { .avb-social-section__grid { grid-template-columns: 1fr; } }
.avb-social-section__title { color: var(--avb-white); font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 14px 0 18px; }
.avb-social-section__content p { color: rgba(255,255,255,0.78); font-size: 1rem; line-height: 1.7; margin: 0; }
.avb-social-section__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 580px) { .avb-social-section__cards { grid-template-columns: 1fr; } }
.avb-social-big {
	display: flex; align-items: center; gap: 14px;
	padding: 20px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: var(--avb-radius);
	color: var(--avb-white);
	transition: all var(--avb-transition);
}
.avb-social-big:hover { background: rgba(255,255,255,0.08); border-color: var(--avb-accent); color: var(--avb-white); transform: translateY(-3px); }
.avb-social-big__icon {
	width: 44px; height: 44px; flex-shrink: 0;
	background: rgba(201,169,97,0.15); color: var(--avb-accent);
	border-radius: var(--avb-radius-sm);
	display: inline-flex; align-items: center; justify-content: center;
}
.avb-social-big > div { flex: 1; display: flex; flex-direction: column; }
.avb-social-big strong { font-family: var(--avb-font-display); font-size: 1.05rem; }
.avb-social-big span { font-size: 12px; color: rgba(255,255,255,0.6); }
.avb-social-big > svg { color: rgba(255,255,255,0.4); transition: color 0.3s, transform 0.3s; }
.avb-social-big:hover > svg { color: var(--avb-accent); transform: translate(2px, -2px); }

/* ===========================================================================
   SSS SAYFASI =============================================================
   --------------------------------------------------------------------------- */

.avb-sss-hero {
	position: relative; min-height: 54vh; min-height: 440px;
	display: flex; align-items: center;
	padding: 80px 0 60px; overflow: hidden; color: var(--avb-white);
}
.avb-sss-hero__bg { position: absolute; inset: 0; }
.avb-sss-hero__bg img { width: 100%; height: 110%; object-fit: cover; }
.avb-sss-hero__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(10,31,68,0.85) 0%, rgba(10,31,68,0.95) 100%);
}
.avb-sss-hero__inner { position: relative; max-width: 820px; }
.avb-sss-hero .avb-breadcrumbs { color: rgba(255,255,255,0.7); margin: 0 0 28px; }
.avb-sss-hero .avb-breadcrumbs a,
.avb-sss-hero .avb-breadcrumbs .sep,
.avb-sss-hero .avb-breadcrumbs span { color: rgba(255,255,255,0.7); margin: 0; }
.avb-sss-hero .avb-breadcrumbs a:hover { color: var(--avb-accent); }
.avb-sss-hero__title { color: var(--avb-white); font-size: clamp(2.2rem, 4.6vw, 4rem); margin: 18px 0; }
.avb-sss-hero__lead { font-size: clamp(1rem, 1.4vw, 1.15rem); color: rgba(255,255,255,0.85); line-height: 1.7; margin: 0 0 36px; }

/* SSS arama */
.avb-sss-search {
	position: relative; display: flex; align-items: center; gap: 14px;
	background: var(--avb-white); padding: 14px 20px;
	border-radius: var(--avb-radius-pill);
	box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.avb-sss-search > svg { color: var(--avb-accent-dark); flex-shrink: 0; }
.avb-sss-search input {
	flex: 1; border: 0; outline: 0;
	background: transparent; font: inherit; font-size: 15px;
	color: var(--avb-ink); padding: 8px 0;
}
.avb-sss-search input::placeholder { color: var(--avb-ink-muted); }
.avb-sss-search__count {
	font-size: 12px; color: var(--avb-ink-muted); flex-shrink: 0;
	padding-left: 16px; border-left: 1px solid var(--avb-line);
}
.avb-sss-search__count span { color: var(--avb-primary); font-weight: 600; }

/* Kategori kartları */
.avb-sss-cats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 980px) { .avb-sss-cats__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .avb-sss-cats__grid { grid-template-columns: 1fr; } }
.avb-sss-cat-card {
	background: var(--avb-white); padding: 28px;
	border-radius: var(--avb-radius-lg);
	display: flex; flex-direction: column; gap: 6px;
	color: var(--avb-primary);
	border: 1px solid var(--avb-line);
	transition: all var(--avb-transition);
}
.avb-sss-cat-card:hover {
	transform: translateY(-4px);
	border-color: var(--avb-accent);
	box-shadow: 0 16px 40px rgba(10,31,68,0.08);
	color: var(--avb-primary);
}
.avb-sss-cat-card__icon {
	width: 50px; height: 50px;
	background: var(--avb-cream); color: var(--avb-accent-dark);
	border-radius: var(--avb-radius-sm);
	display: inline-flex; align-items: center; justify-content: center;
	margin-bottom: 12px;
	transition: all var(--avb-transition);
}
.avb-sss-cat-card:hover .avb-sss-cat-card__icon { background: var(--avb-accent); color: var(--avb-primary); }
.avb-sss-cat-card strong { font-family: var(--avb-font-display); font-size: 1.1rem; color: var(--avb-primary); }
.avb-sss-cat-card small { font-size: 13px; color: var(--avb-ink-soft); line-height: 1.5; }
.avb-sss-cat-card__more {
	margin-top: 14px; padding-top: 14px;
	border-top: 1px solid var(--avb-line);
	display: inline-flex; align-items: center; gap: 6px;
	color: var(--avb-accent-dark); font-weight: 600; font-size: 13px;
	transition: gap 0.3s;
}
.avb-sss-cat-card:hover .avb-sss-cat-card__more { gap: 10px; }

/* SSS items */
.avb-sss-list__wrap { display: flex; flex-direction: column; gap: 14px; }
.avb-sss-item .avb-faq__q { gap: 16px; }
.avb-sss-item__num {
	flex-shrink: 0;
	font-family: var(--avb-font-display); font-weight: 700;
	color: var(--avb-accent); font-size: 14px;
	letter-spacing: 0.05em;
}
.avb-sss-item__title { flex: 1; }
.avb-sss-item__foot {
	display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
	margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--avb-line);
}
.avb-sss-item__helpful { font-size: 13px; color: var(--avb-ink-muted); margin-right: auto; }
.avb-sss-item__btn {
	padding: 6px 14px; background: var(--avb-cream); border: 0;
	border-radius: var(--avb-radius-pill);
	font-size: 13px; color: var(--avb-primary); cursor: pointer;
	transition: all var(--avb-transition-fast);
}
.avb-sss-item__btn:hover { background: var(--avb-accent); }
.avb-sss-item__thanks { font-size: 13px; color: var(--avb-success); font-weight: 600; }

.avb-sss-empty { text-align: center; padding: 60px 20px; color: var(--avb-ink-muted); }
.avb-sss-empty svg { margin: 0 auto 16px; color: var(--avb-accent-dark); opacity: 0.5; }

/* SSS CTA */
.avb-sss-cta__inner {
	text-align: center; max-width: 720px; margin: 0 auto;
}
.avb-sss-cta__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 100px; height: 100px;
	background: rgba(201,169,97,0.15); color: var(--avb-accent);
	border-radius: 50%; margin-bottom: 24px;
}
.avb-sss-cta__title { color: var(--avb-white); font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0 0 16px; }
.avb-sss-cta__inner p { color: rgba(255,255,255,0.78); font-size: 1.05rem; line-height: 1.7; margin: 0 0 32px; }
.avb-sss-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===========================================================================
   BLOG SAYFASI ============================================================
   --------------------------------------------------------------------------- */

.avb-blog-hero {
	position: relative; min-height: 50vh; min-height: 420px;
	display: flex; align-items: center;
	padding: 80px 0 60px; overflow: hidden; color: var(--avb-white);
}
.avb-blog-hero__bg { position: absolute; inset: 0; }
.avb-blog-hero__bg img { width: 100%; height: 110%; object-fit: cover; }
.avb-blog-hero__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(120deg, rgba(10,31,68,0.92) 0%, rgba(10,31,68,0.75) 100%);
}
.avb-blog-hero__inner { position: relative; max-width: 820px; }
.avb-blog-hero .avb-breadcrumbs { color: rgba(255,255,255,0.7); margin: 0 0 28px; }
.avb-blog-hero .avb-breadcrumbs a,
.avb-blog-hero .avb-breadcrumbs .sep,
.avb-blog-hero .avb-breadcrumbs span { color: rgba(255,255,255,0.7); margin: 0; }
.avb-blog-hero .avb-breadcrumbs a:hover { color: var(--avb-accent); }
.avb-blog-hero__title { color: var(--avb-white); font-size: clamp(2.2rem, 4.6vw, 4rem); margin: 18px 0; }
.avb-blog-hero__lead { font-size: clamp(1rem, 1.4vw, 1.2rem); color: rgba(255,255,255,0.85); line-height: 1.7; margin: 0; }

/* Featured post */
.avb-blog-featured__card {
	display: grid; grid-template-columns: 1fr 1fr;
	background: var(--avb-white); border-radius: var(--avb-radius-lg);
	overflow: hidden; color: inherit;
	box-shadow: var(--avb-shadow-lg);
	transition: all var(--avb-transition);
	border: 1px solid var(--avb-line);
}
@media (max-width: 900px) { .avb-blog-featured__card { grid-template-columns: 1fr; } }
.avb-blog-featured__card:hover { transform: translateY(-6px); box-shadow: 0 30px 80px rgba(10,31,68,0.18); color: inherit; border-color: var(--avb-accent); }
.avb-blog-featured__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.avb-blog-featured__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
.avb-blog-featured__card:hover .avb-blog-featured__media img { transform: scale(1.06); }
.avb-blog-featured__badge {
	position: absolute; top: 18px; left: 18px;
	background: var(--avb-accent); color: var(--avb-primary);
	padding: 6px 14px; border-radius: var(--avb-radius-pill);
	font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
	display: inline-flex; align-items: center; gap: 6px;
}
.avb-blog-featured__body { padding: 50px; display: flex; flex-direction: column; justify-content: center; }
.avb-blog-featured__title { font-size: clamp(1.6rem, 2.6vw, 2.4rem); margin: 14px 0 18px; }
.avb-blog-featured__excerpt { font-size: 1.05rem; color: var(--avb-ink-soft); line-height: 1.75; margin: 0 0 28px; }

/* Blog filter */
.avb-blog-filter { padding: 30px 0; }
.avb-blog-filter__bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.avb-blog-filter__label { font-size: 13px; color: var(--avb-ink-muted); margin-right: 6px; font-weight: 600; }
.avb-blog-filter__chip {
	padding: 8px 16px !important; font-size: 13px !important;
	background: var(--avb-white) !important; border: 1px solid var(--avb-line);
	color: var(--avb-primary) !important;
	transition: all var(--avb-transition);
	cursor: pointer;
}
.avb-blog-filter__chip:hover { background: var(--avb-cream) !important; border-color: var(--avb-accent); }
.avb-blog-filter__chip.is-active { background: var(--avb-primary) !important; color: var(--avb-accent) !important; border-color: var(--avb-primary); }
.avb-blog-filter__chip small { font-weight: 500; opacity: 0.7; margin-left: 4px; }

/* Blog layout */
.avb-blog-list__layout { display: grid; grid-template-columns: 1fr 320px; gap: 50px; }
@media (max-width: 980px) { .avb-blog-list__layout { grid-template-columns: 1fr; } }
.avb-blog-list__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
@media (max-width: 700px) { .avb-blog-list__grid { grid-template-columns: 1fr; } }

/* Sidebar widgets */
.avb-side-widget {
	background: var(--avb-white); padding: 28px;
	border-radius: var(--avb-radius); margin-bottom: 24px;
	border: 1px solid var(--avb-line);
}
.avb-side-widget h3 { font-size: 1.05rem; margin: 0 0 14px; }
.avb-side-widget--primary { background: var(--avb-primary); color: var(--avb-cream); border: 0; }
.avb-side-widget--primary h3 { color: var(--avb-white); }
.avb-side-widget--primary p { color: rgba(255,255,255,0.78); font-size: 14px; margin: 0 0 16px; line-height: 1.6; }
.avb-side-widget--primary input {
	width: 100%; padding: 12px 16px;
	background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
	color: var(--avb-white); border-radius: var(--avb-radius-sm);
	margin-bottom: 10px; font: inherit;
}
.avb-side-widget--primary input::placeholder { color: rgba(255,255,255,0.5); }

.avb-side-widget__cats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.avb-side-widget__cats a {
	display: flex; align-items: center; gap: 8px;
	padding: 10px 12px; border-radius: var(--avb-radius-sm);
	color: var(--avb-primary); font-size: 14px;
	transition: all var(--avb-transition-fast);
}
.avb-side-widget__cats a:hover { background: var(--avb-cream); padding-left: 16px; }
.avb-side-widget__cats span { flex: 1; }
.avb-side-widget__cats small { background: var(--avb-cream); color: var(--avb-ink-muted); padding: 2px 8px; border-radius: var(--avb-radius-pill); font-size: 11px; font-weight: 600; }
.avb-side-widget__cats a:hover small { background: var(--avb-white); color: var(--avb-primary); }
.avb-side-widget__cats svg { color: var(--avb-accent-dark); }

.avb-side-widget__services { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.avb-side-widget__services a {
	display: flex; align-items: center; gap: 12px;
	padding: 10px 12px; border-radius: var(--avb-radius-sm);
	color: var(--avb-primary); font-size: 14px;
	transition: all var(--avb-transition-fast);
}
.avb-side-widget__services a:hover { background: var(--avb-cream); }
.avb-side-widget__ic {
	width: 32px; height: 32px;
	background: var(--avb-cream); color: var(--avb-accent-dark);
	border-radius: var(--avb-radius-sm);
	display: inline-flex; align-items: center; justify-content: center;
	flex-shrink: 0;
}
.avb-side-widget__services a:hover .avb-side-widget__ic { background: var(--avb-accent); color: var(--avb-primary); }

.avb-side-widget--cta {
	background: linear-gradient(135deg, var(--avb-accent) 0%, #D4B675 100%);
	color: var(--avb-primary); text-align: center; padding: 32px 28px;
}
.avb-side-widget--cta svg { color: var(--avb-primary); margin: 0 auto 12px; }
.avb-side-widget--cta strong { display: block; font-family: var(--avb-font-display); font-size: 1.15rem; margin-bottom: 6px; }
.avb-side-widget--cta p { font-size: 13px; color: rgba(10,31,68,0.8); margin: 0 0 16px; line-height: 1.55; }
.avb-side-widget__phone {
	display: block; font-family: var(--avb-font-display); font-size: 1.3rem;
	color: var(--avb-primary); font-weight: 700;
	padding: 12px; background: rgba(10,31,68,0.1);
	border-radius: var(--avb-radius-sm);
	transition: all var(--avb-transition);
}
.avb-side-widget__phone:hover { background: var(--avb-primary); color: var(--avb-accent); }

.avb-empty-state { text-align: center; padding: 80px 20px; color: var(--avb-ink-muted); }
.avb-empty-state svg { margin: 0 auto 16px; color: var(--avb-accent-dark); opacity: 0.4; }
