.home-hero {
  padding: 3rem 0 2rem;
}

.home-strip {
  background: rgba(16, 185, 129, 0.05);
  border: 1px solid rgba(13, 148, 136, 0.2);
  border-radius: 14px;
  padding: 0.8rem;
}

.home-strip__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
}

.home-strip__quick .btn {
  border-radius: 999px;
}

.home-strip__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.home-stat {
  border: 1px solid rgba(13, 148, 136, 0.18);
  border-radius: 10px;
  background: #ffffff;
  padding: 0.55rem 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.home-stat__value {
  color: #0f766e;
  font-size: 0.8rem;
  font-weight: 700;
}

.home-stat__label {
  color: var(--sk-muted);
  font-size: 0.72rem;
  line-height: 1.3;
}

.home-hero-panel {
  background:
    linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, transparent 42%),
    linear-gradient(225deg, rgba(124, 92, 255, 0.04) 0%, transparent 38%),
    var(--sk-surface);
  border: 1px solid var(--sk-border);
  overflow: hidden;
}

.home-hero-eyebrow {
  display: inline-block;
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f766e;
  border: 1px solid rgba(13, 148, 136, 0.35);
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  background: rgba(16, 185, 129, 0.08);
}

.home-hero-hook {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--sk-text);
}

.home-hero-aside {
  font-size: 0.92rem;
  line-height: 1.55;
  border-left: 3px solid rgba(13, 148, 136, 0.45);
  padding-left: 0.85rem;
}

.home-hero-products {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.home-hero-product {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--sk-border);
  background: var(--sk-surface-muted);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-hero-product:hover,
.home-hero-product:focus-visible {
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(20, 32, 24, 0.1);
}

.home-hero-product--samaya:hover,
.home-hero-product--samaya:focus-visible {
  border-color: rgba(13, 148, 136, 0.55);
}

.home-hero-product--dhiyo:hover,
.home-hero-product--dhiyo:focus-visible {
  border-color: rgba(124, 92, 255, 0.45);
}

.home-hero-product__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1 1 auto;
  min-width: 0;
}

.home-hero-product__name {
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.2;
}

.home-hero-product__line {
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--sk-muted);
}

.home-hero-product__arrow {
  flex-shrink: 0;
  color: var(--sk-muted);
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-hero-product:hover .home-hero-product__arrow,
.home-hero-product:focus-visible .home-hero-product__arrow {
  transform: translateX(2px);
}

.home-hero-product--samaya:hover .home-hero-product__arrow,
.home-hero-product--samaya:focus-visible .home-hero-product__arrow {
  color: #0f766e;
}

.home-hero-product--dhiyo:hover .home-hero-product__arrow,
.home-hero-product--dhiyo:focus-visible .home-hero-product__arrow {
  color: #6d4fe0;
}

.home-hero-signals {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  font-size: 0.8rem;
  color: var(--sk-muted);
}

.home-hero-signals li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.home-hero-signals__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.home-hero-signals__dot--samaya {
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.home-hero-signals__dot--dhiyo {
  background: #7c5cff;
  box-shadow: 0 0 0 3px rgba(124, 92, 255, 0.18);
}

.home-hero-signals__dot--neutral {
  background: #64748b;
  box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.15);
}

.home-section {
  margin-bottom: 1.5rem;
}

.home-cluster-links .section-surface {
  border-top: 3px solid rgba(13, 148, 136, 0.38);
}

.home-section-note {
  color: var(--sk-muted);
  font-size: 0.84rem;
  margin: -0.15rem 0 0.55rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top: 3px solid var(--sk-samaya);
}

.product-card--dhiyo {
  border-top-color: var(--sk-dhiyo);
}

.product-showcase {
  flex: 1 1 auto;
}

.home-platform-panel {
  background: var(--sk-surface-muted);
  border: 1px solid var(--sk-border);
  border-radius: 12px;
  padding: 0.75rem;
  height: 100%;
}

.home-platform-panel--windows {
  border-top: 3px solid var(--sk-samaya);
}

.home-platform-panel--android {
  border-top: 3px solid var(--sk-primary);
}

.home-platform-panel--dhiyo {
  border-top: 3px solid var(--sk-dhiyo);
}

.home-platform-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--sk-muted);
  font-weight: 600;
  margin: 0;
}

.product-showcase .samaya-desktop-frame,
.product-showcase .dhiyo-desktop-frame {
  box-shadow: 0 8px 24px rgba(20, 32, 24, 0.1);
}

.product-showcase .samaya-phone-frame {
  max-width: 11.5rem;
}

.product-showcase .samaya-shot {
  max-width: 100%;
  border: 0;
}

.portfolio-preview-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.portfolio-preview-thumb {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--sk-border);
  margin-bottom: 0.75rem;
  background: var(--sk-surface-muted);
}

.portfolio-preview-thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 148px;
  object-fit: cover;
  object-position: top center;
}

.portfolio-preview-thumb--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
}

.portfolio-preview-thumb__icon {
  font-size: 2rem;
}

.portfolio-preview-thumb__icon.hub-icon--inline {
  width: 2.25rem;
  height: 2.25rem;
}

.portfolio-preview-card .card-link--icon {
  margin-top: auto;
}

.about-strip {
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
  border: 1px solid var(--sk-border);
  border-radius: 16px;
}

.about-pullquote {
  border-left: 4px solid var(--sk-samaya);
  padding: 1rem 1.25rem;
  background: var(--sk-surface-muted);
  border-radius: 0 12px 12px 0;
}

.about-pullquote .blockquote {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--sk-text);
}

.about-intro .page-lead {
  font-weight: 600;
  color: var(--sk-link);
}

.about-method {
  border-top: 3px solid var(--sk-samaya);
}

.about-steps {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--sk-muted);
}

.about-steps li + li {
  margin-top: 0.5rem;
}

.about-cta {
  border-top: 3px solid var(--sk-primary);
}

.about-intro__layout {
  align-items: flex-start;
}

.about-portrait {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  border: 3px solid var(--sk-border);
  box-shadow: 0 6px 20px rgba(20, 32, 24, 0.12);
  display: block;
}

@media (min-width: 768px) {
  .home-strip__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-portrait {
    width: 10.5rem;
    height: 10.5rem;
  }
}

@media (max-width: 575.98px) {
  .home-strip {
    padding: 0.7rem;
  }

  .home-strip__stats {
    grid-template-columns: 1fr;
  }

  .product-showcase .samaya-phone-frame {
    max-width: 9.5rem;
  }

  .portfolio-preview-thumb img {
    max-height: 120px;
  }
}
