/* ── Marketing pages shared styles ───────────────────────────────────────── */

body { background: #fff; }

/* Nav */
.mkt-nav { background: #fff; border-bottom: 1px solid var(--gray-200); padding: .75rem 0; position: sticky; top: 0; z-index: 10; }
.mkt-nav .inner { display: flex; align-items: center; justify-content: space-between; }
.mkt-nav .logo { font-weight: 700; font-size: 1.75rem; color: var(--brand); text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; }
.mkt-nav .nav-links { display: flex; gap: .75rem; align-items: center; }
.mkt-nav .nav-links .btn { padding: .625rem 1.25rem; font-size: .9375rem; }
@media (max-width: 640px) {
  .mkt-nav .nav-hamburger { display: flex; }
  .mkt-nav .nav-links { display: none; flex-direction: column; align-items: flex-end; gap: .625rem; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--gray-200); padding: 1.25rem 1.5rem; box-shadow: 0 4px 12px rgba(0,0,0,.08); }
  .mkt-nav .nav-links.open { display: flex; }
  .mkt-nav .nav-links .btn { padding: .65rem 1.25rem; font-size: 1rem; min-width: 160px; justify-content: center; }
}

/* Hero */
.hero { padding: 5rem 1rem 4rem; text-align: center; background: linear-gradient(180deg, #eff6ff 0%, #fff 100%); }
.hero h1 { font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 800; color: var(--gray-900); line-height: 1.15; max-width: 700px; margin: 0 auto .75rem; }
.hero h1 span { color: var(--brand); }
.hero p { font-size: 1.125rem; color: var(--gray-500); max-width: 520px; margin: 0 auto 2rem; }
.hero-cta { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; align-items: center; }
.btn-lg { padding: .75rem 1.75rem; font-size: 1rem; border-radius: var(--radius); }
.hero-link { font-size: 1rem; color: var(--brand); text-decoration: none; font-weight: 500; }
.hero-link:hover { text-decoration: underline; }
.hero-note { font-size: .8125rem; color: var(--gray-400); margin-top: .75rem; }
.hero-visual { margin-top: 3.5rem; display: flex; justify-content: center; }

/* Phone mockup */
.phone-shell { width: 240px; background: var(--gray-900); border-radius: 32px; padding: 10px; box-shadow: 0 24px 64px rgba(0,0,0,.18); }
.phone-screen { background: #fff; border-radius: 24px; overflow: hidden; }
.phone-bar { background: var(--gray-900); height: 28px; border-radius: 24px 24px 0 0; display: flex; align-items: center; justify-content: center; }
.phone-bar-dot { width: 60px; height: 5px; background: #374151; border-radius: 3px; }
.phone-menu { padding: 1rem; }
.phone-restaurant { font-weight: 700; font-size: .875rem; margin-bottom: .5rem; }
.phone-category { font-size: .65rem; font-weight: 600; color: var(--gray-500); text-transform: uppercase; letter-spacing: .05em; margin: .75rem 0 .375rem; }
.phone-item { display: flex; justify-content: space-between; align-items: center; padding: .375rem 0; border-bottom: 1px solid var(--gray-100); }
.phone-item-name { font-size: .75rem; color: var(--gray-900); }
.phone-item-price { font-size: .75rem; font-weight: 600; color: var(--brand); }
.phone-qr { width: 64px; height: 64px; background: var(--gray-100); border-radius: 4px; margin: .75rem auto 0; display: flex; align-items: center; justify-content: center; font-size: 2rem; }

/* Sections */
.section { padding: 4.5rem 1rem; }
.section-label { text-align: center; font-size: .8125rem; font-weight: 600; color: var(--brand); text-transform: uppercase; letter-spacing: .08em; margin-bottom: .5rem; }
.section-title { text-align: center; font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; margin-bottom: .75rem; }
.section-sub { text-align: center; color: var(--gray-500); max-width: 500px; margin: 0 auto 3rem; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
@media (max-width: 640px) { .steps { grid-template-columns: 1fr; gap: 1.5rem; } }
.step { text-align: center; }
.step-num { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #dbeafe; color: var(--brand); font-weight: 700; font-size: 1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto .875rem; }
.step h3 { font-size: 1rem; font-weight: 600; margin-bottom: .375rem; }
.step p { font-size: .875rem; color: var(--gray-500); }

/* Features */
.features-bg { background: var(--gray-50); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 640px) { .features-grid { grid-template-columns: 1fr; } }
.feature-card { background: #fff; border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
.feature-icon { font-size: 1.75rem; margin-bottom: .75rem; }
.feature-card h3 { font-size: .9375rem; font-weight: 600; margin-bottom: .375rem; }
.feature-card p { font-size: .875rem; color: var(--gray-500); }

/* Trust bar (homepage) */
.trust-bar { border-top: 1px solid var(--gray-100); border-bottom: 1px solid var(--gray-100); padding: 1.25rem 0; }
.trust-bar p { text-align: center; font-size: .8125rem; color: var(--gray-500); margin: 0; }

/* Pricing (homepage) */
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; max-width: 900px; margin: 0 auto; }
@media (max-width: 720px) { .pricing-grid { grid-template-columns: 1fr; } }
.price-card { border-radius: var(--radius); padding: 2rem 1.5rem; border: 2px solid var(--gray-200); background: #fff; }
.price-card.featured { border-color: var(--brand); position: relative; }
.price-pill { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--brand); color: #fff; font-size: .75rem; font-weight: 600; padding: .2rem .875rem; border-radius: 999px; white-space: nowrap; }
.price-name { font-size: .875rem; font-weight: 600; color: var(--gray-500); margin-bottom: .5rem; }
.price-amount { font-size: 2.5rem; font-weight: 800; color: var(--gray-900); line-height: 1; }
.price-amount span { font-size: .875rem; font-weight: 400; color: var(--gray-500); }
.price-desc { font-size: .8125rem; color: var(--gray-500); margin: .5rem 0 1.25rem; }
.price-features { list-style: none; margin-bottom: 1.5rem; }
.price-features li { font-size: .875rem; padding: .375rem 0; border-bottom: 1px solid var(--gray-100); display: flex; align-items: center; gap: .5rem; }
.price-features li::before { content: "✓"; color: var(--success); font-weight: 700; flex-shrink: 0; }

/* Testimonials */
.testimonials-bg { background: var(--gray-50); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 640px) { .testimonials-grid { grid-template-columns: 1fr; } }
.testimonial { background: #fff; border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
.testimonial-quote { font-size: .9375rem; color: var(--gray-700); line-height: 1.6; margin-bottom: 1rem; }
.testimonial-author { display: flex; align-items: center; gap: .625rem; }
.testimonial-avatar { width: 2rem; height: 2rem; border-radius: 50%; background: linear-gradient(135deg, var(--brand), #7c3aed); display: flex; align-items: center; justify-content: center; color: #fff; font-size: .75rem; font-weight: 700; flex-shrink: 0; }
.testimonial-name { font-size: .875rem; font-weight: 600; }
.testimonial-role { font-size: .75rem; color: var(--gray-500); }
.stars { color: #f59e0b; font-size: .75rem; margin-bottom: .5rem; }

/* FAQ */
.faq-list { max-width: 680px; margin: 0 auto; display: flex; flex-direction: column; gap: .75rem; }
.faq-item { border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 1.25rem 1.5rem; }
.faq-item h3 { font-size: .9375rem; font-weight: 600; color: var(--gray-900); margin-bottom: .4rem; }
.faq-item p { font-size: .875rem; color: var(--gray-500); margin: 0; }

/* Final CTA */
.final-cta { background: linear-gradient(135deg, #1d4ed8, #7c3aed); color: #fff; text-align: center; padding: 5rem 1rem; }
.final-cta h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; margin-bottom: .75rem; }
.final-cta p { font-size: 1.0625rem; opacity: .85; margin-bottom: 2rem; max-width: 440px; margin-left: auto; margin-right: auto; }
.lead-form { display: flex; gap: .5rem; max-width: 420px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.lead-form input[type="email"] { flex: 1; min-width: 200px; padding: .625rem .875rem; border-radius: var(--radius); border: none; font-size: .9375rem; color: var(--gray-900); }
.lead-form input[type="email"]:focus { outline: 2px solid #fff; }
.btn-cta { background: #fff; color: var(--brand-dark); font-weight: 600; padding: .625rem 1.25rem; border-radius: var(--radius); border: none; cursor: pointer; font-size: .9375rem; transition: background .15s; }
.btn-cta:hover { background: var(--gray-100); }
.lead-note { font-size: .8125rem; opacity: .7; margin-top: .875rem; }

/* Also-for links */
.also-for { padding: 2.5rem 1rem; border-top: 1px solid var(--gray-100); text-align: center; }
.also-for p { font-size: .875rem; color: var(--gray-500); margin-bottom: .75rem; }
.also-for-links { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }
.also-for-links a { font-size: .875rem; color: var(--brand); text-decoration: none; }
.also-for-links a:hover { text-decoration: underline; }

/* Marketing footer */
footer { background: var(--gray-900); color: var(--gray-500); padding: 2.5rem 1rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-weight: 700; font-size: 1.125rem; color: #fff; }
.footer-links { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.footer-links a { color: var(--gray-500); font-size: .875rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: .8125rem; margin-top: 1.5rem; text-align: center; }
