:root {
  --green: #2D6A2F;
  --green-light: #4A9F4D;
  --green-pale: #EBF5EB;
  --blue-dark: #0B1F3A;
  --blue-mid: #1A3A6B;
  --cream: #F8F5EF;
  --white: #ffffff;
  --gray-50: #F7F7F5;
  --gray-100: #EBEBEA;
  --gray-300: #B0AFA8;
  --gray-600: #5E5D58;
  --gray-900: #1A1A18;
  --accent: #E8500A;
  --accent-pale: #FDF0EA;
  --gold: #C8A84B;
  --danger: #a64545;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  color: var(--gray-900);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; }
h1, h2, h3, h4 { font-family: 'Syne', sans-serif; line-height: 1.2; }
p { margin: 0; }
code {
  background: rgba(255,255,255,0.08);
  padding: 0.15rem 0.35rem;
  border-radius: 0.35rem;
}

.button,
.btn-primary,
.btn-secondary,
.btn-white,
.btn-outline-white,
.nav-cta {
  transition: all 0.2s;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}

.button-primary {
  background: var(--green-light);
  color: white;
}

.button-secondary {
  background: transparent;
  border-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8);
}

.audit-page-prospect .audit-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(11,31,58,0.97);
  backdrop-filter: blur(12px);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: white;
  text-decoration: none;
}

.nav-logo-mark {
  width: 34px;
  height: 34px;
  background: var(--green-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  color: white;
  letter-spacing: -0.5px;
  line-height: 1;
}

.nav-cta {
  background: var(--green-light);
  color: white;
  border: none;
  border-radius: 100px;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.nav-cta:hover { background: var(--green); }

.hero {
  min-height: 100vh;
  background: var(--blue-dark);
  background-image:
    radial-gradient(ellipse 80% 50% at 60% 40%, rgba(45,106,47,0.18) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(200,168,75,0.08) 0%, transparent 60%);
  display: flex;
  align-items: center;
  padding: 100px 2rem 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 2rem;
  letter-spacing: 0.02em;
}

.hero-badge span { color: var(--gold); font-weight: 500; }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 4rem;
  align-items: start;
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: white;
  margin-bottom: 1.5rem;
}

.hero h1 em { color: var(--green-light); font-style: normal; }

.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.65);
  max-width: 520px;
  margin-bottom: 2.5rem;
  font-weight: 300;
  line-height: 1.7;
}

.hero-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.hero-stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: white;
  display: block;
}

.hero-stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--green-light);
  color: white;
  padding: 0.9rem 2rem;
  border-radius: 100px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary:hover { background: var(--green); transform: translateY(-1px); }

.btn-secondary {
  background: transparent;
  color: rgba(255,255,255,0.8);
  padding: 0.9rem 2rem;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-secondary:hover { border-color: rgba(255,255,255,0.5); color: white; }

.hero-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 1.75rem;
  position: sticky;
  top: 80px;
}

.hero-card-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.hero-card-business { margin-bottom: 1.25rem; }

.hero-card-name {
  font-family: 'Syne', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 4px;
}

.hero-card-city {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
}

.hero-card-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 1rem;
}

.stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 2px;
}

.hero-card-rating {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
}

.hero-card-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin: 1rem 0;
}

.hero-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.6rem;
}

.hero-card-row-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}

.hero-card-row-value {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
  text-align: right;
}

.tag-red { color: #FF7B5A; }
.tag-green { color: var(--green-light); }
.hero-hot { color: var(--gold); }

.hero-card-price {
  background: var(--green-light);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-top: 1rem;
  text-align: center;
}

.hero-card-price-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 2px;
}

.hero-card-price-amount {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: white;
}

.hero-card-price-sub {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
  margin-top: 2px;
}

section { padding: 80px 2rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }

.section-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--blue-dark);
}

.section-sub {
  font-size: 1.05rem;
  color: var(--gray-600);
  max-width: 580px;
  margin-bottom: 3rem;
}

.audit-section { background: var(--cream); }

.audit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.audit-card {
  background: white;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid var(--gray-100);
}

.audit-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.audit-card-icon.green { background: var(--green-pale); }
.audit-card-icon.red { background: #FEF0EA; }

.audit-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--blue-dark);
}

.audit-list { list-style: none; }

.audit-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--gray-600);
  padding: 5px 0;
}

.audit-list li .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  margin-top: 1px;
}

.dot-green { background: var(--green-pale); color: var(--green); }
.dot-red { background: #FEF0EA; color: #E8500A; }

.offer-section { background: white; }

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.offer-card {
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.2s;
}

.offer-card:hover {
  border-color: var(--green-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(74,159,77,0.1);
}

.offer-card-num {
  font-family: 'Syne', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--gray-100);
  margin-bottom: 0.75rem;
  line-height: 1;
}

.offer-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--blue-dark);
}

.offer-card p {
  font-size: 0.875rem;
  color: var(--gray-600);
  line-height: 1.6;
}

.price-block {
  background: var(--blue-dark);
  border-radius: 24px;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.price-block::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(74,159,77,0.15);
}

.price-block-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 0.5rem;
}

.price-block-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1.5rem;
}

.price-checklist { list-style: none; }

.price-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.price-checklist li:last-child { border-bottom: none; }

.check-icon {
  color: var(--green-light);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.price-right {
  text-align: center;
  position: relative;
  z-index: 1;
}

.price-tag {
  background: var(--green-light);
  border-radius: 20px;
  padding: 2rem 2.5rem;
  text-align: center;
  min-width: 220px;
}

.price-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.25rem;
}

.price-amount {
  font-family: 'Syne', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: white;
  line-height: 1;
}

.price-currency {
  font-size: 1.5rem;
  vertical-align: super;
}

.price-once {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  margin-top: 0.5rem;
}

.price-guarantee {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.how-section { background: var(--cream); }

.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.how-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: var(--green-light);
  z-index: 0;
}

.how-step {
  text-align: center;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}

.how-step-num {
  width: 56px;
  height: 56px;
  background: var(--green-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: white;
  margin: 0 auto 1.25rem;
  position: relative;
  z-index: 2;
  border: 4px solid var(--cream);
}

.how-step h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--blue-dark);
  margin-bottom: 0.5rem;
}

.how-step p {
  font-size: 0.82rem;
  color: var(--gray-600);
}

.refs-section { background: white; }

.refs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.ref-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--gray-100);
  transition: all 0.25s;
}

.ref-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.ref-card-thumb {
  height: 180px;
  background: var(--blue-dark);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ref-mockup {
  width: 80%;
  background: white;
  border-radius: 8px 8px 0 0;
  padding: 0.5rem;
  position: absolute;
  bottom: 0;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
}

.ref-mockup-bar {
  height: 8px;
  background: var(--gray-100);
  border-radius: 4px;
  margin-bottom: 6px;
  display: flex;
  gap: 4px;
  align-items: center;
}

.ref-mockup-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.ref-mockup-row {
  height: 6px;
  background: var(--gray-100);
  border-radius: 3px;
  margin: 3px 0;
}

.ref-mockup-green {
  background: var(--green-light);
  width: 40%;
  height: 16px;
  border-radius: 4px;
  margin: 4px 0;
}

.ref-card-body { padding: 1.25rem; }

.ref-card-name {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--blue-dark);
}

.ref-card-desc {
  font-size: 0.82rem;
  color: var(--gray-600);
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.ref-card-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.tag-pill {
  background: var(--green-pale);
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 100px;
}

.ref-card-link {
  font-size: 0.82rem;
  color: var(--green);
  text-decoration: none;
  font-weight: 500;
}

.ref-card-link:hover { text-decoration: underline; }

.ref-card-bg-1 { background: linear-gradient(135deg, #1A3A2A 0%, #0B1F3A 100%); }
.ref-card-bg-2 { background: linear-gradient(135deg, #0B1F3A 0%, #2D6A2F 100%); }
.ref-card-bg-3 { background: linear-gradient(135deg, #2D4A1A 0%, #1A3A6B 100%); }

.ai-section { background: var(--blue-dark); }
.ai-section .section-title { color: white; }
.ai-section .section-sub { color: rgba(255,255,255,0.55); }
.ai-section .section-label { color: var(--green-light); }

.ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.ai-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 1.5rem;
  transition: border-color 0.2s;
}

.ai-card:hover { border-color: rgba(74,159,77,0.4); }

.ai-card-step {
  font-size: 0.7rem;
  color: var(--green-light);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.ai-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
}

.ai-card p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}

.cta-section {
  background: var(--green);
  padding: 80px 2rem;
}

.cta-section .section-inner { text-align: center; }

.cta-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: white;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 2.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-white {
  background: white;
  color: var(--green);
  font-weight: 600;
  padding: 1rem 2.5rem;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.btn-outline-white {
  background: transparent;
  color: white;
  border: 2px solid rgba(255,255,255,0.4);
  padding: 1rem 2.5rem;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline-white:hover { border-color: white; }

footer {
  background: var(--gray-900);
  padding: 2rem;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.3);
}

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

.hero-inner > * { animation: fadeUp 0.6s both; }
.hero-badge { animation-delay: 0.1s; }
.hero-grid { animation-delay: 0.25s; }

.admin-shell {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 32px 0 56px;
}

.table-card, .login-card, .not-found-card {
  background: white;
  color: var(--gray-900);
  border: 1px solid var(--gray-100);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.login-card, .not-found-card { padding: 36px; }

.admin-header, .admin-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.admin-toolbar {
  margin: 18px 0;
  background: white;
  color: var(--gray-900);
  border-radius: 22px;
  padding: 18px 20px;
  border: 1px solid var(--gray-100);
}

.search-form {
  display: flex;
  gap: 10px;
  width: min(680px, 100%);
}

.search-form input,
.login-form input {
  width: 100%;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid rgba(18, 33, 45, 0.14);
  background: #fff;
  color: var(--gray-900);
  font: inherit;
}

.table-card { overflow: auto; }

.admin-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--gray-900);
}

.admin-table th,
.admin-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(18, 33, 45, 0.08);
  vertical-align: top;
  text-align: left;
}

.admin-table th {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-600);
}

.button-compact {
  padding: 10px 14px;
  font-size: 13px;
  white-space: nowrap;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 13px;
}

.status-pill.is-active {
  background: rgba(74,159,77,0.12);
  color: var(--green);
}

.status-pill.is-deleted {
  background: rgba(166,69,69,0.12);
  color: var(--danger);
}

.status-pill.is-contacted {
  background: rgba(11, 116, 222, 0.12);
  color: #0b74de;
}

.login-card {
  width: min(480px, calc(100vw - 32px));
  margin: 6vh auto;
}

.login-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.error-text { color: var(--danger); font-weight: 700; }
.empty-state { color: var(--gray-600); }

.not-found-card {
  width: min(560px, calc(100vw - 32px));
  margin: 10vh auto;
  text-align: center;
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .audit-grid { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .how-steps { grid-template-columns: 1fr 1fr; }
  .how-steps::before { display: none; }
  .refs-grid { grid-template-columns: 1fr 1fr; }
  .ai-grid { grid-template-columns: 1fr; }
  .price-block { grid-template-columns: 1fr; }
  .price-right { display: flex; justify-content: center; }
}

@media (max-width: 720px) {
  .admin-header, .admin-toolbar, .search-form {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 600px) {
  section { padding: 60px 1.25rem; }
  .audit-page-prospect .audit-nav { padding: 0 1rem; }
  .nav-logo { font-size: 0.98rem; }
  .nav-cta { padding: 0.5rem 0.9rem; font-size: 0.8rem; }
  .offer-grid { grid-template-columns: 1fr; }
  .refs-grid { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .hero-stats { gap: 1.25rem; }
  .price-block { padding: 1.75rem; }
  .hero-btns, .cta-btns {
    flex-direction: column;
  }
  .btn-primary, .btn-secondary, .btn-white, .btn-outline-white {
    justify-content: center;
    width: 100%;
  }
}
