﻿/* ============================================
   JOBOTOP — Home Page CSS v2 — Swiss Precision Dark
   ============================================ */

/* ---- HERO ---- */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,15,30,0.94) 0%, rgba(8,15,30,0.84) 46%, rgba(8,15,30,0.68) 100%),
    url('../images/people/recruiter-interview.jpg') center / cover no-repeat;
  z-index: 0;
}

/* Noise texture overlay */
.hero-bg::before {
  content: '';
  position: absolute;
  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");
  opacity: 0.4;
  z-index: 1;
  mix-blend-mode: overlay;
}

/* Ambient glow blobs */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 15% 50%, rgba(10,31,61,0.9) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 75% 20%, rgba(244,166,44,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 80%, rgba(29,78,216,0.15) 0%, transparent 60%),
    radial-gradient(ellipse 80% 80% at 50% 50%, rgba(10,31,61,0.6) 0%, transparent 100%);
  z-index: 2;
}

/* Grid overlay */
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
}

.hero-inner {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

/* ---- HERO TEXT ---- */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid rgba(244,166,44,0.3);
  background: rgba(244,166,44,0.08);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 24px;
}
.hero-eyebrow-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--orange);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.hero-headline {
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -2.5px;
  line-height: 1.0;
  margin-bottom: 24px;
}

.hero-headline em {
  font-style: normal;
  background: linear-gradient(135deg, #F4A62C 0%, #FFD080 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-text {
  max-width: 560px;
}

.hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  max-width: 440px;
  margin-bottom: 36px;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-reassurance {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  align-items: center;
}
.hero-reassurance span { display: flex; align-items: center; gap: 5px; }

/* ---- HERO VISUAL ---- */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Glow behind screenshot */
.hero-visual::before {
  content: '';
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse at 50% 50%, rgba(244,166,44,0.08) 0%, transparent 70%);
  z-index: 0;
}

.app-screenshot {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 32px 96px rgba(0,0,0,0.7),
    0 0 0 1px rgba(255,255,255,0.05),
    inset 0 1px 0 rgba(255,255,255,0.08);
  width: 100%;
  max-width: 580px;
  transform: perspective(1400px) rotateY(-6deg) rotateX(3deg);
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
}
.app-screenshot:hover {
  transform: perspective(1400px) rotateY(-2deg) rotateX(1deg);
}

.screenshot-browser-bar {
  background: #0D1A2E;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.browser-url {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.30);
}

/* ---- ATS MOCKUP ---- */
.ats-mockup { background: #0A111E; }

.ats-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #0E1827;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  gap: 12px;
}

.ats-page-title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
}

.ats-topbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ats-search {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 5px;
  font-size: 11px;
  color: rgba(255,255,255,0.30);
}

.ats-btn-sm {
  padding: 5px 10px;
  background: var(--orange);
  color: #fff;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.ats-filters-bar {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 8px 16px;
  background: #0E1827;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  overflow-x: auto;
}

.ats-filter {
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.40);
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.12s;
}
.ats-filter.active {
  background: rgba(244,166,44,0.12);
  color: var(--orange);
  font-weight: 600;
}
.ats-filter em {
  font-style: normal;
  font-size: 10px;
  color: rgba(255,255,255,0.25);
  margin-left: 3px;
}

/* ---- ATS TABLE (dark) ---- */
.ats-table { width: 100%; border-collapse: collapse; font-size: 12px; }

.ats-table thead tr {
  background: #0A111E;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ats-table th {
  padding: 8px 12px;
  text-align: left;
  font-size: 9.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.25);
}
.ats-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  background: transparent;
  transition: background 0.1s;
}
.ats-table tbody tr:hover { background: rgba(255,255,255,0.03); }
.ats-table tbody tr:last-child { border-bottom: none; }
.ats-table td { padding: 10px 12px; vertical-align: middle; }

.ats-candidate { display: flex; align-items: center; gap: 8px; }
.ats-name { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.85); white-space: nowrap; }
.ats-title { font-size: 10px; color: rgba(255,255,255,0.30); margin-top: 1px; white-space: nowrap; }
.ats-status { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; color: rgba(255,255,255,0.55); font-weight: 500; white-space: nowrap; }
.ats-dispo { font-size: 11px; color: rgba(255,255,255,0.30); white-space: nowrap; }

/* ---- SECTOR BADGES ---- */
.sector-badge { display: inline-block; padding: 2px 7px; border-radius: 3px; font-size: 10px; font-weight: 600; letter-spacing: 0.03em; white-space: nowrap; }
.sector-badge.ind    { background: rgba(30,64,175,0.20); color: #93C5FD; }
.sector-badge.tech   { background: rgba(29,78,216,0.20); color: #93C5FD; }
.sector-badge.pharma { background: rgba(4,120,87,0.20);  color: #6EE7B7; }
.sector-badge.fin    { background: rgba(109,40,217,0.20);color: #C4B5FD; }
.sector-badge.ener   { background: rgba(180,83,9,0.20);  color: #FCD34D; }

/* ---- HERO SCROLL HINT ---- */
.hero-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2.5s ease-in-out infinite;
  z-index: 4;
  opacity: 0.4;
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ---- LOGOS BAND ---- */
.logos-band {
  padding: 24px 0;
  background: var(--n50);
  border-bottom: 1px solid var(--n200);
}
.logos-label { text-align: center; color: var(--n400); margin-bottom: 14px; display: block; }
.logos-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.logo-item { font-size: 12.5px; font-weight: 600; color: var(--n300); padding: 4px 20px; letter-spacing: 0.04em; }
.logo-sep { width: 1px; height: 14px; background: var(--n200); }

/* ---- HUMAN PROOF ---- */
.human-proof-section {
  background: #fff;
  padding: 84px 0;
}

.human-proof-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.human-proof-head p {
  color: var(--n600);
  font-size: 16px;
  line-height: 1.75;
  max-width: 520px;
}

.human-proof-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 252px;
  gap: 16px;
}

.human-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--n100);
  box-shadow: 0 12px 36px rgba(10,31,61,0.10);
  display: flex;
  flex-direction: column;
}

.human-photo-large {
  grid-row: span 2;
}

.human-photo img {
  width: 100%;
  flex: 1;
  min-height: 0;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

.human-photo::after {
  content: none;
}

.human-photo figcaption {
  min-height: 62px;
  padding: 12px 14px;
  border-top: 1px solid var(--n200);
  background: #fff;
  color: var(--navy);
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.35;
  display: flex;
  align-items: center;
}

/* ---- KPI SECTION ---- */
.kpi-section { padding: 72px 0; }
.kpi-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
}
.kpi-divider { width: 1px; height: 56px; background: var(--n200); }
.kpi-block { text-align: center; padding: 24px 16px; }
.kpi-number {
  font-size: 56px;
  font-weight: 800;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
  letter-spacing: -2.5px;
  line-height: 1;
  background: linear-gradient(135deg, #0A1F3D 0%, #1C3D66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.kpi-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--n700); margin-top: 10px; }
.kpi-sub { font-size: 13px; color: var(--n500); margin-top: 4px; }

/* ---- VALUE GRID ---- */
.value-grid { gap: 20px; }

/* ---- FEATURE CARDS (upgraded) ---- */
.feature-card {
  background: #fff;
  border: 1px solid var(--n200);
  border-radius: 14px;
  padding: 28px;
  border-left: 3px solid var(--orange);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), transparent);
  opacity: 0.4;
}
.feature-card:hover {
  border-color: var(--n300);
  box-shadow: 0 8px 32px rgba(10,31,61,0.10);
  transform: translateY(-2px);
}
.feature-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(10,31,61,0.06);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}

/* ---- FEATURE ROWS ---- */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid var(--n100);
}
.feature-row:last-of-type { border-bottom: none; }
.feature-row.reverse .feature-row-visual { order: 2; }
.feature-row.reverse .feature-row-text   { order: 1; }

/* ---- MINI SCREENSHOT ---- */
.mini-screenshot {
  background: #fff;
  border: 1px solid var(--n200);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(10,31,61,0.12), 0 2px 8px rgba(10,31,61,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}
.mini-screenshot:hover {
  box-shadow: 0 16px 56px rgba(10,31,61,0.16);
  transform: translateY(-3px);
}
.mini-screenshot-header {
  padding: 12px 16px 10px;
  border-bottom: 1px solid var(--n100);
  display: flex; align-items: center; gap: 8px;
  background: var(--n50);
}
.mini-ats-list { padding: 4px 0; }
.mini-ats-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr;
  gap: 8px;
  align-items: center;
  padding: 9px 16px;
  font-size: 12px;
  color: var(--n700);
  border-bottom: 1px solid var(--n100);
  transition: background 0.1s;
}
.mini-ats-row:hover { background: var(--n50); }
.mini-ats-row:last-child { border-bottom: none; }
.mini-ats-row.header-row {
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.05em; color: var(--n500); padding: 7px 16px;
  background: var(--n50);
}
.mini-cand { display: flex; align-items: center; gap: 7px; font-weight: 600; color: var(--n900); font-size: 11.5px; }

/* ---- IMPORT MOCKUP ---- */
.import-mockup { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.import-drop-zone {
  border: 2px dashed var(--n300);
  border-radius: 10px;
  padding: 20px;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  background: var(--n50);
}
.import-drop-zone span { font-size: 13px; font-weight: 600; color: var(--n700); }
.import-sub { font-size: 11px !important; font-weight: 400 !important; color: var(--n500) !important; }
.import-progress-wrap {}
.import-progress-label { display: flex; justify-content: space-between; font-size: 11px; color: var(--n600); margin-bottom: 5px; }
.import-pct { font-weight: 700; color: var(--orange); }
.import-progress-track { height: 4px; background: var(--n200); border-radius: 4px; overflow: hidden; }
.import-progress-fill { height: 100%; background: linear-gradient(90deg, var(--orange), #FFD080); border-radius: 4px; }
.import-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.import-field { background: var(--n50); border: 1px solid var(--n200); border-radius: 5px; padding: 7px 10px; }
.import-field.filled { border-color: #86efac; background: #f0fdf4; }
.import-field-label { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--n500); display: block; }
.import-field-val { font-size: 11.5px; font-weight: 600; color: var(--n900); display: block; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.import-field.loading .import-field-val { margin-top: 4px; }
.loading-bar {
  display: block; height: 8px;
  background: linear-gradient(90deg, var(--n200) 25%, var(--n100) 50%, var(--n200) 75%);
  background-size: 200% 100%; border-radius: 4px;
  animation: shimmer 1.2s ease-in-out infinite;
}
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

.import-stats-row { display: flex; gap: 24px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--n200); }
.import-stat { display: flex; flex-direction: column; gap: 2px; }
.import-stat strong { font-size: 14px; font-weight: 700; color: var(--navy); }
.import-stat span { font-size: 11px; color: var(--n500); }

/* ---- SECTION CTA LINK ---- */
.section-cta-link { text-align: center; padding-top: 48px; }

/* ---- SECTORS (NAVY — glassmorphism) ---- */
.sectors-section {}
.sectors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sector-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
  backdrop-filter: blur(4px);
}
.sector-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
}
.sector-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}
.sector-dot { width: 10px; height: 10px; border-radius: 50%; margin-bottom: 10px; box-shadow: 0 0 10px currentColor; }
.sector-name { font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 6px; }
.sector-desc { font-size: 13px; color: rgba(255,255,255,0.40); line-height: 1.5; }
.sector-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; border-radius: 0 0 12px 12px; opacity: 0.6; }

/* ---- PROCESS ---- */
.process-section {}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
  position: relative;
}
.step-connector {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(244,166,44,0.2));
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 0;
}
.process-step .step-number {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px rgba(10,31,61,0.3);
}

/* ---- TESTIMONIALS (upgraded) ---- */
.testimonial {
  background: #fff;
  border-left: 3px solid var(--orange);
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 2px 16px rgba(10,31,61,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: 16px; right: 20px;
  font-size: 64px;
  line-height: 1;
  color: var(--orange);
  opacity: 0.12;
  font-family: Georgia, serif;
  font-weight: 700;
}
.testimonial:hover {
  box-shadow: 0 8px 32px rgba(10,31,61,0.10);
  transform: translateY(-2px);
}

/* ---- CTA SECTION (upgraded) ---- */
.cta-section {
  background: #080F1E;
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(244,166,44,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 20%, rgba(29,78,216,0.08) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 80% 80%, rgba(10,31,61,0.5) 0%, transparent 60%);
}
.cta-section > * { position: relative; z-index: 1; }
.cta-btns { display: flex; gap: 12px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }
.cta-reassurance {
  margin-top: 20px;
  font-size: 12px;
  color: rgba(255,255,255,0.30);
  display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;
}

/* ---- DIAGONAL SECTION SEPARATOR ---- */
.section-clip-top {
  clip-path: polygon(0 24px, 100% 0, 100% 100%, 0 100%);
  margin-top: -24px;
  padding-top: calc(96px + 24px) !important;
}
.section-clip-bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 0 100%);
  padding-bottom: calc(96px + 24px) !important;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1023px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; text-align: center; padding-top: 40px; }
  .hero-text { display: flex; flex-direction: column; align-items: center; max-width: 100%; }
  .hero-sub  { max-width: 560px; text-align: center; }
  .hero-cta  { justify-content: center; flex-direction: column; align-items: center; gap: 10px; }
  .hero-cta .btn { min-width: 260px; justify-content: center; }
  .hero-reassurance { justify-content: center; flex-direction: column; align-items: center; gap: 8px; }
  .hero-visual { display: none; }
  .kpi-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .kpi-divider { display: none; }
  .kpi-block { border-bottom: 1px solid var(--n200); }
  .human-proof-head { grid-template-columns: 1fr; gap: 14px; }
  .human-proof-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 244px; }
  .human-photo-large { grid-column: span 2; grid-row: span 1; }
  .feature-row { grid-template-columns: 1fr; gap: 32px; }
  .feature-row.reverse .feature-row-visual { order: 0; }
  .feature-row.reverse .feature-row-text   { order: 0; }
  .sectors-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 24px; }
  .step-connector { display: none; }
}

@media (max-width: 639px) {
  .hero-section { min-height: auto; padding: 96px 0 64px; }
  .hero-headline { font-size: 38px; }
  .kpi-grid { grid-template-columns: 1fr 1fr; }
  .sectors-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .logos-row { gap: 0; }
  .logo-sep { display: none; }
  .human-proof-section { padding: 62px 0; }
  .human-proof-grid { grid-template-columns: 1fr; grid-auto-rows: 244px; }
  .human-photo-large { grid-column: auto; }
  .import-fields { grid-template-columns: 1fr; }
}
