*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --gold: #F5B800; --black: #0D0D0D; --dark: #111111; --dark2: #1A1A1A; --warm-white: #F4F1EC; --gray: #888880; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Barlow', sans-serif; background: var(--black); color: var(--warm-white); overflow-x: hidden; }
  a { color: #F5B800; } a:hover { color: #ffd233; }

  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 22px 60px; display: flex; align-items: center; justify-content: space-between; background: rgba(13,13,13,0); transition: padding .35s, background .35s, box-shadow .35s, backdrop-filter .35s; }
  nav.scrolled { background: rgba(13,13,13,0.94); backdrop-filter: blur(14px); padding: 13px 60px; border-bottom: 1px solid rgba(245,184,0,0.12); box-shadow: 0 8px 30px rgba(0,0,0,0.4); }
  .nav-logo img { height: 42px; filter: brightness(0) invert(1); }
  .nav-links { display: flex; gap: 34px; list-style: none; }
  .nav-links a { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; color: rgba(244,241,236,0.7); transition: color .2s; }
  .nav-links a:hover, .nav-links a.active { color: var(--gold); }
  .nav-cta { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; background: var(--gold); color: var(--black); padding: 12px 26px; transition: background .2s; }
  .nav-cta:hover { background: #ffd233; color: var(--black); }

  .page-hero { padding: 160px 60px 80px; background: var(--dark); position: relative; overflow: hidden; border-bottom: 1px solid rgba(245,184,0,0.08); }
  .page-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 40%, rgba(245,184,0,0.06), transparent 70%); pointer-events: none; }
  .page-tag { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 10px; margin-bottom: 16px; position: relative; z-index: 1; }
  .page-tag::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
  .page-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(52px, 7vw, 96px); font-weight: 900; text-transform: uppercase; line-height: 0.92; position: relative; z-index: 1; }
  .page-title .gold { color: var(--gold); }
  .page-sub { margin-top: 20px; font-size: 16px; color: rgba(244,241,236,0.5); font-weight: 300; max-width: 460px; line-height: 1.7; position: relative; z-index: 1; }

  /* RATING SUMMARY */
  .rating-band { display: grid; grid-template-columns: auto 1fr; gap: 60px; align-items: center; padding: 64px 60px; background: var(--gold); }
  .rating-score { text-align: center; }
  .rating-num { font-family: 'Barlow Condensed', sans-serif; font-size: 110px; font-weight: 900; color: var(--black); line-height: 0.9; }
  .rating-stars { color: var(--black); font-size: 22px; letter-spacing: 4px; margin-top: 4px; }
  .rating-count { font-size: 13px; color: rgba(13,13,13,0.6); text-transform: uppercase; letter-spacing: 2px; margin-top: 8px; }
  .rating-bars { display: flex; flex-direction: column; gap: 10px; max-width: 520px; }
  .rating-row { display: flex; align-items: center; gap: 14px; }
  .rating-row-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; color: var(--black); width: 60px; }
  .rating-track { flex: 1; height: 6px; background: rgba(13,13,13,0.15); border-radius: 3px; overflow: hidden; }
  .rating-fill { height: 100%; background: var(--black); border-radius: 3px; transition: width 1.1s cubic-bezier(.2,.7,.3,1); }
  .rating-pct { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; color: rgba(13,13,13,0.7); width: 40px; text-align: right; }

  /* FEATURED */
  .featured-review { padding: 90px 60px 40px; }
  .fr-card { background: var(--dark2); padding: 64px 72px; position: relative; border-left: 3px solid var(--gold); }
  .fr-quote { font-family: 'Barlow Condensed', sans-serif; font-size: 120px; line-height: 0.6; color: var(--gold); opacity: 0.25; position: absolute; top: 40px; right: 60px; }
  .fr-stars { color: var(--gold); font-size: 18px; letter-spacing: 4px; margin-bottom: 24px; }
  .fr-text { font-size: 26px; line-height: 1.6; font-weight: 300; color: rgba(244,241,236,0.9); max-width: 900px; font-style: italic; }
  .fr-author { display: flex; align-items: center; gap: 16px; margin-top: 36px; }
  .fr-avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--dark); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 20px; color: var(--gold); }
  .fr-name { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 700; }
  .fr-role { font-size: 13px; color: var(--gray); }

  /* GRID */
  .reviews { padding: 40px 60px 100px; }
  .reviews-head { margin-bottom: 40px; }
  .section-tag { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
  .section-tag::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
  .section-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(32px, 4vw, 56px); font-weight: 900; text-transform: uppercase; line-height: 1; }
  .section-title .gold { color: var(--gold); }
  .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
  .review-card { background: var(--dark2); padding: 44px 40px; transition: background .3s, transform .3s, box-shadow .3s; }
  .review-card:hover { background: #1e1e1e; transform: translateY(-4px); box-shadow: 0 20px 44px rgba(0,0,0,0.4); }
  .rc-stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; margin-bottom: 18px; }
  .rc-text { font-size: 15px; line-height: 1.8; color: rgba(244,241,236,0.7); font-weight: 300; margin-bottom: 28px; }
  .rc-author { display: flex; align-items: center; gap: 14px; }
  .rc-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--dark); border: 1px solid rgba(245,184,0,0.3); display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 16px; color: var(--gold); }
  .rc-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; }
  .rc-loc { font-size: 12px; color: var(--gray); }

  /* CTA */
  .cta-banner { margin: 0 60px 90px; background: var(--gold); padding: 64px 72px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
  .cta-title { font-family: 'Barlow Condensed', sans-serif; font-size: 42px; font-weight: 900; text-transform: uppercase; color: var(--black); line-height: 1; }
  .cta-sub { font-size: 15px; color: rgba(13,13,13,0.6); margin-top: 8px; }
  .btn-dark { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase; background: var(--black); color: var(--gold); padding: 20px 44px; text-decoration: none; white-space: nowrap; transition: background .2s; }
  .btn-dark:hover { background: #1a1a1a; color: var(--gold); }

  .fade-up { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
  .fade-up.visible { opacity: 1; transform: translateY(0); }
  @keyframes heroRise { from { opacity: 0; transform: translateY(42px); } to { opacity: 1; transform: translateY(0); } }
  @media (prefers-reduced-motion: no-preference) {
    .page-hero .page-tag { animation: heroRise .7s .12s both; }
    .page-hero .page-title { animation: heroRise .9s .28s both; }
    .page-hero .page-sub { animation: heroRise .8s .5s both; }
  }
  .page-title .gold { text-shadow: 0 0 60px rgba(245,184,0,0.3); }

  /* SITE FOOTER (shared) */
  
  .site-footer { background: #0A0A0A; border-top: 1px solid rgba(245,184,0,0.1); padding: 64px 60px 0; }
  .sf-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: 48px; padding-bottom: 44px; border-bottom: 1px solid rgba(244,241,236,0.07); }
  .sf-brand img { height: 44px; filter: brightness(0) invert(1); margin-bottom: 20px; }
  .sf-about { font-size: 14px; line-height: 1.8; color: rgba(244,241,236,0.45); max-width: 340px; font-weight: 300; }
  .sf-social { display: flex; gap: 10px; margin-top: 22px; }
  .sf-social a { width: 38px; height: 38px; border: 1px solid rgba(244,241,236,0.14); display: flex; align-items: center; justify-content: center; transition: all .2s; }
  .sf-social a:hover { border-color: #F5B800; background: rgba(245,184,0,0.08); }
  .sf-social svg { width: 16px; height: 16px; stroke: rgba(244,241,236,0.6); fill: none; stroke-width: 1.6; }
  .sf-social a:hover svg { stroke: #F5B800; }
  .sf-col-title { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #F5B800; margin-bottom: 20px; }
  .sf-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .sf-links a { font-size: 14px; color: rgba(244,241,236,0.55); text-decoration: none; transition: color .2s; }
  .sf-links a:hover { color: #F5B800; }
  .sf-contact-item { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: rgba(244,241,236,0.55); margin-bottom: 15px; }
  .sf-contact-item svg { width: 15px; height: 15px; stroke: #F5B800; fill: none; stroke-width: 1.6; flex-shrink: 0; margin-top: 3px; }
  .sf-bottom { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; flex-wrap: wrap; gap: 16px; }
  .sf-copy { font-size: 12px; color: rgba(244,241,236,0.3); }
  .sf-bottom-right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
  .sf-legal { font-size: 12px; color: rgba(244,241,236,0.3); text-decoration: none; }
  .sf-legal:hover { color: #F5B800; }
  .sf-admin { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(244,241,236,0.4); text-decoration: none; border: 1px solid rgba(244,241,236,0.15); padding: 8px 15px; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; }
  .sf-admin:hover { border-color: #F5B800; color: #F5B800; }
  .sf-admin svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.8; }
  @media (max-width: 900px) { .site-footer { padding: 48px 20px 0; } .sf-top { grid-template-columns: 1fr 1fr; gap: 32px; } .sf-brand { grid-column: 1 / -1; } .sf-bottom { flex-direction: column; text-align: center; } }


  @media (max-width: 900px) {
    nav { padding: 16px 20px; }
    .nav-links, .nav-cta { display: none; }
    .page-hero { padding: 110px 20px 56px; }
    .rating-band { grid-template-columns: 1fr; gap: 32px; padding: 48px 20px; }
    .rating-num { font-size: 84px; }
    .featured-review { padding: 56px 20px 32px; }
    .fr-card { padding: 40px 24px; }
    .fr-text { font-size: 19px; }
    .fr-quote { font-size: 80px; right: 30px; top: 24px; }
    .reviews { padding: 32px 20px 72px; }
    .reviews-grid { grid-template-columns: 1fr; }
    .cta-banner { margin: 0 20px 56px; padding: 40px 24px; flex-direction: column; text-align: center; gap: 24px; }
    .cta-title { font-size: 30px; }
  }
/* ── VÉLEMÉNY ÍRÁSA (public form) ── */
.write-review { max-width: 760px; margin: 0 auto; padding: 90px 24px; }
.wr-head { text-align: center; margin-bottom: 34px; }
.wr-head .section-tag { justify-content: center; }
.wr-sub { margin-top: 14px; color: rgba(244,241,236,.55); font-size: 15px; line-height: 1.7; }
.wr-form { display: flex; flex-direction: column; gap: 2px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); padding: 2px; position: relative; }
.wr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.wr-field { background: #141414; padding: 16px 20px; display: flex; flex-direction: column; }
.wr-field label { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.wr-field input, .wr-field textarea { background: transparent; border: none; border-bottom: 1px solid transparent; color: var(--warm-white); font-family: 'Barlow', sans-serif; font-size: 15px; outline: none; }
.wr-field input:focus, .wr-field textarea:focus { border-bottom-color: var(--gold); }
.wr-field input::placeholder, .wr-field textarea::placeholder { color: rgba(244,241,236,.25); }
.wr-field textarea { min-height: 110px; resize: vertical; line-height: 1.6; }
.wr-stars { display: flex; gap: 6px; }
.wr-stars button { background: none; border: none; font-size: 30px; line-height: 1; color: rgba(244,241,236,.18); cursor: pointer; transition: color .15s, transform .15s; padding: 0; }
.wr-stars button.on { color: var(--gold); }
.wr-stars button:hover { transform: scale(1.15); }
.wr-submit { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 14px; letter-spacing: 3px; text-transform: uppercase; background: var(--gold); color: #0B0B0B; border: none; padding: 20px; cursor: pointer; transition: background .2s, transform .15s; }
.wr-submit:hover { background: #ffd233; transform: translateY(-1px); }
.wr-success { display: flex; gap: 16px; align-items: center; background: rgba(34,197,94,.08); border: 1px solid rgba(34,197,94,.35); padding: 26px 28px; }
.wr-success svg { width: 34px; height: 34px; stroke: #22C55E; fill: none; stroke-width: 2; flex-shrink: 0; }
.wr-success-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 20px; text-transform: uppercase; }
.wr-success-text { color: rgba(244,241,236,.6); font-size: 14px; margin-top: 3px; }
.wr-error { background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.4); color: #fca5a5; padding: 13px 18px; font-size: 14px; margin-bottom: 14px; }
@media (max-width: 640px) { .wr-grid { grid-template-columns: 1fr; } .write-review { padding: 64px 20px; } }
