/*
Theme Name: Barlic Digital Solutions
Theme URI: https://barlic.digital
Author: ShamoTechie
Author URI: https://barlic.digital
Description: Full-service digital agency theme for Barlic Digital Solutions.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: barlic-digital-solutions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================================
   CSS CUSTOM PROPERTIES
   ========================================================= */
:root {
  --bg: hsl(0, 0%, 4%);
  --bg-card: hsl(0, 0%, 7%);
  --bg-secondary: hsl(0, 0%, 10%);
  --border: hsl(0, 0%, 15%);
  --border-subtle: rgba(255,255,255,0.06);
  --primary: #2596be;
  --primary-light: #4db8d8;
  --primary-dark: #1a7a9e;
  --primary-rgb: 37, 150, 190;
  --foreground: hsl(0, 0%, 97%);
  --muted: hsl(0, 0%, 60%);
  --radius: 0.5rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
  --radius-2xl: 1.5rem;
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --container: 1280px;
  --nav-height: 72px;
}

/* =========================================================
   RESET & BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background-color: var(--bg);
  color: var(--foreground);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); font-weight: 700; line-height: 1.15; color: var(--foreground); }

/* =========================================================
   LAYOUT
   ========================================================= */
.container {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* =========================================================
   KEYFRAMES
   ========================================================= */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-18px); }
}
@keyframes floatSlow {
  0%,100% { transform: translateY(0) scale(1); }
  50%     { transform: translateY(-10px) scale(1.03); }
}
@keyframes pulseDot {
  0%,100% { opacity:1; transform:scale(1); }
  50%     { opacity:0.5; transform:scale(0.85); }
}
@keyframes barGrow {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}

/* =========================================================
   SCROLL ANIMATION
   ========================================================= */
[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
[data-animate].in-view { opacity: 1; transform: translateY(0); }
[data-animate-delay="1"] { transition-delay: 0.1s; }
[data-animate-delay="2"] { transition-delay: 0.2s; }
[data-animate-delay="3"] { transition-delay: 0.3s; }
[data-animate-delay="4"] { transition-delay: 0.4s; }
[data-animate-delay="5"] { transition-delay: 0.5s; }
[data-animate-delay="6"] { transition-delay: 0.6s; }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: #fff; color: #000; }
.btn-ghost { background: rgba(255,255,255,0.05); color: var(--foreground); border: 1px solid rgba(255,255,255,0.1); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); }
.btn-lg { padding: 1.1rem 2.5rem; font-size: 1rem; }

/* =========================================================
   UTILITIES
   ========================================================= */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.875rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: var(--primary);
}
.badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--primary);
  animation: pulseDot 1.8s ease-in-out infinite;
}
.tag {
  display: inline-block;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  background: rgba(var(--primary-rgb),0.12);
  color: var(--primary);
  border: 1px solid rgba(var(--primary-rgb),0.2);
}
.gradient-text {
  background: linear-gradient(90deg, var(--primary), rgba(var(--primary-rgb),0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: linear-gradient(to right, white 1px, transparent 1px), linear-gradient(to bottom, white 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.radial-glow-top {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(var(--primary-rgb),0.12), transparent 60%);
  pointer-events: none;
}
.purple-blob {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 600px; height: 600px;
  background: rgba(var(--primary-rgb),0.15);
  filter: blur(120px);
  border-radius: 50%;
  pointer-events: none;
}
.section-header { text-align: center; margin-bottom: 4rem; }
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
}
.section-title { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; margin-bottom: 1rem; }
.section-sub { font-size: 1.0625rem; color: var(--muted); max-width: 540px; margin: 0 auto; line-height: 1.7; }

/* =========================================================
   NAVBAR
   ========================================================= */
#masthead {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-height);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(10,10,10,0.8);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
#masthead.scrolled {
  background: rgba(10,10,10,0.96);
  box-shadow: 0 1px 30px rgba(0,0,0,0.5);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.site-logo { display: flex; align-items: center; font-family: var(--font-display); font-size: 1.375rem; font-weight: 800; letter-spacing: -0.02em; color: var(--foreground); }
.site-logo span { color: var(--primary); }
.site-logo-img { display: block; height: 60px; width: auto; max-width: 170px; object-fit: contain; }
.footer-logo-img { height: 50px; max-width: 170px; }
@media (max-width: 768px) { .site-logo-img { height: 44px; max-width: 140px; } .footer-logo-img { height: 40px; } }
#site-navigation { display: flex; align-items: center; gap: 2rem; }
.nav-links { display: flex; align-items: center; gap: 0.25rem; }
.nav-links a { font-size: 0.875rem; font-weight: 500; color: var(--muted); padding: 0.5rem 0.75rem; border-radius: var(--radius); transition: color 0.2s; }
.nav-links a:hover { color: var(--foreground); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.25rem;
  background: var(--primary);
  color: #fff;
  border-radius: var(--radius);
  font-size: 0.875rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.nav-cta:hover { background: #fff; color: #000; }
.nav-cta svg { width: 14px; height: 14px; }

/* =========================================================
   MEGA MENU
   ========================================================= */

/* Trigger item */
.mega-parent { position: static !important; }
.mega-trigger {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: .875rem; font-weight: 500; color: var(--muted);
  padding: .5rem .75rem; border-radius: var(--radius);
  transition: color .2s; text-decoration: none; cursor: pointer;
}
.mega-trigger:hover, .mega-parent.is-open .mega-trigger { color: #fff; }
.mega-chevron { transition: transform .25s ease; flex-shrink: 0; }
.mega-parent.is-open .mega-chevron { transform: rotate(180deg); }

/* Mega panel */
.mega-menu {
  position: fixed;
  top: var(--nav-height, 72px); left: 0; right: 0;
  z-index: 999;
  background: rgba(7, 9, 15, 0.97);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.mega-parent.is-open .mega-menu {
  opacity: 1; visibility: visible; pointer-events: all;
  transform: translateY(0);
}

/* Inner layout */
.mega-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 340px 1fr;
  gap: 0;
  padding: 0;
}

/* ── LEFT VISUAL PANEL ── */
.mega-visual {
  position: relative; overflow: hidden;
  padding: 2.5rem 2rem;
  display: flex; flex-direction: column; gap: 1.5rem;
  background: linear-gradient(135deg, rgba(37,150,190,.12), rgba(37,150,190,.04));
  border-right: 1px solid var(--border);
  min-height: 400px;
}
.mega-visual-img {
  position: absolute; inset: 0; z-index: 0;
}
.mega-visual-img img {
  width: 100%; height: 100%; object-fit: cover;
  opacity: .12; filter: saturate(.6);
}
.mega-visual-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(7,9,15,.85) 30%, rgba(37,150,190,.25));
}
.mega-visual-content {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: .75rem; flex: 1;
}
.mega-visual-eyebrow {
  font-size: .75rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--primary-light);
}
.mega-visual-title {
  font-family: var(--font-display); font-size: 1.625rem; font-weight: 800;
  color: #fff; line-height: 1.2; letter-spacing: -.02em;
}
.mega-visual-sub {
  font-size: .875rem; color: rgba(148,163,184,.8); line-height: 1.65;
  max-width: 260px;
}
.mega-visual-link {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .8125rem; font-weight: 600; color: var(--primary-light);
  text-decoration: none; margin-top: auto;
  transition: gap .2s;
}
.mega-visual-link:hover { gap: .65rem; }
.mega-badge-row {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; gap: .5rem;
}
.mega-badge {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: .7rem; font-weight: 600; color: rgba(148,163,184,.8);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px; padding: .25rem .625rem;
}
.mega-badge svg { stroke: var(--primary-light); flex-shrink: 0; }

/* ── RIGHT SERVICES LIST ── */
.mega-services {
  padding: 2rem 2.5rem;
  display: flex; flex-direction: column; gap: 1rem;
}
.mega-services-label {
  font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted);
  padding-bottom: .75rem; border-bottom: 1px solid var(--border);
  margin-bottom: .25rem;
}
.mega-services-list {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: .25rem; list-style: none; padding: 0; margin: 0;
}
.mega-service-link {
  display: flex; align-items: center; gap: .875rem;
  padding: .75rem .875rem; border-radius: 12px;
  text-decoration: none; border: 1px solid transparent;
  transition: background .18s, border-color .18s;
  position: relative;
}
.mega-service-link:hover {
  background: rgba(255,255,255,.04);
  border-color: var(--border);
}
.mega-service-icon {
  width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
  background: color-mix(in srgb, var(--mc) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--mc) 28%, transparent);
  display: flex; align-items: center; justify-content: center;
  transition: background .18s, border-color .18s;
}
.mega-service-link:hover .mega-service-icon {
  background: color-mix(in srgb, var(--mc) 22%, transparent);
  border-color: color-mix(in srgb, var(--mc) 45%, transparent);
}
.mega-service-icon svg { width: 16px; height: 16px; stroke: var(--mc); }
.mega-service-text {
  display: flex; flex-direction: column; gap: .15rem; flex: 1; min-width: 0;
}
.mega-service-text strong {
  font-family: var(--font-display); font-size: .875rem; font-weight: 700;
  color: #e2e8f0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mega-service-text span {
  font-size: .75rem; color: var(--muted); white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.mega-service-arrow {
  stroke: var(--muted); flex-shrink: 0; opacity: 0;
  transition: opacity .15s, transform .15s;
}
.mega-service-link:hover .mega-service-arrow {
  opacity: 1; transform: translate(2px, -2px); stroke: #e2e8f0;
}

/* Mobile services list — hidden everywhere by default */
.mobile-services-list { display: none; }

/* ── MOBILE: replace mega with accordion drawer ── */
@media (max-width: 1024px) {
  /* Hide the full desktop mega panel */
  .mega-menu { display: none !important; }

  /* Trigger looks identical to other nav links */
  .mega-trigger {
    display: flex; width: 100%; justify-content: space-between;
    font-size: 1.0625rem; padding: .875rem 0;
    border-bottom: 1px solid var(--border-subtle);
    border-radius: 0; color: var(--foreground);
  }
  .mega-trigger:hover { color: var(--primary-light); }
  .mega-chevron { display: block; }

  /* Mobile sub-list */
  .mobile-services-list {
    display: none; flex-direction: column;
    gap: 0; padding: .5rem 0 .5rem 1rem;
    border-left: 2px solid rgba(37,150,190,.35);
    margin: .25rem 0 .5rem;
  }
  .mega-parent.is-open .mobile-services-list { display: flex; }
  .mobile-service-item {
    display: flex; align-items: center; gap: .75rem;
    padding: .625rem .5rem; text-decoration: none;
    border-radius: 8px; transition: background .15s;
  }
  .mobile-service-item:hover { background: rgba(255,255,255,.04); }
  .mobile-service-item .ms-icon {
    width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0;
    background: color-mix(in srgb, var(--mc) 14%, transparent);
    display: flex; align-items: center; justify-content: center;
  }
  .mobile-service-item .ms-icon svg { width: 14px; height: 14px; stroke: var(--mc); }
  .mobile-service-item .ms-label {
    font-size: .9rem; font-weight: 600; color: #cbd5e1;
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px; height: 40px;
  padding: 8px;
}
.hamburger span { display: block; width: 22px; height: 2px; background: var(--foreground); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   HERO SECTION
   ========================================================= */
.hero-section {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: var(--nav-height);
  padding-bottom: 6rem;
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-content { max-width: 580px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 1.5rem;
}
.hero-h1 { font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 800; line-height: 1.08; margin-bottom: 1.5rem; letter-spacing: -0.03em; }
.hero-sub { font-size: 1.125rem; color: var(--muted); max-width: 480px; margin-bottom: 2.5rem; line-height: 1.7; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; }
.hero-stats { display: flex; border-top: 1px solid var(--border-subtle); padding-top: 2rem; }
.hero-stat { flex: 1; padding-right: 1.5rem; border-right: 1px solid var(--border-subtle); }
.hero-stat:last-child { border-right: none; padding-left: 1.5rem; padding-right: 0; }
.hero-stat:not(:first-child) { padding-left: 1.5rem; }
.hero-stat-num { font-family: var(--font-display); font-size: 1.75rem; font-weight: 800; display: block; }
.hero-stat-label { font-size: 0.8rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }

/* Hero Dashboard Card */
.hero-visual { display: flex; justify-content: center; align-items: center; position: relative; }
.hero-orb-1 {
  position: absolute;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(var(--primary-rgb),0.2), transparent 70%);
  top: -60px; right: -60px;
  border-radius: 50%;
  animation: floatSlow 8s ease-in-out infinite;
  pointer-events: none;
}
.hero-orb-2 {
  position: absolute;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(var(--primary-rgb),0.15), transparent 70%);
  bottom: -40px; left: 20px;
  border-radius: 50%;
  animation: floatSlow 6s ease-in-out infinite 2s;
  pointer-events: none;
}
.dashboard-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1.25rem;
  padding: 1.75rem;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(var(--primary-rgb),0.15);
  animation: float 6s ease-in-out infinite;
  position: relative;
  z-index: 2;
}
.dashboard-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.dashboard-title { font-family: var(--font-display); font-size: 0.8125rem; font-weight: 600; color: var(--muted); letter-spacing: 0.05em; }
.dashboard-live { display: flex; align-items: center; gap: 0.4rem; font-size: 0.75rem; color: #4ade80; font-weight: 500; }
.dashboard-live-dot { width: 6px; height: 6px; background: #4ade80; border-radius: 50%; animation: pulseDot 1.5s ease-in-out infinite; }
.dashboard-metrics { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.75rem; margin-bottom: 1.5rem; }
.metric-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: 0.75rem; padding: 0.875rem 0.75rem; text-align: center; }
.metric-value { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--foreground); display: block; }
.metric-label { font-size: 0.65rem; color: var(--muted); margin-top: 0.2rem; text-transform: uppercase; letter-spacing: 0.05em; }
.metric-up { color: #4ade80; font-size: 0.65rem; font-weight: 500; }
.dashboard-chart { margin-bottom: 1.25rem; }
.chart-label { font-size: 0.7rem; color: var(--muted); margin-bottom: 0.625rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; }
.chart-bars { display: flex; align-items: flex-end; gap: 5px; height: 72px; }
.chart-bar {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: rgba(var(--primary-rgb),0.25);
  transform-origin: bottom;
  animation: barGrow 1s ease forwards;
  animation-delay: calc(var(--i, 0) * 0.07s);
}
.chart-bar.active { background: var(--primary); }
.dashboard-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1rem; }
.dashboard-avatars { display: flex; align-items: center; }
.dashboard-avatars .av { width: 28px; height: 28px; border-radius: 50%; background: rgba(var(--primary-rgb),0.3); border: 2px solid var(--bg-card); margin-left: -8px; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; font-weight: 700; color: var(--primary); }
.dashboard-avatars .av:first-child { margin-left: 0; }
.dashboard-clients-label { font-size: 0.72rem; color: var(--muted); }
.dashboard-trend { display: flex; align-items: center; gap: 0.3rem; font-size: 0.75rem; color: #4ade80; font-weight: 600; }

/* =========================================================
   SERVICES GRID SECTION
   ========================================================= */
.services-section { padding: 7rem 0; background: rgba(255,255,255,0.02); border-top: 1px solid var(--border-subtle); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.service-card:hover { border-color: rgba(var(--primary-rgb),0.4); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(var(--primary-rgb),0.1); }
.service-icon { width: 52px; height: 52px; background: rgba(var(--primary-rgb),0.1); border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; color: var(--primary); margin-bottom: 1.25rem; transition: transform 0.3s; }
.service-card:hover .service-icon { transform: scale(1.1); }
.service-icon svg { width: 22px; height: 22px; }
.service-name { font-family: var(--font-display); font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--foreground); }
.service-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.65; }

/* =========================================================
   WHY CHOOSE US
   ========================================================= */
.why-section { padding: 7rem 0; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.why-reasons { display: flex; flex-direction: column; gap: 2rem; }
.why-reason { display: flex; gap: 1.25rem; align-items: flex-start; }
.why-num { font-family: var(--font-display); font-size: 0.75rem; font-weight: 700; color: var(--primary); background: rgba(var(--primary-rgb),0.1); border: 1px solid rgba(var(--primary-rgb),0.2); width: 36px; height: 36px; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.why-reason-title { font-family: var(--font-display); font-size: 1.0625rem; font-weight: 700; margin-bottom: 0.375rem; }
.why-reason-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }
.why-visual { position: relative; border-radius: var(--radius-2xl); overflow: hidden; aspect-ratio: 4/5; background: var(--bg-card); border: 1px solid var(--border-subtle); }
.why-visual img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; }
.why-stat-overlay { position: absolute; bottom: 2rem; right: 2rem; background: rgba(var(--primary-rgb),0.9); border-radius: var(--radius-lg); padding: 1rem 1.5rem; text-align: center; }
.why-stat-num { font-family: var(--font-display); font-size: 2.25rem; font-weight: 800; color: #fff; display: block; }
.why-stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.8); }

/* =========================================================
   PROCESS
   ========================================================= */
.process-section { padding: 7rem 0; background: rgba(255,255,255,0.02); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 4rem; }
.process-step { padding: 2rem; border-radius: var(--radius-xl); background: var(--bg-card); border: 1px solid var(--border-subtle); transition: border-color 0.3s; }
.process-step:hover { border-color: rgba(var(--primary-rgb),0.3); }
.step-num { font-family: var(--font-display); font-size: 2.5rem; font-weight: 900; color: rgba(var(--primary-rgb),0.25); line-height: 1; margin-bottom: 1rem; }
.step-title { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; margin-bottom: 0.625rem; }
.step-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }

/* =========================================================
   PORTFOLIO PREVIEW
   ========================================================= */
.portfolio-section { padding: 7rem 0; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.portfolio-card { position: relative; border-radius: var(--radius-2xl); overflow: hidden; aspect-ratio: 4/3; background: var(--bg-card); display: block; }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; transition: opacity 0.5s, transform 0.7s; }
.portfolio-card:hover img { opacity: 0.4; transform: scale(1.07); }
.portfolio-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.2) 50%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; transform: translateY(6px); transition: transform 0.3s; }
.portfolio-card:hover .portfolio-overlay { transform: translateY(0); }
.portfolio-tag { display: inline-block; padding: 0.2rem 0.7rem; border-radius: 999px; background: rgba(var(--primary-rgb),0.2); color: var(--primary); font-size: 0.72rem; font-weight: 600; margin-bottom: 0.6rem; }
.portfolio-title { font-family: var(--font-display); font-size: 1.375rem; font-weight: 700; margin-bottom: 0.375rem; }
.portfolio-desc { font-size: 0.8rem; color: var(--muted); opacity: 0; transform: translateY(6px); transition: opacity 0.3s 0.1s, transform 0.3s 0.1s; line-height: 1.5; }
.portfolio-card:hover .portfolio-desc { opacity: 1; transform: translateY(0); }
.portfolio-link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--primary); font-size: 0.8rem; font-weight: 600; margin-top: 0.75rem; opacity: 0; transition: opacity 0.3s 0.15s; }
.portfolio-card:hover .portfolio-link { opacity: 1; }
.portfolio-link svg { width: 14px; height: 14px; }

/* =========================================================
   BLOG PREVIEW
   ========================================================= */
.blog-section { padding: 7rem 0; background: rgba(255,255,255,0.02); border-top: 1px solid var(--border-subtle); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.blog-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-2xl); overflow: hidden; display: flex; flex-direction: column; transition: border-color 0.3s; }
.blog-card:hover { border-color: rgba(var(--primary-rgb),0.4); }
.blog-card-img { height: 200px; overflow: hidden; position: relative; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.65; transition: transform 0.5s, opacity 0.3s; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); opacity: 0.8; }
.blog-card-cat { position: absolute; top: 1rem; left: 1rem; padding: 0.2rem 0.7rem; border-radius: 999px; background: rgba(10,10,10,0.75); backdrop-filter: blur(8px); color: var(--primary); font-size: 0.7rem; font-weight: 600; border: 1px solid rgba(var(--primary-rgb),0.2); }
.blog-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-card-title { font-family: var(--font-display); font-size: 1.0625rem; font-weight: 700; line-height: 1.4; margin-bottom: 0.75rem; color: var(--foreground); transition: color 0.2s; }
.blog-card:hover .blog-card-title { color: var(--primary); }
.blog-card-excerpt { font-size: 0.85rem; color: var(--muted); line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }
.blog-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--border-subtle); }
.blog-author { display: flex; align-items: center; gap: 0.5rem; }
.blog-author-av { width: 26px; height: 26px; border-radius: 50%; background: rgba(var(--primary-rgb),0.2); display: flex; align-items: center; justify-content: center; font-size: 0.6rem; font-weight: 700; color: var(--primary); }
.blog-date { font-size: 0.75rem; color: var(--muted); }
.blog-readtime { display: flex; align-items: center; gap: 0.3rem; font-size: 0.75rem; color: var(--muted); }
.blog-readtime svg { width: 12px; height: 12px; }

/* =========================================================
   CTA SECTION
   ========================================================= */
.cta-section { padding: 8rem 0; position: relative; overflow: hidden; text-align: center; border-top: 1px solid rgba(var(--primary-rgb),0.2); border-bottom: 1px solid rgba(var(--primary-rgb),0.2); background: rgba(var(--primary-rgb),0.03); }
.cta-section .purple-blob { width: 700px; height: 700px; }
.cta-content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.cta-h2 { font-size: clamp(2.25rem, 4.5vw, 3.75rem); font-weight: 800; margin-bottom: 1.25rem; line-height: 1.1; }
.cta-sub { font-size: 1.125rem; color: var(--muted); margin-bottom: 2.5rem; }

/* =========================================================
   FOOTER
   ========================================================= */
#colophon { border-top: 1px solid var(--border-subtle); padding: 3rem 0 1.5rem; background: rgba(0,0,0,0.3); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border-subtle); }
.footer-logo { font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; color: var(--foreground); }
.footer-logo span { color: var(--primary); }
.footer-nav { display: flex; align-items: center; gap: 0.25rem; flex-wrap: wrap; }
.footer-nav a { font-size: 0.875rem; color: var(--muted); padding: 0.3rem 0.75rem; border-radius: var(--radius); transition: color 0.2s; }
.footer-nav a:hover { color: var(--foreground); }
.footer-socials { display: flex; align-items: center; gap: 0.5rem; }
.social-icon { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.05); border: 1px solid var(--border-subtle); display: flex; align-items: center; justify-content: center; color: var(--muted); transition: background 0.2s, color 0.2s, border-color 0.2s; }
.social-icon:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.social-icon svg { width: 16px; height: 16px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; }
.footer-copy, .footer-legal { font-size: 0.8125rem; color: var(--muted); }
.footer-legal a:hover { color: var(--foreground); }

/* =========================================================
   INNER PAGE HERO
   ========================================================= */
.page-hero { padding-top: calc(var(--nav-height) + 5rem); padding-bottom: 5rem; position: relative; overflow: hidden; }
.page-hero-title { font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 800; line-height: 1.1; margin-bottom: 1rem; max-width: 700px; }
.page-hero-sub { font-size: 1.125rem; color: var(--muted); max-width: 560px; line-height: 1.7; }

/* =========================================================
   ABOUT PAGE
   ========================================================= */
.about-stats-bar { padding: 4rem 0; background: rgba(255,255,255,0.03); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.about-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.about-stat-item { text-align: center; padding: 1rem 2rem; border-right: 1px solid rgba(255,255,255,0.1); }
.about-stat-item:last-child { border-right: none; }
.about-stat-num { font-family: var(--font-display); font-size: 3rem; font-weight: 800; color: var(--foreground); display: block; }
.about-stat-label { font-size: 0.75rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.25rem; }
.about-values-section { padding: 6rem 0; }
.about-values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3.5rem; }
.value-card { padding: 2rem; border-radius: var(--radius-2xl); background: var(--bg-card); border: 1px solid var(--border-subtle); }
.value-icon { width: 60px; height: 60px; background: rgba(var(--primary-rgb),0.1); border-radius: 0.875rem; display: flex; align-items: center; justify-content: center; color: var(--primary); margin-bottom: 1.5rem; }
.value-icon svg { width: 28px; height: 28px; }
.value-title { font-family: var(--font-display); font-size: 1.375rem; font-weight: 700; margin-bottom: 0.75rem; }
.value-desc { font-size: 0.9375rem; color: var(--muted); line-height: 1.7; }
.about-philosophy { padding: 6rem 0; background: var(--primary); position: relative; overflow: hidden; text-align: center; }
.philosophy-quote { font-family: var(--font-display); font-size: clamp(1.75rem, 3.5vw, 3rem); font-weight: 800; line-height: 1.2; color: #fff; max-width: 800px; margin: 0 auto 1.5rem; }
.philosophy-attr { font-size: 0.875rem; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; }

/* =========================================================
   SERVICES FULL PAGE
   ========================================================= */
.services-list-section { padding: 5rem 0 7rem; }
.service-full-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-2xl); overflow: hidden; margin-bottom: 1.5rem; transition: border-color 0.3s; }
.service-full-card:hover { border-color: rgba(var(--primary-rgb),0.4); }
.service-full-inner { display: grid; grid-template-columns: 1fr 1fr; }
.service-full-left { padding: 3rem; }
.service-full-right { padding: 3rem; border-left: 1px solid rgba(255,255,255,0.06); display: flex; flex-direction: column; justify-content: center; }
.service-full-icon-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.service-full-icon { width: 56px; height: 56px; background: rgba(var(--primary-rgb),0.1); border-radius: 0.875rem; display: flex; align-items: center; justify-content: center; color: var(--primary); transition: transform 0.3s; }
.service-full-card:hover .service-full-icon { transform: scale(1.08); }
.service-full-icon svg { width: 26px; height: 26px; }
.service-num { font-size: 0.75rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; }
.service-full-title { font-size: clamp(1.4rem, 2.5vw, 1.875rem); font-weight: 700; margin-bottom: 0.375rem; }
.service-full-tagline { color: var(--primary); font-weight: 500; font-style: italic; margin-bottom: 1rem; }
.service-full-desc { font-size: 0.9375rem; color: var(--muted); line-height: 1.75; margin-bottom: 1.75rem; }
.service-full-link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--primary); font-size: 0.875rem; font-weight: 600; transition: gap 0.2s; }
.service-full-link:hover { gap: 0.75rem; }
.service-full-link svg { width: 16px; height: 16px; }
.service-features-label { font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; margin-bottom: 1.25rem; }
.service-features { display: flex; flex-direction: column; gap: 0.875rem; }
.service-feature-item { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.875rem; color: rgba(255,255,255,0.8); line-height: 1.5; }
.service-feature-item svg { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; margin-top: 1px; }

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-section { padding-bottom: 7rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin-top: 4rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-label { font-size: 0.875rem; font-weight: 500; color: var(--foreground); }
.form-input, .form-textarea, .form-select {
  width: 100%;
  padding: 0.875rem 1rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  color: var(--foreground);
  font-size: 0.9375rem;
  transition: border-color 0.2s, background 0.2s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--muted); }
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: rgba(var(--primary-rgb),0.5); background: rgba(255,255,255,0.06); }
.form-textarea { min-height: 150px; resize: vertical; }
.form-select { cursor: pointer; }
.form-select option { background: hsl(0,0%,12%); color: var(--foreground); }
.form-submit { width: 100%; height: 56px; font-size: 1rem; }
.contact-info-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-2xl); padding: 2rem; margin-bottom: 2rem; }
.contact-info-title { font-family: var(--font-display); font-size: 1.375rem; font-weight: 700; margin-bottom: 1.75rem; }
.contact-info-items { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-info-item { display: flex; align-items: center; gap: 1rem; color: var(--muted); transition: color 0.2s; }
.contact-info-item:hover { color: var(--foreground); }
.contact-icon-wrap { width: 46px; height: 46px; border-radius: 50%; background: rgba(var(--primary-rgb),0.1); display: flex; align-items: center; justify-content: center; color: var(--primary); flex-shrink: 0; }
.contact-icon-wrap svg { width: 18px; height: 18px; }
.contact-info-label { font-size: 0.875rem; font-weight: 600; color: var(--foreground); margin-bottom: 0.2rem; }
.contact-info-value { font-size: 0.9rem; }
.contact-info-value a { color: var(--muted); transition: color 0.2s; }
.contact-info-value a:hover { color: var(--foreground); }
.contact-socials-row { display: flex; gap: 0.75rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08); }
.map-placeholder { height: 220px; border-radius: var(--radius-2xl); background: rgba(255,255,255,0.03); border: 1px solid var(--border-subtle); display: flex; align-items: center; justify-content: center; color: rgba(var(--primary-rgb),0.4); }
.map-placeholder svg { width: 48px; height: 48px; }

/* =========================================================
   PORTFOLIO FULL PAGE
   ========================================================= */
.portfolio-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-bottom: 3.5rem; }
.filter-btn { padding: 0.5rem 1.5rem; border-radius: 999px; font-size: 0.875rem; font-weight: 500; background: rgba(255,255,255,0.05); color: var(--muted); border: 1px solid transparent; transition: all 0.2s; }
.filter-btn:hover { background: rgba(255,255,255,0.1); color: var(--foreground); }
.filter-btn.active { background: var(--primary); color: #fff; }
.portfolio-full-section { padding-bottom: 7rem; }
.portfolio-full-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

/* =========================================================
   PRICING PAGE
   ========================================================= */
.pricing-hero { padding: 9rem 0 5rem; text-align: center; }
.pricing-toggle { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 999px; padding: 0.375rem; margin-top: 2.5rem; }
.toggle-btn { padding: 0.5rem 1.25rem; border-radius: 999px; font-size: 0.875rem; font-weight: 500; color: var(--muted); transition: all 0.2s; }
.toggle-btn.active { background: var(--primary); color: #fff; }
.save-badge { font-size: 0.7rem; padding: 0.15rem 0.5rem; border-radius: 999px; background: rgba(74,222,128,0.2); color: #4ade80; font-weight: 600; }
.plans-section { padding-bottom: 5rem; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.plan-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-2xl); padding: 2rem; display: flex; flex-direction: column; position: relative; }
.plan-card.highlight { border-color: var(--primary); box-shadow: 0 0 60px -10px rgba(var(--primary-rgb),0.4); }
.plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; font-size: 0.75rem; font-weight: 600; padding: 0.25rem 1rem; border-radius: 999px; white-space: nowrap; }
.plan-icon { width: 48px; height: 48px; border-radius: 0.75rem; background: rgba(var(--primary-rgb),0.1); color: var(--primary); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.plan-icon svg { width: 22px; height: 22px; }
.plan-card.highlight .plan-icon { background: var(--primary); color: #fff; }
.plan-name { font-size: 1.375rem; font-weight: 700; margin-bottom: 0.25rem; }
.plan-tagline { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.5rem; }
.plan-price { font-family: var(--font-display); font-size: 2.5rem; font-weight: 800; margin-bottom: 0.25rem; }
.plan-price span { font-size: 1rem; color: var(--muted); font-weight: 400; }
.plan-saving { font-size: 0.75rem; color: #4ade80; margin-bottom: 1.5rem; min-height: 1.2em; }
.plan-features { flex: 1; display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2rem; }
.plan-feature { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.875rem; color: var(--muted); line-height: 1.5; }
.plan-feature svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; margin-top: 1px; }
.plan-feature.heading-item { color: #fff; font-weight: 600; }
.plan-cta { width: 100%; height: 48px; font-size: 0.9375rem; }
.plan-cta-ghost { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #fff; }
.plan-cta-ghost:hover { background: rgba(255,255,255,0.12); }
.addons-section { padding: 6rem 0; background: rgba(255,255,255,0.02); border-top: 1px solid var(--border-subtle); }
.addons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.addon-card { padding: 1.5rem; background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); transition: border-color 0.3s; }
.addon-card:hover { border-color: rgba(var(--primary-rgb),0.4); }
.addon-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: 0.75rem; }
.addon-name { font-family: var(--font-display); font-weight: 700; font-size: 0.9375rem; color: var(--foreground); }
.addon-price { color: var(--primary); font-size: 0.875rem; font-weight: 600; white-space: nowrap; }
.addon-desc { font-size: 0.85rem; color: var(--muted); }
.pricing-faqs-wrap { padding: 6rem 0; max-width: 760px; margin: 0 auto; }
.pricing-faq-item { border-bottom: 1px solid rgba(255,255,255,0.08); padding: 1.5rem 0; }
.pricing-faq-item:last-child { border-bottom: none; }
.faq-q { font-family: var(--font-display); font-size: 1.0625rem; font-weight: 700; margin-bottom: 0.625rem; color: var(--foreground); }
.faq-a { font-size: 0.9375rem; color: var(--muted); line-height: 1.7; }

/* =========================================================
   FAQS PAGE
   ========================================================= */
.faqs-section { padding-bottom: 7rem; }
.faqs-accordion { background: var(--bg-card); border: 1px solid rgba(255,255,255,0.05); border-radius: var(--radius-2xl); padding: 1.5rem 2.5rem; margin-bottom: 4rem; }
.accordion-item { border-bottom: 1px solid rgba(255,255,255,0.08); }
.accordion-item:last-child { border-bottom: none; }
.accordion-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; text-align: left; padding: 1.5rem 0; font-family: var(--font-display); font-size: 1.0625rem; font-weight: 600; color: var(--foreground); cursor: pointer; background: none; border: none; transition: color 0.2s; }
.accordion-trigger:hover { color: var(--primary); }
.accordion-chevron { width: 20px; height: 20px; flex-shrink: 0; color: var(--muted); transition: transform 0.25s; }
.accordion-item.open .accordion-chevron { transform: rotate(180deg); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.accordion-content-inner { padding-bottom: 1.5rem; font-size: 0.9375rem; color: var(--muted); line-height: 1.75; }
.accordion-item.open .accordion-content { max-height: 400px; }
.faqs-cta-box { text-align: center; padding: 4rem; border-radius: 1.5rem; background: rgba(var(--primary-rgb),0.08); border: 1px solid rgba(var(--primary-rgb),0.2); }
.faqs-cta-title { font-size: 2rem; font-weight: 700; margin-bottom: 0.75rem; }
.faqs-cta-sub { color: var(--muted); margin-bottom: 2rem; }

/* =========================================================
   TEAM PAGE
   ========================================================= */
.team-section { padding: 9rem 0 6rem; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.team-card { position: relative; border-radius: var(--radius-2xl); overflow: hidden; background: var(--bg-card); border: 1px solid rgba(255,255,255,0.05); transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; }
.team-card:hover { border-color: rgba(var(--primary-rgb),0.5); transform: translateY(-8px); box-shadow: 0 0 30px rgba(var(--primary-rgb),0.15); }
.team-card-img-wrap { aspect-ratio: 4/5; overflow: hidden; }
.team-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter 0.5s, transform 0.5s; transform: scale(1.05); }
.team-card:hover .team-card-img-wrap img { filter: grayscale(0); transform: scale(1); }
.team-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, var(--bg) 0%, rgba(10,10,10,0.5) 40%, transparent 70%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; }
.team-card-name { font-size: 1.375rem; font-weight: 700; margin-bottom: 0.2rem; }
.team-card-role { color: var(--primary); font-weight: 500; font-size: 0.9rem; margin-bottom: 0.5rem; }
.team-card-bio { font-size: 0.85rem; color: var(--muted); opacity: 0; transform: translateY(10px); transition: opacity 0.3s, transform 0.3s; }
.team-card:hover .team-card-bio { opacity: 1; transform: translateY(0); }
.team-cta-section { padding: 6rem 0; background: rgba(255,255,255,0.02); border-top: 1px solid var(--border-subtle); text-align: center; }
.team-cta-title { font-size: 2.25rem; font-weight: 700; margin-bottom: 1.25rem; }
.team-cta-sub { color: var(--muted); font-size: 1.125rem; max-width: 650px; margin: 0 auto 2.5rem; line-height: 1.7; }

/* =========================================================
   BLOG FULL PAGE
   ========================================================= */
.blog-page-hero { padding: 9rem 0 5rem; }
.blog-filters { border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); padding: 1rem 0; position: sticky; top: var(--nav-height); z-index: 50; }
.blog-filter-inner { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.blog-featured-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--bg-card); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-2xl); overflow: hidden; margin-bottom: 3rem; transition: border-color 0.3s; }
.blog-featured-card:hover { border-color: rgba(var(--primary-rgb),0.4); }
.blog-featured-img { overflow: hidden; min-height: 280px; }
.blog-featured-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.65; transition: transform 0.5s; }
.blog-featured-card:hover .blog-featured-img img { transform: scale(1.04); }
.blog-featured-body { padding: 3rem; display: flex; flex-direction: column; justify-content: center; }
.blog-featured-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.blog-featured-title { font-size: 1.75rem; font-weight: 700; line-height: 1.3; margin-bottom: 1rem; transition: color 0.2s; }
.blog-featured-card:hover .blog-featured-title { color: var(--primary); }
.blog-featured-excerpt { color: var(--muted); font-size: 0.9375rem; line-height: 1.7; margin-bottom: 1.5rem; }
.blog-author-row { display: flex; align-items: center; justify-content: space-between; }
.blog-read-link { display: flex; align-items: center; gap: 0.4rem; color: var(--primary); font-size: 0.875rem; font-weight: 600; }
.blog-read-link svg { width: 14px; height: 14px; }

/* =========================================================
   TERMS PAGE
   ========================================================= */
.terms-section { padding-top: calc(var(--nav-height) + 5rem); padding-bottom: 7rem; }
.terms-header { border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 2rem; margin-bottom: 3rem; }
.terms-header h1 { font-size: 3rem; font-weight: 800; margin-bottom: 0.5rem; }
.terms-header p { color: var(--muted); }
.terms-content h2 { font-family: var(--font-display); font-size: 1.375rem; font-weight: 700; margin-top: 2.5rem; margin-bottom: 0.875rem; color: var(--foreground); }
.terms-content p { color: var(--muted); line-height: 1.8; margin-bottom: 1.25rem; font-size: 0.9375rem; }
.terms-content strong { color: var(--foreground); }

/* =========================================================
   ENTRY CONTENT (page.php)
   ========================================================= */
.entry-content { padding: 4rem 0 7rem; max-width: 760px; margin: 0 auto; }
.entry-content h2, .entry-content h3 { margin-bottom: 1rem; margin-top: 2rem; }
.entry-content p { color: var(--muted); line-height: 1.8; margin-bottom: 1.25rem; }
.entry-content ul, .entry-content ol { color: var(--muted); padding-left: 1.5rem; margin-bottom: 1.25rem; }
.entry-content li { margin-bottom: 0.5rem; }
.entry-content a { color: var(--primary); }
.entry-content a:hover { text-decoration: underline; }

/* =========================================================
   FORM MESSAGES
   ========================================================= */
.form-message { padding: 1rem 1.25rem; border-radius: var(--radius); font-size: 0.9rem; font-weight: 500; display: none; }
.form-message.success { background: rgba(74,222,128,0.1); border: 1px solid rgba(74,222,128,0.3); color: #4ade80; }
.form-message.error   { background: rgba(248,113,113,0.1); border: 1px solid rgba(248,113,113,0.3); color: #f87171; }
.form-message.show { display: block; }

/* =========================================================
   RESPONSIVE — TABLET (≤1024px)
   ========================================================= */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-visual { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-full-inner { grid-template-columns: 1fr; }
  .service-full-right { border-left: none; border-top: 1px solid rgba(255,255,255,0.06); }
  .plans-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .addons-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .about-stat-item:nth-child(2) { border-right: none; }
  .about-stat-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.1); }
  .blog-featured-card { grid-template-columns: 1fr; }
  .portfolio-full-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  /* Service detail tablet */
  .sd-why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .sd-faqs-grid { grid-template-columns: 1fr; }
  .sd-faqs-left { position: static; }
}

/* =========================================================
   RESPONSIVE — MOBILE (≤768px)
   ========================================================= */
@media (max-width: 768px) {
  :root { --nav-height: 64px; }

  /* ── HAMBURGER ── */
  .hamburger { display: flex; z-index: 1001; position: relative; }

  /* ── MOBILE DRAWER ── */
  #site-navigation {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(7,9,15,0.98);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: calc(var(--nav-height) + 2rem) 1.75rem 40rem;
    gap: 0;
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(.4,0,.2,1);
    z-index: 998;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #site-navigation.open { transform: translateX(0); }

  /* Nav links in drawer */
  .nav-links { flex-direction: column; align-items: flex-start; width: 100%; gap: 0; }
  .nav-links > li { width: 100%; }
  .nav-links > li > a {
    display: flex; align-items: center; width: 100%;
    font-size: 1.125rem; font-weight: 600;
    padding: 1rem 0; border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    color: rgba(255,255,255,.9); text-decoration: none;
  }
  .nav-links > li > a:hover,
  .nav-links > li > a:active { color: var(--primary-light); }

  /* Services trigger in drawer */
  .mega-trigger {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; font-size: 1.125rem; font-weight: 600;
    padding: 1rem 0; border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    color: rgba(255,255,255,.9); background: none; border-top: none;
    border-left: none; border-right: none; cursor: pointer;
  }
  .mega-trigger:hover { color: var(--primary-light); }
  .mega-chevron { display: block; width: 18px; height: 18px; }
  .mega-parent.is-open .mega-chevron { transform: rotate(180deg); }
  .mega-parent.is-open .mega-trigger { color: var(--primary-light); border-bottom-color: transparent; }

  /* Mobile services accordion */
  .mobile-services-list {
    width: 100%; padding: .25rem 0 .75rem 1rem;
    border-left: 2px solid rgba(37,150,190,.4);
    margin-bottom: .25rem;
  }
  .mega-parent.is-open .mobile-services-list { display: flex; }
  .mobile-service-item { padding: .625rem .75rem; border-radius: 10px; }
  .ms-label { font-size: .95rem; }

  /* CTA pill — full width */
  .nav-cta {
    display: flex; width: 100%; text-align: center;
    justify-content: center; margin-top: 2rem;
    padding: 1.0625rem; font-size: 1rem; font-weight: 600;
    border-radius: 12px;
  }

  /* ── HERO ── */
  .hero-section { padding-top: calc(var(--nav-height) + 2.5rem); padding-bottom: 3rem; min-height: auto; }
  .hero-h1 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .hero-sub { font-size: 1rem; }
  .hero-buttons { flex-direction: column; gap: .75rem; }
  .hero-buttons .btn { width: 100%; justify-content: center; }
  .hero-stats { flex-direction: row; flex-wrap: wrap; gap: 1rem; padding-top: 1.5rem; }
  .hero-stat-item { flex: 1; min-width: 80px; }
  .hero-stat-num { font-size: 1.5rem; }
  .hero-stat-label { font-size: .75rem; }
  .dashboard-card { margin-top: 0; }

  /* ── SECTIONS GENERAL ── */
  .section-title { font-size: clamp(1.625rem, 6vw, 2.25rem); }
  .section-sub { font-size: .9375rem; }
  .section-header { margin-bottom: 2.5rem; }

  /* ── SERVICES ── */
  .services-grid { grid-template-columns: 1fr; gap: 1rem; }
  .service-card { padding: 1.5rem; }

  /* ── WHY US ── */
  .why-grid { grid-template-columns: 1fr; gap: 2rem; }
  .why-image { display: none; }
  .why-list { gap: 1.25rem; }

  /* ── PROCESS ── */
  .process-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .process-line { display: none; }

  /* ── PORTFOLIO ── */
  .portfolio-grid { grid-template-columns: 1fr; }

  /* ── BLOG ── */
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card { border-radius: 14px; }

  /* ── CTA SECTION ── */
  .cta-section { padding: 4rem 0; }
  .cta-h2 { font-size: clamp(1.75rem, 7vw, 2.5rem); }
  .cta-sub { font-size: .9375rem; }

  /* ── FOOTER ── */
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .footer-nav { flex-wrap: wrap; gap: .5rem 1rem; }

  /* ── CONTACT ── */
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .contact-info-card { padding: 1.5rem; }
  .map-placeholder { height: 180px !important; }

  /* ── ABOUT ── */
  .about-hero-grid { grid-template-columns: 1fr; }
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-stat-item { padding: 1.25rem; }

  /* ── PORTFOLIO PAGE ── */
  .portfolio-full-grid { grid-template-columns: 1fr; }
  .portfolio-page-card { border-radius: 14px; }
  .filter-tabs { gap: .5rem; overflow-x: auto; flex-wrap: nowrap; padding-bottom: .5rem; }
  .filter-tab { white-space: nowrap; font-size: .8125rem; padding: .5rem .875rem; }

  /* ── PRICING ── */
  .plans-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .addons-grid { grid-template-columns: 1fr; }
  .pricing-toggle-wrap { flex-wrap: wrap; justify-content: center; gap: .5rem; }

  /* ── TEAM ── */
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }

  /* ── FAQs ── */
  .faqs-section { padding: 3rem 0; }
  .faqs-list { margin-bottom: 2rem; }
  .faq-question { font-size: .9375rem; }
  .faqs-cta-box { padding: 1.75rem 1.25rem; }

  /* ── PAGE HERO (inner pages) ── */
  .page-hero { padding-top: calc(var(--nav-height) + 2.5rem); padding-bottom: 3rem; }
  .page-hero-title { font-size: clamp(2rem, 8vw, 3rem); }
  .page-hero-sub { font-size: 1rem; }

  /* ── BLOG ARCHIVE ── */
  .blog-featured-card { grid-template-columns: 1fr; }
  .blog-featured-body { padding: 1.5rem; }
  .blog-archive-grid { grid-template-columns: 1fr; }

  /* ── SINGLE POST ── */
  .single-post-hero { min-height: 260px; }
  .single-post-title { font-size: clamp(1.5rem, 6vw, 2.25rem); }
  .single-post-nav { flex-direction: column; gap: 1rem; }
  .post-nav-link { max-width: 100%; }

  /* ── SERVICE PAGES ── */
  .service-full-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-full-left { padding: 1.5rem; }
  .service-full-right { padding: 1.5rem; border-top: 1px solid rgba(255,255,255,.06); }

  /* ── SERVICE DETAIL ── */
  .sd-hero { padding-top: calc(var(--nav-height) + 2rem); padding-bottom: 3rem; min-height: auto; }
  .sd-hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .sd-headline { font-size: clamp(2rem, 7vw, 2.75rem); }
  .sd-sub { font-size: 1rem; }
  .sd-hero-actions { flex-direction: column; gap: .75rem; }
  .sd-hero-actions .btn { width: 100%; justify-content: center; }
  .sd-hero-card { padding: 1.5rem; }
  .sd-hero-stats { flex-direction: row; flex-wrap: wrap; gap: 1.25rem; }
  .sd-hero-stat { border-bottom: none; padding-bottom: 0; border-right: 1px solid var(--border); padding-right: 1.25rem; flex: 1; min-width: 80px; }
  .sd-hero-stat:last-child { border-right: none; }
  .sd-hero-stat-val { font-size: 1.75rem; }
  .sd-features { padding: 4rem 0; }
  .sd-features-grid { grid-template-columns: 1fr; gap: 1rem; }
  .sd-feature-card { padding: 1.25rem; }
  .sd-process { padding: 4rem 0; }
  .sd-process-track { grid-template-columns: 1fr; gap: 1.5rem; }
  .sd-process-line { display: none; }
  .sd-process-step { align-items: flex-start; text-align: left; }
  .sd-why { padding: 4rem 0; }
  .sd-why-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .sd-faqs { padding: 4rem 0; }
  .sd-faqs-grid { grid-template-columns: 1fr; gap: 2rem; }
  .sd-faqs-left { position: static; }
  .sd-section-header { margin-bottom: 2.5rem; }

  /* ── TERMS / PRIVACY ── */
  .terms-section { padding-top: calc(var(--nav-height) + 2.5rem); padding-bottom: 4rem; }
  .terms-header h1 { font-size: 2rem; }

  /* ── MISC ── */
  .pricing-faqs-wrap { padding: 2rem 0; }
  .container { padding: 0 1.25rem; }
}

/* =========================================================
   RESPONSIVE — SMALL MOBILE (≤480px)
   ========================================================= */
@media (max-width: 480px) {
  .team-grid { grid-template-columns: 1fr; }
  .about-stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { gap: .75rem; }
  .sd-hero-stats { flex-direction: column; gap: 1rem; }
  .sd-hero-stat { border-right: none; border-bottom: 1px solid var(--border); padding-bottom: 1rem; padding-right: 0; }
  .sd-hero-stat:last-child { border-bottom: none; }
  .cta-section .btn { width: 100%; justify-content: center; }
  .nav-inner { padding: 0 1.25rem; }
}

/* =========================================================
   CONTACT FORM 7 — Dark Theme Override
   ========================================================= */
.contact-form-wrap .wpcf7 { width: 100%; }

.contact-form-wrap .wpcf7 form { display: flex; flex-direction: column; gap: 1.25rem; }

.contact-form-wrap .wpcf7 .wpcf7-form-control-wrap { display: block; width: 100%; }

.contact-form-wrap .wpcf7 input[type="text"],
.contact-form-wrap .wpcf7 input[type="email"],
.contact-form-wrap .wpcf7 input[type="tel"],
.contact-form-wrap .wpcf7 input[type="url"],
.contact-form-wrap .wpcf7 select,
.contact-form-wrap .wpcf7 textarea {
  width: 100%;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: #e2e8f0;
  font-family: var(--font-sans);
  font-size: .9375rem;
  padding: .875rem 1.125rem;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form-wrap .wpcf7 input::placeholder,
.contact-form-wrap .wpcf7 textarea::placeholder { color: var(--muted); }

.contact-form-wrap .wpcf7 input:focus,
.contact-form-wrap .wpcf7 select:focus,
.contact-form-wrap .wpcf7 textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px hsla(197,67%,45%,.18);
}

.contact-form-wrap .wpcf7 textarea { resize: vertical; min-height: 160px; }

.contact-form-wrap .wpcf7 select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.contact-form-wrap .wpcf7 select option { background: #0d1117; color: #e2e8f0; }

/* Two-column row for name + email, company + service */
.contact-form-wrap .wpcf7 .cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

/* Labels */
.contact-form-wrap .wpcf7 label {
  display: block;
  font-size: .875rem;
  font-weight: 500;
  color: #cbd5e1;
  margin-bottom: .5rem;
}

/* Submit button */
.contact-form-wrap .wpcf7 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  padding: .9rem 2.25rem;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  width: auto;
  box-shadow: 0 4px 24px hsla(197,67%,45%,.35);
}

.contact-form-wrap .wpcf7 input[type="submit"]:hover {
  background: hsl(197,67%,38%);
  transform: translateY(-1px);
  box-shadow: 0 6px 32px hsla(197,67%,45%,.45);
}

/* Validation errors */
.contact-form-wrap .wpcf7 .wpcf7-not-valid-tip {
  color: #f87171;
  font-size: .8125rem;
  margin-top: .3rem;
  display: block;
}

.contact-form-wrap .wpcf7 .wpcf7-not-valid {
  border-color: #f87171 !important;
}

/* Response messages */
.contact-form-wrap .wpcf7 .wpcf7-response-output {
  border-radius: 10px;
  padding: 1rem 1.25rem;
  font-size: .9rem;
  margin-top: .5rem;
  border: none !important;
}

.contact-form-wrap .wpcf7 .wpcf7-mail-sent-ok {
  background: rgba(34,197,94,.12);
  color: #4ade80;
}

.contact-form-wrap .wpcf7 .wpcf7-mail-sent-ng,
.contact-form-wrap .wpcf7 .wpcf7-spam-blocked,
.contact-form-wrap .wpcf7 .wpcf7-validation-errors {
  background: rgba(248,113,113,.12);
  color: #f87171;
}

/* CF7 missing notice */
.cf7-missing {
  color: var(--muted);
  padding: 2rem;
  border: 1px dashed var(--border);
  border-radius: 12px;
  text-align: center;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .contact-form-wrap .wpcf7 .cf7-row { grid-template-columns: 1fr; }
}

/* ============================================================
   PORTFOLIO PAGE
   ============================================================ */
.portfolio-filter-bar {
  position: sticky;
  top: var(--nav-height);
  z-index: 40;
  background: rgba(10,10,15,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
}
.filter-tabs { display: flex; gap: .5rem; flex-wrap: wrap; }
.filter-tab {
  padding: .5rem 1.25rem;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  background: rgba(255,255,255,.05);
  color: var(--muted);
  transition: all .25s;
}
.filter-tab:hover { color: #fff; background: rgba(255,255,255,.1); }
.filter-tab.active { background: var(--primary); color: #fff; }
.portfolio-page-section { padding: 5rem 0; }
.portfolio-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.portfolio-page-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--card);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: transform .3s, box-shadow .3s;
}
.portfolio-page-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.portfolio-page-img { width: 100%; height: 100%; }
.portfolio-page-img img { width: 100%; height: 100%; object-fit: cover; opacity: .6; transition: opacity .4s, transform .6s; }
.portfolio-page-card:hover .portfolio-page-img img { opacity: .3; transform: scale(1.05); }
.portfolio-page-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.9) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  transform: translateY(8px);
  transition: transform .3s;
}
.portfolio-page-card:hover .portfolio-page-overlay { transform: translateY(0); }
.portfolio-tag-pill {
  display: inline-block;
  padding: .25rem .75rem;
  border-radius: 999px;
  background: rgba(37,150,190,.2);
  border: 1px solid rgba(37,150,190,.3);
  color: var(--primary-light);
  font-size: .75rem;
  font-weight: 600;
  margin-bottom: .75rem;
  width: fit-content;
}
.portfolio-page-overlay h3 { font-size: 1.25rem; color: #fff; margin-bottom: .5rem; font-family: var(--font-display); }
.portfolio-page-overlay p { font-size: .875rem; color: rgba(255,255,255,.6); line-height: 1.55; margin-bottom: .75rem; opacity: 0; transition: opacity .3s .1s; }
.portfolio-page-card:hover .portfolio-page-overlay p { opacity: 1; }
.portfolio-results { display: flex; gap: 1rem; }
.portfolio-results span { font-size: .75rem; font-weight: 600; color: var(--primary-light); opacity: 0; transition: opacity .3s .15s; }
.portfolio-page-card:hover .portfolio-results span { opacity: 1; }

/* ============================================================
   PRICING PAGE
   ============================================================ */
.pricing-toggle {
  display: inline-flex;
  gap: .25rem;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: .3rem;
  margin-top: 2rem;
}
.pricing-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1.25rem;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  background: transparent;
  color: var(--muted);
  transition: all .25s;
}
.pricing-toggle-btn.active { background: var(--primary); color: #fff; }
.toggle-badge { font-size: .6875rem; padding: .15rem .5rem; border-radius: 999px; background: rgba(16,185,129,.2); color: #34d399; }
.pricing-toggle-btn.active .toggle-badge { background: rgba(255,255,255,.2); color: #fff; }
.pricing-section { padding: 2rem 0 5rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; max-width: 1100px; margin-inline: auto; }
.pricing-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow .3s;
}
.pricing-card--featured {
  border-color: var(--primary);
  box-shadow: 0 0 60px -10px rgba(37,150,190,.4);
}
.pricing-badge-top {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  padding: .25rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
}
.pricing-icon {
  width: 48px; height: 48px;
  border-radius: .75rem;
  background: rgba(37,150,190,.1);
  color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}
.pricing-icon svg { width: 22px; height: 22px; }
.pricing-icon--featured { background: var(--primary); color: #fff; }
.pricing-plan-name { font-size: 1.5rem; font-family: var(--font-display); font-weight: 700; margin-bottom: .25rem; }
.pricing-tagline { color: var(--muted); font-size: .9rem; margin-bottom: 1.5rem; }
.pricing-price-wrap { margin-bottom: 2rem; }
.pricing-price { font-size: 2.25rem; font-family: var(--font-display); font-weight: 800; color: #fff; }
.pricing-price span { font-size: 1rem; color: var(--muted); font-weight: 400; }
.pricing-saving { font-size: .8125rem; color: #34d399; margin-top: .25rem; }
.pricing-saving.hidden { display: none; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: .75rem; margin-bottom: 2rem; flex: 1; }
.pricing-features li { display: flex; align-items: flex-start; gap: .625rem; font-size: .9rem; color: var(--muted); line-height: 1.5; }
.pricing-features li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; color: var(--primary); }
.pricing-features .feature-highlight { color: #fff; font-weight: 600; }
.addons-section { padding: 5rem 0; background: rgba(255,255,255,.02); border-top: 1px solid var(--border); }
.addons-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.addon-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: .875rem;
  padding: 1.5rem;
  transition: border-color .25s;
}
.addon-card:hover { border-color: rgba(37,150,190,.4); }
.addon-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: .625rem; }
.addon-top h3 { font-size: 1rem; font-family: var(--font-display); font-weight: 600; color: #fff; }
.addon-price { color: var(--primary); font-size: .875rem; font-weight: 600; white-space: nowrap; flex-shrink: 0; }
.addon-card > p { font-size: .875rem; color: var(--muted); line-height: 1.55; }

/* ============================================================
   FAQS PAGE
   ============================================================ */
.faqs-section { padding: 5rem 0; }
.faqs-list { display: flex; flex-direction: column; margin-bottom: 3rem; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 600;
  font-family: var(--font-display);
  text-align: left;
  cursor: pointer;
  transition: color .25s;
}
.faq-question:hover { color: var(--primary-light); }
.faq-chevron { width: 18px; height: 18px; flex-shrink: 0; transition: transform .3s; color: var(--muted); }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-item.open .faq-question { color: var(--primary-light); }
.faq-answer {
  color: var(--muted);
  line-height: 1.75;
  font-size: .9375rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s;
  padding-bottom: 0;
}
.faq-item.open .faq-answer { max-height: 400px; padding-bottom: 1.5rem; }
.faqs-cta {
  text-align: center;
  padding: 3rem 2rem;
  background: rgba(37,150,190,.08);
  border: 1px solid rgba(37,150,190,.2);
  border-radius: 1.5rem;
  margin-top: 2rem;
}
.faqs-cta h3 { font-size: 1.75rem; font-family: var(--font-display); margin-bottom: .75rem; }
.faqs-cta p { color: var(--muted); margin-bottom: 1.75rem; }

/* ============================================================
   TEAM PAGE
   ============================================================ */
.team-section { padding: 5rem 0; }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.team-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: border-color .3s, transform .3s, box-shadow .3s;
  cursor: pointer;
}
.team-card:hover {
  border-color: rgba(37,150,190,.5);
  transform: translateY(-6px);
  box-shadow: 0 0 30px rgba(37,150,190,.15);
}
.team-img-wrap { aspect-ratio: 4/5; overflow: hidden; }
.team-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(100%);
  transform: scale(1.05);
  transition: filter .5s, transform .5s;
}
.team-card:hover .team-img-wrap img { filter: grayscale(0); transform: scale(1); }
.team-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem;
}
.team-overlay h3 { font-size: 1.375rem; font-family: var(--font-display); font-weight: 700; color: #fff; margin-bottom: .25rem; }
.team-role { color: var(--primary); font-size: .875rem; font-weight: 500; margin-bottom: .5rem; }
.team-bio { font-size: .875rem; color: rgba(255,255,255,.6); line-height: 1.5; opacity: 0; transform: translateY(10px); transition: opacity .3s .1s, transform .3s .1s; }
.team-card:hover .team-bio { opacity: 1; transform: translateY(0); }
.team-culture-section { padding: 5rem 0; background: rgba(255,255,255,.02); border-top: 1px solid var(--border); }

/* ============================================================
   TERMS PAGE
   ============================================================ */
.terms-section { padding-bottom: 6rem; }
.terms-header { border-bottom: 1px solid var(--border); padding-bottom: 2rem; margin-bottom: 3rem; }
.terms-body h2 { font-size: 1.375rem; font-family: var(--font-display); font-weight: 700; color: #fff; margin: 2.5rem 0 .875rem; }
.terms-body p { color: var(--muted); line-height: 1.8; margin-bottom: 1rem; }
.terms-body a { color: var(--primary-light); text-decoration: underline; }

/* ============================================================
   BLOG ARCHIVE PAGE
   ============================================================ */
.blog-archive-section { padding: 4rem 0 6rem; }
.blog-archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.blog-archive-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .3s, transform .3s;
}
.blog-archive-card:hover { border-color: rgba(37,150,190,.4); transform: translateY(-4px); }
.blog-archive-card--featured { grid-column: span 3; flex-direction: row; }
.blog-archive-card--featured .blog-archive-img { flex: 1; aspect-ratio: unset; min-height: 280px; }
.blog-archive-card--featured .blog-archive-body { flex: 1; padding: 2.5rem; }
.blog-archive-card--featured .blog-archive-title { font-size: 1.625rem; }
.blog-archive-img { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.blog-archive-img img { width: 100%; height: 100%; object-fit: cover; opacity: .6; transition: opacity .4s, transform .5s; }
.blog-archive-card:hover .blog-archive-img img { opacity: .75; transform: scale(1.04); }
.blog-archive-body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.blog-archive-title { font-size: 1.125rem; font-family: var(--font-display); font-weight: 700; color: #fff; margin-bottom: .75rem; line-height: 1.35; }
.blog-archive-title a { color: inherit; text-decoration: none; transition: color .25s; }
.blog-archive-title a:hover { color: var(--primary-light); }
.blog-archive-excerpt { font-size: .9rem; color: var(--muted); line-height: 1.65; margin-bottom: 1.25rem; flex: 1; }
.blog-read-link { display: inline-flex; align-items: center; gap: .375rem; font-size: .8125rem; font-weight: 600; color: var(--primary-light); transition: gap .25s; }
.blog-read-link:hover { gap: .625rem; }

/* ============================================================
   SINGLE POST (BLOG DETAIL)
   ============================================================ */
.single-post-hero { position: relative; min-height: 50vh; display: flex; align-items: flex-end; overflow: hidden; }
.single-post-hero-img { position: absolute; inset: 0; }
.single-post-hero-img img { width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.single-post-hero-img--placeholder { background: var(--card); }
.single-post-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, var(--bg) 0%, rgba(10,10,15,.5) 50%, transparent 100%);
}
.single-post-hero-content { position: relative; z-index: 1; padding-top: calc(var(--nav-height) + 4rem); padding-bottom: 3rem; }
.single-post-breadcrumb { display: flex; align-items: center; gap: .5rem; font-size: .875rem; color: var(--muted); margin-bottom: 1.25rem; }
.single-post-breadcrumb a { color: var(--muted); display: inline-flex; align-items: center; gap: .25rem; transition: color .2s; }
.single-post-breadcrumb a:hover { color: #fff; }
.single-post-breadcrumb span { color: rgba(255,255,255,.2); }
.single-post-breadcrumb span:last-child { color: var(--primary-light); }
.single-post-title { font-size: clamp(1.875rem,4vw,3rem); font-family: var(--font-display); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 1.25rem; max-width: 860px; }
.single-post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; font-size: .875rem; color: var(--muted); }
.single-post-readtime { display: inline-flex; align-items: center; gap: .375rem; }
.single-post-body { padding: 4rem 0 6rem; }
.single-post-tags { margin-top: 2rem; display: flex; gap: .5rem; flex-wrap: wrap; }
.single-post-tags a { padding: .3rem .875rem; border-radius: 999px; background: rgba(37,150,190,.1); border: 1px solid rgba(37,150,190,.2); color: var(--primary-light); font-size: .8125rem; text-decoration: none; transition: background .2s; }
.single-post-tags a:hover { background: rgba(37,150,190,.2); }
.single-post-author-box {
  display: flex; align-items: center; gap: 1rem;
  margin-top: 3rem; padding: 1.75rem;
  background: var(--card); border: 1px solid var(--border); border-radius: 1rem;
}
.author-box-av { border-radius: 50%; width: 56px; height: 56px; flex-shrink: 0; }
.author-box-name { font-weight: 700; color: #fff; font-family: var(--font-display); margin-bottom: .25rem; }
.author-box-desc { font-size: .875rem; color: var(--muted); line-height: 1.5; }
.single-post-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); flex-wrap: wrap; }
.post-nav-link { display: flex; flex-direction: column; gap: .25rem; max-width: 48%; text-decoration: none; transition: color .2s; }
.post-nav-link--next { align-items: flex-end; text-align: right; margin-left: auto; }
.post-nav-dir { display: inline-flex; align-items: center; gap: .375rem; font-size: .8125rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.post-nav-title { font-size: .9375rem; font-weight: 600; color: #fff; line-height: 1.35; }
.post-nav-link:hover .post-nav-title { color: var(--primary-light); }

/* ============================================================
   PRICING & FAQS RESPONSIVE ADDITIONS
   ============================================================ */
@media (max-width: 1024px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
  .addons-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-page-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .blog-archive-card--featured { grid-column: span 3; }
}
@media (max-width: 768px) {
  .portfolio-page-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .addons-grid { grid-template-columns: 1fr; }
  .blog-archive-grid { grid-template-columns: 1fr; }
  .blog-archive-card--featured { grid-column: span 1; flex-direction: column; }
  .blog-archive-card--featured .blog-archive-img { min-height: 200px; }
  .single-post-nav { flex-direction: column; }
  .post-nav-link { max-width: 100%; }
  .post-nav-link--next { align-items: flex-start; text-align: left; }
}
@media (max-width: 480px) {
  .team-grid { grid-template-columns: 1fr; }
  .blog-archive-card--featured { grid-column: span 1; }
}

/* ============================================================
   SERVICE DETAIL PAGES — Full redesign
   ============================================================ */

/* Back link */
.service-back-link {
  display: inline-flex; align-items: center; gap: .5rem;
  color: var(--muted); font-size: .875rem; text-decoration: none;
  margin-bottom: 2.5rem; transition: color .2s;
}
.service-back-link:hover { color: #fff; }
.service-back-link svg { transition: transform .2s; }
.service-back-link:hover svg { transform: translateX(-3px); }

/* ── HERO ── */
.sd-hero {
  position: relative; overflow: hidden;
  padding: calc(var(--nav-height, 80px) + 5rem) 0 6rem;
  min-height: 90vh; display: flex; align-items: center;
}
.sd-hero-glow {
  position: absolute; top: -20%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 900px; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--sc) 18%, transparent) 0%, transparent 70%);
  pointer-events: none;
}
.sd-hero-grid {
  display: grid; grid-template-columns: 1fr 420px; gap: 5rem; align-items: center;
}
.sd-hero-content { display: flex; flex-direction: column; gap: 1.5rem; }

/* Badge with icon */
.sd-badge {
  display: inline-flex; align-items: center; gap: .625rem;
  background: color-mix(in srgb, var(--sc) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--sc) 30%, transparent);
  border-radius: 999px; padding: .4rem .9rem .4rem .5rem;
  font-size: .8125rem; font-weight: 600; color: #e2e8f0; width: fit-content;
}
.sd-badge-icon {
  width: 26px; height: 26px; border-radius: 8px;
  background: color-mix(in srgb, var(--sc) 20%, transparent);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.sd-badge-icon svg { width: 14px; height: 14px; stroke: var(--sc); }

.sd-headline {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.1;
  color: #fff; letter-spacing: -.02em;
}
.sd-sub { font-size: 1.125rem; color: var(--muted); line-height: 1.75; max-width: 560px; }
.sd-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Stats card (right side) */
.sd-hero-card {
  background: var(--card);
  border: 1px solid color-mix(in srgb, var(--sc) 25%, var(--border));
  border-radius: 24px; padding: 2.5rem;
  display: flex; flex-direction: column; gap: 2rem;
  box-shadow: 0 0 60px color-mix(in srgb, var(--sc) 12%, transparent);
  position: relative; overflow: hidden;
}
.sd-hero-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--sc) 8%, transparent), transparent 60%);
  pointer-events: none;
}
.sd-hero-card-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: color-mix(in srgb, var(--sc) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--sc) 30%, transparent);
  display: flex; align-items: center; justify-content: center;
}
.sd-hero-card-icon svg { width: 26px; height: 26px; stroke: var(--sc); }
.sd-hero-stats { display: flex; flex-direction: column; gap: 1.5rem; }
.sd-hero-stat { display: flex; flex-direction: column; gap: .25rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.sd-hero-stat:last-child { border-bottom: none; padding-bottom: 0; }
.sd-hero-stat-val {
  font-family: var(--font-display); font-size: 2.25rem; font-weight: 800;
  color: #fff; line-height: 1;
  background: linear-gradient(135deg, #fff 40%, color-mix(in srgb, var(--sc) 80%, #fff));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.sd-hero-stat-label { font-size: .8125rem; color: var(--muted); }
.sd-hero-card-badge {
  display: flex; align-items: center; gap: .5rem;
  font-size: .8rem; color: #4ade80; background: rgba(74,222,128,.08);
  border: 1px solid rgba(74,222,128,.2); border-radius: 999px;
  padding: .4rem .875rem;
}
.sd-hero-card-badge svg { stroke: #4ade80; flex-shrink: 0; }

/* ── SECTION HEADER ── */
.sd-section-header { text-align: center; margin-bottom: 4rem; }
.sd-section-header .section-sub { max-width: 560px; margin: 1rem auto 0; }

/* ── FEATURES ── */
.sd-features { padding: 7rem 0; }
.sd-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.sd-feature-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 20px;
  padding: 2rem; display: flex; gap: 1.25rem; align-items: flex-start;
  position: relative; overflow: hidden;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  cursor: default;
}
.sd-feature-card::after {
  content: ''; position: absolute; inset: 0; opacity: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--sc) 8%, transparent), transparent);
  transition: opacity .25s; pointer-events: none;
}
.sd-feature-card:hover { border-color: color-mix(in srgb, var(--sc) 40%, transparent); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.3); }
.sd-feature-card:hover::after { opacity: 1; }
.sd-feature-num {
  font-family: var(--font-display); font-size: 2rem; font-weight: 900;
  color: color-mix(in srgb, var(--sc) 50%, transparent);
  line-height: 1; flex-shrink: 0; min-width: 2.5rem;
}
.sd-feature-body { flex: 1; }
.sd-feature-title { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: .5rem; }
.sd-feature-desc { font-size: .875rem; color: var(--muted); line-height: 1.65; }
.sd-feature-arrow {
  width: 28px; height: 28px; flex-shrink: 0; opacity: 0;
  transition: opacity .2s, transform .2s;
  color: var(--sc);
}
.sd-feature-arrow svg { width: 20px; height: 20px; stroke: currentColor; }
.sd-feature-card:hover .sd-feature-arrow { opacity: 1; transform: translate(2px, -2px); }

/* ── PROCESS TIMELINE ── */
.sd-process { padding: 7rem 0; position: relative; overflow: hidden; }
.sd-process-bg {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.02) 50%, transparent);
  pointer-events: none;
}
.sd-process-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.sd-process-line {
  position: absolute; top: 28px; left: calc(12.5%); right: calc(12.5%);
  height: 1px; background: linear-gradient(90deg, transparent, var(--border) 20%, var(--border) 80%, transparent);
  pointer-events: none;
}
.sd-process-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 1.5rem; position: relative; }
.sd-process-dot {
  width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--border);
  background: var(--card); display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1; margin-bottom: 1.5rem;
  transition: border-color .3s, box-shadow .3s;
}
.sd-process-dot span {
  font-family: var(--font-display); font-size: .875rem; font-weight: 700;
  background: linear-gradient(135deg, #fff, color-mix(in srgb, var(--sc) 70%, #fff));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.sd-process-step.in-view .sd-process-dot {
  border-color: var(--sc);
  box-shadow: 0 0 20px color-mix(in srgb, var(--sc) 35%, transparent);
}
.sd-process-card { display: flex; flex-direction: column; gap: .5rem; }
.sd-process-title { font-family: var(--font-display); font-size: 1.0625rem; font-weight: 700; color: #fff; }
.sd-process-desc { font-size: .875rem; color: var(--muted); line-height: 1.65; }

/* ── WHY BARLIC ── */
.sd-why { padding: 7rem 0; }
.sd-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.sd-why-pillars { display: flex; flex-direction: column; gap: 2rem; }
.sd-pillar { display: flex; gap: 1.25rem; align-items: flex-start; }
.sd-pillar-icon {
  width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
  background: color-mix(in srgb, var(--sc) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--sc) 25%, transparent);
  display: flex; align-items: center; justify-content: center;
}
.sd-pillar-icon svg { width: 20px; height: 20px; stroke: var(--sc); }
.sd-pillar-title { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: .375rem; }
.sd-pillar-desc { font-size: .875rem; color: var(--muted); line-height: 1.65; }

/* ── FAQS ── */
.sd-faqs { padding: 7rem 0; }
.sd-faqs-grid { display: grid; grid-template-columns: 340px 1fr; gap: 5rem; align-items: start; }
.sd-faqs-left { position: sticky; top: calc(var(--nav-height, 80px) + 2rem); }
.sd-faqs-right .faq-item:first-child { border-top: 1px solid var(--border); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .sd-hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .sd-hero-card { display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: start; }
  .sd-hero-stats { flex-direction: row; gap: 2rem; }
  .sd-hero-stat { border-bottom: none; border-right: 1px solid var(--border); padding-right: 2rem; padding-bottom: 0; }
  .sd-hero-stat:last-child { border-right: none; }
  .sd-faqs-grid { grid-template-columns: 1fr; }
  .sd-faqs-left { position: static; }
  .sd-why-grid { grid-template-columns: 1fr; gap: 3rem; }
}
@media (max-width: 900px) {
  .sd-features-grid { grid-template-columns: repeat(2, 1fr); }
  .sd-process-track { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .sd-process-line { display: none; }
  .sd-process-step { align-items: flex-start; text-align: left; padding: 0; }
}
@media (max-width: 640px) {
  .sd-hero { min-height: auto; padding-bottom: 4rem; }
  .sd-features-grid { grid-template-columns: 1fr; }
  .sd-hero-card { grid-template-columns: 1fr; }
  .sd-hero-stats { flex-direction: column; }
  .sd-hero-stat { border-right: none; border-bottom: 1px solid var(--border); padding-bottom: 1.25rem; }
  .sd-hero-stat:last-child { border-bottom: none; }
  .sd-process-track { grid-template-columns: 1fr; }
  .sd-hero-actions { flex-direction: column; }
  .sd-hero-actions .btn { text-align: center; justify-content: center; }
}
