
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap");
body {
  font-family: "Noto Sans TC", "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", "Noto Sans TC", sans-serif;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.welcome-page .navbar.nav-bg-color {
  background: transparent !important;
  box-shadow: none !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease-out;
  padding: 1rem 0 2rem;
}
.welcome-page .navbar.nav-bg-color > .container {
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1200px) {
  .welcome-page .navbar.nav-bg-color > .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.welcome-page .navbar.nav-bg-color .navbar-brand {
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF !important;
  letter-spacing: -0.02em;
  transition: all 0.3s ease-out;
}
.welcome-page .navbar.nav-bg-color .navbar-brand svg text {
  transition: fill 0.3s ease;
}
.welcome-page .navbar.nav-bg-color .navbar-brand:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.welcome-page .navbar.nav-bg-color .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  transition: all 0.25s ease-out;
}
.welcome-page .navbar.nav-bg-color .nav-link:hover {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.1);
}
.welcome-page .navbar.nav-bg-color .nav-link:not(.dropdown-toggle) {
  position: relative;
}
.welcome-page .navbar.nav-bg-color .nav-link:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.25s ease-out;
  transform: translateX(-50%);
}
.welcome-page .navbar.nav-bg-color .nav-link:not(.dropdown-toggle):hover::after {
  width: 60%;
}
.welcome-page .navbar.nav-bg-color .dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
  margin-top: 0.5rem;
}
.welcome-page .navbar.nav-bg-color .dropdown-menu .dropdown-item {
  color: #1E293B !important;
  padding: 0.625rem 1rem;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
.welcome-page .navbar.nav-bg-color .dropdown-menu .dropdown-item:hover {
  background: rgba(99, 102, 241, 0.1);
  color: #6366F1 !important;
}
.welcome-page .navbar.nav-bg-color .welcome-main-nav .nav-link.active {
  color: #FFFFFF !important;
  font-weight: 600;
}
.welcome-page .navbar.nav-bg-color .welcome-main-nav .nav-link.active::after {
  width: 60% !important;
}
.welcome-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1.25rem !important;
  margin-left: 0.5rem;
  border-radius: 6px;
}
.welcome-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}
.welcome-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav::after {
  display: none !important;
}
.welcome-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav-cta {
  background: #F59E0B;
  border-color: #F59E0B;
  color: #1E293B !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px rgba(245, 158, 11, 0.35);
  transition: all 0.25s ease-out;
}
.welcome-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav-cta:hover {
  background: #FCD34D;
  border-color: #FCD34D;
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.5);
  transform: translateY(-1px);
  color: #1E293B !important;
}
.welcome-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav-cta::after {
  display: none !important;
}
.welcome-page .navbar.nav-bg-color .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 0.75rem;
  transition: all 0.2s ease-out;
}
.welcome-page .navbar.nav-bg-color .navbar-toggler:hover {
  background: rgba(255, 255, 255, 0.1);
}
.welcome-page .navbar.nav-bg-color .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.welcome-page .navbar.nav-bg-color .cart-link {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0.75rem;
  transition: all 0.2s ease-out;
}
.welcome-page .navbar.nav-bg-color .cart-link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.welcome-page.scrolled .navbar.nav-bg-color {
  position: fixed;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08) !important;
  padding: 0.75rem 0 1.25rem;
}
.welcome-page.scrolled .navbar.nav-bg-color .navbar-brand {
  color: #475569 !important;
  /* SVG Logo 文字在 scrolled 時變為深色 */
}
.welcome-page.scrolled .navbar.nav-bg-color .navbar-brand svg text {
  fill: #475569 !important;
  transition: fill 0.3s ease;
}
.welcome-page.scrolled .navbar.nav-bg-color .nav-link {
  color: #475569 !important;
}
.welcome-page.scrolled .navbar.nav-bg-color .nav-link:hover {
  color: #6366F1 !important;
  background: rgba(99, 102, 241, 0.08);
}
.welcome-page.scrolled .navbar.nav-bg-color .nav-link:not(.dropdown-toggle)::after {
  background: #6366F1;
}
.welcome-page.scrolled .navbar.nav-bg-color .navbar-toggler {
  border-color: #94A3B8;
}
.welcome-page.scrolled .navbar.nav-bg-color .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2830, 41, 59, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.welcome-page.scrolled .navbar.nav-bg-color .cart-link {
  background: rgba(99, 102, 241, 0.1);
}
.welcome-page.scrolled .navbar.nav-bg-color .cart-link:hover {
  background: rgba(99, 102, 241, 0.15);
}
.welcome-page.scrolled .navbar.nav-bg-color .welcome-main-nav .nav-link.active {
  color: #6366F1 !important;
  font-weight: 600;
}
.welcome-page.scrolled .navbar.nav-bg-color .nav-link.btn-nav {
  background: rgba(99, 102, 241, 0.08);
  border-color: rgba(99, 102, 241, 0.3);
  color: #6366F1 !important;
}
.welcome-page.scrolled .navbar.nav-bg-color .nav-link.btn-nav:hover {
  background: rgba(99, 102, 241, 0.15);
}
.welcome-page.scrolled .navbar.nav-bg-color .nav-link.btn-nav-cta {
  background: #6366F1;
  border-color: #6366F1;
  color: #FFFFFF !important;
  box-shadow: 0 2px 12px rgba(99, 102, 241, 0.3);
}
.welcome-page.scrolled .navbar.nav-bg-color .nav-link.btn-nav-cta:hover {
  background: #4F46E5;
  border-color: #4F46E5;
  color: #FFFFFF !important;
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4);
}
.welcome-page main.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.welcome-page .hero-section,
.welcome-page .features-section,
.welcome-page .why-choose-section,
.welcome-page .plans-section,
.welcome-page .process-section,
.welcome-page .cta-section,
.welcome-page .trust-section,
.welcome-page .plans-page-hero,
.welcome-page .plans-page-section,
.welcome-page .plans-comparison-section,
.welcome-page .plans-faq-entry-section,
.welcome-page .plans-faq-page-section {
  width: 100%;
  margin-left: 0;
}
.welcome-page footer.footer {
  margin-top: 0 !important;
}
@media (max-width: 991.98px) {
  .welcome-page .navbar.nav-bg-color {
    padding: 0.75rem 0;
  }
  .welcome-page .navbar.nav-bg-color > .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .welcome-page .navbar.nav-bg-color .navbar-collapse {
    background: rgba(30, 41, 59, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin: 0.75rem -1rem -0.75rem;
    padding: 1rem;
  }
  .welcome-page .navbar.nav-bg-color .navbar-nav .nav-link {
    padding: 0.75rem 1rem !important;
    margin-bottom: 0.25rem;
  }
  .welcome-page .navbar.nav-bg-color .navbar-nav .nav-link:not(.dropdown-toggle)::after {
    display: none;
  }
  .welcome-page .navbar.nav-bg-color .dropdown-menu {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    box-shadow: none;
    padding-left: 1rem;
  }
  .welcome-page .navbar.nav-bg-color .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  .welcome-page .navbar.nav-bg-color .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF !important;
  }
  .welcome-page.scrolled .navbar.nav-bg-color .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
  }
  .welcome-page.scrolled .navbar.nav-bg-color .dropdown-menu {
    background: rgba(99, 102, 241, 0.05);
  }
  .welcome-page.scrolled .navbar.nav-bg-color .dropdown-menu .dropdown-item {
    color: #475569 !important;
  }
  .welcome-page.scrolled .navbar.nav-bg-color .dropdown-menu .dropdown-item:hover {
    background: rgba(99, 102, 241, 0.1);
    color: #6366F1 !important;
  }
}

.hero-section {
  position: relative;
  background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
  min-height: 100vh;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 80% 50% at 20% 40%, rgba(139, 92, 246, 0.3) 0%, transparent 50%), radial-gradient(ellipse 60% 40% at 80% 60%, rgba(236, 72, 153, 0.2) 0%, transparent 50%), radial-gradient(ellipse 50% 30% at 50% 80%, rgba(99, 102, 241, 0.25) 0%, transparent 50%);
  animation: aurora-shift 10s ease-in-out infinite alternate;
  pointer-events: none;
}
.hero-section .hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.15) 1px, transparent 1px), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.12) 1px, transparent 1px), radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.08) 2px, transparent 2px), radial-gradient(circle at 60% 70%, rgba(255, 255, 255, 0.1) 1.5px, transparent 1.5px);
  background-size: 100px 100px, 150px 150px, 200px 200px, 120px 120px;
  animation: float-particles 25s linear infinite;
}

@keyframes aurora-shift {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0.8;
    transform: scale(1.05) translateY(-20px);
  }
}
@keyframes float-particles {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
.hero-content-wrapper {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 90px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-left: auto;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
@media (min-width: 992px) {
  .hero-content {
    padding-left: 5rem !important;
    padding-right: 4rem !important;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .hero-content {
    padding-left: 8rem !important;
  }
}

.paa-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0.625rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.paa-badge:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.paa-badge .badge-dot {
  width: 8px;
  height: 8px;
  background: #F59E0B;
  margin-right: 0.625rem;
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.6);
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.6);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.3);
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.8);
  }
}
.hero-title {
  color: #FFFFFF;
  line-height: 1.1;
}
.hero-title .paa-text {
  display: inline-block;
  font-size: 4.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #F59E0B 0%, #FCD34D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: paa-glow 2s ease-in-out infinite alternate;
}
@media (min-width: 768px) {
  .hero-title .paa-text {
    font-size: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .hero-title .paa-text {
    font-size: 6rem;
  }
}
.hero-title .title-line {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .hero-title .title-line {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .hero-title .title-line {
    font-size: 3.5rem;
  }
}
.hero-title .title-sub {
  font-size: 1.25rem;
  font-weight: 400;
  opacity: 0.9;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .hero-title .title-sub {
    font-size: 1.5rem;
  }
}

@keyframes paa-glow {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.15);
  }
}
.hero-desc {
  font-size: 1.0625rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
  max-width: 480px;
}
@media (min-width: 768px) {
  .hero-desc {
    font-size: 1.125rem;
  }
}
.hero-desc strong {
  color: #FCD34D;
}
.hero-desc .highlight {
  color: #FFFFFF;
  font-weight: 600;
}

.btn-primary-paa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
  color: #6366F1;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1.0625rem;
  text-decoration: none;
  transition: all 0.25s ease-out;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-primary-paa::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transition: left 0.5s ease;
}
.btn-primary-paa:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2);
  color: #4F46E5;
  text-decoration: none;
}
.btn-primary-paa:hover::before {
  left: 100%;
}
.btn-primary-paa:hover .btn-paa-sound {
  right: 1rem;
  opacity: 1;
}
.btn-primary-paa:active {
  transform: translateY(-2px);
}

.btn-outline-paa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #FFFFFF;
  padding: 1rem 1.75rem;
  border: 2px solid rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 1.0625rem;
  text-decoration: none;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
.btn-outline-paa:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.btn-outline-paa:active {
  transform: translateY(0);
}

.official-contact-hero {
  position: relative;
  padding: 9rem 0 5rem;
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #EC4899 100%);
  color: #FFFFFF;
  overflow: hidden;
}
.official-contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 72px;
  background: #FFFFFF;
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
}
.official-contact-hero .container {
  position: relative;
  z-index: 1;
}

.official-contact-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .official-contact-title {
    font-size: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .official-contact-title {
    font-size: 3.5rem;
  }
}

.official-contact-desc {
  font-size: 1.125rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.86);
}

.official-contact-section {
  padding: 3rem 0 5rem;
  background: #FFFFFF;
}

.official-contact-card {
  background: #FFFFFF;
  border: 1px solid rgba(99, 102, 241, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.09);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .official-contact-card {
    padding: 2rem;
  }
}

.official-contact-form .form-label {
  color: #1E293B;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.official-contact-form .form-label.required::after {
  content: " *";
  color: #DC2626;
}
.official-contact-form .form-control {
  border-radius: 8px;
  border-color: #E2E8F0;
  min-height: 46px;
}
.official-contact-form .form-control:focus {
  border-color: #6366F1;
  box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.16);
}
.official-contact-form textarea.form-control {
  min-height: 160px;
  resize: vertical;
}

.official-contact-privacy {
  color: #475569;
  line-height: 1.7;
}

.official-contact-submit {
  border: 0;
  border-radius: 8px;
  min-width: 132px;
  padding: 0.875rem 2rem;
}

.hero-stats-mini .stat-mini strong {
  font-size: 1.375rem;
  color: #FFFFFF;
  font-weight: 700;
}
.hero-stats-mini .stat-mini span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.hero-stats-mini .stat-divider {
  width: 1px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
}

.hero-visual-wrapper {
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.1);
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.gavel-animation {
  position: relative;
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gavel-head {
  position: relative;
  z-index: 3;
}
.gavel-head i {
  font-size: 10rem;
  color: #FFFFFF;
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.3));
  animation: gavel-swing 3s ease-in-out infinite;
  transform-origin: bottom right;
}

@keyframes gavel-swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(-5deg);
  }
}
.gavel-impact {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.gavel-impact .paa-burst {
  position: relative;
  z-index: 4;
  font-size: 3rem;
  font-weight: 800;
  color: #F59E0B;
  text-shadow: 0 0 40px rgba(245, 158, 11, 0.8);
  animation: paa-burst 3s ease-in-out infinite;
}
.gavel-impact .impact-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gavel-impact .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid rgba(245, 158, 11, 0.5);
  animation: ring-expand 3s ease-out infinite;
}
.gavel-impact .ring.ring-1 {
  width: 60px;
  height: 60px;
  animation-delay: 0.5s;
}
.gavel-impact .ring.ring-2 {
  width: 100px;
  height: 100px;
  animation-delay: 0.7s;
}
.gavel-impact .ring.ring-3 {
  width: 150px;
  height: 150px;
  animation-delay: 0.9s;
}

@keyframes paa-burst {
  0%, 40%, 100% {
    opacity: 0;
    transform: scale(0.8);
  }
  45%, 70% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ring-expand {
  0%, 40% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.success-icons {
  position: absolute;
  width: 100%;
  height: 100%;
}

.icon-float {
  position: absolute;
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #6366F1;
  font-size: 1.375rem;
  animation: icon-float 6s ease-in-out infinite;
}
.icon-float.icon-1 {
  top: 8%;
  left: 8%;
  animation-delay: 0s;
}
.icon-float.icon-2 {
  top: 5%;
  right: 12%;
  animation-delay: 1.5s;
}
.icon-float.icon-3 {
  bottom: 18%;
  left: 5%;
  animation-delay: 3s;
}
.icon-float.icon-4 {
  bottom: 8%;
  right: 8%;
  animation-delay: 4.5s;
}

@keyframes icon-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.hero-wave svg {
  width: 100%;
  height: 120px;
}

.features-section {
  background: #FFFFFF;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.features-header-col {
  background: #F1F5F9;
  min-height: 400px;
}
@media (min-width: 992px) {
  .features-header-col {
    min-height: 500px;
  }
}

.features-header-content {
  max-width: 400px;
}
@media (min-width: 992px) {
  .features-header-content {
    margin-left: auto;
    padding-right: 3rem !important;
  }
}

.features-cards-col {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 245, 249, 0.42) 100%);
  border-top: 1px solid rgba(30, 41, 59, 0.06);
  border-bottom: 1px solid rgba(30, 41, 59, 0.08);
}
@media (min-width: 992px) {
  .features-cards-col {
    border-left: 1px solid rgba(30, 41, 59, 0.08);
    border-top: none;
  }
}
@media (max-width: 991.98px) {
  .features-cards-col {
    border-top: 1px solid rgba(30, 41, 59, 0.08);
  }
}

.section-tag {
  display: inline-block;
  background: rgba(99, 102, 241, 0.1);
  color: #6366F1;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1E293B;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.75rem;
  }
}

.section-desc {
  font-size: 1.0625rem;
  color: #475569;
  max-width: 500px;
}
@media (min-width: 768px) {
  .section-desc {
    font-size: 1.125rem;
  }
}

.feature-card {
  position: relative;
  background: #FFFFFF;
  border: none;
  border-right: 1px solid #F1F5F9;
  padding: 2.5rem 2rem;
  transition: all 0.3s ease-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media (min-width: 992px) {
  .feature-card {
    padding: 3rem 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .feature-card {
    border-right: none;
    border-bottom: 1px solid #E2E8F0;
  }
}
.feature-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.feature-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.02) 0%, rgba(99, 102, 241, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.feature-card:hover {
  background: #FFFFFF;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.feature-card:hover::before {
  transform: scaleX(1);
}
.feature-card:hover::after {
  opacity: 1;
}
.feature-card:hover .feature-icon .icon-bg {
  transform: scale(1);
}
.feature-card:hover .feature-icon i {
  color: #FFFFFF;
  transform: scale(1.1);
}
.feature-card:hover .feature-number {
  opacity: 0.08;
  transform: translateY(-5px);
}
.feature-card .feature-icon {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.feature-card .feature-icon .icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  transform: scale(0);
  transition: transform 0.4s ease;
}
.feature-card .feature-icon i {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  color: #6366F1;
  transition: all 0.4s ease;
}
.feature-card .feature-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 4rem;
  font-weight: 800;
  color: #E2E8F0;
  line-height: 1;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  .feature-card .feature-number {
    font-size: 5rem;
  }
}
.feature-card h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 0.875rem;
}
.feature-card p {
  color: #475569;
  line-height: 1.75;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  flex-grow: 1;
}
.feature-card .feature-highlight {
  display: inline-flex;
  align-items: center;
  background: rgba(99, 102, 241, 0.1);
  color: #6366F1;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

.process-section {
  background: #FFFFFF;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  border-top: 2px solid rgba(30, 41, 59, 0.12);
  box-shadow: inset 0 18px 28px -28px rgba(30, 41, 59, 0.5);
}

.process-header-col {
  background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
  min-height: 400px;
}
@media (min-width: 992px) {
  .process-header-col {
    min-height: 450px;
  }
}

.process-header-content {
  max-width: 350px;
}
@media (min-width: 992px) {
  .process-header-content {
    margin-left: auto;
    padding-right: 3rem !important;
  }
}

.section-tag-light {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.section-title-light {
  color: #FFFFFF;
}

.section-desc-light {
  color: rgba(255, 255, 255, 0.8);
}

.process-steps-col {
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.75) 0%, rgba(255, 255, 255, 0.95) 100%);
  border-top: 1px solid rgba(30, 41, 59, 0.08);
  border-bottom: 1px solid rgba(30, 41, 59, 0.08);
}
@media (min-width: 992px) {
  .process-steps-col {
    border-left: 1px solid rgba(30, 41, 59, 0.1);
    border-top: none;
  }
}

.process-step-card {
  position: relative;
  background: #FFFFFF;
  border-right: 1px solid #F1F5F9;
  padding: 3rem 2rem;
  text-align: center;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .process-step-card {
    padding: 4rem 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .process-step-card {
    border-right: none;
    border-bottom: 1px solid #E2E8F0;
  }
}
.process-step-card:hover {
  background: #FFFFFF;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.process-step-card:hover .step-icon-lg {
  transform: scale(1.15) rotate(-5deg);
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.3);
}
.process-step-card:hover .step-icon-lg i {
  color: #FFFFFF;
}
.process-step-card:hover .step-number-badge {
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  color: #FFFFFF;
  transform: scale(1.1);
}
.process-step-card .step-number-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 32px;
  height: 32px;
  background: #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #94A3B8;
  transition: all 0.3s ease-out;
}
.process-step-card .step-icon-lg {
  width: 80px;
  height: 80px;
  background: rgba(99, 102, 241, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.process-step-card .step-icon-lg i {
  font-size: 2rem;
  color: #6366F1;
  transition: color 0.4s ease;
}
.process-step-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 0.75rem;
}
.process-step-card p {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.7;
}

.process-step-card-highlight {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(245, 158, 11, 0.05) 100%);
}
.process-step-card-highlight .step-number-badge {
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  color: #FFFFFF;
}
.process-step-card-highlight .step-icon-lg {
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
}
.process-step-card-highlight .step-icon-lg i {
  color: #FFFFFF;
}
.process-step-card-highlight .paa-label {
  display: inline-block;
  background: linear-gradient(135deg, #F59E0B 0%, #FCD34D 100%);
  color: #FFFFFF;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  animation: paa-pulse 2s ease-in-out infinite;
}

@keyframes paa-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.cta-section {
  position: relative;
  background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
@media (min-width: 768px) {
  .cta-section {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

.cta-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cta-bg-elements .cta-circle {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
}
.cta-bg-elements .cta-circle.cta-circle-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
}
.cta-bg-elements .cta-circle.cta-circle-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -100px;
}
.cta-bg-elements .cta-gavel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  font-size: 15rem;
  color: rgba(255, 255, 255, 0.03);
}
@media (min-width: 768px) {
  .cta-bg-elements .cta-gavel {
    font-size: 20rem;
  }
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .cta-title {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .cta-title {
    font-size: 3rem;
  }
}
.cta-title .cta-highlight {
  color: #FCD34D;
}

.cta-desc {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .cta-desc {
    font-size: 1.25rem;
  }
}

.btn-cta {
  display: inline-block;
  position: relative;
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
  color: #6366F1;
  padding: 1.125rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-cta {
    padding: 1.25rem 3rem;
    font-size: 1.25rem;
  }
}
.btn-cta .btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: btn-shine 3s ease-in-out infinite;
}
.btn-cta:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25), 0 0 60px rgba(99, 102, 241, 0.2);
  color: #4F46E5;
  text-decoration: none;
}
.btn-cta:active {
  transform: translateY(-2px) scale(1.01);
}

@keyframes btn-shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.cta-trust {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
}

.trust-section {
  background: #F1F5F9;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.trust-card {
  background: #FFFFFF;
  border-right: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  .trust-card {
    padding: 3rem 2rem;
    border-bottom: none;
  }
}
.trust-card:last-child {
  border-right: none;
}
@media (max-width: 991.98px) {
  .trust-card:nth-child(2n) {
    border-right: none;
  }
  .trust-card:nth-child(n+3) {
    border-bottom: none;
  }
}
.trust-card:hover {
  background: #FFFFFF;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.trust-card:hover .trust-card-icon {
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  transform: scale(1.15) rotate(-5deg);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}
.trust-card:hover .trust-card-icon i {
  color: #FFFFFF;
}
.trust-card:hover .trust-card-badge {
  opacity: 1;
  transform: scale(1);
}
.trust-card:hover h5 {
  color: #6366F1;
}
.trust-card .trust-card-icon {
  width: 70px;
  height: 70px;
  background: rgba(99, 102, 241, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  transition: all 0.4s ease;
}
.trust-card .trust-card-icon i {
  font-size: 1.75rem;
  color: #6366F1;
  transition: color 0.3s ease;
}
.trust-card h5 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease-out;
}
@media (min-width: 768px) {
  .trust-card h5 {
    font-size: 1.25rem;
  }
}
.trust-card p {
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .trust-card p {
    font-size: 0.9375rem;
  }
}
.trust-card .trust-card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #6366F1;
  font-size: 1rem;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  .trust-card .trust-card-badge {
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
  }

  .hero-content-wrapper {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .hero-content .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content .hero-stats-mini {
    justify-content: center;
  }

  .hero-cta {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .hero-title .paa-text {
    font-size: 3.5rem;
  }
  .hero-title .title-line {
    font-size: 2rem;
  }
  .hero-title .title-sub {
    font-size: 1.125rem;
  }

  .hero-content {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .btn-primary-paa,
.btn-outline-paa {
    width: 100%;
  }

  .section-title {
    font-size: 1.875rem;
  }

  .feature-card {
    padding: 1.5rem;
  }
}
html {
  scroll-behavior: smooth;
}

*:focus-visible {
  outline: 2px solid #6366F1;
  outline-offset: 2px;
}

::selection {
  background: rgba(99, 102, 241, 0.2);
  color: #1E293B;
}

.icon-float.icon-1 {
  animation: icon-float-1 5s ease-in-out infinite;
}
.icon-float.icon-2 {
  animation: icon-float-2 6s ease-in-out infinite;
}
.icon-float.icon-3 {
  animation: icon-float-3 5.5s ease-in-out infinite;
}
.icon-float.icon-4 {
  animation: icon-float-4 6.5s ease-in-out infinite;
}

@keyframes icon-float-1 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(5deg);
  }
}
@keyframes icon-float-2 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(-5deg);
  }
}
@keyframes icon-float-3 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-18px) rotate(3deg);
  }
}
@keyframes icon-float-4 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-22px) rotate(-3deg);
  }
}
.glass-effect {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.gradient-text {
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

a {
  transition: color 0.2s ease-out;
}

.audience-section .section-title,
.why-choose-section .section-title,
.plans-section .section-title,
.capabilities-section .section-title {
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.audience-section .section-desc,
.why-choose-section .section-desc,
.plans-section .section-desc,
.capabilities-section .section-desc {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: pretty;
}

.hero-title {
  margin-bottom: 1.25rem !important;
}
.hero-title .title-sub {
  max-width: 13ch;
  line-height: 1.28;
  text-wrap: balance;
}

.hero-desc,
.section-desc,
.feature-card p,
.trust-card p,
.process-step-card p,
.cta-desc {
  text-wrap: pretty;
}

.hero-cta {
  gap: 0.875rem;
  align-items: stretch;
}
.hero-cta .btn-primary-paa,
.hero-cta .btn-outline-paa,
.hero-cta .btn-cta {
  min-height: 56px;
}

.audience-section .feature-number,
.why-choose-section .feature-number {
  display: none !important;
}

.why-choose-section,
.plans-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.why-choose-section {
  background: #FFFFFF;
}

.plans-section {
  background: #eaf2ff;
}

.feature-card {
  border: 1px solid #E2E8F0;
  border-right: 1px solid #E2E8F0;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.9rem 1.5rem;
}
.feature-card h3 {
  min-height: 3.7rem;
  line-height: 1.4;
}
.feature-card p {
  line-height: 1.72;
  flex-grow: 1;
}
.feature-card .feature-highlight {
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(30, 41, 59, 0.08);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.feature-card .feature-highlight span {
  display: inline-block;
  flex: 1 1 auto;
}

.plan-card h3 {
  min-height: auto;
  margin-bottom: 0.75rem;
}
.plan-card > p {
  margin-bottom: 0.8rem;
}
.plan-card > p:first-of-type strong {
  display: block;
  font-size: 1rem;
  line-height: 1.55;
  color: #1E293B;
}
.plan-card > p:nth-of-type(2),
.plan-card > p:nth-of-type(3) {
  min-height: 3.2rem;
}

.process-step-card .step-number-badge {
  width: 34px;
  height: 34px;
  font-size: 0.95rem;
}
.process-step-card h4 {
  min-height: 4rem;
  text-wrap: balance;
}

.capabilities-section .trust-card {
  border: 1px solid #E2E8F0;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.capabilities-section .trust-card h5 {
  min-height: 3.2rem;
  line-height: 1.4;
}
.capabilities-section .trust-card p {
  min-height: 5.8rem;
  line-height: 1.7;
}

.cta-title {
  text-wrap: balance;
}

.cta-desc {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.cta-trust {
  margin-top: 1.5rem !important;
}

@media (max-width: 991.98px) {
  .feature-card,
.capabilities-section .trust-card,
.process-step-card {
    padding: 1.6rem 1.35rem;
  }

  .feature-card h3,
.plan-card > p:nth-of-type(2),
.plan-card > p:nth-of-type(3),
.process-step-card h4,
.capabilities-section .trust-card h5,
.capabilities-section .trust-card p {
    min-height: auto;
  }

  .hero-title .title-sub {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .paa-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
  }

  .hero-cta {
    gap: 0.75rem;
  }

  .section-title {
    font-size: 1.75rem;
    line-height: 1.35;
  }

  .feature-card,
.capabilities-section .trust-card,
.process-step-card {
    padding: 1.4rem 1.2rem;
  }

  .feature-card h3 {
    font-size: 1.22rem;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-desc br,
.hero-desc br,
.section-desc br,
.process-step-card p br {
    display: none;
  }
}
.audience-section .section-tag,
.why-choose-section .section-tag,
.plans-section .section-tag,
.capabilities-section .section-tag {
  margin-bottom: 0.25rem;
}
.audience-section .section-title,
.why-choose-section .section-title,
.plans-section .section-title,
.capabilities-section .section-title {
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin-bottom: 1rem;
}
.audience-section .section-desc,
.why-choose-section .section-desc,
.plans-section .section-desc,
.capabilities-section .section-desc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.85;
  text-wrap: pretty;
}

.hero-title {
  margin-bottom: 1.5rem !important;
}
.hero-title .title-sub {
  max-width: 13ch;
  line-height: 1.28;
  text-wrap: balance;
  display: block;
  margin-top: 0.85rem !important;
}

.hero-desc,
.section-desc,
.feature-card p,
.trust-card p,
.process-step-card p,
.cta-desc {
  text-wrap: pretty;
  word-break: normal;
}

.hero-cta {
  gap: 0.875rem;
  align-items: stretch;
  margin-top: 0.5rem;
}
.hero-cta .btn-primary-paa,
.hero-cta .btn-outline-paa,
.hero-cta .btn-cta {
  min-height: 56px;
}
.hero-cta .btn-primary-paa,
.hero-cta .btn-cta {
  min-width: 180px;
}
.hero-cta .btn-outline-paa {
  background: rgba(255, 255, 255, 0.02);
}

.feature-card {
  border: 1px solid #E2E8F0;
  border-right: 1px solid #E2E8F0;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 2rem 1.5rem;
}
.feature-card .feature-number {
  margin-bottom: 1rem;
}
.feature-card h3 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 0.9rem;
  min-height: 3.9rem;
  display: flex;
  align-items: flex-start;
}
.feature-card p {
  line-height: 1.8;
  margin-bottom: 0;
  color: #475569;
  flex-grow: 1;
}
.feature-card .feature-highlight {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(30, 41, 59, 0.08);
  font-size: 0.9375rem;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.feature-card .feature-highlight span {
  display: inline-block;
  flex: 1 1 auto;
}

.audience-section .feature-card .feature-number {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 0.875rem;
  color: #6366F1;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.12);
  border-radius: 999px;
  margin-bottom: 1rem;
}

.why-choose-section .feature-card .feature-number {
  display: none;
}

.why-card h3 {
  min-height: 4.2rem;
}

.plan-card {
  border-radius: 0;
}
.plan-card h3 {
  min-height: auto;
  margin-bottom: 0.75rem;
}
.plan-card > p {
  margin-bottom: 0.9rem;
}
.plan-card > p:first-of-type strong {
  display: block;
  color: #1E293B;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.6;
}
.plan-card > p:nth-of-type(2) {
  min-height: 3.4rem;
}
.plan-card > p:nth-of-type(3) {
  min-height: 7.6rem;
}
.plan-card p strong {
  display: inline-block;
  color: #1E293B;
  font-weight: 700;
}
.plan-card .feature-highlight {
  margin-top: auto;
}
.plan-card .plan-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background: rgba(99, 102, 241, 0.08);
  color: #6366F1;
  border: 1px solid rgba(99, 102, 241, 0.12);
  padding: 0.35rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.plan-card .plan-badge.plan-badge-coming {
  background: rgba(108, 117, 125, 0.08);
  color: #6c757d;
  border-color: rgba(108, 117, 125, 0.15);
}

.plans-link-inline {
  display: inline-flex;
  align-items: center;
  color: #6366F1;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(99, 102, 241, 0.25);
  padding-bottom: 0.2rem;
}
.plans-link-inline:hover {
  color: #4F46E5;
  border-bottom-color: rgba(79, 70, 229, 0.4);
  text-decoration: none;
}

.plans-page-section .feature-card,
.plans-faq-page-section .feature-card {
  padding: 2rem 1.6rem;
}

.plans-page-hero .section-title,
.plans-faq-page-section .section-title,
.plans-page-section .section-title,
.plans-comparison-section .section-title,
.plans-faq-entry-section .section-title {
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.plans-page-hero .section-desc,
.plans-faq-page-section .section-desc,
.plans-page-section .section-desc,
.plans-comparison-section .section-desc,
.plans-faq-entry-section .section-desc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  text-wrap: pretty;
}

.plans-page-hero,
.plans-page-section,
.plans-comparison-section,
.plans-faq-entry-section,
.plans-faq-page-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.plans-page-section {
  background: #FFFFFF;
}

.plans-comparison-section {
  background: #eef4ff;
}

.plans-faq-entry-section {
  background: #FFFFFF;
}

.plans-faq-page-section {
  background: #FFFFFF;
}

.comparison-table-wrap {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.difference-list {
  padding-left: 1.25rem;
}
.difference-list li {
  margin-bottom: 0.9rem;
  line-height: 1.8;
  color: #1E293B;
}
.difference-list li:last-child {
  margin-bottom: 0;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem 1.25rem;
  vertical-align: middle;
  border-color: #E2E8F0;
}
.comparison-table thead th {
  background: #F1F5F9;
  color: #1E293B;
  font-weight: 700;
}
.comparison-table tbody td:first-child {
  font-weight: 600;
  color: #1E293B;
  white-space: nowrap;
}

.plan-price-callout,
.comparison-price-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.plans-early-bird-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0.8rem 1.1rem;
  background: rgba(249, 115, 22, 0.08);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: #EA580C;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.6;
}

.early-bird-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.75rem;
  background: linear-gradient(135deg, #F97316 0%, #F59E0B 100%);
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.2);
}

.plan-price-value,
.comparison-price-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1E293B;
  line-height: 1.4;
}

.process-step-card {
  padding: 2.5rem 1.75rem;
}
.process-step-card .step-number-badge {
  width: 34px;
  height: 34px;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.process-step-card h4 {
  line-height: 1.45;
  min-height: 4.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: balance;
}
.process-step-card p {
  line-height: 1.75;
  text-wrap: pretty;
}

.capabilities-section .trust-card {
  border: 1px solid #E2E8F0;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 2rem 1.5rem;
}
.capabilities-section .trust-card h5 {
  line-height: 1.45;
  min-height: 3.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.9rem;
}
.capabilities-section .trust-card p {
  line-height: 1.8;
  min-height: 8.8rem;
}
.capabilities-section .trust-card .trust-card-icon {
  margin: 0 0 1.25rem;
  width: 60px;
  height: 60px;
}

.cta-title {
  text-wrap: balance;
  line-height: 1.25;
}

.cta-desc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem !important;
}

.cta-trust {
  margin-top: 1.5rem !important;
}

.why-choose-section,
.plans-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.why-choose-section {
  background: #FFFFFF;
}

.plans-section {
  background: #eef4ff;
}

@media (max-width: 991.98px) {
  .feature-card,
.capabilities-section .trust-card,
.process-step-card {
    padding: 1.75rem 1.5rem;
  }

  .feature-card h3,
.plan-card > p:nth-of-type(2),
.plan-card > p:nth-of-type(3),
.process-step-card h4,
.capabilities-section .trust-card h5,
.capabilities-section .trust-card p {
    min-height: auto;
  }

  .hero-title .title-sub {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .hero-cta {
    gap: 0.75rem;
  }

  .plans-page-hero .container,
.plans-page-section .container,
.plans-comparison-section .container,
.plans-faq-entry-section .container,
.plans-faq-page-section .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paa-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
  }

  .section-title {
    font-size: 1.75rem;
    line-height: 1.35;
  }

  .feature-card,
.capabilities-section .trust-card,
.process-step-card {
    padding: 1.5rem 1.25rem;
  }

  .feature-card h3 {
    font-size: 1.25rem;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-desc br,
.hero-desc br,
.section-desc br,
.process-step-card p br {
    display: none;
  }
}
.welcome-page.welcome-index-page {
  background: #f7f9fb;
  color: #101820;
}
.welcome-page.welcome-index-page .navbar.nav-bg-color {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(16, 24, 32, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(16, 24, 32, 0.12) !important;
  padding: 0.9rem 0;
}
.welcome-page.welcome-index-page .navbar.nav-bg-color > .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .navbar-brand {
  color: #FFFFFF !important;
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .navbar-brand svg text {
  fill: #FFFFFF !important;
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  border-radius: 0.25rem;
  letter-spacing: 0;
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .nav-link:hover {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.08);
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .nav-link:not(.dropdown-toggle)::after {
  background: #ffcf24;
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .welcome-main-nav .nav-link.active {
  color: #FFFFFF !important;
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #FFFFFF !important;
  border-radius: 0.25rem;
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav:hover {
  background: rgba(255, 255, 255, 0.14);
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav-cta {
  background: #ffcf24;
  border-color: #ffcf24;
  color: #101820 !important;
  box-shadow: 0 8px 20px rgba(255, 207, 36, 0.32);
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav-cta:hover {
  background: #ffcb10;
  border-color: #ffcb10;
  color: #101820 !important;
  box-shadow: 0 10px 24px rgba(255, 207, 36, 0.42);
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.28);
}
.welcome-page.welcome-index-page .navbar.nav-bg-color .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.welcome-page.welcome-index-page.scrolled .navbar.nav-bg-color {
  position: fixed;
  background: rgba(16, 24, 32, 0.98) !important;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 38px rgba(16, 24, 32, 0.18) !important;
  padding: 0.72rem 0;
}
.welcome-page.welcome-index-page.scrolled .navbar.nav-bg-color .nav-link.btn-nav-cta {
  background: #ffcf24;
  border-color: #ffcf24;
  color: #101820 !important;
}
.welcome-page.welcome-index-page.scrolled .navbar.nav-bg-color .nav-link.btn-nav-cta:hover {
  background: #ffcb10;
  border-color: #ffcb10;
  color: #101820 !important;
}
.welcome-page.welcome-index-page footer.footer {
  background: #101820 !important;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.welcome-page.welcome-index-page footer.footer .text-light,
.welcome-page.welcome-index-page footer.footer a {
  color: rgba(255, 255, 255, 0.86) !important;
}
.welcome-page.welcome-index-page footer.footer a:hover {
  color: #ffcf24 !important;
}

@media (min-width: 576px) {
  .welcome-page.welcome-index-page .navbar.nav-bg-color > .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .welcome-page.welcome-index-page .navbar.nav-bg-color > .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .welcome-page.welcome-index-page .navbar.nav-bg-color > .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .welcome-page.welcome-index-page .navbar.nav-bg-color > .container {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .welcome-page.welcome-index-page .navbar.nav-bg-color .navbar-collapse {
    background: rgba(16, 24, 32, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(16, 24, 32, 0.12);
  }
  .welcome-page.welcome-index-page .navbar.nav-bg-color .dropdown-menu {
    background: rgba(255, 255, 255, 0.08);
  }
  .welcome-page.welcome-index-page .navbar.nav-bg-color .dropdown-menu .dropdown-item {
    color: #FFFFFF !important;
  }
}
.welcome-home {
  background: #f7f9fb;
  color: #101820;
  overflow: hidden;
}
.welcome-home a {
  color: #1ea896;
}

.welcome-home-hero {
  position: relative;
  min-height: 760px;
  padding: 9rem 0 5rem;
  background: #fbfcfd;
  overflow: hidden;
}
.welcome-home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44%;
  background: #eef4f3;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}
.welcome-home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(16, 24, 32, 0.08);
}
.welcome-home-hero .container {
  position: relative;
  z-index: 1;
}

.home-hero-ornaments {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-ornament {
  position: absolute;
  display: block;
}

.home-ornament-solid {
  right: max(1.5rem, (100vw - 1140px) / 2 - 36px);
  bottom: 72px;
  width: 148px;
  height: 148px;
  background: rgba(255, 207, 36, 0.14);
  border: 1px solid rgba(255, 207, 36, 0.32);
  border-radius: 8px;
  transform: rotate(8deg);
}

.home-ornament-line {
  top: 220px;
  right: max(1.5rem, (100vw - 1140px) / 2 + 64px);
  width: 152px;
  height: 86px;
  border-top: 1px solid rgba(16, 24, 32, 0.1);
  border-right: 1px solid rgba(16, 24, 32, 0.1);
}
.home-ornament-line::before, .home-ornament-line::after {
  content: "";
  position: absolute;
  right: -1px;
  width: 58px;
  height: 1px;
  background: rgba(16, 24, 32, 0.1);
}
.home-ornament-line::before {
  top: 24px;
}
.home-ornament-line::after {
  top: 50px;
}

.home-ornament-bolt {
  left: max(1.25rem, (100vw - 1140px) / 2 + 418px);
  bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #101820;
  border-radius: 8px;
  color: #ffcf24;
  font-size: 1.2rem;
  transform: rotate(-8deg);
  box-shadow: 0 16px 36px rgba(16, 24, 32, 0.12);
}

.welcome-home-hero-copy {
  max-width: 560px;
}

.home-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.55rem 0.85rem;
  background: #FFFFFF;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 999px;
  color: #27313f;
  font-size: 0.92rem;
  line-height: 1.45;
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.06);
}

.home-badge-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-right: 0.6rem;
  background: #ffcf24;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 207, 36, 0.24);
}

.home-hero-title {
  color: #101820;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-brand {
  display: block;
  font-size: 4.25rem;
  font-weight: 800;
  letter-spacing: 0;
}

.home-hero-subtitle {
  max-width: 14ch;
  color: #27313f;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-hero-desc {
  max-width: 520px;
  color: #667085;
  font-size: 1.08rem;
  line-height: 1.9;
  text-wrap: pretty;
}

.home-actions {
  gap: 0.85rem;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.85rem 1.35rem;
  border-radius: 0.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.home-btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
.home-btn:focus-visible {
  outline: 2px solid #1ea896;
  outline-offset: 3px;
}

.home-btn-primary {
  background: #ffcf24;
  border: 1px solid #ffcf24;
  color: #101820 !important;
  box-shadow: 0 14px 30px rgba(255, 207, 36, 0.36);
}
.home-btn-primary:hover {
  background: #ffcb10;
  border-color: #ffcb10;
  color: #101820 !important;
  box-shadow: 0 18px 36px rgba(255, 207, 36, 0.46);
}

.home-btn-secondary {
  background: #FFFFFF;
  border: 1px solid rgba(16, 24, 32, 0.12);
  color: #101820 !important;
  box-shadow: 0 12px 26px rgba(16, 24, 32, 0.06);
}
.home-btn-secondary:hover {
  background: #eef4f3;
  color: #101820 !important;
  box-shadow: 0 14px 30px rgba(16, 24, 32, 0.08);
}

.home-btn-dark-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #FFFFFF !important;
}
.home-btn-dark-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #FFFFFF !important;
}

.home-product-stage {
  position: relative;
  min-height: 520px;
  margin-left: 1.5rem;
}
.home-product-stage::before {
  content: "";
  position: absolute;
  top: 82px;
  right: 18px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(30, 168, 150, 0.18);
  border-radius: 8px;
  transform: rotate(6deg);
}

.home-stage-rail {
  position: absolute;
  left: 46px;
  right: 8px;
  height: 1px;
  background: rgba(16, 24, 32, 0.1);
}
.home-stage-rail::before, .home-stage-rail::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.home-stage-rail::before {
  left: 0;
  background: #ffcf24;
}
.home-stage-rail::after {
  right: 0;
  background: #1ea896;
}

.home-stage-rail-top {
  top: 96px;
}

.home-stage-rail-bottom {
  bottom: 92px;
  left: 92px;
  right: 44px;
}

.home-stage-card {
  position: absolute;
  background: #FFFFFF;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(16, 24, 32, 0.12);
}

.home-store-card {
  top: 40px;
  right: 0;
  width: min(100%, 510px);
  padding: 1rem;
}

.home-window-bar {
  display: flex;
  align-items: center;
  height: 30px;
  border-bottom: 1px solid rgba(16, 24, 32, 0.07);
}
.home-window-bar span {
  width: 8px;
  height: 8px;
  margin-right: 0.45rem;
  background: rgba(16, 24, 32, 0.18);
  border-radius: 50%;
}
.home-window-bar span:first-child {
  background: #ffcf24;
}
.home-window-bar span:last-child {
  background: #1ea896;
}

.home-store-preview {
  padding: 1rem 0 0;
}

.home-store-hero-block {
  position: relative;
  overflow: hidden;
  height: 142px;
  background: #eef4f3;
  border-radius: 8px;
}
.home-store-hero-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 48%;
  background: rgba(16, 24, 32, 0.86);
}

.home-store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 0.9rem;
}

.home-product-tile {
  padding: 0.8rem;
  background: #fbfcfd;
  border: 1px solid rgba(16, 24, 32, 0.06);
  border-radius: 8px;
}

.home-product-image {
  height: 86px;
  background: #fff3b8;
  border-radius: 8px;
}

.home-line {
  height: 8px;
  margin-top: 0.75rem;
  background: rgba(16, 24, 32, 0.14);
  border-radius: 999px;
}

.home-line-wide {
  width: 82%;
}

.home-line-short {
  width: 48%;
}

.home-order-card {
  left: 0;
  bottom: 72px;
  width: 250px;
  padding: 1rem;
}

.home-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #ddf3ef;
  border-radius: 8px;
  color: #1ea896;
  font-size: 1.25rem;
}

.home-order-lines {
  margin-top: 1rem;
}
.home-order-lines span {
  display: block;
  height: 9px;
  margin-bottom: 0.55rem;
  background: rgba(16, 24, 32, 0.14);
  border-radius: 999px;
}
.home-order-lines span:nth-child(1) {
  width: 84%;
}
.home-order-lines span:nth-child(2) {
  width: 64%;
}
.home-order-lines span:nth-child(3) {
  width: 72%;
}

.home-order-status {
  width: 92px;
  height: 28px;
  margin-top: 0.85rem;
  background: #ffcf24;
  border-radius: 999px;
}

.home-dashboard-card {
  top: 0;
  left: 34px;
  width: 218px;
  padding: 1rem;
}

.home-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-dashboard-header span {
  display: block;
  height: 9px;
  background: rgba(16, 24, 32, 0.14);
  border-radius: 999px;
}
.home-dashboard-header span:first-child {
  width: 86px;
}
.home-dashboard-header span:last-child {
  width: 38px;
  background: #1ea896;
}

.home-dashboard-chart {
  display: flex;
  align-items: end;
  gap: 0.55rem;
  height: 92px;
  margin-top: 1rem;
}
.home-dashboard-chart span {
  display: block;
  flex: 1 1 0;
  background: #eef4f3;
  border-radius: 8px 8px 0 0;
}
.home-dashboard-chart span:nth-child(1) {
  height: 42%;
}
.home-dashboard-chart span:nth-child(2) {
  height: 70%;
  background: #ffcf24;
}
.home-dashboard-chart span:nth-child(3) {
  height: 56%;
}
.home-dashboard-chart span:nth-child(4) {
  height: 88%;
  background: #1ea896;
}

.home-stage-bolt {
  position: absolute;
  right: 34px;
  bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  background: #ffcf24;
  border: 8px solid #f7f9fb;
  border-radius: 50%;
  color: #101820;
  font-size: 2rem;
  box-shadow: 0 18px 36px rgba(255, 207, 36, 0.36);
}

.welcome-home-section {
  position: relative;
  padding: 5.5rem 0;
}
.welcome-home-section > .container {
  position: relative;
  z-index: 1;
}

.home-section-heading {
  max-width: 780px;
  margin: 0 auto 3.25rem;
}
.home-section-heading h2 {
  margin: 0.9rem 0 1rem;
  color: #101820;
  font-size: 2.55rem;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
  text-wrap: balance;
}
.home-section-heading p {
  margin: 0;
  color: #667085;
  font-size: 1.05rem;
  line-height: 1.85;
  text-wrap: pretty;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.7rem;
  background: #ddf3ef;
  border: 1px solid rgba(30, 168, 150, 0.12);
  border-radius: 999px;
  color: #188577;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.home-section-title {
  margin-bottom: 0;
  color: #101820;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-section-desc {
  color: #667085;
  font-size: 1.03rem;
  line-height: 1.85;
  text-wrap: pretty;
}

.home-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.55rem;
  background: #FFFFFF;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 24, 32, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
}
.home-card::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 34px;
  height: 34px;
  border-top: 2px solid rgba(255, 207, 36, 0.7);
  border-right: 2px solid rgba(30, 168, 150, 0.45);
  opacity: 0.78;
}
.home-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 168, 150, 0.24);
  box-shadow: 0 24px 54px rgba(16, 24, 32, 0.1);
}
.home-card h3 {
  margin-bottom: 0.9rem;
  color: #101820;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0;
  text-wrap: balance;
}
.home-card p {
  color: #667085;
  line-height: 1.78;
  text-wrap: pretty;
}

.home-card-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1.25rem;
  background: #ffcf24;
  border-radius: 8px;
  color: #101820;
  font-size: 1.2rem;
}

.home-card-highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(16, 24, 32, 0.08);
  color: #188577;
  font-weight: 700;
  line-height: 1.6;
}
.home-card-highlight i {
  flex: 0 0 auto;
  margin-top: 0.25rem;
}

.welcome-home-audience {
  position: relative;
  background: #FFFFFF;
}
.welcome-home-audience::before {
  content: "";
  position: absolute;
  top: 3rem;
  right: max(1rem, (100vw - 1140px) / 2 - 44px);
  width: 170px;
  height: 170px;
  border: 1px solid rgba(16, 24, 32, 0.07);
  border-radius: 8px;
  transform: rotate(10deg);
}
.welcome-home-audience::after {
  content: "";
  position: absolute;
  left: max(1rem, (100vw - 1140px) / 2 - 28px);
  bottom: 4rem;
  width: 108px;
  height: 108px;
  background: rgba(30, 168, 150, 0.08);
  border: 1px solid rgba(30, 168, 150, 0.12);
  border-radius: 8px;
  transform: rotate(-7deg);
}

.welcome-home-plans {
  position: relative;
  background: #eef4f3;
}
.welcome-home-plans::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: rgba(16, 24, 32, 0.035);
  clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
}
.welcome-home-plans::after {
  content: "";
  position: absolute;
  right: max(1.5rem, (100vw - 1140px) / 2 - 52px);
  bottom: 4.5rem;
  width: 132px;
  height: 132px;
  background: rgba(255, 207, 36, 0.2);
  border: 1px solid rgba(255, 207, 36, 0.34);
  border-radius: 8px;
  transform: rotate(8deg);
}

.home-early-bird {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #FFFFFF;
  border: 1px solid rgba(255, 207, 36, 0.55);
  border-radius: 999px;
  color: #27313f;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0 14px 32px rgba(16, 24, 32, 0.06);
}
.home-early-bird span:first-child {
  padding: 0.25rem 0.55rem;
  background: #ffcf24;
  border-radius: 999px;
  color: #101820;
  font-size: 0.82rem;
}

.home-growth-path {
  position: relative;
}
.home-growth-path::before {
  content: "";
  position: absolute;
  top: 2.6rem;
  left: 12%;
  right: 12%;
  height: 2px;
  background: rgba(30, 168, 150, 0.22);
}
.home-growth-path .row {
  position: relative;
  z-index: 1;
}

.home-plan-card {
  padding-top: 4.75rem;
}
.home-plan-card h3 {
  min-height: 3.4rem;
}
.home-plan-card p {
  margin-bottom: 0.85rem;
}
.home-plan-card strong {
  color: #101820;
}

.home-plan-step {
  position: absolute;
  top: 1.35rem;
  left: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #101820;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 800;
}

.home-plan-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.9rem;
  padding: 0.34rem 0.62rem;
  background: #ddf3ef;
  border: 1px solid rgba(30, 168, 150, 0.14);
  border-radius: 999px;
  color: #188577;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.home-plan-summary {
  color: #101820 !important;
  font-weight: 700;
}

.home-link-group,
.home-link-panel {
  color: #667085;
  line-height: 1.75;
}

.home-text-link {
  display: inline-flex;
  align-items: center;
  color: #188577 !important;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid rgba(30, 168, 150, 0.24);
  line-height: 1.6;
}
.home-text-link:hover {
  color: #101820 !important;
  border-bottom-color: #ffcf24;
  text-decoration: none;
}

.welcome-home-why {
  position: relative;
  background: #FFFFFF;
}

.home-why-card {
  min-height: 100%;
}
.home-why-card::before {
  content: "";
  width: 42px;
  height: 4px;
  margin-bottom: 1.2rem;
  background: #ffcf24;
  border-radius: 999px;
}

.home-link-panel {
  padding: 1.2rem;
  background: #f7f9fb;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
}

.welcome-home-process {
  position: relative;
  background: #101820;
  color: #FFFFFF;
  overflow: hidden;
}
.welcome-home-process::before, .welcome-home-process::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  pointer-events: none;
}
.welcome-home-process::before {
  top: 4rem;
  right: max(1.5rem, (100vw - 1140px) / 2 - 24px);
  width: 220px;
  height: 220px;
  transform: rotate(11deg);
}
.welcome-home-process::after {
  left: max(1.25rem, (100vw - 1140px) / 2 + 120px);
  bottom: -42px;
  width: 180px;
  height: 180px;
  border-color: rgba(255, 207, 36, 0.18);
  transform: rotate(-8deg);
}
.welcome-home-process .home-section-title,
.welcome-home-process .home-section-desc {
  color: #FFFFFF;
}
.welcome-home-process .home-section-desc {
  color: rgba(255, 255, 255, 0.72);
}
.welcome-home-process .home-eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffcf24;
}

.home-process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.home-process-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.home-process-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 1.2rem;
  background: #ffcf24;
  border-radius: 50%;
  color: #101820;
  font-weight: 800;
}

.home-process-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.home-process-content h3 {
  color: #FFFFFF;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  text-wrap: balance;
}
.home-process-content p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  text-wrap: pretty;
}

.home-process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #ffcf24;
  font-size: 1.25rem;
}

.home-process-item-highlight {
  border-color: rgba(255, 207, 36, 0.42);
  background: rgba(255, 207, 36, 0.08);
}

.home-paa-label {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding: 0.36rem 0.72rem;
  background: #ffcf24;
  border-radius: 999px;
  color: #101820;
  font-weight: 800;
}

.welcome-home-capabilities {
  position: relative;
  background: #f7f9fb;
}
.welcome-home-capabilities::before {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(16, 24, 32, 0.08);
}
.welcome-home-capabilities::after {
  content: "";
  position: absolute;
  right: max(1.25rem, (100vw - 1140px) / 2 + 12px);
  top: 5rem;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(30, 168, 150, 0.18);
  border-radius: 8px;
  transform: rotate(9deg);
}

.home-capability-card {
  box-shadow: none;
}

.welcome-home-cta {
  position: relative;
  padding: 6rem 0;
  background: #101820;
  color: #FFFFFF;
  overflow: hidden;
}
.welcome-home-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: rgba(255, 207, 36, 0.1);
  clip-path: polygon(0 0, 100% 0, 100% 28%, 0 100%);
}
.welcome-home-cta::after {
  content: "";
  position: absolute;
  right: max(1.5rem, (100vw - 1140px) / 2 - 34px);
  bottom: 3.5rem;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  transform: rotate(8deg);
}
.welcome-home-cta h2 {
  color: #FFFFFF;
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: 0;
  text-wrap: balance;
}
.welcome-home-cta p {
  max-width: 660px;
  margin: 1.2rem auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.85;
  text-wrap: pretty;
}
.welcome-home-cta .container {
  position: relative;
  z-index: 1;
}

.home-cta-bolt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 1.4rem;
  background: #ffcf24;
  border-radius: 50%;
  color: #101820;
  font-size: 1.5rem;
}

.home-cta-trust {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

@media (max-width: 1199.98px) {
  .home-brand {
    font-size: 3.7rem;
  }

  .home-product-stage {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .home-hero-ornaments,
.home-stage-rail,
.home-product-stage::before,
.welcome-home-audience::before,
.welcome-home-audience::after,
.welcome-home-plans::after,
.welcome-home-why::before,
.welcome-home-why::after,
.welcome-home-process::before,
.welcome-home-process::after,
.welcome-home-capabilities::after,
.welcome-home-cta::after {
    display: none;
  }

  .welcome-home-hero {
    min-height: auto;
    padding-top: 7.5rem;
    padding-bottom: 3.5rem;
  }

  .welcome-home-hero-copy {
    max-width: 720px;
    margin: 0 auto 2.25rem;
    text-align: center;
  }

  .home-hero-subtitle,
.home-hero-desc {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-actions {
    justify-content: center;
  }

  .home-product-stage {
    min-height: 430px;
    max-width: 620px;
    margin: 0 auto;
  }

  .home-store-card {
    top: 20px;
    right: 0;
    left: 56px;
    width: auto;
  }

  .home-order-card {
    bottom: 40px;
  }

  .home-dashboard-card {
    left: 0;
  }

  .welcome-home-section {
    padding: 4.5rem 0;
  }

  .home-section-heading h2,
.home-section-title,
.welcome-home-cta h2 {
    font-size: 2.05rem;
  }

  .home-growth-path::before {
    display: none;
  }

  .home-process-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .home-brand {
    font-size: 3.2rem;
  }

  .home-hero-subtitle {
    font-size: 1.35rem;
  }

  .home-product-stage {
    min-height: 360px;
  }

  .home-store-card {
    left: 0;
  }

  .home-dashboard-card,
.home-order-card {
    display: none;
  }

  .home-stage-bolt {
    right: 22px;
    bottom: 18px;
  }

  .home-section-heading {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 575.98px) {
  .welcome-page.welcome-index-page .navbar.nav-bg-color > .container,
.welcome-home .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .welcome-home-hero {
    padding-top: 6.5rem;
    padding-bottom: 1rem;
  }

  .home-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .home-brand {
    font-size: 2.72rem;
  }

  .home-hero-subtitle {
    font-size: 1.18rem;
  }

  .home-hero-desc,
.home-section-heading p,
.home-section-desc,
.welcome-home-cta p {
    font-size: 1rem;
  }

  .home-btn {
    width: 100%;
  }

  .home-product-stage {
    min-height: 170px;
  }

  .home-store-card {
    padding: 0.65rem;
  }

  .home-window-bar {
    height: 24px;
  }

  .home-store-hero-block {
    height: 76px;
  }

  .home-store-grid {
    display: none;
  }

  .home-stage-bolt {
    width: 54px;
    height: 54px;
    border-width: 5px;
    font-size: 1.4rem;
  }

  .welcome-home-section,
.welcome-home-cta {
    padding: 3.75rem 0;
  }

  .home-section-heading h2,
.home-section-title,
.welcome-home-cta h2 {
    font-size: 1.72rem;
  }

  .home-card {
    padding: 1.3rem;
  }

  .welcome-home .home-plan-card {
    padding-top: 1.3rem;
  }

  .welcome-home .home-plan-card .home-plan-step {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1rem;
  }

  .welcome-home .home-plan-card .home-plan-badge {
    display: flex;
    width: fit-content;
  }

  .home-early-bird {
    border-radius: 8px;
  }
}
.welcome-page {
  background: #f7f9fb;
  color: #101820;
}
.welcome-page .navbar.nav-bg-color {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(16, 24, 32, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(16, 24, 32, 0.12) !important;
  padding: 0.9rem 0;
}
.welcome-page .navbar.nav-bg-color > .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.welcome-page .navbar.nav-bg-color .navbar-brand {
  color: #FFFFFF !important;
}
.welcome-page .navbar.nav-bg-color .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  border-radius: 0.25rem;
  letter-spacing: 0;
}
.welcome-page .navbar.nav-bg-color .nav-link:hover {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.08);
}
.welcome-page .navbar.nav-bg-color .nav-link:not(.dropdown-toggle)::after {
  background: #ffcf24;
}
.welcome-page .navbar.nav-bg-color .welcome-main-nav .nav-link.active {
  color: #FFFFFF !important;
}
.welcome-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #FFFFFF !important;
  border-radius: 0.25rem;
}
.welcome-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav:hover {
  background: rgba(255, 255, 255, 0.14);
}
.welcome-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav-cta {
  background: #ffcf24;
  border-color: #ffcf24;
  color: #101820 !important;
  box-shadow: 0 8px 20px rgba(255, 207, 36, 0.32);
}
.welcome-page .navbar.nav-bg-color .navbar-nav .nav-link.btn-nav-cta:hover {
  background: #ffcb10;
  border-color: #ffcb10;
  color: #101820 !important;
  box-shadow: 0 10px 24px rgba(255, 207, 36, 0.42);
}
.welcome-page .navbar.nav-bg-color .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.28);
}
.welcome-page .navbar.nav-bg-color .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.welcome-page.scrolled .navbar.nav-bg-color {
  position: fixed;
  background: rgba(16, 24, 32, 0.98) !important;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 38px rgba(16, 24, 32, 0.18) !important;
  padding: 0.72rem 0;
}
.welcome-page.scrolled .navbar.nav-bg-color .navbar-brand,
.welcome-page.scrolled .navbar.nav-bg-color .nav-link,
.welcome-page.scrolled .navbar.nav-bg-color .welcome-main-nav .nav-link.active {
  color: #FFFFFF !important;
}
.welcome-page.scrolled .navbar.nav-bg-color .nav-link:hover {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.08);
}
.welcome-page.scrolled .navbar.nav-bg-color .nav-link:not(.dropdown-toggle)::after {
  background: #ffcf24;
}
.welcome-page.scrolled .navbar.nav-bg-color .nav-link.btn-nav-cta {
  background: #ffcf24;
  border-color: #ffcf24;
  color: #101820 !important;
}
.welcome-page.scrolled .navbar.nav-bg-color .nav-link.btn-nav-cta:hover {
  background: #ffcb10;
  border-color: #ffcb10;
  color: #101820 !important;
}
.welcome-page footer.footer {
  background: #101820 !important;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.welcome-page footer.footer .text-light,
.welcome-page footer.footer a {
  color: rgba(255, 255, 255, 0.86) !important;
}
.welcome-page footer.footer a:hover {
  color: #ffcf24 !important;
}

@media (min-width: 576px) {
  .welcome-page .navbar.nav-bg-color > .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .welcome-page .navbar.nav-bg-color > .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .welcome-page .navbar.nav-bg-color > .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .welcome-page .navbar.nav-bg-color > .container {
    max-width: 1140px;
  }
}
.welcome-page:not(.welcome-index-page) .plans-page-hero,
.welcome-page:not(.welcome-index-page) .official-contact-hero {
  position: relative;
  padding: 9rem 0 5rem !important;
  background: #101820 !important;
  color: #FFFFFF;
  overflow: hidden;
}
.welcome-page:not(.welcome-index-page) .plans-page-hero::before,
.welcome-page:not(.welcome-index-page) .official-contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  background: rgba(255, 207, 36, 0.08);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.welcome-page:not(.welcome-index-page) .plans-page-hero::after,
.welcome-page:not(.welcome-index-page) .official-contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: #f7f9fb;
  clip-path: polygon(0 62%, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.welcome-page:not(.welcome-index-page) .plans-page-hero .container,
.welcome-page:not(.welcome-index-page) .official-contact-hero .container {
  position: relative;
  z-index: 1;
}
.welcome-page:not(.welcome-index-page) .official-contact-hero::after {
  background: #f7f9fb;
}
.welcome-page:not(.welcome-index-page) .section-tag,
.welcome-page:not(.welcome-index-page) .home-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.7rem;
  background: #ddf3ef;
  border: 1px solid rgba(30, 168, 150, 0.12);
  border-radius: 999px;
  color: #188577;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
.welcome-page:not(.welcome-index-page) .section-tag-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffcf24;
}
.welcome-page:not(.welcome-index-page) .section-title,
.welcome-page:not(.welcome-index-page) .official-contact-title {
  color: #101820;
  font-size: 2.45rem;
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: 0;
  text-wrap: balance;
}
.welcome-page:not(.welcome-index-page) .section-title-light,
.welcome-page:not(.welcome-index-page) .official-contact-title {
  color: #FFFFFF;
}
.welcome-page:not(.welcome-index-page) .section-desc,
.welcome-page:not(.welcome-index-page) .official-contact-desc {
  max-width: 760px;
  color: #667085;
  font-size: 1.05rem;
  line-height: 1.85;
  text-wrap: pretty;
}
.welcome-page:not(.welcome-index-page) .section-desc-light,
.welcome-page:not(.welcome-index-page) .official-contact-desc {
  color: rgba(255, 255, 255, 0.72);
}
.welcome-page:not(.welcome-index-page) .plans-page-section,
.welcome-page:not(.welcome-index-page) .plans-faq-page-section,
.welcome-page:not(.welcome-index-page) .plans-faq-entry-section {
  background: #FFFFFF !important;
}
.welcome-page:not(.welcome-index-page) .plans-comparison-section,
.welcome-page:not(.welcome-index-page) .official-contact-section {
  position: relative;
  background: #eef4f3 !important;
}
.welcome-page:not(.welcome-index-page) .plans-page-section,
.welcome-page:not(.welcome-index-page) .plans-faq-page-section,
.welcome-page:not(.welcome-index-page) .plans-comparison-section,
.welcome-page:not(.welcome-index-page) .plans-faq-entry-section,
.welcome-page:not(.welcome-index-page) .official-contact-section {
  position: relative;
  overflow: hidden;
}
.welcome-page:not(.welcome-index-page) .plans-page-section > .container,
.welcome-page:not(.welcome-index-page) .plans-faq-page-section > .container,
.welcome-page:not(.welcome-index-page) .plans-comparison-section > .container,
.welcome-page:not(.welcome-index-page) .plans-faq-entry-section > .container,
.welcome-page:not(.welcome-index-page) .official-contact-section > .container {
  position: relative;
  z-index: 1;
}
.welcome-page:not(.welcome-index-page) .plans-comparison-section::before,
.welcome-page:not(.welcome-index-page) .official-contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: rgba(16, 24, 32, 0.035);
  clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
}
.welcome-page:not(.welcome-index-page) .plans-page-section::after,
.welcome-page:not(.welcome-index-page) .plans-faq-entry-section::after,
.welcome-page:not(.welcome-index-page) .official-contact-section::after {
  content: "";
  position: absolute;
  right: max(1.25rem, (100vw - 1140px) / 2 - 24px);
  bottom: 3.5rem;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(30, 168, 150, 0.16);
  border-radius: 8px;
  transform: rotate(8deg);
  pointer-events: none;
}
.welcome-page:not(.welcome-index-page) .feature-card,
.welcome-page:not(.welcome-index-page) .official-contact-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 24, 32, 0.06);
  cursor: default;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.welcome-page:not(.welcome-index-page) .feature-card {
  padding: 2rem 1.6rem;
}
.welcome-page:not(.welcome-index-page) .feature-card::before {
  content: "";
  position: static;
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 1.2rem;
  background: #ffcf24;
  border-radius: 999px;
  transform: none;
  transition: none;
}
.welcome-page:not(.welcome-index-page) .feature-card::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  left: auto;
  bottom: auto;
  width: 34px;
  height: 34px;
  background: transparent;
  border-top: 2px solid rgba(255, 207, 36, 0.7);
  border-right: 2px solid rgba(30, 168, 150, 0.45);
  opacity: 0.78;
  pointer-events: none;
  transition: none;
}
.welcome-page:not(.welcome-index-page) .feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 168, 150, 0.24);
  box-shadow: 0 24px 54px rgba(16, 24, 32, 0.1);
}
.welcome-page:not(.welcome-index-page) .feature-card:hover::before {
  transform: none;
}
.welcome-page:not(.welcome-index-page) .feature-card:hover::after {
  opacity: 0.78;
}
.welcome-page:not(.welcome-index-page) .feature-card h3 {
  min-height: auto;
  margin-bottom: 0.9rem;
  color: #101820;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0;
  text-wrap: balance;
}
.welcome-page:not(.welcome-index-page) .feature-card p {
  color: #667085;
  line-height: 1.78;
  text-wrap: pretty;
}
.welcome-page:not(.welcome-index-page) .feature-card .feature-highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: auto;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(16, 24, 32, 0.08);
  background: transparent;
  color: #188577;
  font-weight: 700;
  line-height: 1.6;
}
.welcome-page:not(.welcome-index-page) .plan-card .plan-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 0.9rem;
  padding: 0.34rem 0.62rem;
  background: #ddf3ef;
  border: 1px solid rgba(30, 168, 150, 0.14);
  border-radius: 999px;
  color: #188577;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}
.welcome-page:not(.welcome-index-page) .difference-list {
  padding-left: 0;
  list-style: none;
}
.welcome-page:not(.welcome-index-page) .difference-list li {
  position: relative;
  padding-left: 1.55rem;
  color: #27313f;
  line-height: 1.8;
}
.welcome-page:not(.welcome-index-page) .difference-list li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.15rem;
  width: 0.52rem;
  height: 0.52rem;
  background: #ffcf24;
  border-radius: 2px;
  transform: rotate(45deg);
}
.welcome-page:not(.welcome-index-page) .comparison-table-wrap {
  background: #FFFFFF;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 24, 32, 0.06);
  overflow: hidden;
}
.welcome-page:not(.welcome-index-page) .comparison-table {
  color: #27313f;
}
.welcome-page:not(.welcome-index-page) .comparison-table th,
.welcome-page:not(.welcome-index-page) .comparison-table td {
  border-color: rgba(16, 24, 32, 0.08);
  line-height: 1.65;
}
.welcome-page:not(.welcome-index-page) .comparison-table thead th {
  background: #101820;
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: 0;
}
.welcome-page:not(.welcome-index-page) .comparison-table tbody tr:nth-child(even) td {
  background: rgba(238, 244, 243, 0.64);
}
.welcome-page:not(.welcome-index-page) .comparison-table tbody td:first-child {
  color: #101820;
  font-weight: 800;
}
.welcome-page:not(.welcome-index-page) .early-bird-badge {
  background: #ffcf24;
  border-radius: 999px;
  color: #101820;
  box-shadow: none;
}
.welcome-page:not(.welcome-index-page) .plan-price-value,
.welcome-page:not(.welcome-index-page) .comparison-price-value {
  color: #101820;
  font-weight: 800;
}
.welcome-page:not(.welcome-index-page) .plans-link-inline {
  color: #188577;
  border-bottom-color: rgba(30, 168, 150, 0.24);
}
.welcome-page:not(.welcome-index-page) .plans-link-inline:hover {
  color: #101820;
  border-bottom-color: #ffcf24;
}
.welcome-page:not(.welcome-index-page) .cta-section {
  position: relative;
  background: #101820 !important;
  color: #FFFFFF;
  overflow: hidden;
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.welcome-page:not(.welcome-index-page) .cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: rgba(255, 207, 36, 0.1);
  clip-path: polygon(0 0, 100% 0, 100% 28%, 0 100%);
}
.welcome-page:not(.welcome-index-page) .cta-section::after {
  content: "";
  position: absolute;
  right: max(1.5rem, (100vw - 1140px) / 2 - 34px);
  bottom: 3.5rem;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  transform: rotate(8deg);
}
.welcome-page:not(.welcome-index-page) .cta-section .container,
.welcome-page:not(.welcome-index-page) .cta-section .position-relative {
  position: relative;
  z-index: 1;
}
.welcome-page:not(.welcome-index-page) .cta-title {
  color: #FFFFFF;
  font-size: 2.55rem;
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: 0;
}
.welcome-page:not(.welcome-index-page) .cta-desc {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.85;
}
.welcome-page:not(.welcome-index-page) .btn-cta,
.welcome-page:not(.welcome-index-page) .btn-outline-paa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 0.25rem;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.welcome-page:not(.welcome-index-page) .btn-cta:hover,
.welcome-page:not(.welcome-index-page) .btn-outline-paa:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
.welcome-page:not(.welcome-index-page) .btn-cta {
  background: #ffcf24;
  border: 1px solid #ffcf24;
  color: #101820 !important;
  box-shadow: 0 14px 30px rgba(255, 207, 36, 0.28);
}
.welcome-page:not(.welcome-index-page) .btn-cta .btn-shine {
  display: none;
}
.welcome-page:not(.welcome-index-page) .btn-cta:hover {
  background: #ffcb10;
  border-color: #ffcb10;
  color: #101820 !important;
  box-shadow: 0 18px 36px rgba(255, 207, 36, 0.36);
}
.welcome-page:not(.welcome-index-page) .btn-outline-paa {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #FFFFFF !important;
}
.welcome-page:not(.welcome-index-page) .btn-outline-paa:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  color: #FFFFFF !important;
  box-shadow: none;
}
.welcome-page:not(.welcome-index-page) .official-contact-section {
  padding: 4.5rem 0 5.5rem;
}
.welcome-page:not(.welcome-index-page) .official-contact-card {
  padding: 2rem;
}
.welcome-page:not(.welcome-index-page) .official-contact-form .form-label {
  color: #101820;
  font-weight: 800;
}
.welcome-page:not(.welcome-index-page) .official-contact-form .form-control {
  min-height: 48px;
  border-color: #dce3ea;
  border-radius: 8px;
  color: #101820;
}
.welcome-page:not(.welcome-index-page) .official-contact-form .form-control:focus {
  border-color: #1ea896;
  box-shadow: 0 0 0 0.2rem rgba(30, 168, 150, 0.14);
}
.welcome-page:not(.welcome-index-page) .official-contact-form textarea.form-control {
  min-height: 170px;
}
.welcome-page:not(.welcome-index-page) .official-contact-privacy {
  color: #667085;
}

@media (max-width: 991.98px) {
  .welcome-page .navbar.nav-bg-color .navbar-collapse {
    background: rgba(16, 24, 32, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(16, 24, 32, 0.12);
  }
  .welcome-page .navbar.nav-bg-color .dropdown-menu {
    background: rgba(255, 255, 255, 0.08);
  }
  .welcome-page .navbar.nav-bg-color .dropdown-menu .dropdown-item {
    color: #FFFFFF !important;
  }

  .welcome-page:not(.welcome-index-page) .plans-page-hero,
.welcome-page:not(.welcome-index-page) .official-contact-hero {
    padding-top: 7.5rem !important;
    padding-bottom: 4rem !important;
  }
  .welcome-page:not(.welcome-index-page) .plans-page-hero::before,
.welcome-page:not(.welcome-index-page) .official-contact-hero::before {
    display: none;
  }
  .welcome-page:not(.welcome-index-page) .plans-page-section::after,
.welcome-page:not(.welcome-index-page) .plans-faq-entry-section::after,
.welcome-page:not(.welcome-index-page) .official-contact-section::after,
.welcome-page:not(.welcome-index-page) .cta-section::after {
    display: none;
  }
  .welcome-page:not(.welcome-index-page) .section-title,
.welcome-page:not(.welcome-index-page) .official-contact-title,
.welcome-page:not(.welcome-index-page) .cta-title {
    font-size: 2.05rem;
  }
}
@media (max-width: 575.98px) {
  .welcome-page .navbar.nav-bg-color > .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .welcome-page:not(.welcome-index-page) main.container {
    padding-left: 0;
    padding-right: 0;
  }
  .welcome-page:not(.welcome-index-page) .plans-page-hero > .container,
.welcome-page:not(.welcome-index-page) .plans-page-section > .container,
.welcome-page:not(.welcome-index-page) .plans-comparison-section > .container,
.welcome-page:not(.welcome-index-page) .plans-faq-entry-section > .container,
.welcome-page:not(.welcome-index-page) .plans-faq-page-section > .container,
.welcome-page:not(.welcome-index-page) .official-contact-hero > .container,
.welcome-page:not(.welcome-index-page) .official-contact-section > .container,
.welcome-page:not(.welcome-index-page) .cta-section > .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .welcome-page:not(.welcome-index-page) .plans-page-hero,
.welcome-page:not(.welcome-index-page) .official-contact-hero {
    padding-top: 6.5rem !important;
    padding-bottom: 3.25rem !important;
  }
  .welcome-page:not(.welcome-index-page) .section-title,
.welcome-page:not(.welcome-index-page) .official-contact-title,
.welcome-page:not(.welcome-index-page) .cta-title {
    font-size: 1.72rem;
  }
  .welcome-page:not(.welcome-index-page) .section-desc,
.welcome-page:not(.welcome-index-page) .official-contact-desc,
.welcome-page:not(.welcome-index-page) .cta-desc {
    font-size: 1rem;
  }
  .welcome-page:not(.welcome-index-page) .feature-card,
.welcome-page:not(.welcome-index-page) .official-contact-card {
    padding: 1.3rem;
  }
  .welcome-page:not(.welcome-index-page) .btn-cta,
.welcome-page:not(.welcome-index-page) .btn-outline-paa,
.welcome-page:not(.welcome-index-page) .official-contact-submit {
    width: 100%;
  }
}
