/* === EDC Festival Essentials — Main Stylesheet === */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rajdhani:wght@400;500;600;700&family=Exo+2:wght@300;400;600&display=swap');

:root {
  --neon-pink: #ff2d78;
  --electric-blue: #00d4ff;
  --purple: #9b30ff;
  --purple-light: #c77dff;
  --black: #050508;
  --dark: #0d0d1a;
  --dark-card: #111128;
  --white: #f0f0ff;
  --text-muted: #8888aa;
  --glow-pink: 0 0 20px rgba(255,45,120,0.6), 0 0 40px rgba(255,45,120,0.3);
  --glow-blue: 0 0 20px rgba(0,212,255,0.6), 0 0 40px rgba(0,212,255,0.3);
  --glow-purple: 0 0 20px rgba(155,48,255,0.6);
}

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

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

body {
  background: var(--black);
  color: var(--white);
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

/* === NOISE TEXTURE OVERLAY === */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: 0.4;
}

/* === SCROLLBAR === */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--purple); border-radius: 3px; }

/* === NAV === */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(5,5,8,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(155,48,255,0.2);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, var(--neon-pink), var(--electric-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

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

.nav-links a {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--electric-blue); }

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

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--electric-blue);
  transition: 0.3s;
}

/* === HERO === */
.hero {
  min-height: 100vh;
  padding: 120px 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(155,48,255,0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(255,45,120,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 60% 80%, rgba(0,212,255,0.10) 0%, transparent 50%),
    var(--black);
  z-index: 0;
}

/* Animated starfield */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 10% 15%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 30% 60%, rgba(0,212,255,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 50% 25%, rgba(255,45,120,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 70% 75%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 85% 40%, rgba(155,48,255,0.5) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 20% 85%, rgba(0,212,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 90% 10%, rgba(255,255,255,0.4) 0%, transparent 100%);
  animation: twinkle 4s ease-in-out infinite alternate;
}

@keyframes twinkle {
  from { opacity: 0.6; }
  to { opacity: 1; }
}

.hero-content { position: relative; z-index: 1; max-width: 900px; width: 100%; }

.hero-badge {
  display: inline-block;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--electric-blue);
  border: 1px solid rgba(0,212,255,0.4);
  padding: 6px 18px;
  border-radius: 2px;
  margin-bottom: 20px;
  animation: fadeInDown 0.6s ease both;
}

.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 10vw, 7.5rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  animation: fadeInDown 0.7s ease 0.1s both;
}

.hero h1 .line-pink {
  display: block;
  background: linear-gradient(90deg, var(--neon-pink), var(--purple-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 30px rgba(255,45,120,0.4));
}

.hero h1 .line-blue {
  display: block;
  background: linear-gradient(90deg, var(--electric-blue), var(--purple-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 30px rgba(0,212,255,0.4));
}

.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: rgba(240,240,255,0.75);
  max-width: 600px;
  margin: 0 auto 36px;
  font-weight: 300;
  animation: fadeInDown 0.7s ease 0.2s both;
}

/* === HERO IMAGE === */
.hero-image-wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 40px;
  position: relative;
  animation: fadeInUp 0.8s ease 0.3s both;
}

.hero-image-wrap::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--neon-pink), var(--purple), var(--electric-blue));
  border-radius: 8px;
  z-index: 0;
}

.hero-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.hero-image-placeholder {
  width: 100%;
  height: 360px;
  background: linear-gradient(135deg, rgba(155,48,255,0.2), rgba(255,45,120,0.1), rgba(0,212,255,0.15));
  border-radius: 6px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: var(--text-muted);
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

/* === BUTTONS === */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent);
  opacity: 0;
  transition: opacity 0.25s;
}

.btn:hover::before { opacity: 1; }

.btn-primary {
  background: linear-gradient(90deg, var(--neon-pink), var(--purple));
  color: white;
  box-shadow: var(--glow-pink);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(255,45,120,0.8), 0 0 60px rgba(255,45,120,0.4);
}

.btn-secondary {
  background: transparent;
  color: var(--electric-blue);
  border: 1px solid rgba(0,212,255,0.5);
}

.btn-secondary:hover {
  background: rgba(0,212,255,0.1);
  border-color: var(--electric-blue);
  box-shadow: var(--glow-blue);
  transform: translateY(-2px);
}

.btn-price {
  background: linear-gradient(90deg, var(--electric-blue), var(--purple));
  color: var(--black);
  font-weight: 700;
  padding: 10px 24px;
  font-size: 0.85rem;
}

.btn-price:hover {
  transform: translateY(-2px);
  box-shadow: var(--glow-blue);
}

/* === SECTIONS === */
section { padding: 80px 24px; position: relative; }

.section-inner { max-width: 1100px; margin: 0 auto; }

.section-label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--neon-pink);
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 16px;
  color: var(--white);
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 580px;
  margin-bottom: 48px;
}

/* === DIVIDER === */
.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--purple), var(--neon-pink), var(--electric-blue), transparent);
  opacity: 0.4;
}

/* === PACKING LIST === */
#packing-list { background: var(--dark); }

.items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.item-card {
  background: var(--dark-card);
  border: 1px solid rgba(155,48,255,0.15);
  border-radius: 6px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}

.item-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--neon-pink), var(--electric-blue));
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}

.item-card:hover {
  border-color: rgba(155,48,255,0.4);
  transform: translateY(-4px);
}

.item-card:hover::before { transform: scaleX(1); }

.item-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}

.item-name {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--white);
  margin-bottom: 8px;
}

.item-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 18px;
}

.item-must-have {
  display: inline-block;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--neon-pink);
  border: 1px solid rgba(255,45,120,0.3);
  padding: 2px 8px;
  border-radius: 2px;
  margin-bottom: 12px;
}

/* === CHECKLIST === */
.checklist-section { background: var(--black); }

.checklist {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}

.checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(240,240,255,0.85);
  padding: 12px 16px;
  background: var(--dark-card);
  border-radius: 4px;
  border: 1px solid rgba(155,48,255,0.1);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  user-select: none;
}

.checklist li:hover {
  border-color: rgba(0,212,255,0.3);
  background: rgba(0,212,255,0.05);
}

.checklist li.checked {
  color: var(--text-muted);
  border-color: rgba(155,48,255,0.3);
  background: rgba(155,48,255,0.05);
}

.checklist li.checked::before {
  content: '✓';
  color: var(--purple);
  font-weight: 700;
  min-width: 18px;
}

.checklist li:not(.checked)::before {
  content: '';
  min-width: 16px;
  height: 16px;
  border: 2px solid rgba(155,48,255,0.4);
  border-radius: 3px;
  display: block;
}

/* === TIPS === */
#tips { background: var(--dark); }

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.tip-card {
  padding: 28px;
  background: var(--dark-card);
  border-radius: 6px;
  border: 1px solid rgba(0,212,255,0.1);
  position: relative;
  overflow: hidden;
}

.tip-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--electric-blue), var(--purple));
}

.tip-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(155,48,255,0.15);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.tip-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--electric-blue);
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.tip-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* === FAQ === */
#faq { background: var(--black); }

.faq-list { max-width: 780px; }

.faq-item {
  border: 1px solid rgba(155,48,255,0.15);
  border-radius: 5px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  background: var(--dark-card);
  border: none;
  color: var(--white);
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: left;
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}

.faq-q:hover { background: rgba(155,48,255,0.1); }

.faq-q .faq-arrow {
  color: var(--purple);
  font-size: 1.2rem;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.faq-item.open .faq-arrow { transform: rotate(180deg); }

.faq-a {
  display: none;
  padding: 16px 24px 20px;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  background: rgba(13,13,26,0.8);
  border-top: 1px solid rgba(155,48,255,0.1);
}

.faq-item.open .faq-a { display: block; }

/* === CTA BAND === */
.cta-band {
  background: linear-gradient(135deg, rgba(155,48,255,0.2), rgba(255,45,120,0.15), rgba(0,212,255,0.1));
  border-top: 1px solid rgba(155,48,255,0.2);
  border-bottom: 1px solid rgba(0,212,255,0.2);
  padding: 64px 24px;
  text-align: center;
}

.cta-band h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.cta-band p {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 32px;
}

.btn-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* === FOOTER === */
footer {
  background: var(--dark);
  padding: 48px 24px;
  border-top: 1px solid rgba(155,48,255,0.15);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}

.footer-brand .nav-logo {
  display: block;
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.footer-brand p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 280px;
}

.footer-col h4 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--electric-blue);
  margin-bottom: 16px;
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }

.footer-col ul a {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col ul a:hover { color: var(--white); }

.footer-bottom {
  max-width: 1100px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(155,48,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom a { color: var(--text-muted); text-decoration: none; }
.footer-bottom a:hover { color: var(--electric-blue); }

/* === ARTICLE PAGES === */
.article-hero {
  padding: 140px 24px 60px;
  background: linear-gradient(180deg, rgba(155,48,255,0.15) 0%, transparent 100%);
  border-bottom: 1px solid rgba(155,48,255,0.15);
}

.article-hero .breadcrumb {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.article-hero .breadcrumb a {
  color: var(--electric-blue);
  text-decoration: none;
}

.article-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 7vw, 5rem);
  letter-spacing: 0.03em;
  line-height: 1.05;
  max-width: 820px;
  background: linear-gradient(135deg, var(--white) 30%, var(--purple-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}

.article-meta {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}

.article-meta span { color: var(--neon-pink); }

.article-body {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 24px;
}

.article-body h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: var(--electric-blue);
  margin: 48px 0 16px;
}

.article-body h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--purple-light);
  margin: 28px 0 10px;
  letter-spacing: 0.05em;
}

.article-body p {
  font-size: 1rem;
  color: rgba(240,240,255,0.8);
  line-height: 1.8;
  margin-bottom: 20px;
}

.article-body ul {
  margin: 16px 0 24px 0;
  padding-left: 0;
  list-style: none;
}

.article-body ul li {
  padding: 8px 0 8px 24px;
  position: relative;
  color: rgba(240,240,255,0.8);
  font-size: 0.97rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(155,48,255,0.08);
}

.article-body ul li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--neon-pink);
}

.product-card {
  background: var(--dark-card);
  border: 1px solid rgba(155,48,255,0.2);
  border-radius: 6px;
  padding: 24px;
  margin: 12px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: border-color 0.25s;
}

.product-card:hover { border-color: rgba(0,212,255,0.4); }

.product-card .product-icon { font-size: 2.2rem; flex-shrink: 0; }

.product-card .product-info { flex: 1; }

.product-card .product-name {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 6px;
}

.product-card .product-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 14px;
  line-height: 1.5;
}

.related-articles {
  background: var(--dark);
  padding: 60px 24px;
  border-top: 1px solid rgba(155,48,255,0.15);
}

.related-articles .section-inner { max-width: 780px; }

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.related-card {
  background: var(--dark-card);
  border: 1px solid rgba(155,48,255,0.15);
  border-radius: 5px;
  padding: 20px;
  text-decoration: none;
  transition: border-color 0.25s, transform 0.25s;
  display: block;
}

.related-card:hover {
  border-color: rgba(255,45,120,0.4);
  transform: translateY(-3px);
}

.related-card .related-label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--neon-pink);
  margin-bottom: 8px;
}

.related-card .related-title {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--white);
  line-height: 1.4;
}

/* === ANIMATIONS === */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

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

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === SCROLL PROGRESS === */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--neon-pink), var(--electric-blue));
  z-index: 1001;
  transition: width 0.1s linear;
}

/* === MOBILE === */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(5,5,8,0.97);
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid rgba(155,48,255,0.2);
  }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .items-grid { grid-template-columns: 1fr; }
  .checklist { grid-template-columns: 1fr 1fr; }
  .tips-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .checklist { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .btn-group { flex-direction: column; align-items: center; }
}
