/* Home page — refined industrial landing (aligned with about.css) */

.home-page {
  --home-ink: #eef3fa;
  --home-muted: rgba(176, 192, 214, 0.82);
  --home-line: rgba(255, 255, 255, 0.09);
  --home-surface: rgba(12, 20, 34, 0.78);
  --home-accent: var(--afram-accent, #38bdf8);
  background: #080f1a;
}

.home-page [id] {
  scroll-margin-top: 5rem;
}

.home-page::before {
  display: none !important;
}

[data-theme="light"] .home-page {
  --home-ink: var(--afram-text, #0f172a);
  --home-muted: var(--afram-text-muted, #64748b);
  --home-line: var(--afram-border, #e2e8f0);
  --home-surface: #fff;
  background: var(--afram-bg, #f1f5f9);
}

.home-page .home-nav,
.landing-page .landing-nav {
  position: sticky;
  top: 0;
  z-index: 1080;
  background: rgba(8, 16, 28, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.home-page .home-nav.is-scrolled,
.landing-page .landing-nav.is-scrolled {
  background: rgba(6, 12, 22, 0.94);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

[data-theme="light"] .home-page .home-nav,
[data-theme="light"] .home-page .home-nav.is-scrolled,
[data-theme="light"] .landing-page .landing-nav,
[data-theme="light"] .landing-page .landing-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.home-page .home-nav .container-xl {
  padding-block: 0.55rem;
}

.home-page .home-nav .landing-nav-bar {
  min-height: 3rem;
  gap: 0.55rem 0.85rem;
}

.home-page .home-nav-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  max-width: min(46vw, 18.5rem);
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 1 auto;
  line-height: 1.2;
  font-weight: 700;
  color: var(--home-ink) !important;
}

html[data-theme="light"] .home-page .home-nav-brand,
html[data-theme="light"] .home-page .home-nav-name {
  color: #0f172a !important;
}

.home-nav-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.92rem;
}

.home-nav-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--home-accent) 22%, transparent);
  color: var(--home-accent);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.home-page .home-nav .landing-nav-links {
  justify-content: center;
  flex: 1 1 auto;
}

.home-page .home-nav .nav-section-link {
  padding: 0.4rem 0.7rem;
  font-size: 0.84rem;
}

.home-page .home-nav .landing-nav-end {
  height: auto;
  gap: 0.45rem;
}

.home-theme-toggle {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border-radius: 11px;
  border: 1px solid var(--home-line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--home-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  cursor: pointer;
  flex-shrink: 0;
}

.home-theme-toggle:hover {
  border-color: color-mix(in srgb, var(--home-accent) 40%, transparent);
  color: var(--home-accent);
}

[data-theme="light"] .home-theme-toggle {
  background: #fff;
}

.home-page .home-nav .btn-hero-primary {
  background: linear-gradient(145deg, #38bdf8, #0284c7) !important;
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.28) !important;
}

.home-page .home-nav .btn-hero-outline {
  background: transparent !important;
  border-color: var(--home-line) !important;
  color: var(--home-ink) !important;
}

html[data-theme="light"] .home-page .home-nav .btn-hero-outline {
  background: transparent !important;
  border-color: var(--home-line) !important;
  color: var(--home-ink) !important;
  box-shadow: none !important;
}

.home-page .home-nav .btn-sm {
  height: 2.25rem;
  padding: 0 0.85rem;
}

@media (max-width: 1199.98px) {
  .home-page .home-nav-brand {
    max-width: min(38vw, 14rem);
  }
}

@media (max-width: 767.98px) {
  .home-page .home-nav-brand {
    max-width: calc(100% - 6.5rem);
  }
}

/* Hero */
.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.5rem, 7vw, 4.5rem) 0 clamp(2rem, 5vw, 3rem);
  background: linear-gradient(165deg, #03080f 0%, #0a1526 48%, #06101c 100%);
}

[data-theme="light"] .home-hero {
  background: linear-gradient(165deg, #e8eef6 0%, #f7fafc 52%, #eef3f9 100%);
}

.home-hero-glow {
  position: absolute;
  inset: -15% auto auto -10%;
  width: min(44rem, 90vw);
  height: min(30rem, 65vw);
  pointer-events: none;
  background: radial-gradient(ellipse at 55% 40%, color-mix(in srgb, var(--home-accent) 32%, transparent), transparent 70%);
  animation: home-glow-drift 14s ease-in-out infinite alternate;
}

.home-hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 25% 15%, #000 15%, transparent 72%);
}

[data-theme="light"] .home-hero-grid {
  opacity: 0.32;
}

@keyframes home-glow-drift {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(4%, 5%) scale(1.05); }
}

.home-hero-mark {
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1rem;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  color: #fff;
  background: linear-gradient(145deg, #38bdf8, #0284c7 55%, #0369a1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 14px 36px rgba(2, 132, 199, 0.32);
}

.home-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--home-accent);
}

.home-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.85rem, 4.8vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: #f8fafc;
}

[data-theme="light"] .home-title {
  color: var(--afram-text);
}

.home-tagline {
  margin: 0 0 0.85rem;
  font-size: clamp(1rem, 2.2vw, 1.22rem);
  font-weight: 600;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.92);
}

[data-theme="light"] .home-tagline {
  color: var(--afram-text);
}

.home-lead {
  margin: 0 0 1.15rem;
  max-width: 36rem;
  font-size: 0.96rem;
  line-height: 1.9;
  color: var(--home-muted);
}

.home-chips {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: inherit;
}

.home-chips li {
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--home-accent) 28%, transparent);
  background: color-mix(in srgb, var(--home-accent) 10%, transparent);
  color: var(--home-ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.home-hero-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.home-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  border: 1px solid var(--home-line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--home-ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
}

.home-phone-link:hover {
  color: var(--home-accent);
  border-color: color-mix(in srgb, var(--home-accent) 40%, transparent);
}

.home-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 36rem;
}

.home-metric {
  padding: 0.75rem 0.65rem;
  border-radius: 14px;
  border: 1px solid var(--home-line);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.home-metric strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--home-ink);
  margin-bottom: 0.15rem;
}

.home-metric span {
  font-size: 0.72rem;
  color: var(--home-muted);
}

[data-theme="light"] .home-metric {
  background: rgba(255, 255, 255, 0.65);
}

/* Showcase panel */
.home-showcase {
  position: relative;
  min-height: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-showcase-card {
  width: min(100%, 22rem);
  padding: 1.35rem;
  border-radius: 20px;
  border: 1px solid var(--home-line);
  background: var(--home-surface);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

[data-theme="light"] .home-showcase-card {
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.home-showcase-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--home-line);
}

.home-showcase-head h2 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--home-ink);
}

.home-showcase-badge {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: color-mix(in srgb, #22c55e 18%, transparent);
  color: #4ade80;
  border: 1px solid color-mix(in srgb, #22c55e 35%, transparent);
}

.home-stack {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 1rem;
}

.home-stack-layer {
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, color-mix(in srgb, var(--home-accent) 35%, #1e293b), color-mix(in srgb, var(--home-accent) 12%, #0f172a));
}

.home-stack-layer:nth-child(2) { opacity: 0.88; transform: scale(0.98); }
.home-stack-layer:nth-child(3) { opacity: 0.76; transform: scale(0.96); }
.home-stack-layer:nth-child(4) { opacity: 0.64; transform: scale(0.94); }

.home-pipeline {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.home-pipeline-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.8rem;
  color: var(--home-muted);
}

.home-pipeline-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.home-pipeline-dot.done { background: #22c55e; box-shadow: 0 0 8px rgba(34, 197, 94, 0.5); }
.home-pipeline-dot.active { background: var(--home-accent); box-shadow: 0 0 8px color-mix(in srgb, var(--home-accent) 60%, transparent); }
.home-pipeline-dot.pending { background: #64748b; }

.home-pipeline-item strong {
  color: var(--home-ink);
  font-weight: 600;
}

.home-nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--home-ink);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0 0.35rem;
}

.home-nav-phone:hover {
  color: var(--home-accent);
}

.home-featured {
  display: block;
  color: inherit;
}

.home-featured-media {
  height: 10.5rem;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 0.85rem;
  background: color-mix(in srgb, var(--home-accent) 12%, transparent);
}

.home-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-featured-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: var(--home-accent);
}

.home-featured-loc {
  font-size: 0.78rem;
  color: var(--home-muted);
  margin-bottom: 0.25rem;
}

.home-featured-title {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--home-ink);
  line-height: 1.45;
}

.home-featured-meta {
  display: flex;
  gap: 0.75rem;
  font-size: 0.78rem;
  color: var(--home-muted);
  margin-bottom: 0.55rem;
}

.home-featured-price {
  font-size: 0.92rem;
  color: var(--home-ink);
}

.home-featured-price strong {
  font-weight: 800;
}

.home-featured-price span {
  color: var(--home-muted);
  font-size: 0.78rem;
}

/* Sections */
.home-section {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
}

.home-section--alt {
  background: rgba(255, 255, 255, 0.02);
  border-block: 1px solid rgba(255, 255, 255, 0.04);
}

[data-theme="light"] .home-section--alt {
  background: var(--afram-surface-2, #f8fafc);
  border-color: var(--afram-border);
}

.home-section-head {
  max-width: 36rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.home-section-head .home-kicker {
  margin-bottom: 0.5rem;
}

.home-section-head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--home-ink);
}

.home-section-head p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

/* Cat click band */
.home-band {
  position: relative;
  z-index: 1;
  padding: 0 0 clamp(2rem, 4vw, 2.75rem);
  margin-top: -0.5rem;
}

.home-band-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--home-accent) 28%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--home-accent) 12%, rgba(15, 23, 42, 0.9)), rgba(15, 23, 42, 0.75));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

[data-theme="light"] .home-band-inner {
  background: linear-gradient(135deg, color-mix(in srgb, var(--home-accent) 8%, #fff), #f8fafc);
}

.home-band-body h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--home-ink);
}

.home-band-body p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--home-muted);
}

.home-band-code {
  text-align: center;
}

.home-band-code small {
  display: block;
  color: var(--home-muted);
  font-size: 0.72rem;
  margin-bottom: 0.15rem;
}

.home-band-code strong {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fbbf24;
  direction: ltr;
  display: inline-block;
}

/* Categories */
.home-section--cats {
  padding-block: clamp(1.75rem, 3.5vw, 2.6rem);
}
.home-section--cats .home-section-head {
  margin-bottom: 1.15rem;
}
.home-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}
.home-cat {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 4.5rem;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  border: 1px solid var(--home-line);
  background: var(--home-surface);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.home-cat:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--home-accent) 42%, transparent);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  color: inherit;
}
.home-cat__icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  background: color-mix(in srgb, var(--home-accent) 14%, transparent);
  color: var(--home-accent);
  transition: transform 0.22s ease;
}
.home-cat:hover .home-cat__icon {
  transform: scale(1.08);
}
.home-cat__copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}
.home-cat__copy strong {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--home-ink);
}
.home-cat__copy small {
  font-size: 0.75rem;
  color: var(--home-muted);
  line-height: 1.3;
}

html[data-theme="light"] .home-cat {
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}
html[data-theme="light"] .home-cat:hover {
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

@media (max-width: 991px) {
  .home-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .home-cats {
    gap: 0.5rem;
  }
  .home-cat {
    min-height: 4.1rem;
    padding: 0.65rem 0.7rem;
    gap: 0.6rem;
  }
  .home-cat__icon {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.05rem;
  }
  .home-cat__copy strong {
    font-size: 0.86rem;
  }
}

/* Process */
.home-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-radius: 20px;
  border: 1px solid var(--home-line);
  background: var(--home-surface);
  overflow: hidden;
}

.home-process-step {
  position: relative;
  padding: 1.35rem 1.15rem;
  text-align: center;
}

.home-process-step + .home-process-step {
  border-inline-start: 1px solid var(--home-line);
}

.home-process-step .step-num {
  width: 2.35rem;
  height: 2.35rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  background: linear-gradient(145deg, #0284c7, #0369a1);
}

.home-process-step h4 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--home-ink);
}

.home-process-step p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.7;
  color: var(--home-muted);
}

.home-process-step a {
  color: var(--home-accent);
  text-decoration: none;
  font-weight: 600;
}

/* Features bento */
.home-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-feature {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--home-line);
  background: var(--home-surface);
  transition: border-color 0.2s, transform 0.2s;
}

.home-feature:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--home-accent) 30%, transparent);
}

.home-feature-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  background: color-mix(in srgb, var(--home-accent) 14%, transparent);
  color: var(--home-accent);
}

.home-feature h3 {
  margin: 0 0 0.3rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--home-ink);
}

.home-feature p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--home-muted);
}

/* FAQ + contact split */
.home-bottom-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.25rem;
  align-items: start;
}

.home-contact-card {
  padding: 1.35rem;
  border-radius: 18px;
  border: 1px solid var(--home-line);
  background: var(--home-surface);
  height: 100%;
}

.home-contact-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--home-ink);
}

.home-contact-card > p {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  line-height: 1.75;
  color: var(--home-muted);
}

.home-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.home-contact-row {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--home-line);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  text-decoration: none;
}

.home-contact-row i {
  color: var(--home-accent);
  font-size: 1.1rem;
  margin-top: 0.1rem;
}

.home-contact-row strong {
  display: block;
  font-size: 0.72rem;
  color: var(--home-muted);
  margin-bottom: 0.15rem;
}

.home-contact-row span {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--home-ink);
  line-height: 1.6;
}

/* CTA */
.home-cta {
  padding: clamp(2rem, 4vw, 3rem) 0;
}

.home-cta-box {
  text-align: center;
  padding: clamp(2rem, 4vw, 2.75rem) 1.5rem;
  border-radius: 22px;
  border: 1px solid var(--home-line);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--home-accent) 14%, rgba(15, 23, 42, 0.95)), rgba(15, 23, 42, 0.85));
}

[data-theme="light"] .home-cta-box {
  background: linear-gradient(135deg, color-mix(in srgb, var(--home-accent) 8%, #fff), #f8fafc);
}

.home-cta-box h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: var(--home-ink);
}

.home-cta-box p {
  margin: 0 auto 1.25rem;
  max-width: 28rem;
  color: var(--home-muted);
  font-size: 0.9rem;
}

.home-footer-note {
  margin-top: 0.75rem;
  font-size: 0.78rem;
  color: var(--home-muted);
}

.home-footer-note a {
  color: var(--home-accent);
  text-decoration: none;
}

@media (max-width: 991px) {
  .home-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .home-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-process-step:nth-child(3) {
    border-inline-start: none;
    border-top: 1px solid var(--home-line);
  }

  .home-process-step:nth-child(4) {
    border-top: 1px solid var(--home-line);
  }

  .home-bottom-grid {
    grid-template-columns: 1fr;
  }

  .home-showcase {
    margin-top: 1.5rem;
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .home-process,
  .home-features {
    grid-template-columns: 1fr;
  }

  .home-process-step + .home-process-step {
    border-inline-start: none;
    border-top: 1px solid var(--home-line);
  }

  .home-hero-actions .btn-lg {
    width: 100%;
    justify-content: center;
  }

  .home-band-inner {
    text-align: center;
    justify-content: center;
  }
}
