.home-hero {
  position: relative;
  min-height: calc(100vh - var(--header-height-desktop));
  display: flex;
  align-items: center;
  overflow-x: clip;
}
.home-hero-media-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.45;
}
.home-hero-video-wrapper {
  width: 100%;
  height: 100%;
}
.home-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero > .container {
  position: relative;
  z-index: 1;
}
.home-hero-layout {
  align-items: stretch;
}
.home-hero-copy {
  padding: var(--space-xl) var(--space-md) var(--space-xl) 0;
}
.home-hero-brand-badge {
  margin-bottom: var(--space-sm);
}
.home-hero-title {
  font-size: clamp(2.6rem, 2.2rem + 1.4vw, 3.4rem);
  line-height: var(--line-height-tight);
  text-transform: uppercase;
}
.home-hero-subtitle {
  margin-bottom: var(--space-md);
}
.home-hero-brand-name {
  font-family: var(--font-display);
  font-size: var(--font-size-sm);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
  color: var(--color-accent-strong);
}
.home-hero-cta-row {
  margin-top: var(--space-lg);
}
.home-hero-cta,
.home-hero-secondary-cta,
.home-prefooter-main-cta {
  max-width: 100%;
}
.home-hero-representative {
  margin-top: var(--space-md);
}
.home-hero-visual {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.home-hero-image-frame {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
}
.home-hero-highlight-card {
  padding: var(--space-md) var(--space-lg);
  max-width: 420px;
  margin-left: auto;
}
.home-hero-highlight-title {
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-wide);
  color: var(--color-accent-strong);
}
.home-hero-highlight-text {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}
.home-signature {
  background: radial-gradient(circle at top, rgba(176, 39, 255, 0.18), transparent 55%), var(--color-bg);
}
.home-section-header p {
  color: var(--color-text-muted);
}
.home-signature-grid {
  margin-top: var(--space-2xl);
}
.home-signature-card {
  height: 100%;
}
.home-signature-media {
  margin-bottom: var(--space-md);
}
.home-signature-body {
  font-size: var(--font-size-sm);
}
.home-list {
  margin: var(--space-sm) 0 0;
  padding-left: 1.1rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}
.home-list li + li {
  margin-top: 0.2em;
}
.home-signature-cta-wrap {
  margin-top: var(--space-md);
}
.home-how {
  background: radial-gradient(circle at bottom, rgba(244, 193, 95, 0.14), transparent 55%), var(--color-bg-elevated);
}
.home-how-grid {
  margin-top: var(--space-2xl);
}
.home-step-card {
  padding: var(--space-lg);
  border-radius: var(--radius-card);
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-subtle);
}
.home-step-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-sm);
  background: radial-gradient(circle at top left, var(--color-primary), var(--color-accent));
  color: var(--color-text-invert);
  font-weight: 600;
  font-size: var(--font-size-sm);
}
.home-how-footer {
  margin-top: var(--space-2xl);
  text-align: center;
}
.home-how-cta-row {
  justify-content: center;
}
.home-why {
  position: relative;
}
.home-why-bg {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  overflow: hidden;
}
.home-why-media-wrapper {
  width: 100%;
  height: 100%;
}
.home-why-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-why > .container {
  position: relative;
  z-index: 1;
}
.home-why-panel {
  padding: var(--space-2xl) var(--space-xl);
}
.home-why-header {
  max-width: 640px;
  margin-bottom: var(--space-xl);
}
.home-why-grid {
  font-size: var(--font-size-sm);
}
.home-why-item h3 {
  font-size: var(--font-size-md);
  margin-bottom: var(--space-xs);
}
.home-why-item p {
  color: var(--color-text-muted);
}
.home-trusted {
  background: radial-gradient(circle at top left, rgba(176, 39, 255, 0.18), transparent 55%), radial-gradient(circle at bottom right, rgba(244, 193, 95, 0.16), transparent 55%), var(--color-bg);
}
.home-trusted-shell {
  padding: var(--space-2xl) var(--space-xl);
}
.home-trusted-logos {
  margin-bottom: var(--space-2xl);
}
.home-trusted-logo-slot {
  border-radius: var(--radius-pill);
  padding: var(--space-sm) var(--space-md);
  border: 1px solid var(--color-border-subtle);
  text-align: center;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-wide);
  color: var(--color-text-soft);
  background: radial-gradient(circle at top left, rgba(176, 39, 255, 0.16), transparent 60%), rgba(7, 7, 15, 0.9);
}
.home-trusted-testimonials {
  margin-bottom: var(--space-2xl);
}
.home-testimonial-card {
  padding: var(--space-lg);
  border-radius: var(--radius-card);
  background: rgba(7, 7, 15, 0.95);
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-subtle);
}
.home-testimonial-text {
  font-size: var(--font-size-sm);
  color: var(--color-text-main);
  margin-bottom: var(--space-sm);
}
.home-testimonial-meta {
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}
.home-trusted-cta-row {
  justify-content: center;
}
.home-prefooter-panel {
  padding: var(--space-xl) var(--space-xl);
  border-radius: var(--radius-xl);
}
.home-prefooter-btn-group {
  justify-content: flex-start;
}
.home-footer-legal {
  background: var(--color-bg);
}
.home-footer-legal-panel {
  padding: var(--space-xl) var(--space-xl);
  border-radius: var(--radius-xl);
}
.home-footer-legal-header {
  margin-bottom: var(--space-lg);
}
.home-footer-legal-grid {
  font-size: var(--font-size-sm);
}
.home-footer-legal-title {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-wide);
  color: var(--color-text-soft);
  margin-bottom: var(--space-xs);
}
.home-footer-legal-text {
  margin-bottom: var(--space-sm);
}
.home-footer-legal-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.home-footer-legal-links a {
  font-size: var(--font-size-sm);
}
@media (max-width: 1023.98px) {
  .home-hero {
    min-height: auto;
    padding-top: calc(var(--space-3xl) + var(--header-height-tablet));
  }
  .home-hero-copy {
    padding-right: 0;
  }
  .home-hero-image-frame,
  .home-hero-highlight-card {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .home-hero {
    padding-top: calc(var(--space-3xl) + var(--header-height-mobile));
  }
  .home-hero-media-bg {
    opacity: 0.25;
  }
  .home-hero-copy {
    padding: var(--space-xl) 0 var(--space-lg);
  }
  .home-hero-title {
    font-size: clamp(2.1rem, 1.9rem + 1vw, 2.6rem);
  }
  .home-hero-visual {
    margin-top: var(--space-lg);
  }
  .home-hero-highlight-card {
    max-width: 100%;
  }
  .home-trusted-shell,
  .home-prefooter-panel,
  .home-footer-legal-panel,
  .home-why-panel {
    padding: var(--space-lg) var(--space-md);
  }
  .home-prefooter-btn-group,
  .home-trusted-cta-row,
  .home-how-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
}
