@charset "UTF-8";

/* =========================
   CREATACRM SALES PAGE
   Extends landing-page.css / homepage tokens
========================= */

:root {
  --sales-navy: #071735;
  --sales-blue: #2C86D3;
  --sales-blue-dark: #126FC2;
  --sales-muted: #52637A;
  --sales-border: rgba(44, 134, 211, 0.12);
  --sales-shadow: 0 12px 34px rgba(44, 134, 211, 0.1);
  --sales-radius: 18px;
  --sales-pad-x: 7%;
}

.menu a.is-active {
  color: var(--sales-blue);
}

.topbar-right {
  display: flex;
  align-items: center;
}

/* ---------- Hero ---------- */
.sales-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 48px;
  align-items: center;
  padding: 90px var(--sales-pad-x) 70px;
  background: linear-gradient(135deg, #F8FBFE 0%, #EEF6FC 100%);
}

.sales-hero h1 {
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1.4px;
  margin: 0 0 20px;
  max-width: 18ch;
}

.sales-hero-copy > p {
  font-size: 20px;
  line-height: 1.65;
  color: var(--sales-muted);
  margin: 0;
  max-width: 540px;
}

.sales-hero-tagline {
  margin-top: 16px !important;
  font-size: 18px !important;
  font-weight: 700;
  color: var(--sales-navy) !important;
}

.sales-trust {
  margin-top: 22px;
  font-size: 14px;
  font-weight: 700;
  color: #64748B;
}

.sales-hero-visual {
  position: relative;
}

/* Desktop / PC monitor frame */
.pc-monitor {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.pc-monitor-bezel {
  background: linear-gradient(160deg, #2a2f38 0%, #15181f 55%, #0b0d11 100%);
  border-radius: 18px;
  padding: 14px 14px 18px;
  box-shadow:
    0 24px 50px rgba(7, 23, 53, 0.22),
    0 8px 20px rgba(0, 0, 0, 0.12);
}

.pc-monitor-screen {
  background: #0b0d11;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pc-monitor-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.pc-monitor-stand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -2px;
}

.pc-monitor-neck {
  width: 64px;
  height: 36px;
  background: linear-gradient(90deg, #c5c9d1 0%, #e8eaef 45%, #b8bcc6 100%);
  clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%);
}

.pc-monitor-base {
  width: 180px;
  height: 12px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, #d5d8e0 0%, #9ea3ae 100%);
  box-shadow: 0 8px 16px rgba(7, 23, 53, 0.12);
}

.app-frame {
  background: #fff;
  border: 1px solid var(--sales-border);
  border-radius: 20px;
  box-shadow: var(--sales-shadow);
  overflow: hidden;
}

.app-frame-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  background: #F4F8FC;
  border-bottom: 1px solid #E8EEF5;
}

.app-frame-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CBD5E1;
}

.app-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.sales-float-card {
  position: absolute;
  left: 24px;
  bottom: 28px;
  background: #fff;
  border: 1px solid var(--sales-border);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(7, 23, 53, 0.12);
  padding: 18px 20px;
  min-width: 240px;
  max-width: 280px;
}

.sales-float-card .example-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--sales-blue-dark);
  background: #E7F3FB;
  border-radius: 999px;
  padding: 5px 10px;
  margin-bottom: 12px;
}

.sales-float-card strong {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--sales-navy);
}

.sales-float-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sales-float-card li {
  font-size: 14px;
  color: var(--sales-muted);
  padding: 4px 0;
  font-weight: 600;
}

/* ---------- Section shell ---------- */
.sales-section {
  padding: 90px var(--sales-pad-x);
}

.sales-section.tint {
  background: #F8FBFE;
}

.sales-section.white {
  background: #fff;
}

.sales-section.alt {
  background: linear-gradient(180deg, #F5FAFF 0%, #EEF6FC 100%);
}

.sales-section-intro {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.sales-section-intro h2,
.sales-split h2,
.sales-ai h2,
.sales-diff h2,
.sales-cta h2 {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0 0 16px;
}

.sales-section-intro p,
.sales-copy > p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--sales-muted);
  margin: 0;
}

/* ---------- Journey (readable grid, not 8 cramped columns) ---------- */
.sales-journey-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.journey-step {
  background: #fff;
  border: 1px solid var(--sales-border);
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 0 8px 22px rgba(44, 134, 211, 0.06);
  text-align: left;
}

.journey-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #E7F3FB;
  color: var(--sales-blue-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.journey-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-step h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: var(--sales-navy);
}

.journey-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--sales-muted);
}

/* ---------- Split feature ---------- */
.sales-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.sales-split.reverse .sales-copy {
  order: 2;
}

.sales-split.reverse .sales-media {
  order: 1;
}

.sales-points {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.sales-points li {
  position: relative;
  padding: 10px 0 10px 28px;
  font-size: 16px;
  font-weight: 700;
  color: var(--sales-navy);
  border-bottom: 1px solid #EEF3F8;
}

.sales-points li:last-child {
  border-bottom: none;
}

.sales-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sales-blue);
}

.sales-split .hero-buttons {
  margin: 28px 0 0;
}

.sales-copy-lead {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: var(--sales-navy) !important;
  margin: 0 0 12px !important;
}

.sales-media-wide {
  border-radius: 16px;
}

.sales-media-wide img {
  display: block;
  width: 100%;
  height: auto;
}

.sales-automation-visual {
  max-width: 1100px;
  margin: 0 auto 28px;
}

.sales-caption {
  margin: 12px 0 0;
  font-size: 13px;
  color: #64748B;
  font-style: italic;
}

.sales-caption-center {
  text-align: center;
}

.sales-points-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.sales-points-row li {
  border-bottom: none;
  background: #fff;
  border: 1px solid var(--sales-border);
  border-radius: 14px;
  padding: 16px 16px 16px 32px;
  font-size: 15px;
}

.sales-section .pill {
  max-width: 100%;
  flex-wrap: wrap;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.sales-story {
  margin: 22px 0 8px;
  padding: 18px 20px;
  background: #F5FAFF;
  border: 1px solid var(--sales-border);
  border-radius: 14px;
}

.sales-story h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: var(--sales-navy);
}

.sales-story p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--sales-muted);
}

.sales-story p:last-child {
  margin-bottom: 0;
}

.sales-callout {
  margin-top: 20px;
  padding: 16px 18px;
  background: #E7F3FB;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  color: var(--sales-blue-dark);
  line-height: 1.45;
}

.sales-mini-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.flow-chip {
  background: #fff;
  border: 1px solid var(--sales-border);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 800;
  color: var(--sales-navy);
}

.flow-arrow {
  color: var(--sales-blue);
  font-weight: 800;
  font-size: 16px;
}

.conversion-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  padding: 18px;
  background: #F8FBFE;
  border: 1px solid var(--sales-border);
  border-radius: 16px;
}

.conversion-row .flow-chip {
  background: #E7F3FB;
  border-color: transparent;
  color: var(--sales-blue-dark);
}

.warehouse-bridge {
  margin-top: 28px;
  background: #fff;
  border: 1px solid var(--sales-border);
  border-radius: var(--sales-radius);
  padding: 24px;
  box-shadow: 0 8px 22px rgba(44, 134, 211, 0.06);
}

.warehouse-bridge h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.warehouse-bridge p {
  margin: 0 0 16px;
  color: var(--sales-muted);
  font-size: 15px;
  line-height: 1.55;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.product-card {
  background: #fff;
  border: 1px solid var(--sales-border);
  border-radius: var(--sales-radius);
  padding: 28px;
  box-shadow: 0 8px 22px rgba(44, 134, 211, 0.06);
}

.product-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.product-card p {
  margin: 0;
  color: var(--sales-muted);
  line-height: 1.55;
  font-size: 15px;
}

.accounting-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  margin: 28px 0;
}

.accounting-logos img {
  max-height: 36px;
  width: auto;
}

.accounting-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 22px;
  background: #F8FBFE;
  border-radius: 16px;
  border: 1px solid var(--sales-border);
  font-weight: 800;
}

.accounting-diagram .node {
  background: #fff;
  border: 1px solid var(--sales-border);
  border-radius: 12px;
  padding: 12px 18px;
}

.accounting-diagram .swap {
  color: var(--sales-blue);
  font-size: 22px;
}

.accounting-note {
  margin-top: 14px;
  font-size: 13px;
  color: #64748B;
}

.accounting-works-with {
  margin-top: 22px;
  padding: 18px 20px;
  background: #F5FAFF;
  border: 1px solid var(--sales-border);
  border-radius: 14px;
}

.accounting-works-with h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 800;
}

.accounting-works-with ul {
  margin: 0;
  padding-left: 18px;
}

.accounting-works-with li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--sales-muted);
}

.accounting-works-with li:last-child {
  margin-bottom: 0;
}

.accounting-works-with strong {
  color: var(--sales-navy);
}

/* AI section */
.sales-ai {
  padding: 90px var(--sales-pad-x);
  background: linear-gradient(145deg, #071735 0%, #0B2A4A 55%, #0E3A63 100%);
  color: #fff;
}

.sales-ai .pill {
  background: rgba(255, 255, 255, 0.1);
  color: #9BD0FF;
}

.sales-ai h2 {
  color: #fff;
}

.sales-ai > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 0 36px;
}

.sales-ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sales-ai .prompt-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
  color: #fff;
  cursor: default;
}

.sales-ai .prompt-card:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.1);
}

.sales-ai-note {
  margin-top: 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 640px;
}

.auto-diagram {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 36px 0 40px;
}

.auto-step {
  background: #fff;
  border: 1px solid var(--sales-border);
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 8px 20px rgba(44, 134, 211, 0.06);
}

.auto-step .label {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.6px;
  color: var(--sales-blue-dark);
  margin-bottom: 8px;
}

.auto-step p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--sales-navy);
}

.auto-grid-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
}

.auto-grid-points li {
  list-style: none;
  background: #fff;
  border: 1px solid var(--sales-border);
  border-radius: 14px;
  padding: 16px 18px;
  font-weight: 700;
  font-size: 14px;
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.diff-card {
  background: #fff;
  border: 1px solid var(--sales-border);
  border-radius: var(--sales-radius);
  padding: 30px 26px;
  box-shadow: var(--sales-shadow);
}

.diff-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.diff-card p {
  margin: 0;
  color: var(--sales-muted);
  line-height: 1.6;
  font-size: 15px;
}

.sales-cta {
  margin: 0 var(--sales-pad-x) 80px;
  padding: 64px 48px;
  border-radius: 24px;
  background: linear-gradient(135deg, #2C86D3 0%, #126FC2 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 20px 50px rgba(44, 134, 211, 0.28);
}

.sales-cta h2 {
  color: #fff;
}

.sales-cta p {
  max-width: 560px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
}

.sales-cta .btn-primary {
  background: #fff;
  color: var(--sales-blue-dark);
  box-shadow: none;
}

.sales-cta .btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.sales-cta .hero-buttons {
  justify-content: center;
  margin: 0;
}

.page-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 28px var(--sales-pad-x) 40px;
  border-top: 1px solid var(--sales-border);
  color: #64748B;
  font-size: 14px;
}

.page-footer a {
  color: var(--sales-muted);
  text-decoration: none;
  font-weight: 700;
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .sales-journey-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .auto-diagram,
  .auto-grid-points,
  .diff-grid,
  .product-grid,
  .sales-ai-grid,
  .sales-points-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .menu {
    display: none;
  }

  .sales-hero,
  .sales-split,
  .sales-split.reverse {
    grid-template-columns: 1fr;
  }

  .sales-split.reverse .sales-copy,
  .sales-split.reverse .sales-media {
    order: initial;
  }

  .sales-hero h1 {
    font-size: 44px;
    max-width: none;
  }

  .sales-section-intro h2,
  .sales-split h2,
  .sales-ai h2,
  .sales-diff h2,
  .sales-cta h2 {
    font-size: 34px;
  }

  .sales-float-card {
    position: static;
    margin-top: 16px;
    max-width: none;
  }
}

@media (max-width: 700px) {
  .sales-hero,
  .sales-section,
  .sales-ai {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sales-cta {
    margin-left: 24px;
    margin-right: 24px;
    padding: 40px 24px;
  }

  .sales-journey-track,
  .auto-diagram,
  .auto-grid-points,
  .diff-grid,
  .product-grid,
  .sales-ai-grid,
  .sales-points-row {
    grid-template-columns: 1fr;
  }

  .sales-hero h1 {
    font-size: 36px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .page-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}
