*,*::before,*::after{box-sizing:border-box}
:root{
	--bg:#f5f8fc;
	--bg-soft:#ebf3fb;
	--bg-soft-2:#d8e7f6;
	--surface:#ffffff;
	--ink:#0f172a;
	--ink-soft:#475569;
	--line:#d8e3ef;
	--navy:#0a1b2f;
	--navy-soft:#12375d;
	--blue:#3b82f6;
	--cyan:#36c8ff;
	--cta:#22c55e;
	--cta-dark:#16a34a;
	--wa:#25d366;
	--tg:#2aabee;
	--radius:18px;
	--radius-sm:12px;
	--shadow:0 10px 28px rgba(10,27,47,.12);
	--shadow-sm:0 4px 14px rgba(10,27,47,.08);
	--container:1160px;
	--font:"Aptos","Segoe UI Variable Text","Segoe UI",system-ui,"Noto Sans Georgian",sans-serif;
}
html{-webkit-text-size-adjust:100%}
html,body{max-width:100%;overflow-x:hidden}
body{margin:0;font-family:var(--font);color:var(--ink);background:linear-gradient(180deg,#f8fbfd 0%,#f4f8fc 100%);line-height:1.6;font-size:17px}
img,svg{max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
h1,h2,h3,h4{line-height:1.14;margin:0 0 .5em;color:var(--ink);font-weight:800;letter-spacing:-.02em}
h1{font-size:clamp(2rem,4.5vw,3.4rem)}
h2{font-size:clamp(1.45rem,3vw,2.2rem)}
h3{font-size:1.12rem}
p{margin:0 0 1rem}
ul,ol{margin:0;padding:0;list-style:none}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}
.icon{width:1.25em;height:1.25em;display:inline-block;vertical-align:-.18em;flex:none}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--navy);color:#fff;padding:10px 16px;z-index:200;border-radius:0 0 8px 0}
.skip-link:focus{left:0}
.muted{color:#9eb4ca;font-size:.95rem}
.lead{font-size:1.08rem;color:var(--ink-soft);max-width:56ch}

.nav-toggle-cb{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.site-header{position:sticky;top:0;z-index:100;background:rgba(245,248,252,.82);backdrop-filter:blur(14px);border-bottom:1px solid rgba(10,27,47,.08)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:70px}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;font-size:1.02rem;letter-spacing:-.02em}
.brand .brand-ic{color:var(--cyan);width:1.5em;height:1.5em}
.menu-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;cursor:pointer;background:#fff}
.menu-btn .icon{width:1.4em;height:1.4em}
.site-nav{display:flex;align-items:center;gap:22px}
.nav-list{display:flex;align-items:center;gap:6px}
.nav-list>li>a,.services-menu-trigger{display:inline-flex;align-items:center;padding:9px 12px;border:0;border-radius:10px;background:transparent;font-weight:700;font-size:.95rem;color:#314256;cursor:pointer}
.nav-list>li>a:hover,.services-menu-trigger:hover{color:var(--navy);background:rgba(255,255,255,.8)}
.nav-list>li.active>a,.nav-list>li.has-drop.active>.services-menu-trigger{color:var(--navy);background:rgba(54,200,255,.12)}
.has-drop{position:relative}
.services-menu-trigger::after{content:"";width:.5em;height:.5em;margin-left:.45em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.6}
.has-drop.is-open .services-menu-trigger::after{transform:rotate(225deg) translate(-1px,-1px)}
.has-drop .drop{position:absolute;top:calc(100% + 8px);left:0;min-width:300px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:8px;display:grid;gap:2px;z-index:50}
.has-drop .drop[hidden]{display:none}
.has-drop .drop a{display:block;padding:10px 12px;border-radius:10px;font-size:.94rem;color:var(--ink-soft);font-weight:600}
.has-drop .drop a:hover{background:var(--bg-soft);color:var(--ink)}
.lang-switch{display:inline-flex;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.lang-switch a{padding:7px 11px;font-size:.8rem;font-weight:800;color:var(--ink-soft)}
.lang-switch a.is-current{background:var(--navy);color:#fff}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 22px;border-radius:14px;font-weight:800;font-size:1rem;cursor:pointer;border:1.5px solid transparent;transition:transform .06s ease,box-shadow .2s ease,text-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease;text-align:center}
.btn:active{transform:translateY(1px)}
.btn:focus-visible{outline:2px solid rgba(96,165,250,.95);outline-offset:3px}
.btn-primary{background:linear-gradient(135deg,var(--blue) 0%,var(--cyan) 100%);color:#031520;box-shadow:0 8px 18px rgba(54,200,255,.22)}
.btn-outline{background:#fff;border-color:var(--line);color:var(--navy)}
.btn-outline:hover{border-color:var(--navy)}
.btn-wa{background:var(--wa);color:#05341a}
.btn-tg{background:#0b76aa;color:#fff}
.btn-wa .icon,
.btn-tg .icon{color:currentColor}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}

.hero{background:
	radial-gradient(circle at top right,rgba(54,200,255,.18),transparent 28%),
	linear-gradient(135deg,var(--navy) 0%,#112946 45%,#12375d 100%);
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,.08)}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:44px;align-items:center;padding:58px 0}
.hero-copy h1,.hero-copy h2{color:#fff}
.hero-copy .lead,
.hero-copy .service-lede{color:rgba(255,255,255,.84)}
.badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff;font-weight:700;font-size:.85rem;padding:7px 13px;border-radius:999px;margin-bottom:16px}
.badge .icon{color:var(--cyan)}
.hero-points{display:grid;gap:10px;margin:18px 0 4px}
.hero-points li{display:flex;align-items:flex-start;gap:10px;font-weight:600}
.hero-points .icon{color:var(--cyan);margin-top:.1em}
.hero-art{display:flex;justify-content:center}
.hero-art .art{width:100%;max-width:460px;height:auto;filter:drop-shadow(0 18px 32px rgba(0,0,0,.25))}
.hero-photo{
	position:relative;
	overflow:hidden;
	min-height:620px;
	padding:64px 0;
	background-image:
		linear-gradient(90deg,rgba(5,18,34,.98) 0%,rgba(5,18,34,.96) 28%,rgba(5,18,34,.78) 44%,rgba(5,18,34,.38) 62%,rgba(5,18,34,.12) 100%),
		url('/images/hero/repairpc-hero-main.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:62% center
}
.hero-photo .hero-inner{
	max-width:1240px;
	margin:0 auto;
	padding:0 32px;
	position:relative;
	z-index:2
}
.hero-photo .hero-content{max-width:620px}
.hero-photo .hero-copy{max-width:620px;width:100%}
.hero-photo .badge{margin-bottom:20px;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18)}
.hero-photo h1{max-width:none;font-size:clamp(3.75rem,4.7vw,4.25rem);line-height:.99;font-weight:900;letter-spacing:-.03em;margin:0 0 24px;text-wrap:balance}
.hero-home-title .hero-title-line{display:block;white-space:nowrap}
.hero-home-title .hero-city-accent{
	color:#7fd4ff;
	background:linear-gradient(135deg,#8ce3ff 0%,#48a6ff 100%);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	text-shadow:0 0 28px rgba(54,200,255,.16)
}
.hero-photo .hero-copy .lead{max-width:520px;font-size:1.125rem;line-height:1.7;margin-bottom:24px;color:rgba(255,255,255,.84)}
.hero-photo .hero-points{max-width:520px;gap:13px;margin:0 0 28px}
.hero-photo .hero-points li{color:rgba(255,255,255,.93);font-size:.97rem;line-height:1.45;font-weight:650}
.hero-photo .cta-row{gap:16px;margin-top:28px}
.hero-photo .cta-row .btn{min-height:52px}
.hero-city-photo{
	position:relative;
	overflow:hidden;
	min-height:858px;
	padding:64px 0;
	background-image:
		radial-gradient(circle at 78% 20%,rgba(54,200,255,.18),transparent 18%),
		var(--hero-photo-overlay,linear-gradient(90deg,rgba(5,18,34,.98) 0%,rgba(5,18,34,.96) 28%,rgba(5,18,34,.78) 44%,rgba(5,18,34,.38) 62%,rgba(5,18,34,.12) 100%)),
		var(--hero-photo-image,url('/images/hero/batumi-hero.webp'));
	background-repeat:no-repeat;
	background-size:cover;
	background-position:var(--hero-photo-position,62% center);
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,.08)
}
.hero-city-photo-tbilisi{
	background-position:var(--hero-photo-position,66% center)
}
.hero-prices-photo{
	background-position:var(--hero-photo-position,70% center)
}
.hero-contacts-photo{
	background-position:var(--hero-photo-position,72% center)
}
.hero-city-photo .container{
	max-width:1240px;
	padding:0 32px
}
.hero-city-photo-grid{
	grid-template-columns:1.06fr .94fr;
	gap:0;
	align-items:center;
	padding:0
}
.hero-city-photo-copy{
	max-width:620px;
	width:100%
}
.hero-city-photo .badge{
	margin-bottom:20px;
	background:rgba(255,255,255,.1);
	border-color:rgba(255,255,255,.18)
}
.hero-city-photo h1{
	max-width:none;
	font-size:clamp(3.75rem,4.7vw,4.25rem);
	line-height:.99;
	font-weight:900;
	letter-spacing:-.03em;
	margin:0 0 24px;
	text-wrap:balance
}
.hero-city-photo .hero-copy .lead,
.hero-city-photo .hero-copy .service-lede{
	max-width:520px;
	font-size:1.125rem;
	line-height:1.7;
	margin-bottom:24px;
	color:rgba(255,255,255,.84)
}
.hero-city-photo .hero-points{
	max-width:520px;
	gap:13px;
	margin:0 0 28px
}
.hero-city-photo .hero-points li{
	color:rgba(255,255,255,.93);
	font-size:.97rem;
	line-height:1.45;
	font-weight:650
}
.hero-city-photo .cta-row{
	gap:16px;
	margin-top:28px
}
.hero-city-photo .cta-row .btn{
	min-height:52px
}
.hero-city-photo-media{
	display:none;
	align-items:flex-end;
	justify-content:flex-end;
	min-width:0
}
.hero-city-photo-media img{
	display:block;
	width:min(100%,780px);
	height:auto;
	max-width:none;
	object-fit:cover;
	object-position:center center;
	filter:drop-shadow(0 20px 44px rgba(2,8,20,.44));
	transform:translateX(26px)
}
.hero-city-photo-tbilisi .hero-city-photo-media img{
	transform:translateX(18px)
}
.hero-sub{background:linear-gradient(180deg,var(--navy) 0%,#14395f 100%)}

.section{padding:54px 0}
.section:nth-of-type(even){background:rgba(255,255,255,.6)}
.sec-head{margin-bottom:26px;max-width:64ch}
.sec-sub{color:var(--ink-soft);font-size:1.02rem;margin:0}
.grid{display:grid;gap:18px}
.cards-3{grid-template-columns:repeat(3,1fr)}
.cards-2{grid-template-columns:repeat(2,1fr)}
.card{background:var(--surface);border:1px solid rgba(10,27,47,.08);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:8px;transition:transform .12s ease,box-shadow .2s ease}
a.card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.card-ic{width:54px;height:54px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(59,130,246,.09);color:var(--blue);margin-bottom:4px}
.service-card .card-ic{background:linear-gradient(135deg,rgba(54,200,255,.18),rgba(59,130,246,.14));color:#0f4aa5}
.service-card-photo{padding:0;gap:0;overflow:hidden}
.service-card-media{position:relative;display:block;overflow:hidden}
.service-card-img{display:block;width:100%;height:182px;object-fit:cover}
.service-card-mobile-media{display:none}
.service-card-ic-overlay{position:absolute;top:14px;left:14px;width:44px;height:44px;margin:0;border:1px solid rgba(255,255,255,.72);background:rgba(255,255,255,.9)!important;backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(10,27,47,.14)}
.service-card-body{display:flex;flex:1;flex-direction:column;gap:8px;padding:20px 22px 22px}
.service-card-body h3{margin:0}
.service-card-body p{margin:0}
.service-point-card{justify-content:flex-start;min-height:100%;gap:12px}
.service-point-card h3{margin:0;font-size:1.1rem}
.service-point-card p{font-size:1rem;line-height:1.7}
.service-point-card-numbered{padding-top:20px}
.service-card-marker{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,rgba(56,189,248,.22),rgba(59,130,246,.2));border:1px solid rgba(125,211,252,.34);color:#dbeafe;font-size:.8rem;font-weight:800;letter-spacing:.06em}
.service-detail-card{gap:14px}
.service-detail-card h3{margin:0}
.service-detail-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.service-detail-list li{display:flex;align-items:flex-start;gap:10px}
.service-detail-list .icon{color:var(--cyan);margin-top:.15em;flex:none}
.service-media-block{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:22px;align-items:stretch}
.service-media-block.is-reversed .service-media-copy{order:2}
.service-media-block.is-reversed .service-media-figure{order:1}
.service-media-copy,.service-media-figure{margin:0;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(9,16,29,.84));box-shadow:0 22px 48px rgba(2,6,23,.32)}
.service-media-copy{display:flex;flex-direction:column;justify-content:center;gap:16px;padding:28px 30px}
.service-media-copy p{margin:0;font-size:1.02rem;line-height:1.76;color:rgba(226,232,240,.82)}
.service-media-figure img{display:block;width:100%;height:100%;min-height:300px;object-fit:cover}
.service-symptom-grid{align-items:stretch}
.service-symptom-card{padding:0;gap:0;overflow:hidden}
.service-symptom-media{background:#08111f;border-bottom:1px solid rgba(148,163,184,.18);aspect-ratio:16/8.7}
.service-symptom-media img{display:block;width:100%;height:100%;object-fit:cover}
.service-symptom-body{display:flex;flex-direction:column;gap:14px;padding:22px}
.service-symptom-body h3{margin:0;font-size:1.08rem}
.service-symptom-row{display:grid;gap:6px}
.service-symptom-row + .service-symptom-row{padding-top:10px;border-top:1px solid rgba(148,163,184,.12)}
.service-symptom-row span{font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7dd3fc}
.service-symptom-row p{margin:0;line-height:1.68}
.service-columns-grid{align-items:stretch}
.service-column-card h3{font-size:1.08rem}
.service-columns-note{margin:18px 0 0;max-width:72ch;color:rgba(226,232,240,.78);line-height:1.72}
.service-callout-card{gap:18px}
.service-callout-text,.service-callout-outro{margin:0;line-height:1.74}
.service-callout-outro{font-weight:600}
.service-callout-card .cta-row{padding-top:4px}
.why-card .card-ic{background:rgba(34,197,94,.12);color:var(--cta-dark)}
.card p{margin:0;color:var(--ink-soft);font-size:.97rem}
.card-link{margin-top:auto;color:var(--navy);font-weight:800;font-size:.92rem;display:inline-flex;align-items:center;gap:5px;padding-top:6px}

.chips{display:flex;flex-wrap:wrap;gap:10px}
.chips li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 15px;font-size:.95rem;font-weight:600;box-shadow:var(--shadow-sm)}
.checklist{display:grid;gap:11px;grid-template-columns:repeat(2,1fr)}
.checklist li{display:flex;align-items:flex-start;gap:10px}
.checklist .icon{color:var(--cyan);margin-top:.15em}

.steps{display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}
.steps li,.steps .step-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm)}
.step-n{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font-weight:900;margin-bottom:10px}
.steps p{margin:0;color:var(--ink-soft);font-size:.95rem}

.price-list,.price-table{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}
.price-row{display:block;overflow:hidden;padding:14px 20px;border-bottom:1px solid var(--line)}
.price-row::after{content:"";display:block;clear:both}
.price-row>:first-child{display:block;overflow:hidden}
.price-row>:last-child{float:right;margin-left:16px;text-align:right}
.price-row-inline>:first-child{overflow:visible}
.price-row-inline>:last-child{float:none;margin-left:0;text-align:inherit}
.price-row:last-child{border-bottom:0}
.price-row b,.price-row .price-value,.price-table td:last-child{color:var(--navy);white-space:nowrap}
.price-row-inline .price-inline-value{white-space:normal}
.price-table{width:100%;border-collapse:collapse}
.price-table td{padding:14px 20px;border-bottom:1px solid var(--line)}
.price-table tr:last-child td{border-bottom:0}
.price-table td:last-child{text-align:right;font-weight:800}
.disclaimer{margin-top:16px;background:linear-gradient(135deg,rgba(54,200,255,.12),rgba(59,130,246,.08));border:1px solid rgba(54,200,255,.22);border-radius:var(--radius-sm);padding:14px 18px;color:#144268;font-size:.95rem}

.faq{display:grid;gap:10px;max-width:860px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm)}
.faq summary{cursor:pointer;padding:15px 18px;font-weight:700;list-style:none;display:flex;justify-content:space-between;gap:14px;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.3rem;color:var(--cta-dark);line-height:1}
.faq details[open] summary::after{content:"–"}
.faq-a{padding:0 18px 16px;color:var(--ink-soft)}
.faq-a p{margin:0}

.related{display:flex;flex-wrap:wrap;gap:12px}
.related a{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:11px 16px;font-weight:700;color:var(--navy);box-shadow:var(--shadow-sm)}
.related a:hover{border-color:var(--navy)}

.crumbs{background:rgba(255,255,255,.78);border-bottom:1px solid var(--line)}
.crumbs ol{display:flex;flex-wrap:wrap;gap:8px;padding:11px 0;font-size:.88rem;color:var(--ink-soft)}
.crumbs li{display:flex;align-items:center;gap:8px}
.crumbs li:not(:last-child)::after{content:"/";color:#b5c7da}
.crumbs span{color:var(--navy);font-weight:700}

.contact-list{display:grid;gap:12px;max-width:560px}
.contact-row{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:15px 18px;box-shadow:var(--shadow-sm)}
.contact-row .icon{color:var(--navy);width:1.4em;height:1.4em}
.contact-row:hover{border-color:var(--navy)}
.cr-l{color:var(--ink-soft);font-size:.86rem;min-width:88px}
.cr-v{font-weight:800;margin-left:auto;text-align:right;word-break:break-word}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}
.info-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm)}
.info-card h3{font-size:1rem;margin-bottom:6px}
.info-card p{margin:0;color:var(--ink-soft)}

.contact-hero-copy{max-width:760px}
.contact-hero-note{margin:16px 0 0;color:rgba(226,232,240,.7);max-width:58ch}
.contact-city-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.contact-city-card,
.contact-panel,
.contact-cta-panel{position:relative;display:flex;flex-direction:column;height:100%;border-radius:28px;padding:28px}
.contact-city-card{gap:18px}
.contact-city-eyebrow{margin:0;font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#7dd3fc}
.contact-city-card h2{margin:0;font-size:clamp(1.9rem,2.2vw,2.3rem)}
.contact-city-meta{display:grid;gap:14px}
.contact-meta-row{display:flex;flex-direction:column;gap:4px}
.contact-meta-row-phone{gap:0}
.contact-meta-label{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:rgba(148,163,184,.88)}
.contact-meta-value{font-size:1rem;line-height:1.45;overflow-wrap:anywhere}
.contact-meta-phone{font-size:1rem;line-height:1.45;font-weight:800;color:#f8fafc;overflow-wrap:anywhere}
.contact-city-copy{margin:0;color:rgba(226,232,240,.8);overflow-wrap:anywhere}
.contact-city-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:12px;margin-top:auto;padding-top:8px}
.contact-city-actions .btn,
.contact-cta-panel .btn,
.contact-brief-actions .btn{justify-content:center}
.contact-brief-panel{gap:22px}
.contact-brief-copy p{margin:0;color:rgba(226,232,240,.8);max-width:60ch}
.contact-brief-panel .checklist{grid-template-columns:repeat(2,minmax(0,1fr))}
.contact-brief-panel .checklist li{color:#f8fafc}
.contact-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.contact-links-grid a{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-radius:16px;font-weight:700}
.contact-cta-panel{gap:18px}
.contact-cta-panel h2{margin:0}
.contact-cta-panel p{margin:0;color:rgba(226,232,240,.8);max-width:60ch}

.cta-band{background:linear-gradient(135deg,#081727 0%,#12375d 100%);color:#fff;padding:48px 0}
.cta-band h2{color:#fff}
.cta-band p{color:rgba(255,255,255,.82);max-width:58ch}
.cta-band .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.36)}
.cta-band .btn-outline:hover{border-color:#fff}

.site-footer{background:#08131f;color:#c2cfde;padding:46px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:28px}
.site-footer .brand{color:#fff}
.site-footer .brand .brand-ic{color:var(--cyan)}
.f-about p{color:#95a6ba;font-size:.95rem;max-width:40ch}
.f-col h4,
.footer-heading{color:#fff;font-size:.95rem;font-weight:800;line-height:1.14;margin:0 0 12px}
.f-col ul{display:grid;gap:8px}
.f-col a{color:#95a6ba;font-size:.94rem}
.f-col a:hover{color:#fff}
.foot-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:18px;font-size:.86rem;color:#7f8ea1}

.floating{position:fixed;right:16px;bottom:16px;z-index:120;display:flex;flex-direction:column;gap:12px}
.fab{width:54px;height:54px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(0,0,0,.24);color:#fff;cursor:pointer}
.fab .icon{width:1.7em;height:1.7em}
.fab-wa{background:var(--wa);color:#063d1e}
.fab-tg{background:var(--tg)}
.fab-call{background:var(--navy)}
.fab-quote{width:auto;border-radius:999px;padding:0 20px;gap:9px;background:var(--blue);font-weight:800}
.fab-top{background:linear-gradient(135deg,#0f2740,#2563eb)}

body[data-lang="ru"]{
	background:
		radial-gradient(circle at top right,rgba(54,200,255,.15),transparent 24%),
		radial-gradient(circle at top left,rgba(37,99,235,.14),transparent 28%),
		linear-gradient(180deg,#071421 0%,#0c2339 18%,#edf4fb 18%,#f5f8fc 100%)
}
body[data-lang="ru"] .site-header{
	background:rgba(8,19,33,.74);
	border-bottom:1px solid rgba(148,163,184,.18)
}
body[data-lang="ru"] .brand,
body[data-lang="ru"] .nav-list>li>a,
body[data-lang="ru"] .services-menu-trigger{
	color:rgba(239,248,255,.88)
}
body[data-lang="ru"] .nav-list>li>a:hover,
body[data-lang="ru"] .services-menu-trigger:hover{
	color:#fff;
	background:rgba(255,255,255,.08)
}
body[data-lang="ru"] .nav-list>li.active>a,
body[data-lang="ru"] .nav-list>li.has-drop.active>.services-menu-trigger{
	color:#fff;
	background:rgba(54,200,255,.16)
}
body[data-lang="ru"] .menu-btn{
	background:rgba(255,255,255,.08);
	border-color:rgba(255,255,255,.16);
	color:#fff
}
body[data-lang="ru"] .lang-switch{
	background:rgba(255,255,255,.08);
	border-color:rgba(255,255,255,.16)
}
body[data-lang="ru"] .lang-switch a{color:rgba(255,255,255,.76)}
body[data-lang="ru"] .lang-switch a.is-current{
	background:linear-gradient(135deg,#8ce3ff 0%,#3b82f6 100%);
	color:#031520
}
body[data-lang="ru"] .btn-tg{
	background:#0b76aa;
	border-color:#0b76aa;
	color:#fff;
	box-shadow:0 10px 24px rgba(33,158,217,.18)
}
body[data-lang="ru"] .btn-tg:hover{
	background:#075f8b;
	border-color:#075f8b
}
body[data-lang="ru"] .btn-wa{
	background:#25D366;
	border-color:#25D366;
	color:#05341a;
	box-shadow:0 10px 24px rgba(37,211,102,.16)
}
body[data-lang="ru"] .btn-wa:hover{
	background:#20bd5a;
	border-color:#20bd5a
}
body[data-lang="ru"] .crumbs{
	background:rgba(9,22,37,.84);
	border-bottom-color:rgba(148,163,184,.18)
}
body[data-lang="ru"] .crumbs ol{color:rgba(219,234,254,.7)}
body[data-lang="ru"] .crumbs li:not(:last-child)::after{color:rgba(148,163,184,.55)}
body[data-lang="ru"] .crumbs a,
body[data-lang="ru"] .crumbs span{color:#fff}
body[data-lang="ru"][data-page="service"] .crumbs{
	background:transparent;
	border-bottom:0
}
body[data-lang="ru"][data-page="service"] .crumbs ol{
	padding:14px 0 10px
}
body[data-lang="ru"] .section:nth-of-type(odd){background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(245,249,255,.92))}
body[data-lang="ru"] .section:nth-of-type(even){background:linear-gradient(180deg,rgba(236,244,252,.84),rgba(255,255,255,.92))}
body[data-lang="ru"] .card,
body[data-lang="ru"] .price-list,
body[data-lang="ru"] .price-table,
body[data-lang="ru"] .faq details,
body[data-lang="ru"] .contact-row,
body[data-lang="ru"] .info-card,
body[data-lang="ru"] .related a,
body[data-lang="ru"] .chips li,
body[data-lang="ru"] .steps li,
body[data-lang="ru"] .steps .step-item{
	background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,249,255,.96));
	border-color:rgba(13,39,68,.08);
	box-shadow:0 18px 36px rgba(6,21,40,.08)
}
body[data-lang="ru"] .hero-sub,
body[data-lang="ru"] .cta-band{
	background:linear-gradient(135deg,#07182c 0%,#0c2b48 58%,#154a74 100%)
}
body[data-lang="ru"] .site-footer{
	background:linear-gradient(180deg,#07111d 0%,#091828 100%)
}
body[data-lang="ru"][data-page="home"]{
	background:
		radial-gradient(circle at 84% 8%,rgba(37,99,235,.2),transparent 20%),
		radial-gradient(circle at 18% 26%,rgba(34,211,238,.08),transparent 24%),
		radial-gradient(circle at 50% 78%,rgba(30,64,175,.08),transparent 30%),
		linear-gradient(180deg,#050b16 0%,#08111f 45%,#060d18 100%);
	color:#e2e8f0
}
body[data-lang="ru"][data-page="home"] main{
	background:transparent
}
body[data-lang="ru"][data-page="home"] .section{
	position:relative;
	padding:66px 0;
	background:transparent;
	border:0
}
body[data-lang="ru"][data-page="home"] .section:nth-of-type(odd){
	background:transparent
}
body[data-lang="ru"][data-page="home"] .section:nth-of-type(even){
	background:transparent
}
body[data-lang="ru"][data-page="home"] .section::before{
	display:none
}
body[data-lang="ru"][data-page="home"] .section > .container{
	position:relative;
	z-index:1
}
body[data-lang="ru"][data-page="home"] .cta-band,
body[data-lang="ru"][data-page="home"] .site-footer{
	background:transparent
}
body[data-lang="ru"][data-page="home"] .cta-band{
	padding:68px 0 64px
}
body[data-lang="ru"][data-page="home"] .site-footer{
	padding-top:30px
}
body[data-lang="ru"][data-page="home"] .foot-bottom{
	border-top-color:rgba(148,163,184,.08)
}
body[data-lang="ru"][data-page="home"] .sec-head{
	margin-bottom:32px
}
body[data-lang="ru"][data-page="home"] .sec-head h2,
body[data-lang="ru"][data-page="home"] .section h3{
	color:#f8fafc
}
body[data-lang="ru"][data-page="home"] .sec-sub,
body[data-lang="ru"][data-page="home"] .section .lead,
body[data-lang="ru"][data-page="home"] .section > .container > p,
body[data-lang="ru"][data-page="home"] .card p,
body[data-lang="ru"][data-page="home"] .steps p,
body[data-lang="ru"][data-page="home"] .faq-a,
body[data-lang="ru"][data-page="home"] .disclaimer{
	color:rgba(226,232,240,.78)
}
body[data-lang="ru"][data-page="home"] .grid,
body[data-lang="ru"][data-page="home"] .steps{
	gap:22px
}
body[data-lang="ru"][data-page="home"] .card,
body[data-lang="ru"][data-page="home"] .price-list,
body[data-lang="ru"][data-page="home"] .price-table,
body[data-lang="ru"][data-page="home"] .faq details,
body[data-lang="ru"][data-page="home"] .related a,
body[data-lang="ru"][data-page="home"] .chips li,
body[data-lang="ru"][data-page="home"] .steps li,
body[data-lang="ru"][data-page="home"] .steps .step-item{
	background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(9,16,29,.84));
	border:1px solid rgba(148,163,184,.18);
	box-shadow:0 22px 48px rgba(2,6,23,.32)
}
body[data-lang="ru"][data-page="home"] a.card:hover,
body[data-lang="ru"][data-page="home"] .related a:hover{
	border-color:rgba(96,165,250,.42);
	box-shadow:0 26px 54px rgba(2,6,23,.42)
}
body[data-lang="ru"][data-page="home"] .card h3,
body[data-lang="ru"][data-page="home"] .steps li h3,
body[data-lang="ru"][data-page="home"] .steps .step-item h3,
body[data-lang="ru"][data-page="home"] .price-row b,
body[data-lang="ru"][data-page="home"] .price-table td:last-child,
body[data-lang="ru"][data-page="home"] .faq summary,
body[data-lang="ru"][data-page="home"] .related a,
body[data-lang="ru"][data-page="home"] .chips li{
	color:#f8fafc
}
body[data-lang="ru"][data-page="home"] .card-link{
	color:#fff
}
body[data-lang="ru"][data-page="home"] .card-link .icon{
	color:#60a5fa;
	transition:color .2s ease,transform .2s ease
}
body[data-lang="ru"][data-page="home"] a.card:hover .card-link,
body[data-lang="ru"][data-page="home"] .related a:hover{
	color:#dbeafe
}
body[data-lang="ru"][data-page="home"] a.card:hover .card-link .icon{
	color:#93c5fd;
	transform:translateX(3px)
}
body[data-lang="ru"][data-page="home"] .card-ic{
	background:rgba(255,255,255,.06);
	border:1px solid rgba(148,163,184,.18);
	color:#7dd3fc
}
body[data-lang="ru"][data-page="home"] .why-card .card-ic{
	background:rgba(34,197,94,.12);
	border-color:rgba(74,222,128,.2);
	color:#86efac
}
body[data-lang="ru"][data-page="home"] .chips li{
	box-shadow:none
}
body[data-lang="ru"][data-page="home"] .price-list,
body[data-lang="ru"][data-page="home"] .price-table{
	overflow:hidden
}
body[data-lang="ru"][data-page="home"] .price-row,
body[data-lang="ru"][data-page="home"] .price-table td{
	border-bottom-color:rgba(148,163,184,.12)
}
body[data-lang="ru"][data-page="home"] .price-row span,
body[data-lang="ru"][data-page="home"] .price-table td:first-child{
	color:rgba(226,232,240,.82)
}
body[data-lang="ru"][data-page="home"] .disclaimer{
	background:linear-gradient(135deg,rgba(14,116,144,.18),rgba(30,64,175,.16));
	border-color:rgba(96,165,250,.22)
}
body[data-lang="ru"][data-page="home"] .faq summary::after{
	color:#7dd3fc
}
body[data-lang="ru"][data-page="home"] .faq details[open] summary::after{
	content:"-"
}
body[data-lang="ru"][data-page="home"] .section .btn-outline{
	background:rgba(255,255,255,.03);
	border-color:rgba(148,163,184,.28);
	color:#e2e8f0
}
body[data-lang="ru"][data-page="home"] .section .btn-outline:hover{
	background:rgba(59,130,246,.12);
	border-color:rgba(96,165,250,.42);
	color:#fff
}
body[data-lang="ru"]:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-photo{
	background:linear-gradient(180deg,rgba(15,23,42,.92),rgba(9,16,29,.88));
	border-color:rgba(148,163,184,.18)
}
body[data-lang="ru"]:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-media{
	background:#0b1220
}
body[data-lang="ru"]:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-img{
	height:184px
}
body[data-lang="ru"]:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-ic-overlay{
	display:none
}
body[data-lang="ru"]:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-body{
	gap:10px;
	padding:22px 22px 24px
}
body[data-lang="ru"]:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-body h3{
	color:#f8fafc
}
body[data-lang="ru"]:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-body p{
	color:rgba(226,232,240,.78);
	line-height:1.72
}
body[data-lang="ru"]:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card .card-link{
	color:#fff
}
body[data-lang="ru"][data-page="service"]{
	background:
		radial-gradient(circle at 84% 8%,rgba(37,99,235,.2),transparent 20%),
		radial-gradient(circle at 18% 26%,rgba(34,211,238,.08),transparent 24%),
		radial-gradient(circle at 50% 78%,rgba(30,64,175,.08),transparent 30%),
		linear-gradient(180deg,#050b16 0%,#08111f 45%,#060d18 100%);
	color:#e2e8f0
}
body[data-lang="ru"][data-page="service"] main,
body[data-lang="ru"][data-page="service"] .section,
body[data-lang="ru"][data-page="service"] .section:nth-of-type(odd),
body[data-lang="ru"][data-page="service"] .section:nth-of-type(even),
body[data-lang="ru"][data-page="service"] .cta-band,
body[data-lang="ru"][data-page="service"] .site-footer{
	background:transparent
}
body[data-lang="ru"][data-page="service"] .hero-city-photo{
	border-bottom:0
}
body[data-lang="ru"][data-page="service"] .section{
	position:relative;
	padding:66px 0;
	border:0
}
body[data-lang="ru"][data-page="service"] .section::before{
	display:none
}
body[data-lang="ru"][data-page="service"] .section > .container{
	position:relative;
	z-index:1
}
body[data-lang="ru"][data-page="service"] .cta-band{
	padding:68px 0 64px
}
body[data-lang="ru"][data-page="service"] .site-footer{
	padding-top:30px
}
body[data-lang="ru"][data-page="service"] .foot-bottom{
	border-top-color:rgba(148,163,184,.08)
}
body[data-lang="ru"][data-page="service"] .sec-head{
	margin-bottom:32px
}
body[data-lang="ru"][data-page="service"] .sec-head h2,
body[data-lang="ru"][data-page="service"] .section h3{
	color:#f8fafc
}
body[data-lang="ru"][data-page="service"] .sec-sub,
body[data-lang="ru"][data-page="service"] .section .lead,
body[data-lang="ru"][data-page="service"] .section > .container > p,
body[data-lang="ru"][data-page="service"] .card p,
body[data-lang="ru"][data-page="service"] .steps p,
body[data-lang="ru"][data-page="service"] .faq-a,
body[data-lang="ru"][data-page="service"] .disclaimer{
	color:rgba(226,232,240,.78)
}
body[data-lang="ru"][data-page="service"] .grid,
body[data-lang="ru"][data-page="service"] .steps{
	gap:22px
}
body[data-lang="ru"][data-page="service"] .card,
body[data-lang="ru"][data-page="service"] .price-list,
body[data-lang="ru"][data-page="service"] .price-table,
body[data-lang="ru"][data-page="service"] .faq details,
body[data-lang="ru"][data-page="service"] .related a,
body[data-lang="ru"][data-page="service"] .chips li,
body[data-lang="ru"][data-page="service"] .steps li,
body[data-lang="ru"][data-page="service"] .steps .step-item{
	background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(9,16,29,.84));
	border:1px solid rgba(148,163,184,.18);
	box-shadow:0 22px 48px rgba(2,6,23,.32)
}
body[data-lang="ru"][data-page="service"] a.card:hover,
body[data-lang="ru"][data-page="service"] .related a:hover{
	border-color:rgba(96,165,250,.42);
	box-shadow:0 26px 54px rgba(2,6,23,.42)
}
body[data-lang="ru"][data-page="service"] .card h3,
body[data-lang="ru"][data-page="service"] .steps li h3,
body[data-lang="ru"][data-page="service"] .steps .step-item h3,
body[data-lang="ru"][data-page="service"] .price-row b,
body[data-lang="ru"][data-page="service"] .price-table td:last-child,
body[data-lang="ru"][data-page="service"] .faq summary,
body[data-lang="ru"][data-page="service"] .related a,
body[data-lang="ru"][data-page="service"] .chips li{
	color:#f8fafc
}
body[data-lang="ru"][data-page="service"] .card-link{
	color:#fff
}
body[data-lang="ru"][data-page="service"] .service-detail-list li,
body[data-lang="ru"][data-page="service"] .service-point-card p{
	color:rgba(226,232,240,.82)
}
body[data-lang="ru"][data-page="service"] .service-point-card h3{
	color:#f8fafc
}
body[data-lang="ru"][data-page="service"] .service-detail-list .icon{
	color:#7dd3fc
}
body[data-lang="ru"][data-page="service"] .card-link .icon{
	color:#60a5fa;
	transition:color .2s ease,transform .2s ease
}
body[data-lang="ru"][data-page="service"] a.card:hover .card-link,
body[data-lang="ru"][data-page="service"] .related a:hover{
	color:#dbeafe
}
body[data-lang="ru"][data-page="service"] a.card:hover .card-link .icon{
	color:#93c5fd;
	transform:translateX(3px)
}
body[data-lang="ru"][data-page="service"] .chips li{
	box-shadow:none
}
body[data-lang="ru"][data-page="service"] .price-list,
body[data-lang="ru"][data-page="service"] .price-table{
	overflow:hidden
}
body[data-lang="ru"][data-page="service"] .price-row,
body[data-lang="ru"][data-page="service"] .price-table td{
	border-bottom-color:rgba(148,163,184,.12)
}
body[data-lang="ru"][data-page="service"] .price-row span,
body[data-lang="ru"][data-page="service"] .price-table td:first-child{
	color:rgba(226,232,240,.82)
}
body[data-lang="ru"][data-page="service"] .disclaimer{
	background:linear-gradient(135deg,rgba(14,116,144,.18),rgba(30,64,175,.16));
	border-color:rgba(96,165,250,.22)
}
body[data-lang="ru"][data-page="service"] .faq summary::after{
	color:#7dd3fc
}
body[data-lang="ru"][data-page="service"] .faq details[open] summary::after{
	content:"-"
}
body[data-lang="ru"][data-page="service"] .section .btn-outline{
	background:rgba(255,255,255,.03);
	border-color:rgba(148,163,184,.28);
	color:#e2e8f0
}
body[data-lang="ru"][data-page="service"] .section .btn-outline:hover{
	background:rgba(59,130,246,.12);
	border-color:rgba(96,165,250,.42);
	color:#fff
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]){
	background:
		radial-gradient(circle at 84% 8%,rgba(37,99,235,.2),transparent 20%),
		radial-gradient(circle at 18% 26%,rgba(34,211,238,.08),transparent 24%),
		radial-gradient(circle at 50% 78%,rgba(30,64,175,.08),transparent 30%),
		linear-gradient(180deg,#050b16 0%,#08111f 45%,#060d18 100%);
	color:#e2e8f0
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) main{
	background:transparent
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .hero-sub{
	background:linear-gradient(135deg,#07182c 0%,#0c2b48 58%,#154a74 100%);
	border:0;
	color:#fff
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .hero-sub h1,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .hero-sub h2{
	color:#fff
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .hero-sub .lead{
	color:rgba(226,232,240,.82)
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section:not(.hero-sub){
	position:relative;
	padding:66px 0;
	background:transparent;
	border:0
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section:not(.hero-sub):nth-of-type(odd){
	background:transparent
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section:not(.hero-sub):nth-of-type(even){
	background:transparent
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section:not(.hero-sub)::before{
	display:none
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section:not(.hero-sub) > .container{
	position:relative;
	z-index:1
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .cta-band,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .site-footer{
	background:transparent
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .cta-band{
	padding:68px 0 64px
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .site-footer{
	padding-top:30px
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .foot-bottom{
	border-top-color:rgba(148,163,184,.08)
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .sec-head{
	margin-bottom:32px
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .sec-head h2,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section h3{
	color:#f8fafc
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .sec-sub,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section .lead,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section > .container > p,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .card p,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .steps p,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .faq-a,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .disclaimer{
	color:rgba(226,232,240,.78)
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .grid,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .steps{
	gap:22px
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .card,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .price-list,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .price-table,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .faq details,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .related a,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .chips li,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .steps li,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .steps .step-item{
	background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(9,16,29,.84));
	border:1px solid rgba(148,163,184,.18);
	box-shadow:0 22px 48px rgba(2,6,23,.32)
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) a.card:hover,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .related a:hover{
	border-color:rgba(96,165,250,.42);
	box-shadow:0 26px 54px rgba(2,6,23,.42)
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .card h3,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .steps li h3,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .steps .step-item h3,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .price-row b,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .price-table td:last-child,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .faq summary,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .related a,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .chips li{
	color:#f8fafc
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .card-link{
	color:#fff
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .card-link .icon{
	color:#60a5fa;
	transition:color .2s ease,transform .2s ease
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) a.card:hover .card-link,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .related a:hover{
	color:#dbeafe
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) a.card:hover .card-link .icon{
	color:#93c5fd;
	transform:translateX(3px)
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .card-ic{
	background:rgba(255,255,255,.06);
	border:1px solid rgba(148,163,184,.18);
	color:#7dd3fc
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .why-card .card-ic{
	background:rgba(34,197,94,.12);
	border-color:rgba(74,222,128,.2);
	color:#86efac
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .chips li{
	box-shadow:none
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .price-list,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .price-table{
	overflow:hidden
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .price-row,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .price-table td{
	border-bottom-color:rgba(148,163,184,.12)
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .price-row span,
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .price-table td:first-child{
	color:rgba(226,232,240,.82)
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .disclaimer{
	background:linear-gradient(135deg,rgba(14,116,144,.18),rgba(30,64,175,.16));
	border-color:rgba(96,165,250,.22)
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .faq summary::after{
	color:#7dd3fc
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .faq details[open] summary::after{
	content:"-"
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .section .btn-outline{
	background:rgba(255,255,255,.03);
	border-color:rgba(148,163,184,.28);
	color:#e2e8f0
}
body[data-lang="ru"]:is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"]) .section .btn-outline:hover{
	background:rgba(59,130,246,.12);
	border-color:rgba(96,165,250,.42);
	color:#fff
}
body[data-lang="ru"][data-page="prices"] .price-page-list{
	display:grid;
	gap:20px
}
body[data-lang="ru"][data-page="prices"] .price-page-list .price-list{
	border-radius:28px
}
body[data-lang="ru"][data-page="prices"] .price-page-list .price-row{
	display:block;
	padding:18px 22px
}
body[data-lang="ru"][data-page="prices"] .price-name{
	display:block;
	overflow:hidden;
	color:rgba(226,232,240,.86);
	line-height:1.55
}
body[data-lang="ru"][data-page="prices"] .price-value{
	display:block;
	float:right;
	max-width:17ch;
	color:#f8fafc;
	font-weight:800;
	line-height:1.35;
	text-align:right
}
body[data-lang="ru"][data-page="prices"] .price-page-note{
	display:grid;
	gap:18px;
	margin-top:0;
	padding:22px 24px
}
body[data-lang="ru"][data-page="prices"] .price-page-note p{
	margin:0
}
body[data-lang="ru"][data-page="contacts"] .contact-city-card,
body[data-lang="ru"][data-page="contacts"] .contact-panel,
body[data-lang="ru"][data-page="contacts"] .contact-cta-panel{
	overflow:hidden;
	background:
		radial-gradient(circle at top right,rgba(96,165,250,.18),transparent 34%),
		linear-gradient(180deg,rgba(15,23,42,.92),rgba(9,16,29,.86));
	border:1px solid rgba(148,163,184,.18);
	box-shadow:0 22px 48px rgba(2,6,23,.32)
}
body[data-lang="ru"][data-page="contacts"] .contact-city-card::before,
body[data-lang="ru"][data-page="contacts"] .contact-panel::before,
body[data-lang="ru"][data-page="contacts"] .contact-cta-panel::before{
	content:"";
	position:absolute;
	inset:0;
	pointer-events:none;
	background:linear-gradient(135deg,rgba(125,211,252,.08),transparent 42%)
}
body[data-lang="ru"][data-page="contacts"] .contact-city-card > *,
body[data-lang="ru"][data-page="contacts"] .contact-panel > *,
body[data-lang="ru"][data-page="contacts"] .contact-cta-panel > *{
	position:relative;
	z-index:1
}
body[data-lang="ru"][data-page="contacts"] .contact-links-grid a,
body[data-lang="ru"][data-page="contacts"] .faq details{
	background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(9,16,29,.84));
	border:1px solid rgba(148,163,184,.18);
	box-shadow:0 18px 40px rgba(2,6,23,.26)
}
body[data-lang="ru"][data-page="contacts"] .contact-links-grid a{
	color:#f8fafc
}
body[data-lang="ru"][data-page="contacts"] .contact-links-grid a .icon{
	color:#7dd3fc;
	transition:color .2s ease,transform .2s ease
}
body[data-lang="ru"][data-page="contacts"] .contact-links-grid a:hover{
	color:#dbeafe;
	border-color:rgba(96,165,250,.42);
	box-shadow:0 24px 52px rgba(2,6,23,.34)
}
body[data-lang="ru"][data-page="contacts"] .contact-links-grid a:hover .icon{
	color:#bfdbfe;
	transform:translateX(3px)
}
body[data-lang="ru"][data-page="contacts"] .contact-city-card h2,
body[data-lang="ru"][data-page="contacts"] .contact-meta-value,
body[data-lang="ru"][data-page="contacts"] .contact-cta-panel h2,
body[data-lang="ru"][data-page="contacts"] .contact-brief-panel .checklist li,
body[data-lang="ru"][data-page="contacts"] .faq summary{
	color:#f8fafc
}
body[data-lang="ru"][data-page="contacts"] .faq summary::after{
	color:#7dd3fc
}
body[data-lang="ru"][data-page="contacts"] .faq details[open] summary::after{
	content:"-"
}
body[data-lang="ru"][data-page="contacts"] .faq-a{
	color:rgba(226,232,240,.78)
}
body[data-lang="ru"][data-page="contacts"] .section .btn-outline{
	background:rgba(255,255,255,.03);
	border-color:rgba(148,163,184,.28);
	color:#e2e8f0
}
body[data-lang="ru"][data-page="contacts"] .section .btn-outline:hover{
	background:rgba(59,130,246,.12);
	border-color:rgba(96,165,250,.42);
	color:#fff
}

@media (max-width:1100px){
	.hero-photo{min-height:600px;background-position:60% center}
	.hero-photo .hero-inner{padding:0 24px}
	.hero-photo h1{font-size:clamp(3.35rem,5vw,3.8rem)}
	.hero-photo .hero-copy .lead{font-size:1.03rem}
	.hero-city-photo .container{padding:0 24px}
	.hero-city-photo{min-height:820px;background-position:var(--hero-photo-position,60% center)}
	.hero-city-photo-grid{grid-template-columns:1.06fr .94fr;gap:0}
	.hero-city-photo h1{font-size:clamp(3.35rem,5vw,3.8rem)}
	.hero-city-photo .hero-copy .lead,
	.hero-city-photo .hero-copy .service-lede{font-size:1.03rem}
	.hero-city-photo-tbilisi{background-position:var(--hero-photo-position,68% center)}
}
@media (max-width:980px){
	.cards-3{grid-template-columns:repeat(2,1fr)}
	.steps{grid-template-columns:repeat(2,1fr)}
	.footer-grid{grid-template-columns:1fr 1fr}
	.info-grid{grid-template-columns:1fr}
	body[data-lang="ru"][data-page="contacts"] .contact-city-grid,
	body[data-lang="ru"][data-page="contacts"] .contact-links-grid{
		grid-template-columns:1fr
	}
	body[data-lang="ru"][data-page="contacts"] .contact-brief-panel .checklist{
		grid-template-columns:1fr
	}
	body[data-lang="ru"][data-page="prices"] .price-page-list .price-row{
		padding:17px 20px
	}
	.service-card-img{height:176px}
	.service-media-block{grid-template-columns:1fr}
	.service-media-figure img{min-height:260px}
	body[data-lang="ru"][data-page="home"] .section{padding:58px 0}
	body[data-lang="ru"]:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-img{height:176px}
	.hero-city-photo{
		min-height:0;
		padding:56px 0 42px;
		background-image:linear-gradient(135deg,#07182c 0%,#0c2b48 58%,#154a74 100%)
	}
	.hero-city-photo.hero-service-photo{
		background-image:linear-gradient(135deg,#07182c 0%,#0c2b48 58%,#154a74 100%);
		background-size:cover;
		background-position:center center
	}
	.hero-city-photo .container{padding:0 20px}
	.hero-city-photo-grid{grid-template-columns:1fr;gap:20px}
	.hero-city-photo-copy{max-width:100%}
	.hero-city-photo h1{font-size:clamp(2.8rem,8.5vw,3.35rem);line-height:1}
	.hero-city-photo .hero-copy .lead,
	.hero-city-photo .hero-copy .service-lede{max-width:34ch;font-size:1rem}
	.hero-city-photo-media{
		display:none
	}
	.hero-city-photo-media img{
		width:min(100%,760px);
		transform:none
	}
	.hero-city-photo.hero-service-photo .hero-city-photo-media{
		display:none
	}
	.hero-city-photo-tbilisi{
		background-image:linear-gradient(135deg,#07182c 0%,#0c2b48 58%,#154a74 100%);
		background-size:cover;
		background-position:center center
	}
	.hero-city-photo-tbilisi .hero-city-photo-media{
		display:none
	}
}
@media (max-width:880px){
	.menu-btn{display:inline-flex}
	.site-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0;padding:10px 16px 18px}
	#nav-toggle:checked ~ .site-header .site-nav{display:flex}
	.nav-list{flex-direction:column;align-items:stretch;gap:2px}
	.nav-list>li>a,.services-menu-trigger{width:100%;justify-content:space-between;padding:13px 12px;font-size:1rem;text-align:left}
	.has-drop .drop{position:static;box-shadow:none;border:0;border-left:2px solid var(--line);border-radius:0;margin:2px 0 6px 10px;padding:2px 0}
	.lang-switch{margin-top:12px;align-self:flex-start}
	.hero-grid{grid-template-columns:1fr;gap:26px;padding:38px 0}
	.hero-art{order:-1;max-width:360px;margin:0 auto}
	.hero-photo{min-height:0;padding:56px 0 48px;background-image:linear-gradient(135deg,#07182c 0%,#0c2b48 58%,#154a74 100%);background-position:center center}
	.hero-photo .hero-inner{padding:0 20px}
	.hero-photo .hero-content,.hero-photo .hero-copy{max-width:100%;width:100%}
	.hero-photo h1{max-width:none;font-size:clamp(2.8rem,8.5vw,3.35rem);line-height:1}
	.hero-home-title .hero-title-line{white-space:normal}
	.hero-photo .hero-copy .lead{max-width:34ch;font-size:1rem}
	.checklist{grid-template-columns:1fr}
	body[data-lang="ru"] .site-nav{
		background:rgba(8,19,33,.96);
		border-bottom-color:rgba(148,163,184,.14)
	}
	body[data-lang="ru"] .has-drop .drop{border-left-color:rgba(255,255,255,.14)}
}
@media (max-width:560px){
	body{font-size:16px}
	.cards-3,.cards-2,.steps{grid-template-columns:1fr}
	.section{padding:40px 0}
	.btn,.cta-row .btn{width:100%}
	.cta-row{flex-direction:column}
	.footer-grid{grid-template-columns:1fr}
	body[data-lang="ru"][data-page="contacts"] .contact-city-card,
	body[data-lang="ru"][data-page="contacts"] .contact-panel,
	body[data-lang="ru"][data-page="contacts"] .contact-cta-panel{
		padding:22px 20px
	}
	body[data-lang="ru"][data-page="contacts"] .contact-city-actions{
		grid-template-columns:1fr
	}
	body[data-lang="ru"][data-page="prices"] .price-page-list .price-row{
		padding:16px 18px
	}
	body[data-lang="ru"][data-page="prices"] .price-page-note{
		padding:20px 18px
	}
	.fab-quote span{display:none}
	.fab-quote{width:54px;padding:0}
	.service-card-img{height:204px}
	.service-card-body{padding:18px 18px 20px}
	.service-card-marker{width:34px;height:34px;font-size:.78rem}
	.service-media-copy{padding:22px 20px}
	.service-media-figure img{min-height:220px}
	.service-symptom-body{padding:18px}
	.hero-city-photo{padding:52px 0 38px}
	.hero-city-photo .container{padding:0 18px}
	.hero-city-photo h1{max-width:none;font-size:clamp(2.35rem,11vw,3rem)}
	.hero-city-photo .hero-copy .lead,
	.hero-city-photo .hero-copy .service-lede{max-width:100%}
	.hero-city-photo-media img{width:100%}
	.hero-city-photo.hero-service-photo{
		background-image:linear-gradient(135deg,#07182c 0%,#0c2b48 58%,#154a74 100%);
		background-position:center center
	}
	.hero-city-photo.hero-service-photo .hero-city-photo-media{
		display:none
	}
	.hero-city-photo-tbilisi{
		background-image:linear-gradient(135deg,#07182c 0%,#0c2b48 58%,#154a74 100%);
		background-position:center center
	}
	.hero-city-photo-tbilisi .hero-city-photo-media{
		display:none
	}
	.hero-city-photo-tbilisi .hero-city-photo-media img{transform:none}
	body[data-lang="ru"][data-page="home"] .section{padding:42px 0}
	body[data-lang="ru"][data-page="home"] .grid,
	body[data-lang="ru"][data-page="home"] .steps{gap:18px}
	body[data-lang="ru"]:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-img{height:204px}
	body[data-lang="ru"]:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-body{padding:18px 18px 20px}
	.hero-photo{padding:52px 0 44px;background-image:linear-gradient(135deg,#07182c 0%,#0c2b48 58%,#154a74 100%);background-position:center center}
	.hero-photo .hero-inner{padding:0 18px}
	.hero-photo h1{max-width:none;font-size:clamp(2.35rem,11vw,3rem)}
	.hero-photo .hero-copy .lead{max-width:100%}
}
@media (min-width:360px) and (max-width:767px){
	body:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"],[data-page="service"]) :is(#services,#city-services,#related-services,#related-pages) .grid.cards-3{
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:10px
	}
	body:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"],[data-page="service"]) :is(#services,#city-services,#related-services,#related-pages) .service-card{
		min-width:0;
		border-radius:14px;
		padding:14px 12px;
		gap:7px
	}
	body:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"],[data-page="service"]) :is(#services,#city-services,#related-services,#related-pages) .service-card-photo{
		padding:0;
		gap:0
	}
	.service-card-photo .service-card-media{
		aspect-ratio:4/3
	}
	.service-card-photo .service-card-img{
		height:100%;
		object-fit:cover
	}
	body:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"],[data-page="service"]) :is(#services,#city-services,#related-services,#related-pages) .service-card-body{
		padding:12px 11px 13px;
		gap:6px
	}
	body:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"],[data-page="service"]) :is(#services,#city-services,#related-services,#related-pages) .card-ic{
		width:38px;
		height:38px;
		border-radius:12px;
		margin-bottom:2px
	}
	body:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"],[data-page="service"]) :is(#services,#city-services,#related-services,#related-pages) .service-card h3,
	body:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"],[data-page="service"]) :is(#services,#city-services,#related-services,#related-pages) .service-card-body h3{
		font-size:.92rem;
		line-height:1.22;
		overflow-wrap:anywhere
	}
	body:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"],[data-page="service"]) :is(#services,#city-services,#related-services,#related-pages) .service-card .card-link{
		margin-top:auto;
		font-size:.78rem;
		line-height:1.25
	}
}
@media (max-width:767px){
	main{
		padding-bottom:0
	}
	.site-footer{
		padding-bottom:calc(176px + env(safe-area-inset-bottom))
	}
	.service-card-desc{
		display:none
	}
	.service-card-photo .service-card-media{
		aspect-ratio:4/3
	}
	.service-card-photo .service-card-img{
		height:100%;
		object-fit:cover
	}
	body:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"],[data-page="service"]) :is(#services,#city-services,#related-services,#related-pages) .service-card-photo .service-card-media{
		aspect-ratio:4/3
	}
	body:is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"],[data-page="service"]) :is(#services,#city-services,#related-services,#related-pages) .service-card-photo .service-card-img{
		height:100%;
		object-fit:cover
	}
	.service-card-has-mobile-media{
		padding:0;
		gap:0;
		overflow:hidden
	}
	.service-card-has-mobile-media .service-card-mobile-media{
		display:block;
		aspect-ratio:4/3;
		background:#061221
	}
	.service-card-has-mobile-media .service-card-mobile-media .service-card-img{
		height:100%;
		object-fit:cover
	}
	.service-card-has-mobile-media .card-ic{
		display:none
	}
	.service-card-has-mobile-media > .service-card-title{
		margin:0;
		padding:12px 11px 0
	}
	.service-card-has-mobile-media > .service-card-cta{
		margin:12px 11px 13px
	}
	.service-card[data-service-slug="keyboard-replacement"] .service-card-media,
	.service-card[data-service-slug="pc-build"] .service-card-media,
	.service-card[data-service-slug="thermal-paste-replacement"] .service-card-media{
		background:#061221
	}
	.service-card[data-service-slug="keyboard-replacement"] .service-card-img,
	.service-card[data-service-slug="pc-build"] .service-card-img,
	.service-card[data-service-slug="thermal-paste-replacement"] .service-card-img{
		object-fit:cover!important
	}
	.service-card[data-service-slug="keyboard-replacement"] .service-card-img{
		object-position:72% center!important
	}
	.service-card[data-service-slug="pc-build"] .service-card-img{
		object-position:78% center!important
	}
	.service-card[data-service-slug="thermal-paste-replacement"] .service-card-img{
		object-position:68% center!important
	}
	.service-card .service-card-cta{
		align-self:flex-start;
		max-width:100%;
		min-height:30px;
		padding:7px 10px;
		border:1px solid rgba(96,165,250,.42);
		border-radius:999px;
		background:linear-gradient(135deg,rgba(14,165,233,.22),rgba(37,99,235,.28));
		box-shadow:0 8px 18px rgba(14,165,233,.14);
		color:#fff;
		overflow-wrap:normal;
		white-space:nowrap
	}
	.service-card .service-card-cta .icon{
		color:#7dd3fc;
		flex:0 0 auto
	}
	.floating{
		position:fixed;
		right:4px;
		bottom:calc(12px + env(safe-area-inset-bottom));
		z-index:120;
		flex-direction:column;
		gap:8px;
		padding:0;
		border:0;
		background:transparent;
		backdrop-filter:none
	}
	.fab{
		width:40px;
		height:40px
	}
	.fab .icon{
		width:1.38em;
		height:1.38em
	}
}
@media (min-width:881px){
	.menu-btn{display:none}
	.site-nav{display:flex!important}
}

body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]){
	background:
		radial-gradient(circle at 84% 8%,rgba(37,99,235,.2),transparent 20%),
		radial-gradient(circle at 18% 26%,rgba(34,211,238,.08),transparent 24%),
		radial-gradient(circle at 50% 78%,rgba(30,64,175,.08),transparent 30%),
		linear-gradient(180deg,#050b16 0%,#08111f 45%,#060d18 100%);
	color:#e2e8f0
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) main{
	background:transparent
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section{
	position:relative;
	padding:66px 0;
	background:transparent;
	border:0
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section:nth-of-type(odd),
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section:nth-of-type(even){
	background:transparent
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section::before{
	display:none
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section > .container{
	position:relative;
	z-index:1
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .cta-band,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .site-footer{
	background:transparent
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .cta-band{
	padding:68px 0 64px
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .site-footer{
	padding-top:30px
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .foot-bottom{
	border-top-color:rgba(148,163,184,.08)
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .sec-head{
	margin-bottom:32px
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .sec-head h2,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section h3{
	color:#f8fafc
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .sec-sub,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section .lead,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section > .container > p,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .card p,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .steps p,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .faq-a,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .disclaimer{
	color:rgba(226,232,240,.78)
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .grid,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .steps{
	gap:22px
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .card,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .price-list,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .price-table,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .faq details,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .related a,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .chips li,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .steps li,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .steps .step-item{
	background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(9,16,29,.84));
	border:1px solid rgba(148,163,184,.18);
	box-shadow:0 22px 48px rgba(2,6,23,.32)
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) a.card:hover,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .related a:hover{
	border-color:rgba(96,165,250,.42);
	box-shadow:0 26px 54px rgba(2,6,23,.42)
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .card h3,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .steps li h3,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .steps .step-item h3,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .price-row b,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .price-table td:last-child,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .faq summary,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .related a,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .chips li{
	color:#f8fafc
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .card-link{
	color:#fff
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .card-link .icon{
	color:#60a5fa;
	transition:color .2s ease,transform .2s ease
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) a.card:hover .card-link,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .related a:hover{
	color:#dbeafe
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) a.card:hover .card-link .icon{
	color:#93c5fd;
	transform:translateX(3px)
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .card-ic{
	background:rgba(255,255,255,.06);
	border:1px solid rgba(148,163,184,.18);
	color:#7dd3fc
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .why-card .card-ic{
	background:rgba(34,197,94,.12);
	border-color:rgba(74,222,128,.2);
	color:#86efac
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .chips li{
	box-shadow:none
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .price-list,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .price-table{
	overflow:hidden
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .price-row,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .price-table td{
	border-bottom-color:rgba(148,163,184,.12)
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .price-row span,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .price-table td:first-child{
	color:rgba(226,232,240,.82)
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .disclaimer{
	background:linear-gradient(135deg,rgba(14,116,144,.18),rgba(30,64,175,.16));
	border-color:rgba(96,165,250,.22)
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .faq summary::after{
	color:#7dd3fc
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .faq details[open] summary::after{
	content:"-"
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section .btn-outline{
	background:rgba(255,255,255,.03);
	border-color:rgba(148,163,184,.28);
	color:#e2e8f0
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="service"],[data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .section .btn-outline:hover{
	background:rgba(59,130,246,.12);
	border-color:rgba(96,165,250,.42);
	color:#fff
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .hero-sub{
	background:linear-gradient(135deg,#07182c 0%,#0c2b48 58%,#154a74 100%);
	border:0;
	color:#fff
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .hero-sub h1,
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .hero-sub h2{
	color:#fff
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="batumi"],[data-page="tbilisi"],[data-page="prices"],[data-page="services"],[data-page="contacts"]) .hero-sub .lead{
	color:rgba(226,232,240,.82)
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="service"] .hero-city-photo{
	border-bottom:0
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="service"] .service-detail-list li,
body:is([data-lang="en"],[data-lang="ka"])[data-page="service"] .service-point-card p{
	color:rgba(226,232,240,.82)
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="service"] .service-point-card h3{
	color:#f8fafc
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="service"] .service-detail-list .icon{
	color:#7dd3fc
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-photo{
	background:linear-gradient(180deg,rgba(15,23,42,.92),rgba(9,16,29,.88));
	border-color:rgba(148,163,184,.18)
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-media{
	background:#0b1220
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-ic-overlay{
	display:none
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-body{
	gap:10px;
	padding:22px 22px 24px
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-body h3{
	color:#f8fafc
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card-body p{
	color:rgba(226,232,240,.78);
	line-height:1.72
}
body:is([data-lang="en"],[data-lang="ka"]):is([data-page="home"],[data-page="batumi"],[data-page="tbilisi"]) #services .service-card .card-link{
	color:#fff
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="prices"] .price-page-list{
	display:grid;
	gap:20px
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="prices"] .price-page-list .price-list{
	border-radius:28px
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="prices"] .price-page-list .price-row{
	display:block;
	padding:18px 22px
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="prices"] .price-name{
	display:block;
	overflow:hidden;
	color:rgba(226,232,240,.86);
	line-height:1.55
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="prices"] .price-value{
	display:block;
	float:right;
	max-width:17ch;
	color:#f8fafc;
	font-weight:800;
	line-height:1.35;
	text-align:right
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="prices"] .price-page-note{
	display:grid;
	gap:18px;
	margin-top:0;
	padding:22px 24px
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="prices"] .price-page-note p{
	margin:0
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-city-card,
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-panel,
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-cta-panel{
	overflow:hidden;
	background:
		radial-gradient(circle at top right,rgba(96,165,250,.18),transparent 34%),
		linear-gradient(180deg,rgba(15,23,42,.92),rgba(9,16,29,.86));
	border:1px solid rgba(148,163,184,.18);
	box-shadow:0 22px 48px rgba(2,6,23,.32)
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-city-card::before,
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-panel::before,
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-cta-panel::before{
	content:"";
	position:absolute;
	inset:0;
	pointer-events:none;
	background:linear-gradient(135deg,rgba(125,211,252,.08),transparent 42%)
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-city-card > *,
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-panel > *,
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-cta-panel > *{
	position:relative;
	z-index:1
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-links-grid a{
	background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(9,16,29,.84));
	border:1px solid rgba(148,163,184,.18);
	box-shadow:0 18px 40px rgba(2,6,23,.26);
	color:#f8fafc
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-links-grid a .icon{
	color:#7dd3fc;
	transition:color .2s ease,transform .2s ease
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-links-grid a:hover{
	color:#dbeafe;
	border-color:rgba(96,165,250,.42);
	box-shadow:0 24px 52px rgba(2,6,23,.34)
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-links-grid a:hover .icon{
	color:#bfdbfe;
	transform:translateX(3px)
}
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-city-card h2,
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-meta-value,
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-cta-panel h2,
body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-brief-panel .checklist li{
	color:#f8fafc
}

@media (max-width:980px){
	body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-city-grid,
	body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-links-grid{
		grid-template-columns:1fr
	}
	body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-brief-panel .checklist{
		grid-template-columns:1fr
	}
	body:is([data-lang="en"],[data-lang="ka"])[data-page="prices"] .price-page-list .price-row{
		padding:17px 20px
	}
	body:is([data-lang="en"],[data-lang="ka"])[data-page="home"] .section{
		padding:58px 0
	}
}

@media (max-width:880px){
	body:is([data-lang="en"],[data-lang="ka"]) .site-nav{
		background:rgba(8,19,33,.96);
		border-bottom-color:rgba(148,163,184,.14)
	}
	body:is([data-lang="en"],[data-lang="ka"]) .has-drop .drop{
		border-left-color:rgba(255,255,255,.14)
	}
}

@media (max-width:560px){
	body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-city-card,
	body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-panel,
	body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-cta-panel{
		padding:22px 20px
	}
	body:is([data-lang="en"],[data-lang="ka"])[data-page="contacts"] .contact-city-actions{
		grid-template-columns:1fr
	}
	body:is([data-lang="en"],[data-lang="ka"])[data-page="prices"] .price-page-list .price-row{
		padding:16px 18px
	}
	body:is([data-lang="en"],[data-lang="ka"])[data-page="prices"] .price-page-note{
		padding:20px 18px
	}
	body:is([data-lang="en"],[data-lang="ka"])[data-page="home"] .section{
		padding:42px 0
	}
}

body:is([data-lang="en"],[data-lang="ka"]) .site-header{
	z-index:1000;
	background:rgba(5,11,22,.96);
	border-bottom:1px solid rgba(56,189,248,.16);
	box-shadow:0 8px 30px rgba(0,0,0,.18);
	color:#e2e8f0
}
body:is([data-lang="en"],[data-lang="ka"]) .site-header .brand{
	min-width:0;
	color:#fff;
	white-space:nowrap;
	line-height:1.1;
	letter-spacing:0
}
body:is([data-lang="en"],[data-lang="ka"]) .site-header .brand-text{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
body:is([data-lang="en"],[data-lang="ka"]) .site-header .brand .brand-ic{
	color:var(--cyan);
	width:1.5em;
	height:1.5em
}
body:is([data-lang="en"],[data-lang="ka"]) .nav-list>li>a,
body:is([data-lang="en"],[data-lang="ka"]) .services-menu-trigger{
	color:rgba(226,232,240,.86);
	letter-spacing:0
}
body:is([data-lang="en"],[data-lang="ka"]) .nav-list>li>a:hover,
body:is([data-lang="en"],[data-lang="ka"]) .services-menu-trigger:hover{
	color:#fff;
	background:rgba(59,130,246,.14)
}
body:is([data-lang="en"],[data-lang="ka"]) .nav-list>li.active>a,
body:is([data-lang="en"],[data-lang="ka"]) .nav-list>li.has-drop.active>.services-menu-trigger{
	color:#fff;
	background:rgba(14,165,233,.24)
}
body:is([data-lang="en"],[data-lang="ka"]) .services-menu-trigger::after{
	opacity:.9
}
body:is([data-lang="en"],[data-lang="ka"]) .has-drop .drop{
	min-width:320px;
	max-width:min(88vw,440px);
	background:linear-gradient(180deg,rgba(15,23,42,.98),rgba(8,15,28,.98));
	border-color:rgba(148,163,184,.18);
	box-shadow:0 24px 54px rgba(2,6,23,.42)
}
body:is([data-lang="en"],[data-lang="ka"]) .has-drop .drop a{
	color:rgba(226,232,240,.86);
	line-height:1.35;
	white-space:normal
}
body:is([data-lang="en"],[data-lang="ka"]) .has-drop .drop a:hover{
	color:#fff;
	background:rgba(59,130,246,.16)
}
body:is([data-lang="en"],[data-lang="ka"]) .lang-switch{
	flex:none;
	min-height:38px;
	background:rgba(255,255,255,.06);
	border-color:rgba(148,163,184,.18)
}
body:is([data-lang="en"],[data-lang="ka"]) .lang-switch a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:42px;
	padding:7px 10px;
	color:#cbd5e1
}
body:is([data-lang="en"],[data-lang="ka"]) .lang-switch a.is-current{
	background:rgba(14,165,233,.28);
	color:#fff
}
body:is([data-lang="en"],[data-lang="ka"]) .menu-btn{
	background:rgba(255,255,255,.08);
	border-color:rgba(255,255,255,.16);
	color:#fff
}
body:is([data-lang="en"],[data-lang="ka"]) .menu-btn:hover{
	background:rgba(59,130,246,.14)
}

body[data-lang="ka"],
body[data-lang="ka"] button,
body[data-lang="ka"] input,
body[data-lang="ka"] textarea{
	font-family:"Segoe UI","Noto Sans Georgian","DejaVu Sans",Arial,sans-serif
}
body[data-lang="ka"] h1,
body[data-lang="ka"] h2,
body[data-lang="ka"] h3,
body[data-lang="ka"] .hero-title,
body[data-lang="ka"] .hero-home-title,
body[data-lang="ka"] .section-title{
	font-family:"Segoe UI","Noto Sans Georgian","DejaVu Sans",Arial,sans-serif;
	font-weight:800;
	letter-spacing:0
}
body[data-lang="ka"][data-page="home"] .hero-photo{
	background-position:66% center
}
body[data-lang="ka"][data-page="home"] .hero-photo .hero-content,
body[data-lang="ka"][data-page="home"] .hero-photo .hero-copy{
	max-width:680px
}
body[data-lang="ka"][data-page="home"] .hero-photo h1{
	max-width:680px;
	font-size:clamp(52px,4.2vw,70px);
	line-height:1.06;
	font-weight:800;
	letter-spacing:0;
	margin-bottom:22px
}
body[data-lang="ka"][data-page="home"] .hero-photo .hero-copy .lead{
	max-width:590px;
	font-size:18px;
	line-height:1.62;
	margin-bottom:24px
}
body[data-lang="ka"][data-page="home"] .hero-photo .hero-points{
	max-width:590px;
	gap:10px;
	margin:0 0 26px
}
body[data-lang="ka"][data-page="home"] .hero-photo .hero-points li{
	font-size:16px;
	line-height:1.55;
	font-weight:600
}
body[data-lang="ka"][data-page="home"] .hero-photo .cta-row{
	margin-top:26px
}

@media (max-width:880px){
	body:is([data-lang="en"],[data-lang="ka"]) .site-nav{
		background:rgba(8,19,33,.96);
		border-bottom-color:rgba(148,163,184,.14)
	}
	body:is([data-lang="en"],[data-lang="ka"]) .has-drop .drop{
		border-left-color:rgba(255,255,255,.14)
	}
	body:is([data-lang="en"],[data-lang="ka"]) .site-header .brand-text{
		max-width:calc(100vw - 148px)
	}
	body[data-lang="ka"][data-page="home"] .hero-photo{
		background-position:68% center
	}
	body[data-lang="ka"][data-page="home"] .hero-photo h1{
		font-size:clamp(42px,5.8vw,46px);
		line-height:1.08
	}
	body[data-lang="ka"][data-page="home"] .hero-photo .hero-copy .lead{
		max-width:590px;
		font-size:17px;
		line-height:1.6
	}
	body[data-lang="ka"][data-page="home"] .hero-photo .hero-points li{
		font-size:15.5px;
		line-height:1.5
	}
}

@media (max-width:560px){
	body:is([data-lang="en"],[data-lang="ka"]) .site-header .brand{
		gap:8px;
		font-size:.96rem
	}
	body:is([data-lang="en"],[data-lang="ka"]) .lang-switch{
		align-self:stretch
	}
	body:is([data-lang="en"],[data-lang="ka"]) .lang-switch a{
		flex:1
	}
	body[data-lang="ka"][data-page="home"] .hero-photo h1{
		font-size:clamp(32px,8vw,38px);
		line-height:1.1
	}
	body[data-lang="ka"][data-page="home"] .hero-photo .hero-copy .lead{
		max-width:100%;
		font-size:17px;
		line-height:1.58
	}
	body[data-lang="ka"][data-page="home"] .hero-photo .hero-points{
		gap:9px;
		margin-bottom:24px
	}
	body[data-lang="ka"][data-page="home"] .hero-photo .hero-points li{
		font-size:15px;
		line-height:1.48
	}
}
