/* =========================================================
   LANDING.CSS — Evenco
   Nettoyé depuis le HTML de la landing réelle.
   Règles conservées : landing + include features, toutes scopées .ev-home.
   Dernières déclarations conservées selon la cascade.
========================================================= */

.ev-home, .ev-home * { box-sizing: border-box; }

.ev-home .mt-4 { margin-top: 16px; }

.ev-home .mt-6 { margin-top: 24px; }

.ev-home .mt-8 { margin-top: 32px; }

.ev-home .ev-section { padding: 72px 24px; }

.ev-home .ev-section-tight { padding: 40px 24px; }

.ev-home .ev-section-final { padding: 0; }

.ev-home .ev-section-head { max-width: 1120px; margin: 0 auto 18px; text-align: center; }

.ev-home .ev-h2 {
  font-size: clamp(28px, 2.6vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0;
  text-align: center;
}

.ev-home .ev-lead2 { margin: 10px auto 0; max-width: 62ch; text-align: center; }

.ev-home .ev-prose { max-width: 70ch; font-size: 15px; line-height: 1.8; }

.ev-home .ev-hero-2026 .ev-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ev-home .ev-hero-2026 .ev-hero-orb {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(32px);
  opacity: .70;
  will-change: transform;
  z-index: 0;
  mix-blend-mode: normal;
}

.ev-home .ev-hero-2026 .ev-hero-orb.orb-1 {
  left: -160px;
  top: -120px;
  background: radial-gradient(circle at 30% 30%, rgba(239,10,106,.55), transparent 62%);
  animation: ev-orb-1 14s ease-in-out infinite;
}

.ev-home .ev-hero-2026 .ev-hero-orb.orb-2 {
  right: -180px;
  top: 40px;
  background: radial-gradient(circle at 40% 40%, rgba(182,53,156,.50), transparent 64%);
  animation: ev-orb-2 16s ease-in-out infinite;
}

.ev-home .ev-hero-2026 .ev-hero-orb.orb-3 {
  left: 42%;
  bottom: -300px;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle at 40% 40%, rgba(239,10,106,.22), transparent 66%);
  animation: ev-orb-3 18s ease-in-out infinite;
}

@keyframes ev-orb-1 {
  0%,100% { transform: translate(0,0) scale(1); }

  50% { transform: translate(34px,18px) scale(1.03); }
}

@keyframes ev-orb-2 {
  0%,100% { transform: translate(0,0) scale(1); }

  50% { transform: translate(-30px,22px) scale(1.02); }
}

@keyframes ev-orb-3 {
  0%,100% { transform: translate(0,0) scale(1); }

  50% { transform: translate(12px,-18px) scale(1.02); }
}

.ev-home .ev-hero-2026 .ev-hero-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .10;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27180%27%20height%3D%27180%27%3E%3Cfilter%20id%3D%27n%27%3E%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%27.8%27%20numOctaves%3D%273%27%20stitchTiles%3D%27stitch%27/%3E%3C/filter%3E%3Crect%20width%3D%27180%27%20height%3D%27180%27%20filter%3D%27url(%23n)%27%20opacity%3D%27.55%27/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.ev-home .ev-hero-2026 .ev-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: block;
}

.ev-home .ev-hero-center { text-align: center; max-width: 1200px; margin: 0 auto; }

.ev-home .ev-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(107,114,128,.95);
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.85);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(10px);
}

.ev-home .ev-h1-xl {
  font-size: clamp(48px, 5.3vw, 86px);
  line-height: 1.00;
  letter-spacing: -0.04em;
  font-weight: 800;
  margin: 12px 0 0;
  position: relative;
  display: inline-block;
  isolation: isolate;
}

.ev-home .ev-h1-front { position: relative; z-index: 2; }

.ev-home .ev-claim {
  margin: 14px auto 0;
  font-size: clamp(18px, 1.35vw, 22px);
  color: rgba(15,23,42,.78);
  max-width: 48ch;
}

.dark .ev-home .ev-claim { color: rgba(226,232,240,.85); }

.ev-home .ev-hero-cta { margin-top: 18px; }

.ev-home .ev-hero-proof {
  margin: 18px auto 0;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.ev-home .ev-hero-proof li {
  list-style: none;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(255,255,255,.55);
  font-size: 12px;
  color: rgba(100,116,139,.95);
}

.ev-home .ev-h1-animated .ev-h1-ghost {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 170%;
  z-index: 1;
  pointer-events: none;
  opacity: .95;
}

.ev-home .ev-h1-ghost .g {
  position: absolute;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: rgba(239,10,106,.55);
  filter: blur(10px);
  transform: translate3d(0,0,0);
  will-change: transform, opacity;
  white-space: nowrap;
  user-select: none;
}

.ev-home .ev-h1-ghost .g1 {
  font-size: clamp(44px, 4.8vw, 92px);
  top: 18%;
  left: 10%;
  animation: evGhost1 6.8s ease-in-out infinite;
}

.ev-home .ev-h1-ghost .g2 {
  font-size: clamp(42px, 4.5vw, 84px);
  top: 42%;
  left: 48%;
  opacity: .75;
  animation: evGhost2 7.6s ease-in-out infinite;
}

.ev-home .ev-h1-ghost .g3 {
  font-size: clamp(40px, 4.2vw, 78px);
  top: 62%;
  left: 22%;
  opacity: .62;
  animation: evGhost3 8.4s ease-in-out infinite;
}

@keyframes evGhost1 {
  0%,100% { transform: translate3d(0,0,0); }

  50% { transform: translate3d(18px,-10px,0); }
}

@keyframes evGhost2 {
  0%,100% { transform: translate3d(0,0,0); }

  50% { transform: translate3d(-16px,12px,0); }
}

@keyframes evGhost3 {
  0%,100% { transform: translate3d(0,0,0); }

  50% { transform: translate3d(14px,10px,0); }
}

.ev-home .ev-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 12px;
  color: rgba(100,116,139,.9);
  z-index: 3;
  opacity: .85;
}

.ev-home .ev-scroll-dot {
  width: 24px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.95);
  position: relative;
  background: rgba(255,255,255,.55);
}

.ev-home .ev-scroll-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: rgba(239,10,106,.75);
  transform: translateX(-50%);
  animation: ev-scroll-bounce 1.6s ease-in-out infinite;
}

@keyframes ev-scroll-bounce {
  0%,100% { transform: translate(-50%,0); opacity: .6; }

  50% { transform: translate(-50%,10px); opacity: 1; }
}

.ev-home .ev-hero-showcase { margin-top: 70px; }

.ev-home .ev-hero-pills {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.ev-home .ev-pill-soft {
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(255,255,255,.78);
  color: rgba(15,23,42,.78);
  font-weight: 650;
}

.ev-home .ev-panel {
  border-radius: 22px;
  border: 1px solid rgba(226,232,240,.85);
  background: rgba(255,255,255,.78);
  box-shadow: 0 22px 70px rgba(15,23,42,.10);
  padding: 0;
}

.dark .ev-home .ev-panel {
  border-color: rgba(51,65,85,.65);
  background: rgba(15,23,42,.40);
  box-shadow: none;
}

.ev-home .ev-panel-soft { padding: 0; }

.ev-home .ev-shot {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(226,232,240,.85);
  background: rgba(248,250,252,.9);
}

.dark .ev-home .ev-shot { border-color: rgba(51,65,85,.65); background: rgba(2,6,23,.5); }

.ev-home .ev-hero-shot { margin-bottom: 14px; }

.ev-home .ev-shot-placeholder {
  height: 280px;
  background: radial-gradient(520px 220px at 30% 30%, rgba(239,10,106,.14), transparent 62%),
    radial-gradient(520px 220px at 70% 60%, rgba(182,53,156,.10), transparent 62%),
    rgba(248,250,252,.85);
}

.ev-home .ev-hero-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ev-home .ev-product-card {
  border-radius: var(--ev-radius-xl);
  border: 1px solid var(--ev-border);
  background: var(--ev-card-bg);
  box-shadow: var(--ev-shadow-soft);
  backdrop-filter: blur(10px);
  padding: 18px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ev-home .ev-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(239,10,106,.22);
  box-shadow: 0 24px 90px rgba(15,23,42,.12);
}

.ev-home .ev-product-tag {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 850;
  color: rgba(239,10,106,.95);
  margin: 0 0 6px;
}

.ev-home .ev-product-title {
  margin: 0;
  font-size: 18px;
  font-weight: 750;
  color: #0f172a;
}

.ev-home .ev-product-desc {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(100,116,139,.95);
}

.ev-home .ev-product-points {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: rgba(51,65,85,.88);
}

.ev-home .ev-product-points li::before {
  content: "✓";
  font-weight: 900;
  margin-right: 8px;
  color: rgba(239,10,106,.70);
}

.ev-home .ev-product-actions { margin-top: 14px; }

.ev-home .ev-hero-tabs {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 6px;
  border-radius: 999px;
  background: rgba(241,245,249,.9);
  border: 1px solid rgba(226,232,240,.95);
  box-shadow: 0 18px 60px rgba(15,23,42,.06);
  margin: 0 auto 30px;
  width: fit-content;
  isolation: isolate;
}

.ev-home .ev-hero-tabs::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: calc(100% - 12px);
  width: var(--ev-tab-w, 120px);
  transform: translateX(var(--ev-tab-x, 0px));
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  transition: transform .28s ease, width .28s ease;
  z-index: 0;
}

.ev-home .ev-tab {
  position: relative;
  z-index: 1;
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(100,116,139,.95);
  font-weight: 600;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
  transition: color .18s ease, transform .18s ease, background .18s ease;
}

.ev-home .ev-tab:hover { color: rgba(15,23,42,.88); }

.ev-home .ev-tab--active { color: rgba(15,23,42,.92); }

.ev-home .ev-tab:focus-visible { outline: none; box-shadow: 0 0 0 4px rgba(239,10,106,.12); }

.ev-home .ev-tab-panel {
  width: 1000px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .28s ease, transform .28s ease;
}

.ev-home .ev-tab-panel.is-active { opacity: 1; transform: translateY(0); }

.ev-home .ev-metrics {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}

.ev-home .ev-metric {
  border-radius: var(--ev-radius-lg);
  border: 1px solid var(--ev-border);
  background: rgba(255,255,255,.55);
  padding: 14px;
}

.ev-home .ev-metric-k {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(100,116,139,.9);
  margin: 0;
  font-weight: 850;
}

.ev-home .ev-metric-v { margin: 6px 0 0; font-weight: 750; color: rgba(15,23,42,.92); }

.ev-home .ev-steps-2026 { max-width: 900px; margin: 18px auto 0; }

.ev-home .ev-step {
  border-radius: var(--ev-radius-lg);
  border: 1px solid var(--ev-border);
  background: rgba(255,255,255,.55);
  padding: 14px;
}

.ev-home .ev-split { max-width: 1120px; margin: 0 auto; }

.ev-home .ev-checklist {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  color: rgba(100,116,139,.95);
  font-size: 13px;
}

.ev-home .ev-checklist li::before {
  content: "✓";
  margin-right: 8px;
  color: rgba(239,10,106,.70);
  font-weight: 900;
}

.ev-home .ev-faq-mini {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid rgba(226,232,240,.95);
}

.ev-home .ev-faq-mini .ev-faq-item {
  border: 0;
  border-bottom: 1px solid rgba(226,232,240,.95);
  padding: 14px 0;
}

.ev-home .ev-faq-mini summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 650;
  color: rgba(15,23,42,.92);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

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

.ev-home .ev-faq-mini summary::marker { content: ""; }

.ev-home .ev-faq-mini summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(248,250,252,.9);
  display: grid;
  place-items: center;
  color: rgba(51,65,85,.75);
}

.ev-home .ev-faq-mini details[open] summary::after { content: "–"; }

.ev-home .ev-faq-content {
  margin-top: 10px;
  color: rgba(51,65,85,.92);
  line-height: 1.8;
  font-size: 14px;
  max-width: 82ch;
}

.ev-home .ev-final {
  background: var(--ev-gradient-brand);
  padding: 50px;
  text-align: center;
}

.ev-home .ev-final-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.ev-home .ev-final h3 { font-size: 6rem; font-weight: 700; color: #fff; }

.ev-home .dark .ev-final h3 { color: #fff; }

.ev-home .dark .ev-final p { color: rgba(203,213,225,.80); }

.ev-home .btn-product { margin: 20px 0; }

.ev-home .btn-product-final { margin: 20px 0; background: #fff; color: #ef0a6a; }

.ev-home .ev-reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}

.ev-home .ev-reveal.is-in { opacity: 1; transform: translateY(0); }

.ev-home .ev-features { padding-top: 46px; padding-bottom: 46px; }

.ev-home .ev-features-head { margin-bottom: 100px; }

.ev-home .ev-features-grid {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.ev-home .ev-feature {
  position: relative;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

.ev-home .ev-feature-head { position: relative; z-index: 1; }

.ev-home .ev-feature-head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(15,23,42,.92);
}

.ev-home .ev-feature-head p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(15,23,42,.92);
}

.ev-home .ev-feature-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  font-size: 13px;
  color: rgba(51,65,85,.88);
}

.ev-home .ev-feature-points li { display: flex; align-items: flex-start; gap: 8px; }

.ev-home .ev-feature-points li::before {
  content: "✓";
  font-weight: 900;
  color: rgba(239,10,106,.70);
  line-height: 1.2;
  margin-top: 2px;
}

.ev-home .ev-feature-media {
  order: 3;
  overflow: hidden;
  min-height: 260px;
  margin-top: 2rem;
  padding: 1.7rem 1.5rem;
  border: none;
  border-radius: 14px;
  background: transparent;
  box-shadow: 0px -20px 20px 0px #00000014;
  background-image: linear-gradient(#fff, #fff0);
}

.ev-home .ev-feature-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ev-home .ev-feature.is-lg { grid-column: 1 / span 7; }

.ev-home .ev-feature.is-tall { grid-column: 8 / span 5; }

.ev-home .ev-feature.is-wide { grid-column: 1 / span 8; }

.ev-home .ev-feature.is-sm { grid-column: 9 / span 4; }

.ev-home .ev-feature.is-mid { grid-column: 1 / span 12; }

.ev-home .ev-feature.is-mid2 { grid-column: 7 / span 6; }

.ev-home .ev-feature-preview { width: 100%; max-width: 640px; }

.ev-home .ev-mock {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(226,232,240,.85);
  background: rgba(248,250,252,.9);
  display: grid;
  grid-template-columns: 250px 1fr;
  min-height: 520px;
}

.ev-home .ev-mock-sidebar {
  background: linear-gradient(180deg, rgba(15,23,42,.98), rgba(2,6,23,.98));
  color: rgba(226,232,240,.92);
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ev-home .ev-mock-brand {
  font-weight: 800;
  letter-spacing: -0.02em;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
}

.ev-home .ev-mock-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
}

.ev-home .ev-mock-nav-title {
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .55;
  padding: 0 10px;
}

.ev-home .ev-mock-nav-item { padding: 8px 10px; border-radius: 12px; opacity: .9; }

.ev-home .ev-mock-nav-item--active {
  background: rgba(255,255,255,.08);
  outline: 1px solid rgba(255,255,255,.10);
}

.ev-home .ev-mock-sep {
  height: 1px;
  background: rgba(255,255,255,.10);
  margin: 6px 6px 2px;
  border-radius: 99px;
}

.ev-home .ev-mock-mode {
  margin-top: auto;
  font-size: 11px;
  opacity: .75;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
}

.ev-home .ev-mock-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(239,10,106,.95);
}

.ev-home .ev-mock-main {
  background: rgba(248,250,252,.9);
  display: flex;
  flex-direction: column;
}

.ev-home .ev-mock-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(226,232,240,.85);
  background: rgba(255,255,255,.72);
}

.ev-home .ev-mock-page-title { font-weight: 800; color: #0f172a; letter-spacing: -0.02em; }

.ev-home .ev-mock-page-sub { margin-top: 2px; font-size: 12px; color: rgba(100,116,139,.95); }

.ev-home .ev-mock-top-right { display: flex; align-items: center; gap: 8px; }

.ev-home .ev-mock-badge {
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(255,255,255,.78);
  color: rgba(15,23,42,.78);
  font-weight: 700;
}

.ev-home .ev-mock-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: rgba(239,10,106,.12);
  color: rgba(239,10,106,.95);
  border: 1px solid rgba(239,10,106,.20);
}

.ev-home .ev-mock-wrap { padding: 14px 16px 18px; }

.ev-home .ev-mock-card-head {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.ev-home .ev-mock-h { text-align: left; font-weight: 500; color: #0f172a; }

.ev-home .ev-mock-p { margin-top: 2px; font-size: 12px; color: rgba(100,116,139,.95); }

.ev-home .ev-mock-btn {
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(248,250,252,.9);
  color: rgba(15,23,42,.75);
  font-weight: 700;
}

.ev-home .ev-mock-filters {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: end;
  margin-bottom: 12px;
}

.ev-home .ev-mock-field { display: flex; flex-direction: column; gap: 6px; }

.ev-home .ev-mock-input, .ev-home .ev-mock-select {
  text-align: left;
  width: 100%;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(255,255,255,.85);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12px;
  color: rgba(15,23,42,.75);
  box-shadow: 0 12px 40px rgba(15,23,42,.05);
}

.ev-home .ev-mock-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}

.ev-home .ev-mock-cta {
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, #ef0a6a, #b6359c);
  color: #fff;
  font-weight: 500;
}

.ev-home .ev-mock-table { border-top: 1px solid rgba(226,232,240,.95); margin-top: 10px; }

.ev-home .ev-mock-table-head {
  display: flex;
  justify-content: space-between;
  padding: 10px 4px;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(100,116,139,.95);
  font-weight: 500;
}

.ev-home .ev-mock-row-title { font-weight: 700; font-size: 12px; color: rgba(15,23,42,.9); }

.ev-home .ev-mock-row-meta { margin-top: 2px; font-size: 11px; color: rgba(100,116,139,.95); }

.ev-home .ev-mock-chip {
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(248,250,252,.9);
  color: rgba(15,23,42,.72);
  height: fit-content;
  white-space: nowrap;
}

.ev-home .ev-mock-pager {
  margin-top: 12px;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.ev-home .ev-mock-pg {
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(255,255,255,.78);
  color: rgba(100,116,139,.95);
}

.ev-home .ev-mock-pg--active {
  border-color: rgba(239,10,106,.25);
  background: rgba(239,10,106,.10);
  color: rgba(15,23,42,.92);
  font-weight: 800;
}

.ev-home .ev-mock-quotas {
  text-align: right;
  font-size: 11px;
  color: rgba(100,116,139,.95);
  line-height: 1.4;
}

.ev-home .ev-mock-chat {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 12px;
  margin-top: 8px;
}

.ev-home .ev-mock-convos {
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(248,250,252,.85);
  border-radius: 16px;
  padding: 10px;
}

.ev-home .ev-mock-convos-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(100,116,139,.95);
  font-weight: 500;
  margin-bottom: 10px;
}

.ev-home .ev-mock-plus {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  place-items: center;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(148,163,184,.18);
  font-weight: 700;
  color: rgba(15,23,42,1);
  align-items: center;
  justify-content: center;
}

.ev-home .ev-mock-convo {
  text-align: left;
  padding: 10px;
  border-radius: 14px;
  cursor: default;
}

.ev-home .ev-mock-convo--active { background: rgba(15,23,42,.08); }

.ev-home .ev-mock-convo-title { font-weight: 750; font-size: 12px; color: rgba(15,23,42,.9); }

.ev-home .ev-mock-convo-meta { margin-top: 2px; font-size: 11px; color: rgba(100,116,139,.95); }

.ev-home .ev-mock-messages {
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(255,255,255,.78);
  border-radius: 16px;
  padding: 12px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.ev-home .ev-mock-msg-row { display: flex; }

.ev-home .ev-mock-msg-row--you { justify-content: flex-end; }

.ev-home .ev-mock-msg-row--ai { justify-content: flex-start; }

.ev-home .ev-mock-msg {
  max-width: 72%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(15,23,42,.85);
}

.ev-home .ev-mock-msg-row--you .ev-mock-msg { background: rgba(248,250,252,.9); }

.ev-home .ev-mock-inputbar {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(226,232,240,.85);
  justify-content: space-between;
}

.ev-home .ev-mock-send {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, #ef0a6a, #b6359c);
  border: 0;
  color: #fff;
  font-weight: 900;
}

.ev-home .ev-mock-docs {
  margin-top: 12px;
  border-top: 1px solid rgba(226,232,240,.85);
  padding-top: 12px;
}

.ev-home .ev-mock-docs-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.ev-home .ev-mock-doc {
  text-align: left;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(248,250,252,.85);
  margin-top: 8px;
}

.ev-home .ev-mock-doc-n { font-size: 12px; font-weight: 750; color: rgba(15,23,42,.9); }

.ev-home .ev-mock-doc-s { font-size: 11px; color: rgba(100,116,139,.95); }

.ev-home .ev-mock--noside { grid-template-columns: 1fr !important; }

.ev-home .ev-mock--noside .ev-mock-sidebar { display: none !important; }

.ev-home .ev-mock--noside .ev-mock-main { display: none; }

.ev-home .ev-mock-head {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(226,232,240,.85);
  background: rgba(255,255,255,.72);
  text-align: left;
  max-height: 74px;
}

.ev-home .ev-mock--noside .ev-mock-wrap { padding: 14px 16px 18px; }

.ev-home .ev-mock--noside .ev-mock-page-title { font-weight: 500; color: #0f172a; }

.ev-home .ev-mock--noside .ev-mock-page-sub { margin-top: 2px; font-size: 12px; color: rgba(100,116,139,.95); }

.ev-home .ev-mock-card--hero { margin-bottom: 12px; }

.ev-home .ev-mock-filters--left { grid-template-columns: 1fr 1fr; }

.ev-home .ev-mock-actions--left { justify-content: flex-end !important; }

.ev-home .ev-mock-table-head--lexia { align-items: center; }

.ev-home .ev-mock-th-status { text-align: right; }

.ev-home .ev-mock-row--lexia { align-items: flex-start; }

.ev-home .ev-mock-row-meta--stack {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 6px;
  font-size: 11px;
  color: rgba(100,116,139,.95);
}

.ev-home .ev-mock-status {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.ev-home .ev-mock-status-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(100,116,139,.95);
  font-weight: 850;
  margin-top: 2px;
}

.ev-home .ev-mock-status-pill {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.95);
  font-size: 12px;
  font-weight: 500;
  cursor: default;
  background: rgba(255,255,255,.82);
  color: rgba(15,23,42,.78);
}

.ev-home .ev-mock-caret { opacity: .65; font-size: 12px; }

.ev-home .ev-mock-status-pill.is-todo {
  background: rgba(251,191,36,.18);
  border-color: rgba(251,191,36,.22);
  color: rgba(120,53,15,.85);
}

.ev-home .ev-mock-status-pill.is-done {
  background: rgba(34,197,94,.14);
  border-color: rgba(34,197,94,.18);
  color: rgba(20,83,45,.85);
}

.ev-home .ev-mock-status-pill.is-archived {
  background: rgba(148,163,184,.20);
  border-color: rgba(148,163,184,.22);
  color: rgba(51,65,85,.80);
}

.ev-home .ev-mock-status-pill.is-unclassified {
  background: rgba(226,232,240,.55);
  border-color: rgba(226,232,240,.95);
  color: rgba(51,65,85,.78);
}

.ev-home .ev-mock--tableau .ev-mock-card--info { margin: 12px 0 14px; padding: 14px; }

.ev-home .ev-mock--tableau .ev-mock-info {
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(100,116,139,.95);
}

.ev-home .ev-mock--tableau .ev-mock-info strong { color: rgba(15,23,42,.92); font-weight: 800; }

.ev-home .ev-mock--tableau .ev-kanban {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.ev-home .ev-mock--tableau .ev-kanban-col {
  border-radius: 16px;
  border: 1px solid rgba(226,232,240,.90);
  background: rgba(248,250,252,.80);
  padding: 12px;
}

.ev-home .ev-mock--tableau .ev-kanban-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 6px 6px 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(15,23,42,.92);
}

.ev-home .ev-mock--tableau .ev-kanban-count {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 9px;
  border-radius: 999px;
  color: rgba(100,116,139,.95);
  white-space: nowrap;
}

.ev-home .ev-mock--tableau .ev-kanban-col.is-todo, .ev-home .ev-mock--tableau .ev-kanban-col.is-done, .ev-home .ev-mock--tableau .ev-kanban-col.is-archived { background: rgba(255,255,255,.78); }

.ev-home .ev-mock--tableau .ev-kanban-card {
  border-radius: 14px;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(255,255,255,.88);
  padding: 12px;
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ev-home .ev-mock--tableau .ev-kanban-card + .ev-kanban-card { margin-top: 10px; }

.ev-home .ev-mock--tableau .ev-kanban-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(15,23,42,.08);
  border-color: rgba(239,10,106,.18);
}

.ev-home .ev-mock--tableau .ev-kanban-card.is-todo {
  text-align: left;
  background: rgba(251,191,36,.08);
  border-color: rgba(251,191,36,.18);
}

.ev-home .ev-mock--tableau .ev-kanban-card.is-done {
  text-align: left;
  background: rgba(34,197,94,.08);
  border-color: rgba(34,197,94,.16);
}

.ev-home .ev-mock--tableau .ev-kanban-card.is-archived {
  text-align: left;
  background: rgba(148,163,184,.10);
  border-color: rgba(148,163,184,.18);
}

.ev-home .ev-mock--tableau .ev-k-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(15,23,42,.92);
}

.ev-home .ev-mock--tableau .ev-k-date { font-size: 11px; color: rgba(100,116,139,.95); }

.ev-home .ev-mock--tableau .ev-k-badge {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(248,250,252,.92);
  color: rgba(100,116,139,.95);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ev-home .ev-mock--tableau .ev-k-footer {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ev-home .ev-mock--tableau .ev-k-drag { font-size: 11px; color: rgba(148,163,184,.95); }

.ev-home .ev-mock--tableau .ev-k-remove {
  appearance: none;
  border: 0;
  background: transparent;
  border-radius: 10px;
  cursor: default;
  font-size: 11px;
  font-weight: 500;
  color: rgba(100,116,139,.95);
}

.ev-home .ev-mock--tableau .ev-k-remove:hover { border-color: rgba(239,10,106,.18); color: rgba(15,23,42,.85); }

.ev-home .ev-mock--codexia.ev-mock--noside { grid-template-columns: 1fr !important; }

.ev-home .ev-mock--codexia.ev-mock--noside .ev-mock-main { display: none !important; }

.ev-home .ev-mock--codexia .ev-mock-chat { grid-template-columns: 260px 1fr; }

.ev-home .ev-preview-field { font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji"; }

.ev-home .ev-preview-label {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
}

.ev-home .ev-preview-dropdown { position: relative; }

.ev-home .ev-preview-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  color: #0f172a;
  box-shadow: 0 1px 0 rgba(15,23,42,.04);
}

.ev-home .ev-preview-icon {
  width: 18px;
  height: 18px;
  color: #0f172a;
  opacity: .6;
}

.ev-home .ev-preview-panel {
  margin-top: 8px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(15,23,42,.12);
  overflow: hidden;
}

.ev-home .ev-preview-panelhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 12px;
  color: #64748b;
}

.ev-home .ev-preview-link {
  font-size: 12px;
  color: #64748b;
  text-decoration: none;
  white-space: nowrap;
  opacity: .9;
}

.ev-home .ev-preview-list { max-height: 190px; overflow: auto; padding: 6px 0; }

.ev-home .ev-preview-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  font-size: 14px;
  color: #334155;
  cursor: default;
}

.ev-home .ev-preview-item:hover { background: #f8fafc; }

.ev-home .ev-preview-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  accent-color: #db2777;
}

.ev-home .ev-preview-list::-webkit-scrollbar { width: 10px; }

.ev-home .ev-preview-list::-webkit-scrollbar-track { background: transparent; }

.ev-home .ev-preview-list::-webkit-scrollbar-thumb {
  background: rgba(15,23,42,.18);
  border-radius: 999px;
  border: 3px solid #fff;
}

.ev-home .ev-mock-filter {
  width: min(760px, 100%);
  margin: 0 auto;
  position: relative;
  font-family: inherit;
}

.ev-home .ev-mock-label {
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin: 0 0 8px;
}

.ev-home .ev-mock-trigger {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: border-color .15s ease, box-shadow .15s ease;
}

.ev-home .ev-mock-trigger:hover { border-color: #b6c3d6; }

.ev-home .ev-mock-trigger:focus {
  outline: none;
  border-color: rgba(236,72,153,.65);
  box-shadow: 0 0 0 4px rgba(236,72,153,.14);
}

.ev-home .ev-mock-chevron {
  width: 18px;
  height: 18px;
  color: #0f172a;
  opacity: .7;
}

.ev-home .ev-mock-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 50;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 16px 40px rgba(2,6,23,.10);
  overflow: hidden;
}

.ev-home .ev-mock-panel-head {
  padding: 10px 12px;
  border-bottom: 1px solid #eef2f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #64748b;
}

.ev-home .ev-mock-link {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 12px;
  color: #64748b;
  cursor: pointer;
}

.ev-home .ev-mock-link:hover { color: #334155; }

.ev-home .ev-mock-panel-body { max-height: 260px; overflow: auto; padding: 6px 0; }

.ev-home .ev-mock-row {
  justify-content: space-between;
  border-top: 1px solid rgba(226,232,240,.85);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  color: #0f172a;
}

.ev-home .ev-mock-row:hover { background: #f8fafc; }

.ev-home .ev-mock-row input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: #ec4899;
}

.ev-home .ev-mock-panel-body::-webkit-scrollbar { width: 10px; }

.ev-home .ev-mock-panel-body::-webkit-scrollbar-track { background: transparent; }

.ev-home .ev-mock-panel-body::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 999px; border: 3px solid #fff; }

.ev-home .ev-mock-card {
  margin: 0 auto;
  padding: 22px;
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 18px 50px rgba(2,6,23,.08);
}

.ev-home .ev-ui { width: min(560px, 100%); margin: 0 auto; }

.ev-home .ev-ui-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
}

.ev-home .ev-dd { position: relative; }

.ev-home .ev-dd > summary { list-style: none; cursor: default; }

.ev-home .ev-dd > summary::-webkit-details-marker { display: none; }

.ev-home .ev-dd__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 1px 0 rgba(15,23,42,.02);
}

.ev-home .ev-dd__chev {
  width: 18px;
  height: 18px;
  color: #0f172a;
  opacity: .85;
  transition: transform .15s ease;
}

.ev-home .ev-dd[open] .ev-dd__chev { transform: rotate(180deg); }

.ev-home .ev-dd__panel {
  margin-top: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15,23,42,.08);
  overflow: hidden;
}

.ev-home .ev-dd__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #eef2f7;
  font-size: 13px;
  color: #64748b;
}

.ev-home .ev-dd__action { font-size: 13px; color: #64748b; font-weight: 500; }

.ev-home .ev-dd__list { max-height: 210px; overflow: auto; padding: 8px 0; }

.ev-home .ev-dd__list::-webkit-scrollbar { width: 10px; }

.ev-home .ev-dd__list::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 999px; border: 3px solid #fff; }

.ev-home .ev-dd__list::-webkit-scrollbar-track { background: #fff; }

.ev-home .ev-dd__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 14px;
  font-size: 14px;
  color: #334155;
}

.ev-home .ev-dd__row input { margin-top: 2px; width: 16px; height: 16px; }

.ev-home .overlay_white._104 {
  background: linear-gradient(180deg,rgba(255,255,255,0) 50%, rgba(245,245,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#F5F5F7",GradientType=0);
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.ev-home .svg { display: inline-block; vertical-align: sub; margin: 0 10px 0 0; }

.ev-home .ev-board-mock {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #eef2f7;
  box-shadow: 0 12px 40px rgba(15,23,42,.08);
  padding: 18px;
  max-width: 720px;
  margin-inline: auto;
}

.ev-home .ev-board-grid.is-single { display: grid; grid-template-columns: 1fr; }

.ev-home .ev-board-col {
  border-radius: 14px;
  border: 1px solid #eef2f7;
  background: #fff;
  overflow: hidden;
}

.ev-home .ev-board-col__head { padding: 12px 14px; border-bottom: 1px solid #f1f5f9; }

.ev-home .ev-board-col__title { display: flex; align-items: center; gap: 10px; }

.ev-home .ev-board-col__title h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
}

.ev-home .ev-board-col__count { font-size: 12px; color: #94a3b8; font-weight: 600; }

.ev-home .ev-board-list {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ev-home .ev-board-card {
  border-radius: 12px;
  border: 1px solid #eef2f7;
  padding: 12px;
  background: #f8fafc;
}

.ev-home .ev-board-card__body h5 {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: #0f172a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ev-home .ev-board-card__meta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ev-home .ev-board-card__badge {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #334155;
}

.ev-home .ev-board-card__date { font-size: 12px; color: #94a3b8; }

.ev-home .ev-board-card__foot {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #94a3b8;
}

.ev-home .ev-board-card__remove {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #64748b;
  font-weight: 600;
  cursor: default;
}

.ev-home .ev-board-card__remove svg { width: 15px; height: 15px; }

.ev-home .ev-export-mock {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #eef2f7;
  box-shadow: 0 12px 40px rgba(15,23,42,.08);
  overflow: hidden;
}

.ev-home .ev-export-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid #eef2f7;
}

.ev-home .ev-export-title h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
}

.ev-home .ev-export-title p { margin: 4px 0 0; font-size: 12px; color: #94a3b8; }

.ev-home .ev-export-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}

.ev-home .ev-export-btn {
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  cursor: default;
  opacity: .95;
}

.ev-home .ev-export-btn.is-ghost { color: #0f172a; background: #fff; }

.ev-home .ev-export-btn.is-primary {
  border-color: transparent;
  background: #db1b75;
  color: #fff;
  padding-inline: 16px;
}

.ev-home .ev-export-list {
  padding: 14px 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ev-home .ev-export-row {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #e8eef6;
  border-radius: 12px;
  background: #fff;
  padding: 14px 14px;
}

.ev-home .ev-export-content { min-width: 0; flex: 1; }

.ev-home .ev-export-content h5 {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  color: #0f172a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ev-home .ev-export-meta {
  margin-top: 5px;
  font-size: 12px;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ev-home .ev-export-grip {
  width: 14px;
  display: grid;
  grid-template-columns: repeat(2, 3px);
  grid-auto-rows: 3px;
  gap: 2px;
  opacity: .45;
  flex-shrink: 0;
}

.ev-home .ev-export-grip span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #64748b;
}

.ev-home .ev-export-remove {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #0f172a;
  font-size: 18px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: default;
  flex-shrink: 0;
}

.ev-home .ev-codexia-mock { max-width: 360px; }

.ev-home .ev-codexia-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 14px 2px 10px;
}

.ev-home .ev-codexia-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
}

.ev-home .ev-codexia-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

.ev-home .ev-codexia-card {
  background: #f6f8fb;
  border-radius: 16px;
  border: 1px solid #eef2f7;
  padding: 14px;
}

.ev-home .ev-codexia-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ev-home .ev-codexia-card-label {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
}

.ev-home .ev-codexia-add {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #e6ebf3;
  background: #eef2f7;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  display: grid;
  place-items: center;
  cursor: default;
}

.ev-home .ev-codexia-list { display: flex; flex-direction: column; gap: 8px; }

.ev-home .ev-codexia-item {
  background: transparent;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.ev-home .ev-codexia-item.is-active { background: #e6edf5; border: 1px solid #d7e2ef; }

.ev-home .ev-codexia-item-main { min-width: 0; flex: 1; }

.ev-home .ev-codexia-item-title {
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ev-home .ev-codexia-item-meta { margin-top: 4px; font-size: 12px; color: #94a3b8; }

.ev-home .ev-codexia-more {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  color: #475569;
  font-size: 18px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: default;
}

.ev-home .ev-codexia-item.is-active .ev-codexia-more { background: #eaf0f7; border-color: #d7e2ef; }

.ev-home .ev-codexia-ui { width: 100%; }

.ev-home .ev-codexia-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: start;
}

.ev-home .ev-codexia-side {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 14px;
}

.ev-home .ev-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ev-home .ev-side-label {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
}

.ev-home .ev-side-add {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #e6ebf3;
  background: #f1f5f9;
  color: #0f172a;
  font-weight: 800;
  display: grid;
  place-items: center;
  cursor: default;
}

.ev-home .ev-side-list { display: flex; flex-direction: column; gap: 10px; }

.ev-home .ev-side-item { border-radius: 12px; padding: 10px 12px; }

.ev-home .ev-side-item.is-active { background: #eef2f6; }

.ev-home .ev-side-title {
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ev-home .ev-side-meta { font-size: 12px; color: #94a3b8; }

.ev-home .ev-codexia-chat {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 14px;
  position: relative;
  min-height: 360px;
}

.ev-home .ev-ia-counters {
  position: absolute;
  top: 12px;
  right: 14px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #64748b;
}

.ev-home .ev-ia-counter { font-size: 12px; line-height: 1.1; white-space: nowrap; }

.ev-home .ev-ia-counter__big { font-size: 11px; font-weight: 500; color: #64748b; }

.ev-home .ev-ia-counter__sep {
  font-size: 11px;
  font-weight: 500;
  margin: 0 2px;
  color: #94a3b8;
}

.ev-home .ev-ia-counter__text { margin-left: 6px; font-size: 12px; color: #64748b; }

.ev-home .ev-chat-body {
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ev-home .ev-chat-row { display: flex; }

.ev-home .ev-chat-row.is-user { justify-content: flex-end; }

.ev-home .ev-chat-row.is-assistant { justify-content: flex-start; }

.ev-home .ev-bubble {
  max-width: 70%;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.35;
  border: 1px solid #eef2f7;
}

.ev-home .ev-bubble.is-user { background: #f6f8fb; color: #0f172a; }

.ev-home .ev-bubble.is-assistant { background: #fff; color: #334155; }

.ev-home .ev-chat-footnote { font-size: 12px; color: #64748b; padding: 6px 2px 0; }

.ev-home .ev-source-card {
  margin-top: 8px;
  border: 1px solid #e6edf5;
  background: #f8fafc;
  border-radius: 14px;
  padding: 12px 12px;
  max-width: 92%;
}

.ev-home .ev-source-title {
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.ev-home .ev-source-text {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #475569;
}

.ev-home .ev-docs { display: flex; flex-wrap: wrap; gap: 8px; }

.ev-home .ev-doc-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #e6edf5;
  background: #fff;
  font-size: 12px;
  color: #0f172a;
}

.ev-home .ev-doc-ref { color: #64748b; font-size: 12px; }

.ev-home .ev-composer {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-top: 1px solid #eef2f7;
  padding-top: 12px;
}

.ev-home .ev-composer-input {
  flex: 1;
  border: 1px solid #e6edf5;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
  outline: none;
  background: #fff;
}

.ev-home .ev-composer-send {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 0;
  background: #e11d8a;
  color: #fff;
  font-weight: 900;
  display: grid;
  place-items: center;
  cursor: default;
  opacity: .95;
}

.ev-home .ev-steps-flow {
  list-style: none;
  margin: 28px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  position: relative;
}

.ev-home .ev-step-flow {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 10px 6px;
}

.ev-home .ev-step-dot {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e6edf5;
  box-shadow: 0 10px 25px rgba(15,23,42,0.05);
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  position: relative;
  z-index: 1;
}

.ev-home .ev-step-dot-n { font-weight: 850; font-size: 13px; color: #0f172a; }

.ev-home .ev-step-content { padding-top: 2px; }

.ev-home .ev-step-kicker {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 6px;
}

.ev-home .ev-step-title {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 6px;
}

.ev-home .ev-step-sub {
  font-size: 13px;
  line-height: 1.45;
  color: #fff;
  max-width: 30ch;
}

.ev-home .ev-bg--white { background: #fff; }

.ev-home .ev-sep--arc {
  height: 120px;
  background: #ef0a6a;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  margin-top: -60px;
}

.ev-home .ev-sep--arc.is-light { background: #F6F7FB; }

.ev-home .ev-bg--dark { background: #ef0a6a; }

.ev-home .ev-bg--dark .ev-claim, .ev-home .ev-bg--dark p { color: rgba(234,240,255,.78); }

.ev-home .ev-bg--dark h1, .ev-home .ev-bg--dark h2, .ev-home .ev-bg--dark h3 { color: #fff; }

.ev-home .ev-bg--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: radial-gradient(circle at 20% 20%, rgba(255,64,160,.18), transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(90,140,255,.16), transparent 45%),
    linear-gradient(to bottom, rgba(255,255,255,.06), transparent 40%);
}

.ev-home .ev-hero-grid {
  display: grid;
  grid-template-columns: 1fr 550px;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ev-home .ev-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(15px);
  margin-bottom: 24px;
}

.ev-home .ev-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,.6); }

  100% { box-shadow: 0 0 0 12px transparent; }
}

.ev-home .ev-hero-stats { display: flex; gap: 16px; margin-top: 40px; }

.ev-home .ev-stat {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(20px);
  min-width: 120px;
}

.ev-home .ev-stat span { font-size: 30px; font-weight: 700; display: block; }

.ev-home .ev-dashboard-float {
  background: white;
  padding: 25px;
  border-radius: 30px;
  transform: perspective(1200px)
rotateY(-12deg)
rotateX(6deg);
  box-shadow: 0 80px 120px rgba(0,0,0,.15);
  transition: .5s;
}

.ev-home .ev-dashboard-float:hover { transform: perspective(1200px)
rotateY(-6deg)
rotateX(2deg)
translateY(-10px); }

.ev-home .ev-feed {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.ev-home .ev-feed-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  background: #f8fafc;
}

.ev-home .ev-feed-level { width: 10px; height: 10px; border-radius: 50%; }

.ev-home .high { background: #ef4444; }

.ev-home .medium { background: #f59e0b; }

.ev-home .low { background: #22c55e; }

.ev-home .ev-hero-2026 {
  position: static;
  overflow: hidden;
  padding: 10rem 0 48px;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 12% 12%, rgba(239,10,106,.34), transparent 34%),
    radial-gradient(circle at 78% 22%, rgba(182,53,156,.28), transparent 36%),
    radial-gradient(circle at 50% 60%, rgba(255,255,255,.95), transparent 40%),
    linear-gradient(180deg, #fff 0%, #f4f5f9 100%);
}

.ev-home .ev-hero-2026::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(239,10,106,.10), transparent 35%),
    linear-gradient(240deg, rgba(99,102,241,.10), transparent 40%);
  z-index: 1;
}

.ev-home .ev-btn-trial {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(239,10,106,.28),
    0 0 0 1px rgba(255,255,255,.35) inset;
}

.ev-home .ev-btn-trial::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    120deg,
    transparent 35%,
    rgba(255,255,255,.55) 50%,
    transparent 65%
  );
  transform: translateX(-80%);
  animation: ev-btn-shine 3.8s ease-in-out infinite;
}

@keyframes ev-btn-shine {
  0%, 55% { transform: translateX(-90%); }

  100% { transform: translateX(90%); }
}

.ev-home .ev-trial-card {
  margin-top: 22px;
  width: min(100%, 470px);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.58));
  border: 1px solid rgba(239,10,106,.18);
  box-shadow: 0 24px 70px rgba(15,23,42,.10);
  backdrop-filter: blur(18px);
}

.ev-home .ev-trial-number {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  flex: 0 0 62px;
  background: linear-gradient(135deg, #ef0a6a, #b6359c);
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -.04em;
  box-shadow: 0 18px 38px rgba(239,10,106,.28);
}

.ev-home .ev-trial-card strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.ev-home .ev-trial-card p {
  margin: 4px 0 0;
  color: rgba(71,85,105,.86);
  font-size: 13px;
  line-height: 1.45;
}

.ev-home .ev-problem-solution {
  position: relative;
  padding: 110px 24px 90px;
  background: radial-gradient(circle at 20% 20%, rgba(239,10,106,.08), transparent 32%),
    radial-gradient(circle at 80% 30%, rgba(99,102,241,.08), transparent 34%),
    #f7f8fc;
  overflow: hidden;
}

.ev-home .ev-problem-inner { max-width: 1180px; margin: 0 auto; }

.ev-home .ev-problem-heading { max-width: 840px; margin: 0 auto 56px; text-align: center; }

.ev-home .ev-section-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(226,232,240,.95);
  color: rgba(239,10,106,.92);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ev-home .ev-problem-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 70px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 950;
  color: #0f172a;
}

.ev-home .ev-problem-heading h2 span {
  display: block;
  margin-top: 8px;
  background: linear-gradient(135deg, #0f172a 0%, #ef0a6a 52%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ev-home .color-text {
  display: block;
  margin-top: 8px;
  background: linear-gradient(135deg, #0f172a 0%, #ef0a6a 52%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ev-home .ev-problem-heading p {
  margin: 22px auto 0;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(71,85,105,.88);
}

.ev-home .ev-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ev-home .ev-problem-card {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.66));
  border: 1px solid rgba(226,232,240,.92);
  box-shadow: 0 26px 80px rgba(15,23,42,.08);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ev-home .ev-problem-card:hover {
  transform: translateY(-8px);
  border-color: rgba(239,10,106,.22);
  box-shadow: 0 38px 110px rgba(15,23,42,.12);
}

.ev-home .ev-problem-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  background: linear-gradient(135deg, rgba(239,10,106,.12), rgba(124,58,237,.10));
  color: rgba(239,10,106,.96);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -.02em;
}

.ev-home .ev-problem-card h3 {
  position: relative;
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.035em;
  font-weight: 900;
  color: #0f172a;
}

.ev-home .ev-problem-card p {
  position: relative;
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(71,85,105,.9);
}

.ev-home .ev-solution-strip {
  margin-top: 26px;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(239,10,106,.96), rgba(182,53,156,.94));
  box-shadow: 0 34px 100px rgba(239,10,106,.22);
  color: #fff;
}

.ev-home .ev-solution-strip span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
  color: rgba(255,255,255,.76);
}

.ev-home .ev-solution-strip strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 950;
}

.ev-home .ev-solution-strip p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,.86);
}

.ev-home .ev-how-premium {
  position: relative;
  padding: 110px 24px;
  background: radial-gradient(circle at 15% 10%, rgba(239,10,106,.12), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(124,58,237,.10), transparent 34%),
    linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%);
  overflow: hidden;
}

.ev-home .ev-how-inner { max-width: 1180px; margin: 0 auto; }

.ev-home .ev-how-head { max-width: 820px; margin: 0 auto 56px; text-align: center; }

.ev-home .ev-how-head h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 68px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 950;
  color: #0f172a;
}

.ev-home .ev-how-head h2 span {
  display: block;
  margin-top: 8px;
  background: linear-gradient(135deg, #0f172a 0%, #ef0a6a 54%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ev-home .ev-how-head p {
  margin: 22px auto 0;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(71,85,105,.88);
}

.ev-home .ev-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ev-home .ev-how-card {
  position: relative;
  min-height: 280px;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(226,232,240,.92);
  box-shadow: 0 24px 70px rgba(15,23,42,.08);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}

.ev-home .ev-how-card:hover { transform: translateY(-8px); box-shadow: 0 34px 100px rgba(15,23,42,.12); }

.ev-home .ev-how-step {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  background: rgba(239,10,106,.10);
  color: rgba(239,10,106,.96);
  font-weight: 950;
}

.ev-home .ev-how-card h3 {
  position: relative;
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 950;
  color: #0f172a;
  z-index: 1;
}

.ev-home .ev-how-card.is-featured h3 { color: #fff; }

.ev-home .ev-how-card p {
  position: relative;
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(71,85,105,.9);
  z-index: 1;
}

.ev-home .ev-how-card.is-featured p { color: rgba(255,255,255,.86); }

.ev-home .ev-how-flow {
  margin: 34px auto 0;
  padding: 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(226,232,240,.92);
  box-shadow: 0 22px 70px rgba(15,23,42,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
}

.ev-home .ev-flow-node {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(248,250,252,.96);
  border: 1px solid rgba(226,232,240,.95);
  font-size: 12px;
  font-weight: 850;
  color: rgba(51,65,85,.86);
  white-space: nowrap;
}

.ev-home .ev-flow-node.is-active {
  background: rgba(239,10,106,.10);
  color: rgba(239,10,106,.96);
  border-color: rgba(239,10,106,.20);
}

.ev-home .ev-flow-line {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239,10,106,.25), rgba(124,58,237,.22));
  flex: 0 0 auto;
}

.ev-home .ev-products-premium {
  position: relative;
  padding: 120px 24px;
  background: radial-gradient(circle at 20% 10%, rgba(239,10,106,.10), transparent 32%),
    radial-gradient(circle at 80% 40%, rgba(124,58,237,.10), transparent 34%),
    #ffffff;
  overflow: hidden;
}

.ev-home .ev-products-inner { max-width: 1180px; margin: 0 auto; }

.ev-home .ev-products-head { max-width: 860px; margin: 0 auto 62px; text-align: center; }

.ev-home .ev-products-head h2 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 70px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 950;
  color: #0f172a;
}

.ev-home .ev-products-head h2 span {
  display: block;
  margin-top: 8px;
  background: linear-gradient(135deg, #0f172a 0%, #ef0a6a 52%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ev-home .ev-products-head p {
  margin: 22px auto 0;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(71,85,105,.88);
}

.ev-home .ev-product-showcase { display: grid; gap: 24px; }

.ev-home .ev-product-panel::before {
  content: "";
  position: absolute;
  inset: -35% -20% auto auto;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(239,10,106,.16), transparent 66%);
  pointer-events: none;
}

.ev-home .ev-product-panel--codexia::before {
  inset: auto auto -35% -20%;
  background: radial-gradient(circle, rgba(124,58,237,.16), transparent 66%);
}

.ev-home .ev-product-copy, .ev-home .ev-product-ui { position: relative; z-index: 1; }

.ev-home .ev-product-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(239,10,106,.10);
  color: rgba(239,10,106,.96);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.ev-home .ev-product-copy h3 {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 54px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 950;
  color: #0f172a;
}

.ev-home .ev-product-copy p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(71,85,105,.9);
}

.ev-home .ev-product-copy ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ev-home .ev-product-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
  color: rgba(15,23,42,.84);
}

.ev-home .ev-product-copy li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(239,10,106,.10);
  color: rgba(239,10,106,.95);
  font-size: 13px;
  font-weight: 950;
}

.ev-home .ev-mini-window { transform: perspective(1000px) rotateY(-8deg) rotateX(4deg); }

.ev-home .ev-chat-preview { padding: 22px; transform: perspective(1000px) rotateY(8deg) rotateX(4deg); }

.ev-home .ev-mini-window-head {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(226,232,240,.92);
}

.ev-home .ev-mini-window-head span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(148,163,184,.75);
}

.ev-home .ev-mini-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid rgba(226,232,240,.92);
  background: rgba(255,255,255,.55);
}

.ev-home .ev-mini-toolbar strong { font-size: 18px; font-weight: 950; color: #0f172a; }

.ev-home .ev-mini-toolbar em {
  font-style: normal;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(239,10,106,.10);
  color: rgba(239,10,106,.95);
  font-size: 12px;
  font-weight: 900;
}

.ev-home .ev-mini-list { padding: 18px; display: grid; gap: 12px; }

.ev-home .ev-mini-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(226,232,240,.92);
}

.ev-home .ev-mini-row.is-priority {
  border-color: rgba(239,10,106,.24);
  box-shadow: 0 18px 42px rgba(239,10,106,.10);
}

.ev-home .ev-mini-row strong { display: block; font-size: 14px; color: #0f172a; }

.ev-home .ev-mini-row span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(100,116,139,.94);
}

.ev-home .ev-mini-row em {
  font-style: normal;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(248,250,252,.95);
  border: 1px solid rgba(226,232,240,.92);
  font-size: 11px;
  font-weight: 900;
  color: rgba(51,65,85,.86);
}

.ev-home .ev-chat-preview-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.ev-home .ev-chat-preview-head strong { font-size: 16px; color: #0f172a; }

.ev-home .ev-chat-preview-head span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(124,58,237,.10);
  color: rgba(124,58,237,.95);
  font-size: 12px;
  font-weight: 900;
}

.ev-home .ev-chat-bubble {
  width: fit-content;
  max-width: 82%;
  padding: 13px 15px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.55;
  border: 1px solid rgba(226,232,240,.92);
}

.ev-home .ev-chat-bubble.is-user {
  margin-left: auto;
  background: rgba(248,250,252,.98);
  color: rgba(15,23,42,.86);
}

.ev-home .ev-chat-bubble.is-ai {
  margin-top: 12px;
  background: rgba(255,255,255,.92);
  color: rgba(51,65,85,.92);
  box-shadow: 0 18px 42px rgba(15,23,42,.07);
}

.ev-home .ev-source-preview {
  margin-top: 18px;
  padding: 15px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(226,232,240,.92);
}

.ev-home .ev-source-preview strong {
  display: block;
  font-size: 12px;
  color: #0f172a;
  margin-bottom: 6px;
}

.ev-home .ev-source-preview span { font-size: 12px; line-height: 1.5; color: rgba(100,116,139,.95); }

.ev-home .ev-benefits-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ev-home .ev-benefits-grid article {
  padding: 22px;
  border-radius: 26px;
  background: rgba(248,250,252,.88);
  border: 1px solid rgba(226,232,240,.92);
}

.ev-home .ev-benefits-grid span {
  display: block;
  color: rgba(239,10,106,.95);
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 16px;
}

.ev-home .ev-benefits-grid h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.03em;
  color: #0f172a;
}

.ev-home .ev-benefits-grid p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(71,85,105,.88);
}

.ev-home .ev-faq-premium {
  padding: 120px 24px;
  background: radial-gradient(circle at 20% 20%, rgba(239,10,106,.10), transparent 32%),
    radial-gradient(circle at 80% 40%, rgba(124,58,237,.10), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f7f8fc 100%);
}

.ev-home .ev-faq-premium-inner { max-width: 1100px; margin: 0 auto; }

.ev-home .ev-faq-premium-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }

.ev-home .ev-faq-premium-head h2 {
  margin: 0;
  font-size: clamp(38px,4vw,66px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 950;
  color: #0f172a;
}

.ev-home .ev-faq-premium-head h2 span {
  display: block;
  margin-top: 8px;
  background: linear-gradient(
      135deg,
      #0f172a 0%,
      #ef0a6a 52%,
      #7c3aed 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ev-home .ev-faq-premium-head p {
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(71,85,105,.88);
}

.ev-home .ev-faq-premium-list { display: grid; gap: 14px; }

.ev-home .ev-faq-premium-item {
  border-radius: 26px;
  border: 1px solid rgba(226,232,240,.92);
  background: linear-gradient(
      180deg,
      rgba(255,255,255,.92),
      rgba(255,255,255,.74)
    );
  box-shadow: 0 24px 80px rgba(15,23,42,.07);
  overflow: hidden;
  transition: transform .25s ease,
      box-shadow .25s ease;
}

.ev-home .ev-faq-premium-item:hover { transform: translateY(-4px); box-shadow: 0 34px 90px rgba(15,23,42,.12); }

.ev-home .ev-faq-premium-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  font-size: 17px;
  font-weight: 900;
  color: #0f172a;
}

.ev-home .ev-faq-premium-item summary::-webkit-details-marker { display: none; }

.ev-home .ev-faq-premium-item summary::after {
  content: "+";
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(239,10,106,.10);
  color: #ef0a6a;
  font-size: 22px;
  font-weight: 900;
  transition: .3s;
}

.ev-home .ev-faq-premium-item[open] summary::after { content: "–"; }

.ev-home .ev-faq-premium-item > div { padding: 0 24px
      24px
      24px; }

.ev-home .ev-faq-premium-item .ev-text { color: rgba(71,85,105,.90); line-height: 1.8; font-size: 15px; }

.ev-home .ev-final-premium span {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 950;
  color: rgba(255,255,255,.75);
}

.ev-home .ev-final-premium h2 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(32px,3.4vw,58px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 950;
}

.ev-home .ev-final-premium p {
  margin-top: 16px;
  max-width: 650px;
  line-height: 1.7;
  color: rgba(255,255,255,.88);
}

.ev-home .ev-final-premium .ev-btn-primary {
  background: white;
  color: #ef0a6a;
  box-shadow: 0 24px 60px rgba(15,23,42,.16);
  white-space: nowrap;
}

.ev-home .ev-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}

.ev-home .ev-center .ev-btn-secondary { margin-top: 24px; }

.ev-home {
  --ev-radius-xl: 26px;
  --ev-radius-lg: 18px;
  --ev-border: rgba(226,232,240,.9);
  --ev-border-dark: rgba(51,65,85,.65);
  --ev-card-bg: rgba(255,255,255,.72);
  --ev-shadow-soft: 0 22px 70px rgba(15,23,42,.10);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(239,10,106,.045), transparent 28%),
    linear-gradient(240deg, rgba(182,53,156,.035), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fcfcfd 48%, #ffffff 100%) !important;
}

.ev-home::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 20% 20%, rgba(239,10,106,.06), transparent 24%),
    radial-gradient(circle at 80% 30%, rgba(182,53,156,.045), transparent 26%),
    radial-gradient(circle at 45% 70%, rgba(239,10,106,.035), transparent 28%);
  filter: blur(38px);
  opacity: .75;
  animation: ev-soft-aurora 18s ease-in-out infinite alternate;
}

@keyframes ev-soft-aurora {
  0% { transform: translate3d(-1.5%, -1%, 0) scale(1); }

  100% { transform: translate3d(1.5%, 1%, 0) scale(1.04); }
}

.ev-home .ev-hero-orb { opacity: .18 !important; filter: blur(70px) !important; }

.ev-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
      180deg,
      rgba(255,255,255,.35),
      transparent 15%
    );
}

.ev-home section, .ev-home .ev-hero-2026, .ev-home .ev-problem-solution, .ev-home .ev-how-premium, .ev-home .ev-products-premium, .ev-home .ev-faq-premium {
  background: transparent !important;
  background-color: transparent !important;
  overflow: visible !important;
}

.ev-home .ev-problem-solution, .ev-home .ev-how-premium, .ev-home .ev-products-premium, .ev-home .ev-faq-premium {
  position: relative;
  z-index: 2;
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.ev-home .ev-problem-solution::before, .ev-home .ev-how-premium::before, .ev-home .ev-products-premium::before, .ev-home .ev-faq-premium::before, .ev-home .ev-hero-2026::after { display: none !important; content: none !important; }

.ev-home .ev-problem-heading, .ev-home .ev-how-head, .ev-home .ev-products-head, .ev-home .ev-faq-premium-head { margin-bottom: 56px !important; }

.ev-home-continuity {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: transparent !important;
}

.ev-home .ev-marquee {
  height: 96px;
  max-width: none;
  margin: 0;
  border: 0;
  box-shadow: none;
  background: rgba(255,255,255,.28);
  backdrop-filter: blur(16px);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.ev-home .ev-marquee-track {
  height: 96px;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: ev-marquee-scroll 32s linear infinite;
}

.ev-home .ev-marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(15,23,42,.78);
  white-space: nowrap;
}

.ev-home .ev-marquee-track span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef0a6a, #7c3aed);
}

@keyframes ev-marquee-scroll {
  from { transform: translateX(0); }

  to { transform: translateX(-50%); }
}

.ev-home .ev-problem-card, .ev-home .ev-how-card, .ev-home .ev-product-panel, .ev-home .ev-benefits-grid article, .ev-home .ev-faq-premium-item { background: rgba(255,255,255,.86) !important; backdrop-filter: blur(18px); }

.ev-home .ev-final-premium {
  margin-top: 42px;
  padding: 40px;
  border-radius: 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  box-shadow: 0 38px 120px rgba(239,10,106,.26);
  color: white;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.25), transparent 35%),
    linear-gradient(135deg, #ef0a6a, #b6359c) !important;
}

.ev-home .ev-how-card.is-featured {
  background: linear-gradient(135deg, #ef0a6a, #b6359c) !important;
  color: #fff !important;
  box-shadow: 0 34px 100px rgba(239,10,106,.18) !important;
}

.ev-home .ev-how-card.is-featured h3, .ev-home .ev-how-card.is-featured p, .ev-home .ev-how-card.is-featured .ev-how-step { color: #fff !important; }

.ev-home .ev-how-card.is-featured .ev-how-step { color: #fff; background: rgba(255,255,255,.18) !important; }

.ev-home .ev-product-panel {
  position: relative;
  min-height: 500px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  align-items: center;
  padding: 36px;
  border-radius: 36px;
  border: 1px solid rgba(226,232,240,.92);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.72));
  box-shadow: 0 34px 110px rgba(15,23,42,.10);
  overflow: hidden;
  transition: transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease,
    background .35s ease !important;
}

.ev-home .ev-product-panel:hover {
  transform: translateY(-10px) scale(1.01) !important;
  border-color: rgba(239,10,106,.22) !important;
  box-shadow: 0 46px 130px rgba(15,23,42,.14) !important;
}

.ev-home .ev-product-panel:hover .ev-mini-window { transform: perspective(1000px) rotateY(-4deg) rotateX(2deg) translateY(-8px) !important; }

.ev-home .ev-product-panel:hover .ev-chat-preview { transform: perspective(1000px) rotateY(4deg) rotateX(2deg) translateY(-8px) !important; }

.ev-home .ev-mini-window, .ev-home .ev-chat-preview {
  border-radius: 28px;
  border: 1px solid rgba(226,232,240,.92);
  background: rgba(248,250,252,.88);
  box-shadow: 0 50px 120px rgba(15,23,42,.14),
    inset 0 1px 0 rgba(255,255,255,.8);
  overflow: hidden;
  transition: transform .45s ease, box-shadow .45s ease !important;
}

@media (prefers-reduced-motion: reduce) {
  .ev-home .ev-hero-orb, .ev-home .ev-scroll-dot::after { animation: none !important; }

  .ev-home .ev-h1-ghost .g { animation: none !important; }

  .ev-home .ev-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }

  .ev-home .ev-tab-panel { transition: none !important; transform: none !important; opacity: 1 !important; }

  .ev-home .ev-hero-tabs::before { transition: none !important; }

  .ev-home .ev-marquee-track { animation: none !important; }
}

@media (max-width: 1100px) {
  .ev-home .ev-scroll-cue { display: none; }

  .ev-home .ev-metrics { grid-template-columns: 1fr; }

  .ev-home .ev-hero-products { grid-template-columns: 1fr; }

  .ev-home .ev-shot-placeholder { height: 220px; }

  .ev-home .ev-features-grid { grid-template-columns: 1fr; gap: 22px; }

  .ev-home .ev-feature { grid-column: auto !important; }

  .ev-home .ev-feature-media { min-height: 220px; }

  .ev-home .ev-mock { grid-template-columns: 1fr; }

  .ev-home .ev-mock-sidebar { display: none; }

  .ev-home .ev-mock-chat { grid-template-columns: 1fr; }

  .ev-home .ev-mock--codexia .ev-mock-chat { grid-template-columns: 1fr; }

  .ev-home .ev-mock-status { width: 100%; align-items: flex-start; }

  .ev-home .ev-mock-row--lexia { flex-direction: column; }

  .ev-home .ev-mock-status-pill { width: auto; justify-content: flex-start; }

  .ev-home .ev-mock--tableau .ev-kanban { grid-template-columns: 1fr; }

  .ev-home .ev-mock--tableau .ev-k-badge { white-space: normal; }

  .ev-home .ev-trial-card { margin-left: auto; margin-right: auto; }

  .ev-home .ev-hero-2026 { padding: 7.5rem 0 56px; min-height: auto; }

  .ev-home .ev-hero-grid { grid-template-columns: 1fr; gap: 36px; }

  .ev-home .ev-hero-left { max-width: 760px; margin: 0 auto; text-align: center; }

  .ev-home .ev-h1-xl, .ev-home .ev-title-xl { font-size: clamp(42px, 8vw, 72px); line-height: .98; }

  .ev-home .ev-hero-description, .ev-home .ev-lead { max-width: 620px; margin-left: auto; margin-right: auto; }

  .ev-home .ev-hero-cta { display: flex; justify-content: center; }

  .ev-home .ev-hero-right { display: flex; justify-content: center; }

  .ev-home .ev-dashboard-float { width: min(100%, 520px); transform: none; }

  .ev-home .ev-dashboard-float:hover { transform: translateY(-4px); }
}

@media (max-width: 900px) {
  .ev-home .ev-steps-flow { grid-template-columns: 1fr; gap: 14px; max-width: 620px; }

  .ev-home .ev-step-sub { max-width: none; }

  .ev-home .ev-problem-solution, .ev-home .ev-how-premium, .ev-home .ev-products-premium, .ev-home .ev-faq-premium { padding-top: 80px !important; padding-bottom: 80px !important; }
}

@media (max-width: 680px) {
  .ev-home .ev-hero-tabs {
    flex-wrap: wrap;
    border-radius: 18px;
    padding: 8px;
    justify-content: center;
  }

  .ev-home .ev-tab { padding: 10px 14px; }

  .ev-home .ev-problem-solution { padding: 76px 16px 70px; }

  .ev-home .ev-problem-heading h2 { font-size: clamp(36px, 12vw, 52px); }

  .ev-home .ev-solution-strip { padding: 22px; border-radius: 26px; }

  .ev-home .ev-how-premium { padding: 76px 16px; }

  .ev-home .ev-how-head h2 { font-size: clamp(36px, 12vw, 52px); }

  .ev-home .ev-products-premium { padding: 76px 16px; }

  .ev-home .ev-product-panel { padding: 22px; border-radius: 28px; }

  .ev-home .ev-benefits-grid { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .ev-home .ev-problem-grid, .ev-home .ev-solution-strip { grid-template-columns: 1fr; }

  .ev-home .ev-problem-card { min-height: auto; }

  .ev-home .ev-how-grid { grid-template-columns: 1fr; }

  .ev-home .ev-how-card { min-height: auto; }

  .ev-home .ev-how-flow { border-radius: 28px; flex-wrap: wrap; }

  .ev-home .ev-flow-line { display: none; }
}

@media (max-width: 1000px) {
  .ev-home .ev-product-panel { grid-template-columns: 1fr; }

  .ev-home .ev-mini-window, .ev-home .ev-chat-preview { transform: none; }

  .ev-home .ev-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width:900px) {
  .ev-home .ev-final-premium { grid-template-columns: 1fr; text-align: center; }

  .ev-home .ev-final-premium .ev-btn-primary { justify-self: center; }
}

@media (max-width:680px) {
  .ev-home .ev-faq-premium { padding: 80px 16px; }

  .ev-home .ev-final-premium { padding: 26px; border-radius: 28px; }
}

@media (max-width: 768px) {
  .ev-home { overflow-x: hidden; }

  .ev-home .ev-hero-2026 { padding: 6.5rem 0 42px; }

  .ev-home .ev-hero-2026 .ev-hero-inner { padding: 0 18px; }

  .ev-home .ev-live-badge {
    max-width: 100%;
    justify-content: center;
    padding: 9px 13px;
    font-size: 12px;
    line-height: 1.3;
  }

  .ev-home .ev-h1-xl, .ev-home .ev-title-xl { font-size: clamp(38px, 12vw, 54px); letter-spacing: -.055em; }

  .ev-home .ev-hero-description, .ev-home .ev-lead { font-size: 15px; line-height: 1.65; }

  .ev-home .ev-trial-card {
    width: 100%;
    align-items: flex-start;
    text-align: left;
    padding: 14px;
    border-radius: 22px;
  }

  .ev-home .ev-trial-number {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-radius: 17px;
    font-size: 21px;
  }

  .ev-home .ev-hero-cta .ev-btn-primary, .ev-home .ev-btn-trial { width: 100%; justify-content: center; text-align: center; }

  .ev-home .ev-dashboard-float {
    padding: 18px;
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(15,23,42,.12);
  }

  .ev-home .ev-feed-item { padding: 12px; font-size: 13px; }

  .ev-home .ev-marquee, .ev-home .ev-marquee-track { height: 68px; }

  .ev-home .ev-marquee-track span { font-size: 11px; padding: 0 12px; }

  .ev-home .ev-problem-solution, .ev-home .ev-how-premium, .ev-home .ev-products-premium, .ev-home .ev-faq-premium {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .ev-home .ev-problem-heading, .ev-home .ev-how-head, .ev-home .ev-products-head, .ev-home .ev-faq-premium-head { margin-bottom: 34px !important; }

  .ev-home .ev-section-eyebrow { font-size: 10px; padding: 7px 11px; margin-bottom: 14px; }

  .ev-home .ev-problem-heading h2, .ev-home .ev-how-head h2, .ev-home .ev-products-head h2, .ev-home .ev-faq-premium-head h2 { font-size: clamp(34px, 11vw, 48px); line-height: 1; }

  .ev-home .ev-problem-heading p, .ev-home .ev-how-head p, .ev-home .ev-products-head p, .ev-home .ev-faq-premium-head p { font-size: 15px; line-height: 1.65; margin-top: 16px; }

  .ev-home .ev-problem-grid, .ev-home .ev-how-grid { gap: 14px; }

  .ev-home .ev-problem-card, .ev-home .ev-how-card { padding: 20px; border-radius: 24px; }

  .ev-home .ev-problem-icon, .ev-home .ev-how-step {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 18px;
  }

  .ev-home .ev-problem-card h3, .ev-home .ev-how-card h3 { font-size: 20px; }

  .ev-home .ev-solution-strip { gap: 18px; padding: 22px; border-radius: 24px; }

  .ev-home .ev-solution-strip strong { font-size: 30px; }

  .ev-home .ev-solution-strip p { font-size: 14px; line-height: 1.65; }

  .ev-home .ev-product-panel {
    min-height: auto;
    padding: 20px;
    border-radius: 26px;
    gap: 24px;
  }

  .ev-home .ev-product-copy h3 { font-size: clamp(30px, 10vw, 44px); }

  .ev-home .ev-product-copy p { font-size: 14px; line-height: 1.65; }

  .ev-home .ev-mini-window, .ev-home .ev-chat-preview { border-radius: 22px; transform: none !important; }

  .ev-home .ev-product-panel:hover { transform: none !important; }

  .ev-home .ev-mini-row { grid-template-columns: 1fr; }

  .ev-home .ev-mini-row em { width: fit-content; }

  .ev-home .ev-chat-bubble { max-width: 100%; }

  .ev-home .ev-faq-premium-item { border-radius: 22px; }

  .ev-home .ev-faq-premium-item summary { padding: 18px; font-size: 15px; gap: 14px; }

  .ev-home .ev-faq-premium-item > div { padding: 0 18px 18px; }

  .ev-home .ev-final-premium { padding: 24px; border-radius: 26px; text-align: left; }

  .ev-home .ev-final-premium h2 { font-size: clamp(30px, 10vw, 44px); }

  .ev-home .ev-final-premium .ev-btn-primary {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .ev-home .ev-hero-2026 .ev-hero-inner { padding: 0 14px; }

  .ev-home .ev-h1-xl, .ev-home .ev-title-xl { font-size: clamp(35px, 13vw, 46px); }

  .ev-home .ev-problem-solution, .ev-home .ev-how-premium, .ev-home .ev-products-premium, .ev-home .ev-faq-premium { padding-left: 14px !important; padding-right: 14px !important; }

  .ev-home .ev-problem-card, .ev-home .ev-how-card, .ev-home .ev-product-panel, .ev-home .ev-final-premium { border-radius: 22px; }

  .ev-home .ev-trial-card { gap: 12px; }

  .ev-home .ev-trial-card strong { font-size: 14px; }

  .ev-home .ev-trial-card p { font-size: 12px; }
}

/* ================================
   HOME — Trust / Security section
================================ */

.ev-trust-section{
  position:relative;
  padding:96px 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(236, 72, 153, .10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow:hidden;
}

.ev-trust-section .ev-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
}

.ev-trust-section .ev-section-head{
  max-width:760px;
  margin:0 auto;
}

.ev-trust-grid{
  width:100%;
  max-width:1120px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  margin:42px auto 0;
}

.ev-trust-card{
  min-width:0;
  padding:28px;
  border:1px solid rgba(15, 23, 42, .08);
  border-radius:24px;
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 45px rgba(15, 23, 42, .06);
}

.ev-trust-icon{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#fff1f7;
  margin-bottom:18px;
  font-size:22px;
}

.ev-trust-card h3{
  font-size:18px;
  font-weight:800;
  color:#0f172a;
  margin:0 0 10px;
  letter-spacing:-.02em;
}

.ev-trust-card p{
  margin:0;
  color:#475569;
  line-height:1.65;
  font-size:15px;
}

/* Tablette */
@media (max-width: 1024px){
  .ev-trust-section{
    padding:80px 20px;
  }

  .ev-trust-grid{
    max-width:760px;
    grid-template-columns:1fr;
  }
}

/* Mobile */
@media (max-width: 640px){
  .ev-trust-section{
    padding:64px 16px;
  }

  .ev-trust-section .ev-section-head{
    text-align:left;
  }

  .ev-trust-grid{
    gap:16px;
    margin-top:28px;
  }

  .ev-trust-card{
    padding:22px;
    border-radius:20px;
  }

  .ev-trust-icon{
    width:40px;
    height:40px;
    border-radius:14px;
    font-size:20px;
    margin-bottom:14px;
  }

  .ev-trust-card h3{
    font-size:17px;
  }

  .ev-trust-card p{
    font-size:14px;
  }
}