/* ==========================================================================
   TruBlink Premium Design System 2.0 - DARK "In a Blink"
   STRICT brand palette (trublink-brand/SKILL.md):
   Electric Blue #2563EB | Fresh Green #22C55E | Dark Navy #1F2937
   Official combo: Navy bg + White text + Green accent (dark mode)
   CTA combo: Blue bg + White text | Montserrat Bold + Roboto Regular
   ========================================================================== */

:root {
	--tb-blue: #2563EB;
	--tb-blue-dark: #1D4ED8;
	--tb-blue-soft: #60A5FA;
	--tb-green: #22C55E;
	--tb-green-soft: #4ADE80;
	--tb-navy: #1F2937;
	--tb-navy-2: #182230;
	--tb-navy-3: #111827;
	--tb-navy-4: #0C1220;
	--tb-card: #232F40;
	--tb-card-2: #273549;
	--tb-line: rgba(255, 255, 255, 0.09);
	--tb-line-2: rgba(255, 255, 255, 0.05);
	--tb-text: #FFFFFF;
	--tb-muted: #9AA7BC;
	--tb-muted-2: #7A8799;
	--tb-grad: linear-gradient(120deg, #2563EB 0%, #22C55E 100%);
	--tb-grad-text: linear-gradient(100deg, #60A5FA 0%, #22C55E 100%);
	--tb-font-h: 'Montserrat', sans-serif;
	--tb-font-b: 'Roboto', sans-serif;
	--tb-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--tb-radius: 20px;
}

/* ---------- Base ---------- */
body {
	background: var(--tb-navy-3);
	color: var(--tb-muted);
	font-family: var(--tb-font-b);
	-webkit-font-smoothing: antialiased;
}

::selection { background: var(--tb-blue); color: #fff; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--tb-navy-4); }
::-webkit-scrollbar-thumb { background: #2B3A52; border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: var(--tb-blue); }

/* ---------- Buttons (official combo: Blue bg + White text) ---------- */
.tb-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 32px;
	border-radius: 100px;
	font-family: var(--tb-font-h);
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.01em;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	transition: transform 0.35s var(--tb-ease), box-shadow 0.35s var(--tb-ease), background 0.35s, color 0.35s, border-color 0.35s;
	will-change: transform;
}

.tb-btn--primary {
	background: var(--tb-blue);
	color: #fff;
	box-shadow: 0 12px 30px -10px rgba(37, 99, 235, 0.55);
}

.tb-btn--primary:hover {
	background: var(--tb-blue-dark);
	box-shadow: 0 18px 44px -12px rgba(37, 99, 235, 0.75), 0 6px 22px -8px rgba(34, 197, 94, 0.45);
	transform: translateY(-2px);
	color: #fff;
}

.tb-btn--ghost {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.tb-btn--ghost:hover {
	border-color: var(--tb-blue-soft);
	color: var(--tb-blue-soft);
	transform: translateY(-2px);
}

.tb-btn .tb-btn__arrow { display: inline-flex; transition: transform 0.35s var(--tb-ease); }
.tb-btn:hover .tb-btn__arrow { transform: translateX(5px); }

/* ---------- Shared type ---------- */
.tb-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--tb-font-h);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--tb-green-soft);
}

.tb-eyebrow::before {
	content: '';
	width: 26px;
	height: 2px;
	background: var(--tb-grad);
	border-radius: 2px;
}

.tb-title {
	font-family: var(--tb-font-h);
	font-weight: 800;
	font-size: clamp(32px, 4.6vw, 58px);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--tb-text);
	margin: 18px 0 0;
}

.tb-grad-text {
	background: var(--tb-grad-text);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tb-sub {
	font-size: 17px;
	line-height: 1.75;
	color: var(--tb-muted);
	max-width: 620px;
}

.tb-line-mask { display: block; overflow: hidden; }
.tb-line-mask > span { display: block; will-change: transform; }

.tb-heading { position: relative; }
.tb-heading--center { text-align: center; }
.tb-heading--center .tb-sub { margin-left: auto; margin-right: auto; }
.tb-heading--center .tb-eyebrow::before { display: none; }
.tb-heading .tb-sub { margin-top: 20px; }

/* ==========================================================================
   PRELOADER - Navy curtains + REAL brand icon
   ========================================================================== */
.tb-preloader { position: fixed; inset: 0; z-index: 99999; pointer-events: none; }
.tb-preloader__panel { position: absolute; left: 0; width: 100%; height: 100.5%; }
.tb-preloader__panel--a { top: 0; background: var(--tb-navy); }
.tb-preloader__panel--b { top: 0; background: var(--tb-navy-4); }

.tb-preloader__inner {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

.tb-preloader__logo {
	width: 78px;
	height: auto;
	opacity: 0;
	transform: scale(0.7);
	filter: drop-shadow(0 10px 34px rgba(37, 99, 235, 0.45));
}

.tb-preloader__word {
	display: flex;
	gap: 4px;
	font-family: var(--tb-font-h);
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 0.42em;
	color: #fff;
}

.tb-preloader__word span { opacity: 0; transform: translateY(12px); display: inline-block; }

/* ==========================================================================
   CUSTOM CURSOR (brand blue ring + green dot)
   ========================================================================== */
.tb-cursor { position: fixed; inset: 0; z-index: 99998; pointer-events: none; }

.tb-cursor__dot {
	position: absolute;
	top: 0; left: 0;
	width: 7px; height: 7px;
	margin: -3.5px 0 0 -3.5px;
	border-radius: 50%;
	background: var(--tb-green);
	transform: translate3d(-100px, -100px, 0);
}

.tb-cursor__ring {
	position: absolute;
	top: 0; left: 0;
	width: 38px; height: 38px;
	margin: -19px 0 0 -19px;
	border-radius: 50%;
	border: 1.5px solid rgba(37, 99, 235, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate3d(-100px, -100px, 0);
	transition: width 0.3s var(--tb-ease), height 0.3s var(--tb-ease), margin 0.3s var(--tb-ease), background 0.3s, border-color 0.3s;
}

.tb-cursor__label {
	font-family: var(--tb-font-h);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #fff;
	opacity: 0;
	transition: opacity 0.2s;
}

.tb-cursor.is-hover .tb-cursor__ring {
	width: 64px; height: 64px;
	margin: -32px 0 0 -32px;
	background: rgba(37, 99, 235, 0.22);
	border-color: var(--tb-blue-soft);
	backdrop-filter: blur(2px);
}

.tb-cursor.is-hover .tb-cursor__label { opacity: 1; }

@media (hover: none), (max-width: 1024px) {
	.tb-cursor { display: none; }
}

/* ==========================================================================
   FILM GRAIN
   ========================================================================== */
.tb-grain {
	position: fixed;
	inset: -100%;
	z-index: 9990;
	pointer-events: none;
	opacity: 0.05;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	animation: tb-grain-move 9s steps(6) infinite;
}

@keyframes tb-grain-move {
	0% { transform: translate(0, 0); }
	20% { transform: translate(-4%, 3%); }
	40% { transform: translate(3%, -5%); }
	60% { transform: translate(-5%, -2%); }
	80% { transform: translate(4%, 4%); }
	100% { transform: translate(0, 0); }
}

/* ==========================================================================
   HERO - Dark Navy + White + Green (official dark combo)
   ========================================================================== */
.tb-hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: linear-gradient(160deg, var(--tb-navy-4) 0%, var(--tb-navy) 60%, var(--tb-navy-2) 100%);
	isolation: isolate;
}

.tb-hero__grid-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 30%, transparent 75%);
}

.tb-hero__aurora { position: absolute; inset: 0; z-index: 0; filter: blur(90px); opacity: 0.9; }
.tb-hero__blob { position: absolute; border-radius: 50%; will-change: transform; }
.tb-hero__blob--1 { width: 46vw; height: 46vw; min-width: 480px; min-height: 480px; top: -18%; left: -12%; background: radial-gradient(circle at 35% 35%, rgba(37, 99, 235, 0.55), transparent 65%); }
.tb-hero__blob--2 { width: 34vw; height: 34vw; min-width: 380px; min-height: 380px; bottom: -22%; right: -8%; background: radial-gradient(circle at 60% 40%, rgba(34, 197, 94, 0.38), transparent 65%); }
.tb-hero__blob--3 { width: 26vw; height: 26vw; min-width: 300px; min-height: 300px; top: 22%; right: 16%; background: radial-gradient(circle at 50% 50%, rgba(96, 165, 250, 0.28), transparent 62%); }

.tb-hero__inner {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 150px 32px 120px;
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 60px;
	align-items: center;
}

.tb-hero__title {
	font-family: var(--tb-font-h);
	font-weight: 800;
	font-size: clamp(42px, 6.2vw, 84px);
	line-height: 1.02;
	letter-spacing: -0.035em;
	margin: 22px 0 0;
	color: #fff;
}

.tb-hero__sub { margin-top: 26px; max-width: 540px; font-size: 18px; color: var(--tb-muted); }
.tb-hero__ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }

.tb-hero__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 52px;
	font-size: 13.5px;
	color: var(--tb-muted);
}

.tb-hero__meta-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px; height: 22px;
	border-radius: 50%;
	background: rgba(34, 197, 94, 0.16);
	color: var(--tb-green-soft);
	flex: none;
}

/* Floating deploy card */
.tb-hero__visual { position: relative; z-index: 3; }

.tb-hero__card {
	position: relative;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
	border: 1px solid var(--tb-line);
	border-radius: 24px;
	padding: 30px;
	backdrop-filter: blur(14px);
	box-shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.65);
	will-change: transform;
}

.tb-hero__card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: var(--tb-font-h);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tb-muted);
}

.tb-hero__card-status { display: inline-flex; align-items: center; gap: 8px; color: var(--tb-green-soft); }

.tb-hero__card-status i {
	width: 8px; height: 8px;
	border-radius: 50%;
	background: var(--tb-green);
	box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
	animation: tb-pulse 2s infinite;
}

@keyframes tb-pulse {
	0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45); }
	70% { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); }
	100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.tb-hero__card-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 15px 0;
	border-bottom: 1px solid var(--tb-line-2);
	font-size: 15px;
	color: #fff;
}

.tb-hero__card-row:last-child { border-bottom: 0; padding-bottom: 4px; }
.tb-hero__card-row svg { flex: none; color: var(--tb-green); }
.tb-hero__card-row em { font-style: normal; color: var(--tb-muted); margin-left: auto; font-size: 13px; }

/* Floating chips */
.tb-hero__chip {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 100px;
	background: rgba(17, 24, 39, 0.9);
	border: 1px solid var(--tb-line);
	font-family: var(--tb-font-h);
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	backdrop-filter: blur(8px);
	box-shadow: 0 12px 34px -12px rgba(0, 0, 0, 0.7);
	will-change: transform;
	white-space: nowrap;
}

.tb-hero__chip--1 { top: -24px; right: 8%; color: var(--tb-blue-soft); }
.tb-hero__chip--2 { bottom: 12%; left: -34px; color: var(--tb-green-soft); }
.tb-hero__chip--3 { bottom: -20px; right: 14%; }

.tb-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 26px;
	z-index: 4;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-family: var(--tb-font-h);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--tb-muted-2);
}

.tb-hero__scroll-line { width: 1px; height: 44px; background: var(--tb-line); overflow: hidden; position: relative; }
.tb-hero__scroll-line::after {
	content: '';
	position: absolute;
	top: -50%; left: 0;
	width: 100%; height: 50%;
	background: var(--tb-green);
	animation: tb-scroll-hint 1.8s var(--tb-ease) infinite;
}

@keyframes tb-scroll-hint {
	0% { top: -50%; }
	60%, 100% { top: 110%; }
}

@media (max-width: 980px) {
	.tb-hero__inner { grid-template-columns: 1fr; gap: 70px; padding-top: 130px; }
	.tb-hero__visual { max-width: 440px; }
}

/* ==========================================================================
   MARQUEE - navy strip
   ========================================================================== */
.tb-marquee {
	position: relative;
	overflow: hidden;
	padding: 26px 0;
	border-top: 1px solid var(--tb-line-2);
	border-bottom: 1px solid var(--tb-line-2);
	background: var(--tb-navy-2);
}

.tb-marquee__track { display: flex; width: max-content; will-change: transform; }

.tb-marquee__seq {
	display: flex;
	align-items: center;
	gap: 44px;
	padding-right: 44px;
	font-family: var(--tb-font-h);
	font-weight: 800;
	font-size: clamp(18px, 2.4vw, 28px);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(154, 167, 188, 0.65);
	white-space: nowrap;
}

.tb-marquee__seq .tb-marquee__dot { color: var(--tb-green); font-size: 0.7em; }
.tb-marquee__seq .tb-marquee__hl { color: #fff; }

/* ==========================================================================
   SERVICES BENTO - navy cards, blue icon tiles, green checks
   ========================================================================== */
.tb-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }

.tb-bento__card {
	--mx: 50%;
	--my: 50%;
	position: relative;
	grid-column: span 2;
	padding: 34px 30px 30px;
	border-radius: var(--tb-radius);
	background: linear-gradient(165deg, var(--tb-card) 0%, var(--tb-navy-2) 100%);
	border: 1px solid var(--tb-line-2);
	overflow: hidden;
	transition: border-color 0.4s, transform 0.4s var(--tb-ease);
	will-change: transform;
}

.tb-bento__card--wide { grid-column: span 3; }

.tb-bento__card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(420px circle at var(--mx) var(--my), rgba(37, 99, 235, 0.16), transparent 55%);
	opacity: 0;
	transition: opacity 0.45s;
	pointer-events: none;
}

.tb-bento__card:hover::before { opacity: 1; }
.tb-bento__card:hover { border-color: rgba(96, 165, 250, 0.4); transform: translateY(-5px); }

.tb-bento__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px; height: 52px;
	border-radius: 15px;
	background: rgba(37, 99, 235, 0.16);
	border: 1px solid rgba(37, 99, 235, 0.3);
	color: var(--tb-blue-soft);
	margin-bottom: 22px;
	transition: background 0.35s, color 0.35s, border-color 0.35s;
}

.tb-bento__card:hover .tb-bento__icon { background: rgba(34, 197, 94, 0.14); border-color: rgba(34, 197, 94, 0.35); color: var(--tb-green-soft); }

.tb-bento__num {
	position: absolute;
	top: 26px; right: 28px;
	font-family: var(--tb-font-h);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: rgba(154, 167, 188, 0.35);
}

.tb-bento__title { font-family: var(--tb-font-h); font-size: 21px; font-weight: 800; letter-spacing: -0.01em; margin: 0 0 10px; color: #fff; }
.tb-bento__desc { font-size: 14.5px; line-height: 1.7; color: var(--tb-muted); margin: 0 0 18px; }

.tb-bento__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.tb-bento__list li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: var(--tb-muted); }
.tb-bento__list svg { flex: none; margin-top: 2px; color: var(--tb-green); }

.tb-bento__tag {
	position: absolute;
	bottom: 24px; right: 26px;
	font-family: var(--tb-font-h);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--tb-blue-soft);
	opacity: 0.7;
}

@media (max-width: 980px) { .tb-bento__card, .tb-bento__card--wide { grid-column: span 3; } }
@media (max-width: 640px) { .tb-bento__card, .tb-bento__card--wide { grid-column: span 6; } }

/* ==========================================================================
   PROCESS - sticky rail + gradient progress line
   ========================================================================== */
.tb-process { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
.tb-process__rail { position: sticky; top: 120px; }
.tb-process__rail .tb-sub { margin-top: 20px; }

.tb-process__steps { position: relative; padding-left: 46px; }

.tb-process__line {
	position: absolute;
	left: 17px;
	top: 8px;
	bottom: 8px;
	width: 2px;
	background: var(--tb-line-2);
	border-radius: 2px;
	overflow: hidden;
}

.tb-process__line-fill {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: var(--tb-grad);
	transform-origin: top;
	transform: scaleY(0);
}

.tb-process__step { position: relative; padding: 30px 0 44px; }

.tb-process__step-dot {
	position: absolute;
	left: -46px;
	top: 34px;
	width: 36px; height: 36px;
	border-radius: 50%;
	background: var(--tb-navy-2);
	border: 1px solid var(--tb-line);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--tb-font-h);
	font-size: 13px;
	font-weight: 800;
	color: var(--tb-muted);
	transition: background 0.4s, color 0.4s, border-color 0.4s, box-shadow 0.4s;
}

.tb-process__step.is-active .tb-process__step-dot {
	background: var(--tb-blue);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.2);
}

.tb-process__step-title { font-family: var(--tb-font-h); font-size: 26px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 12px; color: #fff; }
.tb-process__step-desc { font-size: 15.5px; line-height: 1.75; color: var(--tb-muted); margin: 0; max-width: 480px; }

.tb-process__step-tag {
	display: inline-block;
	margin-top: 16px;
	padding: 7px 14px;
	border-radius: 100px;
	background: rgba(34, 197, 94, 0.12);
	border: 1px solid rgba(34, 197, 94, 0.28);
	font-family: var(--tb-font-h);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tb-green-soft);
}

@media (max-width: 900px) {
	.tb-process { grid-template-columns: 1fr; gap: 40px; }
	.tb-process__rail { position: static; }
}

/* ==========================================================================
   STATS
   ========================================================================== */
.tb-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.tb-stats__item {
	position: relative;
	padding: 36px 28px;
	border-radius: var(--tb-radius);
	background: linear-gradient(165deg, var(--tb-card) 0%, var(--tb-navy-2) 100%);
	border: 1px solid var(--tb-line-2);
	text-align: left;
	overflow: hidden;
}

.tb-stats__item::after {
	content: '';
	position: absolute;
	left: 28px; bottom: 0;
	width: 44px; height: 3px;
	background: var(--tb-grad);
	border-radius: 3px 3px 0 0;
}

.tb-stats__num {
	font-family: var(--tb-font-h);
	font-size: clamp(38px, 3.6vw, 52px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #fff;
	display: flex;
	align-items: baseline;
	gap: 2px;
}

.tb-stats__suffix { color: var(--tb-green-soft); font-size: 0.62em; font-weight: 800; }
.tb-stats__label { margin-top: 14px; font-size: 14px; color: var(--tb-muted); line-height: 1.55; }

@media (max-width: 900px) { .tb-stats { grid-template-columns: repeat(2, 1fr); } }

/* ==========================================================================
   PORTFOLIO
   ========================================================================== */
.tb-work { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.tb-work__card {
	position: relative;
	display: block;
	border-radius: var(--tb-radius);
	overflow: hidden;
	background: var(--tb-navy-2);
	border: 1px solid var(--tb-line-2);
	text-decoration: none;
	transition: border-color 0.4s, transform 0.4s var(--tb-ease);
	will-change: transform;
}

.tb-work__card:hover { border-color: rgba(96, 165, 250, 0.45); transform: translateY(-6px); }

.tb-work__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.tb-work__media-grad { position: absolute; inset: 0; opacity: 0.92; transition: transform 0.7s var(--tb-ease); }
.tb-work__card:hover .tb-work__media-grad { transform: scale(1.06); }

.tb-work__monogram {
	position: relative;
	z-index: 1;
	font-family: var(--tb-font-h);
	font-size: 54px;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: rgba(255, 255, 255, 0.94);
	text-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.tb-work__live {
	position: absolute;
	top: 16px; right: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 13px;
	border-radius: 100px;
	background: rgba(12, 18, 32, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(6px);
	font-family: var(--tb-font-h);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 0.35s, transform 0.35s var(--tb-ease);
}

.tb-work__card:hover .tb-work__live { opacity: 1; transform: translateY(0); }

.tb-work__body { padding: 22px 24px 24px; }
.tb-work__cat { font-family: var(--tb-font-h); font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--tb-green-soft); }
.tb-work__title { font-family: var(--tb-font-h); font-size: 19px; font-weight: 800; margin: 8px 0 8px; color: #fff; letter-spacing: -0.01em; }
.tb-work__desc { font-size: 13.5px; line-height: 1.65; color: var(--tb-muted); margin: 0; }

@media (max-width: 980px) { .tb-work { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .tb-work { grid-template-columns: 1fr; } }

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.tb-testi { position: relative; overflow: hidden; }
.tb-testi__viewport { overflow: hidden; }
.tb-testi__track { display: flex; will-change: transform; }
.tb-testi__slide { flex: 0 0 100%; padding: 6px; }

.tb-testi__card {
	position: relative;
	padding: 46px 48px;
	border-radius: calc(var(--tb-radius) + 6px);
	background: linear-gradient(160deg, var(--tb-card) 0%, var(--tb-navy-2) 100%);
	border: 1px solid var(--tb-line-2);
}

.tb-testi__quote-mark {
	position: absolute;
	top: 30px; right: 40px;
	font-family: var(--tb-font-h);
	font-size: 110px;
	font-weight: 800;
	line-height: 1;
	background: var(--tb-grad-text);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.55;
	pointer-events: none;
}

.tb-testi__text { font-size: clamp(18px, 2vw, 23px); line-height: 1.65; color: #fff; margin: 0; max-width: 900px; }
.tb-testi__person { display: flex; align-items: center; gap: 16px; margin-top: 32px; }

.tb-testi__avatar {
	width: 52px; height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--tb-font-h);
	font-weight: 800;
	font-size: 18px;
	color: #fff;
	background: var(--tb-blue);
	flex: none;
}

.tb-testi__name { font-family: var(--tb-font-h); font-weight: 700; font-size: 15.5px; color: #fff; display: block; }
.tb-testi__role { font-size: 13px; color: var(--tb-muted); margin-top: 3px; display: block; }

.tb-testi__nav { display: flex; align-items: center; gap: 10px; margin-top: 28px; }

.tb-testi__dot {
	width: 26px; height: 4px;
	border-radius: 4px;
	background: var(--tb-line);
	border: 0;
	padding: 0;
	cursor: pointer;
	transition: background 0.3s, width 0.3s var(--tb-ease);
}

.tb-testi__dot.is-active { background: var(--tb-grad); width: 44px; }

/* ==========================================================================
   CTA BANNER - navy radial + blue CTA + green check
   ========================================================================== */
.tb-cta {
	position: relative;
	overflow: hidden;
	border-radius: calc(var(--tb-radius) + 10px);
	padding: clamp(56px, 8vw, 110px) clamp(28px, 6vw, 90px);
	background: radial-gradient(120% 160% at 12% 0%, var(--tb-navy) 0%, var(--tb-navy-4) 58%);
	border: 1px solid var(--tb-line);
	text-align: center;
	isolation: isolate;
}

.tb-cta__glow {
	position: absolute;
	left: 50%; top: -42%;
	width: 720px; height: 720px;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(37, 99, 235, 0.35) 0%, rgba(34, 197, 94, 0.13) 42%, transparent 68%);
	filter: blur(30px);
	z-index: -1;
	pointer-events: none;
}

.tb-cta__check { margin: 0 auto 30px; display: block; }
.tb-cta__check-path { stroke-dasharray: 120; stroke-dashoffset: 120; }
.tb-cta__title { font-size: clamp(34px, 5vw, 64px); margin: 0; }
.tb-cta__sub { margin: 22px auto 0; }
.tb-cta__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 42px; }

.tb-cta__note { margin-top: 26px; font-size: 13px; color: var(--tb-muted); display: flex; justify-content: center; align-items: center; gap: 9px; }
.tb-cta__note svg { color: var(--tb-green); }

/* ==========================================================================
   CONTACT INFO
   ========================================================================== */
.tb-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }

.tb-contact__card {
	padding: 30px;
	border-radius: var(--tb-radius);
	background: linear-gradient(165deg, var(--tb-card) 0%, var(--tb-navy-2) 100%);
	border: 1px solid var(--tb-line-2);
	transition: border-color 0.35s, transform 0.35s var(--tb-ease);
}

.tb-contact__card:hover { border-color: rgba(96, 165, 250, 0.4); transform: translateY(-4px); }

.tb-contact__flag { font-size: 26px; line-height: 1; }
.tb-contact__title { font-family: var(--tb-font-h); font-size: 17px; font-weight: 800; margin: 14px 0 6px; color: #fff; }
.tb-contact__line { font-size: 14px; line-height: 1.7; color: var(--tb-muted); }
.tb-contact__line a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(96, 165, 250, 0.45); transition: color 0.3s; }
.tb-contact__line a:hover { color: var(--tb-blue-soft); }

@media (max-width: 760px) { .tb-contact { grid-template-columns: 1fr; } }

/* ==========================================================================
   HEADER (Elementor Pro header gets .tb-header)
   ========================================================================== */
.tb-header { transition: background 0.45s, border-color 0.45s, backdrop-filter 0.45s; border-bottom: 1px solid transparent; }

.tb-header.is-scrolled {
	background: rgba(12, 18, 32, 0.82);
	backdrop-filter: blur(16px);
	border-bottom-color: var(--tb-line-2);
}

/* ==========================================================================
   Reveals + reduced motion
   ========================================================================== */
.tb-reveal { opacity: 0; }
.no-js .tb-reveal, .tb-no-anim .tb-reveal { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
	.tb-grain { animation: none; }
	.tb-hero__scroll-line::after { animation: none; }
	.tb-hero__card-status i { animation: none; }
	* { scroll-behavior: auto !important; }
}
