/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/Navbar.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.Navbar_nav__yFFPE {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transition: all var(--transition-base);
}

.Navbar_nav__yFFPE.Navbar_scrolled__N9DJM {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid var(--border-100);
}

.Navbar_inner__Cumf_ {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Navbar_logo__X4o9i {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Navbar_logoImage__msoFF {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.Navbar_logoText__Jmms3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-900);
}

.Navbar_links__puXTb {
  display: flex;
  align-items: center;
  gap: 8px;
}

.Navbar_link__Ssa7S {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-600);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.Navbar_link__Ssa7S:hover {
  color: var(--text-900);
  background: var(--bg-100);
}

.Navbar_actions__4T0RL {
  display: flex;
  align-items: center;
  gap: 12px;
}

.Navbar_btnLogin__cgPpV {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-700);
  background: transparent;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.Navbar_btnLogin__cgPpV:hover {
  color: var(--primary-600);
  background: var(--primary-50);
}

.Navbar_btnCta__KO_hi {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
}

.Navbar_btnCta__KO_hi:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.Navbar_menuBtn__zSLsp {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  cursor: pointer;
}

.Navbar_menuBtn__zSLsp span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-700);
  border-radius: 2px;
  transition: all var(--transition-fast);
}

.Navbar_menuBtn__zSLsp.Navbar_open__wWapx span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.Navbar_menuBtn__zSLsp.Navbar_open__wWapx span:nth-child(2) {
  opacity: 0;
}

.Navbar_menuBtn__zSLsp.Navbar_open__wWapx span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.Navbar_mobileMenu__mhKOr {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-200);
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: var(--shadow-lg);
}

.Navbar_mobileLink__lFb0h {
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-700);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.Navbar_mobileLink__lFb0h:hover {
  background: var(--bg-100);
}

.Navbar_mobileBtn__zOHEL {
  margin-top: 12px;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: white;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
}

.Navbar_mobileLogin__BQlZV {
  margin-top: 8px;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: var(--text-700);
  background: var(--bg-100);
  border-radius: var(--radius-md);
}

@media (max-width: 768px) {
  .Navbar_links__puXTb, .Navbar_actions__4T0RL {
    display: none;
  }
  
  .Navbar_menuBtn__zSLsp {
    display: flex;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/Footer.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__pQtti {
  background: var(--bg-50);
  border-top: 1px solid var(--border-200);
}

.Footer_inner__vtL_T {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.Footer_top__YBhK_ {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 48px;
  gap: 48px;
  padding: 64px 0;
  border-bottom: 1px solid var(--border-200);
}

.Footer_brand__0rdww {
  max-width: 320px;
}

.Footer_logo__fUEOF {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.Footer_logoImage__WD24i {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.Footer_logoText__5vsvE {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-900);
}

.Footer_tagline__edhu4 {
  font-size: 14px;
  color: var(--text-500);
  line-height: 1.7;
  margin-bottom: 24px;
}

.Footer_socialLinks__tA7gt {
  display: flex;
  gap: 12px;
}

.Footer_socialLink__hPzxm {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  border-radius: var(--radius-md);
  color: var(--text-500);
  transition: all var(--transition-fast);
}

.Footer_socialLink__hPzxm:hover {
  border-color: var(--primary-300);
  color: var(--primary-600);
  background: var(--primary-50);
}

.Footer_socialLink__hPzxm svg {
  width: 18px;
  height: 18px;
}

.Footer_group__osFPd h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.Footer_group__osFPd a {
  display: block;
  font-size: 14px;
  color: var(--text-500);
  padding: 8px 0;
  transition: color var(--transition-fast);
}

.Footer_group__osFPd a:hover {
  color: var(--primary-600);
}

.Footer_bottom__wxP7Z {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.Footer_copyright__j4atB {
  font-size: 14px;
  color: var(--text-400);
}

.Footer_legal__yxnQ6 {
  display: flex;
  gap: 24px;
}

.Footer_legal__yxnQ6 a {
  font-size: 14px;
  color: var(--text-400);
  transition: color var(--transition-fast);
}

.Footer_legal__yxnQ6 a:hover {
  color: var(--text-600);
}

@media (max-width: 1024px) {
  .Footer_top__YBhK_ {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .Footer_brand__0rdww {
    grid-column: span 2;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .Footer_top__YBhK_ {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0;
  }
  
  .Footer_brand__0rdww {
    grid-column: span 1;
  }
  
  .Footer_bottom__wxP7Z {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  .Footer_legal__yxnQ6 {
    gap: 16px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.page_main__nw1Wk {
  min-height: 100vh;
}

.page_container__jZF7q {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.page_section__zQZ2o {
  padding: 100px 0;
  background: var(--bg-white);
}

.page_sectionAlt__Lix2w {
  padding: 100px 0;
  background: var(--bg-50);
}

.page_sectionHeader___raMx {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 64px;
}

.page_sectionLabel__JSrPB {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-600);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.page_sectionTitle__6ic_4 {
  font-size: 40px;
  font-weight: 700;
  color: var(--text-900);
  line-height: 1.2;
  margin-bottom: 16px;
}

.page_sectionDesc__85dt1 {
  font-size: 18px;
  color: var(--text-600);
  line-height: 1.6;
}

.page_hero__7KFOs {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}

.page_heroBg__HTEGI {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 30%, #f0f9ff 70%, #faf5ff 100%);
  z-index: -1;
}

.page_heroBg__HTEGI::before {
  content: '';
  position: absolute;
  top: 20%;
  right: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.page_heroBg__HTEGI::after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.page_heroContent__dzLob {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  gap: 80px;
  align-items: center;
}

.page_heroLeft__HzzSB {
  display: flex;
  flex-direction: column;
}

.page_heroBadge__w6zNn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-700);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}

.page_heroBadgeIcon__c_9z6 {
  width: 16px;
  height: 16px;
  color: var(--primary-500);
}

.page_heroTitle__ixXIp {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-900);
  margin-bottom: 24px;
}

.page_heroTitle__ixXIp .page_text-gradient__z9AdK {
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--accent-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page_heroDesc__hhXmd {
  font-size: 20px;
  color: var(--text-600);
  line-height: 1.7;
  margin-bottom: 32px;
}

.page_heroActions__uE8fj {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}

.page_heroStats__ozT57 {
  display: flex;
  gap: 40px;
}

.page_heroStat__7idii {
  display: flex;
  flex-direction: column;
}

.page_heroStatValue__DWfNS {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-900);
}

.page_heroStatLabel__iTFrE {
  font-size: 14px;
  color: var(--text-500);
}

.page_heroRight__IMnLr {
  position: relative;
}

.page_heroVisual__b_sym {
  position: relative;
  width: 100%;
  height: 400px;
}

.page_heroCard__uJqad {
  position: absolute;
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  border-radius: 16px;
  padding: 24px;
  box-shadow: var(--shadow-lg);
  transition: all 0.3s ease;
}

.page_heroCard__uJqad:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.page_heroCard1__29ogX {
  top: 0;
  left: 20%;
  width: 200px;
}

.page_heroCard2__nZ2MH {
  top: 40%;
  left: 0;
  width: 180px;
}

.page_heroCard3__6MRz5 {
  top: 20%;
  right: 10%;
  width: 190px;
}

.page_heroCardIcon__XCAGe {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--accent-50, #eef2ff) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.page_heroCardIcon__XCAGe svg {
  width: 24px;
  height: 24px;
  color: var(--primary-600);
}

.page_heroCardTitle__4GYK2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 8px;
}

.page_heroCardDesc__RADNR {
  font-size: 14px;
  color: var(--text-500);
}

.page_heroCardsMobile__buAj8 {
  display: none;
}

.page_heroCardsMobile__buAj8 {
  display: none;
}

.page_featuresGrid__txuLt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.page_featureCard__swyBK {
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}

.page_featureCard__swyBK:hover {
  border-color: var(--primary-200);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.page_featureIcon__UHR_A {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--accent-50, #eef2ff) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.page_featureIcon__UHR_A svg {
  width: 28px;
  height: 28px;
  color: var(--primary-600);
}

.page_featureTitle__pGLZ6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 12px;
}

.page_featureDesc__GZakL {
  font-size: 15px;
  color: var(--text-600);
  line-height: 1.6;
  margin-bottom: 16px;
}

.page_featureTags__Bm_eo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page_featureTag__tvh6x {
  background: var(--bg-100);
  color: var(--text-600);
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 100px;
}

.page_archGrid__7vaL_ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.page_archCard__6KNuf {
  background: var(--bg-50);
  border: 1px solid var(--border-200);
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  transition: all 0.3s ease;
}

.page_archCard__6KNuf:hover {
  background: var(--bg-white);
  border-color: var(--primary-200);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.page_archIcon__uHNwj {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--accent-50, #eef2ff) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.page_archIcon__uHNwj svg {
  width: 24px;
  height: 24px;
  color: var(--primary-600);
}

.page_archTitle__LOq8V {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 8px;
}

.page_archDesc__2OydA {
  font-size: 14px;
  color: var(--text-600);
  line-height: 1.6;
}

.page_differenceSection__qS97N {
  padding: 100px 0;
  background: var(--bg-white);
}

.page_diffGrid__we7rS {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.page_diffCard__RKFLX {
  background: var(--bg-50);
  border: 1px solid var(--border-200);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}

.page_diffCard__RKFLX:hover {
  background: var(--bg-white);
  border-color: var(--primary-200);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.page_diffHighlight__fLuDm {
  display: inline-block;
  background: var(--primary-50);
  color: var(--primary-700);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.page_diffTitle__WDs1p {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 12px;
}

.page_diffDesc__2CnUo {
  font-size: 15px;
  color: var(--text-600);
  line-height: 1.6;
}

.page_principlesSection__LbLr_ {
  padding: 100px 0;
  background: var(--bg-50);
}

.page_principlesSection__LbLr_ .page_sectionLabel__JSrPB {
  color: var(--primary-600);
}

.page_principlesSection__LbLr_ .page_sectionTitle__6ic_4 {
  color: var(--text-900);
}

.page_principlesSection__LbLr_ .page_sectionDesc__85dt1 {
  color: var(--text-600);
}

.page_principlesGrid__lrn_k {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.page_principleCard__0hTE_ {
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  transition: all 0.3s ease;
}

.page_principleCard__0hTE_:hover {
  border-color: var(--primary-200);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.page_principleIcon__oeyUx {
  width: 40px;
  height: 40px;
  background: var(--bg-100);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.page_principleIcon__oeyUx svg {
  width: 20px;
  height: 20px;
  color: var(--primary-600);
}

.page_principleNumber__wIUdt {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-300);
}

.page_principleTitle__fHurh {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 8px;
}

.page_principleDesc__gkH7v {
  font-size: 14px;
  color: var(--text-600);
  line-height: 1.6;
}

.page_statsSection__IFj0R {
  padding: 80px 0;
  background: var(--bg-white);
  border-top: 1px solid var(--border-100);
  border-bottom: 1px solid var(--border-100);
}

.page_statsGrid__kXg9L {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  gap: 40px;
  text-align: center;
}

.page_statItem___GYM4 {
  padding: 20px;
}

.page_statValue__tVgp7 {
  font-size: 48px;
  font-weight: 800;
  color: var(--text-900);
  line-height: 1;
  margin-bottom: 8px;
}

.page_statLabel__2jNx3 {
  font-size: 16px;
  color: var(--text-500);
}

.page_pricingHighlight__LiMm2 {
  max-width: 500px;
  margin: 0 auto;
  background: var(--bg-white);
  border: 2px solid var(--primary-200);
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  box-shadow: var(--shadow-xl);
  position: relative;
}

.page_pricingBadge__eEqrS {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--accent-500) 100%);
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 100px;
}

.page_pricingPrice__ohKqU {
  margin-bottom: 16px;
}

.page_pricingValue__SFiyL {
  font-size: 64px;
  font-weight: 800;
  color: var(--text-900);
}

.page_pricingPeriod__3pq0H {
  font-size: 18px;
  color: var(--text-500);
  margin-left: 8px;
}

.page_pricingDesc__Ol_hN {
  font-size: 16px;
  color: var(--text-600);
  margin-bottom: 32px;
}

.page_pricingFeatures__tL8ob {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 32px;
  text-align: left;
}

.page_pricingFeature__lkm3e {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-700);
}

.page_pricingFeature__lkm3e svg {
  width: 18px;
  height: 18px;
  color: var(--success-500);
  flex-shrink: 0;
}

.page_pricingBtn__vM0UJ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--accent-500) 100%);
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page_pricingBtn__vM0UJ:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.page_compareSection__AI4nq {
  padding: 100px 0;
  background: var(--bg-50);
}

.page_compareTable__tp8jy {
  background: var(--bg-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--border-200);
}

.page_compareHeader__QIKwC {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
  color: white;
}

.page_compareHeaderItem__1maQe {
  padding: 24px 32px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.page_compareHeaderItem__1maQe:last-child {
  border-right: none;
}

.page_compareHeaderItem__1maQe:first-child {
  text-align: left;
}

.page_compareRow__1L1GP {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  border-bottom: 1px solid var(--border-200);
  transition: all 0.2s ease;
}

.page_compareRow__1L1GP:last-child {
  border-bottom: none;
}

.page_compareRow__1L1GP:hover {
  background: var(--bg-50);
}

.page_compareRow__1L1GP:nth-child(even) {
  background: var(--bg-25);
}

.page_compareRow__1L1GP:nth-child(even):hover {
  background: var(--bg-50);
}

.page_compareFeature__LV7hh {
  padding: 20px 32px;
  font-weight: 600;
  color: var(--text-900);
  display: flex;
  align-items: center;
  font-size: 15px;
  border-right: 1px solid var(--border-200);
}

.page_compareFeature__LV7hh::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}

.page_compareLLM__VOnZc {
  padding: 20px 24px;
  color: var(--text-500);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
  border-right: 1px solid var(--border-200);
  background: var(--bg-25);
}

.page_compareLLM__VOnZc::before {
  content: '✕';
  position: absolute;
  left: 16px;
  color: #ef4444;
  font-size: 12px;
  font-weight: bold;
}

.page_compareOurs___cC6e {
  padding: 20px 24px;
  color: var(--primary-700);
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--accent-50) 100%);
  font-size: 14px;
  position: relative;
}

.page_compareOurs___cC6e::before {
  content: '✓';
  position: absolute;
  left: 16px;
  color: var(--primary-600);
  font-size: 14px;
  font-weight: bold;
}

.page_agiSection__cjnlk {
  padding: 100px 0;
  background: var(--bg-50);
}

.page_agiContent__ERImJ {
  text-align: center;
}

.page_agiBadge__5Ymqn {
  display: inline-block;
  background: var(--primary-50);
  color: var(--primary-600);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.page_agiTitle__6UKG_ {
  font-size: 48px;
  font-weight: 700;
  color: var(--text-900);
  margin-bottom: 24px;
}

.page_agiDesc__4_r_T {
  font-size: 18px;
  color: var(--text-500);
  max-width: 800px;
  margin: 0 auto 48px;
  line-height: 1.8;
}

.page_agiGoals__obS3b {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  gap: 24px;
  margin-top: 48px;
}

.page_agiGoal__LNBVi {
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  border-radius: 16px;
  padding: 32px 24px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.page_agiGoal__LNBVi:hover {
  border-color: var(--primary-200);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.page_agiGoalIcon__rD1vk {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--accent-50) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.page_agiGoalIcon__rD1vk svg {
  width: 28px;
  height: 28px;
  color: var(--primary-600);
}

.page_agiGoal__LNBVi h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 12px;
}

.page_agiGoal__LNBVi p {
  font-size: 14px;
  color: var(--text-500);
  line-height: 1.6;
}

.page_securitySection__5dcCA {
  padding: 100px 0;
  background: var(--bg-white);
}

.page_securityGrid__xTw6y {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  gap: 24px;
  margin-top: 48px;
}

.page_securityCard__b724K {
  background: var(--bg-50);
  border: 1px solid var(--border-200);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.page_securityCard__b724K:hover {
  border-color: var(--primary-200);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.page_securityIcon__rVYo2 {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--accent-50) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.page_securityIcon__rVYo2 svg {
  width: 32px;
  height: 32px;
  color: var(--primary-600);
}

.page_securityTitle__WXJex {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 12px;
}

.page_securityDesc__rHiKQ {
  font-size: 14px;
  color: var(--text-500);
  line-height: 1.6;
}

.page_certifications__zY3yb {
  margin-top: 64px;
  background: var(--bg-50);
  border: 1px solid var(--border-200);
  border-radius: 16px;
  padding: 48px;
}

.page_certTitle__Ocout {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-900);
  text-align: center;
  margin-bottom: 32px;
}

.page_certGrid__GwE8n {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  gap: 32px;
}

.page_certItem__n0w_E {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.page_certItem__n0w_E svg {
  width: 24px;
  height: 24px;
  color: var(--success-500);
  flex-shrink: 0;
  margin-top: 2px;
}

.page_certName__qImyf {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 4px;
}

.page_certDesc__guXSj {
  font-size: 14px;
  color: var(--text-500);
}

.page_scenariosSection__TYyvY {
  padding: 100px 0;
  background: var(--bg-50);
}

.page_scenariosGrid__XIvjh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
  margin-top: 48px;
}

.page_scenarioCard__zs_7y {
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  border-radius: 16px;
  padding: 32px 24px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.page_scenarioCard__zs_7y:hover {
  border-color: var(--primary-200);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.page_scenarioIcon__cm8Hd {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--accent-50) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.page_scenarioIcon__cm8Hd svg {
  width: 28px;
  height: 28px;
  color: var(--primary-600);
}

.page_scenarioTitle__r9sq8 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 12px;
}

.page_scenarioDesc___zvnh {
  font-size: 14px;
  color: var(--text-500);
  line-height: 1.6;
}

.page_roadmapSection__XIPWg {
  padding: 100px 0;
  background: var(--bg-white);
}

.page_roadmap__2woWI {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  gap: 32px;
  margin-top: 48px;
}

.page_roadmapItem__NZ4h4 {
  display: flex;
  gap: 24px;
}

.page_roadmapLine__xTAm5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_roadmapDot__Pn_Zi {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--text-300);
  border: 3px solid var(--bg-white);
  box-shadow: 0 0 0 2px var(--text-300);
  flex-shrink: 0;
}

.page_roadmapConnector__Z9iVy {
  width: 2px;
  flex: 1 1;
  background: var(--border-200);
  margin-top: 8px;
}

.page_roadmapItem__NZ4h4.page_completed__4IoCx .page_roadmapDot__Pn_Zi {
  background: var(--success-500);
  box-shadow: 0 0 0 2px var(--success-500);
}

.page_roadmapItem__NZ4h4.page_current___Xo0L .page_roadmapDot__Pn_Zi {
  background: var(--primary-500);
  box-shadow: 0 0 0 2px var(--primary-500);
  animation: page_pulse__XPtbN 2s infinite;
}

@keyframes page_pulse__XPtbN {
  0%, 100% {
    box-shadow: 0 0 0 2px var(--primary-500);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.3);
  }
}

.page_roadmapContent__otBCP {
  flex: 1 1;
  background: var(--bg-50);
  border: 1px solid var(--border-200);
  border-radius: 12px;
  padding: 24px;
}

.page_roadmapPhase__8eOzj {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-600);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.page_roadmapTitle__vD0bQ {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 16px;
}

.page_roadmapList__am9M_ {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.page_roadmapList__am9M_ li {
  font-size: 14px;
  color: var(--text-600);
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}

.page_roadmapList__am9M_ li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-400);
}

.page_roadmapStatus__IL_Ks {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  background: var(--bg-100);
  color: var(--text-500);
}

.page_roadmapItem__NZ4h4.page_completed__4IoCx .page_roadmapStatus__IL_Ks {
  background: var(--success-50);
  color: var(--success-600);
}

.page_roadmapItem__NZ4h4.page_current___Xo0L .page_roadmapStatus__IL_Ks {
  background: var(--primary-50);
  color: var(--primary-600);
}

.page_faqSection__mfM8r {
  padding: 100px 0;
  background: var(--bg-50);
}

.page_faqList__Z9LYs {
  max-width: 800px;
  margin: 48px auto 0;
}

.page_faqItem__okCCj {
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page_faqItem__okCCj:hover {
  border-color: var(--primary-200);
}

.page_faqItem__okCCj.page_open__XXx9B {
  border-color: var(--primary-300);
  box-shadow: var(--shadow-md);
}

.page_faqQuestion__2GsvH {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-900);
}

.page_faqQuestion__2GsvH svg {
  width: 20px;
  height: 20px;
  color: var(--text-400);
  transition: transform 0.3s ease;
}

.page_faqItem__okCCj.page_open__XXx9B .page_faqQuestion__2GsvH svg {
  transform: rotate(180deg);
}

.page_faqAnswer__8uNij {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.page_faqItem__okCCj.page_open__XXx9B .page_faqAnswer__8uNij {
  max-height: 200px;
}

.page_faqAnswer__8uNij p {
  padding: 0 24px 20px;
  font-size: 15px;
  color: var(--text-600);
  line-height: 1.7;
}

.page_downloadSection__QCzrf {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--bg-900) 0%, #1a1a2e 100%);
}

.page_downloadContent__zyn8R {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 64px;
  gap: 64px;
  align-items: center;
}

.page_downloadInfo__CCWwH {
  color: var(--bg-white);
}

.page_downloadTitle__ZvW89 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}

.page_downloadDesc__Gs6a3 {
  font-size: 18px;
  color: var(--text-300);
  margin-bottom: 32px;
  line-height: 1.6;
}

.page_downloadForm__D9LdQ {
  display: flex;
  gap: 12px;
}

.page_downloadInput__dOq33 {
  flex: 1 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 15px;
  color: var(--bg-white);
  outline: none;
  transition: all 0.3s ease;
}

.page_downloadInput__dOq33::placeholder {
  color: var(--text-400);
}

.page_downloadInput__dOq33:focus {
  border-color: var(--primary-400);
  background: rgba(255, 255, 255, 0.15);
}

.page_downloadBtn__1wp1q {
  background: var(--primary-500);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.page_downloadBtn__1wp1q:hover {
  background: var(--primary-600);
  transform: translateY(-2px);
}

.page_downloadPlatforms__96yer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  gap: 16px;
}

.page_platformCard__f_4PQ {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.page_platformCard__f_4PQ:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.page_platformCard__f_4PQ svg {
  width: 40px;
  height: 40px;
  color: var(--primary-400);
  margin-bottom: 12px;
}

.page_platformCard__f_4PQ span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--bg-white);
  margin-bottom: 8px;
}

.page_platformStatus__7xczs {
  font-size: 12px;
  color: var(--text-400);
  font-weight: 500;
}

.page_ctaSection__BmsKD {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--bg-900) 0%, #1a1a2e 100%);
}

.page_ctaContent__MfmkM {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.page_ctaTitle__8jURU {
  font-size: 40px;
  font-weight: 700;
  color: var(--bg-white);
  margin-bottom: 16px;
}

.page_ctaDesc__icTsE {
  font-size: 18px;
  color: var(--text-300);
  margin-bottom: 32px;
}

.page_ctaBtn__Q_Mcf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-white);
  color: var(--text-900);
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page_ctaBtn__Q_Mcf:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
}

@media (max-width: 1024px) {
  .page_heroContent__dzLob {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .page_heroRight__IMnLr {
    display: none;
  }

  .page_featuresGrid__txuLt {
    grid-template-columns: 1fr;
  }

  .page_archGrid__7vaL_ {
    grid-template-columns: repeat(2, 1fr);
  }

  .page_diffGrid__we7rS {
    grid-template-columns: 1fr;
  }

  .page_principlesGrid__lrn_k {
    grid-template-columns: repeat(2, 1fr);
  }

  .page_statsGrid__kXg9L {
    grid-template-columns: repeat(2, 1fr);
  }

  .page_agiGoals__obS3b {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page_container__jZF7q {
    padding: 0 16px;
  }

  .page_hero__7KFOs {
    padding: 80px 0 40px;
    min-height: auto;
  }

  .page_heroContent__dzLob {
    gap: 0;
  }

  .page_heroLeft__HzzSB {
    display: flex;
    flex-direction: column;
  }

  .page_heroBadge__w6zNn {
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 16px;
    order: 1;
  }

  .page_heroTitle__ixXIp {
    font-size: 32px;
    margin-bottom: 16px;
    order: 2;
  }

  .page_heroDesc__hhXmd {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
    order: 3;
  }

  .page_heroCardsMobile__buAj8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    gap: 10px;
    margin-bottom: 24px;
    padding: 0;
    order: 4;
  }

  .page_heroCardMobile__pXdAf {
    width: 100%;
    background: var(--bg-white);
    border: 1px solid var(--border-200);
    border-radius: 12px;
    padding: 14px 10px;
    box-shadow: none;
    text-align: center;
  }

  .page_heroCardMobileIcon__K4Xq9 {
    width: 36px;
    height: 36px;
    background: var(--primary-50);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
  }

  .page_heroCardMobileIcon__K4Xq9 svg {
    width: 18px;
    height: 18px;
    color: var(--primary-600);
  }

  .page_heroCardMobileTitle__oLyFb {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-900);
    margin-bottom: 2px;
  }

  .page_heroCardMobileDesc__qyY5b {
    font-size: 11px;
    color: var(--text-500);
  }

  .page_heroActions__uE8fj {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
    order: 5;
  }

  .page_heroActions__uE8fj .page_btn-lg__WWtLX {
    width: 100%;
    justify-content: center;
  }

  .page_heroStats__ozT57 {
    display: none;
  }

  .page_heroVisual__b_sym {
    display: none;
  }

  .page_section__zQZ2o {
    padding: 48px 0;
  }

  .page_sectionAlt__Lix2w {
    padding: 48px 0;
  }

  .page_sectionHeader___raMx {
    margin-bottom: 32px;
  }

  .page_sectionLabel__JSrPB {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .page_sectionTitle__6ic_4 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .page_sectionDesc__85dt1 {
    font-size: 15px;
  }

  .page_featureCard__swyBK {
    padding: 20px;
  }

  .page_featureIcon__UHR_A {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
  }

  .page_featureIcon__UHR_A svg {
    width: 22px;
    height: 22px;
  }

  .page_featureTitle__pGLZ6 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .page_featureDesc__GZakL {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .page_featureTag__tvh6x {
    font-size: 11px;
    padding: 3px 8px;
  }

  .page_archGrid__7vaL_ {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page_archCard__6KNuf {
    padding: 18px;
  }

  .page_archIcon__uHNwj {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .page_archIcon__uHNwj svg {
    width: 20px;
    height: 20px;
  }

  .page_archTitle__LOq8V {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .page_archDesc__2OydA {
    font-size: 13px;
  }

  .page_diffCard__RKFLX {
    padding: 20px;
  }

  .page_diffHighlight__fLuDm {
    font-size: 11px;
    padding: 3px 10px;
    margin-bottom: 12px;
  }

  .page_diffTitle__WDs1p {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .page_diffDesc__2CnUo {
    font-size: 14px;
  }

  .page_principlesGrid__lrn_k {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page_principleCard__0hTE_ {
    padding: 20px;
  }

  .page_principleIcon__oeyUx {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
  }

  .page_principleIcon__oeyUx svg {
    width: 18px;
    height: 18px;
  }

  .page_principleNumber__wIUdt {
    top: 16px;
    right: 16px;
    font-size: 12px;
  }

  .page_principleTitle__fHurh {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .page_principleDesc__gkH7v {
    font-size: 13px;
  }

  .page_statsSection__IFj0R {
    display: none;
  }

  .page_compareSection__AI4nq {
    padding: 48px 0;
  }

  .page_compareTable__tp8jy {
    border-radius: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .page_compareHeader__QIKwC {
    grid-template-columns: 120px 1fr 1fr;
    min-width: 500px;
  }

  .page_compareHeaderItem__1maQe {
    padding: 16px 20px;
    font-size: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .page_compareHeaderItem__1maQe:last-child {
    border-right: none;
  }

  .page_compareRow__1L1GP {
    grid-template-columns: 120px 1fr 1fr;
    min-width: 500px;
  }

  .page_compareFeature__LV7hh {
    padding: 16px 20px;
    font-size: 14px;
    border-right: 1px solid var(--border-200);
  }

  .page_compareFeature__LV7hh::before {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }

  .page_compareLLM__VOnZc {
    padding: 16px 12px;
    font-size: 13px;
    border-right: 1px solid var(--border-200);
  }

  .page_compareLLM__VOnZc::before {
    left: 8px;
    font-size: 11px;
  }

  .page_compareOurs___cC6e {
    padding: 16px 12px;
    font-size: 13px;
  }

  .page_compareOurs___cC6e::before {
    left: 8px;
    font-size: 12px;
  }

  .page_agiSection__cjnlk {
    padding: 48px 0;
  }

  .page_agiBadge__5Ymqn {
    font-size: 12px;
    padding: 6px 16px;
    margin-bottom: 16px;
  }

  .page_agiTitle__6UKG_ {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .page_agiDesc__4_r_T {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .page_agiGoals__obS3b {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
  }

  .page_agiGoal__LNBVi {
    padding: 20px 16px;
  }

  .page_agiGoalIcon__rD1vk {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .page_agiGoalIcon__rD1vk svg {
    width: 22px;
    height: 22px;
  }

  .page_agiGoal__LNBVi h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .page_agiGoal__LNBVi p {
    font-size: 13px;
  }

  .page_pricingHighlight__LiMm2 {
    padding: 28px 20px;
  }

  .page_pricingBadge__eEqrS {
    font-size: 12px;
    padding: 5px 16px;
  }

  .page_pricingValue__SFiyL {
    font-size: 40px;
  }

  .page_pricingPeriod__3pq0H {
    font-size: 15px;
  }

  .page_pricingDesc__Ol_hN {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .page_pricingFeatures__tL8ob {
    gap: 10px;
    margin-bottom: 24px;
  }

  .page_pricingFeature__lkm3e {
    font-size: 13px;
  }

  .page_pricingFeature__lkm3e svg {
    width: 16px;
    height: 16px;
  }

  .page_pricingBtn__vM0UJ {
    font-size: 15px;
    padding: 14px 24px;
  }

  .page_ctaSection__BmsKD {
    padding: 48px 0;
  }

  .page_ctaContent__MfmkM {
    padding: 0 8px;
  }

  .page_ctaTitle__8jURU {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .page_ctaDesc__icTsE {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .page_ctaBtn__Q_Mcf {
    font-size: 15px;
    padding: 14px 28px;
  }

  .page_securitySection__5dcCA {
    padding: 48px 0;
  }

  .page_securityGrid__xTw6y {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .page_securityCard__b724K {
    padding: 20px 16px;
  }

  .page_securityIcon__rVYo2 {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  .page_securityIcon__rVYo2 svg {
    width: 24px;
    height: 24px;
  }

  .page_securityTitle__WXJex {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .page_securityDesc__rHiKQ {
    font-size: 13px;
  }

  .page_certifications__zY3yb {
    margin-top: 32px;
    padding: 24px 16px;
  }

  .page_certTitle__Ocout {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .page_certGrid__GwE8n {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page_certItem__n0w_E {
    gap: 12px;
  }

  .page_certItem__n0w_E svg {
    width: 20px;
    height: 20px;
  }

  .page_certName__qImyf {
    font-size: 14px;
  }

  .page_certDesc__guXSj {
    font-size: 13px;
  }

  .page_scenariosSection__TYyvY {
    padding: 48px 0;
  }

  .page_scenariosGrid__XIvjh {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .page_scenarioCard__zs_7y {
    padding: 20px 16px;
  }

  .page_scenarioIcon__cm8Hd {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .page_scenarioIcon__cm8Hd svg {
    width: 22px;
    height: 22px;
  }

  .page_scenarioTitle__r9sq8 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .page_scenarioDesc___zvnh {
    font-size: 13px;
  }

  .page_roadmapSection__XIPWg {
    padding: 48px 0;
  }

  .page_roadmap__2woWI {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }

  .page_roadmapItem__NZ4h4 {
    gap: 16px;
  }

  .page_roadmapContent__otBCP {
    padding: 16px;
  }

  .page_roadmapPhase__8eOzj {
    font-size: 11px;
  }

  .page_roadmapTitle__vD0bQ {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .page_roadmapList__am9M_ li {
    font-size: 13px;
  }

  .page_roadmapStatus__IL_Ks {
    font-size: 11px;
  }

  .page_faqSection__mfM8r {
    padding: 48px 0;
  }

  .page_faqList__Z9LYs {
    margin-top: 32px;
  }

  .page_faqItem__okCCj {
    margin-bottom: 12px;
  }

  .page_faqQuestion__2GsvH {
    padding: 16px 20px;
    font-size: 14px;
  }

  .page_faqQuestion__2GsvH svg {
    width: 18px;
    height: 18px;
  }

  .page_faqAnswer__8uNij p {
    padding: 0 20px 16px;
    font-size: 13px;
  }

  .page_downloadSection__QCzrf {
    padding: 48px 0;
  }

  .page_downloadContent__zyn8R {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page_downloadTitle__ZvW89 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .page_downloadDesc__Gs6a3 {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .page_downloadForm__D9LdQ {
    flex-direction: column;
  }

  .page_downloadInput__dOq33 {
    padding: 14px 16px;
    font-size: 14px;
  }

  .page_downloadBtn__1wp1q {
    padding: 14px 24px;
    font-size: 14px;
  }

  .page_downloadPlatforms__96yer {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page_platformCard__f_4PQ {
    padding: 16px;
  }

  .page_platformCard__f_4PQ svg {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }

  .page_platformCard__f_4PQ span {
    font-size: 14px;
  }

  .page_platformStatus__7xczs {
    font-size: 11px;
  }
}

