/* ===== VITTO PAGES — Premium UX Design System ===== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;900&family=Playfair+Display:ital,wght@0,400;0,700;0,900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand-orange: #ea580c;
  --brand-amber: #d97706;
  --brand-gradient: linear-gradient(135deg, #ea580c 0%, #f59e0b 100%);
  --glass-bg: rgba(255,255,255,0.82);
  --glass-border: rgba(255,255,255,0.5);
  --card-shadow: 0 4px 32px rgba(0,0,0,0.07), 0 1.5px 6px rgba(0,0,0,0.04);
  --card-shadow-hover: 0 12px 48px rgba(234,88,12,0.12), 0 4px 16px rgba(0,0,0,0.08);
  --radius-card: 24px;
  --radius-pill: 999px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', system-ui, sans-serif;
  background: linear-gradient(160deg, #fff7ed 0%, #f8fafc 40%, #fff1e6 100%);
  color: #1e293b;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ────────────────────────────────────────────── */
.vitto-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #1A2744;
  border-bottom: 1px solid rgba(247, 147, 30, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.vitto-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vitto-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Georgia', serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #ffffff;
  letter-spacing: -0.5px;
  transition: transform 0.2s ease;
}

.vitto-logo:hover {
  transform: translateY(-1px);
}

.vitto-logo span:first-child::after {
  content: '.';
  color: #F7931E;
}

.vitto-logo img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3), 0 0 0 1.5px rgba(247, 147, 30, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vitto-logo-sub {
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F7931E;
  display: block;
  line-height: 1;
  margin-top: 3px;
}

.vitto-nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}

.vitto-nav-links a {
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s;
  position: relative;
}

.vitto-nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #F7931E;
  border-radius: 2px;
  transition: width 0.25s ease;
}

.vitto-nav-links a:hover { color: #F7931E; }
.vitto-nav-links a:hover::after { width: 100%; }

.vitto-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #F7931E !important;
  color: #ffffff !important;
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 4px 14px rgba(247, 147, 30, 0.35);
}

.vitto-nav-cta:hover {
  background: #e07f12 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(247, 147, 30, 0.45);
}

.vitto-nav-cta::after { display: none !important; }

@media (max-width: 768px) {
  .vitto-nav-inner {
    height: auto;
    padding: 0.75rem 1rem;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .vitto-nav-links {
    display: flex;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    gap: 1rem;
    scrollbar-width: none;
  }
  .vitto-nav-links::-webkit-scrollbar { display: none; }
  .vitto-nav-links li { flex-shrink: 0; white-space: nowrap; }
  .vitto-nav-links a { font-size: 0.78rem; }
  .vitto-nav-cta { padding: 6px 12px; font-size: 0.75rem; }
}

/* ── HERO ───────────────────────────────────────────── */
.vitto-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 1.5rem 4rem;
  text-align: center;
}

.vitto-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1A2744 0%, #162038 50%, #0f172a 100%);
  z-index: 0;
}

.vitto-hero-bg::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(247, 147, 30, 0.15) 0%, transparent 70%);
  animation: heroShimmer 6s ease-in-out infinite alternate;
}

.vitto-hero-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(248,250,252,0.15));
}

@keyframes heroShimmer {
  from { transform: translateX(-10%) rotate(-5deg); }
  to   { transform: translateX(10%) rotate(5deg); }
}

.vitto-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.vitto-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  backdrop-filter: blur(8px);
  margin-bottom: 1.25rem;
}

.vitto-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  text-shadow: 0 2px 16px rgba(0,0,0,0.12);
}

.vitto-hero p {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  color: rgba(255,255,255,0.88);
  font-weight: 400;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}

/* ── MAIN ───────────────────────────────────────────── */
.vitto-main {
  flex: 1;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

/* ── CARDS ──────────────────────────────────────────── */
.vitto-card {
  background: var(--glass-bg);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-card);
  box-shadow: var(--card-shadow);
  padding: 2.5rem;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s, transform 0.3s;
}

.vitto-card:hover {
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-2px);
}

.vitto-card-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 1.1rem;
}

.label-orange { background: #fff3e0; color: var(--brand-orange); }
.label-emerald { background: #ecfdf5; color: #059669; }
.label-purple  { background: #f5f3ff; color: #7c3aed; }
.label-blue    { background: #eff6ff; color: #2563eb; }

.vitto-card h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.vitto-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin: 1.5rem 0 0.5rem;
}

.vitto-card p, .vitto-card li {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.75;
}

.vitto-card ul { padding-left: 1.5rem; margin: 0.75rem 0; }
.vitto-card a:not(.vitto-btn) { color: var(--brand-orange); text-decoration: underline; }

.vitto-card .meta {
  font-size: 0.72rem;
  color: #94a3b8;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vitto-card .meta::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cbd5e1;
}

.vitto-divider {
  border: none;
  border-top: 1px solid rgba(234,88,12,0.1);
  margin: 1.75rem 0;
}

/* ── GRID CARDS ─────────────────────────────────────── */
.vitto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.vitto-feature-card {
  background: linear-gradient(135deg, #f8fafc 0%, #fff7ed 100%);
  border: 1px solid rgba(234,88,12,0.1);
  border-radius: 18px;
  padding: 1.5rem;
  transition: all 0.25s ease;
}

.vitto-feature-card:hover {
  background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%);
  border-color: rgba(234,88,12,0.25);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(234,88,12,0.1);
}

.vitto-feature-card .emoji {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
}

.vitto-feature-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.4rem;
}

.vitto-feature-card p {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.6;
}

/* ── FORM ───────────────────────────────────────────── */
.vitto-form-group { margin-bottom: 1.25rem; }

.vitto-form-group label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #334155;
  margin-bottom: 0.5rem;
}

.vitto-form-group input,
.vitto-form-group textarea {
  width: 100%;
  padding: 0.85rem 1.1rem;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  font-size: 0.9rem;
  font-family: 'Outfit', sans-serif;
  color: #1e293b;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.vitto-form-group input:focus,
.vitto-form-group textarea:focus {
  border-color: var(--brand-orange);
  box-shadow: 0 0 0 3px rgba(234,88,12,0.12);
}

.vitto-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 540px) { .vitto-form-grid { grid-template-columns: 1fr; } }

.vitto-btn, a.vitto-btn, button.vitto-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.9rem 2rem;
  background: var(--brand-gradient);
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  box-shadow: 0 4px 20px rgba(234,88,12,0.35);
  text-decoration: none !important;
  letter-spacing: 0.3px;
}

.vitto-btn:hover, a.vitto-btn:hover, button.vitto-btn:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(234,88,12,0.5);
  background: linear-gradient(135deg, #c2410c 0%, #ea580c 100%);
}

.vitto-btn:active, a.vitto-btn:active, button.vitto-btn:active { transform: scale(0.97); }

/* ── LEGAL SECTIONS ─────────────────────────────────── */
.vitto-legal-section {
  padding: 1.25rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.vitto-legal-section:last-child { border-bottom: none; }

.vitto-legal-section h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vitto-legal-section h2::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: var(--brand-gradient);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ── ADVERT ─────────────────────────────────────────── */
.vitto-ad {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 18px;
  padding: 1rem;
  text-align: center;
  margin: 2rem 0;
}

.vitto-ad .ad-label {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #94a3b8;
  display: block;
  margin-bottom: 0.5rem;
}

/* ── FOOTER ─────────────────────────────────────────── */
.vitto-footer {
  background: #1A2744;
  border-top: 1px solid rgba(247, 147, 30, 0.25);
  color: #94a3b8;
  padding: 3.5rem 1.5rem 2.5rem;
  margin-top: auto;
}

.vitto-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.vitto-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.vitto-footer-brand img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: cover;
  opacity: 0.9;
}

.vitto-footer-brand span {
  font-weight: 800;
  font-size: 1.1rem;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.vitto-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  list-style: none;
}

.vitto-footer-links a {
  font-size: 0.82rem;
  font-weight: 500;
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s;
  padding: 4px 0;
}

.vitto-footer-links a:hover { color: #F7931E; }

.vitto-footer-copy {
  font-size: 0.75rem;
  color: #64748b;
  text-align: center;
}

/* ── ANIMATIONS ─────────────────────────────────────── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.animate-fadein { animation: fadeIn 0.5s ease both; }
.animate-fadeup { animation: fadeInUp 0.6s ease both; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.35s; }
.delay-4 { animation-delay: 0.5s; }

/* ── BREADCRUMBS ────────────────────────────────────── */
.vitto-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.vitto-breadcrumbs a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}
.vitto-breadcrumbs a:hover {
  color: var(--brand-orange);
}
.vitto-breadcrumbs .separator {
  color: #cbd5e1;
  font-size: 0.75rem;
}
.vitto-breadcrumbs .current {
  color: #0f172a;
  font-weight: 600;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── TABLE OF CONTENTS ──────────────────────────────── */
.vitto-toc {
  background: linear-gradient(135deg, #f8fafc 0%, #fff7ed 100%);
  border: 1.5px solid rgba(234, 88, 12, 0.15);
  border-radius: 20px;
  padding: 1.5rem 1.75rem;
  margin: 1.75rem 0 2.25rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}
.vitto-toc-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.vitto-toc ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.vitto-toc li a {
  color: #334155;
  text-decoration: none !important;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.vitto-toc li a::before {
  content: '→';
  color: var(--brand-orange);
  font-weight: 800;
  transition: transform 0.2s;
}
.vitto-toc li a:hover {
  color: var(--brand-orange);
  transform: translateX(4px);
}

/* ── KEY TAKEAWAYS BOX ──────────────────────────────── */
.vitto-takeaway {
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
  border-left: 4px solid #10b981;
  border-radius: 0 18px 18px 0;
  padding: 1.5rem 1.75rem;
  margin: 1.75rem 0 2.25rem;
}
.vitto-takeaway-title {
  font-size: 1rem;
  font-weight: 800;
  color: #065f46;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.vitto-takeaway ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #047857;
}
.vitto-takeaway li {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0.4rem;
  color: #064e3b;
}

/* ── COMPARISON / DATA TABLES ───────────────────────── */
.vitto-table-wrapper {
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}
.vitto-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.88rem;
  background: #ffffff;
}
.vitto-table th {
  background: #f8fafc;
  color: #0f172a;
  font-weight: 800;
  padding: 1rem 1.25rem;
  border-bottom: 2px solid #e2e8f0;
  white-space: nowrap;
}
.vitto-table td {
  padding: 0.9rem 1.25rem;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  vertical-align: middle;
}
.vitto-table tr:last-child td {
  border-bottom: none;
}
.vitto-table tr:hover td {
  background: #fffaf5;
}
.vitto-table .badge-good {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  background: #ecfdf5;
  color: #059669;
  font-weight: 700;
  font-size: 0.75rem;
}
.vitto-table .badge-bad {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  background: #fef2f2;
  color: #dc2626;
  font-weight: 700;
  font-size: 0.75rem;
}

/* ── FAQ SECTION ────────────────────────────────────── */
.vitto-faq-section {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1.5px dashed rgba(234, 88, 12, 0.2);
}
.vitto-faq-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.vitto-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.vitto-faq-item:hover {
  border-color: rgba(234, 88, 12, 0.3);
  box-shadow: 0 4px 16px rgba(234, 88, 12, 0.06);
}
.vitto-faq-q {
  font-size: 0.98rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.vitto-faq-q::before {
  content: 'Q.';
  color: var(--brand-orange);
  font-weight: 900;
}
.vitto-faq-a {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.7;
  padding-left: 1.5rem;
}

/* ── AUTHOR E-E-A-T PROFILE BOX ─────────────────────── */
.vitto-author-box {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 1.75rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.vitto-author-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffedd5;
  box-shadow: 0 4px 12px rgba(234,88,12,0.15);
  flex-shrink: 0;
}
.vitto-author-info h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.2rem;
}
.vitto-author-role {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-orange);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.vitto-author-bio {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .vitto-author-box {
    flex-direction: column;
    text-align: center;
  }
}

/* ── RELATED ARTICLES GRID ──────────────────────────── */
.vitto-related-section {
  margin-top: 3.5rem;
}
.vitto-related-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.vitto-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}
.vitto-related-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.5rem;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.vitto-related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(234, 88, 12, 0.3);
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.08);
}
.vitto-related-card h5 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.vitto-related-card p {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 1rem;
}
/* ── AI LITERACY & EU AI ACT BADGE & BOX ───────────── */
.vitto-ai-literacy-box {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1.5px solid rgba(234, 88, 12, 0.25);
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: 0 4px 16px rgba(234, 88, 12, 0.06);
}
.vitto-ai-literacy-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  line-height: 1;
}
.vitto-ai-literacy-content h4 {
  font-size: 0.92rem;
  font-weight: 800;
  color: #9a3412;
  margin-bottom: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.vitto-ai-literacy-tag {
  background: #ea580c;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}
.vitto-ai-literacy-content p {
  font-size: 0.82rem;
  color: #7c2d12;
  line-height: 1.6;
  margin: 0;
}


