/* Tetofelujitas landing page */
:root {
	--roof-red: #b40a1b;
	--roof-red-dark: #7f0713;
	--roof-ink: #17202b;
	--roof-ink-soft: #26313d;
	--roof-cream: #f6f2ed;
	--roof-line: #e6e0da;
	--roof-white: #fff;
	--roof-shadow: 0 16px 42px rgba(23, 32, 43, .12);
}

/* A sablon tömör címbetűje egyes böngészőkben hibásan kernelt.
   Ezen az oldalon stabil rendszerbetűt használunk, negatív betűköz nélkül. */
.roof-renovation-hero h1,
.roof-renovation-hero h2,
.roof-renovation-page h2,
.roof-renovation-page h3 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-stretch: normal;
	font-kerning: normal;
	font-variant-ligatures: normal;
	font-feature-settings: "kern" 1;
	letter-spacing: 0 !important;
	text-rendering: optimizeLegibility;
}

/* A WordPress admin-sáv teljes oldalas képernyőképen ne ismétlődjön a tartalomban. */
#wpadminbar { position: absolute !important; }
#gotoTop { display: none !important; }

#slider.roof-renovation-hero {
	position: relative;
	min-height: 680px;
	display: flex;
	align-items: center;
	padding: 112px 0 128px;
	background: linear-gradient(90deg, rgba(14, 20, 27, .94) 0%, rgba(14, 20, 27, .82) 48%, rgba(14, 20, 27, .58) 100%), url('../images/gallery/14.jpeg') center 42% / cover no-repeat;
	overflow: visible;
	color: #fff;
}

.roof-renovation-hero .roof-renovation-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
	gap: 68px;
	align-items: center;
}

.roof-renovation-hero .roof-renovation-hero-copy { max-width: 760px; }

.roof-renovation-eyebrow,
.roof-renovation-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--roof-red);
}

.roof-renovation-eyebrow { color: #ffb9c0; }
.roof-renovation-eyebrow::before,
.roof-renovation-kicker::before {
	content: '';
	width: 30px;
	height: 2px;
	background: currentColor;
}

.roof-renovation-hero h1 {
	max-width: 790px;
	margin: 0 0 22px;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
	color: #fff;
}

.roof-renovation-lead {
	max-width: 690px;
	margin: 0 0 28px;
	font-size: 19px;
	line-height: 1.65;
	color: rgba(255,255,255,.86);
}

.roof-renovation-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.roof-renovation-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.roof-renovation-btn:hover { transform: translateY(-2px); color: #fff; }
.roof-renovation-btn-primary { background: var(--roof-red); color: #fff; }
.roof-renovation-btn-primary:hover { background: var(--roof-red-dark); }
.roof-renovation-btn-outline { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); color: #fff; }
.roof-renovation-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.14); }

.roof-renovation-hero-points { display: flex; flex-wrap: wrap; gap: 11px 22px; margin: 0; padding: 0; list-style: none; }
.roof-renovation-hero-points li { position: relative; padding-left: 24px; font-size: 14px; font-weight: 700; color: rgba(255,255,255,.9); }
.roof-renovation-hero-points li::before { content: '✓'; position: absolute; left: 0; color: #ff8d98; font-weight: 900; }

.roof-renovation-hero-form {
	position: relative;
	z-index: 3;
	padding: 32px;
	border-top: 5px solid var(--roof-red);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 65px rgba(0,0,0,.32);
	color: var(--roof-ink);
}
.roof-renovation-hero-form h2 { margin: 0 0 8px; font-size: 28px; line-height: 1.16; color: var(--roof-ink); }
.roof-renovation-hero-form > p { margin: 0 0 20px; font-size: 15px; line-height: 1.55; color: #66707a; }
.roof-renovation-form-group { margin-bottom: 13px; }
.roof-renovation-hero-form label { display: block; margin: 0 0 5px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #35404b; }
.roof-renovation-hero-form .sm-form-control {
	width: 100%;
	height: 47px;
	padding: 10px 13px;
	border: 1px solid #d9dde1;
	border-radius: 4px;
	background: #fff;
	font-size: 15px;
	color: var(--roof-ink);
}
.roof-renovation-hero-form .sm-form-control:focus { border-color: var(--roof-red); box-shadow: 0 0 0 3px rgba(180,10,27,.1); }
.roof-renovation-form-consent { display: flex; gap: 9px; align-items: flex-start; margin: 5px 0 14px; }
.roof-renovation-form-consent input { flex: 0 0 auto; margin-top: 3px; }
.roof-renovation-form-consent label { margin: 0; font-size: 12px; font-weight: 500; line-height: 1.45; letter-spacing: 0; text-transform: none; color: #67717a; }
.roof-renovation-form-submit { width: 100%; min-height: 51px; border: 0; border-radius: 5px; background: var(--roof-red); color: #fff; font-size: 15px; font-weight: 800; cursor: pointer; }
.roof-renovation-form-submit:hover { background: var(--roof-red-dark); }

#slider.roof-renovation-hero + #content { position: relative; overflow: visible; }
.roof-renovation-page { padding: 0 0 92px !important; background: #fff; color: #4f5964; }
.roof-renovation-page p { font-size: 16px; line-height: 1.7; }
.roof-renovation-page h2,
.roof-renovation-page h3 { color: var(--roof-ink); }

.roof-renovation-trust { position: relative; z-index: 5; margin-top: 0; padding-top: 42px; padding-bottom: 0; }
.roof-renovation-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--roof-shadow);
	overflow: hidden;
}
.roof-renovation-trust-grid article { min-height: 138px; display: flex; gap: 16px; padding: 27px 24px; border-right: 1px solid #ece7e2; }
.roof-renovation-trust-grid article:last-child { border-right: 0; }
.roof-renovation-trust-grid article > span { display: block; font-size: 25px; font-weight: 900; color: var(--roof-red); }
.roof-renovation-trust-grid strong { display: block; margin-bottom: 7px; font-size: 18px; line-height: 1.25; color: var(--roof-ink); }
.roof-renovation-trust-grid p { margin: 0; font-size: 14px; line-height: 1.5; color: #747d86; }

.roof-renovation-section { padding: 88px 0; }
#tetofelujitas-megoldasok { padding-top: 58px; }
.roof-section-soft { background: var(--roof-cream); }
.roof-renovation-process {
	background: linear-gradient(90deg, rgba(54, 4, 10, .94) 0%, rgba(91, 7, 16, .82) 52%, rgba(48, 3, 8, .52) 100%), url('../images/slider/4.jpg') center 52% / cover no-repeat;
	color: rgba(255,255,255,.74);
}
.roof-renovation-process h2, .roof-renovation-process h3 { color: #fff; }
.roof-renovation-process .roof-renovation-kicker { color: #ff9aa4; }
.roof-renovation-heading { max-width: 820px; margin: 0 auto 44px; text-align: center; }
.roof-renovation-heading-left { margin-left: 0; text-align: left; }
.roof-renovation-heading h2,
.roof-renovation-split h2,
.roof-renovation-no-surprises h2 {
	margin: 0 0 15px;
	font-size: clamp(34px, 4vw, 49px);
	font-weight: 800;
	line-height: 1.17;
	letter-spacing: 0;
}
.roof-renovation-heading > p:last-child { max-width: 720px; margin: 0 auto; color: #6f7881; }
.roof-renovation-heading-left > p:last-child { margin-left: 0; }
.roof-renovation-process .roof-renovation-heading > p:last-child { color: rgba(255,255,255,.68); }

.roof-renovation-no-surprises {
	position: relative;
	background-image: linear-gradient(90deg, rgba(54, 4, 10, .94) 0%, rgba(91, 7, 16, .82) 52%, rgba(48, 3, 8, .52) 100%), url('../images/slider/4.jpg');
	background-position: center 52%;
	background-size: cover;
	background-repeat: no-repeat;
	color: rgba(255,255,255,.78);
}
.roof-renovation-no-surprises::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(180,10,27,.08), rgba(0,0,0,.08));
	pointer-events: none;
}
.roof-renovation-no-surprises .container { position: relative; z-index: 1; }
.roof-renovation-no-surprises-block {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
	gap: 74px;
	align-items: center;
	padding: 52px 58px;
	border: 1px solid rgba(255,255,255,.18);
	border-left: 5px solid #c91d2e;
	border-radius: 12px;
	background: rgba(52,4,10,.68);
	box-shadow: 0 22px 52px rgba(28,0,3,.28);
	backdrop-filter: blur(2px);
}
.roof-renovation-no-surprises h2 {
	max-width: 720px;
	margin: 0 0 18px;
	font-size: clamp(36px, 4.3vw, 52px);
	line-height: 1.14;
	color: #fff;
}
.roof-renovation-no-surprises-copy > p:last-child {
	max-width: 700px;
	margin: 0;
	color: rgba(255,255,255,.72);
}
.roof-renovation-no-surprises .roof-renovation-kicker { color: #ff9aa4; }
.roof-renovation-no-surprises .roof-renovation-checklist {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.roof-renovation-no-surprises .roof-renovation-checklist li {
	position: relative;
	min-height: 64px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 15px 18px 15px 52px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 5px;
	background: rgba(255,255,255,.055);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	color: #fff;
}
.roof-renovation-no-surprises .roof-renovation-checklist li::before {
	content: '✓';
	position: absolute;
	left: 19px;
	top: 50%;
	transform: translateY(-50%);
	color: #ff8d98;
	font-size: 18px;
	font-weight: 900;
}

.roof-renovation-solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.roof-renovation-solution-grid article { padding: 31px; border: 1px solid var(--roof-line); border-radius: 7px; background: #fff; box-shadow: 0 10px 26px rgba(23,32,43,.06); }
.roof-renovation-solution-grid article > span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 20px; border-radius: 5px; background: #fff0f1; color: var(--roof-red); font-size: 14px; font-weight: 900; }
.roof-renovation-solution-grid h3 { margin: 0 0 11px; font-size: 23px; line-height: 1.2; }
.roof-renovation-solution-grid p { margin: 0 0 18px; }
.roof-renovation-solution-grid ul { margin: 0; padding: 0; list-style: none; }
.roof-renovation-solution-grid li { position: relative; margin: 9px 0; padding-left: 24px; font-size: 15px; line-height: 1.5; }
.roof-renovation-solution-grid li::before { content: '✓'; position: absolute; left: 0; color: var(--roof-red); font-weight: 900; }
.roof-check-list { margin: 0; padding: 0; list-style: none; }
.roof-check-list li { position: relative; margin: 9px 0; padding-left: 24px; font-size: 15px; line-height: 1.5; }
.roof-check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--roof-red); font-weight: 900; }
.roof-renovation-inline-cta { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 24px; padding: 22px 26px; border-radius: 6px; background: var(--roof-red-dark); color: #fff; }
.roof-renovation-inline-cta strong { font-size: 17px; line-height: 1.45; }
.roof-renovation-inline-cta a { flex: 0 0 auto; padding: 12px 19px; border: 1px solid rgba(255,255,255,.5); border-radius: 4px; color: #fff; font-size: 14px; font-weight: 800; }

.roof-renovation-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 66px; align-items: center; }
.roof-renovation-split > div > p { margin-bottom: 22px; }
.roof-renovation-split figure { position: relative; margin: 0; }
.roof-renovation-split figure img { width: 100%; min-height: 390px; display: block; object-fit: cover; border-radius: 8px; box-shadow: var(--roof-shadow); }
.roof-renovation-split figure figcaption { position: absolute; right: 18px; bottom: 18px; max-width: calc(100% - 36px); padding: 14px 18px; border-radius: 4px; background: var(--roof-red); color: #fff; font-size: 14px; font-weight: 800; line-height: 1.45; }

.roof-renovation-type-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.roof-renovation-type-grid article { position: relative; min-height: 360px; display: flex; align-items: flex-end; border-radius: 7px; overflow: hidden; background: var(--roof-ink); }
.roof-renovation-type-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.roof-renovation-type-grid article:hover img { transform: scale(1.045); }
.roof-renovation-type-grid article::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,16,22,.06) 25%, rgba(11,16,22,.92) 100%); }
.roof-renovation-type-grid article > div { position: relative; z-index: 1; padding: 25px; color: rgba(255,255,255,.8); }
.roof-renovation-type-grid h3 { margin: 0 0 7px; font-size: 23px; color: #fff; }
.roof-renovation-type-grid p { margin: 0; font-size: 14px; line-height: 1.55; }

.roof-renovation-pricing { background: var(--roof-cream); }
.roof-renovation-price-table { max-width: 1040px; margin: 0 auto; border-radius: 7px; background: #fff; box-shadow: var(--roof-shadow); overflow: hidden; }
.roof-renovation-price-row { display: grid; grid-template-columns: 1.15fr .65fr 1.7fr; align-items: center; min-height: 70px; padding: 13px 24px; border-bottom: 1px solid #ebe7e3; }
.roof-renovation-price-row:last-child { border-bottom: 0; }
.roof-renovation-price-head { min-height: 54px; background: var(--roof-ink); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.roof-renovation-price-row strong { display: block; font-size: 16px; color: var(--roof-ink); }
.roof-renovation-price-row small { display: block; margin-top: 3px; color: #77808a; }
.roof-renovation-price-row span { font-size: 14px; line-height: 1.45; }
.roof-renovation-price-row p { margin: 0; font-size: 14px; line-height: 1.45; }
.roof-renovation-price { color: var(--roof-red) !important; font-weight: 900; }
.roof-renovation-price-note { max-width: 1040px; margin: 15px auto 0; padding: 14px 18px; border-left: 4px solid var(--roof-red); background: #fff8f3; font-size: 14px !important; }
.roof-renovation-offer-heading { margin-top: 68px; margin-bottom: 28px; }

.roof-renovation-factor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 38px; }
.roof-renovation-factor-grid article { padding: 25px; border: 1px solid var(--roof-line); border-radius: 6px; background: #fff; }
.roof-renovation-factor-grid h3 { margin: 0 0 8px; font-size: 20px; }
.roof-renovation-factor-grid p { margin: 0; font-size: 14px; line-height: 1.6; }

.roof-renovation-gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; grid-template-rows: 235px 235px; gap: 9px; }
.roof-renovation-gallery-item { position: relative; margin: 0; border-radius: 6px; overflow: hidden; }
.roof-renovation-gallery-main { grid-row: 1 / 3; }
.roof-renovation-gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.roof-renovation-gallery-item:hover img { transform: scale(1.035); }
.roof-renovation-gallery-item span { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 10px 12px; border-radius: 4px; background: rgba(23,32,43,.88); color: #fff; font-size: 13px; font-weight: 700; }

.roof-renovation-guarantee { background: var(--roof-cream); }
.roof-renovation-guarantee-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 62px; align-items: center; }
.roof-renovation-guarantee-grid > figure { position: relative; margin: 0; }
.roof-renovation-guarantee-grid > figure img { width: 100%; min-height: 460px; object-fit: cover; border-radius: 7px; box-shadow: var(--roof-shadow); }
.roof-renovation-guarantee-grid > div > h2 { margin: 0 0 16px; font-size: clamp(34px, 4vw, 48px); line-height: 1.13; }
.roof-renovation-guarantee-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 24px; }
.roof-renovation-guarantee-cards article { padding: 22px; border-left: 4px solid var(--roof-red); border-radius: 4px; background: #fff; }
.roof-renovation-guarantee-cards strong { display: block; margin-bottom: 7px; font-size: 22px; color: var(--roof-red); }
.roof-renovation-guarantee-cards h3 { margin: 0 0 7px; font-size: 18px; }
.roof-renovation-guarantee-cards p { margin: 0; font-size: 14px; line-height: 1.5; }

.roof-renovation-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.roof-renovation-process-grid li { position: relative; min-height: 245px; padding: 28px; border: 1px solid rgba(255,255,255,.28); border-radius: 7px; background: rgba(255,255,255,.96); box-shadow: 0 16px 34px rgba(32,0,4,.18); }
.roof-renovation-process-grid li:first-child { border-color: rgba(255,255,255,.14); background: var(--roof-red-dark); }
.roof-renovation-process-grid li > span { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; margin-bottom: 25px; border-radius: 50%; background: #f5e9ea; color: var(--roof-red); font-weight: 900; }
.roof-renovation-process-grid h3 { margin: 0 0 10px; font-size: 21px; color: var(--roof-ink); }
.roof-renovation-process-grid p { margin: 0; font-size: 14px; line-height: 1.6; color: #626c76; }
.roof-renovation-process-grid li:first-child > span { background: rgba(255,255,255,.14); color: #fff; }
.roof-renovation-process-grid li:first-child h3 { color: #fff; }
.roof-renovation-process-grid li:first-child p { color: rgba(255,255,255,.76); }

.roof-renovation-faq-grid { max-width: 1040px; margin: 0 auto; }
.roof-renovation-faq-grid details { border-bottom: 1px solid var(--roof-line); background: #fff; }
.roof-renovation-faq-grid summary { position: relative; padding: 23px 48px 23px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; color: var(--roof-ink); }
.roof-renovation-faq-grid summary::-webkit-details-marker { display: none; }
.roof-renovation-faq-grid summary::after { content: '+'; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); color: var(--roof-red); font-size: 27px; }
.roof-renovation-faq-grid details[open] summary::after { content: '−'; }
.roof-renovation-faq-grid details p { max-width: 900px; margin: -4px 0 0; padding: 0 48px 24px 0; }

/* A tetőfelújítás oldal ajánlatkérő sávja */
.section.footer-stick.contact.white-bg {
	padding: 92px 0;
	background: linear-gradient(135deg, #760711 0%, #a90b1a 54%, #5a030b 100%) !important;
	color: rgba(255,255,255,.82);
}
.section.footer-stick.contact.white-bg > .container > .row > .col-lg-6:first-child .heading-block h2,
.section.footer-stick.contact.white-bg > .container > .row > .col-lg-6:first-child .heading-block span,
.section.footer-stick.contact.white-bg > .container > .row > .col-lg-6:first-child h3,
.section.footer-stick.contact.white-bg > .container > .row > .col-lg-6:first-child dt,
.section.footer-stick.contact.white-bg > .container > .row > .col-lg-6:first-child dd,
.section.footer-stick.contact.white-bg > .container > .row > .col-lg-6:first-child p,
.section.footer-stick.contact.white-bg > .container > .row > .col-lg-6:first-child a { color: #fff; }
.section.footer-stick.contact.white-bg > .container > .row > .col-lg-6:first-child .button {
	border-color: rgba(255,255,255,.5);
	background: rgba(255,255,255,.12);
}
.section.footer-stick.contact.white-bg #section-contact {
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 24px 58px rgba(43,0,5,.3) !important;
	color: var(--roof-ink);
}
.section.footer-stick.contact.white-bg #section-contact h2,
.section.footer-stick.contact.white-bg #section-contact label { color: var(--roof-ink); }
.section.footer-stick.contact.white-bg #section-contact p.color { color: var(--roof-red) !important; }

@media (max-width: 1199px) {
	.roof-renovation-hero .roof-renovation-hero-grid { gap: 38px; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); }
	.roof-renovation-type-grid, .roof-renovation-factor-grid { grid-template-columns: repeat(2, 1fr); }
	.roof-renovation-process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
	#slider.roof-renovation-hero { min-height: auto; padding: 92px 0 112px; }
	.roof-renovation-hero .roof-renovation-hero-grid { grid-template-columns: 1fr; }
	.roof-renovation-hero .roof-renovation-hero-copy { max-width: 820px; }
	.roof-renovation-hero-form { max-width: 650px; }
	.roof-renovation-trust-grid { grid-template-columns: repeat(2, 1fr); }
	.roof-renovation-trust-grid article:nth-child(2) { border-right: 0; }
	.roof-renovation-trust-grid article:nth-child(-n+2) { border-bottom: 1px solid #ece7e2; }
	.roof-renovation-solution-grid { grid-template-columns: 1fr; }
	.roof-renovation-no-surprises-block { grid-template-columns: 1fr; gap: 34px; }
	.roof-renovation-split, .roof-renovation-guarantee-grid { grid-template-columns: 1fr; }
	.roof-renovation-split figure { max-width: 700px; }
	.roof-renovation-gallery { grid-template-columns: 1.2fr 1fr; grid-template-rows: repeat(3, 210px); }
	.roof-renovation-gallery-main { grid-row: 1 / 3; }
	.roof-renovation-gallery-item:nth-child(4) { grid-column: 1; }
}

@media (max-width: 767px) {
	#slider.roof-renovation-hero { padding: 72px 0 96px; background-position: 58% center; }
	.roof-renovation-hero h1 { font-size: clamp(38px, 11vw, 51px); }
	.roof-renovation-lead { font-size: 17px; }
	.roof-renovation-hero-form { padding: 25px 20px; }
	.roof-renovation-trust { margin-top: 0; padding-top: 30px; padding-bottom: 0; }
	#tetofelujitas-megoldasok { padding-top: 46px; }
	.roof-renovation-trust-grid { grid-template-columns: 1fr; }
	.roof-renovation-trust-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid #ece7e2; }
	.roof-renovation-trust-grid article:last-child { border-bottom: 0; }
	.roof-renovation-section { padding: 64px 0; }
	.roof-renovation-heading { margin-bottom: 32px; }
	.roof-renovation-heading h2, .roof-renovation-split h2, .roof-renovation-no-surprises h2 { font-size: 34px; }
	.roof-renovation-no-surprises-block { padding: 34px 24px; }
	.roof-renovation-inline-cta { align-items: flex-start; flex-direction: column; }
	.roof-renovation-split figure figcaption { right: 12px; left: 12px; bottom: 12px; }
	.roof-renovation-type-grid, .roof-renovation-factor-grid, .roof-renovation-process-grid { grid-template-columns: 1fr; }
	.roof-renovation-type-grid article { min-height: 330px; }
	.roof-renovation-price-head { display: none; }
	.roof-renovation-price-row { grid-template-columns: 1fr; gap: 5px; padding: 19px 18px; }
	.roof-renovation-price-row span:last-child { margin-top: 4px; }
	.roof-renovation-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 260px repeat(2, 165px); }
	.roof-renovation-gallery-main { grid-column: 1 / 3; grid-row: 1; }
	.roof-renovation-gallery-item:nth-child(4) { grid-column: auto; }
	.roof-renovation-gallery-item:nth-child(n+6) { display: none; }
	.roof-renovation-guarantee-grid > figure img { min-height: 340px; }
	.roof-renovation-guarantee-cards { grid-template-columns: 1fr; }
	.roof-renovation-process-grid li { min-height: 0; }
	.roof-renovation-faq-grid summary { font-size: 17px; }
}

@media (max-width: 479px) {
	.roof-renovation-actions { flex-direction: column; }
	.roof-renovation-btn { width: 100%; }
	.roof-renovation-hero-points { flex-direction: column; gap: 9px; }
	.roof-renovation-gallery { grid-template-columns: 1fr; grid-template-rows: 250px repeat(2, 185px); }
	.roof-renovation-gallery-main { grid-column: 1; }
	.roof-renovation-gallery-item:nth-child(n+4) { display: none; }
}

/* A webhely többi szolgáltatási oldalához igazított, visszafogottabb méretek. */
.roof-renovation-hero h1 {
	font-size: clamp(43px, 4.4vw, 59px);
	line-height: 1.1;
}
.roof-renovation-lead { font-size: 17px; }
.roof-renovation-page p { font-size: 15px; }
.roof-renovation-heading h2,
.roof-renovation-split h2,
.roof-renovation-no-surprises h2,
.roof-renovation-guarantee-grid > div > h2 {
	font-size: clamp(32px, 3.4vw, 44px);
	line-height: 1.18;
}
.roof-renovation-solution-grid h3,
.roof-renovation-type-grid h3 { font-size: 22px; }
.roof-renovation-solution-grid p { font-size: 15px; }
.roof-renovation-solution-grid li,
.roof-renovation-no-surprises .roof-renovation-checklist li { font-size: 14px; }
.roof-renovation-trust-grid strong { font-size: 17px; }
.roof-renovation-trust-grid p,
.roof-renovation-type-grid p,
.roof-renovation-factor-grid p,
.roof-renovation-guarantee-cards p,
.roof-renovation-process-grid p { font-size: 14px; }

@media (max-width: 767px) {
	.roof-renovation-hero h1 { font-size: 37px; }
	.roof-renovation-heading h2,
	.roof-renovation-split h2,
	.roof-renovation-no-surprises h2,
	.roof-renovation-guarantee-grid > div > h2 { font-size: 32px; }
}

/* A közös szolgáltatási hero finomított tetőfelújítási változata. */
#slider.roof-renovation-aligned-hero {
	padding: 70px 0 !important;
	background-image: linear-gradient(90deg, rgba(54, 4, 10, .94) 0%, rgba(91, 7, 16, .82) 52%, rgba(48, 3, 8, .52) 100%), url('../images/slider/4.jpg') !important;
	background-position: center 52%;
}

.roof-renovation-aligned-hero .front-info { max-width: 820px; }
.roof-renovation-aligned-kicker {
	display: inline-flex;
	align-items: center;
	margin: 0 0 14px;
	padding: 7px 11px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 999px;
	background: rgba(255,255,255,.1);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #fff;
}

.roof-renovation-aligned-hero .emphasis-title { margin-bottom: 14px !important; }
.roof-renovation-aligned-hero .emphasis-title h1 {
	max-width: 790px;
	font-size: clamp(44px, 4.2vw, 58px);
	font-weight: 700;
	line-height: 1.08 !important;
	letter-spacing: -.02em !important;
	color: #fff;
	text-shadow: 0 3px 22px rgba(0,0,0,.24);
}

.roof-renovation-aligned-lead {
	max-width: 710px;
	margin: 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255,255,255,.88);
}

.roof-renovation-aligned-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 25px;
}
.roof-renovation-aligned-actions .button { margin: 0; }
.roof-renovation-aligned-actions .roof-renovation-primary-cta {
	border-color: #c91d2e !important;
	background: #c91d2e !important;
	color: #fff !important;
}
.roof-renovation-aligned-actions .roof-renovation-primary-cta:hover {
	border-color: #a90d1d !important;
	background: #a90d1d !important;
}

.roof-renovation-aligned-hero .form-widget {
	padding: 25px !important;
	border: 1px solid rgba(255,255,255,.72);
	border-top: 4px solid #c91d2e;
	border-radius: 14px !important;
	box-shadow: 0 24px 55px rgba(28,0,3,.3);
}
.roof-renovation-aligned-form-kicker {
	margin: 0 0 7px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #b40a1b;
}
.roof-renovation-aligned-hero .form-widget h3 {
	margin-bottom: 7px !important;
	font-size: 27px;
	line-height: 1.12;
}
.roof-renovation-aligned-form-lead {
	margin: 0 0 17px;
	font-size: 14px;
	line-height: 1.45;
	color: #68717a;
}
.roof-renovation-aligned-hero .form-group { margin-bottom: 11px; }
.roof-renovation-aligned-hero .sm-form-control {
	min-height: 45px;
	border: 1px solid #d8dde3;
	background: #fff;
}
.roof-renovation-aligned-hero .form-check-label {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
}
.roof-renovation-aligned-hero button[type="submit"] { min-height: 45px; }

@media (max-width: 991px) {
	#slider.roof-renovation-aligned-hero { padding: 58px 0 !important; }
	.roof-renovation-aligned-hero .form-widget { margin-top: 34px; }
}

@media (max-width: 575px) {
	#slider.roof-renovation-aligned-hero { padding: 46px 0 !important; }
	.roof-renovation-aligned-hero .emphasis-title h1 { font-size: 38px; }
	.roof-renovation-aligned-lead { font-size: 16px; }
	.roof-renovation-aligned-actions { flex-direction: column; }
	.roof-renovation-aligned-actions .button { width: 100%; text-align: center; }
	.roof-renovation-aligned-hero .form-widget { padding: 22px 19px !important; }
}
