/*
Theme Name:   Site Theme
Theme URI:    https://example.com/site-theme
Description:  Custom theme with full blog support and an admin content manager.
Author:       Site Author
Author URI:   https://example.com
Version:      1.3.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  tahirs-theme
Tags:         custom, dark, streaming, blog, one-column, two-columns, custom-menu, featured-images
*/

/* ==========================================================================
   Tahirs Theme — Tokens (mirrored from slex-front theme.js)
   ========================================================================== */
:root {
  --tt-primary: #53ab48;
  --tt-primary-dark: #2d5826;
  --tt-primary-750: #468f3c;
  --tt-primary-700: #3c7c33;
  --tt-accent1: #53ab48;
  --tt-accent2: #c8e7c3;
  --tt-neutral-100: #E5ECF1;
  --tt-neutral-200: #D8DEE3;
  --tt-neutral-300: #CACFD4;
  --tt-neutral-400: #AAAEB2;
  --tt-neutral-500: #56595a;
  --tt-neutral-550: #797D80;
  --tt-neutral-600: #545759;
  --tt-neutral-700: #3C3D3F;
  --tt-neutral-800: #343637;
  --tt-neutral-900: #242526;
  --tt-neutral-1000: #19191A;
  --tt-white: #FFFFFF;
  --tt-success: #25B86A;
  --tt-danger: #DD1E31;
  --tt-star: #FFB33E;
  --tt-text: #343637;
  --tt-text-secondary: #56595a;
  --tt-radius: 8px;
  --tt-radius-lg: 12px;
  --tt-container: 1200px;
  --tt-font: "Poppins", "Arial", sans-serif;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--tt-font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--tt-text);
  background: var(--tt-white);
  -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--tt-primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--tt-primary-750); }
h1,h2,h3,h4,h5,h6 { font-family: var(--tt-font); font-weight: 600; line-height: 1.25; margin: 0 0 .6em; color: var(--tt-neutral-900); }
h1 { font-size: 40px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
p { margin: 0 0 1em; }
.tt-container { max-width: var(--tt-container); margin: 0 auto; padding: 0 24px; }

/* Buttons */
.tt-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 24px; font: inherit; font-weight: 500; font-size: 15px;
  border-radius: var(--tt-radius); cursor: pointer; border: 1px solid transparent;
  text-decoration: none; transition: background .2s, color .2s, border-color .2s, transform .15s;
}
.tt-btn-primary { background: var(--tt-primary); border-color: var(--tt-primary); color: var(--tt-white); }
.tt-btn-primary:hover { background: var(--tt-primary-750); border-color: var(--tt-primary-750); color: var(--tt-white); }
.tt-btn-outline { background: transparent; border-color: var(--tt-neutral-300); color: var(--tt-neutral-300); }
.tt-btn-outline:hover { background: var(--tt-white); border-color: var(--tt-white); color: var(--tt-neutral-1000); }
.tt-btn-light { background: var(--tt-white); border-color: var(--tt-white); color: var(--tt-neutral-1000); }
.tt-btn-light:hover { background: var(--tt-neutral-100); }
.tt-btn-lg { padding: 14px 28px; font-size: 16px; }

/* ==========================================================================
   Header / Nav
   ========================================================================== */
body .tt-site-header,
body header.tt-site-header {
  position: sticky; top: 0; z-index: 100;
  background: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.tt-nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: var(--tt-container); margin: 0 auto; gap: 24px; }
.tt-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--tt-white); font-weight: 600; font-size: 22px; line-height: 1; }
.tt-brand img { height: 38px; width: auto; display: block; }
.tt-brand-text { display: inline-block; }
.tt-menu { display: flex; gap: 28px; list-style: none; padding: 0; margin: 0; }
.tt-menu a { color: rgba(255,255,255,.85); font-size: 15px; font-weight: 400; }
.tt-menu a:hover, .tt-menu .current-menu-item > a { color: var(--tt-white); }
.tt-nav-cta { display: flex; gap: 12px; align-items: center; }
.tt-nav-toggle { display: none; background: none; border: 0; color: var(--tt-white); font-size: 24px; cursor: pointer; }
@media (max-width: 900px) {
  .tt-menu { display: none; position: absolute; top: 64px; left: 0; right: 0; background: #000; flex-direction: column; padding: 20px 24px; gap: 16px; border-top: 1px solid rgba(255,255,255,.06); }
  .tt-menu.is-open { display: flex; }
  .tt-nav-toggle { display: block; }
  .tt-nav-cta .tt-btn-outline { display: none; }
}

/* ==========================================================================
   Hero — modern, fully black, animated (pure CSS, no images in background)
   Visual rules use !important defensively so parent-theme or plugin CSS
   cannot override the fundamental look-and-feel.
   ========================================================================== */
body .tt-hero,
body section.tt-hero {
	background: #000 !important;
	background-color: #000 !important;
	color: #fff !important;
	padding: 56px 0 64px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.tt-hero-bg {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	pointer-events: none;
	overflow: hidden;
	z-index: 0;
}
.tt-hero-bg > .tt-hero-orb,
.tt-hero-bg > .tt-hero-grid {
	position: absolute;
	display: block;
	pointer-events: none;
}
.tt-hero-orb--1,
.tt-hero-orb--2 {
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.4;
}
.tt-hero-orb--1 {
	width: 480px; height: 480px;
	left: -160px; top: -140px;
	background: radial-gradient(circle, rgba(83,171,72,0.55) 0%, rgba(83,171,72,0) 70%);
	animation: tt-orb-drift-a 18s ease-in-out infinite alternate;
}
.tt-hero-orb--2 {
	width: 560px; height: 560px;
	right: -200px; bottom: -220px;
	background: radial-gradient(circle, rgba(70,143,60,0.45) 0%, rgba(70,143,60,0) 70%);
	animation: tt-orb-drift-b 22s ease-in-out infinite alternate;
}
.tt-hero-grid {
	top: 0; left: 0; right: 0; bottom: 0;
	background-image:
		linear-gradient(rgba(83,171,72,0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(83,171,72,0.06) 1px, transparent 1px);
	background-size: 56px 56px;
	-webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%);
	        mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%);
	opacity: 0.6;
	animation: tt-grid-pulse 8s ease-in-out infinite;
}
@keyframes tt-orb-drift-a {
	0%   { transform: translate(0, 0) scale(1); }
	100% { transform: translate(40px, 30px) scale(1.08); }
}
@keyframes tt-orb-drift-b {
	0%   { transform: translate(0, 0) scale(1); }
	100% { transform: translate(-30px, -20px) scale(0.95); }
}
@keyframes tt-grid-pulse {
	0%, 100% { opacity: 0.5; }
	50%      { opacity: 0.75; }
}
@media (prefers-reduced-motion: reduce) {
	.tt-hero-orb--1, .tt-hero-orb--2, .tt-hero-grid { animation: none; }
}

.tt-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
.tt-hero-head { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.tt-hero h1 { color: #fff; font-size: 38px; font-weight: 700; line-height: 1.15; margin: 0; letter-spacing: -0.02em; }
.tt-hero h1 .tt-hl { position: relative; display: inline-block; color: var(--tt-primary); }
.tt-hero p.lead { color: var(--tt-neutral-300); font-size: 16px; max-width: 640px; margin: 0; line-height: 1.55; }
.tt-hero .tt-hero-frame {
	width: 100% !important;
	max-width: 960px !important;
	aspect-ratio: 2 / 1 !important;
	background: transparent !important;
	border-radius: 20px !important;
	overflow: hidden !important;
	position: relative;
	border: 0 !important;
	outline: 0 !important;
	box-shadow:
		0 24px 50px -16px rgba(0,0,0,0.7),
		0 0 60px -10px rgba(83,171,72,0.18);
	animation: tt-frame-glow 4s ease-in-out infinite alternate;
}
@keyframes tt-frame-glow {
	0%   { box-shadow: 0 24px 50px -16px rgba(0,0,0,0.7), 0 0 40px -12px rgba(83,171,72,0.15); }
	100% { box-shadow: 0 24px 50px -16px rgba(0,0,0,0.7), 0 0 70px -8px rgba(83,171,72,0.32); }
}
@media (prefers-reduced-motion: reduce) {
	.tt-hero-frame { animation: none; }
}
.tt-hero .tt-hero-screens,
.tt-hero img.tt-hero-screens { width: 100% !important; height: 100% !important; max-width: 100% !important; object-fit: cover !important; display: block !important; background: transparent !important; border: 0 !important; outline: 0 !important; border-radius: 0 !important; }
.tt-hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.tt-hero-note { color: var(--tt-neutral-400); font-size: 14px; margin: 0; }
.tt-hero-devices { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.tt-hero-devices-label { color: var(--tt-neutral-400); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.tt-hero-devices-row { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: center; }
.tt-hero-devices-row img { height: 30px; width: auto; opacity: .9; }
@media (max-width: 720px) {
	.tt-hero { padding: 40px 0 48px; }
	.tt-hero h1 { font-size: 28px; }
	.tt-hero p.lead { font-size: 15px; }
	.tt-hero-frame { max-width: 92%; border-radius: 16px; }
	.tt-hero-orb--1 { width: 280px; height: 280px; }
	.tt-hero-orb--2 { width: 320px; height: 320px; }
	.tt-hero-grid { background-size: 36px 36px; }
}

/* Sports / Movies image — display directly on the section background, no frame */
body .tt-section-frame,
body .tt-section-frame--dark,
body .tt-section-frame--light {
	width: 100% !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	overflow: visible !important;
	display: block !important;
	position: relative;
}
body .tt-section-frame > img,
body .tt-section-frame img {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* ==========================================================================
   Generic sections
   ========================================================================== */
.tt-section { padding: 80px 0; }
.tt-section.alt { background: var(--tt-neutral-100); }
.tt-section.dark { background: var(--tt-neutral-1000); color: var(--tt-white); }
.tt-section.dark h2, .tt-section.dark h3 { color: var(--tt-white); }
.tt-section .eyebrow { color: var(--tt-primary); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; margin-bottom: 8px; }

.tt-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.tt-two-col.reverse > :first-child { order: 2; }
@media (max-width: 880px) { .tt-two-col, .tt-two-col.reverse { grid-template-columns: 1fr; } .tt-two-col.reverse > :first-child { order: 0; } }

.tt-section h2 { font-size: 32px; }
.tt-section ul.tt-checks { list-style: none; padding: 0; margin: 16px 0 24px; }
.tt-section ul.tt-checks li { padding-left: 30px; position: relative; margin-bottom: 10px; }
.tt-section ul.tt-checks li::before {
  content: ""; position: absolute; left: 0; top: 6px; width: 18px; height: 18px;
  background: var(--tt-success); -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='white'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='white'/></svg>") center/contain no-repeat;
}

/* Feature cards */
.tt-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.tt-feature-card {
  background: var(--tt-white); border: 1px solid var(--tt-neutral-200); border-radius: var(--tt-radius);
  padding: 28px; text-align: left;
}
.tt-feature-card .icon {
	width: 48px; height: 48px; margin-bottom: 16px;
	background-color: var(--tt-primary);
	-webkit-mask-size: contain; mask-size: contain;
	-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
	-webkit-mask-position: center; mask-position: center;
}
.tt-feature-card img.icon { background: transparent; filter: brightness(0) saturate(100%) invert(53%) sepia(58%) saturate(411%) hue-rotate(73deg) brightness(94%) contrast(86%); }
.tt-hero-devices-row img,
.tt-devices figure img { filter: brightness(0) saturate(100%) invert(53%) sepia(58%) saturate(411%) hue-rotate(73deg) brightness(94%) contrast(86%); opacity: 1; }
.tt-feature-card h3 { font-size: 20px; }
.tt-feature-card p { color: var(--tt-text-secondary); margin: 0; }
@media (max-width: 880px) { .tt-feature-grid { grid-template-columns: 1fr; } }

/* Pricing */
.tt-plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px; }
.tt-plan {
  background: var(--tt-white); border: 1px solid var(--tt-neutral-200); border-radius: var(--tt-radius-lg);
  padding: 28px 22px; display: flex; flex-direction: column;
}
.tt-plan.recommended { border-color: var(--tt-primary); box-shadow: 0 0 0 3px rgba(83,171,72,.18); position: relative; }
.tt-plan.recommended .badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--tt-primary); color: var(--tt-white); font-size: 12px; padding: 4px 12px; border-radius: 12px; letter-spacing: .05em; text-transform: uppercase; }
.tt-plan h3 { font-size: 22px; margin-bottom: 4px; }
.tt-plan .tt-price { font-size: 36px; font-weight: 700; color: var(--tt-neutral-900); margin: 8px 0 4px; }
.tt-plan .tt-price small { font-size: 14px; color: var(--tt-neutral-550); font-weight: 400; }
.tt-plan .tt-plan-tag { font-size: 13px; color: var(--tt-neutral-550); margin: 4px 0 0; min-height: 1.4em; }
.tt-plan ul { list-style: none; padding: 0; margin: 18px 0; flex: 1; text-align: left; }
.tt-plan ul li { padding: 8px 0 8px 26px; position: relative; font-size: 14px; border-bottom: 1px solid var(--tt-neutral-100); text-align: left; color: var(--tt-neutral-900); }
.tt-plan ul li.dim { color: var(--tt-neutral-900); }
.tt-plan ul li::before {
  content: ""; position: absolute; left: 0; top: 12px; width: 16px; height: 16px;
  background: var(--tt-success); -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='white'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='white'/></svg>") center/contain no-repeat;
}
.tt-plan ul li.dim::before { background: var(--tt-neutral-300); }
@media (max-width: 1000px) { .tt-plans { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .tt-plans { grid-template-columns: 1fr; } }

/* Devices strip */
.tt-devices { display: flex; flex-wrap: wrap; gap: 36px; justify-content: center; align-items: center; margin-top: 32px; }
.tt-devices figure { margin: 0; text-align: center; color: var(--tt-neutral-550); font-size: 13px; }
.tt-devices figure img { height: 38px; margin-bottom: 8px; opacity: .9; }

/* Comparison table */
.tt-compare { width: 100%; max-width: 800px; margin: 30px auto 0; border-collapse: collapse; }
.tt-compare th, .tt-compare td { padding: 16px; text-align: left; border-bottom: 1px solid var(--tt-neutral-200); }
.tt-compare th { font-weight: 600; }
.tt-compare td.yes::before { content: "✔"; color: var(--tt-success); margin-right: 8px; font-weight: 700; }
.tt-compare td.no::before  { content: "✕"; color: var(--tt-danger); margin-right: 8px; font-weight: 700; }
.tt-compare thead th { background: var(--tt-neutral-100); }

/* Light WhatsApp buy pill — used under the compare table */
.tt-buy-pill {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	max-width: 800px;
	margin: 32px auto 0;
	padding: 12px 14px 12px 16px;
	background: #fff;
	border: 1px solid var(--tt-neutral-200);
	border-radius: 18px;
	box-shadow: 0 6px 22px -14px rgba(0,0,0,0.18);
	color: var(--tt-neutral-900);
	text-decoration: none;
	transition: transform .2s ease, box-shadow .25s ease, border-color .25s ease;
	overflow: hidden;
}
.tt-buy-pill::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 0% 50%, rgba(83,171,72,0.10) 0%, transparent 50%);
	pointer-events: none;
}
.tt-buy-pill:hover {
	transform: translateY(-1px);
	border-color: var(--tt-primary);
	box-shadow: 0 18px 36px -22px rgba(83,171,72,0.45);
	color: var(--tt-neutral-900);
}
.tt-buy-pill-badge {
	position: relative;
	width: 42px; height: 42px;
	border-radius: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--tt-primary);
	color: #fff;
	flex-shrink: 0;
	box-shadow: 0 6px 18px -8px rgba(83,171,72,0.6), inset 0 0 0 1px rgba(255,255,255,0.18);
	z-index: 1;
}
.tt-buy-pill-dot {
	position: absolute;
	top: -2px; right: -2px;
	width: 10px; height: 10px;
	border-radius: 50%;
	background: #4ade80;
	box-shadow: 0 0 0 3px #fff;
	animation: tt-buy-pill-pulse 1.8s ease-out infinite;
}
@keyframes tt-buy-pill-pulse {
	0%, 100% { box-shadow: 0 0 0 3px #fff, 0 0 0 0 rgba(74,222,128,0.55); }
	50%      { box-shadow: 0 0 0 3px #fff, 0 0 0 7px rgba(74,222,128,0); }
}
.tt-buy-pill-copy { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; position: relative; z-index: 1; }
.tt-buy-pill-eyebrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--tt-primary);
}
.tt-buy-pill-text {
	font-size: 14.5px;
	font-weight: 500;
	color: var(--tt-neutral-900);
	line-height: 1.35;
	text-align: left;
}
.tt-buy-pill-cta {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--tt-primary);
	color: #fff;
	padding: 10px 16px;
	border-radius: 11px;
	font-size: 14px;
	font-weight: 600;
	flex-shrink: 0;
	transition: background .2s ease;
	box-shadow: 0 10px 22px -12px rgba(83,171,72,0.6);
}
.tt-buy-pill:hover .tt-buy-pill-cta { background: var(--tt-primary-750); }
.tt-buy-pill-arrow { transition: transform .2s ease; }
.tt-buy-pill:hover .tt-buy-pill-arrow { transform: translateX(3px); }
@media (max-width: 560px) {
	.tt-buy-pill { padding: 12px; gap: 12px; flex-wrap: wrap; border-radius: 16px; }
	.tt-buy-pill-copy { flex-basis: calc(100% - 56px); }
	.tt-buy-pill-cta { width: 100%; justify-content: center; }
}

/* Reviews */
.tt-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.tt-review {
  background: var(--tt-white); border: 1px solid var(--tt-neutral-200); border-radius: var(--tt-radius);
  padding: 24px;
}
.tt-review .stars { color: var(--tt-star); margin-bottom: 8px; letter-spacing: 2px; }
.tt-review .who { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.tt-review .who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.tt-review .who strong { display: block; font-size: 14px; }
.tt-review .who span { font-size: 12px; color: var(--tt-neutral-550); }
@media (max-width: 880px) { .tt-reviews { grid-template-columns: 1fr; } }

/* FAQ */
.tt-faq { max-width: 800px; margin: 30px auto 0; }
.tt-faq details { background: var(--tt-white); border: 1px solid var(--tt-neutral-200); border-radius: var(--tt-radius); padding: 18px 22px; margin-bottom: 12px; }
.tt-faq summary { cursor: pointer; font-weight: 500; font-size: 16px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.tt-faq summary::-webkit-details-marker { display: none; }
.tt-faq summary::after { content: "+"; font-size: 22px; color: var(--tt-neutral-400); transition: transform .2s; }
.tt-faq details[open] summary::after { content: "−"; }
.tt-faq p { margin: 14px 0 0; color: var(--tt-text-secondary); }

/* "Still need help?" block on the FAQ page */
.tt-faq-more {
	margin-top: 36px;
	padding: 24px 24px;
	background: var(--tt-neutral-100);
	border-radius: var(--tt-radius-lg);
	text-align: center;
}
.tt-faq-more h3 { font-size: 18px; margin: 0 0 8px; }
.tt-faq-more p { margin: 0; color: var(--tt-text-secondary); }
.tt-faq-more a { color: var(--tt-primary); font-weight: 500; }
.tt-faq-more a:hover { color: var(--tt-primary-750); }

/* Pre-footer CTA */
.tt-prefooter {
  background: linear-gradient(135deg, var(--tt-primary) 0%, var(--tt-primary-dark) 100%);
  color: var(--tt-white); text-align: center; padding: 70px 0;
}
.tt-prefooter h2 { color: var(--tt-white); font-size: 32px; }
.tt-prefooter p { color: rgba(255,255,255,.85); max-width: 600px; margin: 0 auto 24px; }

/* Footer */
.tt-site-footer { background: var(--tt-neutral-1000); color: var(--tt-neutral-300); padding: 60px 0 24px; }
.tt-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
.tt-footer-grid h4 { color: var(--tt-white); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.tt-footer-grid ul { list-style: none; padding: 0; margin: 0; }
.tt-footer-grid li { margin-bottom: 8px; }
.tt-footer-grid a { color: var(--tt-neutral-400); font-size: 14px; }
.tt-footer-grid a:hover { color: var(--tt-white); }
.tt-footer-contact { display: flex; flex-direction: column; gap: 10px; }
.tt-footer-contact li { margin: 0; }
.tt-footer-contact-link { display: inline-flex; align-items: center; gap: 10px; color: var(--tt-neutral-400); word-break: break-word; }
.tt-footer-contact-link svg { color: var(--tt-primary); flex-shrink: 0; }
.tt-footer-contact-link:hover { color: var(--tt-white); }
.tt-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 40px; padding-top: 18px; text-align: center; font-size: 13px; color: var(--tt-neutral-550); }
@media (max-width: 800px) { .tt-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .tt-footer-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Blog
   ========================================================================== */
.tt-page-header { background: var(--tt-neutral-1000); color: var(--tt-white); padding: 60px 0; text-align: center; }
.tt-page-header h1 { color: var(--tt-white); margin-bottom: 8px; }
.tt-page-header p { color: var(--tt-neutral-400); max-width: 700px; margin: 0 auto; }

.tt-blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 40px; padding: 60px 0; max-width: var(--tt-container); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
@media (max-width: 900px) { .tt-blog-layout { grid-template-columns: 1fr; } }

.tt-post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 700px) { .tt-post-grid { grid-template-columns: 1fr; } }
.tt-post-card { background: var(--tt-white); border: 1px solid var(--tt-neutral-200); border-radius: var(--tt-radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.tt-post-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.tt-post-card .thumb { aspect-ratio: 16/9; background: var(--tt-neutral-100); overflow: hidden; }
.tt-post-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.tt-post-card .body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.tt-post-card .meta { font-size: 12px; color: var(--tt-neutral-550); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 8px; }
.tt-post-card h3 { font-size: 18px; margin-bottom: 8px; }
.tt-post-card h3 a { color: var(--tt-neutral-900); }
.tt-post-card h3 a:hover { color: var(--tt-primary); }
.tt-post-card .excerpt { color: var(--tt-text-secondary); font-size: 14px; flex: 1; margin: 0 0 12px; }
.tt-post-card .read-more { font-size: 14px; font-weight: 500; color: var(--tt-primary); }

.tt-sidebar .widget { background: var(--tt-white); border: 1px solid var(--tt-neutral-200); border-radius: var(--tt-radius); padding: 22px; margin-bottom: 20px; }
.tt-sidebar .widget h3, .tt-sidebar .widget .widget-title { font-size: 16px; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .05em; color: var(--tt-neutral-700); }
.tt-sidebar ul { list-style: none; padding: 0; margin: 0; }
.tt-sidebar li { padding: 6px 0; border-bottom: 1px solid var(--tt-neutral-100); font-size: 14px; }
.tt-sidebar li:last-child { border-bottom: 0; }
.tt-sidebar a { color: var(--tt-text); }
.tt-sidebar a:hover { color: var(--tt-primary); }

/* Single post */
.tt-single { max-width: 820px; margin: 0 auto; padding: 60px 24px; }
.tt-single .tt-hero-image { width: 100%; aspect-ratio: 21/9; object-fit: cover; border-radius: var(--tt-radius-lg); margin-bottom: 28px; background: var(--tt-neutral-1000); }
.tt-single h1 { font-size: 40px; }

/* ==========================================================================
   Single post — dark hero banner (top) & CTA (bottom)
   ========================================================================== */
body .tt-blog-hero,
body section.tt-blog-hero {
	background: #000 !important;
	background-color: #000 !important;
	color: #fff !important;
	padding: 64px 0 72px;
	position: relative;
	overflow: hidden;
}
.tt-blog-hero-inner {
	position: relative;
	max-width: var(--tt-container);
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	gap: 56px 56px;
	align-items: center;
}
.tt-blog-hero-cta {
	grid-column: 1 / -1;
	position: relative;
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	width: 100%;
	padding: 14px 14px 14px 18px;
	background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(83,171,72,0.10) 100%);
	border: 1px solid rgba(255,255,255,0.10);
	border-radius: 22px;
	color: var(--tt-white);
	text-decoration: none;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	overflow: hidden;
	transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.tt-blog-hero-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 0% 50%, rgba(83,171,72,0.22) 0%, transparent 45%);
	pointer-events: none;
	opacity: .9;
	transition: opacity .25s ease;
}
.tt-blog-hero-cta::after {
	content: "";
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(120deg, rgba(255,255,255,0.18), rgba(83,171,72,0.45), rgba(255,255,255,0.18));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	        mask-composite: exclude;
	pointer-events: none;
	opacity: 0;
	transition: opacity .25s ease;
}
.tt-blog-hero-cta:hover {
	color: var(--tt-white);
	transform: translateY(-1px);
	box-shadow: 0 18px 40px -22px rgba(83,171,72,0.55);
}
.tt-blog-hero-cta:hover::after { opacity: 1; }
.tt-blog-hero-cta:hover::before { opacity: 1; }

.tt-blog-hero-cta-badge {
	position: relative;
	flex-shrink: 0;
	width: 44px; height: 44px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--tt-primary);
	color: var(--tt-white);
	box-shadow: 0 8px 24px -10px rgba(83,171,72,0.7), inset 0 0 0 1px rgba(255,255,255,0.18);
}
.tt-blog-hero-cta-badge-dot {
	position: absolute;
	top: -2px; right: -2px;
	width: 10px; height: 10px;
	border-radius: 50%;
	background: #4ade80;
	box-shadow: 0 0 0 3px var(--tt-neutral-1000);
	animation: tt-cta-pulse 1.8s ease-out infinite;
}
@keyframes tt-cta-pulse {
	0%, 100% { box-shadow: 0 0 0 3px var(--tt-neutral-1000), 0 0 0 0 rgba(74,222,128,0.6); }
	50%      { box-shadow: 0 0 0 3px var(--tt-neutral-1000), 0 0 0 6px rgba(74,222,128,0); }
}

.tt-blog-hero-cta-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
	min-width: 0;
	position: relative;
	z-index: 1;
}
.tt-blog-hero-cta-eyebrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--tt-primary);
}
.tt-blog-hero-cta-text {
	font-size: 15px;
	font-weight: 500;
	color: var(--tt-white);
	line-height: 1.35;
}
.tt-blog-hero-cta-action {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--tt-primary);
	color: var(--tt-white);
	padding: 10px 18px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	transition: background .2s ease, transform .2s ease;
	flex-shrink: 0;
	box-shadow: 0 10px 24px -12px rgba(83,171,72,0.7);
}
.tt-blog-hero-cta:hover .tt-blog-hero-cta-action { background: var(--tt-primary-750); }
.tt-blog-hero-cta-arrow { transition: transform .2s ease; }
.tt-blog-hero-cta:hover .tt-blog-hero-cta-arrow { transform: translateX(3px); }

@media (max-width: 560px) {
	.tt-blog-hero-cta { padding: 14px; gap: 14px; }
	.tt-blog-hero-cta-copy { flex-basis: calc(100% - 60px); }
	.tt-blog-hero-cta-action { width: 100%; justify-content: center; }
	.tt-blog-hero-cta-text { font-size: 14px; }
}
.tt-blog-hero-content { min-width: 0; display: flex; flex-direction: column; gap: 18px; }
.tt-blog-hero-crumbs {
	display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
	font-size: 14px; color: var(--tt-neutral-400);
	margin: 0;
}
.tt-blog-hero-crumbs a { color: var(--tt-neutral-400); text-decoration: none; }
.tt-blog-hero-crumbs a:hover { color: var(--tt-white); }
.tt-blog-hero-crumbs .sep { color: var(--tt-neutral-550); }
.tt-blog-hero-crumbs .current {
	color: var(--tt-neutral-300);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 60ch;
}
.tt-blog-hero-title {
	color: var(--tt-white);
	font-size: 44px;
	line-height: 1.12;
	letter-spacing: -0.02em;
	font-weight: 700;
	margin: 0;
}
.tt-blog-hero-meta {
	display: flex; align-items: center; gap: 14px;
	margin-top: 8px;
}
.tt-blog-hero-avatar {
	width: 48px; height: 48px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.12);
	flex-shrink: 0;
}
.tt-blog-hero-meta-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.tt-blog-hero-meta-text strong { color: var(--tt-white); font-size: 15px; font-weight: 600; }
.tt-blog-hero-meta-row {
	display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
	color: var(--tt-neutral-400); font-size: 13.5px;
}
.tt-blog-hero-meta-row .dot { color: var(--tt-neutral-550); }
.tt-blog-hero-tag {
	display: inline-block;
	background: rgba(255,255,255,0.08);
	color: var(--tt-white);
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.12);
}
.tt-blog-hero-tag:hover { background: var(--tt-primary); border-color: var(--tt-primary); color: var(--tt-white); }

body .tt-blog-hero-image {
	margin: 0 auto !important;
	background: transparent;
	border-radius: 20px !important;
	overflow: hidden !important;
	display: block !important;
	width: 92% !important;
	max-width: 560px !important;
	aspect-ratio: 1365 / 768 !important;
	box-shadow: 0 20px 50px -16px rgba(0,0,0,0.45);
	border: 0 !important;
	filter: none !important;
}
body .tt-blog-hero-image img,
body .tt-blog-hero-image > img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	background: transparent !important;
	filter: none !important;
	border-radius: 0 !important;
}

@media (max-width: 960px) {
	.tt-blog-hero-inner { grid-template-columns: 1fr; gap: 32px; }
	.tt-blog-hero-image { order: -1; }
	.tt-blog-hero-title { font-size: 34px; }
}
@media (max-width: 560px) {
	.tt-blog-hero { padding: 40px 0 48px; }
	.tt-blog-hero-title { font-size: 28px; }
	.tt-blog-hero-image img { max-height: none; }
}

/* Hero v2 image — dark backdrop so any whitespace in source images blends with dark theme */
.tt-single-v2 .tt-hero-image {
	background: var(--tt-neutral-1000);
	display: block;
}

/* ===== Bottom CTA with rotating logo ===== */
.tt-blog-cta {
	background: var(--tt-neutral-1000);
	color: var(--tt-white);
	padding: 24px 24px 56px;
}
.tt-blog-cta-inner {
	position: relative;
	max-width: var(--tt-container);
	margin: 0 auto;
	background: linear-gradient(135deg, #161617 0%, #1f2120 100%);
	border-radius: 20px;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 56px 56px;
	border: 1px solid rgba(255,255,255,0.06);
}
.tt-blog-cta-inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 50%, rgba(83,171,72,0.22) 0%, transparent 55%);
	pointer-events: none;
}
.tt-blog-cta-content { position: relative; z-index: 1; min-width: 0; }
.tt-blog-cta-content h2 {
	color: var(--tt-white);
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	font-weight: 700;
	margin: 0 0 14px;
}
.tt-blog-cta-content p {
	color: rgba(255,255,255,0.78);
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 28px;
	max-width: 52ch;
}
.tt-blog-cta-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.tt-blog-cta-logo {
	position: relative; z-index: 1;
	display: flex; align-items: center; justify-content: center;
	min-height: 200px;
}
.tt-blog-cta-logo-img {
	width: 200px; height: 200px;
	max-width: 100%;
	display: block;
	filter: drop-shadow(0 10px 28px rgba(83,171,72,0.35));
	animation: tt-blog-cta-spin 12s linear infinite;
	transform-origin: 50% 50%;
}
@keyframes tt-blog-cta-spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
	.tt-blog-cta-logo-img { animation: none; }
}
@media (max-width: 880px) {
	.tt-blog-cta-inner {
		grid-template-columns: 1fr;
		padding: 40px 28px;
		text-align: center;
	}
	.tt-blog-cta-content h2 { font-size: 30px; }
	.tt-blog-cta-content p { margin-left: auto; margin-right: auto; }
	.tt-blog-cta-buttons { justify-content: center; }
	.tt-blog-cta-logo { min-height: 0; order: -1; }
	.tt-blog-cta-logo-img { width: 140px; height: 140px; }
}

/* === Single post v2 (Webyansh-style with right sticky TOC) === */
.tt-single-v2 { max-width: 1240px; margin: 0 auto; padding: 56px 24px 80px; }
.tt-single-v2 .tt-single-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 56px;
	align-items: start;
}
.tt-single-v2 .tt-toc { align-self: stretch; }
.tt-single-v2 .tt-single-main { min-width: 0; max-width: 760px; }
.tt-single-v2 .tt-single-head { margin-bottom: 28px; }
.tt-single-v2 .tt-single-head h1 {
	font-size: 44px;
	line-height: 1.15;
	letter-spacing: -0.02em;
	font-weight: 700;
	margin: 12px 0 16px;
	color: var(--tt-neutral-1000);
}
.tt-single-v2 .tt-lede { font-size: 19px; color: var(--tt-text-secondary); line-height: 1.55; margin: 0; }
.tt-single-v2 .tt-hero-image { aspect-ratio: 16/9; margin: 28px 0 36px; }
.tt-single-v2 .entry-content { font-size: 17.5px; line-height: 1.78; color: var(--tt-text); }
.tt-single-v2 .entry-content > * + * { margin-top: 1.1em; }
.tt-single-v2 .entry-content h2 {
	font-size: 28px;
	line-height: 1.25;
	letter-spacing: -0.01em;
	font-weight: 700;
	color: var(--tt-neutral-1000);
	margin-top: 2.2em;
	margin-bottom: 0.6em;
	scroll-margin-top: 96px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--tt-neutral-200);
}
.tt-single-v2 .entry-content h3 {
	font-size: 21px;
	font-weight: 600;
	color: var(--tt-neutral-1000);
	margin-top: 1.8em;
	margin-bottom: 0.4em;
	scroll-margin-top: 96px;
}
.tt-single-v2 .entry-content p { margin: 0 0 1.1em; }
.tt-single-v2 .entry-content a { color: var(--tt-primary); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.tt-single-v2 .entry-content a:hover { color: var(--tt-primary-700); }
.tt-single-v2 .entry-content ul,
.tt-single-v2 .entry-content ol { padding-left: 22px; margin: 0 0 1.2em; }
.tt-single-v2 .entry-content li { margin: 0.35em 0; }
.tt-single-v2 .entry-content blockquote {
	border-left: 4px solid var(--tt-primary);
	padding: 14px 20px;
	margin: 28px 0;
	color: var(--tt-text);
	font-style: normal;
	background: var(--tt-neutral-100);
	border-radius: 0 var(--tt-radius) var(--tt-radius) 0;
	font-size: 17px;
}
.tt-single-v2 .entry-content img { border-radius: var(--tt-radius-lg); margin: 22px 0; max-width: 100%; height: auto; }
.tt-single-v2 .entry-content figure { margin: 24px 0; }
.tt-single-v2 .entry-content figcaption { color: var(--tt-neutral-550); font-size: 14px; text-align: center; margin-top: 8px; }
.tt-single-v2 .entry-content code { background: var(--tt-neutral-100); padding: 2px 6px; border-radius: 4px; font-size: .92em; }
.tt-single-v2 .entry-content pre { background: var(--tt-neutral-1000); color: var(--tt-white); padding: 20px; border-radius: var(--tt-radius-lg); overflow: auto; font-size: 14px; }
.tt-single-v2 .entry-content pre code { background: transparent; padding: 0; color: inherit; }
.tt-single-v2 .entry-content table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 15px; }
.tt-single-v2 .entry-content th,
.tt-single-v2 .entry-content td { border: 1px solid var(--tt-neutral-200); padding: 10px 14px; text-align: left; }
.tt-single-v2 .entry-content th { background: var(--tt-neutral-100); font-weight: 600; }
.tt-single-v2 .entry-content hr { border: 0; border-top: 1px solid var(--tt-neutral-200); margin: 36px 0; }

/* TOC */
.tt-toc { display: block; }
.tt-toc-inner {
	position: sticky;
	top: 96px;
	max-height: calc(100vh - 120px);
	overflow-y: auto;
	padding: 4px 0 4px 18px;
	border-left: 1px solid var(--tt-neutral-200);
}
/* Fallback for browsers/contexts where sticky fails — keep TOC visible while scrolling. */
@supports not (position: sticky) {
	.tt-toc-inner { position: fixed; top: 96px; width: 320px; }
}
.tt-toc-title {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--tt-neutral-550);
	margin: 0 0 14px;
}
.tt-toc-nav { display: flex; flex-direction: column; gap: 2px; }
.tt-toc-nav a {
	display: block;
	position: relative;
	padding: 6px 10px 6px 12px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--tt-neutral-550);
	border-radius: 6px;
	text-decoration: none;
	transition: color .15s ease, background .15s ease;
}
.tt-toc-nav a:hover { color: var(--tt-text); background: var(--tt-neutral-100); }
.tt-toc-nav a.lvl-3 { padding-left: 24px; font-size: 13.5px; }
.tt-toc-nav a::before {
	content: "";
	position: absolute;
	left: -19px;
	top: 50%;
	width: 2px;
	height: 0;
	background: var(--tt-primary);
	transform: translateY(-50%);
	transition: height .2s ease;
	border-radius: 2px;
}
.tt-toc-nav a.is-active {
	color: var(--tt-primary);
	font-weight: 600;
	background: rgba(83, 171, 72, 0.08);
}
.tt-toc-nav a.is-active::before { height: 70%; }

/* Hide TOC if empty (no headings) */
.tt-toc-nav:empty { display: none; }

/* Sticky prev/next mini cards under the TOC */
.tt-toc-postnav { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--tt-neutral-200); display: flex; flex-direction: column; gap: 10px; }
.tt-toc-postnav .tt-toc-title { margin-top: 0; margin-bottom: 10px; }
.tt-toc-postcard {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 12px;
	align-items: center;
	padding: 8px;
	border: 1px solid var(--tt-neutral-200);
	border-radius: var(--tt-radius);
	background: var(--tt-white);
	color: var(--tt-text);
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
	text-decoration: none;
}
.tt-toc-postcard:hover {
	border-color: var(--tt-primary);
	box-shadow: 0 6px 14px rgba(83,171,72,0.12);
	transform: translateY(-1px);
	color: var(--tt-text);
}
.tt-toc-postcard-thumb {
	display: block;
	width: 56px; height: 56px;
	border-radius: 6px;
	background-color: var(--tt-neutral-100);
	background-size: cover;
	background-position: center;
}
.tt-toc-postcard-body { display: flex; flex-direction: column; min-width: 0; }
.tt-toc-postcard-body small {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--tt-primary);
	margin-bottom: 2px;
}
.tt-toc-postcard-title {
	font-size: 13.5px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--tt-neutral-900);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tt-toc-postcard:hover .tt-toc-postcard-title { color: var(--tt-primary); }
.tt-toc:has(.tt-toc-nav:empty) .tt-toc-postnav { border-top: 0; padding-top: 0; margin-top: 0; }
.tt-toc:has(.tt-toc-nav:empty):has(.tt-toc-postcard) { display: block; }
.tt-toc:has(.tt-toc-nav:empty):not(:has(.tt-toc-postcard)) { display: none; }

@media (max-width: 1024px) {
	.tt-single-v2 .tt-single-grid { grid-template-columns: 1fr; gap: 0; }
	.tt-toc { display: none; }
}
@media (max-width: 640px) {
	.tt-single-v2 .tt-single-head h1 { font-size: 32px; }
	.tt-single-v2 .entry-content h2 { font-size: 24px; }
	.tt-single-v2 .entry-content h3 { font-size: 19px; }
}

.tt-single .meta { color: var(--tt-neutral-550); font-size: 14px; margin-bottom: 24px; }
.tt-single .meta .author { color: var(--tt-primary); font-weight: 500; }
.tt-single .entry-content { font-size: 17px; line-height: 1.75; }
.tt-single .entry-content h2 { margin-top: 1.6em; }
.tt-single .entry-content h3 { margin-top: 1.4em; }
.tt-single .entry-content blockquote { border-left: 4px solid var(--tt-primary); padding: 8px 18px; margin: 24px 0; color: var(--tt-text-secondary); font-style: italic; background: var(--tt-neutral-100); border-radius: 0 var(--tt-radius) var(--tt-radius) 0; }
.tt-single .entry-content img { border-radius: var(--tt-radius); margin: 18px 0; }
.tt-single .entry-content code { background: var(--tt-neutral-100); padding: 2px 6px; border-radius: 4px; font-size: .9em; }
.tt-single .entry-content pre { background: var(--tt-neutral-900); color: var(--tt-white); padding: 18px; border-radius: var(--tt-radius); overflow: auto; }
.tt-single .post-tags { margin: 32px 0; }
.tt-single .post-tags a { display: inline-block; background: var(--tt-neutral-100); color: var(--tt-text); padding: 4px 12px; border-radius: 999px; font-size: 13px; margin: 0 6px 6px 0; }
.tt-single .post-tags a:hover { background: var(--tt-primary); color: var(--tt-white); }
.tt-post-nav { display: flex; justify-content: space-between; gap: 16px; margin: 40px 0; flex-wrap: wrap; }
.tt-post-nav a { flex: 1; min-width: 240px; padding: 16px 20px; border: 1px solid var(--tt-neutral-200); border-radius: var(--tt-radius); color: var(--tt-text); }
.tt-post-nav a:hover { border-color: var(--tt-primary); color: var(--tt-primary); }
.tt-post-nav small { display: block; font-size: 12px; color: var(--tt-neutral-550); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }

/* Comments */
.tt-comments { margin-top: 40px; }
.tt-comments h2 { font-size: 24px; }
.comment-list { list-style: none; padding: 0; }
.comment-list li { background: var(--tt-white); border: 1px solid var(--tt-neutral-200); border-radius: var(--tt-radius); padding: 18px; margin-bottom: 14px; }
.comment-list .comment-author { font-weight: 500; }
.comment-list .comment-meta { font-size: 12px; color: var(--tt-neutral-550); margin-bottom: 8px; }
.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--tt-neutral-200); border-radius: var(--tt-radius); font: inherit; margin-bottom: 12px;
}
.comment-form textarea { min-height: 120px; }
.comment-form .submit { background: var(--tt-primary); color: var(--tt-white); border: 0; padding: 12px 24px; border-radius: var(--tt-radius); cursor: pointer; font-weight: 500; }

/* Pagination */
.tt-pagination { margin-top: 40px; display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.tt-pagination .page-numbers { padding: 10px 14px; border: 1px solid var(--tt-neutral-200); border-radius: var(--tt-radius); color: var(--tt-text); font-size: 14px; }
.tt-pagination .page-numbers.current { background: var(--tt-primary); color: var(--tt-white); border-color: var(--tt-primary); }
.tt-pagination .page-numbers:hover:not(.current) { border-color: var(--tt-primary); color: var(--tt-primary); }

/* Utility */
.tt-text-center { text-align: center; }
.tt-mt-0 { margin-top: 0; }
.tt-mb-0 { margin-bottom: 0; }

/* WP core alignments / captions */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 1em auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--tt-neutral-550); text-align: center; margin-top: 6px; }
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.sticky { display: block; }

/* Search form */
.search-form {
	display: flex;
	align-items: stretch;
	width: 100%;
	box-sizing: border-box;
	background: var(--tt-white);
	border: 1px solid var(--tt-neutral-200);
	border-radius: var(--tt-radius);
	overflow: hidden;
}
.search-form input[type=search] {
	flex: 1 1 0;
	min-width: 0;
	padding: 10px 12px;
	border: 0;
	background: transparent;
	font: inherit;
	color: var(--tt-text);
	outline: none;
	box-sizing: border-box;
}
.search-form input[type=search]::placeholder { color: var(--tt-neutral-550); }
.search-form button {
	flex-shrink: 0;
	background: var(--tt-primary);
	color: var(--tt-white);
	border: 0;
	padding: 0 16px;
	font: inherit;
	font-weight: 500;
	cursor: pointer;
	transition: background .2s;
}
.search-form button:hover { background: var(--tt-primary-750); }

/* ==========================================================================
   Checkout
   ========================================================================== */
.tt-checkout {
	background: linear-gradient(180deg, var(--tt-neutral-100) 0%, var(--tt-white) 380px);
	padding: 56px 0 96px;
	min-height: calc(100vh - 80px);
}
.tt-checkout-inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.tt-checkout-head { text-align: center; margin-bottom: 32px; }
.tt-checkout-back { display: inline-block; color: var(--tt-text-secondary); font-size: 14px; margin-bottom: 16px; }
.tt-checkout-back:hover { color: var(--tt-primary); }
.tt-checkout-head h1 { font-size: 36px; margin: 0 0 8px; color: var(--tt-neutral-1000); }
.tt-checkout-sub { color: var(--tt-text-secondary); margin: 0; }
.tt-checkout-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 32px; align-items: start; }
@media (max-width: 880px) { .tt-checkout-grid { grid-template-columns: 1fr; } }

/* Order summary */
.tt-checkout-summary {
	background: var(--tt-white);
	border: 1px solid var(--tt-neutral-200);
	border-radius: var(--tt-radius-lg);
	padding: 28px;
	position: sticky; top: 96px;
	box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}
.tt-checkout-summary h2 { font-size: 18px; letter-spacing: .04em; text-transform: uppercase; color: var(--tt-neutral-700); margin: 0 0 16px; }
.tt-checkout-plan { border: 1px solid var(--tt-primary); background: rgba(83,171,72,.06); border-radius: var(--tt-radius); padding: 18px; }
.tt-checkout-plan-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.tt-checkout-plan-title { font-weight: 600; font-size: 18px; color: var(--tt-neutral-900); }
.tt-checkout-plan-price { font-weight: 700; font-size: 22px; color: var(--tt-primary); }
.tt-checkout-plan-price small { font-size: 13px; color: var(--tt-text-secondary); font-weight: 400; margin-left: 4px; }
.tt-checkout-plan-tag { font-size: 13px; color: var(--tt-text-secondary); margin: 6px 0 14px; }
.tt-checkout-includes { list-style: none; padding: 0; margin: 0 0 4px; }
.tt-checkout-includes li { padding: 6px 0 6px 26px; position: relative; font-size: 14px; color: var(--tt-text); }
.tt-checkout-includes li::before {
	content: ""; position: absolute; left: 0; top: 10px; width: 16px; height: 16px;
	background: var(--tt-success);
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='white'/></svg>") center/contain no-repeat;
	        mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='white'/></svg>") center/contain no-repeat;
}
.tt-checkout-switch { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--tt-neutral-200); font-size: 13px; }
.tt-checkout-switch span { color: var(--tt-text-secondary); margin-right: 4px; }
.tt-checkout-switch a { padding: 4px 10px; border-radius: 999px; border: 1px solid var(--tt-neutral-200); color: var(--tt-text); font-size: 12px; }
.tt-checkout-switch a:hover { border-color: var(--tt-primary); color: var(--tt-primary); }
.tt-checkout-switch a.is-active { background: var(--tt-primary); border-color: var(--tt-primary); color: var(--tt-white); }
.tt-checkout-total { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--tt-neutral-200); font-size: 16px; }
.tt-checkout-total strong { font-size: 26px; color: var(--tt-neutral-1000); }
.tt-checkout-trust { display: flex; align-items: center; gap: 8px; color: var(--tt-text-secondary); font-size: 13px; margin: 14px 0 0; }
.tt-checkout-trust svg { color: var(--tt-success); flex-shrink: 0; }

/* Form */
.tt-checkout-form {
	background: var(--tt-white);
	border: 1px solid var(--tt-neutral-200);
	border-radius: var(--tt-radius-lg);
	padding: 28px;
	box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}
.tt-checkout-form h2 { font-size: 18px; letter-spacing: .04em; text-transform: uppercase; color: var(--tt-neutral-700); margin: 0 0 18px; }
.tt-form-row { margin-bottom: 16px; }
.tt-form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 540px) { .tt-form-2col { grid-template-columns: 1fr; } }
.tt-form-row label { display: block; font-size: 13px; font-weight: 500; color: var(--tt-neutral-700); }
.tt-form-row label > span { display: block; margin-bottom: 6px; }
.tt-form-row input,
.tt-form-row select,
.tt-form-row textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--tt-neutral-200);
	border-radius: var(--tt-radius);
	font: inherit;
	font-size: 15px;
	color: var(--tt-text);
	background: var(--tt-white);
	transition: border-color .15s, box-shadow .15s;
}
.tt-form-row input:focus,
.tt-form-row select:focus,
.tt-form-row textarea:focus {
	outline: none;
	border-color: var(--tt-primary);
	box-shadow: 0 0 0 3px rgba(83,171,72,.18);
}
.tt-checkout-submit { width: 100%; margin-top: 8px; }
.tt-checkout-note { color: var(--tt-text-secondary); font-size: 12.5px; margin: 12px 0 0; text-align: center; }

/* === Floating WhatsApp button === */
.tt-wa-btn {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #25D366;
	color: #fff !important;
	padding: 12px 18px 12px 14px;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0,0,0,0.15);
	text-decoration: none !important;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	transition: transform .15s ease, box-shadow .15s ease;
}
.tt-wa-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(37,211,102,.55), 0 2px 6px rgba(0,0,0,.18); }
.tt-wa-btn svg { width: 28px; height: 28px; flex-shrink: 0; }
.tt-wa-btn .tt-wa-label { white-space: nowrap; }
@media (max-width: 600px) {
	.tt-wa-btn { padding: 12px; }
	.tt-wa-btn .tt-wa-label { display: none; }
}

/* ==========================================================================
   Reviews page (page-reviews.php)
   ========================================================================== */
.tt-rv-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #0d1f12 0%, #0a0a0b 100%);
	color: var(--tt-white);
	padding: 88px 0 64px;
}
.tt-rv-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.tt-rv-orb {
	position: absolute; border-radius: 50%;
	filter: blur(80px); opacity: .35;
}
.tt-rv-orb--1 { width: 420px; height: 420px; top: -120px; left: -80px; background: #53AB48; }
.tt-rv-orb--2 { width: 360px; height: 360px; bottom: -100px; right: -60px; background: #25D366; opacity: .25; }
.tt-rv-hero-inner { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.tt-rv-eyebrow {
	display: inline-block;
	color: #74d36a;
	font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
	margin: 0;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(83,171,72,0.12);
	border: 1px solid rgba(83,171,72,0.28);
}
.tt-rv-hero h1 {
	color: var(--tt-white);
	font-size: 46px; line-height: 1.1; letter-spacing: -0.02em;
	font-weight: 700; margin: 6px 0 0;
	max-width: 760px;
}
.tt-rv-lead { color: var(--tt-neutral-300); font-size: 17px; max-width: 640px; margin: 0; line-height: 1.55; }
.tt-rv-rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; color: var(--tt-neutral-300); font-size: 14.5px; }
.tt-rv-rating strong { color: var(--tt-white); font-size: 16px; }
.tt-rv-stars { color: #ffc107; letter-spacing: 2px; font-size: 16px; }

.tt-rv-section-head { text-align: center; max-width: 700px; margin: 0 auto 36px; }
.tt-rv-section-head h2 { font-size: 32px; letter-spacing: -0.01em; font-weight: 700; margin: 0 0 8px; }
.tt-rv-section-head p { color: var(--tt-text-secondary); margin: 0; }

/* WhatsApp carousel */
.tt-rv-wa { padding: 80px 0; background: linear-gradient(180deg, #f6f7f8 0%, #ffffff 100%); }
.tt-rv-wa-stage {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}
.tt-rv-wa-track {
	flex: 1; min-width: 0;
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding: 16px 4px 32px;
	scrollbar-width: none;
}
.tt-rv-wa-track::-webkit-scrollbar { display: none; }
.tt-rv-wa-slide {
	flex: 0 0 auto;
	scroll-snap-align: center;
	display: flex;
	justify-content: center;
}
.tt-rv-wa-phone {
	position: relative;
	width: 360px;
	max-width: 92vw;
	height: 720px;
	max-height: 80vh;
	border-radius: 32px;
	background: #efeae2;
	box-shadow:
		0 30px 60px -20px rgba(0,0,0,0.35),
		0 0 0 6px #0b0c0e,
		0 0 0 7px #1b1d20;
	overflow: hidden;
}
.tt-rv-wa-phone.has-image { background: #000; }
.tt-rv-wa-shot {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
}
.tt-rv-wa-phone.is-empty {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.55), rgba(255,255,255,0.85)),
		repeating-linear-gradient(45deg, #d9d2c5 0 1px, transparent 1px 14px),
		#efeae2;
}
.tt-rv-wa-empty {
	position: absolute; inset: 0;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 14px;
	padding: 28px;
	text-align: center;
	color: #5a5a5a;
}
.tt-rv-wa-empty > svg { color: #25D366; opacity: .55; }
.tt-rv-wa-empty-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1f1f1f;
}
.tt-rv-wa-empty-help {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.5;
	color: #5a5a5a;
	max-width: 240px;
}
.tt-rv-wa-empty-help em { font-style: normal; font-weight: 600; color: #075e54; }
.tt-rv-wa-btn {
	flex-shrink: 0;
	width: 44px; height: 44px;
	border-radius: 50%;
	border: 1px solid var(--tt-neutral-200);
	background: var(--tt-white);
	color: var(--tt-neutral-1000);
	display: inline-flex; align-items: center; justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0,0,0,0.06);
	transition: transform .15s ease, color .15s ease, border-color .15s ease;
}
.tt-rv-wa-btn:hover { color: var(--tt-primary); border-color: var(--tt-primary); transform: translateY(-1px); }
.tt-rv-wa-dots {
	display: flex; justify-content: center; align-items: center;
	gap: 8px; margin-top: 6px;
}
.tt-rv-wa-dot {
	width: 8px; height: 8px;
	border-radius: 50%;
	background: var(--tt-neutral-300);
	border: 0; padding: 0;
	cursor: pointer;
	transition: background .15s ease, transform .15s ease, width .15s ease;
}
.tt-rv-wa-dot.is-active { background: var(--tt-primary); width: 24px; border-radius: 999px; }

@media (max-width: 720px) {
	.tt-rv-hero h1 { font-size: 34px; }
	.tt-rv-wa { padding: 56px 0; }
	.tt-rv-wa-phone { width: 320px; height: 640px; box-shadow: 0 18px 36px -16px rgba(0,0,0,0.32), 0 0 0 5px #0b0c0e, 0 0 0 6px #1b1d20; }
	.tt-rv-wa-btn { display: none; }
}

/* Review cards */
.tt-rv-cards { padding: 80px 0; }
.tt-rv-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}
@media (max-width: 1024px) { .tt-rv-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px)  { .tt-rv-cards-grid { grid-template-columns: 1fr; } }
.tt-rv-card {
	background: var(--tt-white);
	border: 1px solid var(--tt-neutral-200);
	border-radius: 18px;
	padding: 26px;
	display: flex; flex-direction: column; gap: 12px;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.tt-rv-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 38px -18px rgba(0,0,0,0.18);
	border-color: rgba(83,171,72,0.45);
}
.tt-rv-card-stars { color: #ffc107; letter-spacing: 2px; font-size: 16px; }
.tt-rv-card-title { font-size: 18px; line-height: 1.3; margin: 0; font-weight: 700; color: var(--tt-neutral-1000); }
.tt-rv-card-body { color: var(--tt-text); font-size: 15px; line-height: 1.6; margin: 0; }
.tt-rv-card-who {
	display: flex; align-items: center; gap: 12px;
	margin-top: auto; padding-top: 8px;
	border-top: 1px solid var(--tt-neutral-200);
}
.tt-rv-card-avatar {
	width: 44px; height: 44px;
	border-radius: 50%;
	background-color: var(--tt-primary);
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
}
.tt-rv-card-meta { display: flex; flex-direction: column; min-width: 0; }
.tt-rv-card-meta strong { font-size: 14.5px; color: var(--tt-neutral-1000); }
.tt-rv-card-meta span { font-size: 12.5px; color: var(--tt-neutral-550); }

/* CTA */
.tt-rv-cta {
	background: linear-gradient(135deg, #53AB48 0%, #25883d 100%);
	color: var(--tt-white);
	padding: 64px 0;
	text-align: center;
}
.tt-rv-cta h2 { font-size: 32px; margin: 0 0 8px; letter-spacing: -0.01em; color: #fff; }
.tt-rv-cta p { color: rgba(255,255,255,0.9); margin: 0 0 22px; }
.tt-rv-cta-buttons { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.tt-rv-cta .tt-btn-outline { color: #fff; border-color: rgba(255,255,255,0.7); }
.tt-rv-cta .tt-btn-outline:hover { background: rgba(255,255,255,0.12); border-color: #fff; }

/* ==========================================================================
   Blog index hero (home.php / page-blog.php)
   ========================================================================== */
.tt-bloghub-hero {
	background: #000;
	color: var(--tt-white);
	padding: 80px 0 88px;
	position: relative;
	overflow: hidden;
}
.tt-bloghub-hero::before {
	content: "";
	position: absolute; inset: 0;
	background:
		radial-gradient(900px 420px at 12% 0%, rgba(83,171,72,0.18), transparent 60%),
		radial-gradient(700px 380px at 100% 100%, rgba(83,171,72,0.10), transparent 60%);
	pointer-events: none;
}
.tt-bloghub-hero-inner {
	position: relative;
	max-width: var(--tt-container);
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.tt-bloghub-head {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tt-bloghub-lead { margin-left: auto; margin-right: auto; }
.tt-bloghub-eyebrow {
	display: inline-block;
	margin: 0 0 14px;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #74d36a;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(83,171,72,0.12);
	border: 1px solid rgba(83,171,72,0.28);
}
.tt-bloghub-title {
	color: var(--tt-white);
	font-size: 54px;
	line-height: 1.08;
	letter-spacing: -0.02em;
	font-weight: 700;
	margin: 0;
}
.tt-bloghub-lead {
	color: var(--tt-neutral-300);
	font-size: 17px;
	line-height: 1.55;
	margin: 14px 0 0;
	max-width: 640px;
}

.tt-bloghub-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
	background: linear-gradient(135deg, #131416 0%, #0c0d0f 100%);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 28px;
	padding: 22px;
	color: var(--tt-white);
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.tt-bloghub-feature:hover {
	border-color: rgba(83,171,72,0.45);
	transform: translateY(-2px);
	box-shadow: 0 30px 60px -28px rgba(0,0,0,0.7), 0 0 0 1px rgba(83,171,72,0.15) inset;
	color: var(--tt-white);
}
.tt-bloghub-feature-image {
	margin: 0;
	border-radius: 22px;
	overflow: hidden;
	background: #000;
	aspect-ratio: 16 / 10;
	display: block;
	position: relative;
}
.tt-bloghub-feature-image img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}
.tt-bloghub-feature:hover .tt-bloghub-feature-image img { transform: scale(1.03); }

.tt-bloghub-feature-body { display: flex; flex-direction: column; gap: 14px; padding: 8px 14px 8px 4px; min-width: 0; }
.tt-bloghub-feature-tag {
	display: inline-block;
	width: max-content;
	font-size: 11.5px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
	background: var(--tt-primary);
	padding: 4px 10px;
	border-radius: 6px;
	font-weight: 700;
}
.tt-bloghub-feature-title {
	color: var(--tt-white);
	font-size: 32px;
	line-height: 1.18;
	letter-spacing: -0.015em;
	font-weight: 700;
	margin: 0;
}
.tt-bloghub-feature-excerpt {
	color: var(--tt-neutral-300);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tt-bloghub-feature-meta {
	display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
	color: var(--tt-neutral-400);
	font-size: 13.5px;
}
.tt-bloghub-feature-meta .dot { color: var(--tt-neutral-550); }
.tt-bloghub-feature-cat {
	background: rgba(255,255,255,0.08);
	color: var(--tt-white);
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 12px;
	border: 1px solid rgba(255,255,255,0.12);
}
.tt-bloghub-feature-cta {
	display: inline-flex; align-items: center; gap: 8px;
	color: #74d36a;
	font-weight: 600;
	font-size: 15px;
	margin-top: 4px;
}
.tt-bloghub-feature:hover .tt-bloghub-feature-cta { color: #fff; }
.tt-bloghub-feature-cta svg { transition: transform .2s ease; }
.tt-bloghub-feature:hover .tt-bloghub-feature-cta svg { transform: translateX(3px); }

@media (max-width: 900px) {
	.tt-bloghub-hero { padding: 60px 0 64px; }
	.tt-bloghub-title { font-size: 38px; }
	.tt-bloghub-feature {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 18px;
		border-radius: 22px;
	}
	.tt-bloghub-feature-title { font-size: 24px; }
	.tt-bloghub-feature-image { border-radius: 18px; }
}
@media (max-width: 560px) {
	.tt-bloghub-title { font-size: 30px; }
}

/* Old tt-page-header (kept for back-compat with other pages that may use it). */

/* ==========================================================================
   Channels page hero (page-channels.php) — front-page style, black bg
   ========================================================================== */
.tt-channels-hero {
	position: relative;
	overflow: hidden;
	background: #000;
	color: var(--tt-white);
	padding: 88px 0 96px;
}
.tt-channels-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.tt-channels-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(96px);
	opacity: .45;
	animation: tt-channels-orb-float 12s ease-in-out infinite alternate;
}
.tt-channels-orb--1 {
	width: 460px; height: 460px;
	top: -120px; left: -100px;
	background: rgba(83,171,72,0.55);
}
.tt-channels-orb--2 {
	width: 380px; height: 380px;
	bottom: -120px; right: -80px;
	background: rgba(37,211,102,0.32);
	animation-delay: -6s;
}
.tt-channels-grid {
	position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
	opacity: 0.65;
}
@keyframes tt-channels-orb-float {
	0%   { transform: translate(0, 0) scale(1); }
	100% { transform: translate(30px, -20px) scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
	.tt-channels-orb { animation: none; }
}
.tt-channels-hero-inner {
	position: relative;
	display: flex; flex-direction: column;
	align-items: center; text-align: center;
	gap: 14px;
}
.tt-channels-eyebrow {
	display: inline-block;
	margin: 0;
	font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
	color: #74d36a;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(83,171,72,0.12);
	border: 1px solid rgba(83,171,72,0.28);
}
.tt-channels-title {
	color: var(--tt-white);
	font-size: 52px;
	line-height: 1.08;
	letter-spacing: -0.02em;
	font-weight: 700;
	margin: 0;
}
.tt-channels-lead {
	color: var(--tt-neutral-300);
	font-size: 17px; line-height: 1.55;
	margin: 0;
	max-width: 640px;
}
.tt-channels-stats {
	margin-top: 18px;
	display: flex; flex-wrap: wrap; justify-content: center;
	gap: 14px;
}
.tt-channels-stats > div {
	min-width: 140px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 16px;
	padding: 14px 22px;
	display: flex; flex-direction: column; align-items: center; gap: 4px;
	backdrop-filter: blur(8px);
}
.tt-channels-stats strong {
	color: #fff;
	font-size: 28px; font-weight: 700; letter-spacing: -0.01em;
}
.tt-channels-stats span {
	color: var(--tt-neutral-400);
	font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase;
}
@media (max-width: 720px) {
	.tt-channels-hero { padding: 64px 0 72px; }
	.tt-channels-title { font-size: 36px; }
	.tt-channels-stats > div { min-width: 0; flex: 1 1 140px; padding: 12px 16px; }
	.tt-channels-stats strong { font-size: 22px; }
}
