*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  color: #1A1A18;
  background: #FAFAF7;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

:root {
  --primary: #0F6B4D;
  --primary-dark: #0A4D37;
  --primary-light: #E8F5EF;
  --accent: #E8A13A;
  /* Terza tinta della palette Emergent: terracotta per il passo 03 e accenti caldi */
  --terracotta: #C75B3A;
  --text: #1A1A18;
  --muted: #6B6B66;
  --surface: #FFFFFF;
  --border: #E8E6E1;
  --radius: 14px;
  --shadow: 0 12px 40px rgba(15, 107, 77, 0.08);
}

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head h2 { font-family: Outfit, sans-serif; font-size: clamp(30px, 4.5vw, 46px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 17px; }
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--primary); background: var(--primary-light);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}

/* Nav */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(250, 250, 247, 0.9); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent; transition: 0.2s;
}
.nav.scrolled { border-color: var(--border); box-shadow: 0 4px 24px rgba(0,0,0,0.04); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: Outfit, sans-serif; font-weight: 800; font-size: 20px; }
.brand-mark {
  width: 36px; height: 36px; border-radius: 10px; background: var(--primary);
  color: white; display: grid; place-items: center; font-weight: 800;
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 14px; font-weight: 600; color: var(--muted); }
.nav-links a:hover { color: var(--primary); }
.lang-switch { display: flex; gap: 4px; background: var(--primary-light); padding: 4px; border-radius: 999px; }
.lang-switch button {
  border: none; background: transparent; font-size: 12px; font-weight: 700;
  padding: 6px 12px; border-radius: 999px; cursor: pointer; color: var(--muted);
}
.lang-switch button.active { background: white; color: var(--primary); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; border-radius: 999px; border: none; cursor: pointer;
  transition: 0.2s; font-family: inherit;
}
.btn-primary { background: var(--primary); color: white; padding: 12px 24px; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); }
.btn-outline { background: white; color: var(--primary); border: 2px solid var(--border); padding: 12px 24px; }
.btn-outline:hover { border-color: var(--primary); }
.btn-amber { background: var(--accent); color: #1A1A18; padding: 14px 28px; }
.btn-amber:hover { filter: brightness(0.95); }
.btn-block { width: 100%; }
.menu-btn { display: none; background: none; border: none; font-size: 24px; cursor: pointer; }

/* Hero */
.hero { padding: 120px 0 80px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero h1 {
  font-family: Outfit, sans-serif; font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 800; line-height: 1.03; letter-spacing: -0.03em; margin-bottom: 16px;
}
.hero h1 em { font-style: normal; color: var(--primary); }
/* Parola-firma "Halal" con sottolineatura oro spessa (look Emergent) */
.hero h1 .mark {
  position: relative; display: inline-block; white-space: nowrap;
}
.hero h1 .mark::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0.06em; height: 0.22em;
  background: var(--accent); border-radius: 999px; z-index: -1; opacity: 0.9;
}
.hero-lead { font-size: 18px; color: var(--muted); margin-bottom: 28px; max-width: 480px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.pill {
  font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 999px;
  background: white; border: 1px solid var(--border); color: var(--muted);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.store-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.store-badge {
  display: flex; flex-direction: column; padding: 10px 18px; border-radius: 12px;
  background: #1A1A18; color: white; min-width: 140px;
}
.store-badge span { font-size: 10px; opacity: 0.7; }
.store-badge strong { font-size: 15px; }

/* Phone mockup */
.phone {
  width: 280px; margin: 0 auto; background: #1A1A18; border-radius: 40px;
  padding: 14px; box-shadow: var(--shadow), 0 40px 80px rgba(0,0,0,0.15);
}
.phone-screen { background: white; border-radius: 30px; overflow: hidden; }
.phone-top { padding: 10px 16px 6px; display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; }
.app-header { padding: 8px 14px; font-family: Outfit, sans-serif; font-weight: 800; color: var(--primary); font-size: 16px; }
.search-bar {
  margin: 0 12px 10px; padding: 10px 12px; background: var(--primary-light);
  border-radius: 10px; font-size: 12px; color: var(--muted);
}
.chips { display: flex; gap: 6px; padding: 0 12px 10px; flex-wrap: wrap; }
.chip {
  font-size: 10px; font-weight: 700; padding: 5px 10px; border-radius: 999px;
  background: #f0f0ec; color: var(--muted);
}
.chip.active { background: var(--primary); color: white; }
.chip.clarity-full { background: #0F6B4D; color: #fff; }
.chip.clarity-choose { background: #C47B16; color: #fff; }
.chip.clarity-ask { background: #2B6CB0; color: #fff; }
.place-row {
  display: flex; gap: 10px; padding: 10px 12px; border-top: 1px solid var(--border);
}
.place-thumb {
  width: 44px; height: 44px; border-radius: 10px; background: var(--primary-light);
  display: grid; place-items: center; font-size: 18px; flex-shrink: 0;
}
.place-meta strong { display: block; font-size: 12px; }
.place-meta .stars { color: var(--accent); font-size: 10px; }
.place-meta .dist { font-size: 10px; color: var(--muted); }
.place-badges { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 3px; }
.halal-tag {
  display: inline-block; font-size: 9px; font-weight: 700; padding: 2px 6px;
  border-radius: 4px; background: var(--primary-light); color: var(--primary); margin-top: 2px;
}
.clarity-tag {
  display: inline-block; font-size: 9px; font-weight: 700; padding: 2px 6px;
  border-radius: 4px; margin-top: 2px; color: #fff;
}
.clarity-tag.full { background: #0F6B4D; }
.clarity-tag.choose { background: #C47B16; }
.clarity-tag.ask { background: #2B6CB0; }
.phone-tabs {
  display: flex; justify-content: space-around; align-items: flex-end;
  padding: 8px 4px 6px; border-top: 1px solid var(--border); color: #bbb;
}
.phone-tab {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  font-size: 13px; min-width: 0; flex: 1;
}
.phone-tab small { font-size: 8px; font-weight: 700; letter-spacing: 0.02em; }
.phone-tab.on { color: var(--primary); }
.phone-tab-rafiq {
  color: var(--primary); background: var(--primary-light);
  border-radius: 12px; padding: 4px 2px 2px; margin-top: -6px;
}
.phone-tab-rafiq i { font-size: 15px; }

.rafiq-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center;
  margin-top: 32px; padding: 28px; background: white; border: 1px solid var(--border);
  border-radius: var(--radius);
}
.rafiq-block h3 { font-family: Outfit, sans-serif; font-size: 22px; margin-bottom: 10px; }
.rafiq-block p { font-size: 15px; color: var(--muted); }
.rafiq-disclaimer {
  margin-top: 16px; font-size: 13px; color: var(--muted);
  background: var(--primary-light); padding: 10px 12px; border-radius: 10px;
}
.rafiq-disclaimer i { color: var(--primary); margin-right: 6px; }
.rafiq-demo {
  background: #f8f8f5; border-radius: 16px; padding: 14px; border: 1px solid var(--border);
}
.rafiq-demo-header {
  font-family: Outfit, sans-serif; font-weight: 800; color: var(--primary);
  font-size: 14px; margin-bottom: 10px;
}
.rafiq-bubble {
  font-size: 12px; line-height: 1.45; padding: 10px 12px; border-radius: 12px;
  margin-bottom: 8px; max-width: 92%;
}
.rafiq-bubble.bot { background: white; border: 1px solid var(--border); }
.rafiq-bubble.user {
  background: var(--primary); color: white; margin-left: auto; border-bottom-right-radius: 4px;
}
.rafiq-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.rafiq-place {
  background: white; border: 1px solid var(--border); border-radius: 12px;
  padding: 10px 12px; font-size: 11px;
}
.rafiq-place strong { display: block; font-size: 12px; margin-bottom: 2px; }
.rafiq-star { color: var(--accent); font-weight: 700; font-size: 11px; }
.rafiq-place em { display: block; margin-top: 6px; color: var(--muted); font-style: normal; }

/* Cards grid */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: white; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px; transition: 0.2s;
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.card-icon {
  width: 48px; height: 48px; border-radius: 12px; background: var(--primary-light);
  color: var(--primary); display: grid; place-items: center; font-size: 20px; margin-bottom: 16px;
}
/* Icone in tinte diverse come Emergent: verde / oro / terracotta */
.grid-3 .card:nth-child(2) .card-icon { background: #FBF0DA; color: #B07A16; }
.grid-3 .card:nth-child(3) .card-icon { background: #F7E5DE; color: var(--terracotta); }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { font-size: 14px; color: var(--muted); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  background: white; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px; text-align: left;
}
.step-num { font-family: Outfit, sans-serif; font-size: 56px; font-weight: 800; line-height: 1; color: var(--accent); margin-bottom: 12px; letter-spacing: -0.03em; }
/* Numeri di sequenza colorati come Emergent: 01 verde, 02 oro, 03 terracotta */
.steps .step:nth-child(1) .step-num { color: var(--primary); }
.steps .step:nth-child(2) .step-num { color: var(--accent); }
.steps .step:nth-child(3) .step-num { color: var(--terracotta); }
.step h3 { font-size: 20px; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); }

/* Features */
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card {
  background: white; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px; display: flex; gap: 16px; align-items: flex-start;
}
/* Icona funzionalità in box tenue arrotondato (look Emergent) */
.feature-card i {
  width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px;
  display: grid; place-items: center; font-size: 20px;
  background: var(--primary-light); color: var(--primary);
}
/* Cicla le tinte sulle 6 card: verde / oro / terracotta */
.features-grid .feature-card:nth-child(3n+2) i { background: #FBF0DA; color: #B07A16; }
.features-grid .feature-card:nth-child(3n) i { background: #F7E5DE; color: var(--terracotta); }
.feature-card h3 { font-size: 17px; margin-bottom: 4px; }
.feature-card p { font-size: 14px; color: var(--muted); }
.hero-photo {
  border-radius: var(--radius); overflow: hidden; margin-bottom: 32px;
  aspect-ratio: 21/9; object-fit: cover; width: 100%;
}

/* Stats */
.stats-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  background: white; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px; margin-top: 48px;
}
.stat { text-align: center; }
.stat strong { display: block; font-family: Outfit, sans-serif; font-size: clamp(36px, 4.5vw, 48px); font-weight: 800; letter-spacing: -0.02em; color: var(--primary); }
.stat span { font-size: 13px; color: var(--muted); }

/* Restaurateurs */
.biz-section {
  background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 55%, #083d2c 100%);
  color: white; position: relative; overflow: hidden;
}
.biz-section::before {
  content: ''; position: absolute; inset: -40% -20% auto auto; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(232, 161, 58, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.biz-section .container { position: relative; z-index: 1; }
.biz-section .section-head h2, .biz-section .section-head p { color: white; }
.biz-section .section-head p { opacity: 0.85; }
.biz-eyebrow { background: rgba(255,255,255,0.15) !important; color: white !important; }

.biz-benefits {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px;
}
.biz-benefit {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius); padding: 24px; backdrop-filter: blur(8px);
}
.biz-benefit-icon {
  width: 44px; height: 44px; border-radius: 12px; background: rgba(232, 161, 58, 0.2);
  color: var(--accent); display: grid; place-items: center; font-size: 18px; margin-bottom: 14px;
}
.biz-benefit h3 { font-size: 17px; margin-bottom: 8px; }
.biz-benefit p { font-size: 14px; opacity: 0.8; line-height: 1.5; }

.biz-steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 40px;
}
.biz-step {
  text-align: center; padding: 20px 16px;
  border-top: 2px solid rgba(232, 161, 58, 0.4);
}
.biz-step-num {
  display: inline-grid; place-items: center; width: 32px; height: 32px;
  border-radius: 999px; background: var(--accent); color: #1A1A18;
  font-weight: 800; font-size: 14px; margin-bottom: 10px;
}
.biz-step h4 { font-size: 16px; margin-bottom: 6px; }
.biz-step p { font-size: 13px; opacity: 0.75; }

.biz-tiers {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 48px;
}
.tier-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius); padding: 28px;
}
.tier-premium { border-color: rgba(232, 161, 58, 0.45); background: rgba(232, 161, 58, 0.08); }
.tier-label {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; opacity: 0.7; margin-bottom: 8px;
}
.tier-card h3 { font-family: Outfit, sans-serif; font-size: 22px; margin-bottom: 4px; }
.tier-price { font-size: 28px; font-weight: 800; color: var(--accent); margin-bottom: 16px; }
.tier-card ul li {
  display: flex; gap: 10px; align-items: flex-start; font-size: 14px;
  margin-bottom: 10px; opacity: 0.9;
}
.tier-card ul i { color: var(--accent); margin-top: 3px; }

.biz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.biz-aside h3 { font-size: 20px; margin-bottom: 16px; }
.biz-list li {
  display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-size: 15px;
}
.biz-list i { color: var(--accent); margin-top: 3px; flex-shrink: 0; }
.biz-tagline {
  margin-top: 24px; font-family: Outfit, sans-serif; font-size: 18px;
  font-weight: 700; font-style: italic; opacity: 0.9;
}
.form-card {
  background: white; color: var(--text); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow), 0 24px 48px rgba(0,0,0,0.12);
}
.form-card h3 { font-size: 20px; margin-bottom: 6px; }
.form-sub { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.form-grid { display: grid; gap: 12px; }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--border);
  border-radius: 10px; font: inherit; font-size: 14px;
}
.form-grid textarea { min-height: 80px; resize: vertical; }
.form-consent {
  display: flex; gap: 10px; align-items: flex-start; font-size: 12px; color: var(--muted);
  cursor: pointer; line-height: 1.4;
}
.form-consent input { margin-top: 2px; accent-color: var(--primary); flex-shrink: 0; }
.form-consent a { color: var(--primary); text-decoration: underline; }
.form-note { font-size: 12px; color: var(--muted); margin-top: 10px; text-align: center; }

/* Partners & quotes */
.partners { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 24px; }
.partner {
  font-size: 13px; font-weight: 600; padding: 10px 16px; border-radius: 999px;
  background: white; border: 1px solid var(--border); color: var(--muted);
}
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.quote {
  background: white; border: 1px dashed var(--border); border-radius: var(--radius);
  padding: 24px; text-align: left; font-size: 14px; color: var(--muted);
}
.quote cite { display: block; margin-top: 12px; font-style: normal; font-weight: 700; color: var(--text); font-size: 13px; }

/* FAQ */
.faq { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 20px 0; font: inherit; font-size: 16px; font-weight: 700;
  display: flex; justify-content: space-between; gap: 16px;
}
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a p { padding-bottom: 20px; font-size: 15px; color: var(--muted); }
.faq-a a { color: var(--primary); text-decoration: underline; }
.faq-item.open .faq-a { max-height: 360px; }
.faq-item.open .faq-q i { transform: rotate(180deg); }

/* Footer */
.footer { background: #111; color: rgba(255,255,255,0.55); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer .brand { color: white; margin-bottom: 12px; }
.footer p { font-size: 14px; }
.footer h4 { color: white; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px; }
.footer a { display: block; font-size: 14px; margin-bottom: 8px; }
.footer a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px;
}

/* Legal pages */
.legal-page { padding: 100px 0 60px; max-width: 720px; margin: 0 auto; }
.legal-page h1 { font-family: Outfit, sans-serif; font-size: 36px; margin-bottom: 8px; }
.legal-page .meta { color: var(--muted); font-size: 14px; margin-bottom: 32px; }
.legal-page h2 { font-size: 20px; margin: 28px 0 10px; }
.legal-page p, .legal-page li { font-size: 15px; color: var(--muted); margin-bottom: 10px; }
.legal-page ul { list-style: disc; padding-left: 20px; margin-bottom: 16px; }
.legal-table {
  width: 100%; border-collapse: collapse; font-size: 14px; margin: 16px 0 24px;
}
.legal-table th, .legal-table td {
  border: 1px solid var(--border); padding: 10px 12px; text-align: left; vertical-align: top;
}
.legal-table th { background: var(--primary-light); color: var(--text); font-weight: 700; }
.legal-table td { color: var(--muted); }

/* Cookie consent banner */
.cookie-banner {
  position: fixed; inset: auto 0 0 0; z-index: 200;
  background: var(--surface); border-top: 1px solid var(--border);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.08);
  padding: 20px 0;
}
.cookie-banner-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.cookie-banner-text { flex: 1; min-width: 240px; }
.cookie-banner-text strong {
  display: block; font-family: Outfit, sans-serif; font-size: 16px; margin-bottom: 6px;
}
.cookie-banner-text p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.5; }
.cookie-banner-text a { color: var(--primary); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
.cookie-banner-actions .btn { font-size: 14px; padding: 10px 18px; white-space: nowrap; }
body.cookie-banner-open { padding-bottom: 120px; }
@media (max-width: 600px) {
  .cookie-banner-inner { flex-direction: column; align-items: stretch; }
  .cookie-banner-actions { flex-direction: column; }
  .cookie-banner-actions .btn { width: 100%; text-align: center; }
  body.cookie-banner-open { padding-bottom: 200px; }
}

/* Community section (index) */
.community-section { background: var(--primary-light); }
.community-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center;
}
.community-copy h2 {
  font-family: Outfit, sans-serif; font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800; letter-spacing: -0.02em; margin-bottom: 12px;
}
.community-copy p { color: var(--muted); font-size: 16px; margin-bottom: 20px; }
.comm-list { margin-bottom: 24px; }
.comm-list li {
  display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px;
  font-size: 15px; color: var(--text);
}
.comm-list i { color: var(--primary); margin-top: 3px; flex-shrink: 0; }
.comm-card {
  background: white; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px; text-align: center; box-shadow: var(--shadow);
}
.comm-card-icon {
  width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 16px;
  background: var(--primary); color: white; display: grid; place-items: center; font-size: 28px;
}
.comm-card h3 { font-size: 18px; margin-bottom: 8px; }
.comm-card p { font-size: 14px; color: var(--muted); margin-bottom: 20px; }

/* Download page */
.download-page { min-height: 100vh; display: flex; flex-direction: column; }
.download-hero {
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: 100px 24px 48px;
}
.download-card {
  max-width: 440px; width: 100%; text-align: center;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 20px; padding: 40px 32px; box-shadow: var(--shadow);
}
.download-card h1 {
  font-family: Outfit, sans-serif; font-size: 28px; font-weight: 800;
  margin-bottom: 8px; letter-spacing: -0.02em;
}
.download-card .lead { color: var(--muted); font-size: 16px; margin-bottom: 24px; }
.download-perks {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 24px;
}
.download-perks span {
  font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 999px;
  background: var(--primary-light); color: var(--primary);
}
.qr-wrap {
  display: inline-block; padding: 16px; background: white;
  border: 1px solid var(--border); border-radius: 16px; margin-bottom: 16px;
}
.qr-wrap img { width: 200px; height: 200px; }
.ref-badge {
  display: none; margin-bottom: 20px; padding: 10px 16px;
  background: var(--primary-light); border-radius: 999px;
  font-size: 13px; font-weight: 600; color: var(--primary);
}
.ref-badge.visible { display: inline-block; }
.community-welcome {
  display: none; margin-bottom: 20px; padding: 14px 18px; text-align: left;
  background: linear-gradient(135deg, var(--primary-light), #fff);
  border: 1px solid var(--border); border-radius: 14px; font-size: 14px; color: var(--text);
}
.community-welcome.visible { display: block; }
.community-welcome strong { color: var(--primary); }
.share-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.share-btn {
  font-size: 13px; font-weight: 700; padding: 10px 16px; border-radius: 999px;
  border: 1.5px solid var(--border); background: var(--surface); cursor: pointer;
  font-family: inherit; color: var(--text); transition: 0.2s;
}
.share-btn:hover { border-color: var(--primary); background: var(--primary-light); }
.share-btn.copied { border-color: var(--primary); color: var(--primary); }
.store-row { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.store-link {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  padding: 14px 20px; border-radius: var(--radius);
  border: 1.5px solid var(--border); background: var(--surface);
  font-size: 13px; color: var(--muted); transition: 0.2s;
}
.store-link strong { font-size: 16px; color: var(--text); }
.store-link:hover { border-color: var(--primary); background: var(--primary-light); }
.download-links { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.download-links a {
  font-size: 14px; font-weight: 600; color: var(--primary);
}
.challenge {
  margin-top: 20px; font-size: 12px; color: var(--muted);
}
.challenge span { color: var(--accent); font-weight: 700; }

.qr-box { width: 200px; height: 200px; margin: 0 auto; }
.qr-box img, .qr-box canvas { display: block; margin: 0 auto; }
.store-link.is-soon { opacity: 0.92; cursor: pointer; }
.download-nav-right { display: flex; align-items: center; gap: 12px; }

/* Volantino community */
.poster-tool { margin-top: 48px; max-width: 720px; }
.poster-toolbar {
  display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px;
  padding: 20px; background: white; border: 1px solid var(--border); border-radius: var(--radius);
}
.poster-field { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: var(--text); }
.poster-field input {
  font: inherit; font-weight: 500; padding: 12px 14px; border-radius: 10px;
  border: 1.5px solid var(--border); background: var(--surface);
}
.poster-field input:focus { outline: 2px solid var(--primary); border-color: var(--primary); }
.poster-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.poster-hint { font-size: 13px; color: var(--muted); font-weight: 500; }

.poster {
  background: white; border: 1px solid var(--border); border-radius: 20px;
  padding: 48px 40px; text-align: center; box-shadow: var(--shadow);
}
.poster-brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: Outfit, sans-serif; font-weight: 800; font-size: 22px; margin-bottom: 12px;
}
.poster-eyebrow {
  font-size: 13px; font-weight: 700; color: var(--primary); letter-spacing: 0.04em;
  text-transform: uppercase; margin-bottom: 8px;
}
.poster-title {
  font-family: Outfit, sans-serif; font-size: clamp(28px, 4vw, 36px);
  font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px;
}
.poster-lead { color: var(--muted); font-size: 16px; margin-bottom: 24px; max-width: 420px; margin-inline: auto; }
.poster-qr {
  display: inline-block; padding: 16px; background: #fff;
  border: 1px solid var(--border); border-radius: 16px; margin-bottom: 12px;
  min-width: 180px; min-height: 180px;
}
.poster-qr img, .poster-qr canvas { display: block; margin: 0 auto; }
.poster-link {
  font-size: 11px; color: var(--muted); word-break: break-all;
  margin-bottom: 20px; font-family: ui-monospace, monospace;
}
.poster-bullets {
  text-align: left; max-width: 400px; margin: 0 auto 20px; list-style: disc;
  padding-left: 20px; color: var(--text); font-size: 14px;
}
.poster-bullets li { margin-bottom: 6px; }
.poster-note {
  font-size: 12px; color: var(--muted); max-width: 440px; margin: 0 auto;
  line-height: 1.5;
}

/* Scheda place (deep link) */
.place-status {
  font-size: 14px; color: var(--muted); margin-bottom: 16px;
}
.place-status.is-error { color: #B45309; }
.place-meta-card {
  text-align: left; background: var(--primary-light);
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 16px 18px; margin-bottom: 20px;
}
.place-location { font-size: 14px; color: var(--text); margin-bottom: 6px; font-weight: 600; }
.place-rating { font-size: 14px; color: var(--muted); margin-bottom: 10px; }
.place-badges-row { display: flex; flex-wrap: wrap; gap: 8px; }
.place-badges-row .halal-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 999px;
  background: #E8E6E1; color: var(--text);
}
.place-badges-row .clarity-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 999px; color: #fff;
}

/* Download — preview place da share */
.place-preview {
  text-align: left; background: var(--primary-light);
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 14px 16px; margin: 0 0 20px;
}
.place-preview-kicker {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--primary); margin-bottom: 4px;
}
.place-preview strong { display: block; font-size: 17px; margin-bottom: 4px; }
.place-preview-meta { font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.place-preview-link { font-size: 14px; font-weight: 700; color: var(--primary); }

/* Landing città — elenco live API */
.city-places { margin-top: 48px; }
.home-places { margin-top: 8px; }
.city-places-status {
  text-align: center; color: var(--muted); font-size: 14px; margin-bottom: 16px; min-height: 1.2em;
}
.city-places-search-wrap { display: block; max-width: 420px; margin: 0 auto 16px; }
.city-places-search {
  width: 100%; font: inherit; font-size: 15px; padding: 12px 14px;
  border: 1.5px solid var(--border); border-radius: 12px; background: white;
}
.city-places-search:focus { outline: 2px solid var(--primary); border-color: var(--primary); }
.city-clarity-bar {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin: 0 auto 18px; max-width: 640px;
}
.city-clarity-chip {
  font: inherit; font-size: 12px; font-weight: 700; cursor: pointer;
  padding: 8px 12px; border-radius: 999px; border: 1.5px solid var(--border);
  background: white; color: var(--text);
}
.city-clarity-chip.is-active {
  border-color: var(--primary); background: var(--primary-light); color: var(--primary);
}
.city-clarity-chip.clarity-full.is-active { background: #0F6B4D; color: #fff; border-color: #0F6B4D; }
.city-clarity-chip.clarity-choose.is-active { background: #C47B16; color: #fff; border-color: #C47B16; }
.city-clarity-chip.clarity-ask.is-active { background: #2B6CB0; color: #fff; border-color: #2B6CB0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.place-actions {
  display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 16px;
}
.place-actions .btn { flex: 1 1 140px; text-align: center; }
.city-places-list {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px; margin-bottom: 8px;
}
.city-places-more-wrap {
  text-align: center;
  margin: 20px 0 8px;
}
.city-places-more-wrap .btn[hidden] { display: none; }
.city-places-more-status {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  min-height: 1.2em;
}

/* Form community segnalazione UGC */
.report-page .form-card { margin-top: 8px; }
.report-field { display: block; }
.report-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.report-geo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.report-place-status {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.45;
  padding: 12px 14px;
  border-radius: 10px;
  text-align: center;
}
.report-place-status.is-success {
  background: #E8F5EF;
  color: #0F6B4D;
}
.report-place-status.is-error {
  background: #FDECEC;
  color: #B42318;
}
.report-place-status.is-loading {
  background: #F4F3F0;
  color: var(--muted);
}
@media (max-width: 520px) {
  .report-geo-row { grid-template-columns: 1fr; }
}
.city-place-card {
  display: block; background: white; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 16px 18px;
  transition: 0.15s border-color, 0.15s box-shadow;
}
.city-place-card:hover {
  border-color: var(--primary); box-shadow: var(--shadow);
}
.city-place-top {
  display: flex; justify-content: space-between; gap: 10px; align-items: flex-start;
  margin-bottom: 6px;
}
.city-place-name {
  font-family: Outfit, sans-serif; font-size: 16px; font-weight: 700;
  letter-spacing: -0.01em; line-height: 1.3;
}
.city-place-stars { font-size: 13px; color: var(--accent); font-weight: 700; white-space: nowrap; }
.city-place-dist {
  font-size: 13px; color: var(--primary); font-weight: 700; white-space: nowrap;
}
.city-place-stars-inline {
  font-size: 11px; color: var(--accent); font-weight: 700;
  padding: 3px 9px;
}
.city-place-addr { font-size: 13px; color: var(--muted); margin-bottom: 10px; line-height: 1.4; }
.city-place-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.city-place-badges .clarity-tag,
.city-place-badges .halal-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  padding: 3px 9px; border-radius: 999px;
}
.city-place-badges .clarity-tag { color: #fff; }
.city-place-badges .clarity-tag.full { background: #0F6B4D; }
.city-place-badges .clarity-tag.choose { background: #C47B16; }
.city-place-badges .clarity-tag.ask { background: #2B6CB0; }
.city-place-badges .halal-tag { background: #E8E6E1; color: var(--text); }

/* Vicino a me */
.near-me-page .section-head { max-width: 560px; margin-left: auto; margin-right: auto; }
.near-me-filters { margin-bottom: 8px; }
.near-me-selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 520px;
  margin: 0 auto 14px;
}
.near-me-select {
  width: 100%;
  font: inherit;
  font-size: 14px;
  padding: 10px 12px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: white;
}
.near-me-select:focus { outline: 2px solid var(--primary); border-color: var(--primary); }
.near-me-status.is-error { color: #B42318; }
.near-me-fallback {
  text-align: center;
  margin-top: 24px;
  padding: 20px;
  background: var(--primary-light);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.near-me-fallback p { margin-bottom: 14px; color: var(--muted); font-size: 14px; }
.near-me-fallback-links {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
@media (max-width: 520px) {
  .near-me-selects { grid-template-columns: 1fr; }
}

@media print {
  body * { visibility: hidden; }
  .poster, .poster * { visibility: visible; }
  .poster {
    position: absolute; left: 0; top: 0; width: 100%;
    border: none; box-shadow: none; border-radius: 0; padding: 24mm;
    min-height: 100vh;
  }
  .no-print, .nav, .cookie-banner, .poster-toolbar { display: none !important; }
  .poster-qr img, .poster-qr canvas { width: 160px !important; height: 160px !important; }
}

@media (max-width: 900px) {
  .hero-grid, .biz-grid, .biz-benefits, .biz-steps, .biz-tiers, .grid-3, .steps, .features-grid, .rafiq-block, .stats-bar, .quotes, .footer-grid, .community-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; position: fixed; top: 68px; left: 0; right: 0; background: white; flex-direction: column; padding: 24px; border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .menu-btn { display: block; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .poster { padding: 32px 24px; }
  .poster-qr img, .poster-qr canvas { width: 140px; height: 140px; }
}
/* Animazione telefono: galleggia lentamente per non essere statico */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
.phone-wrap { animation: float 4s ease-in-out infinite; }

/* Rispetta chi ha attivato "riduci animazioni" (accessibilità) */
@media (prefers-reduced-motion: reduce) {
  .phone-wrap { animation: none; }
}
