@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #FDF6EC; color: #1B2B4B; line-height: 1.6; }

/* ── NAV ── */
nav { background: #fff; border-bottom: 1.5px solid #EEE8DF; padding: 13px 40px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(27,43,75,0.07); }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-icon { width: 32px; height: 32px; border-radius: 8px; overflow: hidden; flex-shrink: 0; display: block; }
.nav-logo-text { font-family: 'Lora', serif; font-size: 18px; font-weight: 700; color: #1B2B4B; }
.nav-logo-text span { color: #FFA100; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: #5A6478; text-decoration: none; font-size: 13px; font-weight: 500; transition: color 0.18s; }
.nav-links a:hover { color: #1B2B4B; }
.nav-cta { background: linear-gradient(135deg, #FFA100, #E8890A) !important; color: #fff !important; padding: 8px 18px; border-radius: 20px; font-weight: 600 !important; font-size: 12px !important; box-shadow: 0 2px 8px rgba(255,161,0,0.25); }
.nav-cta:hover { opacity: 0.9; color: #fff !important; }
.nav-links-row { display: none; }

/* ── STORE BUTTONS ── */
.store-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.store-btn { display: block; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s; border-radius: 10px; overflow: hidden; line-height: 0; }
.store-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(27,43,75,0.18); }
.store-btn img { height: 50px; width: auto; display: block; }

/* ── SECTION PRIMITIVES ── */
.section { padding: 56px 40px; max-width: 960px; margin: 0 auto; }
.section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #FFA100; margin-bottom: 10px; }
.section-title { font-family: 'Lora', serif; font-size: 30px; font-weight: 700; color: #1B2B4B; margin-bottom: 8px; }
.section-sub { font-size: 15px; color: #5A6478; max-width: 580px; margin-bottom: 36px; line-height: 1.6; }
.bg-alt { background: #FFF8EE; }
.bg-white { background: #fff; }

/* ── LAYOUT ── */
.two-col { display: flex; gap: 48px; align-items: flex-start; }
.two-col.rev { flex-direction: row-reverse; }
.col-text { flex: 1; min-width: 0; }
.col-img { flex-shrink: 0; }

/* ── FEATURE LIST ── */
.feat-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.feat-list li { display: flex; gap: 12px; align-items: flex-start; }
.feat-icon { width: 34px; height: 34px; border-radius: 9px; background: linear-gradient(135deg, #FFA100, #FFD166); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; margin-top: 1px; }
.feat-title { font-weight: 600; font-size: 14px; color: #1B2B4B; margin-bottom: 3px; }
.feat-desc { font-size: 13px; color: #666; line-height: 1.5; }

/* ── CARDS ── */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.card { background: #fff; border: 1.5px solid #EEE8DF; border-radius: 14px; padding: 20px 18px; }
.card-icon { font-size: 24px; margin-bottom: 10px; }
.card-title { font-weight: 600; font-size: 14px; color: #1B2B4B; margin-bottom: 6px; }
.card-desc { font-size: 12.5px; color: #777; line-height: 1.5; }

/* ── TOOL CARDS ── */
.tool-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tool-card { background: #fff; border: 1.5px solid #EEE8DF; border-radius: 12px; padding: 18px; }
.tool-hdr { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.tool-badge { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, #1B2B4B, #2D4A7A); display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.tool-title { font-weight: 600; font-size: 13px; color: #1B2B4B; }
.tool-desc { font-size: 12.5px; color: #777; line-height: 1.5; }

/* ── PLAN TABLE ── */
.plan-table { width: 100%; border-collapse: collapse; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 12px rgba(27,43,75,0.08); }
.plan-table th { background: #1B2B4B; color: #fff; padding: 14px 16px; font-size: 13px; font-weight: 600; text-align: center; }
.plan-table th:first-child { text-align: left; }
.plan-table th.gold { background: #7C4A00; }
.plan-table td { padding: 12px 16px; font-size: 13px; border-bottom: 1px solid #F0EBE3; text-align: center; }
.plan-table td:first-child { text-align: left; font-weight: 500; color: #333; }
.plan-table tr:last-child td { border-bottom: none; }
.plan-table tr:nth-child(even) td { background: #FAFAF8; }
.gold-cell { background: #FFF8EE !important; }
.chk { color: #22C55E; font-size: 16px; }
.x { color: #D1D5DB; }
.prc { font-weight: 700; color: #FFA100; font-size: 15px; }

/* ── LANGUAGE CHIPS ── */
.lang-grid { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.lang-chip { background: #FFF8EE; border: 1.5px solid rgba(255,161,0,0.22); border-radius: 10px; padding: 12px 20px; text-align: center; min-width: 80px; }
.lang-script { font-size: 22px; display: block; margin-bottom: 4px; color: #1B2B4B; }
.lang-name { font-size: 11px; color: #999; font-weight: 600; letter-spacing: 0.5px; }

/* ── PROSE (privacy/terms) ── */
.prose { max-width: 760px; margin: 0 auto; padding: 52px 40px; }
.prose h1 { font-family: 'Lora', serif; font-size: 32px; font-weight: 700; color: #1B2B4B; margin-bottom: 6px; }
.prose h2 { font-family: 'Lora', serif; font-size: 20px; font-weight: 700; color: #1B2B4B; margin: 32px 0 10px; }
.prose h3 { font-size: 15px; font-weight: 700; color: #1B2B4B; margin: 20px 0 8px; }
.prose p { font-size: 14px; color: #444; margin-bottom: 14px; line-height: 1.7; }
.prose ul, .prose ol { margin: 10px 0 16px 24px; }
.prose li { font-size: 14px; color: #444; margin-bottom: 8px; line-height: 1.6; }
.prose a { color: #FFA100; text-decoration: none; }
.prose a:hover { text-decoration: underline; }
.prose hr { border: none; border-top: 1.5px solid #EEE8DF; margin: 28px 0; }
.updated, .last-updated { font-size: 13px; color: #C4B49E; margin-bottom: 36px; display: block; }
.back-link { display: none; }

/* ── FOOTER ── */
footer.site-footer { display: block; background: #1B2B4B; color: rgba(255,255,255,0.55); padding: 36px 40px; font-size: 12px; }
.footer-inner { max-width: 960px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.footer-logo img { width: 26px; height: 26px; border-radius: 6px; }
.footer-logo-text { font-family: 'Lora', serif; font-size: 14px; font-weight: 700; color: #fff; }
.footer-logo-text span { color: #FFA100; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 12px; transition: color 0.15s; }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: 11px; opacity: 0.35; width: 100%; text-align: center; margin-top: 4px; }

/* ── RESPONSIVE ── */
@media (max-width: 720px) {
  nav { padding: 12px 16px; flex-wrap: wrap; gap: 0; }
  .nav-links { display: none; }
  .nav-links-row { display: flex; width: 100%; overflow-x: auto; gap: 6px; padding: 10px 0 6px; border-top: 1px solid #EEE8DF; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .nav-links-row::-webkit-scrollbar { display: none; }
  .nav-links-row a { color: #5A6478; text-decoration: none; font-size: 12px; font-weight: 500; white-space: nowrap; padding: 5px 12px; border-radius: 16px; background: #FFF0D9; flex-shrink: 0; }
  .nav-links-row .nav-cta { background: linear-gradient(135deg, #FFA100, #E8890A); color: #fff; }
  .store-btn img { height: 44px; }
  .section { padding: 40px 20px; }
  .two-col, .two-col.rev { flex-direction: column; }
  .col-img { align-self: center; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .tool-grid { grid-template-columns: 1fr; }
  footer.site-footer { padding: 28px 16px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .prose { padding: 36px 20px; }
}
