/**
 * FUTURE ROCKSTAR – Landing Page Styles
 * Full Width 100%, Light Theme (Rockstar Academy White/Magenta), Mobile First
 */

.fr-landing-container {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  /* Default = light — prevents invisible white text on white bg */
  background: #ffffff;
  color: #1e293b;
}

.fr-landing-container *,
.fr-landing-container *::before,
.fr-landing-container *::after {
  box-sizing: border-box;
}

/* ================= 1. HERO SECTION ================= */
.fr-landing-hero {
  position: relative;
  width: 100%;
  padding: 100px 30px 90px;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 48px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  /* Light default */
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #1e293b;
}

.fr-hero-ambient-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  z-index: 1;
}

.fr-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.fr-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  border-radius: 50px;
  margin-bottom: 24px;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* light default */
  background: rgba(179, 41, 141, 0.08);
  border: 1px solid rgba(179, 41, 141, 0.25);
  color: #b3298d;
}

.fr-badge-star {
  font-size: 14px;
}

.fr-hero-title {
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  line-height: 1.1;
  color: #0f172a;
}

.fr-hero-edition-wrap {
  margin-bottom: 16px;
}

.fr-hero-edition {
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 4px;
  padding: 4px 18px;
  border-radius: 30px;
  text-transform: uppercase;
  /* light default */
  background: linear-gradient(135deg, #b3298d, #801862);
  color: #ffffff;
}

.fr-hero-tagline {
  font-size: 22px;
  font-style: italic;
  margin: 0 auto 32px auto;
  max-width: 800px;
  font-weight: 500;
  color: #475569;
}

.fr-hero-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 34px;
}

.fr-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease;
  /* light default */
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #334155;
}

.fr-meta-item:hover {
  transform: translateY(-2px);
}

.fr-hero-slogan {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 36px;
  text-transform: uppercase;
  color: #b3298d;
}

.fr-hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 36px;
}

.fr-btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 18px 44px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 12px;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.fr-btn-hero-primary:hover {
  transform: translateY(-3px) scale(1.02);
  color: #ffffff !important;
}

.fr-btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #b3298d;
  color: #b3298d !important;
  text-decoration: none !important;
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.fr-btn-hero-secondary:hover {
  transform: translateY(-2px);
  background: rgba(179, 41, 141, 0.08);
  color: #b3298d !important;
}

.fr-hero-organizer {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #64748b;
}

.fr-hero-organizer strong {
  color: #0f172a;
}

/* ================= 2. DESPRE SECTION ================= */
.fr-landing-about {
  width: 100%;
  border-radius: 16px;
  padding: 80px 30px;
  margin-bottom: 48px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #334155;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.fr-section-inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.fr-section-header-block {
  text-align: center;
  margin-bottom: 48px;
}

.fr-sub-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
  background: #f1f5f9;
  color: #64748b;
  border: 1px solid #e2e8f0;
}

.fr-section-heading {
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0;
  color: #0f172a;
}

.fr-section-subheading {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #b3298d;
}

/* 3-Column Professional About Grid */
.fr-about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.fr-about-card {
  padding: 32px 28px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.fr-about-card:hover {
  transform: translateY(-4px);
  border-color: #b3298d;
  box-shadow: 0 8px 24px rgba(179, 41, 141, 0.12);
}

.fr-card-icon {
  font-size: 36px;
  margin-bottom: 16px;
}

.fr-about-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 12px 0;
  color: #0f172a;
}

.fr-about-card p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: #475569;
}

.fr-quote-box {
  text-align: center;
  padding: 32px 24px;
  border-radius: 12px;
  margin-bottom: 50px;
  background: #fdf2f8;
  border: 1px solid #fbcfe8;
}

.fr-quote-text {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  color: #b3298d;
}

.fr-quote-author {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9d174d;
}

/* Gallery */
.fr-gallery-header {
  text-align: center;
  margin-bottom: 24px;
}

.fr-gallery-header h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #0f172a;
}

.fr-gallery-header p {
  font-size: 14px;
  margin: 0;
  color: #64748b;
}

.fr-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fr-gallery-item {
  border-radius: 12px;
  overflow: hidden;
  height: 220px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.fr-gallery-item:hover {
  transform: translateY(-5px);
  border-color: #b3298d;
  box-shadow: 0 8px 24px rgba(179, 41, 141, 0.2);
}

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

.fr-gallery-item:hover img {
  transform: scale(1.05);
}

/* ================= REVIEWS / TESTIMONIALE ================= */

.fr-reviews-section {
  margin-top: 60px;
  padding-top: 10px;
}

.fr-reviews-header {
  text-align: center;
  margin-bottom: 30px;
}

.fr-reviews-header h3 {
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 8px;
  color: #0f172a;
}

.fr-reviews-header p {
  font-size: 15px;
  margin: 0;
  color: #64748b;
}

.fr-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.fr-review-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.fr-review-image:hover {
  transform: translateY(-5px);
  border-color: #b3298d;
  box-shadow: 0 10px 30px rgba(179, 41, 141, 0.18);
}

.fr-review-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Light theme */
.fr-landing-light .fr-reviews-header h3 {
  color: #0f172a;
}

.fr-landing-light .fr-reviews-header p {
  color: #64748b;
}

.fr-landing-light .fr-review-image {
  background: #ffffff;
  border-color: #e2e8f0;
}

.fr-landing-light .fr-review-image:hover {
  border-color: #b3298d;
  box-shadow: 0 10px 30px rgba(179, 41, 141, 0.18);
}

/* ================= STANDALONE TESTIMONIALE SECTION ================= */

.fr-testimonials-section {
  margin-bottom: 48px;
}

.fr-testimonials-section .fr-section-header-block {
  margin-bottom: 42px;
}

.fr-testimonials-section .fr-reviews-grid {
  margin-top: 0;
}

.fr-testimonials-section .fr-quote-box {
  margin-top: 48px;
  margin-bottom: 0;
}

/* Light theme */
.fr-landing-light .fr-testimonials-section {
  background: #ffffff;
  border-color: #e2e8f0;
}

.fr-landing-light .fr-testimonials-section .fr-section-heading {
  color: #0f172a;
}

.fr-landing-light .fr-testimonials-section .fr-section-subheading {
  color: #b3298d;
}

/* Dark theme */
.fr-landing-dark .fr-testimonials-section {
  background: #0d0d1a;
  border-color: #23233c;
}

.fr-landing-dark .fr-testimonials-section .fr-section-heading {
  color: #ffffff;
}

.fr-landing-dark .fr-testimonials-section .fr-section-subheading {
  color: #00f0ff;
}

.fr-landing-dark .fr-testimonials-section .fr-review-image {
  background: #141426;
  border-color: #2d2d48;
}

.fr-landing-dark .fr-testimonials-section .fr-review-image:hover {
  border-color: #ff007f;
  box-shadow: 0 10px 30px rgba(255, 0, 127, 0.25);
}

/* Mobile */
@media (max-width: 768px) {
  .fr-testimonials-section {
    margin-bottom: 32px;
  }

  .fr-testimonials-section .fr-section-header-block {
    margin-bottom: 30px;
  }

  .fr-testimonials-section .fr-quote-box {
    margin-top: 32px;
  }
}

/* ================= 3. INFO RAPID SECTION ================= */
.fr-landing-quick-info {
  width: 100%;
  border-radius: 16px;
  padding: 80px 30px;
  margin-bottom: 48px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #334155;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.fr-info-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.fr-info-card {
  border-radius: 14px;
  padding: 30px 16px;
  text-align: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.fr-info-card:hover {
  transform: translateY(-5px);
  border-color: #b3298d;
  box-shadow: 0 8px 25px rgba(179, 41, 141, 0.15);
}

.fr-info-icon {
  font-size: 38px;
  margin-bottom: 14px;
}

.fr-info-val {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #b3298d;
}

.fr-info-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
}

.fr-landing-cta-bottom {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e2e8f0;
}

.fr-landing-cta-bottom h3 {
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #0f172a;
}

.fr-landing-cta-bottom p {
  font-size: 16px;
  margin: 0 0 28px;
  color: #64748b;
}

/* Pulse animation */
@keyframes frPulseGlow {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

.fr-btn-pulse {
  animation: frPulseGlow 3s infinite ease-in-out;
}

/* ================= 4. THEME LIGHT (ROCKSTAR ACADEMY WHITE/MAGENTA) ================= */
.fr-landing-light .fr-landing-hero {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #1e293b;
}

.fr-landing-light .fr-hero-ambient-glow {
  background: radial-gradient(circle at 50% 20%, rgba(179, 41, 141, 0.06) 0%, transparent 70%);
}

.fr-landing-light .fr-hero-badge {
  background: rgba(179, 41, 141, 0.08);
  border: 1px solid rgba(179, 41, 141, 0.25);
  color: #b3298d;
}

.fr-landing-light .fr-hero-title {
  color: #0f172a;
}

.fr-landing-light .fr-hero-edition {
  background: linear-gradient(135deg, #b3298d, #801862);
  color: #ffffff;
}

.fr-landing-light .fr-hero-tagline {
  color: #475569;
}

.fr-landing-light .fr-meta-item {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #334155;
}

.fr-landing-light .fr-meta-deadline {
  border-color: #fbcfe8;
  background: #fdf2f8;
  color: #9d174d;
}

.fr-landing-light .fr-hero-slogan {
  color: #b3298d;
}

.fr-landing-light .fr-btn-hero-primary {
  background: linear-gradient(135deg, #b3298d 0%, #801862 100%);
  box-shadow: 0 6px 25px rgba(179, 41, 141, 0.35);
}

.fr-landing-light .fr-btn-hero-primary:hover {
  box-shadow: 0 8px 30px rgba(179, 41, 141, 0.5);
}

.fr-landing-light .fr-btn-hero-secondary {
  border: 2px solid #b3298d;
  color: #b3298d !important;
}

.fr-landing-light .fr-btn-hero-secondary:hover {
  background: rgba(179, 41, 141, 0.08);
}

.fr-landing-light .fr-hero-organizer {
  color: #64748b;
}

.fr-landing-light .fr-hero-organizer strong {
  color: #0f172a;
}

.fr-landing-light .fr-landing-about {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #334155;
}

.fr-landing-light .fr-sub-pill {
  background: #f1f5f9;
  color: #64748b;
}

.fr-landing-light .fr-section-heading {
  color: #0f172a;
}

.fr-landing-light .fr-section-subheading {
  color: #b3298d;
}

.fr-landing-light .fr-about-card {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.fr-landing-light .fr-about-card h3 {
  color: #0f172a;
}

.fr-landing-light .fr-about-card p {
  color: #475569;
}

.fr-landing-light .fr-quote-box {
  background: #fdf2f8;
  border: 1px solid #fbcfe8;
}

.fr-landing-light .fr-quote-text {
  color: #b3298d;
}

.fr-landing-light .fr-quote-author {
  color: #9d174d;
}

.fr-landing-light .fr-gallery-header h3 {
  color: #0f172a;
}

.fr-landing-light .fr-gallery-header p {
  color: #64748b;
}

.fr-landing-light .fr-gallery-item {
  border-color: #e2e8f0;
}

.fr-landing-light .fr-gallery-item:hover {
  border-color: #b3298d;
  box-shadow: 0 8px 24px rgba(179, 41, 141, 0.2);
}

.fr-landing-light .fr-landing-quick-info {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #334155;
}

.fr-landing-light .fr-info-card {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.fr-landing-light .fr-info-card:hover {
  border-color: #b3298d;
  box-shadow: 0 8px 25px rgba(179, 41, 141, 0.15);
}

.fr-landing-light .fr-info-val {
  color: #b3298d;
}

.fr-landing-light .fr-info-label {
  color: #64748b;
}

.fr-landing-light .fr-info-highlight {
  background: #fdf2f8;
  border-color: #fbcfe8;
}

.fr-landing-light .fr-info-highlight .fr-info-val {
  color: #9d174d;
}

.fr-landing-light .fr-landing-cta-bottom {
  border-top-color: #e2e8f0;
}

.fr-landing-light .fr-landing-cta-bottom h3 {
  color: #0f172a;
}

.fr-landing-light .fr-landing-cta-bottom p {
  color: #64748b;
}

/* ================= 5. THEME DARK (CONCERT NEON) ================= */
.fr-landing-dark .fr-landing-hero {
  background: radial-gradient(circle at center, #1b102b 0%, #090912 85%);
  border: 1px solid #2d1d45;
  color: #ffffff;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.7),
    0 0 35px rgba(255, 0, 127, 0.2);
}

.fr-landing-dark .fr-hero-ambient-glow {
  background: radial-gradient(circle at 50% 20%, rgba(255, 0, 127, 0.12) 0%, transparent 60%);
}

.fr-landing-dark .fr-hero-badge {
  background: rgba(0, 240, 255, 0.12);
  border: 1px solid #00f0ff;
  color: #00f0ff;
}

.fr-landing-dark .fr-hero-title {
  color: #ffffff;
  text-shadow: 0 0 25px rgba(255, 0, 127, 0.6);
}

.fr-landing-dark .fr-hero-edition {
  background: #00f0ff;
  color: #090912;
}

.fr-landing-dark .fr-hero-tagline {
  color: #e2e2f5;
}

.fr-landing-dark .fr-meta-item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.fr-landing-dark .fr-hero-slogan {
  color: #ffd700;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.fr-landing-dark .fr-btn-hero-primary {
  background: linear-gradient(135deg, #ff007f 0%, #9a00ff 100%);
  box-shadow: 0 0 25px rgba(255, 0, 127, 0.5);
}

.fr-landing-dark .fr-btn-hero-secondary {
  border: 2px solid #00f0ff;
  color: #00f0ff !important;
}

.fr-landing-dark .fr-btn-hero-secondary:hover {
  background: rgba(0, 240, 255, 0.15);
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.4);
}

.fr-landing-dark .fr-landing-about {
  background: #0d0d1a;
  border: 1px solid #23233c;
  color: #d8d8ee;
}

.fr-landing-dark .fr-sub-pill {
  background: rgba(0, 240, 255, 0.1);
  color: #00f0ff;
}

.fr-landing-dark .fr-section-heading {
  color: #ffffff;
}

.fr-landing-dark .fr-section-subheading {
  color: #00f0ff;
}

.fr-landing-dark .fr-about-card {
  background: #141426;
  border-color: #23233c;
}

.fr-landing-dark .fr-about-card h3 {
  color: #ffffff;
}

.fr-landing-dark .fr-about-card p {
  color: #a0a0c0;
}

.fr-landing-dark .fr-quote-box {
  background: #141426;
  border: 1px solid #2b2b48;
}

.fr-landing-dark .fr-quote-text {
  color: #ffd700;
}

.fr-landing-dark .fr-quote-author {
  color: #a0a0c0;
}

.fr-landing-dark .fr-gallery-header h3 {
  color: #ffffff;
}

.fr-landing-dark .fr-gallery-header p {
  color: #9090b0;
}

.fr-landing-dark .fr-gallery-item {
  background: #18182d;
  border-color: #2d2d48;
}

.fr-landing-dark .fr-gallery-item:hover {
  border-color: #ff007f;
  box-shadow: 0 6px 20px rgba(255, 0, 127, 0.3);
}

.fr-landing-dark .fr-landing-quick-info {
  background: #090912;
  border: 1px solid #23233c;
  color: #ffffff;
}

.fr-landing-dark .fr-info-card {
  background: #141426;
  border-color: #2b2b48;
}

.fr-landing-dark .fr-info-card:hover {
  border-color: #00f0ff;
  box-shadow: 0 8px 25px rgba(0, 240, 255, 0.25);
}

.fr-landing-dark .fr-info-val {
  color: #00f0ff;
}

.fr-landing-dark .fr-info-highlight {
  border-color: #ff007f;
  background: #1c1228;
}

.fr-landing-dark .fr-info-highlight .fr-info-val {
  color: #ff007f;
}

.fr-landing-dark .fr-landing-cta-bottom {
  border-top-color: #222238;
}

.fr-landing-dark .fr-landing-cta-bottom h3 {
  color: #ffffff;
}

.fr-landing-dark .fr-landing-cta-bottom p {
  color: #a0a0c0;
}

/* ================= 6. RESPONSIVE BREAKPOINTS ================= */
@media (max-width: 1024px) {
  .fr-about-grid {
    grid-template-columns: 1fr;
  }
  .fr-info-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .fr-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fr-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .fr-landing-hero {
    padding: 60px 20px;
  }
  .fr-hero-title {
    font-size: 34px;
  }
  .fr-hero-edition {
    font-size: 16px;
  }
  .fr-hero-tagline {
    font-size: 17px;
  }
  .fr-hero-meta {
    flex-direction: column;
    align-items: center;
  }
  .fr-meta-item {
    width: 100%;
    justify-content: center;
  }
  .fr-hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  .fr-btn-hero-primary,
  .fr-btn-hero-secondary {
    width: 100%;
    text-align: center;
  }
  .fr-landing-about,
  .fr-landing-quick-info {
    padding: 50px 20px;
  }
  .fr-section-heading {
    font-size: 28px;
  }
  .fr-info-cards-grid {
    grid-template-columns: 1fr;
  }
  .fr-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .fr-reviews-section {
    margin-top: 45px;
  }

  .fr-reviews-header h3 {
    font-size: 23px;
  }

  .fr-reviews-header p {
    font-size: 14px;
  }

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