/*
 * HorgászNapiJegy – Adatlap V3 1.8.40
 * Konszolidált brand-rendszer: tiszta felületek, petrolkék + narancs, mobil CTA.
 */
@property --score {
  syntax: '<percentage>';
  inherits: true;
  initial-value: 0%;
}

/* ==========================================================================
   1.8.38 – KapásVan? egyetlen belépési pont + látható tóértékelés
   ========================================================================== */
body.hnj-v3-exact .waterfront-hub-actions{
  grid-template-columns:1fr !important;
  width:min(100%,360px) !important;
}
body.hnj-v3-exact .waterfront-hub-actions button{
  width:100% !important;
}

body.hnj-v3-exact .lake-review-spotlight{
  display:grid;
  grid-template-columns:92px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-top:14px;
  padding:21px 23px;
  border-color:#d4e4e7;
  background:linear-gradient(135deg,#ffffff 0%,#f3faf9 68%,#fff4e8 100%);
  box-shadow:0 13px 34px rgba(7,55,65,.08);
}
body.hnj-v3-exact .lake-review-spotlight-score{
  display:grid;
  place-items:center;
  align-content:center;
  width:92px;
  height:82px;
  border-radius:20px;
  background:#075b5d;
  color:#fff;
  box-shadow:0 12px 25px rgba(7,91,93,.18);
}
body.hnj-v3-exact .lake-review-spotlight-score strong{font-size:31px;line-height:1;font-weight:950;}
body.hnj-v3-exact .lake-review-spotlight-score span{margin-top:4px;font-size:11px;font-weight:850;opacity:.82;}
body.hnj-v3-exact .lake-review-spotlight-copy{min-width:0;}
body.hnj-v3-exact .lake-review-spotlight-copy .eyebrow,
body.hnj-v3-exact .lake-reviews-head .eyebrow{
  display:inline-flex;
  margin:0 0 5px;
  color:#0a7773;
  font-size:10px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.09em;
}
body.hnj-v3-exact .lake-review-spotlight h2{margin:0;font-size:21px;line-height:1.2;letter-spacing:-.025em;}
body.hnj-v3-exact .lake-review-spotlight p{margin:5px 0 0;color:#58717c;font-size:12.5px;line-height:1.5;}
body.hnj-v3-exact .lake-review-stars{color:#f2a900;font-size:18px;line-height:1;letter-spacing:1px;}
body.hnj-v3-exact .lake-review-spotlight .lake-review-stars{margin-top:7px;}
body.hnj-v3-exact .lake-review-pending{display:block;margin-top:7px;color:#9a5b00;font-size:11px;font-weight:850;}
body.hnj-v3-exact .lake-review-spotlight-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;}
body.hnj-v3-exact .lake-review-spotlight-actions button,
body.hnj-v3-exact .lake-reviews-cta button{
  min-height:46px;
  padding:11px 17px;
  border:0;
  border-radius:14px;
  background:linear-gradient(135deg,#ff992a,#f47a13);
  color:#fff;
  box-shadow:0 10px 24px rgba(244,122,19,.22);
  font:inherit;
  font-size:13px;
  font-weight:950;
  cursor:pointer;
}
body.hnj-v3-exact .lake-review-spotlight-actions a{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border:1px solid #bcd6d8;
  border-radius:14px;
  background:#fff;
  color:#075b5d;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
}

body.hnj-v3-exact .lake-reviews-section{padding:28px;}
body.hnj-v3-exact .lake-reviews-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:19px;}
body.hnj-v3-exact .lake-reviews-head h2{margin:0;font-size:28px;line-height:1.15;letter-spacing:-.035em;}
body.hnj-v3-exact .lake-reviews-head p{max-width:720px;margin:7px 0 0;color:#607481;font-size:13px;line-height:1.55;}
body.hnj-v3-exact .lake-reviews-head-score{display:grid;min-width:125px;justify-items:end;}
body.hnj-v3-exact .lake-reviews-head-score strong{color:#075b5d;font-size:36px;line-height:1;font-weight:950;}
body.hnj-v3-exact .lake-reviews-head-score span{margin-top:5px;color:#667d88;font-size:11px;font-weight:850;white-space:nowrap;}
body.hnj-v3-exact .lake-review-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
body.hnj-v3-exact .lake-review-card{min-width:0;padding:17px;border:1px solid #dce8eb;border-radius:17px;background:#f9fbfc;}
body.hnj-v3-exact .lake-review-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;}
body.hnj-v3-exact .lake-review-card time{color:#81909a;font-size:10px;white-space:nowrap;}
body.hnj-v3-exact .lake-review-card>strong{display:block;margin-top:10px;color:#122839;font-size:14px;}
body.hnj-v3-exact .lake-review-card p{margin:7px 0 0;color:#445f6c;font-size:12px;line-height:1.55;overflow-wrap:anywhere;}
body.hnj-v3-exact .lake-review-empty{display:flex;align-items:center;gap:13px;padding:19px;border:1px dashed #b9d1d5;border-radius:17px;background:#f7fbfb;}
body.hnj-v3-exact .lake-review-empty>span{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#fff1d6;font-size:22px;}
body.hnj-v3-exact .lake-review-empty strong{display:block;color:#17323f;font-size:15px;}
body.hnj-v3-exact .lake-review-empty p{margin:4px 0 0;color:#637984;font-size:12px;}
body.hnj-v3-exact .lake-reviews-cta{display:flex;align-items:center;justify-content:center;gap:13px;margin-top:18px;}
body.hnj-v3-exact .lake-reviews-cta span{color:#657c87;font-size:11px;line-height:1.4;}

body.hnj-v3-exact .hnj-review-modal[hidden]{display:none !important;}
body.hnj-v3-exact .hnj-review-modal{
  position:fixed;
  inset:0;
  z-index:100100;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  box-sizing:border-box;
}
body.hnj-v3-exact .hnj-review-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(2,18,28,.62);opacity:0;transition:opacity .18s ease;backdrop-filter:blur(3px);}
body.hnj-v3-exact .hnj-review-modal.is-open .hnj-review-modal-backdrop{opacity:1;}
body.hnj-v3-exact .hnj-review-dialog{
  position:relative;
  z-index:1;
  width:min(620px,100%);
  max-height:min(92vh,820px);
  overflow:auto;
  padding:23px;
  border-radius:25px;
  background:#fff;
  box-shadow:0 30px 90px rgba(2,18,28,.36);
  box-sizing:border-box;
  opacity:0;
  transform:translateY(18px) scale(.985);
  transition:opacity .18s ease,transform .18s ease;
}
body.hnj-v3-exact .hnj-review-modal.is-open .hnj-review-dialog{opacity:1;transform:translateY(0) scale(1);}
body.hnj-v3-exact .hnj-review-dialog-handle{display:none;width:45px;height:5px;margin:0 auto 13px;border-radius:999px;background:#d3dfe3;}
body.hnj-v3-exact .hnj-review-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;}
body.hnj-v3-exact .hnj-review-dialog-head span{display:block;margin-bottom:5px;color:#0a7773;font-size:10px;font-weight:950;letter-spacing:.1em;}
body.hnj-v3-exact .hnj-review-dialog-head h2{margin:0;font-size:28px;line-height:1.12;letter-spacing:-.035em;}
body.hnj-v3-exact .hnj-review-dialog-head>button{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border:1px solid #d8e4e8;border-radius:13px;background:#f7fafb;color:#183843;font-size:26px;line-height:1;cursor:pointer;}
body.hnj-v3-exact .hnj-review-dialog-lead{margin:15px 0 18px;color:#5d7480;font-size:13px;line-height:1.55;}
body.hnj-v3-exact .hnj-review-rating-label,
body.hnj-v3-exact .hnj-review-text-label{display:block;margin:0 0 8px;color:#193642;font-size:13px;font-weight:900;}
body.hnj-v3-exact .hnj-review-rating-input{display:flex;gap:7px;margin-bottom:19px;}
body.hnj-v3-exact .hnj-review-rating-input button{padding:0;border:0;background:transparent;color:#d7dfe2;font-size:38px;line-height:1;cursor:pointer;transition:color .12s ease,transform .12s ease;}
body.hnj-v3-exact .hnj-review-rating-input button.is-active{color:#f2aa00;}
body.hnj-v3-exact .hnj-review-rating-input button:hover{transform:translateY(-2px);}
body.hnj-v3-exact #hnj-review-text{display:block;width:100%;min-height:130px;padding:14px;border:1px solid #cbdde2;border-radius:15px;background:#fbfdfe;color:#132d39;font:inherit;font-size:15px;line-height:1.55;resize:vertical;box-sizing:border-box;outline:none;}
body.hnj-v3-exact #hnj-review-text:focus{border-color:#36a39d;box-shadow:0 0 0 4px rgba(54,163,157,.11);}
body.hnj-v3-exact .hnj-review-character-row{display:flex;justify-content:space-between;gap:12px;margin:7px 0 16px;color:#7a8d96;font-size:10px;}
body.hnj-v3-exact .hnj-review-submit{width:100%;min-height:50px;border:0;border-radius:15px;background:linear-gradient(135deg,#ff9829,#f47713);color:#fff;font:inherit;font-size:15px;font-weight:950;box-shadow:0 13px 27px rgba(244,119,19,.24);cursor:pointer;}
body.hnj-v3-exact .hnj-review-submit[disabled]{opacity:.72;cursor:wait;}
body.hnj-v3-exact .hnj-review-status{min-height:20px;margin-top:10px;color:#08736d;font-size:12px;font-weight:850;line-height:1.4;}
body.hnj-v3-exact .hnj-review-dialog-note{margin:4px 0 0;color:#7a8b94;font-size:10.5px;line-height:1.5;}
body.hnj-v3-exact .hnj-review-login{text-align:center;padding:20px 8px 5px;}
body.hnj-v3-exact .hnj-review-login>span{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 13px;border-radius:19px;background:#eaf7f5;font-size:28px;}
body.hnj-v3-exact .hnj-review-login h3{margin:0;font-size:22px;}
body.hnj-v3-exact .hnj-review-login p{max-width:440px;margin:9px auto 18px;color:#607681;font-size:13px;line-height:1.55;}
body.hnj-v3-exact .hnj-review-login a{display:block;margin:10px auto 0;color:#075b5d;font-size:12px;font-weight:900;}
body.hnj-v3-exact .hnj-review-login .hnj-review-login-primary{display:flex;min-height:48px;align-items:center;justify-content:center;max-width:360px;padding:10px 16px;border-radius:14px;background:linear-gradient(135deg,#ff9829,#f47713);color:#fff;text-decoration:none;font-size:14px;}

@media(max-width:900px){
  body.hnj-v3-exact .lake-review-list{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  body.hnj-v3-exact .lake-review-spotlight{grid-template-columns:70px minmax(0,1fr);gap:13px;margin-left:14px;margin-right:14px;padding:17px;border-radius:19px;}
  body.hnj-v3-exact .lake-review-spotlight-score{width:70px;height:70px;border-radius:17px;}
  body.hnj-v3-exact .lake-review-spotlight-score strong{font-size:25px;}
  body.hnj-v3-exact .lake-review-spotlight h2{font-size:17px;}
  body.hnj-v3-exact .lake-review-spotlight p{font-size:11.5px;}
  body.hnj-v3-exact .lake-review-spotlight-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;justify-content:stretch;}
  body.hnj-v3-exact .lake-review-spotlight-actions button,
  body.hnj-v3-exact .lake-review-spotlight-actions a{width:100%;box-sizing:border-box;}
  body.hnj-v3-exact .lake-reviews-section{padding:19px;}
  body.hnj-v3-exact .lake-reviews-head{align-items:flex-start;}
  body.hnj-v3-exact .lake-reviews-head h2{font-size:23px;}
  body.hnj-v3-exact .lake-reviews-head-score strong{font-size:29px;}
  body.hnj-v3-exact .lake-review-list{grid-template-columns:1fr;}
  body.hnj-v3-exact .lake-reviews-cta{align-items:stretch;flex-direction:column;text-align:center;}
  body.hnj-v3-exact .hnj-review-modal{align-items:flex-end;padding:0;}
  body.hnj-v3-exact .hnj-review-dialog{width:100%;max-height:92vh;padding:14px 16px calc(20px + env(safe-area-inset-bottom));border-radius:27px 27px 0 0;}
  body.hnj-v3-exact .hnj-review-dialog-handle{display:block;}
  body.hnj-v3-exact .hnj-review-dialog-head h2{font-size:24px;}
  body.hnj-v3-exact .hnj-review-rating-input{justify-content:space-between;}
  body.hnj-v3-exact .hnj-review-rating-input button{font-size:40px;}
  body.hnj-v3-exact .waterfront-hub-actions{width:100% !important;grid-template-columns:1fr !important;}
}
@media(max-width:390px){
  body.hnj-v3-exact .lake-reviews-head{display:block;}
  body.hnj-v3-exact .lake-reviews-head-score{justify-items:start;margin-top:13px;}
  body.hnj-v3-exact .hnj-review-rating-input button{font-size:35px;}
}

/* ==========================================================================
   1.8.39 – első belépés + PecaNapló aktivitásjelző
   ========================================================================== */
body.hnj-v3-exact .hnj-app-account-icon{position:relative;display:inline-grid;place-items:center;}
body.hnj-v3-exact .hnj-app-account-icon i{
  position:absolute;
  right:-11px;
  top:-8px;
  display:grid;
  min-width:19px;
  height:19px;
  place-items:center;
  padding:0 4px;
  border:2px solid #fff;
  border-radius:999px;
  background:#e63632;
  color:#fff;
  box-sizing:border-box;
  font-size:9px;
  font-style:normal;
  font-weight:950;
  line-height:1;
}
body.hnj-v3-exact .hnj-app-account-icon i[hidden]{display:none !important;}
body.hnj-v3-exact .hnj-welcome-modal[hidden]{display:none !important;}
body.hnj-v3-exact .hnj-welcome-modal{position:fixed;inset:0;z-index:100140;display:flex;align-items:center;justify-content:center;padding:18px;box-sizing:border-box;}
body.hnj-v3-exact .hnj-welcome-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(2,18,28,.68);opacity:0;transition:opacity .18s ease;backdrop-filter:blur(5px);}
body.hnj-v3-exact .hnj-welcome-modal.is-open .hnj-welcome-backdrop{opacity:1;}
body.hnj-v3-exact .hnj-welcome-dialog{position:relative;z-index:1;width:min(630px,100%);padding:30px;border-radius:28px;background:linear-gradient(145deg,#fff 0%,#f2faf9 70%,#fff0de 100%);box-shadow:0 32px 100px rgba(2,18,28,.40);box-sizing:border-box;text-align:center;opacity:0;transform:translateY(18px) scale(.98);transition:opacity .18s ease,transform .18s ease;}
body.hnj-v3-exact .hnj-welcome-modal.is-open .hnj-welcome-dialog{opacity:1;transform:translateY(0) scale(1);}
body.hnj-v3-exact .hnj-welcome-handle{display:none;width:46px;height:5px;margin:0 auto 14px;border-radius:99px;background:#cfdee2;}
body.hnj-v3-exact .hnj-welcome-close{position:absolute;right:15px;top:15px;display:grid;width:42px;height:42px;place-items:center;border:1px solid #d6e4e7;border-radius:14px;background:rgba(255,255,255,.86);color:#183843;font-size:26px;line-height:1;cursor:pointer;}
body.hnj-v3-exact .hnj-welcome-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e4f5f2;color:#08736d;font-size:10px;font-weight:950;letter-spacing:.12em;}
body.hnj-v3-exact .hnj-welcome-dialog h2{margin:12px 0 8px;color:#102c39;font-size:32px;line-height:1.08;letter-spacing:-.04em;}
body.hnj-v3-exact .hnj-welcome-dialog>p{max-width:520px;margin:0 auto;color:#5d7480;font-size:13px;line-height:1.58;}
body.hnj-v3-exact .hnj-welcome-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0;}
body.hnj-v3-exact .hnj-welcome-steps article{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:9px;padding:13px;border:1px solid #d7e7e9;border-radius:17px;background:rgba(255,255,255,.9);text-align:left;}
body.hnj-v3-exact .hnj-welcome-steps article>b{display:grid;width:38px;height:38px;place-items:center;border-radius:13px;background:linear-gradient(145deg,#075b5d,#0b8982);color:#fff;font-size:15px;}
body.hnj-v3-exact .hnj-welcome-steps span{color:#637984;font-size:10.5px;line-height:1.35;}
body.hnj-v3-exact .hnj-welcome-steps span strong{display:block;color:#15323e;font-size:12px;}
body.hnj-v3-exact .hnj-welcome-primary{display:flex;width:min(360px,100%);min-height:50px;align-items:center;justify-content:center;margin:0 auto;border:0;border-radius:15px;background:linear-gradient(135deg,#ff9829,#f47713);box-shadow:0 13px 28px rgba(244,119,19,.25);color:#fff;font:inherit;font-size:14px;font-weight:950;cursor:pointer;}
body.hnj-v3-exact .hnj-welcome-dialog>a{display:inline-flex;margin-top:13px;color:#075b5d;text-decoration:none;font-size:11px;font-weight:900;}
@media(max-width:760px){
  body.hnj-v3-exact .hnj-welcome-modal{align-items:flex-end;padding:0;}
  body.hnj-v3-exact .hnj-welcome-dialog{width:100%;padding:14px 17px calc(22px + env(safe-area-inset-bottom));border-radius:28px 28px 0 0;}
  body.hnj-v3-exact .hnj-welcome-handle{display:block;}
  body.hnj-v3-exact .hnj-welcome-dialog h2{font-size:27px;}
  body.hnj-v3-exact .hnj-welcome-steps{grid-template-columns:1fr;gap:7px;margin:18px 0;}
  body.hnj-v3-exact .hnj-welcome-steps article{padding:10px 12px;}
}

/* ==========================================================================
   1.8.32 – ACF-alapú vízkezelői kapcsolat és mérhető CTA-k
   ========================================================================== */

body.hnj-v3-exact .hnj-water-contact-card{
  overflow:hidden;
  background:
    radial-gradient(circle at 100% 0,rgba(242,140,40,.12),transparent 42%),
    #fff;
}

body.hnj-v3-exact .hnj-water-contact-card .section-head{
  margin-bottom:14px;
}

body.hnj-v3-exact .hnj-water-contact-card .section-head p{
  margin-top:5px;
  color:#526b77;
  font-weight:800;
}

body.hnj-v3-exact .hnj-water-contact-actions{
  display:grid;
  gap:9px;
}

body.hnj-v3-exact .hnj-water-contact-actions > a{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:11px;
  align-items:center;
  min-width:0;
  padding:11px 12px;
  border:1px solid #d7ebe8;
  border-radius:14px;
  background:#f8fcfb;
  color:#075d56;
  text-decoration:none;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}

body.hnj-v3-exact .hnj-water-contact-actions > a:hover{
  transform:translateY(-1px);
  border-color:#9fd5cd;
  box-shadow:0 10px 24px rgba(7,93,86,.10);
}

body.hnj-v3-exact .hnj-water-contact-actions > a > span{
  grid-row:1 / span 2;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:#e8f6f3;
  color:#075d56;
  font-size:18px;
  font-weight:950;
}

body.hnj-v3-exact .hnj-water-contact-actions small{
  overflow:hidden;
  color:#657b84;
  font-size:11px;
  font-weight:850;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.hnj-v3-exact .hnj-water-contact-actions strong{
  overflow-wrap:anywhere;
  color:#102033;
  font-size:13px;
  font-weight:950;
  line-height:1.35;
}

@media(max-width:760px){
  body.hnj-v3-exact .hnj-water-contact-card{
    order:21;
  }

  body.hnj-v3-exact .hnj-water-contact-actions > a{
    min-height:58px;
  }
}

:root {
  /* Brand */
  --hnj-brand-teal: #0e5a5a;
  --hnj-brand-orange: #f28c28;
  --hnj-orange-gradient: linear-gradient(135deg, #ff9b26 0%, #f28c28 100%);
  --hnj-teal-gradient: linear-gradient(145deg, #0e5a5a 0%, #063a3a 100%);

  /* Alapfelületek */
  --hnj-bg: #f4f7f9;
  --hnj-surface: #ffffff;
  --hnj-surface-soft: #f8fafc;
  --hnj-ink: #0f172a;
  --hnj-muted: #64748b;
  --hnj-line: #dbe5ea;

  /* Kompatibilitási aliasok */
  --hnj-teal: var(--hnj-brand-teal);
  --hnj-teal-dark: #084a4a;
  --hnj-teal-deep: #063a3a;
  --hnj-mint: #e7f5f2;
  --hnj-mint-2: #f3faf8;
  --hnj-orange: var(--hnj-brand-orange);
  --hnj-orange-dark: #da7414;
  --hnj-green: #10b981;
  --hnj-red: #ef4444;
  --hnj-amber: #f59e0b;

  /* Forma és mélység */
  --hnj-radius: 24px;
  --hnj-radius-sm: 16px;
  --hnj-shadow-sm: 0 4px 12px rgba(14, 90, 90, .04);
  --hnj-shadow: 0 12px 32px rgba(14, 90, 90, .08);
  --hnj-shadow-hover: 0 20px 48px rgba(14, 90, 90, .14);
  --hnj-shadow-strong: 0 24px 60px rgba(6, 58, 58, .22);
  --hnj-glass: rgba(255, 255, 255, .84);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hnj-v3-exact {
  margin: 0;
  background: var(--hnj-bg);
  color: var(--hnj-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.hnj-v3-exact button,
body.hnj-v3-exact input,
body.hnj-v3-exact select,
body.hnj-v3-exact textarea { font: inherit; }
body.hnj-v3-exact img { max-width: 100%; }
body.hnj-v3-exact a { color: inherit; }
body.hnj-v3-exact h1,
body.hnj-v3-exact h2,
body.hnj-v3-exact h3,
body.hnj-v3-exact h4,
body.hnj-v3-exact p { overflow-wrap: anywhere; }

.hnj-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 99999;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: var(--hnj-teal-dark);
  font-weight: 800;
  box-shadow: var(--hnj-shadow);
}
.hnj-skip-link:focus { transform: translateY(0); }

.page { min-height: 70vh; padding: 24px 0 56px; }
.shell { width: min(1248px, calc(100% - 36px)); margin: 0 auto; }
.card,
.section,
.premium-core-block { min-width: 0; }
.card {
  border: 1px solid rgba(255,255,255,.82);
  border-radius: var(--hnj-radius);
  background: var(--hnj-surface);
  box-shadow: var(--hnj-shadow-sm);
  transition: transform .24s cubic-bezier(.25,.8,.25,1), box-shadow .24s ease, border-color .24s ease;
}
.section { padding: 28px; }
.main,
.side { min-width: 0; }
.main > *,
.side > * { width: 100%; margin: 0 0 20px; }

/* A főoszlop és az oldalsáv EXPLICIT, elnevezett grid-területet kap - nem a
   .layout gyerekeinek DOM-sorrendjére/számára hagyatkozik. Így egy esetleg
   mégis átcsúszó, rossz helyre került extra elem (pl. egy tökéletlenül
   kiegyensúlyozott Core-fragmentumból) nem tudja többé kilökni a
   KapásIndex oldalsávot a helyéről / új sorba dobni teljes szélességben. */
body.hnj-v3-exact .layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 392px;
  grid-template-areas: "main side";
  align-items: start;
  gap: 24px;
}
body.hnj-v3-exact .layout > .main {
  grid-area: main;
  min-width: 0;
}
body.hnj-v3-exact .layout > .side {
  grid-area: side;
  min-width: 0;
  width: 100%;
  display: block;
  align-self: start;
}
body.hnj-v3-exact .layout > .main {
  width: 100%;
}

/* Cím és meta */
.crumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 2px 0 10px;
  color: var(--hnj-muted);
  font-size: 13px;
}
.crumb b { color: var(--hnj-ink); font-weight: 800; }
.crumb a { color: inherit; text-decoration: none; font-weight: 750; }
.crumb a:hover { color: var(--hnj-orange-dark); text-decoration: underline; text-underline-offset: 3px; }
.titleline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}
.titleline h1 {
  margin: 0;
  color: var(--hnj-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.verified {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--hnj-green);
  color: #fff;
  font-size: 14px;
  vertical-align: .15em;
  box-shadow: 0 4px 12px rgba(16,185,129,.26);
}
.subline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
  color: var(--hnj-muted);
  font-size: 14px;
  font-weight: 700;
}
.head-actions { display: flex; gap: 8px; }
.icon-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(14,90,90,.08);
  border-radius: 14px;
  background: #fff;
  color: var(--hnj-teal-dark);
  font-size: 20px;
  cursor: pointer;
  box-shadow: var(--hnj-shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}
.icon-btn:hover { transform: translateY(-2px); border-color: rgba(242,140,40,.28); box-shadow: var(--hnj-shadow); color: var(--hnj-orange); }
.chiprow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #d8e5e7;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: #405b63;
  font-size: 12px;
  font-weight: 800;
}

/* HungaroMet */
.hm-status {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding: 10px 14px;
  margin-bottom: 16px;
  border: 1px solid #b9e5d7;
  border-radius: 13px;
  background: #eaf8f3;
  color: #125f4c;
  font-size: 13px;
}
.hm-status span { font-weight: 900; white-space: nowrap; }
.hm-status strong { font-weight: 750; }
.hm-status a { margin-left: auto; font-weight: 850; text-decoration: none; }
.hm-status--alert { border-color: #f2b6aa; background: #fff2ee; color: #9e392f; }
.hm-status--loading { opacity: .82; }

/* Közösségi bizonyíték */
.social-proof-bar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 13px 17px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--hnj-shadow-sm);
}
.social-proof-stats { display: flex; flex-wrap: wrap; gap: 14px; color: #416169; font-size: 13px; }
.social-proof-quote { max-width: 48%; text-align: right; }
.social-proof-quote p { margin: 0; color: #38545d; font-size: 13px; font-style: italic; }
.social-proof-quote span { color: var(--hnj-muted); font-size: 11px; }

/* Hero */
.hero {
  position: relative;
  height: 430px;
  overflow: hidden;
  background: var(--hnj-teal-gradient);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6,58,58,.02) 28%, rgba(6,58,58,.58) 100%);
}
.hero.hero--standard::after { display: none; }
.hero > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-fallback { position: relative; display: grid; place-items: center; width: 100%; height: 100%; color: #fff; font-size: 54px; }
.hero-water { position: absolute; inset: auto 0 0; width: 100%; height: 55%; }
.hero-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.glass,
.gallery {
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: var(--hnj-glass);
  color: var(--hnj-teal-deep);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(15,23,42,.14);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.glass { padding: 8px 11px; background:rgba(4,39,46,.72); color:#fff; font-size:11px; font-weight:850; }
.gallery {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 10px 17px;
  font-weight: 900;
  cursor: pointer;
}
.gallery:hover { background:#fff; transform:translateY(-2px) scale(1.02); box-shadow:0 12px 32px rgba(15,23,42,.18); }
.glass--premium {
  border-color: rgba(255,218,112,.78);
  background: linear-gradient(135deg,rgba(255,246,205,.96),rgba(222,174,55,.96));
  color:#5a3b00;
  box-shadow:0 8px 26px rgba(196,145,25,.30);
}
.hero-registry {
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  padding-right:150px;
}
.hero-registry > div {
  min-width:0;
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  grid-template-rows:auto auto;
  gap:1px 8px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:14px;
  background:rgba(4,39,46,.72);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  color:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.16);
}
.hero-registry span { grid-row:1 / 3; align-self:center; font-size:18px; }
.hero-registry small { color:#b9d9d5; font-size:9px; font-weight:850; letter-spacing:.04em; text-transform:uppercase; }
.hero-registry b { min-width:0; color:#fff; font-size:11px; line-height:1.25; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/* Általános szekciófej */
.section-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.section-head h2,
.weekend-plan-head h2,
.lake-intelligence h2 {
  margin: 6px 0 6px;
  color: var(--hnj-ink);
  font-size: clamp(23px, 3vw, 31px);
  line-height: 1.15;
  letter-spacing: -.035em;
  font-weight: 900;
}
.section-head p,
.weekend-plan-head p { margin: 0; color: var(--hnj-muted); font-size: 14px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--hnj-mint);
  color: var(--hnj-teal-dark);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

/* Hétvégi Pecaterv */
.weekend-plan { padding: 28px; }
.weekend-plan-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.weekend-plan-badge {
  flex: 0 0 auto;
  max-width: 190px;
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--hnj-teal-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  text-align: center;
  line-height: 1.25;
}
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.plan-day {
  position: relative;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(14,90,90,.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(14,90,90,.045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.plan-day.best {
  padding-top: 42px;
  border-color: #6ad1b0;
  box-shadow: 0 12px 30px rgba(17,136,102,.11);
}
.best-label {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--hnj-green);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .07em;
}
.plan-top,
.plan-foot { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.plan-top b { display: block; font-size: 17px; text-transform: capitalize; }
.plan-top small { display: block; color: var(--hnj-muted); font-size: 12px; }
.score-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: #e9f7f2;
  color: var(--hnj-green);
  font-weight: 950;
}
.plan-body { display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center; margin: 17px 0; }
.plan-body .weather-icon { font-size: 30px; }
.plan-body p { margin: 0; color: #526b73; font-size: 13px; line-height: 1.5; }
.plan-foot { color: #526b73; font-size: 12px; font-weight: 800; }
.plan-window { margin-top: 15px; padding: 12px; border-radius: 13px; background: var(--hnj-mint-2); }
.plan-window span { display: block; color: var(--hnj-muted); font-size: 11px; font-weight: 850; }
.plan-window b { display: block; margin-top: 3px; color: var(--hnj-teal-dark); font-size: 20px; }
.delta-badge { margin-top: 13px; color: var(--hnj-green); font-size: 12px; font-weight: 950; }
.delta-badge.is-negative { color: var(--hnj-red); }
.weekend-plan-loading,
.weekend-plan-error { grid-column: 1 / -1; padding: 22px; border-radius: 14px; background: var(--hnj-surface-soft); color: var(--hnj-muted); text-align: center; }
.weekend-plan-error b,
.weekend-plan-error span { display: block; }
.weekend-pressure-panel { margin-top: 18px; padding: 18px; border: 1px solid var(--hnj-line); border-radius: 17px; background: #fbfdfd; }
.pressure-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.pressure-title b { font-size: 16px; }
.pressure-title-meta { display:flex; align-items:center; justify-content:flex-end; gap:8px; flex-wrap:wrap; }
.trend-now { padding:6px 10px; border-radius:999px; background:#fff1e2; color:var(--hnj-orange-dark); font-size:11px; font-weight:900; }
.trend-pill { padding: 6px 10px; border-radius: 999px; background: #edf4f5; color: #58727a; font-size: 10px; font-weight: 950; }
.trend-pill.down { background: #e9f7f2; color: var(--hnj-green); }
.trend-pill.up { background: #fff5dd; color: #9a6710; }
.chart-wrap { min-height: 190px; margin-top: 10px; overflow: hidden; }
.chart-wrap svg { width: 100%; height: auto; display: block; }
.chart-note,
.projection-note { margin: 10px 0 0; color: var(--hnj-muted); font-size: 12px; }

/* Mai vízkarakter */
.lake-intelligence {
  padding: 30px;
  border-color: #b9ddd7;
  background:
    radial-gradient(circle at 100% 0, rgba(126, 221, 203, .18), transparent 280px),
    linear-gradient(135deg, #f6fcfa, #edf8f5);
}
.lake-intelligence-head { margin-bottom: 14px; }
.lake-intelligence-summary {
  margin: 0;
  max-width: 100%;
  color: #284a52;
  font-size: 17px;
  line-height: 1.78;
}

/* KapásIndex magyarázat */
.explainer { padding: 28px; }
.ki-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ki-story-primary,
.ki-story-forecast {
  padding: 20px;
  border: 1px solid var(--hnj-line);
  border-radius: 17px;
  background: #f9fbfb;
}
.ki-story-primary { background: linear-gradient(145deg, #eef9f6, #f9fcfb); }
.ki-story-primary > span,
.ki-story-forecast > span { color: var(--hnj-teal); font-size: 10px; font-weight: 950; letter-spacing: .08em; }
.ki-story-primary h3,
.ki-story-forecast h3 { margin: 8px 0; color: var(--hnj-ink); font-size: 21px; line-height: 1.25; }
.ki-story-primary p,
.ki-story-forecast p { margin: 0; color: #506a72; font-size: 13px; line-height: 1.62; }
.ki-action-line { margin-top: 14px; padding: 11px 13px; border-radius: 12px; background: #fff; color: #425e66; font-size: 12px; }
.ki-trend-chart { min-height: 118px; margin-top: 10px; }
.ki-trend-chart svg { width: 100%; height: auto; display: block; }
.ki-factor-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 14px; }
.ki-factor-card { padding: 16px; border: 1px solid var(--hnj-line); border-radius: 15px; background: #fff; }
.ki-factor-card.is-positive { border-color: #b9e5d4; background: #f4fbf8; }
.ki-factor-card.is-negative { border-color: #f0c5c1; background: #fff8f7; }
.ki-factor-card.is-live { border-color: #9fd9d1; background: #edf9f7; }
.ki-factor-top { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 8px; align-items: center; }
.ki-factor-top span { font-size: 19px; }
.ki-factor-top b { color: var(--hnj-ink); font-size: 13px; }
.ki-factor-top em { grid-column: 2; color: var(--hnj-teal); font-size: 11px; font-style: normal; font-weight: 900; }
.ki-factor-card p { margin: 10px 0 0; color: #5b737b; font-size: 12px; line-height: 1.55; }

/* Vízpart most */
.waterfront-hub { padding: 28px; }
.waterfront-hub-head { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.waterfront-hub-head h2 { margin: 6px 0 5px; font-size: 27px; }
.waterfront-hub-head p { margin: 0; color: var(--hnj-muted); font-size: 13px; }
.waterfront-hub-actions { display: flex; align-items: flex-start; gap: 8px; }
.waterfront-hub-actions button {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid #bedad9;
  border-radius: 12px;
  background: #fff;
  color: var(--hnj-teal-dark);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.waterfront-hub-actions button:first-child { border-color: var(--hnj-orange); background: var(--hnj-orange); color: #fff; }
.waterfront-hub-meta { display: flex; gap: 8px; margin-bottom: 12px; }
.waterfront-hub-meta span { padding: 5px 9px; border-radius: 999px; background: var(--hnj-mint); color: var(--hnj-teal-dark); font-size: 10px; font-weight: 850; }
.waterfront-hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.waterfront-live-panel,
.waterfront-catches-panel { padding: 18px; border: 1px solid var(--hnj-line); border-radius: 16px; background: var(--hnj-surface-soft); }
.waterfront-live-panel h3,
.waterfront-catches-panel h3 { margin: 0 0 13px; font-size: 17px; }
.waterfront-empty { padding: 18px; border: 1px dashed #bfd1d4; border-radius: 13px; background: #fff; color: var(--hnj-muted); }
.waterfront-empty b { color: var(--hnj-ink); }
.waterfront-empty p { margin: 5px 0 0; font-size: 12px; }
.waterfront-top-catch { display: grid; grid-template-columns: 110px 1fr; gap: 14px; align-items: center; }
.waterfront-catch-photo { display: grid; place-items: center; height: 88px; overflow: hidden; border-radius: 13px; background: #dfeeed; font-size: 32px; }
.waterfront-catch-photo img { width: 100%; height: 100%; object-fit: cover; }
.waterfront-top-catch span { color: var(--hnj-orange-dark); font-size: 10px; font-weight: 950; }
.waterfront-top-catch h4 { margin: 4px 0; font-size: 18px; }
.waterfront-top-catch p { margin: 0; color: var(--hnj-muted); font-size: 12px; }
.waterfront-catch-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 12px; }
.waterfront-catch-list > div { padding: 10px; border-radius: 11px; background: #fff; }
.waterfront-catch-list b,
.waterfront-catch-list span,
.waterfront-catch-list small { display: block; }
.waterfront-catch-list b { font-size: 12px; }
.waterfront-catch-list span,
.waterfront-catch-list small { color: var(--hnj-muted); font-size: 10px; }

/* AI Horgászcimbora */
.ai-cimbora { padding: 28px; }
.ai-answers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
.ai-answer { align-self: start; padding: 19px; border: 1px solid var(--hnj-line); border-radius: 17px; background: #f7fafb; }
.ai-answer:nth-child(1) { background: #ecf8f5; border-color: #c9e7df; }
.ai-answer span { color: var(--hnj-teal); font-size: 10px; font-weight: 950; letter-spacing: .06em; }
.ai-answer h4 { margin: 7px 0 5px; color: var(--hnj-ink); font-size: 17px; line-height: 1.35; }
.ai-answer p { margin: 0; color: var(--hnj-muted); font-size: 13px; line-height: 1.58; }

/* Ellenőrzött tudás */
.source-facts-section { padding: 28px; }
.source-facts-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }
.source-facts-grid article { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 15px; border: 1px solid var(--hnj-line); border-radius: 14px; background: #f9fbfb; }
.source-facts-grid article > span { font-size: 20px; }
.source-facts-grid p { margin: 0; color: #405d65; font-size: 12px; line-height: 1.55; }

/* Célhalak és taktika */
.target-section { padding: 28px; }
.fish-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.fish-card { overflow: hidden; border: 1px solid var(--hnj-line); border-radius: 16px; background: #fff; }
.fish-head { padding: 16px; border-bottom: 1px solid var(--hnj-line); background: #f3f8f8; }
.fish-head h3 { margin: 0 0 4px; font-size: 17px; }
.fish-head p { margin: 0; color: var(--hnj-muted); font-size: 12px; }
.fish-content { padding: 13px 16px 16px; }
.info-row { padding: 9px 0; border-bottom: 1px solid #edf2f3; }
.info-row:last-child { border-bottom: 0; }
.info-row span { display: block; color: var(--hnj-teal); font-size: 9px; font-weight: 950; letter-spacing: .07em; }
.info-row b { display: block; margin-top: 3px; color: #405c64; font-size: 12px; font-weight: 750; }
.bait-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 13px; }
.bait { padding: 17px; border: 1px solid var(--hnj-line); border-radius: 15px; background: var(--hnj-surface-soft); }
.bait span { color: var(--hnj-teal); font-size: 10px; font-weight: 950; }
.bait b { display: block; margin-top: 6px; font-size: 15px; }
.bait p { margin: 5px 0 0; color: var(--hnj-muted); font-size: 12px; }
.shop-bridge { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 13px; padding: 17px; border: 1px solid #f1d1ac; border-radius: 15px; background: #fff8ef; }
.shop-bridge span { color: var(--hnj-orange-dark); font-size: 10px; font-weight: 950; }
.shop-bridge h3 { margin: 5px 0 3px; font-size: 17px; }
.shop-bridge p { margin: 0; color: #725c45; font-size: 12px; }
.mini-btn { flex: 0 0 auto; padding: 10px 15px; border-radius: 11px; background: var(--hnj-orange); color: #fff; font-size: 12px; font-weight: 900; text-decoration: none; }

/* Döntési segítség */
.decision-support { padding: 28px; }
.decision-help { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.help-box { padding:18px; border:0; border-left:4px solid rgba(14,90,90,.18); border-radius:16px; background:#fff; box-shadow:0 5px 18px rgba(14,90,90,.045); }
.help-box.good { background:linear-gradient(135deg,rgba(16,185,129,.055),#fff 72%); border-left-color:var(--hnj-green); }
.help-box.no { background:linear-gradient(135deg,rgba(239,68,68,.05),#fff 72%); border-left-color:var(--hnj-red); }
.help-box.warn { background:linear-gradient(135deg,rgba(245,158,11,.055),#fff 72%); border-left-color:var(--hnj-amber); }
.help-box.check { background:linear-gradient(135deg,rgba(14,90,90,.055),#fff 72%); border-left-color:var(--hnj-teal); }
.help-box h3 { margin: 0 0 9px; font-size: 16px; }
.help-box ul { margin: 0; padding-left: 18px; color: #4d6870; font-size: 12px; line-height: 1.65; }
.trust { margin-top: 12px; padding: 12px 14px; border-radius: 12px; background: var(--hnj-mint); color: var(--hnj-teal-dark); font-size: 12px; }

/* Jegy */
.ticket-premium { padding: 28px; border-top: 0; }
.ticket-premium-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin-bottom: 17px; }
.ticket-premium-head h2 { margin: 7px 0 0; font-size: 30px; }
.ticket-premium-price { flex: 0 0 auto; text-align: right; }
.ticket-premium-price strong { display:block; color:var(--hnj-teal-dark); font-size:36px; line-height:1; font-weight:950; letter-spacing:-.04em; }
.ticket-premium-price span { display: block; margin-top: 7px; color: var(--hnj-muted); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.ticket-premium-info { display: flex; gap: 13px; padding: 16px; border: 1px solid var(--hnj-line); border-radius: 15px; background: #f6fafb; }
.ticket-premium-icon { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; background: #e9f4f5; }
.ticket-premium-info h3 { margin: 0 0 4px; font-size: 17px; }
.ticket-premium-info p { margin: 0; color: var(--hnj-muted); font-size: 12px; }
.ticket-premium-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.ticket-premium-meta span { padding: 6px 10px; border: 1px solid var(--hnj-line); border-radius: 999px; color: #4a626a; font-size: 10px; font-weight: 850; }
.ticket-premium-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--hnj-orange-gradient);
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .02em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(242,140,40,.30);
}
.ticket-premium-cta.is-disabled { cursor:default; box-shadow:none; opacity:.82; background:linear-gradient(135deg,#60777b,#435b60); }
.ticket-premium-cta.is-disabled:hover { transform:none; }
.ticket-premium-alert { margin-top: 11px; padding: 10px 12px; border-radius: 11px; background: #fff6e9; color: #8d5420; font-size: 11px; }
.ticket-premium-more { margin-top:14px; overflow:hidden; border:1px solid var(--hnj-line); border-radius:15px; background:#fff; }
.ticket-premium-more > summary { display:flex; align-items:center; justify-content:space-between; gap:10px; min-height:54px; padding:14px 16px; color:var(--hnj-teal-dark); font-size:13px; font-weight:950; cursor:pointer; list-style:none; }
.ticket-premium-more > summary::-webkit-details-marker { display:none; }
.ticket-premium-more > summary::after { content:'⌄'; margin-left:auto; font-size:18px; line-height:1; transition:transform .18s ease; }
.ticket-premium-more[open] > summary::after { transform:rotate(180deg); }
.ticket-premium-more > summary b { flex:0 0 auto; color:var(--hnj-muted); font-size:12px; }
.ticket-premium-more-list { border-top:1px solid var(--hnj-line); }
.ticket-premium-more-item { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:14px; padding:14px 16px; border-bottom:1px solid var(--hnj-line); }
.ticket-premium-more-item:last-child { border-bottom:0; }
.ticket-premium-more-item > div { min-width:0; }
.ticket-premium-more-item strong { display:block; color:#142336; font-size:13px; line-height:1.4; overflow-wrap:anywhere; }
.ticket-premium-more-item small { display:block; margin-top:4px; color:var(--hnj-muted); font-size:10px; line-height:1.4; }
.ticket-premium-more-item > b { color:var(--hnj-teal-dark); font-size:14px; white-space:nowrap; }
.ticket-premium-more-item.is-addon { background:#fbfcfd; }
.ticket-premium-more-item.is-addon small { color:#7b6b54; }

/* Térkép, tények, részletek */
.map { height: 330px; overflow: hidden; border-radius: 15px; background: #e9f0f1; }
.map-actions { display: flex; gap: 8px; margin-top: 10px; }
.map-actions a { padding: 9px 12px; border: 1px solid var(--hnj-line); border-radius: 10px; background: #fff; color: var(--hnj-teal-dark); font-size: 12px; font-weight: 850; text-decoration: none; }
.fact-list { display: grid; gap: 7px; }
.fact { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--hnj-line); }
.fact:last-child { border-bottom: 0; }
.fact span { color: var(--hnj-muted); font-size: 12px; }
.fact b { max-width: 58%; text-align: right; font-size: 12px; }
.detailed-description { padding: 0; overflow: hidden; }
.detailed-description summary { padding: 18px 22px; cursor: pointer; color: var(--hnj-teal-dark); font-weight: 900; }
.detailed-description-body { padding: 0 22px 22px; color: #506970; font-size: 13px; }
.detail-badge { display: inline-flex; margin: 0 6px 8px 0; padding: 6px 9px; border-radius: 999px; background: var(--hnj-mint); color: var(--hnj-teal-dark); font-size: 10px; font-weight: 850; }

/* KapásIndex – kompakt prémium döntési kártya */
.decision {
  --score-color: #f0b642;
  position: relative;
  top: auto;
  z-index: 1;
  min-height: 0;
  padding: 24px;
  overflow: hidden;
  border: 0;
  border-radius: var(--hnj-radius);
  background:
    radial-gradient(circle at 86% 4%, rgba(255,255,255,.07), transparent 34%),
    radial-gradient(circle at 10% 95%, rgba(47,183,183,.12), transparent 38%),
    var(--hnj-teal-gradient);
  color: #fff;
  box-shadow: var(--hnj-shadow-strong);
}
.decision::before { content:''; position:absolute; inset:-45%; background:radial-gradient(circle,rgba(255,255,255,.035) 0%,transparent 68%); pointer-events:none; }
.decision > * { position:relative; z-index:1; }
.decision.score-low { --score-color: #e36e57; }
.decision.score-average { --score-color: #f0b642; }
.decision.score-good { --score-color: #35b789; }
.decision.score-excellent { --score-color: #22c99a; }
.decision-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.decision-top h2 { margin:0; color:#fff; font-size:25px; letter-spacing:-.035em; }
.ai-pill { padding:8px 12px; border:1px solid rgba(255,255,255,.22); border-radius:999px; background:rgba(0,0,0,.14); color:#e8fffa; font-size:10px; font-weight:950; letter-spacing:.09em; }
.score-area { display:grid; grid-template-columns:112px minmax(0,1fr); gap:16px; align-items:center; margin:18px 0; }
.ring {
  width: 112px;
  aspect-ratio: 1;
  padding: 14px;
  border-radius: 50%;
  background: conic-gradient(var(--score-color) 0 var(--score), rgba(255,255,255,.16) var(--score) 100%);
  box-shadow:0 0 0 10px rgba(255,255,255,.035),0 18px 36px rgba(0,0,0,.18);
  box-shadow:0 0 0 10px rgba(255,255,255,.035),0 0 24px color-mix(in srgb,var(--score-color) 38%,transparent),0 18px 36px rgba(0,0,0,.18);
  transition: --score 1.4s cubic-bezier(.16,.84,.32,1), box-shadow .45s ease;
}
.ring > div { display: grid; place-items: center; align-content: center; width: 100%; height: 100%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; background: #0a4a52; text-align: center; }
.ring b { display:block; color:#fff; font-size:34px; line-height:.95; letter-spacing:-.055em; }
.ring small { display: block; margin-top: 7px; color: #c2dfdc; font-size: 9px; font-weight: 950; letter-spacing: .11em; }
.decision-copy h3 { margin:0 0 7px; color:#fff; font-size:21px; line-height:1.18; }
.decision-copy p { margin:0; color:#d6e9e7; font-size:12px; line-height:1.52; }
.signals { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:4px 0 14px; }
.signals .signal:last-child { grid-column:1 / -1; }
.signal { min-width: 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.18); }
.signal span { display: block; color: #b8d6d4; font-size: 10px; }
.signal b { display: block; margin-top: 4px; color: #fff; font-size: 13px; line-height: 1.35; }
.weekend-callout { padding: 13px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(255,255,255,.08); color: #d8e9e7; font-size: 12px; line-height: 1.52; }
.cta-primary {
  display:flex; align-items:center; justify-content:center; min-height:52px; margin-top:15px; padding:13px 18px;
  border-radius:999px; background:var(--hnj-orange-gradient); color:#fff; font-weight:950; text-decoration:none;
  box-shadow:0 12px 28px rgba(242,140,40,.28);
}
.cta-primary:hover { background:var(--hnj-orange-gradient); transform:translateY(-2px); box-shadow:0 16px 34px rgba(242,140,40,.38); }
.cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 9px; }
.cta-secondary { display:flex; align-items:center; justify-content:center; min-height:44px; padding:10px; border:1px solid rgba(255,255,255,.22); border-radius:999px; background:rgba(255,255,255,.06); color:#fff; font-size:12px; font-weight:850; text-decoration:none; cursor:pointer; }
.micro-link { margin-top: 15px; text-align: center; }
.micro-link a { color: #c0eee0; font-size: 12px; font-weight: 900; text-underline-offset: 4px; }

/* Időjárás */
.weather { padding: 20px; }
.weather-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.weather-head h2 { margin: 0; font-size: 20px; }
.weather-head .source { color: var(--hnj-muted); font-size: 10px; }
.weather-loading,
.weather-unavailable { display: grid; place-items: center; min-height: 260px; padding: 22px; border-radius: 14px; background: var(--hnj-surface-soft); color: var(--hnj-muted); text-align: center; }
.weather-unavailable strong,
.weather-unavailable span { display: block; }
.current-forecast { display: grid; grid-template-columns: 1.25fr repeat(3,minmax(0,1fr)); gap: 8px; }
.current,
.fday { min-width:0; padding:12px; border:1px solid rgba(14,90,90,.09); border-radius:14px; background:#fff; box-shadow:0 4px 14px rgba(14,90,90,.035); transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.current { background: #f6fafb; }
.current .label { color: var(--hnj-muted); font-size: 10px; font-weight: 850; }
.current-main { display: grid; grid-template-columns: 42px 1fr; gap: 8px; align-items: center; margin: 10px 0; }
.current-main .weather-icon { font-size: 28px; }
.current-main b { display: block; font-size: 24px; }
.current-main small { display: block; color: var(--hnj-muted); font-size: 9px; }
.metric { display: flex; justify-content: space-between; gap: 8px; padding: 5px 0; border-top: 1px solid #eaf0f1; font-size: 10px; }
.metric span { color: var(--hnj-muted); }
.weather-plan-link { display: block; margin-top: 9px; color: var(--hnj-teal); font-size: 10px; font-weight: 900; text-decoration: none; }
.fday { text-align: center; }
.fday.is-best { border-color:#73cfb2; background:linear-gradient(180deg,#f2fbf7,#fff); box-shadow:0 8px 22px rgba(16,185,129,.10); }
.fday strong { display: block; text-transform: capitalize; font-size: 12px; }
.fday .date { display: block; color: var(--hnj-muted); font-size: 9px; }
.fday .weather-icon { margin: 8px 0; font-size: 26px; }
.temps { font-size: 16px; font-weight: 950; }
.temps span { color: var(--hnj-muted); font-weight: 700; }
.forecast-score { margin-top: 7px; color: var(--hnj-muted); font-size: 9px; }
.forecast-gust { margin-top:5px; color:#5b737b; font-size:9px; font-weight:800; }
.metric-gust b { color:var(--hnj-orange-dark); }
.fday small { display: block; margin-top: 5px; color: var(--hnj-teal); font-size: 9px; font-weight: 850; }

/* Partnerek */
.side-partners { padding:20px; }
.side-partners .section-head { margin-bottom:14px; }
.side-partners .section-head h2 { font-size:22px; }
.side-partners .section-head p { font-size:13px; line-height:1.5; }
.partner-real { min-width:0; margin-top:12px; }
.partner-kicker {
  display:inline-flex;
  margin:0 0 8px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff1df;
  color:var(--hnj-orange-dark);
  font-size:9px;
  font-weight:950;
  letter-spacing:.09em;
}
.partner-real .hnj-nearby-shop-grid,
.partner-real .hnj-nearby-stay-grid { display:grid; gap:10px; }
.partner-real .hnj-nearby-shop,
.partner-real .hnj-nearby-stay {
  display:grid;
  grid-template-columns:84px minmax(0,1fr);
  gap:13px;
  align-items:center;
  padding:12px;
  border:1px solid #d9e6e8;
  border-radius:17px;
  background:linear-gradient(145deg,#fff,#f7fbfb);
  box-shadow:0 8px 24px rgba(14,90,90,.06);
}
.partner-real .hnj-nearby-shop img,
.partner-real .hnj-nearby-stay img {
  width:84px;
  height:84px;
  object-fit:cover;
  border-radius:14px;
  background:#edf4f4;
}
.partner-real .hnj-nearby-shop > div,
.partner-real .hnj-nearby-stay > div { min-width:0; }
.partner-real .hnj-nearby-shop strong,
.partner-real .hnj-nearby-stay strong {
  display:block;
  color:var(--hnj-ink);
  font-size:16px;
  line-height:1.28;
  font-weight:900;
}
.partner-real .hnj-nearby-shop small,
.partner-real .hnj-nearby-stay small {
  display:block;
  margin:5px 0 8px;
  color:var(--hnj-muted);
  font-size:12px;
  line-height:1.4;
}
.partner-real .hnj-nearby-shop a,
.partner-real .hnj-nearby-stay a {
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--hnj-teal-dark);
  color:#fff;
  font-size:11px;
  font-weight:900;
  text-decoration:none;
}
.partner-real--shop .hnj-nearby-shop a { background:var(--hnj-orange-gradient); }
.partner-real .hnj-shop-disclaimer {
  margin-top:8px;
  padding:10px 12px;
  border:1px dashed #cbd9dd;
  border-radius:13px;
  background:#f8fafc;
  color:var(--hnj-muted);
  font-size:11px;
  line-height:1.5;
}
.partner-empty-slot {
  min-width:0;
  margin-top:10px;
  padding:16px;
  border:1px dashed var(--hnj-line);
  border-radius:17px;
  background:#fff;
  box-shadow:0 5px 18px rgba(14,90,90,.035);
}
.partner-empty-slot.is-shop { border-color:#efbb76; background:#fff9f0; }
.partner-empty-slot.is-stay { border-color:#a8d7ce; background:#f3fbf8; }
.partner-empty-slot > span { color:var(--hnj-teal); font-size:9px; font-weight:950; letter-spacing:.08em; }
.partner-empty-slot h3 { margin:7px 0; font-size:17px; line-height:1.3; }
.partner-empty-slot p { margin:0; color:var(--hnj-muted); font-size:12px; line-height:1.55; }
.partner-empty-slot a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin-top:12px;
  padding:10px 15px;
  border-radius:999px;
  background:var(--hnj-teal-dark);
  color:#fff;
  font-size:11px;
  font-weight:900;
  text-decoration:none;
}
.partner-empty-slot.is-shop a { background:var(--hnj-orange-gradient); }

/* Core-ból érkező blokkok – izolált, brand-kompatibilis felületek */
.premium-core-block { margin-bottom: 20px; }
.rules-premium .hnj-rules-fast,
.important-premium .hnj-important-card,
.accom-premium .hnj-accom-cta-v01172 {
  margin: 0;
  border: 0 !important;
  border-radius: var(--hnj-radius);
  background: var(--hnj-surface) !important;
  box-shadow: var(--hnj-shadow);
}
.rules-premium .hnj-rules-fast { padding: 24px; }
.rules-premium .hnj-rules-fast-head { display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin-bottom:16px; }
.rules-premium .hnj-rules-fast-head h2 { margin:0; color:var(--hnj-ink); font-size:24px; }
.rules-premium .hnj-rules-fast-head span { color:var(--hnj-muted); font-size:10px; font-weight:850; }
.rules-premium .hnj-rules-fast-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.rules-premium .hnj-rule-fast-item {
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-height:0;
  padding:12px 14px;
  border:0;
  border-radius:18px;
  background:#f8fafc;
  box-shadow:var(--hnj-shadow-sm);
  text-align:left;
}
.rules-premium .hnj-rule-fast-item .r-ico {
  display:grid; place-items:center; width:44px; height:44px; border-radius:50%;
  background:#edf3f4; color:var(--hnj-teal-dark); font-size:20px; line-height:1;
}
.rules-premium .hnj-rule-fast-item .r-copy { min-width:0; }
.rules-premium .hnj-rule-fast-item .r-name { display:block; margin:0; color:var(--hnj-ink); font-size:12px; font-weight:900; line-height:1.3; }
.rules-premium .hnj-rule-fast-item .r-val { display:block; margin-top:3px; color:var(--hnj-muted); font-size:10px; font-weight:800; line-height:1.35; }
.rules-premium .hnj-rule-fast-item.ok { background:#f1faf7; }
.rules-premium .hnj-rule-fast-item.ok .r-ico { background:#dff6ec; color:#087b58; }
.rules-premium .hnj-rule-fast-item.ok .r-val { color:#087b58; }
.rules-premium .hnj-rule-fast-item.bad { background:#f8fafc; opacity:.72; }
.rules-premium .hnj-rule-fast-item.bad .r-ico { background:#eef2f6; color:#94a3b8; filter:grayscale(1); }
.rules-premium .hnj-rule-fast-item.bad .r-val { color:#94a3b8; text-decoration:line-through; text-decoration-thickness:1px; }
.rules-premium .hnj-rule-fast-note { margin-top:15px; padding-top:12px; border-top:1px dashed #dbe5ea; color:var(--hnj-muted); font-size:11px; }
.important-premium .hnj-important-card,
.accom-premium .hnj-accom-cta-v01172 { padding:22px; color:var(--hnj-ink) !important; }
.important-premium .hnj-important-card h3,
.accom-premium .hnj-accom-cta-v01172 h2,
.accom-premium .hnj-accom-cta-v01172 h3 { color:var(--hnj-teal-dark) !important; }
.important-premium .hnj-important-card p,
.important-premium .hnj-important-card li { font-size:12px; line-height:1.6; }

/* Galéria – Core kompatibilitás */
.premium-gallery { padding: 24px; }
.premium-gallery img { border-radius: 14px; }

/* Fogási tilalmak */
.bans-premium { padding:28px; }
.bans-premium .section-head { margin-bottom:14px; }
.bans-premium .hnj-ban-panel {
  padding:18px;
  border:1px solid #f1c1bb;
  border-radius:18px;
  background:#fff7f5;
  color:#7f1d1d;
}
.bans-premium .hnj-ban-panel.ok { border-color:#b9e5d4; background:#f2fbf7; color:#14532d; }
.bans-premium .hnj-ban-panel.warn { border-color:#f5d48d; background:#fff9e8; color:#78350f; }
.bans-premium .hnj-ban-title { font-size:17px; line-height:1.35; font-weight:950; }
.bans-premium .hnj-ban-names { margin-top:8px; font-size:13px; line-height:1.65; font-weight:750; }
.bans-premium .hnj-ban-detail { margin-top:10px; font-size:13px; line-height:1.65; }
.bans-premium .hnj-ban-note,
.bans-premium .hnj-no-data { margin:12px 0 0; color:var(--hnj-muted); font-size:12px; line-height:1.55; }
.bans-premium .hnj-table { width:100%; margin-top:14px; border-collapse:collapse; font-size:12px; }
.bans-premium .hnj-table th,
.bans-premium .hnj-table td { padding:9px 8px; border-bottom:1px solid var(--hnj-line); text-align:left; }

/* Lábléc */
.hnj-ftr { margin-top: 20px; background: #071827; color: #d6e2e8; }
.hnj-ftr-in { width: min(1248px, calc(100% - 36px)); margin: 0 auto; padding: 44px 0 28px; }
.hnj-ftr-top { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 34px; }
.hnj-ftr-brand { color: #fff; font-weight: 900; }
.hnj-ftr-tag { max-width: 360px; color: #9bb0ba; font-size: 12px; }
.hnj-ftr h4 { margin: 0 0 12px; color: #fff; font-size: 13px; }
.hnj-ftr ul { margin: 0; padding: 0; list-style: none; }
.hnj-ftr li { margin: 7px 0; }
.hnj-ftr a { color: #bed0d7; font-size: 12px; text-decoration: none; }
.hnj-ftr a:hover { color: #fff; }
.hnj-ftr-imp { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #91a6b0; font-size: 10px; line-height: 1.65; }
.hnj-ftr-copy { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; color: #7f95a0; font-size: 10px; }

/* Fallback fejléc – csak ha a főoldali modul nem érhető el */
.hnj-site-header { border-bottom: 1px solid var(--hnj-line); background: #fff; }
.hnj-site-header-in { display: flex; align-items: center; gap: 24px; width: min(1248px,calc(100% - 36px)); min-height: 70px; margin: 0 auto; }
.hnj-site-logo { display: flex; align-items: center; gap: 9px; color: var(--hnj-ink); font-weight: 950; text-decoration: none; }
.hnj-site-logo-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--hnj-orange); }
.hnj-site-logo-text span { color: var(--hnj-orange); }
.hnj-site-nav { display: flex; gap: 17px; margin-left: auto; }
.hnj-site-nav a { color: #425b63; font-size: 12px; font-weight: 750; text-decoration: none; }
.hnj-site-actions { display: flex; gap: 8px; }
.hnj-site-back,
.hnj-site-cta { padding: 9px 12px; border: 1px solid var(--hnj-line); border-radius: 10px; background: #fff; color: var(--hnj-teal-dark); font-size: 11px; font-weight: 850; text-decoration: none; }
.hnj-site-cta { border-color: var(--hnj-orange); background: var(--hnj-orange); color: #fff; }

/* Mobil alsó sáv */
.mobile-quick-nav { display: none; }
.mobile-quick-nav a, .mobile-quick-nav button { font: inherit; }
.hnj-v3-preview { position: fixed; right: 8px; bottom: 8px; z-index: 9999; padding: 5px 8px; border-radius: 999px; background: #111; color: #fff; font-size: 9px; }

/* Interakciók */
.icon-btn,
.gallery,
.waterfront-hub-actions button,
.cta-primary,
.cta-secondary,
.mini-btn,
.partner-empty-slot a,
.ticket-premium-cta { transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.icon-btn:hover,
.gallery:hover,
.waterfront-hub-actions button:hover,
.cta-primary:hover,
.cta-secondary:hover,
.mini-btn:hover,
.partner-empty-slot a:hover,
.ticket-premium-cta:hover { transform: translateY(-2px); }

@media (max-width: 1100px) {
  body.hnj-v3-exact .layout { grid-template-columns: minmax(0,1fr) 350px; grid-template-areas: "main side"; gap: 20px; }
  .score-area { grid-template-columns: 124px minmax(0,1fr); gap: 16px; }
  .ring { width: 124px; }
  .ring b { font-size: 37px; }
  .decision { padding: 22px; }
  .source-facts-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  body.hnj-v3-exact { padding-bottom: 0; }
  .page { padding-top: 16px; }
  .shell { width: calc(100% - 20px); }
  body.hnj-v3-exact .layout { display: grid; grid-template-columns: 1fr; grid-template-areas: none; gap: 0; }
  body.hnj-v3-exact .layout > .main,
  body.hnj-v3-exact .layout > .side { grid-area: auto; display: contents; }
  .hero { order: 1; height: 330px; }
  .decision { order: 2; position: relative; top: auto; min-height: 0; }
  .ticket-premium { order: 3; }
  .weekend-plan { order: 4; }
  .weather { order: 5; }
  .waterfront-hub { order: 6; }
  .side-partners { order: 7; }
  .side-map-card { order: 8; }
  .lake-intelligence { order: 9; }
  .ai-cimbora { order: 10; }
  .source-facts-section { order: 11; }
  .bans-premium { order: 12; }
  .target-section { order: 13; }
  .decision-support { order: 14; }
  .premium-gallery { order: 15; }
  .explainer { order: 16; }
  .rules-premium { order: 17; }
  .important-premium { order: 18; }
  .accom-premium { order: 19; }
  .detailed-description { order: 20; }
  .side-facts-card { order: 21; }
  .main > *,
  .side > * { margin-bottom: 14px; }
  .decision-top h2 { font-size: 28px; }
  .score-area { grid-template-columns: 132px minmax(0,1fr); }
  .ring { width: 132px; }
  .signals { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .plan-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 2px 10px; }
  .plan-day { flex: 0 0 min(82vw, 285px); scroll-snap-align: start; }
  .current-forecast { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .current,
  .fday { flex: 0 0 205px; scroll-snap-align: start; }
  .ki-factor-grid { grid-template-columns: 1fr 1fr; }
  .fish-tabs { grid-template-columns: 1fr; }
  .hnj-ftr-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .hnj-ftr-top > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  .section,
  .weekend-plan,
  .lake-intelligence,
  .explainer,
  .waterfront-hub,
  .ai-cimbora,
  .source-facts-section,
  .target-section,
  .decision-support,
  .ticket-premium { padding: 20px; }
  .crumb { overflow-x: auto; white-space: nowrap; }
  .titleline h1 { font-size: 31px; }
  .head-actions .icon-btn { width: 40px; height: 40px; }
  .chiprow { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  .chip { flex: 0 0 auto; }
  .hm-status { align-items: flex-start; flex-wrap: wrap; }
  .hm-status a { width: 100%; margin-left: 0; }
  .social-proof-bar { display: block; }
  .social-proof-quote { max-width: none; margin-top: 8px; text-align: left; }
  .hero { height: 340px; }
  .hero-badges { top: 12px; left: 12px; right:54px; }
  .gallery { right: 12px; top: 12px; bottom:auto; width:40px; height:40px; padding:0; overflow:hidden; font-size:0; display:grid; place-items:center; }
  .gallery::before { content:'▦'; font-size:20px; }
  .hero-registry { left:12px; right:12px; bottom:12px; grid-template-columns:repeat(3,minmax(145px,1fr)); gap:7px; padding-right:0; overflow-x:auto; scrollbar-width:none; }
  .hero-registry::-webkit-scrollbar { display:none; }
  .hero-registry > div { padding:9px 10px; }
  .hero-registry small { font-size:8px; }
  .hero-registry b { font-size:10px; }
  .weekend-plan-head { display: block; }
  .weekend-plan-badge { display: inline-flex; margin-top: 12px; max-width: 100%; }
  .section-head h2,
  .weekend-plan-head h2,
  .lake-intelligence h2 { font-size: 25px; }
  .score-area { grid-template-columns: 104px minmax(0,1fr); gap: 14px; }
  .ring { width: 104px; padding: 10px; }
  .ring b { font-size: 32px; }
  .ring small { font-size: 7px; }
  .decision { padding: 20px; }
  .decision-copy h3 { font-size: 21px; }
  .decision-copy p { font-size: 12px; }
  .signals { grid-template-columns: 1fr; gap: 8px; }
  .signal { padding-top: 9px; }
  .cta-row { grid-template-columns: 1fr 1fr; }
  .ki-story-grid,
  .ki-factor-grid,
  .waterfront-hub-grid,
  .ai-answers,
  .source-facts-grid,
  .bait-grid,
  .decision-help { grid-template-columns: 1fr; }
  .waterfront-hub-head { display: block; }
  .waterfront-hub-actions { margin-top: 12px; }
  .waterfront-hub-actions button { flex: 1; }
  .waterfront-top-catch { grid-template-columns: 92px 1fr; }
  .source-facts-grid article { grid-template-columns: 26px 1fr; }
  .shop-bridge { display: block; }
  .mini-btn { margin-top: 12px; }
  .ticket-premium-head { display: block; }
  .ticket-premium-price { margin-top: 14px; text-align: left; }
  .ticket-premium-more > summary { min-height:52px; padding:13px 14px; }
  .ticket-premium-more-item { grid-template-columns:minmax(0,1fr) auto; gap:10px; padding:13px 14px; }
  .ticket-premium-more-item strong { font-size:12px; }
  .ticket-premium-more-item > b { font-size:13px; }
  .rules-premium .hnj-rules-fast-grid { grid-template-columns:1fr; }
  .hnj-ftr-in { width: calc(100% - 28px); padding-top: 34px; }
  .hnj-ftr-top { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
  .hnj-ftr-top > div:first-child,
  .hnj-ftr-top > div:last-child { grid-column: 1 / -1; }
  .hnj-ftr-copy { display: block; }
  .hnj-ftr-copy span { display: block; margin-top: 5px; }
  .hnj-site-nav { display: none; }
  .hnj-site-actions { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.hnj-v3-exact *,
  body.hnj-v3-exact *::before,
  body.hnj-v3-exact *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* 1.8.4 – biztonságos vizuális finomítás; szerkezet és szerveroldali sorrend változatlan */
@media (hover:hover) and (pointer:fine) and (min-width:861px) {
  body.hnj-v3-exact .card:not(.hero):not(.decision),
  body.hnj-v3-exact .premium-core-block > * {
    transition:transform .24s cubic-bezier(.25,.8,.25,1), box-shadow .24s ease;
  }
  body.hnj-v3-exact .card:not(.hero):not(.decision):hover,
  body.hnj-v3-exact .premium-core-block > *:hover {
    transform:translateY(-3px);
    box-shadow:var(--hnj-shadow-hover);
    border-color:rgba(242,140,40,.18);
  }
  body.hnj-v3-exact .plan-day:hover,
  body.hnj-v3-exact .fday:hover {
    transform:translateY(-3px);
    box-shadow:var(--hnj-shadow);
    border-color:rgba(242,140,40,.26);
  }
}

.hot-index { animation:pulse-orange 2.2s infinite; }
@keyframes pulse-orange {
  0% { box-shadow:0 0 0 0 rgba(242,140,40,.50), 0 12px 28px rgba(242,140,40,.28); }
  70% { box-shadow:0 0 0 13px rgba(242,140,40,0), 0 12px 28px rgba(242,140,40,.28); }
  100% { box-shadow:0 0 0 0 rgba(242,140,40,0), 0 12px 28px rgba(242,140,40,.28); }
}

@media (min-width:861px) {
  /* 1.8.3: minden oldalsávi blokk már szerveroldalon, végleges DOM-sorrendben érkezik. */
  body.hnj-v3-exact .layout > .side {
    display:flex !important;
    flex-direction:column;
    gap:14px;
    min-width:0;
  }
  body.hnj-v3-exact .layout > .side > * { width:100%; margin:0 !important; }
  body.hnj-v3-exact .side .ticket-premium { padding:20px; }
  body.hnj-v3-exact .side .side-map-card,
  body.hnj-v3-exact .side .side-facts-card { padding:18px; }
  body.hnj-v3-exact .side .side-map-card .map { height:235px; }
  body.hnj-v3-exact .side .waterfront-hub { padding:18px; }
  body.hnj-v3-exact .side .waterfront-hub-head { display:block; }
  body.hnj-v3-exact .side .waterfront-hub-head h2 { font-size:20px; }
  body.hnj-v3-exact .side .waterfront-hub-head p { font-size:11px; }
  body.hnj-v3-exact .side .waterfront-hub-actions { margin-top:10px; }
  body.hnj-v3-exact .side .waterfront-hub-actions button { flex:1; font-size:10px; padding:8px; }
  body.hnj-v3-exact .side .waterfront-hub-grid { grid-template-columns:1fr; gap:8px; }
  body.hnj-v3-exact .side .waterfront-live-panel,
  body.hnj-v3-exact .side .waterfront-catches-panel { padding:12px; border:0; box-shadow:var(--hnj-shadow-sm); }
  body.hnj-v3-exact .side .waterfront-empty p { font-size:10px; }
}

@media (max-width:760px) {
  body.hnj-v3-exact { padding-bottom:calc(126px + env(safe-area-inset-bottom)); }

  /* Tiszta, egysoros mobil fejléc: a hosszú menü nem törhet több sorba. */
  body.hnj-v3-exact .hnj-site-header { background:#fff !important; border-bottom:0 !important; box-shadow:0 4px 18px rgba(15,23,42,.06); }
  body.hnj-v3-exact .hnj-site-header-in {
    display:flex !important; align-items:center !important; gap:8px !important;
    min-height:58px !important; width:100% !important; padding:8px 12px !important;
  }
  body.hnj-v3-exact .hnj-site-logo { min-width:0 !important; flex:1 1 auto !important; }
  body.hnj-v3-exact .hnj-site-logo-img { display:block !important; width:148px !important; max-width:148px !important; height:auto !important; max-height:38px !important; object-fit:contain !important; }
  body.hnj-v3-exact .hnj-site-nav { display:none !important; }
  body.hnj-v3-exact .hnj-site-actions { display:flex !important; flex:0 0 auto !important; gap:6px !important; margin:0 !important; }
  body.hnj-v3-exact .hnj-site-back,
  body.hnj-v3-exact .hnj-site-cta { min-height:36px !important; padding:8px 10px !important; border-radius:12px !important; font-size:11px !important; line-height:1 !important; white-space:nowrap !important; }
  body.hnj-v3-exact .hnj-site-back { width:38px !important; padding:0 !important; overflow:hidden !important; font-size:0 !important; }
  body.hnj-v3-exact .hnj-site-back::before { content:'←'; font-size:20px; }
  body.hnj-v3-exact .hnj-site-cta { background:var(--hnj-orange-gradient) !important; border:0 !important; color:#fff !important; }

  /* Egy fő vásárlási CTA + kis gyorslinkek, a korábbi hat nagy színes gomb helyett. */
  body.hnj-v3-exact .mobile-quick-nav {
    position:fixed; left:8px; right:8px; bottom:max(8px,env(safe-area-inset-bottom)); z-index:9997;
    display:block; padding:8px; border:1px solid rgba(219,229,234,.88); border-radius:22px;
    background:rgba(255,255,255,.94); -webkit-backdrop-filter:blur(18px); backdrop-filter:blur(18px);
    box-shadow:0 18px 46px rgba(15,23,42,.20);
  }
  body.hnj-v3-exact .mqn-buy {
    display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:8px; min-height:48px; padding:10px 14px;
    border-radius:999px; background:var(--hnj-orange-gradient); color:#fff; text-decoration:none; box-shadow:0 10px 26px rgba(242,140,40,.34);
  }
  body.hnj-v3-exact .mqn-buy span { font-size:18px; }
  body.hnj-v3-exact .mqn-buy strong { font-size:14px; font-weight:950; }
  body.hnj-v3-exact .mqn-buy em { font-style:normal; font-size:12px; font-weight:900; }
  body.hnj-v3-exact .mqn-links { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:4px; margin-top:5px; }
  body.hnj-v3-exact .mqn-links a,
  body.hnj-v3-exact .mqn-links button {
    display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; min-width:0; min-height:38px; padding:4px 2px;
    border:0; border-radius:10px; background:transparent; color:#334155; font-size:9px; font-weight:850; line-height:1; text-decoration:none; cursor:pointer;
  }
  body.hnj-v3-exact .mqn-links span { font-size:14px; }
  body.hnj-v3-exact .rules-premium .hnj-rules-fast-grid { grid-template-columns:1fr; }
}

@media (max-width:640px) {
  /* Natív app-ritmus: a tartalmi kártyák kilépnek az oldalsó dobozkeretből. */
  body.hnj-v3-exact .page { padding-top:12px; }
  body.hnj-v3-exact .shell { width:100%; }
  body.hnj-v3-exact .crumb,
  body.hnj-v3-exact .titleline,
  body.hnj-v3-exact .chiprow,
  body.hnj-v3-exact .hm-status,
  body.hnj-v3-exact .social-proof-bar { margin-left:14px; margin-right:14px; }
  body.hnj-v3-exact .layout .card,
  body.hnj-v3-exact .premium-core-block > * {
    width:auto !important; margin-left:10px !important; margin-right:10px !important;
    border-radius:20px; box-shadow:0 8px 24px rgba(14,90,90,.07);
  }
  body.hnj-v3-exact .hero { height:300px; border-radius:22px; }
  body.hnj-v3-exact .main > *,
  body.hnj-v3-exact .side > * { margin-bottom:10px; }
  body.hnj-v3-exact .section,
  body.hnj-v3-exact .weekend-plan,
  body.hnj-v3-exact .lake-intelligence,
  body.hnj-v3-exact .explainer,
  body.hnj-v3-exact .waterfront-hub,
  body.hnj-v3-exact .ai-cimbora,
  body.hnj-v3-exact .source-facts-section,
  body.hnj-v3-exact .target-section,
  body.hnj-v3-exact .decision-support,
  body.hnj-v3-exact .ticket-premium { padding:18px; }
  body.hnj-v3-exact .decision { padding:20px; }
  body.hnj-v3-exact .score-area { grid-template-columns:96px minmax(0,1fr); gap:13px; }
  body.hnj-v3-exact .ring { width:96px; padding:9px; }
  body.hnj-v3-exact .ring b { font-size:30px; }

  /* Kompakt, felnőttes szabálylista: nincs több nagy üres ikonfal. */
  body.hnj-v3-exact .rules-premium .hnj-rules-fast { padding:18px; }
  body.hnj-v3-exact .rules-premium .hnj-rules-fast-grid { display:block !important; }
  body.hnj-v3-exact .rules-premium .hnj-rule-fast-item {
    display:flex !important; align-items:center !important; gap:12px !important;
    min-height:0 !important; padding:13px 0 !important;
    border:0 !important; border-bottom:1px solid rgba(14,90,90,.09) !important;
    border-radius:0 !important; background:transparent !important; box-shadow:none !important; opacity:1;
  }
  body.hnj-v3-exact .rules-premium .hnj-rule-fast-item:last-child { border-bottom:0 !important; }
  body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-ico {
    width:44px !important; height:44px !important; flex:0 0 44px !important;
    border-radius:14px !important; font-size:20px !important;
  }
  body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-name { font-size:13px !important; }
  body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-val { font-size:11px !important; text-decoration:none; }
  body.hnj-v3-exact .rules-premium .hnj-rule-fast-item.bad .r-val { text-decoration:line-through; }
}

@media (prefers-reduced-motion: reduce) {
  body.hnj-v3-exact .hot-index { animation:none !important; }
}

/* 1.8.6 – micro polish: tipográfia, időjárás, trend, mobil CTA-k */
body.hnj-v3-exact .weather-head h2 { font-size: 24px; line-height: 1.12; letter-spacing: -.03em; }
body.hnj-v3-exact .weather-head .source { font-size: 12px; line-height: 1.35; }
body.hnj-v3-exact .current .label { font-size: 13px; }
body.hnj-v3-exact .current-main b { font-size: 30px; line-height: 1; letter-spacing: -.03em; }
body.hnj-v3-exact .current-main small { font-size: 13px; line-height: 1.35; }
body.hnj-v3-exact .metric { font-size: 13px; padding: 7px 0; }
body.hnj-v3-exact .weather-plan-link { margin-top: 12px; font-size: 13px; line-height: 1.35; }
body.hnj-v3-exact .fday strong { font-size: 16px; }
body.hnj-v3-exact .fday .date { font-size: 12px; }
body.hnj-v3-exact .temps { font-size: 19px; }
body.hnj-v3-exact .forecast-score { font-size: 12px; line-height: 1.4; }
body.hnj-v3-exact .fday small { font-size: 13px; line-height: 1.4; }
body.hnj-v3-exact .pressure-title b { font-size: 18px; }
body.hnj-v3-exact .trend-now,
body.hnj-v3-exact .trend-pill { font-size: 12px; line-height: 1.35; }
body.hnj-v3-exact .chart-wrap { min-height: 0; height: 188px; }
body.hnj-v3-exact .chart-wrap svg { width: 100%; height: 100%; display: block; }
body.hnj-v3-exact .chart-note,
body.hnj-v3-exact .projection-note { font-size: 13px; line-height: 1.6; }
body.hnj-v3-exact .waterfront-hub-head p,
body.hnj-v3-exact .partner-empty-slot p,
body.hnj-v3-exact .ticket-premium-info p,
body.hnj-v3-exact .important-premium .hnj-important-card p,
body.hnj-v3-exact .important-premium .hnj-important-card li { font-size: 14px; }
body.hnj-v3-exact .waterfront-hub-actions button { min-height: 50px; padding: 11px 16px; font-size: 14px; border-radius: 15px; }
body.hnj-v3-exact .ticket-premium-cta { min-height: 62px; font-size: 16px; }
body.hnj-v3-exact .partner-empty-slot a { min-height: 46px; padding: 12px 16px; font-size: 12px; align-items: center; justify-content: center; }
body.hnj-v3-exact .map-actions a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; }
body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-copy,
body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-name,
body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-val { min-width: 0; overflow-wrap: anywhere; }

@media (min-width: 861px) {
  body.hnj-v3-exact .side .weather { padding: 22px; }
  body.hnj-v3-exact .side .weather-head { display: block; margin-bottom: 16px; }
  body.hnj-v3-exact .side .weather-head .source { display: block; margin-top: 4px; }
  body.hnj-v3-exact .side .current-forecast {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  body.hnj-v3-exact .side .current {
    grid-column: 1 / -1;
    padding: 14px;
  }
  body.hnj-v3-exact .side .current-main { grid-template-columns: 48px 1fr; gap: 10px; margin: 8px 0; }
  body.hnj-v3-exact .side .current-main .weather-icon { font-size: 32px; }
  body.hnj-v3-exact .side .current-main b { font-size: 32px; white-space: nowrap; }
  body.hnj-v3-exact .side .current-main small { font-size: 13px; }
  body.hnj-v3-exact .side .metric { font-size: 13px; }
  body.hnj-v3-exact .side .weather-plan-link { font-size: 14px; }
  body.hnj-v3-exact .side .fday { padding: 12px 10px; }
  body.hnj-v3-exact .side .fday strong { font-size: 15px; }
  body.hnj-v3-exact .side .fday .date { font-size: 11px; }
  body.hnj-v3-exact .side .fday .weather-icon { font-size: 28px; }
  body.hnj-v3-exact .side .temps { font-size: 17px; }
  body.hnj-v3-exact .side .forecast-score { font-size: 11px; }
  body.hnj-v3-exact .side .fday small { font-size: 12px; }
}

@media (max-width: 760px) {
  body.hnj-v3-exact { padding-bottom: calc(252px + env(safe-area-inset-bottom)); }
  body.hnj-v3-exact .mobile-quick-nav {
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    padding: 11px;
    border-radius: 28px;
  }
  body.hnj-v3-exact .mqn-buy {
    min-height: 64px;
    padding: 14px 18px;
    gap: 10px;
  }
  body.hnj-v3-exact .mqn-buy span { font-size: 22px; }
  body.hnj-v3-exact .mqn-buy strong { font-size: 17px; }
  body.hnj-v3-exact .mqn-buy em { font-size: 15px; }
  body.hnj-v3-exact .mqn-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 9px;
  }
  body.hnj-v3-exact .mqn-links a,
  body.hnj-v3-exact .mqn-links button {
    min-height: 68px;
    padding: 9px 7px;
    border-radius: 17px;
    background: #f6fafb;
    color: #23414b;
    box-shadow: inset 0 0 0 1px rgba(14, 90, 90, .10);
    font-size: 10px;
    line-height: 1.15;
  }
  body.hnj-v3-exact .mqn-links span { font-size: 23px; line-height:1; }
  body.hnj-v3-exact .mqn-links b { display: block; font-size: 12px; line-height:1.15; font-weight: 900; }
  body.hnj-v3-exact .hnj-v3-preview { bottom:calc(244px + env(safe-area-inset-bottom)); }
}

@media (max-width: 640px) {
  body.hnj-v3-exact .pressure-title { display: block; }
  body.hnj-v3-exact .pressure-title-meta { justify-content: flex-start; margin-top: 10px; }
  body.hnj-v3-exact .trend-now,
  body.hnj-v3-exact .trend-pill { padding: 8px 12px; }
  body.hnj-v3-exact .chart-wrap { height: 160px; margin-top: 12px; }
  body.hnj-v3-exact .chart-note,
  body.hnj-v3-exact .projection-note { font-size: 14px; }
  body.hnj-v3-exact .current-forecast { gap: 10px; padding-bottom: 4px; scroll-padding: 0 10px; }
  body.hnj-v3-exact .current,
  body.hnj-v3-exact .fday { flex: 0 0 228px; }
  body.hnj-v3-exact .current-main { grid-template-columns: 44px 1fr; }
  body.hnj-v3-exact .current-main b { font-size: 34px; }
  body.hnj-v3-exact .current-main small { font-size: 12px; }
  body.hnj-v3-exact .metric { font-size: 12px; }
  body.hnj-v3-exact .waterfront-hub-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  body.hnj-v3-exact .waterfront-hub-actions button { width: 100%; min-height: 52px; font-size: 15px; }
  body.hnj-v3-exact .partner-real .hnj-nearby-shop,
  body.hnj-v3-exact .partner-real .hnj-nearby-stay { grid-template-columns:76px minmax(0,1fr); padding:10px; }
  body.hnj-v3-exact .partner-real .hnj-nearby-shop img,
  body.hnj-v3-exact .partner-real .hnj-nearby-stay img { width:76px; height:76px; }
  body.hnj-v3-exact .bans-premium { padding:20px; }
  body.hnj-v3-exact .partner-empty-slot a,
  body.hnj-v3-exact .ticket-premium-cta,
  body.hnj-v3-exact .cta-primary,
  body.hnj-v3-exact .cta-secondary { min-height: 54px; font-size: 15px; }
}


/* 1.8.7 – nyelvi és UI finomítás */
body.hnj-v3-exact .metric.metric-gust {
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid rgba(242,140,40,.24);
  border-radius: 14px;
  background: linear-gradient(180deg,#fff7ec,#fff1df);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}
body.hnj-v3-exact .metric.metric-gust span {
  color: #9a5a10;
  font-weight: 900;
  letter-spacing: .01em;
}
body.hnj-v3-exact .metric.metric-gust b {
  color: var(--hnj-orange-dark);
  font-size: 16px;
  font-weight: 950;
}
body.hnj-v3-exact .forecast-gust {
  margin-top: 8px;
  padding: 7px 9px;
  border-radius: 999px;
  background: #fff4e8;
  color: var(--hnj-orange-dark);
  font-size: 10px;
  font-weight: 950;
}
body.hnj-v3-exact .hero-registry b { font-size: 12px; }
body.hnj-v3-exact .waterfront-hub-actions {
  gap: 12px;
}
body.hnj-v3-exact .waterfront-hub-actions button {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:58px;
  font-size:16px;
  font-weight:900;
  letter-spacing:-.01em;
}
body.hnj-v3-exact .waterfront-hub-actions button span { font-size: 18px; line-height:1; }
body.hnj-v3-exact .waterfront-hub-actions button strong { font-size: 16px; font-weight: 900; }
body.hnj-v3-exact .hnj-ftr-brand {
  display: inline-flex;
  align-items: center;
  padding: 14px 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(2,12,27,.18);
}
body.hnj-v3-exact .hnj-ftr-brand img,
body.hnj-v3-exact .hnj-ftr-brand svg {
  display:block;
  max-width:100%;
  height:auto;
}
body.hnj-v3-exact .hnj-ftr-tag { margin-top: 14px; }
body.hnj-v3-exact #hnj-bite-text {
  font-size: 14px;
  line-height: 1.7;
}
body.hnj-v3-exact .decision-copy h3 {
  line-height: 1.1;
}
@media (max-width: 760px) {
  body.hnj-v3-exact { padding-bottom: calc(276px + env(safe-area-inset-bottom)); }
  body.hnj-v3-exact .mqn-links a,
  body.hnj-v3-exact .mqn-links button {
    min-height: 78px;
    padding: 10px 8px;
    border-radius: 19px;
  }
  body.hnj-v3-exact .mqn-links span { font-size: 24px; }
  body.hnj-v3-exact .mqn-links b { font-size: 13px; line-height: 1.2; }
  body.hnj-v3-exact .waterfront-hub-actions button {
    min-height: 58px;
    font-size: 16px;
  }
  body.hnj-v3-exact .waterfront-hub-actions button strong { font-size: 16px; }
  body.hnj-v3-exact .metric.metric-gust b { font-size: 17px; }
  body.hnj-v3-exact .hnj-ftr-brand { padding: 12px 14px; border-radius: 18px; }
}
@media (max-width: 640px) {
  body.hnj-v3-exact .pressure-title-meta {
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    width:min(100%, 320px);
  }
  body.hnj-v3-exact .trend-now,
  body.hnj-v3-exact .trend-pill {
    justify-content:flex-start;
    width:100%;
    font-size:14px;
    padding:10px 14px;
  }
  body.hnj-v3-exact .chart-wrap { height: 176px; }
  body.hnj-v3-exact #hnj-bite-text { font-size: 15px; line-height: 1.72; }
}

/* 1.8.9 – közérthető Fronthelyzet modul */
body.hnj-v3-exact .signal-front,
body.hnj-v3-exact .signal-turnover {
  padding: 12px 10px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.07);
}
body.hnj-v3-exact .signal-front span,
body.hnj-v3-exact .signal-turnover span { color:#b8d6d4; }
body.hnj-v3-exact .signal-front b,
body.hnj-v3-exact .signal-turnover b { color:#fff; }
body.hnj-v3-exact .front-status-card {
  margin-bottom: 12px;
  padding: 15px;
  border: 1px solid #dbe7ea;
  border-radius: 18px;
  background: linear-gradient(145deg,#f7fbfc,#fff);
  box-shadow: 0 7px 22px rgba(14,90,90,.06);
}
body.hnj-v3-exact .front-status-card.is-cold {
  border-color: #b7d9ef;
  background: linear-gradient(145deg,#eef8ff,#fff);
}
body.hnj-v3-exact .front-status-card.is-warm {
  border-color: #f4c38c;
  background: linear-gradient(145deg,#fff5e9,#fff);
}
body.hnj-v3-exact .front-status-card.is-none {
  border-color: #b9ddd2;
  background: linear-gradient(145deg,#f0fbf7,#fff);
}
body.hnj-v3-exact .front-status-head {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) auto;
  gap: 10px;
  align-items: center;
}
body.hnj-v3-exact .front-status-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255,255,255,.84);
  box-shadow: inset 0 0 0 1px rgba(14,90,90,.10);
  font-size: 21px;
}
body.hnj-v3-exact .front-status-head small {
  display: block;
  color: var(--hnj-muted);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .08em;
}
body.hnj-v3-exact .front-status-head h3 {
  margin: 2px 0 0;
  color: var(--hnj-ink);
  font-size: 17px;
  line-height: 1.15;
}
body.hnj-v3-exact .front-status-head em {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--hnj-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}
body.hnj-v3-exact .front-status-card > p {
  margin: 12px 0 0;
  color: #304b55;
  font-size: 13px;
  line-height: 1.55;
}
body.hnj-v3-exact .front-angler {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 13px;
  background: rgba(7,63,70,.06);
  color: #173a43;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}
@media (max-width: 640px) {
  body.hnj-v3-exact .front-status-card { padding: 14px; }
  body.hnj-v3-exact .front-status-head { grid-template-columns: 42px minmax(0,1fr); }
  body.hnj-v3-exact .front-status-head em { grid-column: 2; justify-self: start; }
  body.hnj-v3-exact .front-status-head h3 { font-size: 18px; }
  body.hnj-v3-exact .front-status-card > p,
  body.hnj-v3-exact .front-angler { font-size: 14px; }
}


/* 1.8.10 – rétegződés/átkeveredési kockázat */
body.hnj-v3-exact .turnover-risk-card{margin:0 0 14px;padding:16px;border:1px solid #f0cf86;border-radius:18px;background:linear-gradient(145deg,#fffaf0,#fff);box-shadow:0 8px 24px rgba(133,77,14,.07)}
body.hnj-v3-exact .turnover-risk-card.is-high{border-color:#ef9a87;background:linear-gradient(145deg,#fff4f1,#fff)}
body.hnj-v3-exact .turnover-risk-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center}
body.hnj-v3-exact .turnover-risk-head>span{font-size:28px}
body.hnj-v3-exact .turnover-risk-head small{display:block;color:#98631f;font-size:10px;font-weight:950;letter-spacing:.08em}
body.hnj-v3-exact .turnover-risk-head h3{margin:2px 0 0;font-size:17px;line-height:1.2}
body.hnj-v3-exact .turnover-risk-head em{font-style:normal;font-size:10px;font-weight:900;color:#7a5d30}
body.hnj-v3-exact .turnover-risk-card p{margin:12px 0 8px;color:#3e4f55;font-size:13px;line-height:1.55}
body.hnj-v3-exact .turnover-angler{padding:10px 12px;border-radius:13px;background:rgba(255,255,255,.75);font-size:13px;line-height:1.55;font-weight:700}
@media(max-width:640px){body.hnj-v3-exact .turnover-risk-head{grid-template-columns:auto minmax(0,1fr)}body.hnj-v3-exact .turnover-risk-head em{grid-column:2}body.hnj-v3-exact .turnover-risk-card p,body.hnj-v3-exact .turnover-angler{font-size:14px}}


/* 1.8.11 – tartalmi prioritás, partner-konverzió és V2-safe vizuális javítás */
body.hnj-v3-exact .partner-empty-slot.is-stay a,
body.hnj-v3-exact .partner-real--stay a {
  background: var(--hnj-teal-dark) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
body.hnj-v3-exact .partner-empty-slot.is-shop a,
body.hnj-v3-exact .partner-real--shop a {
  color: #111827 !important;
  -webkit-text-fill-color: #111827;
}
body.hnj-v3-exact .side-partners {
  border-color: rgba(242,140,40,.22);
  box-shadow: 0 14px 34px rgba(14,90,90,.09);
}
body.hnj-v3-exact .decision .cta-secondary {
  line-height: 1.25;
  text-align: center;
}
body.hnj-v3-exact #why-index { scroll-margin-top: 96px; }


/* 1.8.12 – következő 3 nap, olvasható KapásIndex és tördelési javítások */
body.hnj-v3-exact .decision .score-area {
  margin-bottom: 12px;
}
body.hnj-v3-exact .decision-copy .decision-lead {
  margin: 0;
  color: #e1f0ee;
  font-size: 13px;
  line-height: 1.55;
}
body.hnj-v3-exact .decision-advice-list {
  display: grid;
  gap: 7px;
  margin: 0 0 14px;
  font-size: inherit;
  line-height: normal;
}
body.hnj-v3-exact .decision-advice-item {
  display: grid;
  grid-template-columns: 25px minmax(0,1fr);
  gap: 8px;
  align-items: start;
  padding: 9px 10px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  background: rgba(255,255,255,.065);
}
body.hnj-v3-exact .decision-advice-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  font-size: 14px;
  line-height: 1;
}
body.hnj-v3-exact .decision-advice-item strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .055em;
  text-transform: uppercase;
}
body.hnj-v3-exact .decision-advice-item p {
  margin: 0;
  color: #d6e9e7;
  font-size: 11.5px;
  line-height: 1.48;
}
body.hnj-v3-exact .decision .weekend-callout {
  margin-top: 2px;
}
body.hnj-v3-exact .ticket-premium-head .eyebrow {
  width: auto;
  max-width: 210px;
  min-height: 0;
  padding: 8px 14px;
  border-radius: 999px;
  line-height: 1.25;
  white-space: normal;
}
body.hnj-v3-exact .ticket-premium-cta {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  justify-content: stretch;
  gap: 10px;
  min-width: 0;
  padding: 15px 19px;
  border-radius: 22px;
  text-align: left;
  line-height: 1.25;
}
body.hnj-v3-exact .ticket-cta-icon {
  font-size: 19px;
  line-height: 1;
}
body.hnj-v3-exact .ticket-cta-label {
  min-width: 0;
  overflow-wrap: anywhere;
}
body.hnj-v3-exact .ticket-cta-arrow {
  font-size: 23px;
  line-height: 1;
}
body.hnj-v3-exact .plan-day {
  height: 100%;
}
body.hnj-v3-exact .plan-body p {
  overflow-wrap: anywhere;
}
body.hnj-v3-exact .signal-front b,
body.hnj-v3-exact .signal-turnover b {
  overflow-wrap: anywhere;
}
@media (max-width: 1100px) and (min-width: 861px) {
  body.hnj-v3-exact .decision-advice-item {
    padding: 8px 9px;
  }
  body.hnj-v3-exact .decision-advice-item p {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  body.hnj-v3-exact .decision-copy .decision-lead {
    font-size: 14px;
    line-height: 1.55;
  }
  body.hnj-v3-exact .decision-advice-item {
    grid-template-columns: 28px minmax(0,1fr);
    padding: 10px 11px;
  }
  body.hnj-v3-exact .decision-advice-icon {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
  body.hnj-v3-exact .decision-advice-item p {
    font-size: 13px;
    line-height: 1.5;
  }
  body.hnj-v3-exact .ticket-premium-head .eyebrow {
    max-width: 185px;
    padding: 7px 12px;
    font-size: 10px;
  }
  body.hnj-v3-exact .ticket-premium-cta {
    min-height: 58px;
    padding: 13px 16px;
    border-radius: 20px;
    font-size: 14px;
  }
}

/* 1.8.13 – V3 élesítés, kompakt mobilnav, megosztás és tartalmi sorrend */
body.hnj-v3-exact #kapasindex-top,
body.hnj-v3-exact #weekend-plan,
body.hnj-v3-exact #strategy,
body.hnj-v3-exact #rules,
body.hnj-v3-exact #waterfront-now { scroll-margin-top: 92px; }

/* A mobil témaszínek és :visited állapotok nem írhatják felül a KapásIndexet. */
body.hnj-v3-exact .decision,
body.hnj-v3-exact .decision h2,
body.hnj-v3-exact .decision h3,
body.hnj-v3-exact .decision b,
body.hnj-v3-exact .decision strong,
body.hnj-v3-exact .decision .ring b { color:#fff !important; -webkit-text-fill-color:#fff !important; }
body.hnj-v3-exact .decision p,
body.hnj-v3-exact .decision .ring small { color:#d6e9e7 !important; -webkit-text-fill-color:#d6e9e7 !important; }

/* Látható, de nem tolakodó helyszíni megosztás. */
body.hnj-v3-exact .checkin-share {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:9px 14px;
  border:1px solid rgba(14,90,90,.10);
  border-radius:14px;
  background:#fff;
  color:var(--hnj-teal-dark);
  box-shadow:var(--hnj-shadow-sm);
  cursor:pointer;
  font:inherit;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body.hnj-v3-exact .checkin-share:hover { transform:translateY(-2px); border-color:rgba(242,140,40,.30); box-shadow:var(--hnj-shadow); }
body.hnj-v3-exact .checkin-share span { font-size:17px; line-height:1; }
body.hnj-v3-exact .checkin-share b { font-size:12px; font-weight:950; white-space:nowrap; }

/* A gyors szabályblokk a V2-höz hasonlóan hangsúlyosabb. */
body.hnj-v3-exact .rules-premium .hnj-rules-fast { padding:28px; }
body.hnj-v3-exact .rules-premium .hnj-rules-fast-head { align-items:center; margin-bottom:20px; }
body.hnj-v3-exact .rules-premium .hnj-rules-fast-head h2 { font-size:28px; line-height:1.15; }
body.hnj-v3-exact .rules-premium .hnj-rules-fast-head span { font-size:12px; }
body.hnj-v3-exact .rules-premium .hnj-rules-fast-grid { gap:14px; }
body.hnj-v3-exact .rules-premium .hnj-rule-fast-item {
  grid-template-columns:52px minmax(0,1fr);
  gap:14px;
  min-height:92px;
  padding:16px 18px;
}
body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-ico { width:52px; height:52px; font-size:24px; }
body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-name { font-size:15px; }
body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-val { font-size:13px; }
body.hnj-v3-exact .rules-premium .hnj-rule-fast-note { margin-top:18px; padding-top:15px; font-size:12px; }

/* A képek nem ismétlődnek az oldalon: a felső gomb modális galériát nyit. */
html.hnj-modal-open { overflow:hidden; }
body.hnj-v3-exact .hnj-gallery-modal,
body.hnj-v3-exact .hnj-share-modal {
  position:fixed;
  inset:0;
  z-index:10050;
  display:grid;
  place-items:center;
  padding:22px;
}
body.hnj-v3-exact .hnj-gallery-modal[hidden],
body.hnj-v3-exact .hnj-share-modal[hidden] { display:none !important; }
body.hnj-v3-exact .hnj-modal-backdrop { position:absolute; inset:0; background:rgba(3,20,28,.72); -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); }
body.hnj-v3-exact .hnj-gallery-dialog,
body.hnj-v3-exact .hnj-share-dialog {
  position:relative;
  z-index:1;
  width:min(960px,100%);
  max-height:min(86vh,900px);
  overflow:auto;
  padding:24px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 30px 90px rgba(2,12,27,.34);
}
body.hnj-v3-exact .hnj-share-dialog { width:min(620px,100%); }
body.hnj-v3-exact .hnj-modal-head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:16px; }
body.hnj-v3-exact .hnj-modal-head span { color:var(--hnj-teal); font-size:10px; font-weight:950; letter-spacing:.12em; }
body.hnj-v3-exact .hnj-modal-head h2 { margin:4px 0 0; color:var(--hnj-ink); font-size:26px; }
body.hnj-v3-exact .hnj-modal-head > button { width:40px; height:40px; border:0; border-radius:12px; background:#eef5f5; color:var(--hnj-teal-dark); font-size:25px; cursor:pointer; }
body.hnj-v3-exact .hnj-gallery-dialog-body img { max-width:100%; height:auto; border-radius:15px; }
body.hnj-v3-exact .hnj-share-dialog > p { color:var(--hnj-muted); font-size:14px; line-height:1.55; }
body.hnj-v3-exact #hnj-share-text { width:100%; resize:none; padding:15px; border:1px solid var(--hnj-line); border-radius:15px; background:#f7fafb; color:var(--hnj-ink); font:600 14px/1.55 inherit; }
body.hnj-v3-exact .hnj-share-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:12px; }
body.hnj-v3-exact .hnj-share-actions button { min-height:50px; border:0; border-radius:14px; font:900 14px/1.1 inherit; cursor:pointer; }
body.hnj-v3-exact .share-facebook { background:#1877f2; color:#fff; }
body.hnj-v3-exact .share-copy { background:var(--hnj-teal-dark); color:#fff; }
body.hnj-v3-exact #hnj-share-status { display:block; min-height:18px; margin-top:9px; color:var(--hnj-muted); }

@media (max-width:860px) {
  /* Tartalmi prioritás: taktika után gyors szabályok, a tudományos magyarázat lejjebb. */
  body.hnj-v3-exact .rules-premium { order:11; }
  body.hnj-v3-exact .source-facts-section { order:12; }
  body.hnj-v3-exact .bans-premium { order:13; }
  body.hnj-v3-exact .target-section { order:14; }
  body.hnj-v3-exact .decision-support { order:15; }
  body.hnj-v3-exact .important-premium { order:16; }
  body.hnj-v3-exact .accom-premium { order:17; }
  body.hnj-v3-exact .explainer { order:18; }
  body.hnj-v3-exact .detailed-description { order:19; }
  body.hnj-v3-exact .side-facts-card { order:20; }

  /* Egyetlen, alacsony, ötgombos mobil sáv – nincs jegyvásárlási ígéret. */
  body.hnj-v3-exact { padding-bottom:calc(78px + env(safe-area-inset-bottom)) !important; }
  body.hnj-v3-exact .mobile-quick-nav {
    left:8px !important;
    right:8px !important;
    bottom:max(8px,env(safe-area-inset-bottom)) !important;
    padding:6px !important;
    border-radius:18px !important;
  }
  body.hnj-v3-exact .mobile-quick-nav .mqn-links {
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:3px !important;
    margin:0 !important;
  }
  body.hnj-v3-exact .mobile-quick-nav .mqn-links a,
  body.hnj-v3-exact .mobile-quick-nav .mqn-links a:visited,
  body.hnj-v3-exact .mobile-quick-nav .mqn-links a:hover,
  body.hnj-v3-exact .mobile-quick-nav .mqn-links a:active,
  body.hnj-v3-exact .mobile-quick-nav .mqn-links a:focus,
  body.hnj-v3-exact .mobile-quick-nav .mqn-links button {
    min-height:54px !important;
    padding:5px 2px !important;
    border-radius:13px !important;
    background:transparent !important;
    color:#334155 !important;
    -webkit-text-fill-color:#334155 !important;
    box-shadow:none !important;
  }
  body.hnj-v3-exact .mobile-quick-nav .mqn-links a:active,
  body.hnj-v3-exact .mobile-quick-nav .mqn-links button:active { background:#edf5f5 !important; }
  body.hnj-v3-exact .mobile-quick-nav .mqn-links span { font-size:17px !important; line-height:1 !important; color:inherit !important; -webkit-text-fill-color:currentColor !important; }
  body.hnj-v3-exact .mobile-quick-nav .mqn-links b { display:block !important; margin-top:3px; color:inherit !important; -webkit-text-fill-color:currentColor !important; font-size:10px !important; line-height:1.05 !important; font-weight:900 !important; overflow-wrap:anywhere; }
  body.hnj-v3-exact .hnj-v3-preview { bottom:calc(72px + env(safe-area-inset-bottom)) !important; }
}

@media (max-width:640px) {
  body.hnj-v3-exact .titleline { flex-wrap:wrap; gap:10px; }
  body.hnj-v3-exact .head-actions { width:100%; }
  body.hnj-v3-exact .checkin-share { flex:1 1 auto; min-height:40px; }
  body.hnj-v3-exact .checkin-share b { font-size:12px; }

  /* Mobilon V2-szerű, kétoszlopos, jól olvasható szabálykártyák. */
  body.hnj-v3-exact .rules-premium .hnj-rules-fast { padding:20px !important; }
  body.hnj-v3-exact .rules-premium .hnj-rules-fast-head { display:block; margin-bottom:14px; }
  body.hnj-v3-exact .rules-premium .hnj-rules-fast-head h2 { font-size:23px !important; }
  body.hnj-v3-exact .rules-premium .hnj-rules-fast-head span { display:block; margin-top:5px; font-size:11px; }
  body.hnj-v3-exact .rules-premium .hnj-rules-fast-grid { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:9px !important; }
  body.hnj-v3-exact .rules-premium .hnj-rule-fast-item {
    display:block !important;
    min-height:124px !important;
    padding:13px 10px !important;
    text-align:center !important;
  }
  body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-ico { width:46px !important; height:46px !important; margin:0 auto 9px !important; border-radius:50% !important; }
  body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-name { font-size:13px !important; line-height:1.2 !important; }
  body.hnj-v3-exact .rules-premium .hnj-rule-fast-item .r-val { margin-top:5px !important; font-size:11px !important; line-height:1.3 !important; }
  body.hnj-v3-exact .rules-premium .hnj-rule-fast-note { font-size:11px; }

  body.hnj-v3-exact .hnj-gallery-dialog,
  body.hnj-v3-exact .hnj-share-dialog { padding:18px; border-radius:20px; }
  body.hnj-v3-exact .hnj-share-actions { grid-template-columns:1fr; }
  body.hnj-v3-exact .hero-registry { grid-template-columns:repeat(3,minmax(0,1fr)) !important; overflow:hidden !important; }
  body.hnj-v3-exact .hero-registry > div { min-width:0 !important; }
}

@media (max-width:430px) {
  body.hnj-v3-exact .hero-registry {
    display:grid !important;
    grid-auto-flow:column !important;
    grid-auto-columns:minmax(215px,78vw) !important;
    grid-template-columns:none !important;
    overflow-x:auto !important;
    scroll-snap-type:x mandatory;
  }
  body.hnj-v3-exact .hero-registry > div { scroll-snap-align:start; }
  body.hnj-v3-exact .mobile-quick-nav .mqn-links b { font-size:9px !important; }
}


/* 1.8.14 – Facebook megosztás: egyértelmű kétlépcsős folyamat */
.hnj-share-actions .share-facebook{flex:1 1 100%;min-width:100%;}
.hnj-share-actions .share-copy{flex:1 1 100%;}
#hnj-share-status:not(:empty){display:block;margin-top:10px;padding:10px 12px;border-radius:12px;background:#fff4df;color:#5f3900;font-weight:800;line-height:1.45;}


/* 1.8.18 – kompaktabb, tisztább élő vízparti blokk */
body.hnj-v3-exact .waterfront-hub{
  padding:22px;
  border-color:#d9e8e8;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdfd 100%);
}
body.hnj-v3-exact .waterfront-hub-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(310px,.78fr);
  gap:20px;
  align-items:end;
  margin-bottom:16px;
}
body.hnj-v3-exact .waterfront-hub-head .eyebrow{
  display:inline-flex;
  margin:0 0 8px;
  padding:7px 11px;
  border-radius:999px;
  background:#e9f7f4;
  color:#075b5d;
  font-size:10px;
  font-weight:950;
  letter-spacing:.075em;
}
body.hnj-v3-exact .waterfront-hub-head h2{
  margin:0 0 6px;
  color:var(--hnj-ink);
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.025em;
}
body.hnj-v3-exact .waterfront-hub-head p{
  max-width:580px;
  color:#607789;
  font-size:12px;
  line-height:1.55;
}
body.hnj-v3-exact .waterfront-hub-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:0;
}
body.hnj-v3-exact .waterfront-hub-actions button{
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  column-gap:10px;
  row-gap:1px;
  align-items:center;
  justify-items:start;
  min-height:64px;
  padding:11px 14px;
  border:1px solid #bcd8d7;
  border-radius:16px;
  background:#fff;
  color:#084e52;
  box-shadow:0 8px 20px rgba(10,74,78,.06);
  text-align:left;
}
body.hnj-v3-exact .waterfront-hub-actions button:first-child{
  border-color:#f59b3b;
  background:linear-gradient(135deg,#ff9b2f,#f48619);
  color:#082f34;
}
body.hnj-v3-exact .waterfront-hub-actions button span{
  grid-row:1/3;
  font-size:20px;
}
body.hnj-v3-exact .waterfront-hub-actions button strong{
  font-size:14px;
  line-height:1.15;
}
body.hnj-v3-exact .waterfront-hub-actions button small{
  color:inherit;
  font-size:10px;
  font-weight:750;
  opacity:.72;
}
body.hnj-v3-exact .waterfront-hub-grid{
  grid-template-columns:1fr 1fr;
  gap:12px;
}
body.hnj-v3-exact .waterfront-live-panel,
body.hnj-v3-exact .waterfront-catches-panel{
  padding:15px;
  border:1px solid #dfe9ed;
  border-radius:17px;
  background:#f7fafb;
  box-shadow:none;
}
body.hnj-v3-exact .waterfront-live-panel h3,
body.hnj-v3-exact .waterfront-catches-panel h3{
  margin:0 0 10px;
  color:#142233;
  font-size:15px;
  line-height:1.25;
}
body.hnj-v3-exact .waterfront-empty{
  display:flex;
  gap:11px;
  align-items:flex-start;
  min-height:0;
  padding:13px;
  border:1px solid #dbe7ea;
  border-radius:13px;
  background:#fff;
  color:#607789;
}
body.hnj-v3-exact .waterfront-empty-icon{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:11px;
  background:#e9f7f4;
  font-size:17px;
}
body.hnj-v3-exact .waterfront-empty b{
  display:block;
  margin:1px 0 2px;
  color:#142233;
  font-size:13px;
  line-height:1.3;
}
body.hnj-v3-exact .waterfront-empty p{
  margin:0;
  color:#6d8291;
  font-size:10.5px;
  line-height:1.5;
}
@media(max-width:760px){
  body.hnj-v3-exact .waterfront-hub{padding:17px;}
  body.hnj-v3-exact .waterfront-hub-head{grid-template-columns:1fr;gap:13px;margin-bottom:13px;}
  body.hnj-v3-exact .waterfront-hub-head h2{font-size:21px;}
  body.hnj-v3-exact .waterfront-hub-actions{grid-template-columns:1fr 1fr;gap:8px;}
  body.hnj-v3-exact .waterfront-hub-actions button{min-height:58px;padding:9px 10px;column-gap:7px;border-radius:14px;}
  body.hnj-v3-exact .waterfront-hub-actions button span{font-size:18px;}
  body.hnj-v3-exact .waterfront-hub-actions button strong{font-size:12px;}
  body.hnj-v3-exact .waterfront-hub-actions button small{font-size:9px;}
  body.hnj-v3-exact .waterfront-hub-grid{grid-template-columns:1fr;gap:9px;}
  body.hnj-v3-exact .waterfront-live-panel,
  body.hnj-v3-exact .waterfront-catches-panel{padding:13px;}
}
@media(max-width:390px){
  body.hnj-v3-exact .waterfront-hub-actions{grid-template-columns:1fr;}
}
/* ==========================================================================
   1.8.19 – Vízparti gyorsműveletek + Vízparti rutin olvashatóság
   ========================================================================== */

/* A gyorsműveletekben az ikon és a szöveg nem úszhat szét. */
body.hnj-v3-exact .waterfront-hub-actions button{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:13px !important;
  min-width:0 !important;
  min-height:76px !important;
  padding:13px 16px !important;
  text-align:left !important;
  overflow:hidden !important;
}
body.hnj-v3-exact .waterfront-hub-actions .waterfront-action-icon{
  display:grid !important;
  place-items:center !important;
  flex:0 0 44px !important;
  width:44px !important;
  height:44px !important;
  border-radius:14px !important;
  background:#edf8f7 !important;
  color:#075b5d !important;
  font-size:21px !important;
  line-height:1 !important;
}
body.hnj-v3-exact .waterfront-hub-actions button:first-child .waterfront-action-icon{
  background:rgba(255,255,255,.22) !important;
  color:#fff !important;
}
body.hnj-v3-exact .waterfront-hub-actions .waterfront-action-copy{
  display:flex !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:4px !important;
}
body.hnj-v3-exact .waterfront-hub-actions .waterfront-action-copy strong{
  display:block !important;
  margin:0 !important;
  color:inherit !important;
  font-size:17px !important;
  line-height:1.12 !important;
  font-weight:950 !important;
  letter-spacing:-.015em !important;
  white-space:normal !important;
}
body.hnj-v3-exact .waterfront-hub-actions .waterfront-action-copy small{
  display:block !important;
  margin:0 !important;
  color:inherit !important;
  font-size:11.5px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  opacity:.82 !important;
  white-space:normal !important;
}
body.hnj-v3-exact .waterfront-hub-actions button:first-child{
  color:#fff !important;
}

/* A Vízparti rutin ne apró, szétszórt csempékből álljon. */
body.hnj-v3-exact .source-facts-section{
  padding:34px !important;
}
body.hnj-v3-exact .source-facts-section .section-head{
  margin-bottom:24px !important;
}
body.hnj-v3-exact .source-facts-section .section-head h2{
  max-width:980px !important;
  font-size:34px !important;
  line-height:1.12 !important;
  letter-spacing:-.035em !important;
}
body.hnj-v3-exact .source-facts-section .section-head p{
  margin-top:9px !important;
  color:#607486 !important;
  font-size:16px !important;
  line-height:1.55 !important;
}
body.hnj-v3-exact .source-facts-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:stretch !important;
}
body.hnj-v3-exact .source-facts-grid article{
  display:flex !important;
  align-items:flex-start !important;
  gap:16px !important;
  min-width:0 !important;
  min-height:126px !important;
  padding:22px !important;
  border:1px solid #cfdee5 !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,#fbfdfd 0%,#f6fafb 100%) !important;
  box-shadow:0 10px 26px rgba(8,39,55,.045) !important;
}
body.hnj-v3-exact .source-facts-grid article > span{
  display:grid !important;
  place-items:center !important;
  flex:0 0 46px !important;
  width:46px !important;
  height:46px !important;
  border-radius:15px !important;
  background:#eaf7f5 !important;
  color:#075b5d !important;
  font-size:22px !important;
  line-height:1 !important;
}
body.hnj-v3-exact .source-facts-grid p{
  margin:1px 0 0 !important;
  color:#2f4b58 !important;
  font-size:16px !important;
  line-height:1.62 !important;
  font-weight:560 !important;
}

/* Tableten és mobilon a szöveg továbbra is kényelmesen olvasható marad. */
@media(max-width:900px){
  body.hnj-v3-exact .source-facts-section{
    padding:25px !important;
  }
  body.hnj-v3-exact .source-facts-section .section-head h2{
    font-size:29px !important;
  }
  body.hnj-v3-exact .source-facts-grid{
    gap:13px !important;
  }
  body.hnj-v3-exact .source-facts-grid article{
    min-height:116px !important;
    padding:18px !important;
  }
  body.hnj-v3-exact .source-facts-grid p{
    font-size:15px !important;
  }
}

@media(max-width:620px){
  body.hnj-v3-exact .waterfront-hub-actions{
    grid-template-columns:1fr !important;
  }
  body.hnj-v3-exact .waterfront-hub-actions button{
    width:100% !important;
    min-height:70px !important;
    padding:12px 14px !important;
  }
  body.hnj-v3-exact .waterfront-hub-actions .waterfront-action-copy strong{
    font-size:16px !important;
  }
  body.hnj-v3-exact .waterfront-hub-actions .waterfront-action-copy small{
    font-size:11px !important;
  }

  body.hnj-v3-exact .source-facts-section{
    padding:20px !important;
  }
  body.hnj-v3-exact .source-facts-section .section-head{
    margin-bottom:18px !important;
  }
  body.hnj-v3-exact .source-facts-section .section-head h2{
    font-size:25px !important;
  }
  body.hnj-v3-exact .source-facts-section .section-head p{
    font-size:14.5px !important;
  }
  body.hnj-v3-exact .source-facts-grid{
    grid-template-columns:1fr !important;
    gap:11px !important;
  }
  body.hnj-v3-exact .source-facts-grid article{
    min-height:0 !important;
    padding:17px !important;
    border-radius:17px !important;
  }
  body.hnj-v3-exact .source-facts-grid article > span{
    flex-basis:42px !important;
    width:42px !important;
    height:42px !important;
    border-radius:13px !important;
    font-size:20px !important;
  }
  body.hnj-v3-exact .source-facts-grid p{
    font-size:15.5px !important;
    line-height:1.58 !important;
  }
}
/* ==========================================================================
   1.8.20 – Letisztított, visszaállítható szállás-CTA
   ========================================================================== */
body.hnj-v3-exact .nearby-accom-focus{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:16px 0 20px;
  padding:18px 20px;
  border:1px solid #cfe4e3;
  border-radius:20px;
  background:linear-gradient(135deg,#f2fbfa 0%,#ffffff 72%);
  box-shadow:0 10px 26px rgba(8,68,72,.055);
}
body.hnj-v3-exact .nearby-accom-focus__copy{
  display:flex;
  align-items:flex-start;
  gap:13px;
  min-width:0;
}
body.hnj-v3-exact .nearby-accom-focus__icon{
  display:grid;
  place-items:center;
  flex:0 0 44px;
  width:44px;
  height:44px;
  border-radius:14px;
  background:#dff5f1;
  color:#075b5d;
  font-size:21px;
  line-height:1;
}
body.hnj-v3-exact .nearby-accom-focus strong{
  display:block;
  color:#0b4f52;
  font-size:17px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:-.015em;
}
body.hnj-v3-exact .nearby-accom-focus p{
  margin:5px 0 0;
  max-width:620px;
  color:#617486;
  font-size:13.5px;
  line-height:1.5;
}
body.hnj-v3-exact .nearby-accom-focus__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
  flex-wrap:wrap;
}
body.hnj-v3-exact .nearby-accom-focus__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border-radius:999px;
  padding:10px 15px;
  text-decoration:none !important;
  font-size:13px;
  line-height:1.15;
  font-weight:900;
  white-space:nowrap;
}
body.hnj-v3-exact .nearby-accom-focus__actions .primary{
  background:#f58a1f;
  color:#fff !important;
  box-shadow:0 8px 18px rgba(245,138,31,.2);
}
body.hnj-v3-exact .nearby-accom-focus__actions .secondary{
  border:1px solid #b9d9d7;
  background:#fff;
  color:#075b5d !important;
}
@media(max-width:760px){
  body.hnj-v3-exact .nearby-accom-focus{
    align-items:stretch;
    flex-direction:column;
    padding:16px;
  }
  body.hnj-v3-exact .nearby-accom-focus__actions{
    justify-content:flex-start;
  }
}
@media(max-width:480px){
  body.hnj-v3-exact .nearby-accom-focus__actions{
    display:grid;
    grid-template-columns:1fr;
  }
  body.hnj-v3-exact .nearby-accom-focus__actions a{
    width:100%;
  }
}
/* ==========================================================================
   1.8.21 – Tényleges, visszaállítható fókusz nézet
   ========================================================================== */

/* Lenyitható fő blokkok: csukva rövid, nyitva teljes tartalom. */
body.hnj-v3-exact details.focus-details{
  padding:0 !important;
  overflow:hidden !important;
}
body.hnj-v3-exact details.focus-details > summary{
  list-style:none !important;
}
body.hnj-v3-exact details.focus-details > summary::-webkit-details-marker{
  display:none !important;
}
body.hnj-v3-exact .focus-details-summary{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  min-height:104px !important;
  padding:22px 24px !important;
  cursor:pointer !important;
  user-select:none !important;
}
body.hnj-v3-exact .focus-details-summary > div{
  flex:1 1 auto !important;
  min-width:0 !important;
}
body.hnj-v3-exact .focus-details-summary h2{
  margin:4px 0 5px !important;
  color:#0d1b2f !important;
  font-size:24px !important;
  line-height:1.18 !important;
  letter-spacing:-.025em !important;
}
body.hnj-v3-exact .focus-details-summary p{
  margin:0 !important;
  color:#63768a !important;
  font-size:14px !important;
  line-height:1.5 !important;
}
body.hnj-v3-exact .focus-details-toggle{
  display:grid !important;
  place-items:center !important;
  flex:0 0 42px !important;
  width:42px !important;
  height:42px !important;
  border:1px solid #cfe0e6 !important;
  border-radius:13px !important;
  background:#f4f9fa !important;
  color:#075b5d !important;
}
body.hnj-v3-exact .focus-details-toggle::before{
  content:"+" !important;
  font-size:25px !important;
  line-height:1 !important;
  font-weight:800 !important;
}
body.hnj-v3-exact details.focus-details[open] .focus-details-toggle::before{
  content:"−" !important;
}
body.hnj-v3-exact .focus-details-score{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  min-width:68px !important;
  min-height:44px !important;
  padding:9px 13px !important;
  border:1px solid #91e0c8 !important;
  border-radius:999px !important;
  background:#e8fbf4 !important;
  color:#08715b !important;
  font-size:18px !important;
  font-weight:950 !important;
}
body.hnj-v3-exact .focus-details-body{
  padding:4px 24px 24px !important;
  border-top:1px solid #e7eef2 !important;
}
body.hnj-v3-exact details.focus-details[open] .focus-details-summary{
  background:#fbfdfd !important;
}

/* A Vízparti rutinban csak négy elem látszik azonnal. */
body.hnj-v3-exact .focus-inline-details{
  margin-top:16px !important;
  border:1px solid #d2e1e7 !important;
  border-radius:17px !important;
  background:#fff !important;
  overflow:hidden !important;
}
body.hnj-v3-exact .focus-inline-details > summary{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  padding:16px 18px !important;
  list-style:none !important;
  cursor:pointer !important;
  color:#075b5d !important;
  font-size:15px !important;
  line-height:1.3 !important;
  font-weight:900 !important;
}
body.hnj-v3-exact .focus-inline-details > summary::-webkit-details-marker{
  display:none !important;
}
body.hnj-v3-exact .focus-inline-details > summary::after{
  content:"+" !important;
  display:grid !important;
  place-items:center !important;
  flex:0 0 34px !important;
  width:34px !important;
  height:34px !important;
  border-radius:11px !important;
  background:#eaf7f5 !important;
  font-size:21px !important;
}
body.hnj-v3-exact .focus-inline-details[open] > summary::after{
  content:"−" !important;
}
body.hnj-v3-exact .focus-inline-details > summary small{
  margin-left:auto !important;
  color:#718397 !important;
  font-size:12px !important;
  font-weight:750 !important;
}
body.hnj-v3-exact .source-facts-grid--more{
  padding:0 16px 16px !important;
}

/* Egyetlen, csendes horgászoldali szállás CTA. */
body.hnj-v3-exact .nearby-accom-single{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  margin:14px 0 18px !important;
  padding:14px 16px !important;
  border:1px solid #d5e3e8 !important;
  border-radius:15px !important;
  background:#f8fbfc !important;
}
body.hnj-v3-exact .nearby-accom-single > div{
  min-width:0 !important;
}
body.hnj-v3-exact .nearby-accom-single strong{
  display:block !important;
  margin:0 0 3px !important;
  color:#143b46 !important;
  font-size:15px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
}
body.hnj-v3-exact .nearby-accom-single span{
  color:#6b7d8e !important;
  font-size:12.5px !important;
  line-height:1.45 !important;
}
body.hnj-v3-exact .nearby-accom-single > a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  flex:0 0 auto !important;
  min-height:40px !important;
  padding:9px 14px !important;
  border-radius:999px !important;
  background:#f58a1f !important;
  color:#fff !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  font-size:12.5px !important;
  line-height:1 !important;
  font-weight:900 !important;
  box-shadow:none !important;
}
body.hnj-v3-exact .nearby-accom-single > a span{
  color:#fff !important;
  font-size:15px !important;
}

/* Az 1.8.20-as, már nem használt kártya ne jelenjen meg régi cache esetén sem. */
body.hnj-v3-exact .nearby-accom-focus{
  display:none !important;
}

@media(max-width:700px){
  body.hnj-v3-exact .focus-details-summary{
    min-height:0 !important;
    padding:18px !important;
    gap:12px !important;
  }
  body.hnj-v3-exact .focus-details-summary h2{
    font-size:20px !important;
  }
  body.hnj-v3-exact .focus-details-summary p{
    font-size:13px !important;
  }
  body.hnj-v3-exact .focus-details-score{
    min-width:58px !important;
    min-height:40px !important;
    padding:8px 10px !important;
    font-size:16px !important;
  }
  body.hnj-v3-exact .focus-details-toggle{
    flex-basis:38px !important;
    width:38px !important;
    height:38px !important;
  }
  body.hnj-v3-exact .focus-details-body{
    padding:4px 16px 18px !important;
  }
  body.hnj-v3-exact .nearby-accom-single{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
  body.hnj-v3-exact .nearby-accom-single > a{
    width:100% !important;
  }
}

@media(max-width:480px){
  body.hnj-v3-exact .focus-details-summary{
    align-items:flex-start !important;
    flex-wrap:wrap !important;
  }
  body.hnj-v3-exact .focus-details-summary > div{
    flex-basis:calc(100% - 54px) !important;
  }
  body.hnj-v3-exact .focus-details-score{
    order:3 !important;
  }
  body.hnj-v3-exact .focus-inline-details > summary{
    align-items:flex-start !important;
    flex-wrap:wrap !important;
  }
  body.hnj-v3-exact .focus-inline-details > summary small{
    order:3 !important;
    width:100% !important;
    margin-left:0 !important;
  }
}


/* 1.8.23 admin-only active version marker */
body.hnj-v3-exact .hnj-v3-admin-version{position:fixed;right:14px;bottom:14px;z-index:99999;padding:8px 11px;border-radius:999px;background:#071826;color:#fff;font:700 11px/1.1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:0 8px 24px rgba(0,0,0,.22);opacity:.88}
@media(max-width:700px){body.hnj-v3-exact .hnj-v3-admin-version{right:8px;bottom:8px;font-size:10px}}
/* ==========================================================================
   1.8.23 – Fókusz finomítás + mobil app-navigáció
   ========================================================================== */

body.hnj-v3-exact details.focus-details:not([open]) > .focus-details-body,
body.hnj-v3-exact details.focus-inline-details:not([open]) > .source-facts-grid--more,
body.hnj-v3-exact details.detailed-description:not([open]) > .detailed-description-body{
  display:none !important;
}

body.hnj-v3-exact .hnj-app-sheet{display:none}

@media(max-width:760px){
  body.hnj-v3-exact{padding-bottom:92px !important}
  body.hnj-v3-exact.hnj-app-sheet-open{overflow:hidden !important}

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav{
    display:block !important;position:fixed !important;left:10px !important;right:10px !important;
    bottom:max(10px,env(safe-area-inset-bottom)) !important;z-index:9995 !important;padding:0 !important;
    border:1px solid rgba(7,63,70,.12) !important;border-radius:23px !important;
    background:rgba(255,255,255,.96) !important;box-shadow:0 18px 44px rgba(6,24,38,.22) !important;
    backdrop-filter:blur(18px) saturate(1.25) !important;-webkit-backdrop-filter:blur(18px) saturate(1.25) !important;
    overflow:visible !important;
  }
  body.hnj-v3-exact .hnj-app-nav .mqn-links{
    display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr)) !important;align-items:end !important;
    gap:0 !important;min-height:68px !important;padding:7px 7px 6px !important;
  }
  body.hnj-v3-exact .hnj-app-nav .hnj-app-nav-item,
  body.hnj-v3-exact .hnj-app-nav .hnj-app-nav-item:visited{
    display:flex !important;min-width:0 !important;min-height:54px !important;flex-direction:column !important;
    align-items:center !important;justify-content:center !important;gap:4px !important;padding:5px 2px !important;
    border:0 !important;border-radius:15px !important;background:transparent !important;color:#294a54 !important;
    text-decoration:none !important;font:inherit !important;box-shadow:none !important;
  }
  body.hnj-v3-exact .hnj-app-nav .hnj-app-nav-item > span{
    display:grid !important;place-items:center !important;width:26px !important;height:24px !important;
    color:#075b5d !important;font-size:21px !important;line-height:1 !important;
  }
  body.hnj-v3-exact .hnj-app-nav .hnj-app-nav-item > b{
    display:block !important;margin:0 !important;color:#4f6770 !important;font-size:9.5px !important;
    line-height:1 !important;font-weight:850 !important;white-space:nowrap !important;
  }
  body.hnj-v3-exact .hnj-app-nav .hnj-app-nav-item.is-saved > span,
  body.hnj-v3-exact .hnj-app-nav .hnj-app-nav-item.is-saved > b{color:#e66e13 !important}

  body.hnj-v3-exact .hnj-app-nav .hnj-app-plus{
    display:flex !important;position:relative !important;width:64px !important;height:64px !important;
    margin:-24px auto 0 !important;flex-direction:column !important;align-items:center !important;
    justify-content:center !important;gap:2px !important;border:5px solid #fff !important;
    border-radius:50% !important;background:linear-gradient(145deg,#ff9c25,#f47713) !important;
    color:#fff !important;box-shadow:0 12px 26px rgba(244,119,19,.34) !important;font:inherit !important;z-index:2 !important;
  }
  body.hnj-v3-exact .hnj-app-nav .hnj-app-plus > span{display:block !important;color:#fff !important;font-size:29px !important;line-height:.85 !important}
  body.hnj-v3-exact .hnj-app-nav .hnj-app-plus > b{color:#fff !important;font-size:8.5px !important;line-height:1 !important;font-weight:900 !important}

  body.hnj-v3-exact .hnj-app-sheet{display:block !important;position:fixed !important;inset:0 !important;z-index:10020 !important;pointer-events:none !important}
  body.hnj-v3-exact .hnj-app-sheet.is-open{pointer-events:auto !important}
  body.hnj-v3-exact .hnj-app-sheet-backdrop{
    position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;border:0 !important;
    background:rgba(1,20,28,.48) !important;opacity:0 !important;transition:opacity .18s ease !important;backdrop-filter:blur(2px) !important;
  }
  body.hnj-v3-exact .hnj-app-sheet.is-open .hnj-app-sheet-backdrop{opacity:1 !important}
  body.hnj-v3-exact .hnj-app-sheet-panel{
    position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;max-height:min(82vh,720px) !important;
    padding:10px 16px calc(22px + env(safe-area-inset-bottom)) !important;border-radius:28px 28px 0 0 !important;background:#fff !important;
    box-shadow:0 -24px 60px rgba(0,24,35,.3) !important;transform:translateY(105%) !important;
    transition:transform .22s cubic-bezier(.2,.8,.2,1) !important;overflow:auto !important;
  }
  body.hnj-v3-exact .hnj-app-sheet.is-open .hnj-app-sheet-panel{transform:translateY(0) !important}
  body.hnj-v3-exact .hnj-app-sheet-handle{width:46px !important;height:5px !important;margin:0 auto 13px !important;border-radius:999px !important;background:#d6e1e5 !important}
  body.hnj-v3-exact .hnj-app-sheet-head{display:flex !important;align-items:flex-start !important;justify-content:space-between !important;gap:15px !important;margin-bottom:15px !important}
  body.hnj-v3-exact .hnj-app-sheet-head span{display:block !important;margin-bottom:4px !important;color:#0c7774 !important;font-size:10px !important;line-height:1.2 !important;font-weight:950 !important;letter-spacing:.11em !important}
  body.hnj-v3-exact .hnj-app-sheet-head h2{margin:0 !important;color:#0d1b2f !important;font-size:23px !important;line-height:1.15 !important;letter-spacing:-.03em !important}
  body.hnj-v3-exact .hnj-app-sheet-head > button{
    display:grid !important;place-items:center !important;flex:0 0 40px !important;width:40px !important;height:40px !important;
    border:1px solid #d5e2e7 !important;border-radius:13px !important;background:#f6fafb !important;color:#21444e !important;font-size:25px !important;line-height:1 !important;
  }
  body.hnj-v3-exact .hnj-app-sheet-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:11px !important}
  body.hnj-v3-exact .hnj-app-sheet-grid > button,
  body.hnj-v3-exact .hnj-app-sheet-grid > a{
    display:grid !important;grid-template-columns:42px minmax(0,1fr) !important;align-items:center !important;gap:2px 11px !important;
    min-height:88px !important;padding:13px !important;border:1px solid #d7e3e8 !important;border-radius:18px !important;
    background:#f8fbfc !important;color:#123b45 !important;text-align:left !important;text-decoration:none !important;font:inherit !important;box-shadow:none !important;
  }
  body.hnj-v3-exact .hnj-app-sheet-grid > .is-primary{border-color:#ffb96f !important;background:#fff5e9 !important}
  body.hnj-v3-exact .hnj-app-sheet-grid > * > span{
    display:grid !important;grid-row:1/3 !important;place-items:center !important;width:42px !important;height:42px !important;
    border-radius:14px !important;background:#e8f6f4 !important;color:#075b5d !important;font-size:21px !important;
  }
  body.hnj-v3-exact .hnj-app-sheet-grid > .is-primary > span{background:#ffdfb8 !important;color:#d75f08 !important}
  body.hnj-v3-exact .hnj-app-sheet-grid strong{display:block !important;align-self:end !important;color:#123b45 !important;font-size:14px !important;line-height:1.2 !important;font-weight:950 !important}
  body.hnj-v3-exact .hnj-app-sheet-grid small{display:block !important;align-self:start !important;color:#6a7d88 !important;font-size:10.5px !important;line-height:1.3 !important;font-weight:650 !important}

  body.hnj-v3-exact .waterfront-hub-actions{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  body.hnj-v3-exact .waterfront-hub-actions button{min-height:62px !important;padding:10px 12px !important}
  body.hnj-v3-exact .waterfront-hub-actions .waterfront-action-icon{flex-basis:36px !important;width:36px !important;height:36px !important;border-radius:12px !important;font-size:17px !important}
  body.hnj-v3-exact .waterfront-hub-actions .waterfront-action-copy strong{font-size:14px !important}
  body.hnj-v3-exact .waterfront-hub-actions .waterfront-action-copy small{display:none !important}
}

@media(max-width:410px){
  body.hnj-v3-exact .hnj-app-sheet-grid{grid-template-columns:1fr !important}
  body.hnj-v3-exact .hnj-app-sheet-grid > button,
  body.hnj-v3-exact .hnj-app-sheet-grid > a{min-height:72px !important}
}

body.hnj-v3-exact .hnj-important-details .focus-details-body > .premium-core-block,
body.hnj-v3-exact .hnj-important-details .focus-details-body > section{
  margin:0 !important;border:0 !important;box-shadow:none !important;
}
/* ==========================================================================
   1.8.24 – régi ikonlogika, kompakt sáv, működő középső gyorsjelentés
   ========================================================================== */

@media(max-width:760px){
  body.hnj-v3-exact{
    padding-bottom:82px !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav{
    left:8px !important;
    right:8px !important;
    bottom:max(8px,env(safe-area-inset-bottom)) !important;
    min-height:60px !important;
    padding:5px 7px !important;
    border-radius:18px !important;
    background:rgba(255,255,255,.97) !important;
    border:1px solid rgba(7,63,70,.14) !important;
    box-shadow:0 12px 32px rgba(6,24,38,.18) !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    align-items:center !important;
    gap:2px !important;
    min-height:54px !important;
    padding:0 !important;
    margin:0 !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links .hnj-app-nav-item,
  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links .hnj-app-nav-item:visited,
  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links button.hnj-app-nav-item{
    display:flex !important;
    min-height:50px !important;
    padding:4px 1px !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:2px !important;
    border:0 !important;
    border-radius:12px !important;
    background:transparent !important;
    color:#334155 !important;
    -webkit-text-fill-color:#334155 !important;
    box-shadow:none !important;
    text-decoration:none !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links .hnj-app-nav-item > span{
    display:block !important;
    width:auto !important;
    height:auto !important;
    color:inherit !important;
    -webkit-text-fill-color:currentColor !important;
    font-size:20px !important;
    line-height:1 !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links .hnj-app-nav-item > b{
    display:block !important;
    margin:2px 0 0 !important;
    color:#526873 !important;
    -webkit-text-fill-color:#526873 !important;
    font-size:9.5px !important;
    line-height:1 !important;
    font-weight:900 !important;
    white-space:nowrap !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links button.hnj-app-plus{
    display:flex !important;
    position:relative !important;
    width:58px !important;
    min-width:58px !important;
    max-width:58px !important;
    height:58px !important;
    min-height:58px !important;
    margin:-17px auto 0 !important;
    padding:0 !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:1px !important;
    border:4px solid #fff !important;
    border-radius:999px !important;
    background:linear-gradient(145deg,#ff9b22,#f47713) !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    box-shadow:0 10px 24px rgba(244,119,19,.36) !important;
    cursor:pointer !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
    z-index:4 !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links button.hnj-app-plus > span{
    display:block !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    font-size:27px !important;
    line-height:.8 !important;
    font-weight:500 !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links button.hnj-app-plus > b{
    display:block !important;
    margin:3px 0 0 !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    font-size:8px !important;
    line-height:1 !important;
    font-weight:950 !important;
    white-space:nowrap !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links .hnj-app-nav-item.is-saved > span,
  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links .hnj-app-nav-item.is-saved > b{
    color:#e66e13 !important;
    -webkit-text-fill-color:#e66e13 !important;
  }

  body.hnj-v3-exact .hnj-app-sheet[hidden]{
    display:none !important;
  }
  body.hnj-v3-exact .hnj-app-sheet:not([hidden]){
    display:block !important;
  }
}

@media(max-width:360px){
  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links .hnj-app-nav-item > b{
    font-size:8.5px !important;
  }
  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links button.hnj-app-plus{
    width:54px !important;
    min-width:54px !important;
    max-width:54px !important;
    height:54px !important;
    min-height:54px !important;
  }
}
/* ==========================================================================
   1.8.25 – vízparti használatra optimalizált alsó menü
   ========================================================================== */

body.hnj-v3-exact .hnj-anchor-offset{
  display:block !important;
  position:relative !important;
  top:-18px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

@media(max-width:760px){
  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links .hnj-app-nav-item > b{
    max-width:100% !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links button.hnj-app-plus > b{
    font-size:7.8px !important;
    letter-spacing:-.01em !important;
  }
}
/* ==========================================================================
   1.8.26 – látható középső Jelentek gomb + térkép eltávolítva a panelből
   ========================================================================== */

@media(max-width:760px){
  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links button.hnj-app-plus{
    display:flex !important;
    position:static !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    height:auto !important;
    min-height:50px !important;
    margin:0 !important;
    padding:4px 1px !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:2px !important;
    border:0 !important;
    border-radius:12px !important;
    background:transparent !important;
    box-shadow:none !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
    overflow:visible !important;
    z-index:auto !important;
    -webkit-appearance:none !important;
    appearance:none !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links button.hnj-app-plus > span{
    display:grid !important;
    place-items:center !important;
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
    margin:0 !important;
    border-radius:999px !important;
    background:linear-gradient(145deg,#ff9b22,#f47713) !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    box-shadow:0 7px 18px rgba(244,119,19,.34) !important;
    font-size:27px !important;
    line-height:1 !important;
    font-weight:500 !important;
    text-indent:0 !important;
  }

  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav .mqn-links button.hnj-app-plus > b{
    display:block !important;
    margin:2px 0 0 !important;
    color:#e66e13 !important;
    -webkit-text-fill-color:#e66e13 !important;
    font-size:9.5px !important;
    line-height:1 !important;
    font-weight:950 !important;
    white-space:nowrap !important;
    text-indent:0 !important;
  }
}

/* 1.8.38 – végső kaszkádvédelem az egyetlen KapásVan? gombhoz. */
body.hnj-v3-exact .waterfront-hub-actions{
  grid-template-columns:1fr !important;
  width:min(100%,360px) !important;
}
body.hnj-v3-exact .waterfront-hub-actions button{
  width:100% !important;
}
@media(max-width:760px){
  body.hnj-v3-exact .waterfront-hub-actions{
    grid-template-columns:1fr !important;
    width:100% !important;
  }
}

/* 1.8.40 – mobil alsó menü és értékelés: biztos tartaléktér, tömörebb üres állapot. */
@media(max-width:760px){
  body.hnj-v3-exact{padding-bottom:calc(112px + env(safe-area-inset-bottom)) !important}
  body.hnj-v3-exact .mobile-quick-nav.hnj-app-nav{bottom:calc(8px + env(safe-area-inset-bottom)) !important}
  body.hnj-v3-exact .lake-reviews-section{padding:20px 17px !important}
  body.hnj-v3-exact .lake-review-empty{min-height:0 !important;padding:17px !important}
  body.hnj-v3-exact .lake-review-empty strong{font-size:16px !important}
  body.hnj-v3-exact .lake-review-empty p{font-size:12px !important;line-height:1.45 !important}
}
