/* saas_7_chat_wix.css */

:root {
  --wix-ink: #111827;
  --wix-muted: #4b5563;
  --wix-line: #d7dde8;
  --wix-soft: #f4f8ff;
  --wix-blue: #116dff;
  --wix-blue-dark: #0b4ec9;
  --wix-teal: #00a6a6;
  --wix-white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--wix-ink);
  background: var(--wix-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.wix-page {
  overflow-x: hidden;
}

.wix-page a {
  text-decoration: none;
}

.wix-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(17, 109, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #f6faff 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(215, 221, 232, 0.78);
}

.wix-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wix-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: clamp(32px, 6vw, 72px);
  padding: clamp(56px, 8vw, 96px) 0;
}

.wix-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 12px;
  color: var(--wix-blue-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wix-kicker-mark {
  width: 14px;
  height: 14px;
  color: var(--wix-teal);
}

.wix-section-header .wix-kicker {
  justify-content: center;
}

.wix-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--wix-ink);
  font-size: clamp(2.6rem, 5.4vw, 5rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.wix-hero-subtitle {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--wix-muted);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.65;
}

.wix-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.wix-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2a7bff 0%, #116dff 55%, #0b4ec9 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(17, 109, 255, 0.22);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.wix-primary-button:hover,
.wix-primary-button:focus {
  filter: brightness(1.02);
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(17, 109, 255, 0.3);
}

.wix-btn-arrow {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.wix-primary-button:hover .wix-btn-arrow,
.wix-primary-button:focus .wix-btn-arrow {
  transform: translateX(3px);
}

.wix-secondary-link {
  color: var(--wix-blue-dark);
  font-weight: 800;
  border-bottom: 2px solid rgba(17, 109, 255, 0.32);
}

.wix-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.wix-hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wix-muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.wix-hero-trust svg {
  width: 16px;
  height: 16px;
  color: var(--wix-teal);
}

.wix-hero-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(215, 221, 232, 0.95);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.14);
  padding: clamp(24px, 4vw, 36px);
}

.wix-panel-orbit {
  position: absolute;
  top: -56px;
  right: -56px;
  width: 220px;
  height: 220px;
  pointer-events: none;
}

.wix-app-tile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding: 14px;
  border: 1px solid rgba(215, 221, 232, 0.9);
  border-radius: 8px;
  background: #ffffff;
}

.wix-app-tile > div {
  flex: 1;
  min-width: 0;
}

.wix-tile-verified {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.wix-app-tile img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 8px;
}

.wix-app-tile strong,
.wix-app-tile span {
  display: block;
}

.wix-app-tile strong {
  color: var(--wix-ink);
  font-size: 1rem;
  line-height: 1.3;
}

.wix-app-tile span {
  color: var(--wix-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.wix-panel-topline {
  color: var(--wix-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.wix-panel-metric {
  margin-top: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--wix-line);
}

.wix-panel-metric span {
  display: block;
  color: var(--wix-blue);
  font-size: clamp(3.25rem, 8vw, 5.5rem);
  line-height: 0.95;
  font-weight: 900;
}

.wix-panel-metric p {
  margin: 12px 0 0;
  color: var(--wix-ink);
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 700;
}

.wix-panel-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.wix-panel-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  color: var(--wix-ink);
  background: var(--wix-soft);
  border: 1px solid rgba(17, 109, 255, 0.12);
  border-radius: 8px;
  font-weight: 700;
}

.wix-panel-list svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.wix-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 96px) 0;
}

.wix-section-header {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.wix-section-header h2,
.wix-final-cta h2 {
  margin: 0;
  color: var(--wix-ink);
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.wix-section-header p:not(.wix-kicker),
.wix-final-cta p:not(.wix-kicker) {
  margin: 16px 0 0;
  color: var(--wix-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.wix-feature-grid,
.wix-faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wix-feature-card,
.wix-faq-item,
.wix-price-card {
  background: #ffffff;
  border: 1px solid var(--wix-line);
  border-radius: 8px;
  padding: 26px;
}

.wix-feature-card {
  min-height: 210px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wix-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 109, 255, 0.32);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.1);
}

.wix-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  color: var(--wix-blue);
  background: linear-gradient(135deg, rgba(17, 109, 255, 0.12), rgba(0, 166, 166, 0.12));
  border: 1px solid rgba(17, 109, 255, 0.18);
  border-radius: 10px;
}

.wix-feature-icon svg {
  width: 24px;
  height: 24px;
}

.wix-feature-card h3,
.wix-faq-item h3,
.wix-price-card h3 {
  margin: 0;
  color: var(--wix-ink);
  font-size: 1.18rem;
  line-height: 1.35;
}

.wix-feature-card p,
.wix-faq-item p {
  margin: 12px 0 0;
  color: var(--wix-muted);
  font-size: 0.98rem;
  line-height: 1.68;
}

.wix-pricing-section {
  width: 100%;
  max-width: none;
  background: #f8fafc;
  border-top: 1px solid rgba(215, 221, 232, 0.78);
  border-bottom: 1px solid rgba(215, 221, 232, 0.78);
  padding-inline: 20px;
}

.wix-pricing-section > * {
  width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
}

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

.wix-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  box-shadow: 0 10px 34px rgba(17, 24, 39, 0.06);
}

.wix-price-card-featured {
  border-color: rgba(17, 109, 255, 0.42);
  box-shadow: 0 18px 48px rgba(17, 109, 255, 0.14);
}

.wix-plan-badge {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 10px;
  color: #ffffff;
  background: var(--wix-teal);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.wix-price {
  margin: auto 0 4px;
  color: var(--wix-ink);
  font-size: clamp(2.35rem, 4.5vw, 3.5rem);
  line-height: 1;
  font-weight: 900;
}

.wix-price span {
  color: var(--wix-muted);
  font-size: 1rem;
  font-weight: 700;
}

.wix-price-note {
  margin: 12px 0 0;
  color: var(--wix-blue-dark);
  font-weight: 800;
}

.wix-credit-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--wix-muted);
  text-align: left;
  font-weight: 700;
}

.wix-credit-note svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.wix-faq-section {
  padding-bottom: clamp(52px, 7vw, 84px);
}

.wix-faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wix-final-cta {
  position: relative;
  overflow: hidden;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto clamp(56px, 8vw, 96px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 5vw, 48px);
  background: radial-gradient(circle at 88% 8%, #1c2740 0%, #111827 46%);
  border-radius: 8px;
}

.wix-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wix-final-cta > div,
.wix-final-cta > .wix-primary-button {
  position: relative;
  z-index: 1;
}

.wix-final-cta .wix-kicker {
  color: #8ad8ff;
}

.wix-final-cta h2,
.wix-final-cta p:not(.wix-kicker) {
  color: #ffffff;
}

.wix-final-cta p:not(.wix-kicker) {
  color: rgba(255, 255, 255, 0.76);
  max-width: 620px;
}

@media (prefers-reduced-motion: reduce) {
  .wix-primary-button,
  .wix-btn-arrow,
  .wix-feature-card {
    transition: none;
  }

  .wix-primary-button:hover,
  .wix-primary-button:focus,
  .wix-feature-card:hover {
    transform: none;
  }
}

@media (max-width: 900px) {
  .wix-hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .wix-feature-grid,
  .wix-faq-list,
  .wix-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wix-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .wix-hero-inner,
  .wix-section,
  .wix-final-cta {
    width: min(100% - 28px, 1120px);
  }

  .wix-hero-inner {
    padding: 46px 0 54px;
  }

  .wix-hero h1 {
    font-size: clamp(2.25rem, 14vw, 3.15rem);
  }

  .wix-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .wix-primary-button {
    width: 100%;
    text-align: center;
  }

  .wix-feature-grid,
  .wix-faq-list,
  .wix-pricing-grid {
    grid-template-columns: 1fr;
  }

  .wix-feature-card,
  .wix-faq-item,
  .wix-price-card {
    padding: 22px;
  }

  .wix-price-card {
    min-height: auto;
  }
}
