:root {
  --bg: #f6f8fb;
  --panel: #ffffff;
  --soft: #eef4f8;
  --text: #0d1726;
  --muted: #607086;
  --line: #dfe7ef;
  --green: #12b76a;
  --green-2: #039855;
  --blue: #2563eb;
  --ink: #07111f;
  --red: #dc2626;
  --amber: #f59e0b;
  --shadow: 0 18px 50px rgba(7, 17, 31, 0.12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

html {
  color-scheme: light;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.dark {
  color-scheme: dark;
  --bg: #07111f;
  --panel: #0f1b2d;
  --soft: #13243b;
  --text: #f7fbff;
  --muted: #9fb0c5;
  --line: #24364e;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.muted {
  color: var(--muted);
}

.site-header,
.app-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.dark .site-header,
.dark .app-topbar {
  background: rgba(7, 17, 31, 0.88);
}

.landing-header {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(7, 17, 31, 0.82);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 10px;
  color: #06111f;
  background: linear-gradient(135deg, #66f0a5, #80b7ff);
  font-weight: 950;
}

.site-menu {
  align-items: center;
}

.site-menu > a:not(.primary-btn):not(.secondary-btn) {
  color: inherit;
  opacity: 0.82;
  font-weight: 800;
}

.menu-toggle {
  display: none;
}

.primary-btn,
.secondary-btn,
.ghost-btn,
.danger-btn,
.google-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 10px 15px;
  font-weight: 900;
  text-align: center;
}

.primary-btn {
  color: #05111c;
  background: linear-gradient(135deg, #7cf2ac, #8dbdff);
}

.secondary-btn {
  color: var(--text);
  border: 1px solid var(--line);
  background: var(--panel);
}

.landing-header .secondary-btn {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.ghost-btn {
  color: var(--blue);
  background: rgba(37, 99, 235, 0.1);
}

.danger-btn {
  color: var(--red);
  background: rgba(220, 38, 38, 0.1);
}

.google-btn {
  width: 100%;
  margin-top: 12px;
  color: var(--text);
  border: 1px solid var(--line);
  background: var(--panel);
}

.button-row,
.inline-actions,
.store-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 38px;
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: 72px max(22px, calc((100vw - 1160px) / 2)) 58px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 16%, rgba(124, 242, 172, 0.18), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0d1d32 58%, #082018 100%);
}

.hero-copy h1 {
  max-width: 820px;
  margin: 12px 0 18px;
  font-size: clamp(38px, 7vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 650px;
  color: #d5dfec;
  font-size: 19px;
  line-height: 1.65;
}

.eyebrow {
  display: inline-flex;
  width: max-content;
  color: #7cf2ac;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-actions {
  margin-top: 26px;
}

.trust-badges,
.logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-badges span,
.logo-strip span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 9px 12px;
  color: #e8f1fb;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 800;
}

.product-mockup {
  display: grid;
  place-items: center;
}

.mockup-phone {
  width: min(360px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 36px;
  padding: 12px;
  background: #0b1627;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.mockup-top {
  width: 88px;
  height: 5px;
  margin: 3px auto 12px;
  border-radius: 999px;
  background: #2e405d;
}

.mockup-store {
  overflow: hidden;
  border-radius: 26px;
  color: #0d1726;
  background: #ffffff;
}

.mockup-banner {
  height: 92px;
  background: linear-gradient(135deg, #123d68, #12b76a);
}

.mockup-row {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px;
}

.mockup-row small,
.mockup-grid small {
  display: block;
  color: #607086;
}

.mockup-logo {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  color: #05111c;
  background: #7cf2ac;
  font-weight: 900;
}

.mockup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 14px 14px;
}

.mockup-grid article {
  border: 1px solid #e6edf5;
  border-radius: 8px;
  padding: 8px;
}

.mockup-grid span {
  display: block;
  height: 72px;
  margin-bottom: 8px;
  border-radius: 7px;
  background: linear-gradient(135deg, #e8f2ff, #e9fbf1);
}

.mockup-whatsapp {
  width: calc(100% - 28px);
  min-height: 44px;
  margin: 0 14px 14px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #039855;
  font-weight: 900;
}

.logo-strip {
  justify-content: center;
  margin: 0;
  padding: 18px 20px;
  background: #0a1729;
}

.feature-band,
.testimonial-band,
.pricing-band,
.faq-band {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 8px 0 10px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.feature-list p,
.demo-card p,
.testimonial-grid p,
.price-card p,
.faq-band p,
.site-footer p,
.auth-card p,
.panel p {
  color: var(--muted);
  line-height: 1.6;
}

.demo-grid,
.testimonial-grid,
.pricing-grid,
.feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.demo-card,
.testimonial-grid article,
.price-card,
.panel,
.auth-card,
.stat-card,
.product-card,
.public-card,
.store-hero,
.cart-panel,
.notice {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.demo-card,
.testimonial-grid article,
.price-card,
.feature-list article {
  padding: 22px;
}

.demo-icon,
.badge {
  display: inline-flex;
  width: max-content;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--blue);
  background: rgba(37, 99, 235, 0.1);
  font-size: 12px;
  font-weight: 900;
}

.price-card {
  display: grid;
  gap: 14px;
}

.price-card strong {
  font-size: 32px;
}

.price-card ul {
  display: grid;
  gap: 9px;
  padding-left: 18px;
  color: var(--muted);
}

.price-card.featured {
  border-color: rgba(18, 183, 106, 0.5);
  background: linear-gradient(180deg, rgba(18, 183, 106, 0.08), var(--panel));
}

.faq-band details {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.faq-band summary {
  cursor: pointer;
  font-weight: 900;
}

.site-footer {
  display: grid;
  gap: 14px;
  padding: 34px max(20px, calc((100vw - 1160px) / 2));
  color: #dce7f4;
  background: #07111f;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at top right, rgba(18, 183, 106, 0.16), transparent 30%), var(--bg);
}

.auth-panel {
  width: min(460px, 100%);
}

.auth-card,
.panel,
.stat-card {
  padding: 20px;
}

.auth-card h1,
.auth-card h2,
.panel h2,
.store-hero h1 {
  margin: 12px 0 8px;
}

label,
.field {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  padding: 11px 12px;
  color: var(--text);
  background: var(--panel);
}

textarea {
  min-height: 104px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(18, 183, 106, 0.13);
}

.app-shell {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 20px;
  border-right: 1px solid var(--line);
  background: var(--panel);
}

.nav-list {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.nav-link {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  color: var(--muted);
  background: transparent;
  font-weight: 900;
  text-align: left;
}

.nav-link.active,
.nav-link:hover {
  color: var(--green-2);
  background: rgba(18, 183, 106, 0.1);
}

.main {
  min-width: 0;
  padding: 22px;
}

.app-topbar {
  position: sticky;
  margin: -22px -22px 22px;
}

.grid-4,
.grid-3,
.grid-2,
.store-form-grid,
.product-list,
.public-grid {
  display: grid;
  gap: 16px;
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2,
.store-form-grid,
.product-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.full {
  grid-column: 1 / -1;
}

.panel-section {
  display: none;
}

.active-section {
  display: grid;
  gap: 16px;
}

.stack {
  display: grid;
  gap: 16px;
}

.stat-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.stat-card strong,
.metric-panel p {
  display: block;
  margin-top: 8px;
  font-size: 30px;
  font-weight: 950;
}

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

.skeleton-grid span {
  height: 118px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--soft), var(--panel), var(--soft));
  background-size: 220% 100%;
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  to {
    background-position: -220% 0;
  }
}

.mini-chart {
  display: flex;
  min-height: 170px;
  align-items: end;
  gap: 12px;
  padding-top: 20px;
}

.mini-chart div {
  display: grid;
  min-width: 62px;
  gap: 6px;
  text-align: center;
}

.mini-chart span {
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--green), var(--blue));
}

.onboarding-steps {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.onboarding-steps div {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: var(--soft);
}

.onboarding-steps .done {
  border-color: rgba(18, 183, 106, 0.5);
  background: rgba(18, 183, 106, 0.1);
}

.product-toolbar,
.store-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 12px;
  margin-bottom: 16px;
}

.product-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
}

.product-gallery {
  min-width: 0;
  background: var(--soft);
}

.product-main-image,
.product-thumbs img {
  width: 100%;
  object-fit: cover;
  background: var(--soft);
}

.product-main-image {
  aspect-ratio: 1 / 1;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 4px;
}

.product-thumbs img {
  aspect-ratio: 1 / 1;
}

.product-card > div,
.public-card > div {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.product-list.product-count-1,
.public-grid.product-count-1 {
  grid-template-columns: minmax(0, min(100%, 430px));
}

.product-list.product-count-2,
.public-grid.product-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-grid.product-count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.order-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--panel);
}

.order-row span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.notice,
.notice-list {
  padding: 12px;
}

.store-page {
  width: min(1120px, calc(100% - 28px));
  margin: 18px auto 80px;
}

.store-hero {
  overflow: hidden;
  margin-bottom: 16px;
}

.store-banner {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.store-identity {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px;
}

.store-logo {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 4px solid var(--panel);
  border-radius: 18px;
  object-fit: cover;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.store-actions {
  padding: 0 18px 18px;
}

.qr-box {
  padding: 0 18px 18px;
}

.cart-panel {
  position: sticky;
  bottom: 16px;
  z-index: 20;
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 16px;
}

.admin-shell {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.06), transparent 280px), var(--bg);
}

.admin-sidebar {
  background: linear-gradient(180deg, #07111f, #0f1b2d);
  color: #eef6ff;
}

.admin-sidebar .nav-link {
  color: #b9c7da;
}

.admin-sidebar .nav-link.active,
.admin-sidebar .nav-link:hover {
  color: #7cf2ac;
  background: rgba(124, 242, 172, 0.12);
}

.admin-toolbar,
.domain-wizard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px 180px;
  gap: 12px;
  align-items: end;
}

.domain-wizard {
  grid-template-columns: minmax(0, 1fr) 170px;
  margin-top: 14px;
}

.dns-help,
.dns-records div,
.report-row {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: var(--soft);
}

.dns-help {
  margin-top: 16px;
}

.domain-list,
.domain-card {
  display: grid;
  gap: 14px;
}

.domain-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--panel);
}

.dns-records {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dns-records div {
  display: grid;
  gap: 5px;
}

.dns-records span {
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 13px;
}

.report-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.table-actions {
  display: flex;
  min-width: 320px;
  flex-wrap: wrap;
  gap: 8px;
}

.table-actions .primary-btn,
.table-actions .secondary-btn,
.table-actions .danger-btn {
  min-height: 36px;
  padding: 7px 10px;
  font-size: 13px;
}

.danger-note {
  border-color: rgba(220, 38, 38, 0.4);
  background: rgba(220, 38, 38, 0.08);
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.checkout-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.checkout-form textarea,
.checkout-form button {
  grid-column: 1 / -1;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  border-radius: 999px;
  padding: 13px 16px;
  color: #ffffff;
  background: var(--green-2);
  box-shadow: var(--shadow);
  font-weight: 900;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 13px 12px;
  text-align: left;
}

th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.empty-state {
  border: 1px dashed var(--line);
  border-radius: 8px;
  padding: 26px;
  color: var(--muted);
  background: var(--panel);
  text-align: center;
}

.toast {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 100;
  display: none;
  max-width: 360px;
  border-radius: 8px;
  padding: 13px 15px;
  color: #ffffff;
  background: #07111f;
  box-shadow: var(--shadow);
  font-weight: 800;
}

.toast.show {
  display: block;
}

.toast[data-type="error"] {
  background: var(--red);
}

@media (max-width: 1050px) {
  .landing-hero,
  .demo-grid,
  .testimonial-grid,
  .pricing-grid,
  .grid-4,
  .grid-3,
  .grid-2,
  .public-grid,
  .feature-list {
    grid-template-columns: 1fr 1fr;
  }

  .public-grid.product-count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  body {
    font-size: 15px;
  }

  .site-header,
  .app-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    padding: 12px 14px;
  }

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: inherit;
    background: transparent;
    font-size: 22px;
    font-weight: 900;
  }

  .site-header .site-menu {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 10px;
  }

  .site-header.menu-open .site-menu {
    display: grid;
  }

  .site-menu > *,
  .button-row > *,
  .hero-actions > * {
    width: 100%;
  }

  .landing-hero,
  .demo-grid,
  .testimonial-grid,
  .pricing-grid,
  .grid-4,
  .grid-3,
  .grid-2,
  .store-form-grid,
  .product-list,
  .public-grid,
  .feature-list,
  .checkout-form,
  .product-toolbar,
  .store-tools {
    grid-template-columns: 1fr;
  }

  .admin-toolbar,
  .domain-wizard,
  .dns-records {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    min-height: auto;
    padding: 46px 16px 42px;
  }

  .hero-copy h1 {
    font-size: 39px;
  }

  .hero-copy p {
    font-size: 17px;
  }

  .feature-band,
  .testimonial-band,
  .pricing-band,
  .faq-band {
    padding: 48px 0;
  }

  .app-shell {
    grid-template-columns: 1fr;
    padding-bottom: 78px;
  }

  .sidebar {
    position: sticky;
    top: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    height: auto;
    padding: 12px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .sidebar .nav-list {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: var(--panel);
  }

  .admin-sidebar .nav-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sidebar > .button-row {
    display: none;
    grid-column: 1 / -1;
    margin-top: 10px;
  }

  .sidebar.menu-open > .button-row {
    display: grid;
  }

  .nav-link {
    justify-content: center;
    min-height: 52px;
    padding: 3px;
    font-size: 10px;
    text-align: center;
  }

  .nav-link span {
    display: block;
    font-size: 15px;
  }

  .main {
    padding: 12px;
  }

  .app-topbar {
    position: static;
    margin: -12px -12px 14px;
  }

  .app-topbar .button-row {
    display: none;
    grid-column: 1 / -1;
  }

  .skeleton-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-card {
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    padding: 10px;
  }

  .product-card .product-gallery {
    overflow: hidden;
    border-radius: 8px;
  }

  .product-card .product-thumbs {
    display: none;
  }

  .product-card > div {
    padding: 0 0 0 10px;
  }

  .public-grid.product-count-1,
  .public-grid.product-count-2,
  .public-grid.product-count-3,
  .public-grid.product-count-4,
  .product-list.product-count-1,
  .product-list.product-count-2 {
    grid-template-columns: 1fr;
  }

  .store-identity,
  .order-row,
  .cart-item {
    display: grid;
  }

  .store-banner {
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .cart-panel {
    position: static;
  }

  .whatsapp-float {
    bottom: 86px;
  }
}

@media print {
  .sidebar,
  .app-topbar,
  .button-row,
  .toast {
    display: none !important;
  }

  .app-shell {
    display: block;
  }

  .main {
    padding: 0;
  }
}

@media (max-width: 520px) {
  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sidebar .nav-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-copy h1 {
    font-size: 34px;
  }
}
