/* ==========================================================
   DJ ROXTAZ / NYÁRI ZSOLT - Luxus Esküvői & Rendezvény Stíluslap
   Világszínvonalú, elegáns, prémium arculat
   100% önálló, nulla külső CDN függőség, teljesen reszponzív
   ========================================================== */

/* --- RESET & ALAP BEÁLLÍTÁSOK --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: #ffffff;
  color: #1e293b;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

.font-serif {
  font-family: 'Playfair Display', Georgia, serif;
}

.font-display {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* --- KONTÉNER & TÉRKÖZÖK --- */
.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-py {
  padding-top: 95px;
  padding-bottom: 95px;
}

.bg-white { background-color: #ffffff; }
.bg-light-warm { background-color: #faf9f6; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-muted { color: #64748b; }

.section-header {
  max-width: 680px;
  margin: 0 auto 45px;
}

.section-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 50px;
  background: #fef9c3;
  border: 1px solid #fde047;
  color: #854d0e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title {
  font-size: 40px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 14px;
}

.section-subtitle {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
}

.gold-gradient-text {
  background: linear-gradient(135deg, #b45309 0%, #d4af37 60%, #e5c07b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gold-shimmer-text {
  background: linear-gradient(135deg, #ffffff 0%, #e5c07b 40%, #c5a059 70%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- GOMBOK & JELVÉNYEK --- */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg, #e5c07b 0%, #c5a059 100%);
  color: #0b0f17 !important;
  font-weight: 800;
  font-size: 15px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
  transition: all 0.25s ease;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.45);
  filter: brightness(1.06);
}

.btn-gold-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 36px;
  border-radius: 50px;
  background: linear-gradient(135deg, #e5c07b 0%, #c5a059 100%);
  color: #0b0f17 !important;
  font-weight: 800;
  font-size: 16px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
  transition: all 0.25s ease;
}

.btn-gold-large:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(212, 175, 55, 0.55);
  filter: brightness(1.06);
}

.btn-glass-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 30px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.25s ease;
}

.btn-glass-large:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.btn-glass-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  transition: all 0.25s ease;
}

.btn-glass-icon:hover {
  background: #1877f2;
  border-color: #1877f2;
  transform: translateY(-2px);
}

.btn-glass-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 50px;
  background: #ffffff;
  color: #0f172a;
  font-weight: 700;
  font-size: 15px;
  border: 1.5px solid #cbd5e1;
  transition: all 0.25s ease;
}

.btn-glass-dark:hover {
  border-color: #d4af37;
  color: #854d0e;
  transform: translateY(-2px);
}

.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 50px;
  background: transparent;
  color: #854d0e;
  font-weight: 700;
  font-size: 14px;
  border: 1.5px solid #d4af37;
  transition: all 0.2s ease;
}

.btn-outline-gold:hover {
  background: #fef9c3;
  color: #713f12;
  transform: translateY(-2px);
}

.btn-social-clean {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 50px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}

.btn-social-clean:hover {
  border-color: #d4af37;
  color: #0f172a;
  transform: translateY(-2px);
}

.btn-block { width: 100%; }

.whatsapp-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #10b981;
  display: inline-block;
  box-shadow: 0 0 10px #10b981;
}

/* --- FEJLÉC & NAVIGÁCIÓ (LUXUS ÜVEG EFFECT) --- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(11, 15, 23, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0;
  transition: all 0.3s ease;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  flex-direction: column;
}

.nav-logo-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 1.5px;
  color: #ffffff;
  line-height: 1.1;
}

.nav-logo-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2.2px;
  color: #e5c07b;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.nav-links a {
  font-size: 14px;
  font-weight: 600;
  color: #e2e8f0;
  transition: color 0.2s;
  letter-spacing: 0.3px;
}

.nav-links a:hover {
  color: #e5c07b;
}

.nav-right-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transition: all 0.2s;
}

.nav-social-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #e5c07b;
  color: #e5c07b;
}

.nav-phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  background: linear-gradient(135deg, #e5c07b 0%, #c5a059 100%);
  color: #0b0f17 !important;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  white-space: nowrap;
  transition: all 0.2s;
}

.nav-phone-pill:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.mobile-menu-btn {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 22px;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
}

.mobile-nav-drawer {
  display: none;
  background: #0b0f17;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
}

.mobile-nav-drawer.active {
  display: block;
}

.mobile-nav-drawer a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* --- HERO SZEKCIÓ (CINEMATIC LUXURY) --- */
.hero-section {
  position: relative;
  min-height: 88vh;
  padding-top: 155px;
  padding-bottom: 95px;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.hero-bg-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: brightness(0.6);
  z-index: 0;
}

.hero-gradient-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 25%, rgba(212, 175, 55, 0.15) 0%, rgba(11, 15, 23, 0.82) 65%, rgba(11, 15, 23, 0.96) 100%);
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 20px;
  border-radius: 50px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #e5c07b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #d4af37;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero-title {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 22px;
}

.hero-description {
  font-size: 18px;
  color: #cbd5e1;
  max-width: 740px;
  margin: 0 auto 38px;
  line-height: 1.7;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.hero-stats-glass {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 740px;
  margin: 0 auto 32px;
}

.hero-stat-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  transition: transform 0.2s;
}

.hero-stat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 175, 55, 0.4);
}

.stat-number {
  font-size: 34px;
  font-weight: 900;
  color: #e5c07b;
  margin-bottom: 2px;
}

.stat-text {
  font-size: 12px;
  color: #94a3b8;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.hero-features-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 14px;
  color: #cbd5e1;
}

.hero-feat-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* --- RÓLAM SZEKCIÓ --- */
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.about-paragraphs p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 18px;
  line-height: 1.8;
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pillar-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}

.pillar-card:hover {
  border-color: #d4af37;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.12);
}

.pillar-icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.pillar-card h4 {
  font-size: 17px;
  color: #0f172a;
  margin-bottom: 6px;
}

.pillar-card p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}

/* --- SZOLGÁLTATÁSOK --- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
}

.service-card:hover {
  border-color: #d4af37;
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(212, 175, 55, 0.14);
}

.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #fef9c3;
  border: 1px solid #fde047;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 22px;
}

.service-card h3 {
  font-size: 24px;
  color: #0f172a;
  margin-bottom: 12px;
}

.service-desc {
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 22px;
}

.service-list {
  list-style: none;
  margin-bottom: 28px;
  font-size: 13px;
  color: #334155;
}

.service-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* --- KÉPGALÉRIA & HANGULATKÉPEK --- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 280px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  background: #0f172a;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 15, 23, 0.92) 0%, rgba(11, 15, 23, 0.2) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  color: #fff;
}

.gallery-cat {
  font-size: 11px;
  font-weight: 700;
  color: #e5c07b;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.gallery-title {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 4px;
}

/* --- MENETREND (WORKFLOW) --- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.step-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 34px 28px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}

.step-card:hover {
  border-color: #d4af37;
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(212, 175, 55, 0.12);
}

.step-num {
  font-size: 44px;
  font-weight: 900;
  color: #d4af37;
  margin-bottom: 12px;
}

.step-card h3 {
  font-size: 22px;
  color: #0f172a;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
}

/* --- ZENEI VILÁG --- */
.genres-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.genre-pill {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease;
}

.genre-pill:hover {
  border-color: #d4af37;
  transform: translateY(-2px);
}

.genre-icon {
  font-size: 28px;
}

.genre-pill h4 {
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 3px;
}

.genre-pill p {
  font-size: 13px;
  color: #64748b;
}

.guarantee-box {
  margin-top: 35px;
  background: #fef9c3;
  border: 1.5px solid #fde047;
  border-radius: 18px;
  padding: 22px;
  text-align: center;
  font-size: 15px;
  color: #713f12;
}

/* --- VÉLEMÉNYEK --- */
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.review-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.review-stars {
  color: #d4af37;
  font-size: 20px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.review-text {
  font-size: 15px;
  color: #334155;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 22px;
}

.review-author {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
}

.review-loc {
  font-size: 13px;
  color: #64748b;
  font-weight: normal;
}

/* --- KAPCSOLAT & VISSZAHÍVÁS --- */
.contact-box {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  border: 2px solid rgba(212, 175, 55, 0.5);
  border-radius: 28px;
  padding: 50px 30px;
  text-align: center;
  margin-bottom: 45px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.contact-icon {
  font-size: 46px;
  margin-bottom: 12px;
}

.contact-box-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #e5c07b;
  font-weight: 800;
}

.phone-hero-link {
  font-size: 42px;
  font-weight: 900;
  color: #ffffff;
  margin: 14px 0;
  display: inline-block;
  letter-spacing: 1px;
  transition: all 0.2s;
}

.phone-hero-link:hover {
  color: #e5c07b;
  transform: scale(1.03);
}

.contact-actions-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.callback-box {
  max-width: 560px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 38px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #334155;
}

.form-control {
  width: 100%;
  padding: 14px 18px;
  background: #f8fafc;
  border: 1.5px solid #cbd5e1;
  border-radius: 12px;
  color: #0f172a;
  outline: none;
  font-size: 15px;
  transition: all 0.2s;
}

.form-control:focus {
  background: #ffffff;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}

/* --- LÁBLÉC --- */
.footer {
  background: #0b0f17;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 55px 0 40px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
}

.footer-logo {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 6px;
}

.social-links-bar {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 22px 0;
}

.footer-social-link {
  color: #cbd5e1;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  transition: all 0.2s;
}

.footer-social-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #e5c07b;
  border-color: #e5c07b;
}

/* --- LEBEGŐ GOMB --- */
.floating-call {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 26px;
  border-radius: 50px;
  background: linear-gradient(135deg, #e5c07b, #c5a059);
  color: #0b0f17 !important;
  font-weight: 900;
  font-size: 15px;
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.45);
  animation: pulse 2.5s infinite;
}

/* --- ANIMÁCIÓK --- */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.03); }
}

/* --- RESZPONZÍV TÖRÉSPONTOK --- */
@media (max-width: 900px) {
  .hero-title {
    font-size: 40px;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .services-grid, .steps-grid, .genres-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .hero-stats-glass {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .nav-links, .nav-social-btn {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-description {
    font-size: 16px;
  }
  .phone-hero-link {
    font-size: 28px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .section-py {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
