/* ============================================================
   MONARCH — PREMIUM POLISH LAYER (v1)
   Override-only stylesheet. Loaded AFTER styles.css.
   To revert: remove <link rel="stylesheet" href="/premium.css">
   from the HTML (or delete this file).
   ============================================================ */

/* ---------- Global token refinements ---------- */
:root {
  /* Calmer background ambience (was 0.75 / 0.45) */
  --bg-opacity-video: 0.18;
  --overlay-page-strength: 0.55;
}

/* Slightly softer fixed page glow */
body::before {
  background:
    radial-gradient(ellipse 80% 50% at 15% -10%, rgba(0, 102, 255, 0.10), transparent 60%),
    radial-gradient(ellipse 60% 40% at 85% 110%, rgba(0, 217, 255, 0.05), transparent 60%);
}

/* ---------- Announcement bar polish ---------- */
.announcement-bar {
  background: linear-gradient(90deg, rgba(0, 102, 255, 0.06), rgba(0, 217, 255, 0.06));
  font-weight: 500;
  letter-spacing: 0.1px;
}

/* ---------- Navbar: refined glassmorphism ---------- */
.navbar {
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  background: rgba(5, 8, 20, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02) inset;
}

.nav-container {
  padding-top: var(--s-3);
  padding-bottom: var(--s-3);
}

.logo-icon {
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 0 14px rgba(0, 217, 255, 0.35));
}

.logo:hover .logo-icon {
  filter: drop-shadow(0 0 20px rgba(0, 217, 255, 0.55));
}

.logo-text {
  font-size: 1.3125rem;
  letter-spacing: 1.5px;
}

.nav-links a {
  font-size: 0.9rem;
  letter-spacing: 0.2px;
  padding: 6px 2px;
  transition: color var(--t-fast), transform var(--t-fast);
}

.nav-links a:hover {
  color: var(--text-primary);
  transform: translateY(-1px);
}

/* Cleaner active indicator: underline pill instead of dot */
.nav-links a.active::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  box-shadow: 0 0 10px rgba(0, 217, 255, 0.45);
  transform: none;
}

/* WhatsApp nav button */
.btn-whatsapp-nav {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 9px 16px;
  border-radius: var(--r-full);
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform var(--t-fast), box-shadow var(--t-fast), filter var(--t-fast);
}

.btn-whatsapp-nav:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  filter: brightness(1.05);
}

/* ---------- Hero background: softer, more premium ---------- */
.hero-refined {
  min-height: 96vh;
}

.bg-grid {
  background-image:
    linear-gradient(rgba(140, 170, 230, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 170, 230, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, black 25%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 25%, transparent 78%);
}

.bg-gradient-mesh {
  background:
    radial-gradient(ellipse 60% 50% at 18% 28%, rgba(0, 102, 255, 0.22), transparent 60%),
    radial-gradient(ellipse 50% 45% at 82% 72%, rgba(120, 80, 220, 0.16), transparent 60%),
    radial-gradient(ellipse 70% 40% at 50% 100%, rgba(0, 80, 200, 0.10), transparent 65%);
  filter: blur(0.5px);
}

/* Soften the busy canvas + video */
.bg-canvas { opacity: 0.22; }

.bg-video {
  opacity: 0.12;
  filter: blur(1.5px) saturate(0.85);
}

/* Stronger dark overlay for hero readability */
.bg-vignette {
  background:
    linear-gradient(180deg, rgba(5, 8, 20, 0.25) 0%, rgba(5, 8, 20, 0.05) 30%, rgba(5, 8, 20, 0.55) 80%, var(--bg-base) 100%),
    radial-gradient(ellipse at center, transparent 25%, rgba(5, 8, 20, 0.45) 75%, rgba(5, 8, 20, 0.65) 100%);
}

/* ---------- Hero content polish ---------- */
.hero-content-refined {
  padding-top: var(--s-12);
  padding-bottom: var(--s-12);
}

.hero-badge {
  background: linear-gradient(180deg, rgba(0, 217, 255, 0.10), rgba(0, 217, 255, 0.04));
  border-color: rgba(0, 217, 255, 0.22);
  padding: 7px 14px;
  font-size: 0.8125rem;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 24px rgba(0, 102, 255, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-title {
  font-size: clamp(2.25rem, 6.4vw, 5rem);
  line-height: 1.04;
  letter-spacing: -2.5px;
  font-weight: 700;
  text-wrap: balance;
}

.hero-title .gradient-text {
  background: linear-gradient(120deg, #6FB1FF 0%, #3385FF 35%, #9A6BFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 24px rgba(0, 102, 255, 0.22));
}

.hero-subtitle {
  color: #BDC7E0;
  font-size: clamp(1.0625rem, 1.6vw, 1.1875rem);
  line-height: 1.65;
  max-width: 640px;
  font-weight: 400;
}

.hero-subtitle strong {
  color: #DDE4F5;
  font-weight: 600;
}

/* CTA buttons: shared design system, premium hover */
.hero-cta { gap: var(--s-3); }

.btn {
  letter-spacing: 0.1px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.btn-lg {
  padding: 14px 24px;
  font-size: 0.9375rem;
}

.btn-primary {
  background: linear-gradient(135deg, #1E6FFF 0%, #2D7FFF 50%, #3D8FFF 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 8px 28px rgba(30, 111, 255, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-primary::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transition: left 700ms ease;
  pointer-events: none;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 36px rgba(30, 111, 255, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.btn-primary:hover::after { left: 100%; }

.btn-ghost {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.10);
  color: #E6ECFB;
  backdrop-filter: blur(12px);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.20);
  transform: translateY(-2px);
}

/* ---------- Hero stats: glass card with hover glow ---------- */
.hero-stats {
  background: linear-gradient(180deg, rgba(14, 21, 48, 0.55), rgba(10, 15, 30, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 22px 28px;
}

.stat-value {
  font-size: 1.6875rem;
  letter-spacing: -0.5px;
  background: linear-gradient(180deg, #FFFFFF 0%, #B8C5E8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-label {
  font-size: 0.6875rem;
  color: #8895B5;
  letter-spacing: 1.5px;
}

.stat-divider {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.10), transparent);
  height: 32px;
}

/* ---------- Section spacing & headers ---------- */
.value-props,
.outcomes-section,
.services-premium,
.trust-premium,
.hero-quote,
.cta-section {
  padding-top: var(--s-16);
  padding-bottom: var(--s-16);
}

.section-header h2 {
  font-size: clamp(1.875rem, 4.2vw, 2.875rem);
  letter-spacing: -1.2px;
}

.section-header p {
  color: #A6B2D2;
  font-size: 1.0625rem;
}

.section-tag {
  font-size: 0.6875rem;
  letter-spacing: 2.5px;
  color: #6FB1FF;
}

/* ---------- Value cards: more refined glass ---------- */
.value-card {
  background: linear-gradient(180deg, rgba(14, 21, 48, 0.55), rgba(10, 15, 30, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 36px 28px;
}

.value-card:hover {
  border-color: rgba(0, 217, 255, 0.22);
  box-shadow: 0 18px 40px rgba(0, 102, 255, 0.12);
}

.value-icon {
  filter: drop-shadow(0 6px 18px rgba(0, 217, 255, 0.18));
}

/* ---------- Outcomes ---------- */
.outcome-card {
  background: linear-gradient(180deg, rgba(14, 21, 48, 0.55), rgba(10, 15, 30, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px 28px;
}

.outcome-card:hover {
  border-color: rgba(0, 217, 255, 0.22);
  background: linear-gradient(180deg, rgba(19, 27, 61, 0.6), rgba(14, 21, 48, 0.5));
  box-shadow: 0 18px 40px rgba(0, 102, 255, 0.12);
}

/* =============================================================
   NEW: SERVICES SECTION (Premium service cards)
   ============================================================= */
.services-premium {
  position: relative;
  z-index: 5;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--s-6);
  padding-right: var(--s-6);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: var(--s-10);
}

.service-card {
  position: relative;
  padding: 30px 28px;
  background: linear-gradient(180deg, rgba(14, 21, 48, 0.55), rgba(10, 15, 30, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  transition: transform 350ms cubic-bezier(0.2, 0.6, 0.3, 1),
              border-color 350ms ease,
              box-shadow 350ms ease;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.0), rgba(0, 217, 255, 0.35), rgba(0, 102, 255, 0.0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 350ms ease;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 217, 255, 0.18);
  box-shadow: 0 22px 52px rgba(0, 70, 180, 0.18);
}

.service-card:hover::before { opacity: 1; }

.service-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.10), rgba(0, 102, 255, 0.18));
  border: 1px solid rgba(0, 217, 255, 0.22);
  color: #6FE0FF;
  margin-bottom: 20px;
  filter: drop-shadow(0 6px 18px rgba(0, 217, 255, 0.18));
}

.service-icon svg { width: 24px; height: 24px; }

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 600;
  color: #E6ECFB;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.service-card p {
  color: #A6B2D2;
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}

.service-tag {
  display: inline-block;
  margin-top: 18px;
  padding: 4px 10px;
  font-size: 0.75rem;
  color: #6FB1FF;
  background: rgba(0, 102, 255, 0.10);
  border: 1px solid rgba(0, 102, 255, 0.22);
  border-radius: 999px;
  letter-spacing: 0.3px;
}

/* =============================================================
   NEW: TRUST SECTION
   ============================================================= */
.trust-premium {
  position: relative;
  z-index: 5;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--s-6);
  padding-right: var(--s-6);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: var(--s-10);
}

.trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px 22px;
  background: linear-gradient(180deg, rgba(14, 21, 48, 0.45), rgba(10, 15, 30, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  transition: border-color 300ms ease, transform 300ms ease;
}

.trust-item:hover {
  border-color: rgba(0, 217, 255, 0.18);
  transform: translateY(-3px);
}

.trust-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.18), rgba(0, 102, 255, 0.22));
  border: 1px solid rgba(0, 217, 255, 0.30);
  color: #6FE0FF;
}

.trust-check svg { width: 14px; height: 14px; }

.trust-item-body strong {
  display: block;
  color: #E6ECFB;
  font-weight: 600;
  font-size: 0.9375rem;
  margin-bottom: 4px;
}

.trust-item-body span {
  color: #99A6C6;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* ---------- Quote section polish ---------- */
.quote-text {
  font-size: 1.1875rem;
  color: #DCE3F5;
}

.quote-text strong {
  color: #6FB1FF;
  font-weight: 600;
}

/* ---------- Final CTA polish ---------- */
.cta-container {
  background:
    linear-gradient(135deg, rgba(0, 102, 255, 0.08), rgba(120, 80, 220, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 64px 48px;
}

.cta-container h2 {
  letter-spacing: -1.2px;
}

.cta-trust {
  color: #7C89A8;
  font-size: 0.8125rem;
  margin-top: 18px;
  letter-spacing: 0.3px;
}

/* ---------- Footer subtle polish ---------- */
.footer { border-top: 1px solid rgba(255, 255, 255, 0.05); }

/* ---------- Soft entrance animations ---------- */
@keyframes premium-fade-up {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-badge,
.hero-title,
.hero-subtitle,
.hero-cta,
.hero-stats {
  animation: premium-fade-up 700ms cubic-bezier(0.2, 0.6, 0.3, 1) both;
}

.hero-title       { animation-delay: 80ms; }
.hero-subtitle    { animation-delay: 160ms; }
.hero-cta         { animation-delay: 240ms; }
.hero-stats       { animation-delay: 320ms; }

@media (prefers-reduced-motion: reduce) {
  .hero-badge,
  .hero-title,
  .hero-subtitle,
  .hero-cta,
  .hero-stats { animation: none; }
}

/* ---------- Mobile refinements ---------- */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid    { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .hero-refined { min-height: auto; padding-top: 56px; padding-bottom: 56px; }
  .hero-content-refined { padding-top: var(--s-6); padding-bottom: var(--s-6); }

  .hero-title {
    font-size: clamp(1.875rem, 9vw, 2.5rem);
    letter-spacing: -1px;
    line-height: 1.1;
  }

  .hero-subtitle { font-size: 1rem; }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta .btn { width: 100%; }

  .hero-stats {
    flex-direction: column;
    gap: 18px;
    padding: 22px;
  }

  .stat-divider { display: none; }

  .services-grid,
  .trust-grid    { grid-template-columns: 1fr; }

  .services-premium,
  .trust-premium,
  .outcomes-section,
  .value-props,
  .cta-section { padding-top: var(--s-10); padding-bottom: var(--s-10); }

  .cta-container { padding: 36px 24px; }
}

@media (max-width: 540px) {
  .nav-links { display: none; }
  .btn-whatsapp-nav { padding: 8px 12px; font-size: 0.8125rem; }
  .logo-text .logo-suffix { display: none; }
}

/* =============================================================
   SUBPAGE POLISH — applies to agents / services / customers / contact
   ============================================================= */

/* Page hero: stronger overlay, softer image, better hierarchy */
.page-hero {
  min-height: 420px;
  padding-top: var(--s-12);
  padding-bottom: var(--s-12);
}

.page-hero-bg img {
  opacity: 0.32;
  filter: blur(1px) saturate(0.9);
}

.page-hero-overlay {
  background:
    linear-gradient(180deg, rgba(5, 8, 20, 0.55) 0%, rgba(5, 8, 20, 0.3) 40%, var(--bg-base) 100%),
    radial-gradient(ellipse at center, rgba(0, 102, 255, 0.10), transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(120, 80, 220, 0.08), transparent 55%);
}

.page-hero-content h1 {
  letter-spacing: -2px;
  text-wrap: balance;
  font-size: clamp(2.125rem, 5.2vw, 3.75rem);
}

.page-hero-content p {
  color: #B7C2DD;
  font-size: 1.0625rem;
}

.page-hero-content .section-tag {
  letter-spacing: 3px;
  color: #6FB1FF;
}

/* Page hero entrance animation */
.page-hero-content > * {
  animation: premium-fade-up 700ms cubic-bezier(0.2, 0.6, 0.3, 1) both;
}
.page-hero-content > *:nth-child(1) { animation-delay: 60ms; }
.page-hero-content > *:nth-child(2) { animation-delay: 140ms; }
.page-hero-content > *:nth-child(3) { animation-delay: 220ms; }

/* Agent detail cards — visual lift */
.agent-detail-visual {
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.agent-detail-icon {
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.10), rgba(0, 102, 255, 0.18));
  border-color: rgba(0, 217, 255, 0.22);
  filter: drop-shadow(0 6px 22px rgba(0, 217, 255, 0.20));
}

.agent-detail-content h2 {
  letter-spacing: -1.2px;
}

/* Process steps (services page) */
.process-step {
  background: linear-gradient(180deg, rgba(14, 21, 48, 0.55), rgba(10, 15, 30, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  transition: transform 350ms cubic-bezier(0.2, 0.6, 0.3, 1), border-color 350ms ease, box-shadow 350ms ease;
}

.process-step:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 217, 255, 0.18);
  box-shadow: 0 18px 40px rgba(0, 102, 255, 0.12);
}

.step-number {
  background: linear-gradient(135deg, #6FB1FF, #9A6BFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-time {
  color: #6FB1FF;
}

/* Tech stack (services page) */
.stack-category {
  background: linear-gradient(180deg, rgba(14, 21, 48, 0.55), rgba(10, 15, 30, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  transition: border-color 300ms ease, transform 300ms ease;
}

.stack-category:hover {
  border-color: rgba(0, 217, 255, 0.18);
  transform: translateY(-3px);
}

.stack-item {
  background: rgba(0, 102, 255, 0.06);
  border: 1px solid rgba(0, 102, 255, 0.18);
  color: #B8C5E8;
}

/* Testimonials (customers page) */
.testimonial-card {
  background: linear-gradient(180deg, rgba(14, 21, 48, 0.55), rgba(10, 15, 30, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.testimonial-card:hover {
  border-color: rgba(0, 217, 255, 0.18);
  box-shadow: 0 18px 40px rgba(0, 102, 255, 0.12);
}

.testimonial-card p {
  color: #DCE3F5;
  font-style: normal;
  font-size: 0.9375rem;
}

.testimonial-stars { color: #FFC857; }

/* Contact page */
.contact-form-wrapper {
  background: linear-gradient(180deg, rgba(14, 21, 48, 0.55), rgba(10, 15, 30, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.contact-info-block {
  background: rgba(14, 21, 48, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 18px 20px;
  transition: border-color 300ms ease, transform 300ms ease;
}

.contact-info-block:hover {
  border-color: rgba(0, 217, 255, 0.18);
  transform: translateY(-2px);
}

.info-icon {
  filter: drop-shadow(0 4px 14px rgba(0, 217, 255, 0.18));
}

.form-field input,
.form-field select,
.form-field textarea {
  background: rgba(5, 8, 20, 0.55);
  border-color: rgba(255, 255, 255, 0.08);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(0, 217, 255, 0.35);
  box-shadow: 0 0 0 3px rgba(0, 217, 255, 0.10);
}

/* Mobile refinement for subpages */
@media (max-width: 768px) {
  .page-hero { min-height: 280px; padding-top: var(--s-8); padding-bottom: var(--s-8); }
  .agent-detail { grid-template-columns: 1fr; gap: var(--s-6); }
  .agent-detail-reverse .agent-detail-content { order: 1; }
  .agent-detail-reverse .agent-detail-visual   { order: 2; }
  .contact-container { grid-template-columns: 1fr; gap: var(--s-6); }
  .form-row { grid-template-columns: 1fr; }
}
