.fv-smarthome-beta .site-content {
  padding-top: 0;
}

.fv-smarthome-beta .site-content > .ast-container,
.fv-smarthome-beta.ast-separate-container .site-content > .ast-container,
.fv-smarthome-beta.ast-plain-container .site-content > .ast-container,
.fv-smarthome-beta.ast-separate-container #primary,
.fv-smarthome-beta.ast-separate-container.ast-right-sidebar #primary,
.fv-smarthome-beta.ast-separate-container.ast-left-sidebar #primary,
.fv-smarthome-beta.ast-plain-container #primary {
  max-width: none;
  width: 100%;
}

.fv-smarthome-beta .site-main {
  overflow: visible;
}

.fv-smarthome-beta .fv-smarthome-beta-page {
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}

.fv-smarthome-beta h1,
.fv-smarthome-beta h2,
.fv-smarthome-beta h3,
.fv-smarthome-beta p,
.fv-smarthome-beta ul {
  margin: 0;
}

.fv-smarthome-beta p {
  color: var(--color-text-muted);
}

.fv-smarthome-beta .fv-smarthome-beta__hero-grid,
.fv-smarthome-beta .fv-smarthome-beta__split-grid,
.fv-smarthome-beta .fv-smarthome-beta__contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.fv-smarthome-beta .fv-smarthome-beta__hero {
  padding-top: clamp(0.75rem, 1.8vw, 1.75rem);
}

.fv-smarthome-beta .fv-smarthome-beta__hero-copy,
.fv-smarthome-beta .fv-smarthome-beta__hero-card,
.fv-smarthome-beta .fv-smarthome-beta__panel,
.fv-smarthome-beta .fv-smarthome-beta__account-card,
.fv-smarthome-beta .fv-smarthome-beta__contact-copy {
  padding: clamp(1.25rem, 2.2vw, 2rem);
}

.fv-smarthome-beta .fv-smarthome-beta__hero-copy {
  display: grid;
  gap: 1rem;
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--color-accent) 16%, transparent), transparent 48%),
    linear-gradient(180deg, color-mix(in srgb, white 2%, var(--color-surface-soft)), color-mix(in srgb, var(--color-surface) 98%, transparent));
}

.fv-smarthome-beta .fv-smarthome-beta__lead {
  max-width: 38rem;
  font-size: clamp(1.05rem, 0.98rem + 0.32vw, 1.25rem);
  line-height: 1.7;
}

.fv-smarthome-beta .fv-smarthome-beta__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.fv-smarthome-beta .fv-smarthome-beta__hero-list,
.fv-smarthome-beta .fv-smarthome-beta__list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.fv-smarthome-beta .fv-smarthome-beta__hero-list li,
.fv-smarthome-beta .fv-smarthome-beta__list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--color-text);
}

.fv-smarthome-beta .fv-smarthome-beta__hero-list li::before,
.fv-smarthome-beta .fv-smarthome-beta__list li::before {
  content: "";
  position: absolute;
  top: 0.66rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-accent), color-mix(in srgb, var(--color-warm) 62%, var(--color-accent)));
  box-shadow: 0 0 0 0.32rem color-mix(in srgb, var(--color-accent) 10%, transparent);
}

.fv-smarthome-beta .fv-smarthome-beta__hero-card {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.fv-smarthome-beta .fv-smarthome-beta__card-label {
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 700;
}

.fv-smarthome-beta .fv-smarthome-beta__hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.fv-smarthome-beta .fv-smarthome-beta__hero-metrics div {
  padding: 0.9rem;
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--color-surface-soft) 88%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-border) 76%, transparent);
}

.fv-smarthome-beta .fv-smarthome-beta__hero-metrics span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--color-text-muted);
  font-size: 0.82rem;
}

.fv-smarthome-beta .fv-smarthome-beta__hero-metrics strong {
  color: var(--color-text);
  font-size: 1rem;
}

.fv-smarthome-beta .fv-smarthome-beta__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.fv-smarthome-beta .fv-smarthome-beta__chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.65rem 1rem;
  border: 1px solid color-mix(in srgb, var(--color-border) 84%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-surface-soft) 92%, transparent);
  color: var(--color-text);
  font-weight: 650;
}

.fv-smarthome-beta .fv-smarthome-beta__feature-grid,
.fv-smarthome-beta .fv-smarthome-beta__contact-cards,
.fv-smarthome-beta .fv-smarthome-beta__phase-grid {
  display: grid;
  gap: 1rem;
}

.fv-smarthome-beta .fv-smarthome-beta__phase-grid {
  align-items: stretch;
}

.fv-smarthome-beta .fv-smarthome-beta__phase-card {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.fv-smarthome-beta .fv-smarthome-beta__phase-timeline {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid color-mix(in srgb, var(--color-border) 86%, transparent);
}

.fv-smarthome-beta .fv-smarthome-beta__phase-date {
  margin: 0;
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fv-smarthome-beta .fv-smarthome-beta__phase-arrow {
  color: color-mix(in srgb, var(--color-accent) 72%, white);
  font-size: 1rem;
  line-height: 1;
}

.fv-smarthome-beta .fv-smarthome-beta__feature-card {
  padding: 1.15rem;
}

.fv-smarthome-beta .fv-smarthome-beta__phase-badge {
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fv-smarthome-beta .fv-smarthome-beta__feature-card.fv-item-card > * + * {
  margin-top: 0.55rem;
}

.fv-smarthome-beta .fv-smarthome-beta__panel {
  display: grid;
  gap: 0.9rem;
}

.fv-smarthome-beta .fv-section__heading > * + * {
  margin-top: 0.9rem;
}

.fv-smarthome-beta .fv-section__heading > h2 + p,
.fv-smarthome-beta .fv-section__heading > h3 + p {
  margin-top: 1.05rem;
}

.fv-smarthome-beta .fv-smarthome-beta__panel--accent,
.fv-smarthome-beta .fv-smarthome-beta__account-card--active {
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--color-accent) 12%, transparent), transparent 42%),
    linear-gradient(180deg, color-mix(in srgb, white 2%, var(--color-surface-soft)), color-mix(in srgb, var(--color-surface) 98%, transparent));
}

.fv-smarthome-beta .fv-smarthome-beta__list--compact {
  gap: 0.65rem;
}

.fv-smarthome-beta .fv-smarthome-beta__offer-note {
  padding-top: 0.25rem;
}

.fv-smarthome-beta .fv-smarthome-beta__contact-section {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.fv-smarthome-beta .fv-smarthome-beta__contact-copy {
  display: grid;
  gap: 1rem;
}

.fv-smarthome-beta .fv-smarthome-beta__contact-card {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  text-decoration: none;
  transition:
    border-color var(--transition-base),
    background var(--transition-base),
    box-shadow var(--transition-base),
    color var(--transition-base);
}

.fv-smarthome-beta .fv-smarthome-beta__contact-card:hover,
.fv-smarthome-beta .fv-smarthome-beta__contact-card:focus-visible {
  transform: none;
  border-color: transparent;
  background: color-mix(in srgb, var(--color-surface) 97%, var(--color-accent));
  box-shadow: none;
}

.fv-smarthome-beta .fv-smarthome-beta__contact-card span {
  color: var(--color-text-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fv-smarthome-beta .fv-smarthome-beta__contact-card strong {
  color: var(--color-text);
  font-size: 1rem;
}

.fv-smarthome-beta .fv-smarthome-beta__contact-form-shell {
  padding: clamp(1rem, 2vw, 1.5rem);
}

.fv-smarthome-beta .fv-smarthome-beta__faq-grid,
.fv-smarthome-beta .fv-smarthome-beta__legal-grid {
  display: grid;
  gap: 1rem;
}

.fv-smarthome-beta .fv-smarthome-beta__faq-card,
.fv-smarthome-beta .fv-smarthome-beta__legal-panel {
  padding: clamp(1.15rem, 2vw, 1.75rem);
}

.fv-smarthome-beta .fv-smarthome-beta__faq-card {
  display: grid;
  gap: 0.75rem;
}

.fv-smarthome-beta .fv-smarthome-beta__legal-panel {
  display: grid;
  gap: 1rem;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--color-accent) 12%, transparent), transparent 42%),
    linear-gradient(180deg, color-mix(in srgb, white 2%, var(--color-surface-soft)), color-mix(in srgb, var(--color-surface) 98%, transparent));
}

.fv-smarthome-beta .fv-smarthome-beta__legal-card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid color-mix(in srgb, var(--color-border) 82%, transparent);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--color-surface-soft) 92%, transparent);
  text-decoration: none;
  transition:
    border-color var(--transition-base),
    background var(--transition-base),
    box-shadow var(--transition-base),
    color var(--transition-base);
}

.fv-smarthome-beta .fv-smarthome-beta__legal-card:hover,
.fv-smarthome-beta .fv-smarthome-beta__legal-card:focus-visible {
  border-color: color-mix(in srgb, var(--color-accent) 42%, var(--color-border));
  background: color-mix(in srgb, var(--color-surface) 96%, var(--color-accent));
  box-shadow: var(--shadow-md);
}

.fv-smarthome-beta .fv-smarthome-beta__legal-card span,
.fv-smarthome-beta .fv-smarthome-beta__legal-card small {
  color: var(--color-text-muted);
}

.fv-smarthome-beta .fv-smarthome-beta__legal-card span {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fv-smarthome-beta .fv-smarthome-beta__legal-card strong {
  color: var(--color-text);
  font-size: 1rem;
}

.fv-smarthome-beta .fv-smarthome-beta__legal-fallback {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px dashed color-mix(in srgb, var(--color-border) 86%, transparent);
  background: color-mix(in srgb, var(--color-surface-soft) 88%, transparent);
}

.fv-smarthome-beta .fv-smarthome-beta__contact-form-shell .formavis-contact-layout,
.fv-smarthome-beta .fv-smarthome-beta__contact-form-shell .formavis-contact-form-wrapper {
  margin: 0;
}

.fv-smarthome-beta .fv-smarthome-beta__contact-form-shell .formavis-contact-form-wrapper {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

@media (min-width: 720px) {
  .fv-smarthome-beta .fv-smarthome-beta__feature-grid,
  .fv-smarthome-beta .fv-smarthome-beta__phase-grid,
  .fv-smarthome-beta .fv-smarthome-beta__faq-grid,
  .fv-smarthome-beta .fv-smarthome-beta__legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fv-smarthome-beta .fv-smarthome-beta__contact-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .fv-smarthome-beta .fv-smarthome-beta__phase-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
  }

  .fv-smarthome-beta .fv-smarthome-beta__phase-timeline {
    min-height: 2.4rem;
  }
}

@media (min-width: 900px) {
  .fv-smarthome-beta .fv-smarthome-beta__hero-grid,
  .fv-smarthome-beta .fv-smarthome-beta__split-grid,
  .fv-smarthome-beta .fv-smarthome-beta__contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: start;
  }

  .fv-smarthome-beta .fv-smarthome-beta__hero-grid {
    align-items: stretch;
  }
}

@media (max-width: 639px) {
  .fv-smarthome-beta .fv-smarthome-beta__phase-timeline {
    justify-content: space-between;
  }

  .fv-smarthome-beta .fv-smarthome-beta__phase-arrow {
    transform: rotate(90deg);
  }

  .fv-smarthome-beta .fv-smarthome-beta__hero-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .fv-smarthome-beta .fv-btn {
    width: 100%;
  }
}

@media (max-width: 1080px) {
}
