/* ============================================================
   SLIP Marketing Landing Page — marketing.css
   REMOVE THIS FILE BEFORE PRODUCTION DEPLOYMENT.
   All classes are prefixed with .mkt- or scoped to body.mkt-page
   to prevent any collision with the main application styles.
   ============================================================ */

/* ── Base ─────────────────────────────────────────────────── */
body.mkt-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: var(--slip-dark);
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* prevent horizontal scroll on mobile */
}

/* ── Navbar ───────────────────────────────────────────────── */
.mkt-navbar {
  background-color: var(--slip-dark);
  padding: 0.7rem 0;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  border-bottom: 1px solid transparent;
}

.mkt-navbar.scrolled {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  border-bottom-color: rgba(69, 211, 176, 0.1);
}

.mkt-nav-logo {
  height: 34px;
  width: auto;
}

.mkt-brand-text {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--slip-teal);
  letter-spacing: 0.06em;
  margin-left: 0.4rem;
  vertical-align: middle;
}

.mkt-nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  font-weight: 500;
  font-size: 0.92rem;
  padding: 0.4rem 0.6rem !important;
  transition: color 0.15s ease;
}

.mkt-nav-link:hover {
  color: var(--slip-teal) !important;
}

/* ── Buttons ──────────────────────────────────────────────── */
.mkt-btn-primary {
  background-color: var(--slip-teal);
  color: #fff !important;
  border: none;
  border-radius: 50px;
  padding: 0.55rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  box-shadow: 0 4px 16px rgba(69, 211, 176, 0.35);
  text-decoration: none;
  display: inline-block;
}

.mkt-btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 7px 22px rgba(69, 211, 176, 0.48);
  color: #fff !important;
}

.mkt-btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 0.55rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
  text-decoration: none;
  display: inline-block;
}

.mkt-btn-ghost:hover {
  border-color: var(--slip-teal);
  background: rgba(69, 211, 176, 0.08);
  transform: translateY(-2px);
  color: #fff !important;
}

.mkt-btn-lg {
  padding: 0.75rem 2rem !important;
  font-size: 1.05rem !important;
}

.mkt-btn-xl {
  padding: 0.95rem 3rem !important;
  font-size: 1.15rem !important;
}

/* ── Shared Section Utilities ─────────────────────────────── */
.mkt-section {
  padding: 6rem 0;
}

.mkt-section-light {
  background-color: #f4fdfb;
}

.mkt-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slip-teal);
  border: 1px solid rgba(69, 211, 176, 0.35);
  border-radius: 50px;
  padding: 0.22rem 0.8rem;
  margin-bottom: 0.9rem;
}

.mkt-section-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--slip-dark);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0;
}

.mkt-section-title.on-dark {
  color: #fff;
}

.mkt-section-sub {
  color: #5a7a78;
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0.8rem auto 0;
  line-height: 1.65;
}

.mkt-section-sub.on-dark {
  color: rgba(255, 255, 255, 0.58);
}

/* ── Screenshot Placeholders ──────────────────────────────── */
.mkt-screenshot-placeholder {
  background: rgba(255, 255, 255, 0.04);
  border: 2px dashed rgba(69, 211, 176, 0.28);
  border-radius: 14px;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
  font-size: 0.88rem;
  text-align: center;
  padding: 1.5rem;
  min-height: 160px;
  width: 100%;
}

.mkt-screenshot-placeholder.on-light {
  background: rgba(24, 59, 57, 0.04);
  border-color: rgba(24, 59, 57, 0.2);
  color: rgba(24, 59, 57, 0.32);
}

.mkt-screenshot-placeholder.wide {
  aspect-ratio: 21 / 9;
}

/* ── Hero ─────────────────────────────────────────────────── */
.mkt-hero {
  background-color: var(--slip-dark);
  min-height: 75vh;
  padding: 7rem 0 5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.mkt-hero::before {
  content: '';
  position: absolute;
  top: -15%;
  left: -8%;
  width: 65%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(69, 211, 176, 0.1) 0%, transparent 68%);
  pointer-events: none;
}

.mkt-hero::after {
  content: '';
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 45%;
  height: 60%;
  background: radial-gradient(ellipse, rgba(69, 211, 176, 0.07) 0%, transparent 65%);
  pointer-events: none;
}

.mkt-hero-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slip-teal);
  border: 1px solid rgba(69, 211, 176, 0.35);
  border-radius: 50px;
  padding: 0.22rem 0.8rem;
  margin-bottom: 1.1rem;
}

.mkt-hero-headline {
  font-family: 'Inter', sans-serif;
  font-size: clamp(3.5rem, 5vw, 5rem);
  font-weight: 900;
  line-height: 1.06;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.mkt-headline-accent {
  color: var(--slip-teal);
}

.mkt-hero-sub {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
  max-width: 490px;
  margin-top: 1.3rem;
}

.mkt-stat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2.25rem;
}

.mkt-stat-chip {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;
  padding: 0.3rem 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 500;
}

/* ── Trust Bar ────────────────────────────────────────────── */
.mkt-trust-bar {
  background-color: #0f2a28;
  border-top: 1px solid rgba(69, 211, 176, 0.12);
  border-bottom: 1px solid rgba(69, 211, 176, 0.12);
  padding: 2.75rem 0;
}

.mkt-trust-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 2rem;
}

.mkt-trust-number {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--slip-teal);
  line-height: 1;
  letter-spacing: -0.02em;
}

.mkt-trust-desc {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
}

/* ── Feature Cards ────────────────────────────────────────── */
.mkt-feature-card {
  background: #fff;
  border: 1px solid rgba(69, 211, 176, 0.2);
  border-radius: 18px;
  padding: 2.1rem 1.85rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 2px 14px rgba(24, 59, 57, 0.06);
}

.mkt-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(24, 59, 57, 0.13);
}

.mkt-feature-icon {
  width: 52px;
  height: 52px;
  background: var(--slip-teal-dim);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
  color: var(--slip-teal);
  flex-shrink: 0;
}

.mkt-feature-title {
  font-weight: 700;
  font-size: 1rem;
  color: var(--slip-dark);
  margin-bottom: 0.6rem;
  line-height: 1.35;
}

.mkt-feature-desc {
  font-size: 0.9rem;
  color: #5a7a78;
  line-height: 1.68;
  margin: 0;
}

/* ── How It Works ─────────────────────────────────────────── */
.mkt-step-number {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  font-weight: 900;
  color: var(--slip-teal);
  opacity: 0.22;
  line-height: 1;
  margin-bottom: 0.4rem;
  letter-spacing: -0.05em;
}

.mkt-step-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.mkt-step-desc {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  line-height: 1.72;
  max-width: 380px;
}

/* ── Analytics Bullets ────────────────────────────────────── */
.mkt-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mkt-bullet-list li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1.4;
}

.mkt-bullet-list li:last-child {
  border-bottom: none;
}

.mkt-bullet-list li i {
  color: var(--slip-teal);
  font-size: 1.15rem;
  flex-shrink: 0;
}

/* ── Security Cards ───────────────────────────────────────── */
.mkt-security-card {
  background: #fff;
  border: 1px solid rgba(69, 211, 176, 0.2);
  border-radius: 18px;
  padding: 2.5rem 2rem;
  box-shadow: 0 2px 14px rgba(24, 59, 57, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mkt-security-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(24, 59, 57, 0.13);
}

.mkt-security-icon {
  font-size: 2.6rem;
  color: var(--slip-teal);
  display: block;
  margin-bottom: 0.25rem;
}

.mkt-security-title {
  font-weight: 700;
  color: var(--slip-dark);
  font-size: 1rem;
  margin-bottom: 0.6rem;
  margin-top: 0.75rem;
}

/* ── Pricing ──────────────────────────────────────────────── */
.mkt-pricing-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.18s ease;
}

.mkt-pricing-card:hover {
  transform: translateY(-4px);
}

.mkt-pricing-featured {
  background: rgba(69, 211, 176, 0.09);
  border: 2px solid var(--slip-teal);
  box-shadow: 0 0 48px rgba(69, 211, 176, 0.18);
}

.mkt-pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--slip-teal);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0.22rem 1rem;
  white-space: nowrap;
}

.mkt-pricing-tier {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--slip-teal);
  margin-bottom: 0.6rem;
}

.mkt-pricing-price {
  font-family: 'Inter', sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.mkt-pricing-price span {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0;
}

.mkt-pricing-note {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.32);
  font-style: italic;
  margin-bottom: 1.75rem;
  margin-top: 0.2rem;
}

.mkt-pricing-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
}

.mkt-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  flex-grow: 1;
}

.mkt-pricing-features li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  padding: 0.48rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  gap: 0.65rem;
  line-height: 1.4;
}

.mkt-pricing-features li:last-child {
  border-bottom: none;
}

.mkt-pricing-features li i {
  color: var(--slip-teal);
  font-size: 1rem;
  flex-shrink: 0;
}

.mkt-pricing-disabled {
  color: rgba(255, 255, 255, 0.28) !important;
}

.mkt-pricing-disabled i {
  color: rgba(255, 255, 255, 0.2) !important;
}

.mkt-pricing-overage {
  color: rgba(69, 211, 176, 0.6) !important;
  font-style: italic;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-top: 0.25rem;
  padding-top: 0.6rem !important;
}

.mkt-pricing-overage i {
  color: rgba(69, 211, 176, 0.5) !important;
}

/* ── Bottom CTA ───────────────────────────────────────────── */
.mkt-cta-section {
  padding: 8rem 0;
  background: linear-gradient(135deg, #0f2a28 0%, var(--slip-dark) 50%, #0f2a28 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.mkt-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(69, 211, 176, 0.13) 0%, transparent 65%);
  pointer-events: none;
}

.mkt-cta-headline {
  font-family: 'Inter', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.025em;
  position: relative;
}

.mkt-cta-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.08rem;
  margin-top: 1rem;
  position: relative;
}

.mkt-cta-section .mkt-btn-primary {
  position: relative;
}

.mkt-cta-contact {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
  position: relative;
}

.mkt-cta-email {
  color: var(--slip-teal);
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.15s ease;
}

.mkt-cta-email:hover {
  opacity: 0.8;
  color: var(--slip-teal);
}

/* ── Footer ───────────────────────────────────────────────── */
.mkt-footer {
  background-color: #0a1a19;
  padding: 2rem 0;
  border-top: 1px solid rgba(69, 211, 176, 0.1);
}

.mkt-footer-tagline {
  display: block;
  font-size: 0.79rem;
  color: rgba(255, 255, 255, 0.32);
  margin-top: 0.2rem;
}

.mkt-footer-copy {
  font-size: 0.79rem;
  color: rgba(255, 255, 255, 0.32);
}

.mkt-footer-email {
  display: block;
  font-size: 0.82rem;
  color: var(--slip-teal);
  text-decoration: none;
  margin-top: 0.25rem;
  font-weight: 500;
  transition: opacity 0.15s ease;
}

.mkt-footer-email:hover {
  opacity: 0.75;
  color: var(--slip-teal);
}

/* ── Product Card Strip ───────────────────────────────────── */
.mkt-strip-section {
  background: var(--slip-dark);
  padding: 1rem 0 3.5rem;
  border-bottom: 1px solid rgba(69, 211, 176, 0.12);
  overflow: hidden; /* belt-and-suspenders: prevents card track from bleeding into page scroll */
}

/* Edge-fade mask so cards bleed off both sides naturally */
.mkt-strip-wrapper {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right, transparent 0%, #000 7%, #000 93%, transparent 100%
  );
  mask-image: linear-gradient(
    to right, transparent 0%, #000 7%, #000 93%, transparent 100%
  );
}

/* Infinite conveyor — duplicate cards make -50% a perfect loop */
.mkt-strip-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  padding: 0.5rem 0;
  animation: mkt-conveyor 65s linear infinite;
  will-change: transform;
}

.mkt-strip-track:hover {
  animation-play-state: paused;
}

@keyframes mkt-conveyor {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Base card */
.mkt-strip-card {
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 240px;
}

/* Screenshot card */
.mkt-strip-screenshot {
  width: 300px;
  background: rgba(255, 255, 255, 0.05);
}

.mkt-strip-screenshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Gradient label overlay */
.mkt-strip-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 0.6rem 0.9rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Wider card for analytics screenshot */
.mkt-strip-wide {
  width: 400px;
}

/* Stat tile */
.mkt-strip-stat {
  width: 210px;
  background: rgba(69, 211, 176, 0.08);
  border: 1px solid rgba(69, 211, 176, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  gap: 0.5rem;
}

.mkt-strip-stat-number {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--slip-teal);
  line-height: 1;
  letter-spacing: -0.03em;
}

.mkt-strip-stat-desc {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

/* Missing-image fallback */
.mkt-strip-no-img {
  background: rgba(255, 255, 255, 0.05);
  border: 2px dashed rgba(69, 211, 176, 0.2);
}
.mkt-strip-no-img img {
  display: none;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 992px) {
  .mkt-hero {
    padding: 6rem 0 4rem;
    min-height: auto;
  }

  .mkt-step-desc {
    max-width: 100%;
  }

  /* Strip cards slightly shorter on mid-size screens */
  .mkt-strip-card        { height: 200px; }
  .mkt-strip-screenshot  { width: 240px; }
  .mkt-strip-wide        { width: 320px; }
  .mkt-strip-stat        { width: 175px; }
  .mkt-strip-stat-number { font-size: 2.4rem; }
}

@media (max-width: 768px) {
  .mkt-hero {
    padding: 5rem 0 3.5rem;
  }

  .mkt-hero-headline {
    font-size: 2.8rem;
  }

  .mkt-section {
    padding: 4rem 0;
  }

  .mkt-cta-section {
    padding: 5rem 0;
  }

  .mkt-step-number {
    font-size: 3.5rem;
  }
}

/* ── Screenshots ──────────────────────────────────────────── */
.mkt-screenshot-img {
    width: 80%;   /* 20% smaller than the column width */
    display: block;
    margin: 0 auto; /* keep centred within the column */
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

@media (max-width: 480px) {
  .mkt-hero-headline {
    font-size: 2.4rem;
  }

  .mkt-btn-xl {
    padding: 0.85rem 2rem !important;
    font-size: 1rem !important;
  }

  .mkt-pricing-price {
    font-size: 2.6rem;
  }

  .mkt-stat-chip {
    font-size: 0.78rem;
  }
}
