.storefront-home {
  padding-bottom: 18px;
}

.sf-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.sf-hero {
  position: relative;
  padding: 34px 0 42px;
}

.sf-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.sf-panel,
.sf-metric,
.sf-card,
.sf-quick-card,
.sf-benefit,
.sf-proof {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.sf-panel {
  border-radius: 28px;
  padding: 28px;
}

.sf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--brand) 14%, transparent);
  border: 1px solid color-mix(in oklab, var(--brand) 28%, transparent);
  color: var(--brand-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sf-kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
}

.sf-title,
.sf-section-head h2 {
  margin: 16px 0 12px;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--text);
}

.sf-title {
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  font-weight: 800;
}

.sf-title .accent {
  color: var(--brand);
}

.sf-lead,
.sf-section-head p,
.sf-card p,
.sf-benefit p {
  color: var(--muted);
  line-height: 1.68;
}

.sf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 18px;
}

.sf-btn-primary,
.sf-btn-secondary,
.sf-chip-link {
  min-height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.sf-btn-primary {
  padding: 0 22px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark, var(--brand)));
  color: #fff;
  box-shadow: 0 14px 30px color-mix(in oklab, var(--brand) 36%, transparent);
}

.sf-btn-secondary {
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.sf-btn-primary:hover,
.sf-btn-secondary:hover,
.sf-chip-link:hover {
  transform: translateY(-1px);
}

.sf-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sf-proof {
  border-radius: 999px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.sf-proof i {
  color: var(--brand-soft);
}

.sf-hero-media {
  display: grid;
  gap: 14px;
}

.sf-stage {
  border-radius: 28px;
  overflow: hidden;
  min-height: 460px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.22);
}

.sf-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sf-stage-overlay {
  position: absolute;
  inset: auto 16px 16px 16px;
  border-radius: 22px;
  padding: 16px;
  background: rgba(6, 12, 22, 0.82);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sf-stage-overlay strong,
.sf-metric strong,
.sf-card .price {
  display: block;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  color: var(--text);
}

.sf-stage-overlay strong {
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.sf-stage-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.84rem;
}

.sf-side-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sf-metric {
  border-radius: 18px;
  padding: 16px;
}

.sf-metric strong {
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.sf-metric span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.sf-section {
  padding: 18px 0 56px;
}

.sf-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.sf-section-kicker {
  color: var(--brand-soft);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sf-section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 800;
}

.sf-chip-link {
  padding: 0 18px;
  background: color-mix(in oklab, var(--brand) 14%, transparent);
  color: var(--brand-soft);
}

.sf-grid-products,
.sf-grid-quick,
.sf-grid-benefits {
  display: grid;
  gap: 18px;
}

.sf-grid-products {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

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

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

.sf-card {
  border-radius: 24px;
  overflow: hidden;
}

.sf-card-image {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--bg-1);
}

.sf-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sf-card-image .no-img {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 2rem;
}

.sf-badge,
.sf-card-tag {
  position: absolute;
  left: 14px;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.sf-badge {
  top: 14px;
  background: rgba(6, 12, 22, 0.78);
  border: 1px solid color-mix(in oklab, var(--brand) 24%, transparent);
  color: var(--brand-soft);
}

.sf-card-tag {
  bottom: 14px;
  background: color-mix(in oklab, var(--brand) 82%, black 8%);
  color: #fff;
}

.sf-card-body {
  padding: 18px;
}

.sf-card h3,
.sf-quick-card h3,
.sf-benefit h3 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: 1.04rem;
  line-height: 1.2;
}

.sf-card .price {
  font-size: 1.5rem;
  font-weight: 800;
}

.sf-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.sf-price-side {
  display: grid;
  gap: 3px;
}

.sf-price-side small {
  color: var(--muted);
}

.sf-quick-card,
.sf-benefit {
  border-radius: 22px;
  padding: 20px;
}

.sf-quick-icon,
.sf-benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: color-mix(in oklab, var(--brand) 14%, transparent);
  color: var(--brand-soft);
  margin-bottom: 14px;
  font-size: 1.1rem;
}

.sf-empty {
  border-radius: 24px;
  padding: 30px;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  color: var(--muted);
}

@media (max-width: 980px) {
  .sf-shell {
    width: min(1180px, calc(100% - 24px));
  }

  .sf-hero-grid,
  .sf-grid-quick,
  .sf-grid-benefits {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .sf-panel,
  .sf-stage-overlay,
  .sf-card-body,
  .sf-quick-card,
  .sf-benefit {
    padding: 16px;
  }

  .sf-side-metrics {
    grid-template-columns: 1fr;
  }

  .sf-title {
    font-size: clamp(2rem, 13vw, 3.2rem);
  }
}
