/* ============================================================================
   LANDING PAGE — standalone stylesheet, intentionally separate from the app.
   Marketing look: big type, warm paper background, slate + amber accent.
============================================================================ */

:root {
  --ink: #1e293b;
  --ink-soft: #3c4250;
  --muted: #5b6472;
  --paper: #faf9f7;
  --card: #ffffff;
  --line: #e7e4de;
  --accent: #0d9488;
  --accent-dark: #0f766e;
  --accent-soft: rgba(13, 148, 136, 0.08);
  --radius: 14px;
  --shadow: 0 1px 2px rgba(22, 24, 29, 0.05), 0 8px 28px rgba(22, 24, 29, 0.07);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.lp-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 { line-height: 1.15; margin: 0 0 16px; letter-spacing: -0.02em; }

h1 { font-size: clamp(2.4rem, 5.5vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); font-weight: 700; max-width: 22ch; }
h3 { font-size: 1.1rem; font-weight: 600; letter-spacing: -0.01em; }

p { margin: 0 0 12px; }

/* ---------------------------------------------------------------- nav */

.lp-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 249, 247, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.lp-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.lp-brand-logo { height: 30px; display: block; }

.lp-nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.lp-nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.lp-nav-links a:hover { color: var(--ink); }

.lp-nav-login { color: var(--ink) !important; }

/* ---------------------------------------------------------------- buttons */

.lp-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease,
              transform 0.15s ease;
}

.lp-btn:active { transform: translateY(1px); }

.lp-btn-sm { padding: 9px 18px !important; font-size: 0.9rem !important; }

.lp-btn-primary {
  background: var(--accent);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 118, 187, 0.3);
}
.lp-btn-primary:hover { background: var(--accent-dark); }

.lp-btn-ghost {
  background: transparent;
  color: var(--ink) !important;
  border: 1.5px solid var(--line);
}
.lp-btn-ghost:hover { border-color: var(--ink-soft); }

.lp-btn-light {
  background: #fff;
  color: var(--ink) !important;
}
.lp-btn-light:hover { background: #eceae6; }

.lp-btn-outline-light {
  background: transparent;
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}
.lp-btn-outline-light:hover { border-color: #fff; }

/* ---------------------------------------------------------------- hero */

.lp-hero { padding: 88px 0 96px; overflow: hidden; }

.lp-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.lp-eyebrow {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 14px;
}

.lp-lead {
  font-size: 1.18rem;
  color: var(--muted);
  max-width: 50ch;
  margin-bottom: 30px;
}

.lp-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

.lp-cta-note {
  margin-top: 14px;
  font-size: 0.88rem;
  color: var(--muted);
}

/* hero mock report card */

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

.lp-card-mock {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
  transform: rotate(0.6deg);
}

.lp-mock-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}

.lp-mock-title { font-weight: 700; }
.lp-mock-sub { color: var(--muted); font-size: 0.88rem; }

.lp-mock-badge {
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 99px;
  white-space: nowrap;
}

.lp-mock-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #f1efeb;
  font-size: 0.92rem;
}

.lp-mock-kind {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border-radius: 6px;
  flex-shrink: 0;
}

.lp-kind-travel { background: #fff3e0; color: #b45309; }
.lp-kind-task   { background: #e2e8f0; color: var(--ink); }
.lp-kind-mat    { background: #f3e8ff; color: #7e22ce; }

.lp-mock-desc { flex: 1; min-width: 0; }

.lp-mock-time {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  font-size: 0.88rem;
  white-space: nowrap;
}

.lp-mock-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  font-size: 0.95rem;
  color: var(--muted);
}

.lp-mock-total strong { color: var(--ink); font-size: 1.1rem; }

.lp-mock-export {
  position: absolute;
  right: -8px;
  bottom: -22px;
  background: var(--ink);
  color: #fff;
  font-size: 0.83rem;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(22, 24, 29, 0.3);
  transform: rotate(-1deg);
}

.lp-mock-export-icon { color: #6ee7a0; margin-right: 4px; }

/* ---------------------------------------------------------------- sections */

.lp-section { padding: 88px 0; }

.lp-section-alt {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lp-section-lead {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 60ch;
  margin-bottom: 44px;
}

/* problem cards */

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

.lp-problem-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
  box-shadow: var(--shadow);
}

.lp-accent-line {
  width: 36px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  margin-bottom: 18px;
}

.lp-problem-card h3 { margin-bottom: 8px; }

.lp-problem-card p { color: var(--muted); font-size: 0.93rem; margin: 0; }

/* steps */

.lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 44px;
}

.lp-step-num {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 118, 187, 0.3);
}

.lp-step h3 { margin-bottom: 8px; }
.lp-step p { color: var(--muted); font-size: 0.95rem; margin: 0; }

/* features */

.lp-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 44px;
}

.lp-feature-col {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}

.lp-feature-col-title {
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 18px;
}

.lp-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-feature-list li {
  padding: 11px 0 11px 30px;
  position: relative;
  color: var(--muted);
  font-size: 0.95rem;
  border-bottom: 1px solid #f1efeb;
}

.lp-feature-list li:last-child { border-bottom: none; }

.lp-feature-list li strong { color: var(--ink); font-weight: 600; }

.lp-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 10px;
  color: var(--accent);
  font-weight: 700;
}

/* industries */

.lp-industries {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.lp-industries-label {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
  margin-right: 6px;
}

.lp-chip {
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 99px;
}

/* ---------------------------------------------------------------- social proof */

.lp-proof-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.lp-proof-logo {
  display: inline-block;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: var(--accent-dark);
  background: var(--accent-soft);
  padding: 6px 18px;
  border-radius: 8px;
  margin-bottom: 22px;
}

.lp-proof-logo-img {
  display: block;
  height: 64px;
  margin: 0 auto 22px;
}

.lp-proof-quote {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px;
  color: var(--ink);
}

.lp-proof-attribution { color: var(--muted); font-size: 0.9rem; }

/* ---------------------------------------------------------------- pricing */

.lp-pricing-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px;
  max-width: 720px;
  margin: 36px auto 0;
  text-align: center;
}

.lp-pricing-amount { font-size: 2.4rem; font-weight: 800; margin-bottom: 8px; }
.lp-pricing-amount span { font-size: 1rem; font-weight: 500; color: var(--muted); }

.lp-pricing-desc { color: var(--muted); margin-bottom: 24px; }

.lp-pricing-list {
  text-align: left;
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
}

.lp-pricing-list li:nth-last-child(2) { border-bottom: none; }

.lp-pricing-highlight {
  background: var(--accent-soft);
  color: var(--accent-dark);
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 24px;
  font-size: 0.97rem;
  text-align: center;
}

.lp-pricing-highlight strong { color: var(--ink); }

/* ---------------------------------------------------------------- final CTA */

.lp-final {
  background: var(--ink);
  color: #fff;
  padding: 88px 0;
}

.lp-final-inner { text-align: center; }

.lp-final h2 { margin-left: auto; margin-right: auto; }

.lp-final p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 58ch;
  margin: 0 auto 32px;
  font-size: 1.05rem;
}

.lp-cta-center { justify-content: center; }

/* ---------------------------------------------------------------- footer */

.lp-footer {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 44px 0;
}

.lp-footer-inner { text-align: center; }

.lp-footer-logo { height: 26px; opacity: 0.8; margin-bottom: 18px; }

.lp-footer-links {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 16px;
}

.lp-footer-links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.lp-footer-links a:hover { color: var(--accent); }

.lp-footer-note { color: var(--muted); font-size: 0.85rem; margin: 0; }

/* ---------------------------------------------------------------- whatsapp */

.lp-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4), 0 2px 6px rgba(22, 24, 29, 0.15);
  transition: background 0.15s ease, transform 0.15s ease;
}

.lp-whatsapp:hover { background: #1da851; transform: scale(1.06); }

.lp-whatsapp:active { transform: scale(0.98); }

/* call button: touch devices only — tel: links are a dead end on desktop */
.lp-call {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(22, 24, 29, 0.3);
  transition: background 0.15s ease, transform 0.15s ease;
}

.lp-call:hover { background: var(--ink-soft); transform: scale(1.06); }

.lp-call:active { transform: scale(0.98); }

@media (hover: none), (pointer: coarse) {
  .lp-call { display: flex; }
}

/* ---------------------------------------------------------------- responsive */

@media (max-width: 960px) {
  .lp-hero { padding: 56px 0 72px; }

  .lp-hero-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .lp-hero-visual { max-width: 480px; }

  .lp-grid-4 { grid-template-columns: 1fr 1fr; }

  .lp-steps { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 640px) {
  .lp-nav-links { display: none; }

  .lp-section { padding: 64px 0; }

  .lp-grid-4,
  .lp-grid-2 { grid-template-columns: 1fr; }

  .lp-cta-row .lp-btn { width: 100%; text-align: center; }

  .lp-mock-export { right: 4px; bottom: -35px; }

  .lp-pricing-list {
    grid-template-columns: 1fr;
  }

  .lp-pricing-list li:nth-last-child(2) { border-bottom: 1px solid #f1efeb; }
  .lp-pricing-list li:last-child { border-bottom: none; }

  .lp-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .lp-call {
    right: 16px;
    bottom: 82px;
    width: 54px;
    height: 54px;
  }
}
