@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --gold:       #C9A96E;
  --gold-light: #E8D5B0;
  --gold-dark:  #A07840;
  --rose:       #C4849A;
  --rose-light: #F0D5DC;
  --rose-dark:  #A06278;
  --navy:       #1A1A2E;
  --navy-light: #252545;
  --cream:      #FAF8F5;
  --cream-dark: #F0EDE8;
  --text:       #2D2D2D;
  --text-light: #7A7A7A;
  --white:      #FFFFFF;
  --radius:     12px;
  --shadow:     0 8px 40px rgba(0,0,0,0.08);
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.7;
  font-weight: 300;
}

/* ── TIPOGRAFIA ── */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: 1.2;
}

.logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  letter-spacing: 0.35em;
  font-size: 1.6rem;
  color: var(--navy);
  text-transform: uppercase;
}

em { font-style: italic; color: var(--gold-dark); }

/* ── NAVEGACAO ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 5%;
  background: rgba(250,248,245,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,169,110,0.2);
  transition: var(--transition);
}
nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.07); }

.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
  font-weight: 400;
  transition: color var(--transition);
}
.nav-links a:hover { color: var(--gold-dark); }

.nav-cta {
  background: var(--navy);
  color: var(--white) !important;
  padding: 0.55rem 1.4rem;
  border-radius: 50px;
}
.nav-cta:hover { background: var(--gold-dark) !important; color: var(--white) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 1.5px; background: var(--navy); transition: var(--transition); }

/* ── BOTOES ── */
.btn {
  display: inline-block;
  padding: 0.9rem 2.4rem;
  border-radius: 50px;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: var(--transition);
}
.btn-primary { background: var(--gold); color: var(--white); }
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(160,120,64,0.35); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-light); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--gold-dark); border: 1.5px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--white); }
.btn-white { background: var(--white); color: var(--navy); }
.btn-white:hover { background: var(--gold-light); }
.btn-whatsapp { background: #25D366; color: var(--white); }
.btn-whatsapp:hover { background: #1db954; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(37,211,102,0.35); }

/* ── SECTIONS ── */
section { padding: 7rem 5%; }

.section-label {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}

.section-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: var(--navy);
  margin-bottom: 1.5rem;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--text-light);
  max-width: 600px;
  margin-bottom: 3rem;
}

.centered { text-align: center; }
.centered .section-sub { margin-left: auto; margin-right: auto; }

.bg-navy { background: var(--navy); }
.bg-navy .section-title, .bg-navy p, .bg-navy h3 { color: var(--white); }
.bg-navy .section-label { color: var(--gold-light); }
.bg-navy .section-sub { color: rgba(255,255,255,0.7); }

.bg-cream-dark { background: var(--cream-dark); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex; align-items: center;
  padding-top: 6rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(201,169,110,0.08) 0%, transparent 65%);
}
.hero-content { max-width: 680px; position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.hero h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  color: var(--navy);
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.hero h1 em { font-weight: 500; }
.hero p {
  font-size: 1.15rem;
  color: var(--text-light);
  margin-bottom: 2.5rem;
  max-width: 520px;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-scroll {
  position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-light);
  text-decoration: none;
}
.hero-scroll::after {
  content: '';
  width: 1px; height: 50px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollLine 2s ease infinite;
}
@keyframes scrollLine { 0%,100% { opacity: 0; transform: scaleY(0); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

.hero-decoration {
  position: absolute; right: -5%; top: 50%; transform: translateY(-50%);
  width: 50%; opacity: 0.06;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(5rem, 11vw, 10rem);
  font-weight: 300;
  color: var(--navy);
  user-select: none;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

/* ── CARDS ── */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 2rem; margin-top: 3rem; }

.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2.5rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(201,169,110,0.12);
  transition: var(--transition);
}
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.12); }

.card-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.card-icon.rose { background: linear-gradient(135deg, var(--rose-light), var(--rose)); }
.why-item-icon.rose { background: var(--rose); }
.stat-number.rose { color: var(--rose); }
.section-label.rose { color: var(--rose); }
.about-tag.rose { background: rgba(196,132,154,0.1); border-color: rgba(196,132,154,0.35); color: var(--rose-dark); }

.card h3 {
  font-size: 1.4rem;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.card p { font-size: 0.95rem; color: var(--text-light); }

/* ── RSVP STATS ── */
.stats-row { display: flex; gap: 3rem; flex-wrap: wrap; margin-top: 3rem; }
.stat { }
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}
.stat-label { font-size: 0.85rem; color: var(--text-light); letter-spacing: 0.05em; margin-top: 0.3rem; }

/* ── DIVIDER DOURADO ── */
.gold-divider {
  display: flex; align-items: center; gap: 1.5rem;
  margin: 2rem 0;
  max-width: 400px;
}
.gold-divider::before, .gold-divider::after {
  content: ''; flex: 1;
  height: 1px; background: var(--gold-light);
}
.gold-divider span { color: var(--gold); font-size: 1.2rem; }

/* ── PACOTES ── */
.packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 3rem; }

.package-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(201,169,110,0.15);
  transition: var(--transition);
  display: flex; flex-direction: column;
}
.package-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.13); }
.package-card.featured { border: 2px solid var(--gold); }

.package-header {
  padding: 2rem;
  background: var(--cream-dark);
  text-align: center;
  position: relative;
}
.package-card.featured .package-header { background: linear-gradient(135deg, var(--navy), var(--navy-light)); }
.package-card.featured .package-name { color: var(--white); }
.package-card.featured .package-icon { background: rgba(255,255,255,0.1); }

.package-badge {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--gold);
  color: var(--white);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  font-weight: 500;
}

.package-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.package-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: var(--navy);
  font-weight: 500;
}
.package-tagline { font-size: 0.85rem; color: var(--text-light); margin-top: 0.3rem; }
.package-card.featured .package-tagline { color: rgba(255,255,255,0.6); }

.package-body { padding: 2rem; flex: 1; display: flex; flex-direction: column; }

.package-features { list-style: none; margin-bottom: 2rem; flex: 1; }
.package-features li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.6rem 0;
  font-size: 0.92rem;
  border-bottom: 1px solid var(--cream-dark);
}
.package-features li:last-child { border-bottom: none; }
.feature-check { color: var(--gold); font-size: 0.9rem; margin-top: 0.15rem; flex-shrink: 0; }

.package-cta { text-align: center; }
.package-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 1rem;
}
.package-price strong { font-size: 2rem; color: var(--navy); font-weight: 500; }

/* ── COMO FUNCIONA ── */
.steps { display: flex; gap: 0; flex-wrap: wrap; margin-top: 3rem; }
.step {
  flex: 1; min-width: 200px;
  padding: 2rem;
  position: relative;
  text-align: center;
}
.step::after {
  content: '→';
  position: absolute; right: -0.5rem; top: 2.5rem;
  color: var(--gold-light);
  font-size: 1.5rem;
}
.step:last-child::after { display: none; }

.step-number {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.2rem;
}
.step h3 { font-size: 1.1rem; color: var(--white); margin-bottom: 0.5rem; }
.step p { font-size: 0.9rem; color: rgba(255,255,255,0.65); }

/* ── GRATUITO BANNER ── */
.free-banner {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 20px;
  padding: 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.free-banner::before {
  content: '';
  position: absolute;
  top: -50%; left: -10%;
  width: 60%; padding-top: 60%;
  border-radius: 50%;
  background: rgba(201,169,110,0.06);
}
.free-banner h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.free-banner p { color: rgba(255,255,255,0.7); margin-bottom: 2rem; font-size: 1.05rem; }

/* ── FORM STYLES ── */
.form-container {
  background: var(--white);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: var(--shadow);
  max-width: 680px;
  margin: 0 auto;
}

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

label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="url"],
textarea,
select {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 1.5px solid var(--cream-dark);
  border-radius: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--cream);
  transition: var(--transition);
  outline: none;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(201,169,110,0.12);
}

textarea { resize: vertical; min-height: 100px; }

.photo-upload {
  border: 2px dashed var(--gold-light);
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  background: var(--cream);
  position: relative;
}
.photo-upload:hover { border-color: var(--gold); background: rgba(201,169,110,0.05); }
.photo-upload input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.photo-upload-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.photo-upload-text { font-size: 0.9rem; color: var(--text-light); }
.photo-preview { width: 100%; max-height: 200px; object-fit: cover; border-radius: 8px; margin-top: 1rem; display: none; }

.link-result {
  background: var(--cream-dark);
  border-radius: 10px;
  padding: 1.2rem 1.5rem;
  display: flex; align-items: center; gap: 1rem;
  margin-top: 1.5rem;
  display: none;
}
.link-result input { flex: 1; border: none; background: transparent; font-size: 0.9rem; color: var(--navy); padding: 0; }
.link-result input:focus { box-shadow: none; }

.copy-feedback { font-size: 0.8rem; color: var(--gold-dark); font-weight: 500; display: none; }

/* ── RSVP GUEST PAGE ── */
.event-header {
  min-height: 50vh;
  display: flex; align-items: flex-end;
  background: linear-gradient(to bottom, rgba(26,26,46,0.3), rgba(26,26,46,0.85));
  padding: 4rem 5%;
  position: relative;
}
.event-header-bg {
  position: absolute; inset: 0;
  background: var(--navy);
  z-index: -1;
}
.event-header-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }

.event-info { color: var(--white); }
.event-name-display {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  margin-bottom: 1rem;
}
.event-details-row { display: flex; gap: 2rem; flex-wrap: wrap; font-size: 0.9rem; opacity: 0.85; }
.event-detail-item { display: flex; align-items: center; gap: 0.5rem; }

.guest-form-section { padding: 4rem 5%; max-width: 700px; margin: 0 auto; }
.guest-form-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; color: var(--navy); margin-bottom: 2rem;
}

.attendance-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2rem; }
.attendance-option {
  border: 2px solid var(--cream-dark);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
}
.attendance-option:hover { border-color: var(--gold); }
.attendance-option.selected-yes { border-color: #22c55e; background: rgba(34,197,94,0.05); }
.attendance-option.selected-no  { border-color: #ef4444; background: rgba(239,68,68,0.05); }
.attendance-option .option-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.attendance-option p { font-size: 0.9rem; color: var(--text-light); }
.attendance-option input { display: none; }

.children-list { margin-top: 1rem; }
.child-item { display: flex; gap: 1rem; margin-bottom: 0.75rem; align-items: center; }
.child-item input[type="text"] { flex: 2; }
.child-item input[type="number"] { flex: 1; }
.remove-btn { background: none; border: none; color: #ef4444; cursor: pointer; font-size: 1.2rem; padding: 0.3rem; }

.add-btn {
  background: none; border: 1.5px dashed var(--gold-light);
  border-radius: 8px; color: var(--gold-dark); cursor: pointer;
  padding: 0.6rem 1.2rem; font-size: 0.85rem; font-family: 'Jost', sans-serif;
  transition: var(--transition); width: 100%; margin-top: 0.5rem;
}
.add-btn:hover { border-color: var(--gold); background: rgba(201,169,110,0.05); }

.success-message {
  text-align: center; padding: 3rem;
  display: none;
}
.success-message .success-icon { font-size: 4rem; margin-bottom: 1rem; }
.success-message h3 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--navy); margin-bottom: 0.75rem; }
.success-message p { color: var(--text-light); margin-bottom: 1.5rem; }

/* ── FOOTER ── */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.7);
  padding: 4rem 5% 2rem;
}
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 3rem; flex-wrap: wrap; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 2rem; }
.footer-logo .logo-text { color: var(--white); }
.footer-logo p { font-size: 0.9rem; color: rgba(255,255,255,0.5); margin-top: 0.5rem; max-width: 260px; }
.footer-links h4 { color: var(--white); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1rem; font-family: 'Jost', sans-serif; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.9rem; transition: color var(--transition); }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.8rem; color: rgba(255,255,255,0.35); }

/* ── RESPONSIVO ── */
@media (max-width: 768px) {
  nav { padding: 1rem 5%; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); padding: 1.5rem 5%; border-top: 1px solid var(--cream-dark); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  section { padding: 5rem 5%; }
  .form-row { grid-template-columns: 1fr; }
  .steps { flex-direction: column; }
  .step::after { display: none; }
  .free-banner { padding: 2.5rem 1.5rem; }
  .packages-grid { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; gap: 2rem; }
  .hero-decoration { display: none; }
  .attendance-options { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
}

/* ── SOBRE LAÍS ── */
.about-section { background: var(--cream); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.about-photo-wrap {
  position: relative;
}

.about-photo-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(26,26,46,0.18);
}

.about-photo-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(201,169,110,0.08) 0%,
    rgba(26,26,46,0.25) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.about-photo-frame img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center top;
  filter: brightness(1.04) contrast(1.08) saturate(1.1);
  transition: transform 0.7s ease;
}

.about-photo-frame:hover img {
  transform: scale(1.03);
}

.about-deco-line {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 80%;
  height: 80%;
  border: 1.5px solid rgba(201,169,110,0.3);
  border-radius: 24px;
  z-index: -1;
}

.about-deco-dot {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(201,169,110,0.25), transparent 70%);
  border-radius: 50%;
}

.about-content { }

.about-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-style: italic;
  color: var(--navy);
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  border-left: 3px solid var(--rose);
}

.about-text {
  font-size: 0.98rem;
  color: var(--text-light);
  margin-bottom: 1.2rem;
  line-height: 1.8;
}

.about-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  color: var(--navy);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.about-title {
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 2rem;
  display: block;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.about-tag {
  background: rgba(201,169,110,0.1);
  border: 1px solid rgba(201,169,110,0.3);
  color: var(--gold-dark);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-weight: 500;
}

@media(max-width:900px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-photo-frame img { height: 420px; }
  .about-deco-line { display: none; }
}

/* ── ANIMACOES ── */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
