/* ===== LANDING PAGE — Orçally ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --p:      #4F46E5;
  --p2:     #7C3AED;
  --grad:   linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
  --dark:   #0F172A;
  --body:   #1E293B;
  --muted:  #64748B;
  --border: #E2E8F0;
  --bg:     #F8FAFC;
  --white:  #FFFFFF;
  --green:  #10B981;
  --radius: 14px;
  --shadow: 0 4px 24px rgba(79,70,229,.10);
}

html { scroll-behavior: smooth; }
body {
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  color: var(--body);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ── CONTAINER ── */
.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* ── HEADER ── */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.logo-wrap { display: flex; align-items: center; gap: 10px; }
.logo-img { height: 40px; width: auto; }
.logo-placeholder {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; color: #fff; letter-spacing: -1px;
}
.logo-name { font-size: 18px; font-weight: 700; color: var(--dark); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { font-size: 14px; color: var(--muted); font-weight: 500; transition: color .15s; }
.nav-links a:hover { color: var(--dark); }
.btn-nav-login {
  padding: 8px 18px; border-radius: 8px; font-size: 14px; font-weight: 600;
  border: 1.5px solid var(--border); color: var(--dark); background: transparent;
  cursor: pointer; transition: border-color .15s;
}
.btn-nav-login:hover { border-color: var(--p); color: var(--p); }
.btn-nav-cta {
  padding: 8px 18px; border-radius: 8px; font-size: 14px; font-weight: 600;
  background: var(--grad); color: #fff !important; border: none; cursor: pointer;
  transition: opacity .15s;
}
.btn-nav-cta:hover { opacity: .88; }

/* ── HERO ── */
.hero {
  background: linear-gradient(160deg, #F0F0FF 0%, #F8FAFC 60%);
  padding: 80px 0 72px;
  text-align: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #EDE9FE; color: var(--p); border-radius: 99px;
  padding: 4px 14px; font-size: 13px; font-weight: 600;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800; line-height: 1.15;
  color: var(--dark); max-width: 760px; margin: 0 auto 20px;
}
.hero h1 span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p {
  font-size: clamp(15px, 2.2vw, 18px); color: var(--muted);
  max-width: 560px; margin: 0 auto 36px;
}
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-hero-main {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 32px; border-radius: 12px;
  background: var(--grad); color: #fff;
  font-size: 16px; font-weight: 700; border: none; cursor: pointer;
  box-shadow: 0 6px 24px rgba(79,70,229,.30); transition: opacity .15s, transform .15s;
}
.btn-hero-main:hover { opacity: .9; transform: translateY(-1px); }
.btn-hero-sec {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 28px; border-radius: 12px;
  background: #fff; color: var(--dark);
  font-size: 16px; font-weight: 600;
  border: 1.5px solid var(--border); cursor: pointer; transition: border-color .15s;
}
.btn-hero-sec:hover { border-color: var(--p); color: var(--p); }
.hero-sub { margin-top: 20px; font-size: 13px; color: var(--muted); }
.hero-sub span { color: var(--green); font-weight: 600; }
.hero-preco-sub { margin-top: 8px; font-size: 14px; color: var(--muted); }
.hero-preco-sub strong { color: var(--green); }

/* ── LOGOS / SOCIAL PROOF ── */
.trust-bar { padding: 28px 0; border-bottom: 1px solid var(--border); }
.trust-bar p { text-align: center; font-size: 13px; color: var(--muted); margin-bottom: 16px; font-weight: 500; }
.trust-icons { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; }
.trust-icon { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); font-weight: 500; }
.trust-icon svg { flex-shrink: 0; }

/* ── SECTION BASE ── */
.section { padding: 72px 0; }
.section-alt { background: var(--bg); }
.section-header { text-align: center; margin-bottom: 52px; }
.section-label {
  display: inline-block; background: #EDE9FE; color: var(--p);
  border-radius: 99px; padding: 4px 14px; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px;
}
.section-header h2 {
  font-size: clamp(22px, 3.5vw, 36px); font-weight: 800;
  color: var(--dark); max-width: 600px; margin: 0 auto 14px;
}
.section-header p { font-size: 16px; color: var(--muted); max-width: 500px; margin: 0 auto; }

/* ── COMO FUNCIONA ── */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.step-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px 24px; text-align: center;
  box-shadow: var(--shadow); position: relative;
}
.step-num {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--grad); color: #fff;
  font-size: 18px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.step-card h3 { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.step-card p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ── BENEFÍCIOS ── */
.benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.benefit-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px 24px;
  transition: box-shadow .2s, transform .2s;
}
.benefit-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.benefit-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: #EDE9FE; display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.benefit-card h3 { font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.benefit-card p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ── DOR ── */
.pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 800px; margin: 0 auto; }
.pain-item {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--white); border: 1px solid #FEE2E2;
  border-radius: 12px; padding: 20px;
}
.pain-emoji { font-size: 24px; flex-shrink: 0; }
.pain-item h4 { font-size: 15px; font-weight: 700; color: #DC2626; margin-bottom: 4px; }
.pain-item p { font-size: 13px; color: var(--muted); }

/* ── PREÇOS ── */
.pricing-wrap {
  max-width: 860px; margin: 0 auto;
  display: flex; gap: 24px; align-items: flex-start;
}
.pricing-card {
  flex: 1;
  background: var(--white); border: 2px solid var(--p);
  border-radius: 20px; padding: 40px 36px;
  box-shadow: 0 8px 40px rgba(79,70,229,.18);
  text-align: center; position: relative; overflow: hidden;
}
.pricing-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: var(--grad);
}
.pricing-card.basic {
  border-color: var(--border);
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
}
.pricing-card.basic::before { background: var(--border); }
.pricing-badge.basic-badge {
  background: #64748B;
}
.pricing-badge {
  display: inline-block; background: var(--p); color: #fff;
  border-radius: 99px; padding: 4px 16px; font-size: 12px; font-weight: 700;
  margin-bottom: 20px;
}
.pricing-name { font-size: 14px; color: var(--muted); font-weight: 600; margin-bottom: 4px; }
.pricing-price-daily {
  font-size: 72px; font-weight: 900; color: var(--dark); line-height: 1;
  margin: 12px 0 6px;
}
.pricing-price-daily sup { font-size: 26px; vertical-align: super; font-weight: 700; }
.pricing-price-daily sub { font-size: 20px; font-weight: 600; color: var(--muted); }
.pricing-monthly { font-size: 14px; color: var(--muted); margin-bottom: 8px; }
.pricing-coffee { font-size: 14px; color: var(--muted); font-weight: 500; margin-bottom: 28px; line-height: 1.5; }
.pricing-features { list-style: none; text-align: left; margin-bottom: 32px; display: flex; flex-direction: column; gap: 12px; }
.pricing-features li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--body); }
.pricing-features li::before { content: '✓'; color: var(--green); font-weight: 800; flex-shrink: 0; }
.pricing-features li.no { color: var(--muted); }
.pricing-features li.no::before { content: '✗'; color: #CBD5E1; font-weight: 800; }
.btn-pricing {
  display: block; width: 100%; padding: 16px;
  border-radius: 12px; background: var(--grad); color: #fff;
  font-size: 16px; font-weight: 700; border: none; cursor: pointer;
  box-shadow: 0 4px 18px rgba(79,70,229,.25); transition: opacity .15s;
}
.btn-pricing:hover { opacity: .9; }
.btn-pricing.outline {
  background: transparent; color: var(--p);
  border: 2px solid var(--p);
  box-shadow: none;
}
.btn-pricing.outline:hover { background: #EEF2FF; opacity: 1; }
.pricing-trial { margin-top: 14px; font-size: 13px; color: var(--muted); }
.pricing-free { font-size: 38px; font-weight: 900; color: var(--dark); line-height: 1; margin: 20px 0 6px; }

/* ── FAQ ── */
.faq-list { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 24px; cursor: pointer; font-size: 15px; font-weight: 600;
  color: var(--dark); background: var(--white);
  transition: background .15s; user-select: none;
}
.faq-question:hover { background: var(--bg); }
.faq-arrow { font-size: 18px; color: var(--p); transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height .3s ease;
  font-size: 14px; color: var(--muted); line-height: 1.7;
  padding: 0 24px; background: var(--white);
}
.faq-item.open .faq-answer { max-height: 300px; padding: 0 24px 18px; }

/* ── CTA FINAL ── */
.cta-final {
  background: var(--grad); padding: 72px 0; text-align: center; color: #fff;
}
.cta-final h2 { font-size: clamp(24px, 4vw, 40px); font-weight: 800; margin-bottom: 14px; }
.cta-final p { font-size: 16px; opacity: .85; margin-bottom: 32px; }
.btn-cta-final {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 36px; border-radius: 12px;
  background: #fff; color: var(--p); font-size: 16px; font-weight: 700;
  border: none; cursor: pointer; box-shadow: 0 4px 16px rgba(0,0,0,.15);
  transition: transform .15s;
}
.btn-cta-final:hover { transform: translateY(-2px); }

/* ── FOOTER ── */
.footer {
  background: var(--dark); color: #94A3B8;
  padding: 40px 0; text-align: center; font-size: 13px;
}
.footer a { color: #CBD5E1; }
.footer a:hover { color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .nav-links .hide-mobile { display: none; }
  .pain-grid { grid-template-columns: 1fr; }
  .hero { padding: 56px 0 48px; }
  .pricing-wrap { flex-direction: column; }
  .pricing-card { padding: 32px 24px; }
}
