/* =========================================================
   Meteon – Allergének + Pollennaptár modern, világos dizájn
   Csak ezen az oldalakon hat: minden szabály body.allergen alatt.
   ========================================================= */
body.allergen{
  /* Azonos háttér a MA-oldallal (ma_modern.css) – egységes az egész site. */
  background:linear-gradient(180deg,#a5d3f2 0%,#c2e2f7 42%,#e8f4fd 100%) no-repeat;
  background-color:#dceefb;
  color:#1b2c44;
}
body.allergen .page{ max-width:1000px; margin:0 auto; padding:6px 18px 20px; }
body.allergen .allergen-page{ text-align:left; }

/* Breadcrumbs a világos háttérhez */
body.allergen .breadcrumbs{ color:#3f5572; }
body.allergen .breadcrumbs a{ color:#1d73eb; }
body.allergen .breadcrumbs-sep{ color:rgba(63,85,114,.45); }

/* Cím + bevezető */
body.allergen .allergen-title{
  font-size:clamp(25px,4vw,36px); font-weight:800; letter-spacing:-.02em;
  color:#0e2138; margin:14px 0 8px; line-height:1.15;
}
body.allergen .allergen-intro{
  font-size:15px; color:#46586e; line-height:1.55; margin:0 0 18px; max-width:680px;
}

/* Szekció-címek */
body.allergen .allergen-h2{
  font-size:17px; font-weight:800; color:#10233b; letter-spacing:-.01em;
  margin:26px 0 12px; display:flex; align-items:center; gap:9px;
}
body.allergen .allergen-h2::before{
  content:""; width:5px; height:18px; border-radius:3px;
  background:linear-gradient(180deg,#4aa3ff,#1d73eb);
}

/* Élő pollen-hero (a domináns szín a háttér, inline-ból) */
body.allergen .allergen-hero{
  position:relative; overflow:hidden; border:0; border-radius:22px;
  padding:24px 26px; color:#fff; margin:0 0 18px; text-align:left;
  box-shadow:0 16px 40px rgba(20,50,110,.20); text-shadow:0 1px 2px rgba(0,0,0,.12);
}
body.allergen .allergen-hero::after{
  content:""; position:absolute; width:240px; height:240px; border-radius:50%;
  right:-70px; top:-90px; background:rgba(255,255,255,.16);
}
body.allergen .allergen-hero::before{
  content:""; position:absolute; width:120px; height:120px; border-radius:50%;
  left:-40px; bottom:-55px; background:rgba(255,255,255,.12);
}
body.allergen .allergen-hero-top{
  position:relative; z-index:2; font-size:12.5px; font-weight:700; opacity:.92;
  text-transform:uppercase; letter-spacing:.06em;
}
body.allergen .allergen-hero-level{ position:relative; z-index:2; font-size:29px; font-weight:800; letter-spacing:-.02em; margin:7px 0 4px; }
body.allergen .allergen-hero-sub{ position:relative; z-index:2; font-size:14.5px; opacity:.96; }

/* Fehér kártya alap (felülírja a style.css-t a modern kinézethez) */
body.allergen .side-card{
  background:#fff; border:1px solid #e7eef7; border-radius:18px;
  box-shadow:0 8px 24px rgba(30,64,128,.09); padding:18px 20px; text-align:left;
}

/* Mai tanács doboz */
body.allergen .side-card[style*="border-left"]{ border-radius:14px; font-size:14.5px; color:#324155; line-height:1.55; }

/* Város-kontextus szöveg */
body.allergen .pollen-city-context{ margin:0 0 6px; }
body.allergen .pollen-context-text{ font-size:14.5px; line-height:1.7; color:#3f4c5f; margin:0 0 10px; }

/* ---------- Jelenlegi pollenszintek (sávok) ---------- */
body.allergen .level-list{ padding:6px 20px; }
body.allergen .level-row{
  display:grid; grid-template-columns:130px 1fr auto auto; gap:14px; align-items:center;
  padding:13px 0; border-top:1px solid #eef2f7;
}
body.allergen .level-row:first-child{ border-top:0; }
body.allergen .level-row-name{ font-size:14px; font-weight:700; color:#1b2c44; }
body.allergen .level-bar{ height:9px; border-radius:999px; background:#eef2f7; overflow:hidden; }
body.allergen .level-bar span{ display:block; height:100%; border-radius:999px; }
body.allergen .level-pill{
  display:inline-block; padding:4px 11px; border-radius:999px; color:#fff;
  font-size:11.5px; font-weight:800; white-space:nowrap; letter-spacing:.02em;
}
body.allergen .level-row-val{ font-size:14px; font-weight:800; color:#10233b; white-space:nowrap; }
body.allergen .level-row-val span{ font-size:11px; font-weight:600; color:#8a99ab; }

/* ---------- Következő napok (chipek) ---------- */
body.allergen .forecast-row{ display:grid; grid-template-columns:repeat(auto-fit,minmax(140px,1fr)); gap:14px; }
body.allergen .forecast-chip{ text-align:center; padding:16px 14px; }
body.allergen .fc-day{ font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; color:#64748b; }
body.allergen .fc-name{ font-size:16px; font-weight:800; color:#10233b; margin:7px 0 9px; }
body.allergen .forecast-chip .level-pill{ margin-bottom:8px; }
body.allergen .fc-val{ font-size:12.5px; color:#64748b; font-weight:600; }

/* ---------- Két oszlop (tippek + jelmagyarázat / szezon) ---------- */
body.allergen .allergen-two-col{ display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:start; }

/* Tippek lista – pipa-pöttyökkel */
body.allergen .allergen-tips{ list-style:none; margin:0; padding:0; }
body.allergen .allergen-tips li{
  position:relative; padding:8px 0 8px 28px; font-size:14px; line-height:1.55; color:#3f4c5f;
  border-top:1px solid #eef2f7;
}
body.allergen .allergen-tips li:first-child{ border-top:0; }
body.allergen .allergen-tips li::before{
  content:""; position:absolute; left:0; top:11px; width:16px; height:16px; border-radius:50%;
  background:rgba(29,115,235,.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d73eb' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/10px no-repeat;
}

/* Jelmagyarázat */
body.allergen .legend-card .legend-row{ display:flex; align-items:center; gap:10px; padding:7px 0; font-size:14px; color:#3f4c5f; font-weight:600; }
body.allergen .legend-dot{ width:14px; height:14px; border-radius:50%; flex:0 0 auto; }

/* ---------- Allergén-leírások rács ---------- */
body.allergen .allergen-info-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:16px; }
body.allergen .allergen-info-card h3{ font-size:16px; font-weight:800; color:#10233b; margin:0 0 6px; }
body.allergen .allergen-info-card .mini-meta{ font-size:12.5px; color:#64748b; }

/* ---------- Belső linkek ---------- */
body.allergen .city-seo-links{ list-style:none; display:flex; flex-wrap:wrap; gap:9px; padding:0; margin:0; }
body.allergen .city-seo-links a{
  display:inline-block; padding:8px 14px; border-radius:999px; background:#f0f6ff; border:1px solid #dbe9fb;
  color:#1d73eb; font-size:13.5px; font-weight:600; text-decoration:none; transition:.15s;
}
body.allergen .city-seo-links a:hover{ background:#e2eeff; }

/* ====================================================================
   POLLENNAPTÁR – havi mátrix
   ==================================================================== */
body.allergen .pollen-cal-card{ padding:16px 16px 14px; overflow-x:auto; }
body.allergen .pollen-cal{ display:flex; flex-direction:column; gap:5px; min-width:620px; }
body.allergen .pollen-cal-row{
  display:grid; grid-template-columns:118px repeat(12,1fr); gap:4px; align-items:center;
}
body.allergen .pollen-cal-head .pollen-cal-cell{
  font-size:11px; font-weight:700; color:#64748b; text-align:center; text-transform:capitalize; padding:2px 0;
}
body.allergen .pollen-cal-name{
  font-size:13px; font-weight:700; color:#1b2c44; display:flex; align-items:center; gap:6px; padding-right:6px;
}
body.allergen .pollen-cal-head .pollen-cal-name{ color:#64748b; font-size:11px; text-transform:uppercase; letter-spacing:.04em; }
body.allergen .pollen-cal-cell{ position:relative; }
body.allergen .pollen-cal-cell.is-current{ outline:2px solid #1d73eb; outline-offset:1px; border-radius:7px; }
body.allergen .pollen-cal-fill{ display:block; height:24px; border-radius:6px; background:#eceff3; }
body.allergen .pollen-now-dot{ width:8px; height:8px; border-radius:50%; background:#ea580c; box-shadow:0 0 0 3px rgba(234,88,12,.18); }
body.allergen .pollen-cal-row.active-now .pollen-cal-name{ color:#c2410c; }

/* Naptár jelmagyarázat */
body.allergen .pollen-cal-legend{ display:flex; flex-wrap:wrap; gap:14px; margin-top:14px; padding-top:12px; border-top:1px solid #eef2f7; font-size:12.5px; color:#64748b; font-weight:600; }
body.allergen .pollen-cal-legend span{ display:inline-flex; align-items:center; gap:6px; }
body.allergen .pollen-cal-legend i{ width:14px; height:14px; border-radius:4px; display:inline-block; }

/* Szezon-lista */
body.allergen .pollen-season-list{ list-style:none; margin:0; padding:0; }
body.allergen .pollen-season-list li{
  display:flex; align-items:center; flex-wrap:wrap; gap:8px; padding:11px 0; font-size:14px; color:#3f4c5f;
  border-top:1px solid #eef2f7;
}
body.allergen .pollen-season-list li:first-child{ border-top:0; }
body.allergen .pollen-season-list strong{ color:#10233b; min-width:84px; }
body.allergen .pollen-season-when{ color:#64748b; font-size:13px; }
body.allergen .pollen-season-tag{ margin-left:auto; color:#fff; font-size:11px; font-weight:800; padding:3px 9px; border-radius:999px; }

/* SEO záró szöveg */
body.allergen .seo-text-small{ max-width:820px; color:#7a8aa0 !important; line-height:1.6; }

/* ---------- MOBIL ---------- */
@media (max-width:740px){
  body.allergen .page{ padding:6px 13px 18px; }
  body.allergen .allergen-two-col{ grid-template-columns:1fr; gap:8px; }
  body.allergen .level-row{ grid-template-columns:1fr auto; row-gap:8px; column-gap:10px; }
  body.allergen .level-row .level-bar{ grid-column:1 / -1; order:5; }
  body.allergen .allergen-hero-level{ font-size:25px; }
}
