@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap");
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #4A4863;
  background-color: #FDFCF9;
  font-size: 0.9375rem;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
  color: #12103A;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

a {
  color: #4F46E5;
  text-decoration: none;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover {
  color: #3730A3;
}

.ws-section {
  padding: 3rem 0;
}

.ws-section-sm {
  padding: 2rem 0;
}

.ws-section-cream {
  background-color: #FDFCF9;
}

.ws-section-white {
  background-color: #FFFFFF;
}

.ws-section-alt {
  background-color: #F5F3EE;
}

.ws-section-light {
  background-color: #F5F3EE;
}

.ws-section-dark {
  background: linear-gradient(160deg, #0C0A20 0%, #1a1640 50%, #0e1a30 100%);
  color: #FFFFFF;
  position: relative;
}
.ws-section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}
.ws-section-dark > * {
  position: relative;
  z-index: 2;
}
.ws-section-dark h1, .ws-section-dark h2, .ws-section-dark h3, .ws-section-dark h4, .ws-section-dark h5, .ws-section-dark h6 {
  color: #FFFFFF;
}
.ws-section-dark p {
  color: rgba(255, 255, 255, 0.65);
}

.ws-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.ws-section-label {
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4F46E5;
  margin-bottom: 0.75rem;
  display: inline-block;
}
.ws-section-dark .ws-section-label {
  color: #F0D060;
}

.ws-section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ws-section-title {
    font-size: 2.75rem;
  }
}

.ws-section-subtitle {
  font-size: 1.0625rem;
  color: #8B89A3;
  max-width: 640px;
  margin: 0 auto 3rem;
}
.ws-section-dark .ws-section-subtitle {
  color: rgba(255, 255, 255, 0.65);
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  background-color: rgba(79, 70, 229, 0.15);
  color: #1E1B4B;
}

.ws-navbar {
  background: rgba(253, 252, 249, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  padding: 0.75rem 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
}
.ws-navbar--scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom-color: rgba(30, 27, 75, 0.06);
  box-shadow: 0 1px 2px rgba(18, 16, 58, 0.04);
  padding: 0.5rem 0;
}
.ws-navbar .navbar-brand img {
  height: 36px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-navbar .navbar-brand img:hover {
  transform: scale(1.03);
}
.ws-navbar .navbar-toggler {
  border: none;
  padding: 0.375rem;
}
.ws-navbar .navbar-toggler:focus {
  box-shadow: none;
}

.ws-nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #4A4863 !important;
  padding: 0.5rem 1rem !important;
  border-radius: 8px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.ws-nav-link:hover {
  color: #4F46E5 !important;
  background: rgba(79, 70, 229, 0.04);
}
.ws-nav-link--active {
  color: #4F46E5 !important;
  font-weight: 600;
}
.ws-nav-link--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  border-radius: 1px;
}

.ws-nav-cta {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #F0D060 0%, #D4A017 50%, #B8860B 100%);
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.ws-nav-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.ws-nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 30px rgba(212, 160, 23, 0.25);
  color: #FFFFFF !important;
}
.ws-nav-cta:hover::before {
  left: 100%;
}
.ws-nav-cta:active {
  transform: translateY(0);
}

.ws-lang-switch {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.ws-lang-switch__active {
  color: #12103A;
  font-weight: 700;
}
.ws-lang-switch__sep {
  color: #8B89A3;
}
.ws-lang-switch__link {
  color: #8B89A3;
}
.ws-lang-switch__link:hover {
  color: #4F46E5;
}

.ws-hero {
  background: linear-gradient(160deg, #FDFCF9 0%, #EEF2FF 40%, #FDF6E3 100%);
  padding: 6rem 0 2.5rem;
  position: relative;
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: center;
}
.ws-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}
.ws-hero::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.08) 0%, transparent 70%);
  top: -200px;
  right: -100px;
  pointer-events: none;
}
.ws-hero > * {
  position: relative;
  z-index: 2;
}
.ws-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  background: rgba(79, 70, 229, 0.06);
  border: 1px solid rgba(79, 70, 229, 0.12);
  border-radius: 9999px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4F46E5;
  letter-spacing: 0.03em;
  margin-bottom: 1.5rem;
}
.ws-hero__title {
  font-family: "Sora", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #12103A;
  margin-bottom: 1.5rem;
  max-width: 580px;
}
@media (min-width: 992px) {
  .ws-hero__title {
    font-size: 4.5rem;
  }
}
.ws-hero__subtitle {
  font-size: 1.0625rem;
  color: #4A4863;
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 480px;
}
.ws-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(135deg, #F0D060 0%, #D4A017 50%, #B8860B 100%);
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.ws-hero__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.ws-hero__cta:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 0 30px rgba(212, 160, 23, 0.25), 0 0 60px rgba(212, 160, 23, 0.2);
  color: #FFFFFF;
}
.ws-hero__cta:hover::before {
  left: 100%;
}
.ws-hero__cta:active {
  transform: translateY(0);
}
.ws-hero__cta-subtext {
  font-size: 0.8125rem;
  color: #8B89A3;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.ws-hero__illustration {
  position: relative;
}
.ws-hero__illustration svg {
  filter: drop-shadow(0 20px 40px rgba(18, 16, 58, 0.08));
}
.ws-hero__floaters {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.ws-hero__floater {
  position: absolute;
  width: 48px;
  height: 48px;
  opacity: 0.5;
}
.ws-hero__floater--1 {
  top: 12%;
  left: 5%;
  animation: ws-float-1 8s ease-in-out infinite;
}
.ws-hero__floater--2 {
  top: 25%;
  right: 3%;
  animation: ws-float-2 9s ease-in-out infinite 1s;
}
.ws-hero__floater--3 {
  top: 60%;
  left: 8%;
  animation: ws-float-3 7s ease-in-out infinite 0.5s;
}
.ws-hero__floater--4 {
  top: 75%;
  right: 8%;
  animation: ws-float-1 10s ease-in-out infinite 2s;
}
.ws-hero__floater--5 {
  top: 8%;
  left: 35%;
  animation: ws-float-2 8.5s ease-in-out infinite 1.5s;
}
.ws-hero__floater--6 {
  top: 45%;
  right: 15%;
  animation: ws-float-3 9.5s ease-in-out infinite 0.8s;
}
@media (max-width: 767px) {
  .ws-hero__floater {
    width: 36px;
    height: 36px;
    opacity: 0.35;
  }
}

@media (max-width: 991px) {
  .ws-hero {
    min-height: auto;
    padding: 6rem 0 2rem;
    text-align: center;
  }
  .ws-hero__title {
    font-size: 2.75rem;
    max-width: 100%;
    margin: 0 auto 1.25rem;
  }
  .ws-hero__subtitle {
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }
  .ws-hero__cta-subtext {
    justify-content: center;
  }
  .ws-hero__illustration {
    margin-top: 2rem;
  }
}
.ws-social-proof {
  padding: 2.5rem 0;
  background: linear-gradient(135deg, rgba(238, 242, 255, 0.5) 0%, #FFFFFF 50%, rgba(253, 246, 227, 0.3) 100%);
  border-bottom: 1px solid rgba(30, 27, 75, 0.04);
}

.ws-sp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 0.5rem;
  border-radius: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-sp-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(18, 16, 58, 0.06), 0 1px 3px rgba(18, 16, 58, 0.04);
  background: rgba(255, 255, 255, 0.8);
}
.ws-sp-item__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0.5rem;
}

.ws-highlights {
  padding: 2.5rem 0;
}
.ws-highlights__head {
  text-align: center;
  margin-bottom: 1.25rem;
}
.ws-highlights__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.625rem;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  color: #FFFFFF;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.25);
}
.ws-highlights__badge i {
  font-size: 0.625rem;
}
.ws-highlights__title {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #12103A;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}
.ws-highlights__sub {
  font-size: 0.8125rem;
  color: #8B89A3;
  margin-bottom: 0;
}

.ws-hl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}
@media (max-width: 991.98px) {
  .ws-hl-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .ws-hl-grid {
    grid-template-columns: 1fr;
  }
}

.ws-hl-card {
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.06);
  border-radius: 14px;
  padding: 0.875rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-hl-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
}
.ws-hl-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(18, 16, 58, 0.08);
}
.ws-hl-card__top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
}
.ws-hl-card__ico {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-hl-card__title {
  font-family: "Sora", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #12103A;
  letter-spacing: -0.01em;
}
.ws-hl-card__desc {
  font-size: 0.6875rem;
  color: #4A4863;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  flex: 1;
}
.ws-hl-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.375rem;
}
.ws-hl-card__tag {
  font-size: 0.5625rem;
  font-weight: 600;
  padding: 0.0625rem 0.3125rem;
  border-radius: 9999px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.ws-hl-card__link {
  font-family: "Sora", sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-hl-card__link:hover {
  gap: 0.4rem;
}
.ws-hl-card__link i {
  font-size: 0.5625rem;
}
.ws-hl-card:hover .ws-hl-card__ico {
  color: #FFFFFF !important;
}
.ws-hl-card--indigo::before {
  background: linear-gradient(180deg, #4F46E5, #3730A3);
}
.ws-hl-card--indigo .ws-hl-card__ico {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-hl-card--indigo:hover .ws-hl-card__ico {
  background: linear-gradient(135deg, #4F46E5, #3730A3);
  box-shadow: 0 3px 10px rgba(79, 70, 229, 0.3);
}
.ws-hl-card--indigo .ws-hl-card__tag {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-hl-card--indigo .ws-hl-card__link {
  color: #4F46E5;
}
.ws-hl-card--indigo:hover {
  border-color: rgba(79, 70, 229, 0.15);
}
.ws-hl-card--amber::before {
  background: linear-gradient(180deg, #D97706, #92400E);
}
.ws-hl-card--amber .ws-hl-card__ico {
  background: #FEF3C7;
  color: #92400E;
}
.ws-hl-card--amber:hover .ws-hl-card__ico {
  background: linear-gradient(135deg, #D97706, #92400E);
  box-shadow: 0 3px 10px rgba(217, 119, 6, 0.3);
}
.ws-hl-card--amber .ws-hl-card__tag {
  background: #FEF3C7;
  color: #92400E;
}
.ws-hl-card--amber .ws-hl-card__link {
  color: #D97706;
}
.ws-hl-card--amber:hover {
  border-color: rgba(217, 119, 6, 0.15);
}
.ws-hl-card--emerald::before {
  background: linear-gradient(180deg, #059669, #065F46);
}
.ws-hl-card--emerald .ws-hl-card__ico {
  background: #D1FAE5;
  color: #065F46;
}
.ws-hl-card--emerald:hover .ws-hl-card__ico {
  background: linear-gradient(135deg, #059669, #065F46);
  box-shadow: 0 3px 10px rgba(5, 150, 105, 0.3);
}
.ws-hl-card--emerald .ws-hl-card__tag {
  background: #D1FAE5;
  color: #065F46;
}
.ws-hl-card--emerald .ws-hl-card__link {
  color: #059669;
}
.ws-hl-card--emerald:hover {
  border-color: rgba(5, 150, 105, 0.15);
}
.ws-hl-card--violet::before {
  background: linear-gradient(180deg, #7C3AED, #5B21B6);
}
.ws-hl-card--violet .ws-hl-card__ico {
  background: #EDE9FE;
  color: #5B21B6;
}
.ws-hl-card--violet:hover .ws-hl-card__ico {
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  box-shadow: 0 3px 10px rgba(124, 58, 237, 0.3);
}
.ws-hl-card--violet .ws-hl-card__tag {
  background: #EDE9FE;
  color: #5B21B6;
}
.ws-hl-card--violet .ws-hl-card__link {
  color: #7C3AED;
}
.ws-hl-card--violet:hover {
  border-color: rgba(124, 58, 237, 0.15);
}
.ws-hl-card--rose::before {
  background: linear-gradient(180deg, #E11D48, #9F1239);
}
.ws-hl-card--rose .ws-hl-card__ico {
  background: #FCE7F3;
  color: #9F1239;
}
.ws-hl-card--rose:hover .ws-hl-card__ico {
  background: linear-gradient(135deg, #E11D48, #9F1239);
  box-shadow: 0 3px 10px rgba(225, 29, 72, 0.3);
}
.ws-hl-card--rose .ws-hl-card__tag {
  background: #FCE7F3;
  color: #9F1239;
}
.ws-hl-card--rose .ws-hl-card__link {
  color: #E11D48;
}
.ws-hl-card--rose:hover {
  border-color: rgba(225, 29, 72, 0.15);
}
.ws-hl-card--cyan::before {
  background: linear-gradient(180deg, #0891B2, #155E75);
}
.ws-hl-card--cyan .ws-hl-card__ico {
  background: #CFFAFE;
  color: #155E75;
}
.ws-hl-card--cyan:hover .ws-hl-card__ico {
  background: linear-gradient(135deg, #0891B2, #155E75);
  box-shadow: 0 3px 10px rgba(8, 145, 178, 0.3);
}
.ws-hl-card--cyan .ws-hl-card__tag {
  background: #CFFAFE;
  color: #155E75;
}
.ws-hl-card--cyan .ws-hl-card__link {
  color: #0891B2;
}
.ws-hl-card--cyan:hover {
  border-color: rgba(8, 145, 178, 0.15);
}

.ws-hl-row {
  border-bottom: 1px solid rgba(30, 27, 75, 0.04);
}
.ws-hl-row:last-child {
  border-bottom: none;
}
.ws-hl-row__text {
  max-width: 480px;
}
.ws-hl-row__ico-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.ws-hl-row__title {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #12103A;
  margin-bottom: 0.75rem;
}
.ws-hl-row__desc {
  font-size: 0.9375rem;
  color: #4A4863;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.ws-hl-row__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.ws-hl-row__tag {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}
.ws-hl-row__link {
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.ws-hl-row__link:hover {
  gap: 0.625rem;
}
.ws-hl-row__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ws-hl-row__visual svg {
  width: 100%;
  max-width: 420px;
  height: auto;
  filter: drop-shadow(0 12px 32px rgba(18, 16, 58, 0.06));
}
.ws-hl-row--indigo .ws-hl-row__ico-badge {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-hl-row--indigo .ws-hl-row__tag {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-hl-row--indigo .ws-hl-row__link {
  color: #4F46E5;
}
.ws-hl-row--amber .ws-hl-row__ico-badge {
  background: #FEF3C7;
  color: #92400E;
}
.ws-hl-row--amber .ws-hl-row__tag {
  background: #FEF3C7;
  color: #92400E;
}
.ws-hl-row--amber .ws-hl-row__link {
  color: #D97706;
}
.ws-hl-row--emerald .ws-hl-row__ico-badge {
  background: #D1FAE5;
  color: #065F46;
}
.ws-hl-row--emerald .ws-hl-row__tag {
  background: #D1FAE5;
  color: #065F46;
}
.ws-hl-row--emerald .ws-hl-row__link {
  color: #059669;
}
.ws-hl-row--violet .ws-hl-row__ico-badge {
  background: #EDE9FE;
  color: #5B21B6;
}
.ws-hl-row--violet .ws-hl-row__tag {
  background: #EDE9FE;
  color: #5B21B6;
}
.ws-hl-row--violet .ws-hl-row__link {
  color: #7C3AED;
}
.ws-hl-row--rose .ws-hl-row__ico-badge {
  background: #FCE7F3;
  color: #9F1239;
}
.ws-hl-row--rose .ws-hl-row__tag {
  background: #FCE7F3;
  color: #9F1239;
}
.ws-hl-row--rose .ws-hl-row__link {
  color: #E11D48;
}
.ws-hl-row--cyan .ws-hl-row__ico-badge {
  background: #CFFAFE;
  color: #155E75;
}
.ws-hl-row--cyan .ws-hl-row__tag {
  background: #CFFAFE;
  color: #155E75;
}
.ws-hl-row--cyan .ws-hl-row__link {
  color: #0891B2;
}
@media (max-width: 991px) {
  .ws-hl-row {
    padding: 2rem 0;
    text-align: center;
  }
  .ws-hl-row__text {
    max-width: 100%;
    margin: 0 auto;
  }
  .ws-hl-row .flex-row-reverse {
    flex-direction: column !important;
  }
}

@media (max-width: 575.98px) {
  .ws-highlights {
    padding: 2rem 0;
  }
  .ws-highlights__title {
    font-size: 1.25rem;
  }
}
.ws-features-hero {
  background: linear-gradient(160deg, #FDFCF9 0%, #EEF2FF 40%, rgba(165, 180, 252, 0.15) 70%, #FDF6E3 100%);
  padding: 6rem 0 2rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ws-features-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.ws-features-hero::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.ws-features-hero > * {
  position: relative;
  z-index: 1;
}
.ws-features-hero__title {
  font-family: "Sora", sans-serif;
  font-size: 2.75rem;
  color: #12103A;
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.ws-features-hero__subtitle {
  font-size: 1.0625rem;
  color: #4A4863;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.75;
}
.ws-features-hero__count {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3rem 0.875rem;
  background: rgba(79, 70, 229, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.12);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4F46E5;
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}

.ws-feature-divider {
  padding: 3.5rem 0 1rem;
  text-align: center;
  position: relative;
}
.ws-feature-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  border-radius: 2px;
}
.ws-feature-divider__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
.ws-feature-divider__icon--primary {
  background: #EEF2FF;
  color: #4F46E5;
}
.ws-feature-divider__icon--accent {
  background: #FDF6E3;
  color: #B8860B;
}
.ws-feature-divider__icon--success {
  background: rgba(5, 150, 105, 0.08);
  color: #059669;
}
.ws-feature-divider__icon--ai {
  background: rgba(109, 40, 217, 0.08);
  color: #6D28D9;
}
.ws-feature-divider__icon--danger {
  background: rgba(220, 38, 38, 0.08);
  color: #DC2626;
}
.ws-feature-divider__title {
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #12103A;
  margin-bottom: 0.375rem;
  letter-spacing: -0.01em;
}
.ws-feature-divider__subtitle {
  font-size: 0.8125rem;
  color: #8B89A3;
}

.ws-features-hero {
  counter-reset: feature-counter;
}

.ws-feature-section {
  padding: 2rem 0;
  position: relative;
  counter-increment: feature-counter;
}
.ws-feature-section:nth-child(even) {
  background-color: rgba(245, 243, 238, 0.5);
}
.ws-feature-section::before {
  content: counter(feature-counter, decimal-leading-zero);
  position: absolute;
  top: 2.5rem;
  left: max(1rem, (100% - 1140px) / 2);
  font-family: "Sora", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: rgba(79, 70, 229, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.ws-feature-section > .container {
  position: relative;
  z-index: 1;
}
.ws-feature-section__desc {
  font-size: 0.9375rem;
  color: #4A4863;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.ws-feature-section__svg {
  width: 100%;
  height: auto;
  max-width: 480px;
  display: block;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 1.25rem;
  border: 1px solid rgba(30, 27, 75, 0.04);
  box-shadow: 0 8px 32px rgba(18, 16, 58, 0.06), 0 2px 8px rgba(18, 16, 58, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-feature-section__svg:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(18, 16, 58, 0.09), 0 4px 12px rgba(18, 16, 58, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.ws-feature-section__image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(18, 16, 58, 0.08), 0 4px 12px rgba(18, 16, 58, 0.04);
}
.ws-feature-section h2 {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #12103A;
  margin-bottom: 0.625rem;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
}
.ws-feature-section h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  border-radius: 2px;
  margin-top: 0.5rem;
}
.ws-feature-section ul, .ws-feature-section__list {
  list-style: none;
  padding: 0;
  margin-top: 1.25rem;
}
.ws-feature-section ul li, .ws-feature-section__list li {
  padding: 0.4rem 0;
  padding-left: 1.75rem;
  position: relative;
  font-size: 0.8125rem;
  color: #4A4863;
  line-height: 1.6;
}
.ws-feature-section ul li::before, .ws-feature-section__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 8L7 10.5L11.5 6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.ws-feature-badge {
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: #EEF2FF;
  color: #4F46E5;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ws-feature-badge--pro {
  background: rgba(79, 70, 229, 0.08);
  color: #3730A3;
}
.ws-feature-badge--accent {
  background: rgba(212, 160, 23, 0.12);
  color: #B8860B;
}
.ws-feature-badge--ai {
  background: rgba(109, 40, 217, 0.08);
  color: #6D28D9;
}
.ws-feature-badge--success {
  background: rgba(5, 150, 105, 0.08);
  color: #059669;
}
.ws-feature-badge--danger {
  background: rgba(220, 38, 38, 0.08);
  color: #DC2626;
}

.ws-fpage {
  padding: 0.75rem 0 0;
}
.ws-fpage__stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.375rem;
  padding: 0.625rem 0.75rem;
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.06);
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(18, 16, 58, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.ws-fpage__stat {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.6875rem;
  color: #4A4863;
  padding: 0.1875rem 0.625rem;
  background: rgba(79, 70, 229, 0.04);
  border-radius: 9999px;
  white-space: nowrap;
}
.ws-fpage__stat i {
  font-size: 0.75rem;
  color: #4F46E5;
}
.ws-fpage__stat strong {
  font-weight: 700;
  color: #12103A;
}
.ws-fpage__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

@media (max-width: 575.98px) {
  .ws-fpage__stats {
    gap: 0.25rem;
    padding: 0.5rem;
  }
  .ws-fpage__stat {
    font-size: 0.625rem;
    padding: 0.125rem 0.5rem;
  }
}
.ws-allfeats {
  background: linear-gradient(180deg, #F5F3EE 0%, #FDFCF9 100%);
  padding: 2.5rem 0 3rem;
}
.ws-allfeats__head {
  text-align: center;
  margin-bottom: 1.5rem;
}
.ws-allfeats__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.625rem;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  color: #FFFFFF;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.25);
}
.ws-allfeats__title {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #12103A;
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}
.ws-allfeats__sub {
  font-size: 0.8125rem;
  color: #8B89A3;
  margin-bottom: 0;
}
.ws-allfeats__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ws-af-group {
  border-radius: 14px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.06);
  box-shadow: 0 1px 3px rgba(18, 16, 58, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.ws-af-group__bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.875rem;
  border: none;
  cursor: pointer;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.ws-af-group__bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}
.ws-af-group__left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ws-af-group__right {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.ws-af-group__ico {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 0.8125rem;
  flex-shrink: 0;
}
.ws-af-group__name {
  font-family: "Sora", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.ws-af-group__cnt {
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.0625rem 0.375rem;
  border-radius: 9999px;
  line-height: 1.5;
}
.ws-af-group__chev {
  font-size: 0.75rem;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-af-group .ws-af-group__bar:not(.collapsed) .ws-af-group__chev {
  transform: rotate(180deg);
}
.ws-af-group .ws-af-group__bar:not(.collapsed) .ws-af-group__preview-tags {
  opacity: 0;
  visibility: hidden;
}
.ws-af-group__preview-tags {
  display: flex;
  gap: 0.375rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-wrap: wrap;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .ws-af-group__preview-tags {
    display: none;
  }
}
.ws-af-group__preview-tag {
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.ws-af-group--indigo .ws-af-group__bar {
  background: linear-gradient(90deg, rgba(79, 70, 229, 0.06) 0%, rgba(79, 70, 229, 0.02) 100%);
}
.ws-af-group--indigo .ws-af-group__bar::before {
  background: linear-gradient(180deg, #4F46E5, #3730A3);
}
.ws-af-group--indigo .ws-af-group__bar:hover {
  background: linear-gradient(90deg, rgba(79, 70, 229, 0.1) 0%, rgba(79, 70, 229, 0.04) 100%);
}
.ws-af-group--indigo .ws-af-group__ico {
  background: linear-gradient(135deg, #4F46E5, #3730A3);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(79, 70, 229, 0.3);
}
.ws-af-group--indigo .ws-af-group__name {
  color: #3730A3;
}
.ws-af-group--indigo .ws-af-group__cnt {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-af-group--indigo .ws-af-group__chev {
  color: #4F46E5;
}
.ws-af-group--indigo .ws-af-card:hover {
  border-color: rgba(79, 70, 229, 0.2);
}
.ws-af-group--indigo .ws-af-card:hover .ws-af-card__ico {
  background: linear-gradient(135deg, #4F46E5, #3730A3);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(79, 70, 229, 0.3);
}
.ws-af-group--amber .ws-af-group__bar {
  background: linear-gradient(90deg, rgba(217, 119, 6, 0.06) 0%, rgba(217, 119, 6, 0.02) 100%);
}
.ws-af-group--amber .ws-af-group__bar::before {
  background: linear-gradient(180deg, #D97706, #92400E);
}
.ws-af-group--amber .ws-af-group__bar:hover {
  background: linear-gradient(90deg, rgba(217, 119, 6, 0.1) 0%, rgba(217, 119, 6, 0.04) 100%);
}
.ws-af-group--amber .ws-af-group__ico {
  background: linear-gradient(135deg, #D97706, #92400E);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(217, 119, 6, 0.3);
}
.ws-af-group--amber .ws-af-group__name {
  color: #92400E;
}
.ws-af-group--amber .ws-af-group__cnt {
  background: #FEF3C7;
  color: #92400E;
}
.ws-af-group--amber .ws-af-group__chev {
  color: #D97706;
}
.ws-af-group--amber .ws-af-card:hover {
  border-color: rgba(217, 119, 6, 0.2);
}
.ws-af-group--amber .ws-af-card:hover .ws-af-card__ico {
  background: linear-gradient(135deg, #D97706, #92400E);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(217, 119, 6, 0.3);
}
.ws-af-group--violet .ws-af-group__bar {
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.06) 0%, rgba(124, 58, 237, 0.02) 100%);
}
.ws-af-group--violet .ws-af-group__bar::before {
  background: linear-gradient(180deg, #7C3AED, #5B21B6);
}
.ws-af-group--violet .ws-af-group__bar:hover {
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.1) 0%, rgba(124, 58, 237, 0.04) 100%);
}
.ws-af-group--violet .ws-af-group__ico {
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(124, 58, 237, 0.3);
}
.ws-af-group--violet .ws-af-group__name {
  color: #5B21B6;
}
.ws-af-group--violet .ws-af-group__cnt {
  background: #EDE9FE;
  color: #5B21B6;
}
.ws-af-group--violet .ws-af-group__chev {
  color: #7C3AED;
}
.ws-af-group--violet .ws-af-card:hover {
  border-color: rgba(124, 58, 237, 0.2);
}
.ws-af-group--violet .ws-af-card:hover .ws-af-card__ico {
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(124, 58, 237, 0.3);
}
.ws-af-group--emerald .ws-af-group__bar {
  background: linear-gradient(90deg, rgba(5, 150, 105, 0.06) 0%, rgba(5, 150, 105, 0.02) 100%);
}
.ws-af-group--emerald .ws-af-group__bar::before {
  background: linear-gradient(180deg, #059669, #065F46);
}
.ws-af-group--emerald .ws-af-group__bar:hover {
  background: linear-gradient(90deg, rgba(5, 150, 105, 0.1) 0%, rgba(5, 150, 105, 0.04) 100%);
}
.ws-af-group--emerald .ws-af-group__ico {
  background: linear-gradient(135deg, #059669, #065F46);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(5, 150, 105, 0.3);
}
.ws-af-group--emerald .ws-af-group__name {
  color: #065F46;
}
.ws-af-group--emerald .ws-af-group__cnt {
  background: #D1FAE5;
  color: #065F46;
}
.ws-af-group--emerald .ws-af-group__chev {
  color: #059669;
}
.ws-af-group--emerald .ws-af-card:hover {
  border-color: rgba(5, 150, 105, 0.2);
}
.ws-af-group--emerald .ws-af-card:hover .ws-af-card__ico {
  background: linear-gradient(135deg, #059669, #065F46);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(5, 150, 105, 0.3);
}
.ws-af-group--rose .ws-af-group__bar {
  background: linear-gradient(90deg, rgba(225, 29, 72, 0.06) 0%, rgba(225, 29, 72, 0.02) 100%);
}
.ws-af-group--rose .ws-af-group__bar::before {
  background: linear-gradient(180deg, #E11D48, #9F1239);
}
.ws-af-group--rose .ws-af-group__bar:hover {
  background: linear-gradient(90deg, rgba(225, 29, 72, 0.1) 0%, rgba(225, 29, 72, 0.04) 100%);
}
.ws-af-group--rose .ws-af-group__ico {
  background: linear-gradient(135deg, #E11D48, #9F1239);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(225, 29, 72, 0.3);
}
.ws-af-group--rose .ws-af-group__name {
  color: #9F1239;
}
.ws-af-group--rose .ws-af-group__cnt {
  background: #FCE7F3;
  color: #9F1239;
}
.ws-af-group--rose .ws-af-group__chev {
  color: #E11D48;
}
.ws-af-group--rose .ws-af-card:hover {
  border-color: rgba(225, 29, 72, 0.2);
}
.ws-af-group--rose .ws-af-card:hover .ws-af-card__ico {
  background: linear-gradient(135deg, #E11D48, #9F1239);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(225, 29, 72, 0.3);
}
.ws-af-group--cyan .ws-af-group__bar {
  background: linear-gradient(90deg, rgba(8, 145, 178, 0.06) 0%, rgba(8, 145, 178, 0.02) 100%);
}
.ws-af-group--cyan .ws-af-group__bar::before {
  background: linear-gradient(180deg, #0891B2, #155E75);
}
.ws-af-group--cyan .ws-af-group__bar:hover {
  background: linear-gradient(90deg, rgba(8, 145, 178, 0.1) 0%, rgba(8, 145, 178, 0.04) 100%);
}
.ws-af-group--cyan .ws-af-group__ico {
  background: linear-gradient(135deg, #0891B2, #155E75);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(8, 145, 178, 0.3);
}
.ws-af-group--cyan .ws-af-group__name {
  color: #155E75;
}
.ws-af-group--cyan .ws-af-group__cnt {
  background: #CFFAFE;
  color: #155E75;
}
.ws-af-group--cyan .ws-af-group__chev {
  color: #0891B2;
}
.ws-af-group--cyan .ws-af-card:hover {
  border-color: rgba(8, 145, 178, 0.2);
}
.ws-af-group--cyan .ws-af-card:hover .ws-af-card__ico {
  background: linear-gradient(135deg, #0891B2, #155E75);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(8, 145, 178, 0.3);
}

.ws-af-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.375rem;
  padding: 0.375rem 0.625rem 0.625rem;
}
@media (max-width: 991.98px) {
  .ws-af-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .ws-af-grid {
    grid-template-columns: 1fr;
  }
}

.ws-af-grid .ws-af-card {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.show .ws-af-grid .ws-af-card {
  opacity: 1;
  transform: translateY(0);
}
.show .ws-af-grid .ws-af-card:nth-child(1) {
  transition-delay: 50ms;
}
.show .ws-af-grid .ws-af-card:nth-child(2) {
  transition-delay: 100ms;
}
.show .ws-af-grid .ws-af-card:nth-child(3) {
  transition-delay: 150ms;
}
.show .ws-af-grid .ws-af-card:nth-child(4) {
  transition-delay: 200ms;
}
.show .ws-af-grid .ws-af-card:nth-child(5) {
  transition-delay: 250ms;
}
.show .ws-af-grid .ws-af-card:nth-child(6) {
  transition-delay: 300ms;
}
.show .ws-af-grid .ws-af-card:nth-child(7) {
  transition-delay: 350ms;
}

.ws-af-card {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem 0.625rem;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.6);
  border: solid 1px rgba(0, 0, 80, 0.1);
}
.ws-af-card:hover {
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(18, 16, 58, 0.06);
  transform: translateY(-1px);
}
.ws-af-card__ico {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  background: #EEF2FF;
  color: #4F46E5;
  margin-top: 1px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-af-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ws-af-card__title {
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #12103A;
  line-height: 1.3;
}
.ws-af-card__desc {
  font-size: 0.6875rem;
  color: #8B89A3;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .ws-allfeats {
    padding: 2rem 0;
  }
  .ws-allfeats__title {
    font-size: 1.25rem;
  }
}
.ws-features-cta {
  background: linear-gradient(135deg, #3730A3 0%, #6D28D9 50%, #4F46E5 100%);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.ws-features-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .ws-features-hero {
    padding: 5rem 0 1.5rem;
  }
  .ws-features-hero__title {
    font-size: 1.5rem;
  }
  .ws-features-hero__subtitle {
    font-size: 0.9375rem;
  }
  .ws-feature-section {
    padding: 2.5rem 0;
  }
  .ws-feature-section::before {
    display: none;
  }
  .ws-feature-section h2 {
    font-size: 1.25rem;
  }
  .ws-feature-section__svg {
    max-width: 320px;
    padding: 0.75rem;
  }
  .ws-feature-divider {
    padding: 2.5rem 0 0.5rem;
  }
  .ws-feature-divider__title {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .ws-feature-section {
    text-align: center;
  }
  .ws-feature-section h2::after {
    margin-left: auto;
    margin-right: auto;
  }
  .ws-feature-section__list {
    display: inline-block;
    text-align: left;
  }
}
.ws-fpage {
  padding: 2rem 0 2.5rem;
}
.ws-fpage__stats {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.ws-fpage__stat {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3rem 0.75rem;
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.06);
  border-radius: 9999px;
  font-size: 0.6875rem;
  color: #4A4863;
}
.ws-fpage__stat strong {
  font-weight: 700;
  color: #4F46E5;
}
.ws-fpage__stat i {
  font-size: 0.75rem;
  color: #4F46E5;
}
.ws-fpage__body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.ws-fcat {
  border-radius: 14px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.06);
  box-shadow: 0 1px 3px rgba(18, 16, 58, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.ws-fcat__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.875rem;
  position: relative;
  overflow: hidden;
}
.ws-fcat__bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}
.ws-fcat__left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ws-fcat__ico {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 0.8125rem;
  flex-shrink: 0;
}
.ws-fcat__info {
  display: flex;
  flex-direction: column;
}
.ws-fcat__name {
  font-family: "Sora", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.ws-fcat__desc {
  font-size: 0.625rem;
  line-height: 1.4;
}
.ws-fcat__cnt {
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.0625rem 0.375rem;
  border-radius: 9999px;
  line-height: 1.5;
  white-space: nowrap;
}
.ws-fcat__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.375rem;
  padding: 0.375rem 0.625rem 0.625rem;
}
@media (max-width: 767.98px) {
  .ws-fcat__grid {
    grid-template-columns: 1fr;
  }
}
.ws-fcat--indigo .ws-fcat__bar {
  background: linear-gradient(90deg, rgba(79, 70, 229, 0.06) 0%, rgba(79, 70, 229, 0.02) 100%);
}
.ws-fcat--indigo .ws-fcat__bar::before {
  background: linear-gradient(180deg, #4F46E5, #3730A3);
}
.ws-fcat--indigo .ws-fcat__ico {
  background: linear-gradient(135deg, #4F46E5, #3730A3);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(79, 70, 229, 0.3);
}
.ws-fcat--indigo .ws-fcat__name {
  color: #3730A3;
}
.ws-fcat--indigo .ws-fcat__desc {
  color: rgba(55, 48, 163, 0.7);
}
.ws-fcat--indigo .ws-fcat__cnt {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-fcat--indigo .ws-fcard:hover {
  border-color: rgba(79, 70, 229, 0.2);
}
.ws-fcat--indigo .ws-fcard__ico {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-fcat--indigo .ws-fcard:hover .ws-fcard__ico {
  background: linear-gradient(135deg, #4F46E5, #3730A3);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(79, 70, 229, 0.3);
}
.ws-fcat--indigo .ws-fcard__badge {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-fcat--indigo .ws-fcard__checks li::before {
  background: linear-gradient(135deg, #4F46E5, #3730A3);
}
.ws-fcat--amber .ws-fcat__bar {
  background: linear-gradient(90deg, rgba(217, 119, 6, 0.06) 0%, rgba(217, 119, 6, 0.02) 100%);
}
.ws-fcat--amber .ws-fcat__bar::before {
  background: linear-gradient(180deg, #D97706, #92400E);
}
.ws-fcat--amber .ws-fcat__ico {
  background: linear-gradient(135deg, #D97706, #92400E);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(217, 119, 6, 0.3);
}
.ws-fcat--amber .ws-fcat__name {
  color: #92400E;
}
.ws-fcat--amber .ws-fcat__desc {
  color: rgba(146, 64, 14, 0.7);
}
.ws-fcat--amber .ws-fcat__cnt {
  background: #FEF3C7;
  color: #92400E;
}
.ws-fcat--amber .ws-fcard:hover {
  border-color: rgba(217, 119, 6, 0.2);
}
.ws-fcat--amber .ws-fcard__ico {
  background: #FEF3C7;
  color: #92400E;
}
.ws-fcat--amber .ws-fcard:hover .ws-fcard__ico {
  background: linear-gradient(135deg, #D97706, #92400E);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(217, 119, 6, 0.3);
}
.ws-fcat--amber .ws-fcard__badge {
  background: #FEF3C7;
  color: #92400E;
}
.ws-fcat--amber .ws-fcard__checks li::before {
  background: linear-gradient(135deg, #D97706, #92400E);
}
.ws-fcat--violet .ws-fcat__bar {
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.06) 0%, rgba(124, 58, 237, 0.02) 100%);
}
.ws-fcat--violet .ws-fcat__bar::before {
  background: linear-gradient(180deg, #7C3AED, #5B21B6);
}
.ws-fcat--violet .ws-fcat__ico {
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(124, 58, 237, 0.3);
}
.ws-fcat--violet .ws-fcat__name {
  color: #5B21B6;
}
.ws-fcat--violet .ws-fcat__desc {
  color: rgba(91, 33, 182, 0.7);
}
.ws-fcat--violet .ws-fcat__cnt {
  background: #EDE9FE;
  color: #5B21B6;
}
.ws-fcat--violet .ws-fcard:hover {
  border-color: rgba(124, 58, 237, 0.2);
}
.ws-fcat--violet .ws-fcard__ico {
  background: #EDE9FE;
  color: #5B21B6;
}
.ws-fcat--violet .ws-fcard:hover .ws-fcard__ico {
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(124, 58, 237, 0.3);
}
.ws-fcat--violet .ws-fcard__badge {
  background: #EDE9FE;
  color: #5B21B6;
}
.ws-fcat--violet .ws-fcard__checks li::before {
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
}
.ws-fcat--emerald .ws-fcat__bar {
  background: linear-gradient(90deg, rgba(5, 150, 105, 0.06) 0%, rgba(5, 150, 105, 0.02) 100%);
}
.ws-fcat--emerald .ws-fcat__bar::before {
  background: linear-gradient(180deg, #059669, #065F46);
}
.ws-fcat--emerald .ws-fcat__ico {
  background: linear-gradient(135deg, #059669, #065F46);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(5, 150, 105, 0.3);
}
.ws-fcat--emerald .ws-fcat__name {
  color: #065F46;
}
.ws-fcat--emerald .ws-fcat__desc {
  color: rgba(6, 95, 70, 0.7);
}
.ws-fcat--emerald .ws-fcat__cnt {
  background: #D1FAE5;
  color: #065F46;
}
.ws-fcat--emerald .ws-fcard:hover {
  border-color: rgba(5, 150, 105, 0.2);
}
.ws-fcat--emerald .ws-fcard__ico {
  background: #D1FAE5;
  color: #065F46;
}
.ws-fcat--emerald .ws-fcard:hover .ws-fcard__ico {
  background: linear-gradient(135deg, #059669, #065F46);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(5, 150, 105, 0.3);
}
.ws-fcat--emerald .ws-fcard__badge {
  background: #D1FAE5;
  color: #065F46;
}
.ws-fcat--emerald .ws-fcard__checks li::before {
  background: linear-gradient(135deg, #059669, #065F46);
}
.ws-fcat--rose .ws-fcat__bar {
  background: linear-gradient(90deg, rgba(225, 29, 72, 0.06) 0%, rgba(225, 29, 72, 0.02) 100%);
}
.ws-fcat--rose .ws-fcat__bar::before {
  background: linear-gradient(180deg, #E11D48, #9F1239);
}
.ws-fcat--rose .ws-fcat__ico {
  background: linear-gradient(135deg, #E11D48, #9F1239);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(225, 29, 72, 0.3);
}
.ws-fcat--rose .ws-fcat__name {
  color: #9F1239;
}
.ws-fcat--rose .ws-fcat__desc {
  color: rgba(159, 18, 57, 0.7);
}
.ws-fcat--rose .ws-fcat__cnt {
  background: #FCE7F3;
  color: #9F1239;
}
.ws-fcat--rose .ws-fcard:hover {
  border-color: rgba(225, 29, 72, 0.2);
}
.ws-fcat--rose .ws-fcard__ico {
  background: #FCE7F3;
  color: #9F1239;
}
.ws-fcat--rose .ws-fcard:hover .ws-fcard__ico {
  background: linear-gradient(135deg, #E11D48, #9F1239);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(225, 29, 72, 0.3);
}
.ws-fcat--rose .ws-fcard__badge {
  background: #FCE7F3;
  color: #9F1239;
}
.ws-fcat--rose .ws-fcard__checks li::before {
  background: linear-gradient(135deg, #E11D48, #9F1239);
}
.ws-fcat--cyan .ws-fcat__bar {
  background: linear-gradient(90deg, rgba(8, 145, 178, 0.06) 0%, rgba(8, 145, 178, 0.02) 100%);
}
.ws-fcat--cyan .ws-fcat__bar::before {
  background: linear-gradient(180deg, #0891B2, #155E75);
}
.ws-fcat--cyan .ws-fcat__ico {
  background: linear-gradient(135deg, #0891B2, #155E75);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(8, 145, 178, 0.3);
}
.ws-fcat--cyan .ws-fcat__name {
  color: #155E75;
}
.ws-fcat--cyan .ws-fcat__desc {
  color: rgba(21, 94, 117, 0.7);
}
.ws-fcat--cyan .ws-fcat__cnt {
  background: #CFFAFE;
  color: #155E75;
}
.ws-fcat--cyan .ws-fcard:hover {
  border-color: rgba(8, 145, 178, 0.2);
}
.ws-fcat--cyan .ws-fcard__ico {
  background: #CFFAFE;
  color: #155E75;
}
.ws-fcat--cyan .ws-fcard:hover .ws-fcard__ico {
  background: linear-gradient(135deg, #0891B2, #155E75);
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(8, 145, 178, 0.3);
}
.ws-fcat--cyan .ws-fcard__badge {
  background: #CFFAFE;
  color: #155E75;
}
.ws-fcat--cyan .ws-fcard__checks li::before {
  background: linear-gradient(135deg, #0891B2, #155E75);
}

.ws-fcard {
  padding: 0.625rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(30, 27, 75, 0.06);
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.ws-fcard:hover {
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(18, 16, 58, 0.06);
  transform: translateY(-1px);
}
.ws-fcard__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
}
.ws-fcard__ico {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-fcard__title {
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #12103A;
  line-height: 1.3;
  flex: 1;
  min-width: 0;
}
.ws-fcard__badge {
  font-size: 0.5rem;
  font-weight: 700;
  padding: 0.0625rem 0.25rem;
  border-radius: 9999px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.ws-fcard__desc {
  font-size: 0.6875rem;
  color: #4A4863;
  line-height: 1.5;
  margin-bottom: 0.375rem;
}
.ws-fcard__checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem 0.5rem;
}
.ws-fcard__checks li {
  font-size: 0.625rem;
  color: #4A4863;
  padding-left: 0.875rem;
  position: relative;
  line-height: 1.6;
}
.ws-fcard__checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 5L4.5 7L7.5 3.5' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
  .ws-fpage {
    padding: 1.5rem 0 2rem;
  }
  .ws-fpage__stats {
    gap: 0.375rem;
  }
  .ws-fpage__stat {
    font-size: 0.625rem;
    padding: 0.25rem 0.5rem;
  }
}
.ws-hiw-hero {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
.ws-hiw-hero::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: rgba(165, 180, 252, 0.2);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.ws-hiw-hero__title {
  font-family: "Sora", sans-serif;
  font-size: 2.75rem;
  color: #12103A;
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.ws-hiw-hero__subtitle {
  font-size: 1.0625rem;
  color: #4A4863;
  max-width: 520px;
  margin: 0 auto;
}

.ws-howto {
  background: #F5F3EE;
  padding: 2.5rem 0 2rem;
}
.ws-howto__head {
  text-align: center;
  margin-bottom: 1.25rem;
}
.ws-howto__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.625rem;
  background: linear-gradient(135deg, #059669, #065F46);
  color: #FFFFFF;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.25);
}
.ws-howto__badge i {
  font-size: 0.625rem;
}
.ws-howto__title {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #12103A;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}
.ws-howto__sub {
  font-size: 0.8125rem;
  color: #8B89A3;
  margin-bottom: 0;
}
.ws-howto__link {
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4F46E5;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-howto__link:hover {
  gap: 0.4rem;
  color: #3730A3;
}
.ws-howto__link i {
  font-size: 0.625rem;
}
.ws-howto__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}
@media (max-width: 767.98px) {
  .ws-howto__grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.ws-howto-card {
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.06);
  border-radius: 14px;
  padding: 0.875rem;
  position: relative;
  overflow: hidden;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-howto-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.ws-howto-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(18, 16, 58, 0.1);
}
.ws-howto-card__num {
  position: absolute;
  top: 0.5rem;
  right: 0.625rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
.ws-howto-card__scene {
  margin: -0.875rem -0.875rem 0.75rem;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.ws-howto-card__scene svg {
  width: 100%;
  height: auto;
  display: block;
}
.ws-howto-card__connector-line {
  display: none;
}
@media (min-width: 768px) {
  .ws-howto-card__connector-line {
    display: block;
    position: absolute;
    right: -0.75rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 2;
    width: 40px;
    height: 40px;
  }
}
.ws-howto-card:last-child .ws-howto-card__connector-line {
  display: none;
}
.ws-howto-card__body {
  display: flex;
  flex-direction: column;
}
.ws-howto-card__top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
}
.ws-howto-card__ico {
  font-size: 0.875rem;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-howto-card__title {
  font-family: "Sora", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #12103A;
  letter-spacing: -0.01em;
}
.ws-howto-card__desc {
  font-size: 0.6875rem;
  color: #4A4863;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.ws-howto-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.ws-howto-card__tag {
  font-size: 0.5625rem;
  font-weight: 600;
  padding: 0.0625rem 0.3125rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  line-height: 1.6;
}
.ws-howto-card__tag i {
  font-size: 0.5rem;
}
.ws-howto-card:hover .ws-howto-card__ico {
  color: #FFFFFF !important;
}
.ws-howto-card--indigo::before {
  background: linear-gradient(90deg, #4F46E5, #3730A3);
}
.ws-howto-card--indigo .ws-howto-card__num {
  background: linear-gradient(135deg, #4F46E5, #3730A3);
}
.ws-howto-card--indigo .ws-howto-card__ico {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-howto-card--indigo:hover .ws-howto-card__ico {
  background: linear-gradient(135deg, #4F46E5, #3730A3);
  box-shadow: 0 3px 10px rgba(79, 70, 229, 0.3);
}
.ws-howto-card--indigo .ws-howto-card__tag {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-howto-card--indigo:hover {
  border-color: rgba(79, 70, 229, 0.15);
}
.ws-howto-card--amber::before {
  background: linear-gradient(90deg, #D97706, #92400E);
}
.ws-howto-card--amber .ws-howto-card__num {
  background: linear-gradient(135deg, #D97706, #92400E);
}
.ws-howto-card--amber .ws-howto-card__ico {
  background: #FEF3C7;
  color: #92400E;
}
.ws-howto-card--amber:hover .ws-howto-card__ico {
  background: linear-gradient(135deg, #D97706, #92400E);
  box-shadow: 0 3px 10px rgba(217, 119, 6, 0.3);
}
.ws-howto-card--amber .ws-howto-card__tag {
  background: #FEF3C7;
  color: #92400E;
}
.ws-howto-card--amber:hover {
  border-color: rgba(217, 119, 6, 0.15);
}
.ws-howto-card--emerald::before {
  background: linear-gradient(90deg, #059669, #065F46);
}
.ws-howto-card--emerald .ws-howto-card__num {
  background: linear-gradient(135deg, #059669, #065F46);
}
.ws-howto-card--emerald .ws-howto-card__ico {
  background: #D1FAE5;
  color: #065F46;
}
.ws-howto-card--emerald:hover .ws-howto-card__ico {
  background: linear-gradient(135deg, #059669, #065F46);
  box-shadow: 0 3px 10px rgba(5, 150, 105, 0.3);
}
.ws-howto-card--emerald .ws-howto-card__tag {
  background: #D1FAE5;
  color: #065F46;
}
.ws-howto-card--emerald:hover {
  border-color: rgba(5, 150, 105, 0.15);
}

@media (max-width: 575.98px) {
  .ws-howto {
    padding: 2rem 0;
  }
  .ws-howto__title {
    font-size: 1.25rem;
  }
}
.ws-hiw-step {
  text-align: center;
  position: relative;
  padding: 2rem 0;
}
.ws-hiw-step__number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  color: #FFFFFF;
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 0 40px rgba(79, 70, 229, 0.15);
}
.ws-hiw-step__image {
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 12px 40px rgba(18, 16, 58, 0.08), 0 4px 12px rgba(18, 16, 58, 0.04);
}
.ws-hiw-step__image svg {
  width: 100%;
  height: auto;
}
.ws-hiw-step__svg {
  width: 100%;
  height: auto;
  max-width: 520px;
  display: block;
  margin: 0 auto;
}
.ws-hiw-step__title {
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #12103A;
  margin-bottom: 0.75rem;
}
.ws-hiw-step__text, .ws-hiw-step__desc {
  font-size: 0.8125rem;
  color: #4A4863;
  line-height: 1.75;
  max-width: 360px;
  margin: 0 auto;
}
.ws-hiw-step__bullets {
  list-style: none;
  padding: 0;
  margin: 1rem auto 0;
  max-width: 360px;
}
.ws-hiw-step__bullets li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.4rem;
  font-size: 0.8125rem;
  color: #4A4863;
  text-align: left;
}
.ws-hiw-step__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D4A017;
}

.ws-hiw-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  color: #A5B4FC;
}
.ws-hiw-connector__arrow {
  width: 40px;
  height: 60px;
}
@media (max-width: 991px) {
  .ws-hiw-connector {
    transform: rotate(90deg);
    padding: 0.5rem 0;
  }
}

@media (max-width: 575.98px) {
  .ws-hiw-hero {
    padding: 2rem 0;
  }
  .ws-hiw-hero__title {
    font-size: 1.5rem;
  }
  .ws-hiw-hero__subtitle {
    font-size: 0.9375rem;
  }
  .ws-hiw-step__title {
    font-size: 1.0625rem;
  }
  .ws-hiw-step__svg {
    max-width: 320px;
  }
}
@media (max-width: 767.98px) {
  .ws-hiw-step {
    text-align: center;
  }
  .ws-hiw-step__bullets {
    display: inline-block;
    text-align: left;
  }
  .ws-hiw-connector {
    padding: 0.25rem 0;
  }
}
.ws-compare {
  background: #F5F3EE;
  padding: 2.5rem 0;
}
.ws-compare__head {
  text-align: center;
  margin-bottom: 1.25rem;
}
.ws-compare__highlights {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ws-compare__hl-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.06);
  border-radius: 14px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-compare__hl-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(18, 16, 58, 0.04);
}
.ws-compare__hl-icon {
  font-size: 1rem;
  color: #4F46E5;
  min-width: 20px;
}
.ws-compare__hl-feat {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #12103A;
  flex: 1;
}
.ws-compare__hl-oth {
  font-size: 0.75rem;
  color: #EF4444;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 60px;
}
.ws-compare__hl-oth i {
  font-size: 0.5rem;
}
.ws-compare__hl-us {
  font-size: 0.75rem;
  color: #059669;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.ws-compare__hl-us i {
  font-size: 0.625rem;
}
.ws-compare__expand-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 auto 1.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(79, 70, 229, 0.06);
  border: 1px solid rgba(79, 70, 229, 0.15);
  border-radius: 9999px;
  color: #4F46E5;
  font-weight: 600;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-compare__expand-btn:hover {
  background: rgba(79, 70, 229, 0.1);
  transform: translateY(-1px);
}
.ws-compare__expand-btn .bi-chevron-down {
  transition: transform 0.3s ease;
}
.ws-compare__expand-btn[aria-expanded=true] .bi-chevron-down {
  transform: rotate(180deg);
}
.ws-compare__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.625rem;
  background: linear-gradient(135deg, #F59E0B, #B45309);
  color: #FFFFFF;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.25);
}
.ws-compare__badge i {
  font-size: 0.625rem;
}
.ws-compare__title {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #12103A;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}
.ws-compare__sub {
  font-size: 0.8125rem;
  color: #8B89A3;
  margin-bottom: 0;
}
.ws-compare__body {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid rgba(30, 27, 75, 0.06);
  box-shadow: 0 1px 3px rgba(18, 16, 58, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.ws-cmp-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 0;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(90deg, #F5F3EE, rgba(79, 70, 229, 0.03));
  border-bottom: 2px solid rgba(30, 27, 75, 0.06);
  font-family: "Sora", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8B89A3;
}
.ws-cmp-head__us {
  text-align: right;
  color: #4F46E5;
}
.ws-cmp-head__oth {
  text-align: center;
}

.ws-cmp-cat {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-family: "Sora", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  border-top: 1px solid rgba(30, 27, 75, 0.04);
}
.ws-cmp-cat i {
  font-size: 0.75rem;
}
.ws-cmp-cat__cnt {
  font-size: 0.5625rem;
  font-weight: 700;
  padding: 0 0.25rem;
  border-radius: 9999px;
  line-height: 1.6;
  margin-left: auto;
}
.ws-cmp-cat--indigo {
  background: rgba(79, 70, 229, 0.04);
  color: #3730A3;
  border-left: 3px solid #4F46E5;
}
.ws-cmp-cat--indigo .ws-cmp-cat__cnt {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-cmp-cat--amber {
  background: rgba(217, 119, 6, 0.04);
  color: #92400E;
  border-left: 3px solid #D97706;
}
.ws-cmp-cat--amber .ws-cmp-cat__cnt {
  background: #FEF3C7;
  color: #92400E;
}
.ws-cmp-cat--emerald {
  background: rgba(5, 150, 105, 0.04);
  color: #065F46;
  border-left: 3px solid #059669;
}
.ws-cmp-cat--emerald .ws-cmp-cat__cnt {
  background: #D1FAE5;
  color: #065F46;
}
.ws-cmp-cat--violet {
  background: rgba(124, 58, 237, 0.04);
  color: #5B21B6;
  border-left: 3px solid #7C3AED;
}
.ws-cmp-cat--violet .ws-cmp-cat__cnt {
  background: #EDE9FE;
  color: #5B21B6;
}
.ws-cmp-cat--rose {
  background: rgba(225, 29, 72, 0.04);
  color: #9F1239;
  border-left: 3px solid #E11D48;
}
.ws-cmp-cat--rose .ws-cmp-cat__cnt {
  background: #FCE7F3;
  color: #9F1239;
}

.ws-cmp-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 0;
  align-items: center;
  padding: 0.3125rem 0.75rem;
  border-top: 1px solid rgba(30, 27, 75, 0.13);
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-cmp-row:hover {
  background: rgba(79, 70, 229, 0.015);
}
.ws-cmp-row__feat {
  font-size: 0.75rem;
  font-weight: 500;
  color: #12103A;
}
.ws-cmp-row__oth {
  text-align: center;
}
.ws-cmp-row__us {
  text-align: right;
}

.ws-cmp-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.125rem 0.4375rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.ws-cmp-pill i {
  font-size: 0.5625rem;
}
.ws-cmp-pill--green {
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.08), rgba(5, 150, 105, 0.04));
  color: #065F46;
  border: 1px solid rgba(5, 150, 105, 0.12);
}
.ws-cmp-pill--green i {
  color: #059669;
}
.ws-cmp-pill--red {
  background: rgba(225, 29, 72, 0.04);
  color: #9F1239;
  border: 1px solid rgba(225, 29, 72, 0.08);
}
.ws-cmp-pill--red i {
  color: #E11D48;
  font-size: 0.5rem;
}
.ws-cmp-pill--gray {
  background: rgba(30, 27, 75, 0.03);
  color: #8B89A3;
  border: 1px solid rgba(30, 27, 75, 0.06);
}

@media (max-width: 767.98px) {
  .ws-compare {
    padding: 2rem 0;
  }
  .ws-compare__title {
    font-size: 1.25rem;
  }
  .ws-cmp-head {
    grid-template-columns: 1.2fr 0.8fr 1fr;
    font-size: 0.625rem;
    padding: 0.375rem 0.5rem;
  }
  .ws-cmp-row {
    grid-template-columns: 1.2fr 0.8fr 1fr;
    padding: 0.25rem 0.5rem;
  }
  .ws-cmp-row__feat {
    font-size: 0.6875rem;
  }
  .ws-cmp-pill {
    font-size: 0.625rem;
    padding: 0.0625rem 0.3125rem;
  }
  .ws-cmp-cat {
    font-size: 0.625rem;
    padding: 0.3125rem 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .ws-cmp-head {
    grid-template-columns: 1fr 0.7fr 1fr;
  }
  .ws-cmp-row {
    grid-template-columns: 1fr 0.7fr 1fr;
  }
}
.ws-reviews {
  background: linear-gradient(180deg, #FDFCF9 0%, #F5F3EE 100%);
  padding: 2.5rem 0;
}
.ws-reviews__head {
  text-align: center;
  margin-bottom: 1rem;
}
.ws-reviews__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.625rem;
  background: linear-gradient(135deg, #F59E0B, #D97706);
  color: #FFFFFF;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.25);
}
.ws-reviews__badge i {
  font-size: 0.625rem;
}
.ws-reviews__title {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #12103A;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.ws-reviews__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.ws-reviews__trust-item {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: #8B89A3;
}
.ws-reviews__trust-item i {
  font-size: 0.6875rem;
  color: #4F46E5;
  animation: ws-pulse 2s ease-in-out infinite;
}
.ws-reviews__trust-item strong {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #12103A;
}
.ws-reviews__trust-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(30, 27, 75, 0.2);
}

.ws-rcard {
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.06);
  border-radius: 14px;
  padding: 0.875rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-rcard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
}
.ws-rcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(18, 16, 58, 0.1);
}
.ws-rcard__quote {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 32px;
  height: 24px;
  color: rgba(79, 70, 229, 0.06);
  pointer-events: none;
}
.ws-rcard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.ws-rcard__stars {
  display: flex;
  gap: 1px;
  color: #F59E0B;
  font-size: 0.6875rem;
}
.ws-rcard__tag {
  font-size: 0.625rem;
  font-weight: 600;
  padding: 0.0625rem 0.375rem;
  border-radius: 9999px;
  letter-spacing: 0.02em;
}
.ws-rcard__text {
  font-size: 0.75rem;
  color: #4A4863;
  line-height: 1.55;
  font-style: italic;
  flex: 1;
  margin-bottom: 0.625rem;
}
.ws-rcard__text::before {
  content: "“";
  font-weight: 700;
  color: rgba(79, 70, 229, 0.3);
}
.ws-rcard__text::after {
  content: "”";
  font-weight: 700;
  color: rgba(79, 70, 229, 0.3);
}
.ws-rcard__author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(30, 27, 75, 0.04);
}
.ws-rcard__avatar {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  color: #FFFFFF;
}
.ws-rcard__info {
  display: flex;
  flex-direction: column;
}
.ws-rcard__name {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 0.6875rem;
  color: #12103A;
  line-height: 1.3;
}
.ws-rcard__rest {
  font-size: 0.625rem;
  color: #8B89A3;
  line-height: 1.3;
}
.ws-rcard--indigo::before {
  background: linear-gradient(180deg, #4F46E5, #3730A3);
}
.ws-rcard--indigo .ws-rcard__tag {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-rcard--indigo .ws-rcard__avatar {
  background: linear-gradient(135deg, #4F46E5, #3730A3);
}
.ws-rcard--indigo:hover {
  border-color: rgba(79, 70, 229, 0.15);
}
.ws-rcard--amber::before {
  background: linear-gradient(180deg, #D97706, #92400E);
}
.ws-rcard--amber .ws-rcard__tag {
  background: #FEF3C7;
  color: #92400E;
}
.ws-rcard--amber .ws-rcard__avatar {
  background: linear-gradient(135deg, #D97706, #92400E);
}
.ws-rcard--amber:hover {
  border-color: rgba(217, 119, 6, 0.15);
}
.ws-rcard--emerald::before {
  background: linear-gradient(180deg, #059669, #065F46);
}
.ws-rcard--emerald .ws-rcard__tag {
  background: #D1FAE5;
  color: #065F46;
}
.ws-rcard--emerald .ws-rcard__avatar {
  background: linear-gradient(135deg, #059669, #065F46);
}
.ws-rcard--emerald:hover {
  border-color: rgba(5, 150, 105, 0.15);
}

@media (max-width: 767px) {
  .ws-reviews .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    padding-bottom: 1rem;
  }
  .ws-reviews .row > .col-12 {
    min-width: 85vw;
    scroll-snap-align: center;
  }
}
@media (max-width: 575.98px) {
  .ws-reviews {
    padding: 2rem 0;
  }
  .ws-reviews__title {
    font-size: 1.25rem;
  }
}
.ws-cta-section {
  background: linear-gradient(135deg, #3730A3 0%, #6D28D9 50%, #4F46E5 100%);
  padding: 3rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ws-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}
.ws-cta-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.15) 0%, transparent 70%);
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.ws-cta-section > * {
  position: relative;
  z-index: 2;
}
.ws-cta-section__title {
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .ws-cta-section__title {
    font-size: 2.75rem;
  }
}
.ws-cta-section__subtitle {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.ws-cta-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #12103A;
  background: linear-gradient(135deg, #F0D060 0%, #D4A017 50%, #B8860B 100%);
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.ws-cta-section__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s ease;
}
.ws-cta-section__btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 30px rgba(212, 160, 23, 0.4);
  color: #12103A;
}
.ws-cta-section__btn:hover::before {
  left: 100%;
}
.ws-cta-section__subtext {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 1rem;
}
.ws-cta-section__floaters {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ws-cta-section__floater {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  background: #D4A017;
}
.ws-cta-section__floater--1 {
  width: 200px;
  height: 200px;
  top: -60px;
  left: 10%;
  animation: ws-float-1 10s ease-in-out infinite;
}
.ws-cta-section__floater--2 {
  width: 120px;
  height: 120px;
  bottom: -40px;
  right: 15%;
  animation: ws-float-2 8s ease-in-out infinite 1s;
}
.ws-cta-section__floater--3 {
  width: 80px;
  height: 80px;
  top: 30%;
  left: 60%;
  animation: ws-float-3 12s ease-in-out infinite 2s;
}
.ws-cta-section__trust {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}
.ws-cta-section__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
}
.ws-cta-section__trust span i {
  font-size: 0.875rem;
}

.ws-wave-divider {
  margin-top: -1px;
  line-height: 0;
}
.ws-wave-divider svg {
  width: 100%;
  height: 80px;
  display: block;
}

.ws-access-hero {
  background: linear-gradient(160deg, #FDFCF9 0%, #EEF2FF 40%, #FDF6E3 100%);
  padding: 3rem 0;
  min-height: 50vh;
  display: flex;
  align-items: center;
}

.ws-access-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 24px 64px rgba(18, 16, 58, 0.12), 0 8px 20px rgba(18, 16, 58, 0.06);
  position: relative;
}
.ws-access-card__icon {
  color: #4F46E5;
  margin-bottom: 1.25rem;
}
.ws-access-card__icon svg {
  filter: drop-shadow(0 2px 4px rgba(79, 70, 229, 0.2));
}
.ws-access-card__title {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #12103A;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
.ws-access-card__desc {
  font-size: 0.8125rem;
  color: #8B89A3;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.ws-access-card__form {
  max-width: 400px;
  margin: 0 auto;
}

.ws-access-input-group {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.ws-access-input {
  flex: 1;
  padding: 0.625rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  color: #12103A;
  background: #FFFFFF;
  border: 1.5px solid rgba(79, 70, 229, 0.15);
  border-radius: 14px;
  outline: none;
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-access-input::placeholder {
  color: #8B89A3;
  font-size: 0.75rem;
}
.ws-access-input:focus {
  border-color: #6366F1;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}
.ws-access-input--error {
  border-color: #DC2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}
.ws-access-input--error:focus {
  border-color: #DC2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.ws-access-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 1.25rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #12103A;
  background: linear-gradient(135deg, #F0D060 0%, #D4A017 50%, #B8860B 100%);
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.ws-access-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 30px rgba(212, 160, 23, 0.25);
}
.ws-access-btn:active {
  transform: translateY(0);
}

.ws-access-error {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  color: #DC2626;
  background: rgba(220, 38, 38, 0.06);
  border-radius: 8px;
}
.ws-access-error i {
  font-size: 0.8125rem;
}

.ws-access-section-title {
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #12103A;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
}

.ws-access-features {
  padding: 3rem 0;
  background: #FFFFFF;
}

.ws-access-feature {
  background: #FDFCF9;
  border: 1px solid rgba(79, 70, 229, 0.06);
  border-radius: 20px;
  padding: 1.25rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}
.ws-access-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(18, 16, 58, 0.08), 0 4px 12px rgba(18, 16, 58, 0.04);
}
.ws-access-feature__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #EEF2FF;
  color: #4F46E5;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.ws-access-feature h3 {
  font-family: "Sora", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #12103A;
  margin-bottom: 0.375rem;
}
.ws-access-feature p {
  font-size: 0.75rem;
  color: #8B89A3;
  line-height: 1.5;
  margin-bottom: 0;
}

.ws-access-trust {
  padding: 2rem 0;
  background: #F5F3EE;
}
.ws-access-trust__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.ws-access-trust__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #4A4863;
}
.ws-access-trust__item i {
  font-size: 1.0625rem;
  color: #059669;
}

.ws-access-steps {
  padding: 3rem 0;
  background: #FFFFFF;
}

.ws-access-step {
  text-align: center;
  padding: 1.25rem;
}
.ws-access-step__num {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  color: #FFFFFF;
  font-family: "Sora", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
}
.ws-access-step h3 {
  font-family: "Sora", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #12103A;
  margin-bottom: 0.375rem;
}
.ws-access-step p {
  font-size: 0.75rem;
  color: #8B89A3;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .ws-access-hero {
    min-height: auto;
    padding: 2rem 0;
  }
  .ws-access-card {
    padding: 1.5rem 1.25rem;
  }
  .ws-access-card__title {
    font-size: 1.25rem;
  }
  .ws-access-input-group {
    flex-direction: column;
  }
  .ws-access-trust__row {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}
.ws-blog-card {
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.04);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ws-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(18, 16, 58, 0.08), 0 4px 12px rgba(18, 16, 58, 0.04);
}
.ws-blog-card--featured .ws-blog-card__image {
  aspect-ratio: 21/9;
}
.ws-blog-card--featured .ws-blog-card__title {
  font-size: 1.25rem;
}
.ws-blog-card--featured .ws-blog-card__image--lg {
  min-height: 280px;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 767.98px) {
  .ws-blog-card--featured .ws-blog-card__image--lg {
    border-radius: 20px 20px 0 0;
    min-height: 200px;
  }
}
.ws-blog-card__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #EEF2FF 0%, #FDF6E3 100%);
}
.ws-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.ws-blog-card:hover .ws-blog-card__image img {
  transform: scale(1.05);
}
.ws-blog-card__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ws-blog-card__meta {
  font-size: 0.75rem;
  color: #8B89A3;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.ws-blog-card__title {
  font-family: "Sora", sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #12103A;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.ws-blog-card__title a {
  color: inherit;
}
.ws-blog-card__title a:hover {
  color: #4F46E5;
}
.ws-blog-card__summary {
  font-size: 0.8125rem;
  color: #4A4863;
  flex: 1;
  margin-bottom: 1rem;
}
.ws-blog-card__link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4F46E5;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.ws-blog-card__link:hover {
  gap: 0.5rem;
}

.ws-blog-detail {
  max-width: 760px;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.75;
}
.ws-blog-detail h2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.ws-blog-detail h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.ws-blog-detail p {
  margin-bottom: 1.25rem;
}
.ws-blog-detail img {
  border-radius: 14px;
  margin: 1.5rem 0;
}
.ws-blog-detail ul, .ws-blog-detail ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.ws-blog-detail ul li, .ws-blog-detail ol li {
  margin-bottom: 0.5rem;
}
.ws-blog-detail blockquote {
  border-left: 3px solid #D4A017;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: #F5F3EE;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #12103A;
}

.ws-blog-sidebar h5 {
  font-family: "Sora", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.ws-blog-sidebar ul {
  list-style: none;
  padding: 0;
}
.ws-blog-sidebar ul li {
  margin-bottom: 0.75rem;
}
.ws-blog-sidebar ul li a {
  font-size: 0.8125rem;
  color: #4A4863;
}
.ws-blog-sidebar ul li a:hover {
  color: #4F46E5;
}

.ws-contact-form input, .ws-contact-form textarea, .ws-contact-form select,
.ws-contact-form .form-control, .ws-contact-form .form-select {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  border: 1px solid rgba(30, 27, 75, 0.1);
  border-radius: 14px;
  padding: 0.75rem 1rem;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  background: #FFFFFF;
}
.ws-contact-form input:focus, .ws-contact-form textarea:focus, .ws-contact-form select:focus,
.ws-contact-form .form-control:focus, .ws-contact-form .form-select:focus {
  border-color: #4F46E5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.08);
  outline: none;
}
.ws-contact-form input::placeholder, .ws-contact-form textarea::placeholder, .ws-contact-form select::placeholder,
.ws-contact-form .form-control::placeholder, .ws-contact-form .form-select::placeholder {
  color: #8B89A3;
}
.ws-contact-form textarea, .ws-contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.ws-contact-form label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #12103A;
  margin-bottom: 0.375rem;
}
.ws-contact-form .is-invalid {
  border-color: #DC2626;
}
.ws-contact-form .is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}
.ws-contact-form .invalid-feedback {
  font-size: 0.75rem;
}

.ws-contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ws-contact-info__card, .ws-contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 14px;
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
}
.ws-contact-info__card:hover, .ws-contact-info__item:hover {
  border-color: rgba(79, 70, 229, 0.1);
  box-shadow: 0 4px 16px rgba(18, 16, 58, 0.06), 0 1px 3px rgba(18, 16, 58, 0.04);
}
.ws-contact-info__icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #EEF2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ws-contact-info__icon i {
  font-size: 1.125rem;
  color: #4F46E5;
}
.ws-contact-info__title, .ws-contact-info__label {
  font-family: "Sora", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #12103A;
  margin-bottom: 0.125rem;
}
.ws-contact-info__label {
  font-size: 0.75rem;
  color: #8B89A3;
}
.ws-contact-info__value {
  font-size: 0.8125rem;
  color: #4A4863;
}
.ws-contact-info__value a {
  color: #4A4863;
}
.ws-contact-info__value a:hover {
  color: #4F46E5;
}

.ws-faqsec {
  background: linear-gradient(180deg, #F5F3EE 0%, #FDFCF9 100%);
  padding: 2.5rem 0;
}
.ws-faqsec__head {
  text-align: center;
  margin-bottom: 1.25rem;
}
.ws-faqsec__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.625rem;
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  color: #FFFFFF;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.25);
}
.ws-faqsec__badge i {
  font-size: 0.625rem;
}
.ws-faqsec__title {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #12103A;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.ws-faqlist {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.ws-faqlist__item {
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.06);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-faqlist__item:hover {
  border-color: rgba(79, 70, 229, 0.12);
}
.ws-faqlist__q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
}
.ws-faqlist__q:hover {
  background: rgba(79, 70, 229, 0.015);
}
.ws-faqlist__q-ico {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 6px;
  background: #EEF2FF;
  color: #4F46E5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-faqlist__q:not(.collapsed) .ws-faqlist__q-ico {
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  color: #FFFFFF;
}
.ws-faqlist__q-text {
  flex: 1;
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #12103A;
  line-height: 1.35;
}
.ws-faqlist__q:not(.collapsed) .ws-faqlist__q-text {
  color: #4F46E5;
}
.ws-faqlist__q-chev {
  font-size: 0.625rem;
  color: #8B89A3;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.ws-faqlist__q:not(.collapsed) .ws-faqlist__q-chev {
  transform: rotate(180deg);
  color: #4F46E5;
}
.ws-faqlist__a {
  padding: 0 0.75rem 0.625rem 2.75rem;
  font-size: 0.6875rem;
  color: #4A4863;
  line-height: 1.55;
  animation: ws-faq-fade 0.3s ease;
}
.ws-faqlist__a strong {
  color: #4F46E5;
  font-weight: 600;
}

.ws-faqside {
  background: linear-gradient(135deg, rgba(238, 242, 255, 0.6), #FFFFFF);
  border: 1px solid rgba(30, 27, 75, 0.06);
  border-radius: 14px;
  padding: 0.875rem;
  position: sticky;
  top: 5rem;
}
.ws-faqside__wa-link {
  color: #25D366;
  font-weight: 600;
  text-decoration: none;
}
.ws-faqside__wa-link:hover {
  text-decoration: underline;
}
.ws-faqside__header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Sora", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #12103A;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(30, 27, 75, 0.06);
}
.ws-faqside__header i {
  font-size: 0.875rem;
  color: #4F46E5;
}
.ws-faqside__items {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}
.ws-faqside__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem;
  border-radius: 8px;
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-faqside__item:hover {
  background: rgba(79, 70, 229, 0.02);
}
.ws-faqside__item-ico {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #FFFFFF;
}
.ws-faqside__item-ico--amber {
  background: linear-gradient(135deg, #D97706, #92400E);
}
.ws-faqside__item-ico--emerald {
  background: linear-gradient(135deg, #059669, #065F46);
}
.ws-faqside__item-body {
  display: flex;
  flex-direction: column;
}
.ws-faqside__item-title {
  font-family: "Sora", sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #12103A;
  line-height: 1.3;
}
.ws-faqside__item-desc {
  font-size: 0.625rem;
  color: #8B89A3;
  line-height: 1.3;
}
.ws-faqside__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
  border-top: 1px solid rgba(30, 27, 75, 0.06);
  border-bottom: 1px solid rgba(30, 27, 75, 0.06);
}
.ws-faqside__stat {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ws-faqside__stat strong {
  font-family: "Sora", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #4F46E5;
  line-height: 1.2;
}
.ws-faqside__stat span {
  font-size: 0.5625rem;
  color: #8B89A3;
}
.ws-faqside__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 100%;
  padding: 0.4375rem;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.25);
}
.ws-faqside__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.35);
  color: #FFFFFF;
}
.ws-faqside__cta i {
  font-size: 0.625rem;
}

@media (max-width: 991.98px) {
  .ws-faqside {
    position: static;
  }
}
@media (max-width: 575.98px) {
  .ws-faqsec {
    padding: 2rem 0;
  }
  .ws-faqsec__title {
    font-size: 1.25rem;
  }
}
.ws-legal {
  padding: 2rem 0 2.5rem;
}
.ws-legal__toc {
  position: sticky;
  top: 5rem;
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.06);
  border-radius: 14px;
  padding: 0.75rem;
}
.ws-legal__toc-title {
  font-family: "Sora", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #8B89A3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-bottom: 0.5rem;
  margin-bottom: 0.375rem;
  border-bottom: 1px solid rgba(30, 27, 75, 0.06);
}
.ws-legal__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.ws-legal__toc-link {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.375rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #4A4863;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-legal__toc-link:hover {
  background: rgba(79, 70, 229, 0.04);
  color: #4F46E5;
}
.ws-legal__toc-link-num {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5625rem;
  font-weight: 700;
  background: #EEF2FF;
  color: #4F46E5;
}
.ws-legal__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ws-legal__section {
  background: #FFFFFF;
  border: 1px solid rgba(30, 27, 75, 0.06);
  border-radius: 14px;
  padding: 0.75rem 0.875rem;
  position: relative;
  overflow: hidden;
}
.ws-legal__section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
}
.ws-legal__section-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.ws-legal__section-ico {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}
.ws-legal__section-title {
  font-family: "Sora", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #12103A;
  margin: 0;
  letter-spacing: -0.01em;
}
.ws-legal__section p {
  font-size: 0.6875rem;
  color: #4A4863;
  line-height: 1.55;
  margin-bottom: 0.375rem;
}
.ws-legal__section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
}
.ws-legal__section li {
  font-size: 0.6875rem;
  color: #4A4863;
  line-height: 1.5;
  padding-left: 1rem;
  position: relative;
}
.ws-legal__section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4F46E5;
  opacity: 0.4;
}
.ws-legal__section li strong {
  color: #12103A;
  font-weight: 600;
}
.ws-legal__section a {
  color: #4F46E5;
  font-weight: 500;
}
.ws-legal__section:nth-child(1)::before {
  background: linear-gradient(180deg, #4F46E5, #3730A3);
}
.ws-legal__section:nth-child(1) .ws-legal__section-ico {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-legal__section:nth-child(2)::before {
  background: linear-gradient(180deg, #D97706, #92400E);
}
.ws-legal__section:nth-child(2) .ws-legal__section-ico {
  background: #FEF3C7;
  color: #92400E;
}
.ws-legal__section:nth-child(3)::before {
  background: linear-gradient(180deg, #7C3AED, #5B21B6);
}
.ws-legal__section:nth-child(3) .ws-legal__section-ico {
  background: #EDE9FE;
  color: #5B21B6;
}
.ws-legal__section:nth-child(4)::before {
  background: linear-gradient(180deg, #0891B2, #155E75);
}
.ws-legal__section:nth-child(4) .ws-legal__section-ico {
  background: #CFFAFE;
  color: #155E75;
}
.ws-legal__section:nth-child(5)::before {
  background: linear-gradient(180deg, #059669, #065F46);
}
.ws-legal__section:nth-child(5) .ws-legal__section-ico {
  background: #D1FAE5;
  color: #065F46;
}
.ws-legal__section:nth-child(6)::before {
  background: linear-gradient(180deg, #E11D48, #9F1239);
}
.ws-legal__section:nth-child(6) .ws-legal__section-ico {
  background: #FCE7F3;
  color: #9F1239;
}
.ws-legal__section:nth-child(7)::before {
  background: linear-gradient(180deg, #4F46E5, #3730A3);
}
.ws-legal__section:nth-child(7) .ws-legal__section-ico {
  background: #EEF2FF;
  color: #3730A3;
}
.ws-legal__section:nth-child(8)::before {
  background: linear-gradient(180deg, #D97706, #92400E);
}
.ws-legal__section:nth-child(8) .ws-legal__section-ico {
  background: #FEF3C7;
  color: #92400E;
}
.ws-legal__section:nth-child(9)::before {
  background: linear-gradient(180deg, #059669, #065F46);
}
.ws-legal__section:nth-child(9) .ws-legal__section-ico {
  background: #D1FAE5;
  color: #065F46;
}
.ws-legal__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.ws-legal__contact-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3125rem 0.5rem;
  background: #F5F3EE;
  border-radius: 8px;
  font-size: 0.6875rem;
}
.ws-legal__contact-item i {
  font-size: 0.75rem;
  color: #4F46E5;
}

@media (max-width: 991.98px) {
  .ws-legal__toc {
    position: static;
    margin-bottom: 1rem;
  }
  .ws-legal__toc-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
}
@media (max-width: 575.98px) {
  .ws-legal {
    padding: 1.5rem 0 2rem;
  }
}
.ws-footer {
  background: #0C0A20;
  color: #FFFFFF;
  position: relative;
}
.ws-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
}
.ws-footer > * {
  position: relative;
}
.ws-footer__logo img {
  height: 36px;
  filter: brightness(1.1);
}
.ws-footer__tagline {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8125rem;
  margin-top: 0.75rem;
  max-width: 260px;
}
.ws-footer__heading {
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}
.ws-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ws-footer__links li {
  margin-bottom: 0.625rem;
}
.ws-footer__links a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8125rem;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-footer__links a:hover {
  color: #FFFFFF;
  padding-left: 4px;
}
.ws-footer__social {
  display: flex;
  gap: 1rem;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ws-footer__social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.125rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-footer__social a:hover {
  background: rgba(79, 70, 229, 0.2);
  color: #FFFFFF;
  transform: translateY(-2px);
}
.ws-footer__contact {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
}
.ws-footer__contact a {
  color: rgba(255, 255, 255, 0.65);
}
.ws-footer__contact a:hover {
  color: #F0D060;
}
.ws-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
}

.ws-fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.ws-fade-in.ws-visible {
  opacity: 1;
  transform: translateY(0);
}
.ws-fade-in:nth-child(2) {
  transition-delay: 0.1s;
}
.ws-fade-in:nth-child(3) {
  transition-delay: 0.2s;
}
.ws-fade-in:nth-child(4) {
  transition-delay: 0.3s;
}
.ws-fade-in:nth-child(5) {
  transition-delay: 0.4s;
}
.ws-fade-in:nth-child(6) {
  transition-delay: 0.5s;
}

.ws-slide-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.ws-slide-left.ws-visible {
  opacity: 1;
  transform: translateX(0);
}

.ws-slide-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.ws-slide-right.ws-visible {
  opacity: 1;
  transform: translateX(0);
}

.ws-scale-in {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.ws-scale-in.ws-visible {
  opacity: 1;
  transform: scale(1);
}

@keyframes ws-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes ws-float-1 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(5deg);
  }
}
@keyframes ws-float-2 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(-4deg);
  }
}
@keyframes ws-float-3 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-12px) rotate(3deg);
  }
  66% {
    transform: translateY(-6px) rotate(-2deg);
  }
}
@keyframes ws-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
@keyframes ws-pulse-glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(212, 160, 23, 0.2);
  }
  50% {
    box-shadow: 0 0 40px rgba(212, 160, 23, 0.4);
  }
}
@keyframes ws-shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes ws-gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes ws-faq-fade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ws-whatsapp-pulse {
  0%, 100% {
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 24px rgba(37, 211, 102, 0.6);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ws-fade-in, .ws-slide-left, .ws-slide-right, .ws-scale-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ws-hero__floater {
    animation: none !important;
  }
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.ws-whatsapp-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 998;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  animation: ws-whatsapp-pulse 3s ease-in-out infinite;
}
.ws-whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}
.ws-whatsapp-fab:hover .ws-whatsapp-fab__tooltip {
  opacity: 1;
  transform: translateX(-100%) translateX(-12px) translateY(-50%);
  visibility: visible;
}
.ws-whatsapp-fab__tooltip {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateX(-100%) translateX(-4px) translateY(-50%);
  background: #12103A;
  color: #FFFFFF;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@media (max-width: 767px) {
  .ws-whatsapp-fab {
    bottom: 80px;
  }
}

.ws-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(30, 27, 75, 0.06);
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .ws-mobile-cta {
    display: block;
  }
}
.ws-mobile-cta--visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  .ws-section {
    padding: 3.5rem 0;
  }
  .ws-section-title {
    font-size: 1.5rem;
  }
  .ws-section-subtitle {
    font-size: 0.9375rem;
    margin-bottom: 2rem;
  }
  .ws-cta-section__title {
    font-size: 1.5rem;
  }
  body {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .ws-navbar .navbar-collapse {
    padding: 1rem 0;
    border-top: 1px solid rgba(30, 27, 75, 0.06);
    margin-top: 0.5rem;
  }
  .ws-navbar .ws-lang-switch {
    margin-top: 0.75rem;
  }
  .ws-navbar .ws-nav-cta {
    margin-top: 0.75rem;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .ws-nav-link {
    padding: 0.625rem 0.5rem !important;
  }
  .ws-hero__title {
    font-size: 2.75rem;
  }
}
@media (max-width: 575.98px) {
  .ws-hero {
    min-height: auto;
    padding: 2rem 0;
    text-align: center;
  }
  .ws-hero__title {
    font-size: 2rem;
  }
  .ws-hero__subtitle {
    font-size: 0.9375rem;
    margin-left: auto;
    margin-right: auto;
  }
  .ws-hero__illustration {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .ws-navbar .d-flex {
    flex-direction: column;
    align-items: stretch !important;
  }
  .ws-comparison-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ws-footer {
    text-align: center;
  }
  .ws-footer__tagline {
    margin: 0.75rem auto 0;
  }
  .ws-footer__links {
    margin-bottom: 1rem;
  }
  .ws-feature-section:nth-child(even) .row {
    flex-direction: column;
  }
}
.ws-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 1rem 0;
  background: rgba(12, 10, 32, 0.95);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.ws-cookie-banner--hidden {
  transform: translateY(100%);
  pointer-events: none;
}
.ws-cookie-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.ws-cookie-banner__text {
  flex: 1;
  min-width: 200px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}
.ws-cookie-banner__text a {
  color: #F0D060;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-cookie-banner__text a:hover {
  color: #D4A017;
}
.ws-cookie-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1.25rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #12103A;
  background: linear-gradient(135deg, #F0D060 0%, #D4A017 50%, #B8860B 100%);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-cookie-banner__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 30px rgba(212, 160, 23, 0.25);
}
.ws-cookie-banner__btn:active {
  transform: translateY(0);
}

body.ws-cookie-visible .ws-mobile-cta {
  bottom: 60px;
  transition: bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 575.98px) {
  .ws-cookie-banner__inner {
    flex-direction: column;
    text-align: center;
  }
  .ws-cookie-banner__btn {
    width: 100%;
    justify-content: center;
  }
  body.ws-cookie-visible .ws-mobile-cta {
    bottom: 100px;
  }
}
.ws-intro-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 2.4vw, 36px);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}
.ws-intro-popup--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-intro-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 8, 24, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}
.ws-intro-popup__shell {
  position: relative;
  width: min(100%, 1180px);
  max-height: calc(100vh - 2rem);
  border-radius: 28px;
  overflow: hidden;
  transform: scale(0.96) translateY(12px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55), 0 12px 32px rgba(0, 0, 0, 0.35);
}
.ws-intro-popup:not(.ws-intro-popup--hidden) .ws-intro-popup__shell {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.ws-intro-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  min-height: 44px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(15, 21, 48, 0.7);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), background 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-intro-popup__close svg {
  display: block;
  flex: 0 0 auto;
}
.ws-intro-popup__close-label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.ws-intro-popup__close:hover {
  background: #ef4b3a;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 30px rgba(239, 75, 58, 0.55);
  transform: translateY(-1px);
}
.ws-intro-popup__close:focus-visible {
  outline: 3px solid #ff8a3d;
  outline-offset: 3px;
}
.ws-intro-popup__close:active {
  transform: translateY(0);
}
.ws-intro-popup__hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  min-height: 360px;
  max-height: calc(100vh - 2rem);
  overflow: hidden;
  border-radius: 28px;
  background: radial-gradient(1200px 600px at 80% -10%, rgba(255, 138, 61, 0.22), transparent 60%), radial-gradient(900px 500px at -10% 110%, rgba(74, 168, 255, 0.22), transparent 60%), linear-gradient(135deg, #0f1530 0%, #1a2250 55%, #241a4a 100%);
  isolation: isolate;
  color: #fff7ea;
  font-family: "Inter", "DM Sans", sans-serif, system-ui, sans-serif;
}
.ws-intro-popup .stage {
  position: absolute;
  inset: 0;
}
.ws-intro-popup .bg-float {
  position: absolute;
  font-size: 22px;
  opacity: 0.18;
  animation: wsi-float 9s ease-in-out infinite;
  filter: grayscale(0.1);
}
.ws-intro-popup .scene {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: wsi-sceneCycle 15s linear infinite;
}
.ws-intro-popup .scene.s1 {
  animation-delay: 0s;
}
.ws-intro-popup .scene.s2 {
  animation-delay: 3s;
}
.ws-intro-popup .scene.s3 {
  animation-delay: 6s;
}
.ws-intro-popup .scene.s4 {
  animation-delay: 9s;
}
.ws-intro-popup .scene.s5 {
  animation-delay: 12s;
}
.ws-intro-popup .scene-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 2.2vw, 36px);
}
.ws-intro-popup .tag {
  position: absolute;
  top: 22px;
  left: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d9def5;
  opacity: 0.85;
}
.ws-intro-popup .tag .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8a3d;
  box-shadow: 0 0 14px #ff8a3d;
}
.ws-intro-popup .brand {
  position: absolute;
  top: 20px;
  right: 92px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 15px;
  color: #fff;
}
.ws-intro-popup .brand .mark {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ef4b3a, #ff8a3d);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px rgba(239, 75, 58, 0.45);
  font-size: 14px;
}
.ws-intro-popup .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  text-align: center;
  font-weight: 600;
  font-size: clamp(14px, 1.6vw, 20px);
  color: #fff;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.ws-intro-popup .caption small {
  display: block;
  font-weight: 500;
  opacity: 0.72;
  font-size: 0.72em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 4px;
}
.ws-intro-popup .card {
  background: #fff7ea;
  color: #0b1022;
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35), 0 6px 14px rgba(0, 0, 0, 0.25);
}
.ws-intro-popup .s1 .wrap {
  display: flex;
  gap: clamp(20px, 3vw, 60px);
  align-items: center;
}
.ws-intro-popup .phone {
  width: 210px;
  height: 380px;
  border-radius: 34px;
  background: #0b1022;
  padding: 10px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #2a3366;
  position: relative;
  transform: rotate(-6deg);
}
.ws-intro-popup .phone::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 8px;
  border-radius: 6px;
  background: #000;
}
.ws-intro-popup .phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff5e8 100%);
}
.ws-intro-popup .ph-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 16px 8px;
  font-size: 10px;
  color: #333;
}
.ws-intro-popup .ph-logo {
  font-weight: 800;
  color: #ef4b3a;
}
.ws-intro-popup .ph-menu {
  padding: 4px 14px;
}
.ws-intro-popup .ph-cat {
  display: flex;
  gap: 8px;
  margin: 8px 0 10px;
  overflow: hidden;
}
.ws-intro-popup .ph-chip {
  font-size: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff;
  color: #333;
  border: 1px solid #eadfcf;
}
.ws-intro-popup .ph-chip.on {
  background: #0b1022;
  color: #fff;
  border-color: #0b1022;
}
.ws-intro-popup .ph-item {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  margin-bottom: 8px;
  box-shadow: 0 4px 10px rgba(20, 20, 60, 0.06);
  opacity: 0;
  transform: translateY(10px);
  animation: wsi-menuIn 0.5s forwards;
}
.ws-intro-popup .s1 .ph-item:nth-child(1) {
  animation-delay: 1.4s;
}
.ws-intro-popup .s1 .ph-item:nth-child(2) {
  animation-delay: 1.6s;
}
.ws-intro-popup .s1 .ph-item:nth-child(3) {
  animation-delay: 1.8s;
}
.ws-intro-popup .thumb {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: linear-gradient(135deg, #ffe4c7, #ffd199);
}
.ws-intro-popup .thumb.b {
  background: linear-gradient(135deg, #d9f7e6, #9be6b7);
}
.ws-intro-popup .thumb.c {
  background: linear-gradient(135deg, #ffd6dd, #ff9db0);
}
.ws-intro-popup .it-title {
  font-size: 11px;
  font-weight: 700;
  color: #0b1022;
}
.ws-intro-popup .it-sub {
  font-size: 9px;
  color: #8a8aa0;
}
.ws-intro-popup .it-price {
  margin-left: auto;
  font-weight: 800;
  font-size: 11px;
  color: #ef4b3a;
}
.ws-intro-popup .qr-card {
  width: 230px;
  padding: 18px;
  border-radius: 20px;
  background: #fff7ea;
  color: #0b1022;
  text-align: center;
  transform: rotate(5deg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  position: relative;
}
.ws-intro-popup .qr-card h4 {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6a6f8a;
}
.ws-intro-popup .qr-card .cta {
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
  color: #ef4b3a;
}
.ws-intro-popup .qr {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(9, 1fr);
  gap: 2px;
  border: 2px solid #ead9c0;
}
.ws-intro-popup .qr span {
  background: #0b1022;
  border-radius: 2px;
}
.ws-intro-popup .qr span.w {
  background: transparent;
}
.ws-intro-popup .scanbeam {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(239, 75, 58, 0), rgba(239, 75, 58, 0.55), rgba(239, 75, 58, 0));
  top: 44px;
  filter: blur(1px);
  animation: wsi-scan 1.6s ease-in-out 0.2s 1 forwards;
}
.ws-intro-popup .ring {
  position: absolute;
  border: 2px solid #ff8a3d;
  border-radius: 999px;
  opacity: 0;
  animation: wsi-ring 2.2s ease-out 0.6s 1 forwards;
}
.ws-intro-popup .s2 .panel {
  width: min(70%, 640px);
  aspect-ratio: 16/9;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fff4e4);
  position: relative;
  padding: 16px;
}
.ws-intro-popup .panel-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.ws-intro-popup .panel-head .dot-red {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5d52;
}
.ws-intro-popup .panel-head .dot-yel {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffc83d;
}
.ws-intro-popup .panel-head .dot-grn {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2ec27e;
}
.ws-intro-popup .panel-head .title {
  font-size: 12px;
  color: #666;
  font-weight: 700;
  margin-left: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ws-intro-popup .panel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.ws-intro-popup .ord {
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #ef4b3a;
  opacity: 0;
  transform: translateY(8px);
  animation: wsi-ordIn 0.5s forwards;
}
.ws-intro-popup .ord.k2 {
  border-left-color: #ff8a3d;
}
.ws-intro-popup .ord.k3 {
  border-left-color: #2ec27e;
}
.ws-intro-popup .ord.k4 {
  border-left-color: #4aa8ff;
}
.ws-intro-popup .ord.k5 {
  border-left-color: #ff7aa2;
}
.ws-intro-popup .ord.k6 {
  border-left-color: #ffc83d;
}
.ws-intro-popup .ord h5 {
  margin: 0;
  font-size: 11px;
  color: #111;
}
.ws-intro-popup .ord p {
  margin: 2px 0 0;
  font-size: 10px;
  color: #777;
}
.ws-intro-popup .ord .amt {
  font-size: 12px;
  font-weight: 800;
  margin-top: 6px;
  color: #ef4b3a;
}
.ws-intro-popup .s2 .ord:nth-child(1) {
  animation-delay: 0.8s;
}
.ws-intro-popup .s2 .ord:nth-child(2) {
  animation-delay: 1s;
}
.ws-intro-popup .s2 .ord:nth-child(3) {
  animation-delay: 1.2s;
}
.ws-intro-popup .s2 .ord:nth-child(4) {
  animation-delay: 1.4s;
}
.ws-intro-popup .s2 .ord:nth-child(5) {
  animation-delay: 1.6s;
}
.ws-intro-popup .s2 .ord:nth-child(6) {
  animation-delay: 1.8s;
}
.ws-intro-popup .channels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ws-intro-popup .chan {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #fff;
  color: #0b1022;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  font-weight: 700;
}
.ws-intro-popup .chan small {
  font-size: 8px;
  font-weight: 700;
  color: #333;
  margin-top: 2px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ws-intro-popup .chan.c1 {
  top: 14%;
  left: 6%;
  animation: wsi-flyIn1 2.4s ease-out 0.2s 1 forwards;
}
.ws-intro-popup .chan.c2 {
  top: 60%;
  left: 4%;
  animation: wsi-flyIn2 2.4s ease-out 0.4s 1 forwards;
}
.ws-intro-popup .chan.c3 {
  top: 10%;
  right: 6%;
  animation: wsi-flyIn3 2.4s ease-out 0.6s 1 forwards;
}
.ws-intro-popup .chan.c4 {
  top: 58%;
  right: 8%;
  animation: wsi-flyIn4 2.4s ease-out 0.8s 1 forwards;
}
.ws-intro-popup .s3 .kds {
  width: min(72%, 720px);
  aspect-ratio: 16/8;
  border-radius: 18px;
  background: #0b1022;
  color: #fff;
  padding: 18px;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  border: 1px solid #2a3366;
}
.ws-intro-popup .s3 .kds .bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.ws-intro-popup .s3 .kds .bar .pill {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: #1a2250;
  color: #d9def5;
}
.ws-intro-popup .s3 .kds .bar .clock {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  color: #9fb0ee;
  font-size: 12px;
}
.ws-intro-popup .ws-intro-popup__pill-muted {
  background: #2a3366 !important;
}
.ws-intro-popup .kds-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.ws-intro-popup .ticket {
  background: #141a3a;
  border-radius: 12px;
  padding: 10px;
  border-top: 4px solid #ff8a3d;
  position: relative;
  overflow: hidden;
}
.ws-intro-popup .ticket.new {
  border-top-color: #ef4b3a;
}
.ws-intro-popup .ticket.prep {
  border-top-color: #ffc83d;
}
.ws-intro-popup .ticket.done {
  border-top-color: #2ec27e;
}
.ws-intro-popup .ticket h6 {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #d9def5;
  text-transform: uppercase;
}
.ws-intro-popup .ticket .t-big {
  font-size: 14px;
  font-weight: 800;
  margin-top: 2px;
  color: #fff;
}
.ws-intro-popup .ticket ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  font-size: 11px;
  color: #b8c2e8;
}
.ws-intro-popup .ticket ul li {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  border-bottom: 1px dashed #2a3366;
}
.ws-intro-popup .ticket ul li:last-child {
  border-bottom: none;
}
.ws-intro-popup .ticket .status {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 9px;
  padding: 3px 7px;
  border-radius: 6px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ws-intro-popup .ticket.new .status {
  background: rgba(239, 75, 58, 0.2);
  color: #ff9d95;
}
.ws-intro-popup .ticket.prep .status {
  background: rgba(255, 200, 61, 0.18);
  color: #ffd973;
}
.ws-intro-popup .ticket.done .status {
  background: rgba(46, 194, 126, 0.2);
  color: #7ee2b8;
}
.ws-intro-popup .progress {
  height: 4px;
  border-radius: 4px;
  background: #2a3366;
  margin-top: 10px;
  overflow: hidden;
}
.ws-intro-popup .progress > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #ff8a3d, #ef4b3a);
  width: 0;
  animation: wsi-fill 2.4s 0.4s ease-out 1 forwards;
}
.ws-intro-popup .s3 .ticket:nth-child(2) .progress > span {
  animation-delay: 0.6s;
}
.ws-intro-popup .s3 .ticket:nth-child(3) .progress > span {
  animation-delay: 0.8s;
}
.ws-intro-popup .s3 .ticket:nth-child(4) .progress > span {
  animation-delay: 1s;
}
.ws-intro-popup .ding {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: #2ec27e;
  color: #052b18;
  font-weight: 800;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 10px 22px rgba(46, 194, 126, 0.5);
  opacity: 0;
  transform: translateY(10px);
  animation: wsi-dingIn 0.5s 1.6s forwards, wsi-ding 1.2s 1.8s infinite;
}
.ws-intro-popup .s4 .row {
  display: flex;
  gap: clamp(12px, 1.6vw, 22px);
  align-items: stretch;
  width: min(88%, 880px);
}
.ws-intro-popup .mini {
  flex: 1;
  border-radius: 16px;
  padding: 14px;
  background: #fff7ea;
  color: #0b1022;
  min-height: 240px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.ws-intro-popup .mini h5 {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6a6f8a;
}
.ws-intro-popup .stock-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 11px;
}
.ws-intro-popup .stock-row .em {
  font-size: 16px;
  width: 22px;
  text-align: center;
}
.ws-intro-popup .stock-row .nm {
  flex: 1;
  font-weight: 600;
}
.ws-intro-popup .stock-row .bar {
  width: 90px;
  height: 6px;
  background: #eadfcf;
  border-radius: 4px;
  overflow: hidden;
}
.ws-intro-popup .stock-row .bar > span {
  display: block;
  height: 100%;
  width: 0;
  background: #2ec27e;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.ws-intro-popup .stock-row .bar > span[data-intro-stock=sf1] {
  animation-name: wsi-sf1;
}
.ws-intro-popup .stock-row .bar > span[data-intro-stock=sf2] {
  animation-name: wsi-sf2;
}
.ws-intro-popup .stock-row .bar > span[data-intro-stock=sf3] {
  animation-name: wsi-sf3;
  animation-duration: 0.8s;
}
.ws-intro-popup .stock-row .bar > span[data-intro-stock=sf4] {
  animation-name: wsi-sf4;
}
.ws-intro-popup .stock-row.warn .bar > span {
  background: #ef4b3a;
}
.ws-intro-popup .stock-row .pct {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  width: 34px;
  text-align: right;
}
.ws-intro-popup .alert {
  margin-top: 8px;
  background: rgba(239, 75, 58, 0.12);
  border: 1px solid rgba(239, 75, 58, 0.35);
  color: #a63126;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  opacity: 0;
  animation: wsi-fadeIn 0.4s 1.6s forwards;
}
.ws-intro-popup .pay-amt {
  font-size: 34px;
  font-weight: 800;
  color: #0b1022;
  letter-spacing: -0.02em;
}
.ws-intro-popup .pay-sub {
  font-size: 11px;
  color: #6a6f8a;
  margin-top: 2px;
}
.ws-intro-popup .pay-methods {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.ws-intro-popup .pm {
  font-size: 10px;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #eadfcf;
  color: #333;
}
.ws-intro-popup .pm.on {
  background: #0b1022;
  color: #fff;
  border-color: #0b1022;
}
.ws-intro-popup__cents {
  font-size: 0.6em;
}
.ws-intro-popup__pay-extra {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ws-intro-popup__pay-chip {
  flex: 1;
  min-width: 100px;
  background: #fff;
  border: 1px solid #eadfcf;
  border-radius: 10px;
  padding: 8px;
  font-size: 10px;
}
.ws-intro-popup__pay-label {
  color: #6a6f8a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.ws-intro-popup__pay-value {
  font-weight: 800;
  color: #0b1022;
  font-size: 14px;
  margin-top: 2px;
}
.ws-intro-popup .tick {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #2ec27e;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(46, 194, 126, 0.5);
  opacity: 0;
  transform: scale(0.4);
  animation: wsi-pop 0.5s 1.6s forwards;
}
.ws-intro-popup .rec {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  font-family: "IBM Plex Mono", "Menlo", ui-monospace, monospace;
  font-size: 10px;
  color: #333;
}
.ws-intro-popup .rec h6 {
  margin: 0;
  font-size: 11px;
  font-family: inherit;
  font-weight: 800;
  color: #0b1022;
}
.ws-intro-popup .rec .l {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  border-bottom: 1px dashed #eadfcf;
}
.ws-intro-popup .rec .tot {
  display: flex;
  justify-content: space-between;
  padding: 6px 0 0;
  font-weight: 800;
  color: #0b1022;
  font-size: 12px;
}
.ws-intro-popup__rec-meta {
  font-size: 9px;
  color: #8a8aa0;
  margin-bottom: 6px;
}
.ws-intro-popup .stamp {
  position: absolute;
  right: 10px;
  top: 10px;
  transform: rotate(-8deg);
  border: 2px solid #2ec27e;
  color: #2ec27e;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.18em;
  opacity: 0;
  animation: wsi-stampIn 0.4s 1.4s forwards;
}
.ws-intro-popup .s5 .finale {
  width: min(88%, 900px);
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  align-items: stretch;
}
.ws-intro-popup .map {
  flex: 1.3;
  border-radius: 16px;
  background: linear-gradient(180deg, #eaf2ff 0%, #dbe7ff 100%);
  position: relative;
  overflow: hidden;
  min-height: 260px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.ws-intro-popup .map .street {
  position: absolute;
  background: #f6f8ff;
  border: 1px dashed #b8c5ec;
}
.ws-intro-popup .map .s-h1 {
  top: 30%;
  left: 0;
  right: 0;
  height: 18px;
}
.ws-intro-popup .map .s-h2 {
  top: 68%;
  left: 0;
  right: 0;
  height: 14px;
}
.ws-intro-popup .map .s-v1 {
  top: 0;
  bottom: 0;
  left: 35%;
  width: 16px;
}
.ws-intro-popup .map .s-v2 {
  top: 0;
  bottom: 0;
  left: 72%;
  width: 12px;
}
.ws-intro-popup .map .blk {
  position: absolute;
  background: #cfd9f3;
  border-radius: 4px;
}
.ws-intro-popup .map .b1 {
  top: 6%;
  left: 6%;
  width: 22%;
  height: 18%;
}
.ws-intro-popup .map .b2 {
  top: 8%;
  left: 42%;
  width: 22%;
  height: 14%;
}
.ws-intro-popup .map .b3 {
  top: 44%;
  left: 8%;
  width: 18%;
  height: 18%;
}
.ws-intro-popup .map .b4 {
  top: 76%;
  left: 48%;
  width: 22%;
  height: 16%;
}
.ws-intro-popup .map .b5 {
  top: 40%;
  left: 78%;
  width: 16%;
  height: 18%;
}
.ws-intro-popup .pin {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.ws-intro-popup .pin > span {
  transform: rotate(45deg);
  font-size: 16px;
  color: #fff;
  font-weight: 800;
}
.ws-intro-popup .pin.rest {
  background: #ef4b3a;
  top: 18%;
  left: 12%;
}
.ws-intro-popup .pin.cust {
  background: #2ec27e;
  bottom: 14%;
  right: 12%;
}
.ws-intro-popup .courier {
  position: absolute;
  top: 32%;
  left: 12%;
  font-size: 26px;
  animation: wsi-ride 3s 0.3s ease-in-out 1 forwards;
}
.ws-intro-popup .path {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ws-intro-popup .path svg {
  width: 100%;
  height: 100%;
}
.ws-intro-popup .path path {
  stroke: #ef4b3a;
  stroke-width: 3;
  fill: none;
  stroke-dasharray: 6 6;
  stroke-dashoffset: 300;
  animation: wsi-draw 3s 0.2s ease-out 1 forwards;
}
.ws-intro-popup .eta {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #fff;
  color: #0b1022;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 8px;
}
.ws-intro-popup .eta .pulse {
  width: 8px;
  height: 8px;
  background: #2ec27e;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(46, 194, 126, 0.7);
  animation: wsi-pulse 1.2s infinite;
}
.ws-intro-popup .claim {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  color: #fff;
}
.ws-intro-popup .claim h2 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 800;
  text-wrap: balance;
}
.ws-intro-popup .claim h2 em {
  font-style: normal;
  background: linear-gradient(90deg, #ff8a3d, #ef4b3a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ws-intro-popup .claim p {
  margin: 0;
  color: #cdd4f3;
  font-size: clamp(12px, 1.2vw, 14px);
  max-width: 38ch;
}
.ws-intro-popup .badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.ws-intro-popup .badge {
  font-size: 11px;
  font-weight: 700;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(6px);
  opacity: 0;
  transform: translateY(6px);
  animation: wsi-badgeIn 0.4s forwards;
}
.ws-intro-popup .s5 .badge:nth-child(1) {
  animation-delay: 0.8s;
}
.ws-intro-popup .s5 .badge:nth-child(2) {
  animation-delay: 1s;
}
.ws-intro-popup .s5 .badge:nth-child(3) {
  animation-delay: 1.2s;
}
.ws-intro-popup .s5 .badge:nth-child(4) {
  animation-delay: 1.4s;
}
.ws-intro-popup .s5 .badge:nth-child(5) {
  animation-delay: 1.6s;
}
.ws-intro-popup .cta-btn {
  margin-top: 10px;
  align-self: flex-start;
  background: linear-gradient(135deg, #ff8a3d, #ef4b3a);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  padding: 11px 16px;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(239, 75, 58, 0.45);
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(8px);
  animation: wsi-badgeIn 0.5s 1.8s forwards, wsi-ctaPulse 2.2s 2.2s infinite;
  text-decoration: none;
  display: inline-block;
}
.ws-intro-popup .cta-btn:hover {
  color: #fff;
  filter: brightness(1.1);
}
.ws-intro-popup .timeline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
}
.ws-intro-popup .timeline > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #ffc83d, #ff8a3d, #ef4b3a);
  width: 0;
  animation: wsi-tl 15s linear infinite;
}
.ws-intro-popup .dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}
.ws-intro-popup .dots i {
  width: 22px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.18);
  position: relative;
  overflow: hidden;
}
.ws-intro-popup .dots i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  width: 0;
  animation: wsi-fillDot 15s linear infinite;
}
.ws-intro-popup .dots i:nth-child(1)::after {
  animation-delay: 0s;
}
.ws-intro-popup .dots i:nth-child(2)::after {
  animation-delay: 3s;
}
.ws-intro-popup .dots i:nth-child(3)::after {
  animation-delay: 6s;
}
.ws-intro-popup .dots i:nth-child(4)::after {
  animation-delay: 9s;
}
.ws-intro-popup .dots i:nth-child(5)::after {
  animation-delay: 12s;
}

@keyframes wsi-float {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14px) rotate(8deg);
  }
}
@keyframes wsi-sceneCycle {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  4% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  18% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  22% {
    opacity: 0;
    transform: translateY(-14px) scale(0.99);
  }
  100% {
    opacity: 0;
  }
}
@keyframes wsi-menuIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes wsi-ordIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes wsi-fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes wsi-fill {
  to {
    width: 100%;
  }
}
@keyframes wsi-dingIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes wsi-ding {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes wsi-scan {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(165px);
    opacity: 0;
  }
}
@keyframes wsi-ring {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    width: 420px;
    height: 420px;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@keyframes wsi-flyIn1 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate(320%, 120%) scale(0.3);
    opacity: 0;
  }
}
@keyframes wsi-flyIn2 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate(380%, -50%) scale(0.3);
    opacity: 0;
  }
}
@keyframes wsi-flyIn3 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate(-320%, 140%) scale(0.3);
    opacity: 0;
  }
}
@keyframes wsi-flyIn4 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate(-360%, -30%) scale(0.3);
    opacity: 0;
  }
}
@keyframes wsi-sf1 {
  to {
    width: 80%;
  }
}
@keyframes wsi-sf2 {
  to {
    width: 55%;
  }
}
@keyframes wsi-sf3 {
  to {
    width: 12%;
  }
}
@keyframes wsi-sf4 {
  to {
    width: 92%;
  }
}
@keyframes wsi-pop {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes wsi-stampIn {
  0% {
    opacity: 0;
    transform: rotate(-20deg) scale(1.6);
  }
  100% {
    opacity: 1;
    transform: rotate(-8deg) scale(1);
  }
}
@keyframes wsi-ride {
  0% {
    top: 32%;
    left: 12%;
    transform: translateX(0) scaleX(1);
  }
  30% {
    top: 32%;
    left: 60%;
  }
  55% {
    top: 68%;
    left: 60%;
  }
  100% {
    top: 76%;
    left: 82%;
  }
}
@keyframes wsi-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes wsi-pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(46, 194, 126, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(46, 194, 126, 0);
  }
}
@keyframes wsi-badgeIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes wsi-ctaPulse {
  0%, 100% {
    box-shadow: 0 14px 28px rgba(239, 75, 58, 0.45);
  }
  50% {
    box-shadow: 0 14px 28px rgba(239, 75, 58, 0.75);
  }
}
@keyframes wsi-tl {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes wsi-fillDot {
  0% {
    width: 0;
  }
  20% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.ws-intro-popup:not(.ws-intro-popup--hidden) .ws-intro-popup__shell {
  animation: wsi-shellIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes wsi-shellIn {
  0% {
    transform: scale(0.92) translateY(18px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
body.ws-intro-popup-open {
  overflow: hidden;
}

@media (max-width: 860px) {
  .ws-intro-popup {
    padding: 8px;
  }
  .ws-intro-popup__shell {
    border-radius: 20px;
  }
  .ws-intro-popup__hero {
    aspect-ratio: 9/16;
    min-height: 540px;
    max-height: calc(100vh - 1rem);
    border-radius: 20px;
  }
  .ws-intro-popup__close {
    top: 10px;
    right: 10px;
    padding: 9px 12px;
  }
  .ws-intro-popup__close-label {
    display: none;
  }
  .ws-intro-popup .brand {
    right: 64px;
    font-size: 13px;
  }
  .ws-intro-popup .tag {
    top: 16px;
    left: 16px;
    font-size: 10px;
  }
  .ws-intro-popup .caption {
    bottom: 14px;
    padding: 0 14px;
  }
  .ws-intro-popup .phone {
    width: 160px;
    height: 280px;
  }
  .ws-intro-popup .qr-card {
    width: 190px;
    padding: 14px;
  }
  .ws-intro-popup .qr {
    width: 130px;
    height: 130px;
  }
  .ws-intro-popup .s1 .wrap {
    flex-direction: column;
    gap: 14px;
  }
  .ws-intro-popup .s2 .panel {
    width: 94%;
  }
  .ws-intro-popup .s3 .kds {
    width: 94%;
  }
  .ws-intro-popup .s4 .row {
    width: 96%;
    flex-wrap: wrap;
  }
  .ws-intro-popup .s4 .mini {
    min-width: 45%;
  }
  .ws-intro-popup .s5 .finale {
    flex-direction: column;
  }
  .ws-intro-popup .map {
    min-height: 180px;
  }
  .ws-intro-popup .chan {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ws-intro-popup__shell, .ws-intro-popup__hero *,
  .ws-intro-popup .scene,
  .ws-intro-popup .bg-float,
  .ws-intro-popup .ph-item,
  .ws-intro-popup .ord,
  .ws-intro-popup .progress > span,
  .ws-intro-popup .ding,
  .ws-intro-popup .alert,
  .ws-intro-popup .tick,
  .ws-intro-popup .stamp,
  .ws-intro-popup .badge,
  .ws-intro-popup .cta-btn,
  .ws-intro-popup .timeline > span,
  .ws-intro-popup .dots i::after,
  .ws-intro-popup .chan,
  .ws-intro-popup .scanbeam,
  .ws-intro-popup .ring,
  .ws-intro-popup .courier,
  .ws-intro-popup .path path,
  .ws-intro-popup .eta .pulse,
  .ws-intro-popup .stock-row .bar > span {
    animation: none !important;
    transition: none !important;
  }
  .ws-intro-popup .scene {
    opacity: 0;
  }
  .ws-intro-popup .scene.s1 {
    opacity: 1;
  }
  .ws-intro-popup .ph-item, .ws-intro-popup .ord, .ws-intro-popup .badge, .ws-intro-popup .cta-btn, .ws-intro-popup .tick, .ws-intro-popup .alert, .ws-intro-popup .stamp, .ws-intro-popup .ding {
    opacity: 1;
    transform: none;
  }
}
.ws-text-gradient {
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ws-text-accent {
  color: #D4A017;
}

.ws-badge {
  display: inline-flex;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
  background: rgba(79, 70, 229, 0.08);
  color: #4F46E5;
  letter-spacing: 0.02em;
}
.ws-badge--accent {
  background: rgba(212, 160, 23, 0.12);
  color: #B8860B;
}
.ws-badge--success {
  background: rgba(5, 150, 105, 0.08);
  color: #059669;
}

.ws-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%);
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(79, 70, 229, 0.15);
  color: #FFFFFF;
}

.ws-btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #12103A;
  background: linear-gradient(135deg, #F0D060 0%, #D4A017 50%, #B8860B 100%);
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.ws-btn-accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s ease;
}
.ws-btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(212, 160, 23, 0.25);
  color: #12103A;
}
.ws-btn-accent:hover::before {
  left: 100%;
}

.ws-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4F46E5;
  background: transparent;
  border: 1.5px solid rgba(79, 70, 229, 0.2);
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-btn-outline:hover {
  border-color: #4F46E5;
  background: rgba(79, 70, 229, 0.04);
  color: #4F46E5;
}

.ws-stats-counter {
  font-family: "Sora", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #4F46E5;
}
.ws-stats-counter__label {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8125rem;
  color: #8B89A3;
  font-weight: 400;
}

.ws-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #F0D060 0%, #D4A017 50%, #B8860B 100%);
  border-radius: 2px;
  border: none;
}
.ws-divider--center {
  margin: 0 auto;
}

.ws-glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}

.ws-link-arrow {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4F46E5;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  transition: gap 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-link-arrow:hover {
  gap: 0.625rem;
  color: #3730A3;
}

body .container {
  padding: 12px;
}

/*# sourceMappingURL=website.css.map */
