/* ============================================================
   WEDDING WEBSITE - Alexandru & Luciana - 17 Oct 2026
   Gold & Romance Edition
   ============================================================ */

:root {
  --gold:         #b8965a;
  --gold-light:   #e4cfa0;
  --gold-dark:    #8a6f3c;
  --gold-glow:    rgba(184,150,90,0.18);
  --wine:         #6e2535;
  --text-dark:    #1c1410;
  --text-medium:  #5c4838;
  --text-light:   #9c8878;
  --bg-white:     #fffefa;
  --bg-cream:     #fdf7f0;
  --bg-warm:      #faf2e8;
  --border:       #e8ddd5;
  --font-serif:   'Playfair Display', Georgia, serif;
  --font-sans:    'Lato', Arial, sans-serif;
  --font-script:  'Great Vibes', cursive;
  /* legacy aliases */
  --accent:       var(--gold);
  --accent-light: var(--gold-light);
  --icon-bg:      var(--wine);
  --bg-beige:     var(--bg-cream);
  --bg-light:     var(--bg-warm);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--text-dark); background: var(--bg-white); line-height: 1.7; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===================== PETALS ===================== */
#petals-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.petal {
  position: absolute;
  top: -60px;
  border-radius: 150% 0 150% 0 / 60% 0 60% 0;
  animation: petalFall linear forwards;
  pointer-events: none;
  will-change: transform, opacity;
}

@keyframes petalFall {
  0%   { transform: translateY(0) rotate(0deg) translateX(0); opacity: 0; }
  6%   { opacity: 1; }
  80%  { opacity: 0.7; }
  100% { transform: translateY(108vh) rotate(560deg) translateX(var(--drift, 50px)); opacity: 0; }
}

/* ===================== HERO ===================== */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('images/poze-noi/hero-bg.jpg') center center / cover no-repeat;
  text-align: center;
  overflow: hidden;
}

#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(10,4,2,0.18) 0%,
    rgba(10,4,2,0.45) 55%,
    rgba(10,4,2,0.72) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem 1.5rem;
  max-width: 900px;
  width: 100%;
}

.hero-eyebrow {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.55em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  animation: fadeUp 1.4s ease 0.1s both;
}

.hero-names {
  font-family: var(--font-script);
  font-size: clamp(4rem, 13vw, 9.5rem);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.2rem;
  animation: fadeUp 1.4s ease 0.3s both;
  text-shadow: 0 4px 40px rgba(0,0,0,0.3);
}

.hero-amp { color: var(--gold-light); }

.hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin: 1rem 0;
  animation: fadeUp 1.4s ease 0.5s both;
}

.hd-line {
  display: block;
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}

.hd-diamond {
  width: 7px;
  height: 7px;
  background: var(--gold-light);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.hero-date {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 2.5vw, 1.45rem);
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.22em;
  font-style: italic;
  margin-bottom: 2.5rem;
  animation: fadeUp 1.4s ease 0.65s both;
}

/* Countdown */
.countdown {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 3rem;
  animation: fadeUp 1.4s ease 0.85s both;
}

.count-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.9rem 1rem;
  min-width: 72px;
  border-radius: 3px;
}

.count-item span {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  min-width: 48px;
  text-align: center;
}

.count-item label {
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  margin-top: 0.35rem;
}

.hero-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 1.4s ease 1.05s both;
}

.hero-btn-primary {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  padding: 0.85rem 2.5rem;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hero-btn-primary:hover {
  background: var(--gold-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(184,150,90,0.45);
}

.hero-btn-secondary {
  display: inline-block;
  background: transparent;
  color: rgba(255,255,255,0.88);
  padding: 0.85rem 2.5rem;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hero-btn-secondary:hover {
  border-color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.09);
  color: #fff;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  animation: scrollBounce 2.5s ease-in-out infinite;
}

.scroll-chevron {
  display: block;
  width: 22px;
  height: 22px;
  border-right: 1.5px solid rgba(255,255,255,0.45);
  border-bottom: 1.5px solid rgba(255,255,255,0.45);
  transform: rotate(45deg);
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.5; }
  50%       { transform: translateX(-50%) translateY(8px); opacity: 1; }
}

/* ===================== BOTANICAL ICON ===================== */
.botanical-icon { display: flex; justify-content: center; margin-bottom: 1.5rem; }

/* ===================== SECTION COMMON ===================== */
section { padding: 5rem 1.5rem; }

section h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  text-align: center;
  color: var(--text-dark);
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 1.2rem;
}

section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: var(--gold-light);
}

.rsvp-bg-overlay h2 { padding-bottom: 0; }
.rsvp-bg-overlay h2::after { display: none; }

.section-intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem;
  color: var(--text-medium);
  font-size: 0.95rem;
  line-height: 1.8;
}

/* ===================== POVESTEA ===================== */
#povestea { background: var(--bg-white); text-align: center; }

.couple-profiles {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-photo-oval {
  width: 120px;
  height: 158px;
  border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
  overflow: hidden;
  border: 3px solid var(--gold-light);
  margin-bottom: 1.2rem;
  box-shadow: 0 6px 28px rgba(184,150,90,0.22);
  flex-shrink: 0;
  transition: box-shadow 0.3s;
}

.profile-photo-oval:hover { box-shadow: 0 10px 40px rgba(184,150,90,0.38); }

.profile-photo-oval img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}

.profile:hover .profile-photo-oval img { transform: scale(1.06); }

.profile h3 {
  font-family: var(--font-script);
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
  color: var(--text-dark);
}

.profile p {
  font-size: 0.9rem;
  color: var(--text-medium);
  line-height: 1.8;
  margin-bottom: 1.2rem;
  max-width: 250px;
  text-align: center;
}

.social-icons { display: flex; gap: 0.5rem; justify-content: center; }

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--text-dark);
  color: #fff;
  font-size: 0.85rem;
  transition: background 0.3s;
}

.social-btn:hover { background: var(--gold); }

.couple-photo-wrap {
  position: relative;
  width: 240px;
  height: 240px;
  flex-shrink: 0;
}

.couple-amp {
  position: absolute;
  font-family: var(--font-script);
  font-size: 12rem;
  font-weight: 400;
  color: #f2e8de;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  line-height: 1;
  user-select: none;
}

.couple-photo-circle {
  position: relative;
  z-index: 1;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 8px 45px rgba(184,150,90,0.25);
  background: linear-gradient(135deg, #f0e6de, #e0d0c5);
}

.couple-photo-circle img { width: 100%; height: 100%; object-fit: cover; }

/* ===================== QUOTE ===================== */
#quote {
  background: var(--wine);
  position: relative;
  overflow: hidden;
  padding: 6rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#quote::before {
  content: '"';
  position: absolute;
  font-family: var(--font-serif);
  font-size: 36rem;
  color: rgba(255,255,255,0.04);
  top: -8rem;
  left: -4rem;
  line-height: 1;
  pointer-events: none;
}

.quote-box {
  border: 1px solid rgba(228,207,160,0.25);
  padding: 3.5rem 4rem;
  max-width: 700px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.quote-mark-top, .quote-mark-bottom {
  font-size: 2rem;
  color: var(--gold-light);
  opacity: 0.65;
  line-height: 1;
}

.quote-mark-top  { margin-bottom: 1.5rem; }
.quote-mark-bottom { margin-top: 1.5rem; }

.quote-box blockquote {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 3vw, 1.75rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1.2rem;
}

.quote-box cite {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  color: var(--gold-light);
  font-style: normal;
  opacity: 0.8;
}

/* ===================== INFO ===================== */
#info {
  background: var(--bg-warm);
  text-align: center;
  position: relative;
}

#info::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cpolygon points='50,5 95,27.5 95,72.5 50,95 5,72.5 5,27.5' fill='none' stroke='%23e8ddd5' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 200px;
  opacity: 0.22;
  pointer-events: none;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.2rem;
  border-radius: 8px;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}

.info-card:hover {
  background: #fff;
  transform: translateY(-6px);
  box-shadow: 0 14px 45px rgba(0,0,0,0.07);
}

.info-icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--wine);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
  transition: background 0.3s, transform 0.3s;
}

.info-card:hover .info-icon-wrap { background: var(--gold); transform: scale(1.1); }

.info-card h4 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.7rem;
}

.info-card p {
  font-size: 0.85rem;
  color: var(--text-medium);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.info-divider { width: 30px; height: 2px; background: var(--gold-light); margin-top: auto; }

/* ===================== RSVP ===================== */
#rsvp { padding: 0; background: var(--bg-white); }

.rsvp-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }

.rsvp-bg-panel {
  position: relative;
  overflow: hidden;
  background: var(--wine);
}

.rsvp-bg-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rsvp-bg-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 4rem 3rem;
  background: linear-gradient(135deg, rgba(20,5,10,0.65), rgba(60,15,25,0.45));
}

.rsvp-bg-overlay h2 {
  font-family: var(--font-script);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.rsvp-bg-overlay p { color: rgba(255,255,255,0.82); font-size: 0.95rem; }

.rsvp-form-panel {
  padding: 4rem 3rem;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.rsvp-form-panel form, .rsvp-confirmation { width: 100%; max-width: 440px; }

.form-group { margin-bottom: 1.2rem; }

.form-group label {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.req { color: var(--gold); }

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--text-dark);
  background: #fff;
  transition: border-color 0.25s;
  outline: none;
}

.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-light); font-size: 0.85rem; }

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-glow);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.submit-btn {
  width: 100%;
  padding: 1rem;
  background: var(--wine);
  border: none;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 0.5rem;
  border-radius: 2px;
}

.submit-btn:hover {
  background: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(184,150,90,0.38);
}

.submit-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.form-error {
  color: #c0392b;
  font-size: 0.85rem;
  margin-top: 0.8rem;
  padding: 0.6rem 1rem;
  background: #fde8e8;
  border-radius: 4px;
}

/* ===================== TOGGLE BUTTONS ===================== */
.toggle-group { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 0.4rem; }
.toggle-group-3 .toggle-btn { flex: 1; min-width: 0; }

.toggle-btn {
  padding: 0.6rem 1.2rem;
  border: 1.5px solid var(--border);
  border-radius: 30px;
  background: #fff;
  color: var(--text-medium);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.toggle-btn:hover { border-color: var(--gold-light); color: var(--gold-dark); background: #fdf9f2; }

.toggle-btn.active, .toggle-btn-active.active { background: var(--gold); border-color: var(--gold); color: #fff; }
.toggle-btn-active { background: var(--gold); border-color: var(--gold); color: #fff; }

.toggle-btn.toggle-green.active { background: #1a7a52; border-color: #1a7a52; color: #fff; }
.toggle-btn.toggle-green:hover  { border-color: #1a7a52; color: #1a7a52; background: #f0faf5; }
.toggle-btn.toggle-red.active   { background: #c0392b; border-color: #c0392b; color: #fff; }
.toggle-btn.toggle-red:hover    { border-color: #c0392b; color: #c0392b; background: #fef2f2; }
.toggle-btn.toggle-gray.active  { background: #6b7280; border-color: #6b7280; color: #fff; }
.toggle-btn.toggle-gray:hover   { border-color: #6b7280; color: #6b7280; background: #f9fafb; }

/* Confirmation Card */
.rsvp-confirmation { text-align: center; padding: 2rem 1rem; }

.confirm-icon { font-size: 3rem; color: var(--gold); margin-bottom: 1rem; }

.rsvp-confirmation h3 {
  font-family: var(--font-script);
  font-size: 2.6rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.confirm-subtitle { font-size: 0.95rem; color: var(--text-medium); margin-bottom: 2rem; }

.confirm-details {
  text-align: left;
  background: var(--bg-cream);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.confirm-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}

.confirm-row:last-child { border-bottom: none; }
.confirm-row .label { font-weight: 700; color: var(--text-medium); font-size: 0.78rem; letter-spacing: 0.06em; }
.confirm-row .value { color: var(--text-dark); }

.status-badge { display: inline-block; padding: 0.2rem 0.7rem; border-radius: 20px; font-size: 0.78rem; font-weight: 700; }
.status-confirmat { background: #d4f5e9; color: #1a7a52; }
.status-refuz     { background: #fde8e8; color: #c0392b; }
.status-asteptare { background: #fef3cd; color: #92600a; }

.back-btn {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-medium);
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}

.back-btn:hover { border-color: var(--gold); color: var(--gold); }

/* ===================== GALLERY – POLAROID ===================== */
#galerie {
  padding: 5rem 1.5rem 6rem;
  background: var(--bg-warm);
  text-align: center;
}

.gallery-polaroid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 3rem auto 0;
  padding: 1rem 0 2rem;
}

.gallery-item {
  background: #fffef8;
  padding: 10px 10px 50px;
  box-shadow:
    2px 3px 12px rgba(0,0,0,0.14),
    0 1px 3px rgba(0,0,0,0.08);
  cursor: pointer;
  position: relative;
  flex: 0 0 210px;
  transition:
    transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.45s ease;
  z-index: 1;
}

.gallery-item::after {
  content: attr(data-caption);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-script);
  font-size: 1.05rem;
  color: var(--text-medium);
  pointer-events: none;
}

.gallery-item:hover {
  transform: rotate(0deg) scale(1.12) translateY(-14px) !important;
  box-shadow:
    6px 24px 55px rgba(0,0,0,0.22),
    0 4px 12px rgba(0,0,0,0.12);
  z-index: 20;
}

.gallery-item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.94);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 2px; }

.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  opacity: 0.65;
  transition: opacity 0.2s;
}

.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { opacity: 1; }
.lightbox-close { top: 1rem; right: 1.5rem; font-size: 2.5rem; }
.lightbox-prev  { left: 1rem; top: 50%; transform: translateY(-50%); font-size: 2.5rem; }
.lightbox-next  { right: 1rem; top: 50%; transform: translateY(-50%); font-size: 2.5rem; }

/* ===================== LOCATION ===================== */
#locatie { background: var(--bg-white); text-align: center; }

.loc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1000px;
  margin: 3rem auto;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}

.loc-card {
  padding: 3rem 2rem;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  justify-content: flex-start;
}

.loc-card .loc-divider { margin-top: auto; }

.loc-card:last-child { border-right: none; }
.loc-dim { background: var(--bg-warm); opacity: 0.5; }
.loc-highlight { background: #fff; }

.loc-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  border: 1px solid var(--border);
  color: var(--text-light);
}

.loc-icon-wrap.accent { border-color: var(--gold-light); color: var(--gold); }
.loc-icon-wrap.dim    { color: var(--text-light); }

.loc-card h3 { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 400; color: var(--text-dark); margin-bottom: 0.5rem; }
.loc-card p  { font-size: 0.85rem; color: var(--text-medium); line-height: 1.6; }
.loc-placeholder { color: var(--text-light) !important; font-size: 0.8rem !important; }
.loc-divider { width: 30px; height: 1px; background: var(--gold-light); margin: 0.8rem 0; }

.loc-btns {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}

.directions-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold-dark);
  text-transform: uppercase;
  border: 1px solid var(--gold-light);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  transition: all 0.3s;
}

.directions-btn:hover { background: var(--gold); border-color: var(--gold); color: #fff; }

.directions-btn-waze { color: #33ccff; border-color: #33ccff; }
.directions-btn-waze:hover { background: #33ccff; border-color: #33ccff; color: #fff; }

/* ===================== RESTAURANT SLIDER ===================== */
.restaurant-slider {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: #000;
  aspect-ratio: 16/7;
}

.rs-track {
  display: flex;
  height: 100%;
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rs-slide {
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}

.rs-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 6s ease;
  transform: scale(1.06);
}

.rs-slide.rs-active img { transform: scale(1); }

/* Arrows */
.rs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  z-index: 3;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.rs-arrow:hover { background: rgba(184,150,90,0.6); border-color: var(--gold); }
.rs-prev { left: 1.2rem; }
.rs-next { right: 1.2rem; }

/* Dots */
.rs-dots {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 3;
}

.rs-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.rs-dot.active { background: var(--gold); transform: scale(1.4); }

/* Caption */
.rs-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.5rem 2rem 1rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
  color: rgba(255,255,255,0.88);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.rs-caption i { color: var(--gold-light); margin-right: 0.4rem; }

/* Loc note */
.loc-note {
  font-size: 0.8rem !important;
  color: var(--text-light) !important;
  font-style: italic;
}

@media (max-width: 600px) {
  .restaurant-slider { aspect-ratio: 4/3; }
  .rs-arrow { width: 34px; height: 34px; font-size: 0.85rem; }
}

/* ===================== FOOTER ===================== */
footer {
  background: var(--text-dark);
  color: rgba(255,255,255,0.55);
  text-align: center;
  padding: 4rem 1.5rem;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.footer-names {
  font-family: var(--font-script);
  font-size: 3.2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.footer-date { font-size: 0.75rem; letter-spacing: 0.28em; margin-bottom: 1.2rem; text-transform: uppercase; }
.footer-heart { color: var(--gold); font-size: 1.1rem; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 900px) {
  .info-grid { grid-template-columns: repeat(2, 1fr); }

  .couple-profiles { grid-template-columns: 1fr; gap: 2.5rem; }
  .couple-photo-wrap { margin: 0 auto; }

  .loc-cards { grid-template-columns: 1fr; }
  .loc-card { border-right: none; border-bottom: 1px solid var(--border); }
  .loc-card:last-child { border-bottom: none; }

  .rsvp-layout { grid-template-columns: 1fr; }
  .rsvp-bg-panel { min-height: 260px; }
  .rsvp-bg-overlay { padding: 3rem 2rem; }
  .rsvp-bg-overlay h2 { text-align: center; }
  .rsvp-form-panel { padding: 3rem 1.5rem; }

  /* Tabletă: 3 polaroid-uri pe rând */
  .gallery-polaroid { gap: 1.4rem; }
  .gallery-item { flex: 0 0 180px; }
  .gallery-item img { height: 180px; }
}

@media (max-width: 600px) {
  .info-grid { grid-template-columns: 1fr; }

  /* Mobil: 2 polaroid-uri pe rând, fără rotație */
  .gallery-polaroid { gap: 1rem; padding: 0.5rem 0; }
  .gallery-item { flex: 0 0 calc(50% - 2rem); padding: 8px 8px 42px; }
  .gallery-item img { height: 160px; }

  .countdown { gap: 0.5rem; }
  .count-item { min-width: 60px; padding: 0.7rem 0.5rem; }

  .form-row { grid-template-columns: 1fr; }

  .hero-btns { flex-direction: column; align-items: center; }
  .hero-btn-primary, .hero-btn-secondary { width: 100%; max-width: 280px; text-align: center; }

  .profile-photo-oval { width: 100px; height: 130px; }

  .footer-names { font-size: 2.4rem; }
  .quote-box { padding: 2rem 1.5rem; }
}
