/* css/style.css - VM Ranch prémium arany-fekete dizájn */
:root {
  --bg: #070707;
  --panel: #0f0f0f;
  --gold: #d4af37;
  --muted: #bfbfbf;
  --container: 1150px;
}
* { box-sizing: border-box; }
html,body { height:100%; }
body {
  margin:0;
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--bg);
  color: #eee;
  -webkit-font-smoothing: antialiased;
}
.container { max-width: var(--container); margin: 0 auto; padding: 24px; }

/* HEADER */
.site-header { border-bottom: 2px solid rgba(212,175,55,0.06); background: #000; position:sticky; top:0; z-index:40; }
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:14px 24px; }
.brand { display:flex; align-items:center; gap:12px; }
.brand img.logo { height:64px; width:auto; object-fit:contain; border-radius:8px; border:2px solid rgba(212,175,55,0.12); box-shadow:0 6px 18px rgba(0,0,0,0.6); }
.brand-text h1 { margin:0; font-size:20px; color:var(--gold); letter-spacing:0.6px; }
.brand-text .slogan { margin:0; color:var(--muted); font-size:12px; }

/* NAV */
.main-nav a { color:var(--gold); margin: 0 8px; text-decoration:none; font-weight:600; }
.main-nav a:hover { opacity:0.85; }

/* CONTACT CTA */
.contact-cta { display:flex; align-items:center; gap:12px; }
.contact-cta .phone { color:var(--muted); text-decoration:none; font-weight:600; }

/* BUTTONS */
.btn { display:inline-block; padding:10px 16px; border-radius:8px; text-decoration:none; font-weight:700; cursor:pointer; border:2px solid transparent; }
.btn.gold { 
    background: var(--bg); /* fekete háttér */
    color: var(--gold);    /* arany szöveg */
    border: 2px solid var(--gold); /* opcionálisan arany keret */
    transition: 0.3s;
}

.btn.gold:hover {
    background: var(--gold); /* hoverkor arany háttér */
    color: #000;             /* és fekete szöveg */
}
.egg-pack {
  margin-bottom: 12px;
}

.egg-pack ellipse {
  stroke: #d4af37;
  stroke-width: 1;
}

.btn.ghost { background:transparent; color:var(--gold); border:2px solid rgba(212,175,55,0.12); }

/* HERO */
.hero { position:relative; padding:40px 0 80px; overflow:hidden; }
.hero-bg { position:absolute; inset:0; background: url('../images/hero_farm.jpg') center/cover no-repeat; filter: blur(2px) brightness(0.45) contrast(1.05); transform: scale(1.03); }
.hero-content { position:relative; display:flex; gap:40px; align-items:center; padding:60px 24px; }
.hero-left { flex:1; z-index:2; }
.hero-title { margin:0 0 12px; color:var(--gold); font-size:44px; line-height:1.05; letter-spacing:0.6px; text-shadow: 0 6px 24px rgba(0,0,0,0.7); }
.hero-lead { color:var(--muted); margin-bottom:18px; max-width:60ch; }
.trust .pill { display:inline-block; background:rgba(255,255,255,0.03); color:var(--muted); padding:6px 10px; border-radius:999px; margin-right:8px; font-size:13px; border:1px solid rgba(212,175,55,0.06); }

.hero-right { width:360px; z-index:2; display:flex; justify-content:center; }
.hero-egg { width:320px; border-radius:12px; border:6px solid rgba(212,175,55,0.08); box-shadow: 0 20px 60px rgba(0,0,0,0.6); }

/* SECTIONS */
.section { padding:64px 0; }
.section.dark { background:#0b0b0b; border-top:1px solid rgba(212,175,55,0.03); }
.section-title { color:var(--gold); font-size:28px; margin-bottom:18px; }
.center { text-align:center; }

/* two-column */
.two-col { display:flex; gap:28px; align-items:flex-start; margin-top:12px; }
.shadow-card { background: linear-gradient(180deg, rgba(16,16,16,0.7), rgba(12,12,12,0.65)); padding:20px; border-radius:12px; border:1px solid rgba(212,175,55,0.06); box-shadow: 0 8px 30px rgba(0,0,0,0.6); flex:0 0 380px; }

/* GALLERY */
.gallery { display:flex; gap:14px; margin-top:20px; }
.gallery img { width:33%; border-radius:10px; border:3px solid rgba(212,175,55,0.06); }

/* BENEFITS GRID */
.long-read { color:var(--muted); max-width:80ch; line-height:1.7; margin-bottom:22px; }
.benefits-grid .benefit { display:flex; gap:14px; background:#0f0f0f; padding:18px; border-radius:10px; border:1px solid rgba(255,255,255,0.02); margin-bottom:12px; }
.benefits-grid .icon { font-size:32px; width:62px; height:62px; display:flex; align-items:center; justify-content:center; background: linear-gradient(180deg, rgba(212,175,55,0.12), rgba(212,175,55,0.06)); border-radius:8px; color:var(--gold); }

/* PRICE GRID */
.price-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:18px; margin-top:18px; }
.price-card { background:#0f0f0f; padding:18px; border-radius:12px; border:1px solid rgba(212,175,55,0.06); text-align:center; }
.price-card.featured { transform:translateY(-6px); box-shadow:0 20px 60px rgba(0,0,0,0.5); }
.price { font-size:28px; color:var(--gold); margin:8px 0; }

/* FARM TILES */
.farm-tiles { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px; margin-top:20px; }
.tile img { width:100%; border-radius:10px; border:2px solid rgba(212,175,55,0.05); }

/* ORDER */
.order-wrap { display:flex; gap:24px; margin-top:22px; align-items:flex-start; }
.order-left { flex:1; }
.order-right { width:340px; background:#0f0f0f; padding:16px; border-radius:10px; border:1px solid rgba(212,175,55,0.05); }
.order-form label { display:block; margin-bottom:10px; color:var(--muted); }
.order-form input, .order-form textarea, .order-form select { width:100%; padding:10px; border-radius:8px; background:#0b0b0b; border:1px solid rgba(212,175,55,0.06); color:#fff; margin-top:6px; }
.order-actions { display:flex; gap:12px; margin-top:12px; }

/* FOOTER */
.site-footer { border-top:2px solid rgba(212,175,55,0.06); padding:18px 0; color:var(--muted); }

/* confirmation card */
.confirmation-card { background:#0b0b0b; padding:28px; border-radius:12px; border:1px solid rgba(212,175,55,0.06); text-align:center; }

/* Responsive */
@media (max-width:980px) {
  .hero-content { flex-direction:column; text-align:center; padding:40px 12px; }
  .hero-right { width:240px; margin-top:20px; }
  .two-col { flex-direction:column; }
  .order-wrap { flex-direction:column; }
  .main-nav { display:none; }
}
.site-footer .footer-cols strong {
    color: #d4a545;
}
.site-footer .footer-cols p {
    margin: 4px 0;
    color: #ddd;
}
/* Linkek arany színre állítása, kattintás után sem lilul */
a:link,
a:visited,
a:hover,
a:active {
    color: #d4af37 !important;   /* prémium arany */
    text-decoration: none;
}

/* Hover effektus (világosabb arany) */
a:hover {
    color: #f3d77b !important;
    text-decoration: underline;
}
.comparison-bars {
  max-width: 600px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.comparison-bars h4 {
  text-align: center;
  margin-bottom: 20px;
  color: #b8860b; /* arany */
}

.bar-group {
  margin-bottom: 15px;
}

.bar-group span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.bar-container {
  display: flex;
  gap: 10px;
}

.bar {
  flex: 1;
  height: 25px;
  background-color: #ddd;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

/* Külön színek fürj és csirke */
.bar.quail {
  background-color: #4caf50; /* zöld */
  width: 0;
  animation: fillBar 1.5s forwards;
}

.bar.chicken {
  background-color: #2196f3; /* kék */
  width: 0;
  animation: fillBar 1.5s forwards;
  animation-delay: 0.2s;
}

/* Az értékeket CSS változóként adtuk meg */
.bar.quail { width: var(--value); }
.bar.chicken { width: var(--value); }

@keyframes fillBar {
  from { width: 0; }
  to { width: var(--value); }
}

.note {
  margin-top: 20px;
  font-style: italic;
  text-align: center;
}

.recipe-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 20px;
}

.recipe-card {
  background-color: #222;
  padding: 20px;
  border-radius: 12px;
  color: #eee;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.recipe-card img.recipe-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

/* Táblázat teljes szélesség korlátozása */
table {
    width: 100%;
    max-width: 1000px; /* vagy amennyit szeretnél */
    margin: 0 auto;
}

/* Szöveg törése, ha túl hosszú */
td {
    word-wrap: break-word;
    word-break: break-word;
}

/* A "Mire jó" oszlop fix szélességgel */
td:last-child {
    max-width: 300px; /* igény szerint állítható */
}

/* Reszponzív mobilra */
@media (max-width:768px) {
    table, td, th {
        display: block;
        width: 100%;
    }
    td:last-child {
        max-width: 100%;
    }
}
