/*
Theme Name: Tralas24
Theme URI: https://tralas24.pro
Description: Konversijoms optimizuota tralo paslaugų ir pagalbos kelyje tema. Greita, suderinama su Elementor ir Gutenberg, su integruota lead forma (siunčia į info@tralas24.pro). Sukurta tralas24.pro.
Author: Tralas24
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tralas24
Tags: business, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready
*/

/* =====================================================================
 *  KINTAMIEJI
 * ===================================================================== */
:root {
	--c-primary: #10243e;
	--c-primary-2: #1c3a63;
	--c-accent: #ff6b00;
	--c-accent-dark: #e85f00;
	--c-amber: #ffb800;
	--c-light: #f4f6f9;
	--c-white: #ffffff;
	--c-dark: #0b1626;
	--c-muted: #5a6b80;
	--c-border: #e3e8ef;
	--c-success: #1f9d55;

	--radius: 14px;
	--radius-sm: 10px;
	--shadow-sm: 0 2px 10px rgba(16,36,62,.08);
	--shadow: 0 10px 30px rgba(16,36,62,.10);
	--shadow-lg: 0 24px 60px rgba(16,36,62,.16);

	--container: 1200px;
	--font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* =====================================================================
 *  PAGRINDAI
 * ===================================================================== */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.7;
	color: var(--c-primary);
	background: var(--c-white);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--c-accent); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--c-accent-dark); }

h1, h2, h3, h4 { color: var(--c-primary); line-height: 1.2; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.5rem); }
p  { margin: 0 0 1em; }

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

.section { padding: 80px 0; }
.section--light { background: var(--c-light); }
.section--dark { background: var(--c-primary); color: #cfdbeb; }
.section--dark h2, .section--dark h3 { color: #fff; }

.section__head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.section__eyebrow {
	display: inline-block;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--c-accent);
	margin-bottom: 12px;
}
.section__lead { color: var(--c-muted); font-size: 1.1rem; }
.section--dark .section__lead { color: #aebfd6; }

/* =====================================================================
 *  MYGTUKAI
 * ===================================================================== */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 28px;
	font-family: var(--font);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1;
	border: none;
	border-radius: var(--radius-sm);
	cursor: pointer;
	transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
	white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--accent { background: var(--c-accent); color: #fff; box-shadow: 0 8px 20px rgba(255,107,0,.35); }
.btn--accent:hover { background: var(--c-accent-dark); color: #fff; box-shadow: 0 12px 26px rgba(255,107,0,.45); }
.btn--call { background: var(--c-accent); color: #fff; box-shadow: 0 8px 20px rgba(255,107,0,.35); }
.btn--call:hover { color: #fff; }
.btn--ghost { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
.btn--ghost:hover { background: rgba(255,255,255,.2); color: #fff; }
.btn--light { background: #fff; color: var(--c-primary); box-shadow: var(--shadow-sm); }
.btn--light:hover { color: var(--c-primary); }
.btn--lg { padding: 19px 34px; font-size: 1.15rem; }
.btn--block { width: 100%; }
.btn__icon { font-size: 1.15em; line-height: 1; }

/* =====================================================================
 *  ANTRAŠTĖ
 * ===================================================================== */
.topbar {
	background: var(--c-dark);
	color: #c4d2e6;
	font-size: .9rem;
}
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 8px 0; flex-wrap: wrap; }
.topbar a { color: #c4d2e6; }
.topbar a:hover { color: #fff; }
.topbar__list { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,.96);
	backdrop-filter: saturate(180%) blur(8px);
	border-bottom: 1px solid var(--c-border);
	transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; }

.site-logo { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 1.5rem; color: var(--c-primary); letter-spacing: -.02em; }
.site-logo:hover { color: var(--c-primary); }
.site-logo__mark {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 10px;
	background: var(--c-accent); color: #fff; font-size: 1.25rem;
}
.site-logo b { color: var(--c-accent); }
.custom-logo { max-height: 56px; width: auto; }

.main-nav { margin-left: auto; }
.nav-menu { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-menu a { color: var(--c-primary); font-weight: 600; font-size: .98rem; }
.nav-menu a:hover { color: var(--c-accent); }
.nav-menu .current-menu-item > a { color: var(--c-accent); }

.header__cta { display: flex; align-items: center; gap: 14px; }
.header__phone { display: inline-flex; flex-direction: column; line-height: 1.15; text-align: right; }
.header__phone small { font-size: .72rem; color: var(--c-muted); font-weight: 600; }
.header__phone b { font-size: 1.15rem; color: var(--c-primary); }
.header__phone:hover b { color: var(--c-accent); }

.nav-toggle {
	display: none;
	flex-direction: column; gap: 5px;
	width: 46px; height: 44px;
	background: var(--c-light); border: 1px solid var(--c-border);
	border-radius: 10px; cursor: pointer; padding: 0;
	align-items: center; justify-content: center;
}
.nav-toggle span { width: 22px; height: 2.5px; background: var(--c-primary); border-radius: 2px; transition: .25s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* =====================================================================
 *  HERO
 * ===================================================================== */
.hero {
	position: relative;
	background:
		radial-gradient(1200px 500px at 80% -10%, rgba(255,107,0,.18), transparent 60%),
		linear-gradient(135deg, #0b1d36 0%, #10243e 45%, #1c3a63 100%);
	color: #eaf1fb;
	overflow: hidden;
}
.hero::after {
	content: "";
	position: absolute; inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
	background-size: 22px 22px;
	opacity: .5;
	pointer-events: none;
}
.hero__inner {
	position: relative; z-index: 2;
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 50px;
	align-items: center;
	padding: 70px 0 80px;
}
.hero__badge {
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(255,184,0,.15);
	color: var(--c-amber);
	border: 1px solid rgba(255,184,0,.35);
	padding: 7px 16px; border-radius: 999px;
	font-size: .85rem; font-weight: 700; letter-spacing: .03em;
	margin-bottom: 22px;
}
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero h1 span { color: var(--c-amber); }
.hero__text { font-size: 1.18rem; color: #c7d6ea; max-width: 560px; margin-bottom: 30px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }

.hero__trust { display: flex; flex-wrap: wrap; gap: 14px 26px; }
.hero__trust li { display: flex; align-items: center; gap: 9px; list-style: none; font-weight: 600; color: #dbe7f7; font-size: .98rem; }
.hero__trust .ok { color: var(--c-amber); font-weight: 900; }
.hero__list { padding: 0; margin: 0; }

/* Hero forma */
.hero__form {
	background: #fff;
	color: var(--c-primary);
	border-radius: 18px;
	padding: 30px;
	box-shadow: var(--shadow-lg);
}
.hero__form h3 { margin-bottom: 6px; font-size: 1.4rem; }
.hero__form p { color: var(--c-muted); font-size: .96rem; margin-bottom: 18px; }

/* =====================================================================
 *  FORMOS
 * ===================================================================== */
.lead-form .field { margin-bottom: 14px; }
.lead-form label { display: block; font-size: .85rem; font-weight: 600; color: var(--c-primary); margin-bottom: 6px; }
.lead-form input,
.lead-form select,
.lead-form textarea {
	width: 100%;
	padding: 13px 15px;
	font-family: var(--font);
	font-size: 1rem;
	color: var(--c-primary);
	background: var(--c-light);
	border: 1.5px solid var(--c-border);
	border-radius: 10px;
	transition: border-color .2s, box-shadow .2s;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
	outline: none;
	border-color: var(--c-accent);
	box-shadow: 0 0 0 3px rgba(255,107,0,.15);
	background: #fff;
}
.lead-form textarea { min-height: 90px; resize: vertical; }
.lead-form .hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }
.lead-form__note { font-size: .8rem; color: var(--c-muted); margin: 12px 0 0; text-align: center; }
.lead-form__msg { margin-top: 14px; padding: 12px 14px; border-radius: 10px; font-size: .92rem; font-weight: 600; display: none; }
.lead-form__msg.is-ok { display: block; background: #e7f6ec; color: var(--c-success); border: 1px solid #b8e6c6; }
.lead-form__msg.is-err { display: block; background: #fdecea; color: #c0392b; border: 1px solid #f3c0b9; }
.lead-form.is-loading button[type="submit"] { opacity: .7; pointer-events: none; }

/* =====================================================================
 *  JUOSTA / RODIKLIAI
 * ===================================================================== */
.stats { background: var(--c-accent); }
.stats__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 28px 0; text-align: center; }
.stats__num { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 900; color: #fff; line-height: 1; }
.stats__label { color: rgba(255,255,255,.9); font-weight: 600; font-size: .95rem; margin-top: 6px; }

/* =====================================================================
 *  PASLAUGOS
 * ===================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card {
	background: #fff;
	border: 1px solid var(--c-border);
	border-radius: var(--radius);
	padding: 28px 24px;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-card__icon {
	width: 56px; height: 56px; border-radius: 14px;
	display: flex; align-items: center; justify-content: center;
	font-size: 1.7rem;
	background: linear-gradient(135deg, #fff1e6, #ffe0c7);
	margin-bottom: 18px;
}
.service-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.service-card p { color: var(--c-muted); font-size: .96rem; margin: 0; }

/* =====================================================================
 *  KAIP VEIKIA
 * ===================================================================== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step { position: relative; text-align: center; padding: 34px 24px 28px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.step__num {
	counter-increment: step;
	width: 52px; height: 52px; margin: 0 auto 16px;
	display: flex; align-items: center; justify-content: center;
	background: var(--c-primary); color: #fff;
	font-weight: 900; font-size: 1.3rem; border-radius: 50%;
}
.step__num::before { content: counter(step); }
.step h3 { font-size: 1.2rem; }
.step p { color: var(--c-muted); margin: 0; }

/* =====================================================================
 *  KODĖL MES
 * ===================================================================== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { display: flex; gap: 16px; align-items: flex-start; }
.why-card__icon {
	flex: 0 0 auto;
	width: 50px; height: 50px; border-radius: 12px;
	display: flex; align-items: center; justify-content: center;
	background: rgba(255,107,0,.12); color: var(--c-accent); font-size: 1.4rem;
}
.section--dark .why-card__icon { background: rgba(255,184,0,.15); color: var(--c-amber); }
.why-card h3 { font-size: 1.12rem; margin-bottom: 4px; }
.why-card p { color: var(--c-muted); font-size: .95rem; margin: 0; }
.section--dark .why-card p { color: #aebfd6; }

/* =====================================================================
 *  KAINOS / ZONOS
 * ===================================================================== */
.price-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.price-list { list-style: none; margin: 0; padding: 0; }
.price-list li { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px dashed var(--c-border); }
.price-list li:last-child { border-bottom: none; }
.price-list .name { font-weight: 600; }
.price-list .val { font-weight: 800; color: var(--c-accent); white-space: nowrap; }
.price-note { font-size: .9rem; color: var(--c-muted); margin-top: 16px; }

.coverage-card { background: var(--c-primary); color: #cfdbeb; border-radius: var(--radius); padding: 34px; }
.coverage-card h3 { color: #fff; }
.coverage-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 24px; }
.coverage-tags span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: #eaf1fb; padding: 8px 14px; border-radius: 999px; font-size: .88rem; font-weight: 600; }

/* =====================================================================
 *  ATSILIEPIMAI
 * ===================================================================== */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.review__stars { color: var(--c-amber); font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 12px; }
.review__text { font-size: 1rem; color: var(--c-primary); margin-bottom: 16px; }
.review__author { display: flex; align-items: center; gap: 12px; }
.review__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--c-light); display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--c-accent); }
.review__name { font-weight: 700; font-size: .95rem; }
.review__meta { color: var(--c-muted); font-size: .82rem; }

/* =====================================================================
 *  D.U.K.
 * ===================================================================== */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-sm); margin-bottom: 14px; overflow: hidden; }
.faq-q {
	width: 100%; text-align: left; cursor: pointer;
	display: flex; justify-content: space-between; align-items: center; gap: 16px;
	padding: 20px 22px; background: none; border: none;
	font-family: var(--font); font-size: 1.08rem; font-weight: 700; color: var(--c-primary);
}
.faq-q .ico { flex: 0 0 auto; font-size: 1.4rem; color: var(--c-accent); transition: transform .25s; line-height: 1; }
.faq-item.is-open .faq-q .ico { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a__inner { padding: 0 22px 20px; color: var(--c-muted); }

/* =====================================================================
 *  CTA JUOSTA
 * ===================================================================== */
.cta-band {
	background: linear-gradient(135deg, var(--c-accent), #ff8a33);
	color: #fff; text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.92); font-size: 1.15rem; max-width: 640px; margin: 0 auto 26px; }
.cta-band .btn--light { font-size: 1.2rem; }
.cta-band__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =====================================================================
 *  KONTAKTAI
 * ===================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
.contact-info__item { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--c-border); }
.contact-info__item:last-child { border-bottom: none; }
.contact-info__icon { width: 50px; height: 50px; flex: 0 0 auto; border-radius: 12px; background: rgba(255,107,0,.12); color: var(--c-accent); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.contact-info__label { font-size: .82rem; color: var(--c-muted); font-weight: 600; }
.contact-info__value { font-size: 1.25rem; font-weight: 800; color: var(--c-primary); }
.contact-info__value a { color: var(--c-primary); }
.contact-info__value a:hover { color: var(--c-accent); }
.contact-form-box { background: #fff; border: 1px solid var(--c-border); border-radius: 18px; padding: 32px; box-shadow: var(--shadow); }

/* =====================================================================
 *  POROŠTĖ
 * ===================================================================== */
.site-footer { background: var(--c-dark); color: #9fb1c9; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 44px; }
.footer-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #9fb1c9; }
.footer-col a:hover { color: var(--c-amber); }
.footer-logo { font-size: 1.5rem; font-weight: 900; color: #fff; margin-bottom: 14px; display: inline-block; }
.footer-logo b { color: var(--c-accent); }
.footer-about { font-size: .95rem; max-width: 320px; }
.footer-call { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; font-size: 1.4rem; font-weight: 800; color: #fff; }
.footer-call:hover { color: var(--c-amber); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; font-size: .88rem; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.footer-widget { margin-bottom: 18px; }

/* =====================================================================
 *  PLAUKIOJANTIS „SKAMBINTI“ MYGTUKAS (mobiliam)
 * ===================================================================== */
.mobile-callbar {
	display: none;
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
	background: #fff; border-top: 1px solid var(--c-border);
	box-shadow: 0 -6px 20px rgba(16,36,62,.12);
	padding: 9px 12px; gap: 10px;
}
.mobile-callbar .btn { flex: 1; padding: 14px; font-size: 1rem; }
.mobile-callbar .btn--call { flex: 1.4; }

/* =====================================================================
 *  TURINIO PUSLAPIAI (page.php / single.php / Gutenberg)
 * ===================================================================== */
.page-hero { background: var(--c-light); padding: 60px 0 50px; border-bottom: 1px solid var(--c-border); }
.breadcrumbs { font-size: .88rem; color: var(--c-muted); margin-bottom: 12px; }
.breadcrumbs a { color: var(--c-muted); }
.entry { padding: 60px 0; }
.entry-content { max-width: 820px; margin: 0 auto; }
.entry-content > * { margin-left: auto; margin-right: auto; }
.entry-content img { border-radius: var(--radius-sm); }
.entry-content h2 { margin-top: 1.6em; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content blockquote { border-left: 4px solid var(--c-accent); margin: 1.5em 0; padding: .4em 1.2em; color: var(--c-muted); background: var(--c-light); border-radius: 0 8px 8px 0; }
.full-width .entry-content { max-width: var(--container); }

/* Gutenberg „plataus" / „pilno" pločio blokai */
.entry-content .alignwide { max-width: var(--container); width: auto; margin-left: auto; margin-right: auto; }
.entry-content .alignfull { max-width: 100vw; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.entry-content .alignfull img { width: 100%; }

/* Pagrindinis puslapis sukurtas su Elementor / Gutenberg */
.front-builder .entry-content > * { margin-left: auto; margin-right: auto; }
.front-builder .entry-content .alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }

.posts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.post-card { background:#fff; border:1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; transition: box-shadow .2s, transform .2s; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.post-card__thumb img { width:100%; height: 200px; object-fit: cover; }
.post-card__body { padding: 22px; }
.post-card__body h3 { font-size: 1.15rem; }
.post-card__meta { font-size: .82rem; color: var(--c-muted); margin-bottom: 8px; }

/* =====================================================================
 *  ADAPTYVUMAS (responsive)
 * ===================================================================== */
@media (max-width: 1024px) {
	.services-grid { grid-template-columns: repeat(2, 1fr); }
	.why-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.hero__inner { grid-template-columns: 1fr; gap: 40px; }
	.hero__form { max-width: 520px; }
}

@media (max-width: 860px) {
	.main-nav { display: none; }
	.main-nav.is-open {
		display: block; position: absolute; top: 100%; left: 0; right: 0;
		background: #fff; border-bottom: 1px solid var(--c-border); box-shadow: var(--shadow);
		padding: 14px 20px;
	}
	.main-nav.is-open .nav-menu { flex-direction: column; align-items: stretch; gap: 0; }
	.main-nav.is-open .nav-menu li { border-bottom: 1px solid var(--c-border); }
	.main-nav.is-open .nav-menu li:last-child { border-bottom: none; }
	.main-nav.is-open .nav-menu a { display: block; padding: 14px 4px; }
	.nav-toggle { display: flex; }
	.header__phone { display: none; }
	.header__cta .btn { display: none; }
	.site-header { position: sticky; }

	.stats__inner { grid-template-columns: repeat(2, 1fr); gap: 24px 14px; }
	.steps { grid-template-columns: 1fr; }
	.price-wrap { grid-template-columns: 1fr; gap: 28px; }
	.reviews { grid-template-columns: 1fr; }
	.contact-grid { grid-template-columns: 1fr; gap: 30px; }
	.posts-grid { grid-template-columns: 1fr; }

	.mobile-callbar { display: flex; }
	body { padding-bottom: 72px; }
	html { scroll-padding-top: 76px; }
}

@media (max-width: 540px) {
	.section { padding: 56px 0; }
	.services-grid { grid-template-columns: 1fr; }
	.why-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
	.hero__form { padding: 24px; }
	.topbar { display: none; }
}

/* Pagalbinės klasės */
.text-center { text-align: center; }
.mt-30 { margin-top: 30px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 10px; top: 10px; background: #fff; padding: 10px 16px; z-index: 1000; border-radius: 8px; box-shadow: var(--shadow); }
