/* MyLonchera landing — single stylesheet */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #1F2937;
  line-height: 1.6;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid #F3F4F6;
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #111; }
.brand-icon { width: 32px; height: 32px; border-radius: 8px; }
.brand-name { font-weight: 800; font-size: 18px; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: #4B5563; text-decoration: none; font-weight: 500; font-size: 14px; transition: color .2s; }
.nav-links a:hover { color: #F97316; }
.lang-toggle { padding: 6px 10px; border-radius: 6px; background: #F9FAFB; border: 1px solid #E5E7EB; }
@media (max-width: 720px) {
  .nav-links a:not(.lang-toggle) { display: none; }
}

/* ---- Hero ---- */
.hero {
  background: linear-gradient(135deg, #F97316 0%, #DC2626 100%);
  color: #FFF;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero::before, .hero::after {
  content: ''; position: absolute; border-radius: 50%; background: rgba(255,255,255,0.08);
}
.hero::before { width: 360px; height: 360px; top: -100px; right: -80px; }
.hero::after { width: 200px; height: 200px; bottom: -60px; left: -40px; }
.hero-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  position: relative; z-index: 1;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
}
.badge {
  display: inline-block; background: rgba(255,255,255,0.18); color: #FFF;
  padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600;
  backdrop-filter: blur(4px); margin-bottom: 18px;
}
.hero-text h1 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.1; font-weight: 800; margin-bottom: 18px;
}
.accent { color: #FEF3C7; }
.lead { font-size: 18px; opacity: 0.95; margin-bottom: 30px; max-width: 480px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 26px; border-radius: 12px; font-weight: 700; font-size: 15px;
  text-decoration: none; transition: transform .2s, box-shadow .2s;
}
.btn-primary { background: #FFF; color: #DC2626; box-shadow: 0 6px 20px rgba(0,0,0,0.18); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,0.25); }
.btn-ghost { background: rgba(255,255,255,0.15); color: #FFF; border: 1px solid rgba(255,255,255,0.3); }
.btn-ghost:hover { background: rgba(255,255,255,0.25); }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.hero-stats > div { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 18px; color: #FEF3C7; }
.hero-stats span { font-size: 13px; opacity: 0.85; }

/* Phone mockup */
.hero-art { display: flex; justify-content: center; }
.phone-mock {
  width: 280px; height: 560px; background: #111; border-radius: 36px; padding: 14px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4); position: relative;
}
.phone-mock::before {
  content: ''; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 24px; background: #111; border-radius: 0 0 14px 14px; z-index: 2;
}
.phone-screen {
  width: 100%; height: 100%; background: #FFF; border-radius: 24px; overflow: hidden; position: relative;
}
.map-mock {
  height: 70%; background: linear-gradient(180deg, #DBEAFE 0%, #BFDBFE 100%); position: relative;
}
.map-mock::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(0deg, rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}
.pin {
  position: absolute; width: 36px; height: 36px; background: #F97316;
  border-radius: 50% 50% 50% 0; transform: rotate(-45deg);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25); border: 2px solid #FFF;
  font-size: 16px; animation: bounce 2s infinite;
}
.pin > * { transform: rotate(45deg); }
.pin-1 { top: 30%; left: 25%; }
.pin-2 { top: 50%; left: 60%; animation-delay: .3s; }
.pin-3 { top: 22%; left: 65%; animation-delay: .6s; }
.pin-4 { top: 60%; left: 30%; animation-delay: .9s; }
@keyframes bounce { 0%, 100% { transform: rotate(-45deg) translateY(0); } 50% { transform: rotate(-45deg) translateY(-6px); } }
.user-dot {
  position: absolute; top: 45%; left: 45%;
  width: 18px; height: 18px; background: #4285F4;
  border-radius: 50%; border: 4px solid #FFF;
  box-shadow: 0 0 0 4px rgba(66,133,244,0.3);
}
.sheet-mock {
  position: absolute; bottom: 0; left: 0; right: 0; background: #FFF;
  padding: 18px 20px; border-top-left-radius: 20px; border-top-right-radius: 20px;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.1);
  display: flex; flex-direction: column; gap: 4px;
  height: 30%;
}
.sheet-mock strong { font-size: 16px; color: #111; }
.sheet-mock span { font-size: 13px; color: #6B7280; }
.sheet-mock::before {
  content: ''; display: block; width: 40px; height: 4px;
  background: #D1D5DB; border-radius: 2px; margin: -6px auto 8px;
}

/* ---- Sections ---- */
.section { padding: 80px 0; }
.section-alt { background: #F9FAFB; }
h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 800; color: #111; text-align: center; margin-bottom: 12px;
}
.section-lead {
  text-align: center; color: #6B7280; font-size: 17px;
  max-width: 600px; margin: 0 auto 50px;
}
.feature-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px;
}
.feature {
  background: #FFF; padding: 28px; border-radius: 16px;
  border: 1px solid #F3F4F6; transition: transform .2s, box-shadow .2s;
}
.feature:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.feature-icon { font-size: 36px; margin-bottom: 14px; }
.feature h3 { font-size: 18px; font-weight: 700; color: #111; margin-bottom: 8px; }
.feature p { font-size: 14px; color: #4B5563; }
.section-alt .feature { background: #FFF; }

/* ---- Download ---- */
.download-banner {
  background: linear-gradient(135deg, #1F2937 0%, #111 100%);
  color: #FFF; padding: 60px 40px; border-radius: 24px; text-align: center;
}
.download-banner h2 { color: #FFF; }
.download-banner .section-lead { color: #D1D5DB; margin-bottom: 36px; }
.store-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.store-btn {
  background: #000; color: #FFF; padding: 14px 28px; border-radius: 12px;
  display: inline-flex; flex-direction: column; align-items: flex-start;
  border: 1px solid rgba(255,255,255,0.1); cursor: not-allowed; opacity: 0.85;
}
.store-btn .store-pre { font-size: 11px; opacity: 0.7; }
.store-btn strong { font-size: 18px; font-weight: 700; }
.hint { color: #9CA3AF; font-size: 14px; }
.hint a { color: #F97316; text-decoration: none; }
.hint a:hover { text-decoration: underline; }

/* ---- Footer ---- */
.site-footer { background: #0F172A; color: #CBD5E1; padding: 60px 0 24px; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 32px;
  padding-bottom: 36px;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand strong { color: #FFF; font-size: 17px; display: block; margin: 8px 0 6px; }
.footer-brand p { font-size: 13px; color: #94A3B8; }
.footer-grid h4 { color: #FFF; font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.footer-grid a { display: block; color: #CBD5E1; font-size: 14px; padding: 4px 0; text-decoration: none; }
.footer-grid a:hover { color: #F97316; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; border-top: 1px solid #1E293B;
  font-size: 13px; color: #64748B;
}
.footer-bottom a { color: #CBD5E1; text-decoration: none; }
.footer-bottom a:hover { color: #F97316; }
