/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./app/web/page/odm/index.less ***!
  \**************************************************************************************************************************************************/
/**
 * 需求来源：docs/ODM页面修改/AI提示词.md、docs/ODM页面修改/ODM.html
 * 注意事项：
 * 1. 样式以目标稿 CSS 为基准做 1:1 视觉还原，并适配 React CSS Modules。
 * 2. 仅保留当前页面的交互逻辑，视觉层尽量不再做抽象化改写。
 */
.index__odmPage___32iWi {
  --orange: #ff7700;
  --orange-dark: #e86d00;
  --text: #111111;
  --muted: #606060;
  --soft: rgba(255, 119, 0, 0.1);
  --border: rgba(255, 119, 0, 0.14);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: radial-gradient(circle at 8% 8%, rgba(255, 119, 0, 0.12), transparent 26%), radial-gradient(circle at 94% 42%, rgba(255, 119, 0, 0.13), transparent 26%), linear-gradient(180deg, #fff7ef 0%, #ffffff 22%, #fff8f1 52%, #ffffff 78%, #fff4ea 100%);
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}
.index__odmPage___32iWi * {
  box-sizing: border-box;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}
.index__container___39VfN,
.index__finalContainer___Cu6Pz {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
  z-index: 3;
}
.index__softSection___-fimA,
.index__productsSection___3H2wa,
.index__heroSection___1_fYR {
  position: relative;
  padding: 76px 0;
}
.index__heroSection___1_fYR {
  padding: 70px 0 78px;
}
.index__softSection___-fimA::after,
.index__productsSection___3H2wa::after,
.index__heroSection___1_fYR::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 120%;
  height: 120px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 119, 0, 0.08), transparent 62%);
  pointer-events: none;
  z-index: 1;
}
.index__overlapSection___3yQKT {
  padding-top: 64px;
}
.index__sectionHead___3v2kV {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}
.index__sectionHeadWide___F4Z1b {
  max-width: 900px;
}
.index__sectionHead___3v2kV h2,
.index__heroContent___3pc74 h1 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 44px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.8px;
}
.index__sectionHead___3v2kV p {
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.index__sectionLabel___229lP,
.index__badge___3LALS {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.1);
  color: var(--orange);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.35px;
  margin-bottom: 20px;
}
.index__badgeDot___2FX1Y {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.index__primaryBtn___GA3DN {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 30px;
  border: none;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 15px 32px rgba(255, 119, 0, 0.3);
  transition: all 0.35s ease;
  cursor: pointer;
}
.index__primaryBtn___GA3DN:hover,
.index__finalBtn___3DB42:hover,
.index__modalBtn___1Fie-:hover {
  transform: translateY(-3px);
  background: var(--orange-dark);
  box-shadow: 0 22px 44px rgba(255, 119, 0, 0.4);
}
.index__primaryBtn___GA3DN span,
.index__finalBtn___3DB42 span {
  transition: transform 0.3s ease;
}
.index__primaryBtn___GA3DN:hover span,
.index__finalBtn___3DB42:hover span {
  transform: translateX(5px);
}
.index__primaryBtnWide___20dxL {
  width: 100%;
}
.index__bgIcon___3bSMh {
  position: absolute;
  color: var(--orange);
  opacity: 0.12;
  z-index: 1;
  pointer-events: none;
}
.index__bgIcon___3bSMh svg {
  width: 100%;
  height: auto;
}
.index__bgIcon1___1YtUf {
  width: 220px;
  left: 5%;
  top: 8%;
  animation: index__cjodmFloat___kbTFl 8s ease-in-out infinite;
}
.index__bgIcon2___3c4TE {
  width: 240px;
  right: 6%;
  top: 12%;
  animation: index__cjodmFloat___kbTFl 9s ease-in-out infinite reverse;
}
.index__heroGrid___3G6Ft {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 48px;
  align-items: center;
  min-height: 620px;
}
.index__heroContent___3pc74 h1 {
  margin: 0 0 20px;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1px;
}
.index__heroContent___3pc74 h1 span {
  display: block;
  color: var(--orange);
}
.index__heroContent___3pc74 > p {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.82;
}
.index__heroFeatureGrid___26uI7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}
.index__heroFeatureCard___1i6D2,
.index__choiceCard___3rzwJ,
.index__valueCard___Re2gD,
.index__workflowStep___PHhcQ,
.index__faqItem___3D48J {
  transition: all 0.35s ease;
}
.index__heroFeatureCard___1i6D2:hover,
.index__choiceCard___3rzwJ:hover,
.index__valueCard___Re2gD:hover,
.index__workflowStep___PHhcQ:hover,
.index__faqItem___3D48J:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 119, 0, 0.3);
  box-shadow: 0 22px 48px rgba(255, 119, 0, 0.13);
}
.index__heroFeatureCard___1i6D2 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 106px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--border);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.045);
}
.index__heroFeatureIcon___2sVx-,
.index__choiceIcon___3T9Wg,
.index__workflowIcon___2az4G {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: rgba(255, 119, 0, 0.11);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}
.index__heroFeatureIcon___2sVx- svg,
.index__choiceIcon___3T9Wg svg,
.index__workflowIcon___2az4G svg {
  width: 24px;
  height: 24px;
}
.index__heroFeatureCard___1i6D2:hover .index__heroFeatureIcon___2sVx-,
.index__choiceCard___3rzwJ:hover .index__choiceIcon___3T9Wg,
.index__workflowStep___PHhcQ:hover .index__workflowIcon___2az4G {
  background: var(--orange);
  color: #fff;
  transform: rotate(6deg) scale(1.08);
}
.index__heroFeatureCard___1i6D2 h3 {
  margin: 0 0 5px;
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
}
.index__heroMedia___2sh8w {
  display: flex;
  justify-content: center;
}
.index__heroImageWrap___2QPv7 {
  position: relative;
  width: 100%;
  max-width: 690px;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index__heroImageWrap___2QPv7::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.12);
  animation: index__cjodmPulse___EFSZq 5s ease-in-out infinite;
}
.index__heroImageWrap___2QPv7::after {
  content: '';
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 119, 0, 0.35);
  animation: index__cjodmRotate___36s2Y 18s linear infinite;
}
.index__heroImageWrap___2QPv7 img {
  position: relative;
  z-index: 5;
  width: 92%;
  border-radius: 30px;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.15));
  animation: index__cjodmImageFloat___1911w 5.5s ease-in-out infinite;
}
.index__orbit___1ZPAn {
  position: absolute;
  z-index: 6;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--orange);
  border: 1px solid rgba(255, 119, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 32px rgba(255, 119, 0, 0.14);
}
.index__orbit___1ZPAn svg {
  width: 28px;
  height: 28px;
}
.index__orbit1___2d_80 {
  top: 30px;
  right: 118px;
  animation: index__cjodmCardFloat___kS6Ek 4.6s ease-in-out infinite;
}
.index__orbit2___9q3iE {
  left: 40px;
  top: 140px;
  animation: index__cjodmCardFloat___kS6Ek 5.2s ease-in-out infinite reverse;
}
.index__floatingCard___1D6Uv {
  position: absolute;
  z-index: 7;
  min-width: 178px;
  padding: 13px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.78);
  animation: index__cjodmCardFloat___kS6Ek 5s ease-in-out infinite;
}
.index__floatingCard___1D6Uv strong {
  display: block;
  color: var(--text);
  font-size: 15px;
  margin-bottom: 3px;
}
.index__floatingCard___1D6Uv span {
  color: #666;
  font-size: 12px;
  font-weight: 600;
}
.index__floatingCard1___1GhTa {
  top: 72px;
  left: 8px;
}
.index__floatingCard2___2gamI {
  right: 8px;
  top: 215px;
  animation-direction: reverse;
}
.index__decisionCtaWrap___QBXVh {
  width: 100%;
  margin-top: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index__decisionCtaWrap___QBXVh .index__primaryBtn___GA3DN {
  width: 100%;
  max-width: 420px;
  min-height: 58px;
}
.index__choiceGrid___lhK3L {
  display: grid;
  grid-template-columns: 1fr 76px 1.12fr;
  gap: 22px;
  align-items: stretch;
}
.index__choiceCard___3rzwJ {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 20px;
  padding: 32px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--border);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.06);
}
.index__choiceCardPremium___3vCcI {
  border: 2px solid rgba(255, 119, 0, 0.48);
  background: radial-gradient(circle at 92% 8%, rgba(255, 119, 0, 0.2), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 244, 232, 0.98));
}
.index__choiceRibbon___NQbyS {
  position: absolute;
  top: 20px;
  right: -44px;
  width: 178px;
  padding: 8px 0;
  text-align: center;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  transform: rotate(38deg);
}
.index__choiceKicker___17An1 {
  display: inline-flex;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  margin-bottom: 9px;
}
.index__choiceCard___3rzwJ h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}
.index__choiceCard___3rzwJ p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.index__choiceCard___3rzwJ ul,
.index__valueCard___Re2gD ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.index__choiceCard___3rzwJ li,
.index__valueCard___Re2gD li {
  position: relative;
  padding-left: 24px;
  color: #262626;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}
.index__choiceCard___3rzwJ li::before,
.index__valueCard___Re2gD li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 900;
}
.index__choiceOr___20248 {
  width: 58px;
  height: 58px;
  margin: auto;
  border-radius: 999px;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}
.index__comparisonDesktop___7dL0x {
  display: grid;
  grid-template-columns: 250px minmax(260px, 1fr) minmax(360px, 1.12fr);
  gap: 24px;
  align-items: stretch;
}
.index__comparisonCard___2wlJr {
  --row-h: 74px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 119, 0, 0.78);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(255, 119, 0, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  animation: index__cjodmCompareFade___iRuli 0.65s ease both;
}
.index__comparisonCard___2wlJr:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 119, 0, 0.95);
  box-shadow: 0 26px 58px rgba(255, 119, 0, 0.15);
}
.index__comparisonHead___2RrnO {
  min-height: 72px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font-size: 20px;
  line-height: 1.22;
  font-weight: 900;
}
.index__comparisonPremiumCard___1nbYd .index__comparisonHead___2RrnO {
  color: #fff;
  background: linear-gradient(135deg, #ff9a25 0%, #ff7600 48%, #ff6a60 100%);
  border-bottom: none;
}
.index__comparisonCrown___2THsS {
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  display: inline-flex;
  color: #fff8dc;
}
.index__comparisonCrown___2THsS svg {
  width: 23px;
  height: 23px;
}
.index__comparisonRow___1n4p5 {
  min-height: var(--row-h);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.055);
  background: rgba(255, 255, 255, 0.78);
}
.index__comparisonRow___1n4p5:nth-child(odd) {
  background: rgba(250, 250, 250, 0.86);
}
.index__comparisonCard___2wlJr .index__comparisonRow___1n4p5:last-child {
  border-bottom: none;
}
.index__comparisonServiceCard___eiYMf .index__comparisonRow___1n4p5 {
  padding-left: 18px;
}
.index__comparisonPremiumCard___1nbYd .index__comparisonRow___1n4p5 {
  background: rgba(255, 119, 0, 0.075);
  border-bottom-color: rgba(255, 119, 0, 0.11);
}
.index__comparisonPremiumCard___1nbYd .index__comparisonRow___1n4p5:nth-child(odd) {
  background: rgba(255, 119, 0, 0.12);
}
.index__comparisonRowFinal___2VGgA {
  background: rgba(255, 119, 0, 0.035) !important;
}
.index__comparisonPremiumCard___1nbYd .index__comparisonRowFinal___2VGgA {
  background: linear-gradient(135deg, rgba(255, 119, 0, 0.18), rgba(255, 119, 0, 0.1)) !important;
}
.index__comparisonRowIcon___MNnfw {
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.index__comparisonRowIcon___MNnfw svg {
  width: 24px;
  height: 24px;
}
.index__comparisonRow___1n4p5 strong {
  color: #171717;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}
.index__comparisonDot___1cqEF {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #c8c8c8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}
.index__comparisonDotPremium___3YXjd {
  background: #ffc180;
}
.index__comparisonRow___1n4p5 p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}
.index__comparisonPremiumCard___1nbYd .index__comparisonRow___1n4p5 p strong {
  color: var(--color-theme-1);
  font-weight: 900;
}
.index__comparisonRow___1n4p5 em {
  display: inline-flex;
  margin-left: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.11);
  color: var(--color-theme-1);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}
.index__comparisonMobile___3IXfE {
  display: none;
}
.index__mobileCompareItem___1-0ur {
  overflow: hidden;
  border: 1.5px solid rgba(255, 119, 0, 0.68);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(255, 119, 0, 0.08);
}
.index__mobileCompareItem___1-0ur + .index__mobileCompareItem___1-0ur {
  margin-top: 14px;
}
.index__mobileCompareItem___1-0ur h3 {
  margin: 0;
  padding: 16px 18px;
  background: #111;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}
.index__mobileCompareItem___1-0ur > div {
  padding: 15px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.86);
}
.index__mobileCompareItem___1-0ur > div.index__premium___6E9e_ {
  background: rgba(255, 119, 0, 0.09);
}
.index__mobileCompareItem___1-0ur span {
  display: block;
  margin-bottom: 6px;
  color: #777;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}
.index__mobileCompareItem___1-0ur .index__premium___6E9e_ span {
  color: var(--orange);
}
.index__mobileCompareItem___1-0ur p {
  margin: 0;
  color: #171717;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}
.index__comparisonNote___2Epra {
  margin: 28px 0 0;
  text-align: center;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 800;
}
.index__productsSection___3H2wa {
  width: 100%;
  padding: 76px 0;
  background: radial-gradient(circle at 12% 10%, rgba(255, 119, 0, 0.1), transparent 30%), radial-gradient(circle at 90% 80%, rgba(255, 119, 0, 0.12), transparent 32%), linear-gradient(180deg, #fffaf5 0%, #ffffff 52%, #fff6ec 100%);
}
.index__productsGrid___2k_OO {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.index__productCard___3ghwq {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.055);
  transition: all 0.35s ease;
}
.index__productCard___3ghwq:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 119, 0, 0.42);
  box-shadow: 0 26px 58px rgba(255, 119, 0, 0.15);
}
.index__productCardFeatured___2Wn7f {
  background: radial-gradient(circle at 90% 10%, rgba(255, 119, 0, 0.16), transparent 38%), rgba(255, 255, 255, 0.9);
}
.index__productImage___ZjYj0 {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.index__productImage___ZjYj0::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.28) 100%);
  pointer-events: none;
}
.index__productImage___ZjYj0 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.index__productCard___3ghwq:hover .index__productImage___ZjYj0 img {
  transform: scale(1.08);
}
.index__productContent___3lqSG {
  padding: 24px 22px 26px;
}
.index__productContent___3lqSG h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}
.index__productCardFeatured___2Wn7f .index__productContent___3lqSG h3 {
  color: #ff7700;
}
.index__productContent___3lqSG p {
  margin: 0;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.68;
}
.index__valueLayout___2mPGc {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}
.index__valueVisual___u-OFV {
  position: sticky;
  top: 30px;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--border);
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.09);
}
.index__valueVisual___u-OFV img {
  display: block;
  width: 100%;
  border-radius: 26px;
}
.index__valueFloat___3cUQG {
  position: absolute;
  min-width: 180px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
  color: var(--text);
  font-weight: 900;
}
.index__valueFloatTop___1GuWO {
  left: -10px;
  top: 36px;
}
.index__valueFloatBottom___1eWo1 {
  right: -14px;
  bottom: 44px;
}
.index__valueCards___1JTpk {
  display: grid;
  gap: 18px;
}
.index__valueCard___Re2gD {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  padding: 16px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--border);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.055);
}
.index__valueCard___Re2gD > img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 20px;
}
.index__valueCard___Re2gD h3 {
  margin: 4px 0 8px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.28;
  font-weight: 900;
}
.index__valueCard___Re2gD p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.index__workflow___3VjtH {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.index__workflowStep___PHhcQ {
  min-height: 245px;
  padding: 28px 20px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--border);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.055);
  text-align: center;
}
.index__workflowStepFeatured___1PS_b {
  border: 2px solid rgba(255, 119, 0, 0.48);
  background: radial-gradient(circle at 90% 8%, rgba(255, 119, 0, 0.18), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 244, 232, 0.98));
}
.index__workflowStep___PHhcQ > span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.1);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}
.index__workflowIcon___2az4G {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  flex-basis: 64px;
  border-radius: 22px;
}
.index__workflowIcon___2az4G svg {
  width: 32px;
  height: 32px;
}
.index__workflowStep___PHhcQ h3 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.28;
  font-weight: 900;
}
.index__faqLayout___2CV9_ {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: start;
}
.index__faqPanel___3NMyt {
  position: sticky;
  top: 30px;
  min-height: 430px;
  padding: 36px 32px;
  border-radius: 32px;
  background: radial-gradient(circle at 90% 12%, rgba(255, 119, 0, 0.18), transparent 36%), linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 244, 232, 0.96));
  border: 1px solid var(--border);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.08);
}
.index__faqPanelIcon___ivcio {
  width: 76px;
  height: 76px;
  margin-bottom: 26px;
  border-radius: 26px;
  background: var(--orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 900;
}
.index__faqPanel___3NMyt h3 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 32px;
  font-weight: 900;
}
.index__faqPanel___3NMyt p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.index__faqList___xLZLy {
  display: grid;
  gap: 16px;
}
.index__faqItem___3D48J {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--border);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.05);
  transition: all 0.32s ease;
}
.index__faqQuestion___3l_5o {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: var(--text);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}
.index__faqQuestionIcon___qrtP4 {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.1);
}
.index__faqQuestionIcon___qrtP4::before,
.index__faqQuestionIcon___qrtP4::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--orange);
  transform: translate(-50%, -50%);
}
.index__faqQuestionIcon___qrtP4::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.index__faqAnswer___1NbLc {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 0.42s ease, opacity 0.28s ease, transform 0.32s ease;
}
.index__faqAnswer___1NbLc p {
  margin: 0;
  padding: 0 24px 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.index__faqItemOpen___2f9CI {
  border-color: rgba(255, 119, 0, 0.42);
}
.index__faqItemOpen___2f9CI .index__faqAnswer___1NbLc {
  max-height: 260px;
  opacity: 1;
  transform: translateY(0);
}
.index__faqItemOpen___2f9CI .index__faqQuestionIcon___qrtP4 {
  background: var(--orange);
}
.index__faqItemOpen___2f9CI .index__faqQuestionIcon___qrtP4::before,
.index__faqItemOpen___2f9CI .index__faqQuestionIcon___qrtP4::after {
  background: #fff;
}
.index__faqItemOpen___2f9CI .index__faqQuestionIcon___qrtP4::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.index__finalCta___2tEp_ {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: #050505;
}
.index__finalBg___2tcxF {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(5, 5, 5, 0.96) 34%, rgba(15, 15, 15, 0.76) 62%, rgba(0, 0, 0, 0.92) 100%), radial-gradient(circle at 76% 58%, rgba(255, 119, 0, 0.2), transparent 36%), linear-gradient(135deg, #050505 0%, #18130f 48%, #050505 100%);
}
.index__finalContainer___Cu6Pz {
  height: 420px;
  padding: 0 24px;
}
.index__finalContent___1RNAW {
  position: absolute;
  left: 24px;
  top: 58px;
  z-index: 9;
  width: 52%;
  max-width: 650px;
}
.index__finalTag___-JRmI {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 119, 0, 0.92);
  border-radius: 999px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}
.index__finalContent___1RNAW h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: 56px;
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -1.3px;
}
.index__finalContent___1RNAW h2 span {
  display: block;
  margin-top: 10px;
  color: var(--orange);
}
.index__finalBtn___3DB42 {
  width: 380px;
  height: 62px;
  padding: 0 11px 0 34px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7700 0%, #ff8f1f 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(255, 119, 0, 0.36);
  transition: all 0.35s ease;
  cursor: pointer;
}
.index__finalBtn___3DB42 span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index__finalVisual___2etce {
  position: absolute;
  right: -20px;
  top: 0;
  width: 60%;
  height: 330px;
  z-index: 4;
  pointer-events: none;
  background: transparent;
  border: none;
  box-shadow: none;
}
.index__visualTable___3YOte {
  position: absolute;
  right: 10px;
  bottom: -44px;
  width: 560px;
  height: 178px;
  background: linear-gradient(135deg, rgba(75, 58, 45, 0.46), rgba(18, 18, 18, 0.95));
  transform: perspective(760px) rotateX(60deg) rotateZ(-4deg);
  box-shadow: 0 34px 60px rgba(0, 0, 0, 0.58);
}
.index__brandCylinder___2I0RF {
  position: absolute;
  border-radius: 20px 20px 13px 13px;
  background: linear-gradient(90deg, #070707 0%, #252525 42%, #0d0d0d 100%);
  box-shadow: inset 0 10px 18px rgba(255, 255, 255, 0.06), 0 24px 46px rgba(0, 0, 0, 0.5);
}
.index__brandCylinder___2I0RF::before {
  content: '';
  position: absolute;
  left: 7%;
  top: -8px;
  width: 86%;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(90deg, #0b0b0b, #414141, #111);
}
.index__brandCylinderSmall___2X0QB {
  width: 64px;
  height: 130px;
  right: 360px;
  top: 34px;
}
.index__brandCylinderLarge___2r0CZ {
  width: 84px;
  height: 176px;
  right: 244px;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index__brandCylinderLarge___2r0CZ span,
.index__brandBox___fjbsA span {
  color: rgba(255, 210, 166, 0.9);
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  white-space: pre-line;
}
.index__brandBox___fjbsA {
  position: absolute;
  right: 20px;
  top: 38px;
  width: 176px;
  height: 216px;
  background: linear-gradient(135deg, #141414 0%, #2d2a26 52%, #070707 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 30px 58px rgba(0, 0, 0, 0.5);
  transform: perspective(740px) rotateY(-8deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index__brandBox___fjbsA span {
  font-size: 25px;
  line-height: 1.02;
}
.index__brandBox___fjbsA em {
  margin-top: 10px;
  color: rgba(255, 230, 200, 0.68);
  font-size: 9px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-style: normal;
}
.index__designPaper___3pgKw {
  position: absolute;
  right: 150px;
  bottom: -8px;
  width: 430px;
  height: 158px;
  background: linear-gradient(135deg, rgba(236, 230, 218, 0.95), rgba(174, 167, 156, 0.9));
  transform: perspective(880px) rotateX(58deg) rotateZ(-5deg);
  box-shadow: 0 30px 52px rgba(0, 0, 0, 0.48);
  overflow: hidden;
}
.index__paperLine___3EZgP {
  position: absolute;
  height: 1px;
  background: rgba(35, 35, 35, 0.28);
}
.index__paperLine1___3cfcq {
  width: 210px;
  left: 96px;
  top: 36px;
  transform: rotate(8deg);
}
.index__paperLine2___3JIqi {
  width: 250px;
  left: 76px;
  top: 74px;
  transform: rotate(-4deg);
}
.index__paperLine3___39-cE {
  width: 165px;
  left: 165px;
  top: 110px;
  transform: rotate(7deg);
}
.index__productSketch___1Daht {
  position: absolute;
  left: 176px;
  top: 34px;
  width: 82px;
  height: 88px;
  border: 2px solid rgba(25, 25, 25, 0.42);
  border-radius: 15px 15px 24px 24px;
  transform: rotate(-12deg);
}
.index__designPen___2SuRG {
  position: absolute;
  right: 92px;
  bottom: 78px;
  width: 162px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #101010, #303030, #080808);
  transform: rotate(-13deg);
}
.index__dotWave___3JFs1 {
  position: absolute;
  right: -10px;
  bottom: -26px;
  width: 310px;
  height: 180px;
  opacity: 0.7;
  background: radial-gradient(circle at 10px 10px, rgba(255, 119, 0, 0.8) 1.5px, transparent 2px);
  background-size: 12px 12px;
  transform: skewX(-18deg) rotate(-8deg);
}
.index__modalOverlay___CfpRO {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.54);
  z-index: 1000;
}
.index__modalContent___2EubG {
  width: 92vw;
  max-width: 360px;
  padding: 24px;
  border-radius: 26px;
  background: #ffffff;
  text-align: center;
}
.index__modalTitle___Qb4g8 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 22px;
  font-weight: 900;
}
.index__modalMessage___35kBG {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.index__modalBtn___1Fie- {
  width: 100%;
  min-height: 50px;
  border: none;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}
@keyframes index__cjodmCompareFade___iRuli {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes index__cjodmFloat___kbTFl {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(14px, -12px) rotate(3deg);
  }
}
@keyframes index__cjodmPulse___EFSZq {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}
@keyframes index__cjodmRotate___36s2Y {
  to {
    transform: rotate(360deg);
  }
}
@keyframes index__cjodmImageFloat___1911w {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes index__cjodmCardFloat___kS6Ek {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}
@media (max-width: 1100px) {
  .index__heroGrid___3G6Ft,
  .index__valueLayout___2mPGc,
  .index__faqLayout___2CV9_ {
    grid-template-columns: 1fr;
  }
  .index__heroContent___3pc74,
  .index__heroMedia___2sh8w {
    width: 100%;
  }
  .index__heroImageWrap___2QPv7 {
    max-width: 720px;
    margin: 0 auto;
  }
  .index__choiceGrid___lhK3L {
    grid-template-columns: 1fr;
  }
  .index__choiceOr___20248 {
    margin: 0 auto;
  }
  .index__comparisonDesktop___7dL0x {
    grid-template-columns: 230px minmax(240px, 1fr) minmax(330px, 1.12fr);
    gap: 16px;
  }
  .index__comparisonCard___2wlJr {
    --row-h: 76px;
  }
  .index__comparisonHead___2RrnO {
    min-height: 68px;
    padding: 0 18px;
    font-size: 18px;
  }
  .index__comparisonRow___1n4p5 {
    padding: 13px 15px;
  }
  .index__comparisonRow___1n4p5 p {
    font-size: 14px;
  }
  .index__workflow___3VjtH {
    grid-template-columns: repeat(3, 1fr);
  }
  .index__valueVisual___u-OFV,
  .index__faqPanel___3NMyt {
    position: relative;
    top: auto;
  }
  .index__finalCta___2tEp_ {
    height: auto;
  }
  .index__finalContainer___Cu6Pz {
    height: auto;
    min-height: 620px;
    padding: 44px 24px 38px;
  }
  .index__finalContent___1RNAW {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .index__finalVisual___2etce {
    right: -80px;
    top: 80px;
    width: 70%;
    opacity: 0.55;
  }
}
@media (max-width: 900px) {
  .index__comparisonDesktop___7dL0x {
    display: none;
  }
  .index__comparisonMobile___3IXfE {
    display: block;
  }
  .index__comparisonNote___2Epra {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .index__softSection___-fimA,
  .index__productsSection___3H2wa,
  .index__heroSection___1_fYR {
    padding: 52px 0;
  }
  .index__sectionHead___3v2kV h2,
  .index__heroContent___3pc74 h1 {
    font-size: 34px;
    line-height: 1.14;
  }
  .index__sectionHead___3v2kV p,
  .index__heroContent___3pc74 > p {
    font-size: 15px;
  }
  .index__heroFeatureGrid___26uI7 {
    grid-template-columns: 1fr;
  }
  .index__choiceCard___3rzwJ {
    flex-direction: column;
    padding: 24px 20px;
  }
  .index__productsGrid___2k_OO {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .index__productImage___ZjYj0 {
    height: 220px;
  }
  .index__valueCard___Re2gD {
    grid-template-columns: 1fr;
  }
  .index__valueCard___Re2gD > img {
    height: 210px;
  }
  .index__workflow___3VjtH {
    grid-template-columns: 1fr;
  }
  .index__finalContainer___Cu6Pz {
    min-height: 650px;
    padding: 36px 18px 32px;
  }
  .index__finalContent___1RNAW h2 {
    font-size: 36px;
    line-height: 1.05;
  }
  .index__finalBtn___3DB42 {
    width: 100%;
    font-size: 14px;
  }
  .index__finalVisual___2etce {
    right: -200px;
    top: 175px;
    transform: scale(0.74);
    opacity: 0.42;
  }
  .index__decisionCtaWrap___QBXVh .index__primaryBtn___GA3DN {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .index__odmPage___32iWi *,
  .index__odmPage___32iWi *::before,
  .index__odmPage___32iWi *::after {
    animation: none !important;
    transition: none !important;
  }
}

