:root {
	--tb-ink: #111112;
	--tb-teal: #0492aa;
	--tb-teal-bright: #09aac3;
	--tb-paper: #f2f3f0;
	--tb-muted: #667073;
	--tb-line: #d9dddd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a:focus-visible, button:focus-visible, summary:focus-visible {
	outline: 3px solid var(--tb-teal-bright);
	outline-offset: 4px;
}
mark { padding: 0; background: none; color: var(--tb-teal); font-weight: 400; }
.tb-topbar { padding: 7px 0; background: var(--tb-ink); color: #b7bfc0; font-size: 10px; }
.tb-topbar p { margin: 0; }
.tb-topbar a { color: #e9ecec; }
.tb-header { min-height: 92px; display: flex; align-items: center; border-bottom: 1px solid var(--tb-line); background: rgba(255,255,255,.98); position: relative; z-index: 30; }
.tb-header > .wp-block-group { width: 100%; }
.tb-brand { width: 238px; height: 72px; display: block; overflow: hidden; flex-shrink: 0; }
.tb-brand img { width: 238px; height: 72px; display: block; object-fit: contain; object-position: left center; }
.tb-navigation .wp-block-navigation-item__content { padding: 32px 0; }
.tb-navigation .wp-block-navigation-item__content:hover { color: var(--tb-teal); }
.tb-header-button { flex-shrink: 0; }
.tb-header-button a { min-height: 46px; display: flex; align-items: center; }
.tb-eyebrow { position: relative; padding-left: 48px; color: #697375; font-size: 9px !important; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.tb-eyebrow::before { content: ""; width: 34px; height: 4px; position: absolute; left: 0; top: .7em; background: var(--tb-teal); transform: skewX(-28deg); }
.tb-hero { min-height: 690px; display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(110deg,#fff 0%,#fff 58%,var(--tb-paper) 58%,var(--tb-paper) 100%); }
.tb-hero::after { content: ""; width: 280px; height: 24px; position: absolute; right: -70px; top: 95px; background: var(--tb-teal); transform: skewX(-40deg); }
.tb-hero-columns { width: 100%; padding: 55px 0; }
.tb-hero-copy > p:not(.tb-eyebrow) { max-width: 650px; color: #535e60; }
.tb-hero-actions { margin-top: 30px; }
.tb-hero-proof { margin-top: 35px; gap: 24px !important; color: #687274; font-size: 9px; }
.tb-hero-proof p { margin: 0; }
.tb-hero-proof strong { color: var(--tb-teal); margin-right: 5px; }
.tb-hero-media { min-height: 540px; position: relative; box-shadow: 0 32px 75px rgba(17,17,18,.16); }
.tb-hero-media > figure { height: 540px; margin: 0; overflow: hidden; }
.tb-hero-media > figure img { width: 100%; height: 540px; object-fit: cover; object-position: center 51%; }
.tb-hero-card { width: 70%; min-height: 118px; padding: 20px 25px !important; position: absolute; left: 0; bottom: 0; z-index: 3; }
.tb-hero-card p, .tb-hero-card h3 { margin: 4px 0; }
.tb-service-ticker { padding: 18px 20px; }
.tb-service-ticker p { margin: 0; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.tb-service-ticker span { color: var(--tb-teal-bright); }
.tb-home-section { padding-top: 110px !important; padding-bottom: 110px !important; }
.tb-section-heading { margin-bottom: 45px; }
.tb-section-heading p { color: var(--tb-muted); font-size: 13px; }
.tb-service-row { gap: 15px; }
.tb-service-card { min-height: 275px; padding: 28px !important; border-top: 5px solid var(--tb-ink); display: flex; flex-direction: column; justify-content: flex-end; }
.tb-service-card.featured { min-height: 565px; position: relative; overflow: hidden; border-color: var(--tb-teal); }
.tb-service-card.featured::before, .tb-service-card.featured::after { content: ""; position: absolute; height: 70px; right: -80px; transform: skewX(-40deg); }
.tb-service-card.featured::before { width: 350px; top: 65px; background: var(--tb-teal); }
.tb-service-card.featured::after { width: 250px; top: 150px; right: 60px; background: #303435; }
.tb-service-card.featured > * { position: relative; z-index: 2; }
.tb-service-card h2 { font-size: clamp(38px, 4vw, 54px); }
.tb-service-card h3 { font-size: 25px; }
.tb-service-card p { font-size: 12px; }
.tb-service-stack { display: flex; flex-direction: column; gap: 15px; }
.tb-promise .tb-eyebrow { color: #9fa8aa; }
.tb-promise p { font-size: 13px; }
.tb-promise-list h3 { margin: 0; padding-top: 17px; border-top: 1px solid #3a3f40; font-size: 18px; }
.tb-promise-list h3 span { color: var(--tb-teal-bright); margin-right: 22px; font-size: 9px; }
.tb-promise-list p { margin: 6px 0 18px; padding-left: 43px; }
.tb-step-grid { margin-top: 50px; gap: 0; border-top: 1px solid var(--tb-line); border-bottom: 1px solid var(--tb-line); }
.tb-step-grid > .wp-block-column { min-height: 230px; padding: 28px; border-right: 1px solid var(--tb-line); }
.tb-step-grid > .wp-block-column:last-child { border-right: 0; }
.tb-step-grid h3 { margin-top: 55px; }
.tb-step-grid p { color: var(--tb-muted); font-size: 11px; }
.tb-home-faq .wp-block-details summary { cursor: pointer; font-weight: 900; }
.tb-home-faq .wp-block-details p { color: var(--tb-muted); font-size: 12px; }
.tb-closing-cta { padding-top: 85px !important; padding-bottom: 85px !important; position: relative; overflow: hidden; }
.tb-closing-cta::after { content: ""; width: 390px; height: 72px; position: absolute; right: -60px; top: 35px; background: var(--tb-ink); transform: skewX(-40deg); }
.tb-closing-cta > * { position: relative; z-index: 2; }
.tb-closing-cta .tb-eyebrow { color: #d5f3f5; }
.tb-closing-cta .tb-eyebrow::before { background: white; }
.tb-footer { padding-top: 75px !important; padding-bottom: 20px !important; }
.tb-footer .tb-brand { filter: brightness(0) invert(1); }
.tb-footer-columns { padding-bottom: 45px; }
.tb-footer-columns p, .tb-footer-columns li, .tb-footer-columns a { color: #bdc4c5; font-size: 11px; }
.tb-footer-columns ul { margin: 0; padding: 0; list-style: none; }
.tb-footer-columns li { margin-bottom: 9px; }
.tb-footer-columns h4 { color: #7f898b; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.tb-footer-bottom { padding-top: 18px; border-top: 1px solid #35393a; color: #7e898b; font-size: 9px; }
.tb-footer-bottom p { margin: 0; }
.tb-cookie-open { padding: 0; background: none; border: 0; color: inherit; cursor: pointer; font: inherit; }
.tb-mobile-call { display: none; }
.tb-cookie { width: min(620px,calc(100% - 32px)); padding: 18px 20px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; position: fixed; z-index: 100; left: 24px; bottom: 24px; background: white; color: var(--tb-ink); border-top: 4px solid var(--tb-teal); box-shadow: 0 15px 55px rgba(0,0,0,.22); }
.tb-cookie[hidden] { display: none; }
.tb-cookie p { margin: 5px 0 0; color: var(--tb-muted); font-size: 10px; line-height: 1.5; }
.tb-cookie > div:last-child { display: flex; align-items: center; gap: 12px; }
.tb-cookie a { font-size: 9px; font-weight: 900; }
.tb-cookie button { min-height: 40px; padding: 0 14px; border: 0; background: var(--tb-ink); color: white; cursor: pointer; font-size: 9px; font-weight: 900; }
.tb-page-title { padding-top: 80px !important; padding-bottom: 65px !important; }
.tb-page-shell .wp-block-post-content { padding-top: 75px; padding-bottom: 100px; }
.tb-page-shell .wp-block-post-content > .alignwide { margin-top: 70px; margin-bottom: 70px; }
.tb-page-shell .wp-block-post-content h2 { margin-top: 55px; }
.tb-page-shell .wp-block-post-content p, .tb-page-shell .wp-block-post-content li { color: #566164; }
.tb-page-shell .wp-block-post-content .tb-eyebrow { color: #697375; }
.tb-content-shell, .tb-article-shell, .tb-not-found { padding-top: 90px; padding-bottom: 110px; }
.tb-post-card { padding: 26px !important; background: var(--tb-paper); border-top: 4px solid var(--tb-teal); }
.tb-article-shell > .wp-block-post-content { max-width: 800px; margin-inline: auto; }
.tb-not-found { min-height: 60vh; }
.tb-contact-form-wrap { margin: 45px 0; padding: 38px; background: var(--tb-paper); border-top: 5px solid var(--tb-teal); }
.tb-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.tb-form-grid label { display: flex; flex-direction: column; gap: 7px; color: #384143; font-size: 10px; font-weight: 900; }
.tb-form-grid label.wide { grid-column: 1 / -1; }
.tb-form-grid input, .tb-form-grid select, .tb-form-grid textarea { width: 100%; min-height: 50px; padding: 12px 14px; background: white; border: 1px solid var(--tb-line); border-radius: 0; font-size: 13px; }
.tb-form-grid textarea { min-height: 140px; resize: vertical; }
.tb-form-grid input:focus, .tb-form-grid select:focus, .tb-form-grid textarea:focus { outline: 2px solid var(--tb-teal); outline-offset: 1px; }
.tb-consent { margin: 22px 0; display: flex; align-items: flex-start; gap: 10px; color: var(--tb-muted); font-size: 10px; }
.tb-contact-form button[type="submit"] { min-height: 54px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 0; background: var(--tb-teal); color: white; cursor: pointer; font-size: 11px; font-weight: 900; }
.tb-form-message { margin-bottom: 20px; padding: 15px; font-size: 12px; }
.tb-form-message.success { background: #e6f5f0; border-left: 4px solid #16885f; }
.tb-form-message.error { background: #fff0ef; border-left: 4px solid #b73b33; }
.tb-honeypot { position: absolute; left: -9999px; }
.tb-trust-strip { padding-top: 20px !important; padding-bottom: 20px !important; }
.tb-trust-strip p { margin: 0; font-size: 10px; text-align: center; }
.tb-trust-strip strong { color: var(--tb-teal-bright); margin-right: 7px; }
.tb-faq-pattern { padding-top: 70px; padding-bottom: 70px; }

@media (max-width: 1050px) {
	.tb-header-button { display: none; }
	.tb-navigation { margin-left: auto; }
}

@media (max-width: 800px) {
	.tb-topbar .wp-block-group { justify-content: flex-end !important; }
	.tb-topbar .wp-block-group > p:first-child { display: none; }
	.tb-header { min-height: 78px; }
	.tb-brand, .tb-brand img { width: 200px; height: 60px; }
	.tb-hero { background: white; }
	.tb-hero-columns { flex-wrap: wrap !important; }
	.tb-hero-copy, .tb-hero-media { flex-basis: 100% !important; }
	.tb-hero-media { margin-top: 35px; }
	.tb-section-heading, .tb-service-row, .tb-promise > .wp-block-columns, .tb-home-faq > .wp-block-columns { flex-wrap: wrap !important; }
	.tb-section-heading > .wp-block-column, .tb-service-row > .wp-block-column, .tb-promise > .wp-block-columns > .wp-block-column, .tb-home-faq > .wp-block-columns > .wp-block-column { flex-basis: 100% !important; }
	.tb-step-grid { flex-wrap: wrap !important; }
	.tb-step-grid > .wp-block-column { flex-basis: 50% !important; border-bottom: 1px solid var(--tb-line); }
	.tb-footer-columns { flex-wrap: wrap !important; }
	.tb-footer-columns > .wp-block-column { flex-basis: calc(50% - 20px) !important; }
}

@media (max-width: 600px) {
	body { padding-bottom: 62px; }
	.tb-topbar { display: none; }
	.tb-header { position: sticky; top: 0; }
	.tb-brand, .tb-brand img { width: 176px; height: 55px; }
	.tb-hero { min-height: 0; }
	.tb-hero-columns { padding: 48px 0; }
	.tb-hero-media, .tb-hero-media > figure, .tb-hero-media > figure img { min-height: 420px; height: 420px; }
	.tb-hero-card { width: 84%; }
	.tb-home-section { padding-top: 72px !important; padding-bottom: 72px !important; }
	.tb-service-card.featured { min-height: 430px; }
	.tb-step-grid > .wp-block-column { flex-basis: 100% !important; border-right: 0; }
	.tb-step-grid h3 { margin-top: 30px; }
	.tb-closing-cta { padding-top: 65px !important; padding-bottom: 65px !important; }
	.tb-footer-columns > .wp-block-column { flex-basis: 100% !important; }
	.tb-mobile-call { height: 62px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; background: var(--tb-teal); color: white !important; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
	.tb-mobile-call span { font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
	.tb-mobile-call strong { font-size: 14px; }
	.tb-cookie { grid-template-columns: 1fr; left: 16px; bottom: 76px; }
	.tb-cookie > div:last-child { justify-content: flex-end; }
	.tb-form-grid { grid-template-columns: 1fr; }
	.tb-form-grid label.wide { grid-column: auto; }
	.tb-contact-form-wrap { padding: 25px 18px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Gestaltung der bevorzugten früheren Chat-Variante */
:root {
	--tb-ink: #111417;
	--tb-teal: #11bfc3;
	--tb-teal-bright: #42d4d7;
	--tb-paper: #f4f7f7;
	--tb-muted: #657078;
	--tb-line: #dfe7e9;
	--tb-radius: 18px;
	--tb-shadow: 0 16px 45px rgba(17,20,23,.10);
}

body {
	color: #2b3338;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.65;
}

.tb-topbar {
	display: block;
	background: #0a1518;
	color: #d5ddde;
	border-bottom: 1px solid rgba(255,255,255,.06);
}
.tb-topbar a { color: #fff; }
.tb-header {
	min-height: 72px;
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(17,20,23,.96);
	border-bottom: 1px solid rgba(255,255,255,.09);
	backdrop-filter: blur(12px);
}
.tb-brand {
	width: 230px;
	height: 62px;
	display: flex;
	align-items: center;
	overflow: visible;
}
.tb-brand img {
	width: 230px;
	height: auto;
	max-height: 62px;
	object-fit: contain;
	object-position: left center;
}
.tb-header .tb-brand img { filter: none; }
.tb-header .wp-block-navigation-item__content {
	padding: 27px 0;
	color: #fff;
	font-size: 13px;
	font-weight: 650;
}
.tb-header .wp-block-navigation-item__content:hover { color: var(--tb-teal); }
.tb-header-button a {
	min-height: 44px;
	border-radius: 999px !important;
	background: var(--tb-teal) !important;
	color: var(--tb-ink) !important;
}
.tb-header .wp-block-navigation__responsive-container-open {
	color: #fff;
}
.tb-header .wp-block-navigation__responsive-container.is-menu-open {
	background: var(--tb-ink);
	color: #fff;
}

.wp-element-button,
.wp-block-button__link,
.tb-contact-form button[type="submit"] {
	border-radius: 999px !important;
	font-weight: 800;
}

.tb-eyebrow {
	padding-left: 0;
	color: var(--tb-teal);
	font-size: 12px !important;
	letter-spacing: .15em;
}
.tb-eyebrow::before { display: none; }

.tb-hero {
	min-height: 640px;
	color: #fff;
	background:
		linear-gradient(90deg,#090d0f 0%,rgba(9,13,15,.98) 28%,rgba(9,13,15,.90) 43%,rgba(9,13,15,.45) 61%,rgba(9,13,15,.08) 82%),
		linear-gradient(180deg,rgba(9,13,15,.10),rgba(9,13,15,.18)),
		url("../images/trobutec-hero-bad.webp") center right / cover no-repeat;
}
.tb-hero::after { display: none; }
.tb-hero-columns { min-height: 640px; padding: 76px 0 84px; }
.tb-hero-copy {
	max-width: 690px;
	flex-basis: 58% !important;
}
.tb-hero-copy h1 {
	max-width: 690px;
	color: #fff;
	font-size: clamp(44px,5vw,68px) !important;
	font-weight: 850;
	line-height: 1.03;
	letter-spacing: -.04em;
	text-wrap: balance;
}
.tb-hero-copy > p:not(.tb-eyebrow) {
	max-width: 620px;
	color: #c7d0d3;
	font-size: clamp(16px,1.5vw,19px) !important;
	line-height: 1.6;
}
.tb-hero-media { display: none; }
.tb-hero-actions { gap: 12px; }
.tb-hero-actions .wp-block-button__link {
	min-height: 52px;
	padding: 0 22px;
	display: inline-flex;
	align-items: center;
}
.tb-hero-actions .is-style-outline .wp-block-button__link {
	border-color: rgba(255,255,255,.35);
	color: #fff;
}
.tb-hero-trustbar {
	padding: 25px 0 22px;
	background:
		linear-gradient(90deg,rgba(9,30,33,.98),rgba(10,47,51,.96),rgba(9,25,28,.98)) !important;
	border-top: 1px solid rgba(66,212,215,.18);
}
.tb-hero-trustbar .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 0;
}
.tb-hero-trustbar .wp-block-column {
	padding: 0 22px;
	border-right: 1px solid rgba(255,255,255,.12);
}
.tb-hero-trustbar .wp-block-column:first-child { padding-left: 0; }
.tb-hero-trustbar .wp-block-column:last-child {
	padding-right: 0;
	border-right: 0;
}
.tb-hero-trustbar h3 {
	margin: 0 0 4px;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
}
.tb-hero-trustbar h3::first-letter { color: var(--tb-teal-bright); }
.tb-hero-trustbar p {
	margin: 0;
	color: #c5d0d1;
	font-size: 11px;
	line-height: 1.5;
}
.tb-service-ticker {
	padding: 20px;
	background: var(--tb-teal) !important;
	color: var(--tb-ink) !important;
}
.tb-service-ticker p { font-size: 12px; letter-spacing: .08em; }
.tb-service-ticker span { color: rgba(17,20,23,.45); }

.tb-home-section {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}
.tb-section-heading { margin-bottom: 45px; }
.tb-section-heading h2,
.tb-promise h2,
.tb-process h2,
.tb-home-faq h2,
.tb-closing-cta h2 {
	font-size: clamp(32px,4vw,53px) !important;
	font-weight: 820;
	line-height: 1.1;
	letter-spacing: -.035em;
}
mark { color: var(--tb-teal); font-weight: 650; }

.tb-service-row {
	display: grid !important;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 24px;
}
.tb-service-row > .wp-block-column,
.tb-service-stack { display: contents; }
.tb-service-card,
.tb-service-card.featured {
	min-height: 320px;
	padding: 30px !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	border: 1px solid #e5ebed;
	border-radius: var(--tb-radius);
	background: #fff !important;
	color: var(--tb-ink) !important;
	box-shadow: 0 8px 25px rgba(17,20,23,.05);
}
.tb-service-card.featured {
	border: 2px solid rgba(17,191,195,.5);
	background: linear-gradient(145deg,#fff,#effafa) !important;
}
.tb-service-card.featured::before,
.tb-service-card.featured::after { display: none; }
.tb-service-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--tb-shadow);
	transition: .25s ease;
}
.tb-service-card h2,
.tb-service-card h3 {
	color: var(--tb-ink) !important;
	font-size: clamp(24px,2.3vw,32px);
}
.tb-service-card p,
.tb-service-card.featured p {
	color: var(--tb-muted) !important;
	font-size: 14px;
}

.tb-promise {
	background: #fff !important;
	color: var(--tb-ink) !important;
}
.tb-promise .tb-eyebrow { color: var(--tb-teal); }
.tb-promise p { color: var(--tb-muted) !important; font-size: 15px; }
.tb-promise-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}
.tb-promise-list h3 {
	margin: 0;
	padding: 24px 24px 0;
	border: 1px solid #e5ebed;
	border-bottom: 0;
	border-radius: var(--tb-radius) var(--tb-radius) 0 0;
	background: var(--tb-paper);
	color: var(--tb-ink);
	font-size: 18px;
}
.tb-promise-list p {
	min-height: 85px;
	margin: 0 0 18px;
	padding: 8px 24px 24px;
	border: 1px solid #e5ebed;
	border-top: 0;
	border-radius: 0 0 var(--tb-radius) var(--tb-radius);
	background: var(--tb-paper);
}

.tb-process { background: var(--tb-paper); }
.tb-step-grid {
	margin-top: 45px;
	gap: 24px;
	border: 0;
}
.tb-step-grid > .wp-block-column {
	min-height: 190px;
	padding: 28px !important;
	border: 1px solid #e5ebed !important;
	border-radius: var(--tb-radius);
	background: #fff;
	box-shadow: 0 8px 25px rgba(17,20,23,.04);
}
.tb-step-grid > .wp-block-column > p:first-child {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--tb-teal);
	color: var(--tb-ink) !important;
}
.tb-step-grid h3 { margin-top: 28px; }
.tb-step-grid p { font-size: 14px; }

.tb-home-faq { background: var(--tb-paper); }
.tb-home-faq .wp-block-details,
.tb-faq-pattern .wp-block-details {
	margin-bottom: 12px;
	padding: 20px 22px;
	border: 1px solid #e1e8ea;
	border-radius: 14px;
	background: #fff;
}
.tb-home-faq .wp-block-details p { font-size: 14px; }

.tb-closing-cta {
	padding-top: 78px !important;
	padding-bottom: 78px !important;
	background: var(--tb-teal) !important;
	color: var(--tb-ink) !important;
}
.tb-closing-cta::after { display: none; }
.tb-closing-cta .tb-eyebrow { color: #174f52; }
.tb-closing-cta p { color: #17585b; }
.tb-closing-cta .wp-block-button__link {
	background: var(--tb-ink) !important;
	color: #fff !important;
}

.tb-page-title {
	padding-top: 80px !important;
	padding-bottom: 70px !important;
	background:
		radial-gradient(circle at 82% 20%,rgba(17,191,195,.2),transparent 34%),
		var(--tb-ink) !important;
	color: #fff;
}
.tb-page-title .wp-block-post-title {
	color: #fff;
	font-size: clamp(42px,6vw,72px) !important;
}
.tb-page-shell .wp-block-post-content { padding-top: 70px; }
.tb-page-shell .wp-block-post-content p,
.tb-page-shell .wp-block-post-content li { color: #566164; font-size: 16px; }
.tb-import-section .tb-content-cards { gap: 24px; }
.tb-import-section .tb-content-cards > .wp-block-column {
	border: 1px solid #e5ebed;
	border-radius: var(--tb-radius);
	box-shadow: 0 8px 25px rgba(17,20,23,.05);
}

.tb-content-shell .tb-post-card,
.tb-post-card {
	border: 1px solid #e5ebed;
	border-top: 4px solid var(--tb-teal);
	border-radius: var(--tb-radius);
}
.tb-contact-form-wrap {
	border: 1px solid #e3eaec;
	border-top: 4px solid var(--tb-teal);
	border-radius: var(--tb-radius);
	box-shadow: 0 12px 35px rgba(17,20,23,.06);
}
.tb-form-grid input,
.tb-form-grid select,
.tb-form-grid textarea { border-radius: 12px; }
.tb-contact-form button[type="submit"] {
	background: var(--tb-teal);
	color: var(--tb-ink);
}
.tb-cookie {
	border: 1px solid #e0e7e9;
	border-top: 4px solid var(--tb-teal);
	border-radius: 14px;
}
.tb-cookie button { border-radius: 999px; }

.tb-footer { background: var(--tb-ink) !important; }
.tb-footer .tb-brand { filter: none; }

@media (max-width: 900px) {
	.tb-hero {
		background:
			linear-gradient(90deg,#090d0f 0%,rgba(9,13,15,.96) 42%,rgba(9,13,15,.55) 72%,rgba(9,13,15,.28)),
			url("../images/trobutec-hero-bad.webp") 62% center / cover no-repeat;
	}
	.tb-hero-copy { flex-basis: 70% !important; }
	.tb-hero-trustbar .wp-block-columns { grid-template-columns: 1fr 1fr; }
	.tb-hero-trustbar .wp-block-column {
		padding: 14px 20px;
		border-right: 1px solid rgba(255,255,255,.12);
		border-bottom: 1px solid rgba(255,255,255,.12);
	}
	.tb-hero-trustbar .wp-block-column:nth-child(2n) { border-right: 0; }
	.tb-hero-trustbar .wp-block-column:nth-last-child(-n+2) { border-bottom: 0; }
	.tb-hero-trustbar .wp-block-column:first-child { padding-left: 20px; }
	.tb-hero-trustbar .wp-block-column:last-child { padding-right: 20px; }
	.tb-service-row { grid-template-columns: 1fr 1fr; }
	.tb-service-row > .tb-service-card:last-child { grid-column: 1 / -1; }
	.tb-promise-list { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
	.tb-brand { width: 178px; height: 54px; }
	.tb-brand img { width: 178px; height: auto; max-height: 54px; }
	.tb-hero { min-height: 0; }
	.tb-hero {
		background:
			linear-gradient(90deg,rgba(9,13,15,.98),rgba(9,13,15,.86)),
			linear-gradient(180deg,rgba(9,13,15,.22),rgba(9,13,15,.52)),
			url("../images/trobutec-hero-bad.webp") 67% center / cover no-repeat;
	}
	.tb-hero-columns { min-height: 0; padding: 68px 0; }
	.tb-hero-copy { flex-basis: 100% !important; }
	.tb-hero-copy h1 { font-size: clamp(38px,11.2vw,52px) !important; }
	.tb-hero-actions { align-items: stretch; flex-direction: column; }
	.tb-hero-actions .wp-block-button,
	.tb-hero-actions .wp-block-button__link { width: 100%; }
	.tb-hero-trustbar .wp-block-columns { grid-template-columns: 1fr; }
	.tb-hero-trustbar .wp-block-column {
		padding: 14px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.12);
	}
	.tb-hero-trustbar .wp-block-column:first-child { padding-left: 0; }
	.tb-hero-trustbar .wp-block-column:last-child {
		padding-right: 0;
		border-bottom: 0;
	}
	.tb-service-row { grid-template-columns: 1fr; }
	.tb-service-row > .tb-service-card:last-child { grid-column: auto; }
	.tb-service-card,
	.tb-service-card.featured { min-height: 285px; padding: 24px !important; }
	.tb-step-grid { flex-direction: column; }
	.tb-page-title { padding-top: 65px !important; padding-bottom: 55px !important; }
	.tb-page-title .wp-block-post-title {
		font-size: clamp(36px,12vw,48px) !important;
		overflow-wrap: anywhere;
	}
}
