.tetofedes-landing {
	--roof-green: #fd7013;
	--roof-green-dark: #d95700;
	--roof-ink: #20252d;
	--roof-muted: #606872;
	--roof-sand: #f5f3ef;
	--roof-line: #e3e6e8;
	--roof-white: #fff;
	color: var(--roof-ink);
	background: var(--roof-white);
}

.tetofedes-landing *,
.tetofedes-landing *::before,
.tetofedes-landing *::after {
	box-sizing: border-box;
}

.tetofedes-landing h1,
.tetofedes-landing h2,
.tetofedes-landing h3,
.tetofedes-landing p {
	text-wrap: pretty;
}

.tetofedes-landing h2 {
	font-size: clamp(2rem, 3.4vw, 3.1rem);
	line-height: 1.12;
	letter-spacing: -0.035em;
	margin-bottom: 1rem;
	color: var(--roof-ink);
}

.tetofedes-eyebrow {
	margin: 0 0 0.8rem;
	color: var(--roof-green);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tetofedes-section {
	padding: clamp(4rem, 7vw, 7rem) 0;
}

.tetofedes-heading {
	max-width: 760px;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.tetofedes-heading > p:last-child {
	color: var(--roof-muted);
	font-size: 1.08rem;
	line-height: 1.75;
	margin-bottom: 0;
}

.tetofedes-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: min(760px, calc(100vh - 70px));
	padding: 7rem 0 6rem;
	isolation: isolate;
	background:
		linear-gradient(90deg, rgba(21, 25, 30, 0.96) 0%, rgba(21, 25, 30, 0.86) 44%, rgba(21, 25, 30, 0.18) 78%),
		url("images/slider/6.jpg") center / cover no-repeat;
}

.tetofedes-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 130px;
	z-index: -1;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.tetofedes-hero__content {
	max-width: 790px;
	color: var(--roof-white);
}

.tetofedes-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
	align-items: center;
	gap: clamp(2.5rem, 5vw, 5rem);
}

.tetofedes-hero .tetofedes-eyebrow {
	color: #ffb27d;
}

.tetofedes-hero h1 {
	max-width: 780px;
	margin: 0 0 1.25rem;
	color: var(--roof-white);
	font-size: clamp(2.6rem, 4.3vw, 4.35rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
}

.tetofedes-hero__lead {
	max-width: 670px;
	margin-bottom: 2rem;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.05rem, 1.6vw, 1.28rem);
	line-height: 1.65;
}

.tetofedes-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.5rem;
}

.tetofedes-primary-cta {
	margin: 0;
	background: var(--roof-green);
	color: var(--roof-white);
	box-shadow: 0 15px 35px rgba(253, 112, 19, 0.28);
}

.tetofedes-primary-cta:hover {
	background: var(--roof-green-dark);
	color: var(--roof-white);
}

.tetofedes-phone-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 50px;
	padding: 0.8rem 1.3rem;
	border: 2px solid var(--roof-green);
	border-radius: 8px;
	background: var(--roof-green);
	color: var(--roof-white);
	font-size: 1.05rem;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(253, 112, 19, 0.28);
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tetofedes-phone-cta:hover {
	transform: translateY(-2px);
	border-color: var(--roof-green-dark);
	background: var(--roof-green-dark);
	color: var(--roof-white);
}

.tetofedes-hero__proofs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.94rem;
}

.tetofedes-hero__proofs span {
	color: #ffb27d;
	font-weight: 900;
}

.tetofedes-callback {
	padding: clamp(1.6rem, 3vw, 2.25rem);
	border-top: 5px solid var(--roof-green);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.97);
	color: var(--roof-ink);
	box-shadow: 0 25px 65px rgba(0, 0, 0, 0.3);
}

.tetofedes-callback__label {
	margin-bottom: 0.45rem;
	color: var(--roof-green);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.tetofedes-callback h2 {
	margin-bottom: 0.6rem;
	font-size: clamp(1.65rem, 2.4vw, 2.2rem);
	letter-spacing: -0.025em;
}

.tetofedes-callback > p:not(.tetofedes-callback__label) {
	margin-bottom: 1.3rem;
	color: var(--roof-muted);
	font-size: 0.94rem;
	line-height: 1.55;
}

.tetofedes-callback .form-group {
	margin-bottom: 0.9rem;
}

.tetofedes-callback .form-group > label {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--roof-ink);
	font-size: 0.82rem;
	font-weight: 800;
}

.tetofedes-callback .form-control {
	min-height: 50px;
	border: 1px solid #d7dce0;
	border-radius: 8px;
	background: var(--roof-white);
}

.tetofedes-callback .form-control:focus {
	border-color: var(--roof-green);
	box-shadow: 0 0 0 3px rgba(253, 112, 19, 0.14);
}

.tetofedes-callback__privacy {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 1rem 0;
	padding-left: 0;
}

.tetofedes-callback__privacy .form-check-input {
	position: static;
	flex: 0 0 auto;
	margin: 0.15rem 0 0;
}

.tetofedes-callback__privacy .form-check-label {
	color: var(--roof-muted);
	font-size: 0.72rem;
	line-height: 1.45;
	text-transform: none;
}

.tetofedes-callback__privacy a {
	color: var(--roof-green-dark);
	text-decoration: underline;
}

.tetofedes-callback__submit {
	width: 100%;
	margin: 0;
	border: 0;
	background: var(--roof-green);
	color: var(--roof-white);
}

.tetofedes-callback__submit:hover {
	background: var(--roof-green-dark);
	color: var(--roof-white);
}

.tetofedes-trust {
	position: relative;
	z-index: 2;
	background: var(--roof-white);
	border-bottom: 1px solid var(--roof-line);
	box-shadow: 0 15px 45px rgba(32, 37, 45, 0.06);
}

.tetofedes-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.tetofedes-trust__grid > div {
	display: flex;
	flex-direction: column;
	padding: 1.7rem 1.25rem;
	border-right: 1px solid var(--roof-line);
}

.tetofedes-trust__grid > div:last-child {
	border-right: 0;
}

.tetofedes-trust strong {
	color: var(--roof-green);
	font-size: 1.22rem;
	line-height: 1.2;
}

.tetofedes-trust span {
	margin-top: 0.25rem;
	color: var(--roof-muted);
	font-size: 0.9rem;
}

.tetofedes-needs__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.tetofedes-need-card {
	min-height: 280px;
	padding: 2.2rem;
	border: 1px solid var(--roof-line);
	border-radius: 18px;
	background: var(--roof-white);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tetofedes-need-card:hover {
	transform: translateY(-5px);
	border-color: rgba(253, 112, 19, 0.4);
	box-shadow: 0 22px 50px rgba(32, 37, 45, 0.1);
}

.tetofedes-card-number {
	display: block;
	margin-bottom: 2.6rem;
	color: var(--roof-green);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.15em;
}

.tetofedes-need-card h3 {
	margin-bottom: 0.8rem;
	font-size: 1.45rem;
}

.tetofedes-need-card p {
	margin-bottom: 0;
	color: var(--roof-muted);
	line-height: 1.65;
}

.tetofedes-types {
	background: var(--roof-ink);
}

.tetofedes-heading--light h2,
.tetofedes-heading--light > p:last-child {
	color: var(--roof-white);
}

.tetofedes-heading--light > p:last-child {
	opacity: 0.72;
}

.tetofedes-types__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.tetofedes-type-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 14px;
	background: var(--roof-white);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.tetofedes-type-card > img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 350ms ease;
}

.tetofedes-type-card:hover > img {
	transform: scale(1.04);
}

.tetofedes-type-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.4rem;
}

.tetofedes-type-card h3 {
	margin-bottom: 0.65rem;
	font-size: 1.2rem;
}

.tetofedes-type-card p {
	flex: 1;
	margin-bottom: 1.1rem;
	color: var(--roof-muted);
	font-size: 0.94rem;
	line-height: 1.6;
}

.tetofedes-type-card a {
	color: var(--roof-green);
	font-weight: 800;
	text-decoration: none;
}

.tetofedes-mid-cta {
	padding: 2.5rem 0;
	background: var(--roof-green);
	color: var(--roof-white);
}

.tetofedes-mid-cta .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.tetofedes-mid-cta p {
	margin-bottom: 0.25rem;
	color: rgba(255, 255, 255, 0.76);
}

.tetofedes-mid-cta h2 {
	margin: 0;
	color: var(--roof-white);
	font-size: clamp(1.5rem, 2.5vw, 2.25rem);
}

.tetofedes-mid-cta .button {
	flex: 0 0 auto;
	margin: 0;
}

.tetofedes-process {
	background: var(--roof-sand);
}

.tetofedes-process__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--roof-line);
	border-radius: 18px;
	background: var(--roof-line);
	list-style: none;
}

.tetofedes-process__grid li {
	padding: 2rem;
	background: var(--roof-white);
}

.tetofedes-process__grid li > span {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 2rem;
	place-items: center;
	border-radius: 50%;
	background: var(--roof-green);
	color: var(--roof-white);
	font-weight: 900;
}

.tetofedes-process__grid h3 {
	margin-bottom: 0.65rem;
	font-size: 1.15rem;
}

.tetofedes-process__grid p {
	margin: 0;
	color: var(--roof-muted);
	font-size: 0.94rem;
	line-height: 1.6;
}

.tetofedes-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	align-items: end;
	max-width: none;
	gap: 3rem;
}

.tetofedes-heading--split > p {
	margin: 0 0 0.4rem;
	color: var(--roof-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.tetofedes-references__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: 190px;
	gap: 1rem;
}

.tetofedes-references__grid figure {
	grid-column: span 4;
	margin: 0;
	overflow: hidden;
	border-radius: 14px;
	background: var(--roof-sand);
}

.tetofedes-references__grid figure:first-child,
.tetofedes-references__grid figure:nth-child(5) {
	grid-column: span 8;
}

.tetofedes-references__grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.tetofedes-references__grid figure:hover img {
	transform: scale(1.03);
}

.tetofedes-why {
	background: var(--roof-sand);
}

.tetofedes-why__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
}

.tetofedes-why__content > p:not(.tetofedes-eyebrow) {
	color: var(--roof-muted);
	font-size: 1.05rem;
	line-height: 1.75;
}

.tetofedes-why__content ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.4rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.tetofedes-why__content li {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
}

.tetofedes-why__content li > span {
	display: grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: rgba(253, 112, 19, 0.12);
	color: var(--roof-green);
	font-weight: 900;
}

.tetofedes-why__content strong,
.tetofedes-why__content small {
	display: block;
}

.tetofedes-why__content small {
	margin-top: 0.2rem;
	color: var(--roof-muted);
	font-size: 0.88rem;
	line-height: 1.5;
}

.tetofedes-guarantee {
	position: relative;
	padding: clamp(2rem, 4vw, 3.25rem);
	overflow: hidden;
	border-radius: 20px;
	background: var(--roof-ink);
	color: var(--roof-white);
	box-shadow: 0 25px 60px rgba(32, 37, 45, 0.18);
}

.tetofedes-guarantee::after {
	content: "✓";
	position: absolute;
	right: -0.15em;
	bottom: -0.35em;
	color: rgba(255, 255, 255, 0.045);
	font-size: 14rem;
	font-weight: 900;
	line-height: 1;
}

.tetofedes-guarantee__label {
	color: #ffb27d;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tetofedes-guarantee h3 {
	color: var(--roof-white);
	font-size: clamp(1.75rem, 2.7vw, 2.45rem);
	line-height: 1.15;
}

.tetofedes-guarantee > p:not(.tetofedes-guarantee__label) {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.7;
}

.tetofedes-guarantee__note {
	margin: 1.5rem 0 0;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.88rem;
}

.tetofedes-faq__list {
	max-width: 900px;
}

.tetofedes-faq details {
	border-top: 1px solid var(--roof-line);
}

.tetofedes-faq details:last-child {
	border-bottom: 1px solid var(--roof-line);
}

.tetofedes-faq summary {
	position: relative;
	padding: 1.45rem 3rem 1.45rem 0;
	cursor: pointer;
	font-size: 1.08rem;
	font-weight: 800;
	list-style: none;
}

.tetofedes-faq summary::-webkit-details-marker {
	display: none;
}

.tetofedes-faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-50%);
	color: var(--roof-green);
	font-size: 1.8rem;
	font-weight: 400;
}

.tetofedes-faq details[open] summary::after {
	content: "−";
}

.tetofedes-faq details p {
	max-width: 780px;
	padding: 0 2rem 1.5rem 0;
	color: var(--roof-muted);
	line-height: 1.7;
}

.tetofedes-quote {
	padding: clamp(4rem, 7vw, 7rem) 0;
	background:
		linear-gradient(120deg, rgba(32, 37, 45, 0.97), rgba(32, 37, 45, 0.78)),
		url("images/slider/2.jpg") center / cover no-repeat;
}

.tetofedes-quote__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 6rem);
}

.tetofedes-quote__intro {
	max-width: 850px;
	margin: 0;
}

.tetofedes-quote__intro .tetofedes-eyebrow {
	color: #ffb27d;
}

.tetofedes-quote__intro h2 {
	color: var(--roof-white);
}

.tetofedes-quote__intro > p:last-child {
	color: rgba(255, 255, 255, 0.74);
	font-size: 1.05rem;
}

.tetofedes-quote__action {
	padding: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	text-align: center;
}

.tetofedes-quote__action .button {
	width: 100%;
	margin: 0 0 0.9rem;
	border: 0;
	background: var(--roof-green);
	color: var(--roof-white);
}

.tetofedes-quote__action .button:hover {
	background: var(--roof-green-dark);
	color: var(--roof-white);
}

.tetofedes-quote__action p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.86rem;
}

.tetofedes-wizard-card {
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
}

.tetofedes-wizard-card .progress {
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: #e9edf0;
}

.tetofedes-wizard-card .progress-bar {
	background: var(--roof-green);
}

.tetofedes-wizard-card .step > h2 {
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	letter-spacing: -0.02em;
}

.tetofedes-wizard-card .wisard .form-control {
	min-height: 52px;
	margin-bottom: 0;
}

.tetofedes-field-note {
	margin: 0.8rem 0 0;
	color: var(--roof-muted);
	font-size: 0.9rem;
}

.tetofedes-summary {
	padding: 1.2rem;
	border: 1px solid var(--roof-line);
	border-radius: 12px;
	background: #f8fafb;
}

.tetofedes-wizard-card .actions {
	margin-top: 1.5rem;
}

.tetofedes-wizard-card #result {
	display: none;
	margin-top: 1rem;
	padding: 0.85rem 1rem;
	border-radius: 8px;
	background: #fff2f2;
	color: #9d1c1c;
}

.ajanlatkeres-header {
	padding: clamp(5rem, 9vw, 8rem) 0 clamp(7rem, 11vw, 10rem);
	background:
		linear-gradient(115deg, rgba(24, 29, 35, 0.97), rgba(24, 29, 35, 0.7)),
		url("images/slider/6.jpg") center / cover no-repeat;
	color: var(--roof-white);
	text-align: center;
}

.ajanlatkeres-header .container {
	max-width: 900px;
}

.ajanlatkeres-header .tetofedes-eyebrow {
	color: #ffb27d;
}

.ajanlatkeres-header h1 {
	margin-bottom: 1.2rem;
	color: var(--roof-white);
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	line-height: 1.06;
	letter-spacing: -0.045em;
}

.ajanlatkeres-header > .container > p:not(.tetofedes-eyebrow) {
	max-width: 720px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.08rem;
	line-height: 1.7;
}

.ajanlatkeres-header ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem 1.8rem;
	margin: 1.8rem 0 0;
	padding: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.88);
}

.ajanlatkeres-header li span {
	color: #ffb27d;
}

.ajanlatkeres-form-section {
	padding: 0 0 clamp(4rem, 8vw, 7rem);
	background: var(--roof-sand);
}

.ajanlatkeres-form-section .tetofedes-wizard-card {
	position: relative;
	z-index: 2;
	transform: translateY(-4rem);
	margin-bottom: -4rem;
}

.ajanlatkeres-help {
	padding: 3rem 0;
	background: var(--roof-green);
	color: var(--roof-white);
}

.ajanlatkeres-help .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.ajanlatkeres-help .tetofedes-eyebrow {
	color: rgba(255, 255, 255, 0.76);
}

.ajanlatkeres-help h2 {
	max-width: 780px;
	margin: 0;
	color: var(--roof-white);
	font-size: clamp(1.5rem, 2.7vw, 2.35rem);
}

.ajanlatkeres-help .button {
	flex: 0 0 auto;
	margin: 0;
	background: var(--roof-white);
	color: var(--roof-ink);
}

.tetofedes-mobile-cta {
	display: none;
}

@media (max-width: 1199.98px) {
	.tetofedes-types__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.tetofedes-process__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991.98px) {
	.tetofedes-hero {
		min-height: 680px;
		background:
			linear-gradient(90deg, rgba(21, 25, 30, 0.94), rgba(21, 25, 30, 0.68)),
			url("images/slider/6.jpg") center / cover no-repeat;
	}

	.tetofedes-hero__layout,
	.tetofedes-quote__layout {
		grid-template-columns: 1fr;
	}

	.tetofedes-callback {
		width: 100%;
		max-width: 620px;
	}

	.tetofedes-trust__grid,
	.tetofedes-needs__grid,
	.tetofedes-types__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tetofedes-trust__grid > div:nth-child(2) {
		border-right: 0;
	}

	.tetofedes-trust__grid > div:nth-child(-n + 2) {
		border-bottom: 1px solid var(--roof-line);
	}

	.tetofedes-heading--split,
	.tetofedes-why__grid {
		grid-template-columns: 1fr;
	}

	.tetofedes-references__grid figure,
	.tetofedes-references__grid figure:first-child,
	.tetofedes-references__grid figure:nth-child(5) {
		grid-column: span 6;
	}
}

@media (max-width: 767.98px) {
	body:has(.tetofedes-mobile-cta) #logo {
		flex: 0 1 165px;
		width: 165px;
		max-width: 165px;
	}

	body:has(.tetofedes-mobile-cta) #logo a {
		width: 100%;
	}

	body:has(.tetofedes-mobile-cta) #logo img {
		width: 100%;
		height: auto;
		max-height: 64px;
		object-fit: contain;
		object-position: left center;
	}

	body:has(.tetofedes-mobile-cta) .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
		bottom: calc(79px + env(safe-area-inset-bottom)) !important;
	}

	body:has(.tetofedes-mobile-cta) #gotoTop {
		right: 15px;
		bottom: calc(79px + env(safe-area-inset-bottom));
	}

	.tetofedes-section {
		padding: 4rem 0;
	}

	.tetofedes-hero {
		min-height: auto;
		padding: 6rem 0 5rem;
		background:
			linear-gradient(180deg, rgba(21, 25, 30, 0.88), rgba(21, 25, 30, 0.82)),
			url("images/slider/6.jpg") 58% center / cover no-repeat;
	}

	.tetofedes-hero h1 {
		font-size: clamp(2.35rem, 12vw, 3.6rem);
	}

	.tetofedes-hero__actions,
	.tetofedes-hero__proofs,
	.tetofedes-mid-cta .container {
		align-items: stretch;
		flex-direction: column;
	}

	.tetofedes-hero__actions .button {
		width: 100%;
		text-align: center;
	}

	.tetofedes-phone-cta {
		padding: 0.7rem;
		text-align: center;
	}

	.tetofedes-callback {
		margin-top: 0.5rem;
	}

	.tetofedes-quote__action {
		padding: 1.25rem;
	}

	.ajanlatkeres-header {
		padding: 5rem 0 7rem;
	}

	.ajanlatkeres-header ul {
		align-items: center;
		flex-direction: column;
	}

	.ajanlatkeres-form-section .tetofedes-wizard-card {
		transform: translateY(-3rem);
		margin-bottom: -3rem;
	}

	.ajanlatkeres-help .container {
		align-items: flex-start;
		flex-direction: column;
	}

	.tetofedes-needs__grid,
	.tetofedes-types__grid,
	.tetofedes-process__grid,
	.tetofedes-why__content ul {
		grid-template-columns: 1fr;
	}

	.tetofedes-need-card {
		min-height: 0;
	}

	.tetofedes-card-number {
		margin-bottom: 1.5rem;
	}

	.tetofedes-process__grid {
		gap: 1px;
	}

	.tetofedes-references__grid {
		grid-auto-rows: 170px;
	}

	.tetofedes-references__grid figure,
	.tetofedes-references__grid figure:first-child,
	.tetofedes-references__grid figure:nth-child(5) {
		grid-column: span 12;
	}

	.tetofedes-mobile-cta {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
		display: grid;
		grid-template-columns: 0.8fr 1.2fr;
		padding: 0.55rem max(0.65rem, env(safe-area-inset-right)) calc(0.55rem + env(safe-area-inset-bottom)) max(0.65rem, env(safe-area-inset-left));
		background: rgba(32, 37, 45, 0.97);
		box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.18);
	}

	.tetofedes-mobile-cta a {
		display: grid;
		min-height: 46px;
		place-items: center;
		color: var(--roof-white);
		font-size: 0.9rem;
		font-weight: 800;
		text-decoration: none;
	}

	.tetofedes-mobile-cta a:last-child {
		border-radius: 8px;
		background: var(--roof-green);
	}
}

@media (max-width: 479.98px) {
	.tetofedes-trust__grid {
		grid-template-columns: 1fr;
	}

	.tetofedes-trust__grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--roof-line);
	}

	.tetofedes-trust__grid > div:last-child {
		border-bottom: 0;
	}

	.tetofedes-wizard-card .card-body {
		padding: 1.1rem !important;
	}

	.tetofedes-wizard-card .opt label {
		padding-right: 0.45rem;
		padding-left: 0.45rem;
		font-size: 0.82rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tetofedes-landing *,
	.tetofedes-landing *::before,
	.tetofedes-landing *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
