/* ============================================================
   Avorin – home.css
   Startseite / Marketing-Homepage
   Ersetzt die alte home.css vollständig.
   styles.css (App-CSS) bleibt unverändert.
   ============================================================ */

/* ----- Reset & Base ----- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.home-page {
  --home-bg: #ffffff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #0f172a;
  background: var(--home-bg);
}

.home-page a { text-decoration: none; color: inherit; }
.home-page ul { list-style: none; }
.home-page blockquote { font-style: italic; quotes: none; }

/* ----- HEADER / NAV (Finom-inspiriert) ----- */
.home-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 2.5rem;
  min-height: 0;
  background: var(--home-bg);
}

.home-brand-header {
  justify-self: start;
  flex-shrink: 0;
}

.home-brand-header img {
  height: 128px;
  width: auto;
  display: block;
}

.home-nav-pill {
  justify-self: center;
}

.home-nav-pill-track {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.35rem 0.35rem 0.35rem 1.35rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07);
}

.home-nav-pill-link {
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1e293b;
  white-space: nowrap;
  border-radius: 999px;
  transition: color 0.15s, background 0.15s;
}

.home-nav-pill-link:hover {
  color: #0f172a;
  background: rgba(15, 23, 42, 0.04);
}

.home-nav-pill-cta {
  margin-left: 0.35rem;
  padding: 0.65rem 1.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff !important;
  background: #0f172a;
  border-radius: 999px;
  white-space: nowrap;
  transition: background 0.15s, transform 0.15s;
}

.home-nav-pill-cta:hover {
  background: #1e293b;
}

.home-header-end {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.home-header-login {
  font-size: 0.875rem;
  font-weight: 500;
  color: #1e293b;
  transition: color 0.15s;
}

.home-header-login:hover { color: #0f172a; }

/* ----- MAIN ----- */
.home-main { }

/* ----- HERO ----- */
.home-hero {
  max-width: 860px;
  margin: 0 auto;
  padding: 5.5rem 2rem 3.5rem;
  text-align: center;
  background: var(--home-bg);
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  margin-bottom: 1.75rem;
}

.home-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2563eb;
  flex-shrink: 0;
}

.home-hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #0b1220;
  margin-bottom: 1.25rem;
}

.home-hero h1 em {
  font-style: normal;
  color: #2563eb;
}

.home-hero > p {
  font-size: 1.1rem;
  color: #475569;
  max-width: 580px;
  margin: 0 auto 2.25rem;
  line-height: 1.75;
}

.home-hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}

/* ----- BUTTONS ----- */
.home-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.8rem 1.6rem;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
  cursor: pointer;
}

.home-btn:hover { transform: translateY(-1px); }

.home-btn-primary {
  background: #2563eb;
  color: #fff !important;
  border: 1.5px solid #2563eb;
}
.home-btn-primary:hover { background: #1d4ed8; border-color: #1d4ed8; }

.home-btn-ghost {
  background: #fff;
  color: #0f172a !important;
  border: 1.5px solid #e2e8f0;
}
.home-btn-ghost:hover { border-color: #94a3b8; }

.home-btn-ghost-dark {
  background: rgba(255,255,255,0.08);
  color: #e2e8f0 !important;
  border: 1.5px solid rgba(255,255,255,0.2);
}
.home-btn-ghost-dark:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.35); }

/* ----- TRUST ROW ----- */
.home-trust-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 1rem;
}

.home-trust-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.825rem;
  color: #64748b;
  font-weight: 500;
}

.home-trust-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ----- APP MOCKUP ----- */
.home-mockup-wrap {
  background: var(--home-bg);
  padding: 0 2rem 4.5rem;
}

.home-mockup {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.06), 0 20px 60px -10px rgba(0,0,0,0.1);
}

.home-mockup-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0.9rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.home-mockup-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.home-mockup-dot-r { background: #ff5f57; }
.home-mockup-dot-y { background: #febc2e; }
.home-mockup-dot-g { background: #28c840; }

.home-mockup-url {
  flex: 1;
  text-align: center;
  font-size: 0.7rem;
  color: #94a3b8;
  font-weight: 500;
}

.home-mockup-body {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 280px;
}

.home-mockup-sidebar {
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
  padding: 1rem 0.65rem;
}

.home-mockup-nav-label {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #94a3b8;
  padding: 0.2rem 0.55rem;
  margin-bottom: 0.4rem;
}

.home-mockup-nav-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.6rem;
  border-radius: 6px;
  font-size: 0.775rem;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 2px;
}

.home-mockup-nav-item::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: currentColor;
  opacity: 0.4;
  flex-shrink: 0;
}

.home-mockup-nav-active {
  background: #eff6ff;
  color: #2563eb;
  font-weight: 600;
}
.home-mockup-nav-active::before { opacity: 0.8; }

.home-mockup-content {
  padding: 1.1rem 1.25rem;
}

.home-mockup-section-title {
  font-size: 0.775rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.7rem;
}

.home-mockup-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}

.home-mockup-stat {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  padding: 0.65rem 0.7rem;
}

.home-mockup-stat-val {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
}
.home-mockup-stat-blue  { color: #2563eb; }
.home-mockup-stat-green { color: #16a34a; }
.home-mockup-stat-amber { color: #d97706; }

.home-mockup-stat-label {
  font-size: 0.65rem;
  color: #94a3b8;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0.1rem;
}

.home-mockup-table-head {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 0.4rem;
  padding: 0.45rem 0.6rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
  font-size: 0.62rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.home-mockup-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 0.4rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid #e2e8f0;
  border-top: none;
  align-items: center;
}

.home-mockup-row:last-child { border-radius: 0 0 6px 6px; }

.home-mockup-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0f172a;
}

.home-mockup-cell {
  font-size: 0.75rem;
  color: #475569;
}

.home-mockup-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
}
.home-mockup-badge-green { background: #dcfce7; color: #16a34a; }
.home-mockup-badge-blue  { background: #dbeafe; color: #1d4ed8; }

/* ----- INTEGRATIONS ----- */
.home-integrations {
  background: var(--home-bg);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: 2.25rem 2rem;
  text-align: center;
}

.home-integrations-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 1.25rem;
}

.home-integrations-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.home-integrations-row span {
  font-size: 0.9rem;
  font-weight: 700;
  color: #cbd5e1;
  letter-spacing: -0.01em;
}

/* ----- GENERIC SECTION ----- */
.home-section {
  max-width: 1060px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.home-section-alt {
  background: var(--home-bg);
  max-width: none;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.home-section-alt > .home-section,
.home-section-alt.home-section-features,
.home-section-alt.home-section-pricing {
  max-width: 1060px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.home-section-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2563eb;
  margin-bottom: 0.65rem;
}

.home-section h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1220;
  line-height: 1.2;
  margin-bottom: 0.9rem;
}

.home-section-sub {
  font-size: 1rem;
  color: #64748b;
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 3rem;
}

/* ----- PAIN SECTION ----- */
.home-section-pain { background: var(--home-bg); max-width: none; }
.home-section-pain > * { max-width: 1060px; margin-left: auto; margin-right: auto; }
.home-section-pain { padding: 5rem 2rem; }

.home-pain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 1060px;
  margin: 0 auto;
}

.home-pain-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.home-pain-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.home-pain-icon-red    { background: #fef2f2; }
.home-pain-icon-amber  { background: #fffbeb; }
.home-pain-icon-purple { background: #f5f3ff; }
.home-pain-icon-blue   { background: #eff6ff; }

.home-pain-card h3 {
  font-size: 0.925rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.3rem;
}

.home-pain-card p {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.65;
}

/* ----- HOW IT WORKS ----- */
.home-section-steps { background: var(--home-bg); }

.home-steps-wrap {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
}

.home-step-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 220px;
}

.home-step-row + .home-step-row { border-top: 1px solid #e2e8f0; }

.home-step-row-reverse .home-step-text { order: 2; }
.home-step-row-reverse .home-step-visual { order: 1; }

.home-step-text {
  padding: 2.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.home-step-text h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.65rem;
  line-height: 1.35;
}

.home-step-text p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
}

.home-step-visual {
  background: #f8fafc;
  border-left: 1px solid #e2e8f0;
  padding: 2rem 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-step-visual-left {
  border-left: none;
  border-right: 1px solid #e2e8f0;
}

/* Mini elements inside steps */
.home-mini-upload {
  border: 2px dashed #bfdbfe;
  border-radius: 10px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: #eff6ff;
  max-width: 280px;
  width: 100%;
}
.home-mini-upload-icon { font-size: 1.75rem; margin-bottom: 0.3rem; }
.home-mini-upload-name { font-size: 0.8rem; color: #1d4ed8; font-weight: 700; margin-bottom: 0.25rem; }
.home-mini-upload-sub  { font-size: 0.7rem; color: #60a5fa; }

.home-mini-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
  max-width: 280px;
}
.home-mini-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.7rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
}
.home-mini-name { font-size: 0.75rem; font-weight: 600; color: #0f172a; }
.home-mini-val  { font-size: 0.75rem; color: #2563eb; font-weight: 700; }
.home-mini-row-error { background: #fef2f2; border-color: #fca5a5; }
.home-mini-name-error { color: #dc2626; }
.home-mini-val-error  { color: #dc2626; }

.home-mini-invoice {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1rem 1.1rem;
  width: 100%;
  max-width: 240px;
}
.home-mini-invoice-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.home-mini-invoice-label { font-size: 0.62rem; text-transform: uppercase; font-weight: 700; color: #94a3b8; }
.home-mini-invoice-num   { font-size: 0.62rem; font-weight: 700; color: #0f172a; }
.home-mini-invoice-row {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  font-size: 0.72rem;
  border-bottom: 1px solid #f1f5f9;
  color: #475569;
}
.home-mini-invoice-row span:last-child { font-weight: 600; color: #0f172a; }
.home-mini-invoice-total {
  display: flex;
  justify-content: space-between;
  padding: 0.45rem 0 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f172a;
}
.home-mini-invoice-actions {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.25rem;
}
.home-mini-invoice-btn {
  flex: 1;
  text-align: center;
  padding: 0.4rem 0.3rem;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  cursor: default;
}
.home-mini-invoice-btn-primary { background: #2563eb; color: #fff; }
.home-mini-invoice-btn-ghost   { background: #f8fafc; border: 1px solid #e2e8f0; color: #475569; }

/* ----- FEATURES GRID ----- */
.home-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.home-feat-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
}

.home-feat-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 0.9rem;
}
.home-feat-icon-blue   { background: #eff6ff; }
.home-feat-icon-green  { background: #f0fdf4; }
.home-feat-icon-amber  { background: #fffbeb; }
.home-feat-icon-purple { background: #f5f3ff; }
.home-feat-icon-teal   { background: #f0fdfa; }
.home-feat-icon-rose   { background: #fff1f2; }

.home-feat-card h3 {
  font-size: 0.925rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.35rem;
}
.home-feat-card p {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.65;
}

/* ----- TESTIMONIALS ----- */
.home-section-testi {
  background: var(--home-bg);
  text-align: center;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding: 5rem 2rem;
  max-width: none;
}

.home-section-testi .home-section-label,
.home-section-testi h2 {
  text-align: center;
}

.home-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  max-width: 1060px;
  margin: 2.5rem auto 0;
  text-align: left;
}

.home-testi-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
}

.home-testi-stars {
  color: #f59e0b;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.home-testi-card blockquote {
  font-size: 0.9rem;
  color: #0f172a;
  line-height: 1.65;
  margin-bottom: 1.1rem;
}

.home-testi-author {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.home-testi-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  flex-shrink: 0;
}

.home-testi-name { font-size: 0.8rem; font-weight: 700; color: #0f172a; }
.home-testi-role { font-size: 0.75rem; color: #94a3b8; }

/* ----- PRICING ----- */
.home-section-pricing { text-align: center; }
.home-section-pricing .home-section-label,
.home-section-pricing h2,
.home-section-pricing .home-section-sub { text-align: center; margin-left: auto; margin-right: auto; }

.home-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 720px;
  margin: 0 auto;
}

.home-price-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 2rem;
  text-align: left;
  position: relative;
}

.home-price-card-featured {
  border: 2px solid #2563eb;
}

.home-price-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #2563eb;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.home-price-name {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.home-price-val {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.home-price-period {
  font-size: 0.825rem;
  color: #94a3b8;
  margin-bottom: 1.5rem;
}

.home-price-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.75rem;
}

.home-price-feats li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #475569;
}

.home-price-check {
  color: #22c55e;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.home-price-btn {
  display: block;
  text-align: center;
  padding: 0.75rem;
  border-radius: 9px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.15s;
}

.home-price-btn-outline {
  border: 1.5px solid #e2e8f0;
  color: #0f172a;
}
.home-price-btn-outline:hover { border-color: #94a3b8; }

.home-price-btn-fill {
  background: #2563eb;
  color: #fff !important;
  border: 1.5px solid #2563eb;
}
.home-price-btn-fill:hover { background: #1d4ed8; border-color: #1d4ed8; }

/* ----- FAQ ----- */
.home-faq {
  display: grid;
  gap: 0.65rem;
  max-width: 720px;
}

.home-faq details {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  transition: border-color 0.15s;
}

.home-faq details[open] { border-color: #bfdbfe; }

.home-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.925rem;
  color: #0f172a;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

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

.home-faq summary::after {
  content: '+';
  font-size: 1.2rem;
  font-weight: 400;
  color: #94a3b8;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.home-faq details[open] summary::after {
  content: '−';
}

.home-faq p {
  margin-top: 0.65rem;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
}

/* ----- FINAL CTA ----- */
.home-final-cta {
  background: #0f172a;
  padding: 6rem 2rem;
  text-align: center;
}

.home-final-cta h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin-bottom: 0.9rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.home-final-cta h2 em {
  font-style: normal;
  color: #60a5fa;
}

.home-final-cta p {
  font-size: 1rem;
  color: #94a3b8;
  margin-bottom: 2.25rem;
  line-height: 1.7;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

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

/* ----- FOOTER ----- */
.home-footer {
  background: #020617;
  padding: 2.25rem 2rem;
  text-align: center;
}

.home-footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0.75rem;
}

.home-footer-links a {
  font-size: 0.8rem;
  color: #475569;
  transition: color 0.15s;
}
.home-footer-links a:hover { color: #94a3b8; }

.home-footer-copy {
  font-size: 0.775rem;
  color: #334155;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 960px) {
  .home-feat-grid { grid-template-columns: 1fr 1fr; }
  .home-testi-grid { grid-template-columns: 1fr; max-width: 560px; }
}

@media (max-width: 760px) {
  .home-step-row { grid-template-columns: 1fr; }
  .home-step-row-reverse .home-step-text { order: 0; }
  .home-step-row-reverse .home-step-visual { order: 0; }
  .home-step-visual, .home-step-visual-left {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e2e8f0;
  }
  .home-pain-grid { grid-template-columns: 1fr; }
  .home-mockup-body { grid-template-columns: 150px 1fr; }
  .home-pricing-grid { grid-template-columns: 1fr; max-width: 420px; }
}

@media (max-width: 900px) {
  .home-header {
    grid-template-columns: auto 1fr auto;
    padding: 1rem 1.25rem;
  }
  .home-brand-header img { height: 104px; }
  .home-nav-pill-link { display: none; }
  .home-nav-pill-track { padding-left: 0.35rem; }
}

@media (max-width: 640px) {
  .home-header { padding: 0.85rem 1rem; }
  .home-brand-header img { height: 88px; }
  .home-nav-pill-cta { padding: 0.55rem 1rem; font-size: 0.8125rem; }
  .home-hero { padding: 3.5rem 1.25rem 2.5rem; }
  .home-mockup-wrap { padding: 0 1rem 3rem; }
  .home-mockup-body { grid-template-columns: 1fr; }
  .home-mockup-sidebar { display: none; }
  .home-mockup-stats { grid-template-columns: 1fr 1fr 1fr; }
  .home-section { padding: 3.5rem 1.25rem; }
  .home-section-alt.home-section-features,
  .home-section-alt.home-section-pricing { padding: 3.5rem 1.25rem; }
  .home-section-pain { padding: 3.5rem 1.25rem; }
  .home-section-testi { padding: 3.5rem 1.25rem; }
  .home-feat-grid { grid-template-columns: 1fr; }
  .home-final-cta { padding: 4rem 1.25rem; }
  .home-integrations-row { gap: 1.5rem; }
  .home-trust-row { gap: 1rem; }
}

@media (max-width: 420px) {
  .home-mockup-stats { grid-template-columns: 1fr; }
  .home-mockup-stat-val { font-size: 1rem; }
}
