/*
Theme Name: Telerespons
Theme URI: https://telerespons.com/
Author: Codex
Description: A lightweight block theme for Telerespons, built for a professional AI phone receptionist SaaS.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.2
Version: 0.6.0
Text Domain: telerespons
*/

html {
	scroll-behavior: smooth;
}

body {
	background: #ffffff;
	color: #0a192f;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	overflow-x: hidden;
}

.wp-site-blocks,
.tr-site-shell,
.tr-hero {
	position: relative;
	z-index: 1;
}

.tr-menu {
	align-items: center;
	display: flex;
	gap: 24px;
	margin-left: auto;
}

.tr-menu a {
	font-size: 0.95rem;
	font-weight: 650;
	text-decoration: none;
}

.tr-language-menu {
	position: relative;
}

.tr-language-button {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(10, 25, 47, 0.14);
	border-radius: 999px;
	color: #0a192f;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.82rem !important;
	font-weight: 800 !important;
	font-family: inherit;
	justify-content: center;
	letter-spacing: 0;
	min-height: 34px;
	min-width: 86px;
	padding: 0 11px;
}

.tr-language-button::after {
	content: "▾";
	font-size: 0.7rem;
	margin-left: 7px;
}

.tr-language-button:hover,
.tr-language-menu:focus-within .tr-language-button {
	background: rgba(10, 25, 47, 0.05);
}

.tr-language-dropdown {
	background: #ffffff;
	border: 1px solid rgba(10, 25, 47, 0.12);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(10, 25, 47, 0.14);
	display: none;
	min-width: 132px;
	padding: 8px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 2147483647;
}

.tr-language-menu:hover .tr-language-dropdown,
.tr-language-menu:focus-within .tr-language-dropdown {
	display: grid;
	gap: 2px;
}

.tr-language-dropdown a {
	border-radius: 6px;
	color: #0a192f;
	display: block;
	font-size: 0.9rem;
	font-weight: 750;
	padding: 8px 10px;
	white-space: nowrap;
}

.tr-language-dropdown a:hover {
	background: rgba(0, 210, 255, 0.12);
}

.tr-contact-link,
.tr-login-link {
	align-items: center;
	border-radius: 7px;
	display: inline-flex;
	font-weight: 800 !important;
	justify-content: center;
	min-height: 40px;
	padding: 0 15px;
}

.tr-contact-link {
	background: #0a192f;
	border: 1px solid #0a192f;
	color: #00d2ff;
}

.tr-contact-link:hover {
	background: #10213d;
	border-color: #10213d;
	color: #7eeaff;
}

.tr-login-link {
	background: #00d2ff;
	border: 1px solid #00d2ff;
	color: #0a192f;
}

.tr-login-link:hover {
	background: #7eeaff;
	border-color: #7eeaff;
}

.tr-menu-toggle {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	height: 42px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 42px;
}

.tr-menu-toggle span,
.tr-menu-toggle::before,
.tr-menu-toggle::after {
	background: #0a192f;
	content: "";
	display: block;
	height: 2px;
	left: 8px;
	position: absolute;
	width: 26px;
}

.tr-menu-toggle::before {
	top: 11px;
}

.tr-menu-toggle span {
	top: 20px;
}

.tr-menu-toggle::after {
	top: 29px;
}

a {
	text-underline-offset: 0.18em;
}

.tr-site-shell {
	min-height: 100vh;
	position: relative;
	z-index: 1;
}

.tr-header {
	border-bottom: 1px solid rgba(10, 25, 47, 0.1);
	backdrop-filter: blur(18px);
	position: sticky;
	top: 0;
	z-index: 2147483000;
}

.tr-header a {
	text-decoration: none;
}

.tr-header-bar {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1180px;
	padding: 18px 0;
	width: calc(100% - 44px);
}

.tr-desktop-slider {
	display: block;
}

.tr-mobile-slider {
	display: none;
}

.tr-topbar-slider {
	line-height: 0;
	margin: 0;
	max-width: none !important;
	padding: 0;
	width: 100% !important;
}

.tr-topbar-slider > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.tr-topbar-slider .wp-block-shortcode,
.tr-topbar-slider p {
	margin: 0 !important;
}

.tr-breaker-slider {
	line-height: 0;
	margin: 0;
	padding: 130px 0;
}

.tr-slider-frame {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1080px !important;
	width: min(1080px, calc(100vw - 56px)) !important;
}

.tr-slider-frame > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none !important;
	width: auto !important;
}

.tr-slider-frame .wp-block-shortcode,
.tr-slider-frame p {
	margin: 0 !important;
}

.tr-brand {
	align-items: center;
	color: #0a192f;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.1rem;
	font-weight: 800;
	gap: 12px;
}

.tr-logo {
	border-radius: 8px;
	display: block;
	height: 48px;
	object-fit: cover;
	width: 48px;
}

.tr-brand-mark {
	align-items: center;
	background: #0a192f;
	border-radius: 7px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	letter-spacing: 0;
	width: 34px;
}

.tr-button a,
a.tr-button {
	background-color: #00d2ff !important;
	border-radius: 7px;
	color: #0a192f !important;
	box-shadow: 0 12px 30px rgba(0, 210, 255, 0.2);
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.tr-button a:hover,
a.tr-button:hover {
	background-color: #29dcff !important;
	box-shadow: 0 16px 38px rgba(0, 210, 255, 0.28);
	transform: translateY(-1px);
}

.tr-hero {
	overflow: hidden;
}

.tr-front-container {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1080px !important;
	width: min(1080px, calc(100vw - 56px)) !important;
}

.tr-front-container.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.tr-front-container.wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1080px !important;
	width: 100%;
}

.tr-hero-split {
	padding-bottom: 82px;
	padding-top: 82px;
}

.tr-hero-columns {
	align-items: center;
	gap: 0;
	margin-bottom: 0;
}

.tr-hero-media-row {
	align-items: center;
	gap: 54px;
	margin-bottom: 0;
	margin-top: 34px;
}

.tr-hero-columns h1 {
	max-width: 980px;
}

.tr-hero-media-row .wp-block-column:first-child {
	min-width: 0;
}

.tr-hero-media-row .wp-block-column:first-child > * {
	border-radius: 8px;
	overflow: hidden;
}

.tr-hero-slider {
	display: block;
}

.tr-hero-slider > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin: 0 !important;
	max-width: none !important;
	width: auto !important;
}

.tr-hero-slider .wp-block-shortcode,
.tr-hero-slider p {
	margin: 0 !important;
}

.tr-eyebrow {
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tr-hero h1 {
	max-width: 900px;
	overflow-wrap: anywhere;
}

.tr-hero-lead {
	color: #64708b;
	font-size: 1.18rem;
	line-height: 1.6;
	max-width: 560px;
}

.tr-hero-media {
	border: 1px solid rgba(90, 48, 236, 0.16);
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(10, 25, 47, 0.2), 0 0 0 1px rgba(0, 210, 255, 0.08);
	overflow: hidden;
}

.tr-hero-image img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.tr-proofbar {
	border-bottom: 1px solid rgba(10, 25, 47, 0.1);
	border-top: 1px solid rgba(10, 25, 47, 0.1);
}

.tr-proofbar-inner {
	gap: 18px;
	margin-bottom: 0;
	padding-bottom: 24px;
	padding-top: 24px;
}

.tr-proofbar-inner p {
	font-weight: 750;
	margin: 0;
}

.tr-front-section {
	padding-bottom: 92px;
	padding-top: 92px;
}

.tr-front-section-compact {
	padding-bottom: 68px;
	padding-top: 68px;
}

.tr-pain-section {
	background: #f3f4f6;
	border-bottom: 1px solid rgba(10, 25, 47, 0.08);
	border-top: 1px solid rgba(10, 25, 47, 0.06);
}

.tr-pain-heading p:not(.tr-section-kicker) {
	color: #64708b;
	font-size: 1.06rem;
	line-height: 1.65;
	max-width: 760px;
}

.tr-pain-card {
	background: #ffffff;
	border-color: rgba(10, 25, 47, 0.14);
	box-shadow: 0 14px 30px rgba(10, 25, 47, 0.045);
}

.tr-pain-card h3 {
	color: #253047;
}

.tr-pain-card p {
	color: #6b7280;
}

.tr-solution-section {
	background: linear-gradient(180deg, #ffffff 0%, rgba(0, 210, 255, 0.055) 100%);
}

.tr-solution-section .tr-section-heading p:not(.tr-section-kicker) {
	color: #64708b;
	font-size: 1.06rem;
	line-height: 1.65;
	max-width: 760px;
}

.tr-solution-section .tr-section-heading strong {
	color: #5a30ec;
}

.tr-section-heading {
	margin-bottom: 42px;
	max-width: 1080px !important;
}

.tr-section-heading h2 {
	max-width: 780px;
}

.tr-value-grid {
	gap: 22px;
	margin-bottom: 0;
}

.tr-card-grid {
	gap: 22px;
}

.tr-front-card {
	padding: 28px;
}

.tr-front-card h3 {
	font-size: 1.25rem;
	margin-top: 0;
}

.tr-front-card p {
	color: #64708b;
	line-height: 1.6;
}

.tr-front-card .tr-card-subtitle {
	color: #253047;
	font-size: 1.04rem;
	font-weight: 750;
	line-height: 1.45;
	margin-top: -4px;
}

.tr-card-icon {
	align-items: center;
	background: rgba(0, 210, 255, 0.14);
	border-radius: 999px;
	color: #0a192f !important;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 850;
	height: 36px;
	justify-content: center;
	margin: 0 0 18px;
	width: 36px;
}

.tr-step-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: none !important;
}

.tr-step-card {
	background: #f8fafc;
	border: 1px solid rgba(10, 25, 47, 0.1);
	border-radius: 8px;
	padding: 22px;
}

.tr-step-card .tr-step-number {
	margin-bottom: 16px;
}

.tr-step-card h3 {
	font-size: 1.08rem;
	line-height: 1.25;
	margin: 0 0 10px;
}

.tr-step-card p:not(.tr-step-number) {
	color: #64708b;
	line-height: 1.55;
	margin-bottom: 0;
}

.tr-text-columns {
	gap: 56px;
}

.tr-rich-text p {
	font-size: 1.05rem;
	line-height: 1.7;
}

.tr-benefit-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.tr-benefit-list li {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	padding: 12px 14px;
}

.tr-soft-panel {
	background: #f8fafc;
}

.tr-demo-page {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 920px !important;
	width: min(920px, calc(100vw - 56px)) !important;
}

.tr-demo-intro {
	background: linear-gradient(135deg, rgba(0, 210, 255, 0.12), rgba(90, 48, 236, 0.06));
	border: 1px solid rgba(0, 210, 255, 0.24);
	border-left: 5px solid #00d2ff;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(10, 25, 47, 0.08);
	margin-bottom: 34px;
	padding: 34px;
}

.tr-demo-intro h2 {
	color: #0a192f;
	font-size: clamp(1.7rem, 3vw, 2.45rem);
	line-height: 1.12;
	margin-bottom: 16px;
	margin-top: 0;
	max-width: 760px;
}

.tr-demo-intro p:not(.tr-section-kicker) {
	color: #52617c;
	font-size: 1.06rem;
	line-height: 1.65;
	max-width: 780px;
}

.tr-demo-form-shell {
	background: #ffffff;
	border: 1px solid rgba(10, 25, 47, 0.1);
	border-radius: 8px;
	box-shadow: 0 20px 54px rgba(10, 25, 47, 0.08);
	padding: 34px;
}

.tr-demo-disclaimer {
	background: #f8fafc;
	border: 1px solid rgba(10, 25, 47, 0.1);
	border-radius: 8px;
	margin-top: 22px;
	padding: 18px 20px;
}

.tr-demo-disclaimer p {
	color: #64708b;
	font-size: 0.94rem;
	line-height: 1.6;
	margin: 0;
}

.tr-demo-disclaimer a {
	color: #0a192f;
	font-weight: 750;
}

.tr-audio-demo-section {
	background: linear-gradient(180deg, #ffffff 0%, rgba(10, 25, 47, 0.035) 100%);
}

.tr-audio-demo-panel {
	align-items: center;
	background: #0a192f;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(10, 25, 47, 0.18);
	gap: 44px;
	margin-bottom: 0;
	padding: 42px;
}

.tr-audio-demo-media,
.tr-audio-demo-copy {
	min-width: 0;
}

.tr-audio-slider-frame {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	overflow: hidden;
}

.tr-audio-slider-frame > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin: 0 !important;
	max-width: none !important;
	width: auto !important;
}

.tr-audio-slider-frame .wp-block-shortcode,
.tr-audio-slider-frame p {
	margin: 0 !important;
}

.tr-audio-demo-copy h2,
.tr-audio-demo-copy p {
	color: #ffffff;
}

.tr-audio-demo-copy p:not(.tr-section-kicker) {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.06rem;
	line-height: 1.65;
}

.tr-audio-demo-copy .tr-section-kicker {
	color: #00d2ff;
}

.tr-audio-demo-actions {
	gap: 12px;
	margin-top: 28px;
}

.tr-audio-demo-actions .tr-button-secondary .wp-block-button__link {
	background: rgba(255, 255, 255, 0.06) !important;
	border-color: rgba(255, 255, 255, 0.42) !important;
	color: #ffffff !important;
}

.tr-audio-demo-actions .tr-button-secondary .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.12) !important;
}

.tr-faq-section {
	background: #f5f7fa;
	border-bottom: 1px solid rgba(10, 25, 47, 0.08);
	border-top: 1px solid rgba(10, 25, 47, 0.08);
}

.tr-faq-wrap {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.tr-faq-heading {
	align-self: start;
	margin-bottom: 0;
}

.tr-faq-heading p:not(.tr-section-kicker) {
	color: #64708b;
	font-size: 1.06rem;
	line-height: 1.65;
	max-width: 460px;
}

.tr-faq-list {
	display: grid;
	gap: 12px;
}

.tr-faq-item {
	background: #ffffff;
	border: 1px solid rgba(10, 25, 47, 0.1);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(10, 25, 47, 0.045);
	overflow: hidden;
}

.tr-faq-item summary {
	align-items: center;
	color: #0a192f;
	cursor: pointer;
	display: flex;
	font-size: 1.02rem;
	font-weight: 800;
	gap: 16px;
	justify-content: space-between;
	list-style: none;
	padding: 18px 20px;
}

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

.tr-faq-item summary::after {
	align-items: center;
	background: rgba(0, 210, 255, 0.16);
	border-radius: 999px;
	color: #0a192f;
	content: "+";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.15rem;
	font-weight: 850;
	height: 30px;
	justify-content: center;
	line-height: 1;
	width: 30px;
}

.tr-faq-item[open] {
	border-color: rgba(0, 210, 255, 0.42);
}

.tr-faq-item[open] summary {
	border-bottom: 1px solid rgba(10, 25, 47, 0.08);
}

.tr-faq-item[open] summary::after {
	background: #00d2ff;
	content: "-";
}

.tr-faq-item p {
	color: #64708b;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0;
	padding: 0 20px 20px;
}

.tr-cta-card {
	align-items: center;
	display: grid !important;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 260px;
	padding: 40px;
}

.tr-cta-card > .wp-block-group {
	max-width: 700px !important;
}

.tr-cta-card .wp-block-buttons {
	justify-content: center;
	margin-left: 0;
	width: 100%;
}

.tr-strong-cta {
	background: #ffffff;
	color: #0a192f;
}

.tr-strong-cta p {
	color: #64708b;
}

.tr-strong-cta h2 {
	color: #0a192f;
}

.tr-strong-cta .wp-block-group {
	min-width: 0;
}

.tr-strong-cta .tr-section-kicker {
	color: #00a9d1;
}

.tr-button-large .wp-block-button__link {
	font-size: 1.02rem;
	min-width: 154px;
	padding: 16px 24px;
	text-align: center;
}

.tr-card {
	background: #ffffff;
	border: 1px solid rgba(10, 25, 47, 0.1);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(10, 25, 47, 0.07);
}

.tr-card:hover {
	border-color: rgba(90, 48, 236, 0.18);
}

.tr-step-number {
	align-items: center;
	background: rgba(0, 210, 255, 0.14);
	border-radius: 999px;
	color: #0a192f;
	display: inline-flex;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.tr-section-kicker {
	color: #00a9d1;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tr-eyebrow {
	color: #5a30ec !important;
}

.tr-dark-band {
	background: #0a192f;
	color: #ffffff;
}

.tr-dark-band p {
	color: rgba(255, 255, 255, 0.78);
}

.tr-dark-band a {
	color: #00d2ff;
}

.tr-footer {
	border-top: 1px solid rgba(10, 25, 47, 0.1);
}

.tr-footer-widget-band {
	background: #0a192f;
	color: #ffffff;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: none !important;
	padding: 54px 0;
	width: 100vw;
}

.tr-footer-widget-inner {
	box-sizing: border-box;
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	padding-left: 0;
	padding-right: 0;
	width: min(1080px, calc(100vw - 56px));
}

.tr-footer-widget h3 {
	color: #ffffff;
	font-size: 1rem;
	margin: 0 0 12px;
}

.tr-footer-widget p,
.tr-footer-widget li {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.95rem;
	line-height: 1.55;
}

.tr-footer-widget a {
	color: #00d2ff;
	font-weight: 750;
}

.tr-footer-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tr-page-main > .wp-block-post-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	width: min(1280px, calc(100vw - 56px));
}

.tr-page-main > .wp-block-post-content {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: none !important;
	width: 100% !important;
}

.tr-pricing-page,
.tr-legal-page {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px !important;
	width: min(1280px, calc(100vw - 56px)) !important;
}

.tr-pricing-page > h2,
.tr-legal-page > h2 {
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.08;
	margin-top: 0;
}

.tr-pricing-intro {
	color: #64708b;
	font-size: 1.08rem;
	line-height: 1.6;
	max-width: 880px;
}

.tr-pricing-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 34px;
}

.tr-pricing-choice {
	background: #f8fafc;
	border: 1px solid rgba(10, 25, 47, 0.1);
	border-radius: 8px;
	color: #253047;
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 24px 0 0;
	max-width: 980px;
	padding: 22px 24px;
}

.tr-price-card {
	background: #ffffff;
	border: 1px solid rgba(10, 25, 47, 0.12);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(10, 25, 47, 0.07);
	display: flex;
	flex-direction: column;
	padding: 22px;
}

.tr-price-card-featured {
	border-color: rgba(0, 210, 255, 0.75);
	box-shadow: 0 18px 46px rgba(0, 210, 255, 0.16);
}

.tr-price-kicker {
	color: #5a30ec;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.tr-price-card h3 {
	font-size: 1.2rem;
	line-height: 1.25;
	margin: 0 0 14px;
}

.tr-price {
	color: #0a192f;
	font-size: 1.72rem;
	font-weight: 850;
	margin: 0 0 18px;
}

.tr-price span {
	color: #64708b;
	font-size: 0.95rem;
	font-weight: 650;
	white-space: nowrap;
}

.tr-price-card ul {
	margin: 0;
	padding-left: 18px;
}

.tr-price-card li {
	margin-bottom: 10px;
}

.tr-pricing-note {
	background: #0a192f;
	border-radius: 8px;
	color: #ffffff;
	margin-top: 28px;
	padding: 28px;
}

.tr-pricing-note h3 {
	margin-top: 0;
}

.tr-pricing-note p {
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 0;
}

.tr-pricing-enterprise {
	align-items: flex-start;
	background: #0a192f;
	border-radius: 8px;
	color: #ffffff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-top: 28px;
	padding: 30px;
}

.tr-pricing-enterprise h3,
.tr-pricing-enterprise p {
	margin: 0;
}

.tr-pricing-enterprise p {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.6;
	margin-top: 8px;
	max-width: 620px;
}

.tr-enterprise-price {
	color: #00d2ff;
	font-size: 1.5rem;
	font-weight: 850;
	white-space: nowrap;
}

.tr-usage-list {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 18px;
}

.tr-usage-list div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	padding: 16px;
}

.tr-usage-list strong {
	display: block;
	margin-bottom: 4px;
}

.tr-pricing-cta {
	align-items: center;
	background: #f8fafc;
	border: 1px solid rgba(10, 25, 47, 0.1);
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: space-between;
	margin-top: 28px;
	padding: 28px;
}

.tr-pricing-cta h3,
.tr-pricing-cta p {
	margin: 0;
}

.tr-pricing-cta p {
	color: #64708b;
	margin-top: 6px;
}

.tr-pricing-cta .tr-button-link {
	background: #00d2ff;
	border-radius: 7px;
	box-shadow: 0 12px 30px rgba(0, 210, 255, 0.2);
	color: #0a192f;
	display: inline-block;
	font-weight: 800;
	padding: 13px 18px;
	text-decoration: none;
}

.tr-legal-page {
	color: #253047;
	font-size: 1.04rem;
	line-height: 1.7;
}

.tr-legal-page h3 {
	color: #0a192f;
	margin-top: 28px;
}

.tr-legal-page p {
	max-width: 860px;
}

body.page-id-15 .tr-page-main > .wp-block-post-content,
body.page-id-15 .tr-page-main .entry-content {
	max-width: none !important;
	width: 100% !important;
}

body.page-id-15 .tr-pricing-page.wp-block-group,
body.page-id-15 .tr-pricing-page.is-layout-constrained {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1080px !important;
	width: min(1080px, calc(100vw - 56px)) !important;
}

body.page-id-15 .tr-pricing-page.is-layout-constrained > :where(*) {
	max-width: 1080px !important;
}

body.page-id-15 .tr-pricing-page > .tr-pricing-grid,
body.page-id-15 .tr-pricing-page > .tr-pricing-note,
body.page-id-15 .tr-pricing-page > .tr-pricing-enterprise,
body.page-id-15 .tr-pricing-page > .tr-pricing-cta {
	max-width: 1080px !important;
	width: 100%;
}

body.page-id-15 .tr-pricing-page > .tr-section-kicker,
body.page-id-15 .tr-pricing-page > h2,
body.page-id-15 .tr-pricing-page > .tr-pricing-intro,
body.page-id-15 .tr-pricing-page > .tr-pricing-choice {
	max-width: 860px !important;
}

body.page-id-15 .tr-price-card {
	min-width: 0;
}

body.page-id-12 .tr-page-main > .wp-block-post-title,
body.page-id-12 .tr-page-main > .wp-block-post-content {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 960px !important;
	width: min(960px, calc(100vw - 56px)) !important;
}

body.page-id-12 .forminator-ui,
body.page-id-12 .forminator-custom-form {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 960px !important;
	width: 100% !important;
}

@media (max-width: 960px) {
	.tr-proofbar .wp-block-columns,
	#benefits .wp-block-columns,
	#fordele .wp-block-columns {
		gap: 16px;
	}
}

@media (min-width: 721px) and (max-width: 1060px) {
	.tr-pricing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tr-usage-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.tr-desktop-slider {
		display: none !important;
	}

	.tr-mobile-slider {
		display: block !important;
	}

	.tr-mobile-breaker-slider {
		padding-bottom: 72px;
		padding-top: 72px;
	}

	.tr-mobile-breaker-slider > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		max-width: none !important;
		width: auto !important;
	}

	.tr-mobile-breaker-slider .tr-slider-frame {
		max-width: 720px !important;
		width: min(720px, calc(100vw - 32px)) !important;
	}

	.tr-footer-widget-inner {
		grid-template-columns: 1fr;
		width: calc(100vw - 44px);
	}

	main.tr-site-shell > .wp-block-group.alignfull > .wp-block-group.alignwide,
	main.tr-site-shell > .wp-block-group.alignfull > .wp-block-columns.alignwide,
	main.tr-site-shell > .wp-block-group.alignfull > .wp-block-group.alignwide.tr-card,
	.tr-footer > .wp-block-group.alignwide {
		box-sizing: border-box;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100vw - 44px) !important;
		width: calc(100vw - 44px) !important;
	}

	.tr-header-bar {
		gap: 14px;
		padding-bottom: 12px;
		padding-top: 12px;
		width: calc(100% - 44px);
	}

	main.tr-site-shell > .wp-block-group.alignfull {
		padding-bottom: 56px !important;
		padding-top: 56px !important;
	}

	.tr-hero {
		padding-bottom: 38px !important;
		padding-top: 36px !important;
	}

	.tr-front-container {
		width: calc(100vw - 44px) !important;
	}

	.tr-demo-page {
		width: calc(100vw - 44px) !important;
	}

	.tr-demo-intro,
	.tr-demo-form-shell {
		padding: 24px !important;
	}

	.tr-hero-split,
	.tr-front-section {
		padding-bottom: 56px;
		padding-top: 56px;
	}

	.tr-hero-columns,
	.tr-hero-media-row,
	.tr-audio-demo-panel,
	.tr-text-columns,
	.tr-card-grid,
	.tr-value-grid {
		gap: 22px;
	}

	.tr-audio-demo-panel {
		padding: 28px !important;
	}

	.tr-audio-demo-actions .wp-block-button,
	.tr-audio-demo-actions .wp-block-button__link {
		width: 100%;
	}

	.tr-faq-wrap {
		grid-template-columns: 1fr;
	}

	.tr-step-grid {
		grid-template-columns: 1fr;
	}

	.tr-cta-card .wp-block-buttons {
		margin-left: 0;
		width: 100%;
	}

	.tr-cta-card {
		grid-template-columns: 1fr;
	}

	.tr-button-large,
	.tr-button-large .wp-block-button__link {
		width: 100%;
	}

	.tr-hero h1 {
		font-size: 2.05rem !important;
		line-height: 1.08 !important;
	}

	.tr-hero p {
		font-size: 1.06rem !important;
		line-height: 1.5 !important;
	}

	.tr-logo {
		height: 75px;
		width: 75px;
	}

	.tr-menu-toggle {
		display: block;
		margin-left: auto;
		margin-right: 0;
		z-index: 2147483647;
	}

	.tr-menu {
		background: #ffffff;
		border: 1px solid rgba(10, 25, 47, 0.12);
		border-radius: 8px;
		box-shadow: 0 18px 44px rgba(10, 25, 47, 0.16);
		display: none;
		flex-direction: column;
		gap: 14px;
		min-width: 220px;
		padding: 18px;
		position: fixed;
		right: 22px;
		top: 104px;
		z-index: 2147483647;
	}

	.tr-menu.is-open {
		display: flex;
	}

	.tr-menu a {
		font-size: 1rem;
		font-weight: 720;
	}

	.tr-language-menu,
	.tr-language-button,
	.tr-contact-link,
	.tr-login-link {
		box-sizing: border-box;
		width: 100%;
	}

	.tr-language-dropdown {
		box-shadow: none;
		position: static;
		width: 100%;
	}

	.wp-block-buttons {
		width: auto;
	}

	.wp-block-button,
	.wp-block-button__link {
		width: auto;
	}

	.wp-block-button__link {
		text-align: center;
	}

	.tr-card {
		box-shadow: 0 10px 28px rgba(10, 25, 47, 0.06);
	}

	.tr-card,
	.wp-block-group.tr-card,
	.wp-block-column.tr-card {
		padding: 24px !important;
	}

	.tr-dark-band {
		padding-bottom: 56px !important;
		padding-top: 56px !important;
	}

	.tr-proofbar .wp-block-columns {
		gap: 4px;
	}

	.tr-proofbar p {
		margin: 0;
	}

	.tr-pricing-grid {
		grid-template-columns: 1fr;
	}

	.tr-pricing-enterprise {
		display: block;
	}

	.tr-enterprise-price {
		display: block;
		margin-top: 18px;
	}

	.tr-usage-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.tr-brand {
		font-size: 1rem !important;
	}

	.tr-hero h1 {
		font-size: 1.82rem !important;
	}

	.tr-hero-media {
		border-radius: 7px;
	}

	.tr-proofbar {
		padding-bottom: 18px !important;
		padding-top: 18px !important;
	}

	.tr-section-kicker {
		font-size: 0.78rem;
	}

	h2.has-x-large-font-size {
		font-size: 1.68rem !important;
		line-height: 1.12 !important;
	}

	h2.has-large-font-size {
		font-size: 1.45rem !important;
	}
}

@media (max-width: 390px) {
	.tr-hero h1 {
		font-size: 1.68rem !important;
	}

	.tr-card,
	.wp-block-group.tr-card,
	.wp-block-column.tr-card {
		padding: 20px !important;
	}
}
