/* ═══════════════════════════════════════════════════════════════════════
   TechForge Solutions — NetSol Inspired B2B Corporate Theme v7.0
   Colors: Deep corporate blue, clean whites, soft grey partitions, cyan accents.
   ═══════════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
  /* Colors - Professional Premium Theme */
  --bg: #F6F7FB;
  --bg-1: #EDEEF5;
  --bg-2: #E4E6F0;
  --bg-3: #D7DAE8;

  --ink: #0F172A;
  --ink-2: #475569;
  --ink-3: #94A3B8;
  --ink-4: #CBD5E1;

  --accent: #1B75BB;
  --accent-light: #4895EF;
  --accent-dim: rgba(27, 117, 187, 0.08);
  --accent-border: rgba(27, 117, 187, 0.15);
  --accent-text: #FFFFFF;

  --cyan: #00B4D8;
  --green: #10B981;
  --red: #EF4444;
  --amber: #F59E0B;

  --line: rgba(15, 23, 42, 0.07);
  --line-2: rgba(15, 23, 42, 0.12);

  --surf: rgba(246, 247, 251, 0.85);
  --surf-2: rgba(246, 247, 251, 0.98);

  --nav-bg: rgba(246, 247, 251, 0.0);
  --nav-bg-scrolled: rgba(246, 247, 251, 0.96);
  --nav-mob-bg: rgba(246, 247, 251, 0.98);

  /* Footer — light by default */
  --footer-bg: #FFFFFF;
  --footer-border: rgba(15, 23, 42, 0.09);
  --footer-text: #64748B;
  --footer-heading: #0F172A;
  --footer-link: #64748B;
  --footer-link-hover: #1B75BB;
  --footer-social-bg: rgba(15, 23, 42, 0.05);
  --footer-social-border: rgba(15, 23, 42, 0.1);
  --footer-social-color: #64748B;
  --footer-divider: rgba(15, 23, 42, 0.08);
  --footer-bottom-text: #94A3B8;
  --footer-bottom-link: #94A3B8;
  --footer-bottom-hover: #1B75BB;

  --f: 'Inter', -apple-system, sans-serif;
  --f-display: 'Outfit', sans-serif;
  --mono: 'JetBrains Mono', monospace;

  --gutter: clamp(20px, 5vw, 80px);
  --ease: cubic-bezier(0.25, 0.8, 0.25, 1);
  --t: 200ms var(--ease);
  --t2: 350ms var(--ease);

  --shadow-s: 0 2px 8px rgba(15, 23, 42, 0.05);
  --shadow-m: 0 8px 24px rgba(15, 23, 42, 0.07);
  --shadow-l: 0 16px 40px rgba(15, 23, 42, 0.1);
  --shadow-card: 0 4px 20px rgba(15, 23, 42, 0.04), 0 0 0 1px var(--line);
  --shadow-card-hover: 0 20px 48px rgba(15, 23, 42, 0.1), 0 0 0 1px var(--accent-border);

  --r-xs: 4px;
  --r-s: 8px;
  --r-sm: 8px;
  --r-m: 12px;
  --r-md: 12px;
  --r-l: 16px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-full: 9999px;

  --bg-card: #FFFFFF;
  --bg-input: #FFFFFF;
  --bg-hover: var(--bg-2);
  --bg-surface: var(--bg-1);
  --bg-footer: var(--footer-bg);
  --bg-mobile-menu: var(--nav-mob-bg);
  --text-primary: var(--ink);
  --text-secondary: var(--ink-2);
  --text-muted: var(--ink-3);
  --border: var(--line);
  --border-hover: var(--line-2);
  --border-focus: var(--accent);
  --border-strong: var(--line-2);
  --clr-primary: var(--accent);
  --clr-primary-light: var(--accent-light);
  --clr-accent: var(--accent);
  --clr-text-primary: var(--ink);
  --clr-text-secondary: var(--ink-2);
  --clr-text-muted: var(--ink-3);
  --clr-border: var(--line);
  --clr-bg-card: var(--bg-1);
  --clr-bg-secondary: var(--bg-1);
  --blue-400: var(--accent);
  --blue-300: var(--accent-light);
  --indigo-400: var(--accent);
  --cyan-400: var(--cyan);
  --emerald-400: var(--green);
  --rose-400: var(--red);
  --amber-400: var(--amber);
  --violet-400: #8B5CF6;
  --gradient-primary: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  --font: var(--f);
  --font-display: var(--f-display);
  --font-mono: var(--mono);
  --t-fast: var(--t);
  --t-base: var(--t2);
  --t-slow: var(--t2);
  --ease-out: var(--ease);
  --sp1: 8px;
  --sp2: 16px;
  --sp3: 24px;
  --sp4: 32px;
  --sp5: 40px;
  --sp6: 48px;
  --sp8: 64px;
  --sp10: 80px;
  --sp12: 96px;
  --sp15: 120px;
  --sp-1: var(--sp1);
  --sp-2: var(--sp2);
  --sp-3: var(--sp3);
  --sp-4: var(--sp4);
  --sp-5: var(--sp5);
  --sp-6: var(--sp6);
  --sp-8: var(--sp8);
  --sp-10: var(--sp10);
  --sp-12: var(--sp12);
  --sp-16: var(--sp15);
  --sp-20: 160px;
  --sp-24: 160px;
}

/* ─── DARK THEME ─────────────────────────────────────────────────────── */
html[data-theme="dark"] {
  --bg: #0B0F19;
  --bg-1: #111827;
  --bg-2: #1F2937;
  --bg-3: #374151;

  --ink: #F1F5F9;
  --ink-2: #CBD5E1;
  --ink-3: #64748B;
  --ink-4: #374151;

  --accent: #4895EF;
  --accent-light: #60AAFF;
  --accent-dim: rgba(72, 149, 239, 0.14);
  --accent-border: rgba(72, 149, 239, 0.28);

  --line: rgba(255, 255, 255, 0.07);
  --line-2: rgba(255, 255, 255, 0.12);

  --surf: rgba(17, 24, 39, 0.8);
  --surf-2: rgba(17, 24, 39, 0.95);

  --nav-bg-scrolled: rgba(11, 15, 25, 0.92);
  --nav-mob-bg: rgba(11, 15, 25, 0.98);

  --shadow-s: 0 2px 8px rgba(0, 0, 0, 0.25);
  --shadow-m: 0 8px 24px rgba(0, 0, 0, 0.35);
  --shadow-l: 0 16px 40px rgba(0, 0, 0, 0.45);
  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.25), 0 0 0 1px var(--line);
  --shadow-card-hover: 0 20px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px var(--accent-border);

  --bg-card: #1a2233;
  --bg-input: #1F2937;
  --bg-hover: var(--bg-2);
  --bg-surface: var(--bg-1);

  /* Footer — dark in dark mode */
  --footer-bg: #060A12;
  --footer-border: rgba(255, 255, 255, 0.06);
  --footer-text: #94A3B8;
  --footer-heading: #F1F5F9;
  --footer-link: #94A3B8;
  --footer-link-hover: #60AAFF;
  --footer-social-bg: rgba(255, 255, 255, 0.05);
  --footer-social-border: rgba(255, 255, 255, 0.08);
  --footer-social-color: #94A3B8;
  --footer-divider: rgba(255, 255, 255, 0.06);
  --footer-bottom-text: #475569;
  --footer-bottom-link: #475569;
  --footer-bottom-hover: #60AAFF;
}

/* ─── RESET & DECORATION ─────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── Fixed full-page gradient backdrop ─────────────────────────────────
   Rendered on html::before at z-index -1 so it shows through every
   section. Sections use transparent/translucent backgrounds so this
   gradient bleeds through visibly at all times.
─────────────────────────────────────────────────────────────────────── */
html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

html::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  /* Base pearl canvas */
  background: #F6F7FB;
  /* Layered radial orbs — strong enough to see, subtle enough to stay premium */
  background-image:
    /* Top-right: corporate blue glow */
    radial-gradient(ellipse 70% 55% at 92% -5%, rgba(27, 117, 187, 0.18) 0%, transparent 65%),
    /* Bottom-left: indigo/violet breath */
    radial-gradient(ellipse 65% 50% at -8% 105%, rgba(99, 102, 241, 0.12) 0%, transparent 60%),
    /* Center-top: wide diffused haze */
    radial-gradient(ellipse 80% 40% at 50% 0%, rgba(27, 117, 187, 0.07) 0%, transparent 70%),
    /* Bottom-right: cyan accent flare */
    radial-gradient(ellipse 40% 30% at 100% 100%, rgba(0, 180, 216, 0.09) 0%, transparent 55%);
}

/* Dark mode gradient backdrop */
html[data-theme="dark"]::before {
  background: #0B0F19;
  background-image:
    radial-gradient(ellipse 70% 55% at 92% -5%, rgba(72, 149, 239, 0.14) 0%, transparent 65%),
    radial-gradient(ellipse 65% 50% at -8% 105%, rgba(99, 102, 241, 0.09) 0%, transparent 60%),
    radial-gradient(ellipse 80% 40% at 50% 0%, rgba(72, 149, 239, 0.05) 0%, transparent 70%),
    radial-gradient(ellipse 40% 30% at 100% 100%, rgba(0, 180, 216, 0.06) 0%, transparent 55%);
}

body {
  font-family: var(--f);
  background: transparent;
  /* Let html::before gradient show through */
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Sections must be transparent / semi-transparent to let the fixed gradient show */
.section {
  background: transparent;
}

.bg-subtle {
  background: rgba(237, 238, 245, 0.55);
  backdrop-filter: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

ul,
ol {
  list-style: none;
}

/* ─── CONTAINER & SECTION ────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.section {
  padding: clamp(60px, 10vw, 110px) 0;
}

.section--sm {
  padding: clamp(40px, 6vw, 70px) 0;
}

.section--xs {
  padding: 36px 0;
}

/* .bg-subtle background is set above with semi-transparent value */

/* ─── CARD / SURFACE ELEVATION ───────────────────────────────────────── */
/* Light mode: pure white cards lift above the pearl background */
.zeetech-portfolio-card,
.zeetech-code-card,
.zeetech-testimonial-card,
.zeetech-journal-card,
.zeetech-journal-hero,
.capability-item,
.capability-preview-card,
.hero-stats-card {
  background-color: #FFFFFF;
}

/* Dark mode: switch to rich dark card surface */
html[data-theme="dark"] .zeetech-portfolio-card,
html[data-theme="dark"] .zeetech-code-card,
html[data-theme="dark"] .zeetech-testimonial-card,
html[data-theme="dark"] .zeetech-journal-card,
html[data-theme="dark"] .zeetech-journal-hero,
html[data-theme="dark"] .capability-item,
html[data-theme="dark"] .capability-preview-card,
html[data-theme="dark"] .hero-stats-card {
  background-color: var(--bg-card);
}

/* Dark mode: section transparent + bg-subtle semi-transparent dark tint */
html[data-theme="dark"] .bg-subtle {
  background: rgba(17, 24, 39, 0.6);
}

/* Dark mode: stats strip */
html[data-theme="dark"] .zeetech-stats {
  background: rgba(11, 15, 25, 0.7);
  border-color: rgba(255, 255, 255, 0.07);
}

/* Dark mode: testimonial scorecard */
html[data-theme="dark"] .testimonials-scorecard {
  background: var(--bg-card);
  border-color: var(--line-2);
}

/* Dark mode: separator bars */
html[data-theme="dark"] .section-separator-bar,
html[data-theme="dark"] .section-separator-bar--subtle,
html[data-theme="dark"] .section-separator-bar--bg {
  background: rgba(11, 15, 25, 0.6);
  border-color: rgba(255, 255, 255, 0.07);
}

/* Dark mode: page hero */
html[data-theme="dark"] .page-hero {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.8) 0%, transparent 100%);
}

/* ─── SECTION HEADERS ──────────────────────────────────────────────── */
.section-header {
  max-width: 680px;
  margin: 0 auto 60px;
}

.section-header.center {
  text-align: center;
}

.section-header.center .section-label {
  justify-content: center;
}

/* Label pill with accent line */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  margin-bottom: 14px;
  position: relative;
}

.section-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  border-radius: 2px;
  flex-shrink: 0;
}

/* Large, bold section title */
.section-title {
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 18px;
}

/* Bright highlight span inside title */
.section-title .title-accent {
  color: var(--accent);
}

.section-desc {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.75;
  max-width: 560px;
}

.section-header.center .section-desc {
  margin: 0 auto;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 8px;
}

.section-subtitle {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.7;
}

.section-divider {
  height: 1px;
  background: var(--line);
}

/* Dark mode: ensure section headings punch through */
html[data-theme="dark"] .section-title {
  color: #F1F5F9;
}

html[data-theme="dark"] .section-label {
  color: var(--accent-light);
}

html[data-theme="dark"] .section-label::before {
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
}

html[data-theme="dark"] .section-desc {
  color: #94A3B8;
}

/* ─── TYPOGRAPHY ─────────────────────────────────────────────────────── */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--f-display);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

p {
  color: var(--ink-2);
  line-height: 1.7;
}

strong {
  color: var(--ink);
  font-weight: 600;
}

.overline {
  font-family: var(--f-display);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.overline::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--accent);
}

.h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 16px;
}

.h3 {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: var(--ink);
}

/* ─── CORNER MARKERS & CORPORATE STYLE ───────────────────────────────── */
.section-header {
  max-width: 700px;
  margin: 0 auto 56px;
}

.section-header.center {
  text-align: center;
}

.section-header.center .section-label {
  justify-content: center;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 16px;
}

.section-desc {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.7;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 8px;
}

.section-subtitle {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.7;
}

.section-divider {
  height: 1px;
  background: var(--line);
}

/* ─── GRID UTILITIES ─────────────────────────────────────────────────── */
.grid {
  display: grid;
  gap: 30px;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ─── BUTTONS ─────────────────────────────────────────────────────────── */
.btn-primary,
.btn-fill,
.btn-accent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: var(--accent-text);
  border-radius: var(--r-s);
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 600;
  transition: background var(--t), transform var(--t), box-shadow var(--t);
  box-shadow: 0 4px 14px var(--accent-dim);
}

.btn-primary:hover,
.btn-fill:hover,
.btn-accent:hover {
  background: var(--accent-light);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(27, 117, 187, 0.25);
}

.btn-primary:active,
.btn-fill:active,
.btn-accent:active {
  transform: translateY(0);
}

.btn-fill--lg {
  padding: 15px 36px;
  font-size: 15px;
  border-radius: var(--r-m);
}

.btn-outline,
.btn-ghost,
.btn-outline-sm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line-2);
  border-radius: var(--r-s);
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: background var(--t), border-color var(--t), color var(--t);
}

.btn-outline:hover,
.btn-ghost:hover,
.btn-outline-sm:hover {
  background: var(--accent-dim);
  border-color: var(--accent);
  color: var(--accent);
}

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  transition: color var(--t);
}

.btn-text:hover {
  color: var(--accent-light);
}

.btn-text svg {
  transition: transform var(--t);
}

.btn-text:hover svg {
  transform: translateX(4px);
}

/* Compat buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--r-s);
  padding: 11px 22px;
  transition: all var(--t);
  text-decoration: none;
}

.btn-sm {
  padding: 8px 16px;
  font-size: 13px;
  border-radius: var(--r-xs);
}

.btn-lg {
  padding: 14px 28px;
  font-size: 15px;
}

.btn-xl {
  padding: 16px 36px;
  font-size: 16px;
  border-radius: var(--r-m);
}

.btn-icon {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
}

/* ─── NAVBAR (Floating Dock Modern Redesign) ────────────────────────── */
.navbar {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 1240px;
  z-index: 999;
  height: 64px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

html[data-theme="dark"] .navbar {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.navbar.scrolled {
  top: 8px;
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(99, 102, 241, 0.12);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.06);
}

html[data-theme="dark"] .navbar.scrolled {
  background: rgba(15, 23, 42, 0.85);
  border-color: rgba(139, 92, 246, 0.12);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Brand */
.navbar__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.navbar__logo-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-weight: 900;
  color: #FFFFFF;
  font-size: 12.5px;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
  transition: transform 0.3s ease;
}

.navbar__brand:hover .navbar__logo-icon {
  transform: rotate(8deg) scale(1.05);
}

.navbar__brand-text {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.navbar__brand-text span {
  color: var(--accent);
}

/* Nav Link List */
.navbar__nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.navbar__nav a {
  padding: 8px 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-2);
  border-radius: 10px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.navbar__nav a:hover {
  color: var(--accent);
  background: rgba(99, 102, 241, 0.05);
}

html[data-theme="dark"] .navbar__nav a:hover {
  background: rgba(139, 92, 246, 0.08);
}

.navbar__nav a.active {
  color: var(--accent);
  background: rgba(99, 102, 241, 0.04);
}

.navbar__cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Hamburger */
.navbar__toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 8px 10px;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

.navbar__toggle:hover {
  background: rgba(99, 102, 241, 0.05);
  border-color: var(--accent-light);
}

.navbar__toggle span {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--ink);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center;
}

.navbar__toggle.open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.navbar__toggle.open span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.navbar__toggle.open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Mobile Nav Drawer (Floating Rounded Layout) */
.navbar__mobile {
  display: none;
  position: fixed;
  top: 90px;
  left: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  flex-direction: column;
  padding: 24px;
  gap: 12px;
  z-index: 998;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  animation: mobileMenuFade 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

html[data-theme="dark"] .navbar__mobile {
  background: rgba(15, 23, 42, 0.95);
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

@keyframes mobileMenuFade {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.navbar__mobile.open {
  display: flex;
}

.navbar__mobile a {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.navbar__mobile a:hover {
  color: var(--accent);
  padding-left: 6px;
}

/* ─── BASE CARDS & TILES ─────────────────────────────────────────────── */
.card {
  background: var(--bg);
  border-radius: var(--r-m);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  transition: transform var(--t2), box-shadow var(--t2), border-color var(--t2);
  overflow: hidden;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--accent-border);
}

.card__body {
  padding: 32px;
}

/* ─── BADGES & LABELS ────────────────────────────────────────────────── */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  border-radius: var(--r-full);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-blue,
.badge-primary {
  background: var(--accent-dim);
  color: var(--accent);
}

.badge-violet {
  background: rgba(139, 92, 246, 0.08);
  color: #8B5CF6;
}

.badge-cyan {
  background: rgba(0, 180, 216, 0.08);
  color: var(--cyan);
}

.badge-emerald {
  background: rgba(16, 185, 129, 0.08);
  color: var(--green);
}

.tech-tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-2);
  background: var(--bg-2);
  border-radius: var(--r-xs);
  transition: all var(--t);
}

.tech-tag:hover {
  background: var(--accent);
  color: #FFFFFF;
}

/* ─── ALERTS ─────────────────────────────────────────────────────────── */
.alert {
  padding: 16px 20px;
  border-radius: var(--r-s);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid;
}

.alert-success {
  background: rgba(16, 185, 129, 0.06);
  border-color: rgba(16, 185, 129, 0.15);
  color: var(--green);
}

.alert-error {
  background: rgba(239, 68, 68, 0.06);
  border-color: rgba(239, 68, 68, 0.15);
  color: var(--red);
}

/* ─── FORMS ──────────────────────────────────────────────────────────── */
.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  padding: 12px 18px;
  font-size: 14px;
  color: var(--ink);
  background: var(--bg-input);
  border: 1px solid var(--line-2);
  border-radius: var(--r-s);
  outline: none;
  transition: border-color var(--t), box-shadow var(--t);
}

.form-control::placeholder {
  color: var(--ink-3);
}

.form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-dim);
}

textarea.form-control {
  resize: vertical;
  min-height: 140px;
}

.form-error {
  font-size: 12px;
  color: var(--red);
  display: block;
  margin-top: 6px;
}

/* ─── BREADCRUMBS ────────────────────────────────────────────────────── */
.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  padding: 6px 14px;
  background: rgba(72, 149, 239, 0.05);
  border: 1px solid rgba(72, 149, 239, 0.1);
  border-radius: var(--r-full);
}

html[data-theme="dark"] .breadcrumb {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.05);
}

.breadcrumb a {
  color: var(--ink-3);
  transition: color var(--t);
}

.breadcrumb a:hover {
  color: var(--accent);
}

.breadcrumb-sep {
  color: var(--ink-4);
}

.breadcrumb .active {
  color: var(--accent);
  font-weight: 800;
}

html[data-theme="dark"] .breadcrumb .active {
  color: var(--accent-light);
}

/* ─── PAGE HERO ──────────────────────────────────────────────────────── */
.page-hero,
.about-hero,
.contact-hero,
.services-hero,
.service-detail-hero,
.portfolio-hero,
.portfolio-detail-hero,
.faq-hero,
.source-codes-hero,
.source-code-detail-hero,
.blog-hero,
.blog-detail-hero {
  padding: 100px 0 44px;
  background: linear-gradient(180deg, var(--bg-1) 0%, transparent 100%);
  border-bottom: 1px solid var(--line-2);
  text-align: left;
  position: relative;
}

.page-hero::before,
.about-hero::before,
.contact-hero::before,
.services-hero::before,
.service-detail-hero::before,
.portfolio-hero::before,
.portfolio-detail-hero::before,
.faq-hero::before,
.source-codes-hero::before,
.source-code-detail-hero::before,
.blog-hero::before,
.blog-detail-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  display: none;
  pointer-events: none;
  z-index: 1;
}

.page-hero .container,
.about-hero .container,
.contact-hero .container,
.services-hero .container,
.service-detail-hero .container,
.portfolio-hero .container,
.portfolio-detail-hero .container,
.faq-hero .container,
.source-codes-hero .container,
.source-code-detail-hero .container,
.blog-hero .container,
.blog-detail-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero__title,
.about-hero__title,
.contact-hero__title,
.services-hero__title,
.service-detail-hero__title,
.portfolio-hero__title,
.portfolio-detail-hero__title,
.faq-hero__title,
.source-codes-hero__title,
.source-code-detail-hero__title,
.blog-hero__title,
.blog-detail-hero__title {
  font-family: var(--f-display);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
  line-height: 1.1;
  color: var(--ink);
}

html[data-theme="dark"] .page-hero__title,
html[data-theme="dark"] .about-hero__title,
html[data-theme="dark"] .contact-hero__title,
html[data-theme="dark"] .services-hero__title,
html[data-theme="dark"] .service-detail-hero__title,
html[data-theme="dark"] .portfolio-hero__title,
html[data-theme="dark"] .portfolio-detail-hero__title,
html[data-theme="dark"] .faq-hero__title,
html[data-theme="dark"] .source-codes-hero__title,
html[data-theme="dark"] .source-code-detail-hero__title,
html[data-theme="dark"] .blog-hero__title,
html[data-theme="dark"] .blog-detail-hero__title {
  color: #F1F5F9;
}

.page-hero__subtitle,
.about-hero__subtitle,
.contact-hero__subtitle,
.services-hero__subtitle,
.service-detail-hero__subtitle,
.portfolio-hero__subtitle,
.portfolio-detail-hero__subtitle,
.faq-hero__subtitle,
.source-codes-hero__subtitle,
.source-code-detail-hero__subtitle,
.blog-hero__subtitle,
.blog-detail-hero__subtitle {
  font-size: 16px;
  color: var(--ink-2);
  max-width: 680px;
  margin: 0;
  line-height: 1.7;
}

.page-hero__title-accent,
.about-hero__title-accent,
.contact-hero__title-accent,
.services-hero__title-accent,
.service-detail-hero__title-accent,
.portfolio-hero__title-accent,
.portfolio-detail-hero__title-accent,
.faq-hero__title-accent,
.source-codes-hero__title-accent,
.source-code-detail-hero__title-accent,
.blog-hero__title-accent,
.blog-detail-hero__title-accent,
.gradient-text {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 60%, #8B5CF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* ─────────────────────────────────────────────────────────────────────
   ZEETECH HERO SECTION
   ───────────────────────────────────────────────────────────────────── */
.zeetech-hero {
  position: relative;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 10% 15%, rgba(27, 117, 187, 0.09) 0%, transparent 40%),
    radial-gradient(circle at 95% 85%, rgba(245, 158, 11, 0.05) 0%, transparent 40%),
    transparent;
  overflow: hidden;
  padding: 100px 0 48px;
}

.zeetech-hero__grid-content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
}

/* Badge Pill */
.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-1);
  border: 1px solid var(--line-2);
  padding: 8px 18px;
  border-radius: var(--r-full);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  margin-bottom: 20px;
  /* Reduced margin */
  transition: all var(--t);
  width: max-content;
}

.hero-badge-pill:hover {
  border-color: var(--accent-border);
  color: var(--accent);
}

.hero-badge-pill__icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent-dim);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

/* Main Hero Typography */
.hero-h1-shared {
  font-family: var(--f-display);
  font-size: clamp(38px, 5.2vw, 68px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin-bottom: 24px;
}

.hero-h1-shared .highlight-primary {
  color: var(--accent);
}

.hero-h1-shared .highlight-secondary {
  color: var(--amber);
}

.zeetech-hero__desc {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.75;
  margin-bottom: 24px;
  max-width: 580px;
}

.zeetech-hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

/* Rounded Pill button styles from screenshot */
.btn-pill-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #FFFFFF;
  border-radius: var(--r-full);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 14px var(--accent-dim);
  transition: all var(--t);
}

.btn-pill-primary:hover {
  background: var(--accent-light);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(27, 117, 187, 0.25);
}

.btn-pill-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg);
  border: 1px solid var(--line-2);
  color: var(--ink-2);
  border-radius: var(--r-full);
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: all var(--t);
}

.btn-pill-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-dim);
}

/* Trust/Rating Row */
.hero-trust-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  /* Reduced */
}

.hero-trust-avatars {
  display: flex;
  align-items: center;
}

.hero-trust-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--accent-text);
  margin-left: -8px;
}

.hero-trust-avatar:first-child {
  margin-left: 0;
}

.hero-trust-avatar:nth-child(1) {
  background: #3B82F6;
}

.hero-trust-avatar:nth-child(2) {
  background: #10B981;
}

.hero-trust-avatar:nth-child(3) {
  background: #F59E0B;
}

.hero-trust-avatar:nth-child(4) {
  background: #EC4899;
}

.hero-trust-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #F59E0B;
  /* Star color */
  font-size: 14px;
}

.hero-trust-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
}

.hero-trust-text strong {
  color: var(--ink);
  font-weight: 700;
}

/* Bottom Stats Row Card */
.hero-stats-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: var(--r-m);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow-s);
  max-width: 580px;
}

html[data-theme="dark"] .hero-stats-card {
  background: var(--bg-1);
}

.hero-stats-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-stats-col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background: var(--line-2);
}

.hero-stats-val {
  font-family: var(--f-display);
  font-size: 24px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.2;
}

.hero-stats-lbl {
  font-size: 11px;
  color: var(--ink-2);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

/* Dashboard Mockup Layout */
.hero-mockup-wrapper {
  position: relative;
  z-index: 1;
}

.hero-dashboard-window {
  background: #111827;
  /* Dark dashboard window */
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--r-l);
  box-shadow: var(--shadow-l);
  overflow: hidden;
}

.hero-dashboard-window__bar {
  background: #1F2937;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-dashboard-window__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hero-dashboard-window__dot:nth-child(1) {
  background: #EF4444;
}

.hero-dashboard-window__dot:nth-child(2) {
  background: #F59E0B;
}

.hero-dashboard-window__dot:nth-child(3) {
  background: #10B981;
}

.hero-dashboard-window__title {
  margin-left: auto;
  font-size: 11px;
  font-family: var(--mono);
  color: #9CA3AF;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #111827;
  padding: 4px 12px;
  border-radius: var(--r-full);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-dashboard-window__body {
  padding: 24px;
  color: #F9FAFB;
}

/* Inside Dashboard Components */
.dash-layout {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
}

.dash-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dash-sidebar-item {
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.dash-sidebar-item.active {
  background: var(--accent);
}

.dash-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dash-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 12px;
}

.dash-title {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--f-display);
}

.dash-user {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dash-user-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #374151;
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.dash-card {
  background: #1F2937;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r-s);
  padding: 12px;
}

.dash-card__lbl {
  font-size: 10px;
  color: #9CA3AF;
}

.dash-card__val {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 2px;
}

.dash-card__trend {
  font-size: 10px;
  color: #10B981;
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.dash-chart {
  background: #1F2937;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--r-s);
  padding: 16px;
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.dash-chart-svg {
  position: absolute;
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
}

/* ─────────────────────────────────────────────────────────────────────
   HERO — MOBILE APP DESIGN STUDIO VISUAL
   ───────────────────────────────────────────────────────────────────── */
.hero-appstudio {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: appstudio-float 5s ease-in-out infinite;
}

@keyframes appstudio-float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* Phone Mockup */
.hero-phone-mockup {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 40px 80px rgba(15, 23, 42, 0.3));
}

.hero-phone-mockup__frame {
  width: 280px;
  background: #0D1117;
  border-radius: 46px;
  border: 4px solid #1F2937;
  padding: 18px 8px 12px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 140px rgba(72, 149, 239, 0.1);
  position: relative;
}

.hero-phone-mockup__notch {
  width: 90px;
  height: 22px;
  background: #0D1117;
  border-radius: 0 0 24px 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border: 4px solid #1F2937;
  border-top: none;
}

.hero-phone-mockup__screen {
  background: #111827;
  border-radius: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 560px;
}

/* Status Bar */
.app-statusbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px 4px;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: 700;
}

.app-statusbar__time {
  font-size: 10px;
  font-weight: 800;
}

.app-statusbar__icons {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* App Header */
.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
}

.app-header__left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.app-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4895EF, #8B5CF6);
}

.app-greeting {
  font-size: 8px;
  color: #64748B;
  font-weight: 500;
}

.app-username {
  font-size: 10px;
  font-weight: 700;
  color: #F1F5F9;
}

.app-notif-btn {
  position: relative;
  color: #94A3B8;
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-notif-dot {
  width: 6px;
  height: 6px;
  background: #EF4444;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 3px;
  border: 1px solid #111827;
  animation: notif-pulse 2s ease-in-out infinite;
}

@keyframes notif-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.3);
  }
}

/* Balance Banner Card */
.app-banner-card {
  margin: 4px 10px 8px;
  background: linear-gradient(135deg, #1B75BB 0%, #4895EF 60%, #8B5CF6 100%);
  border-radius: 16px;
  padding: 14px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.app-banner-card__label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  margin-bottom: 2px;
}

.app-banner-card__amount {
  font-size: 22px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.app-banner-card__row {
  display: flex;
  align-items: center;
}

.app-banner-card__trend {
  font-size: 8px;
  font-weight: 700;
}

.app-banner-card__trend--up {
  color: #A7F3D0;
}

.app-banner-card__bg-circle {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

/* Quick Actions */
.app-actions {
  display: flex;
  justify-content: space-around;
  padding: 6px 8px 10px;
  flex-shrink: 0;
}

.app-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.app-action-btn__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-action-btn span {
  font-size: 8px;
  font-weight: 600;
  color: #9CA3AF;
}

/* Chart Strip */
.app-chart-strip {
  margin: 0 10px 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 8px 10px;
  flex-shrink: 0;
}

.app-chart-strip__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.app-chart-strip__title {
  font-size: 9px;
  font-weight: 700;
  color: #F1F5F9;
}

.app-chart-strip__period {
  font-size: 8px;
  color: #64748B;
}

.app-chart-svg {
  width: 100%;
  height: 36px;
  display: block;
  overflow: visible;
}

.app-chart-line {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: chart-draw 2.5s ease forwards 0.5s;
}

@keyframes chart-draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* Transaction List */
.app-txn-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 10px;
  flex-grow: 1;
}

.app-txn-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.app-txn-item--anim {
  opacity: 0;
  transform: translateX(-8px);
  animation: txn-slide-in 0.4s ease forwards;
}

@keyframes txn-slide-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.app-txn-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.app-txn-info {
  flex: 1;
  min-width: 0;
}

.app-txn-name {
  font-size: 9px;
  font-weight: 700;
  color: #F1F5F9;
}

.app-txn-date {
  font-size: 8px;
  color: #64748B;
}

.app-txn-amount {
  font-size: 9px;
  font-weight: 800;
}

.app-txn-amount--out {
  color: #EF4444;
}

.app-txn-amount--in {
  color: #10B981;
}

/* Tab Bar */
.app-tabbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 6px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(17, 24, 39, 0.9);
  flex-shrink: 0;
  margin-top: auto;
}

.app-tabbar-item {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #4B5563;
  cursor: pointer;
  transition: all 200ms;
}

.app-tabbar-item--active {
  color: #4895EF;
  background: rgba(72, 149, 239, 0.12);
}

/* Design Layers Panel */
.hero-design-layers {
  position: absolute;
  right: -130px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(13, 17, 23, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  width: 120px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.hero-design-layers__head {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 700;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-layer-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  border-radius: 6px;
  font-size: 9px;
  color: #94A3B8;
  cursor: pointer;
  transition: all 150ms;
  margin-bottom: 2px;
}

.hero-layer-item--active {
  background: rgba(72, 149, 239, 0.12);
  color: #F1F5F9;
}

.hero-layer-thumb {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  flex-shrink: 0;
  opacity: 0.8;
}

/* Floating Badges */
.floating-badge {
  position: absolute;
  background: var(--surf-2);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-m);
  padding: 10px 16px;
  border-radius: var(--r-m);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

html[data-theme="dark"] .floating-badge {
  background: var(--bg-1);
  border-color: rgba(255, 255, 255, 0.1);
}

.floating-badge--top-left {
  top: 10%;
  left: -40px;
  transform: translateY(-50%);
}

.floating-badge--bottom-right {
  bottom: 8%;
  right: -30px;
  transform: translateY(50%);
}

.floating-badge__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent-dim);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.floating-badge__content {
  display: flex;
  flex-direction: column;
}

.floating-badge__title {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

.floating-badge__desc {
  font-size: 10px;
  color: var(--ink-2);
}

/* Horizontal Section Separator Transition Bar */
/* Separator bar — refined sizing and contrast */
.section-separator-bar {
  background: rgba(237, 238, 245, 0.65);
  border-top: 2px solid var(--accent-border);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  padding: 36px 0 20px 0;
  position: relative;
  z-index: 10;
}

.section-separator-bar--bg {
  background: rgba(246, 247, 251, 0.5);
}

.section-separator-bar--subtle {
  background: rgba(237, 238, 245, 0.55);
}

.separator-bar-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.6fr;
  gap: 32px;
  align-items: center;
}

.separator-bar-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.separator-bar-center {
  border-left: 1px solid var(--line-2);
  border-right: 1px solid var(--line-2);
  padding: 0 32px;
}

.separator-bar-right {
  display: flex;
  justify-content: flex-end;
}

/* Label above the separator title */
.separator-bar-label {
  font-size: 10px;
  font-weight: 800;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.separator-bar-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

/* Strong, large separator title */
.separator-bar-title {
  font-family: var(--f-display);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0;
}

.separator-bar-desc {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.65;
  margin: 0;
}

/* Dark mode separator overrides */
html[data-theme="dark"] .section-separator-bar,
html[data-theme="dark"] .section-separator-bar--subtle,
html[data-theme="dark"] .section-separator-bar--bg {
  background: rgba(17, 24, 39, 0.75);
  border-top-color: rgba(72, 149, 239, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .separator-bar-title {
  color: #F1F5F9;
}

html[data-theme="dark"] .separator-bar-label {
  color: var(--accent-light);
}

html[data-theme="dark"] .separator-bar-label::before {
  background: var(--accent-light);
}

html[data-theme="dark"] .separator-bar-desc {
  color: #94A3B8;
}

html[data-theme="dark"] .separator-bar-center {
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
  .separator-bar-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .separator-bar-center {
    border-left: none;
    border-right: none;
    padding: 0;
  }

  .separator-bar-right {
    justify-content: flex-start;
    border-top: 1px solid var(--line-2);
    padding-top: 16px;
  }
}

/* ─────────────────────────────────────────────────────────────────────
   PREMIUM B2B CAPABILITIES HUB (SERVICES)
   ───────────────────────────────────────────────────────────────────── */
.capabilities-hub {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: start;
}

.capabilities-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.capability-item {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  cursor: pointer;
  transition: all var(--t2);
  position: relative;
  box-shadow: var(--shadow-s);
}

.capability-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--accent);
  border-radius: var(--r-m) 0 0 var(--r-m);
  opacity: 0;
  transition: opacity var(--t);
}

.capability-item:hover,
.capability-item.active {
  transform: translateX(6px);
  border-color: var(--accent-border);
  box-shadow: var(--shadow-m);
}

.capability-item:hover::before,
.capability-item.active::before {
  opacity: 1;
}

.capability-num {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  padding-top: 3px;
}

.capability-content {
  flex-grow: 1;
}

.capability-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.capability-desc {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 12px;
}

.capability-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.capability-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  background: var(--bg-1);
  color: var(--ink-2);
  border-radius: var(--r-xs);
  border: 1px solid var(--line);
}

.capability-item.active .capability-tag {
  background: var(--accent-dim);
  color: var(--accent);
  border-color: var(--accent-border);
}

/* Sticky Preview Canvas (Right column) */
.capability-preview-pane {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
}

.capability-preview-card {
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: var(--r-l);
  box-shadow: var(--shadow-l);
  padding: 36px;
  display: none;
  animation: previewFadeIn 0.4s var(--ease);
}

.capability-preview-card.active {
  display: block;
}

@keyframes previewFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.preview-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent-dim);
  color: var(--accent);
  padding: 4px 12px;
  border-radius: var(--r-full);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.preview-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 12px;
}

.preview-desc {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.65;
  margin-bottom: 28px;
}

/* Interactive Mockups inside the preview card */
.preview-mockup-area {
  background: #111827;
  /* Always dark for premium contrast */
  border-radius: var(--r-m);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
  margin-bottom: 28px;
  color: #FFFFFF;
}

/* Specific mockup visuals */
.mockup-header-bar {
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.mockup-header-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.mockup-header-dot:nth-child(1) {
  background: #EF4444;
}

.mockup-header-dot:nth-child(2) {
  background: #F59E0B;
}

.mockup-header-dot:nth-child(3) {
  background: #10B981;
}

.mockup-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mockup-stat-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--r-s);
  padding: 12px;
  text-align: center;
}

.mockup-stat-box__num {
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
}

.mockup-stat-box__lbl {
  font-size: 9px;
  color: #9CA3AF;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Wireframe style mock for design */
.mockup-wireframe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mockup-wireframe-block {
  border: 1px dashed rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.02);
  border-radius: var(--r-xs);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #6B7280;
}

.mockup-wireframe-block.active {
  border-style: solid;
  border-color: var(--accent);
  background: rgba(27, 117, 187, 0.1);
  color: var(--accent-light);
}

/* API JSON response visual style */
.mockup-code-block {
  font-family: var(--mono);
  font-size: 11px;
  color: #34D399;
  line-height: 1.5;
}

.mockup-code-keyword {
  color: #F472B6;
}

.mockup-code-string {
  color: #60A5FA;
}

@media (max-width: 1100px) {
  .capabilities-hub {
    grid-template-columns: 1fr;
  }

  .capability-preview-pane {
    position: static;
    margin-top: 32px;
  }
}


/* ─────────────────────────────────────────────────────────────────────
   ZEETECH PORTFOLIO HIGH-FIDELITY DEVICE SHOWCASE
   ───────────────────────────────────────────────────────────────────── */
.zeetech-portfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.zeetech-portfolio-card {
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: var(--r-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all var(--t2);
  display: flex;
  flex-direction: column;
}

.zeetech-portfolio-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--accent-border);
}

.zeetech-portfolio-visual {
  padding: 32px 20px 20px;
  position: relative;
  overflow: hidden;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--t2);
}

.zeetech-portfolio-card:hover .zeetech-portfolio-visual {
  filter: brightness(1.04);
}

/* Device Mockup Wrapper */
.zeetech-devices {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Desktop Browser Mockup - Glassmorphic */
.zeetech-device--desktop {
  width: 82%;
  height: 130px;
  background: rgba(15, 23, 42, 0.7);
  border-radius: var(--r-s);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 10px;
  transition: all var(--t3);
  backdrop-filter: blur(8px);
}

.zeetech-device--desktop__bar {
  background: rgba(17, 24, 39, 0.85);
  padding: 6px 10px;
  display: flex;
  gap: 4px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.zeetech-device-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.zeetech-device-dot:nth-child(1) {
  background: #EF4444;
}

.zeetech-device-dot:nth-child(2) {
  background: #F59E0B;
}

.zeetech-device-dot:nth-child(3) {
  background: #10B981;
}

.zeetech-device--desktop__screen {
  width: 100%;
  height: calc(100% - 18px);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  transition: background-position 2.5s var(--ease);
}

.zeetech-portfolio-card:hover .zeetech-device--desktop__screen {
  background-position: bottom center;
  /* Scroll down image on hover */
}

/* Mobile Screen Mockup - Glassmorphic */
.zeetech-device--mobile {
  width: 60px;
  height: 110px;
  background: #000000;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  position: absolute;
  right: 8px;
  bottom: 0;
  overflow: hidden;
  transition: all var(--t3);
}

.zeetech-device--mobile__screen {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform var(--t3);
}

.zeetech-portfolio-card:hover .zeetech-device--desktop {
  transform: scale(0.98) translateY(-4px);
}

.zeetech-portfolio-card:hover .zeetech-device--mobile {
  transform: translateY(-8px) scale(1.05);
  border-color: rgba(255, 255, 255, 0.9);
}

.zeetech-portfolio-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.zeetech-portfolio-card__cat {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.zeetech-portfolio-card__title {
  font-size: 17px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.3;
}

.zeetech-portfolio-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line-2);
}

.zeetech-portfolio-card__tags span {
  font-size: 11px;
  padding: 3px 8px;
  background: var(--bg-1);
  color: var(--ink-2);
  border-radius: var(--r-xs);
  border: 1px solid var(--line);
}





/* Fallback Graphics inside Mockups */
.fallback-mobile-ui {
  width: 100%;
  height: 100%;
  background: #111827;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fallback-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fallback-mobile-user {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.fallback-mobile-search {
  width: 40px;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.fallback-mobile-chart {
  flex-grow: 1;
  height: 40px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.08);
  border-radius: var(--r-s);
  padding: 4px;
  overflow: hidden;
}

.fallback-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fallback-mobile-item {
  height: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.fallback-mobile-item:nth-child(2) {
  width: 70%;
}

.fallback-mobile-item:nth-child(3) {
  width: 50%;
}

.fallback-web-ui {
  width: 100%;
  height: 100%;
  background: #111827;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fallback-web-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 6px;
}

.fallback-web-logo {
  width: 24px;
  height: 6px;
  background: var(--accent);
  border-radius: 3px;
}

.fallback-web-avatar {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.fallback-web-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.fallback-web-card {
  height: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.fallback-web-chart {
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 4px;
  padding: 4px;
}



/* ─────────────────────────────────────────────────────────────────────
   ZEETECH HIGH-FIDELITY E-COMMERCE PRODUCT GRID
   ───────────────────────────────────────────────────────────────────── */
.zeetech-marketplace {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.zeetech-code-card {
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: var(--r-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all var(--t2);
  display: flex;
  flex-direction: column;
}

.zeetech-code-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--accent-border);
}

/* Product Thumbnail Container */
.zeetech-code-card__preview {
  position: relative;
  height: 180px;
  background: var(--bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 16px;
  border-bottom: 1px solid var(--line-2);
}

/* Device mockups centered inside thumbnail */
.zeetech-code-card__mockup--desktop {
  width: 90%;
  height: 120px;
  background: #1F2937;
  border: 2px solid var(--line-2);
  border-radius: var(--r-s);
  box-shadow: var(--shadow-m);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--t);
}

.zeetech-code-card:hover .zeetech-code-card__mockup--desktop {
  transform: scale(1.03);
}

.zeetech-code-card__mockup-bar {
  background: var(--bg-1);
  padding: 4px 8px;
  display: flex;
  gap: 3px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.zeetech-code-card__mockup-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E5E7EB;
}

.zeetech-code-card__mockup-dot:nth-child(1) {
  background: #EF4444;
}

.zeetech-code-card__mockup-dot:nth-child(2) {
  background: #F59E0B;
}

.zeetech-code-card__mockup-dot:nth-child(3) {
  background: #10B981;
}

.zeetech-code-card__mockup-screen {
  flex-grow: 1;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: var(--bg-3);
  transition: background-position 2s var(--ease);
}

.zeetech-code-card:hover .zeetech-code-card__mockup-screen {
  background-position: bottom center;
}

/* Mobile mockup centered inside thumbnail */
.zeetech-code-card__mockup--mobile {
  width: 72px;
  height: 130px;
  background: #000000;
  border: 3px solid #1F2937;
  border-radius: 12px;
  box-shadow: var(--shadow-m);
  overflow: hidden;
  transition: transform var(--t);
  position: relative;
}

.zeetech-code-card:hover .zeetech-code-card__mockup--mobile {
  transform: scale(1.05) translateY(-2px);
}

.zeetech-code-card__mockup--mobile-screen {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--bg-3);
}

/* Device Category Badge overlayed on top left */
.zeetech-code-card__device-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(4px);
  color: #FFFFFF;
  font-size: 9px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--r-xs);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.zeetech-code-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.zeetech-code-card__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.35;
}

.zeetech-code-card__desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.55;
  margin-bottom: 16px;
  flex-grow: 1;
}

/* Feature tags inside body */
.zeetech-code-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.zeetech-code-card__feature-item {
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  gap: 4px;
}

.zeetech-code-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zeetech-code-card__price-free {
  font-size: 18px;
  font-weight: 800;
  color: var(--green);
}

.zeetech-code-card__price-now {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
}

.zeetech-code-card__price-was {
  font-size: 11px;
  text-decoration: line-through;
  color: var(--ink-3);
  margin-left: 4px;
}

@media (max-width: 1100px) {
  .zeetech-marketplace {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .zeetech-marketplace {
    grid-template-columns: 1fr;
  }
}

/* ─── METRICS HUB MODERN REDESIGN ────────────────────────────────────────── */
.metrics-hub {
  padding: 64px 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.metrics-hub .container {
  position: relative;
  z-index: 2;
}

.metrics-hub__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.metrics-hub__card {
  position: relative;
  padding: 28px 24px;
  border-radius: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}

.metrics-hub__card:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: 0 20px 40px rgba(99, 102, 241, 0.06);
}

html[data-theme="dark"] .metrics-hub__card:hover {
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.12);
}

.metrics-hub__icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(99, 102, 241, 0.06);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.metrics-hub__card:hover .metrics-hub__icon-box {
  background: var(--accent);
  color: #FFFFFF;
  transform: scale(1.1) rotate(6deg);
}

.metrics-hub__icon-box svg {
  width: 20px;
  height: 20px;
}

.metrics-hub__content {
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.metrics-hub__val {
  font-family: var(--f-display);
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--accent) 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
  display: inline-block;
}

.metrics-hub__lbl {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.2;
}

.metrics-hub__desc {
  font-size: 12px;
  color: var(--ink-3);
  line-height: 1.4;
  margin: 0;
}

.metrics-hub__glow {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, transparent 70%);
  top: -50px;
  right: -50px;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease;
}

.metrics-hub__card:hover .metrics-hub__glow {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
}

/* ─────────────────────────────────────────────────────────────────────
   ZEETECH MODERN TESTIMONIALS SECTION
   ───────────────────────────────────────────────────────────────────── */
.zeetech-testimonials-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: start;
}

/* Left Scorecard Hub */
.testimonials-scorecard {
  background: var(--bg-1);
  border: 1px solid var(--line-2);
  border-radius: var(--r-l);
  padding: 36px;
  box-shadow: var(--shadow-m);
}

.scorecard-val {
  font-family: var(--f-display);
  font-size: 48px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.scorecard-stars {
  font-size: 18px;
  color: var(--amber);
  margin-bottom: 12px;
}

.scorecard-lbl {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.5;
  margin-bottom: 24px;
}

.scorecard-metrics {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.scorecard-metric-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  font-size: 12px;
}

.scorecard-metric-lbl {
  color: var(--ink-3);
  font-weight: 600;
}

.scorecard-metric-val {
  color: var(--green);
  font-weight: 700;
}

/* Right Testimonial Feed */
.testimonials-feed {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.zeetech-testimonial-card {
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: var(--r-m);
  padding: 32px;
  box-shadow: var(--shadow-s);
  transition: all var(--t2);
  display: flex;
  flex-direction: column;
  position: relative;
}

.zeetech-testimonial-card:hover {
  transform: translateX(6px);
  border-color: var(--accent-border);
  box-shadow: var(--shadow-m);
}

.zeetech-testimonial-card__stars {
  font-size: 12px;
  color: var(--amber);
  margin-bottom: 14px;
}

.zeetech-testimonial-card__quote {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-2);
  margin-bottom: 20px;
  font-style: normal;
}

.zeetech-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.zeetech-testimonial-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-dim);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}

.zeetech-testimonial-card__name {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 4px;
}

.zeetech-testimonial-card__role {
  font-size: 11px;
  color: var(--ink-3);
  margin-top: 2px;
  display: block;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  color: var(--green);
}

@media (max-width: 992px) {
  .zeetech-testimonials-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ─────────────────────────────────────────────────────────────────────
   ZEETECH MODERN JOURNAL EDITORIAL LAYOUT (BLOG)
   ───────────────────────────────────────────────────────────────────── */
.zeetech-journal-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}

/* Featured Hero Article */
.zeetech-journal-hero {
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: var(--r-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all var(--t2);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}

.zeetech-journal-hero:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--accent-border);
}

.zeetech-journal-hero__img-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 280px;
}

.zeetech-journal-hero__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.zeetech-journal-hero:hover .zeetech-journal-hero__img-wrapper img {
  transform: scale(1.04);
}

.zeetech-journal-hero__body {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zeetech-journal-hero__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-3);
  margin-bottom: 16px;
}

.zeetech-journal-hero__meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
}

.zeetech-journal-hero__title {
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 14px;
}

.zeetech-journal-hero__excerpt {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 24px;
}

.zeetech-journal-hero__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: auto;
}

/* Sidebar Editorial Feed */
.zeetech-journal-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.zeetech-journal-card {
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: var(--r-m);
  padding: 24px;
  box-shadow: var(--shadow-card);
  transition: all var(--t2);
  display: flex;
  flex-direction: column;
}

.zeetech-journal-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--accent-border);
}

.zeetech-journal-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--ink-3);
  margin-bottom: 10px;
}

.zeetech-journal-card__title {
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 8px;
}

.zeetech-journal-card__excerpt {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.55;
  margin-bottom: 16px;
  flex-grow: 1;
}

.zeetech-journal-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  margin-top: auto;
}

/* Custom Vector Graphics Fallback for Journal */
.fallback-journal-graphics {
  width: 100%;
  height: 100%;
  min-height: 280px;
  background: linear-gradient(135deg, #1e1b4b 0%, #311042 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.fallback-journal-graphics::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent) 0%, transparent 70%);
  opacity: 0.15;
  filter: blur(20px);
}

.fallback-journal-mesh {
  opacity: 0.1;
  background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
  background-size: 16px 16px;
  position: absolute;
  inset: 0;
}

@media (max-width: 1024px) {
  .zeetech-journal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .zeetech-journal-hero {
    grid-template-columns: 1fr;
  }
}

/* ─────────────────────────────────────────────────────────────────────
   ZEETECH CORPORATE CTA
   ───────────────────────────────────────────────────────────────────── */
.zeetech-cta {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  color: #FFFFFF;
  padding: clamp(60px, 8vw, 100px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.zeetech-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
}

.zeetech-cta .container {
  position: relative;
  z-index: 1;
}

.zeetech-cta__title {
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.zeetech-cta__desc {
  font-size: 17px;
  color: #94A3B8;
  max-width: 600px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

/* ─── WHATSAPP FLOAT BUTTON ─────────────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 52px;
  height: 52px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
  z-index: 800;
  transition: transform var(--t), box-shadow var(--t);
}

.whatsapp-float:hover {
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
}

/* ─── FOOTER ─────────────────────────────────────────────────────────── */
/* Theme-aware footer: light in light mode, dark in dark mode */
.footer {
  background: var(--footer-bg, #FFFFFF);
  color: var(--footer-text, #64748B);
  border-top: 1px solid var(--footer-border, rgba(15, 23, 42, 0.09));
  padding: 80px 0 0;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--footer-divider, rgba(15, 23, 42, 0.08));
}

.footer__brand-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 16px 0 24px;
  max-width: 260px;
  color: var(--footer-text);
}

.footer__heading {
  font-family: var(--f-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--footer-heading, #0F172A);
  margin-bottom: 24px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__links a {
  font-size: 14px;
  color: var(--footer-link, #64748B);
  transition: color var(--t);
}

.footer__links a:hover {
  color: var(--footer-link-hover, var(--accent));
}

.footer__links span {
  color: var(--footer-text);
}

.footer__social {
  display: flex;
  gap: 10px;
}

.footer__social-link {
  width: 32px;
  height: 32px;
  border-radius: var(--r-s);
  background: var(--footer-social-bg, rgba(15, 23, 42, 0.05));
  border: 1px solid var(--footer-social-border, rgba(15, 23, 42, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--footer-social-color, #64748B);
  transition: all var(--t);
}

.footer__social-link:hover {
  background: var(--accent);
  color: #FFFFFF;
  border-color: var(--accent);
}

.footer__bottom {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--footer-bottom-text, #94A3B8);
  flex-wrap: wrap;
  gap: 12px;
}

.footer__bottom-links {
  display: flex;
  gap: 24px;
}

.footer__bottom-links a {
  color: var(--footer-bottom-link, #94A3B8);
  transition: color var(--t);
}

.footer__bottom-links a:hover {
  color: var(--footer-bottom-hover, var(--accent));
}

/* Dark mode: force navbar brand text to stay readable in footer */
html[data-theme="dark"] .footer .navbar__brand-text {
  color: var(--ink);
}



/* ─── ACCESSIBILITY ──────────────────────────────────────────────────── */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ─── THEME TOGGLE ───────────────────────────────────────────────────── */
.theme-toggle-btn {
  background: none;
  border: 1px solid var(--line-2);
  color: var(--ink-2);
  width: 34px;
  height: 34px;
  border-radius: var(--r-s);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--t);
  padding: 0;
}

.theme-toggle-btn:hover {
  background: var(--accent-dim);
  color: var(--accent);
  border-color: var(--accent);
}

.theme-toggle-btn svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

html[data-theme="light"] .theme-toggle-btn .sun-icon {
  display: none;
}

html[data-theme="dark"] .theme-toggle-btn .moon-icon {
  display: none;
}

/* ─── RESPONSIVE ─────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .zeetech-hero__grid-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .zeetech-hero__visual {
    display: none;
  }

  .zeetech-hero__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .zeetech-hero__actions {
    justify-content: center;
  }

  .zeetech-portfolio {
    grid-template-columns: repeat(2, 1fr);
  }

  .zeetech-marketplace {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .zeetech-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .zeetech-stats__item::after {
    display: none !important;
  }
}

@media (max-width: 1024px) {

  .navbar__nav,
  .navbar__cta>a {
    display: none;
  }

  .navbar__toggle {
    display: flex;
  }
}

@media (max-width: 768px) {
  .zeetech-portfolio {
    grid-template-columns: 1fr;
  }

  .zeetech-marketplace {
    grid-template-columns: 1fr;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .zeetech-hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .zeetech-hero__actions>* {
    width: 100%;
    justify-content: center;
  }

  .zeetech-stats__grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   ABOUT PAGE — Premium Design System
   ══════════════════════════════════════════════════════════════════════ */

/* ─── ABOUT HERO ──────────────────────────────────────────────────────── */
.about-hero__title-accent {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 60%, #8B5CF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Identity Card */
.about-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-identity-card {
  background: #FFFFFF;
  border: 1px solid var(--line-2);
  border-radius: 24px;
  padding: 32px;
  box-shadow: var(--shadow-l);
  width: 100%;
  max-width: 360px;
  position: relative;
  overflow: hidden;
  animation: identity-float 6s ease-in-out infinite;
}

@keyframes identity-float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

html[data-theme="dark"] .about-identity-card {
  background: var(--bg-card);
  border-color: var(--line-2);
}

.about-identity-card__glow {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(72, 149, 239, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.about-identity-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.about-identity-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-identity-brand {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.about-identity-tagline {
  font-size: 10px;
  color: var(--ink-3);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-identity-badge {
  background: var(--accent-dim);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--r-full);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.about-identity-divider {
  height: 1px;
  background: var(--line);
  margin: 0 0 24px;
}

.about-identity-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin-bottom: 24px;
}

.about-identity-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
}

.about-identity-stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: var(--line-2);
}

.about-identity-stat__val {
  font-family: var(--f-display);
  font-size: 26px;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -0.03em;
}

.about-identity-stat__lbl {
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.about-identity-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.about-tech-chip {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--r-full);
  background: var(--bg-2);
  color: var(--ink-2);
  border: 1px solid var(--line);
  transition: all var(--t);
}

.about-tech-chip:hover {
  background: var(--accent-dim);
  color: var(--accent);
  border-color: var(--accent-border);
}

.about-stats-strip {
  border-top: none;
  border-bottom: 1px solid var(--line-2);
}

/* ─── COMPANY STORY ──────────────────────────────────────────────────── */
.about-story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: start;
}

.about-story-text {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-pillars {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.about-pillar {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  box-shadow: var(--shadow-s);
  transition: all var(--t2);
}

.about-pillar:hover {
  transform: translateX(4px);
  border-color: var(--accent-border);
  box-shadow: var(--shadow-m);
}

html[data-theme="dark"] .about-pillar {
  background: var(--bg-card);
}

.about-pillar__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r-s);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-pillar__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.about-pillar__desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.55;
}

/* Principles Card */
.about-principles-card {
  background: #FFFFFF;
  border: 1px solid var(--line-2);
  border-radius: 20px;
  padding: 36px;
  box-shadow: var(--shadow-m);
}

html[data-theme="dark"] .about-principles-card {
  background: var(--bg-card);
}

.about-principles-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.about-principles-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.about-principles-list {
  display: flex;
  flex-direction: column;
}

.about-principle-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.about-principle-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.about-principle-item:first-child {
  padding-top: 0;
}

.about-principle-num {
  font-family: var(--f-display);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  width: 36px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-principle-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.about-principle-desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
}

/* ─── TEAM GRID ──────────────────────────────────────────────────────── */
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.about-team-card {
  background: #FFFFFF;
  border: 1px solid var(--line-2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all var(--t2);
  display: flex;
  flex-direction: column;
}

.about-team-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--accent-border);
}

html[data-theme="dark"] .about-team-card {
  background: var(--bg-card);
}

.about-team-card__photo {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  background: var(--bg-2);
}

.about-team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.about-team-card:hover .about-team-card__photo img {
  transform: scale(1.06);
}

.about-team-card__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.5) 100%);
  opacity: 0;
  transition: opacity var(--t2);
}

.about-team-card:hover .about-team-card__photo-overlay {
  opacity: 1;
}

.about-team-card__initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-dim);
  color: var(--accent);
  font-size: 2.5rem;
  font-weight: 900;
  font-family: var(--f-display);
}

.about-team-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.about-team-card__name {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.about-team-card__role {
  font-size: 10px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.about-team-card__bio {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.65;
  flex-grow: 1;
  margin-bottom: 20px;
}

.about-team-card__socials {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.about-social-link {
  width: 32px;
  height: 32px;
  border-radius: var(--r-s);
  background: var(--bg-2);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-2);
  transition: all var(--t);
}

.about-social-link:hover {
  background: var(--accent);
  color: #FFFFFF;
  border-color: var(--accent);
  transform: translateY(-2px);
}

/* CTA badge */
.about-cta-badge {
  display: inline-block;
  background: rgba(72, 149, 239, 0.15);
  color: #60AAFF;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 6px 16px;
  border-radius: var(--r-full);
  margin-bottom: 20px;
  border: 1px solid rgba(72, 149, 239, 0.25);
}

/* ─── ABOUT RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .about-hero__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-hero__copy {
    align-items: center;
    text-align: center;
  }

  .about-hero__subtitle {
    margin: 0 auto 32px;
  }

  .about-hero__actions {
    justify-content: center;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .about-hero__title {
    font-size: clamp(32px, 8vw, 48px);
  }
}

/* ══════════════════════════════════════════════════════════════════════
   CONTACT PAGE — Visual Identity
   ══════════════════════════════════════════════════════════════════════ */


.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: start;
}

.contact-form-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}

html[data-theme="dark"] .contact-form-title {
  color: #F1F5F9;
}

.contact-form-card {
  background: #FFFFFF;
  border: 1px solid var(--line-2);
  border-radius: 24px;
  padding: 40px;
  box-shadow: var(--shadow-l);
}

html[data-theme="dark"] .contact-form-card {
  background: var(--bg-card);
  border-color: var(--line-2);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.form-label-opt {
  color: var(--ink-3);
  font-weight: 400;
}

.contact-submit-btn {
  margin-top: 16px;
  justify-content: center;
}

/* Sidebar cards */
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-card {
  background: #FFFFFF;
  border: 1px solid var(--line-2);
  border-radius: 20px;
  padding: 32px;
  box-shadow: var(--shadow-m);
}

html[data-theme="dark"] .contact-info-card {
  background: var(--bg-card);
}

.contact-info-card__title {
  font-family: var(--f-display);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: start;
}

.contact-info-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--accent-dim);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-item__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-info-item__label {
  font-size: 10px;
  font-weight: 700;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-info-item__value {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
}

.contact-info-item__link {
  font-size: 14px;
  color: var(--accent);
  font-weight: 600;
  transition: color var(--t);
}

.contact-info-item__link:hover {
  color: var(--accent-light);
}

.contact-time-card {
  display: flex;
  gap: 16px;
  align-items: start;
  padding: 24px;
  background: rgba(72, 149, 239, 0.05);
  border: 1px solid rgba(72, 149, 239, 0.12);
  border-radius: 16px;
}

.contact-time-card__icon {
  font-size: 22px;
  line-height: 1;
}

.contact-time-card__title {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-time-card__desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
}

.contact-whatsapp-card {
  background: rgba(37, 211, 102, 0.04);
  border: 1px solid rgba(37, 211, 102, 0.15);
  border-radius: 20px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.contact-whatsapp-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.whatsapp-icon-chat {
  font-size: 18px;
}

.contact-whatsapp-card__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-whatsapp-card__desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 18px;
}

.contact-whatsapp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: var(--r-full);
  color: #25D366;
  font-weight: 700;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all var(--t);
}

.contact-whatsapp-btn:hover {
  background: #25D366;
  color: #FFFFFF;
  border-color: #25D366;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
  transform: translateY(-2px);
}

/* ─── SERVICES INDEX ────────────────────────────────────────────────── */


.services-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media (max-width: 992px) {
  .services-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-list-grid {
    grid-template-columns: 1fr;
  }
}

.service-list-card {
  padding: 36px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-list-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.service-list-card__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--accent-dim);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-list-card__badge {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: var(--r-full);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ink-3);
}

.service-list-card__title {
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

html[data-theme="dark"] .service-list-card__title {
  color: #F1F5F9;
}

.service-list-card__description {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.65;
  margin-bottom: 24px;
  flex-grow: 1;
}

.service-list-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 24px;
}

.service-list-card__link {
  font-size: 13.5px;
  font-weight: 750;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all var(--t);
}

.service-list-card__link:hover {
  color: var(--accent-light);
}

.service-list-card__link svg {
  transition: transform var(--t);
}

.service-list-card__link:hover svg {
  transform: translateX(4px);
}

.services-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 992px) {
  .services-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-why-grid {
    grid-template-columns: 1fr;
  }
}

.services-why-card {
  padding: 32px;
  border-radius: var(--r-m);
}

.services-why-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.services-why-card__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 10px;
}

html[data-theme="dark"] .services-why-card__title {
  color: #F1F5F9;
}

.services-why-card__desc {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.65;
}

.services-faq-cta__box {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: rgba(72, 149, 239, 0.03);
  border: 1px solid rgba(72, 149, 239, 0.08);
  border-radius: 24px;
  padding: 56px 40px;
}

.services-faq-cta__title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

html[data-theme="dark"] .services-faq-cta__title {
  color: #F1F5F9;
}

.services-faq-cta__desc {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.75;
  margin-bottom: 32px;
}

.services-faq-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ─── SERVICES DETAIL ───────────────────────────────────────────────── */
.service-detail-hero__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}

@media (max-width: 768px) {
  .service-detail-hero__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.service-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--r-full);
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: var(--green);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.status-pulse-dot {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  animation: notif-pulse 2s infinite;
}

.service-detail-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: start;
}

@media (max-width: 992px) {
  .service-detail-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.service-detail-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  margin-bottom: 32px;
  box-shadow: var(--shadow-m);
}

.service-detail-image {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
}

.service-detail-rich-text {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.8;
}

.service-detail-rich-text p {
  margin-bottom: 16px;
}

.service-detail-divider {
  height: 1px;
  background: var(--line-2);
  margin: 40px 0;
}

.service-why-partner-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

html[data-theme="dark"] .service-why-partner-title {
  color: #F1F5F9;
}

.service-why-partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 600px) {
  .service-why-partner-grid {
    grid-template-columns: 1fr;
  }
}

.service-partner-card {
  padding: 24px;
  border-radius: var(--r-m);
}

.service-partner-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.service-partner-card__title {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
}

.service-partner-card__desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
}

.service-inquiry-card {
  background: #FFFFFF;
  border: 1px solid var(--line-2);
  border-radius: 24px;
  padding: 36px;
  box-shadow: var(--shadow-l);
  position: sticky;
  top: 100px;
  z-index: 5;
}

html[data-theme="dark"] .service-inquiry-card {
  background: var(--bg-card);
}

.service-inquiry-card__title {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

html[data-theme="dark"] .service-inquiry-card__title {
  color: #F1F5F9;
}

.service-inquiry-card__desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 24px;
}

.contact-layout {
  grid-template-columns: 1fr;
  gap: 48px;
}

/* ══════════════════════════════════════════════════════════════════════
   PORTFOLIO PAGE — Case Studies
   ══════════════════════════════════════════════════════════════════════ */


.portfolio-filter-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 0;
}

.portfolio-grid-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--line-2) 50%, transparent 100%);
  margin: 32px 0 56px 0;
}

.portfolio-filter-chip {
  background: var(--bg-card);
  border: 1px solid var(--line-2);
  color: var(--ink-2);
  font-size: 13.5px;
  font-weight: 750;
  padding: 10px 24px;
  border-radius: var(--r-full);
  transition: all var(--t);
  cursor: pointer;
}

.portfolio-filter-chip:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(72, 149, 239, 0.05);
}

.portfolio-filter-chip.active {
  background: var(--accent);
  color: #FFFFFF;
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(72, 149, 239, 0.25);
}

html[data-theme="dark"] .portfolio-filter-chip {
  background: rgba(255, 255, 255, 0.02);
}

html[data-theme="dark"] .portfolio-filter-chip:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--accent-light);
  color: var(--accent-light);
}

.portfolio-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}

@media (max-width: 992px) {
  .portfolio-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .portfolio-list-grid {
    grid-template-columns: 1fr;
  }
}

.portfolio-list-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid var(--line-2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: all var(--t2);
  animation: cardFadeIn 0.4s ease forwards;
}

html[data-theme="dark"] .portfolio-list-card {
  background: var(--bg-card);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.portfolio-list-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(72, 149, 239, 0.12);
  border-color: var(--accent-light);
}

@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.portfolio-list-card__image-wrap {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  background: var(--bg-2);
  border-bottom: 1px solid var(--line-2);
}

.portfolio-list-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.portfolio-list-card:hover .portfolio-list-card__image {
  transform: scale(1.05);
}

.portfolio-list-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  background: linear-gradient(135deg, var(--bg-2), var(--bg-1));
}

.portfolio-list-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 15, 25, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--t2);
  backdrop-filter: blur(2px);
}

.portfolio-list-card:hover .portfolio-list-card__overlay {
  opacity: 1;
}

.portfolio-list-card__btn {
  background: #FFFFFF;
  color: #0B0F19;
  font-size: 11.5px;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: var(--r-full);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(8px);
  transition: all var(--t2);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.portfolio-list-card:hover .portfolio-list-card__btn {
  transform: translateY(0);
}

.portfolio-list-card__btn svg {
  transition: transform var(--t);
}

.portfolio-list-card__btn:hover svg {
  transform: translateX(4px);
}

.portfolio-list-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.portfolio-list-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.portfolio-list-card__category {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
}

.portfolio-category-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 6px;
}

.portfolio-list-card__client {
  font-size: 11px;
  color: var(--ink-3);
  font-weight: 500;
}

.portfolio-list-card__title {
  font-size: 17px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1.3;
}

html[data-theme="dark"] .portfolio-list-card__title {
  color: #F1F5F9;
}

.portfolio-list-card__desc {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.portfolio-list-card__tech {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
}

.portfolio-empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 0;
}

.portfolio-empty-state__icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.portfolio-empty-state__text {
  font-size: 15px;
  color: var(--ink-3);
}

/* ─── PORTFOLIO DETAIL ──────────────────────────────────────────────── */


.portfolio-detail-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: start;
}

@media (max-width: 992px) {
  .portfolio-detail-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.portfolio-detail-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  margin-bottom: 40px;
  box-shadow: var(--shadow-m);
}

.portfolio-detail-image {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.portfolio-narrative-section {
  margin-bottom: 32px;
}

.portfolio-narrative-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

html[data-theme="dark"] .portfolio-narrative-title {
  color: #F1F5F9;
}

.portfolio-narrative-text {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.8;
}

.portfolio-pillars {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.portfolio-pillar-card {
  display: flex;
  gap: 20px;
  padding: 24px;
  border-radius: var(--r-m);
  border: 1px solid var(--line-2);
  transition: all var(--t2);
}

.portfolio-pillar-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid transparent;
  transition: transform var(--t);
}

.portfolio-pillar-card:hover .portfolio-pillar-card__icon {
  transform: scale(1.08) rotate(4deg);
}

.portfolio-pillar-card--challenge {
  background: rgba(239, 68, 68, 0.02);
  border-left: 4px solid var(--red);
}

.portfolio-pillar-card--challenge:hover {
  border-color: rgba(239, 68, 68, 0.2) rgba(239, 68, 68, 0.2) rgba(239, 68, 68, 0.2) var(--red);
  background: rgba(239, 68, 68, 0.04);
  box-shadow: 0 10px 30px rgba(239, 68, 68, 0.04);
}

.portfolio-pillar-card--challenge .portfolio-pillar-card__icon {
  background: rgba(239, 68, 68, 0.08);
  color: var(--red);
  border-color: rgba(239, 68, 68, 0.15);
}

.portfolio-pillar-card--solution {
  background: rgba(72, 149, 239, 0.02);
  border-left: 4px solid var(--accent);
}

.portfolio-pillar-card--solution:hover {
  border-color: rgba(72, 149, 239, 0.2) rgba(72, 149, 239, 0.2) rgba(72, 149, 239, 0.2) var(--accent);
  background: rgba(72, 149, 239, 0.04);
  box-shadow: 0 10px 30px rgba(72, 149, 239, 0.04);
}

.portfolio-pillar-card--solution .portfolio-pillar-card__icon {
  background: rgba(72, 149, 239, 0.08);
  color: var(--accent);
  border-color: rgba(72, 149, 239, 0.15);
}

.portfolio-pillar-card--results {
  background: rgba(16, 185, 129, 0.02);
  border-left: 4px solid var(--green);
}

.portfolio-pillar-card--results:hover {
  border-color: rgba(16, 185, 129, 0.2) rgba(16, 185, 129, 0.2) rgba(16, 185, 129, 0.2) var(--green);
  background: rgba(16, 185, 129, 0.04);
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.04);
}

.portfolio-pillar-card--results .portfolio-pillar-card__icon {
  background: rgba(16, 185, 129, 0.08);
  color: var(--green);
  border-color: rgba(16, 185, 129, 0.15);
}

.portfolio-pillar-card__title {
  font-size: 15px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

html[data-theme="dark"] .portfolio-pillar-card__title {
  color: #F1F5F9;
}

.portfolio-pillar-card__desc {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.6;
}

.portfolio-gallery-section {
  margin-top: 48px;
}

.portfolio-gallery-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

html[data-theme="dark"] .portfolio-gallery-title {
  color: #F1F5F9;
}

.portfolio-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 600px) {
  .portfolio-gallery-grid {
    grid-template-columns: 1fr;
  }
}

.portfolio-gallery-item {
  position: relative;
  border-radius: var(--r-m);
  overflow: hidden;
  border: 1px solid var(--line-2);
}

.portfolio-gallery-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.portfolio-gallery-caption {
  padding: 8px 12px;
  font-size: 12px;
  color: var(--ink-2);
  text-align: center;
  background: var(--bg-1);
}

.portfolio-specs-card {
  background: #FFFFFF;
  border: 1px solid var(--line-2);
  border-radius: 24px;
  padding: 36px;
  box-shadow: var(--shadow-l);
  position: sticky;
  top: 100px;
}

html[data-theme="dark"] .portfolio-specs-card {
  background: var(--bg-card);
}

.portfolio-specs-card__glow {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(72, 149, 239, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.portfolio-specs-card__title {
  font-size: 16px;
  font-weight: 850;
  color: var(--ink);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.portfolio-specs-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.portfolio-spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-2);
}

.portfolio-spec-item:last-child {
  border-bottom: none;
}

.portfolio-spec-label {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-3);
}

.portfolio-spec-value {
  font-size: 13.5px;
  color: var(--ink);
  font-weight: 600;
}

html[data-theme="dark"] .portfolio-spec-value {
  color: #F1F5F9;
}

.portfolio-spec-link {
  font-size: 13.5px;
  color: var(--accent);
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all var(--t);
}

.portfolio-spec-link:hover {
  color: var(--accent-light);
}

.portfolio-specs-tech {
  margin-top: 24px;
}

.portfolio-specs-tech__title {
  font-size: 11px;
  font-weight: 800;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.portfolio-specs-tech__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.portfolio-specs-cta {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.portfolio-specs-cta__title {
  font-size: 13.5px;
  font-weight: 750;
  color: var(--ink);
  margin-bottom: 12px;
}

/* ══════════════════════════════════════════════════════════════════════
   FAQ PAGE — Premium Accordion Styling
   ══════════════════════════════════════════════════════════════════════ */


.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-category-block {
  margin-bottom: 56px;
}

.faq-category-title {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-border);
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-accordion-card {
  overflow: hidden;
  border-radius: var(--r-s);
}

.faq-details {
  width: 100%;
}

.faq-summary {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--ink);
  user-select: none;
}

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

.faq-question-text {
  flex: 1;
}

.faq-icon-arrow {
  font-size: 14px;
  color: var(--ink-3);
  transition: transform var(--t);
  margin-left: 16px;
  flex-shrink: 0;
}

.faq-details[open] .faq-icon-arrow {
  transform: rotate(180deg);
  color: var(--accent);
}

.faq-content {
  padding: 0 24px 24px 24px;
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.7;
}

.faq-empty-state {
  text-align: center;
  padding: 60px 0;
}

.faq-empty-state__icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.faq-empty-state__text {
  font-size: 14.5px;
  color: var(--ink-3);
}

.faq-footer-cta {
  text-align: center;
  padding: 48px 0 24px;
  border-top: 1px solid var(--line-2);
  margin-top: 48px;
}

.faq-footer-cta__title {
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

html[data-theme="dark"] .faq-footer-cta__title {
  color: #F1F5F9;
}

.faq-footer-cta__desc {
  color: var(--ink-2);
  margin-bottom: 24px;
  font-size: 14px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

/* ══════════════════════════════════════════════════════════════════════
   SOURCE CODES MARKETPLACE
   ══════════════════════════════════════════════════════════════════════ */


.marketplace-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 992px) {
  .marketplace-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.marketplace-filter-card {
  padding: 32px;
  position: sticky;
  top: 100px;
}

.marketplace-filter-title {
  font-size: 15px;
  font-weight: 850;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.marketplace-clear-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink-3);
  transition: color var(--t);
}

.marketplace-clear-btn:hover {
  color: var(--accent);
}

.marketplace-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

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

@media (max-width: 600px) {
  .marketplace-grid {
    grid-template-columns: 1fr;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.product-card__image-wrap {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  background: var(--bg-2);
  border-bottom: 1px solid var(--line-2);
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.product-card:hover .product-card__image {
  transform: scale(1.05);
}

.product-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  background: linear-gradient(135deg, var(--bg-2), var(--bg-1));
}

.product-card__sale-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--red);
  color: #FFFFFF;
  font-size: 9px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

.product-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card__category {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin-bottom: 8px;
}

.product-card__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.35;
}

html[data-theme="dark"] .product-card__title {
  color: #F1F5F9;
}

.product-card__desc {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.product-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line-2);
}

.product-card__price-box {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.product-card__price-free {
  font-size: 16px;
  font-weight: 800;
  color: var(--green);
}

.product-card__price-current {
  font-size: 17px;
  font-weight: 900;
  color: var(--ink);
}

html[data-theme="dark"] .product-card__price-current {
  color: #F1F5F9;
}

.product-card__price-original {
  font-size: 12px;
  color: var(--ink-3);
  text-decoration: line-through;
}

.marketplace-empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 0;
}

.marketplace-empty-state__icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.marketplace-empty-state__text {
  font-size: 15px;
  color: var(--ink-3);
}

.marketplace-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* ─── SOURCE CODE DETAIL ────────────────────────────────────────────── */


.source-code-detail-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: start;
}

@media (max-width: 992px) {
  .source-code-detail-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.source-code-detail-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  margin-bottom: 32px;
  box-shadow: var(--shadow-m);
}

.source-code-detail-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.source-code-info-card {
  padding: 36px;
}

.source-code-info-card__title {
  font-size: 18px;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

html[data-theme="dark"] .source-code-info-card__title {
  color: #F1F5F9;
}

.source-code-rich-text {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.8;
}

.source-code-rich-text p {
  margin-bottom: 16px;
}

.source-code-rich-text ul,
.source-code-rich-text ol {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: disc;
}

.source-code-rich-text li {
  margin-bottom: 8px;
}

.source-code-requirements-box {
  background: var(--bg-1);
  padding: 18px;
  border-radius: var(--r-s);
  border: 1px solid var(--line-2);
  font-family: var(--f-mono);
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-all;
}

.source-code-detail-divider {
  height: 1px;
  background: var(--line-2);
  margin: 36px 0;
}

.source-code-gallery-section {
  margin-top: 48px;
}

.source-code-gallery-title {
  font-size: 18px;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

html[data-theme="dark"] .source-code-gallery-title {
  color: #F1F5F9;
}

.source-code-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 600px) {
  .source-code-gallery-grid {
    grid-template-columns: 1fr;
  }
}

.source-code-gallery-item {
  position: relative;
  border-radius: var(--r-m);
  overflow: hidden;
  border: 1px solid var(--line-2);
}

.source-code-gallery-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.source-code-gallery-caption {
  padding: 8px 12px;
  font-size: 12px;
  color: var(--ink-2);
  text-align: center;
  background: var(--bg-1);
}

.source-code-detail-sidebar {
  position: sticky;
  top: 100px;
  z-index: 5;
}

.source-code-specs-card {
  background: #FFFFFF;
  border: 1px solid var(--line-2);
  border-radius: 24px;
  padding: 36px;
  box-shadow: var(--shadow-l);
  position: relative;
  overflow: hidden;
}

html[data-theme="dark"] .source-code-specs-card {
  background: var(--bg-card);
}

.source-code-specs-card__glow {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(72, 149, 239, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.source-code-price-box {
  text-align: center;
}

.source-code-price-free {
  font-size: 36px;
  font-weight: 900;
  color: var(--green);
  line-height: 1.1;
}

.source-code-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
}

.source-code-price-current {
  font-size: 36px;
  font-weight: 900;
  color: var(--accent);
  line-height: 1.1;
}

.source-code-price-original {
  font-size: 16px;
  color: var(--ink-3);
  text-decoration: line-through;
}

.source-code-price-tagline {
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 8px;
}

.source-code-specs-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.source-code-spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-2);
}

.source-code-spec-item:last-child {
  border-bottom: none;
}

.source-code-spec-label {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-3);
}

.source-code-spec-value {
  font-size: 13.5px;
  color: var(--ink);
  font-weight: 600;
}

html[data-theme="dark"] .source-code-spec-value {
  color: #F1F5F9;
}

.source-code-specs-actions {
  display: flex;
  flex-direction: column;
}

.source-code-specs-note {
  text-align: center;
  font-size: 11px;
  color: var(--ink-3);
  margin-top: 16px;
  line-height: 1.5;
}

/* ─── ORDER MODAL OVERLAY ───────────────────────────────────────────── */
.order-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 15, 25, 0.85);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(8px);
}

.order-modal-card {
  width: 100%;
  max-width: 500px;
  padding: 40px;
  position: relative;
  box-shadow: var(--shadow-xl);
}

.order-modal-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: var(--ink-3);
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

.order-modal-close-btn:hover {
  color: var(--accent);
}

.order-modal-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 6px;
}

html[data-theme="dark"] .order-modal-title {
  color: #F1F5F9;
}

.order-modal-subtitle {
  font-size: 13.5px;
  color: var(--ink-2);
  margin-bottom: 24px;
}

/* ══════════════════════════════════════════════════════════════════════
   BLOG JOURNAL MARKETPLACE
   ══════════════════════════════════════════════════════════════════════ */


.blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 64px;
  align-items: start;
}

@media (max-width: 992px) {
  .blog-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog-list-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
}

.blog-list-card__image-wrap {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background: var(--bg-2);
  border-bottom: 1px solid var(--line-2);
}

.blog-list-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.blog-list-card:hover .blog-list-card__image {
  transform: scale(1.05);
}

.blog-list-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  background: linear-gradient(135deg, var(--bg-2), var(--bg-1));
}

.blog-list-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-list-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--ink-3);
  margin-bottom: 12px;
  font-weight: 600;
}

.blog-list-card__meta-dot {
  width: 3px;
  height: 3px;
  background: var(--line-2);
  border-radius: 50%;
}

.blog-list-card__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
}

.blog-list-card__title a {
  color: var(--ink);
  transition: color var(--t);
}

.blog-list-card__title a:hover {
  color: var(--accent);
}

html[data-theme="dark"] .blog-list-card__title a {
  color: #F1F5F9;
}

html[data-theme="dark"] .blog-list-card__title a:hover {
  color: var(--accent-light);
}

.blog-list-card__excerpt {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.blog-list-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line-2);
}

.blog-list-card__link {
  font-size: 13px;
  font-weight: 750;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all var(--t);
}

.blog-list-card__link:hover {
  color: var(--accent-light);
}

.blog-list-card__link svg {
  transition: transform var(--t);
}

.blog-list-card__link:hover svg {
  transform: translateX(4px);
}

.blog-empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 0;
}

.blog-empty-state__icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.blog-empty-state__text {
  font-size: 15px;
  color: var(--ink-3);
}

.blog-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* Sidebar Widgets */
.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-sidebar-card {
  padding: 32px;
}

.blog-sidebar-title {
  font-size: 14px;
  font-weight: 850;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.blog-sidebar-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-sidebar-cat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-sidebar-cat-link {
  font-size: 13.5px;
  color: var(--ink-2);
  transition: color var(--t);
  font-weight: 600;
}

.blog-sidebar-cat-link:hover {
  color: var(--accent);
}

.blog-sidebar-cat-count {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--r-full);
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--ink-3);
}

.blog-sidebar-recent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-recent-item {
  display: flex;
  gap: 12px;
  align-items: start;
}

.blog-recent-item__thumb {
  width: 52px;
  height: 52px;
  border-radius: var(--r-s);
  overflow: hidden;
  flex-shrink: 0;
  background: var(--bg-2);
  border: 1px solid var(--line-2);
}

.blog-recent-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-recent-item__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.blog-recent-item__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.blog-recent-item__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
  transition: color var(--t);
}

.blog-recent-item__title:hover {
  color: var(--accent);
}

html[data-theme="dark"] .blog-recent-item__title {
  color: #F1F5F9;
}

html[data-theme="dark"] .blog-recent-item__title:hover {
  color: var(--accent-light);
}

.blog-recent-item__date {
  font-size: 11px;
  color: var(--ink-3);
}

.blog-sidebar-cta {
  background: linear-gradient(135deg, rgba(72, 149, 239, 0.06) 0%, rgba(139, 92, 246, 0.06) 100%);
  border: 1px solid rgba(72, 149, 239, 0.15);
  border-radius: 20px;
  padding: 28px;
  text-align: center;
}

.blog-sidebar-cta__title {
  font-size: 15px;
  font-weight: 850;
  color: var(--ink);
  margin-bottom: 6px;
}

html[data-theme="dark"] .blog-sidebar-cta__title {
  color: #F1F5F9;
}

.blog-sidebar-cta__desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.5;
  margin-bottom: 18px;
}

/* ─── BLOG DETAIL ───────────────────────────────────────────────────── */

.blog-detail-category-badge {
  display: inline-block;
  background: var(--accent-dim);
  color: var(--accent);
  font-size: 11px;
  font-weight: 750;
  padding: 6px 14px;
  border-radius: var(--r-full);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}


.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--ink-3);
  font-weight: 600;
}

.blog-detail-meta-item strong {
  color: var(--ink);
}

html[data-theme="dark"] .blog-detail-meta-item strong {
  color: #F1F5F9;
}

.blog-detail-meta-dot {
  width: 4px;
  height: 4px;
  background: var(--line-2);
  border-radius: 50%;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 64px;
  align-items: start;
}

@media (max-width: 992px) {
  .blog-detail-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.blog-detail-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  margin-bottom: 40px;
  box-shadow: var(--shadow-m);
}

.blog-detail-image {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.blog-detail-excerpt {
  font-size: 18px;
  color: var(--ink);
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line-2);
}

html[data-theme="dark"] .blog-detail-excerpt {
  color: #F1F5F9;
}

.blog-detail-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line-2);
}

.blog-detail-tags__label {
  font-size: 12px;
  font-weight: 800;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-detail-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.blog-detail-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-author-card {
  text-align: center;
}

.blog-author-avatar-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.blog-author-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 28px;
  color: #FFFFFF;
  border: 3px solid rgba(72, 149, 239, 0.25);
}

.blog-author-name {
  font-size: 15px;
  font-weight: 850;
  color: var(--ink);
  margin-bottom: 2px;
}

html[data-theme="dark"] .blog-author-name {
  color: #F1F5F9;
}

.blog-author-role {
  font-size: 10px;
  font-weight: 750;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.blog-author-bio {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
}

.blog-sidebar-related-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-related-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line-2);
}

.blog-related-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-related-link {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.45;
  transition: color var(--t);
}

.blog-related-link:hover {
  color: var(--accent);
}

html[data-theme="dark"] .blog-related-link {
  color: #F1F5F9;
}

html[data-theme="dark"] .blog-related-link:hover {
  color: var(--accent-light);
}

.blog-related-date {
  font-size: 11px;
  color: var(--ink-3);
}

/* ══════════════════════════════════════════════════════════════════════
   MOBILE & RESPONSIVE LAYOUT OVERRIDES
   — Footer, Metrics Hub, Hero, General Sections
   ══════════════════════════════════════════════════════════════════════ */

/* ─── METRICS HUB: Tablet ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .metrics-hub__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* ─── METRICS HUB: Mobile ──────────────────────────────────────────── */
@media (max-width: 600px) {
  .metrics-hub {
    padding: 40px 0;
  }

  .metrics-hub__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .metrics-hub__card {
    padding: 20px 16px;
    gap: 12px;
    border-radius: 16px;
  }

  .metrics-hub__icon-box {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .metrics-hub__icon-box svg {
    width: 16px;
    height: 16px;
  }

  .metrics-hub__val {
    font-size: clamp(22px, 6vw, 28px);
    margin-bottom: 4px;
  }

  .metrics-hub__lbl {
    font-size: 10.5px;
    letter-spacing: 0.03em;
    line-height: 1.3;
  }

  .metrics-hub__desc {
    font-size: 11px;
    line-height: 1.4;
  }
}

@media (max-width: 380px) {
  .metrics-hub__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .metrics-hub__card {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 16px;
  }

  .metrics-hub__content {
    flex: 1;
  }
}

/* ─── FOOTER: Tablet (≤ 900px) ─────────────────────────────────────── */
@media (max-width: 900px) {
  .footer {
    padding: 56px 0 0;
  }

  .footer__grid {
    grid-template-columns: 1.2fr 1fr !important;
    gap: 40px 32px !important;
    padding-bottom: 40px !important;
  }

  /* Brand column: full width */
  .footer__grid>div:first-child {
    grid-column: span 2;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 32px;
    align-items: start;
  }

  /* Brand text & social stay in col-1, description in col-2 */
  .footer__grid>div:first-child .navbar__brand {
    grid-row: span 2;
    align-self: start;
  }

  .footer__brand-text {
    max-width: 100% !important;
    margin: 0 0 12px !important;
  }

  .footer__social {
    flex-wrap: wrap;
  }
}

/* ─── FOOTER: Mobile (≤ 600px) ─────────────────────────────────────── */
@media (max-width: 600px) {
  .footer {
    padding: 48px 0 0 !important;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px 20px !important;
    padding-bottom: 36px !important;
  }

  /* Brand spans full width */
  .footer__grid>div:first-child {
    grid-column: span 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: flex-start;
  }

  .footer__brand-text {
    max-width: 100% !important;
    margin: 12px 0 16px !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
  }

  .footer__social {
    gap: 8px;
  }

  .footer__social-link {
    width: 36px;
    height: 36px;
  }

  /* Contact column: also full width so address/email/phone have space */
  .footer__grid>div:last-child {
    grid-column: span 2 !important;
  }

  .footer__heading {
    font-size: 11px !important;
    margin-bottom: 14px !important;
  }

  .footer__links {
    gap: 10px !important;
  }

  .footer__links a,
  .footer__links span {
    font-size: 13.5px !important;
  }

  .footer__bottom {
    flex-direction: column !important;
    text-align: center !important;
    gap: 12px !important;
    padding: 20px 0 !important;
    font-size: 12px !important;
  }

  .footer__bottom-links {
    justify-content: center;
    gap: 20px !important;
    flex-wrap: wrap;
  }

  .footer__bottom-links a {
    font-size: 12px !important;
  }
}

/* ─── FOOTER: Small Mobile (≤ 400px) ───────────────────────────────── */
@media (max-width: 400px) {
  .footer__grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .footer__grid>div:last-child {
    grid-column: span 1 !important;
  }
}

/* ─── GENERAL PAGE SECTIONS: Mobile ────────────────────────────────── */
@media (max-width: 600px) {

  /* Responsive typography: hero titles */
  .hero-h1-shared {
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.15 !important;
  }

  .page-hero__title,
  .about-hero__title,
  .services-hero__title,
  .portfolio-hero__title,
  .contact-hero__title {
    font-size: clamp(26px, 7.5vw, 36px) !important;
    line-height: 1.2 !important;
  }

  .page-hero__subtitle,
  .about-hero__subtitle,
  .services-hero__subtitle {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  /* Sections: reduce vertical whitespace */
  .section {
    padding: 48px 0 !important;
  }

  .section--lg {
    padding: 56px 0 !important;
  }

  /* Container horizontal padding bump */
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}