/* SolveonX — premium conversion theme */
:root {
  --bg: #f0f4ff;
  --surface: #ffffff;
  --surface-raised: #f8faff;
  --text: #0f172a;
  --text-muted: #475569;
  --text-soft: #64748b;
  --border: #e2e8f0;
  --accent: #059669;
  --accent-hover: #047857;
  --accent-soft: #d1fae5;
  --accent-muted: #6ee7b7;
  --blue: #4f46e5;
  --blue-soft: #e0e7ff;
  --cyan: #0891b2;
  --cyan-soft: #cffafe;
  --warm: #d97706;
  --warm-soft: #fef3c7;
  --shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 20px 50px rgba(5, 150, 105, 0.12), 0 8px 20px rgba(79, 70, 229, 0.06);
  --shadow-lg: 0 32px 80px rgba(15, 23, 42, 0.12);
  --radius: 12px;
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --max: 76rem;
  --gradient-brand: linear-gradient(135deg, #059669 0%, #0891b2 45%, #4f46e5 100%);
  --gradient-surface: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 255, 0.88));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(79, 70, 229, 0.07), transparent),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(5, 150, 105, 0.08), transparent),
    linear-gradient(180deg, #ffffff 0, var(--bg) 20rem),
    var(--bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--accent);
  text-decoration: none;
}

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

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 750;
  font-size: 1.05rem;
  color: var(--text);
}

.logo:hover {
  color: var(--text);
}

.logo-mark {
  width: 2.15rem;
  height: 2.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--gradient-brand);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 1.35rem;
}

.nav-desktop a {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.nav-desktop a:hover,
.nav-desktop a.active {
  color: var(--accent);
}

.nav-toggle {
  display: flex;
  padding: 0.5rem;
  background: none;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  color: var(--text-muted);
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 0 1rem;
  border-top: 1px solid var(--border);
}

.nav-mobile.open {
  display: flex;
}

.nav-mobile a {
  color: var(--text-muted);
  font-weight: 650;
  padding: 0.25rem 0;
}

@media (min-width: 768px) {
  .nav-desktop {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .nav-mobile {
    display: none !important;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  padding: 0.72rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 750;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s, box-shadow 0.2s;
  font-family: inherit;
  text-decoration: none;
}

.btn-primary {
  background: var(--gradient-brand);
  color: #fff;
  box-shadow: 0 10px 28px rgba(5, 150, 105, 0.28), 0 4px 12px rgba(79, 70, 229, 0.12);
}

.btn-primary:hover {
  filter: brightness(1.06);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(5, 150, 105, 0.32);
}

.btn-secondary {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  border-color: var(--accent-muted);
  color: var(--accent);
  transform: translateY(-1px);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #1fb45d, #25d366);
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.24);
}

.btn-whatsapp:hover {
  background: #20bd5a;
  color: #fff;
  transform: translateY(-1px);
}

.btn-block {
  width: 100%;
}

.section {
  padding: clamp(3.25rem, 7vw, 5.75rem) 0;
}

.section-alt {
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.5rem;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.55rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: var(--text);
}

.section-desc {
  color: var(--text-muted);
  max-width: 38rem;
  margin: 0;
}

.section-header {
  margin-bottom: 2.5rem;
}

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

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

.section-header.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.hero {
  padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(3rem, 7vw, 5rem);
  background:
    radial-gradient(circle at 92% 8%, rgba(79, 70, 229, 0.14), transparent 26rem),
    radial-gradient(circle at 4% 12%, rgba(5, 150, 105, 0.16), transparent 30rem),
    radial-gradient(circle at 50% 100%, rgba(8, 145, 178, 0.06), transparent 40rem),
    linear-gradient(180deg, #fff 0%, var(--bg) 100%);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 70%);
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

.hero-copy {
  max-width: 43rem;
}

@media (min-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.82fr);
  }
}

.hero h1 {
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 1.25rem;
}

.hero h1 .accent-text {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  font-size: clamp(1.04rem, 2vw, 1.22rem);
  color: var(--text-muted);
  margin: 0 0 2rem;
  max-width: 40rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 2rem;
  max-width: 36rem;
}

.stats div {
  padding: 0.95rem;
  background: var(--gradient-surface);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.stat-value {
  font-size: 1.45rem;
  font-weight: 850;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--text-soft);
}

.hero-visual {
  min-width: 0;
}

.dashboard-shell {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid rgba(5, 150, 105, 0.22);
  border-radius: 20px;
  background: var(--gradient-surface);
  box-shadow: var(--shadow-lg);
  animation: float-card 6s ease-in-out infinite;
}

@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.dashboard-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.1), rgba(79, 70, 229, 0.1));
  pointer-events: none;
}

.dashboard-shell > * {
  position: relative;
}

.dashboard-top,
.pipeline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dashboard-top {
  padding-bottom: 0.9rem;
}

.dashboard-top strong {
  display: block;
  font-size: 1.3rem;
}

.mini-label {
  display: block;
  color: var(--text-soft);
  font-size: 0.75rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.live-pill {
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--warm-soft);
  color: var(--warm);
  font-size: 0.75rem;
  font-weight: 800;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.metric-row div,
.pipeline-card,
.automation-list {
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.metric-row div {
  padding: 0.85rem;
}

.metric-row span,
.pipeline-head span {
  display: block;
  color: var(--text-soft);
  font-size: 0.76rem;
}

.metric-row strong {
  display: block;
  margin-top: 0.15rem;
  color: var(--text);
  font-size: 1.45rem;
  line-height: 1;
}

.pipeline-card {
  margin-top: 0.75rem;
  padding: 1rem;
}

.pipeline-head strong {
  color: var(--accent);
  font-size: 0.82rem;
}

.pipeline-card p {
  margin: 0.65rem 0 0.9rem;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.pipeline-bars {
  display: grid;
  gap: 0.45rem;
}

.pipeline-bars span {
  display: block;
  height: 0.48rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--blue));
}

.automation-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.75rem;
  padding: 1rem;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 650;
}

.automation-list div {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.status-dot {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0.28rem var(--accent-soft);
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

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

.card-grid {
  display: grid;
  gap: 1.25rem;
}

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

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

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

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.package-card {
  position: relative;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
}

.featured-package {
  border-color: rgba(5, 150, 105, 0.45);
  background:
    linear-gradient(180deg, rgba(209, 250, 229, 0.5), rgba(255, 255, 255, 0) 50%),
    var(--surface);
  box-shadow: var(--shadow-md);
  outline: 2px solid rgba(5, 150, 105, 0.15);
  outline-offset: 2px;
}

.featured-package:hover {
  transform: translateY(-2px);
}

.package-card .link-arrow {
  margin-top: auto;
}

.insight-card {
  min-height: 12rem;
}

.card-icon,
.card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent-hover);
  font-size: 0.78rem;
  font-weight: 850;
}

.link-arrow {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--accent);
}

.flow {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 900px) {
  .flow {
    grid-template-columns: repeat(5, 1fr);
  }
}

.flow-step {
  position: relative;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.flow-step span {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--accent);
}

.flow-step h3 {
  font-size: 0.95rem;
  margin: 0.35rem 0 0.25rem;
}

.flow-step p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

.workflow-preview {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 780px) {
  .workflow-preview {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

.phone-mock,
.system-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow-md);
}

.phone-mock {
  padding: 1.1rem;
  background:
    linear-gradient(180deg, rgba(217, 248, 242, 0.42), rgba(255, 255, 255, 0.88)),
    var(--surface);
}

.phone-bar {
  width: 5rem;
  height: 0.35rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: var(--border);
}

.chat-bubble {
  width: fit-content;
  max-width: 86%;
  margin-bottom: 0.75rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.chat-bubble.incoming {
  background: #eef2f7;
  color: var(--text-muted);
}

.chat-bubble.outgoing {
  margin-left: auto;
  background: linear-gradient(135deg, var(--accent), var(--blue));
  color: #fff;
}

.system-card {
  padding: 1.5rem;
}

.system-card h3 {
  margin: 0.75rem 0 1rem;
  font-size: 1.35rem;
}

.lead-fields {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.lead-fields div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
}

.lead-fields div:last-child {
  border-bottom: none;
}

.lead-fields dt {
  color: var(--text-soft);
  font-size: 0.85rem;
}

.lead-fields dd {
  margin: 0;
  color: var(--text);
  font-weight: 800;
  text-align: right;
}

.badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-hover);
  background: var(--accent-soft);
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
}

.result {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
  margin: 0.5rem 0;
}

.roi-band {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 860px) {
  .roi-band {
    grid-template-columns: 1fr 1fr;
  }
}

.roi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.roi-grid div {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem;
  box-shadow: var(--shadow);
}

.roi-grid span {
  display: block;
  color: var(--text-soft);
  font-size: 0.78rem;
  margin-bottom: 0.35rem;
}

.roi-grid strong {
  display: block;
  color: var(--accent);
  font-size: 1.45rem;
  line-height: 1.1;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.check-list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.35rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.project-card {
  overflow: hidden;
  padding: 0;
}

.project-thumb {
  aspect-ratio: 16/10;
  background:
    linear-gradient(135deg, rgba(217, 248, 242, 0.95), rgba(219, 234, 254, 0.95)),
    var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--accent);
  border-bottom: 1px solid var(--border);
}

.project-thumb-fallback {
  display: grid;
  gap: 0.3rem;
  width: 100%;
  height: 100%;
  padding: 1.2rem;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, rgba(15, 143, 123, 0.18), rgba(37, 99, 235, 0.2));
}

.project-thumb-sector {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-soft);
}

.project-thumb-fallback strong {
  font-size: 2rem;
  line-height: 1;
  color: var(--text);
}

.project-thumb-fallback small {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-thumb-link {
  display: block;
  color: inherit;
}

.project-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.project-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.project-meta h3 {
  margin: 0;
  font-size: 1rem;
}

.project-title-link {
  color: var(--text);
}

.project-title-link:hover {
  color: var(--accent);
}

.project-year {
  font-size: 0.75rem;
  color: var(--text-soft);
}

.project-outcome {
  margin-top: 0.7rem !important;
  color: var(--text) !important;
  font-weight: 750;
}

.project-tools {
  margin-top: 0.5rem !important;
  font-size: 0.8rem !important;
  color: var(--text-soft) !important;
}

.project-open {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface-raised);
  color: var(--text);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 750;
  cursor: pointer;
}

.project-open:hover {
  border-color: var(--accent-muted);
  color: var(--accent);
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.project-browse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(15, 143, 123, 0.18);
}

.project-browse:hover {
  color: #fff;
  background: var(--accent-hover);
}

.portfolio-toolbar,
.portfolio-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.portfolio-toolbar {
  margin-bottom: 1rem;
}

.portfolio-search,
.portfolio-sort {
  display: block;
}

.portfolio-search {
  flex: 1 1 20rem;
}

.portfolio-search input,
.portfolio-sort select {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  font: inherit;
}

.portfolio-search input:focus,
.portfolio-sort select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(15, 143, 123, 0.15);
}

.portfolio-sort {
  flex: 0 0 12rem;
}

.portfolio-meta {
  margin: 0.4rem 0 1.25rem;
}

.portfolio-count {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.project-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
}

.project-modal-panel {
  position: relative;
  width: min(100%, 52rem);
  max-height: calc(100vh - 2.5rem);
  overflow: auto;
  padding: 1.5rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}

.project-modal-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 1.15rem;
  cursor: pointer;
}

.project-modal-header h2,
.project-modal-sections h3,
.project-modal-columns h3 {
  margin: 0.6rem 0 0.4rem;
}

.project-modal-header p,
.project-modal-sections p {
  margin: 0;
  color: var(--text-muted);
}

.project-modal-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.project-modal-metrics div {
  padding: 0.95rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface-raised);
}

.project-modal-metrics span {
  display: block;
  color: var(--text-soft);
  font-size: 0.78rem;
  margin-bottom: 0.2rem;
}

.project-modal-metrics strong {
  display: block;
  font-size: 1rem;
}

.project-modal-sections,
.project-modal-columns {
  display: grid;
  gap: 1rem;
}

.project-modal-columns {
  grid-template-columns: 1.2fr 1fr;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .portfolio-toolbar,
  .portfolio-meta {
    display: grid;
  }

  .portfolio-sort {
    flex-basis: auto;
  }

  .project-modal-metrics,
  .project-modal-columns {
    grid-template-columns: 1fr;
  }
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

.tag {
  font-size: 0.7rem;
  padding: 0.15rem 0.5rem;
  background: var(--bg);
  border-radius: 999px;
  color: var(--text-muted);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.filter-btn {
  padding: 0.5rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 700;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 999px;
  cursor: pointer;
  color: var(--text-muted);
  font-family: inherit;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.cta-band {
  text-align: center;
  padding: clamp(2.25rem, 6vw, 4rem) 2rem;
  background:
    linear-gradient(135deg, rgba(5, 150, 105, 0.12), rgba(79, 70, 229, 0.1)),
    var(--surface);
  border: 1px solid rgba(5, 150, 105, 0.2);
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.12), transparent 70%);
  pointer-events: none;
}

.cta-band h2 {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
  font-weight: 850;
}

.cta-band p {
  color: var(--text-muted);
  max-width: 32rem;
  margin: 0 auto 1.5rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 750;
  margin-bottom: 0.35rem;
  color: var(--text);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.78rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  background: var(--surface);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(15, 143, 123, 0.15);
}

.alert {
  padding: 1rem 1.25rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.alert-success {
  background: var(--accent-soft);
  color: var(--accent-hover);
  border: 1px solid var(--accent-muted);
}

.page-hero {
  padding: 3.5rem 0 2.75rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(15, 143, 123, 0.12), transparent 22rem),
    var(--surface);
  border-bottom: 1px solid var(--border);
}

.page-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 850;
  letter-spacing: 0;
}

.service-block {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border);
}

.service-block:last-child {
  border-bottom: none;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.service-features li {
  padding: 0.35rem 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.service-features li::before {
  content: "-";
  color: var(--accent);
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .service-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.demo-progress {
  display: flex;
  gap: 0.5rem;
  max-width: 20rem;
  margin: 0 auto 2rem;
}

.demo-progress span {
  flex: 1;
  height: 3px;
  background: var(--border);
  border-radius: 2px;
  transition: background 0.3s;
}

.demo-progress span.active {
  background: var(--accent);
}

.demo-panel {
  max-width: 32rem;
  margin: 0 auto;
}

.demo-package-card {
  margin-bottom: 1rem;
}

.demo-phases-card {
  margin-bottom: 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--gradient-surface);
}

.demo-phase-list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.demo-phase-list li {
  margin-bottom: 0.35rem;
}

.demo-phase-list li:last-child {
  margin-bottom: 0;
}

.demo-module-card .badge {
  font-size: 0.68rem;
}

.option-grid {
  display: grid;
  gap: 0.5rem;
}

@media (min-width: 480px) {
  .option-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.option-btn {
  text-align: left;
  padding: 0.85rem 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  cursor: pointer;
  font-size: 0.9rem;
  font-family: inherit;
  color: var(--text-muted);
  transition: all 0.15s;
}

.option-btn:hover {
  border-color: var(--accent-muted);
  background: var(--surface-raised);
}

.option-btn.selected {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--accent-hover);
  font-weight: 750;
}

.demo-step {
  display: none;
}

.demo-step.active {
  display: block;
}

.demo-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.site-footer {
  background: #ffffff;
  border-top: 1px solid var(--border);
  padding: 3rem 0 1.5rem;
  margin-top: auto;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.footer-grid h3 {
  font-size: 0.85rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
}

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

.footer-grid li {
  margin-bottom: 0.4rem;
}

.footer-grid a {
  color: var(--text-muted);
  font-size: 0.9rem;
}

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

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-soft);
}

.wa-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 99;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 35px rgba(37, 211, 102, 0.34);
  transition: transform 0.2s;
}

body:has(#cookie-banner) .wa-float {
  bottom: 6.5rem;
}

.wa-float:hover {
  transform: scale(1.05);
  color: #fff;
}

.wa-float svg {
  width: 1.5rem;
  height: 1.5rem;
}

.page-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.two-col {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .two-col {
    grid-template-columns: 1fr 1fr;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .stats,
  .metric-row,
  .roi-grid {
    grid-template-columns: 1fr;
  }

  .section-header.row {
    align-items: flex-start;
  }

  .lead-fields div {
    display: block;
  }

  .lead-fields dd {
    text-align: left;
    margin-top: 0.2rem;
  }

  .featured-package {
    transform: none;
  }

  .featured-package:hover {
    transform: translateY(-2px);
  }
}

/* ——— New conversion components ——— */

.launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.launch-badge::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

.logos-section {
  padding: 1.75rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.6);
}

.logos-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
}

#trust-sectors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.logos-label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-soft);
  margin-right: 0.5rem;
}

.logo-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-muted);
  box-shadow: var(--shadow);
}

.logo-pill span {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--gradient-brand);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
}

.testimonial-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--gradient-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.testimonial-card blockquote {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.65;
  flex: 1;
}

.testimonial-card blockquote::before {
  content: "\201C";
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 0;
  vertical-align: -0.25rem;
  margin-right: 0.15rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-brand);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
}

.testimonial-meta strong {
  display: block;
  font-size: 0.88rem;
  color: var(--text);
}

.testimonial-meta span {
  font-size: 0.78rem;
  color: var(--text-soft);
}

.package-price {
  margin: 0.5rem 0 0.75rem;
  font-size: 1.65rem;
  font-weight: 850;
  color: var(--text);
  letter-spacing: -0.02em;
}

.package-price small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--text-soft);
}

.roi-interactive {
  display: grid;
  gap: 2rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(5, 150, 105, 0.08), rgba(79, 70, 229, 0.06)),
    var(--surface);
  border: 1px solid rgba(5, 150, 105, 0.18);
  box-shadow: var(--shadow-md);
}

@media (min-width: 768px) {
  .roi-interactive {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.roi-sliders label {
  display: block;
  font-size: 0.82rem;
  font-weight: 750;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.roi-sliders input[type="range"] {
  width: 100%;
  margin: 0 0 1.25rem;
  accent-color: var(--accent);
}

.roi-output {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.roi-output div {
  padding: 1rem;
  border-radius: var(--radius);
  background: var(--gradient-surface);
  border: 1px solid var(--border);
  text-align: center;
}

.roi-output span {
  display: block;
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-soft);
}

.roi-output strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.35rem;
  font-weight: 850;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.result-metric {
  display: inline-block;
  margin: 0.35rem 0 0.65rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-hover);
  font-size: 0.88rem;
  font-weight: 800;
}

.timeline-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2rem;
}

.timeline-step {
  flex: 1 1 8rem;
  max-width: 11rem;
  padding: 1rem;
  text-align: center;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  font-size: 0.82rem;
  color: var(--text-muted);
}

.timeline-step strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
  color: var(--text);
}

.form-group select {
  width: 100%;
  padding: 0.78rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  background: var(--surface);
  color: var(--text);
}

.form-group select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);
}

.page-conversion .nav-desktop a:not(.btn),
.page-conversion .nav-mobile a:not(.btn) {
  display: none;
}

.page-conversion .site-header {
  background: rgba(255, 255, 255, 0.95);
}

.diff-grid {
  display: grid;
  gap: 1rem;
}

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

.diff-card {
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
}

.diff-card.bad {
  border-color: #fecaca;
  background: #fff5f5;
}

.diff-card.good {
  border-color: rgba(5, 150, 105, 0.3);
  background: linear-gradient(180deg, rgba(209, 250, 229, 0.35), var(--surface));
}

.diff-card h4 {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.diff-card.bad h4 { color: #dc2626; }
.diff-card.good h4 { color: var(--accent-hover); }

.diff-card ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.trust-strip span {
  background: var(--gradient-surface);
  border-color: rgba(5, 150, 105, 0.2);
  color: var(--text);
}

/* Portfolio card — niche preview mockups */
.project-thumb {
  background: #0f172a;
  overflow: hidden;
}

.project-thumb-link {
  display: block;
  height: 100%;
}

.thumb-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #0b1220;
}

.thumb-chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.65rem;
  background: #1e293b;
  border-bottom: 1px solid #334155;
}

.thumb-chrome span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #475569;
}

.thumb-chrome span:nth-child(1) { background: #ef4444; }
.thumb-chrome span:nth-child(2) { background: #f59e0b; }
.thumb-chrome span:nth-child(3) { background: #22c55e; }

.thumb-chrome em {
  margin-left: auto;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.thumb-viewport {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

/* Website thumb themes */
.thumb-site {
  height: 100%;
  padding: 0.55rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.4rem;
}

.thumb-site-nav {
  display: flex;
  justify-content: space-between;
  font-size: 0.55rem;
  font-weight: 700;
  opacity: 0.9;
}

.thumb-site-hero h4 {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 800;
}

.thumb-site-hero p {
  margin: 0.2rem 0 0;
  font-size: 0.5rem;
  opacity: 0.75;
}

.thumb-site-cta {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.15rem 0.4rem;
  border-radius: 3px;
  font-size: 0.48rem;
  font-weight: 800;
}

.thumb-site-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}

.thumb-site-cards i {
  display: block;
  height: 1.4rem;
  border-radius: 3px;
  opacity: 0.85;
}

.thumb-site--estate { background: linear-gradient(180deg, #1a2030, #12151f); color: #f4f1ea; }
.thumb-site--estate .thumb-site-cta { background: #d4af37; color: #1a1200; }
.thumb-site--estate i { background: #2a3348; }

.thumb-site--academy { background: linear-gradient(180deg, #ede9fe, #faf5ff); color: #1e1b4b; }
.thumb-site--academy .thumb-site-cta { background: linear-gradient(90deg, #7c3aed, #ec4899); color: #fff; }
.thumb-site--academy i { background: #fff; box-shadow: 0 2px 8px rgba(124, 58, 237, 0.15); }

.thumb-site--consulting { background: #fff; color: #0f172a; }
.thumb-site--consulting .thumb-site-cta { background: #0f172a; color: #fff; }
.thumb-site--consulting i { background: #f1f5f9; border: 1px solid #e2e8f0; }

.thumb-site--coaching { background: linear-gradient(180deg, #fff, #fff7ed); color: #134e4a; }
.thumb-site--coaching .thumb-site-cta { background: #f97316; color: #fff; }
.thumb-site--coaching i { background: #fff; border-left: 2px solid #f97316; }

.thumb-site--agency { background: #0a0a0a; color: #fafafa; }
.thumb-site--agency .thumb-site-cta { background: #bef264; color: #0a0a0a; }
.thumb-site--agency i { background: #171717; }

/* Chatbot thumb */
.thumb-chat {
  height: 100%;
  padding: 0.55rem;
  background: linear-gradient(180deg, #f0fdfa, #fff);
  color: #134e4a;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.35rem;
}

.thumb-chat-head {
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0d9488;
}

.thumb-chat-lines span {
  display: block;
  max-width: 78%;
  margin-bottom: 0.25rem;
  padding: 0.2rem 0.35rem;
  border-radius: 8px;
  font-size: 0.48rem;
  line-height: 1.3;
}

.thumb-chat-lines .in { background: #f0fdfa; }
.thumb-chat-lines .out { margin-left: auto; background: #0d9488; color: #fff; }

.thumb-chat-metric {
  font-size: 0.5rem;
  font-weight: 800;
  color: #0d9488;
}

.thumb-chat--agency { background: #111; color: #fafafa; }
.thumb-chat--agency .thumb-chat-lines .out { background: #bef264; color: #0a0a0a; }

/* CRM thumb */
.thumb-crm {
  height: 100%;
  padding: 0.55rem;
  background: #f8fafc;
  color: #0f172a;
}

.thumb-crm-bar {
  display: flex;
  justify-content: space-between;
  font-size: 0.55rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.thumb-crm-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  height: calc(100% - 1.2rem);
}

.thumb-crm-cols div {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 0.25rem;
  font-size: 0.45rem;
}

.thumb-crm-cols b { display: block; margin-bottom: 0.2rem; }
.thumb-crm-cols u {
  display: block;
  height: 0.35rem;
  margin-bottom: 0.15rem;
  background: #e2e8f0;
  border-radius: 2px;
  list-style: none;
}

.thumb-crm--manufacturing { background: #eff6ff; }
.thumb-crm--services { background: #fff7ed; }

/* Automation thumb */
.thumb-auto {
  height: 100%;
  padding: 0.55rem;
  background: linear-gradient(145deg, #ecfdf5, #eff6ff);
  color: #0f172a;
  display: grid;
  gap: 0.35rem;
}

.thumb-auto-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
}

.thumb-auto-stats div {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  padding: 0.25rem;
  font-size: 0.45rem;
}

.thumb-auto-stats strong { display: block; font-size: 0.7rem; color: #059669; }

.thumb-auto-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.15rem;
}

.thumb-auto-flow span {
  text-align: center;
  font-size: 0.42rem;
  font-weight: 700;
  padding: 0.2rem 0;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d1fae5;
}

.thumb-auto-alert {
  font-size: 0.48rem;
  font-weight: 800;
  color: #047857;
}

.thumb-auto--d2c { background: linear-gradient(145deg, #fdf4ff, #fff7ed); }
.thumb-auto--clinic { background: linear-gradient(145deg, #ecfeff, #f0fdf4); }
.thumb-auto--hospitality { background: linear-gradient(145deg, #fff7ed, #fef2f2); }

.project-card:hover .thumb-frame {
  transform: scale(1.02);
  transition: transform 0.25s ease;
}

.pricing-disclaimer,
.testimonial-disclaimer {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
  font-size: 0.82rem;
  color: var(--text-muted);
  text-align: center;
  max-width: 42rem;
}

.testimonial-disclaimer {
  margin-left: auto;
  margin-right: auto;
}

.legal-content {
  display: grid;
  gap: 1rem;
  max-width: 48rem;
}

.legal-content .card h2 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.footer-tagline {
  margin-top: 0.75rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  max-width: 18rem;
}

.footer-grid-compact {
  margin-bottom: 1.5rem;
}

.cookie-banner {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 200;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
}

.cookie-banner p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
  flex: 1 1 14rem;
}

.cookie-banner-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.btn-sm {
  min-height: 2.35rem;
  padding: 0.5rem 0.9rem;
  font-size: 0.82rem;
}

.form-consent {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cookie-banner {
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
