/* ============================================
   THE BUTTERFLY MEDIUM — Complete Redesign v2
   Matching: Black starfield + Purple glow + Golden butterfly
   ============================================ */

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

:root {
  --gold: #FFD700;
  --gold-light: #FFE866;
  --gold-dim: #C9A84C;
  --gold-dark: #B8860B;
  --purple: #9B30FF;
  --purple-light: #CC44FF;
  --purple-dark: #6B0FCC;
  --black: #03000A;
  --dark: #07030F;
  --card: rgba(10, 5, 25, 0.85);
  --white: #FFFFFF;
  --muted: #CCBBee;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background-color: var(--black);
  background-image:
    radial-gradient(ellipse 100% 55% at 50% 0%, rgba(100,20,200,0.45) 0%, transparent 65%),
    radial-gradient(ellipse 70% 40% at 15% 50%, rgba(80,10,160,0.25) 0%, transparent 55%),
    radial-gradient(ellipse 60% 45% at 85% 80%, rgba(100,20,180,0.2) 0%, transparent 55%);
  color: var(--white);
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 19px;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

/* Starfield layer 1 */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 5% 8%, rgba(255,215,0,0.9) 0%, transparent 100%),
    radial-gradient(1px 1px at 12% 22%, rgba(204,68,255,0.8) 0%, transparent 100%),
    radial-gradient(2px 2px at 18% 5%, rgba(255,255,255,0.7) 0%, transparent 100%),
    radial-gradient(1px 1px at 25% 35%, rgba(255,215,0,0.6) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 32% 15%, rgba(204,68,255,0.9) 0%, transparent 100%),
    radial-gradient(1px 1px at 38% 70%, rgba(255,215,0,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 45% 28%, rgba(255,255,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 52% 88%, rgba(204,68,255,0.7) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 58% 42%, rgba(255,215,0,0.8) 0%, transparent 100%),
    radial-gradient(1px 1px at 65% 12%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 72% 55%, rgba(204,68,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 78% 78%, rgba(255,215,0,0.7) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 85% 32%, rgba(255,255,255,0.8) 0%, transparent 100%),
    radial-gradient(1px 1px at 90% 65%, rgba(204,68,255,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 95% 18%, rgba(255,215,0,0.9) 0%, transparent 100%),
    radial-gradient(1px 1px at 8% 48%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 15% 82%, rgba(204,68,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 22% 60%, rgba(255,215,0,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 35% 92%, rgba(255,255,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 48% 18%, rgba(204,68,255,0.7) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 62% 75%, rgba(255,215,0,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 75% 8%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 88% 45%, rgba(204,68,255,0.8) 0%, transparent 100%),
    radial-gradient(1px 1px at 3% 68%, rgba(255,215,0,0.4) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 42% 52%, rgba(255,255,255,0.7) 0%, transparent 100%),
    radial-gradient(1px 1px at 55% 95%, rgba(204,68,255,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 68% 38%, rgba(255,215,0,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 82% 22%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 92% 85%, rgba(204,68,255,0.7) 0%, transparent 100%),
    radial-gradient(1px 1px at 28% 45%, rgba(255,215,0,0.5) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
  animation: twinkle 7s ease-in-out infinite alternate;
}

/* Starfield layer 2 */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 7% 30%, rgba(255,215,0,0.6) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 17% 55%, rgba(204,68,255,0.7) 0%, transparent 100%),
    radial-gradient(1px 1px at 28% 10%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 40% 80%, rgba(255,215,0,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 50% 45%, rgba(204,68,255,0.4) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 60% 20%, rgba(255,215,0,0.7) 0%, transparent 100%),
    radial-gradient(1px 1px at 70% 90%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 80% 60%, rgba(204,68,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 93% 35%, rgba(255,215,0,0.5) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 13% 72%, rgba(255,255,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 33% 28%, rgba(204,68,255,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 53% 62%, rgba(255,215,0,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 73% 15%, rgba(255,255,255,0.6) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 87% 72%, rgba(204,68,255,0.7) 0%, transparent 100%),
    radial-gradient(1px 1px at 97% 50%, rgba(255,215,0,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 20% 38%, rgba(255,215,0,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 44% 66%, rgba(204,68,255,0.5) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 66% 44%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 77% 33%, rgba(255,215,0,0.6) 0%, transparent 100%),
    radial-gradient(2px 2px at 11% 88%, rgba(204,68,255,0.4) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
  animation: twinkle 11s ease-in-out infinite alternate-reverse;
}

@keyframes twinkle {
  0% { opacity: 0.45; }
  100% { opacity: 1; }
}

/* ── GOLDEN BUTTERFLY CSS ART ── */
.butterfly-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.butterfly-glow-ring {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255,180,0,0.25) 0%, rgba(155,48,255,0.15) 40%, transparent 70%);
  animation: glow-pulse 4s ease-in-out infinite;
}

.butterfly-glow-ring.large {
  width: 480px;
  height: 480px;
}

.golden-butterfly-svg {
  position: relative;
  z-index: 2;
  filter:
    drop-shadow(0 0 20px rgba(255,200,0,0.9))
    drop-shadow(0 0 50px rgba(255,150,0,0.6))
    drop-shadow(0 0 100px rgba(200,80,0,0.35));
  animation: butterfly-float 5s ease-in-out infinite;
  display: block;
}

.golden-butterfly-svg.hero-size { width: 460px; height: 460px; object-fit: contain; }
.golden-butterfly-svg.nav-size { width: 52px; height: 52px; object-fit: contain; animation: none; }
.golden-butterfly-svg.medium-size { width: 100px; height: 100px; object-fit: contain; }
.golden-butterfly-svg.small-size { width: 70px; height: 70px; object-fit: contain; }

@keyframes butterfly-float {
  0%, 100% {
    transform: translateY(0px) scale(1);
    filter: brightness(1.05) drop-shadow(0 0 20px rgba(255,200,0,0.6)) drop-shadow(0 0 40px rgba(155,48,255,0.3));
  }
  25% { transform: translateY(-14px) scale(1.02); }
  50% {
    transform: translateY(-24px) scale(1.04);
    filter: brightness(1.2) drop-shadow(0 0 40px rgba(255,220,0,0.9)) drop-shadow(0 0 80px rgba(255,150,0,0.5)) drop-shadow(0 0 120px rgba(155,48,255,0.4));
  }
  75% { transform: translateY(-10px) scale(1.01); }
}

@keyframes glow-pulse {
  0%, 100% { opacity: 0.6; transform: scale(0.95); }
  50% { opacity: 1; transform: scale(1.05); }
}

/* ── NAVIGATION ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0 44px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

nav.scrolled {
  background: rgba(3,0,10,0.96);
  box-shadow: 0 1px 0 rgba(255,215,0,0.2), 0 4px 40px rgba(0,0,0,0.9);
  backdrop-filter: blur(20px);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-logo-text {
  font-family: 'Cinzel', serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 1px;
  line-height: 1.2;
  text-shadow: 0 0 20px rgba(255,215,0,0.5);
}

.nav-logo-sub {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
}

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

.nav-links a {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s, text-shadow 0.3s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-links a:hover { color: var(--gold); text-shadow: 0 0 15px rgba(255,215,0,0.7); }
.nav-links a:hover::after,
.nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--gold); }

.nav-book-btn {
  background: rgba(255,215,0,0.08) !important;
  border: 1px solid rgba(255,215,0,0.6) !important;
  color: var(--gold) !important;
  padding: 9px 22px;
  border-radius: 2px;
  transition: all 0.3s !important;
}

.nav-book-btn:hover {
  background: var(--gold) !important;
  color: var(--black) !important;
  box-shadow: 0 0 30px rgba(255,215,0,0.5) !important;
}

.nav-book-btn::after { display: none !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 1.5px;
  background: var(--gold);
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(3,0,10,0.98);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.mobile-menu.open { display: flex; }

.mobile-menu a {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  letter-spacing: 4px;
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s;
}

.mobile-menu a:hover { color: var(--gold); }

.mobile-close {
  position: absolute;
  top: 24px; right: 28px;
  background: none;
  border: none;
  color: var(--gold);
  font-size: 30px;
  cursor: pointer;
}

/* ── SHARED ── */
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

.section { padding: 110px 0; position: relative; z-index: 1; }

.section-label {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--purple-light);
  text-align: center;
  margin-bottom: 16px;
  text-shadow: 0 0 20px rgba(204,68,255,0.7);
}

.section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(36px, 5.5vw, 58px);
  font-weight: 700;
  color: var(--white);
  text-align: center;
  line-height: 1.15;
  margin-bottom: 14px;
}

.section-title span {
  color: var(--gold);
  text-shadow: 0 0 30px rgba(255,215,0,0.6);
}

.section-subtitle {
  font-size: 19px;
  color: var(--muted);
  text-align: center;
  max-width: 640px;
  margin: 0 auto 70px;
  line-height: 1.85;
}

.gold-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 18px auto 48px;
  max-width: 380px;
}

.gold-divider::before, .gold-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
}

.gold-divider span { color: var(--gold); font-size: 16px; }

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  padding: 16px 44px;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.35s ease;
  cursor: pointer;
  border: none;
}

.btn-gold {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FFD700);
  background-size: 200% auto;
  color: #08000F;
  box-shadow: 0 0 30px rgba(255,180,0,0.5), 0 4px 15px rgba(0,0,0,0.4);
}

.btn-gold:hover {
  background-position: right center;
  box-shadow: 0 0 60px rgba(255,180,0,0.8), 0 0 120px rgba(255,140,0,0.4);
  transform: translateY(-3px);
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(255,215,0,0.6);
  box-shadow: 0 0 20px rgba(255,215,0,0.1);
}

.btn-outline:hover {
  background: rgba(255,215,0,0.08);
  box-shadow: 0 0 40px rgba(255,215,0,0.3);
  transform: translateY(-3px);
  color: var(--gold-light);
}

.btn-purple {
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  color: var(--white);
  box-shadow: 0 0 25px rgba(155,48,255,0.5);
}

.btn-purple:hover {
  box-shadow: 0 0 60px rgba(155,48,255,0.7);
  transform: translateY(-3px);
}

/* ── CARDS ── */
.card {
  background: rgba(8,3,20,0.85);
  border: 1px solid rgba(255,215,0,0.18);
  border-radius: 6px;
  padding: 36px;
  transition: all 0.35s ease;
  backdrop-filter: blur(12px);
  font-size: 17px;
}

.card:hover {
  border-color: rgba(255,215,0,0.45);
  box-shadow: 0 0 50px rgba(255,215,0,0.08), 0 0 100px rgba(155,48,255,0.08);
  transform: translateY(-5px);
}

/* ── PAGE HERO ── */
.page-hero {
  padding: 155px 0 85px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(120,30,230,0.3) 0%, transparent 70%);
}

.page-hero h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 14px;
  text-shadow: 0 0 50px rgba(255,215,0,0.25);
}

.page-hero h1 span {
  color: var(--gold);
  text-shadow: 0 0 50px rgba(255,215,0,0.8);
}

.breadcrumb { font-size: 15px; color: var(--muted); letter-spacing: 2px; margin-bottom: 16px; }
.breadcrumb a { color: var(--gold); text-decoration: none; }

/* ── ANIMATIONS ── */
@keyframes glow-pulse {
  0%, 100% { box-shadow: 0 0 20px rgba(255,180,0,0.3), 0 0 40px rgba(155,48,255,0.2); }
  50% { box-shadow: 0 0 60px rgba(255,180,0,0.6), 0 0 120px rgba(155,48,255,0.4); }
}

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

.fade-in { animation: fadeInUp 0.9s ease both; }
.fade-in-1 { animation: fadeInUp 0.9s 0.15s ease both; }
.fade-in-2 { animation: fadeInUp 0.9s 0.3s ease both; }
.fade-in-3 { animation: fadeInUp 0.9s 0.5s ease both; }
.fade-in-4 { animation: fadeInUp 0.9s 0.7s ease both; }

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── POPUP ── */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3,0,10,0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  backdrop-filter: blur(10px);
}

.popup-overlay.active { opacity: 1; visibility: visible; }

.popup-box {
  background: radial-gradient(ellipse at top, rgba(90,20,170,0.7), rgba(5,2,15,0.97));
  border: 1px solid rgba(255,215,0,0.35);
  border-radius: 12px;
  padding: 52px 44px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 0 120px rgba(155,48,255,0.5), 0 0 60px rgba(255,180,0,0.2);
  transform: scale(0.88);
  transition: transform 0.4s ease;
}

.popup-overlay.active .popup-box { transform: scale(1); }

.popup-close {
  position: absolute;
  top: 18px; right: 22px;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s;
}

.popup-close:hover { color: var(--gold); }

.popup-box h3 {
  font-family: 'Cinzel', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
  margin-top: 16px;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(255,215,0,0.6);
}

.popup-box p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 28px;
}

/* ── FOOTER ── */
footer {
  background: rgba(3,0,10,0.97);
  border-top: 1px solid rgba(255,215,0,0.15);
  padding: 70px 0 32px;
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 56px;
}

.footer-brand h3 {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 6px;
  text-shadow: 0 0 20px rgba(255,215,0,0.5);
}

.footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-style: italic;
  color: var(--purple-light);
  margin-bottom: 14px;
  display: block;
}

.footer-brand p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-socials { display: flex; gap: 10px; flex-wrap: wrap; }

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid rgba(255,215,0,0.2);
  border-radius: 2px;
  font-size: 12px;
  font-family: 'Cinzel', serif;
  letter-spacing: 1px;
  color: var(--muted);
  text-decoration: none;
  transition: all 0.3s;
}

.social-link:hover { border-color: var(--gold); color: var(--gold); }

.footer-col h4 {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 22px;
  text-transform: uppercase;
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { font-size: 14px; color: var(--muted); text-decoration: none; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p { font-size: 12px; color: rgba(170,153,204,0.55); line-height: 1.6; }

.disclaimer {
  font-size: 11px;
  color: rgba(170,153,204,0.38);
  text-align: center;
  margin-top: 18px;
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ── URGENCY BADGE ── */
.urgency-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(155,48,255,0.15);
  border: 1px solid var(--purple);
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 12px;
  font-family: 'Cinzel', serif;
  letter-spacing: 2px;
  color: var(--purple-light);
  animation: glow-pulse 3s ease-in-out infinite;
}

/* Form link button area */
.form-link-section {
  background: rgba(8,3,20,0.7);
  border: 1px solid rgba(255,215,0,0.15);
  border-radius: 8px;
  padding: 48px 36px;
  text-align: center;
  backdrop-filter: blur(12px);
}

.form-link-section h3 {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: var(--gold);
  margin-bottom: 12px;
  text-shadow: 0 0 20px rgba(255,215,0,0.4);
}

.form-link-section p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section { padding: 80px 0; }
}
