/**
 * Telefer — LP Online / Presença Digital page
 * Figma node 11085:1745
 */

:root {
	--telefer-lp-brand: #ffc107;
	--telefer-lp-brand-soft: rgba(255, 193, 7, 0.08);
	--telefer-lp-brand-border: rgba(255, 193, 7, 0.35);
	--telefer-lp-service: #c27aff;
	--telefer-lp-service-soft: rgba(173, 70, 255, 0.2);
	--telefer-lp-service-border: rgba(173, 70, 255, 0.35);
	--telefer-lp-blue: #51a2ff;
	--telefer-lp-glass: rgba(255, 255, 255, 0.05);
	--telefer-lp-border: rgba(255, 255, 255, 0.1);
	--telefer-lp-text-soft: #99a1af;
	--telefer-lp-text-body: #d1d5dc;
	--telefer-lp-mockup-bg: #0a1f44;
}

.telefer-lp {
	background: linear-gradient(
		106deg,
		#0a1f44 0%,
		#0a2145 16.67%,
		#0b2245 33.33%,
		#0b2446 50%,
		#0c2546 66.67%,
		#0c2747 83.33%,
		#0d2847 100%
	);
	overflow-x: hidden;
}

.telefer-lp-body {
	position: relative;
	margin-top: -1px;
	padding: 20px clamp(24px, 4.25vw, 61px) clamp(80px, 8vw, 120px);
	background: #004ca0;
	overflow: hidden;
}

.telefer-lp-body::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(-1.83deg, rgba(21, 50, 95, 0) 46.8%, #15325f 84%),
		linear-gradient(176.56deg, rgba(21, 50, 95, 0) 52.4%, #15325f 89.8%);
	pointer-events: none;
	z-index: 1;
}

.telefer-lp-body__texture {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.telefer-lp-body__texture-img {
	position: absolute;
	max-width: none;
	object-fit: cover;
}

.telefer-lp-body__texture-img--primary {
	width: 367%;
	height: 1565%;
	left: -240%;
	top: -116%;
	opacity: 0.2;
}

.telefer-lp-body__texture-img--secondary {
	width: 136%;
	height: 209%;
	left: -11%;
	top: -72%;
	opacity: 0.24;
}

.telefer-lp-body__inner {
	position: relative;
	z-index: 2;
	max-width: 1317px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: clamp(72px, 8vw, 144px);
}

.telefer-lp-block {
	position: relative;
}

/* Shared */
.telefer-lp-badge {
	font-family: var(--telefer-font-body);
	font-size: clamp(12px, 1.1vw, 15px);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.telefer-lp-badge--brand {
	color: var(--telefer-lp-brand);
}

.telefer-lp-badge--service {
	color: var(--telefer-lp-service);
}

.telefer-lp-section-header {
	text-align: center;
	margin-bottom: clamp(40px, 4vw, 52px);
}

.telefer-lp-section-header__badge {
	margin-bottom: 16px;
}

.telefer-lp-section-header__title {
	font-family: var(--telefer-font-body);
	font-size: clamp(28px, 3vw, 39px);
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	margin: 0;
	letter-spacing: 0.51px;
}

.telefer-lp-section-header__title--form {
	font-size: clamp(28px, 3.2vw, 46px);
	line-height: 1.11;
	letter-spacing: 0.48px;
}

.telefer-lp-section-header--center {
	text-align: center;
}

.telefer-lp-section-header__subtitle {
	font-family: var(--telefer-font-body);
	font-size: clamp(18px, 1.6vw, 23px);
	line-height: 1.55;
	color: var(--telefer-lp-text-body);
	margin: 16px auto 0;
	max-width: 865px;
}

.telefer-lp-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 54px;
	padding: 0 26px 0 22px;
	border-radius: var(--telefer-radius-pill);
	background: rgba(255, 255, 255, 0.05);
	border: 1.3px solid rgba(255, 255, 255, 0.2);
	font-family: var(--telefer-font-body);
	font-size: clamp(14px, 1.2vw, 18px);
	font-weight: 600;
	color: #ffffff;
	white-space: nowrap;
	letter-spacing: -0.19px;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.telefer-lp-pill:hover {
	border-color: rgba(255, 255, 255, 0.35);
}

.telefer-lp-pill img {
	flex-shrink: 0;
	width: 21px;
	height: 21px;
}

.telefer-lp-pill--active {
	background: var(--telefer-lp-service-soft);
	border-color: var(--telefer-lp-service-border);
}

.telefer-lp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 24px 32px;
	border-radius: var(--telefer-radius-pill);
	font-family: var(--telefer-font-body);
	font-size: clamp(16px, 1.3vw, 21px);
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.telefer-lp-btn:hover {
	opacity: 0.9;
}

.telefer-lp-btn--primary {
	background: var(--telefer-lp-brand);
	color: #0a1f44;
	box-shadow:
		0 13px 10px rgba(255, 193, 7, 0.3),
		0 5px 4px rgba(255, 193, 7, 0.3);
}

.telefer-lp-btn--ghost {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.telefer-lp-check-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.telefer-lp-check-list li {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 58px;
	padding: 14px 0;
	border-bottom: 1.3px solid rgba(255, 255, 255, 0.05);
	font-size: clamp(16px, 1.3vw, 21px);
	line-height: 1.5;
	color: var(--telefer-lp-text-body);
	letter-spacing: -0.4px;
}

.telefer-lp-check-list li:last-child {
	border-bottom: none;
}

.telefer-lp-check-list img {
	flex-shrink: 0;
}

.telefer-lp-check-list--compact li {
	min-height: 52px;
	padding: 12px 0;
}

/* Hero — 11085:1746 */
.telefer-lp-hero {
	position: relative;
	width: 100%;
	max-width: 1920px;
	min-height: 820px;
	margin: 0 auto;
	padding: calc(var(--telefer-header-height) + clamp(48px, 8.3vw, 120px)) clamp(24px, 4.25vw, 61px) clamp(80px, 8.3vw, 120px);
	background:
		linear-gradient(179.04deg, rgba(21, 50, 95, 0) 52.42%, #15325f 89.75%),
		linear-gradient(157.8deg, rgba(0, 0, 0, 0.4) 24.51%, rgba(0, 0, 0, 0) 68.31%),
		#15325f;
	overflow: hidden;
}

.telefer-lp-hero__visuals {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.telefer-lp-hero__bg-logo-frame {
	position: absolute;
	left: 57%;
	top: -491.56px;
	width: 1324.809px;
	height: 1256.016px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.telefer-lp-hero__bg-logo-rotate {
	flex-shrink: 0;
	transform: rotate(-105.75deg);
}

.telefer-lp-hero__bg-logo-shape {
	position: relative;
	width: 996.007px;
	height: 1095.565px;
}

.telefer-lp-hero__bg-logo-shape img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
}

.telefer-lp-hero__image {
	position: absolute;
	bottom: -0.28px;
	left: 50%;
	transform: translateX(-50%);
	width: 1440px;
	max-width: none;
	height: 707px;
	z-index: 2;
	overflow: hidden;
}

.telefer-lp-hero__image > img {
	position: absolute;
	top: -31.82%;
	left: 49.98%;
	width: 64.72%;
	height: 131.82%;
	max-width: none;
	object-fit: cover;
	object-position: center top;
}

.telefer-lp-hero__image-fade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(21, 50, 95, 0) 40%, rgba(21, 50, 95, 0.55) 72%, rgba(21, 50, 95, 0.85) 100%),
		linear-gradient(179.04deg, rgba(21, 50, 95, 0) 52.42%, #15325f 89.75%);
	pointer-events: none;
}

.telefer-lp-hero__inner {
	position: relative;
	z-index: 4;
	max-width: 1277px;
	margin: 0 auto;
}

.telefer-lp-hero__copy {
	display: flex;
	flex-direction: column;
	gap: clamp(40px, 4.3vw, 62px);
	align-items: flex-start;
	max-width: 988px;
}

.telefer-lp-hero__badge {
	font-family: var(--telefer-font-body);
	font-size: clamp(12px, 1.1vw, 15px);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 3.22px;
	text-transform: uppercase;
	color: var(--telefer-lp-brand);
	margin: 0 0 clamp(20px, 2.5vw, 42px);
}

.telefer-lp-hero__title {
	font-family: var(--telefer-font-body);
	font-size: clamp(36px, 5.4vw, 77px);
	font-weight: 700;
	line-height: 1.25;
	color: #ffffff;
	margin: 0 0 clamp(24px, 3vw, 48px);
	letter-spacing: 0.34px;
	max-width: 988px;
}

.telefer-lp-hero__title span {
	color: var(--telefer-lp-brand);
	display: inline;
}

.telefer-lp-hero__subtitle {
	font-family: var(--telefer-font-body);
	font-size: clamp(18px, 1.8vw, 26px);
	font-weight: 400;
	line-height: 1.62;
	color: var(--telefer-lp-text-body);
	margin: 0;
	max-width: 988px;
	letter-spacing: -0.58px;
}

.telefer-lp-hero__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

/* Intro — 11085:1786 */
.telefer-lp-intro__inner {
	display: grid;
	grid-template-columns: minmax(0, 643px) minmax(0, 607px);
	gap: clamp(24px, 4vw, 53px);
	align-items: start;
}

.telefer-lp-intro__title {
	font-family: var(--telefer-font-body);
	font-size: clamp(32px, 4.3vw, 62px);
	font-weight: 700;
	line-height: 1.25;
	color: #ffffff;
	margin: 0 0 24px;
	letter-spacing: 0.45px;
}

.telefer-lp-intro__title span {
	color: var(--telefer-lp-service);
}

.telefer-lp-intro__lead {
	font-size: clamp(18px, 1.6vw, 23px);
	line-height: 1.62;
	color: var(--telefer-lp-text-body);
	margin: 0 0 20px;
	max-width: 607px;
	letter-spacing: -0.57px;
}

.telefer-lp-intro__text {
	font-size: clamp(16px, 1.4vw, 21px);
	line-height: 1.62;
	color: var(--telefer-lp-text-soft);
	margin: 0 0 36px;
	max-width: 607px;
	letter-spacing: -0.4px;
}

.telefer-lp-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
}

.telefer-lp-intro__media {
	border-radius: 21px;
	overflow: hidden;
	border: 1.3px solid var(--telefer-lp-border);
	box-shadow: 0 32px 64px -15.4px rgba(0, 0, 0, 0.25);
	height: 497px;
	max-width: 607px;
	width: 100%;
	justify-self: end;
}

.telefer-lp-intro__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* What is — 11085:1808 */
.telefer-lp-what__card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(32px, 4vw, 41px);
	padding: clamp(36px, 4vw, 53px);
	background: var(--telefer-lp-glass);
	border: 1.3px solid var(--telefer-lp-service-soft);
	border-radius: 21px;
}

.telefer-lp-what__title {
	font-size: clamp(24px, 2.4vw, 31px);
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 24px;
	line-height: 1.33;
	letter-spacing: 0.09px;
}

.telefer-lp-what__lead {
	font-size: clamp(16px, 1.4vw, 21px);
	line-height: 1.62;
	color: var(--telefer-lp-text-body);
	margin: 0 0 20px;
	letter-spacing: -0.4px;
}

.telefer-lp-what__text {
	font-size: clamp(16px, 1.4vw, 21px);
	line-height: 1.62;
	color: var(--telefer-lp-text-soft);
	margin: 0;
	letter-spacing: -0.4px;
}

/* Benefits — 11085:1846 */
.telefer-lp-benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 26px);
}

.telefer-lp-benefit-card {
	background: var(--telefer-lp-glass);
	border: 1.3px solid var(--telefer-lp-border);
	border-radius: 21px;
	padding: clamp(24px, 2.4vw, 31px);
	min-height: 310px;
}

.telefer-lp-benefit-card__icon {
	width: 62px;
	height: 62px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.telefer-lp-benefit-card--purple .telefer-lp-benefit-card__icon {
	background: var(--telefer-lp-service-soft);
}

.telefer-lp-benefit-card--blue .telefer-lp-benefit-card__icon {
	background: rgba(43, 127, 255, 0.2);
}

.telefer-lp-benefit-card--green .telefer-lp-benefit-card__icon {
	background: rgba(0, 201, 80, 0.2);
}

.telefer-lp-benefit-card--brand .telefer-lp-benefit-card__icon {
	background: rgba(255, 193, 7, 0.2);
}

.telefer-lp-benefit-card__title {
	font-size: clamp(18px, 1.5vw, 23px);
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 12px;
	letter-spacing: -0.57px;
}

.telefer-lp-benefit-card__text {
	font-size: clamp(14px, 1.1vw, 18px);
	line-height: 1.62;
	color: var(--telefer-lp-text-soft);
	margin: 0;
	letter-spacing: -0.19px;
}

/* Differentials — 11085:1893 */
.telefer-lp-diff__inner {
	display: grid;
	grid-template-columns: minmax(0, 607px) minmax(0, 607px);
	gap: clamp(32px, 4.8vw, 62px);
	align-items: start;
}

.telefer-lp-diff__title {
	font-size: clamp(28px, 2.7vw, 39px);
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 32px;
	line-height: 1.2;
	letter-spacing: 0.51px;
}

/* LP mockup */
.telefer-lp-mockup__label {
	font-size: clamp(12px, 1.1vw, 15px);
	font-weight: 700;
	color: var(--telefer-lp-service);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0 0 20px;
}

.telefer-lp-mockup__window {
	background: var(--telefer-lp-mockup-bg);
	border: 1.3px solid var(--telefer-lp-border);
	border-radius: 21px;
	overflow: hidden;
	box-shadow: 0 32px 64px -15px rgba(0, 0, 0, 0.25);
}

.telefer-lp-mockup__titlebar {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 20px;
	background: var(--telefer-lp-glass);
	border-bottom: 1.3px solid var(--telefer-lp-border);
}

.telefer-lp-mockup__dot {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	flex-shrink: 0;
}

.telefer-lp-mockup__dot--red {
	background: rgba(251, 44, 54, 0.8);
}

.telefer-lp-mockup__dot--yellow {
	background: rgba(240, 177, 0, 0.8);
}

.telefer-lp-mockup__dot--green {
	background: rgba(0, 201, 80, 0.8);
}

.telefer-lp-mockup__url {
	flex: 1;
	margin-left: 8px;
	padding: 6px 15px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
	font-family: ui-monospace, 'Menlo', monospace;
	font-size: 13px;
	color: var(--telefer-lp-text-soft);
}

.telefer-lp-mockup__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.telefer-lp-mockup__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	background: var(--telefer-lp-glass);
	border-radius: 13px;
	min-height: 46px;
}

.telefer-lp-mockup__nav-logo {
	width: 82px;
	height: 13px;
	border-radius: 999px;
	background: var(--telefer-lp-brand);
	flex-shrink: 0;
}

.telefer-lp-mockup__nav-links {
	display: flex;
	gap: 15px;
	flex: 1;
	justify-content: center;
}

.telefer-lp-mockup__nav-links span {
	width: 41px;
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
}

.telefer-lp-mockup__nav-cta {
	width: 72px;
	height: 26px;
	border-radius: 999px;
	background: rgba(255, 193, 7, 0.8);
	flex-shrink: 0;
}

.telefer-lp-mockup__hero {
	padding: 20px;
	border: 1.3px solid var(--telefer-lp-border);
	border-radius: 18px;
	background: linear-gradient(
		90deg,
		#0a1f44 0%,
		#0b2147 18%,
		#0d244b 36%,
		#0f2750 54%,
		#112954 72%,
		#132c59 90%,
		#152f5d 100%
	);
	min-height: 131px;
}

.telefer-lp-mockup__hero-title {
	display: block;
	width: 75%;
	height: 15px;
	border-radius: 999px;
	background: #ffffff;
	margin-bottom: 12px;
}

.telefer-lp-mockup__hero-sub {
	display: block;
	width: 50%;
	height: 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.4);
	margin-bottom: 16px;
}

.telefer-lp-mockup__hero-actions {
	display: flex;
	gap: 10px;
}

.telefer-lp-mockup__hero-btn {
	width: 103px;
	height: 31px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	border: 1.3px solid rgba(255, 255, 255, 0.2);
}

.telefer-lp-mockup__hero-btn--primary {
	background: var(--telefer-lp-brand);
	border-color: transparent;
}

.telefer-lp-mockup__features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.telefer-lp-mockup__features span {
	display: block;
	height: 82px;
	border-radius: 13px;
	background: var(--telefer-lp-glass);
	border: 1.3px solid var(--telefer-lp-border);
	position: relative;
}

.telefer-lp-mockup__features span::before {
	content: '';
	position: absolute;
	left: 13px;
	top: 13px;
	width: 26px;
	height: 26px;
	border-radius: 10px;
	background: rgba(59, 130, 246, 0.25);
}

.telefer-lp-mockup__features span:nth-child(2)::before {
	background: rgba(16, 185, 129, 0.25);
}

.telefer-lp-mockup__features span:nth-child(3)::before {
	background: rgba(139, 92, 246, 0.25);
}

.telefer-lp-mockup__footer-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 17px;
	border-radius: 13px;
	background: rgba(255, 193, 7, 0.1);
	border: 1.3px solid rgba(255, 193, 7, 0.3);
	min-height: 54px;
}

.telefer-lp-mockup__footer-text {
	width: 124px;
	height: 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.3);
}

.telefer-lp-mockup__footer-btn {
	width: 82px;
	height: 26px;
	border-radius: 999px;
	background: var(--telefer-lp-brand);
}

/* Form — 11085:1980 */
.telefer-lp-form {
	position: relative;
	min-height: 1109px;
	padding: clamp(80px, 8.6vw, 124px) clamp(24px, 4.25vw, 61px);
	background: #15325f;
	overflow: hidden;
}

.telefer-lp-form__divider {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: min(1200px, calc(100% - 120px));
	z-index: 3;
	pointer-events: none;
}

.telefer-lp-form__divider img {
	width: 100%;
	height: auto;
	display: block;
}

.telefer-lp-form__glow {
	position: absolute;
	right: -120px;
	bottom: 120px;
	width: 412px;
	height: 412px;
	background: var(--telefer-lp-blue);
	border-radius: 50%;
	filter: blur(82px);
	opacity: 0.1;
	pointer-events: none;
}

.telefer-lp-form__inner {
	position: relative;
	z-index: 2;
	max-width: 1318px;
	margin: 0 auto;
	padding: 0 clamp(0px, 17.7vw, 226px);
}

.telefer-lp-form .telefer-lp-section-header {
	margin-bottom: clamp(40px, 4vw, 52px);
}

.telefer-lp-form__card {
	background: var(--telefer-lp-glass);
	border: 1.3px solid var(--telefer-lp-border);
	border-radius: 21px;
	padding: clamp(28px, 3.2vw, 41px);
}

.telefer-lp-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 20px;
}

.telefer-lp-form__field {
	display: block;
}

.telefer-lp-form__field--full {
	margin-bottom: 20px;
}

.telefer-lp-form__field input,
.telefer-lp-form__field select,
.telefer-lp-form__field textarea {
	width: 100%;
	min-height: 64px;
	padding: 15px 21px;
	border-radius: 18px;
	border: 1.3px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-family: var(--telefer-font-body);
	font-size: clamp(16px, 1.3vw, 21px);
	outline: none;
	transition: border-color 0.2s ease;
	letter-spacing: -0.4px;
}

.telefer-lp-form__field input::placeholder,
.telefer-lp-form__field textarea::placeholder {
	color: var(--telefer-lp-text-soft);
}

.telefer-lp-form__field select {
	appearance: none;
	color: var(--telefer-lp-text-soft);
}

.telefer-lp-form__field select option {
	color: #0a1f44;
}

.telefer-lp-form__field input:focus,
.telefer-lp-form__field select:focus,
.telefer-lp-form__field textarea:focus {
	border-color: rgba(255, 193, 7, 0.5);
}

.telefer-lp-form__field--textarea textarea {
	min-height: 157px;
	resize: vertical;
}

.telefer-lp-form__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-height: 72px;
	padding: 22px 32px;
	margin-top: 8px;
	border: none;
	border-radius: var(--telefer-radius-pill);
	background: var(--telefer-lp-brand);
	color: #0a1f44;
	font-family: var(--telefer-font-body);
	font-size: clamp(16px, 1.3vw, 21px);
	font-weight: 700;
	cursor: pointer;
	box-shadow:
		0 13px 10px rgba(255, 193, 7, 0.3),
		0 5px 4px rgba(255, 193, 7, 0.3);
	transition: opacity 0.2s ease;
	letter-spacing: -0.4px;
}

.telefer-lp-form__submit:hover {
	opacity: 0.9;
}

/* Responsive */
@media (max-width: 1024px) {
	.telefer-lp-intro__inner,
	.telefer-lp-what__card,
	.telefer-lp-diff__inner {
		grid-template-columns: 1fr;
	}

	.telefer-lp-intro__media {
		max-width: none;
		justify-self: stretch;
	}

	.telefer-lp-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.telefer-lp-benefit-card {
		min-height: auto;
	}

	.telefer-lp-form__inner {
		padding: 0;
	}

	.telefer-lp-mockup__features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.telefer-lp-hero {
		min-height: auto;
		padding-bottom: 0;
		display: flex;
		flex-direction: column;
	}

	.telefer-lp-hero__visuals {
		position: relative;
		inset: auto;
		order: 2;
		width: 100%;
		height: 340px;
		margin-top: 32px;
	}

	.telefer-lp-hero__inner {
		order: 1;
	}

	.telefer-lp-hero__image {
		width: 100%;
		max-width: none;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	.telefer-lp-hero__image > img {
		left: 50%;
		transform: translateX(-50%);
		width: auto;
		min-width: 100%;
		height: 100%;
		top: 0;
	}

	.telefer-lp-hero__bg-logo {
		display: none;
	}

	.telefer-lp-hero__pills {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.telefer-lp-pill {
		width: 100%;
		justify-content: flex-start;
	}

	.telefer-lp-intro__actions {
		flex-direction: column;
	}

	.telefer-lp-intro__actions .telefer-lp-btn {
		width: 100%;
	}

	.telefer-lp-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.telefer-lp-form__row {
		grid-template-columns: 1fr;
	}

	.telefer-lp-form {
		min-height: auto;
	}
}

@media (max-width: 560px) {
	.telefer-lp-benefits__grid {
		grid-template-columns: 1fr;
	}

	.telefer-lp-mockup__features {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.telefer-lp-hero__visuals {
		height: 280px;
	}

	.telefer-lp-mockup__url {
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100%;
	}
}
