/* Public marketing landing page (public/index.php) — recreated from the
   "Pando Landing" design handoff, option 2a. Shares the app's tokens
   (Nunito, #fdf6ef page, #4a3f38 ink, #f0806a coral) but ships separately
   so the logged-in app doesn't load ~300 lines of marketing styles. */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: #fdf6ef;
  color: #4a3f38;
  font-family: 'Nunito', system-ui, sans-serif;
  font-size: 14px;
}
a { color: #e2684f; text-decoration: none; }
a:hover { color: #c9532e; }
h1, h2, h3, p { margin: 0; }
button { font-family: inherit; }

.ld-btn-primary {
  display: inline-block; background: #f0806a; color: #fff; font-weight: 800;
  padding: 11px 22px; font-size: 14px; border-radius: 999px;
  box-shadow: 0 6px 16px rgba(240,128,106,0.35);
}
.ld-btn-primary:hover { background: #e9755e; color: #fff; }
.ld-btn-outline {
  display: inline-block; background: #fff; color: #4a3f38; font-weight: 700;
  padding: 11px 22px; font-size: 14px; border-radius: 999px; border: 1.5px solid #eadfd3;
}
.ld-btn-outline:hover { color: #4a3f38; border-color: #ddcfbf; }
.ld-badge {
  display: inline-block; padding: 6px 16px; background: #4a3f38; color: #fdf6ef;
  border-radius: 999px; font-size: 12.5px; font-weight: 800;
}
.ld-h2 { font-size: 40px; font-weight: 900; letter-spacing: -0.02em; margin-top: 18px; }
.ld-chip {
  display: inline-block; font-size: 12.5px; font-weight: 700; padding: 5px 14px;
  border-radius: 999px; white-space: nowrap;
}

/* --- Nav --- */
.ld-nav {
  display: flex; align-items: center; gap: 24px; padding: 18px 48px; background: #fff;
  box-shadow: 0 2px 12px rgba(120,80,50,0.06); flex-wrap: wrap;
  position: sticky; top: 0; z-index: 30;
}
.ld-nav .ld-brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.ld-nav .ld-brand span { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.ld-nav-link { font-size: 14px; font-weight: 700; color: #8d7c6e; }
.ld-lang-toggle {
  display: inline-block; padding: 8px 16px; border-radius: 999px; border: 1.5px solid #eadfd3;
  background: #fff; font-size: 13px; font-weight: 800; color: #8d7c6e; cursor: pointer;
}
.ld-lang-toggle:hover { color: #4a3f38; border-color: #ddcfbf; }

/* --- Hero --- */
.ld-hero { display: flex; gap: 48px; align-items: center; padding: 88px 64px; }
.ld-hero-copy { flex: 1.1; }
.ld-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; background: #fff;
  border-radius: 999px; font-size: 13px; font-weight: 800; color: #c9532e;
  box-shadow: 0 4px 14px rgba(120,80,50,0.08);
}
.ld-hero h1 {
  font-size: 56px; font-weight: 900; letter-spacing: -0.025em; line-height: 1.1;
  margin-top: 24px; text-wrap: balance;
}
.ld-hero-sub { font-size: 18px; line-height: 1.65; color: #8d7c6e; margin-top: 18px; max-width: 520px; }
.ld-hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.ld-hero-actions .ld-btn-primary, .ld-hero-actions .ld-btn-outline { padding: 15px 32px; font-size: 16px; }
.ld-trust { display: flex; gap: 22px; margin-top: 36px; font-size: 13px; font-weight: 700; color: #a08d80; flex-wrap: wrap; }

.ld-hero-visual { flex: 1; position: relative; display: flex; flex-direction: column; align-items: center; }
.ld-hero-glow {
  position: absolute; inset: 20px -10px auto; height: 420px;
  background: radial-gradient(circle at 50% 40%, #fbeadd 0%, rgba(251,234,221,0) 70%);
}
.ld-hero-mascot { position: relative; }
.ld-hero-cards {
  position: relative; width: 100%; max-width: 440px; margin-top: -30px;
  display: flex; flex-direction: column; gap: 12px;
}
.ld-float-card {
  background: #fff; border-radius: 18px; padding: 16px 20px;
  box-shadow: 0 10px 30px rgba(120,80,50,0.12);
  display: flex; align-items: center; gap: 14px;
}
.ld-float-card:nth-child(1) { transform: rotate(-1.5deg); }
.ld-float-card:nth-child(2) { transform: rotate(1deg); }
.ld-float-card .ld-avatar {
  width: 36px; height: 36px; border-radius: 50%; color: #fff; font-weight: 800; font-size: 12px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ld-float-card .ld-name { font-size: 14px; font-weight: 800; }
.ld-float-card .ld-meta { font-size: 11.5px; color: #a08d80; }
.ld-float-card .ld-chip { font-size: 11px; padding: 4px 12px; }
.ld-float-card.ld-dark {
  background: #4a3f38; color: #fdf6ef; transform: rotate(-0.5deg);
  box-shadow: 0 12px 32px rgba(74,63,56,0.3);
}
.ld-float-card.ld-dark .ld-name { font-size: 13.5px; }
.ld-float-card.ld-dark .ld-meta { color: inherit; opacity: 0.6; }
.ld-done-pill {
  background: #f0806a; color: #fff; font-size: 11px; font-weight: 800;
  padding: 5px 12px; border-radius: 999px; white-space: nowrap;
}

/* --- Sections --- */
.ld-section { padding: 88px 48px; max-width: 1136px; margin: 0 auto; }
.ld-section-head { text-align: center; }

/* --- Features --- */
.ld-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 44px; }
.ld-card {
  background: #fff; border-radius: 22px; padding: 30px;
  box-shadow: 0 6px 20px rgba(120,80,50,0.07);
}
.ld-card h3 { font-size: 21px; font-weight: 800; }
.ld-card p { font-size: 14.5px; line-height: 1.6; color: #8d7c6e; margin-top: 8px; }
.ld-stats { display: flex; gap: 10px; margin-top: 20px; }
.ld-stat { flex: 1; background: #fdf9f4; border-radius: 14px; padding: 14px; }
.ld-stat .ld-stat-n { font-size: 24px; font-weight: 800; }
.ld-stat .ld-stat-label { font-size: 11.5px; font-weight: 700; color: #a08d80; }
.ld-stat.ld-dark { background: #4a3f38; color: #fdf6ef; }
.ld-stat.ld-dark .ld-stat-label { color: inherit; opacity: 0.7; }
.ld-chip-row { display: flex; gap: 7px; margin-top: 22px; flex-wrap: wrap; }
.ld-task-rows { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.ld-task-row {
  display: flex; align-items: center; gap: 10px; background: #fdf9f4;
  border-radius: 12px; padding: 10px 14px;
}
.ld-task-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.ld-task-when { font-size: 12.5px; font-weight: 800; min-width: 52px; flex-shrink: 0; }
.ld-task-title { font-size: 12.5px; font-weight: 700; flex: 1; }
.ld-task-chip { font-size: 11px; font-weight: 800; padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.ld-offer-row {
  margin-top: 20px; background: #fdf9f4; border-radius: 14px; padding: 16px;
  display: flex; align-items: center; gap: 14px;
}
.ld-offer-row .ld-offer-meta { font-size: 12px; color: #a08d80; }
.ld-offer-row .ld-offer-amount { font-size: 20px; font-weight: 800; margin-top: 2px; }
.ld-offer-row .ld-chip { font-size: 12px; font-weight: 800; }

/* --- Templates band --- */
.ld-templates { background: #4a3f38; color: #fdf6ef; padding: 80px 48px; }
.ld-templates-inner { max-width: 1136px; margin: 0 auto; display: flex; gap: 64px; align-items: center; }
.ld-templates-copy { flex: 1; }
.ld-templates .ld-badge { background: rgba(253,246,239,0.12); }
.ld-templates h2 { font-size: 38px; font-weight: 900; letter-spacing: -0.02em; margin-top: 18px; line-height: 1.15; }
.ld-templates-copy p { font-size: 16px; line-height: 1.65; margin-top: 16px; opacity: 0.75; max-width: 480px; }
.ld-templates-list { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.ld-template-row {
  display: flex; align-items: center; gap: 14px; background: rgba(253,246,239,0.08);
  border: 1px solid rgba(253,246,239,0.14); border-radius: 16px; padding: 16px 20px;
}
.ld-template-row .ld-tpl-icon { font-size: 22px; }
.ld-template-row .ld-tpl-name { font-size: 15px; font-weight: 800; }
.ld-template-row .ld-tpl-sub { font-size: 12.5px; opacity: 0.6; }
.ld-tpl-tag {
  font-size: 10.5px; font-weight: 800; padding: 4px 10px; border-radius: 999px;
  background: #f0806a; color: #fff; text-transform: uppercase; white-space: nowrap;
}

/* --- Integrations --- */
.ld-int-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 44px; }
.ld-int-grid .ld-card { padding: 28px; }
.ld-int-icon {
  width: 48px; height: 48px; border-radius: 14px; font-size: 22px;
  display: flex; align-items: center; justify-content: center;
}
.ld-int-grid h3 { font-size: 18px; margin-top: 16px; }
.ld-int-grid p { font-size: 14px; margin-top: 6px; }

/* --- Pricing --- */
.ld-pricing { background: linear-gradient(180deg, #fbeee0 0%, #fdf6ef 100%); padding: 88px 48px; }
.ld-pricing-inner { max-width: 1000px; margin: 0 auto; }
.ld-pricing-sub { font-size: 16px; color: #8d7c6e; margin-top: 12px; }
.ld-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 44px; align-items: stretch; }
.ld-plan {
  background: #fff; border-radius: 24px; padding: 36px;
  box-shadow: 0 6px 20px rgba(120,80,50,0.07); display: flex; flex-direction: column;
}
.ld-plan h3 { font-size: 20px; font-weight: 800; }
.ld-plan-price { display: flex; align-items: baseline; gap: 6px; margin-top: 12px; }
.ld-plan-price .ld-price { font-size: 44px; font-weight: 900; }
.ld-plan-price .ld-period { font-size: 14px; color: #a08d80; font-weight: 700; }
.ld-plan-features {
  display: flex; flex-direction: column; gap: 11px; margin-top: 24px;
  font-size: 14.5px; font-weight: 600; flex: 1;
}
.ld-plan-features > div { display: flex; gap: 10px; }
.ld-plan-features .ld-check { color: #7aa874; font-weight: 800; }
.ld-plan-cta {
  display: block; text-align: center; margin-top: 28px; padding: 13px;
  border-radius: 999px; font-weight: 800; font-size: 15px;
}
.ld-plan-cta.ld-outline { border: 1.5px solid #eadfd3; color: #4a3f38; background: #fff; }
.ld-plan-cta.ld-outline:hover { border-color: #ddcfbf; }
.ld-plan-cta.ld-coral {
  background: #f0806a; color: #fff; box-shadow: 0 6px 16px rgba(240,128,106,0.4);
}
.ld-plan-cta.ld-coral:hover { background: #e9755e; }
.ld-plan.ld-dark {
  background: #4a3f38; color: #fdf6ef; position: relative;
  box-shadow: 0 16px 40px rgba(74,63,56,0.3);
}
.ld-plan.ld-dark .ld-period { color: inherit; opacity: 0.6; }
.ld-plan.ld-dark .ld-check { color: #a9cba0; }
.ld-plan-tag {
  position: absolute; top: 24px; right: 28px; background: #f0806a; color: #fff;
  font-size: 11px; font-weight: 800; padding: 5px 12px; border-radius: 999px;
  text-transform: uppercase;
}

/* --- FAQ --- */
.ld-faq { padding: 88px 48px; max-width: 820px; margin: 0 auto; }
.ld-faq .ld-section-head { margin-bottom: 40px; }
.ld-faq-list { display: flex; flex-direction: column; gap: 12px; }
.ld-faq-list details {
  background: #fff; border-radius: 18px; padding: 22px 26px;
  box-shadow: 0 4px 14px rgba(120,80,50,0.06);
}
.ld-faq-list summary { font-size: 16.5px; font-weight: 800; cursor: pointer; list-style: none; }
.ld-faq-list summary::-webkit-details-marker { display: none; }
.ld-faq-list details p { font-size: 14.5px; line-height: 1.65; color: #8d7c6e; margin-top: 12px; }

/* --- Final CTA --- */
.ld-cta-wrap { padding: 0 48px 88px; }
.ld-cta-panel {
  max-width: 1136px; margin: 0 auto; background: #f0806a; border-radius: 28px;
  padding: 64px 48px; text-align: center; box-shadow: 0 20px 50px rgba(240,128,106,0.35);
}
.ld-cta-panel h2 { font-size: 38px; font-weight: 900; color: #fff; letter-spacing: -0.02em; margin-top: 16px; }
.ld-cta-panel p { font-size: 16px; color: rgba(255,255,255,0.85); margin-top: 10px; }
.ld-cta-panel .ld-cta-btn {
  display: inline-block; margin-top: 28px; background: #4a3f38; color: #fdf6ef;
  font-weight: 800; padding: 15px 36px; font-size: 16px; border-radius: 999px;
}
.ld-cta-panel .ld-cta-btn:hover { background: #3d332d; }

/* --- Footer --- */
.ld-footer { background: #fff; border-top: 1px solid #f2e7da; padding: 48px; }
.ld-footer-inner { max-width: 1136px; margin: 0 auto; display: flex; gap: 64px; align-items: flex-start; flex-wrap: wrap; }
.ld-footer-brand { flex: 1; min-width: 220px; }
.ld-footer-brand .ld-brand { display: flex; align-items: center; gap: 10px; }
.ld-footer-brand .ld-brand span { font-size: 18px; font-weight: 800; }
.ld-footer-brand p { font-size: 13px; color: #a08d80; line-height: 1.6; margin-top: 12px; max-width: 280px; }
.ld-footer-col { display: flex; flex-direction: column; gap: 10px; }
.ld-footer-col .ld-col-head {
  font-size: 12px; font-weight: 800; color: #b7a496;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.ld-footer-col a { font-size: 13.5px; font-weight: 700; color: #8d7c6e; }
.ld-footer-col a:hover { color: #c9532e; }
.ld-copyright {
  max-width: 1136px; margin: 36px auto 0; padding-top: 20px;
  border-top: 1px solid #f7ede2; font-size: 12.5px; color: #b7a496;
}

/* --- Responsive --- */
@media (max-width: 960px) {
  .ld-nav { padding: 14px 20px; gap: 14px; }
  .ld-nav-link { display: none; }
  .ld-hero { flex-direction: column; padding: 48px 24px; gap: 56px; }
  .ld-hero h1 { font-size: 40px; }
  .ld-section { padding: 56px 20px; }
  .ld-h2 { font-size: 30px; }
  .ld-features-grid, .ld-int-grid, .ld-plans { grid-template-columns: 1fr; }
  .ld-templates { padding: 56px 20px; }
  .ld-templates-inner { flex-direction: column; gap: 36px; }
  .ld-templates h2 { font-size: 30px; }
  .ld-pricing { padding: 56px 20px; }
  .ld-faq { padding: 56px 20px; }
  .ld-cta-wrap { padding: 0 20px 56px; }
  .ld-cta-panel { padding: 48px 24px; }
  .ld-cta-panel h2 { font-size: 30px; }
  .ld-footer { padding: 40px 20px; }
  .ld-footer-inner { gap: 36px; }
}
