.home-page .hero {
  isolation: isolate;
}

.hero-video-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  display: block !important;
  visibility: visible !important;
}

.hero-video-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 191, 60, 0.12), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(255, 132, 48, 0.14), transparent 22%),
    radial-gradient(circle at 82% 74%, rgba(255, 191, 60, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(14, 10, 7, 0.96) 0%, rgba(11, 8, 6, 0.88) 46%, rgba(8, 6, 4, 0.98) 100%);
  opacity: 1;
  transition: opacity 1.1s ease;
}

.hero-video-fallback.is-hidden {
  opacity: 0;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  display: block !important;
  visibility: visible !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
  opacity: 0.46;
  filter: saturate(1.02) brightness(0.74) contrast(1.02) blur(0.35px);
  background: #090705;
  transition: opacity 1.55s ease;
}

.hero-bg-video-b {
  opacity: 0;
}

.hero-bg-video:not(.is-visible) {
  opacity: 0 !important;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(56, 32, 10, 0.12), rgba(8, 6, 4, 0.52) 68%),
    linear-gradient(180deg, rgba(20, 11, 5, 0.76) 0%, rgba(22, 12, 5, 0.3) 34%, rgba(8, 6, 4, 0.8) 100%);
}

.home-page .hero > .shell,
.home-page .hero > .hero-grid-bg {
  position: relative;
  z-index: 1;
}

.home-page .hero-grid-bg {
  opacity: 0.08 !important;
}

.hero-clean-wrap {
  padding: clamp(24px, 2.8vw, 34px);
  border-color: rgba(255, 191, 60, 0.2);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.hero-clean-wrap .eyebrow {
  letter-spacing: 0.12em;
  color: #f0c97f;
}

.hero-clean-wrap h1 {
  max-width: 14.5ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 0.94;
  text-wrap: balance;
}

.hero-clean-wrap .hero-sub {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  color: #cad3dd;
  text-wrap: balance;
  font-size: clamp(15px, 1.35vw, 16px);
  line-height: 1.58;
}

.hero-clean-wrap .hero-actions {
  gap: 10px;
}

.hero-clean-wrap .hero-actions .btn-primary {
  box-shadow: 0 18px 40px -18px rgba(255, 181, 54, 0.82);
}

.hero-clean-wrap .hero-actions .btn-ghost {
  border-color: rgba(255, 181, 54, 0.18);
}

.hero-clean-wrap .hero-proofline {
  color: #e3b86a;
  letter-spacing: 0.02em;
}

.hero-trust-kpis {
  display: none !important;
}

.benefit-strip {
  gap: 14px;
  align-items: stretch;
}

.benefit-strip .benefit-item {
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(23, 18, 13, 0.72), rgba(14, 11, 8, 0.88));
  border: 1px solid rgba(255, 191, 60, 0.1);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.section .section-head {
  max-width: 46rem;
  margin-bottom: 42px;
  margin-inline: auto;
  text-align: center;
}

.section .section-head p {
  color: #bdc7d2;
  text-wrap: balance;
}

.proof-row {
  margin-top: 8px;
}

.feature-stack-grid {
  gap: 20px;
}

.feature-stack-card {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20, 16, 11, 0.84), rgba(12, 10, 7, 0.94));
  border: 1px solid rgba(255, 191, 60, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-stack-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 191, 60, 0.18);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}

.pricing-widget {
  margin-top: 14px;
}

.pricing-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: -12px auto 26px;
}

.pricing-proof-strip article {
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(21, 17, 12, 0.78), rgba(13, 10, 7, 0.9));
  border: 1px solid rgba(255, 191, 60, 0.1);
  text-align: center;
}

.pricing-proof-strip b {
  display: block;
  margin-bottom: 4px;
  color: #f0c97f;
  font-size: 12px;
}

.pricing-proof-strip span {
  color: #bcc6d1;
  font-size: 12px;
  line-height: 1.45;
}

.support-page .section-head p,
.pricing-page .section-head p,
.start-page .section-head p {
  max-width: 40rem;
}

.pricing-grid {
  gap: 18px;
}

.pricing-page .page,
.support-page .page,
.start-page .page {
  animation: none !important;
}

.pricing-page .shell,
.support-page .shell,
.start-page .shell {
  width: min(1160px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.pricing-page .section-head,
.support-page .section-head,
.start-page .section-head,
.pricing-page .hero-actions,
.support-page .hero-actions,
.start-page .hero-actions,
.pricing-page .page-top-meta,
.support-page .page-top-meta,
.start-page .page-top-meta {
  text-align: center;
  justify-content: center;
  margin-inline: auto;
}

.pricing-page .pricing-widget,
.support-page .faq-list,
.start-page .start-steps-grid,
.start-page .start-why-grid,
.start-page .start-device-shell {
  margin-inline: auto;
}

.pricing-page .section,
.support-page .section,
.start-page .section {
  background: transparent !important;
}

.pricing-page .pricing-top,
.support-page .support-top,
.start-page .start-hero {
  padding-top: 36px;
}

.final-cta {
  padding-top: 88px;
}

.final-cta .hero-actions {
  gap: 12px;
}

.pricing-page .hero-actions,
.support-page .hero-actions,
.start-page .hero-actions {
  gap: 10px;
}

.pricing-page .btn-lg,
.support-page .btn-lg,
.start-page .btn-lg {
  min-width: 180px;
}

.pricing-widget .plan-card {
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pricing-widget .plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 181, 54, 0.3);
}

.pricing-widget .plan-card.is-featured {
  transform: translateY(-8px);
  border-color: rgba(255, 181, 54, 0.62);
  box-shadow: 0 26px 56px -34px rgba(255, 181, 54, 0.5), 0 0 0 1px rgba(255, 181, 54, 0.28);
  background: linear-gradient(180deg, rgba(40, 30, 18, 0.95), rgba(24, 18, 13, 0.96));
}

.pricing-widget .plan-card.is-featured .plan-pop {
  letter-spacing: 0.08em;
}

.pricing-grid .plan-card.is-featured {
  transform: translateY(-8px);
  border-color: rgba(255, 181, 54, 0.62);
  box-shadow: 0 26px 56px -34px rgba(255, 181, 54, 0.5), 0 0 0 1px rgba(255, 181, 54, 0.28);
  background: linear-gradient(180deg, rgba(40, 30, 18, 0.95), rgba(24, 18, 13, 0.96));
}

.pricing-grid .plan-card.is-featured .plan-pop,
.pricing-grid .plan-card.is-featured .plan-price {
  color: #ffcb78;
}

.plan-pop-sub {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.03em;
  opacity: 0.86;
}

.benefit-strip .benefit-item span {
  color: #adbac7;
}

.support-response-note {
  margin: 12px 0 0;
  color: #b8c2ce;
  font-size: 13px;
  line-height: 1.5;
}

.pricing-top .section-head {
  max-width: 50rem;
  margin-inline: auto;
}

.start-hero {
  min-height: clamp(460px, 68vh, 620px);
}

.start-hero-wrap {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.start-page .desktop-nav ul {
  gap: 10px;
}

.start-page .desktop-nav .nav-link {
  padding-inline: 13px;
}

.start-flow-strip {
  display: inline-grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  margin-top: 18px;
}

.start-flow-strip span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 191, 60, 0.08);
  border: 1px solid rgba(255, 191, 60, 0.14);
  color: #e4c58c;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.start-page-shell .section-head {
  max-width: 44rem;
  margin-inline: auto;
}

.start-steps-grid,
.start-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.start-step-card,
.start-why-card,
.start-device-card {
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(22, 18, 13, 0.86), rgba(12, 10, 7, 0.95));
  border: 1px solid rgba(255, 181, 54, 0.12);
}

.start-step-num {
  display: inline-flex;
  margin-bottom: 12px;
  color: #ffcb78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.start-step-card h3,
.start-why-card h3,
.start-device-card h3 {
  margin: 0 0 10px;
}

.start-step-card p,
.start-why-card p,
.start-device-card p,
.start-device-copy p {
  color: #bdc7d2;
}

.start-page .start-why-card,
.start-page .start-step-card {
  text-align: center;
}

.start-device-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 20px;
  align-items: stretch;
}

.start-inline-actions {
  justify-content: flex-start;
}

.start-trust-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.start-trust-inline span {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 191, 60, 0.12);
  background: linear-gradient(180deg, rgba(22, 17, 12, 0.78), rgba(12, 10, 7, 0.9));
  color: #d0d9e2;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}

.start-trust-inline span::before {
  content: attr(data-icon);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 191, 60, 0.22);
  background: rgba(255, 191, 60, 0.08);
  color: #ffcb78;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.start-page .hero-proofline {
  margin-top: 10px;
}

.start-page .start-hero .hero-actions {
  margin-top: 16px;
}

.start-page .start-flow-strip {
  margin-top: 14px;
}

.start-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.start-compare-card {
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(22, 18, 13, 0.86), rgba(12, 10, 7, 0.95));
  border: 1px solid rgba(255, 181, 54, 0.12);
}

.start-compare-card h3 {
  margin: 0 0 12px;
}

.start-compare-list {
  margin: 0;
  padding-left: 18px;
  color: #bdc7d2;
  text-align: left;
}

.start-compare-list li + li {
  margin-top: 8px;
}

.support-top .hero-actions {
  gap: 12px;
}

.support-intro-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.support-intro-band span {
  display: block;
  padding: 13px 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(22, 17, 12, 0.78), rgba(12, 10, 7, 0.9));
  border: 1px solid rgba(255, 191, 60, 0.08);
  color: #c3cdd7;
  font-size: 12px;
  line-height: 1.45;
}

.support-top ~ .section .faq-list,
.support-page .faq-list {
  gap: 10px;
}

.support-page .faq-item,
.support-top ~ .section .faq-item {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 16, 11, 0.78), rgba(12, 10, 7, 0.92));
  border: 1px solid rgba(255, 191, 60, 0.06);
}

.support-page .faq-answer p,
.support-top ~ .section .faq-answer p {
  max-width: 44rem;
}

.support-page .faq-question,
.support-top ~ .section .faq-question {
  padding-top: 18px;
  padding-bottom: 18px;
}

.support-page .final-cta,
.support-top ~ .final-cta {
  padding-top: 72px;
}

html.js .reveal {
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

html.js .pricing-page .reveal,
html.js .support-page .reveal,
html.js .start-page .reveal {
  opacity: 1 !important;
  transform: none !important;
}

.delay-1 {
  transition-delay: 0.05s;
}

.delay-2 {
  transition-delay: 0.1s;
}

.delay-3 {
  transition-delay: 0.15s;
}

.delay-4 {
  transition-delay: 0.2s;
}

.hero .btn-primary,
.final-cta .btn-primary {
  animation: none !important;
}

.btn,
.faq-item,
.panel-card,
.step-card,
.support-card,
.feature-stack-card,
.plan-card {
  transition-duration: 0.2s;
}

.reveal {
  will-change: opacity, transform;
}

.feature-stack-card,
.plan-card,
.support-intro-band span,
.pricing-proof-strip article,
.faq-item,
.start-step-card,
.start-why-card,
.start-device-card {
  transform: translateY(0);
}

.feature-stack-card:hover,
.plan-card:hover,
.faq-item:hover,
.start-step-card:hover,
.start-why-card:hover,
.start-device-card:hover {
  transform: translateY(-4px);
}

.btn,
.nav-link,
.nav-login,
.logo-link,
.faq-question,
.plan-tab {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.btn:hover,
.plan-tab:hover {
  transform: translateY(-1px);
}

.pricing-top .section-head h1,
.pricing-top .section-head p,
.final-cta .section-head h2,
.final-cta .section-head p {
  text-wrap: balance;
}

.final-cta .section-head {
  max-width: 46rem;
  margin-inline: auto;
}

.pricing-widget .plan-card.is-featured .plan-price {
  color: #ffcb78;
}

.pricing-widget .plan-card.is-featured .btn.btn-primary {
  box-shadow: 0 12px 30px -16px rgba(255, 181, 54, 0.75);
}

html.js body:not(.is-ready) .page,
html.js .reveal,
html.js .delay-1,
html.js .delay-2,
html.js .delay-3,
html.js .delay-4 {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

@media (max-width: 920px) {
  .hero-bg-video {
    object-position: 56% 64%;
    opacity: 0.34;
  }

  .pricing-proof-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-intro-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .start-steps-grid,
  .start-why-grid,
  .start-device-shell,
  .start-compare-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .start-trust-inline {
    grid-template-columns: minmax(0, 1fr);
  }

  .start-flow-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .start-step-card,
  .start-why-card,
  .start-device-card {
    padding: 20px;
  }

  .hero-clean-wrap {
    padding: 20px 18px;
  }

  .benefit-strip .benefit-item,
  .feature-stack-card {
    padding: 18px 16px;
  }

  .section .section-head {
    margin-bottom: 32px;
  }

  .hero-clean-wrap h1 {
    max-width: 11.5ch;
    font-size: clamp(2.3rem, 12vw, 3.5rem);
  }

  .hero-clean-wrap .hero-sub {
    max-width: 30rem;
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-clean-wrap .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-clean-wrap .hero-actions .btn {
    width: 100%;
  }

  .hero-clean-wrap .hero-proofline {
    font-size: 12px;
    line-height: 1.5;
  }

  .pricing-widget .plan-card.is-featured {
    transform: none;
  }

  .pricing-grid .plan-card.is-featured {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg-video {
    display: none;
  }

  .hero-video-layer {
    background: center / cover no-repeat url('/images/hero/interface-preview.png');
  }
}
