@charset "UTF-8";
/*----------------------------------------*/
/*  01. Utils Index
/*----------------------------------------*/
/*----------------------------------------*/
/*  1.1 Colors & Theme Tokens
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400&amp;family=Plus+Jakarta+Sans:ital,wght@0,600;0,700;0,800;1,600&amp;display=swap");
:root {
  color-scheme: light;
  --tc-primary-color: #b45309;
  --tc-primary-dark: #92400e;
  --tc-accent-color: #d97706;
  --tc-cyan: #f2b544;
  --tc-dark: #0d0c0a;
  --tc-white-color: #ffffff;
  --tc-gradient: linear-gradient(135deg, #fbbf24 0%, #f59e0b 55%, #d97706 100%);
  --tc-gradient-soft: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(180, 83, 9, 0.08) 100%);
  --tc-radius: 20px;
  --tc-radius-lg: 28px;
  --tc-radius-xl: 36px;
  /* ----- Theme-aware tokens (flip between light/dark mode) ----- */
  --tc-heading-color: #171310;
  --tc-text-color: #6b6560;
  --tc-muted: #9c948b;
  --tc-grey-color: #faf8f5;
  --tc-surface: #ffffff;
  --tc-border: #ece6dd;
  --tc-header-sticky-bg: rgba(255, 255, 255, .94);
  --tc-shadow: 0 24px 60px rgba(23, 19, 16, 0.08);
  --tc-shadow-lg: 0 32px 80px rgba(217, 119, 6, 0.22);
  --tc-band-accent: var(--tc-primary-color);
  --tc-band-glass: rgba(13, 12, 10, 0.025);
  --tc-band-glass-hover: rgba(13, 12, 10, 0.045);
  /* ----- Menu / offcanvas (theme-aware) ----- */
  --tc-menu-dropdown-bg: rgba(255, 255, 255, 0.94);
  --tc-menu-dropdown-border: rgba(236, 230, 221, 0.95);
  --tc-menu-dropdown-shadow: 0 22px 44px -14px rgba(23, 19, 16, 0.14);
  --tc-menu-dropdown-link: var(--tc-text-color);
  --tc-menu-dropdown-link-hover: var(--tc-primary-color);
  --tc-offcanvas-overlay: rgba(23, 19, 16, 0.45);
  /* ----- Footer (light mode) ----- */
  --tc-footer-bg: #ebe6de;
  --tc-footer-surface: rgba(255, 255, 255, 0.58);
  --tc-footer-surface-hover: rgba(255, 255, 255, 0.88);
  --tc-footer-border: rgba(23, 19, 16, 0.1);
  --tc-footer-text: #6b6560;
  --tc-footer-muted: #9c948b;
  --tc-footer-heading: #171310;
  --tc-footer-accent: var(--tc-primary-color);
  --tc-footer-glow-1: rgba(245, 158, 11, 0.16);
  --tc-footer-glow-2: rgba(180, 83, 9, 0.12);
  --tc-footer-grid-line: rgba(23, 19, 16, 0.06);
  --tc-footer-grid-opacity: 0.5;
  --tc-footer-radial-1: rgba(245, 158, 11, 0.14);
  --tc-footer-radial-2: rgba(180, 83, 9, 0.1);
  --tc-footer-shape-ring: rgba(180, 83, 9, 0.38);
  --tc-footer-shape-inner: rgba(23, 19, 16, 0.08);
  --tc-footer-shape-square-border: rgba(23, 19, 16, 0.12);
  --tc-footer-icon-bg: rgba(255, 255, 255, 0.78);
  --tc-footer-icon-border: rgba(23, 19, 16, 0.1);
  --tc-footer-icon-shadow: 0 10px 26px rgba(23, 19, 16, 0.08);
  --tc-footer-intro-bg: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.92),
    rgba(255, 255, 255, 0.58)
  );
  --tc-footer-bottom-bg: rgba(255, 255, 255, 0.48);
  --tc-footer-badge-bg: rgba(245, 158, 11, 0.12);
  --tc-footer-badge-border: rgba(180, 83, 9, 0.24);
  --tc-footer-input-bg: rgba(255, 255, 255, 0.88);
  --tc-footer-legal-dot: rgba(23, 19, 16, 0.22);
  --tc-footer-decor-opacity: 0.92;
  --tc-footer-newsletter-bg: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.82),
    rgba(255, 255, 255, 0.45)
  );
  --tc-footer-cross: rgba(23, 19, 16, 0.18);
  /* ----- Inner page hero (light — soft cream + amber glow) ----- */
  --tc-page-hero-bg: linear-gradient(
    180deg,
    #fffbf5 0%,
    #faf8f5 48%,
    #f5f0ea 100%
  );
  --tc-page-hero-mesh: linear-gradient(
    125deg,
    rgba(251, 191, 36, 0.07) 0%,
    rgba(250, 248, 245, 0) 40%,
    rgba(245, 158, 11, 0.05) 72%,
    rgba(250, 248, 245, 0) 100%
  );
  --tc-page-hero-heading: var(--tc-heading-color);
  --tc-page-hero-text: var(--tc-text-color);
  --tc-page-hero-border: var(--tc-border);
  --tc-page-hero-grid: rgba(128, 116, 102, 0.05);
  --tc-page-hero-radial-1: rgba(245, 158, 11, 0.14);
  --tc-page-hero-radial-2: rgba(180, 83, 9, 0.1);
  --tc-page-hero-radial-3: rgba(251, 191, 36, 0.08);
  --tc-page-hero-radial-4: rgba(217, 119, 6, 0.06);
  --tc-page-hero-accent-opacity: 0.38;
  --tc-page-hero-crumb-bg: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.96),
    rgba(255, 252, 247, 0.88)
  );
  --tc-page-hero-crumb-border: rgba(236, 230, 221, 0.95);
  --tc-page-hero-crumb-shadow: 0 8px 24px rgba(23, 19, 16, 0.06);
  --tc-page-hero-crumb-link: var(--tc-text-color);
  --tc-page-hero-crumb-muted: var(--tc-muted);
  --tc-page-hero-crumb-icon: var(--tc-muted);
  --tc-page-hero-crumb-current: var(--tc-heading-color);
  --tc-page-hero-crumb-dot: rgba(245, 158, 11, 0.14);
  --tc-page-hero-icon-bg: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 250, 240, 0.82)
  );
  --tc-page-hero-icon-border: rgba(245, 158, 11, 0.22);
  --tc-page-hero-glow-1: rgba(251, 191, 36, 0.2);
  --tc-page-hero-glow-1-mid: rgba(245, 158, 11, 0.07);
  --tc-page-hero-glow-2: rgba(217, 119, 6, 0.14);
  --tc-page-hero-glow-2-mid: rgba(180, 83, 9, 0.05);
  --tc-page-hero-shape-ring: rgba(245, 158, 11, 0.28);
  --tc-page-hero-shape-ring-inner: rgba(251, 191, 36, 0.18);
  --tc-page-hero-shape-dots: rgba(217, 119, 6, 0.32);
  --tc-page-hero-shape-line-1: rgba(251, 191, 36, 0.38);
  --tc-page-hero-shape-line-2: rgba(217, 119, 6, 0.22);
}

/* ===== DARK MODE ===== */
:root[data-theme=dark] {
  color-scheme: dark;
  --tc-heading-color: #f7f4f0;
  --tc-text-color: rgba(255, 255, 255, .62);
  --tc-muted: rgba(255, 255, 255, .42);
  --tc-grey-color: #100e0a;
  --tc-surface: #1a1712;
  --tc-border: rgba(255, 255, 255, .1);
  --tc-header-sticky-bg: rgba(13, 12, 10, .92);
  --tc-shadow: 0 24px 60px rgba(0, 0, 0, .5);
  --tc-shadow-lg: 0 32px 80px rgba(217, 119, 6, 0.25);
  --tc-band-accent: var(--tc-cyan);
  --tc-band-glass: rgba(255, 255, 255, 0.03);
  --tc-band-glass-hover: rgba(255, 255, 255, 0.05);
  --tc-menu-dropdown-bg: rgba(26, 23, 18, 0.94);
  --tc-menu-dropdown-border: rgba(255, 255, 255, 0.1);
  --tc-menu-dropdown-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.58);
  --tc-menu-dropdown-link: rgba(255, 255, 255, 0.72);
  --tc-menu-dropdown-link-hover: var(--tc-cyan);
  --tc-offcanvas-overlay: rgba(2, 6, 23, 0.62);
  /* ----- Footer (dark mode) ----- */
  --tc-footer-bg: #0a0907;
  --tc-footer-surface: rgba(255, 255, 255, 0.04);
  --tc-footer-surface-hover: rgba(255, 255, 255, 0.07);
  --tc-footer-border: rgba(255, 255, 255, 0.08);
  --tc-footer-text: rgba(255, 255, 255, 0.62);
  --tc-footer-muted: rgba(255, 255, 255, 0.42);
  --tc-footer-heading: #f7f4f0;
  --tc-footer-accent: var(--tc-cyan);
  --tc-footer-glow-1: rgba(245, 158, 11, 0.16);
  --tc-footer-glow-2: rgba(180, 83, 9, 0.14);
  --tc-footer-grid-line: rgba(255, 255, 255, 0.03);
  --tc-footer-grid-opacity: 0.35;
  --tc-footer-radial-1: rgba(245, 158, 11, 0.14);
  --tc-footer-radial-2: rgba(180, 83, 9, 0.12);
  --tc-footer-shape-ring: rgba(245, 158, 11, 0.35);
  --tc-footer-shape-inner: rgba(255, 255, 255, 0.08);
  --tc-footer-shape-square-border: rgba(255, 255, 255, 0.12);
  --tc-footer-icon-bg: rgba(255, 255, 255, 0.05);
  --tc-footer-icon-border: rgba(255, 255, 255, 0.12);
  --tc-footer-icon-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  --tc-footer-intro-bg: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.02)
  );
  --tc-footer-bottom-bg: rgba(255, 255, 255, 0.03);
  --tc-footer-badge-bg: rgba(245, 158, 11, 0.1);
  --tc-footer-badge-border: rgba(245, 158, 11, 0.22);
  --tc-footer-input-bg: rgba(0, 0, 0, 0.22);
  --tc-footer-legal-dot: rgba(255, 255, 255, 0.2);
  --tc-footer-decor-opacity: 0.88;
  --tc-footer-newsletter-bg: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  --tc-footer-cross: rgba(255, 255, 255, 0.22);
  /* ----- Inner page hero (dark — deep gradient) ----- */
  --tc-page-hero-bg: linear-gradient(
    180deg,
    #0a0907 0%,
    #060504 55%,
    #030302 100%
  );
  --tc-page-hero-mesh: linear-gradient(
    125deg,
    rgba(245, 158, 11, 0.1) 0%,
    rgba(6, 5, 4, 0) 40%,
    rgba(120, 53, 14, 0.09) 72%,
    rgba(6, 5, 4, 0) 100%
  );
  --tc-page-hero-heading: #f7f4f0;
  --tc-page-hero-text: rgba(255, 255, 255, 0.62);
  --tc-page-hero-border: rgba(255, 255, 255, 0.08);
  --tc-page-hero-grid: rgba(255, 255, 255, 0.04);
  --tc-page-hero-radial-1: rgba(245, 158, 11, 0.14);
  --tc-page-hero-radial-2: rgba(146, 64, 14, 0.12);
  --tc-page-hero-radial-3: rgba(180, 83, 9, 0.1);
  --tc-page-hero-radial-4: rgba(92, 45, 10, 0.14);
  --tc-page-hero-accent-opacity: 0.55;
  --tc-page-hero-crumb-bg: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(245, 158, 11, 0.07)
  );
  --tc-page-hero-crumb-border: rgba(255, 255, 255, 0.12);
  --tc-page-hero-crumb-shadow: none;
  --tc-page-hero-crumb-link: rgba(255, 255, 255, 0.72);
  --tc-page-hero-crumb-muted: rgba(255, 255, 255, 0.48);
  --tc-page-hero-crumb-icon: rgba(255, 255, 255, 0.38);
  --tc-page-hero-crumb-current: #f7f4f0;
  --tc-page-hero-crumb-dot: rgba(245, 158, 11, 0.2);
  --tc-page-hero-icon-bg: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(245, 158, 11, 0.05)
  );
  --tc-page-hero-icon-border: rgba(245, 158, 11, 0.28);
  --tc-page-hero-glow-1: rgba(245, 158, 11, 0.28);
  --tc-page-hero-glow-1-mid: rgba(146, 64, 14, 0.1);
  --tc-page-hero-glow-2: rgba(180, 83, 9, 0.22);
  --tc-page-hero-glow-2-mid: rgba(92, 45, 10, 0.08);
  --tc-page-hero-shape-ring: rgba(245, 158, 11, 0.32);
  --tc-page-hero-shape-ring-inner: rgba(245, 158, 11, 0.22);
  --tc-page-hero-shape-dots: rgba(245, 158, 11, 0.45);
  --tc-page-hero-shape-line-1: rgba(245, 158, 11, 0.45);
  --tc-page-hero-shape-line-2: rgba(146, 64, 14, 0.3);
}

/*----------------------------------------*/
/*  1.2 Mixins
/*----------------------------------------*/
/* ThemeForest-safe ring fills (no inline --pct styles) */
/* ThemeForest-safe bar heights (no inline height styles) */
/*----------------------------------------*/
/*  1.3 Breakpoints
/*----------------------------------------*/
/*----------------------------------------*/
/*  1.4 Typography Tokens
/*----------------------------------------*/
:root {
  --tc-font-body: "Inter", sans-serif;
  --tc-font-heading: "Plus Jakarta Sans", sans-serif;
}

/*----------------------------------------*/
/*  1.5 Variables
/*----------------------------------------*/
/*-----------------------------------------------------------------------------------

    Template Name: RankLab - Digital Marketing Agency HTML5 Template
    Author: TogoTheme
    Description: RankLab is a premium digital marketing agency HTML5 template with
    multiple homepages, inner pages, and reusable UI components.
    Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
	01. UTILS
	-----------------
		1.1 Colors & Theme Tokens
		1.2 Mixins
		1.3 Breakpoints
		1.4 Typography Tokens
		1.5 Variables

	-----------------
	02. THEME DEFAULT
	-----------------
		2.1 Theme Default
		2.2 Typography
		2.3 Common Classes

	-----------------
	03. COMPONENTS
	-----------------
		3.1 Preloader
		3.2 Buttons
		3.3 Section Title
		3.4 Back to Top
		3.5 Animations & Decorative Shapes
		3.6 Lightbox (Magnific Popup)
		3.7 Section Decor (Hero + Page Hero)

	-----------------
	04. HEADER & NAVIGATION
	-----------------
		4.1 Header, Offcanvas & Search

	-----------------
	05. FOOTER
	-----------------
		5.1 Footer Style

	-----------------
	06. SECTIONS & PAGES
	-----------------
		6.1 Hero
		6.2 About
		6.3 Service
		6.4 Process
		6.5 Industries We Serve
		6.6 Technologies We Use
		6.7 Case Study
		6.8 Before / After Results
		6.9 Team
		6.10 Awards & Certifications
		6.11 Contact Preview
		6.12 General Sections (Brand, Why Choose, Pricing, Testimonials, FAQ, Blog, CTA, Stats)
		6.13 Inner Pages (Breadcrumb, Sidebar, Blog / Project / Contact details)
		6.14 Portfolio / Project Pages (Grid, Masonry, Details)
		6.15 Team Details, Pricing Compare & FAQ Extras
		6.16 Blog List / Grid, Testimonials & Auth Pages
		6.17 Utility Pages (Careers, History, Mission, 404, Coming Soon)

===================================================*/
/*----------------------------------------*/
/*  2.1 Theme Default
/*----------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: var(--tc-font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--tc-text-color);
  background: var(--tc-surface);
  overflow-x: hidden;
  max-width: 100%;
  transition: background 0.35s ease, color 0.35s ease;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*----------------------------------------*/
/*  2.2 Typography
/*----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tc-font-heading);
  color: var(--tc-heading-color);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.15;
}

/*----------------------------------------*/
/*  2.3 Common Classes
/*----------------------------------------*/
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-1920 {
  max-width: 1920px;
}

.tc-section {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .tc-section {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 480px) {
  .tc-section {
    padding: 72px 0;
  }
}

.tc-bg-soft {
  background: var(--tc-grey-color);
}

.tc-bg-dark {
  background: var(--tc-grey-color);
  color: var(--tc-text-color);
}

.tc-container-narrow {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

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

/* Bootstrap .text-muted stays light-theme gray unless data-bs-theme=dark —
   RankLab uses data-theme, so map muted text to theme tokens. */
.text-muted {
  color: var(--tc-muted) !important;
}

a.text-muted,
.text-muted a {
  color: var(--tc-heading-color);
}
a.text-muted:hover,
.text-muted a:hover {
  color: var(--tc-primary-color);
}

/*----------------------------------------*/
/*  03. Components Index
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.1 Preloader
/*  Block: .tc-preloader
/*  Mix: letter rise + rank ring/orbit + progress bar
/*----------------------------------------*/
.tc-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-surface);
  overflow: hidden;
  transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
.tc-preloader::before, .tc-preloader::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(48px);
}
.tc-preloader::before {
  width: min(52vw, 420px);
  height: min(52vw, 420px);
  top: 18%;
  left: 12%;
  background: rgba(245, 158, 11, 0.14);
  animation: tcPreloaderGlow 4.2s ease-in-out infinite alternate;
}
.tc-preloader::after {
  width: min(44vw, 360px);
  height: min(44vw, 360px);
  right: 10%;
  bottom: 14%;
  background: rgba(180, 83, 9, 0.12);
  animation: tcPreloaderGlow 5s ease-in-out infinite alternate-reverse;
}
.tc-preloader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.04);
}
.tc-preloader.is-done .tc-preloader__inner {
  opacity: 0;
  transform: translateY(-10px) scale(0.96);
}
.tc-preloader__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.tc-preloader__stage {
  position: relative;
  width: 168px;
  height: 168px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-preloader__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from -90deg, rgba(245, 158, 11, 0.95) 0deg, rgba(217, 119, 6, 0.85) 110deg, rgba(180, 83, 9, 0.15) 200deg, transparent 280deg, transparent 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  animation: tcPreloaderSpin 1.35s linear infinite;
}
.tc-preloader__ring-track {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px solid var(--tc-border);
  opacity: 0.7;
}
.tc-preloader__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: var(--tc-band-accent);
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.65);
  animation: tcPreloaderOrbit 1.35s linear infinite;
  transform-origin: 0 0;
}
.tc-preloader__orbit--2 {
  width: 5px;
  height: 5px;
  margin: -2.5px 0 0 -2.5px;
  background: #fbbf24;
  animation-name: tcPreloaderOrbitInner;
  animation-duration: 1.9s;
  animation-direction: reverse;
  opacity: 0.85;
}
.tc-preloader__core {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  box-shadow: 0 0 0 8px rgba(245, 158, 11, 0.05), 0 12px 32px rgba(15, 23, 42, 0.08);
  font-family: var(--tc-font-heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: tcPreloaderPulse 1.8s ease-in-out infinite;
}
.tc-preloader__logo {
  display: flex;
  gap: 0.02em;
  margin-bottom: 22px;
  font-family: var(--tc-font-heading);
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  color: var(--tc-heading-color);
}
.tc-preloader__logo span {
  display: inline-block;
  opacity: 0;
  transform: translateY(16px);
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: tcPreloaderLetter 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tc-preloader__logo span:nth-child(1) {
  animation-delay: 0.12s;
}
.tc-preloader__logo span:nth-child(2) {
  animation-delay: 0.18s;
}
.tc-preloader__logo span:nth-child(3) {
  animation-delay: 0.24s;
}
.tc-preloader__logo span:nth-child(4) {
  animation-delay: 0.3s;
}
.tc-preloader__logo span:nth-child(5) {
  animation-delay: 0.36s;
}
.tc-preloader__logo span:nth-child(6) {
  animation-delay: 0.42s;
}
.tc-preloader__logo span:nth-child(7) {
  animation-delay: 0.48s;
}
.tc-preloader__bar {
  width: 140px;
  height: 3px;
  border-radius: 999px;
  background: var(--tc-border);
  overflow: hidden;
}
.tc-preloader__bar span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--tc-gradient);
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.45);
  animation: tcPreloaderBar 1.7s cubic-bezier(0.4, 0, 0.2, 1) 0.25s forwards;
}
.tc-preloader__status {
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tc-muted);
  opacity: 0;
  animation: tcPreloaderFadeIn 0.5s ease 0.55s forwards;
}
@media (prefers-reduced-motion: reduce) {
  .tc-preloader::before, .tc-preloader::after, .tc-preloader__ring, .tc-preloader__orbit, .tc-preloader__core {
    animation: none;
  }
  .tc-preloader__logo span {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .tc-preloader__bar span {
    width: 100%;
    animation: none;
  }
  .tc-preloader__status {
    opacity: 1;
    animation: none;
  }
  .tc-preloader__ring {
    background: conic-gradient(from -90deg, rgba(245, 158, 11, 0.9) 0deg, rgba(217, 119, 6, 0.5) 160deg, transparent 220deg);
  }
}

@keyframes tcPreloaderSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes tcPreloaderOrbit {
  from {
    transform: rotate(0deg) translateX(76px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(76px) rotate(-360deg);
  }
}
@keyframes tcPreloaderOrbitInner {
  from {
    transform: rotate(0deg) translateX(58px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(58px) rotate(-360deg);
  }
}
@keyframes tcPreloaderPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}
@keyframes tcPreloaderLetter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tcPreloaderBar {
  to {
    width: 100%;
  }
}
@keyframes tcPreloaderFadeIn {
  to {
    opacity: 1;
  }
}
@keyframes tcPreloaderGlow {
  from {
    opacity: 0.55;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.08);
  }
}
/*----------------------------------------*/
/*  3.2 Buttons
/*----------------------------------------*/
.tc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: var(--tc-font-heading);
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.tc-btn-primary {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  box-shadow: 0 14px 36px rgba(217, 119, 6, 0.3);
}
.tc-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(217, 119, 6, 0.4);
  color: var(--tc-white-color);
}
.tc-btn-primary .tc-btn-arrow {
  background: rgba(255, 255, 255, 0.22);
  color: var(--tc-white-color);
}
.tc-btn-outline {
  background: var(--tc-surface);
  color: var(--tc-heading-color);
  border: 1.5px solid var(--tc-border);
}
.tc-btn-outline:hover {
  border-color: var(--tc-primary-color);
  color: var(--tc-primary-color);
  transform: translateY(-2px);
}
.tc-btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: var(--tc-white-color);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}
.tc-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--tc-white-color);
}
.tc-btn-sm {
  padding: 12px 24px;
  font-size: 14px;
}
.tc-btn .tc-btn-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: transform 0.35s ease;
}
.tc-btn:hover .tc-btn-arrow {
  transform: translateX(3px);
}

/*----------------------------------------*/
/*  3.3 Section Title
/*----------------------------------------*/
.tc-sec-head {
  margin-bottom: 56px;
}
.tc-sec-head.center {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.tc-sec-head .tc-sec-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  background: var(--tc-gradient-soft);
  border: 1px solid rgba(217, 119, 6, 0.14);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-primary-color);
  margin-bottom: 18px;
}
.tc-sec-head .tc-sec-title {
  font-size: clamp(32px, 4.2vw, 52px);
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.tc-sec-head p {
  font-size: 17px;
  margin: 0;
  color: var(--tc-text-color);
}

/*----------------------------------------*/
/*  3.4 Back to Top
/*----------------------------------------*/
.tc-back-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: var(--tc-shadow-lg);
  cursor: pointer;
}
.tc-back-top.show {
  display: flex;
}

/*----------------------------------------*/
/*  3.5 Animations & Decorative Shapes
/*----------------------------------------*/
/* Scroll reveal animations */
html.lenis.lenis-smooth {
  scroll-behavior: auto;
}

html.lenis.lenis-smooth body {
  overscroll-behavior: none;
}

html.lenis {
  height: auto;
}

html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.tc-reveal-wrap {
  overflow: hidden;
  display: block;
  max-width: 100%;
  min-width: 0;
}

.tc-reveal-wrap-text {
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
}
.tc-reveal-wrap-text.is-revealed {
  overflow: visible;
}

/* Footer CTA title is a flex banner with a circular link — never clip it */
.tc-footer-cta .tc-reveal-wrap,
.tc-footer-cta .tc-reveal-wrap-text {
  overflow: visible;
  display: contents;
}

.tc-reveal-wrap-image {
  overflow: hidden;
  line-height: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.tc-reveal-wrap-image img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center center;
}

/* Keep Bootstrap columns / flex children intact when wrapped for reveal */
.row > .tc-reveal-wrap,
[class*=col-] > .tc-reveal-wrap,
.d-flex > .tc-reveal-wrap,
.d-grid > .tc-reveal-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

[class*=col-] .tc-reveal-wrap-image,
.tc-hero img,
.thumb .tc-reveal-wrap-image {
  width: 100%;
}

html.tc-scroll-anim-ready .tc-reveal-wrap-image img {
  will-change: transform, clip-path, filter;
}

.tc-img-anim-reveal-left img,
.tc-img-anim-reveal-right img,
.tc-img-anim-zoom-in img,
.tc-img-anim-zoom-out img,
.tc-img-anim-blur-in img {
  transform-origin: center center;
}

.tc-img-anim-rotate-in img {
  transform-origin: 20% 80%;
}

@media (prefers-reduced-motion: reduce) {
  .tc-reveal-wrap,
  .tc-reveal-wrap-text,
  .tc-reveal-wrap-image {
    overflow: visible;
  }
}
.square {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.square::before, .square::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
}
.square::before {
  background: var(--tc-primary-color);
  bottom: 0;
  right: 0;
}
.square::after {
  background: var(--tc-accent-color);
  top: 0;
  left: 0;
}

.tc-hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.tc-hero-blob.b1 {
  width: 420px;
  height: 420px;
  background: rgba(245, 158, 11, 0.18);
  top: -80px;
  left: -100px;
  animation: tcBlob 12s ease-in-out infinite;
}
.tc-hero-blob.b2 {
  width: 360px;
  height: 360px;
  background: rgba(180, 83, 9, 0.14);
  top: 10%;
  right: -80px;
  animation: tcBlob 10s ease-in-out infinite reverse;
}
.tc-hero-blob.b3 {
  width: 280px;
  height: 280px;
  background: rgba(251, 191, 36, 0.14);
  bottom: 0;
  left: 30%;
  animation: tcBlob 14s ease-in-out infinite;
}

@keyframes tcBlob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(20px, -30px) scale(1.08);
  }
}
.tc-text-marquee {
  background: var(--tc-grey-color);
  padding: 22px 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  contain: paint;
  transition: background 0.35s ease;
}
.tc-text-marquee .track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: tcMarqueeText 25s linear infinite;
}
.tc-text-marquee .track span {
  font-family: var(--tc-font-heading);
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 600;
  color: var(--tc-heading-color);
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.tc-text-marquee .track span i {
  color: var(--tc-band-accent);
}

@keyframes tcMarqueeText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*----------------------------------------*/
/*  3.6 Lightbox (Magnific Popup)
/*----------------------------------------*/
/* Library CSS handles popup chrome; we only layer z-index above
   the header/offcanvas and keep trigger links inheriting surrounding styles. */
.popup-video,
.popup-image {
  color: inherit;
  text-decoration: none;
}

.mfp-bg, .mfp-wrap {
  z-index: 999999;
}

/*----------------------------------------*/
/*  3.7 Section Decor (Hero + Page Hero)
/*----------------------------------------*/
.tc-section-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.tc-section-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.tc-section-glow.g1 {
  width: 280px;
  height: 280px;
  top: -60px;
  right: 6%;
  background: var(--tc-footer-glow-1);
  animation: tcFooterGlowDrift 16s ease-in-out infinite;
}
.tc-section-glow.g2 {
  width: 220px;
  height: 220px;
  bottom: 8%;
  left: -30px;
  background: var(--tc-footer-glow-2);
  animation: tcFooterGlowDrift 20s ease-in-out infinite reverse;
}

.tc-section-shape {
  position: absolute;
  pointer-events: none;
}
.tc-section-shape.shape-ring {
  width: 120px;
  height: 120px;
  top: 14%;
  right: 8%;
  border: 1px dashed var(--tc-footer-shape-ring);
  border-radius: 50%;
  animation: tcFooterSpin 24s linear infinite;
}
.tc-section-shape.shape-ring::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid var(--tc-footer-shape-inner);
  border-radius: 50%;
}
.tc-section-shape.shape-dots {
  width: 80px;
  height: 80px;
  bottom: 20%;
  right: 16%;
  background-image: radial-gradient(rgba(245, 158, 11, 0.55) 1.5px, transparent 1.5px);
  background-size: 11px 11px;
  mask-image: radial-gradient(circle, #000 0%, transparent 72%);
  animation: tcFooterFloat 9s ease-in-out infinite;
}
.tc-section-shape.shape-square {
  width: 48px;
  height: 48px;
  top: 32%;
  left: 5%;
  border: 1px solid var(--tc-footer-shape-square-border);
  border-radius: 10px;
  transform: rotate(16deg);
  animation: tcFooterSquare 11s ease-in-out infinite;
}
.tc-section-shape.shape-square::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.18), transparent);
}
.tc-section-shape.shape-cross {
  width: 28px;
  height: 28px;
  top: 30%;
  left: 6%;
  opacity: 0.5;
  animation: tcFooterSpin 18s linear infinite reverse;
}
.tc-section-shape.shape-cross::before, .tc-section-shape.shape-cross::after {
  content: "";
  position: absolute;
  background: var(--tc-footer-cross);
  border-radius: 2px;
}
.tc-section-shape.shape-cross::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.tc-section-shape.shape-cross::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.tc-section-shape.shape-bars {
  width: 52px;
  height: 36px;
  bottom: 28%;
  left: 7%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 5px;
  animation: tcFooterFloat 10s ease-in-out infinite;
}
.tc-section-shape.shape-bars i {
  display: block;
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.62), rgba(245, 158, 11, 0.14));
}
.tc-section-shape.shape-bars i:nth-child(1) {
  height: 42%;
}
.tc-section-shape.shape-bars i:nth-child(2) {
  height: 68%;
}
.tc-section-shape.shape-bars i:nth-child(3) {
  height: 54%;
}
.tc-section-shape.shape-bars i:nth-child(4) {
  height: 86%;
}
.tc-section-shape.shape-line {
  width: 100px;
  height: 1px;
  top: 48%;
  right: 20%;
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.45), transparent);
  animation: tcFooterLinePulse 6s ease-in-out infinite;
}

.tc-section-float-icon {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--tc-footer-accent);
  background: var(--tc-footer-icon-bg);
  border: 1px solid var(--tc-footer-icon-border);
  box-shadow: var(--tc-footer-icon-shadow);
  backdrop-filter: blur(8px);
  opacity: var(--tc-footer-decor-opacity);
}
.tc-section-float-icon.icon-1 {
  animation: tcFooterIconDrift1 8s ease-in-out infinite;
}
.tc-section-float-icon.icon-2 {
  animation: tcFooterIconDrift2 10s ease-in-out infinite 0.5s;
}
.tc-section-float-icon.icon-3 {
  animation: tcFooterIconDrift3 9s ease-in-out infinite 1s;
}
.tc-section-float-icon.icon-4 {
  animation: tcFooterIconDrift4 11s ease-in-out infinite 0.2s;
}
.tc-section-float-icon.icon-5 {
  animation: tcFooterIconDrift2 9.5s ease-in-out infinite 0.8s;
}
.tc-section-float-icon.icon-6 {
  animation: tcFooterIconDrift3 10.5s ease-in-out infinite 1.4s;
}
.tc-section-float-icon.icon-7 {
  animation: tcFooterIconDrift1 10s ease-in-out infinite 1.6s;
}
.tc-section-float-icon.icon-8 {
  animation: tcFooterIconDrift4 9s ease-in-out infinite 0.9s;
}

/* Hero variant */
.tc-section-decor-hero .tc-section-float-icon.icon-1 {
  top: 18%;
  left: 7%;
}
.tc-section-decor-hero .tc-section-float-icon.icon-2 {
  top: 10%;
  right: 26%;
}
.tc-section-decor-hero .tc-section-float-icon.icon-3 {
  bottom: 22%;
  right: 6%;
}
.tc-section-decor-hero .tc-section-float-icon.icon-4 {
  bottom: 14%;
  left: 20%;
}
.tc-section-decor-hero .tc-section-float-icon.icon-5 {
  top: 42%;
  right: 12%;
}
.tc-section-decor-hero .tc-section-float-icon.icon-6 {
  top: 28%;
  left: 14%;
}
.tc-section-decor-hero .tc-section-float-icon.icon-7 {
  top: 52%;
  left: 8%;
}
.tc-section-decor-hero .tc-section-float-icon.icon-8 {
  top: 16%;
  right: 14%;
}
@media only screen and (max-width: 991px) {
  .tc-section-decor-hero .tc-section-shape.shape-ring {
    width: 96px;
    height: 96px;
    right: 3%;
  }
  .tc-section-decor-hero .tc-section-float-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-section-decor-hero .tc-section-shape.shape-dots, .tc-section-decor-hero .tc-section-shape.shape-line, .tc-section-decor-hero .tc-section-shape.shape-bars {
    display: none;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-3, .tc-section-decor-hero .tc-section-float-icon.icon-4 {
    display: none;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-1 {
    top: 12%;
    left: auto;
    right: 10%;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-2 {
    bottom: 18%;
    top: auto;
    right: 4%;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-5 {
    top: auto;
    bottom: 16%;
    right: 18%;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-6 {
    top: 20%;
    left: 5%;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-7 {
    top: auto;
    bottom: 10%;
    left: 6%;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-8 {
    top: 12%;
    right: 6%;
  }
  .tc-section-decor-hero .tc-section-glow.g2 {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .tc-section-decor-hero .tc-section-shape.shape-cross, .tc-section-decor-hero .tc-section-shape.shape-bars {
    display: none;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-1, .tc-section-decor-hero .tc-section-float-icon.icon-2, .tc-section-decor-hero .tc-section-float-icon.icon-3, .tc-section-decor-hero .tc-section-float-icon.icon-4 {
    display: none;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-5 {
    top: auto;
    bottom: 14%;
    right: 6%;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-6 {
    top: 14%;
    left: auto;
    right: 6%;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-7 {
    bottom: 10%;
    left: 6%;
  }
  .tc-section-decor-hero .tc-section-float-icon.icon-8 {
    top: 8%;
    right: 6%;
  }
}

/* Inner page / breadcrumb hero variant */
.tc-section-decor-page .tc-section-glow.g1 {
  width: 220px;
  height: 220px;
  top: -50px;
  right: 8%;
  background: radial-gradient(circle, var(--tc-page-hero-glow-1) 0%, var(--tc-page-hero-glow-1-mid) 42%, transparent 72%);
}
.tc-section-decor-page .tc-section-glow.g2 {
  display: block;
  width: 200px;
  height: 200px;
  bottom: 0;
  left: -40px;
  background: radial-gradient(circle, var(--tc-page-hero-glow-2) 0%, var(--tc-page-hero-glow-2-mid) 45%, transparent 72%);
  animation: tcFooterGlowDrift 18s ease-in-out infinite reverse;
}
.tc-section-decor-page .tc-section-shape.shape-ring {
  width: 90px;
  height: 90px;
  top: 20%;
  right: 6%;
  opacity: 0.65;
  border-color: var(--tc-page-hero-shape-ring);
}
.tc-section-decor-page .tc-section-shape.shape-ring::before {
  border-color: var(--tc-page-hero-shape-ring-inner);
}
.tc-section-decor-page .tc-section-shape.shape-dots {
  width: 64px;
  height: 64px;
  bottom: 15%;
  left: 8%;
  right: auto;
  opacity: 0.65;
  background-image: radial-gradient(var(--tc-page-hero-shape-dots) 1.5px, transparent 1.5px);
}
.tc-section-decor-page .tc-section-shape.shape-square, .tc-section-decor-page .tc-section-shape.shape-cross, .tc-section-decor-page .tc-section-shape.shape-bars {
  display: none;
}
.tc-section-decor-page .tc-section-shape.shape-line {
  width: 72px;
  top: 38%;
  left: 8%;
  right: auto;
  opacity: 0.6;
  background: linear-gradient(90deg, transparent, var(--tc-page-hero-shape-line-1), var(--tc-page-hero-shape-line-2), transparent);
}
.tc-section-decor-page .tc-section-float-icon {
  width: 40px;
  height: 40px;
  font-size: 15px;
  background: var(--tc-page-hero-icon-bg);
  border-color: var(--tc-page-hero-icon-border);
  box-shadow: 0 10px 24px rgba(217, 119, 6, 0.14);
  opacity: 0.88;
}
.tc-section-decor-page .tc-section-float-icon i {
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tc-section-decor-page .tc-section-float-icon {
  /*
    Asymmetric side placement:
    - Left: 2 icons in outer gutter (clear of title/copy)
    - Right: 3 icons stepped down the empty side
    - Mid-vertical only — below header/breadcrumb, above section edge
  */
}
.tc-section-decor-page .tc-section-float-icon.icon-1 {
  top: 36%;
  left: 3%;
  right: auto;
  bottom: auto;
}
.tc-section-decor-page .tc-section-float-icon.icon-2 {
  top: 30%;
  right: 5%;
  left: auto;
  bottom: auto;
  width: 44px;
  height: 44px;
  font-size: 16px;
}
.tc-section-decor-page .tc-section-float-icon.icon-3 {
  top: 70%;
  right: 8%;
  left: auto;
  bottom: auto;
}
.tc-section-decor-page .tc-section-float-icon.icon-4 {
  display: flex;
  top: 68%;
  left: 5%;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  font-size: 13px;
  opacity: 0.75;
}
.tc-section-decor-page .tc-section-float-icon.icon-5 {
  /* Sit further into the open right side — not stacked on the edge */
  top: 48%;
  right: 16%;
  left: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  font-size: 13px;
  opacity: 0.7;
}
.tc-section-decor-page .tc-section-float-icon.icon-6 {
  top: 52%;
  right: 3%;
  left: auto;
  bottom: auto;
}
@media only screen and (max-width: 1200px) {
  .tc-section-decor-page .tc-section-float-icon.icon-1 {
    left: 2%;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-2 {
    right: 4%;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-5 {
    right: 12%;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-6 {
    right: 2%;
  }
}
@media only screen and (max-width: 991px) {
  .tc-section-decor-page .tc-section-float-icon.icon-5 {
    display: none;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-1 {
    top: 40%;
    left: 2%;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-2 {
    top: 34%;
    right: 3%;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-3 {
    top: 72%;
    right: 5%;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-4 {
    top: 70%;
    left: 3%;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-6 {
    top: 54%;
    right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .tc-section-decor-page .tc-section-shape.shape-dots {
    display: none;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-3, .tc-section-decor-page .tc-section-float-icon.icon-4, .tc-section-decor-page .tc-section-float-icon.icon-5 {
    display: none;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-1 {
    top: 42%;
    left: 3%;
    right: auto;
    bottom: auto;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-2 {
    top: 36%;
    right: 4%;
    left: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-6 {
    top: 62%;
    right: 5%;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 480px) {
  .tc-section-decor-page .tc-section-shape.shape-ring {
    display: none;
  }
  .tc-section-decor-page .tc-section-float-icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
    opacity: 0.65;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-1, .tc-section-decor-page .tc-section-float-icon.icon-3, .tc-section-decor-page .tc-section-float-icon.icon-4, .tc-section-decor-page .tc-section-float-icon.icon-5 {
    display: none;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-2 {
    top: 40%;
    right: 4%;
    left: auto;
    bottom: auto;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .tc-section-decor-page .tc-section-float-icon.icon-6 {
    top: 62%;
    right: 6%;
    left: auto;
    bottom: auto;
  }
  .tc-section-decor-page .tc-section-glow.g1 {
    width: 160px;
    height: 160px;
    opacity: 0.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-section-decor .tc-section-glow,
  .tc-section-decor .tc-section-shape,
  .tc-section-decor .tc-section-float-icon {
    animation: none;
  }
}
/*----------------------------------------*/
/*  04–06. Layout Index (Header, Footer, Sections)
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.1 Header, Offcanvas & Search
/*  Blocks: .tc-header | .tc-offcanvas | .tc-search
/*  Structure: block → element → modifier (BEM)
/*----------------------------------------*/
/* ========== Header ========== */
.tc-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 999;
  padding: 20px 0;
  transition: background 0.35s ease, padding 0.35s ease;
}
.tc-header.is-sticky {
  position: fixed;
  background: var(--tc-header-sticky-bg);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
  padding: 12px 0;
  animation: tcHeaderDown 0.4s ease;
}
.tc-header__brand {
  display: inline-block;
}
.tc-header__logo--light {
  display: none;
}
:root[data-theme=dark] .tc-header__logo--dark {
  display: none;
}
:root[data-theme=dark] .tc-header__logo--light {
  display: inline-block;
}
.tc-header__nav {
  display: flex;
  justify-content: center;
}
.tc-header__nav .tc-header__menu {
  display: flex;
  align-items: center;
  gap: 36px;
}
.tc-header__nav .tc-header__menu > li {
  position: relative;
}
.tc-header__nav .tc-header__menu > li > a {
  font-family: var(--tc-font-heading);
  font-weight: 600;
  font-size: 15px;
  color: var(--tc-heading-color);
  padding: 8px 0;
}
.tc-header__nav .tc-header__menu > li > a:hover {
  color: var(--tc-primary-color);
}
.tc-header__nav .tc-header__item--dropdown > a::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 7px;
  transition: transform 0.3s;
}
.tc-header__nav .tc-header__submenu {
  position: absolute;
  width: 260px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: start;
  border: none;
  background: transparent;
  box-shadow: none;
  transform-origin: 0 0;
  transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1), transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.tc-header__nav .tc-header__submenu::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 14px;
  border: 1px solid var(--tc-menu-dropdown-border);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  background: var(--tc-menu-dropdown-bg);
  box-shadow: var(--tc-menu-dropdown-shadow);
}
.tc-header__nav .tc-header__submenu li {
  position: relative;
}
.tc-header__nav .tc-header__submenu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tc-menu-dropdown-link);
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.tc-header__nav .tc-header__submenu li a:hover {
  color: var(--tc-menu-dropdown-link-hover);
  padding-left: 28px;
}
.tc-header__nav .tc-header__submenu .tc-header__item--dropdown > a::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translateY(0);
}
.tc-header__nav .tc-header__submenu .tc-header__item--dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  z-index: 98;
}
.tc-header__nav .tc-header__submenu .tc-header__submenu {
  top: 6px;
  left: calc(100% + 3px);
  padding: 12px 0;
  transform: scale(0.96) translateX(-6px);
}
.tc-header__nav .tc-header__submenu .tc-header__submenu::before {
  inset: 0;
}
.tc-header__nav .tc-header__menu > .tc-header__item--dropdown > .tc-header__submenu {
  top: 100%;
  left: 0;
  padding: 32px 0 12px;
  transform: scale(0.96) translateY(-8px);
}
.tc-header__nav .tc-header__menu > .tc-header__item--dropdown > .tc-header__submenu::before {
  inset: 20px 0 0;
}
.tc-header__nav .tc-header__item--dropdown:hover > .tc-header__submenu,
.tc-header__nav .tc-header__submenu .tc-header__item--dropdown:hover > .tc-header__submenu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.tc-header__nav .tc-header__menu > .tc-header__item--dropdown:hover > .tc-header__submenu {
  transform: scale(1) translateY(0);
}
.tc-header__nav .tc-header__submenu .tc-header__item--dropdown:hover > .tc-header__submenu {
  transform: scale(1) translateX(0);
}
.tc-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 991px) {
  .tc-header__actions {
    gap: 8px;
  }
}
.tc-header__btn {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  flex-shrink: 0;
  padding: 0;
  border-radius: 12px;
  border: 1px solid var(--tc-border);
  background: var(--tc-surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-heading-color);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}
@media only screen and (max-width: 991px) {
  .tc-header__btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 10px;
    font-size: 14px;
  }
}
.tc-header__btn:hover {
  border-color: var(--tc-band-accent);
  color: var(--tc-band-accent);
}
.tc-header__theme .tc-header__theme-icon--sun {
  display: none;
}
:root[data-theme=dark] .tc-header__theme .tc-header__theme-icon--moon {
  display: none;
}
:root[data-theme=dark] .tc-header__theme .tc-header__theme-icon--sun {
  display: inline-block;
}
:root[data-theme=dark] .tc-header:not(.is-sticky) .tc-header__menu > li > a {
  color: var(--tc-white-color);
}
:root[data-theme=dark] .tc-header:not(.is-sticky) .tc-header__btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--tc-white-color);
}
:root[data-theme=dark] .tc-header:not(.is-sticky) .tc-header__btn:hover {
  border-color: var(--tc-cyan);
  color: var(--tc-cyan);
}

@keyframes tcHeaderDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* ========== Offcanvas ========== */
.tc-offcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  height: 100dvh;
  background: var(--tc-surface);
  color: var(--tc-text-color);
  z-index: 99999;
  padding: 32px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(245, 158, 11, 0.45) transparent;
  transition: right 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.tc-offcanvas::-webkit-scrollbar {
  width: 5px;
}
.tc-offcanvas::-webkit-scrollbar-thumb {
  background: rgba(245, 158, 11, 0.45);
  border-radius: 999px;
}
.tc-offcanvas.is-open {
  right: 0;
}
@media only screen and (max-width: 480px) {
  .tc-offcanvas {
    padding: 26px 22px;
  }
}
.tc-offcanvas__overlay {
  position: fixed;
  inset: 0;
  background: var(--tc-offcanvas-overlay);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.tc-offcanvas__overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.tc-offcanvas__header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 18px;
  background: var(--tc-surface);
}
.tc-offcanvas__header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--tc-border);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.tc-offcanvas.is-scrolled .tc-offcanvas__header::after {
  opacity: 1;
}
.tc-offcanvas__body {
  overflow: visible;
  padding: 0;
  min-height: auto;
}
.tc-offcanvas__brand {
  display: inline-block;
}
.tc-offcanvas__logo--light {
  display: none;
}
:root[data-theme=dark] .tc-offcanvas__logo--dark {
  display: none;
}
:root[data-theme=dark] .tc-offcanvas__logo--light {
  display: inline-block;
}
.tc-offcanvas__close {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid var(--tc-border);
  background: var(--tc-grey-color);
  color: var(--tc-heading-color);
  font-size: 17px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.tc-offcanvas__close i {
  display: block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.tc-offcanvas__close:hover {
  border-color: transparent;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  box-shadow: 0 10px 26px rgba(217, 119, 6, 0.28);
  transform: translateY(-1px);
}
.tc-offcanvas__close:hover i {
  transform: rotate(90deg);
}
.tc-offcanvas__close:active {
  transform: translateY(0);
}
.tc-offcanvas__title {
  font-size: 20px;
  color: var(--tc-heading-color);
  margin-bottom: 10px;
}
.tc-offcanvas__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tc-band-accent);
  margin-bottom: 16px;
}
.tc-offcanvas {
  /* Cloned .tc-header__menu lives here */
}
.tc-offcanvas__menu > nav > ul > li {
  position: relative;
  border-bottom: 1px solid var(--tc-border);
}
.tc-offcanvas__menu > nav > ul > li > a {
  display: block;
  padding: 15px 40px 15px 0;
  font-family: var(--tc-font-heading);
  font-weight: 600;
  font-size: 16px;
  color: var(--tc-heading-color);
}
.tc-offcanvas__menu > nav > ul > li:hover > a, .tc-offcanvas__menu > nav > ul > li.is-open > a {
  color: var(--tc-band-accent);
}
.tc-offcanvas__menu .tc-header__item--dropdown > a::after {
  display: none;
}
.tc-offcanvas__menu .tc-header__submenu {
  display: none;
  padding: 0 0 20px 14px;
}
.tc-offcanvas__menu .tc-header__submenu .tc-header__item--dropdown {
  position: relative;
}
.tc-offcanvas__menu .tc-header__submenu li a {
  display: block;
  padding: 9px 36px 9px 0;
  font-size: 14px;
  color: var(--tc-text-color);
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.tc-offcanvas__menu .tc-header__submenu li a:hover {
  color: var(--tc-band-accent);
  padding-left: 6px;
}
.tc-offcanvas__menu .tc-header__submenu .tc-header__submenu {
  padding-left: 12px;
}
.tc-offcanvas__menu .tc-header__submenu .tc-header__submenu li a {
  font-size: 13px;
  padding: 7px 32px 7px 0;
}
.tc-offcanvas__submenu-toggle {
  position: absolute;
  right: 0;
  top: 11px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-grey-color);
  color: var(--tc-muted);
  border: 1px solid var(--tc-border);
  font-size: 12px;
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s;
}
.tc-offcanvas__submenu-toggle:hover {
  border-color: var(--tc-band-accent);
  color: var(--tc-band-accent);
}
.tc-offcanvas__submenu-toggle i {
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
li.is-open > .tc-offcanvas__submenu-toggle i {
  transform: rotate(180deg);
}
.tc-offcanvas__menu .tc-header__submenu > .tc-header__item--dropdown > .tc-offcanvas__submenu-toggle {
  top: 6px;
  width: 26px;
  height: 26px;
  font-size: 10px;
}
.tc-offcanvas__about {
  margin-top: 32px;
}
.tc-offcanvas__about p {
  font-size: 14.5px;
  margin: 0;
  color: var(--tc-text-color);
}
.tc-offcanvas__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 30px;
}
.tc-offcanvas__gallery a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--tc-border);
  transition: border-color 0.35s, transform 0.35s;
}
.tc-offcanvas__gallery a:hover {
  border-color: var(--tc-band-accent);
  transform: translateY(-3px);
}
.tc-offcanvas__gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.tc-offcanvas__info {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid var(--tc-border);
}
.tc-offcanvas__info a {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--tc-text-color);
}
.tc-offcanvas__info a:hover {
  color: var(--tc-band-accent);
}
.tc-offcanvas__info i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid var(--tc-border);
  background: var(--tc-grey-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-band-accent);
}
.tc-offcanvas__cta {
  justify-content: center;
  width: 100%;
  margin-top: 22px;
}
.tc-offcanvas__cta i {
  width: auto;
  height: auto;
  border: 0;
  color: inherit;
  background: none;
}
.tc-offcanvas__social {
  margin-top: 34px;
  padding-top: 30px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--tc-border);
}
.tc-offcanvas__social-links {
  display: flex;
  gap: 10px;
}
.tc-offcanvas__social-links a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--tc-grey-color);
  border: 1px solid var(--tc-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-heading-color);
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.tc-offcanvas__social-links a:hover {
  background: var(--tc-gradient);
  border-color: transparent;
  color: var(--tc-white-color);
}

body.is-offcanvas-open {
  overflow: hidden;
}

/* ========== Search ========== */
.tc-search {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(13, 12, 10, 0.97);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.tc-search.is-open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tc-search__close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--tc-white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s, transform 0.3s;
}
.tc-search__close:hover {
  border-color: var(--tc-cyan);
  color: var(--tc-cyan);
  transform: rotate(90deg);
}
.tc-search__form {
  width: 100%;
  max-width: 760px;
  padding: 0 24px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.18);
}
.tc-search__form input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: var(--tc-white-color);
  font-family: var(--tc-font-heading);
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 600;
}
.tc-search__form input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.tc-search__form button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  flex-shrink: 0;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.3s;
}
.tc-search__form button:hover {
  transform: scale(1.06);
}

/*----------------------------------------*/
/*  5.1 Footer Style
/*  Blocks: .tc-footer-cta | .tc-footer
/*  Structure: block → element → modifier (BEM)
/*----------------------------------------*/
/* ========== CTA Banner ========== */
.tc-footer-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 9;
  background: var(--tc-grey-color);
  padding: 120px 0 0;
  transition: background 0.35s ease;
}
@media only screen and (max-width: 767px) {
  .tc-footer-cta {
    padding: 90px 0 0;
  }
}
.tc-footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 55% at 12% 15%, rgba(245, 158, 11, 0.16), transparent 55%), radial-gradient(ellipse 50% 55% at 88% 85%, rgba(180, 83, 9, 0.14), transparent 55%);
}
.tc-footer-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(128, 116, 102, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(128, 116, 102, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 0%, transparent 75%);
}
.tc-footer-cta__tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tc-band-accent);
}
.tc-footer-cta__tag::before, .tc-footer-cta__tag::after {
  content: "";
  width: 26px;
  height: 1px;
  background: rgba(180, 83, 9, 0.5);
}
.tc-footer-cta__title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 22px;
  margin: 0 0 80px;
  color: var(--tc-heading-color);
  font-size: clamp(36px, 6.2vw, 84px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .tc-footer-cta__title {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-footer-cta__title {
    margin-bottom: 44px;
    gap: 12px;
  }
}
.tc-footer-cta__link {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(145deg, #f59e0b 0%, #d97706 52%, #b45309 100%);
  color: var(--tc-white-color);
  font-family: var(--tc-font-body);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: var(--tc-shadow-lg);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.tc-footer-cta__link i {
  font-size: 17px;
  color: inherit;
  transition: transform 0.35s;
}
.tc-footer-cta__link:hover {
  color: var(--tc-white-color);
  transform: scale(1.07) rotate(-8deg);
}
.tc-footer-cta__link:hover i {
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .tc-footer-cta__link {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-footer-cta__link {
    width: 84px;
    height: 84px;
    font-size: 10px;
    gap: 3px;
  }
}

/* ========== Main Footer ========== */
.tc-footer {
  --footer-bg: var(--tc-footer-bg);
  --footer-surface: var(--tc-footer-surface);
  --footer-surface-hover: var(--tc-footer-surface-hover);
  --footer-border: var(--tc-footer-border);
  --footer-text: var(--tc-footer-text);
  --footer-muted: var(--tc-footer-muted);
  --footer-heading: var(--tc-footer-heading);
  --footer-accent: var(--tc-footer-accent);
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding-top: 52px;
  background: var(--footer-bg);
  color: var(--footer-text);
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
@media only screen and (max-width: 767px) {
  .tc-footer {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-footer {
    padding-top: 28px;
  }
}
.tc-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: var(--tc-footer-grid-opacity);
  background-image: linear-gradient(var(--tc-footer-grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--tc-footer-grid-line) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
}
.tc-footer {
  /* ----- Decor: glow / shapes / float icons ----- */
}
.tc-footer__glow {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}
.tc-footer__glow--1 {
  width: 300px;
  height: 300px;
  top: -80px;
  right: 8%;
  background: var(--tc-footer-glow-1);
  animation: tcFooterGlowDrift 14s ease-in-out infinite;
}
.tc-footer__glow--2 {
  width: 240px;
  height: 240px;
  bottom: 10%;
  left: -40px;
  background: var(--tc-footer-glow-2);
  animation: tcFooterGlowDrift 18s ease-in-out infinite reverse;
}
@media only screen and (max-width: 767px) {
  .tc-footer__glow--1 {
    width: 200px;
    height: 200px;
  }
  .tc-footer__glow--2 {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-footer__glow {
    opacity: 0.65;
  }
}
.tc-footer__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .tc-footer__decor {
    display: none;
  }
}
.tc-footer__shape {
  position: absolute;
  pointer-events: none;
}
.tc-footer__shape--ring {
  width: 130px;
  height: 130px;
  top: 12%;
  right: 6%;
  border: 1px dashed var(--tc-footer-shape-ring);
  border-radius: 50%;
  animation: tcFooterSpin 22s linear infinite;
}
.tc-footer__shape--ring::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid var(--tc-footer-shape-inner);
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .tc-footer__shape--ring {
    width: 110px;
    height: 110px;
    right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .tc-footer__shape--ring {
    width: 88px;
    height: 88px;
    top: 6%;
    right: 1%;
    opacity: 0.55;
  }
}
@media only screen and (max-width: 575px) {
  .tc-footer__shape--ring {
    display: none;
  }
}
.tc-footer__shape--dots {
  width: 92px;
  height: 92px;
  bottom: 18%;
  right: 14%;
  background-image: radial-gradient(rgba(245, 158, 11, 0.55) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  mask-image: radial-gradient(circle, #000 0%, transparent 72%);
  animation: tcFooterFloat 8s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .tc-footer__shape--dots {
    display: none;
  }
}
.tc-footer__shape--square {
  width: 54px;
  height: 54px;
  top: 28%;
  left: 4%;
  border: 1px solid var(--tc-footer-shape-square-border);
  border-radius: 10px;
  transform: rotate(18deg);
  animation: tcFooterSquare 10s ease-in-out infinite;
}
.tc-footer__shape--square::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), transparent);
}
@media only screen and (max-width: 575px) {
  .tc-footer__shape--square {
    display: none;
  }
}
.tc-footer__shape--line {
  width: 120px;
  height: 1px;
  top: 42%;
  right: 22%;
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.5), transparent);
  animation: tcFooterLinePulse 5s ease-in-out infinite;
}
.tc-footer__shape--line::before, .tc-footer__shape--line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.75);
}
.tc-footer__shape--line::before {
  left: 0;
}
.tc-footer__shape--line::after {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .tc-footer__shape--line {
    display: none;
  }
}
.tc-footer__shape--cross {
  width: 28px;
  height: 28px;
  bottom: 32%;
  left: 12%;
  opacity: 0.45;
  animation: tcFooterSpin 16s linear infinite reverse;
}
.tc-footer__shape--cross::before, .tc-footer__shape--cross::after {
  content: "";
  position: absolute;
  background: var(--tc-footer-cross);
  border-radius: 2px;
}
.tc-footer__shape--cross::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.tc-footer__shape--cross::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
@media only screen and (max-width: 575px) {
  .tc-footer__shape--cross {
    display: none;
  }
}
.tc-footer__float-icon {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--footer-accent);
  background: var(--tc-footer-icon-bg);
  border: 1px solid var(--tc-footer-icon-border);
  box-shadow: var(--tc-footer-icon-shadow);
  backdrop-filter: blur(8px);
  opacity: var(--tc-footer-decor-opacity);
  will-change: transform;
}
.tc-footer__float-icon i {
  position: relative;
  z-index: 1;
}
.tc-footer__float-icon--1 {
  top: 14%;
  left: 6%;
  animation: tcFooterIconDrift1 8s ease-in-out infinite;
}
.tc-footer__float-icon--2 {
  top: 6%;
  right: 24%;
  animation: tcFooterIconDrift2 10s ease-in-out infinite 0.6s;
}
.tc-footer__float-icon--3 {
  bottom: 22%;
  right: 4%;
  animation: tcFooterIconDrift3 9s ease-in-out infinite 1.2s;
}
@media only screen and (max-width: 767px) {
  .tc-footer__float-icon--3 {
    display: none;
  }
}
.tc-footer__float-icon--4 {
  bottom: 10%;
  left: 18%;
  animation: tcFooterIconDrift4 11s ease-in-out infinite 0.2s;
}
@media only screen and (max-width: 767px) {
  .tc-footer__float-icon--4 {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .tc-footer__float-icon {
    width: 42px;
    height: 42px;
    font-size: 15px;
    opacity: 0.65;
  }
  .tc-footer__float-icon--1 {
    left: 2%;
  }
  .tc-footer__float-icon--2 {
    right: 12%;
  }
  .tc-footer__float-icon--4 {
    left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .tc-footer__float-icon {
    width: 38px;
    height: 38px;
    font-size: 14px;
    opacity: 0.5;
  }
  .tc-footer__float-icon--1 {
    top: 8%;
    left: auto;
    right: 12%;
  }
  .tc-footer__float-icon--2 {
    top: auto;
    bottom: 38%;
    right: 4%;
  }
}
@media only screen and (max-width: 575px) {
  .tc-footer__float-icon {
    display: none;
  }
}
.tc-footer {
  /* ----- Intro (CTA row + panel) ----- */
}
.tc-footer__intro {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .tc-footer__intro {
    margin-bottom: 32px;
    gap: 12px;
  }
}
.tc-footer__intro-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px 28px;
  border-radius: calc(var(--tc-radius) + 4px);
  background: var(--tc-footer-intro-bg);
  border: 1px solid var(--footer-border);
}
@media only screen and (max-width: 767px) {
  .tc-footer__intro-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-footer__intro-inner {
    padding: 18px 16px;
  }
}
.tc-footer__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--footer-accent);
}
.tc-footer__intro-copy h3 {
  max-width: 520px;
  margin: 0;
  color: var(--footer-heading);
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.3;
}
.tc-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tc-footer__cta i {
  color: inherit;
}
.tc-footer__cta:hover {
  color: var(--tc-white-color);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(217, 119, 6, 0.32);
}
@media only screen and (max-width: 480px) {
  .tc-footer__cta {
    width: 100%;
    justify-content: center;
  }
}
.tc-footer__panel {
  position: relative;
  overflow: hidden;
  padding: 22px 26px 24px;
  border-radius: calc(var(--tc-radius) + 4px);
  background: var(--tc-footer-intro-bg);
  border: 1px solid var(--footer-border);
}
.tc-footer__panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px dashed var(--tc-footer-shape-ring);
  opacity: 0.3;
  transform: translate(28%, -32%);
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .tc-footer__panel {
    padding: 18px 16px 20px;
  }
}
.tc-footer__panel .tc-footer__stats {
  flex-direction: row;
  margin-bottom: 0;
  gap: 12px;
}
.tc-footer__panel .tc-footer__stats .tc-footer__stat {
  flex: 1;
  min-width: 0;
  padding: 16px 14px;
}
.tc-footer__panel .tc-footer__stats .tc-footer__stat:hover {
  transform: translateY(-3px);
}
@media only screen and (max-width: 480px) {
  .tc-footer__panel .tc-footer__stats {
    flex-direction: column;
  }
  .tc-footer__panel .tc-footer__stats .tc-footer__stat {
    flex: none;
  }
}
.tc-footer__panel .tc-footer__newsletter {
  margin: 0;
  height: 100%;
}
.tc-footer__locate {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--footer-border);
}
@media only screen and (max-width: 480px) {
  .tc-footer__locate {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}
.tc-footer__locate-pin {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-gradient);
  box-shadow: 0 8px 22px rgba(217, 119, 6, 0.22);
}
.tc-footer__locate-pin i {
  transform: rotate(45deg);
  color: var(--tc-white-color);
  font-size: 17px;
}
.tc-footer__locate-copy {
  flex: 1;
  min-width: 0;
}
.tc-footer__locate-copy p,
.tc-footer__locate-copy .tc-footer__locate-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--footer-muted);
}
.tc-footer__locate-label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--footer-accent);
}
.tc-footer__locate-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--footer-muted);
}
.tc-footer__locate-dots {
  width: 68px;
  height: 44px;
  flex-shrink: 0;
  background-image: radial-gradient(circle, rgba(245, 158, 11, 0.55) 2px, transparent 2px);
  background-size: 11px 11px;
  mask-image: linear-gradient(90deg, transparent, #000 40%);
  opacity: 0.45;
}
@media only screen and (max-width: 767px) {
  .tc-footer__locate-dots {
    display: none;
  }
}
.tc-footer__panel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 14px;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .tc-footer__panel-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.tc-footer {
  /* ----- Columns ----- */
}
.tc-footer__top {
  padding: 0 0 48px;
  border-bottom: 1px solid var(--footer-border);
}
@media only screen and (max-width: 767px) {
  .tc-footer__top {
    padding-bottom: 36px;
  }
}
.tc-footer__brand {
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  .tc-footer__brand {
    max-width: 100%;
    margin-bottom: 8px;
  }
}
.tc-footer__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--footer-accent);
  background: var(--tc-footer-badge-bg);
  border: 1px solid var(--tc-footer-badge-border);
}
.tc-footer__logo {
  display: inline-block;
  margin-bottom: 18px;
}
.tc-footer__logo img {
  height: 38px;
  width: auto;
}
.tc-footer__logo .logo-light {
  display: none;
}
:root[data-theme=dark] .tc-footer__logo .logo-dark {
  display: none;
}
:root[data-theme=dark] .tc-footer__logo .logo-light {
  display: inline-block;
}
.tc-footer__about {
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--footer-text);
}
.tc-footer__stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 575px) {
  .tc-footer__stats {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.tc-footer__stat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--footer-surface);
  border: 1px solid var(--footer-border);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}
.tc-footer__stat:hover {
  background: var(--footer-surface-hover);
  border-color: rgba(245, 158, 11, 0.25);
  transform: translateX(4px);
}
@media only screen and (max-width: 575px) {
  .tc-footer__stat {
    flex: 1 1 calc(50% - 5px);
    min-width: 140px;
  }
}
.tc-footer__stat-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 158, 11, 0.12);
  color: var(--footer-accent);
  font-size: 16px;
}
.tc-footer__stat-body strong {
  display: block;
  margin-bottom: 2px;
  font-family: var(--tc-font-heading);
  font-size: 20px;
  line-height: 1.1;
  color: var(--footer-heading);
}
.tc-footer__stat-body span {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--footer-muted);
}
@media only screen and (max-width: 767px) {
  .tc-footer__widget {
    margin-bottom: 16px;
  }
}
.tc-footer__widget--contact {
  margin-bottom: 0;
}
.tc-footer__widget-title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 12px;
  color: var(--footer-heading);
  font-size: 17px;
  font-weight: 700;
}
.tc-footer__widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  border-radius: 2px;
  background: var(--tc-gradient);
}
.tc-footer__links li {
  margin-bottom: 11px;
}
.tc-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--footer-text);
  transition: color 0.25s ease, padding 0.25s ease;
}
.tc-footer__links a:hover {
  color: var(--footer-heading);
  padding-left: 2px;
}
.tc-footer__contact {
  margin: 0 0 20px;
}
.tc-footer__contact li {
  margin-bottom: 14px;
}
.tc-footer__contact a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--footer-text);
  transition: color 0.25s ease;
}
.tc-footer__contact a:hover {
  color: var(--footer-heading);
}
.tc-footer__contact a:hover .tc-footer__contact-icon {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  border-color: transparent;
  transform: translateY(-2px);
}
.tc-footer__contact-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid var(--footer-border);
  background: var(--footer-surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--footer-accent);
  font-size: 15px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .tc-footer__contact-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.tc-footer__contact-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 2px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--footer-heading);
}
.tc-footer__contact-text small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--footer-muted);
}
@media only screen and (max-width: 767px) {
  .tc-footer__contact-text {
    font-size: 14px;
  }
}
.tc-footer {
  /* ----- Newsletter ----- */
}
.tc-footer__newsletter {
  position: relative;
  padding: 22px;
  border-radius: var(--tc-radius);
  background: var(--tc-footer-newsletter-bg);
  border: 1px solid var(--footer-border);
}
@media only screen and (max-width: 480px) {
  .tc-footer__newsletter {
    padding: 18px 16px;
  }
}
.tc-footer__newsletter-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.tc-footer__newsletter-head h4, .tc-footer__newsletter-head h5 {
  margin-bottom: 4px;
  color: var(--footer-heading);
  font-size: 17px;
}
.tc-footer__newsletter-head p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--footer-muted);
}
.tc-footer__newsletter-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  font-size: 18px;
}
.tc-footer__newsletter-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 12px;
  color: var(--footer-muted);
}
.tc-footer__newsletter-note i {
  color: var(--footer-accent);
  font-size: 11px;
}
.tc-footer__form {
  display: flex;
  gap: 10px;
}
.tc-footer__form input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--footer-border);
  background: var(--tc-footer-input-bg);
  border-radius: 999px;
  padding: 14px 20px;
  color: var(--footer-heading);
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.tc-footer__form input:focus {
  border-color: rgba(245, 158, 11, 0.45);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
}
.tc-footer__form input::placeholder {
  color: var(--footer-muted);
}
.tc-footer__form button {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tc-footer__form button:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 28px rgba(217, 119, 6, 0.35);
}
@media only screen and (max-width: 480px) {
  .tc-footer__form {
    flex-direction: column;
  }
  .tc-footer__form input {
    width: 100%;
  }
  .tc-footer__form button {
    width: 100%;
    height: 48px;
    border-radius: 999px;
  }
}
.tc-footer {
  /* ----- Social ----- */
}
.tc-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tc-footer__social a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--footer-surface);
  border: 1px solid var(--footer-border);
  color: var(--footer-heading);
  transition: 0.3s ease;
}
.tc-footer__social a:hover {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  border-color: transparent;
  transform: translateY(-3px);
}
.tc-footer {
  /* ----- Bottom bar ----- */
}
.tc-footer__bottom {
  padding: 20px 0 28px;
  font-size: 14px;
}
.tc-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 16px 22px;
  border-radius: 16px;
  background: var(--tc-footer-bottom-bg);
  border: 1px solid var(--footer-border);
}
@media only screen and (max-width: 767px) {
  .tc-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
    padding: 16px;
    gap: 12px;
  }
}
.tc-footer__copy {
  color: var(--footer-muted);
}
.tc-footer__copy a {
  color: var(--footer-muted);
}
.tc-footer__copy a:hover {
  color: var(--footer-heading);
}
.tc-footer__tagline {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tc-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tc-footer__legal li {
  display: inline-flex;
  align-items: center;
}
.tc-footer__legal li:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 14px;
  border-radius: 50%;
  background: var(--tc-footer-legal-dot);
}
.tc-footer__legal a {
  font-size: 13px;
  color: var(--footer-muted);
  transition: color 0.25s ease;
}
.tc-footer__legal a:hover {
  color: var(--footer-accent);
}
@media only screen and (max-width: 480px) {
  .tc-footer__legal {
    flex-direction: column;
    gap: 10px;
  }
  .tc-footer__legal li:not(:last-child)::after {
    display: none;
  }
}

/* ========== Motion ========== */
@keyframes tcFooterGlowDrift {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(18px, -22px) scale(1.08);
  }
}
@keyframes tcFooterSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes tcFooterFloat {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.55;
  }
  50% {
    transform: translateY(-16px);
    opacity: 0.9;
  }
}
@keyframes tcFooterSquare {
  0%, 100% {
    transform: rotate(18deg) translateY(0);
  }
  50% {
    transform: rotate(24deg) translateY(-12px);
  }
}
@keyframes tcFooterLinePulse {
  0%, 100% {
    opacity: 0.35;
    transform: scaleX(0.85);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes tcFooterIconDrift1 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(6px, -12px) rotate(4deg);
  }
  66% {
    transform: translate(-4px, -6px) rotate(-3deg);
  }
}
@keyframes tcFooterIconDrift2 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-8px, 10px) rotate(-5deg) scale(1.05);
  }
}
@keyframes tcFooterIconDrift3 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(10px, -14px) rotate(6deg);
  }
}
@keyframes tcFooterIconDrift4 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  40% {
    transform: translate(-6px, -10px) rotate(-4deg);
  }
  80% {
    transform: translate(4px, 6px) rotate(3deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tc-footer__glow,
  .tc-footer__shape,
  .tc-footer__float-icon {
    animation: none;
  }
}
/*----------------------------------------*/
/*  6.1 Hero
/*----------------------------------------*/
/* ========== HERO BASE ========== */
.tc-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 100px;
}
@media only screen and (max-width: 480px) {
  .tc-hero {
    padding: 130px 0 70px;
  }
}
.tc-hero .tc-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px 8px 16px;
  border-radius: 50px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  font-size: 13px;
  font-weight: 600;
  color: var(--tc-primary-color);
  margin-bottom: 28px;
}
.tc-hero .tc-live-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}
.tc-hero .tc-live-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid #22c55e;
  animation: tcLivePulse 2s ease-out infinite;
}
.tc-hero .tc-hero-title {
  font-size: clamp(42px, 5.8vw, 76px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 24px;
}
.tc-hero .tc-hero-desc {
  font-size: 18px;
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 36px;
}
.tc-hero .tc-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}
.tc-hero .tc-hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  font-size: 14px;
  color: var(--tc-muted);
}
.tc-hero .tc-hero-trust > span {
  flex: 0 0 auto;
  white-space: nowrap;
}
.tc-hero .tc-hero-trust img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(1);
  transition: 0.3s ease;
}
.tc-hero .tc-hero-trust img:hover {
  opacity: 1;
  filter: none;
}
.tc-hero .tc-hero-trust .tc-reveal-wrap,
.tc-hero .tc-hero-trust .tc-reveal-wrap-image {
  display: inline-flex;
  width: auto;
  max-width: none;
  min-width: 0;
  flex: 0 0 auto;
  line-height: 0;
}
:root[data-theme=dark] .tc-hero .tc-hero-trust img {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.45;
}
:root[data-theme=dark] .tc-hero .tc-hero-trust img:hover {
  opacity: 0.9;
  filter: grayscale(1) brightness(0) invert(1);
}
.tc-hero .tc-hero-trust-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.tc-hero .tc-hero-avatars {
  display: flex;
  flex-shrink: 0;
}
.tc-hero .tc-hero-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--tc-surface);
  margin-left: -12px;
  box-shadow: var(--tc-shadow);
}
.tc-hero .tc-hero-avatars img:first-child {
  margin-left: 0;
}
.tc-hero .tc-hero-trust-copy .stars {
  color: #fbbf24;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 2px;
  display: block;
}
.tc-hero .tc-hero-trust-copy span {
  font-size: 13.5px;
  color: var(--tc-muted);
  font-weight: 500;
}
.tc-hero .tc-hero-trust-copy strong {
  color: var(--tc-heading-color);
}
.tc-hero .purecounter {
  font-size: 30px;
  font-variant-numeric: tabular-nums;
}

@keyframes tcLivePulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
/* ========== HERO 01 – GROWTH AGENCY (theme-aware) ========== */
.tc-hero-growth {
  background: radial-gradient(ellipse 60% 55% at 12% 15%, rgba(245, 158, 11, 0.22), transparent 55%), radial-gradient(ellipse 55% 60% at 92% 80%, rgba(180, 83, 9, 0.2), transparent 55%), radial-gradient(ellipse 45% 40% at 50% 100%, rgba(251, 191, 36, 0.1), transparent 50%), var(--tc-grey-color);
  color: var(--tc-text-color);
  transition: background 0.35s ease;
}
.tc-hero-growth::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(rgba(128, 116, 102, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(128, 116, 102, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 30%, #000 0%, transparent 78%);
}
:root[data-theme=dark] .tc-hero-growth .tc-hero-badge {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--tc-band-accent);
}
.tc-hero-growth .tc-hero-title {
  color: var(--tc-heading-color);
}
.tc-hero-growth .tc-hero-desc {
  color: var(--tc-text-color);
}
.tc-hero-growth .tc-hero-underline {
  position: relative;
  display: inline-block;
}
.tc-hero-growth .tc-hero-underline svg {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 14px;
}
.tc-hero-growth .tc-hero-trust {
  color: var(--tc-muted);
}
.tc-hero-growth .tc-hero-trust img {
  filter: grayscale(1);
  opacity: 0.55;
}
.tc-hero-growth .tc-hero-trust img:hover {
  opacity: 1;
  filter: none;
}
:root[data-theme=dark] .tc-hero-growth .tc-hero-trust img {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.4;
}
:root[data-theme=dark] .tc-hero-growth .tc-hero-trust img:hover {
  opacity: 0.85;
  filter: grayscale(1) brightness(0) invert(1);
}
.tc-hero-growth .tc-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .tc-hero-growth .tc-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.tc-hero-growth .tc-hero-visual {
  position: relative;
  min-height: 480px;
}
@media only screen and (max-width: 991px) {
  .tc-hero-growth .tc-hero-visual {
    min-height: 420px;
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tc-hero-growth .tc-hero-visual {
    min-height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-hero-visual {
    min-height: 360px;
  }
}
.tc-hero-growth .tc-hero-visual-glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  inset: 6% 10%;
  background: var(--tc-gradient);
  filter: blur(70px);
  opacity: 0.26;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .tc-hero-growth .tc-hero-visual-glow {
    inset: 8% 5%;
    opacity: 0.2;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-hero-visual-glow {
    inset: 10% 0;
    opacity: 0.16;
  }
}
.tc-hero-growth .tc-hero-visual-glow-2 {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 55%;
  height: 55%;
  right: -6%;
  bottom: -8%;
  background: radial-gradient(circle, var(--tc-cyan), transparent 70%);
  filter: blur(60px);
  opacity: 0.22;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .tc-hero-growth .tc-hero-visual-glow-2 {
    right: 0;
    bottom: 0;
    width: 48%;
    height: 48%;
    opacity: 0.18;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-hero-visual-glow-2 {
    right: 2%;
    bottom: 2%;
    width: 42%;
    height: 42%;
    opacity: 0.14;
  }
}
.tc-hero-growth .tc-hero-orbit-ring {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  inset: -6%;
}
.tc-hero-growth .tc-hero-orbit-ring svg {
  width: 100%;
  height: 100%;
  animation: tcOrbitSpin 40s linear infinite;
}
.tc-hero-growth .tc-hero-orbit-ring circle {
  fill: none;
  stroke: var(--tc-band-accent);
  stroke-opacity: 0.25;
  stroke-width: 1.4;
  stroke-dasharray: 2 12;
  stroke-linecap: round;
}
@media only screen and (max-width: 767px) {
  .tc-hero-growth .tc-hero-orbit-ring {
    inset: -2%;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-hero-orbit-ring {
    inset: 0;
    opacity: 0.45;
  }
}
.tc-hero-growth .tc-hero-main-card {
  position: relative;
  z-index: 2;
  border-radius: var(--tc-radius-xl);
  overflow: hidden;
  box-shadow: var(--tc-shadow-lg);
  border: 1px solid var(--tc-border);
  background: var(--tc-band-glass);
}
.tc-hero-growth .tc-hero-main-card img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .tc-hero-growth .tc-hero-main-card {
    border-radius: var(--tc-radius-lg);
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-hero-main-card {
    border-radius: var(--tc-radius);
  }
}
.tc-hero-growth .tc-hero-main-card .tc-hero-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  background: var(--tc-surface);
  border-bottom: 1px solid var(--tc-border);
  position: relative;
  z-index: 1;
}
.tc-hero-growth .tc-hero-main-card .tc-hero-browser-bar .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tc-border);
}
.tc-hero-growth .tc-hero-main-card .tc-hero-browser-bar .dot:nth-child(1) {
  background: #f56565;
}
.tc-hero-growth .tc-hero-main-card .tc-hero-browser-bar .dot:nth-child(2) {
  background: #f0b429;
}
.tc-hero-growth .tc-hero-main-card .tc-hero-browser-bar .dot:nth-child(3) {
  background: #38a169;
}
.tc-hero-growth .tc-hero-main-card .tc-hero-browser-bar .url {
  margin-left: 8px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  color: var(--tc-muted);
  background: var(--tc-grey-color);
  border-radius: 50px;
  padding: 5px 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tc-hero-growth .tc-hero-main-card .tc-hero-browser-bar .url i {
  font-size: 9px;
  color: var(--tc-primary-color);
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-hero-main-card .tc-hero-browser-bar .url {
    font-size: 10px;
    padding: 4px 10px;
  }
}
.tc-hero-growth .tc-hero-main-card .tc-hero-card-tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 50px;
  background: rgba(13, 12, 10, 0.65);
  backdrop-filter: blur(10px);
  color: var(--tc-white-color);
  font-size: 12.5px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.tc-hero-growth .tc-hero-main-card .tc-hero-card-tag i {
  color: #22c55e;
  font-size: 8px;
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-hero-main-card .tc-hero-card-tag {
    left: 12px;
    bottom: 12px;
    padding: 7px 12px;
    font-size: 11px;
    gap: 6px;
  }
}
.tc-hero-growth .tc-hero-mini-card {
  position: absolute;
  z-index: 3;
  bottom: -8%;
  right: -9%;
  width: 40%;
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  border: 6px solid var(--tc-surface);
  box-shadow: var(--tc-shadow-lg);
  animation: rlFloat 7s ease-in-out infinite;
  animation-delay: 0.4s;
}
.tc-hero-growth .tc-hero-mini-card img {
  width: 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}
.tc-hero-growth .tc-hero-mini-card .tc-play-btn {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 12, 10, 0.32);
}
.tc-hero-growth .tc-hero-mini-card .tc-play-btn .btn-circle {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--tc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-primary-color);
  font-size: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.tc-hero-growth .tc-hero-mini-card .tc-play-btn .btn-circle::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  animation: tcLivePulse 2.4s ease-out infinite;
}
@media only screen and (max-width: 991px) {
  .tc-hero-growth .tc-hero-mini-card {
    width: 36%;
    bottom: -4%;
    right: -3%;
    border-width: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-hero-growth .tc-hero-mini-card {
    width: 34%;
    bottom: 4%;
    right: 3%;
    border-width: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-hero-mini-card {
    width: 30%;
    bottom: 3%;
    right: 3%;
    border-width: 3px;
    border-radius: var(--tc-radius);
    animation: none;
  }
  .tc-hero-growth .tc-hero-mini-card .tc-play-btn .btn-circle {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
  .tc-hero-growth .tc-hero-mini-card .tc-play-btn .btn-circle::after {
    inset: -5px;
  }
}
.tc-hero-growth .tc-float-widget {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--tc-surface);
  backdrop-filter: blur(20px);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius);
  padding: 16px 20px;
  box-shadow: var(--tc-shadow-lg);
  animation: rlFloat 6s ease-in-out infinite;
}
.tc-hero-growth .tc-float-widget .icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex-shrink: 0;
  background: var(--tc-gradient-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-primary-color);
  font-size: 16px;
}
.tc-hero-growth .tc-float-widget .val {
  font-family: var(--tc-font-heading);
  font-size: 24px;
  font-weight: 800;
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.tc-hero-growth .tc-float-widget .lbl {
  font-size: 12px;
  color: var(--tc-muted);
  margin-top: 4px;
  white-space: nowrap;
}
.tc-hero-growth .tc-float-widget.w1 {
  top: 4%;
  left: -10%;
  animation-delay: 0s;
}
.tc-hero-growth .tc-float-widget.w2 {
  bottom: 10%;
  left: -8%;
  animation-delay: 0.6s;
}
@media only screen and (max-width: 991px) {
  .tc-hero-growth .tc-float-widget {
    padding: 13px 16px;
    gap: 11px;
  }
  .tc-hero-growth .tc-float-widget .icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .tc-hero-growth .tc-float-widget .val {
    font-size: 21px;
  }
  .tc-hero-growth .tc-float-widget .lbl {
    font-size: 11px;
  }
  .tc-hero-growth .tc-float-widget.w1 {
    top: 2%;
    left: -3%;
  }
  .tc-hero-growth .tc-float-widget.w2 {
    bottom: 8%;
    left: -2%;
  }
}
@media only screen and (max-width: 767px) {
  .tc-hero-growth .tc-float-widget {
    padding: 12px 14px;
    gap: 10px;
  }
  .tc-hero-growth .tc-float-widget .icon {
    width: 34px;
    height: 34px;
    font-size: 13px;
    border-radius: 10px;
  }
  .tc-hero-growth .tc-float-widget .val {
    font-size: 19px;
  }
  .tc-hero-growth .tc-float-widget .lbl {
    font-size: 10.5px;
  }
  .tc-hero-growth .tc-float-widget.w1 {
    top: 3%;
    left: 2%;
  }
  .tc-hero-growth .tc-float-widget.w2 {
    bottom: 6%;
    left: 2%;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-float-widget {
    padding: 10px 12px;
    gap: 8px;
    animation: none;
    box-shadow: var(--tc-shadow);
  }
  .tc-hero-growth .tc-float-widget .icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 9px;
  }
  .tc-hero-growth .tc-float-widget .val {
    font-size: 16px;
  }
  .tc-hero-growth .tc-float-widget .lbl {
    font-size: 9.5px;
    white-space: normal;
    max-width: 70px;
    line-height: 1.25;
    margin-top: 2px;
  }
  .tc-hero-growth .tc-float-widget.w1 {
    top: 2%;
    left: 2%;
  }
  .tc-hero-growth .tc-float-widget.w2 {
    top: 2%;
    bottom: auto;
    left: auto;
    right: 2%;
  }
}
.tc-hero-growth .tc-float-chart {
  position: absolute;
  z-index: 3;
  top: 22%;
  right: -8%;
  width: 168px;
  padding: 16px 18px;
  background: var(--tc-surface);
  backdrop-filter: blur(20px);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius);
  box-shadow: var(--tc-shadow-lg);
  animation: rlFloat 6s ease-in-out infinite;
  animation-delay: 1.2s;
}
.tc-hero-growth .tc-float-chart .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 8px;
}
.tc-hero-growth .tc-float-chart .top .lbl {
  font-size: 11px;
  color: var(--tc-muted);
  font-weight: 600;
}
.tc-hero-growth .tc-float-chart .top .pct {
  font-size: 11px;
  font-weight: 700;
  color: #22c55e;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}
.tc-hero-growth .tc-float-chart .val {
  font-family: var(--tc-font-heading);
  font-size: 22px;
  font-weight: 800;
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.tc-hero-growth .tc-float-chart svg {
  width: 100%;
  height: 34px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .tc-hero-growth .tc-float-chart {
    width: 152px;
    top: 20%;
    right: -3%;
    padding: 14px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-hero-growth .tc-float-chart {
    width: 138px;
    top: auto;
    bottom: 7%;
    right: 3%;
    padding: 12px 14px;
  }
  .tc-hero-growth .tc-float-chart .val {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .tc-hero-growth .tc-float-chart svg {
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-float-chart {
    width: 124px;
    top: auto;
    bottom: 5%;
    left: 2%;
    right: auto;
    padding: 10px 12px;
    animation: none;
    box-shadow: var(--tc-shadow);
  }
  .tc-hero-growth .tc-float-chart .top {
    margin-bottom: 6px;
  }
  .tc-hero-growth .tc-float-chart .top .lbl {
    font-size: 9.5px;
  }
  .tc-hero-growth .tc-float-chart .top .pct {
    font-size: 9.5px;
  }
  .tc-hero-growth .tc-float-chart .val {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .tc-hero-growth .tc-float-chart svg {
    height: 26px;
  }
}
.tc-hero-growth .tc-hero-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--tc-border);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-hero-stat-row {
    grid-template-columns: 1fr;
  }
}
.tc-hero-growth .tc-hero-stat-row .item strong {
  display: block;
  font-size: 32px;
  font-family: var(--tc-font-heading);
  color: var(--tc-heading-color);
}
.tc-hero-growth .tc-hero-stat-row .item span {
  font-size: 13px;
  color: var(--tc-muted);
}
.tc-hero-growth .tc-hero-stat-row {
  /* ----- Premium counter strip ----- */
}
.tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 48px;
  padding-top: 0;
  border-top: none;
  background: var(--tc-border);
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  box-shadow: var(--tc-shadow);
}
.tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 30px;
  background: var(--tc-surface);
  transition: background 0.35s ease;
}
.tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .item:hover {
  background: var(--tc-band-glass);
}
.tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .item:hover .ico {
  transform: scale(1.08) rotate(-4deg);
  box-shadow: var(--tc-shadow-lg);
}
.tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .ico {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-gradient-soft);
  color: var(--tc-primary-color);
  font-size: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .txt {
  min-width: 0;
}
.tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop strong {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-size: 30px;
  font-weight: 800;
  font-family: var(--tc-font-heading);
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  white-space: nowrap;
}
.tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop strong .purecounter {
  font-size: 30px;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-variant-numeric: tabular-nums;
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop strong .tc-stat-suffix {
  font-size: 0.78em;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1;
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .txt > span {
  font-size: 13px;
  font-weight: 500;
  color: var(--tc-muted);
  margin-top: 3px;
  display: block;
}
@media (max-width: 1199px) {
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .item {
    padding: 22px 20px;
    gap: 14px;
  }
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .ico {
    width: 46px;
    height: 46px;
    font-size: 17px;
    border-radius: 14px;
  }
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop {
    margin-top: 36px;
    grid-template-columns: 1fr;
  }
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .item {
    padding: 20px 18px;
    gap: 14px;
  }
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .ico {
    width: 44px;
    height: 44px;
    font-size: 16px;
    border-radius: 13px;
  }
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop strong {
    font-size: 22px;
  }
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .txt > span {
    font-size: 12.5px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop {
    margin-top: 28px;
    border-radius: var(--tc-radius);
  }
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .item {
    padding: 16px;
    gap: 12px;
  }
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .ico {
    width: 40px;
    height: 40px;
    font-size: 15px;
    border-radius: 12px;
  }
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop strong {
    font-size: 20px;
  }
  .tc-hero-growth .tc-hero-stat-row.tc-hero-stat-desktop .txt > span {
    font-size: 12px;
  }
}

@keyframes rlFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
/* ===== Halftone dotted sphere accent ===== */
.tc-hero-halftone {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  left: -140px;
  top: 8%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 1.4px, transparent 1.6px);
  background-size: 11px 11px;
  mask-image: radial-gradient(circle, #000 50%, transparent 76%);
  -webkit-mask-image: radial-gradient(circle, #000 50%, transparent 76%);
  opacity: 0.35;
}
@media only screen and (max-width: 991px) {
  .tc-hero-halftone {
    width: 300px;
    height: 300px;
    left: -100px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-halftone {
    display: none;
  }
}

/* ===== Gradient swirl / tunnel accent ===== */
.tc-hero-swirl {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  right: -220px;
  top: 50%;
  transform: translateY(-50%);
  background: conic-gradient(from 210deg, rgba(245, 158, 11, 0.4), rgba(180, 83, 9, 0.05) 35%, transparent 65%, rgba(245, 158, 11, 0.25));
  filter: blur(10px);
  opacity: 0.8;
}
.tc-hero-swirl::before {
  content: "";
  position: absolute;
  inset: 70px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 20px, rgba(255, 255, 255, 0.05) 21px 22px);
}
@media only screen and (max-width: 991px) {
  .tc-hero-swirl {
    width: 420px;
    height: 420px;
    right: -160px;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-swirl {
    display: none;
  }
}

/* ===== Orbiting circular text badge ===== */
.tc-orbit-badge {
  position: relative;
  width: 118px;
  height: 118px;
  flex-shrink: 0;
}
.tc-orbit-badge svg {
  width: 100%;
  height: 100%;
  animation: tcOrbitSpin 14s linear infinite;
}
.tc-orbit-badge text {
  font-family: var(--tc-font-heading);
  font-weight: 700;
  font-size: 8.4px;
  letter-spacing: 2px;
  text-transform: uppercase;
  fill: var(--tc-muted);
}
.tc-orbit-badge .tc-orbit-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: auto;
  border-radius: 50%;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .tc-orbit-badge {
    width: 88px;
    height: 88px;
  }
  .tc-orbit-badge .tc-orbit-center {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

@keyframes tcOrbitSpin {
  to {
    transform: rotate(360deg);
  }
}
/* ========== HERO 02 – CREATIVE AGENCY ========== */
.tc-hero-creative {
  padding-bottom: 80px;
}
.tc-hero-creative .tc-hero-title em {
  font-style: normal;
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tc-hero-creative .tc-collage {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: end;
  max-width: 560px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .tc-hero-creative .tc-collage {
    max-width: 480px;
    margin: 0 auto;
    gap: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-creative .tc-collage {
    grid-template-columns: 1fr 0.9fr;
    gap: 10px;
    max-width: 100%;
  }
}
.tc-hero-creative .tc-collage-blob {
  position: absolute;
  z-index: 0;
  width: 70%;
  height: 70%;
  top: 12%;
  right: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.22) 0%, rgba(180, 83, 9, 0.08) 45%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}
.tc-hero-creative .tc-collage-main {
  position: relative;
  z-index: 1;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(23, 19, 16, 0.14);
}
@media only screen and (max-width: 480px) {
  .tc-hero-creative .tc-collage-main {
    border-radius: 22px;
  }
}
.tc-hero-creative .tc-collage-main img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .tc-hero-creative .tc-collage-main img {
    height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-hero-creative .tc-collage-main img {
    height: 380px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-creative .tc-collage-main img {
    height: 300px;
  }
}
.tc-hero-creative .tc-collage-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 16px 36px rgba(217, 119, 6, 0.35);
  z-index: 2;
}
.tc-hero-creative .tc-collage-badge strong {
  font-family: var(--tc-font-heading);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
.tc-hero-creative .tc-collage-badge span {
  font-size: 11px;
  font-weight: 600;
  margin-top: 3px;
  opacity: 0.95;
}
@media only screen and (max-width: 767px) {
  .tc-hero-creative .tc-collage-badge {
    width: 80px;
    height: 80px;
    left: 12px;
    bottom: 12px;
  }
  .tc-hero-creative .tc-collage-badge strong {
    font-size: 22px;
  }
  .tc-hero-creative .tc-collage-badge span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-creative .tc-collage-badge {
    width: 68px;
    height: 68px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.85), 0 10px 24px rgba(217, 119, 6, 0.3);
  }
  .tc-hero-creative .tc-collage-badge strong {
    font-size: 18px;
  }
  .tc-hero-creative .tc-collage-badge span {
    font-size: 9px;
  }
}
.tc-hero-creative .tc-collage-side {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .tc-hero-creative .tc-collage-side {
    gap: 12px;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-creative .tc-collage-side {
    gap: 8px;
    padding-bottom: 10px;
  }
}
.tc-hero-creative .tc-collage-inset {
  border-radius: 24px;
  overflow: hidden;
  border: 5px solid var(--tc-surface);
  box-shadow: var(--tc-shadow-lg);
  background: var(--tc-surface);
}
@media only screen and (max-width: 480px) {
  .tc-hero-creative .tc-collage-inset {
    border-radius: 16px;
    border-width: 3px;
  }
}
.tc-hero-creative .tc-collage-inset img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .tc-hero-creative .tc-collage-inset img {
    height: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-hero-creative .tc-collage-inset img {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-creative .tc-collage-inset img {
    height: 150px;
  }
}
.tc-hero-creative .tc-collage-clients {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  box-shadow: var(--tc-shadow);
}
@media only screen and (max-width: 480px) {
  .tc-hero-creative .tc-collage-clients {
    padding: 10px 12px;
    gap: 8px;
    border-radius: 14px;
  }
}
.tc-hero-creative .tc-collage-clients .avatars {
  display: flex;
  align-items: center;
}
.tc-hero-creative .tc-collage-clients .avatars img,
.tc-hero-creative .tc-collage-clients .avatars .more {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--tc-surface);
  object-fit: cover;
  margin-left: -10px;
}
.tc-hero-creative .tc-collage-clients .avatars img:first-child,
.tc-hero-creative .tc-collage-clients .avatars .more:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .tc-hero-creative .tc-collage-clients .avatars img,
  .tc-hero-creative .tc-collage-clients .avatars .more {
    width: 26px;
    height: 26px;
    margin-left: -8px;
  }
}
.tc-hero-creative .tc-collage-clients .avatars .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  font-size: 11px;
  font-weight: 700;
}
.tc-hero-creative .tc-collage-clients .txt {
  min-width: 0;
}
.tc-hero-creative .tc-collage-clients .txt strong {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 16px;
  font-weight: 800;
  color: var(--tc-heading-color);
  line-height: 1.15;
}
.tc-hero-creative .tc-collage-clients .txt span {
  display: block;
  font-size: 12px;
  color: var(--tc-muted);
}
@media only screen and (max-width: 480px) {
  .tc-hero-creative .tc-collage-clients .txt strong {
    font-size: 13px;
  }
  .tc-hero-creative .tc-collage-clients .txt span {
    font-size: 10px;
  }
}

/* ========== HERO 03 – SEO AGENCY (theme-aware) ========== */
.tc-hero-seo {
  background: var(--tc-grey-color);
  color: var(--tc-text-color);
  min-height: 90vh;
  display: flex;
  align-items: center;
  transition: background 0.35s ease;
}
.tc-hero-seo .tc-hero-title {
  color: var(--tc-heading-color);
}
.tc-hero-seo .tc-hero-title span {
  color: var(--tc-band-accent);
  -webkit-text-fill-color: var(--tc-band-accent);
  background: none;
}
:root[data-theme=dark] .tc-hero-seo .tc-hero-badge {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--tc-band-accent);
}
.tc-hero-seo .tc-seo-panel {
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-xl);
  padding: 32px;
  backdrop-filter: blur(12px);
}
.tc-hero-seo .tc-seo-panel .row-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--tc-text-color);
}
.tc-hero-seo .tc-seo-panel .row-item strong {
  color: var(--tc-heading-color);
  font-family: var(--tc-font-heading);
  font-size: 16px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.tc-hero-seo .tc-seo-panel .row-item .purecounter {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.tc-hero-seo .tc-seo-panel .bar {
  height: 8px;
  border-radius: 4px;
  background: var(--tc-border);
  margin-bottom: 22px;
  overflow: hidden;
}
.tc-hero-seo .tc-seo-panel .bar:last-child {
  margin-bottom: 0;
}
.tc-hero-seo .tc-seo-panel .bar .fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 4px;
  background: var(--tc-gradient);
  transition: width 1.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.tc-hero-seo .tc-seo-panel.is-inview .fill.w-68 {
  width: 68%;
  transition-delay: 0.35s;
}
.tc-hero-seo .tc-seo-panel.is-inview .fill.w-78 {
  width: 78%;
  transition-delay: 0.2s;
}
.tc-hero-seo .tc-seo-panel.is-inview .fill.w-92 {
  width: 92%;
  transition-delay: 0.05s;
}
.tc-hero-seo .tc-seo-panel.is-inview .fill.w-96 {
  width: 96%;
  transition-delay: 0.5s;
}

/* ========== HERO 04 – CORPORATE ========== */
.tc-hero-corporate .tc-hero-stats-inline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid var(--tc-border);
}
@media only screen and (max-width: 767px) {
  .tc-hero-corporate .tc-hero-stats-inline {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }
}
.tc-hero-corporate .tc-hero-stats-inline > div {
  position: relative;
  padding-left: 18px;
}
.tc-hero-corporate .tc-hero-stats-inline > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  border-radius: 2px;
  background: var(--tc-gradient);
}
.tc-hero-corporate .tc-hero-stats-inline strong {
  display: inline-flex;
  align-items: baseline;
  font-size: 30px;
  font-weight: 800;
  font-family: var(--tc-font-heading);
  color: var(--tc-heading-color);
  line-height: 1;
  margin-bottom: 6px;
}
.tc-hero-corporate .tc-hero-stats-inline .purecounter {
  font-size: 30px;
  font-weight: inherit;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
}
.tc-hero-corporate .tc-hero-stats-inline .tc-stat-suffix {
  font-size: 0.78em;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1;
}
.tc-hero-corporate .tc-hero-stats-inline > div > span {
  display: block;
  font-size: 13.5px;
  color: var(--tc-muted);
}

/* Shared photo + float widgets (Home 04 corporate / Home 08 startup) */
.tc-hero-corporate .tc-hero-photo,
.tc-hero-startup .tc-hero-photo {
  position: relative;
  max-width: 560px;
  margin-left: auto;
  padding: 20px 12px 28px 28px;
}
@media only screen and (max-width: 991px) {
  .tc-hero-corporate .tc-hero-photo,
  .tc-hero-startup .tc-hero-photo {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-corporate .tc-hero-photo,
  .tc-hero-startup .tc-hero-photo {
    padding: 12px 4px 20px 12px;
  }
}
.tc-hero-corporate .tc-hero-photo-glow,
.tc-hero-startup .tc-hero-photo-glow {
  position: absolute;
  z-index: 0;
  inset: 8% 6% 14% 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.24) 0%, rgba(180, 83, 9, 0.1) 45%, transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}
.tc-hero-corporate .tc-hero-photo-frame,
.tc-hero-startup .tc-hero-photo-frame {
  position: relative;
  z-index: 1;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(23, 19, 16, 0.16);
}
@media only screen and (max-width: 480px) {
  .tc-hero-corporate .tc-hero-photo-frame,
  .tc-hero-startup .tc-hero-photo-frame {
    border-radius: 22px;
  }
}
.tc-hero-corporate .tc-hero-photo-frame img,
.tc-hero-startup .tc-hero-photo-frame img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .tc-hero-corporate .tc-hero-photo-frame img,
  .tc-hero-startup .tc-hero-photo-frame img {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-hero-corporate .tc-hero-photo-frame img,
  .tc-hero-startup .tc-hero-photo-frame img {
    height: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-corporate .tc-hero-photo-frame img,
  .tc-hero-startup .tc-hero-photo-frame img {
    height: 340px;
  }
}
.tc-hero-corporate .tc-hero-photo-float,
.tc-hero-startup .tc-hero-photo-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  box-shadow: var(--tc-shadow-lg);
  animation: rlFloat 5.5s ease-in-out infinite;
}
.tc-hero-corporate .tc-hero-photo-float .icon,
.tc-hero-startup .tc-hero-photo-float .icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  font-size: 15px;
}
.tc-hero-corporate .tc-hero-photo-float strong,
.tc-hero-startup .tc-hero-photo-float strong {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--tc-heading-color);
  white-space: nowrap;
}
.tc-hero-corporate .tc-hero-photo-float strong .purecounter,
.tc-hero-startup .tc-hero-photo-float strong .purecounter {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.tc-hero-corporate .tc-hero-photo-float > div > span,
.tc-hero-startup .tc-hero-photo-float > div > span {
  display: block;
  font-size: 12px;
  color: var(--tc-muted);
  white-space: nowrap;
}
.tc-hero-corporate .tc-hero-photo-float .avatars,
.tc-hero-startup .tc-hero-photo-float .avatars {
  display: flex;
  align-items: center;
}
.tc-hero-corporate .tc-hero-photo-float .avatars img,
.tc-hero-startup .tc-hero-photo-float .avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--tc-surface);
  margin-left: -8px;
}
.tc-hero-corporate .tc-hero-photo-float .avatars img:first-child,
.tc-hero-startup .tc-hero-photo-float .avatars img:first-child {
  margin-left: 0;
}
.tc-hero-corporate .tc-hero-photo-float.f1,
.tc-hero-startup .tc-hero-photo-float.f1 {
  top: 14%;
  left: 0;
  animation-delay: 0.15s;
}
.tc-hero-corporate .tc-hero-photo-float.f2,
.tc-hero-startup .tc-hero-photo-float.f2 {
  top: 42%;
  right: 0;
  animation-delay: 0.8s;
}
@media only screen and (max-width: 767px) {
  .tc-hero-corporate .tc-hero-photo-float,
  .tc-hero-startup .tc-hero-photo-float {
    padding: 12px 14px;
    gap: 10px;
  }
  .tc-hero-corporate .tc-hero-photo-float .icon,
  .tc-hero-startup .tc-hero-photo-float .icon {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .tc-hero-corporate .tc-hero-photo-float strong,
  .tc-hero-startup .tc-hero-photo-float strong {
    font-size: 15px;
  }
  .tc-hero-corporate .tc-hero-photo-float span,
  .tc-hero-startup .tc-hero-photo-float span {
    font-size: 11px;
  }
  .tc-hero-corporate .tc-hero-photo-float .avatars img,
  .tc-hero-startup .tc-hero-photo-float .avatars img {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-corporate .tc-hero-photo-float,
  .tc-hero-startup .tc-hero-photo-float {
    animation: none;
    padding: 10px 12px;
  }
  .tc-hero-corporate .tc-hero-photo-float.f1,
  .tc-hero-startup .tc-hero-photo-float.f1 {
    top: 8%;
    left: 0;
  }
  .tc-hero-corporate .tc-hero-photo-float.f2,
  .tc-hero-startup .tc-hero-photo-float.f2 {
    top: 36%;
    right: 0;
  }
}
.tc-hero-corporate .tc-hero-photo .tc-support-badge,
.tc-hero-startup .tc-hero-photo .tc-support-badge {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  left: 8px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  backdrop-filter: blur(12px);
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: var(--tc-shadow-lg);
  animation: rlFloat 6s ease-in-out infinite;
  animation-delay: 1.2s;
}
.tc-hero-corporate .tc-hero-photo .tc-support-badge .icon,
.tc-hero-startup .tc-hero-photo .tc-support-badge .icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  font-size: 15px;
}
.tc-hero-corporate .tc-hero-photo .tc-support-badge strong,
.tc-hero-startup .tc-hero-photo .tc-support-badge strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tc-heading-color);
  line-height: 1.2;
}
.tc-hero-corporate .tc-hero-photo .tc-support-badge span,
.tc-hero-startup .tc-hero-photo .tc-support-badge span {
  display: block;
  font-size: 12px;
  color: var(--tc-muted);
}
@media only screen and (max-width: 480px) {
  .tc-hero-corporate .tc-hero-photo .tc-support-badge,
  .tc-hero-startup .tc-hero-photo .tc-support-badge {
    animation: none;
    left: 4px;
    bottom: 4px;
    padding: 10px 12px;
    gap: 10px;
  }
  .tc-hero-corporate .tc-hero-photo .tc-support-badge .icon,
  .tc-hero-startup .tc-hero-photo .tc-support-badge .icon {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

/* ========== HERO 08 – STARTUP / SAAS MARKETING ========== */
.tc-hero-startup {
  background: var(--tc-grey-color);
  min-height: 92vh;
  display: flex;
  align-items: center;
}
.tc-hero-startup .tc-hero-title {
  color: var(--tc-heading-color);
  font-size: clamp(40px, 5.8vw, 72px);
}
.tc-hero-startup .tc-hero-btns {
  margin-bottom: 32px;
}

/* ========== HERO 05 – PORTFOLIO (theme-aware) ========== */
.tc-hero-portfolio {
  background: var(--tc-grey-color);
  min-height: 92vh;
  display: flex;
  align-items: center;
  color: var(--tc-text-color);
  transition: background 0.35s ease;
}
.tc-hero-portfolio .tc-hero-title {
  color: var(--tc-heading-color);
  font-size: clamp(42px, 6.4vw, 78px);
}
.tc-hero-portfolio .tc-hero-title em {
  font-style: normal;
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tc-hero-portfolio .tc-hero-btns {
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.tc-hero-portfolio .tc-port-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 220px 180px 200px;
  gap: 16px;
  max-width: 640px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .tc-hero-portfolio .tc-port-grid {
    max-width: 520px;
    margin: 0 auto;
    grid-template-rows: 190px 160px 170px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-hero-portfolio .tc-port-grid {
    grid-template-rows: 170px 140px 150px;
    gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-portfolio .tc-port-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 140px;
    max-width: 100%;
  }
}
.tc-hero-portfolio .tc-port-grid-glow {
  position: absolute;
  z-index: 0;
  inset: 10% 8% 12% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.22) 0%, rgba(180, 83, 9, 0.1) 45%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}
.tc-hero-portfolio .tc-port-grid .cell {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  color: inherit;
  box-shadow: 0 18px 40px rgba(23, 19, 16, 0.1);
}
@media only screen and (max-width: 480px) {
  .tc-hero-portfolio .tc-port-grid .cell {
    border-radius: 16px;
  }
}
.tc-hero-portfolio .tc-port-grid .cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.tc-hero-portfolio .tc-port-grid .cell .cap {
  position: absolute;
  inset: auto 0 0;
  padding: 18px 18px 16px;
  background: linear-gradient(to top, rgba(13, 12, 10, 0.88) 0%, rgba(13, 12, 10, 0.35) 70%, transparent 100%);
  color: var(--tc-white-color);
  opacity: 1;
}
.tc-hero-portfolio .tc-port-grid .cell .cap .tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 4px;
}
.tc-hero-portfolio .tc-port-grid .cell .cap strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--tc-white-color);
}
.tc-hero-portfolio .tc-port-grid .cell:hover img {
  transform: scale(1.06);
}
.tc-hero-portfolio .tc-port-grid .cell.cell-a {
  grid-column: 1;
  grid-row: 1/3;
}
.tc-hero-portfolio .tc-port-grid .cell.cell-b {
  grid-column: 2;
  grid-row: 1/2;
}
.tc-hero-portfolio .tc-port-grid .cell.cell-c {
  grid-column: 2;
  grid-row: 2/4;
}
.tc-hero-portfolio .tc-port-grid .cell.cell-d {
  grid-column: 1;
  grid-row: 3/4;
}
@media only screen and (max-width: 480px) {
  .tc-hero-portfolio .tc-port-grid .cell.cell-a {
    grid-column: 1;
    grid-row: 1;
  }
  .tc-hero-portfolio .tc-port-grid .cell.cell-b {
    grid-column: 2;
    grid-row: 1;
  }
  .tc-hero-portfolio .tc-port-grid .cell.cell-c {
    grid-column: 1;
    grid-row: 2;
  }
  .tc-hero-portfolio .tc-port-grid .cell.cell-d {
    grid-column: 2;
    grid-row: 2;
  }
  .tc-hero-portfolio .tc-port-grid .cell .cap {
    padding: 12px;
  }
  .tc-hero-portfolio .tc-port-grid .cell .cap .tag {
    font-size: 9.5px;
  }
  .tc-hero-portfolio .tc-port-grid .cell .cap strong {
    font-size: 12.5px;
  }
}
.tc-hero-portfolio .tc-port-float {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28%;
  transform: translateX(-50%);
  text-align: center;
  padding: 16px 22px;
  border-radius: 16px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  box-shadow: var(--tc-shadow-lg);
  animation: rlFloat 5.5s ease-in-out infinite;
}
.tc-hero-portfolio .tc-port-float strong {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  color: var(--tc-heading-color);
  margin-bottom: 4px;
  white-space: nowrap;
}
.tc-hero-portfolio .tc-port-float strong .purecounter {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.tc-hero-portfolio .tc-port-float > span {
  display: block;
  font-size: 12px;
  color: var(--tc-muted);
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  .tc-hero-portfolio .tc-port-float {
    display: none;
  }
}
.tc-hero-portfolio .tc-play {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-top: 0;
  flex-shrink: 0;
  box-shadow: var(--tc-shadow-lg);
  transition: transform 0.3s ease;
}
.tc-hero-portfolio .tc-play:hover {
  transform: scale(1.08);
  color: var(--tc-white-color);
}

/* ========== HERO 06 – SOCIAL MEDIA AGENCY ========== */
.tc-hero-social {
  background: var(--tc-grey-color);
  transition: background 0.35s ease;
}
.tc-hero-social .tc-phone-stage {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-hero-social .tc-phone-mockup {
  position: relative;
  z-index: 2;
  width: 260px;
  border-radius: 40px;
  background: var(--tc-surface);
  border: 8px solid var(--tc-heading-color);
  box-shadow: var(--tc-shadow-lg);
  overflow: hidden;
}
.tc-hero-social .tc-phone-mockup .notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 20px;
  background: var(--tc-heading-color);
  border-radius: 0 0 14px 14px;
  z-index: 2;
}
.tc-hero-social .tc-phone-mockup .screen {
  padding: 30px 16px 20px;
}
.tc-hero-social .tc-phone-mockup .post-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.tc-hero-social .tc-phone-mockup .post-head img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}
.tc-hero-social .tc-phone-mockup .post-head strong {
  font-size: 12.5px;
  color: var(--tc-heading-color);
  display: block;
}
.tc-hero-social .tc-phone-mockup .post-head span {
  font-size: 10px;
  color: var(--tc-muted);
}
.tc-hero-social .tc-phone-mockup .post-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 14px;
  object-fit: cover;
  margin-bottom: 12px;
}
.tc-hero-social .tc-phone-mockup .post-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--tc-heading-color);
  font-size: 15px;
}
.tc-hero-social .tc-phone-mockup .post-actions i.liked {
  color: var(--tc-primary-color);
}
.tc-hero-social .tc-phone-mockup .post-likes {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--tc-heading-color);
  margin-top: 8px;
}
.tc-hero-social .tc-social-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  box-shadow: var(--tc-shadow);
  font-size: 22px;
  animation: rlFloat 6s ease-in-out infinite;
}
.tc-hero-social .tc-social-chip.c1 {
  top: 4%;
  left: 2%;
  color: #e1306c;
  animation-delay: 0s;
}
.tc-hero-social .tc-social-chip.c2 {
  top: 20%;
  right: 0;
  color: #1877f2;
  animation-delay: 0.8s;
}
.tc-hero-social .tc-social-chip.c3 {
  bottom: 18%;
  left: 0;
  color: #ff0050;
  animation-delay: 1.4s;
}
.tc-hero-social .tc-social-chip.c4 {
  bottom: 0;
  right: 8%;
  color: #0a66c2;
  animation-delay: 2s;
}
@media only screen and (max-width: 767px) {
  .tc-hero-social .tc-social-chip.c1, .tc-hero-social .tc-social-chip.c3 {
    left: 4px;
  }
  .tc-hero-social .tc-social-chip.c2, .tc-hero-social .tc-social-chip.c4 {
    right: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-social .tc-social-chip {
    width: 44px;
    height: 44px;
    font-size: 17px;
  }
}
.tc-hero-social .tc-social-glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: var(--tc-gradient);
  filter: blur(90px);
  opacity: 0.18;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ========== HERO 07 – PERFORMANCE / PAID MEDIA AGENCY ========== */
.tc-hero-performance {
  background: var(--tc-grey-color);
  transition: background 0.35s ease;
}
.tc-hero-performance .tc-performance-panel {
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-xl);
  padding: 32px;
  backdrop-filter: blur(12px);
}
.tc-hero-performance .tc-performance-panel .kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--tc-border);
}
@media only screen and (max-width: 480px) {
  .tc-hero-performance .tc-performance-panel .kpi-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.tc-hero-performance .tc-performance-panel .kpi-grid .kpi strong {
  display: block;
  font-size: 26px;
  font-family: var(--tc-font-heading);
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tc-hero-performance .tc-performance-panel .kpi-grid .kpi span {
  font-size: 11.5px;
  color: var(--tc-muted);
}
.tc-hero-performance .tc-performance-panel .chart-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 90px;
}
.tc-hero-performance .tc-performance-panel .chart-row .bar {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: var(--tc-gradient);
  opacity: 0.35;
  transition: opacity 0.3s;
}
.tc-hero-performance .tc-performance-panel .chart-row .bar.h-35 {
  height: 35%;
}
.tc-hero-performance .tc-performance-panel .chart-row .bar.h-44 {
  height: 44%;
}
.tc-hero-performance .tc-performance-panel .chart-row .bar.h-52 {
  height: 52%;
}
.tc-hero-performance .tc-performance-panel .chart-row .bar.h-58 {
  height: 58%;
}
.tc-hero-performance .tc-performance-panel .chart-row .bar.h-68 {
  height: 68%;
}
.tc-hero-performance .tc-performance-panel .chart-row .bar.h-80 {
  height: 80%;
}
.tc-hero-performance .tc-performance-panel .chart-row .bar.h-100 {
  height: 100%;
}
.tc-hero-performance .tc-performance-panel .chart-row .bar.is-peak {
  opacity: 1;
}
.tc-hero-performance .tc-performance-panel .chart-caption {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 11.5px;
  color: var(--tc-muted);
}

/* ========== HERO 09 – VIDEO & CONTENT AGENCY ========== */
.tc-hero-video {
  padding-bottom: 90px;
}
.tc-hero-video .tc-video-frame {
  position: relative;
  border-radius: var(--tc-radius-xl);
  overflow: hidden;
  box-shadow: var(--tc-shadow-lg);
  aspect-ratio: 4/3.2;
}
.tc-hero-video .tc-video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tc-hero-video .tc-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 12, 10, 0.7), rgba(13, 12, 10, 0.1) 45%);
}
.tc-hero-video .tc-video-frame .tc-video-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-hero-video .tc-video-frame .tc-video-play .btn-circle {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--tc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-primary-color);
  font-size: 26px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.tc-hero-video .tc-video-frame .tc-video-play .btn-circle::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  animation: tcLivePulse 2.4s ease-out infinite;
}
.tc-hero-video .tc-video-frame .tc-video-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--tc-white-color);
  font-size: 12px;
  font-weight: 600;
}
.tc-hero-video .tc-video-frame .tc-video-meta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--tc-white-color);
}
.tc-hero-video .tc-video-frame .tc-video-meta h3, .tc-hero-video .tc-video-frame .tc-video-meta h4 {
  color: var(--tc-white-color);
  font-size: 18px;
  margin-bottom: 4px;
}
.tc-hero-video .tc-video-frame .tc-video-meta span {
  font-size: 12.5px;
  opacity: 0.85;
}
.tc-hero-video .tc-video-frame .tc-video-meta .dur {
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 600;
}

/* ========== HERO 10 – LOCAL BUSINESS / CONSULTING ========== */
.tc-hero-local {
  background: var(--tc-grey-color);
  transition: background 0.35s ease;
}
.tc-hero-local .tc-local-photo {
  position: relative;
}
.tc-hero-local .tc-local-photo img {
  width: 100%;
  border-radius: var(--tc-radius-xl);
  box-shadow: var(--tc-shadow-lg);
  aspect-ratio: 4/3.6;
  object-fit: cover;
}
.tc-hero-local .tc-local-photo .tc-pin-badge {
  position: absolute;
  top: 24px;
  left: -20px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--tc-surface);
  border-radius: var(--tc-radius);
  padding: 14px 20px;
  box-shadow: var(--tc-shadow);
}
.tc-hero-local .tc-local-photo .tc-pin-badge .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.tc-hero-local .tc-local-photo .tc-pin-badge strong {
  display: block;
  font-size: 14px;
  color: var(--tc-heading-color);
}
.tc-hero-local .tc-local-photo .tc-pin-badge span {
  font-size: 11.5px;
  color: var(--tc-muted);
}
@media only screen and (max-width: 991px) {
  .tc-hero-local .tc-local-photo .tc-pin-badge {
    left: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-local .tc-local-photo .tc-pin-badge {
    left: 8px;
    top: 12px;
    padding: 10px 14px;
  }
}
.tc-hero-local .tc-local-photo .tc-review-badge {
  position: absolute;
  bottom: 24px;
  right: -20px;
  background: var(--tc-surface);
  border-radius: var(--tc-radius);
  padding: 16px 22px;
  box-shadow: var(--tc-shadow);
  text-align: center;
}
.tc-hero-local .tc-local-photo .tc-review-badge .stars {
  color: #fbbf24;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  display: block;
}
.tc-hero-local .tc-local-photo .tc-review-badge strong {
  display: block;
  font-size: 22px;
  color: var(--tc-heading-color);
  font-family: var(--tc-font-heading);
}
.tc-hero-local .tc-local-photo .tc-review-badge span {
  font-size: 11px;
  color: var(--tc-muted);
}
@media only screen and (max-width: 991px) {
  .tc-hero-local .tc-local-photo .tc-review-badge {
    right: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-local .tc-local-photo .tc-review-badge {
    right: 8px;
    bottom: 12px;
    padding: 12px 14px;
  }
}

/*----------------------------------------*/
/*  6.2 About
/*----------------------------------------*/
/* ===== ABOUT + SERVICES BAND (theme-aware) ===== */
.tc-dark {
  position: relative;
  overflow: hidden;
  background: var(--tc-grey-color);
  border-top: 1px solid var(--tc-border);
  padding: 110px 0 100px;
  color: var(--tc-text-color);
  transition: background 0.35s ease;
}
@media only screen and (max-width: 767px) {
  .tc-dark {
    padding: 80px 0 70px;
  }
}
.tc-dark .container {
  position: relative;
  z-index: 1;
}
:root[data-theme=dark] .tc-dark .tc-sec-tag {
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--tc-band-accent);
}
.tc-dark .tc-title {
  color: var(--tc-heading-color);
  font-size: clamp(30px, 3.6vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin-bottom: 28px;
}
.tc-dark .tc-sec-title {
  color: var(--tc-heading-color);
}
.tc-dark .tc-sec-head p {
  color: var(--tc-text-color);
}

/* ----- Brand strip (band variant) ----- */
.tc-dark.tc-brand-strip {
  padding: 48px 0;
  overflow: hidden;
  background: var(--tc-grey-color);
  border-top-color: var(--tc-border);
  border-bottom-color: var(--tc-border);
}
.tc-dark.tc-brand-strip .label {
  color: var(--tc-muted);
}
:root[data-theme=dark] .tc-dark.tc-brand-strip .tc-marquee .track img {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.35;
  transition: opacity 0.35s ease, filter 0.35s ease;
}
:root[data-theme=dark] .tc-dark.tc-brand-strip .tc-marquee .track img:hover {
  opacity: 1;
  filter: brightness(0) invert(1);
}

/* ----- Why choose (band variant) ----- */
.tc-dark.tc-why-wrap {
  background: radial-gradient(ellipse 60% 55% at 10% 15%, rgba(245, 158, 11, 0.12), transparent 55%), radial-gradient(ellipse 55% 60% at 92% 88%, rgba(180, 83, 9, 0.1), transparent 55%), var(--tc-grey-color);
}
.tc-dark.tc-why-wrap .tc-why-grid .item {
  background: var(--tc-band-glass);
  border-color: var(--tc-border);
}
.tc-dark.tc-why-wrap .tc-why-grid .item:hover {
  box-shadow: var(--tc-shadow);
  border-color: rgba(217, 119, 6, 0.3);
}
.tc-dark.tc-why-wrap .tc-why-grid .item .icon {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: var(--tc-band-accent);
}
.tc-dark.tc-why-wrap .tc-why-grid .item h3, .tc-dark.tc-why-wrap .tc-why-grid .item h4 {
  color: var(--tc-heading-color);
}
.tc-dark.tc-why-wrap .tc-why-grid .item p {
  color: var(--tc-text-color);
}

/* ----- Shared card overrides when inside a band section (pricing / testimonials / faq / blog) ----- */
.tc-dark .tc-price-card {
  background: var(--tc-band-glass);
  border-color: var(--tc-border);
}
.tc-dark .tc-price-card:hover {
  box-shadow: var(--tc-shadow);
}
.tc-dark .tc-price-card.featured {
  border-color: var(--tc-band-accent);
}
.tc-dark .tc-price-card h3 {
  color: var(--tc-heading-color);
}
.tc-dark .tc-price-card .price {
  color: var(--tc-heading-color);
}
.tc-dark .tc-price-card .price span {
  color: var(--tc-muted);
}
.tc-dark .tc-price-card ul li {
  color: var(--tc-text-color);
}
.tc-dark .tc-price-card ul li i {
  color: var(--tc-band-accent);
}

.tc-dark .tc-testimonial-card {
  background: var(--tc-band-glass);
  border-color: var(--tc-border);
}
.tc-dark .tc-testimonial-card .quote {
  color: var(--tc-text-color);
}
.tc-dark .tc-testimonial-card .author strong {
  color: var(--tc-heading-color);
}
.tc-dark .tc-testimonial-card .author span {
  color: var(--tc-muted);
}

.tc-dark .tc-faq-item {
  background: var(--tc-band-glass);
  border-color: var(--tc-border);
}
.tc-dark .tc-faq-item .q {
  color: var(--tc-heading-color);
}
.tc-dark .tc-faq-item .q i {
  color: var(--tc-band-accent);
}
.tc-dark .tc-faq-item .a {
  color: var(--tc-text-color);
}

.tc-dark .tc-blog-card {
  background: var(--tc-band-glass);
  border-color: var(--tc-border);
}
.tc-dark .tc-blog-card h3 {
  color: var(--tc-heading-color);
}
.tc-dark .tc-blog-card .meta {
  color: var(--tc-band-accent);
}
.tc-dark .tc-blog-card p {
  color: var(--tc-text-color);
}

.tc-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 45% at 12% 8%, rgba(245, 158, 11, 0.18), transparent 55%), radial-gradient(ellipse 50% 55% at 92% 92%, rgba(180, 83, 9, 0.16), transparent 55%);
}

/* ----- CTA (pill link with icon) shared by about & services ----- */
.tc-cta,
.tc-av-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 44px;
}

.tc-btn-dark-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  color: var(--tc-heading-color);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  transition: 0.3s;
}
.tc-btn-dark-pill i {
  font-size: 13px;
  opacity: 0.9;
  transition: transform 0.3s ease;
}
.tc-btn-dark-pill:hover {
  background: var(--tc-band-glass-hover);
  border-color: var(--tc-band-accent);
  color: var(--tc-heading-color);
}
.tc-btn-dark-pill:hover i {
  transform: translate(2px, -2px);
}

.tc-arrow-circle,
.tc-av-arrow-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.tc-arrow-circle:hover,
.tc-av-arrow-circle:hover {
  transform: rotate(45deg) scale(1.06);
}

/* ----- Decorative orbit graphic (original, CSS-only) ----- */
.tc-orb {
  position: relative;
  width: 220px;
  height: 220px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-orb .ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--tc-border);
}
.tc-orb .r1 {
  inset: 0;
}
.tc-orb .r2 {
  inset: 26px;
}
.tc-orb .r3 {
  inset: 52px;
  border-style: dashed;
  border-color: rgba(245, 158, 11, 0.4);
  animation: tcOrbitSpin 18s linear infinite;
}
.tc-orb .dot-core {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(245, 158, 11, 0.55), rgba(13, 12, 10, 0.95));
  box-shadow: 0 0 44px rgba(245, 158, 11, 0.35);
}
@media only screen and (max-width: 991px) {
  .tc-orb {
    display: none;
  }
}

/* ----- About text list ----- */
.tc-about-item {
  display: flex;
  gap: 22px;
  padding: 22px 0;
  border-top: 1px solid var(--tc-border);
}
.tc-about-item:last-child {
  border-bottom: 1px solid var(--tc-border);
}

.tc-about-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  flex-shrink: 0;
  border: 1px solid var(--tc-border);
  background: var(--tc-band-glass);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-band-accent);
  font-size: 20px;
}

.tc-about-content {
  position: relative;
  padding-left: 26px;
}
.tc-about-content h3, .tc-about-content h4 {
  color: var(--tc-heading-color);
  font-size: 19px;
  margin-bottom: 8px;
}
.tc-about-content p {
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
  color: var(--tc-text-color);
  max-width: 480px;
}

.tc-about-marker {
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(245, 158, 11, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tc-about-marker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tc-band-accent);
}

/*----------------------------------------*/
/*  6.3 Service
/*----------------------------------------*/
/* ===== ABOUT/SERVICES BAND – SERVICE CARDS (theme-aware) ===== */
.tc-services {
  position: relative;
  z-index: 1;
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .tc-services {
    margin-top: 80px;
  }
}

.tc-service-desc {
  color: var(--tc-text-color);
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.tc-service-card-dark {
  position: relative;
  height: 100%;
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  padding: 38px 32px;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.tc-service-card-dark .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}
.tc-service-card-dark .icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-band-accent);
  font-size: 22px;
}
.tc-service-card-dark .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-heading-color);
  font-size: 14px;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.tc-service-card-dark h3 {
  color: var(--tc-heading-color);
  font-size: 21px;
  margin-bottom: 12px;
}
.tc-service-card-dark p {
  color: var(--tc-text-color);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
}
.tc-service-card-dark:hover {
  background: var(--tc-band-glass-hover);
  border-color: rgba(245, 158, 11, 0.32);
  transform: translateY(-6px);
}
.tc-service-card-dark:hover .arrow {
  background: var(--tc-gradient);
  border-color: transparent;
  color: var(--tc-white-color);
  transform: rotate(45deg);
}

.tc-service-footer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 50px;
  font-size: 16px;
  color: var(--tc-text-color);
}

/*----------------------------------------*/
/*  6.4 Process
/*----------------------------------------*/
/* ===== PROCESS – STEP TRACK (theme-aware) ===== */
.tc-process-dark {
  position: relative;
  overflow: hidden;
  background: var(--tc-grey-color);
  padding: 120px 0;
  text-align: center;
  transition: background 0.35s ease;
}
@media only screen and (max-width: 767px) {
  .tc-process-dark {
    padding: 90px 0;
  }
}
.tc-process-dark .container {
  position: relative;
  z-index: 1;
}
:root[data-theme=dark] .tc-process-dark .tc-sec-tag {
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--tc-band-accent);
}
.tc-process-dark .tc-sec-title {
  color: var(--tc-heading-color);
}

.tc-process-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 50% 45% at 8% 20%, rgba(245, 158, 11, 0.12), transparent 55%), radial-gradient(ellipse 45% 50% at 94% 80%, rgba(180, 83, 9, 0.1), transparent 55%);
}

.tc-process-deco {
  position: absolute;
  top: 18%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  width: 90px;
  height: 240px;
}
.tc-process-deco.left {
  left: 3%;
}
.tc-process-deco.right {
  right: 3%;
  transform: scaleX(-1);
}
@media only screen and (max-width: 1200px) {
  .tc-process-deco {
    display: none;
  }
}

/* ----- Step track ----- */
.tc-process-track {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 56px 40px;
  margin-top: 66px;
  position: relative;
}
.tc-process-track::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 8%;
  right: 8%;
  border-top: 2px dashed rgba(245, 158, 11, 0.35);
}
@media only screen and (max-width: 991px) {
  .tc-process-track::before {
    display: none;
  }
}

.tc-process-step {
  position: relative;
  z-index: 1;
  width: 240px;
}

.tc-process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--tc-grey-color);
  border: 2px solid var(--tc-band-accent);
  color: var(--tc-heading-color);
  font-family: var(--tc-font-heading);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 26px;
  transition: 0.35s;
}

.tc-process-step:hover .tc-process-num {
  background: var(--tc-gradient);
  border-color: transparent;
  color: var(--tc-white-color);
  transform: scale(1.08);
}

.tc-process-photo {
  position: relative;
  max-width: 196px;
  width: 100%;
  margin: 0 auto 26px;
  padding: 3px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(251, 191, 36, 0.75), rgba(217, 119, 6, 0.28));
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .tc-process-photo {
    border-radius: 24px;
  }
}
.tc-process-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 480px) {
  .tc-process-photo img {
    border-radius: 21px;
  }
}
.tc-process-photo::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 25px;
  background: linear-gradient(180deg, transparent 58%, rgba(13, 12, 10, 0.38) 100%);
  pointer-events: none;
  transition: opacity 0.35s ease;
}
@media only screen and (max-width: 480px) {
  .tc-process-photo::after {
    border-radius: 21px;
  }
}

.tc-process-step:hover .tc-process-photo img {
  transform: scale(1.08);
}

.tc-process-step:hover .tc-process-photo::after {
  opacity: 0.75;
}

.tc-process-step h3,
.tc-process-step h4 {
  color: var(--tc-heading-color);
  font-size: 19px;
  margin-bottom: 10px;
}

.tc-process-step p {
  color: var(--tc-text-color);
  font-size: 14px;
  max-width: 220px;
  margin: 0 auto;
}

/*----------------------------------------*/
/*  6.5 Industries We Serve
/*----------------------------------------*/
/* ===== INDUSTRIES WE SERVE ===== */
.tc-industry-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .tc-industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .tc-industry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
.tc-industry-grid .item {
  text-align: center;
  padding: 34px 18px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  transition: 0.4s;
}
.tc-industry-grid .item:hover {
  transform: translateY(-6px);
  background: var(--tc-band-glass-hover);
  border-color: var(--tc-band-accent);
}
.tc-industry-grid .item:hover .icon {
  background: var(--tc-gradient);
  border-color: transparent;
  color: var(--tc-white-color);
}
.tc-industry-grid .item .icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: var(--tc-band-accent);
  margin: 0 auto 18px;
  transition: 0.4s;
}
.tc-industry-grid .item h3, .tc-industry-grid .item h4 {
  font-size: 15px;
  color: var(--tc-heading-color);
  margin: 0;
  line-height: 1.35;
}

/* ----- Light variant: pill tag cloud ----- */
.tc-industry-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.tc-industry-tags .tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 50px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  font-weight: 600;
  font-size: 15px;
  color: var(--tc-heading-color);
  transition: 0.3s;
}
.tc-industry-tags .tag i {
  color: var(--tc-primary-color);
  font-size: 16px;
  transition: 0.3s;
}
.tc-industry-tags .tag:hover {
  background: var(--tc-gradient);
  border-color: transparent;
  color: var(--tc-white-color);
  transform: translateY(-3px);
  box-shadow: var(--tc-shadow);
}
.tc-industry-tags .tag:hover i {
  color: var(--tc-white-color);
}

/* ----- Variant C: numbered list rows ----- */
.tc-industry-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 40px;
}
@media only screen and (max-width: 480px) {
  .tc-industry-list {
    grid-template-columns: 1fr;
  }
}
.tc-industry-list .row-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--tc-border);
}
.tc-industry-list .row-item .num {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--tc-grey-color);
  border: 1px solid var(--tc-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--tc-font-heading);
  font-weight: 700;
  font-size: 13px;
  color: var(--tc-primary-color);
}
.tc-industry-list .row-item h3, .tc-industry-list .row-item h4 {
  font-size: 16px;
  color: var(--tc-heading-color);
  margin-bottom: 4px;
}
.tc-industry-list .row-item p {
  font-size: 13.5px;
  color: var(--tc-muted);
  margin: 0;
}

/* ----- Variant D: auto-scrolling marquee strip ----- */
.tc-industry-marquee {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  contain: paint;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.tc-industry-marquee .track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: tcIndustryScroll 26s linear infinite;
}
.tc-industry-marquee .chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 50px;
  white-space: nowrap;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  box-shadow: var(--tc-shadow);
  font-weight: 600;
  font-size: 15px;
  color: var(--tc-heading-color);
}
.tc-industry-marquee .chip i {
  color: var(--tc-primary-color);
  font-size: 17px;
}

@keyframes tcIndustryScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ----- Variant E: photo overlay cards ----- */
.tc-industry-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .tc-industry-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .tc-industry-cards {
    grid-template-columns: 1fr;
  }
}
.tc-industry-cards .card {
  position: relative;
  height: 190px;
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
}
.tc-industry-cards .card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.tc-industry-cards .card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 12, 10, 0.82), rgba(13, 12, 10, 0.15) 60%);
}
.tc-industry-cards .card .body {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--tc-white-color);
}
.tc-industry-cards .card .body .icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--tc-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--tc-white-color);
  flex-shrink: 0;
}
.tc-industry-cards .card .body h3, .tc-industry-cards .card .body h4 {
  color: var(--tc-white-color);
  font-size: 15px;
  margin: 0;
}
.tc-industry-cards .card:hover img {
  transform: scale(1.08);
}

/*----------------------------------------*/
/*  6.6 Technologies We Use
/*----------------------------------------*/
/* ===== TECHNOLOGIES WE USE ===== */
.tc-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .tc-tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .tc-tech-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-tech-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.tc-tech-grid .item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  transition: 0.35s;
  min-width: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .tc-tech-grid .item {
    padding: 18px 16px;
    gap: 12px;
  }
}
.tc-tech-grid .item:hover {
  border-color: var(--tc-band-accent);
  transform: translateY(-4px);
  background: var(--tc-band-glass-hover);
}
.tc-tech-grid .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  flex-shrink: 0;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--tc-band-accent);
}
@media only screen and (max-width: 767px) {
  .tc-tech-grid .item .icon {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
}
.tc-tech-grid .item span {
  font-weight: 600;
  color: var(--tc-heading-color);
  font-size: 14.5px;
  min-width: 0;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 767px) {
  .tc-tech-grid .item span {
    font-size: 13.5px;
  }
}

/* ----- Light variant: circular badge showcase ----- */
.tc-tech-badges {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tc-tech-badges {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .tc-tech-badges {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tc-tech-badges .badge .circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--tc-primary-color);
  box-shadow: var(--tc-shadow);
  transition: 0.35s;
}
.tc-tech-badges .badge span {
  font-size: 14px;
  font-weight: 600;
  color: var(--tc-heading-color);
}
.tc-tech-badges .badge:hover .circle {
  background: var(--tc-gradient);
  border-color: transparent;
  color: var(--tc-white-color);
  transform: translateY(-6px) scale(1.05);
}

/* ----- Variant C: inline chip row ----- */
.tc-tech-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.tc-tech-chips .chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px 12px 14px;
  border-radius: 14px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  transition: 0.3s;
}
.tc-tech-chips .chip .icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--tc-gradient-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--tc-primary-color);
}
.tc-tech-chips .chip span {
  font-weight: 600;
  font-size: 14px;
  color: var(--tc-heading-color);
}
.tc-tech-chips .chip:hover {
  border-color: var(--tc-band-accent);
  transform: translateY(-3px);
  box-shadow: var(--tc-shadow);
}

/* ----- Variant D: orbiting icon ring ----- */
.tc-tech-orbit {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 480px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .tc-tech-orbit {
    height: 340px;
  }
}
.tc-tech-orbit .core {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--tc-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-white-color);
  font-family: var(--tc-font-heading);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  box-shadow: var(--tc-shadow-lg);
}
.tc-tech-orbit .ring {
  position: absolute;
  inset: 0;
  border: 1px dashed var(--tc-border);
  border-radius: 50%;
}
.tc-tech-orbit .node {
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  box-shadow: var(--tc-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--tc-primary-color);
  transition: 0.3s;
}
.tc-tech-orbit .node:hover {
  transform: scale(1.12);
  border-color: var(--tc-band-accent);
}
.tc-tech-orbit .node.n1 {
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.tc-tech-orbit .node.n2 {
  top: 18%;
  right: 0;
}
.tc-tech-orbit .node.n3 {
  bottom: 18%;
  right: 0;
}
.tc-tech-orbit .node.n4 {
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.tc-tech-orbit .node.n5 {
  bottom: 18%;
  left: 0;
}
.tc-tech-orbit .node.n6 {
  top: 18%;
  left: 0;
}

/* ----- Variant E: mini description cards ----- */
.tc-tech-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .tc-tech-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .tc-tech-cards {
    grid-template-columns: 1fr;
  }
}
.tc-tech-cards .card {
  padding: 26px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  transition: 0.35s;
}
.tc-tech-cards .card .icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  margin-bottom: 14px;
  background: var(--tc-gradient-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: var(--tc-primary-color);
}
.tc-tech-cards .card h3, .tc-tech-cards .card h4 {
  font-size: 15px;
  color: var(--tc-heading-color);
  margin-bottom: 4px;
}
.tc-tech-cards .card p {
  font-size: 13px;
  color: var(--tc-muted);
  margin: 0;
}
.tc-tech-cards .card:hover {
  transform: translateY(-5px);
  box-shadow: var(--tc-shadow);
  border-color: var(--tc-band-accent);
}

/*----------------------------------------*/
/*  6.7 Case Study
/*----------------------------------------*/
/* ===== CASE STUDY SPOTLIGHT ===== */
.tc-case-spotlight {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .tc-case-spotlight {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.tc-case-spotlight .tc-case-media {
  position: relative;
  border-radius: var(--tc-radius-xl);
  overflow: hidden;
  box-shadow: var(--tc-shadow-lg);
}
.tc-case-spotlight .tc-case-media img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.4;
  object-fit: cover;
}
.tc-case-spotlight .tc-case-media .tag {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 50px;
  background: rgba(13, 12, 10, 0.65);
  backdrop-filter: blur(10px);
  color: var(--tc-white-color);
  font-size: 12.5px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.tc-case-spotlight .tc-case-media .tag i {
  color: #22c55e;
  font-size: 8px;
}
.tc-case-spotlight .tc-case-content .client {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--tc-band-accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.tc-case-spotlight .tc-case-content h3 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.25;
  color: var(--tc-heading-color);
  margin-bottom: 18px;
}
.tc-case-spotlight .tc-case-content p {
  font-size: 16px;
  margin-bottom: 32px;
}
.tc-case-spotlight .tc-case-content .tc-case-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--tc-border);
}
@media only screen and (max-width: 480px) {
  .tc-case-spotlight .tc-case-content .tc-case-metrics {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 20px;
  }
}
.tc-case-spotlight .tc-case-content .tc-case-metrics strong {
  display: block;
  font-size: 30px;
  font-weight: 800;
  font-family: var(--tc-font-heading);
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 6px;
}
.tc-case-spotlight .tc-case-content .tc-case-metrics span {
  font-size: 13px;
  color: var(--tc-muted);
}

/* ----- Light variant: horizontal scroll case gallery ----- */
.tc-case-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 6px 6px 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.tc-case-scroll::-webkit-scrollbar {
  height: 6px;
}
.tc-case-scroll::-webkit-scrollbar-track {
  background: var(--tc-grey-color);
  border-radius: 10px;
}
.tc-case-scroll::-webkit-scrollbar-thumb {
  background: var(--tc-border);
  border-radius: 10px;
}
.tc-case-scroll .tc-case-item {
  flex: 0 0 340px;
  scroll-snap-align: start;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  transition: 0.4s;
}
@media only screen and (max-width: 480px) {
  .tc-case-scroll .tc-case-item {
    flex-basis: 280px;
  }
}
.tc-case-scroll .tc-case-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--tc-shadow-lg);
  border-color: transparent;
}
.tc-case-scroll .tc-case-item .thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.tc-case-scroll .tc-case-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.tc-case-scroll .tc-case-item:hover .thumb img {
  transform: scale(1.08);
}
.tc-case-scroll .tc-case-item .body {
  padding: 26px;
}
.tc-case-scroll .tc-case-item .tag {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tc-primary-color);
  margin-bottom: 10px;
}
.tc-case-scroll .tc-case-item h3, .tc-case-scroll .tc-case-item h4 {
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 16px;
  color: var(--tc-heading-color);
}
.tc-case-scroll .tc-case-item .metrics {
  display: flex;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--tc-border);
}
.tc-case-scroll .tc-case-item .metrics div strong {
  display: block;
  font-size: 21px;
  font-family: var(--tc-font-heading);
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tc-case-scroll .tc-case-item .metrics div span {
  font-size: 12px;
  color: var(--tc-muted);
}

/* ----- Variant C: alternating vertical stack ----- */
.tc-case-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.tc-case-stack .row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: center;
  padding: 28px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  transition: 0.35s;
}
@media only screen and (max-width: 991px) {
  .tc-case-stack .row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
.tc-case-stack .row:nth-child(even) .thumb {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .tc-case-stack .row:nth-child(even) .thumb {
    order: 0;
  }
}
.tc-case-stack .row:hover {
  border-color: var(--tc-band-accent);
}
.tc-case-stack .row .thumb {
  border-radius: var(--tc-radius);
  overflow: hidden;
  aspect-ratio: 16/11;
}
.tc-case-stack .row .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tc-case-stack .row .tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tc-primary-color);
  margin-bottom: 8px;
}
.tc-case-stack .row h3, .tc-case-stack .row h4 {
  font-size: 19px;
  color: var(--tc-heading-color);
  margin-bottom: 10px;
}
.tc-case-stack .row .metrics {
  display: flex;
  gap: 26px;
  margin-top: 14px;
}
.tc-case-stack .row .metrics strong {
  display: block;
  font-size: 20px;
  font-family: var(--tc-font-heading);
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tc-case-stack .row .metrics span {
  font-size: 12px;
  color: var(--tc-muted);
}

/* ----- Variant D: single case with ring-stat metrics ----- */
.tc-case-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .tc-case-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.tc-case-split .thumb {
  border-radius: var(--tc-radius-xl);
  overflow: hidden;
  box-shadow: var(--tc-shadow-lg);
}
.tc-case-split .thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3.3;
  object-fit: cover;
}
.tc-case-split .client {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--tc-band-accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.tc-case-split h3 {
  font-size: clamp(24px, 3vw, 32px);
  color: var(--tc-heading-color);
  margin-bottom: 18px;
  line-height: 1.3;
}
.tc-case-split p {
  margin-bottom: 30px;
}
.tc-case-split .rings {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.tc-case-split .ring-stat {
  text-align: center;
}
.tc-case-split .ring-stat .circle {
  --tc-ring: 264;
  --tc-ring-end: 79.2;
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 auto 10px;
}
.tc-case-split .ring-stat .circle.pct-64 {
  --tc-ring-end: 95.04;
}
.tc-case-split .ring-stat .circle.pct-68 {
  --tc-ring-end: 84.48;
}
.tc-case-split .ring-stat .circle.pct-75 {
  --tc-ring-end: 66;
}
.tc-case-split .ring-stat .circle.pct-80 {
  --tc-ring-end: 52.8;
}
.tc-case-split .ring-stat .circle.pct-88 {
  --tc-ring-end: 31.68;
}
.tc-case-split .ring-stat .circle.pct-90 {
  --tc-ring-end: 26.4;
}
.tc-case-split .ring-stat .circle.pct-92 {
  --tc-ring-end: 21.12;
}
.tc-case-split .ring-stat .circle.pct-96 {
  --tc-ring-end: 10.56;
}
.tc-case-split .ring-stat .circle.pct-100 {
  --tc-ring-end: 0;
}
.tc-case-split .ring-stat .circle svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  overflow: visible;
}
.tc-case-split .ring-stat .circle .track,
.tc-case-split .ring-stat .circle .progress {
  fill: none;
  stroke-width: 8;
}
.tc-case-split .ring-stat .circle .track {
  stroke: var(--tc-border);
}
.tc-case-split .ring-stat .circle .progress {
  stroke: var(--tc-band-accent);
  stroke-linecap: round;
  stroke-dasharray: var(--tc-ring);
  stroke-dashoffset: var(--tc-ring);
  transition: stroke-dashoffset 1.5s ease;
}
.tc-case-split .ring-stat .circle.is-inview .progress {
  stroke-dashoffset: var(--tc-ring-end);
}
.tc-case-split .ring-stat .val {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--tc-font-heading);
  font-weight: 800;
  font-size: 16px;
  color: var(--tc-heading-color);
  line-height: 1;
}
.tc-case-split .ring-stat .lbl {
  display: block;
  font-size: 12px;
  color: var(--tc-muted);
}

/* ----- Variant E: 2-column case grid ----- */
.tc-case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 480px) {
  .tc-case-grid {
    grid-template-columns: 1fr;
  }
}
.tc-case-grid .card {
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  transition: 0.4s;
}
.tc-case-grid .card:hover {
  transform: translateY(-6px);
  box-shadow: var(--tc-shadow-lg);
}
.tc-case-grid .card .thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.tc-case-grid .card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.tc-case-grid .card:hover .thumb img {
  transform: scale(1.06);
}
.tc-case-grid .card .body {
  padding: 24px;
}
.tc-case-grid .card .tag {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tc-primary-color);
  margin-bottom: 8px;
}
.tc-case-grid .card h3, .tc-case-grid .card h4 {
  font-size: 17px;
  color: var(--tc-heading-color);
  margin-bottom: 14px;
}
.tc-case-grid .card .metrics {
  display: flex;
  gap: 20px;
  padding-top: 14px;
  border-top: 1px solid var(--tc-border);
}
.tc-case-grid .card .metrics strong {
  display: block;
  font-size: 18px;
  font-family: var(--tc-font-heading);
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tc-case-grid .card .metrics span {
  font-size: 11.5px;
  color: var(--tc-muted);
}

/*----------------------------------------*/
/*  6.8 Before / After Results
/*----------------------------------------*/
/* ===== BEFORE / AFTER RESULTS ===== */
.tc-before-after {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .tc-before-after {
    grid-template-columns: 1fr;
  }
}
.tc-before-after .tc-ba-arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: var(--tc-shadow-lg);
}
@media only screen and (max-width: 991px) {
  .tc-before-after .tc-ba-arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.tc-before-after .tc-ba-card {
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  padding: 36px 40px;
}
.tc-before-after .tc-ba-card .head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.tc-before-after .tc-ba-card .head .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.tc-before-after .tc-ba-card .head h3, .tc-before-after .tc-ba-card .head h4 {
  font-size: 18px;
  margin: 0;
  color: var(--tc-heading-color);
}
.tc-before-after .tc-ba-card .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid var(--tc-border);
}
.tc-before-after .tc-ba-card .row:first-of-type {
  border-top: none;
  padding-top: 0;
}
.tc-before-after .tc-ba-card .row span {
  font-size: 14.5px;
  color: var(--tc-text-color);
}
.tc-before-after .tc-ba-card .row strong {
  font-size: 21px;
  font-family: var(--tc-font-heading);
  color: var(--tc-heading-color);
}
.tc-before-after .tc-ba-card.before .head .dot {
  background: var(--tc-muted);
}
.tc-before-after .tc-ba-card.after {
  border-color: var(--tc-band-accent);
}
.tc-before-after .tc-ba-card.after .head .dot {
  background: var(--tc-band-accent);
}
.tc-before-after .tc-ba-card.after .row strong {
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ----- Light variant: comparison table ----- */
.tc-compare-table {
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.tc-compare-table .row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: center;
  padding: 20px 32px;
  border-bottom: 1px solid var(--tc-border);
}
.tc-compare-table .row:last-child {
  border-bottom: none;
}
.tc-compare-table .row.head {
  background: var(--tc-grey-color);
  font-weight: 700;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tc-muted);
}
.tc-compare-table .row.head .after-col {
  color: var(--tc-primary-color);
}
.tc-compare-table .row .metric {
  font-weight: 600;
  color: var(--tc-heading-color);
  font-size: 15px;
}
.tc-compare-table .row .before-val {
  color: var(--tc-muted);
  font-size: 17px;
}
.tc-compare-table .row .after-val {
  color: var(--tc-heading-color);
  font-weight: 800;
  font-size: 19px;
  font-family: var(--tc-font-heading);
}
.tc-compare-table .row .after-val i {
  color: #22c55e;
  font-size: 12px;
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  .tc-compare-table .row {
    grid-template-columns: 1fr 1fr;
    row-gap: 6px;
    padding: 18px 20px;
  }
  .tc-compare-table .row .metric {
    grid-column: 1/-1;
    margin-bottom: 4px;
  }
  .tc-compare-table .row .before-val, .tc-compare-table .row .after-val {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-compare-table .row {
    padding: 16px 16px;
  }
  .tc-compare-table .row .metric {
    font-size: 14px;
  }
  .tc-compare-table .row .before-val, .tc-compare-table .row .after-val {
    font-size: 14px;
  }
}

/* ----- Variant C: progress slider bars ----- */
.tc-ba-sliders {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
}
.tc-ba-sliders .slider-row .top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}
.tc-ba-sliders .slider-row .top span {
  font-weight: 600;
  color: var(--tc-heading-color);
  font-size: 15px;
}
.tc-ba-sliders .slider-row .top .vals {
  font-size: 13px;
  color: var(--tc-muted);
}
.tc-ba-sliders .slider-row .top .vals strong {
  color: var(--tc-primary-color);
  font-family: var(--tc-font-heading);
  font-size: 15px;
}
.tc-ba-sliders .slider-row .bar {
  position: relative;
  height: 10px;
  border-radius: 6px;
  background: var(--tc-grey-color);
  overflow: hidden;
}
.tc-ba-sliders .slider-row .bar .before-fill {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: var(--tc-muted);
  opacity: 0.5;
  width: var(--before, 20%);
}
.tc-ba-sliders .slider-row .bar .after-fill {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: var(--tc-gradient);
  width: var(--after, 80%);
}

/* ----- Variant D: horizontal growth timeline ----- */
.tc-ba-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .tc-ba-timeline {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
.tc-ba-timeline::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: var(--tc-border);
}
@media only screen and (max-width: 480px) {
  .tc-ba-timeline::before {
    display: none;
  }
}
.tc-ba-timeline .point {
  text-align: center;
  position: relative;
}
.tc-ba-timeline .point .dot {
  display: none;
}
.tc-ba-timeline .point strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  border-radius: 50%;
  font-size: clamp(17px, 2.2vw, 24px);
  font-weight: 800;
  line-height: 1;
  font-family: var(--tc-font-heading);
  color: var(--tc-white-color);
  background: var(--tc-gradient);
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--tc-primary-color) 16%, transparent), 0 14px 36px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}
.tc-ba-timeline .point span {
  display: block;
  font-size: 12.5px;
  color: var(--tc-muted);
}

/* ----- Variant E: donut stat row ----- */
.tc-ba-donuts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .tc-ba-donuts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tc-ba-donuts .donut-item {
  text-align: center;
  padding: 28px 16px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
}
.tc-ba-donuts .donut-item .ring {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin: 0 auto 14px;
  background: conic-gradient(var(--tc-band-accent) 70%, var(--tc-border) 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-ba-donuts .donut-item .ring.pct-64 {
  background: conic-gradient(var(--tc-band-accent) 64%, var(--tc-border) 0);
}
.tc-ba-donuts .donut-item .ring.pct-68 {
  background: conic-gradient(var(--tc-band-accent) 68%, var(--tc-border) 0);
}
.tc-ba-donuts .donut-item .ring.pct-75 {
  background: conic-gradient(var(--tc-band-accent) 75%, var(--tc-border) 0);
}
.tc-ba-donuts .donut-item .ring.pct-80 {
  background: conic-gradient(var(--tc-band-accent) 80%, var(--tc-border) 0);
}
.tc-ba-donuts .donut-item .ring.pct-88 {
  background: conic-gradient(var(--tc-band-accent) 88%, var(--tc-border) 0);
}
.tc-ba-donuts .donut-item .ring.pct-90 {
  background: conic-gradient(var(--tc-band-accent) 90%, var(--tc-border) 0);
}
.tc-ba-donuts .donut-item .ring.pct-92 {
  background: conic-gradient(var(--tc-band-accent) 92%, var(--tc-border) 0);
}
.tc-ba-donuts .donut-item .ring.pct-96 {
  background: conic-gradient(var(--tc-band-accent) 96%, var(--tc-border) 0);
}
.tc-ba-donuts .donut-item .ring.pct-100 {
  background: conic-gradient(var(--tc-band-accent) 100%, var(--tc-border) 0);
}
.tc-ba-donuts .donut-item .ring::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: var(--tc-surface);
}
.tc-ba-donuts .donut-item .pct {
  position: relative;
  z-index: 1;
  font-family: var(--tc-font-heading);
  font-weight: 800;
  font-size: 15px;
  color: var(--tc-heading-color);
}
.tc-ba-donuts .donut-item p {
  margin: 0;
  font-size: 12.5px;
  color: var(--tc-muted);
}

/*----------------------------------------*/
/*  6.9 Team
/*----------------------------------------*/
/* ===== TEAM (band overrides for .tc-team-card used inside tc-dark sections) ===== */
.tc-dark .tc-team-card {
  background: var(--tc-band-glass);
  border-color: var(--tc-border);
}
.tc-dark .tc-team-card:hover {
  box-shadow: var(--tc-shadow);
}
.tc-dark .tc-team-card .role {
  color: var(--tc-band-accent);
}
.tc-dark .tc-team-card p {
  color: var(--tc-text-color);
}
.tc-dark .tc-team-card .tc-social a {
  background: var(--tc-surface);
  color: var(--tc-heading-color);
}
.tc-dark .tc-team-card .tc-social a:hover {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
}

/* ----- Light variant: compact team row grid ----- */
.tc-team-row-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .tc-team-row-grid {
    grid-template-columns: 1fr;
  }
}
.tc-team-row-grid .member {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  transition: 0.35s;
}
.tc-team-row-grid .member:hover {
  box-shadow: var(--tc-shadow);
  border-color: transparent;
  transform: translateY(-4px);
}
.tc-team-row-grid .member img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid var(--tc-grey-color);
}
.tc-team-row-grid .member .info {
  min-width: 0;
}
.tc-team-row-grid .member h3, .tc-team-row-grid .member h4 {
  font-size: 17px;
  margin-bottom: 3px;
  color: var(--tc-heading-color);
}
.tc-team-row-grid .member .role {
  display: block;
  font-size: 13px;
  color: var(--tc-primary-color);
  font-weight: 600;
  margin-bottom: 12px;
}
.tc-team-row-grid .member .tc-social {
  display: flex;
  gap: 8px;
}
.tc-team-row-grid .member .tc-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--tc-grey-color);
  color: var(--tc-heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: 0.3s;
}
.tc-team-row-grid .member .tc-social a:hover {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
}

/* ----- Variant C: minimal circular avatar grid ----- */
.tc-team-minimal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tc-team-minimal {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tc-team-minimal .member img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 18px;
  border: 4px solid var(--tc-grey-color);
  transition: 0.35s;
}
.tc-team-minimal .member h3, .tc-team-minimal .member h4 {
  font-size: 16px;
  margin-bottom: 4px;
  color: var(--tc-heading-color);
}
.tc-team-minimal .member .role {
  display: block;
  font-size: 12.5px;
  color: var(--tc-muted);
  margin-bottom: 12px;
}
.tc-team-minimal .member .tc-social {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.tc-team-minimal .member .tc-social a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--tc-grey-color);
  color: var(--tc-heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: 0.3s;
}
.tc-team-minimal .member .tc-social a:hover {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
}
.tc-team-minimal .member:hover img {
  border-color: var(--tc-band-accent);
  transform: translateY(-4px);
}

/* ----- Variant D: swipeable carousel ----- */
.tc-team-carousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.tc-team-carousel .tc-team-slider {
  overflow: hidden;
  max-width: 100%;
}
.tc-team-carousel .tc-team-slider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  align-items: stretch;
}
.tc-team-carousel .tc-team-slider .swiper-slide {
  height: auto;
}
.tc-team-carousel .slide {
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.tc-team-carousel .slide .thumb {
  display: block;
  aspect-ratio: 3/3.4;
  overflow: hidden;
}
.tc-team-carousel .slide .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.tc-team-carousel .slide .body {
  padding: 20px 18px 22px;
  text-align: center;
  margin-top: auto;
}
.tc-team-carousel .slide h3, .tc-team-carousel .slide h4 {
  font-size: 16px;
  margin-bottom: 3px;
  color: var(--tc-heading-color);
}
.tc-team-carousel .slide h3 a, .tc-team-carousel .slide h4 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.tc-team-carousel .slide h3 a:hover, .tc-team-carousel .slide h4 a:hover {
  color: var(--tc-primary-color);
}
.tc-team-carousel .slide .role {
  display: block;
  font-size: 12.5px;
  color: var(--tc-primary-color);
  font-weight: 600;
  margin-bottom: 14px;
}
.tc-team-carousel .slide .tc-social {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.tc-team-carousel .slide .tc-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--tc-grey-color);
  color: var(--tc-heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: 0.3s;
}
.tc-team-carousel .slide .tc-social a:hover {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
}
.tc-team-carousel .slide:hover {
  border-color: rgba(217, 119, 6, 0.28);
  box-shadow: var(--tc-shadow);
  transform: translateY(-4px);
}
.tc-team-carousel .slide:hover .thumb img {
  transform: scale(1.06);
}
.tc-team-carousel .tc-team-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.tc-team-carousel .tc-team-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  color: var(--tc-heading-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.tc-team-carousel .tc-team-nav button:hover {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  border-color: transparent;
}

/* ----- Variant E: photo left, list right ----- */
.tc-team-list-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .tc-team-list-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.tc-team-list-split .photo {
  position: relative;
  border-radius: var(--tc-radius-xl);
  overflow: hidden;
  box-shadow: var(--tc-shadow-lg);
  min-width: 0;
  width: 100%;
}
.tc-team-list-split .photo .tc-reveal-wrap,
.tc-team-list-split .photo .tc-reveal-wrap-image {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  border-radius: inherit;
}
.tc-team-list-split .photo img {
  width: 100%;
  display: block;
  aspect-ratio: 4/4.4;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.tc-team-list-split .photo .photo-cap {
  position: absolute;
  inset: auto 0 0;
  padding: 28px 24px 22px;
  background: linear-gradient(to top, rgba(13, 12, 10, 0.88) 0%, rgba(13, 12, 10, 0.35) 70%, transparent 100%);
  color: var(--tc-white-color);
  z-index: 1;
}
.tc-team-list-split .photo .photo-cap strong {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.tc-team-list-split .photo .photo-cap span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}
.tc-team-list-split .photo:hover img {
  transform: scale(1.04);
}
.tc-team-list-split .list {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.tc-team-list-split .entry {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 16px;
  margin: 0 -16px;
  border-radius: var(--tc-radius);
  border-bottom: 1px solid var(--tc-border);
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.tc-team-list-split .entry:first-child {
  padding-top: 18px;
}
.tc-team-list-split .entry:last-child {
  border-bottom: none;
  margin-bottom: -8px;
}
.tc-team-list-split .entry .tc-reveal-wrap-image {
  width: 68px;
  max-width: 68px;
  min-width: 68px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.tc-team-list-split .entry .avatar,
.tc-team-list-split .entry .tc-reveal-wrap-image img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid var(--tc-border);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.tc-team-list-split .entry .info {
  flex: 1;
  min-width: 0;
}
.tc-team-list-split .entry h3, .tc-team-list-split .entry h4 {
  font-size: 17px;
  margin-bottom: 3px;
  color: var(--tc-heading-color);
  transition: color 0.3s ease;
}
.tc-team-list-split .entry .role {
  display: block;
  font-size: 13px;
  color: var(--tc-band-accent);
  font-weight: 600;
}
.tc-team-list-split .entry .tc-social {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.tc-team-list-split .entry .tc-social span,
.tc-team-list-split .entry .tc-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--tc-grey-color);
  color: var(--tc-heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: 0.3s;
}
.tc-team-list-split .entry .tc-social a:hover {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
}
.tc-team-list-split .entry:hover {
  background: var(--tc-surface);
  border-bottom-color: transparent;
  box-shadow: var(--tc-shadow);
  transform: translateX(4px);
}
.tc-team-list-split .entry:hover .avatar {
  border-color: rgba(217, 119, 6, 0.35);
  transform: scale(1.04);
}
.tc-team-list-split .entry:hover h3, .tc-team-list-split .entry:hover h4 {
  color: var(--tc-primary-color);
}
.tc-team-list-split .entry:hover .tc-social span,
.tc-team-list-split .entry:hover .tc-social a {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
}

/*----------------------------------------*/
/*  6.10 Awards & Certifications
/*----------------------------------------*/
/* ===== AWARDS & CERTIFICATIONS ===== */
.tc-award-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .tc-award-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tc-award-grid .item {
  text-align: center;
  padding: 36px 24px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  transition: 0.4s;
}
.tc-award-grid .item:hover {
  transform: translateY(-6px);
  border-color: var(--tc-band-accent);
  background: var(--tc-band-glass-hover);
}
.tc-award-grid .item .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin: 0 auto 20px;
}
.tc-award-grid .item h3, .tc-award-grid .item h4 {
  font-size: 16px;
  color: var(--tc-heading-color);
  margin-bottom: 6px;
}
.tc-award-grid .item span {
  font-size: 13px;
  color: var(--tc-muted);
}

/* ----- Light variant: horizontal badge strip ----- */
.tc-award-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.tc-award-strip .badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 26px 16px 20px;
  border-radius: 50px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  transition: 0.3s;
}
.tc-award-strip .badge:hover {
  border-color: var(--tc-primary-color);
  transform: translateY(-3px);
  box-shadow: var(--tc-shadow);
}
.tc-award-strip .badge i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--tc-grey-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--tc-primary-color);
}
.tc-award-strip .badge .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
}
.tc-award-strip .badge strong {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  color: var(--tc-heading-color);
}
.tc-award-strip .badge .text > span {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  color: var(--tc-muted);
}

/* ----- Variant C: auto-scrolling marquee ----- */
.tc-award-marquee {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  contain: paint;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.tc-award-marquee .track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: tcAwardScroll 24s linear infinite;
}
.tc-award-marquee .badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
  padding: 18px 30px 18px 22px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  box-shadow: var(--tc-shadow);
}
.tc-award-marquee .badge > i {
  flex-shrink: 0;
  font-size: 22px;
  color: var(--tc-primary-color);
}
.tc-award-marquee .badge > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
}
.tc-award-marquee .badge strong {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  color: var(--tc-heading-color);
}
.tc-award-marquee .badge span span {
  display: block;
  font-size: 11.5px;
  line-height: 1.3;
  color: var(--tc-muted);
}

@keyframes tcAwardScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ----- Variant D: vertical year timeline ----- */
.tc-award-timeline {
  max-width: 720px;
  margin: 0 auto;
}
.tc-award-timeline .entry {
  display: grid;
  grid-template-columns: 90px auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--tc-border);
}
.tc-award-timeline .entry:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 480px) {
  .tc-award-timeline .entry {
    grid-template-columns: 60px auto 1fr;
    gap: 14px;
  }
}
.tc-award-timeline .entry .year {
  font-family: var(--tc-font-heading);
  font-weight: 800;
  font-size: 20px;
  color: var(--tc-band-accent);
}
.tc-award-timeline .entry .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--tc-gradient-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--tc-primary-color);
}
.tc-award-timeline .entry h3, .tc-award-timeline .entry h4 {
  font-size: 15.5px;
  color: var(--tc-heading-color);
  margin-bottom: 2px;
}
.tc-award-timeline .entry span {
  font-size: 12.5px;
  color: var(--tc-muted);
}

/* ----- Variant E: circular medallions ----- */
.tc-award-circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
}
.tc-award-circles .medallion {
  text-align: center;
  width: 140px;
}
.tc-award-circles .medallion .ring {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: var(--tc-surface);
  border: 2px solid var(--tc-band-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--tc-primary-color);
  box-shadow: var(--tc-shadow);
  transition: 0.35s;
}
.tc-award-circles .medallion strong {
  display: block;
  font-size: 14px;
  color: var(--tc-heading-color);
  margin-bottom: 3px;
}
.tc-award-circles .medallion span {
  font-size: 11.5px;
  color: var(--tc-muted);
}
.tc-award-circles .medallion:hover .ring {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  transform: translateY(-6px);
}

/*----------------------------------------*/
/*  6.11 Contact Preview
/*----------------------------------------*/
/* ===== CONTACT PREVIEW ===== */
.tc-contact-preview {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .tc-contact-preview {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.tc-contact-preview .tc-cp-info .item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 26px;
}
.tc-contact-preview .tc-cp-info .item:last-child {
  margin-bottom: 0;
}
.tc-contact-preview .tc-cp-info .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  flex-shrink: 0;
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: var(--tc-band-accent);
}
.tc-contact-preview .tc-cp-info .item strong {
  display: block;
  color: var(--tc-heading-color);
  margin-bottom: 4px;
}
.tc-contact-preview .tc-cp-info .item a, .tc-contact-preview .tc-cp-info .item span {
  font-size: 14.5px;
  color: var(--tc-text-color);
}
.tc-contact-preview .tc-cp-info .item a:hover {
  color: var(--tc-band-accent);
}
.tc-contact-preview .tc-cp-form {
  background: var(--tc-band-glass);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-xl);
  padding: 40px;
}
@media only screen and (max-width: 480px) {
  .tc-contact-preview .tc-cp-form {
    padding: 28px;
  }
}
.tc-contact-preview .tc-cp-form .row + .row {
  margin-top: 18px;
}
.tc-contact-preview .tc-cp-form .form-control, .tc-contact-preview .tc-cp-form textarea {
  background: var(--tc-surface);
}

/* ----- Light variant: centered quote card ----- */
.tc-quote-card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-xl);
  padding: 50px;
  box-shadow: var(--tc-shadow);
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .tc-quote-card {
    padding: 32px 22px;
  }
}
.tc-quote-card .row + .row {
  margin-top: 18px;
}
.tc-quote-card .row {
  text-align: left;
}
.tc-quote-card .tc-quote-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
  font-size: 13.5px;
  color: var(--tc-muted);
  flex-wrap: wrap;
}
.tc-quote-card .tc-quote-trust .stars {
  color: #fbbf24;
  letter-spacing: 2px;
}

/* ----- Variant C: full-width gradient banner ----- */
.tc-contact-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--tc-radius-xl);
  background: var(--tc-gradient);
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .tc-contact-banner {
    padding: 40px;
    flex-direction: column;
    text-align: center;
  }
}
.tc-contact-banner .copy h2, .tc-contact-banner .copy p {
  color: var(--tc-dark);
}
.tc-contact-banner .copy h2 {
  margin-bottom: 8px;
}
.tc-contact-banner .copy p {
  opacity: 0.82;
  margin: 0;
}
.tc-contact-banner .inline-form {
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px;
  border-radius: 50px;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .tc-contact-banner .inline-form {
    flex-direction: column;
    width: 100%;
    border-radius: var(--tc-radius);
  }
}
.tc-contact-banner .inline-form input {
  border: none;
  background: transparent;
  padding: 10px 20px;
  min-width: 220px;
  font-size: 14.5px;
  color: var(--tc-dark);
}
.tc-contact-banner .inline-form input:focus {
  outline: none;
}
.tc-contact-banner .inline-form button {
  border: none;
  border-radius: 50px;
  padding: 10px 26px;
  background: var(--tc-dark);
  color: var(--tc-white-color);
  font-weight: 600;
  white-space: nowrap;
}

/* ----- Variant D: info + stylized map split ----- */
.tc-contact-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--tc-radius-xl);
  overflow: hidden;
  border: 1px solid var(--tc-border);
}
@media only screen and (max-width: 991px) {
  .tc-contact-map {
    grid-template-columns: 1fr;
  }
}
.tc-contact-map .info {
  padding: 50px;
  background: var(--tc-surface);
}
@media only screen and (max-width: 480px) {
  .tc-contact-map .info {
    padding: 32px 24px;
  }
}
.tc-contact-map .info .item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.tc-contact-map .info .item .icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  flex-shrink: 0;
  background: var(--tc-gradient-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--tc-primary-color);
}
.tc-contact-map .info .item strong {
  display: block;
  color: var(--tc-heading-color);
  margin-bottom: 3px;
}
.tc-contact-map .info .item a, .tc-contact-map .info .item span {
  font-size: 14px;
  color: var(--tc-text-color);
}
.tc-contact-map .map {
  position: relative;
  min-height: 320px;
  background: var(--tc-grey-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-contact-map .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0.5;
}
.tc-contact-map .map .pin {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: var(--tc-shadow-lg);
}

/* ----- Variant E: three contact method cards ----- */
.tc-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 480px) {
  .tc-contact-cards {
    grid-template-columns: 1fr;
  }
}
.tc-contact-cards .card {
  text-align: center;
  padding: 40px 26px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  transition: 0.35s;
}
.tc-contact-cards .card:hover {
  transform: translateY(-6px);
  box-shadow: var(--tc-shadow-lg);
  border-color: var(--tc-band-accent);
}
.tc-contact-cards .card .icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin: 0 auto 18px;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
.tc-contact-cards .card h3, .tc-contact-cards .card h4 {
  font-size: 16px;
  color: var(--tc-heading-color);
  margin-bottom: 6px;
}
.tc-contact-cards .card a, .tc-contact-cards .card p {
  font-size: 14px;
  color: var(--tc-text-color);
  margin: 0;
}
.tc-contact-cards .card a:hover {
  color: var(--tc-primary-color);
}

/*----------------------------------------*/
/*  6.12 General Sections (Brand, Why Choose, Pricing, Testimonials, FAQ, Blog, CTA, Stats)
/*----------------------------------------*/
/* ===== BRAND MARQUEE ===== */
.tc-brand-strip {
  padding: 48px 0;
  border-top: 1px solid var(--tc-border);
  border-bottom: 1px solid var(--tc-border);
  background: var(--tc-surface);
}
.tc-brand-strip .label {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tc-muted);
  margin-bottom: 28px;
}
.tc-brand-strip .tc-marquee {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  contain: paint;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.tc-brand-strip .tc-marquee:hover .track {
  animation-play-state: paused;
}
.tc-brand-strip .tc-marquee .track {
  display: flex;
  gap: 72px;
  width: max-content;
  animation: rlMarquee 30s linear infinite;
  align-items: center;
}
.tc-brand-strip .tc-marquee .track img {
  height: 34px;
  opacity: 0.45;
  filter: grayscale(1);
  transition: opacity 0.35s ease, filter 0.35s ease;
  cursor: pointer;
}
.tc-brand-strip .tc-marquee .track img:hover {
  opacity: 1;
  filter: none;
}

@keyframes rlMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ===== SERVICE CARDS ===== */
.tc-service-card {
  position: relative;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  padding: 40px 36px;
  height: 100%;
  overflow: hidden;
  transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.tc-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--tc-gradient);
  opacity: 0;
  transition: 0.45s;
  z-index: 0;
}
.tc-service-card:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: var(--tc-shadow-lg);
}
.tc-service-card:hover::before {
  opacity: 1;
}
.tc-service-card:hover .tc-svc-icon {
  background: rgba(255, 255, 255, 0.2);
  color: var(--tc-white-color);
}
.tc-service-card:hover h3,
.tc-service-card:hover p,
.tc-service-card:hover .tc-svc-link {
  color: var(--tc-white-color);
  position: relative;
  z-index: 1;
}
.tc-service-card:hover .tc-svc-link i {
  transform: translateX(6px);
}
.tc-service-card .tc-svc-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: var(--tc-gradient-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--tc-primary-color);
  margin-bottom: 26px;
  transition: 0.45s;
  position: relative;
  z-index: 1;
}
.tc-service-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.tc-service-card p {
  font-size: 15px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.tc-service-card .tc-svc-link {
  font-weight: 600;
  color: var(--tc-primary-color);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.tc-service-card .tc-svc-link i {
  transition: transform 0.3s;
}

/* ===== ABOUT SECTION ===== */
.tc-about-media {
  position: relative;
}
.tc-about-media .main {
  border-radius: var(--tc-radius-xl);
  box-shadow: var(--tc-shadow-lg);
}
.tc-about-media .tc-yrs {
  position: absolute;
  bottom: -24px;
  right: -16px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  border-radius: var(--tc-radius-lg);
  padding: 22px 28px;
  box-shadow: var(--tc-shadow-lg);
  border: 4px solid var(--tc-surface);
}
.tc-about-media .tc-yrs .icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.tc-about-media .tc-yrs strong {
  display: inline-flex;
  align-items: baseline;
  font-size: 30px;
  line-height: 1;
  font-family: var(--tc-font-heading);
}
.tc-about-media .tc-yrs span {
  font-size: 13px;
  opacity: 0.92;
  white-space: nowrap;
}
.tc-about-media .tc-yrs .purecounter {
  font-size: 30px;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-variant-numeric: tabular-nums;
}
.tc-about-media .tc-yrs .tc-stat-suffix {
  font-size: 0.78em;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .tc-about-media .tc-yrs {
    right: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-about-media .tc-yrs {
    bottom: -18px;
    padding: 16px 20px;
    gap: 12px;
  }
  .tc-about-media .tc-yrs .icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
    border-radius: 11px;
  }
  .tc-about-media .tc-yrs strong {
    font-size: 30px;
  }
  .tc-about-media .tc-yrs span {
    font-size: 11.5px;
  }
  .tc-about-media .tc-yrs .purecounter {
    font-size: 30px;
  }
}

.tc-checklist li {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 15px;
}
.tc-checklist li i {
  color: var(--tc-primary-color);
  margin-top: 4px;
  font-size: 18px;
}

/* ===== WHY CHOOSE US ===== */
.tc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .tc-why-grid {
    grid-template-columns: 1fr;
  }
}
.tc-why-grid .item {
  padding: 36px 32px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  transition: 0.4s;
}
.tc-why-grid .item:hover {
  transform: translateY(-6px);
  box-shadow: var(--tc-shadow);
  border-color: transparent;
}
.tc-why-grid .item .icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--tc-gradient-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--tc-primary-color);
  margin-bottom: 20px;
}
.tc-why-grid .item h3, .tc-why-grid .item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.tc-why-grid .item p {
  font-size: 15px;
  margin: 0;
}

.tc-why-wrap {
  background: radial-gradient(ellipse 70% 80% at 0% 50%, rgba(245, 158, 11, 0.08), transparent), radial-gradient(ellipse 60% 70% at 100% 50%, rgba(180, 83, 9, 0.08), transparent), var(--tc-grey-color);
}

/* ===== OUR PROCESS ===== */
.tc-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .tc-process {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-process {
    grid-template-columns: 1fr;
  }
}
.tc-process::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, var(--tc-primary-color), var(--tc-accent-color), var(--tc-cyan));
  opacity: 0.25;
}
@media only screen and (max-width: 991px) {
  .tc-process::before {
    display: none;
  }
}
.tc-process .step {
  text-align: center;
  padding: 0 16px;
  position: relative;
}
.tc-process .step .num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--tc-surface);
  border: 2px solid var(--tc-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--tc-font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--tc-primary-color);
  margin: 0 auto 24px;
  box-shadow: var(--tc-shadow);
  transition: 0.4s;
}
.tc-process .step:hover .num {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  border-color: transparent;
  transform: scale(1.08);
}
.tc-process .step h3, .tc-process .step h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.tc-process .step p {
  font-size: 14px;
  margin: 0;
}

/* ===== STATS BAND ===== */
.tc-stats-band {
  background: var(--tc-gradient);
  border-radius: var(--tc-radius-xl);
  padding: 68px 48px;
  position: relative;
  overflow: hidden;
}
.tc-stats-band::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  top: -220px;
  right: -120px;
}
.tc-stats-band::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  bottom: -180px;
  left: -80px;
}
.tc-stats-band .tc-stats-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.28) 1.4px, transparent 1.6px);
  background-size: 16px 16px;
  -webkit-mask-image: radial-gradient(ellipse 70% 90% at 50% 50%, #000 0%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 90% at 50% 50%, #000 0%, transparent 75%);
  opacity: 0.5;
}
.tc-stats-band .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .tc-stats-band .grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-stats-band .grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.tc-stats-band .tc-stat-item {
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.tc-stats-band .tc-stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8%;
  bottom: 8%;
  width: 1px;
  background: rgba(255, 255, 255, 0.24);
}
.tc-stats-band .tc-stat-item:first-child::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tc-stats-band .tc-stat-item:nth-child(2n+1)::before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .tc-stats-band .tc-stat-item::before {
    display: none;
  }
  .tc-stats-band .tc-stat-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 28px;
  }
}
.tc-stats-band .tc-stat-item .icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: var(--tc-white-color);
  margin-bottom: 18px;
}
.tc-stats-band .tc-stat-item strong {
  display: block;
  font-size: clamp(34px, 3.6vw, 48px);
  font-family: var(--tc-font-heading);
  font-weight: 800;
  color: var(--tc-white-color);
  line-height: 1;
}
.tc-stats-band .tc-stat-item .lbl {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 10px;
  display: block;
}

/* ===== PORTFOLIO ===== */
.tc-portfolio-card {
  position: relative;
  display: block;
  height: 100%;
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  margin-bottom: 0;
  color: inherit;
}
.tc-portfolio-card img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform 0.6s;
}
@media only screen and (max-width: 767px) {
  .tc-portfolio-card img {
    height: 320px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-portfolio-card img {
    height: 280px;
  }
}
.tc-portfolio-card:hover img {
  transform: scale(1.06);
}
.tc-portfolio-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 18, 32, 0.88) 0%, rgba(11, 18, 32, 0.18) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: var(--tc-white-color);
  opacity: 1;
  transition: 0.4s;
}
.tc-portfolio-card .overlay h3, .tc-portfolio-card .overlay h4 {
  font-size: 20px;
  color: var(--tc-white-color);
  margin-bottom: 6px;
}
.tc-portfolio-card .overlay span {
  font-size: 13px;
  opacity: 0.8;
}

/* ===== PRICING ===== */
.tc-price-card {
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-xl);
  padding: 44px 40px;
  height: 100%;
  transition: 0.4s;
  position: relative;
}
.tc-price-card.featured {
  border-color: var(--tc-primary-color);
  box-shadow: var(--tc-shadow-lg);
  transform: scale(1.03);
}
@media only screen and (max-width: 767px) {
  .tc-price-card.featured {
    transform: none;
  }
}
.tc-price-card.featured .badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 50px;
}
.tc-price-card:hover {
  box-shadow: var(--tc-shadow);
}
.tc-price-card .price {
  font-size: 52px;
  font-family: var(--tc-font-heading);
  font-weight: 800;
  color: var(--tc-heading-color);
}
.tc-price-card .price span {
  font-size: 16px;
  font-weight: 500;
  color: var(--tc-muted);
}
.tc-price-card ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 15px;
}
.tc-price-card ul li i {
  color: var(--tc-primary-color);
  margin-top: 4px;
}
.tc-price-card ul li.off {
  opacity: 0.4;
}

.tc-pricing-note {
  color: var(--tc-text-color);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.tc-pricing-note a {
  color: var(--tc-heading-color);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tc-pricing-note a:hover {
  color: var(--tc-primary-color);
}

/* ===== TESTIMONIALS ===== */
.tc-testimonial-card {
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  padding: 36px;
  height: 100%;
}
.tc-testimonial-card .stars {
  color: #fbbf24;
  margin-bottom: 16px;
  font-size: 14px;
}
.tc-testimonial-card .quote {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 28px;
  font-style: italic;
}
.tc-testimonial-card .author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tc-testimonial-card .author img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}
.tc-testimonial-card .author strong {
  display: block;
  font-size: 16px;
  color: var(--tc-heading-color);
}
.tc-testimonial-card .author span {
  font-size: 13px;
  color: var(--tc-muted);
}

/* ===== FAQ ===== */
.tc-faq-aside {
  position: sticky;
  top: 110px;
  align-self: flex-start;
}
@media only screen and (max-width: 991px) {
  .tc-faq-aside {
    position: static;
    top: auto;
  }
}

.tc-faq-item {
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--tc-surface);
}
.tc-faq-item .q {
  width: 100%;
  text-align: left;
  padding: 22px 24px;
  font-family: var(--tc-font-heading);
  font-weight: 600;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--tc-heading-color);
}
.tc-faq-item .q i {
  transition: transform 0.35s;
  color: var(--tc-primary-color);
}
.tc-faq-item .a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s;
  padding: 0 24px;
  font-size: 15px;
}
.tc-faq-item.open .q i {
  transform: rotate(180deg);
}
.tc-faq-item.open .a {
  max-height: 200px;
  padding: 0 24px 22px;
}

/* ===== BLOG ===== */
a.tc-blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
a.tc-blog-card h3 {
  color: var(--tc-heading-color);
  transition: color 0.3s;
}
a.tc-blog-card:hover h3 {
  color: var(--tc-primary-color);
}

.tc-blog-card {
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  transition: 0.4s;
  height: 100%;
}
.tc-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--tc-shadow-lg);
}
.tc-blog-card .thumb {
  overflow: hidden;
  aspect-ratio: 16/10;
}
.tc-blog-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.tc-blog-card .thumb:hover img {
  transform: scale(1.06);
}
.tc-blog-card .body {
  padding: 28px;
}
.tc-blog-card .meta {
  font-size: 13px;
  color: var(--tc-primary-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.tc-blog-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.35;
}
.tc-blog-card p {
  font-size: 15px;
  margin: 0;
}

/* ===== CTA BLOCK ===== */
.tc-cta-block {
  position: relative;
  overflow: hidden;
  background: var(--tc-gradient);
  border-radius: var(--tc-radius-xl);
  padding: 84px 64px;
  text-align: center;
  box-shadow: 0 40px 90px rgba(217, 119, 6, 0.3);
}
@media only screen and (max-width: 767px) {
  .tc-cta-block {
    padding: 64px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-cta-block {
    padding: 52px 26px;
  }
}
.tc-cta-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 35%, #000 0%, transparent 78%);
}
.tc-cta-block::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  filter: blur(30px);
  top: -160px;
  right: -110px;
}
.tc-cta-block > * {
  position: relative;
  z-index: 1;
}
.tc-cta-block .tc-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-white-color);
  margin-bottom: 24px;
}
.tc-cta-block h2 {
  color: var(--tc-white-color);
  font-size: clamp(30px, 4.4vw, 48px);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.tc-cta-block p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  max-width: 560px;
  margin: 0 auto 30px;
}
.tc-cta-block .tc-cta-trust {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto 36px;
  padding: 8px 22px 8px 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50px;
}
.tc-cta-block .tc-cta-trust .avatars {
  display: flex;
}
.tc-cta-block .tc-cta-trust .avatars img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  object-fit: cover;
  margin-left: -10px;
}
.tc-cta-block .tc-cta-trust .avatars img:first-child {
  margin-left: 0;
}
.tc-cta-block .tc-cta-trust .rating {
  font-size: 13px;
  font-weight: 600;
  color: var(--tc-white-color);
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}
.tc-cta-block .tc-cta-trust .rating .stars {
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 480px) {
  .tc-cta-block .tc-cta-trust {
    flex-direction: column;
    gap: 8px;
    padding: 14px 20px;
  }
}
.tc-cta-block .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.tc-cta-block .tc-btn-primary {
  background: var(--tc-white-color);
  color: var(--tc-primary-color);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}
.tc-cta-block .tc-btn-primary .tc-btn-arrow {
  background: rgba(180, 83, 9, 0.12);
  color: var(--tc-primary-color);
}
.tc-cta-block .tc-btn-primary:hover {
  color: var(--tc-primary-color);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.26);
}

/*----------------------------------------*/
/*  6.13 Inner Pages (Breadcrumb, Sidebar, Blog/Project/Contact details)
/*----------------------------------------*/
/* Inner-page masthead — gradient in dark mode; clean in light mode. */
.tc-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 190px 0 100px;
  background: transparent;
  border-bottom: 1px solid var(--tc-page-hero-border);
  transition: background 0.35s ease, border-color 0.35s ease;
}
@media only screen and (max-width: 991px) {
  .tc-page-hero {
    padding: 160px 0 84px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-page-hero {
    padding: 140px 0 68px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-page-hero {
    padding: 124px 0 56px;
  }
}
:root[data-theme=dark] .tc-page-hero {
  background: radial-gradient(ellipse 55% 65% at 10% -10%, var(--tc-page-hero-radial-1), transparent 58%), radial-gradient(ellipse 48% 58% at 88% 6%, var(--tc-page-hero-radial-2), transparent 56%), radial-gradient(ellipse 70% 50% at 80% 112%, var(--tc-page-hero-radial-3), transparent 60%), radial-gradient(ellipse 50% 42% at 50% 100%, var(--tc-page-hero-radial-4), transparent 62%), var(--tc-page-hero-mesh), var(--tc-page-hero-bg);
}
:root[data-theme=dark] .tc-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(var(--tc-page-hero-grid) 1px, transparent 1px), linear-gradient(90deg, var(--tc-page-hero-grid) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 90% 85% at 45% 45%, #000 0%, transparent 82%);
  -webkit-mask-image: radial-gradient(ellipse 90% 85% at 45% 45%, #000 0%, transparent 82%);
}
.tc-page-hero > .container {
  position: relative;
  z-index: 1;
}
.tc-page-hero .tc-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  padding: 9px 20px;
  border-radius: 50px;
  background: var(--tc-page-hero-crumb-bg);
  border: 1px solid var(--tc-page-hero-crumb-border);
  box-shadow: var(--tc-page-hero-crumb-shadow);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 500;
}
.tc-page-hero .tc-breadcrumb a {
  color: var(--tc-page-hero-crumb-link);
}
.tc-page-hero .tc-breadcrumb a:hover {
  color: var(--tc-primary-color);
}
.tc-page-hero .tc-breadcrumb i {
  font-size: 9px;
  color: var(--tc-page-hero-crumb-icon);
}
.tc-page-hero .tc-breadcrumb span {
  color: var(--tc-page-hero-crumb-muted);
}
.tc-page-hero .tc-breadcrumb span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--tc-page-hero-crumb-current);
  font-weight: 600;
}
.tc-page-hero .tc-breadcrumb span:last-child::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--tc-gradient);
  box-shadow: 0 0 0 3px var(--tc-page-hero-crumb-dot);
}
:root[data-theme=dark] .tc-page-hero .tc-breadcrumb a:hover {
  color: var(--tc-cyan);
}
@media only screen and (max-width: 480px) {
  .tc-page-hero .tc-breadcrumb {
    gap: 9px;
    padding: 8px 16px;
    font-size: 12px;
  }
}
.tc-page-hero h1 {
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.07;
  letter-spacing: -0.035em;
  max-width: 880px;
  margin-bottom: 18px;
  color: var(--tc-page-hero-heading);
}
.tc-page-hero h1 .tc-gradient-text,
.tc-page-hero h1 span.tc-gradient-text {
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tc-page-hero p {
  font-size: 17.5px;
  line-height: 1.7;
  max-width: 620px;
  margin: 0;
  color: var(--tc-page-hero-text);
}
@media only screen and (max-width: 767px) {
  .tc-page-hero p {
    font-size: 16px;
  }
}

.tc-inner-section {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .tc-inner-section {
    padding: 72px 0;
  }
}

.tc-contact-form {
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-xl);
  padding: 40px;
  box-shadow: var(--tc-shadow);
}
.tc-contact-form .form-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}
.tc-contact-form textarea.form-control {
  min-height: 140px;
}

.form-control, textarea {
  background: var(--tc-grey-color);
  color: var(--tc-heading-color);
  border: 1px solid var(--tc-border);
  border-radius: 14px;
  padding: 14px 18px;
}
.form-control:focus, textarea:focus {
  border-color: var(--tc-primary-color);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
  color: var(--tc-heading-color);
  background: var(--tc-grey-color);
}
.form-control::placeholder, textarea::placeholder {
  color: var(--tc-muted);
}

.tc-contact-info-card {
  background: var(--tc-gradient);
  border-radius: var(--tc-radius-xl);
  padding: 40px;
  color: var(--tc-white-color);
  height: 100%;
}
.tc-contact-info-card .item {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}
.tc-contact-info-card .item i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-contact-info-card .item strong {
  display: block;
  margin-bottom: 4px;
}
.tc-contact-info-card .item a, .tc-contact-info-card .item span {
  opacity: 0.88;
  font-size: 15px;
}
.tc-contact-info-card .item a:hover {
  color: var(--tc-white-color);
}

.tc-google-map {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-top: 1px solid var(--tc-border);
  background: var(--tc-grey-color);
}
.tc-google-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .tc-google-map {
    height: 380px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-google-map {
    height: 300px;
  }
}

.tc-sidebar-widget {
  background: var(--tc-grey-color);
  border-radius: var(--tc-radius-lg);
  padding: 32px;
  margin-bottom: 24px;
}
.tc-sidebar-widget h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.tc-sidebar-widget ul li a {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--tc-border);
  font-weight: 500;
}
.tc-sidebar-widget ul li a:hover {
  color: var(--tc-primary-color);
  padding-left: 6px;
}

.tc-blog-detail .tc-blog-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: var(--tc-primary-color);
  font-weight: 600;
  margin-bottom: 20px;
}
.tc-blog-detail blockquote {
  border-left: 4px solid var(--tc-primary-color);
  padding: 20px 28px;
  margin: 32px 0;
  background: var(--tc-grey-color);
  border-radius: 0 var(--tc-radius) var(--tc-radius) 0;
  font-style: italic;
}

.tc-team-card {
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  text-align: center;
  transition: 0.4s;
  height: 100%;
}
.tc-team-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--tc-shadow-lg);
}
.tc-team-card .thumb {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.tc-team-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.tc-team-card h3 a, .tc-team-card h4 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.tc-team-card h3 a:hover, .tc-team-card h4 a:hover {
  color: var(--tc-primary-color);
}
.tc-team-card:hover .thumb img {
  transform: scale(1.05);
}
.tc-team-card .body {
  padding: 28px 24px;
}
.tc-team-card h3, .tc-team-card h4 {
  font-size: 20px;
  margin-bottom: 6px;
}
.tc-team-card .role {
  display: block;
  font-size: 14px;
  color: var(--tc-primary-color);
  font-weight: 600;
  margin-bottom: 14px;
}
.tc-team-card p {
  font-size: 15px;
  margin-bottom: 18px;
}
.tc-team-card .tc-social {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.tc-team-card .tc-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--tc-grey-color);
  color: var(--tc-heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.tc-team-card .tc-social a:hover {
  background: var(--tc-primary-color);
  color: var(--tc-white-color);
}

.tc-mv-card {
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  padding: 40px 36px;
  height: 100%;
}
.tc-mv-card .icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--tc-gradient-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--tc-primary-color);
  margin-bottom: 24px;
}
.tc-mv-card h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
.tc-mv-card p {
  font-size: 15px;
  margin: 0;
}

/*----------------------------------------*/
/*  6.14 Portfolio / Project Pages (Grid, Masonry, Details)
/*----------------------------------------*/
/* Allow .tc-portfolio-card to be used on an <a> element (clickable case study cards) */
a.tc-portfolio-card {
  display: block;
}

/* ===== FILTER TABS (Portfolio Grid) ===== */
.tc-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 44px;
}
.tc-filter-tabs button {
  border: 1px solid var(--tc-border);
  background: var(--tc-surface);
  color: var(--tc-text-color);
  font-size: 14px;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.tc-filter-tabs button:hover {
  border-color: var(--tc-primary-color);
  color: var(--tc-primary-color);
}
.tc-filter-tabs button.active {
  background: var(--tc-gradient);
  border-color: transparent;
  color: var(--tc-white-color);
}

/* ===== MASONRY GRID (Portfolio Masonry) ===== */
.tc-masonry-grid {
  columns: 3 280px;
  column-gap: 24px;
}
@media only screen and (max-width: 991px) {
  .tc-masonry-grid {
    columns: 2 260px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-masonry-grid {
    columns: 1;
  }
}
.tc-masonry-grid .tc-masonry-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 24px;
}

.tc-masonry-card {
  position: relative;
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
  display: block;
}
.tc-masonry-card img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s;
}
.tc-masonry-card:hover img {
  transform: scale(1.06);
}
.tc-masonry-card.h-tall img {
  aspect-ratio: 3/4.3;
}
.tc-masonry-card.h-short img {
  aspect-ratio: 4/3;
}
.tc-masonry-card.h-mid img {
  aspect-ratio: 1/1;
}
.tc-masonry-card.h-wide img {
  aspect-ratio: 4/3.6;
}
.tc-masonry-card .tag-pill {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  padding: 7px 14px;
  border-radius: 50px;
  background: rgba(13, 12, 10, 0.6);
  backdrop-filter: blur(10px);
  color: var(--tc-white-color);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.tc-masonry-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 18, 32, 0.88) 0%, transparent 62%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: var(--tc-white-color);
  opacity: 0;
  transition: 0.4s;
}
.tc-masonry-card .overlay h3, .tc-masonry-card .overlay h4 {
  font-size: 18px;
  color: var(--tc-white-color);
  margin-bottom: 6px;
}
.tc-masonry-card .overlay span {
  font-size: 12.5px;
  opacity: 0.82;
}
.tc-masonry-card:hover .overlay {
  opacity: 1;
}

/* ===== PROJECT META (client / industry / timeline pills) ===== */
.tc-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 8px;
}
.tc-project-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 50px;
  background: var(--tc-grey-color);
  border: 1px solid var(--tc-border);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--tc-heading-color);
}
.tc-project-meta span i {
  color: var(--tc-primary-color);
  font-size: 12px;
}

/* ===== RESULTS METRICS ROW ===== */
.tc-results-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin: 48px 0;
}
@media only screen and (max-width: 480px) {
  .tc-results-metrics {
    grid-template-columns: 1fr;
  }
}
.tc-results-metrics .metric {
  background: var(--tc-grey-color);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  padding: 30px 26px;
  text-align: center;
}
.tc-results-metrics .metric strong {
  display: block;
  font-size: 36px;
  font-weight: 800;
  font-family: var(--tc-font-heading);
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
}
.tc-results-metrics .metric span {
  font-size: 13.5px;
  color: var(--tc-muted);
  font-weight: 500;
}

/* ===== NEXT PROJECT LINK ===== */
.tc-next-project {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--tc-grey-color);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-xl);
  padding: 36px 44px;
  margin-top: 20px;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .tc-next-project {
    flex-direction: column;
    text-align: center;
    padding: 32px 28px;
  }
}
.tc-next-project:hover {
  border-color: transparent;
  box-shadow: var(--tc-shadow-lg);
}
.tc-next-project:hover .thumb img {
  transform: scale(1.08);
}
.tc-next-project .info span.lbl {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--tc-primary-color);
  margin-bottom: 8px;
}
.tc-next-project .info h3, .tc-next-project .info h4 {
  font-size: 24px;
  color: var(--tc-heading-color);
  margin: 0;
}
.tc-next-project .thumb {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: var(--tc-radius);
  overflow: hidden;
}
.tc-next-project .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.tc-next-project .arrow {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* ===== STICKY PROJECT SIDEBAR (Project Details two-column layout) ===== */
.tc-project-sidebar {
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 991px) {
  .tc-project-sidebar {
    position: static;
  }
}
.tc-project-sidebar .card {
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  padding: 34px;
  margin-bottom: 24px;
}
.tc-project-sidebar .info-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--tc-border);
}
.tc-project-sidebar .info-list li:first-child {
  padding-top: 0;
}
.tc-project-sidebar .info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tc-project-sidebar .info-list li .lbl {
  font-size: 13px;
  color: var(--tc-muted);
  font-weight: 500;
}
.tc-project-sidebar .info-list li .val {
  font-size: 14.5px;
  color: var(--tc-heading-color);
  font-weight: 600;
  text-align: right;
}
.tc-project-sidebar .services-used {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.tc-project-sidebar .services-used span {
  padding: 7px 14px;
  border-radius: 50px;
  background: var(--tc-grey-color);
  border: 1px solid var(--tc-border);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--tc-heading-color);
}
.tc-project-sidebar .site-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 14px;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  font-weight: 600;
  font-size: 14.5px;
}
.tc-project-sidebar .site-link i {
  transition: 0.3s;
}
.tc-project-sidebar .site-link:hover {
  color: var(--tc-white-color);
}
.tc-project-sidebar .site-link:hover i {
  transform: translate(3px, -3px);
}

/* ===== NARRATIVE SECTION HEADINGS (shared across detail pages) ===== */
.tc-case-narrative h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  margin: 44px 0 18px;
}
.tc-case-narrative h2:first-child {
  margin-top: 0;
}
.tc-case-narrative p {
  margin-bottom: 18px;
}
.tc-case-narrative .lead {
  font-size: 19px;
  color: var(--tc-heading-color);
  font-weight: 500;
  margin-bottom: 28px;
}

/*----------------------------------------*/
/*  6.15 Team Details, Pricing Compare & FAQ Extras
/*----------------------------------------*/
/* ===== TEAM PROFILE (team-details.html) ===== */
.tc-profile {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: start;
}
@media only screen and (max-width: 991px) {
  .tc-profile {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.tc-profile-media {
  position: relative;
  border-radius: var(--tc-radius-xl);
  overflow: hidden;
  box-shadow: var(--tc-shadow-lg);
}
.tc-profile-media img {
  width: 100%;
  display: block;
  aspect-ratio: 4/4.6;
  object-fit: cover;
}
.tc-profile-social {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  gap: 10px;
}
.tc-profile-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--tc-heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  transition: 0.3s;
}
.tc-profile-social a:hover {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
}
.tc-profile-role {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--tc-primary-color);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.tc-profile-name {
  font-size: clamp(30px, 3.6vw, 44px);
  margin-bottom: 20px;
}
.tc-profile-quote {
  margin: 28px 0;
  padding: 26px 28px;
  border-left: 4px solid var(--tc-primary-color);
  background: var(--tc-grey-color);
  border-radius: 0 var(--tc-radius) var(--tc-radius) 0;
  font-style: italic;
  font-size: 17px;
  line-height: 1.7;
}
.tc-profile-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 8px;
}

/* ===== SKILL / TAG CHIP ===== */
.tc-tag-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 50px;
  background: var(--tc-gradient-soft);
  color: var(--tc-primary-color);
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: 0.3s;
}
.tc-tag-chip:hover {
  background: var(--tc-gradient);
  color: var(--tc-white-color);
}

/* ===== PRICING: FEATURE COMPARISON TABLE ===== */
.tc-compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--tc-radius-lg);
  max-width: 100%;
}

/* Scope to real <table> only — do not collide with .tc-compare-table div variant */
.tc-compare-wrap > table.tc-compare-table,
table.tc-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  overflow: hidden;
}
.tc-compare-wrap > table.tc-compare-table th, .tc-compare-wrap > table.tc-compare-table td,
table.tc-compare-table th,
table.tc-compare-table td {
  padding: 20px 24px;
  text-align: center;
  border-bottom: 1px solid var(--tc-border);
  font-size: 14.5px;
}
.tc-compare-wrap > table.tc-compare-table th:first-child, .tc-compare-wrap > table.tc-compare-table td:first-child,
table.tc-compare-table th:first-child,
table.tc-compare-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--tc-heading-color);
}
.tc-compare-wrap > table.tc-compare-table thead th,
table.tc-compare-table thead th {
  background: var(--tc-grey-color);
  font-family: var(--tc-font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--tc-heading-color);
  padding: 24px;
}
.tc-compare-wrap > table.tc-compare-table thead th.featured,
table.tc-compare-table thead th.featured {
  color: var(--tc-primary-color);
}
.tc-compare-wrap > table.tc-compare-table tbody tr:last-child td,
table.tc-compare-table tbody tr:last-child td {
  border-bottom: none;
}
.tc-compare-wrap > table.tc-compare-table tbody tr:hover td,
table.tc-compare-table tbody tr:hover td {
  background: var(--tc-band-glass);
}
.tc-compare-wrap > table.tc-compare-table i.fa-check,
table.tc-compare-table i.fa-check {
  color: var(--tc-primary-color);
}
.tc-compare-wrap > table.tc-compare-table i.fa-xmark,
table.tc-compare-table i.fa-xmark {
  color: var(--tc-muted);
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .tc-compare-wrap > table.tc-compare-table,
  table.tc-compare-table {
    font-size: 13px;
  }
  .tc-compare-wrap > table.tc-compare-table th, .tc-compare-wrap > table.tc-compare-table td,
  table.tc-compare-table th,
  table.tc-compare-table td {
    padding: 14px 12px;
  }
}

/* ===== PRICING: FAQ TEASER / TRUST STRIP ===== */
.tc-faq-teaser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 44px 48px;
  background: var(--tc-grey-color);
  border-radius: var(--tc-radius-xl);
  flex-wrap: wrap;
}
.tc-faq-teaser h3 {
  font-size: 22px;
  margin-bottom: 6px;
}
.tc-faq-teaser p {
  margin: 0;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .tc-faq-teaser {
    text-align: center;
    justify-content: center;
  }
}

/*----------------------------------------*/
/*  6.16 Blog List / Grid, Testimonials & Auth Pages
/*----------------------------------------*/
/* ===== BLOG LIST (row-style cards) ===== */
.tc-blog-row {
  display: flex;
  gap: 32px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  padding: 20px;
  margin-bottom: 24px;
  transition: 0.4s;
}
.tc-blog-row:hover {
  transform: translateY(-6px);
  box-shadow: var(--tc-shadow-lg);
}
.tc-blog-row .thumb {
  flex: 0 0 300px;
  overflow: hidden;
  border-radius: var(--tc-radius);
  aspect-ratio: 4/3;
}
.tc-blog-row .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.tc-blog-row:hover .thumb img {
  transform: scale(1.06);
}
.tc-blog-row .body {
  padding: 14px 14px 14px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tc-blog-row .meta {
  font-size: 13px;
  color: var(--tc-primary-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.tc-blog-row h3 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.35;
}
.tc-blog-row p {
  font-size: 15px;
  margin-bottom: 18px;
}
.tc-blog-row .tc-svc-link {
  font-weight: 600;
  color: var(--tc-primary-color);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tc-blog-row .tc-svc-link i {
  transition: transform 0.3s;
}
.tc-blog-row .tc-svc-link:hover i {
  transform: translateX(6px);
}
@media only screen and (max-width: 767px) {
  .tc-blog-row {
    flex-direction: column;
  }
  .tc-blog-row .thumb {
    flex: none;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .tc-blog-row .body {
    padding: 18px 6px 6px;
  }
}

/* ===== PAGINATION ===== */
.tc-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.tc-pagination li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tc-pagination a,
.tc-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--tc-border);
  background: var(--tc-surface);
  color: var(--tc-heading-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}
.tc-pagination a:hover {
  border-color: transparent;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
}
.tc-pagination .current {
  border-color: transparent;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  cursor: default;
}
.tc-pagination .dots {
  border: none;
  background: transparent;
  color: var(--tc-muted);
  min-width: 28px;
  padding: 0;
  pointer-events: none;
}
.tc-pagination .disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .tc-pagination {
    gap: 8px;
    margin-top: 36px;
  }
  .tc-pagination a,
  .tc-pagination span {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 10px;
  }
}

.tc-pagination-wrap.is-start .tc-pagination {
  justify-content: flex-start;
}

/* ===== TESTIMONIALS PAGE ===== */
.tc-testimonial-card.featured {
  border-color: var(--tc-primary-color);
  background: var(--tc-gradient-soft);
  position: relative;
}
.tc-testimonial-card.featured .tc-featured-tag {
  position: absolute;
  top: -14px;
  left: 32px;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
}

/*----------------------------------------*/
/*  6.17 Utility Pages (Careers, History, Mission, 404, Coming Soon)
/*----------------------------------------*/
/* ===== CAREERS: JOB LISTING CARD ===== */
.tc-job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  padding: 32px 36px;
  transition: 0.35s;
}
.tc-job-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: var(--tc-shadow-lg);
}
@media only screen and (max-width: 767px) {
  .tc-job-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tc-job-card .tc-job-info h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
.tc-job-card .tc-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tc-job-card .tc-job-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tc-text-color);
  background: var(--tc-grey-color);
  border: 1px solid var(--tc-border);
  border-radius: 50px;
  padding: 7px 16px;
}
.tc-job-card .tc-job-meta span i {
  color: var(--tc-primary-color);
  font-size: 12px;
}
.tc-job-card .tc-job-apply {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .tc-job-card .tc-job-apply {
    width: 100%;
  }
  .tc-job-card .tc-job-apply .tc-btn {
    width: 100%;
  }
}

/* ===== CAREERS: BENEFITS GRID ===== */
.tc-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .tc-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .tc-benefit-grid {
    grid-template-columns: 1fr;
  }
}
.tc-benefit-grid .item {
  text-align: center;
  padding: 36px 26px;
  border-radius: var(--tc-radius-lg);
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  transition: 0.4s;
}
.tc-benefit-grid .item:hover {
  transform: translateY(-6px);
  box-shadow: var(--tc-shadow);
  border-color: transparent;
}
.tc-benefit-grid .item .icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  margin: 0 auto 20px;
  background: var(--tc-gradient-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: var(--tc-primary-color);
}
.tc-benefit-grid .item h3, .tc-benefit-grid .item h4 {
  font-size: 17px;
  margin-bottom: 8px;
}
.tc-benefit-grid .item p {
  font-size: 14px;
  margin: 0;
}

/* ===== OUR HISTORY: MILESTONE TIMELINE ===== */
.tc-milestone-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.tc-milestone-timeline::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 27px;
  width: 2px;
  background: var(--tc-border);
}
@media only screen and (max-width: 480px) {
  .tc-milestone-timeline::before {
    left: 21px;
  }
}
.tc-milestone-timeline .entry {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 28px;
  padding-bottom: 48px;
}
.tc-milestone-timeline .entry:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .tc-milestone-timeline .entry {
    grid-template-columns: 44px 1fr;
    gap: 18px;
  }
}
.tc-milestone-timeline .entry .dot {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: var(--tc-shadow);
}
@media only screen and (max-width: 480px) {
  .tc-milestone-timeline .entry .dot {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}
.tc-milestone-timeline .entry .content {
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-lg);
  padding: 28px 32px;
  transition: 0.35s;
}
.tc-milestone-timeline .entry .content:hover {
  border-color: var(--tc-primary-color);
  box-shadow: var(--tc-shadow);
}
.tc-milestone-timeline .entry .content .year {
  display: inline-block;
  font-family: var(--tc-font-heading);
  font-weight: 800;
  font-size: 15px;
  color: var(--tc-primary-color);
  background: var(--tc-gradient-soft);
  border-radius: 50px;
  padding: 5px 16px;
  margin-bottom: 12px;
}
.tc-milestone-timeline .entry .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.tc-milestone-timeline .entry .content p {
  font-size: 15px;
  margin: 0;
}

/* ===== AUTH PAGES: LOGIN / REGISTER ===== */
.tc-auth-section {
  position: relative;
  padding: 170px 0 120px;
  background: radial-gradient(ellipse 70% 80% at 20% 0%, rgba(245, 158, 11, 0.14), transparent 55%), radial-gradient(ellipse 50% 60% at 90% 20%, rgba(180, 83, 9, 0.1), transparent 50%), var(--tc-grey-color);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tc-auth-section {
    padding: 140px 0 80px;
  }
}

.tc-auth-card {
  max-width: 520px;
  margin: 0 auto;
}
.tc-auth-card .tc-auth-logo {
  text-align: center;
  margin-bottom: 28px;
}
.tc-auth-card .tc-auth-logo img {
  height: 36px;
}
.tc-auth-card .tc-auth-logo .logo-light {
  display: none;
}
:root[data-theme=dark] .tc-auth-card .tc-auth-logo .logo-dark {
  display: none;
}
:root[data-theme=dark] .tc-auth-card .tc-auth-logo .logo-light {
  display: inline-block;
}
.tc-auth-card h1, .tc-auth-card h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
.tc-auth-card > p.tc-auth-sub {
  text-align: center;
  margin-bottom: 32px;
}
.tc-auth-card .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tc-auth-card .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  border-color: var(--tc-border);
}
.tc-auth-card .form-check .form-check-input:checked {
  background-color: var(--tc-primary-color);
  border-color: var(--tc-primary-color);
}
.tc-auth-card .form-check .form-check-input:focus {
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}
.tc-auth-card .form-check .form-check-label {
  font-size: 14px;
  color: var(--tc-text-color);
}
.tc-auth-card .tc-auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.tc-auth-card .tc-auth-options a {
  font-size: 14px;
  font-weight: 600;
  color: var(--tc-primary-color);
}
.tc-auth-card .tc-auth-options a:hover {
  text-decoration: underline;
}
.tc-auth-card .tc-btn {
  width: 100%;
}
.tc-auth-card .tc-auth-foot {
  text-align: center;
  margin-top: 24px;
  font-size: 15px;
}
.tc-auth-card .tc-auth-foot a {
  color: var(--tc-primary-color);
  font-weight: 600;
}
.tc-auth-card .tc-auth-foot a:hover {
  text-decoration: underline;
}

/* ===== COMING SOON ===== */
.tc-coming-soon {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 24px;
  overflow: hidden;
  background: radial-gradient(ellipse 80% 70% at 15% 10%, rgba(245, 158, 11, 0.16), transparent 55%), radial-gradient(ellipse 60% 60% at 90% 90%, rgba(180, 83, 9, 0.14), transparent 50%), var(--tc-dark);
}
.tc-coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, #000 0%, transparent 78%);
}
.tc-coming-soon > * {
  position: relative;
  z-index: 1;
}
.tc-coming-soon .tc-cs-logo {
  margin-bottom: 40px;
}
.tc-coming-soon .tc-cs-logo img {
  height: 40px;
}
.tc-coming-soon .tc-cs-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-cyan);
  margin-bottom: 24px;
}
.tc-coming-soon h1 {
  color: var(--tc-white-color);
  font-size: clamp(34px, 6vw, 64px);
  letter-spacing: -0.03em;
  max-width: 800px;
  margin-bottom: 20px;
}
.tc-coming-soon p.tc-cs-desc {
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  max-width: 560px;
  margin: 0 auto 48px;
}
.tc-coming-soon .tc-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-bottom: 48px;
}
.tc-coming-soon .tc-countdown .box {
  width: 104px;
  padding: 22px 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--tc-radius);
  backdrop-filter: blur(8px);
}
.tc-coming-soon .tc-countdown .box strong {
  display: block;
  font-family: var(--tc-font-heading);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--tc-white-color);
  line-height: 1;
  margin-bottom: 8px;
}
.tc-coming-soon .tc-countdown .box span {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}
@media only screen and (max-width: 480px) {
  .tc-coming-soon .tc-countdown .box {
    width: 76px;
    padding: 16px 0;
  }
}
.tc-coming-soon .tc-cs-form {
  display: flex;
  width: 100%;
  max-width: 480px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  padding: 6px;
  margin: 0 auto 32px;
}
.tc-coming-soon .tc-cs-form input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  padding: 12px 20px;
  color: var(--tc-white-color);
  font-size: 15px;
}
.tc-coming-soon .tc-cs-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.tc-coming-soon .tc-cs-form button {
  flex-shrink: 0;
  border: none;
  border-radius: 50px;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  font-family: var(--tc-font-heading);
  font-weight: 600;
  font-size: 14px;
  padding: 12px 26px;
  cursor: pointer;
  transition: 0.3s;
}
.tc-coming-soon .tc-cs-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(217, 119, 6, 0.35);
}
@media only screen and (max-width: 480px) {
  .tc-coming-soon .tc-cs-form {
    flex-direction: column;
    border-radius: 20px;
    gap: 8px;
  }
  .tc-coming-soon .tc-cs-form input {
    text-align: center;
  }
}
.tc-coming-soon .tc-cs-social {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.tc-coming-soon .tc-cs-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--tc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 0.3s;
}
.tc-coming-soon .tc-cs-social a:hover {
  background: var(--tc-gradient);
  border-color: transparent;
  transform: translateY(-3px);
}

/* ===== 404 ERROR PAGE ===== */
.tc-error-page {
  text-align: center;
  padding: 60px 0 20px;
}
.tc-error-page .tc-error-code {
  font-family: var(--tc-font-heading);
  font-weight: 800;
  font-size: clamp(110px, 20vw, 220px);
  line-height: 1;
  letter-spacing: -0.04em;
  background: var(--tc-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.tc-error-page h1, .tc-error-page h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 14px;
}
.tc-error-page p.tc-error-desc {
  font-size: 17px;
  max-width: 520px;
  margin: 0 auto 36px;
}
.tc-error-page .tc-error-search {
  display: flex;
  max-width: 480px;
  margin: 0 auto 32px;
  background: var(--tc-surface);
  border: 1px solid var(--tc-border);
  border-radius: 50px;
  padding: 6px;
  box-shadow: var(--tc-shadow);
}
.tc-error-page .tc-error-search input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  padding: 12px 20px;
  color: var(--tc-heading-color);
  font-size: 15px;
}
.tc-error-page .tc-error-search input::placeholder {
  color: var(--tc-muted);
}
.tc-error-page .tc-error-search button {
  flex-shrink: 0;
  border: none;
  border-radius: 50px;
  background: var(--tc-gradient);
  color: var(--tc-white-color);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.tc-error-page .tc-error-search button:hover {
  transform: translateY(-2px);
}
@media only screen and (max-width: 480px) {
  .tc-error-page .tc-error-search {
    border-radius: 20px;
  }
}
.tc-error-page .tc-error-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}
.tc-error-page .tc-error-illustration {
  max-width: 420px;
  margin: 0 auto 20px;
}
.tc-error-page .tc-error-illustration i {
  font-size: 90px;
  color: var(--tc-primary-color);
  opacity: 0.18;
}

/*# sourceMappingURL=main.css.map */
