/* =========================================================
   Topline — მთავარი სტილები
   DetailX-ის შთაგონებული მუქი პრემიუმ თემა
   ========================================================= */

:root {
	--bg:        #0a0b0d;
	--bg-2:      #111316;
	--bg-3:      #16181c;
	--surface:   #1b1e23;
	--line:      rgba(255,255,255,.08);
	--line-2:    rgba(255,255,255,.14);
	--text:      #f2f3f5;
	--muted:     #9aa0a8;
	--muted-2:   #6c727b;
	--accent:    #b2090e;   /* მთავარი წითელი — topline */
	--accent-2:  #8a060a;
	--accent-ink:#ffffff;
	--radius:    14px;
	--radius-sm: 10px;
	--container: 1440px;
	--ease:      cubic-bezier(.22,.61,.36,1);
}

/* ---------- ღია (თეთრი) თემა — სერვისების სექციის შემდეგ ---------- */
.theme-light {
	--bg:        #e9e9eb;   /* ნეიტრალური ღია ნაცრისფერი */
	--bg-2:      #e0e0e3;
	--bg-3:      #d6d6da;
	--surface:   #f3f3f5;
	--line:      rgba(20,22,26,.10);
	--line-2:    rgba(20,22,26,.16);
	--text:      #16181c;
	--muted:     #565a62;
	--muted-2:   #8b9097;
	color: var(--text);
	background: var(--bg);
}
.theme-light .am-img, .theme-light .cm-map, .theme-light .advantage-item, .theme-light .topline-form {
	box-shadow: 0 20px 40px -28px rgba(16,18,22,.35);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: "Noto Sans Georgian", "Segoe UI", system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
ul { list-style: none; margin: 0; padding: 0; }
h1,h2,h3,h4 { margin: 0 0 .4em; line-height: 1.15; font-weight: 800; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px,1px,1px,1px); white-space: nowrap;
}
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 9999; background: var(--accent); color: var(--accent-ink); padding: 10px 16px; border-radius: 8px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; }
.section { padding: 110px 0; position: relative; }
.section-head { max-width: 720px; margin: 0 0 56px; }
.section-eyebrow {
	display: inline-block; color: var(--accent); font-family: "Oswald", sans-serif;
	font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
	font-size: 13px; margin-bottom: 16px;
}
.section-eyebrow::before { display: none; } /* წითელი ხაზი მოშორებულია სექციების eyebrow-დან (hero რჩება) */
.section-title { font-size: clamp(28px, 4vw, 46px); }
.section-lead { color: var(--muted); font-size: 18px; max-width: 620px; margin-top: 14px; }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 14px 28px; border-radius: 0; font-weight: 700; font-size: 15px;
	cursor: pointer; border: 1px solid transparent; transition: all .28s var(--ease);
	white-space: nowrap;
}
.btn-accent { background: var(--accent); color: var(--accent-ink); }
.btn-accent:hover { background: #d40b12; transform: translateY(-2px); box-shadow: 0 10px 30px -8px rgba(178,9,14,.55); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-lg { padding: 17px 36px; font-size: 16px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
	position: fixed; top: 0; left: 0; right: 0; z-index: 100;
	transition: background .3s var(--ease), border-color .3s var(--ease), padding .3s var(--ease);
	border-bottom: 1px solid transparent;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 24px; width: 100%; max-width: var(--container); margin: 0 auto; }
.site-header.scrolled { background: rgba(10,11,13,.94); backdrop-filter: blur(12px); border-color: var(--line); }
.site-header.scrolled .header-inner { padding-top: 16px; padding-bottom: 16px; }

.site-logo { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 26px; letter-spacing: .02em; display: inline-flex; align-items: center; }
.logo-mark { color: var(--text); }
.logo-rest { color: var(--accent); }
.custom-logo-link img, .topline-logo-img { height: 52px; width: auto; display: block; }
.site-footer .topline-logo-img { height: 54px; margin-bottom: 6px; }

/* მარჯვენა ჯგუფი: მენიუ + ძიება + ღილაკი */
.header-right { display: flex; align-items: center; gap: 34px; }

.main-navigation .nav-menu { display: flex; gap: 30px; align-items: center; }
.main-navigation .nav-menu a {
	display: block; padding: 6px 0; font-size: 16px; font-weight: 500; color: var(--text);
	letter-spacing: .015em; position: relative; white-space: nowrap;
}
.main-navigation .nav-menu a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
	background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease);
}
.main-navigation .nav-menu a:hover,
.main-navigation .nav-menu .current-menu-item > a { color: #fff; }
.main-navigation .nav-menu a:hover::after,
.main-navigation .nav-menu .current-menu-item > a::after { transform: scaleX(1); }

.header-search {
	background: none; border: none; cursor: pointer; color: var(--text); padding: 6px;
	display: inline-flex; align-items: center; justify-content: center; transition: color .25s var(--ease);
}
.header-search svg { width: 24px; height: 24px; }
.header-search:hover { color: var(--accent); }

.header-book { padding: 15px 30px; font-size: 16px; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-toggle span { width: 26px; height: 2px; background: var(--text); transition: .3s var(--ease); display: block; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Search overlay ---------- */
.search-overlay {
	position: fixed; inset: 0; z-index: 200; background: rgba(8,9,11,.97); backdrop-filter: blur(6px);
	display: flex; align-items: center; justify-content: center; padding: 24px;
	opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), visibility .3s var(--ease);
}
.search-overlay.open { opacity: 1; visibility: visible; }
.search-overlay-inner { width: min(720px, 100%); }
.search-close {
	position: absolute; top: 28px; right: 36px; background: none; border: none; color: var(--text);
	font-size: 44px; line-height: 1; cursor: pointer; transition: color .25s var(--ease);
}
.search-close:hover { color: var(--accent); }
.topline-search-form { display: flex; gap: 12px; border-bottom: 2px solid var(--line-2); padding-bottom: 14px; }
.topline-search-form .search-field {
	flex: 1; background: none; border: none; color: var(--text); font-family: inherit;
	font-size: clamp(22px, 4vw, 36px); padding: 8px 0; outline: none;
}
.topline-search-form .search-field::placeholder { color: var(--muted-2); }
.topline-search-form .search-submit { flex: 0 0 auto; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-video-wrap { position: absolute; inset: 0; z-index: 0; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
	position: absolute; inset: 0;
	background:
		linear-gradient(180deg, rgba(10,11,13,.32) 0%, rgba(10,11,13,.3) 28%, rgba(10,11,13,.55) 62%, rgba(10,11,13,.96) 100%),
		radial-gradient(110% 75% at 0% 100%, rgba(10,11,13,.55), transparent 60%);
}
.hero-content { position: relative; z-index: 2; width: 100%; max-width: 1600px; padding: 0 48px 64px; text-shadow: 0 2px 28px rgba(0,0,0,.5); }
.hero-content .accent { text-shadow: 0 2px 28px rgba(0,0,0,.4); }
.hero-eyebrow {
	display: inline-flex; align-items: center; gap: 14px; margin-bottom: 22px;
	font-family: "Oswald", sans-serif; text-transform: uppercase;
}
.hero-eyebrow .he-brand {
	font-size: clamp(14px, 1.4vw, 18px); font-weight: 700; letter-spacing: .14em; color: #fff;
	padding: 7px 16px; background: var(--accent); border-radius: 50px; line-height: 1;
	box-shadow: 0 6px 20px -6px rgba(178,9,14,.7);
}
.hero-eyebrow .he-text { font-size: clamp(12px, 1.2vw, 15px); font-weight: 500; letter-spacing: .14em; color: rgba(255,255,255,.85); }
.hero-title { font-size: clamp(34px, 5vw, 72px); line-height: 1.14; letter-spacing: .005em; font-weight: 800; margin: 0; max-width: none; white-space: nowrap; }
.hero-title .accent { color: var(--accent); }

.hero-scroll {
	position: absolute; bottom: 40px; right: 48px; z-index: 2; display: inline-flex; align-items: center; gap: 12px;
	font-family: "Oswald", sans-serif; letter-spacing: .16em; text-transform: uppercase; font-size: 13px; color: #fff;
}
.hero-scroll-arrow { width: 1px; height: 40px; background: rgba(255,255,255,.5); position: relative; overflow: hidden; }
.hero-scroll-arrow::after { content: ""; position: absolute; left: 0; top: -40px; width: 1px; height: 40px; background: var(--accent); animation: scrolldown 1.8s var(--ease) infinite; }
@keyframes scrolldown { 0% { top: -40px; } 60%, 100% { top: 40px; } }

/* ---------- Hero — Premium (centered eyebrow + CTA) ---------- */
.hero.hero--premium {
	flex-direction: column; align-items: center; justify-content: space-between; text-align: center;
	padding: clamp(200px, 34vh, 380px) 24px clamp(40px, 6vh, 84px);
}
.hero--premium .hero-premium-eyebrow {
	position: relative; z-index: 2; margin: 0;
	display: inline-flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 40px);
	font-family: "Oswald", sans-serif; text-transform: uppercase; font-weight: 500;
	font-size: clamp(15px, 2.1vw, 30px); letter-spacing: clamp(.22em, .5vw, .5em); color: #fff;
	text-shadow: 0 2px 24px rgba(0,0,0,.55);
}
.hero--premium .hero-premium-eyebrow::before,
.hero--premium .hero-premium-eyebrow::after {
	content: ""; height: 1px; width: clamp(44px, 12vw, 190px);
	background: linear-gradient(90deg, transparent, var(--accent));
}
.hero--premium .hero-premium-eyebrow::after { background: linear-gradient(90deg, var(--accent), transparent); }

.hero--premium .hero-premium-btn {
	position: relative; z-index: 2;
	display: inline-flex; align-items: center; gap: clamp(20px, 3vw, 46px);
	padding: clamp(15px, 1.6vw, 20px) clamp(26px, 3vw, 44px);
	border: 1px solid var(--accent);
	background: rgba(10,11,13,.28); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
	color: #fff; font-family: "Oswald", sans-serif; text-transform: uppercase; font-weight: 500;
	font-size: clamp(13px, 1.35vw, 17px); letter-spacing: .26em;
	box-shadow: 0 0 0 1px rgba(178,9,14,.15), 0 18px 50px -22px rgba(0,0,0,.9);
	transition: background .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease), letter-spacing .3s var(--ease);
}
.hero--premium .hero-premium-btn .hpb-arrow { width: 26px; height: 26px; flex: 0 0 auto; color: var(--accent); transition: transform .3s var(--ease), color .3s var(--ease); }
.hero--premium .hero-premium-btn:hover { background: var(--accent); transform: translateY(-2px); box-shadow: 0 22px 60px -20px rgba(178,9,14,.75); }
.hero--premium .hero-premium-btn:hover .hpb-arrow { color: #fff; transform: translateX(6px); }

/* ---------- Services (slider) ---------- */
.services { background: var(--bg); overflow: hidden; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .section-lead { margin-inline: auto; font-family: "Oswald", sans-serif; letter-spacing: .04em; text-transform: uppercase; font-size: 15px; color: var(--muted); }

.services-slider { position: relative; max-width: 1460px; margin: 0 auto; padding: 0 76px; }
.services-track {
	display: flex; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory;
	scroll-behavior: smooth; padding: 10px 6px 18px; -ms-overflow-style: none; scrollbar-width: none;
}
.services-track::-webkit-scrollbar { display: none; }

.svc-card {
	position: relative; flex: 0 0 calc((100% - 56px) / 3); scroll-snap-align: start;
	border-radius: 18px; overflow: hidden; background: var(--bg-2);
	aspect-ratio: 4 / 5; display: flex; align-items: flex-end; isolation: isolate;
	border: 1px solid var(--line); box-shadow: 0 12px 34px -20px rgba(0,0,0,.7);
	transition: transform .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease);
}
.svc-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s var(--ease); }
.svc-media::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(10,11,13,.1) 0%, rgba(10,11,13,0) 35%, rgba(10,11,13,.55) 70%, rgba(10,11,13,.95) 100%);
}

/* ნომრის ბეჯი */
.svc-watermark {
	position: absolute; right: 20px; top: 20px; z-index: 2; font-family: "Oswald", sans-serif;
	font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #fff; font-weight: 600;
	padding: 7px 14px; background: rgba(10,11,13,.55); border: 1px solid var(--line-2); border-radius: 50px;
	backdrop-filter: blur(4px);
}

/* ყოველთვის ჩანს: სათაური ქვედა კუთხეში */
.svc-body { position: relative; z-index: 3; padding: 30px 28px; width: 100%; transition: opacity .35s var(--ease), transform .35s var(--ease); }
.svc-index { display: inline-block; font-family: "Oswald", sans-serif; font-size: 13px; font-weight: 600; color: var(--accent); letter-spacing: .14em; margin-bottom: 6px; }
.svc-index::before { content: ""; display: inline-block; width: 22px; height: 2px; background: var(--accent); vertical-align: middle; margin-inline-end: 10px; }
.svc-title { font-size: 25px; margin: 0; line-height: 1.2; }
.svc-desc { display: none; }

/* hover overlay — წაკითხვადი მუქი ფენა + სრული ტექსტი */
.svc-overlay {
	position: absolute; inset: 0; z-index: 4; padding: 34px 30px;
	display: flex; flex-direction: column; justify-content: flex-end;
	background: linear-gradient(180deg, rgba(10,11,13,.45) 0%, rgba(10,11,13,.82) 55%, rgba(10,11,13,.96) 100%);
	opacity: 0; transition: opacity .4s var(--ease); pointer-events: none;
}
.svc-overlay::before { content: ""; position: absolute; left: 30px; top: 34px; width: 50px; height: 3px; background: var(--accent); }
.svc-ov-index { font-family: "Oswald", sans-serif; font-size: 13px; font-weight: 600; color: var(--accent); letter-spacing: .16em; margin: 22px 0 12px; }
.svc-ov-title { font-size: 26px; margin: 0 0 14px; line-height: 1.15; }
.svc-ov-desc { color: #e9ebed; font-size: 15.5px; line-height: 1.65; margin: 0 0 22px; }
.svc-ov-more { font-family: "Oswald", sans-serif; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: #fff; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.svc-ov-more span { display: inline-block; color: var(--accent); transition: transform .25s var(--ease); }

.svc-card:hover { transform: translateY(-8px); border-color: var(--accent); box-shadow: 0 34px 60px -26px rgba(0,0,0,.85); }
.svc-card:hover .svc-media img { transform: scale(1.06); }
.svc-card:hover .svc-body { opacity: 0; transform: translateY(10px); }
.svc-card:hover .svc-overlay { opacity: 1; }
.svc-card:hover .svc-ov-more span { transform: translateX(6px); }
.svc-overlay-link { position: absolute; inset: 0; z-index: 5; }

.slider-arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
	width: 52px; height: 52px; border-radius: 50%; border: none; cursor: pointer;
	background: #fff; color: #0a0b0d; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 8px 24px rgba(0,0,0,.35); transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.slider-arrow svg { width: 24px; height: 24px; }
.slider-arrow:hover { background: var(--accent); color: #fff; }
.slider-arrow:disabled { opacity: .35; cursor: default; }
.slider-prev { left: 6px; }
.slider-next { right: 6px; }

.slider-dots { display: flex; justify-content: center; gap: 9px; margin-top: 26px; }
.slider-dots button {
	width: 9px; height: 9px; border-radius: 50%; border: none; cursor: pointer; padding: 0;
	background: rgba(255,255,255,.22); transition: background .25s var(--ease), width .25s var(--ease);
}
.slider-dots button.active { background: var(--accent); width: 24px; border-radius: 50px; }
.theme-light .slider-dots button { background: rgba(20,22,26,.25); }
.theme-light .slider-dots button.active { background: var(--accent); }

.services-cta { text-align: center; margin-top: 40px; }
.services-cta .btn-accent { padding: 15px 46px; }

/* ---------- Services X (OUR SERVICES — ბარათები) ---------- */
.services-x { background: var(--bg); overflow: hidden; }
.services-x--page { padding-top: clamp(120px, 16vh, 180px); }

.svcx-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 64px; }
.svcx-head--page { grid-template-columns: 1fr; max-width: 860px; }
.svcx-title {
	font-family: "Oswald", sans-serif; font-weight: 700; text-transform: uppercase;
	font-size: clamp(40px, 6vw, 88px); line-height: 1.08; letter-spacing: .02em; margin: 0; color: #fff;
}
/* სათაურის შემდეგ პირდაპირ lead — ქართული კუდები რომ არ ედოს */
.svcx-title + .svcx-lead { margin-top: 22px; }
.svcx-subtitle {
	font-family: "Oswald", sans-serif; font-weight: 500; text-transform: uppercase;
	letter-spacing: .22em; font-size: clamp(13px, 1.4vw, 18px); color: rgba(255,255,255,.9);
	margin: 16px 0 0;
}
.svcx-subtitle .accent { color: var(--accent); }
.svcx-rule { display: block; width: 66px; height: 3px; background: var(--accent); margin: 22px 0; }
.svcx-lead { color: var(--muted); font-size: clamp(15px, 1.3vw, 17px); line-height: 1.7; max-width: 460px; margin: 0; }
.svcx-head--page .svcx-lead { max-width: 640px; }

.svcx-head-media { position: relative; border-radius: 0; overflow: hidden; aspect-ratio: 16 / 11; }
.svcx-head-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg) 0%, transparent 34%, transparent 100%); }
.svcx-head-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.svcx-group { margin-top: 40px; }
.svcx-cat {
	font-family: "Oswald", sans-serif; font-weight: 600; text-transform: uppercase;
	font-size: clamp(20px, 2.4vw, 30px); letter-spacing: .06em; color: #fff; margin: 0 0 22px;
	position: relative; padding-left: 46px;
}
.svcx-cat::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 34px; height: 3px; background: var(--accent); }

.svcx-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }

.svcx-card {
	position: relative; display: flex; flex-direction: column; justify-content: flex-end;
	min-height: 380px; overflow: hidden; padding: 26px 24px 24px;
	border: 1px solid rgba(255,255,255,.08); background: var(--bg-2);
	transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.svcx-card-bg { position: absolute; inset: 0; z-index: 0; }
.svcx-card-bg img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); filter: grayscale(.25) brightness(.72); }
.svcx-card::after {
	content: ""; position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(180deg, rgba(10,11,13,.28) 0%, rgba(10,11,13,.5) 42%, rgba(10,11,13,.95) 100%);
}

.svcx-card-icon {
	position: absolute; z-index: 2; top: 22px; left: 22px;
	width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
	background: var(--accent); color: #fff; box-shadow: 0 12px 30px -10px rgba(178,9,14,.7);
}
.svcx-card-icon svg { width: 26px; height: 26px; }

.svcx-card-body { position: relative; z-index: 2; }
.svcx-card-title {
	font-family: "Oswald", sans-serif; font-weight: 600; text-transform: uppercase;
	font-size: clamp(17px, 1.5vw, 20px); letter-spacing: .03em; line-height: 1.2; color: #fff; margin: 0 0 10px;
}
.svcx-card-desc {
	color: rgba(255,255,255,.74); font-size: 13.5px; line-height: 1.6; margin: 0 0 14px;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.svcx-card-arrow { display: inline-flex; color: var(--accent); transition: transform .3s var(--ease); }
.svcx-card-arrow svg { width: 26px; height: 26px; }

.svcx-card-link { position: absolute; inset: 0; z-index: 3; }

.svcx-card:hover { border-color: var(--accent); transform: translateY(-6px); box-shadow: 0 34px 60px -26px rgba(0,0,0,.9); }
.svcx-card:hover .svcx-card-bg img { transform: scale(1.06); }
.svcx-card:hover .svcx-card-arrow { transform: translateX(8px); }

/* კარუსელი (მთავარ გვერდზე) */
.svcx-slider { position: relative; max-width: 1520px; margin: 24px auto 0; padding: 0 76px; }
.svcx-track {
	display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
	scroll-behavior: smooth; padding: 10px 6px 18px; -ms-overflow-style: none; scrollbar-width: none;
}
.svcx-track::-webkit-scrollbar { display: none; }
.svcx-track .svcx-card { flex: 0 0 calc((100% - 60px) / 4); scroll-snap-align: start; }

.svcx-cta { text-align: center; margin-top: 40px; }

/* ---------- Single service ---------- */
.service-single {
	/* ქასთომ ზომები — ყველა ფოტო ერთი ზომის */
	--svc-hero-h:  480px;   /* ჰერო-ბანერის სიმაღლე */
	--svc-media-w: 460px;   /* შიდა სურათის სვეტის სიგანე */
	--svc-media-h: 480px;   /* შიდა სურათის სიმაღლე (ყველა ერთნაირი) */
}
.service-single-hero { position: relative; min-height: var(--svc-hero-h); display: flex; align-items: flex-end; background-size: cover; background-position: center; }
.service-single-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,11,13,.78) 0%, rgba(10,11,13,.74) 45%, rgba(10,11,13,.95) 100%); }
.service-single-hero-inner { position: relative; z-index: 2; padding-top: 130px; padding-bottom: 48px; }
.service-back { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8); font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; margin-bottom: 20px; }
.service-back svg { width: 18px; height: 18px; }
.service-back:hover { color: var(--accent); }
.service-single-cat { display: block; font-family: "Oswald", sans-serif; color: var(--accent); letter-spacing: .18em; font-size: 14px; margin-bottom: 10px; }
.service-single-title { display: flex; align-items: center; gap: 16px; font-family: "Oswald", sans-serif; font-weight: 700; text-transform: uppercase; font-size: clamp(30px, 4vw, 54px); line-height: 1.05; color: #fff; margin: 0; }
.service-single-icon { display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; flex: 0 0 auto; background: var(--accent); color: #fff; }
.service-single-icon svg { width: 30px; height: 30px; }
.service-single-body { padding-top: 48px; padding-bottom: 20px; }
.service-single-content { color: var(--muted); font-size: 17px; line-height: 1.85; }
.service-single-content p { margin: 0 0 20px; }
.service-single-content h2, .service-single-content h3 { color: #fff; font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .02em; font-size: clamp(20px, 2.2vw, 26px); margin: 34px 0 16px; }
.service-single-content ul { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.service-single-content ul li { position: relative; padding-left: 34px; color: rgba(255,255,255,.86); }
.service-single-content ul li::before {
	content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px;
	background: var(--accent);
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>") center / contain no-repeat;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>") center / contain no-repeat;
}
.service-single-cta { border: 1px solid var(--line-2); padding: 30px 34px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; background: var(--bg-2); margin-top: 30px; margin-bottom: 60px; }
.service-single-cta p { margin: 0; color: #fff; font-size: 17px; max-width: 460px; }

/* ---------- Service tabs (chevron/arrow) ---------- */
.service-tabs { padding-bottom: 10px; }
.service-tabs-nav {
	display: flex; flex-wrap: nowrap; gap: 3px;
	position: relative; z-index: 3;
	margin-top: -27px;   /* ჰეროს კიდეზე გადაფარვა */
	overflow-x: auto; overflow-y: hidden;
	scrollbar-width: none; padding-bottom: 2px;
}
.service-tabs-nav::-webkit-scrollbar { display: none; }
.service-tab {
	--arrow: 20px;
	position: relative; border: 0; cursor: pointer; white-space: nowrap;
	padding: 16px 42px; color: #1a1c1f; background: #fff;
	font-family: "Oswald", sans-serif; letter-spacing: .04em;
	font-size: 15px; line-height: 1;
	clip-path: polygon(0 0, calc(100% - var(--arrow)) 0, 100% 50%, calc(100% - var(--arrow)) 100%, 0 100%, var(--arrow) 50%);
	transition: background .25s var(--ease), color .25s var(--ease);
}
.service-tab:first-child {
	padding-left: 34px;
	clip-path: polygon(0 0, calc(100% - var(--arrow)) 0, 100% 50%, calc(100% - var(--arrow)) 100%, 0 100%);
}
.service-tab span { position: relative; }
.service-tab:hover { background: #ececec; }
.service-tab.is-active { background: var(--accent); color: #fff; }
.service-tab:focus-visible { outline: 2px solid #fff; outline-offset: -5px; }

.service-tab-panel { padding-top: 6px; }
.service-tab-panel[hidden] { display: none; }

/* ---------- Split layout (სურათი მარცხნივ / ტექსტი მარჯვნივ) ---------- */
.service-split {
	display: grid; grid-template-columns: var(--svc-media-w) 1fr; gap: 52px;
	align-items: start; padding: 44px 0 40px;
}
.service-split-media { position: sticky; top: 96px; }
.service-split-media img {
	width: 100%; height: auto; max-height: 560px;
	object-fit: contain; display: block; border-radius: var(--radius-sm);
}
.service-split-title {
	color: #fff; font-family: "Oswald", sans-serif; text-transform: uppercase;
	letter-spacing: .01em; font-size: clamp(24px, 3vw, 40px); line-height: 1.08;
	margin: 0 0 22px;
}
.service-split-text > *:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
	.service-split { grid-template-columns: 1fr; gap: 28px; padding: 34px 0 30px; }
	.service-split-media { position: static; }
	.service-single { --svc-media-h: 300px; }
	.service-tab { --arrow: 15px; padding: 13px 26px; font-size: 14px; }
	.service-tab:first-child { padding-left: 24px; }
	.service-tabs-nav { margin-top: -22px; }
}

/* ---------- About page ---------- */
.about-x-hero {
	position: relative; min-height: 46vh; display: flex; align-items: flex-end; overflow: hidden;
	background:
		radial-gradient(120% 120% at 100% 0%, rgba(178,9,14,.32) 0%, transparent 52%),
		radial-gradient(90% 120% at 0% 100%, rgba(178,9,14,.14) 0%, transparent 55%),
		linear-gradient(160deg, var(--bg-2) 0%, var(--bg) 78%);
}
.about-x-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, var(--accent), transparent 60%); }
.about-x-hero-inner { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 56px; }
.about-x-title { font-family: "Oswald", sans-serif; font-weight: 700; text-transform: uppercase; font-size: clamp(36px, 6vw, 74px); line-height: 1.02; color: #fff; margin: 6px 0 14px; }
.about-x-tagline { color: var(--muted); font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .06em; font-size: clamp(14px, 1.4vw, 18px); margin: 0; }

.about-x-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.about-x-text .section-title { margin-bottom: 22px; }
.about-x-text p { color: var(--muted); font-size: 17px; line-height: 1.85; margin: 0 0 18px; }
.about-x-text .btn { margin-top: 14px; }

.about-x-offer { background: var(--bg-2); border: 1px solid var(--line); border-top: 3px solid var(--accent); padding: 34px 30px; position: sticky; top: 104px; }
.about-x-offer-title { margin: 0 0 20px; font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 22px; letter-spacing: .04em; color: #fff; }
.about-x-offer-list { list-style: none; margin: 0 0 22px; padding: 0; }
.about-x-offer-list li { display: flex; align-items: center; gap: 14px; padding: 14px 0; color: rgba(255,255,255,.9); font-size: 16px; }
.about-x-offer-list li + li { border-top: 1px solid var(--line); }
.about-x-offer-ic { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; flex: 0 0 auto; background: var(--accent); color: #fff; }
.about-x-offer-ic svg { width: 22px; height: 22px; }
.about-x-offer-all { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .08em; font-size: 14px; }
.about-x-offer-all span { transition: transform .25s var(--ease); display: inline-block; }
.about-x-offer-all:hover span { transform: translateX(5px); }

.about-x-adv { background: var(--bg-2); }
.about-x-adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 12px; }
.about-x-adv-item { border: 1px solid var(--line); background: var(--bg); padding: 32px 26px; transition: border-color .3s var(--ease), transform .3s var(--ease); }
.about-x-adv-item:hover { border-color: var(--accent); transform: translateY(-6px); }
.about-x-adv-num { font-family: "Oswald", sans-serif; font-size: 40px; font-weight: 700; color: var(--accent); line-height: 1; }
.about-x-adv-item h3 { margin: 16px 0 10px; font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 18px; color: #fff; }
.about-x-adv-item p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0; }

.about-x-loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4vw, 56px); align-items: stretch; }
.about-x-loc-map { position: relative; min-height: 400px; border: 1px solid var(--line); overflow: hidden; line-height: 0; }
.about-x-loc-info { display: flex; flex-direction: column; justify-content: center; }
.about-x-loc-info .section-title { margin-bottom: 24px; }
.about-x-loc-list { list-style: none; margin: 0 0 26px; padding: 0; }
.about-x-loc-list li { display: flex; align-items: center; gap: 16px; padding: 14px 0; }
.about-x-loc-list li + li { border-top: 1px solid var(--line); }
.about-x-loc-list a { display: flex; align-items: center; gap: 16px; width: 100%; }
.about-x-loc-ic { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; flex: 0 0 auto; background: rgba(178,9,14,.12); color: var(--accent); }
.about-x-loc-ic svg { width: 22px; height: 22px; }
.about-x-loc-list small { display: block; color: var(--muted); font-size: 13px; margin-bottom: 2px; }
.about-x-loc-list strong { color: #fff; font-size: 16px; font-weight: 600; }
.about-x-loc-list a:hover strong { color: var(--accent); }

/* ---------- Reels (Facebook ვიდეო რგოლები) ---------- */
.reels { background: var(--bg-2); overflow: hidden; }
.reels-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
	max-width: 900px; margin: 0 auto;
}
.reel-card {
	position: relative; aspect-ratio: 9 / 16; border-radius: 18px; overflow: hidden;
	background: var(--bg-3); border: 1px solid var(--line);
	box-shadow: 0 18px 44px -24px rgba(0,0,0,.75);
	transition: transform .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);
}
.reel-card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: 0 34px 60px -26px rgba(0,0,0,.85); }
.reel-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

/* ---------- About (100%) ---------- */
.about { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.about-full { width: 100%; }
.about-text p { color: var(--muted); font-size: 17px; max-width: 980px; }
.about-stats { display: flex; gap: 48px; margin-top: 40px; flex-wrap: wrap; }
.about-stats li { display: flex; flex-direction: column; }
.about-stats strong { font-family: "Oswald", sans-serif; font-size: 44px; color: var(--accent); line-height: 1; }
.about-stats span { color: var(--muted); font-size: 14px; margin-top: 6px; }

/* ---------- About merged (DetailX style) ---------- */
.about-merged { background: var(--bg); overflow: hidden; }
.am-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.am-title { font-size: clamp(24px, 2.4vw, 34px); line-height: 1.15; letter-spacing: -.01em; margin: 6px 0 20px; }
.am-title .accent { color: var(--accent); }
.am-intro { color: var(--muted); font-size: 17px; line-height: 1.7; margin-bottom: 30px; max-width: 560px; }
.am-content .accordion { margin-bottom: 34px; }

.am-phone { display: inline-flex; align-items: center; gap: 16px; }
.am-phone-icon {
	width: 56px; height: 56px; flex: 0 0 auto; border-radius: 12px; background: var(--accent);
	display: flex; align-items: center; justify-content: center; color: #fff;
	box-shadow: 0 10px 26px -10px rgba(178,9,14,.7); transition: transform .3s var(--ease);
}
.am-phone:hover .am-phone-icon { transform: translateY(-3px); }
.am-phone-icon svg { width: 24px; height: 24px; }
.am-phone-text { display: flex; flex-direction: column; line-height: 1.3; }
.am-phone-text small { color: var(--muted); font-size: 13px; letter-spacing: .04em; }
.am-phone-text strong { font-family: "Oswald", sans-serif; font-size: 22px; letter-spacing: .02em; color: var(--text); }

.am-media { position: relative; min-height: 680px; }
.am-img { position: absolute; display: block; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 60px -28px rgba(0,0,0,.85); }
.am-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.am-img-top { width: 72%; aspect-ratio: 4 / 5; top: 0; right: 0; z-index: 1; }
.am-img-bottom { width: 66%; aspect-ratio: 4 / 5; bottom: 0; left: 0; z-index: 2; }

/* ---------- Contact + Map (პრემიუმ) ---------- */
.contact-map { background: var(--bg-2); }
.contact-map-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 28px; align-items: stretch; }
.cm-form { display: flex; }
.cm-map { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); min-height: 480px; line-height: 0; box-shadow: 0 24px 50px -30px rgba(16,18,22,.4); }
.cm-map iframe { width: 100%; height: 100%; min-height: 480px; display: block; filter: grayscale(.25) contrast(1.04); }

/* მცურავი მისამართის ბარათი რუკაზე */
.cm-map-card {
	position: absolute; left: 22px; bottom: 22px; z-index: 2; display: flex; align-items: center; gap: 14px;
	background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px;
	box-shadow: 0 18px 40px -16px rgba(16,18,22,.45); max-width: calc(100% - 44px);
}
.cm-map-pin { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 11px; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; }
.cm-map-pin svg { width: 22px; height: 22px; }
.cm-map-info { display: flex; flex-direction: column; line-height: 1.4; }
.cm-map-info strong { font-size: 15px; color: var(--text); }
.cm-map-info span { font-size: 13.5px; color: var(--muted); }
.cm-map-info a { font-size: 13px; font-weight: 700; color: var(--accent); margin-top: 3px; }
.cm-map-info a span { color: var(--accent); transition: transform .25s var(--ease); display: inline-block; }
.cm-map-info a:hover span { transform: translateX(4px); }

.topline-form {
	position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
	padding: 44px 40px; width: 100%; overflow: hidden; box-shadow: 0 24px 50px -30px rgba(16,18,22,.4);
}
.topline-form::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--accent), #ff3b46); }
.form-title { font-size: 26px; }
.form-sub { color: var(--muted); font-size: 15px; margin-bottom: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row { margin-bottom: 14px; }

/* საკონტაქტო ჩიპები */
.cm-contacts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.cm-contact { display: flex; align-items: center; gap: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; transition: border-color .25s var(--ease), transform .25s var(--ease); }
a.cm-contact:hover { border-color: var(--accent); transform: translateY(-3px); }
.cm-contact-ic { width: 48px; height: 48px; flex: 0 0 auto; border-radius: 12px; background: rgba(178,9,14,.1); color: var(--accent); display: flex; align-items: center; justify-content: center; }
.cm-contact-ic svg { width: 22px; height: 22px; }
.cm-contact-tx { display: flex; flex-direction: column; line-height: 1.35; }
.cm-contact-tx small { font-size: 12.5px; color: var(--muted); letter-spacing: .04em; }
.cm-contact-tx strong { font-family: "Oswald", sans-serif; font-size: 17px; color: var(--text); letter-spacing: .01em; }
.topline-form input, .topline-form textarea {
	width: 100%; background: var(--bg); border: 1px solid var(--line-2); border-radius: var(--radius-sm);
	padding: 14px 16px; color: var(--text); font-family: inherit; font-size: 15.5px; transition: border-color .25s var(--ease);
}
.topline-form input::placeholder, .topline-form textarea::placeholder { color: var(--muted-2); }
.topline-form input:focus, .topline-form textarea:focus { outline: none; border-color: var(--accent); }
.topline-form textarea { resize: vertical; }
.form-status { margin: 14px 0 0; font-size: 14.5px; min-height: 1em; }
.form-status.success { color: var(--accent); }
.form-status.error { color: #ff6b6b; }

/* ---------- Advantages ---------- */
.advantages { background: var(--bg-2); }
.advantages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.advantage-item { padding: 32px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); transition: border-color .3s var(--ease), transform .3s var(--ease); }
.advantage-item:hover { border-color: var(--accent); transform: translateY(-4px); }
.advantage-num { font-family: "Oswald", sans-serif; font-size: 28px; font-weight: 700; color: var(--accent); display: block; margin-bottom: 16px; }
.advantage-title { font-size: 19px; margin-bottom: 8px; }
.advantage-desc { color: var(--muted); font-size: 15px; margin: 0; }

/* ---------- Partners ---------- */
.partners { background: var(--bg); text-align: center; }
.partners .section-head { margin-inline: auto; text-align: center; }
.partners .section-eyebrow::before { display: none; }
.partners-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 28px; }
.partner-logo {
	font-family: "Oswald", sans-serif; font-weight: 700; font-size: clamp(28px, 4vw, 46px); letter-spacing: .04em;
	color: var(--muted-2); padding: 26px 50px; border: 1px solid var(--line); border-radius: var(--radius);
	transition: color .3s var(--ease), border-color .3s var(--ease); min-width: 260px;
}
.partner-logo:hover { color: var(--text); border-color: var(--accent); }

/* ---------- CTA ---------- */
.cta { background: var(--bg-2); padding: 84px 0; border-top: 1px solid var(--line); position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; right: -120px; top: 50%; transform: translateY(-50%); width: 420px; height: 420px; background: radial-gradient(circle, rgba(227,6,19,.18), transparent 70%); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; position: relative; z-index: 1; }
.cta .section-title { max-width: 600px; margin-bottom: 8px; }
.cta p { color: var(--muted); margin: 0; font-weight: 500; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Restoration (accordion) ---------- */
.restoration { background: var(--bg); overflow: hidden; }
.resto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.resto-media { position: relative; }
.resto-single { display: block; position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 60px -28px rgba(0,0,0,.85); aspect-ratio: 4 / 3; }
.resto-single::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(10,11,13,.45)); }
.resto-single img { width: 100%; height: 100%; object-fit: cover; display: block; }

.resto-content .section-eyebrow { color: var(--muted); text-transform: none; letter-spacing: .02em; font-family: inherit; font-weight: 600; }
.resto-content .section-eyebrow::before { display: none; }
.resto-content .section-title { font-size: clamp(24px, 2.6vw, 34px); margin-bottom: 30px; }

.accordion { margin-top: 8px; }
.acc-item { border-top: 1px solid var(--line-2); }
.acc-item:last-child { border-bottom: 1px solid var(--line-2); }
.acc-head {
	width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
	background: none; border: none; cursor: pointer; padding: 22px 4px; text-align: left;
	font-family: inherit; font-size: 18px; font-weight: 700; color: var(--text); transition: color .25s var(--ease);
}
.acc-head:hover { color: var(--accent); }
.acc-item.open .acc-head { color: var(--accent); }
.acc-icon { width: 22px; height: 22px; flex: 0 0 auto; transition: transform .35s var(--ease); color: currentColor; }
.acc-item.open .acc-icon { transform: rotate(180deg); }
.acc-panel { overflow: hidden; max-height: 0; transition: max-height .4s var(--ease); }
.acc-item.open .acc-panel { max-height: 320px; }
.acc-panel-inner { padding: 0 4px 24px; color: var(--muted); font-size: 16px; line-height: 1.7; }

/* ---------- Map ---------- */
.map-section { line-height: 0; background: var(--bg-2); }
.map-section iframe { display: block; filter: grayscale(.3) contrast(1.05); }

/* ---------- Reviews carousel (Google) ---------- */
.reviews { background: var(--bg); overflow: hidden; }
.reviews .section-lead strong { color: var(--text); }

.rev-stars { display: inline-flex; gap: 3px; }
.rev-stars svg { width: 18px; height: 18px; fill: #d9dadd; }
.rev-stars svg.on { fill: #ffb400; }

.reviews-slider { position: relative; max-width: 1300px; margin: 0 auto; padding: 0 70px; }
.reviews-track {
	display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
	scroll-behavior: smooth; padding: 10px 6px 18px; -ms-overflow-style: none; scrollbar-width: none;
}
.reviews-track::-webkit-scrollbar { display: none; }

.rev-card {
	flex: 0 0 calc((100% - 48px) / 3); scroll-snap-align: start;
	background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 30px 28px;
	box-shadow: 0 18px 40px -28px rgba(16,18,22,.35); transition: transform .3s var(--ease), border-color .3s var(--ease);
	display: flex; flex-direction: column;
}
.rev-card:hover { transform: translateY(-5px); border-color: var(--line-2); }

.reviews-cta { text-align: center; margin-top: 34px; }
.reviews-cta .btn-accent { padding: 14px 38px; }
.rev-card-top { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.rev-avatar {
	width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50%; background: var(--accent); color: #fff;
	display: flex; align-items: center; justify-content: center; font-family: "Oswald", sans-serif; font-size: 20px; font-weight: 600;
}
.rev-who { display: flex; flex-direction: column; line-height: 1.3; margin-right: auto; }
.rev-who strong { font-size: 16px; color: var(--text); }
.rev-who span { font-size: 13px; color: var(--muted); }
.rev-g-badge { flex: 0 0 auto; opacity: .9; }
.rev-card .rev-stars { margin-bottom: 12px; }
.rev-text { color: var(--muted); font-size: 15.5px; line-height: 1.65; margin: 0; }

/* ---------- Instagram strip (full width) ---------- */
.instagram-strip { position: relative; background: var(--bg); }
.ig-badge {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3;
	display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 0;
	background: rgba(10,11,13,.78); border: 1px solid var(--line-2); color: #fff; backdrop-filter: blur(6px);
	font-family: "Oswald", sans-serif; font-weight: 600; letter-spacing: .06em; font-size: 16px;
	box-shadow: 0 12px 30px -10px rgba(0,0,0,.7); transition: background .25s var(--ease), border-color .25s var(--ease);
}
.ig-badge:hover { background: var(--accent); border-color: var(--accent); }
.ig-badge svg { width: 22px; height: 22px; }
.ig-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
.ig-tile { position: relative; aspect-ratio: 1 / 1; overflow: hidden; display: block; }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.ig-tile::after { content: ""; position: absolute; inset: 0; background: rgba(178,9,14,0); transition: background .3s var(--ease); }
.ig-tile-icon { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; color: #fff; opacity: 0; transition: opacity .3s var(--ease); }
.ig-tile-icon svg { width: 30px; height: 30px; }
.ig-tile:hover img { transform: scale(1.08); }
.ig-tile:hover::after { background: rgba(178,9,14,.55); }
.ig-tile:hover .ig-tile-icon { opacity: 1; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-2); border-top: 1px solid var(--line); padding-top: 76px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 56px; padding-bottom: 60px; align-items: start; }
.footer-tagline { color: var(--muted); font-size: 15px; margin: 18px 0 22px; max-width: 320px; }
.footer-social { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-social a { font-size: 14px; font-weight: 600; padding: 8px 16px; border: 1px solid var(--line-2); border-radius: 0; }
.footer-social a:hover { color: var(--accent); border-color: var(--accent); }
.footer-about .footer-links { margin-top: 22px; }
.footer-about .footer-social { margin-top: 20px; }
.footer-map { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); height: 200px; line-height: 0; }
.footer-map iframe { width: 100%; height: 100%; display: block; filter: grayscale(.3) contrast(1.05); }
.footer-title { font-family: "Oswald", sans-serif; font-size: 16px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 20px; }
.footer-links li { margin-bottom: 11px; }
.footer-links a, .footer-contact li { color: var(--muted); font-size: 15px; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); padding: 22px 0; }
.footer-bottom p { margin: 0; color: var(--muted-2); font-size: 14px; text-align: center; }

/* ---------- Posts / Pages ---------- */
.site-content { padding-top: 0; }
.page-section, .index .section { padding-top: 160px; }
.post-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.post-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; padding-bottom: 24px; }
.post-thumb img { width: 100%; }
.post-card .post-title { font-size: 20px; padding: 20px 24px 0; }
.post-card .post-excerpt { padding: 0 24px; color: var(--muted); }
.post-card .service-link { padding: 0 24px; }
.entry-content { color: var(--muted); }
.entry-content a { color: var(--accent); }
.entry-content h2, .entry-content h3 { color: var(--text); margin-top: 1.4em; }

/* offset anchors for fixed header */
:target { scroll-margin-top: 90px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1280px) {
	.header-right { gap: 24px; }
	.main-navigation .nav-menu { gap: 20px; }
	.main-navigation .nav-menu a { font-size: 15px; }
}
@media (max-width: 1024px) {
	.services-slider { padding: 0 56px; }
	.svc-card { flex-basis: calc((100% - 28px) / 2); }
}
@media (max-width: 1100px) {
	.svcx-grid { grid-template-columns: repeat(2, 1fr); }
	.svcx-track .svcx-card { flex-basis: calc((100% - 40px) / 3); }
}
@media (max-width: 1024px) {
	.svcx-head { grid-template-columns: 1fr; gap: 32px; }
	.svcx-head-media { order: -1; max-width: 640px; }
	.svcx-head-media::after { display: none; }
	.svcx-lead { max-width: none; }
	.about-x-grid { grid-template-columns: 1fr; gap: 40px; }
	.about-x-offer { position: static; top: auto; }
	.about-x-adv-grid { grid-template-columns: repeat(2, 1fr); }
	.about-x-loc-grid { grid-template-columns: 1fr; }
	.about-x-loc-map { min-height: 320px; }
	.advantages-grid { grid-template-columns: repeat(2,1fr); }
	.about-grid { grid-template-columns: 1fr; gap: 40px; }
	.resto-grid { grid-template-columns: 1fr; gap: 48px; }
	.resto-media { min-height: 360px; max-width: 520px; }
	.contact-map-grid { grid-template-columns: 1fr; gap: 24px; }
	.cm-contacts { grid-template-columns: 1fr; gap: 14px; }
	.rev-card { flex-basis: calc((100% - 24px) / 2); }
	.reels-grid { gap: 18px; max-width: 680px; }
	.ig-row { grid-template-columns: repeat(3, 1fr); }
	.am-grid { grid-template-columns: 1fr; gap: 44px; }
	.am-media { min-height: 0; max-width: 560px; order: -1; }
	.am-img { position: relative; width: 100%; aspect-ratio: 16/10; }
	.am-img-bottom { margin-top: -40px; margin-left: 30%; width: 70%; aspect-ratio: 4/3; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 860px) {
	.header-inner { padding: 18px 18px; }
	.site-footer .container { padding-left: 22px; padding-right: 22px; }
	.hero-content { padding: 0 22px 54px; }
	.hero-scroll { right: 22px; bottom: 28px; }
	.services-slider { padding: 0 18px; }
	.svcx-slider { padding: 0 18px; }
	.svcx-track .svcx-card { flex-basis: calc((100% - 20px) / 2); }
	.slider-arrow { display: none; }
	.svc-card { flex-basis: 82%; }
	.svc-body { opacity: 0; }
	.svc-overlay { opacity: 1; }
	.header-right { gap: 14px; }
	.header-book { display: none; }
	.main-navigation .nav-menu a::after { display: none; }
	.reviews-slider { padding: 0 18px; }
	.reviews-slider .slider-arrow { display: none; }
	.rev-card { flex-basis: 86%; }
	.menu-toggle { display: flex; }
	.main-navigation {
		position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px); background: var(--bg-2);
		border-left: 1px solid var(--line); transform: translateX(100%); transition: transform .35s var(--ease);
		padding: 100px 28px 40px; z-index: 90; box-shadow: -20px 0 50px rgba(0,0,0,.5);
	}
	body.menu-open .main-navigation { transform: translateX(0); }
	body.menu-open { overflow: hidden; }
	.main-navigation .nav-menu { flex-direction: column; align-items: stretch; gap: 4px; }
	.main-navigation .nav-menu a { padding: 14px 16px; font-size: 18px; border-bottom: 1px solid var(--line); border-radius: 0; }
	.nav-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.6); opacity: 0; pointer-events: none; transition: opacity .3s var(--ease); z-index: 80; }
	body.menu-open .nav-backdrop { opacity: 1; pointer-events: auto; }
	.section { padding: 80px 0; }
}
@media (max-width: 860px) {
	.hero-title { white-space: normal; }
}
@media (max-width: 640px) {
	body { font-size: 16px; }
	.services-grid, .advantages-grid, .post-list { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
	.cta-inner { flex-direction: column; align-items: flex-start; }
	.hero-actions .btn, .cta-actions .btn { flex: 1 1 auto; }
	.about-stats { gap: 24px; }
	.ig-row { grid-template-columns: repeat(2, 1fr); }
	.svcx-grid { grid-template-columns: 1fr; }
	.svcx-card { min-height: 340px; }
	.svcx-track .svcx-card { flex-basis: 84%; }
	.about-x-adv-grid { grid-template-columns: 1fr; }
	.service-single-cta { flex-direction: column; align-items: flex-start; }
	.reels-grid { grid-template-columns: 1fr; max-width: 360px; }
	.form-grid { grid-template-columns: 1fr; gap: 0; }
	.topline-form { padding: 32px 22px; }
	.rev-cards { grid-template-columns: 1fr; }
	.container { padding: 0 18px; }
}

/* =========================================================
   WhatsApp მცურავი ღილაკი
   ========================================================= */
.wa-widget {
	--wa-green: #25d366;
	--wa-green-d: #1da851;
	position: fixed; right: 24px; bottom: 26px; z-index: 900;
	display: flex; flex-direction: column; align-items: flex-end; gap: 14px;
}
.wa-toggle {
	position: relative; width: 60px; height: 60px; border: 0; border-radius: 50%;
	background: var(--wa-green); color: #fff; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 12px 30px -8px rgba(37,211,102,.6), 0 6px 14px rgba(0,0,0,.25);
	transition: transform .25s var(--ease), background .25s var(--ease);
}
.wa-toggle:hover { background: var(--wa-green-d); transform: scale(1.06); }
.wa-toggle svg { width: 34px; height: 34px; }
.wa-toggle::before {
	content: ""; position: absolute; inset: 0; border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(37,211,102,.45); animation: wa-pulse 2.4s var(--ease) infinite;
}
@keyframes wa-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
	70%  { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
	100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
/* close icon (open state) */
.wa-toggle-close { position: absolute; display: none; }
.wa-toggle-close svg { width: 24px; height: 24px; }
.wa-widget.open .wa-toggle > svg:first-child { display: none; }
.wa-widget.open .wa-toggle-close { display: block; }
.wa-widget.open .wa-toggle::before { animation: none; }

/* popup */
.wa-popup {
	display: flex; flex-direction: column; gap: 10px; width: 268px; max-width: calc(100vw - 48px);
	opacity: 0; visibility: hidden; transform: translateY(12px) scale(.96);
	transform-origin: bottom right; pointer-events: none;
	transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
}
.wa-widget.open .wa-popup { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; }

.wa-option {
	display: flex; align-items: center; gap: 13px;
	background: #fff; color: #16181c; border-radius: 14px; padding: 12px 15px;
	box-shadow: 0 16px 34px -16px rgba(0,0,0,.5); border: 1px solid rgba(0,0,0,.05);
	transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.wa-option:hover { transform: translateX(-3px); box-shadow: 0 20px 40px -16px rgba(0,0,0,.55); }
.wa-option-icon {
	flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
	background: var(--wa-green); color: #fff;
	display: flex; align-items: center; justify-content: center;
}
.wa-option-icon svg { width: 24px; height: 24px; }
.wa-option-text { display: flex; flex-direction: column; gap: 4px; line-height: 1.2; min-width: 0; }
.wa-option-label { font-family: "Oswald", sans-serif; font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: .03em; color: #16181c; }
.wa-option-num { font-size: 13px; color: #6c727b; direction: ltr; }

@media (max-width: 600px) {
	.wa-widget { right: 16px; bottom: 18px; }
	.wa-toggle { width: 54px; height: 54px; }
	.wa-toggle svg { width: 30px; height: 30px; }
}

/* =========================================================
   კონტაქტის გვერდი
   ========================================================= */
.contact-page { padding-top: 56px; padding-bottom: 80px; }

/* ინფო რიგში — ზემოთ */
.contact-info-row {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 20px;
}
.contact-info-row li {
	display: flex; align-items: center; gap: 14px; color: inherit;
	border: 1px solid var(--line-2); background: var(--bg-2);
	border-radius: var(--radius-sm); padding: 18px 20px;
	transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.contact-info-row li:hover { border-color: var(--accent); transform: translateY(-2px); }
.contact-info-row li a { display: flex; align-items: center; gap: 14px; width: 100%; }

/* ფორმა + რუკა გვერდი-გვერდ */
.contact-page-cols {
	display: grid; grid-template-columns: 1fr 1.05fr; gap: 34px; align-items: stretch;
	margin-top: 30px;
}
.contact-page-cols .contact-page-map { min-height: 100%; }
.cinfo-ic {
	flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%;
	background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center;
}
.cinfo-ic svg { width: 22px; height: 22px; }
.cinfo-tx { display: flex; flex-direction: column; gap: 3px; line-height: 1.3; }
.cinfo-tx small { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.cinfo-tx strong { color: var(--text); font-size: 16px; }

.contact-social { display: flex; gap: 10px; margin-top: 6px; }
.contact-social--center { justify-content: center; }
.contact-social a {
	font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .06em; font-size: 13px;
	border: 1px solid var(--line-2); border-radius: 999px; padding: 8px 18px; color: var(--muted);
	transition: color .25s var(--ease), border-color .25s var(--ease);
}
.contact-social a:hover { color: var(--accent); border-color: var(--accent); }

.contact-page-map {
	min-height: 340px; border-radius: var(--radius); overflow: hidden;
	border: 1px solid var(--line-2);
}
.contact-page-map iframe { display: block; min-height: 340px; height: 100%; }

@media (max-width: 860px) {
	.contact-info-row { grid-template-columns: 1fr; gap: 14px; }
	.contact-page-cols { grid-template-columns: 1fr; gap: 24px; }
	.contact-page-map { min-height: 300px; }
	.contact-page-map iframe { min-height: 300px; }
}

/* =========================================================
   სტატისტიკა (ციფრები) — 4 სვეტი
   ========================================================= */
.stats-x { padding-top: 70px; padding-bottom: 70px; }
.stats-grid {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
	justify-content: center;
}
/* დარჩენილი სვეტების ავტო-ცენტრირება, როცა customizer-იდან ერთი ან მეტი გამორთულია */
.stats-grid--1 { grid-template-columns: minmax(0, 300px); }
.stats-grid--2 { grid-template-columns: repeat(2, minmax(0, 300px)); }
.stats-grid--3 { grid-template-columns: repeat(3, minmax(0, 300px)); }
.stat-item {
	position: relative; text-align: center;
	padding: 40px 22px;
	border: 1px solid rgba(178,9,14,.45);
	border-radius: var(--radius);
	background: linear-gradient(180deg, rgba(178,9,14,.06), rgba(255,255,255,.01));
	transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.stat-item:hover {
	border-color: var(--accent);
	transform: translateY(-4px);
	box-shadow: 0 26px 50px -30px rgba(178,9,14,.65);
}
.stat-num {
	display: block;
	font-family: "Oswald", sans-serif; font-weight: 700; line-height: 1;
	font-size: clamp(42px, 5vw, 68px); color: #fff; letter-spacing: -.01em;
}
.stat-label {
	display: block; margin-top: 14px;
	font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .12em;
	font-size: 14px; color: var(--muted);
}

@media (max-width: 860px) {
	.stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
	.stat-item { padding: 32px 18px; }
}
@media (max-width: 460px) {
	.stats-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   ძებნის შედეგების პაგინაცია
   ========================================================= */
.svcx-pagination { margin-top: 44px; }
.svcx-pagination .nav-links {
	display: flex; justify-content: center; flex-wrap: wrap; gap: 8px;
}
.svcx-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 44px; height: 44px; padding: 0 12px;
	border: 1px solid var(--line-2); border-radius: var(--radius-sm);
	font-family: "Oswald", sans-serif; color: var(--muted);
	transition: color .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.svcx-pagination .page-numbers:hover { color: var(--text); border-color: var(--accent); }
.svcx-pagination .page-numbers.current {
	background: var(--accent); border-color: var(--accent); color: #fff;
}

/* =========================================================
   FAQ გვერდი
   ========================================================= */
.faq-section { padding-top: 54px; padding-bottom: 80px; }
.faq-wrap { max-width: 880px; }
.faq-page .acc-head { font-size: clamp(16px, 1.7vw, 19px); padding: 22px 4px; gap: 20px; }
.faq-page .acc-item.open .acc-panel { max-height: 700px; }
.faq-page .acc-panel-inner { font-size: 16px; line-height: 1.75; }
.faq-cta {
	margin-top: 48px; text-align: center;
	border: 1px solid var(--line-2); border-radius: var(--radius);
	padding: 40px 28px; background: var(--bg-2);
}
.faq-cta p { color: #fff; font-size: 18px; margin: 0 0 18px; }

/* =========================================================
   ბლოგი — ბარათები
   ========================================================= */
.blog-section { padding-top: 56px; padding-bottom: 80px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card {
	display: flex; flex-direction: column; overflow: hidden;
	background: var(--bg-2); border: 1px solid var(--line);
	border-radius: var(--radius); transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.blog-card:hover { transform: translateY(-5px); border-color: var(--accent); box-shadow: 0 30px 55px -34px rgba(0,0,0,.7); }
.blog-card-media { display: block; overflow: hidden; }
.blog-card-media img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.blog-card:hover .blog-card-media img { transform: scale(1.05); }
.blog-card-body { display: flex; flex-direction: column; gap: 12px; padding: 24px 24px 26px; flex: 1; }
.blog-card-date {
	font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .12em;
	font-size: 12px; color: var(--accent);
}
.blog-card-title { font-size: 20px; line-height: 1.3; margin: 0; }
.blog-card-title a { color: #fff; }
.blog-card-title a:hover { color: var(--accent); }
.blog-card-excerpt { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0; }
.blog-card-more {
	margin-top: auto; align-self: flex-start;
	font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .06em; font-size: 13px;
	color: #fff; display: inline-flex; align-items: center; gap: 8px;
	transition: gap .25s var(--ease), color .25s var(--ease);
}
.blog-card-more:hover { color: var(--accent); gap: 14px; }

@media (max-width: 980px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .blog-grid { grid-template-columns: 1fr; } }

/* =========================================================
   ბლოგი — შიდა გვერდი
   ========================================================= */
.blog-single-hero {
	position: relative; min-height: 380px; display: flex; align-items: flex-end;
	background-size: cover; background-position: center;
}
.blog-single-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,11,13,.6) 0%, rgba(10,11,13,.55) 40%, rgba(10,11,13,.94) 100%); }
.blog-single-hero-inner { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 46px; }
.blog-single-date {
	display: block; font-family: "Oswald", sans-serif; color: var(--accent);
	letter-spacing: .16em; text-transform: uppercase; font-size: 13px; margin-bottom: 12px;
}
.blog-single-title {
	font-family: "Oswald", sans-serif; font-weight: 700; color: #fff;
	font-size: clamp(28px, 4vw, 50px); line-height: 1.12; margin: 0; max-width: 900px;
}
.blog-single-body { max-width: 820px; padding-top: 50px; padding-bottom: 30px; }
.blog-single-featured { border-radius: var(--radius-sm); margin: 0 0 30px; width: 100%; }
.blog-single-content p { margin: 0 0 20px; }


/* =========================================================
   პარტნიორები (partners page) — მარცხნივ ლოგო, მარჯვნივ ტექსტი
   ========================================================= */
.partners-section { padding-top: 40px; }
.partners-list { display: flex; flex-direction: column; gap: 22px; max-width: 980px; margin: 0 auto; }
.partner-row {
	display: grid; grid-template-columns: 150px 1fr; gap: 34px; align-items: center;
	padding: 28px 30px;
	border: 1px solid rgba(178,9,14,.28);
	border-radius: var(--radius);
	background: linear-gradient(180deg, rgba(178,9,14,.05), rgba(255,255,255,.01));
	transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.partner-row:hover {
	border-color: var(--accent);
	transform: translateY(-3px);
	box-shadow: 0 24px 46px -30px rgba(178,9,14,.6);
}
.partners-page .partner-logo {
	display: flex; align-items: center; justify-content: center;
	width: 100%; min-width: 0; height: 104px; padding: 12px 16px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.06);
	border-radius: 12px;
	box-shadow: 0 10px 24px -18px rgba(0,0,0,.6);
}
.partners-page .partner-logo img { max-width: 104px; max-height: 70px; width: auto; height: auto; display: block; object-fit: contain; }
.partners-page .partner-logo-ph {
	font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .06em;
	font-size: 14px; font-weight: 700; color: #3a3a3a; text-align: center;
}
.partner-name {
	font-family: "Oswald", sans-serif; font-weight: 700; letter-spacing: -.01em;
	font-size: 24px; color: #fff; margin: 0 0 10px;
}
.partner-text { color: var(--muted); line-height: 1.7; font-size: 15px; margin: 0; }
.partners-empty { text-align: center; color: var(--muted); padding: 40px 0; }

@media (max-width: 720px) {
	.partner-row { grid-template-columns: 1fr; gap: 16px; padding: 22px; text-align: center; }
	.partners-page .partner-logo { height: 92px; max-width: 200px; margin: 0 auto; }
	.partner-name { font-size: 21px; }
}
