html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  background-color: #0F172A;
  color: #F8FAFC;
  font-family: Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-utility-trigger,
.header-language-trigger {
  display: inline-flex;
  align-items: center;
  min-width: 8.1rem;
  min-height: 2.625rem;
  padding: 0.625rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #e2e8f0;
  font-size: 0.92rem;
  font-weight: 600;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  line-height: 1.25rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.header-utility-trigger {
  justify-content: center;
}

.header-language {
  position: relative;
  flex: 0 0 auto;
}

.header-language summary::-webkit-details-marker {
  display: none;
}

.header-language-trigger {
  justify-content: space-between;
  gap: 0.45rem;
}

.header-language-trigger > span {
  flex: 1 1 auto;
  text-align: center;
}

.header-language-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.header-language[open] .header-language-trigger {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(34, 211, 238, 0.35);
  color: #ffffff;
}

.header-language-caret {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.header-language[open] .header-language-caret {
  transform: rotate(180deg);
}

.header-language-menu {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  min-width: 11rem;
  padding: 0.45rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.96);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.35);
  backdrop-filter: blur(14px);
  z-index: 80;
}

.header-language-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.85rem;
  border: 0;
  border-radius: 0.8rem;
  background: transparent;
  color: #e2e8f0;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.header-language-option:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.header-language-option small {
  color: #94a3b8;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.header-language-option.is-active {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(34, 211, 238, 0.14));
  color: #ffffff;
}

.footer-social-link {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.footer-social-link:hover {
  transform: translateY(-2px);
}

.footer-social-link--facebook {
  color: #60a5fa;
}

.footer-social-link--facebook:hover {
  color: #ffffff;
  border-color: rgba(96, 165, 250, 0.45);
  background: rgba(59, 130, 246, 0.18);
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.18);
}

.footer-social-link--x {
  color: #e2e8f0;
}

.footer-social-link--x:hover {
  color: #ffffff;
  border-color: rgba(226, 232, 240, 0.3);
  background: rgba(148, 163, 184, 0.16);
  box-shadow: 0 12px 24px rgba(148, 163, 184, 0.14);
}

.footer-social-link--youtube {
  color: #fb7185;
}

.footer-social-link--youtube:hover {
  color: #ffffff;
  border-color: rgba(251, 113, 133, 0.45);
  background: rgba(244, 63, 94, 0.18);
  box-shadow: 0 12px 24px rgba(244, 63, 94, 0.18);
}

.footer-social-link--linkedin {
  color: #38bdf8;
}

.footer-social-link--linkedin:hover {
  color: #ffffff;
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(14, 165, 233, 0.18);
  box-shadow: 0 12px 24px rgba(14, 165, 233, 0.18);
}

.menu-link-with-icon {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  transition: background-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.desktop-submenu-link-current,
.desktop-submenu-link-hovered {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.14);
}

.desktop-submenu-link-current .menu-link-icon,
.desktop-submenu-link-hovered .menu-link-icon {
  border-color: rgba(56, 189, 248, 0.3);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.24), rgba(34, 211, 238, 0.16));
  color: #a5f3fc;
}

.desktop-submenu-link-current .menu-link-label,
.desktop-submenu-link-hovered .menu-link-label {
  color: #f8fafc;
}

.desktop-submenu-column-current,
.desktop-submenu-column-hovered {
  padding: 0.7rem 0.8rem 0.8rem;
  margin: -0.7rem -0.8rem -0.8rem;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(15, 23, 42, 0.02));
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.08);
}

.desktop-submenu-group-current,
.desktop-submenu-group-hovered {
  color: #f8fafc !important;
  text-shadow: 0 0 14px rgba(56, 189, 248, 0.22);
}

.desktop-submenu-group-current::after,
.desktop-submenu-group-hovered::after {
  opacity: 1;
  transform: scaleX(1);
}

.top-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.35rem 0.65rem;
  border-radius: 0.9rem;
  color: #94a3b8;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.top-nav-link::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.18rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee 0%, #38bdf8 42%, #6366f1 100%);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.35);
  opacity: 0;
  transform: scaleX(0.72);
  transform-origin: center;
  transition: opacity 0.22s ease, transform 0.24s ease, box-shadow 0.24s ease;
  pointer-events: none;
}

.top-nav-link:hover {
  color: #f8fafc;
}

.top-nav-link.is-active,
.top-nav-link.is-hover-sync {
  color: #f8fafc;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
}

.top-nav-link.is-active::after,
.top-nav-link.is-hover-sync::after {
  opacity: 1;
  transform: scaleX(1);
}

.mobile-nav-trigger {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.mobile-nav-trigger.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.mobile-nav-trigger.is-active::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0.9rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee 0%, #38bdf8 42%, #6366f1 100%);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.35);
  pointer-events: none;
}

.mobile-nav-trigger.is-active [data-mobile-icon] {
  color: #e2e8f0;
}

.menu-link-icon {
  width: 1.9rem;
  height: 1.9rem;
  flex: 0 0 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(34, 211, 238, 0.1));
  color: #7dd3fc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.22s ease, background 0.24s ease, color 0.22s ease, box-shadow 0.24s ease, transform 0.22s ease;
}

.menu-link-icon .fa {
  font-size: 0.95rem;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-link-label {
  min-width: 0;
  line-height: 1.3;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.group .rounded-2xl .grid > div {
  transition: padding 0.24s ease, margin 0.24s ease, background 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.group .rounded-2xl .grid > div > :first-child {
  position: relative;
  transition: color 0.22s ease, text-shadow 0.22s ease;
}

.group .rounded-2xl .grid > div > :first-child::after {
  content: "";
  display: block;
  margin-top: 0.45rem;
  width: 2.35rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee 0%, #38bdf8 45%, #6366f1 100%);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.28);
  opacity: 0;
  transform: scaleX(0.72);
  transform-origin: left center;
  transition: opacity 0.22s ease, transform 0.24s ease, box-shadow 0.24s ease;
  pointer-events: none;
}

#mobileMenu .menu-link-with-icon {
  position: relative;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  padding: 0.72rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid transparent;
  background: transparent;
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.24s ease;
}

#mobileMenu .menu-link-with-icon::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.32rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.9) 0%, rgba(56, 189, 248, 0.88) 42%, rgba(99, 102, 241, 0.84) 100%);
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.18);
  opacity: 0;
  transform: scaleX(0.72);
  transform-origin: center;
  transition: opacity 0.22s ease, transform 0.24s ease, box-shadow 0.24s ease;
  pointer-events: none;
}

#mobileMenu .menu-link-with-icon:hover,
#mobileMenu .menu-link-with-icon:focus-visible {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(56, 189, 248, 0.14);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.08);
}

#mobileMenu .menu-link-with-icon:hover::after,
#mobileMenu .menu-link-with-icon:focus-visible::after {
  opacity: 0.72;
  transform: scaleX(1);
}

#mobileMenu .menu-link-with-icon:focus-visible {
  outline: none;
}

#mobileMenu .menu-link-with-icon:hover .menu-link-icon,
#mobileMenu .menu-link-with-icon:focus-visible .menu-link-icon {
  border-color: rgba(56, 189, 248, 0.22);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(34, 211, 238, 0.14));
  color: #bae6fd;
}

#mobileMenu .menu-link-with-icon:hover .menu-link-label,
#mobileMenu .menu-link-with-icon:focus-visible .menu-link-label {
  color: #f8fafc;
}

#mobileMenu .menu-link-icon {
  width: 1.8rem;
  height: 1.8rem;
  flex-basis: 1.8rem;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: #93c5fd;
}

.footer-mobile-shell {
  max-width: 32rem;
  margin: 0 auto;
}

.footer-mobile-top {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #e2e8f0;
  transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.footer-mobile-top:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: translateY(-1px);
}

.footer-mobile-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5rem;
  padding: 0.55rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
  font-size: 0.78rem;
  font-weight: 600;
}

.footer-mobile-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-mobile-group summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.footer-mobile-group summary::-webkit-details-marker {
  display: none;
}

.footer-mobile-group summary i:last-child {
  margin-left: auto;
  font-size: 0.9rem;
  color: #cbd5e1;
  transition: transform 0.2s ease;
}

.footer-mobile-group[open] summary i:last-child {
  transform: rotate(180deg);
}

.footer-mobile-accent {
  width: 0.22rem;
  height: 1.1rem;
  border-radius: 9999px;
  flex: 0 0 auto;
}

.footer-mobile-accent--violet {
  background: linear-gradient(180deg, #c084fc, #8b5cf6);
}

.footer-mobile-accent--cyan {
  background: linear-gradient(180deg, #67e8f9, #06b6d4);
}

.footer-mobile-accent--emerald {
  background: linear-gradient(180deg, #6ee7b7, #10b981);
}

.footer-mobile-accent--amber {
  background: linear-gradient(180deg, #fcd34d, #f59e0b);
}

.footer-mobile-accent--blue {
  background: linear-gradient(180deg, #7dd3fc, #3b82f6);
}

.footer-mobile-accent--rose {
  background: linear-gradient(180deg, #fda4af, #f43f5e);
}

.footer-mobile-links {
  display: grid;
  gap: 0.8rem;
  padding: 0 0 1rem 0.95rem;
}

.footer-mobile-links a {
  color: #94a3b8;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-mobile-links a:hover {
  color: #ffffff;
}

.footer-mobile-pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: #e2e8f0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.footer-mobile-language {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #e2e8f0;
  border-radius: 9999px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.footer-mobile-language:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glow {
  box-shadow: 0 0 20px rgba(0, 194, 255, 0.1);
}

.hover-float {
  transition: transform 0.3s ease;
}

.hover-float:hover {
  transform: translateY(-4px);
}

.nav-fade {
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.price-card {
  position: relative;
  transition: all 0.3s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 194, 255, 0.06);
}

.price-badge {
  animation: pulse 2s infinite;
}

.toggle-switch {
  width: 40px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.toggle-switch::after {
  content: '';
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 0.2s ease;
}

.toggle-switch.active::after {
  left: 22px;
  background: #1677FF;
}

.faq-item {
  transition: all 0.3s ease;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.open .faq-content {
  max-height: 500px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.saas-badge,
.saas-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #cbd5e1;
  border-radius: 9999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.saas-eyebrow {
  background: transparent;
  border: 0;
  padding: 0;
  color: #67e8f9;
}

.saas-card,
.saas-panel,
.saas-stat-card,
.saas-inline-card,
.saas-auth-card,
.saas-auth-side,
.faq-panel,
.saas-cta {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.92));
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.28);
}

.saas-card,
.saas-panel,
.saas-auth-card,
.saas-auth-side,
.faq-panel,
.saas-cta {
  border-radius: 1.5rem;
}

.saas-card,
.saas-panel,
.saas-auth-card,
.saas-auth-side,
.saas-cta {
  padding: 1.75rem;
}

.saas-inline-card,
.saas-stat-card {
  border-radius: 1rem;
  padding: 1rem;
}

.saas-icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 119, 255, 0.14);
  color: #67e8f9;
  font-size: 1.125rem;
}

.saas-section-header {
  text-align: center;
}

.saas-button-primary,
.saas-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  padding: 0.95rem 1.4rem;
  font-weight: 600;
  transition: all 0.2s ease;
  text-decoration: none;
}

.saas-button-primary {
  background: linear-gradient(135deg, #1677ff, #00c2ff);
  color: #fff;
}

.saas-button-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 35px rgba(22, 119, 255, 0.28);
}

.saas-button-secondary {
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.saas-button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.faq-panel {
  padding: 1.25rem 1.5rem;
}

.faq-panel summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
}

.faq-panel summary::-webkit-details-marker {
  display: none;
}

.faq-panel[open] summary i {
  transform: rotate(45deg);
}

.faq-panel summary i {
  transition: transform 0.2s ease;
}

.saas-cta {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
}

.saas-auth-grid {
  display: grid;
  gap: 1.5rem;
}

.saas-auth-input {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f8fafc;
  padding: 0.95rem 1rem;
}

.saas-auth-input::placeholder {
  color: #94a3b8;
}

.saas-auth-note {
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (min-width: 1024px) {
  .saas-cta,
  .saas-auth-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: stretch;
  }

  .saas-cta {
    flex-direction: row;
    align-items: center;
  }
}

.blog-search {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.blog-search-input {
  width: 100%;
  background: transparent;
  border: 0;
  outline: none;
  color: #f8fafc;
}

.blog-search-input::placeholder {
  color: #94a3b8;
}

.blog-sidebar {
  position: sticky;
  top: 6.5rem;
  align-self: start;
  padding: 1.25rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.92));
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.28);
}

.blog-sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0.75rem;
  border-radius: 1rem;
  text-decoration: none;
  color: #cbd5e1;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1px solid transparent;
}

.blog-sidebar-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
}

.blog-sidebar-link.is-active {
  background: rgba(22, 119, 255, 0.12);
  border-color: rgba(22, 119, 255, 0.2);
  color: #f8fafc;
}

.blog-sidebar-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  padding: 1.25rem;
}

.blog-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #67e8f9;
}

.blog-featured {
  display: grid;
  gap: 0;
  border-radius: 1.75rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.92));
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.28);
}

.blog-featured-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.04);
}

.blog-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-featured-body {
  padding: 1.8rem;
}

.blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.92));
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 70px rgba(2, 6, 23, 0.32);
}

.blog-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: rgba(255, 255, 255, 0.04);
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card-body {
  padding: 1.35rem 1.35rem 1.5rem;
}

.blog-article-grid {
  display: grid;
  gap: 2.25rem;
}

.blog-toc {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.25rem;
}

.blog-toc a {
  display: block;
  text-decoration: none;
  color: #cbd5e1;
  padding: 0.45rem 0.6rem;
  border-radius: 0.9rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.blog-toc a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
}

.blog-prose {
  color: #cbd5e1;
  line-height: 1.8;
}

.blog-prose h2 {
  margin-top: 2.2rem;
  font-size: 1.55rem;
  line-height: 1.35;
  font-weight: 700;
  color: #f8fafc;
}

.blog-prose h3 {
  margin-top: 1.6rem;
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 700;
  color: #f8fafc;
}

.blog-prose p {
  margin-top: 1rem;
}

.blog-prose ul {
  margin-top: 1rem;
  padding-left: 1.2rem;
  list-style: disc;
}

.blog-prose li + li {
  margin-top: 0.35rem;
}

.blog-prose a {
  color: #67e8f9;
  text-decoration: none;
}

.blog-prose a:hover {
  text-decoration: underline;
}

.blog-prose table {
  width: 100%;
  margin-top: 1.25rem;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.blog-prose th,
.blog-prose td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.8rem 0.9rem;
  vertical-align: top;
}

.blog-prose th {
  background: rgba(255, 255, 255, 0.05);
  color: #f8fafc;
  font-weight: 600;
}

.blog-prose code {
  padding: 0.15rem 0.4rem;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
}

.legal-toc-link {
  position: relative;
  overflow: hidden;
}

.legal-toc-link.is-active {
  border-left-color: transparent;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-weight: 600;
}

.legal-toc-link.is-active::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.45rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee 0%, #38bdf8 42%, #6366f1 100%);
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.45);
  pointer-events: none;
}

.legal-prose h2[id] {
  scroll-margin-top: 7.5rem;
}

@media (min-width: 1024px) {
  .blog-featured {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr);
  }

  .blog-featured-media {
    aspect-ratio: auto;
  }

  .blog-article-grid {
    grid-template-columns: 240px minmax(0, 1fr) 300px;
    align-items: start;
  }
}

.home-section {
  padding: 5rem 1rem;
}

.home-container {
  max-width: 80rem;
  margin: 0 auto;
}

.home-hero {
  padding-top: 8.5rem;
  padding-bottom: 5.25rem;
}

.home-kpi-grid {
  display: grid;
  gap: 1rem;
}

.home-kpi {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.2rem 1.25rem;
}

.home-logo-wall {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.home-logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.55rem 0.9rem;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: #cbd5e1;
}

.home-carousel {
  position: relative;
  border-radius: 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #020617;
  box-shadow: 0 22px 80px rgba(2, 6, 23, 0.35);
}

.home-carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.home-carousel-track::-webkit-scrollbar {
  height: 0;
}

.home-carousel-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  position: relative;
}

.home-carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.home-hero-video {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
  background: #020617;
}

.home-video-controls {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 10;
}

.home-video-button {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(2, 6, 23, 0.55);
  color: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-video-button:hover {
  transform: translateY(-1px);
  background: rgba(2, 6, 23, 0.72);
  border-color: rgba(103, 232, 249, 0.35);
}

@media (max-width: 639px) {
  .home-video-controls [data-video-mute] {
    display: none;
  }
}

.home-carousel-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  pointer-events: none;
}

.home-carousel-button {
  pointer-events: auto;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(2, 6, 23, 0.55);
  color: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-carousel-button:hover {
  transform: translateY(-1px);
  background: rgba(2, 6, 23, 0.72);
  border-color: rgba(103, 232, 249, 0.35);
}

.home-card-grid {
  display: grid;
  gap: 1.25rem;
}

[data-stagger-header] {
  transform: translate3d(0, 2px, 0);
  opacity: 0.985;
  filter: saturate(0.97);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
              opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-stagger-header] h2,
[data-stagger-header] .saas-eyebrow,
[data-stagger-header] p {
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
              opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 760ms cubic-bezier(0.22, 1, 0.36, 1),
              color 860ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-stagger-header] .saas-eyebrow {
  transform: translate3d(0, 5px, 0);
  opacity: 0.9;
  filter: saturate(0.92);
  color: #7dd3fc;
}

[data-stagger-header] h2 {
  transform: translate3d(0, 1px, 0);
  opacity: 0.995;
  filter: saturate(0.985);
}

[data-stagger-header] p {
  transform: translate3d(0, 4px, 0);
  opacity: 0.94;
  filter: saturate(0.94);
}

[data-stagger-shell].is-sequence-complete [data-stagger-header] {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: saturate(1.02);
}

[data-stagger-shell].is-sequence-complete [data-stagger-header] h2 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: saturate(1.02);
}

[data-stagger-shell].is-sequence-complete [data-stagger-header] .saas-eyebrow {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: saturate(0.982);
  color: #67e8f9;
  transition-delay: 380ms, 380ms, 430ms, 350ms;
}

[data-stagger-shell].is-sequence-complete [data-stagger-header] p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: saturate(1);
  transition-delay: 150ms;
}

[data-stagger-section] [data-stagger-item] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 22px, 0) scale(0.985);
  filter: blur(10px);
  transition: opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

[data-stagger-section] [data-stagger-item]::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(108deg,
              transparent 0%,
              transparent 34%,
              rgba(34, 211, 238, 0.04) 45%,
              rgba(96, 165, 250, 0.14) 50%,
              rgba(34, 211, 238, 0.04) 55%,
              transparent 66%,
              transparent 100%);
  opacity: 0;
  transform: translate3d(-145%, 0, 0);
  pointer-events: none;
  z-index: 0;
}

[data-stagger-section] [data-stagger-item] > * {
  position: relative;
  z-index: 1;
}

[data-stagger-section] [data-stagger-item].is-visible {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  animation: home-card-stagger-pop 900ms cubic-bezier(0.18, 0.9, 0.24, 1.08) both;
}

[data-stagger-section] [data-stagger-item].is-visible::before {
  animation: home-card-stagger-sheen 1200ms cubic-bezier(0.22, 1, 0.36, 1) 120ms 1 both;
}

[data-stagger-section] [data-stagger-item].is-featured-visible {
  box-shadow: 0 22px 72px rgba(2, 6, 23, 0.3), 0 0 0 1px rgba(103, 232, 249, 0.1);
}

[data-stagger-section] [data-stagger-item].is-featured-visible::before {
  background: linear-gradient(108deg,
              transparent 0%,
              transparent 32%,
              rgba(34, 211, 238, 0.06) 44%,
              rgba(96, 165, 250, 0.18) 50%,
              rgba(34, 211, 238, 0.06) 56%,
              transparent 68%,
              transparent 100%);
}

[data-stagger-section] [data-stagger-item].is-featured-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 24% 12%, rgba(103, 232, 249, 0.1), transparent 42%);
  pointer-events: none;
  z-index: 0;
}

[data-stagger-section] [data-stagger-item].is-featured-visible h3,
[data-stagger-section] [data-stagger-item].is-featured-visible a {
  opacity: 0.7;
  transform: translate3d(0, 6px, 0);
  filter: brightness(0.94);
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 520ms cubic-bezier(0.22, 1, 0.36, 1),
              text-shadow 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-stagger-section] [data-stagger-item].is-featured-visible.is-featured-title-visible h3 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: brightness(1.06);
}

[data-stagger-section] [data-stagger-item].is-featured-visible.is-featured-title-visible h3 {
  text-shadow: 0 0 18px rgba(103, 232, 249, 0.08);
}

[data-stagger-section] [data-stagger-item].is-featured-visible .saas-icon-wrap {
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 520ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 520ms cubic-bezier(0.22, 1, 0.36, 1),
              background 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-stagger-section] [data-stagger-item].is-featured-visible .saas-icon-wrap i {
  transition: color 360ms cubic-bezier(0.22, 1, 0.36, 1),
              text-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-stagger-section] [data-stagger-item].is-featured-visible.is-featured-title-visible .saas-icon-wrap {
  transform: translate3d(0, -1px, 0);
  filter: brightness(1.08);
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.22), rgba(103, 232, 249, 0.18));
  box-shadow: 0 10px 24px rgba(34, 211, 238, 0.12);
}

[data-stagger-section] [data-stagger-item].is-featured-visible.is-featured-title-visible .saas-icon-wrap i {
  color: #67e8f9;
  filter: brightness(0.98);
}

[data-stagger-section] [data-stagger-item].is-featured-visible.is-featured-link-visible .saas-icon-wrap i {
  color: #a5f3fc;
  filter: brightness(1.08);
  text-shadow: 0 0 12px rgba(103, 232, 249, 0.18);
}

[data-stagger-section] [data-stagger-item].is-featured-visible.is-featured-link-visible a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: brightness(1.06);
  text-shadow: 0 0 14px rgba(96, 165, 250, 0.08);
}

[data-stagger-section].is-sequence-complete [data-stagger-item] {
  transition: box-shadow 560ms cubic-bezier(0.22, 1, 0.36, 1),
              border-color 560ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 16px 54px rgba(2, 6, 23, 0.24);
  animation: home-card-sequence-breath 920ms cubic-bezier(0.22, 1, 0.36, 1) 1 both;
}

[data-stagger-section].is-sequence-complete [data-stagger-item].is-featured-visible {
  box-shadow: 0 20px 64px rgba(2, 6, 23, 0.28), 0 0 0 1px rgba(103, 232, 249, 0.08);
  animation: home-card-sequence-breath 920ms cubic-bezier(0.22, 1, 0.36, 1) 1 both,
             home-featured-rest-glow 1600ms cubic-bezier(0.22, 1, 0.36, 1) 2400ms 1 forwards;
}

[data-stagger-section].is-sequence-complete [data-stagger-item].is-featured-visible::after {
  background: radial-gradient(circle at 24% 12%, rgba(103, 232, 249, 0.075), transparent 44%);
  animation: home-featured-rest-halo 1600ms cubic-bezier(0.22, 1, 0.36, 1) 2400ms 1 forwards;
}

[data-stagger-section].is-sequence-complete [data-stagger-item].is-featured-visible .saas-icon-wrap {
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.18), rgba(103, 232, 249, 0.14));
  box-shadow: 0 8px 20px rgba(34, 211, 238, 0.08);
  filter: brightness(1.03);
  animation: home-featured-rest-icon 1600ms cubic-bezier(0.22, 1, 0.36, 1) 2400ms 1 forwards;
}

[data-stagger-section].is-sequence-complete [data-stagger-item].is-featured-visible .saas-icon-wrap i {
  color: #8be9f7;
  filter: brightness(1.03);
  text-shadow: 0 0 8px rgba(103, 232, 249, 0.1);
  animation: home-featured-rest-icon-glyph 1600ms cubic-bezier(0.22, 1, 0.36, 1) 2720ms 1 forwards;
}

@keyframes home-card-stagger-pop {
  0% {
    transform: translate3d(0, 22px, 0) scale(0.985);
    box-shadow: 0 12px 36px rgba(2, 6, 23, 0.2);
  }

  62% {
    transform: translate3d(0, -3px, 0) scale(1.008);
    box-shadow: 0 24px 72px rgba(2, 6, 23, 0.34);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 18px 60px rgba(2, 6, 23, 0.28);
  }
}

@keyframes home-card-stagger-sheen {
  0% {
    opacity: 0;
    transform: translate3d(-145%, 0, 0);
  }

  18% {
    opacity: 0.55;
  }

  72% {
    opacity: 0.22;
  }

  100% {
    opacity: 0;
    transform: translate3d(145%, 0, 0);
  }
}

@keyframes home-card-sequence-breath {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  42% {
    transform: translate3d(0, -1px, 0) scale(1.003);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes home-featured-rest-glow {
  0% {
    box-shadow: 0 20px 64px rgba(2, 6, 23, 0.28), 0 0 0 1px rgba(103, 232, 249, 0.08);
  }

  38% {
    box-shadow: 0 20px 64px rgba(2, 6, 23, 0.28), 0 0 0 1px rgba(103, 232, 249, 0.08);
  }

  100% {
    box-shadow: 0 18px 58px rgba(2, 6, 23, 0.25), 0 0 0 1px rgba(103, 232, 249, 0.05);
  }
}

@keyframes home-featured-rest-halo {
  0% {
    background: radial-gradient(circle at 24% 12%, rgba(103, 232, 249, 0.075), transparent 44%);
  }

  38% {
    background: radial-gradient(circle at 24% 12%, rgba(103, 232, 249, 0.075), transparent 44%);
  }

  100% {
    background: radial-gradient(circle at 24% 12%, rgba(103, 232, 249, 0.04), transparent 46%);
  }
}

@keyframes home-featured-rest-icon {
  0% {
    background: linear-gradient(135deg, rgba(22, 119, 255, 0.18), rgba(103, 232, 249, 0.14));
    box-shadow: 0 8px 20px rgba(34, 211, 238, 0.08);
    filter: brightness(1.03);
  }

  38% {
    background: linear-gradient(135deg, rgba(22, 119, 255, 0.18), rgba(103, 232, 249, 0.14));
    box-shadow: 0 8px 20px rgba(34, 211, 238, 0.08);
    filter: brightness(1.03);
  }

  100% {
    background: linear-gradient(135deg, rgba(22, 119, 255, 0.15), rgba(103, 232, 249, 0.11));
    box-shadow: 0 6px 16px rgba(34, 211, 238, 0.06);
    filter: brightness(1.01);
  }
}

@keyframes home-featured-rest-icon-glyph {
  0% {
    color: #8be9f7;
    filter: brightness(1.03);
    text-shadow: 0 0 8px rgba(103, 232, 249, 0.1);
  }

  52% {
    color: #8be9f7;
    filter: brightness(1.03);
    text-shadow: 0 0 8px rgba(103, 232, 249, 0.1);
  }

  90% {
    color: #7fdcf8;
    filter: brightness(1.015);
    text-shadow: 0 0 5px rgba(103, 232, 249, 0.075);
  }

  100% {
    color: #7dd3fc;
    filter: brightness(1.01);
    text-shadow: 0 0 4px rgba(103, 232, 249, 0.06);
  }
}

.home-light {
  background: #f8fafc;
  color: #020617;
}

.home-light .home-logo-pill {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
}

.home-light .home-kpi {
  border-color: rgba(15, 23, 42, 0.1);
  background: rgba(2, 6, 23, 0.02);
}

.home-light .saas-card,
.home-light .saas-panel,
.home-light .saas-stat-card,
.home-light .saas-inline-card,
.home-light .faq-panel,
.home-light .saas-cta {
  border-color: rgba(15, 23, 42, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
}

.home-testimonial-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 0.35rem;
}

.home-testimonial-track::-webkit-scrollbar {
  height: 0;
}

.home-testimonial {
  flex: 0 0 320px;
  scroll-snap-align: start;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.4rem 1.45rem;
}

.home-workflow-section {
  background:
    radial-gradient(circle at 50% 18%, rgba(148, 163, 184, 0.12), transparent 30%),
    #020617;
}

.home-workflow-header {
  max-width: 46rem;
}

.home-workflow-header h2 {
  color: #f8fafc;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.home-workflow-header p {
  color: rgba(148, 163, 184, 0.88);
  font-size: 1.04rem;
  line-height: 1.8;
  max-width: 42rem;
}

.home-workflow-stage {
  position: relative;
  overflow: hidden;
  min-height: 37rem;
  border-radius: 2.1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 28px 72px rgba(2, 6, 23, 0.38);
}

.home-workflow-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 26%, transparent 74%, rgba(2, 6, 23, 0.4)),
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.1), transparent 36%);
  pointer-events: none;
}

.home-workflow-stage[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  filter: blur(8px);
  transition: opacity 880ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 980ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 980ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-workflow-stage[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.home-workflow-cards {
  position: relative;
  min-height: 37rem;
  padding: 1.5rem;
}

.home-workflow-card {
  position: relative;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.96)),
    rgba(2, 6, 23, 0.88);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.24);
  padding: 1.4rem 1.4rem 1.5rem;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
              opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 760ms cubic-bezier(0.22, 1, 0.36, 1),
              border-color 760ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-workflow-card-head {
  display: flex;
  align-items: center;
  gap: 0.72rem;
}

.home-workflow-card-dot {
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 9999px;
  flex: 0 0 auto;
}

.home-workflow-card-dot-contract {
  background: radial-gradient(circle at 50% 50%, #d9ff7f, #8bcf2b);
  box-shadow: 0 0 0 4px rgba(139, 207, 43, 0.12);
}

.home-workflow-card-dot-research {
  background: radial-gradient(circle at 50% 50%, #8d8bff, #4f46e5);
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
}

.home-workflow-card-dot-invoice {
  background: radial-gradient(circle at 50% 50%, #ff9d87, #ff6f61);
  box-shadow: 0 0 0 4px rgba(255, 111, 97, 0.12);
}

.home-workflow-card-label {
  color: #f8fafc;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: -0.024em;
}

.home-workflow-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 1.35rem;
}

.home-workflow-meta-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-workflow-meta-item {
  min-width: 0;
}

.home-workflow-meta-label,
.home-workflow-group-title {
  color: rgba(148, 163, 184, 0.64);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-workflow-meta-value {
  margin-top: 0.42rem;
  color: rgba(241, 245, 249, 0.92);
  font-size: 0.92rem;
  line-height: 1.45;
}

.home-workflow-divider {
  height: 1px;
  margin-top: 1.35rem;
  background: linear-gradient(90deg, rgba(51, 65, 85, 0.85), rgba(51, 65, 85, 0.42), rgba(51, 65, 85, 0.14));
}

.home-workflow-group-title {
  margin-top: 1.3rem;
}

.home-workflow-task-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
}

.home-workflow-task-list li {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  color: rgba(226, 232, 240, 0.93);
  font-size: 0.97rem;
  line-height: 1.5;
}

.home-workflow-task-list li::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.42);
  background: rgba(15, 23, 42, 0.88);
  flex: 0 0 auto;
}

.home-workflow-fade-lines {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.7rem;
}

.home-workflow-fade-lines span {
  display: block;
  height: 0.42rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, rgba(71, 85, 105, 0.36), rgba(51, 65, 85, 0.16));
}

.home-workflow-fade-lines span:nth-child(1) {
  width: 68%;
}

.home-workflow-fade-lines span:nth-child(2) {
  width: 44%;
}

.home-workflow-fade-lines span:nth-child(3) {
  width: 56%;
}

.home-workflow-card.is-active {
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: 0 34px 80px rgba(2, 6, 23, 0.42);
  filter: saturate(1.06) brightness(1.02);
}

.home-resources-section {
  background:
    radial-gradient(circle at 62% 12%, rgba(248, 113, 113, 0.18), transparent 24%),
    radial-gradient(circle at 76% 18%, rgba(239, 68, 68, 0.14), transparent 18%),
    linear-gradient(180deg, #020617, #000000);
}

.home-resources-header .saas-eyebrow {
  color: #fca5a5;
}

.home-resources-header h2 {
  color: #f8fafc;
}

.home-resources-header p {
  color: rgba(148, 163, 184, 0.86);
}

.home-resources-stage {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, rgba(2, 6, 23, 0.82), rgba(0, 0, 0, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 28px 80px rgba(0, 0, 0, 0.42);
}

.home-resources-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 10%, rgba(239, 68, 68, 0.22), transparent 22%),
    linear-gradient(125deg, transparent 28%, rgba(239, 68, 68, 0.2) 42%, transparent 54%),
    linear-gradient(125deg, transparent 38%, rgba(248, 113, 113, 0.16) 50%, transparent 61%);
  opacity: 0.72;
  pointer-events: none;
}

.home-resources-carousel[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  filter: blur(8px);
  transition: opacity 840ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 940ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 940ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-resources-carousel[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.home-resources-carousel {
  position: relative;
  overflow: hidden;
  padding: 2.1rem 1.35rem 1.65rem;
}

.home-resources-carousel::before,
.home-resources-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.2rem;
  z-index: 2;
  pointer-events: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.home-resources-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.66), rgba(2, 6, 23, 0.22) 52%, rgba(2, 6, 23, 0));
}

.home-resources-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(2, 6, 23, 0.66), rgba(2, 6, 23, 0.22) 52%, rgba(2, 6, 23, 0));
}

.home-resources-track {
  display: flex;
  gap: 0.6cm;
  will-change: transform;
}

.home-resource-card {
  flex: 0 0 82%;
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(2, 6, 23, 0.96));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 520ms cubic-bezier(0.22, 1, 0.36, 1),
              border-color 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-resource-card:hover {
  transform: translate3d(0, -2px, 0) scale(1.02);
  border-color: rgba(248, 113, 113, 0.22);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.44);
  z-index: 3;
}

.home-resource-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.26), rgba(2, 6, 23, 0.04));
}

.home-resource-visual-with-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0), rgba(2, 6, 23, 0.78));
  pointer-events: none;
  z-index: 1;
}

.home-resource-visual-title {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.9rem;
  z-index: 2;
  color: rgba(248, 250, 252, 0.96);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.home-resource-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.32rem 0.62rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 6, 23, 0.44);
  backdrop-filter: blur(12px);
  color: rgba(248, 250, 252, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-resource-art {
  position: absolute;
  inset: 0;
}

.home-resource-art::before,
.home-resource-art::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 1rem;
  filter: blur(0.2px);
}

.home-resource-card-ember .home-resource-art {
  background:
    radial-gradient(circle at 26% 26%, rgba(253, 224, 71, 0.58), transparent 18%),
    linear-gradient(135deg, rgba(251, 191, 36, 0.78), rgba(239, 68, 68, 0.18) 48%, rgba(15, 23, 42, 0.18));
}

.home-resource-card-indigo .home-resource-art {
  background:
    radial-gradient(circle at 34% 30%, rgba(129, 140, 248, 0.62), transparent 16%),
    linear-gradient(135deg, rgba(67, 56, 202, 0.7), rgba(236, 72, 153, 0.18) 48%, rgba(15, 23, 42, 0.16));
}

.home-resource-card-scarlet .home-resource-art {
  background:
    radial-gradient(circle at 48% 36%, rgba(255, 255, 255, 0.26), transparent 14%),
    linear-gradient(135deg, rgba(153, 27, 27, 0.86), rgba(239, 68, 68, 0.42) 48%, rgba(15, 23, 42, 0.16));
}

.home-resource-card-graphite .home-resource-art {
  background:
    radial-gradient(circle at 54% 32%, rgba(248, 250, 252, 0.18), transparent 14%),
    linear-gradient(135deg, rgba(51, 65, 85, 0.74), rgba(148, 163, 184, 0.14) 48%, rgba(15, 23, 42, 0.14));
}

.home-resource-card-crimson .home-resource-art {
  background:
    radial-gradient(circle at 38% 24%, rgba(254, 202, 202, 0.2), transparent 16%),
    linear-gradient(135deg, rgba(185, 28, 28, 0.82), rgba(251, 113, 133, 0.24) 46%, rgba(15, 23, 42, 0.14));
}

.home-resource-card-violet .home-resource-art {
  background:
    radial-gradient(circle at 22% 28%, rgba(216, 180, 254, 0.26), transparent 18%),
    linear-gradient(135deg, rgba(88, 28, 135, 0.84), rgba(147, 51, 234, 0.22) 48%, rgba(15, 23, 42, 0.14));
}

.home-resource-art::before {
  top: 22%;
  left: 18%;
  width: 44%;
  height: 28%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 38px rgba(2, 6, 23, 0.2);
}

.home-resource-art::after {
  right: 14%;
  bottom: 18%;
  width: 32%;
  height: 18%;
  background: linear-gradient(135deg, rgba(2, 6, 23, 0.38), rgba(15, 23, 42, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.home-resource-title {
  padding: 1rem 1rem 0;
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.home-resource-copy {
  padding: 0.9rem 1rem 1rem;
  color: rgba(148, 163, 184, 0.86);
  font-size: 0.9rem;
  line-height: 1.65;
}

.home-resource-meta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0 1rem 1rem;
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-resource-meta::after {
  content: "";
  width: 0.75rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.58), rgba(248, 250, 252, 0.14), rgba(248, 250, 252, 0));
  transition: width 280ms ease, opacity 280ms ease;
}

.home-resource-card:hover .home-resource-meta {
  color: rgba(248, 250, 252, 0.84);
}

.home-resource-card:hover .home-resource-meta::after {
  width: 1rem;
  opacity: 1;
}

.home-ai-carousel {
  position: relative;
  max-width: 76rem;
  margin: 0 auto;
}

.home-device-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #cfe2ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.home-device-eyebrow::before {
  content: "";
  width: 1.65rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(103, 232, 249, 0.78), rgba(96, 165, 250, 0.22), rgba(96, 165, 250, 0));
}

.home-device-grid {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.home-device-card {
  position: relative;
  padding: 1.55rem;
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.9));
  box-shadow: 0 20px 56px rgba(2, 6, 23, 0.24);
}

.home-device-card-mobile {
  border-color: rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.84), rgba(2, 6, 23, 0.88));
  box-shadow: 0 14px 36px rgba(2, 6, 23, 0.17);
}

.home-device-card-mobile .home-device-label {
  color: rgba(226, 232, 240, 0.82);
}

.home-device-card-mobile .home-device-platform-chip {
  border-color: rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(203, 213, 225, 0.72);
}

.home-device-card-mobile h3 {
  color: rgba(241, 245, 249, 0.92);
}

.home-device-card-mobile p {
  color: rgba(148, 163, 184, 0.88);
}

.home-device-card-mobile .home-device-statusitem {
  color: rgba(191, 219, 254, 0.74);
}

.home-device-card-mobile .home-device-meta {
  color: rgba(148, 163, 184, 0.72);
}

.home-device-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.home-device-label {
  color: rgba(226, 232, 240, 0.94);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-device-platform-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.7rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(203, 213, 225, 0.82);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.home-device-statusbar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0.62rem 0.82rem;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.home-device-statusitem {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-width: 0;
  padding: 0.12rem 0.65rem;
  color: rgba(191, 219, 254, 0.88);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-device-statusitem + .home-device-statusitem {
  border-left: 1px solid rgba(148, 163, 184, 0.1);
}

.home-device-statusitem::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 9999px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.88), rgba(59, 130, 246, 0.88));
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.07);
}

.home-device-figure {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-device-figure::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2.2rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.28), rgba(15, 23, 42, 0));
  pointer-events: none;
  z-index: 1;
}

.home-device-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.home-device-figure-mobile {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(2, 6, 23, 0.96));
}

.home-device-meta {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7rem 1rem;
  color: rgba(148, 163, 184, 0.88);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-device-grid[data-stagger-section] .home-device-card {
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 20px, 0);
  filter: blur(6px);
  transition: opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 980ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 980ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 980ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-device-grid[data-stagger-section] .home-device-card::before,
.home-device-grid[data-stagger-section] .home-device-card::after {
  content: none;
}

.home-device-grid[data-stagger-section] .home-device-card.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  animation: none;
}

.home-device-grid[data-stagger-section] .home-device-card.is-featured-visible,
.home-device-grid[data-stagger-section].is-sequence-complete .home-device-card,
.home-device-grid[data-stagger-section].is-sequence-complete .home-device-card.is-featured-visible {
  box-shadow: 0 20px 56px rgba(2, 6, 23, 0.24);
  animation: none;
}

.home-device-grid[data-stagger-section] .home-device-card.is-featured-visible h3 {
  opacity: 1;
  transform: none;
  filter: none;
  text-shadow: none;
}

.home-device-grid[data-stagger-section] .home-device-card-mobile {
  transform: translate3d(0, 34px, 0);
}

.home-device-grid[data-stagger-section] .home-device-card-mobile.is-visible {
  opacity: 0.93;
  transform: translate3d(0, 6px, 0);
}

.home-device-grid[data-stagger-section].is-sequence-complete .home-device-card-mobile,
.home-device-grid[data-stagger-section].is-sequence-complete .home-device-card-mobile.is-featured-visible {
  box-shadow: 0 14px 38px rgba(2, 6, 23, 0.18);
}

.home-trust-section {
  background: #020617;
}

.home-trust-header .saas-eyebrow {
  color: #7dd3fc;
}

.home-trust-header p {
  color: rgba(148, 163, 184, 0.88);
}

.home-trust-timeline {
  display: grid;
  gap: 2rem;
}

.home-trust-item {
  position: relative;
  padding-top: 0.15rem;
}

.home-trust-node {
  position: relative;
  height: 1rem;
  margin-bottom: 1.55rem;
}

.home-trust-node-dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 9999px;
  transform: translateY(-50%);
  border: 1px solid rgba(100, 116, 139, 0.18);
  background: rgba(30, 41, 59, 0.88);
  box-shadow: 0 0 0 7px rgba(2, 6, 23, 0.92);
}

.home-trust-item:first-child .home-trust-node-dot {
  border-color: rgba(248, 113, 113, 0.18);
  background: radial-gradient(circle at 50% 50%, rgba(248, 113, 113, 0.72), rgba(239, 68, 68, 0.36));
  box-shadow: 0 0 0 7px rgba(2, 6, 23, 0.92), 0 0 14px rgba(248, 113, 113, 0.08);
}

.home-trust-node-line {
  position: absolute;
  top: 50%;
  left: 0.98rem;
  right: 0;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.54) 28%, rgba(30, 41, 59, 0.3) 72%, rgba(30, 41, 59, 0.12));
}

.home-trust-item:last-child .home-trust-node-line {
  display: none;
}

.home-trust-title {
  margin-top: 0.35rem;
  color: #f8fafc;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.home-trust-copy {
  margin-top: 0.9rem;
  max-width: 18rem;
  color: rgba(148, 163, 184, 0.84);
  font-size: 0.96rem;
  line-height: 1.75;
}

.home-trust-timeline[data-stagger-section] .home-trust-item {
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-18px, 0, 0);
  filter: blur(6px);
  transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 920ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 920ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-trust-timeline[data-stagger-section] .home-trust-item::before,
.home-trust-timeline[data-stagger-section] .home-trust-item::after {
  content: none;
}

.home-trust-timeline[data-stagger-section] .home-trust-item.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  animation: none;
}

.home-trust-timeline[data-stagger-section] .home-trust-item.is-featured-visible,
.home-trust-timeline[data-stagger-section].is-sequence-complete .home-trust-item,
.home-trust-timeline[data-stagger-section].is-sequence-complete .home-trust-item.is-featured-visible {
  box-shadow: none;
  animation: none;
}

.home-ai-feature-copy {
  max-width: 38rem;
}

.home-ai-feature-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #1e3a8a;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.home-ai-feature-eyebrow::before {
  content: "";
  width: 1.55rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.52), rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0));
}

.home-ai-feature-media {
  width: 100%;
  padding: 1.35rem;
}

.home-light .home-ai-feature-media {
  border-color: rgba(148, 163, 184, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.34));
  box-shadow: none;
}

.home-ai-feature-video {
  position: relative;
  background: #f8fafc;
}

.home-ai-feature-video-frame {
  border-color: rgba(148, 163, 184, 0.12) !important;
}

.home-ai-carousel[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  filter: blur(6px);
  transition: transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
              opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-ai-carousel[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.home-workspace-heading-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.82rem;
  border-radius: 9999px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: #2563eb;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.home-workspace-heading {
  color: #020617;
  font-size: clamp(2.2rem, 4.8vw, 3.95rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.home-workspace-subtitle {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  color: #475569;
  font-size: clamp(1.02rem, 1.4vw, 1.15rem);
  line-height: 1.9;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}

.home-ai-viewport {
  overflow: hidden;
  border-radius: 1.9rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  box-shadow: 0 24px 72px rgba(15, 23, 42, 0.1);
}

.home-ai-track {
  display: flex;
  gap: 1.25rem;
  padding: 1.7rem;
  will-change: transform;
}

.home-ai-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-ai-panel {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #f8fafc;
}

.home-ai-panel img {
  width: 100%;
  height: auto;
  display: block;
}

.home-ai-statusbar {
  margin: 0.95rem auto 0;
  max-width: 63rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.82rem 1rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.home-ai-statusitem {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.44rem 0.72rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.72);
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-ai-statusitem::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.9), rgba(6, 182, 212, 0.8));
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
  animation: home-ai-status-pulse 1900ms ease-in-out infinite;
}

.home-ai-statusitem:nth-child(2)::before {
  animation-delay: 240ms;
}

.home-ai-statusitem:nth-child(3)::before {
  animation-delay: 480ms;
}

@keyframes home-ai-status-pulse {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.9;
  }

  50% {
    transform: translate3d(0, 0, 0) scale(1.22);
    opacity: 0.55;
  }
}

.home-ai-capabilities {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  max-width: 39rem;
}

.home-ai-capability {
  position: relative;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  column-gap: 1.05rem;
  align-items: start;
  padding-bottom: 1.3rem;
  border-bottom: 0;
}

.home-ai-capability::after {
  content: "";
  position: absolute;
  left: calc(3.25rem + 1.05rem);
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.15), rgba(148, 163, 184, 0.07) 38%, rgba(148, 163, 184, 0.018) 68%, rgba(148, 163, 184, 0.006) 84%, rgba(148, 163, 184, 0));
}

.home-ai-capability:last-child {
  padding-bottom: 0;
}

.home-ai-capability:last-child::after {
  content: none;
}

.home-ai-capability-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 99, 235, 0.08);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.055), rgba(37, 99, 235, 0.018));
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.05);
  color: #3b5bff;
  font-size: 1rem;
}

.home-ai-capability-body {
  padding-top: 0.08rem;
}

.home-ai-capability-title {
  color: #020617;
  font-size: clamp(1.04rem, 1.25vw, 1.32rem);
  font-weight: 625;
  line-height: 1.12;
  letter-spacing: -0.037em;
  text-wrap: balance;
}

.home-ai-capability-copy {
  margin-top: 0.38rem;
  max-width: 33rem;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.66;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}

.home-ai-feature-cta {
  margin-top: 2.05rem;
  margin-left: calc(3.25rem + 1.05rem);
}

.home-ai-capabilities[data-stagger-section] [data-stagger-item] {
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 12px, 0);
  filter: blur(4px);
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 1180ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 1180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-ai-capabilities[data-stagger-section] [data-stagger-item]::before,
.home-ai-capabilities[data-stagger-section] [data-stagger-item]::after {
  content: none;
}

.home-ai-capabilities[data-stagger-section] [data-stagger-item].is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  animation: none;
}

.home-ai-capabilities[data-stagger-section] [data-stagger-item].is-featured-visible,
.home-ai-capabilities[data-stagger-section].is-sequence-complete [data-stagger-item],
.home-ai-capabilities[data-stagger-section].is-sequence-complete [data-stagger-item].is-featured-visible {
  box-shadow: none;
  animation: none;
}

.home-ai-capabilities[data-stagger-section] [data-stagger-item].is-featured-visible .home-ai-capability-icon,
.home-ai-capabilities[data-stagger-section].is-sequence-complete [data-stagger-item].is-featured-visible .home-ai-capability-icon {
  transform: none;
  filter: none;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.055), rgba(37, 99, 235, 0.018));
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.05);
}

.home-ai-capabilities[data-stagger-section] [data-stagger-item].is-featured-visible .home-ai-capability-title,
.home-ai-capabilities[data-stagger-section] [data-stagger-item].is-featured-visible .home-ai-capability-copy {
  opacity: 1;
  transform: none;
  filter: none;
  text-shadow: none;
}

.home-ai-capabilities[data-stagger-section] [data-stagger-item].is-featured-visible .home-ai-capability-title {
  font-weight: 620;
  color: #0f172a;
}

.home-ai-controls {
  margin-top: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
}

.home-ai-button {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(2, 6, 23, 0.02);
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-ai-button:hover {
  transform: translateY(-1px);
  background: rgba(2, 6, 23, 0.04);
  border-color: rgba(22, 119, 255, 0.28);
}

.home-workspace-strip {
  margin: 1.55rem auto 0;
  max-width: 76rem;
  display: grid;
  gap: 0;
  border-radius: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 252, 0.82));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.home-workspace-strip-item {
  position: relative;
  padding: 1.05rem 1.15rem 1.1rem;
}

.home-workspace-strip-item + .home-workspace-strip-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(180deg, rgba(148, 163, 184, 0), rgba(148, 163, 184, 0.22), rgba(148, 163, 184, 0));
}

.home-workspace-strip-label {
  color: #2563eb;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-workspace-strip-value {
  margin-top: 0.45rem;
  color: #0f172a;
  font-size: 0.98rem;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.home-workspace-strip[data-stagger-section] .home-workspace-strip-item {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  filter: blur(5px);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
              opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-workspace-strip[data-stagger-section] .home-workspace-strip-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

@media (min-width: 768px) {
  .home-resource-card {
    flex-basis: calc(46% - 0.5rem);
  }

  .home-workflow-stage {
    min-height: 35rem;
  }

  .home-workflow-cards {
    min-height: 35rem;
  }

  .home-trust-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.8rem;
    row-gap: 2.2rem;
  }

  .home-ai-slide {
    flex-basis: calc(50% - 0.625rem);
  }

  .home-device-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .home-workspace-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .home-resources-carousel {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-resource-card {
    flex-basis: calc((100% - (0.6cm * 3)) / 4);
  }

  .home-workflow-stage {
    min-height: 39rem;
  }

  .home-workflow-cards {
    min-height: 39rem;
    padding: 1.65rem 1.25rem 1.15rem;
  }

  .home-workflow-card {
    position: absolute;
    width: clamp(19rem, 30vw, 24rem);
    padding: 1.55rem 1.55rem 1.65rem;
    opacity: 0.5;
    filter: saturate(0.82) brightness(0.82);
  }

  .home-workflow-card-contract {
    left: 4.2%;
    top: 6rem;
    transform: translate3d(0, 1.9rem, 0) rotate(-3.4deg) scale(0.94);
    z-index: 1;
  }

  .home-workflow-card-contract.is-active {
    transform: translate3d(0, 0.6rem, 0) rotate(-1.6deg) scale(1);
    z-index: 4;
  }

  .home-workflow-card-research {
    left: 50%;
    top: 3rem;
    transform: translate3d(-50%, 0, 0) rotate(0deg) scale(0.985);
    z-index: 3;
    opacity: 0.72;
    filter: saturate(0.96) brightness(0.92);
  }

  .home-workflow-card-research.is-active {
    transform: translate3d(-50%, -0.35rem, 0) rotate(0deg) scale(1.04);
    z-index: 5;
    opacity: 1;
    filter: saturate(1.06) brightness(1.03);
  }

  .home-workflow-card-invoice {
    right: 4.2%;
    top: 5.55rem;
    transform: translate3d(0, 1.75rem, 0) rotate(3.2deg) scale(0.94);
    z-index: 2;
  }

  .home-workflow-card-invoice.is-active {
    transform: translate3d(0, 0.55rem, 0) rotate(1.5deg) scale(1);
    z-index: 4;
  }

  .home-trust-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }

  .home-trust-copy {
    max-width: 17rem;
  }

  .home-device-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 1.7rem;
  }

  .home-device-card-desktop {
    padding-bottom: 1.7rem;
  }

  .home-device-card-mobile {
    margin-top: 2rem;
    padding-top: 1.8rem;
  }

  .home-device-figure-mobile {
    max-width: 26rem;
    margin-left: auto;
  }

  .home-device-card-mobile .home-device-meta {
    max-width: 26rem;
    margin-left: auto;
  }

  .home-ai-feature-layout {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.38fr);
    gap: 2.35rem;
  }

  .home-ai-feature-copy {
    max-width: 29.5rem;
  }

  .home-ai-feature-media {
    padding: 0.55rem;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .home-ai-feature-video {
    margin-right: -2.15rem;
    margin-bottom: -1.05rem;
    margin-left: -0.22rem;
    border-radius: 1.75rem;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
  }

  .home-ai-feature-video-frame {
    border-color: rgba(148, 163, 184, 0.09) !important;
  }
}

@media (max-width: 767px) {
  .home-resources-carousel {
    padding: 1.1rem 0.9rem 1rem;
  }

  .home-resource-title {
    font-size: 0.96rem;
  }

  .home-resource-copy {
    font-size: 0.86rem;
  }

  .home-workflow-stage {
    min-height: auto;
    padding: 0.2rem;
  }

  .home-workflow-cards {
    min-height: auto;
    padding: 1rem;
    display: grid;
    gap: 1rem;
  }

  .home-workflow-card {
    padding: 1.2rem 1.15rem 1.25rem;
  }

  .home-workflow-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
  }

  .home-trust-node {
    margin-bottom: 1.25rem;
  }

  .home-trust-node-line {
    left: 0.82rem;
  }

  .home-trust-copy {
    max-width: none;
  }

  .home-workflow-task-list li {
    font-size: 0.93rem;
  }

  .home-device-card {
    padding: 1.35rem;
  }

  .home-device-platform-chip {
    font-size: 0.69rem;
  }

  .home-device-statusbar {
    padding: 0.56rem 0.7rem;
  }

  .home-device-statusitem {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    font-size: 0.64rem;
    letter-spacing: 0.07em;
  }

  .home-device-meta {
    gap: 0.55rem;
  }

  .home-workspace-heading {
    letter-spacing: -0.04em;
  }

  .home-workspace-subtitle {
    line-height: 1.78;
  }

  .home-workspace-strip-item + .home-workspace-strip-item::before {
    left: 1rem;
    right: 1rem;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(148, 163, 184, 0), rgba(148, 163, 184, 0.22), rgba(148, 163, 184, 0));
  }

  .home-ai-capability {
    grid-template-columns: 2.9rem minmax(0, 1fr);
    column-gap: 0.85rem;
    padding-bottom: 1.14rem;
  }

  .home-ai-capability::after {
    left: calc(2.9rem + 0.85rem);
  }

  .home-ai-capability-icon {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 0.9rem;
  }

  .home-ai-capability-body {
    padding-top: 0.04rem;
  }

  .home-ai-capability-copy {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .home-ai-feature-cta {
    margin-left: calc(2.9rem + 0.85rem);
  }
}

.home-workspace-bottom {
  position: relative;
  align-items: start;
}

.home-workspace-bottom > div {
  position: relative;
  padding: 0.35rem 0 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-workspace-bottom h3 {
  color: #0f172a;
  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.18;
  min-height: calc(1.18em * 1);
  display: flex;
  align-items: flex-end;
}

.home-workspace-bottom p {
  max-width: 32rem;
  color: #475569;
  font-size: 1rem;
  line-height: 1.85;
}

.home-workspace-bottom > div::before {
  content: "";
  display: block;
  width: 4.15rem;
  height: 1px;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.62), rgba(37, 99, 235, 0.28) 31%, rgba(6, 182, 212, 0.085) 72%, rgba(125, 211, 252, 0.018));
}

.home-workspace-bottom > div + div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  bottom: 0.15rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(148, 163, 184, 0), rgba(148, 163, 184, 0.24), rgba(148, 163, 184, 0));
  opacity: 0;
  transform: scaleY(0.72);
  transform-origin: center top;
  filter: brightness(1.06);
  transition: opacity 880ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 880ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-workspace-bottom.is-visible > div + div::after {
  opacity: 1;
  transform: scaleY(1);
  animation: home-workspace-divider-settle 1400ms cubic-bezier(0.22, 1, 0.36, 1) 220ms 1 forwards;
}

@keyframes home-workspace-divider-settle {
  0% {
    filter: brightness(1.06);
  }

  82% {
    filter: brightness(1.06);
  }

  95% {
    filter: brightness(1.015);
  }

  98% {
    filter: brightness(1.006);
  }

  99.4% {
    filter: brightness(1.002);
  }

  100% {
    filter: brightness(1);
  }
}

@media (max-width: 1023px) {
  .home-workspace-bottom > div + div {
    padding-top: 1.6rem;
  }

  .home-workspace-bottom > div + div::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(148, 163, 184, 0), rgba(148, 163, 184, 0.24), rgba(148, 163, 184, 0));
    transform: scaleX(0.72);
    transform-origin: left center;
    filter: brightness(1.06);
  }

  .home-workspace-bottom.is-visible > div + div::after {
    transform: scaleX(1);
  }
}

.home-light .home-testimonial {
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(2, 6, 23, 0.02);
}

@media (min-width: 640px) {
  .home-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .home-kpi-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.auth-shell-body {
  margin: 0;
  min-height: 100vh;
  background: #020617;
  color: #f8fafc;
  font-family: Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.auth-shell-main {
  min-height: 100vh;
}

.auth-flow {
  min-height: 100vh;
  padding: 0;
}

.auth-flow--shell {
  background:
    radial-gradient(circle at 12% 16%, rgba(8, 145, 178, 0.18), transparent 22%),
    radial-gradient(circle at 38% 30%, rgba(59, 130, 246, 0.2), transparent 26%),
    linear-gradient(180deg, #020617 0%, #020617 100%);
  color: #0f172a;
}

.auth-flow__container {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 0;
  align-items: stretch;
  width: 100%;
}

.auth-flow__intro {
  color: #f8fafc;
  padding: 4.5rem 4.5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.auth-flow__brand {
  display: inline-flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f8fafc;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.auth-flow__eyebrow {
  margin-top: 1.1rem;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.45rem 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-flow__headline {
  margin-top: 1.25rem;
  font-size: clamp(2.3rem, 4vw, 4.25rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.auth-flow__lead {
  margin-top: 1.15rem;
  max-width: 38rem;
  color: rgba(226, 232, 240, 0.8);
  font-size: 1.05rem;
  line-height: 1.8;
}

.auth-flow__benefits {
  margin-top: 2rem;
  display: grid;
  gap: 0.9rem;
}

.auth-flow__benefit {
  display: grid;
  gap: 0.3rem;
  border-radius: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 12px 32px rgba(2, 6, 23, 0.2);
}

.auth-flow__benefit strong {
  font-size: 1rem;
  color: #f8fafc;
}

.auth-flow__benefit span {
  color: rgba(203, 213, 225, 0.75);
  line-height: 1.7;
}

.auth-card {
  border-radius: 1.75rem;
  padding: 1.75rem;
}

.auth-card--light {
  min-height: 100vh;
  border: 0;
  border-left: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2.4rem;
  position: relative;
  min-width: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 calc(100% - 1cm));
  animation: auth-card-reveal 420ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.auth-page-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.auth-page-close:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.3);
  background: #ffffff;
}

.auth-card__panel-content {
  opacity: 0;
  animation: auth-card-content-fade 180ms ease forwards;
  animation-delay: 220ms;
}

@keyframes auth-card-reveal {
  from {
    clip-path: inset(0 0 0 calc(100% - 1cm));
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes auth-card-content-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.auth-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.auth-popup.is-open {
  display: block;
}

.auth-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.auth-popup__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: clamp(420px, 30vw, 560px);
  background: rgba(255, 255, 255, 0.98);
  border-left: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: -40px 0 90px rgba(15, 23, 42, 0.25);
  overflow: hidden;
  clip-path: inset(0 0 0 calc(100% - 1cm));
}

.auth-popup__panel-inner {
  position: relative;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.75rem 2.4rem;
}

.auth-popup__content {
  opacity: 0;
}

.auth-popup__panel.is-animating {
  animation: auth-popup-reveal 420ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.auth-popup__content.is-animating {
  animation: auth-popup-content 180ms ease forwards;
  animation-delay: 220ms;
}

@keyframes auth-popup-reveal {
  from {
    clip-path: inset(0 0 0 calc(100% - 1cm));
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes auth-popup-content {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  .auth-popup__panel {
    width: 100%;
    min-width: 0;
  }
}

.auth-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.auth-card__kicker {
  margin: 0;
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.auth-card__title {
  margin-top: 0.45rem;
  margin-bottom: 0;
  color: #0f172a;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
}

.auth-card__actions {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.auth-card__actions--stack {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.auth-card__footnote {
  margin-top: 1.25rem;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.7;
}

.auth-stack {
  display: grid;
}

.auth-stack--sm {
  gap: 0.45rem;
}

.auth-stack--md {
  margin-top: 1.4rem;
  gap: 1rem;
}

.auth-label {
  color: #334155;
  font-size: 0.95rem;
  font-weight: 600;
}

.auth-input--light {
  width: 100%;
  min-height: 3.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #ffffff;
  color: #0f172a;
  padding: 0.95rem 1rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-input--light::placeholder {
  color: #94a3b8;
}

.auth-input--light:focus {
  border-color: rgba(37, 99, 235, 0.46);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.25rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.auth-button:hover {
  transform: translateY(-1px);
}

.auth-button--block {
  width: 100%;
}

.auth-button--primary {
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.2);
}

.auth-button--primary:hover {
  color: #ffffff;
}

.auth-button--ghost {
  border-color: rgba(148, 163, 184, 0.24);
  background: #ffffff;
  color: #0f172a;
}

.auth-divider {
  margin: 1.4rem 0;
  position: relative;
  text-align: center;
}

.auth-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(148, 163, 184, 0.26);
}

.auth-divider span {
  position: relative;
  display: inline-block;
  padding: 0 0.85rem;
  background: rgba(255, 255, 255, 0.95);
  color: #64748b;
  font-size: 0.9rem;
}

.auth-provider-list {
  display: grid;
  gap: 0.85rem;
}

.auth-provider {
  width: 100%;
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: #ffffff;
  color: #0f172a;
  padding: 0.85rem 1rem;
  font-weight: 600;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-provider:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.auth-provider__mark {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
}

.auth-provider__mark--google {
  background: linear-gradient(135deg, #ea4335, #fbbc05);
}

.auth-provider__mark--facebook {
  background: #1877f2;
}

.auth-provider__mark--apple {
  background: #111827;
}

.auth-provider__mark--microsoft {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
}

.auth-provider__mark--line {
  background: #06c755;
}

.auth-provider__mark--kakao {
  background: #fbbf24;
  color: #111827;
}

.auth-provider__mark--email {
  background: #64748b;
}

.auth-inline-link,
.auth-secondary-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.auth-inline-link:hover,
.auth-secondary-link:hover {
  color: #1d4ed8;
}

.auth-secondary-link--center {
  text-align: center;
}

.auth-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.7;
}

.auth-checkbox input {
  margin-top: 0.25rem;
  width: 1rem;
  height: 1rem;
  accent-color: #2563eb;
}

.auth-help-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.auth-help-card {
  display: grid;
  gap: 0.35rem;
  border-radius: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #f8fafc;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-help-card:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.auth-help-card strong {
  color: #0f172a;
  font-size: 1rem;
}

.auth-help-card span {
  color: #64748b;
  line-height: 1.7;
}

@media (min-width: 1024px) {
  .auth-flow__container {
    grid-template-columns: minmax(0, 70%) 30%;
  }
}

@media (max-width: 767px) {
  .auth-flow {
    min-height: auto;
  }

  .auth-card {
    padding: 1.35rem;
  }

  .auth-flow__container {
    grid-template-columns: 1fr;
  }

  .auth-flow__intro {
    min-height: auto;
    padding: 2rem 1.25rem 1.5rem;
  }

  .auth-card--light {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    padding: 1.5rem 1.25rem 2rem;
  }

  .auth-card__header {
    flex-direction: column;
  }

  .auth-card__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.auth-provider-list--tight {
  margin-top: 1.25rem;
}

.auth-help-list--compact {
  margin-top: 0.25rem;
}
