/* ============================================
   RAJANI E-SOLUTIONS — Premium Light Theme
   Fraunces (display) + Geist (body) + JetBrains Mono
   Ivory base · Crimson accent · Editorial layout
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Palette — warm ivory base with deep crimson accent */
  --bg: #fbf9f5;            /* warm ivory */
  --bg-soft: #f5f1ea;       /* soft cream */
  --bg-card: #ffffff;       /* pure white card */
  --bg-elev: #faf7f1;       /* elevated tone */
  --bg-dark: #1a1a1f;       /* deep charcoal — for accents */

  --border: rgba(26, 26, 31, 0.08);
  --border-strong: rgba(26, 26, 31, 0.16);

  --text: #1a1a1f;          /* near-black text */
  --text-muted: #5a5a66;
  --text-faint: #8b8b95;

  --accent: #a01a25;        /* deep crimson — from logo */
  --accent-hover: #8b1620;
  --accent-soft: rgba(160, 26, 37, 0.08);
  --accent-glow: rgba(160, 26, 37, 0.18);

  --metallic: #2a2a32;      /* metallic dark from logo */
  --metallic-light: #4a4a55;

  --whatsapp: #25D366;
  --whatsapp-dark: #128C7E;

  --success: #0f7d4a;
  --danger: #c0392b;

  /* Typography */
  --font-display: "Fraunces", "Times New Roman", serif;
  --font-sans: "Geist", -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  /* Layout */
  --container: 1200px;
  --container-narrow: 820px;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  /* Effects */
  --shadow-sm: 0 1px 2px rgba(26, 26, 31, 0.04), 0 1px 3px rgba(26, 26, 31, 0.06);
  --shadow: 0 4px 12px rgba(26, 26, 31, 0.04), 0 8px 24px rgba(26, 26, 31, 0.06);
  --shadow-lg: 0 10px 40px rgba(26, 26, 31, 0.08), 0 20px 60px rgba(26, 26, 31, 0.06);
  --shadow-crimson: 0 8px 24px rgba(160, 26, 37, 0.18);
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  font-feature-settings: "ss01", "cv11";
}

/* ============ BACKGROUND ATMOSPHERE ============ */
.bg-effects {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.bg-grain {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(160, 26, 37, 0.03), transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(255, 220, 180, 0.15), transparent 60%);
}

.bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
}
.bg-blob-1 {
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(160, 26, 37, 0.08), transparent 70%);
  top: 10%; left: -10%;
  animation: float-1 28s ease-in-out infinite;
}
.bg-blob-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(220, 180, 120, 0.12), transparent 70%);
  bottom: 20%; right: -10%;
  animation: float-2 32s ease-in-out infinite;
}
@keyframes float-1 {
  0%, 100% { transform: translate(0,0); }
  50% { transform: translate(60px, 80px); }
}
@keyframes float-2 {
  0%, 100% { transform: translate(0,0); }
  50% { transform: translate(-50px, -60px); }
}

/* ============ CONTAINER ============ */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}
.container-narrow { max-width: var(--container-narrow); }
@media (max-width: 640px) {
  .container { padding: 0 20px; }
}

/* ============ TYPOGRAPHY ============ */
h1, h2, h3, h4, h5 {
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--text);
}

h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  font-variation-settings: "opsz" 144;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  font-variation-settings: "opsz" 144;
}

h3 {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "opsz" 144;
}

.muted { color: var(--text-muted); }
.title-accent {
  color: var(--accent);
  font-style: italic;
  font-weight: 500;
}

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

code {
  font-family: var(--font-mono);
  font-size: 0.85em;
  background: var(--bg-soft);
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid var(--border);
  color: var(--accent);
}

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

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.btn-lg { padding: 14px 26px; font-size: 1rem; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--bg-dark);
  color: var(--bg);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.btn-primary:hover {
  background: var(--accent);
  transform: translateY(-1px);
  box-shadow: var(--shadow-crimson);
}

.btn-outline {
  background: var(--bg-card);
  color: var(--text);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-sm);
}
.btn-outline:hover {
  background: var(--bg-elev);
  border-color: var(--text);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  color: var(--text-muted);
}
.btn-ghost:hover { color: var(--text); }

.btn-wa {
  color: var(--whatsapp-dark);
}
.btn-wa:hover { color: var(--whatsapp); }
.btn-wa svg { color: var(--whatsapp); }

/* ============ NAVBAR ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  background: rgba(251, 249, 245, 0.85);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(160, 26, 37, 0.15));
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.logo:hover .logo-img {
  transform: rotate(-8deg) scale(1.05);
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  color: var(--text);
}
.logo-name em {
  color: var(--accent);
  font-style: italic;
  font-weight: 500;
}
.logo-tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--text-faint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  gap: 32px;
  font-size: 0.92rem;
}
.nav-links a {
  color: var(--text-muted);
  font-weight: 500;
  position: relative;
  padding: 4px 0;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta { display: flex; gap: 10px; align-items: center; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.nav-toggle span {
  width: 22px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
}

@media (max-width: 980px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open, .nav-cta.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    padding: 20px 32px;
    gap: 16px;
    box-shadow: var(--shadow);
  }
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 80px 0 60px;
  text-align: center;
  overflow: hidden;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 8px 16px;
  border-radius: 99px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 32px;
  box-shadow: var(--shadow-sm);
  animation: fade-up 0.6s ease;
}
.hero-badge strong { color: var(--accent); font-weight: 600; }
.hero-badge .dot {
  width: 6px; height: 6px;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--success);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

.hero-title {
  margin-bottom: 28px;
  animation: fade-up 0.8s ease 0.1s both;
}

.hero-sub {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto 40px;
  animation: fade-up 0.8s ease 0.2s both;
  line-height: 1.55;
}

.hero-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 72px;
  animation: fade-up 0.8s ease 0.3s both;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  max-width: 820px;
  margin: 0 auto 80px;
  overflow: hidden;
  box-shadow: var(--shadow);
  animation: fade-up 0.8s ease 0.4s both;
}
.stat {
  padding: 28px 16px;
  border-right: 1px solid var(--border);
}
.stat:last-child { border-right: none; }

.stat-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--text);
  line-height: 1;
  font-variation-settings: "opsz" 144;
}
.stat-num span {
  color: var(--accent);
  font-size: 0.7em;
  margin-left: 1px;
  font-style: italic;
}
.stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 8px;
  font-weight: 500;
}

@media (max-width: 640px) {
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--border); }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============ HERO PREVIEW ============ */
.hero-preview {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  animation: fade-up 1s ease 0.6s both;
}

.preview-window {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.preview-chrome {
  background: var(--bg-soft);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--border);
}
.dot-r, .dot-y, .dot-g {
  width: 11px; height: 11px;
  border-radius: 50%;
}
.dot-r { background: #ff5f56; }
.dot-y { background: #ffbd2e; }
.dot-g { background: #27c93f; }
.preview-url {
  flex: 1;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--text-muted);
  background: var(--bg-card);
  padding: 5px 12px;
  border-radius: 6px;
  margin-left: 16px;
  border: 1px solid var(--border);
}

.preview-body {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 400px;
  background: var(--bg-card);
}

.preview-sidebar {
  background: var(--bg-soft);
  border-right: 1px solid var(--border);
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ps-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 16px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 12px;
}
.ps-brand img { width: 22px; height: 22px; object-fit: contain; }
.ps-brand span {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
}

.ps-item {
  padding: 9px 12px;
  font-size: 0.88rem;
  color: var(--text-muted);
  border-radius: 8px;
  cursor: default;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.ps-icon {
  font-size: 0.85rem;
  color: var(--text-faint);
  width: 14px;
  display: inline-block;
}
.ps-item.active {
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 600;
}
.ps-item.active .ps-icon { color: var(--accent); }

.preview-main { padding: 28px; }
.preview-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}
.kpi {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 16px;
}
.kpi-label {
  font-size: 0.72rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.kpi-value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 8px 0 4px;
  letter-spacing: -0.03em;
  font-variation-settings: "opsz" 144;
}
.kpi-trend {
  font-size: 0.78rem;
  font-weight: 600;
  font-family: var(--font-mono);
}
.kpi-trend.up { color: var(--success); }
.kpi-trend.down { color: var(--danger); }

.preview-chart {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  height: 160px;
  padding: 14px;
}
.preview-chart svg { width: 100%; height: 100%; }

@media (max-width: 720px) {
  .preview-sidebar { display: none; }
  .preview-body { grid-template-columns: 1fr; }
  .preview-row { grid-template-columns: repeat(2, 1fr); }
}

/* ============ MARQUEE ============ */
.marquee-section {
  padding: 60px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-card);
}
.marquee-label {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--accent);
  letter-spacing: 0.18em;
  margin-bottom: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 28px;
  animation: marquee 60s linear infinite;
  width: max-content;
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--text);
  font-weight: 500;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 144;
}
.marquee-track .sep {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ SECTIONS ============ */
.section {
  padding: 120px 0;
  position: relative;
}
.section-alt {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 72px;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.section-title { margin-bottom: 16px; }
.section-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.55;
}

/* ============ SERVICES GRID ============ */
.service-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 20px;
}

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

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.service-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.service-card-feature {
  background: linear-gradient(180deg, var(--bg-card), var(--bg-soft));
  border-color: var(--accent);
  border-width: 1.5px;
}
.service-card-feature:hover {
  box-shadow: var(--shadow-crimson), var(--shadow);
}

.service-num {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}

.service-tag {
  position: absolute;
  top: 24px; right: 24px;
  background: var(--accent);
  color: white;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.service-card h3 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.service-card p {
  color: var(--text-muted);
  font-size: 0.94rem;
  margin-bottom: 22px;
  line-height: 1.55;
}

.service-list {
  list-style: none;
  margin-bottom: 28px;
  flex: 1;
}
.service-list li {
  font-size: 0.88rem;
  color: var(--text-muted);
  padding: 8px 0 8px 22px;
  position: relative;
  border-bottom: 1px dashed var(--border);
}
.service-list li:last-child { border-bottom: none; }
.service-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.service-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.badge {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 11px;
  background: var(--bg-soft);
  color: var(--text-muted);
  border-radius: 6px;
  border: 1px solid var(--border);
}
.badge-accent {
  background: var(--accent-soft);
  color: var(--accent);
  border-color: rgba(160, 26, 37, 0.15);
}

/* ============ CASE STUDIES ============ */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* All cards uniform size for a clean 3×2 grid */
.case-card-lg { grid-column: span 1; }

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

.case-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.case-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 2px;
  background: var(--accent);
  transition: width 0.5s ease;
}
.case-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.case-card:hover::before { width: 100%; }

.case-card-lg {
  background:
    linear-gradient(135deg, rgba(160, 26, 37, 0.04), transparent 60%),
    var(--bg);
  border-color: rgba(160, 26, 37, 0.25);
}

.case-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.case-badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
}
.case-year {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-faint);
  font-weight: 500;
}

.case-card h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.025em;
}
.case-card-lg h3 { font-size: 1.7rem; }

.case-client {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-bottom: 14px;
  font-weight: 500;
  font-style: italic;
}
.case-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 18px;
}
.case-desc strong { color: var(--text); }

.case-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.case-stack span {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 4px 9px;
  border-radius: 4px;
  color: var(--text-muted);
}

/* ============ PROCESS ============ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
@media (max-width: 900px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .process-grid { grid-template-columns: 1fr; }
}

.process-step {
  padding: 32px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  position: relative;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}
.process-step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.process-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--accent);
  font-weight: 500;
  font-style: italic;
  margin-bottom: 18px;
  letter-spacing: -0.04em;
  font-variation-settings: "opsz" 144;
}
.process-step h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
.process-step p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* ============ TESTIMONIALS ============ */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .testimonial-grid { grid-template-columns: 1fr; }
}

.testimonial {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: all 0.3s ease;
}
.testimonial:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.t-stars {
  color: var(--accent);
  font-size: 1.05rem;
  letter-spacing: 3px;
  margin-bottom: 18px;
}
.testimonial blockquote {
  font-family: var(--font-display);
  font-size: 1.3rem;
  line-height: 1.4;
  color: var(--text);
  margin-bottom: 24px;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-variation-settings: "opsz" 144;
}
.testimonial blockquote::before {
  content: """;
  font-size: 2.5rem;
  color: var(--accent);
  line-height: 0;
  margin-right: 4px;
  vertical-align: -0.4em;
}
.testimonial figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.t-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 1.1rem;
}
.t-name {
  font-size: 0.88rem;
  color: var(--text);
  font-weight: 600;
}
.t-role {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 1px;
}

.fiverr-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============ PRICING ============ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}
.pricing-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.pricing-card-featured {
  background: linear-gradient(180deg, #fffbf5, var(--bg-card));
  border-color: var(--accent);
  border-width: 1.5px;
  box-shadow: 0 8px 32px rgba(160, 26, 37, 0.12);
  transform: scale(1.03);
}
@media (max-width: 900px) {
  .pricing-card-featured { transform: none; }
}

.pricing-flag {
  position: absolute;
  top: -1px; right: 28px;
  background: var(--accent);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 0 0 6px 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-mono);
}

.pricing-tier {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: 16px;
}
.pricing-price {
  font-family: var(--font-display);
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--text);
  font-variation-settings: "opsz" 144;
}
.price-currency {
  font-size: 1.4rem;
  vertical-align: top;
  margin-right: 4px;
  color: var(--text-muted);
  font-weight: 400;
}
.price-plus {
  font-size: 1.4rem;
  color: var(--accent);
  margin-left: 2px;
  font-style: italic;
}
.pricing-period {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 12px 0 32px;
  font-weight: 500;
}
.pricing-list {
  list-style: none;
  margin-bottom: 32px;
  flex: 1;
}
.pricing-list li {
  padding: 10px 0 10px 24px;
  position: relative;
  font-size: 0.92rem;
  color: var(--text);
  border-bottom: 1px solid var(--border);
}
.pricing-list li:last-child { border-bottom: none; }
.pricing-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 800;
}

.pricing-note {
  text-align: center;
  margin-top: 36px;
  color: var(--text-muted);
  font-size: 0.92rem;
}
.pricing-note a {
  color: var(--accent);
  border-bottom: 1px solid currentColor;
  font-weight: 500;
}

/* ============ FAQ ============ */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all 0.2s;
  overflow: hidden;
}
.faq-item[open] {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-sm);
}
.faq-item summary {
  padding: 24px 28px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--font-display);
  letter-spacing: -0.015em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-mono);
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 400;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}
.faq-body {
  padding: 0 28px 24px;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ============ CTA / CONTACT ============ */
.section-cta { padding: 120px 0; }

.cta-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cta-card::before {
  content: "";
  position: absolute;
  top: -30%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(160, 26, 37, 0.06), transparent 60%);
  pointer-events: none;
}

@media (max-width: 900px) {
  .cta-card {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 40px;
  }
}

.cta-content { position: relative; z-index: 2; }
.cta-content h2 { margin-bottom: 16px; }
.cta-lead {
  color: var(--text-muted);
  margin-bottom: 36px;
  font-size: 1rem;
  line-height: 1.55;
}

.cta-channels {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.channel {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all 0.25s ease;
  position: relative;
}
.channel:hover {
  border-color: var(--accent);
  transform: translateX(4px);
  box-shadow: var(--shadow-sm);
}
.channel-wa {
  border-color: rgba(37, 211, 102, 0.3);
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.04), var(--bg));
}
.channel-wa:hover {
  border-color: var(--whatsapp);
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.08), var(--bg));
}

.channel-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 1.2rem;
  flex-shrink: 0;
  background: var(--bg-soft);
  color: var(--text);
}
.channel-wa .channel-icon {
  background: var(--whatsapp);
  color: white;
}
.channel-icon-fiverr {
  background: #1dbf73 !important;
  color: white !important;
}
.channel-icon-mail {
  background: var(--accent) !important;
  color: white !important;
}

.channel > div:nth-child(2) { flex: 1; }
.channel-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.channel-value {
  font-weight: 600;
  font-size: 0.96rem;
  margin-top: 2px;
  color: var(--text);
}
.channel-arrow {
  color: var(--text-faint);
  font-size: 1.2rem;
  transition: all 0.25s;
}
.channel:hover .channel-arrow {
  color: var(--accent);
  transform: translateX(2px);
}
.channel-wa:hover .channel-arrow { color: var(--whatsapp); }

/* CTA Form */
.cta-form {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  z-index: 2;
}
.form-head { margin-bottom: 24px; }
.form-head h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.form-head p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.form-row { margin-bottom: 14px; }
.form-row label {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 6px;
}
.cta-form input,
.cta-form select,
.cta-form textarea {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  transition: all 0.2s;
}
.cta-form input:focus,
.cta-form select:focus,
.cta-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: white;
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.cta-form textarea { resize: vertical; min-height: 100px; }

/* ============ FOOTER ============ */
.footer {
  border-top: 1px solid var(--border);
  padding: 72px 0 32px;
  background: var(--bg-soft);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-top: 18px;
  max-width: 340px;
  line-height: 1.55;
}

.footer-col h5 {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-faint);
  margin-bottom: 16px;
  font-weight: 600;
}
.footer-col a {
  display: block;
  font-size: 0.92rem;
  color: var(--text-muted);
  padding: 5px 0;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--accent); }

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--text-faint);
}
.footer-tag {
  font-family: var(--font-mono);
  font-size: 0.78rem;
}
@media (max-width: 600px) {
  .footer-bottom { flex-direction: column; gap: 8px; }
}

/* ============ FLOATING WHATSAPP BUTTON ============ */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: white;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
  z-index: 90;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wa-float:hover {
  background: var(--whatsapp-dark);
  transform: scale(1.08);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.5);
}
.wa-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--whatsapp);
  opacity: 0.5;
  animation: wa-pulse 2s ease-out infinite;
  z-index: -1;
}
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.6); opacity: 0; }
}
@media (max-width: 640px) {
  .wa-float { bottom: 20px; right: 20px; width: 54px; height: 54px; }
}

/* ============ SCROLLBAR ============ */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--border-strong); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--text-faint); }

/* ============ SELECTION ============ */
::selection {
  background: var(--accent);
  color: white;
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================
   CASE STUDY CARDS — 3D TILT + ANIMATED PREVIEWS
   ============================================ */

/* Convert case-card to anchor link */
a.case-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.case-tilt-inner {
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

a.case-card:hover {
  border-color: var(--accent) !important;
  box-shadow:
    0 24px 48px rgba(160, 26, 37, 0.18),
    0 12px 24px rgba(26, 26, 31, 0.12);
}

a.case-card:hover .case-tilt-inner {
  transform: translateZ(20px);
}

/* Hover-revealed CTA */
.case-cta {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px dashed var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--accent);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  opacity: 0.55;
  transition: opacity 0.3s, transform 0.3s;
}

a.case-card:hover .case-cta {
  opacity: 1;
}

.case-cta-arrow {
  display: inline-block;
  font-size: 1.1rem;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

a.case-card:hover .case-cta-arrow {
  transform: translateX(6px);
}

/* ============ MINI ANIMATED PREVIEWS ============ */

.case-preview {
  width: 100%;
  height: 140px;
  margin-bottom: 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--bg-soft), var(--bg));
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

/* Subtle ambient gradient that animates on hover */
.case-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(160, 26, 37, 0.08), transparent 60%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
a.case-card:hover .case-preview::before { opacity: 1; }

/* === Preview 1: Dashboard Window === */
.cp-window {
  width: 100%;
  height: 100%;
  background: var(--bg-card);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(26, 26, 31, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cp-chrome {
  height: 18px;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  flex-shrink: 0;
}
.cp-chrome span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--border-strong);
}
.cp-chrome span:nth-child(1) { background: #ff5f56; }
.cp-chrome span:nth-child(2) { background: #ffbd2e; }
.cp-chrome span:nth-child(3) { background: #27c93f; }
.cp-url {
  flex: 1;
  font-family: var(--font-mono);
  font-size: 8px;
  color: var(--text-faint);
  text-align: center;
  letter-spacing: 0.04em;
}

.cp-body {
  flex: 1;
  display: flex;
  min-height: 0;
}
.cp-body-stack {
  flex-direction: column;
  padding: 8px;
  gap: 6px;
}

.cp-sidebar {
  width: 28%;
  background: var(--bg-soft);
  padding: 6px 4px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-right: 1px solid var(--border);
}
.cp-pill {
  height: 6px;
  background: var(--border-strong);
  border-radius: 2px;
  opacity: 0.4;
}
.cp-pill-active {
  background: var(--accent);
  opacity: 1;
  width: 90%;
}

.cp-main {
  flex: 1;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}

.cp-stats {
  display: flex;
  gap: 6px;
}
.cp-stat {
  flex: 1;
  background: var(--bg-soft);
  border-radius: 4px;
  padding: 4px 5px;
}
.cp-stat-label {
  height: 3px;
  background: var(--border-strong);
  border-radius: 2px;
  width: 40%;
  margin-bottom: 3px;
}
.cp-stat-num {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  color: var(--text);
  line-height: 1;
  margin-bottom: 3px;
}
.cp-stat-bar {
  height: 2px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
}
.cp-stat-fill {
  height: 100%;
  width: 0;
  background: var(--accent);
  border-radius: 2px;
  animation: cp-fill 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes cp-fill {
  to { width: var(--w); }
}

.cp-chart {
  height: 28px;
  width: 100%;
}
.cp-chart-line {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  animation: cp-draw 2.5s ease-out forwards;
}
@keyframes cp-draw {
  to { stroke-dashoffset: 0; }
}

.cp-live-pulse {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 7px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.cp-pulse-dot {
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 var(--accent);
  animation: cp-pulse 1.6s ease-out infinite;
}
@keyframes cp-pulse {
  0% { box-shadow: 0 0 0 0 rgba(160, 26, 37, 0.6); }
  100% { box-shadow: 0 0 0 8px rgba(160, 26, 37, 0); }
}

/* === Preview 2: Amazon Ads bars === */
.cp-region-row {
  display: flex;
  gap: 4px;
}
.cp-region {
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  background: var(--bg-soft);
  color: var(--text-faint);
  border-radius: 3px;
  border: 1px solid var(--border);
}
.cp-region-active {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.cp-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
  gap: 3px;
  padding: 4px 0;
}
.cp-bar {
  flex: 1;
  background: var(--accent);
  border-radius: 2px 2px 0 0;
  height: 0;
  animation: cp-bar-up 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0.85;
}
.cp-bar:nth-child(1) { animation-delay: 0.05s; }
.cp-bar:nth-child(2) { animation-delay: 0.1s; }
.cp-bar:nth-child(3) { animation-delay: 0.15s; }
.cp-bar:nth-child(4) { animation-delay: 0.2s; }
.cp-bar:nth-child(5) { animation-delay: 0.25s; }
.cp-bar:nth-child(6) { animation-delay: 0.3s; }
@keyframes cp-bar-up {
  to { height: var(--h); }
}

/* === Preview 3: Flow nodes === */
.cp-flow-svg {
  width: 100%;
  height: 100%;
  max-height: 110px;
}
.cp-flow-line {
  stroke: var(--border-strong);
  stroke-width: 1.5;
  stroke-dasharray: 4 4;
}
.cp-flow-node {
  fill: var(--metallic);
  stroke: var(--accent);
  stroke-width: 1.5;
}
.cp-flow-active {
  fill: var(--accent);
}
.cp-flow-pulse {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2;
  opacity: 0;
  transform-origin: center;
  animation: cp-flow-ripple 2.5s ease-out infinite;
}
.cp-flow-pulse-2 { animation-delay: 1.25s; }
@keyframes cp-flow-ripple {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(2.2); opacity: 0; }
}

/* === Preview 4: AI Chat === */
.case-preview-chat {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 6px;
  padding: 14px;
}
.cp-chat-row {
  display: flex;
}
.cp-chat-bubble {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 8px;
}
.cp-chat-user {
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--text);
  margin-left: auto;
}
.cp-chat-ai {
  background: var(--accent);
  color: white;
  border-radius: 8px 8px 8px 2px;
  min-width: 30px;
}
.cp-typing { display: inline-flex; gap: 2px; }
.cp-typing span {
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
  animation: cp-typing 1.2s ease-in-out infinite;
}
.cp-typing span:nth-child(2) { animation-delay: 0.2s; }
.cp-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes cp-typing {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}
.cp-chat-table {
  margin-top: 4px;
  padding-top: 6px;
  border-top: 1px dashed var(--border);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cp-chat-tr {
  height: 4px;
  background: var(--border-strong);
  border-radius: 2px;
  opacity: 0;
  animation: cp-row-in 0.4s ease forwards;
}
.cp-chat-tr-2 { animation-delay: 0.5s; width: 80%; }
.cp-chat-tr-3 { animation-delay: 1s; width: 60%; }
.cp-chat-tr { animation-delay: 0s; }
@keyframes cp-row-in {
  to { opacity: 1; }
}

/* === Preview 5: Document/Invoice === */
.case-preview-doc {
  perspective: 800px;
}
.cp-doc {
  width: 70%;
  height: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  box-shadow: 0 4px 12px rgba(26, 26, 31, 0.08);
  transform: rotate(-3deg);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  z-index: 2;
}
.cp-doc-back {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 12px; left: 12px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 6px;
  transform: rotate(4deg);
  z-index: 1;
}
a.case-card:hover .cp-doc {
  transform: rotate(-1deg) translateY(-2px);
}
.cp-doc-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--border);
}
.cp-doc-logo {
  width: 14px; height: 14px;
  background: var(--accent);
  border-radius: 3px;
}
.cp-doc-title {
  flex: 1;
  height: 5px;
  background: var(--text);
  border-radius: 2px;
  width: 60%;
}
.cp-doc-line {
  height: 3px;
  background: var(--border-strong);
  border-radius: 2px;
  opacity: 0.6;
}
.cp-doc-line-2 { width: 85%; }
.cp-doc-line-3 { width: 70%; }
.cp-doc-total {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  text-align: right;
}

/* === Preview 6: Wizard === */
.case-preview-wizard {
  flex-direction: column;
  align-items: stretch;
  padding: 14px;
  gap: 12px;
}
.cp-wizard-bar {
  display: flex;
  gap: 4px;
}
.cp-wizard-step {
  flex: 1;
  height: 4px;
  background: var(--border-strong);
  border-radius: 2px;
  opacity: 0.4;
  position: relative;
  overflow: hidden;
}
.cp-wizard-done {
  background: var(--accent);
  opacity: 1;
}
.cp-wizard-active {
  background: var(--accent);
  opacity: 0.4;
}
.cp-wizard-active::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  width: 0;
  animation: cp-wizard-fill 2s ease-out infinite;
}
@keyframes cp-wizard-fill {
  0% { width: 0; }
  100% { width: 100%; }
}
.cp-wizard-q {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cp-wizard-q-label {
  height: 5px;
  background: var(--text);
  border-radius: 2px;
  width: 70%;
}
.cp-wizard-options {
  display: flex;
  gap: 4px;
}
.cp-wizard-opt {
  flex: 1;
  height: 18px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
}
.cp-wizard-opt-active {
  background: var(--accent-soft);
  border-color: var(--accent);
}

/* ============ PORTFOLIO CTA UNDER CASES ============ */
.work-portfolio-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 56px;
  flex-wrap: wrap;
}

/* On mobile, disable 3D tilt for performance */
@media (max-width: 768px) {
  a.case-card { perspective: none; }
  a.case-card:hover .case-tilt-inner { transform: none; }
}

/* Reduce motion support */
@media (prefers-reduced-motion: reduce) {
  .cp-stat-fill,
  .cp-chart-line,
  .cp-bar,
  .cp-flow-pulse,
  .cp-pulse-dot,
  .cp-typing span,
  .cp-chat-tr,
  .cp-wizard-active::after {
    animation: none !important;
  }
  .cp-stat-fill { width: var(--w); }
  .cp-chart-line { stroke-dashoffset: 0; }
  .cp-bar { height: var(--h); }
  .cp-chat-tr { opacity: 1; }
}

/* ============================================
   APP DESIGNS GALLERY SECTION
   ============================================ */
.section-designs {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.designs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
@media (max-width: 1100px) { .designs-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 840px)  { .designs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .designs-grid { grid-template-columns: 1fr; } }

.design-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 14px 14px 20px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: default;
  position: relative;
  overflow: hidden;
}
.design-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow:
    0 16px 40px rgba(160, 26, 37, 0.12),
    0 8px 16px rgba(26, 26, 31, 0.06);
}
.design-card h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 14px 0 4px 4px;
  letter-spacing: -0.02em;
}
.design-card p {
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.45;
  margin: 0 4px;
}

.designs-note {
  text-align: center;
  margin-top: 32px;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.designs-note a {
  color: var(--accent);
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

/* === Generic mini app window (used for all 8 designs) === */
.design-window {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  height: 200px;
  display: flex;
  flex-direction: column;
}
.dw-chrome {
  height: 22px;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 10px;
  flex-shrink: 0;
}
.dw-chrome span {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--border-strong);
}
.dw-chrome span:nth-child(1) { background: #ff5f56; }
.dw-chrome span:nth-child(2) { background: #ffbd2e; }
.dw-chrome span:nth-child(3) { background: #27c93f; }
.dw-url {
  flex: 1;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--text-faint);
  letter-spacing: 0.04em;
}
.dw-body {
  flex: 1;
  display: flex;
  background: var(--bg-card);
  min-height: 0;
}

/* === Design 1: Dashboard === */
.dw-sidebar {
  width: 32%;
  background: var(--bg-soft);
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-right: 1px solid var(--border);
}
.dw-logo {
  height: 14px;
  background: var(--accent);
  border-radius: 3px;
  margin-bottom: 6px;
}
.dw-nav-item {
  height: 6px;
  background: var(--border-strong);
  opacity: 0.4;
  border-radius: 2px;
}
.dw-nav-active {
  background: var(--accent);
  opacity: 1;
}
.dw-main {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dw-header {
  height: 6px;
  width: 50%;
  background: var(--text);
  border-radius: 2px;
  margin-bottom: 4px;
}
.dw-cards {
  display: flex;
  gap: 4px;
}
.dw-card-stat {
  flex: 1;
  background: var(--bg-soft);
  border-radius: 4px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dw-num {
  height: 6px;
  width: 60%;
  background: var(--text);
  border-radius: 2px;
}
.dw-bar {
  height: 3px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
}
.dw-bar span {
  display: block;
  height: 100%;
  background: var(--accent);
  border-radius: 2px;
  width: 0;
  animation: dw-fill 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes dw-fill { to { width: var(--w); } }
.dw-chart-area {
  flex: 1;
  background: var(--bg-soft);
  border-radius: 4px;
  padding: 5px;
}
.dw-chart-area svg {
  width: 100%; height: 100%;
}

/* === Design 2: Inventory Table === */
.dw-body-table {
  flex-direction: column;
  padding: 10px;
  gap: 6px;
}
.dw-toolbar {
  display: flex;
  gap: 5px;
  align-items: center;
}
.dw-search {
  flex: 1;
  height: 14px;
  background: var(--bg-soft);
  border-radius: 4px;
}
.dw-btn {
  width: 28px; height: 14px;
  background: var(--accent);
  border-radius: 4px;
}
.dw-table {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}
.dw-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 4px;
  padding: 4px 6px;
  background: var(--bg-soft);
  border-radius: 3px;
  align-items: center;
}
.dw-row-header {
  background: var(--text);
  height: 8px;
}
.dw-cell {
  height: 4px;
  background: var(--border-strong);
  border-radius: 2px;
}
.dw-cell-tag {
  border-radius: 8px;
  height: 6px;
  width: 70%;
}
.dw-cell-tag-green { background: var(--success); }
.dw-cell-tag-amber { background: #f59e0b; }
.dw-cell-tag-red { background: var(--danger); }

/* === Design 3: Kanban === */
.dw-body-kanban {
  padding: 10px;
  gap: 5px;
}
.dw-col {
  flex: 1;
  background: var(--bg-soft);
  border-radius: 4px;
  padding: 5px 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dw-col-header {
  height: 4px;
  width: 70%;
  background: var(--accent);
  border-radius: 2px;
  margin-bottom: 2px;
}
.dw-card-mini {
  height: 22px;
  background: var(--bg-card);
  border-radius: 3px;
  border: 1px solid var(--border);
}
.dw-card-mini-active {
  border-color: var(--accent);
  background: linear-gradient(135deg, var(--accent-soft), var(--bg-card));
}

/* === Design 4: Reports === */
.dw-body-charts {
  flex-direction: column;
  padding: 10px;
  gap: 6px;
}
.dw-chart-grid {
  display: flex;
  gap: 6px;
  height: 60%;
}
.dw-bars {
  flex: 1.5;
  background: var(--bg-soft);
  border-radius: 4px;
  padding: 4px;
}
.dw-donut {
  flex: 1;
  background: var(--bg-soft);
  border-radius: 4px;
  padding: 4px;
}
.dw-data-rows {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.dw-data-row {
  display: flex;
  gap: 4px;
  padding: 3px 5px;
  background: var(--bg-soft);
  border-radius: 3px;
}
.dw-data-row span {
  height: 4px;
  background: var(--border-strong);
  border-radius: 2px;
}
.dw-data-row span:first-child { flex: 2; }
.dw-data-row span:last-child { flex: 1; background: var(--accent); opacity: 0.7; }

/* === Design 5: Wizard Form === */
.dw-body-form {
  flex-direction: column;
  padding: 10px;
  gap: 8px;
}
.dw-stepper {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 2px 0 6px;
}
.dw-step {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--bg-soft);
  border: 1.5px solid var(--border-strong);
  flex-shrink: 0;
}
.dw-step-done {
  background: var(--accent);
  border-color: var(--accent);
}
.dw-step-active {
  border-color: var(--accent);
  border-width: 2.5px;
  background: var(--bg-card);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.dw-step-line {
  flex: 1;
  height: 1.5px;
  background: var(--border-strong);
}
.dw-form-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dw-input {
  height: 14px;
  background: var(--bg-soft);
  border-radius: 3px;
  border: 1px solid var(--border);
}
.dw-input-2 { width: 70%; }
.dw-radios {
  display: flex;
  gap: 4px;
}
.dw-radio {
  flex: 1;
  height: 18px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 3px;
}
.dw-radio-on {
  background: var(--accent-soft);
  border-color: var(--accent);
}

/* === Design 6: Login === */
.dw-body-login {
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: linear-gradient(135deg, var(--bg-soft), var(--bg-card));
}
.dw-login-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 12px;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  box-shadow: var(--shadow-sm);
}
.dw-login-logo {
  width: 22px; height: 22px;
  background: var(--accent);
  border-radius: 6px;
  margin-bottom: 2px;
}
.dw-login-title {
  height: 5px;
  width: 60%;
  background: var(--text);
  border-radius: 2px;
  margin-bottom: 4px;
}
.dw-login-card .dw-input { width: 100%; height: 12px; }
.dw-login-btn {
  width: 100%;
  height: 16px;
  background: var(--bg-dark);
  border-radius: 4px;
  margin-top: 2px;
}
.dw-login-foot {
  width: 50%;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  margin-top: 2px;
  opacity: 0.6;
}

/* === Design 7: Live === */
.dw-body-live {
  flex-direction: column;
  padding: 10px;
  gap: 6px;
  position: relative;
}
.dw-live-pill {
  position: absolute;
  top: 10px; right: 10px;
  background: var(--accent);
  color: white;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.06em;
  z-index: 2;
}
.dw-live-dot {
  width: 5px; height: 5px;
  background: white;
  border-radius: 50%;
  animation: cp-pulse 1.6s ease-out infinite;
}
.dw-live-stage {
  flex: 1;
  background: linear-gradient(135deg, var(--metallic), var(--text) 80%);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.dw-live-stage::before {
  content: "";
  position: absolute;
  inset: 30% 35%;
  background: rgba(160, 26, 37, 0.6);
  border-radius: 4px;
  filter: blur(8px);
}
.dw-live-bottom {
  display: flex;
  gap: 4px;
}
.dw-live-stat {
  flex: 1;
  height: 22px;
  background: var(--bg-soft);
  border-radius: 4px;
  border: 1px solid var(--border);
}
.dw-live-stat:first-child {
  background: linear-gradient(135deg, var(--accent-soft), var(--bg-soft));
  border-color: var(--accent);
}

/* === Design 8: AI Chat === */
.dw-body-chat {
  flex-direction: column;
  padding: 10px;
  gap: 5px;
  justify-content: flex-end;
}
.dw-chat-msg {
  height: 12px;
  border-radius: 6px;
  max-width: 70%;
}
.dw-chat-user {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  align-self: flex-end;
  width: 70%;
}
.dw-chat-ai {
  background: var(--accent);
  align-self: flex-start;
  width: 65%;
  border-radius: 6px 6px 6px 2px;
}
.dw-chat-short { width: 40%; }
.dw-chat-table {
  margin-top: 4px;
  padding: 4px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.dw-chat-tr {
  height: 3px;
  background: var(--border-strong);
  border-radius: 2px;
}
.dw-chat-tr:first-child {
  background: var(--accent);
  width: 70%;
}

/* ============================================
   PROFESSIONAL POLISH — soft shadows, refined hover
   ============================================ */

/* Slightly softer card backgrounds for less harshness */
.bg-effects { opacity: 0.85; }

/* Service cards refinement */
.service-card {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.service-card:hover {
  border-color: var(--accent);
  transform: translateY(-6px);
}

/* Smoother section transitions */
.section { padding: 100px 0; }
@media (min-width: 1280px) { .section { padding: 120px 0; } }

/* ============================================
   RESPONSIVE — comprehensive breakpoint coverage
   ============================================ */

/* Tablet landscape (1024px) */
@media (max-width: 1024px) {
  .nav-inner { padding: 12px 24px; }
  .container { padding: 0 24px; }
  .hero { padding: 60px 0 40px; }
  .hero-title { font-size: clamp(2.2rem, 5vw, 3.6rem); }
  .hero-stats { max-width: 100%; }
  .marquee-track { font-size: 1.2rem; gap: 24px; }
}

/* Tablet (768-1023px) */
@media (max-width: 980px) {
  .section { padding: 80px 0; }
  .section-head { margin-bottom: 56px; }
  .nav-inner { padding: 12px 20px; }
  .hero { padding: 48px 0 30px; }
  .hero-cta { margin-bottom: 56px; }
  .hero-stats { margin-bottom: 60px; }
}

/* Small tablet (720px) */
@media (max-width: 720px) {
  .preview-sidebar { display: none; }
  .preview-body { grid-template-columns: 1fr; }
  .preview-row { grid-template-columns: repeat(2, 1fr); }
  .cta-card { padding: 32px 24px; gap: 32px; }
}

/* Mobile (640px and below) */
@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .nav-inner { padding: 10px 18px; gap: 12px; }
  .logo-img { width: 36px; height: 36px; }
  .logo-name { font-size: 0.98rem; }
  .logo-tag { font-size: 0.62rem; }

  .section { padding: 64px 0; }
  .section-head { margin-bottom: 44px; }

  .hero { padding: 36px 0 24px; }
  .hero-title { font-size: clamp(1.9rem, 7vw, 2.6rem); line-height: 1.15; }
  .hero-sub { font-size: 1rem; }
  .hero-badge { font-size: 0.78rem; padding: 6px 14px; }
  .hero-cta { gap: 8px; flex-direction: column; align-items: stretch; max-width: 320px; margin-left: auto; margin-right: auto; }
  .hero-cta .btn { width: 100%; }
  .hero-stats { border-radius: 14px; }
  .stat { padding: 20px 12px; }
  .stat-num { font-size: 1.9rem; }
  .stat-label { font-size: 0.78rem; }

  .preview-window { border-radius: 14px; }
  .preview-row { gap: 8px; }
  .kpi { padding: 12px; }
  .kpi-value { font-size: 1.2rem; }
  .preview-chart { height: 120px; }

  /* Cards */
  .case-card,
  .service-card,
  .design-card,
  .pricing-card,
  .testimonial,
  .process-step {
    padding: 24px 20px;
  }
  .case-card h3,
  .case-card-lg h3 { font-size: 1.4rem; }
  .case-preview { height: 120px; }
  .design-window { height: 170px; }

  .work-portfolio-cta { flex-direction: column; align-items: stretch; max-width: 320px; margin-left: auto; margin-right: auto; }
  .work-portfolio-cta .btn { width: 100%; }
  .fiverr-cta { flex-direction: column; max-width: 320px; margin: 0 auto; }
  .fiverr-cta .btn { width: 100%; }

  /* CTA section */
  .cta-card { padding: 28px 22px; }
  .cta-form { padding: 24px 20px; }

  /* FAQ */
  .faq-item summary { padding: 18px 22px; font-size: 0.98rem; }
  .faq-body { padding: 0 22px 20px; font-size: 0.92rem; }

  /* Marquee */
  .marquee-track { font-size: 1.05rem; gap: 18px; }

  /* Floating WA */
  .wa-float { bottom: 16px; right: 16px; width: 50px; height: 50px; }
  .wa-float svg { width: 22px; height: 22px; }

  /* Pricing */
  .pricing-price { font-size: 2.8rem; }

  /* Testimonials */
  .testimonial blockquote { font-size: 1.1rem; }
}

/* Very small mobile (380px and below — iPhone SE etc.) */
@media (max-width: 380px) {
  .container { padding: 0 14px; }
  .hero-title { font-size: 1.7rem; }
  .section-title { font-size: 1.7rem; }
  .nav-inner { padding: 10px 14px; }
  .logo-img { width: 32px; height: 32px; }
  .logo-text { display: flex; }
  .logo-tag { display: none; } /* Hide tagline on tiny screens */
  .case-preview { height: 100px; }
  .design-window { height: 150px; }
}

/* Browser quirks: Safari iOS sticky positioning fix */
.nav { -webkit-backdrop-filter: blur(20px) saturate(180%); }

/* Print styles */
@media print {
  .nav, .wa-float, .bg-effects, .marquee-section { display: none; }
  body { background: white; color: black; }
  a { color: #000; text-decoration: underline; }
  .section { page-break-inside: avoid; padding: 30px 0; }
}

/* High contrast mode support */
@media (forced-colors: active) {
  .btn-primary { border: 2px solid; }
  .case-card, .service-card, .design-card { border: 1px solid; }
}

/* Large screen optimization (1920px+) */
@media (min-width: 1600px) {
  :root { --container: 1320px; }
  .hero-title { font-size: clamp(3rem, 5vw, 5.5rem); }
}

/* iOS safe areas */
@supports (padding: max(0px)) {
  .wa-float {
    bottom: max(28px, env(safe-area-inset-bottom));
    right: max(28px, env(safe-area-inset-right));
  }
}

/* ============ CASE METRICS (enrichment) ============ */
.case-metrics {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed var(--border);
}
.case-metric {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.case-metric-num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--accent);
  letter-spacing: -0.025em;
  font-variation-settings: "opsz" 144;
  line-height: 1;
}
.case-metric-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 480px) {
  .case-metrics { gap: 4px; }
  .case-metric-num { font-size: 0.95rem; }
  .case-metric-label { font-size: 0.62rem; letter-spacing: 0; }
}

/* ============ SERVICE CARDS AS LINKS ============ */
a.service-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.service-card-cta {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed var(--border);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.6;
  transition: opacity 0.3s;
}
a.service-card:hover .service-card-cta {
  opacity: 1;
}
.service-card-cta span {
  font-size: 1.1rem;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
a.service-card:hover .service-card-cta span {
  transform: translateX(6px);
}
