:root {
  --sc-navy: #0b1c3b;
  --sc-ink: #111f36;
  --sc-text: #394253;
  --sc-muted: #737c8d;
  --sc-soft: #f3f6fb;
  --sc-orange: #ff7b1b;
  --sc-orange2: #ff9650;
  --sc-green: #4fbd72;
  --sc-blue: #2f73ef;
  --sc-shadow: 0 16px 38px rgba(20, 38, 70, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sc-text);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  background: #fff;
  line-height: 1.72;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.sc-wrap { width: min(1440px, calc(100% - 96px)); margin: 0 auto; }

.sc-hero {
  position: relative;
  overflow: hidden;
  min-height: 1115px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(67, 96, 210, .38), transparent 24%),
    radial-gradient(circle at 40% 88%, rgba(105, 74, 220, .56), transparent 32%),
    linear-gradient(128deg, #102341 0%, #101e3c 45%, #263a86 100%);
}
.sc-hero::before,
.sc-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.sc-hero::before {
  left: 0;
  right: 0;
  bottom: -30px;
  height: 210px;
  background: linear-gradient(165deg, transparent 32%, rgba(142, 83, 255, .75) 52%, rgba(44, 118, 255, .28) 58%, transparent 72%);
  opacity: .8;
}
.sc-hero::after {
  right: 40px;
  top: 78px;
  width: 190px;
  height: 210px;
  background: radial-gradient(circle, rgba(255, 255, 255, .13) 1px, transparent 2px);
  background-size: 18px 18px;
}
.sc-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(520px, .78fr);
  gap: 24px;
  align-items: center;
  min-height: 1060px;
  padding: 66px 0 80px;
}
.sc-pill {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9d53, #ff7821);
  font-size: 27px;
  font-weight: 900;
}
.sc-hero h1 {
  margin: 54px 0 38px;
  font-size: clamp(46px, 3.6vw, 62px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: 0;
}
.sc-mobile-break { display: none; }
.sc-hero__copy p {
  margin: 0 0 48px;
  color: rgba(255,255,255,.76);
  font-size: clamp(23px, 2.1vw, 34px);
  font-weight: 700;
  overflow-wrap: anywhere;
}
.sc-hero__copy { min-width: 0; }
.sc-hero__actions { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 82px; }
.sc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 330px;
  min-height: 88px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 27px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.sc-btn:hover { transform: translateY(-3px); }
.sc-btn--primary { background: linear-gradient(135deg, #ff8f1f, #ff6813); box-shadow: 0 18px 34px rgba(255, 108, 19, .26); }
.sc-btn--outline { border: 2px solid rgba(255,255,255,.9); background: rgba(255,255,255,.04); }
.sc-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  color: rgba(255,255,255,.72);
}
.sc-trust span {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0 16px;
  min-width: 210px;
  padding-right: 34px;
  margin-right: 34px;
  border-right: 1px solid rgba(255,255,255,.2);
}
.sc-trust span:last-child { border-right: 0; }
.sc-trust b { grid-row: span 2; color: rgba(255,255,255,.75); font-size: 38px; line-height: 1; }
.sc-trust strong { color: #fff; font-size: 25px; line-height: 1.1; }
.sc-trust em { font-style: normal; font-size: 18px; }
.sc-hero__visual {
  position: relative;
  min-width: 0;
}
.sc-hero__visual img {
  width: min(430px, 100%);
  margin-left: 34px;
  margin-right: auto;
  filter: drop-shadow(0 30px 34px rgba(0,0,0,.32));
  animation: sc-floaty 5.6s ease-in-out infinite;
}
.sc-hero-metric {
  position: absolute;
  right: -8px;
  display: grid;
  place-items: center;
  width: 156px;
  min-height: 146px;
  padding: 18px 14px;
  border-radius: 18px;
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
  animation: sc-floaty 4.3s ease-in-out infinite;
}
.sc-hero-metric span { font-size: 34px; line-height: 1; font-weight: 900; }
.sc-hero-metric strong { display: block; margin-top: 8px; font-size: 30px; line-height: 1.1; }
.sc-hero-metric em { display: block; font-style: normal; font-size: 20px; line-height: 1.25; }
.sc-hero-metric--orange { top: 150px; background: linear-gradient(135deg, #ff9d54, #ff8031); }
.sc-hero-metric--green { top: 340px; background: linear-gradient(135deg, #5fc878, #42a95e); animation-delay: .45s; }
.sc-hero-metric--blue { top: 530px; background: linear-gradient(135deg, #5d82ec, #3f63c7); animation-delay: .9s; }

.sc-section { padding: 88px 0; }
.sc-section--soft { background: var(--sc-soft); }
.sc-head { max-width: 1100px; margin: 0 auto 58px; text-align: center; }
.sc-head h2 {
  margin: 0 0 18px;
  color: var(--sc-ink);
  font-size: clamp(36px, 3.4vw, 60px);
  line-height: 1.25;
  font-weight: 900;
}
.sc-head p { margin: 0; color: #596272; font-size: clamp(21px, 1.8vw, 30px); font-weight: 600; }
.sc-head--large h2 { font-size: clamp(46px, 4.2vw, 70px); }

.sc-problem-grid,
.sc-value-grid,
.sc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}
.sc-problem,
.sc-value,
.sc-why {
  border-radius: 12px;
  background: #fff;
  text-align: center;
  box-shadow: var(--sc-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sc-problem:hover,
.sc-value:hover,
.sc-why:hover,
.sc-scene:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(20, 38, 70, .16); }
.sc-problem { min-height: 360px; padding: 52px 48px; }
.sc-problem h3,
.sc-why h3 { margin: 24px 0 18px; color: var(--sc-ink); font-size: clamp(27px, 2.4vw, 36px); line-height: 1.25; }
.sc-problem p,
.sc-why p { margin: 0; color: #5e6673; font-size: clamp(20px, 1.7vw, 27px); font-weight: 600; }
.sc-round {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 62px;
  font-weight: 900;
}
.sc-round--red { color: #ff5e67; background: #ffe4e8; }
.sc-round--orange { color: var(--sc-orange); background: #fff0e4; }
.sc-round--gray { color: #98a0ad; background: #eceff4; }

.sc-value { padding: 46px 38px 50px; box-shadow: none; border-right: 1px solid #e6ebf2; border-radius: 0; }
.sc-value:last-child { border-right: 0; }
.sc-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
}
.sc-tag--orange { background: var(--sc-orange); }
.sc-tag--green { background: var(--sc-green); }
.sc-tag--blue { background: var(--sc-blue); }
.sc-big-icon {
  display: grid;
  place-items: center;
  width: 154px;
  height: 154px;
  margin: 24px auto 28px;
  border-radius: 50%;
  font-size: 72px;
  font-weight: 900;
}
.sc-big-icon--orange { color: var(--sc-orange); background: #fff0e5; }
.sc-big-icon--green { color: var(--sc-green); background: #edf9f0; }
.sc-big-icon--blue { color: var(--sc-blue); background: #eef4ff; }
.sc-value h3 { margin: 0 0 18px; color: var(--sc-ink); font-size: clamp(27px, 2.3vw, 37px); line-height: 1.45; }
.sc-value p { margin: 0; color: #5e6673; font-size: clamp(18px, 1.45vw, 23px); font-weight: 600; }

.sc-solution { padding-top: 82px; }
.sc-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 62px;
  text-align: center;
}
.sc-brand span { color: #ff5b35; font-size: 54px; line-height: 1; }
.sc-brand h2 { margin: 0; color: var(--sc-ink); font-size: clamp(36px, 3.4vw, 58px); line-height: 1.2; }
.sc-brand p { margin: 12px 0 0; color: #6a7280; font-size: clamp(20px, 1.7vw, 28px); }
.sc-feature {
  display: grid;
  grid-template-columns: .49fr .51fr;
  gap: 58px;
  align-items: center;
  padding: 24px 0 78px;
}
.sc-feature--reverse { grid-template-columns: .53fr .47fr; }
.sc-feature__copy h3 {
  margin: 28px 0 28px;
  color: var(--sc-ink);
  font-size: clamp(37px, 3.4vw, 58px);
  line-height: 1.45;
  font-weight: 900;
}
.sc-feature__copy h3 span { color: #ff5b35; }
.sc-feature__copy h3 .green { color: #20bb68; }
.sc-feature__copy h3 .blue { color: var(--sc-blue); }
.sc-feature__copy p { margin: 0 0 46px; font-size: clamp(21px, 1.8vw, 30px); font-weight: 600; color: #434c5c; }
.sc-checks { display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; font-size: clamp(20px, 1.65vw, 27px); font-weight: 800; }
.sc-checks li { position: relative; padding-left: 54px; }
.sc-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
}
.sc-checks--orange li::before { background: #ff6138; }
.sc-checks--green li::before { background: #26bd70; }
.sc-checks--blue li::before { background: var(--sc-blue); }
.sc-feature__media img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(20, 38, 70, .13);
}
.sc-feature__media--plain,
.sc-feature__media--shot { background: transparent; }
.shot {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(20, 38, 70, .13);
}
.shot img {
  width: 100%;
  border-radius: 12px;
  box-shadow: none;
}
.fix {
  position: absolute;
  z-index: 2;
  display: block;
  color: #111f36;
  background: rgba(255,255,255,.96);
  font-weight: 800;
  line-height: 1.35;
  pointer-events: none;
}
.fix em { display: block; color: #657080; font-style: normal; font-weight: 600; }
.fix b { display: block; color: #ff6731; font-weight: 900; }
.shot-product .fix-title { left: 5%; top: 3%; font-size: 22px; }
.shot-product .fix-action { right: 16%; top: 3.4%; color: #5a6472; font-size: 15px; }
.shot-product .fix-filter { right: 5%; top: 3.4%; color: #5a6472; font-size: 15px; }
.shot-product .fix-search { left: 6%; top: 9%; color: #a0a7b2; font-size: 15px; }
.shot-product .fix-tabs { left: 4%; right: 4%; top: 15%; color: #4f5968; font-size: 15px; white-space: nowrap; overflow: hidden; }
.shot-product .fix-p1,
.shot-product .fix-p2,
.shot-product .fix-p3,
.shot-product .fix-p4 {
  width: 35%;
  padding: 2px 4px;
  font-size: 16px;
}
.shot-product .fix-p1 { left: 6%; top: 40.5%; }
.shot-product .fix-p2 { left: 53%; top: 40.5%; }
.shot-product .fix-p3 { left: 6%; top: 76%; }
.shot-product .fix-p4 { left: 53%; top: 76%; }
.shot-product .fix-foot { left: 9%; right: 8%; bottom: 3%; color: #626b78; text-align: center; font-size: 16px; }

.shot-social {
  box-shadow: none;
  background: #fff6f1;
}
.shot-social .fix {
  text-align: center;
}
.shot-social .s-label1,
.shot-social .s-label2,
.shot-social .s-label3 {
  top: 1.5%;
  padding: 5px 14px;
  border-radius: 999px;
  color: #fff;
  background: #ff8c63;
  font-size: 15px;
}
.shot-social .s-label1 { left: 10%; }
.shot-social .s-label2 { left: 42%; }
.shot-social .s-label3 { right: 9%; background: #62c88b; }
.shot-social .s-title1,
.shot-social .s-title2,
.shot-social .s-title3 {
  top: 8%;
  width: 23%;
  font-size: 16px;
}
.shot-social .s-title1 { left: 5%; }
.shot-social .s-title2 { left: 38.5%; }
.shot-social .s-title3 { right: 5.5%; }
.shot-social .s-copy1,
.shot-social .s-copy2,
.shot-social .s-copy3 {
  font-size: 15px;
}
.shot-social .s-copy1 { left: 5%; top: 47%; width: 24%; }
.shot-social .s-copy2 { left: 39%; top: 18%; width: 24%; text-align: left; }
.shot-social .s-copy2 em { display: inline-block; margin-top: 88px; padding: 8px 18px; border-radius: 999px; color: #fff; background: #66c95d; }
.shot-social .s-copy3 { right: 5%; top: 18%; width: 24%; }
.shot-social .s-copy3 b { margin: 24px 0 20px; color: #121a2e; font-size: 31px; }

.shot-member {
  background: #fff;
}
.shot-member .fix { font-size: 16px; }
.shot-member .m-name { left: 18%; top: 6%; font-size: 20px; }
.shot-member .m-score { right: 8%; top: 7%; font-size: 20px; }
.shot-member .m-sign { left: 16%; top: 25%; width: 35%; font-size: 19px; }
.shot-member .m-sign b { display: inline-block; margin-top: 32px; padding: 8px 18px; border-radius: 999px; color: #fff; background: #2f73ef; }
.shot-member .m-coupon { left: 16%; top: 62%; width: 36%; font-size: 19px; }
.shot-member .m-coupon em { margin-top: 13px; padding: 5px 8px; border-radius: 8px; background: #eef9f1; }
.shot-member .m-live { right: 6%; top: 23%; width: 33%; font-size: 19px; }
.shot-member .m-live b { display: inline-block; margin-top: 100px; padding: 8px 18px; border-radius: 999px; color: #fff; background: #2f73ef; }
.shot-member .m-goods { right: 6%; bottom: 9%; width: 33%; color: #121a2e; font-size: 17px; }
.mock {
  width: 100%;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(20, 38, 70, .13);
  color: var(--sc-ink);
}
.mock__bar,
.mock__tabs,
.mock__footer {
  display: flex;
  align-items: center;
}
.mock__bar {
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px 10px;
  font-size: 20px;
}
.mock__bar strong { margin-right: auto; font-size: 24px; }
.mock__bar span { color: #6e7685; font-size: 17px; }
.mock__search {
  margin: 10px 28px 16px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #a0a7b2;
  background: #f6f8fb;
  font-size: 16px;
}
.mock__tabs {
  gap: 22px;
  padding: 0 28px 18px;
  color: #606979;
  font-size: 17px;
  white-space: nowrap;
}
.mock__tabs b {
  padding: 7px 15px;
  border-radius: 999px;
  color: #fff;
  background: var(--sc-orange);
}
.mock-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 28px 24px;
}
.mock-product-grid article {
  position: relative;
  min-height: 250px;
  padding: 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 38, 70, .09);
}
.thumb {
  display: block;
  height: 110px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f7f2e9, #fff);
}
.thumb--vitamin { background: radial-gradient(circle at 38% 50%, #f6fbff 0 18%, transparent 19%), linear-gradient(135deg, #eaf5ee, #fff8df); }
.thumb--brush { background: linear-gradient(135deg, #f6e8d8, #fff), repeating-linear-gradient(90deg, #5b2816 0 8px, transparent 8px 28px); }
.thumb--shoes { background: radial-gradient(ellipse at 48% 58%, #d7c1a4 0 32%, transparent 33%), linear-gradient(135deg, #fff4e7, #fff); }
.thumb--travel { background: linear-gradient(135deg, #4f9edf, #d9f4ff 48%, #62a64f); }
.mock-product-grid h4 { margin: 14px 0 2px; font-size: 19px; }
.mock-product-grid p { margin: 0; color: #6f7784; font-size: 15px; }
.mock-product-grid strong { display: block; margin-top: 6px; color: #ff6731; font-size: 20px; }
.mock-product-grid button,
.mock-phone button,
.mock-member button {
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--sc-orange);
  font-weight: 900;
}
.mock-product-grid button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 18px;
}
.mock__footer {
  justify-content: space-around;
  padding: 16px 20px 22px;
  color: #666f7e;
  border-top: 1px solid #eef1f5;
  font-size: 17px;
}
.mock-phones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  padding: 20px;
  background: transparent;
  box-shadow: none;
}
.mock-phone {
  min-height: 455px;
  padding: 22px 18px;
  border: 6px solid #111827;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 38, 70, .14);
  text-align: center;
}
.mock-phone label {
  display: inline-flex;
  margin-top: -48px;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  color: #fff;
  background: #ff8a63;
  font-weight: 900;
}
.mock-phone h4 { margin: 0 0 14px; font-size: 22px; }
.phone-img,
.phone-card {
  display: block;
  height: 135px;
  margin-bottom: 16px;
  border-radius: 10px;
}
.phone-img--orange { background: linear-gradient(135deg, #ff8b43, #ffd1a4); }
.phone-card { background: linear-gradient(135deg, #eff8ef, #fff); border: 1px solid #e6edf3; }
.mock-phone p { margin: 0 0 16px; color: #485263; font-size: 16px; font-weight: 700; }
.mock-phone strong,
.money { display: block; color: #ff6731; font-size: 28px; font-weight: 900; }
.mock-phone button { padding: 10px 20px; font-size: 16px; }
.mock-phone button.green { background: var(--sc-green); }
.mock-member {
  display: grid;
  grid-template-columns: 92px 1fr 1fr;
  gap: 22px;
  padding: 22px;
  background: #fff;
}
.mock-member aside:first-child {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 22px 12px;
  border-radius: 14px;
  color: rgba(255,255,255,.78);
  background: #10254b;
  text-align: center;
}
.mock-member aside:first-child b { color: #fff; }
.mock-member main,
.mock-member .member-live {
  display: grid;
  gap: 18px;
}
.member-top,
.mock-member section,
.member-live {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 8px 22px rgba(20, 38, 70, .08);
}
.member-top { display: flex; align-items: center; gap: 14px; }
.member-top b { margin-left: auto; color: #20335c; }
.mock-member h4 { margin: 0 0 10px; font-size: 22px; }
.mock-member p { margin: 0 0 10px; color: #596272; font-size: 16px; font-weight: 700; }
.days { display: flex; gap: 10px; margin-bottom: 16px; color: var(--sc-blue); font-weight: 900; }
.mock-member button { padding: 9px 18px; background: var(--sc-blue); }
.member-live i {
  display: block;
  height: 170px;
  border-radius: 10px;
  background: linear-gradient(135deg, #203052, #a7bddb);
}
.sc-band { margin: 0; padding: 78px 0 36px; }
.sc-band--warm { background: #fff6f1; }

.sc-head h2 span {
  display: inline-block;
  width: 42px;
  height: 4px;
  margin: 0 22px 12px;
  border-radius: 99px;
  background: var(--sc-orange2);
}
.sc-scene-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.sc-scene {
  display: grid;
  grid-template-columns: 122px 1fr;
  grid-template-rows: auto auto;
  gap: 28px;
  align-items: center;
  align-content: center;
  min-height: 170px;
  padding: 28px 36px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--sc-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sc-scene__icon {
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
}
.sc-scene__icon.orange { background: #f59a2b; }
.sc-scene__icon.green { background: #60cb86; }
.sc-scene__icon.purple { background: #9364ea; }
.sc-scene__icon.blue { background: #4a8df0; }
.sc-scene h3 { grid-column: 2; margin: 0 0 8px; color: var(--sc-ink); font-size: 28px; line-height: 1.2; }
.sc-scene h3 em { color: inherit; font-style: normal; margin-right: 18px; }
.sc-scene p { grid-column: 2; margin: 0; font-size: 19px; font-weight: 700; color: #303948; }

.sc-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 30px 0 72px;
  text-align: center;
}
.sc-stats div { border-right: 1px solid #dfe4ec; }
.sc-stats div:last-child { border-right: 0; }
.sc-stats strong,
.sc-stats em {
  font-style: normal;
  font-size: clamp(70px, 7vw, 120px);
  line-height: 1;
  font-weight: 900;
}
.sc-stats div:nth-child(1) strong,
.sc-stats div:nth-child(1) em { color: var(--sc-orange); }
.sc-stats div:nth-child(2) strong,
.sc-stats div:nth-child(2) em { color: var(--sc-green); }
.sc-stats div:nth-child(3) strong,
.sc-stats div:nth-child(3) em { color: #174b99; }
.sc-stats span { display: block; margin-top: 22px; color: var(--sc-ink); font-size: 27px; font-weight: 900; }
.sc-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 58px;
  align-items: stretch;
}
.sc-flow article {
  position: relative;
  min-height: 360px;
  padding: 56px 34px 34px;
  border: 2px solid #ff8d48;
  border-radius: 8px;
  text-align: center;
}
.sc-flow article:nth-child(2) { border-color: var(--sc-green); }
.sc-flow article:nth-child(3) { border-color: #2c61b5; }
.sc-flow h3 {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  margin: 0;
  padding: 8px 18px;
  border-radius: 6px;
  color: #fff;
  background: var(--sc-orange);
  font-size: 25px;
}
.sc-flow article:nth-child(2) h3 { background: var(--sc-green); }
.sc-flow article:nth-child(3) h3 { background: #174b99; }
.sc-flow p { margin: 0 0 20px; color: #354057; font-size: 21px; font-weight: 800; }

.sc-why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 46px; }
.sc-why { min-height: 210px; padding: 38px 24px; }
.sc-why span {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  border-radius: 50%;
  color: var(--sc-orange);
  background: #fff0e4;
  font-size: 46px;
  font-weight: 900;
}
.sc-why:nth-child(2) span,
.sc-why:nth-child(5) span { color: var(--sc-green); background: #eaf8ef; }
.sc-why:nth-child(3) span,
.sc-why:nth-child(6) span { color: #174b99; background: #edf2fb; }
.sc-why h3 { margin-top: 18px; font-size: 29px; }
.sc-why p { font-size: 20px; }

.sc-float,
.sc-top {
  position: fixed;
  right: 24px;
  z-index: 20;
  border: 0;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(9, 26, 60, .18);
}
.sc-float {
  bottom: 94px;
  padding: 14px 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--sc-orange);
  font-size: 17px;
  font-weight: 900;
}
.sc-top {
  bottom: 28px;
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background: var(--sc-navy);
  font-size: 24px;
}
.sc-top.is-show { display: block; }

.sc-reveal { opacity: 0; transform: translateY(28px); transition: opacity .55s ease, transform .55s ease; }
.sc-reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes sc-floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 1120px) {
  .sc-wrap { width: min(100% - 44px, 960px); }
  .sc-hero { min-height: auto; }
  .sc-hero__grid,
  .sc-feature,
  .sc-feature--reverse { grid-template-columns: 1fr; min-height: 0; }
  .sc-hero__visual img { margin: 0 auto; }
  .sc-hero-metric { right: calc(50% - 320px); }
  .sc-problem-grid,
  .sc-value-grid,
  .sc-why-grid { grid-template-columns: 1fr 1fr; }
  .sc-value { border-right: 0; border-radius: 12px; box-shadow: var(--sc-shadow); }
  .sc-flow { grid-template-columns: 1fr 1fr; }
  .mock-member { grid-template-columns: 80px 1fr; }
  .member-live { grid-column: 1 / -1; }
  .sc-feature--reverse .sc-feature__media { order: 2; }
  .sc-feature--reverse .sc-feature__copy { order: 1; }
}

@media (max-width: 720px) {
  .sc-wrap { width: min(100% - 28px, 560px); }
  .sc-hero__grid {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    padding: 48px 0 54px;
    gap: 28px;
    overflow: hidden;
  }
  .sc-pill { min-height: 42px; padding: 0 20px; font-size: 18px; }
  .sc-hero__copy,
  .sc-hero__actions,
  .sc-hero__visual {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .sc-hero h1 {
    margin: 30px 0 22px;
    max-width: 100%;
    font-size: 30px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }
  .sc-mobile-break { display: inline; }
  .sc-hero__copy p { max-width: 100%; font-size: 16px; overflow-wrap: anywhere; word-break: break-all; }
  .sc-hero__actions { margin-bottom: 34px; gap: 14px; }
  .sc-btn { width: 100%; max-width: 100%; min-width: 0; min-height: 62px; font-size: 19px; }
  .sc-trust { gap: 14px; }
  .sc-trust span { min-width: 0; width: 100%; padding-right: 0; margin-right: 0; border-right: 0; }
  .sc-trust strong { font-size: 21px; }
  .sc-hero__visual img { width: 100%; animation: none; }
  .sc-hero-metric {
    position: static;
    display: inline-grid;
    width: calc(33.333% - 8px);
    min-height: 104px;
    margin-top: 12px;
    padding: 12px 8px;
    border-radius: 14px;
    vertical-align: top;
    animation: none;
  }
  .sc-hero-metric span { font-size: 22px; }
  .sc-hero-metric strong { font-size: 19px; }
  .sc-hero-metric em { font-size: 14px; }
  .sc-section { padding: 58px 0; }
  .sc-head { margin-bottom: 34px; }
  .sc-head h2 { font-size: 32px; }
  .sc-head p { font-size: 18px; }
  .sc-problem-grid,
  .sc-value-grid,
  .sc-why-grid,
  .sc-scene-grid,
  .sc-stats,
  .sc-flow { grid-template-columns: 1fr; }
  .sc-problem { min-height: 0; padding: 34px 24px; }
  .sc-round { width: 106px; height: 106px; font-size: 44px; }
  .sc-brand { align-items: flex-start; gap: 12px; text-align: left; }
  .sc-brand span { font-size: 38px; }
  .sc-feature { gap: 28px; padding-bottom: 44px; }
  .sc-feature__copy h3 { font-size: 33px; }
  .sc-feature__copy p,
  .sc-checks { font-size: 18px; }
  .mock__bar { padding: 20px 18px 8px; }
  .mock__search { margin: 8px 18px 14px; }
  .mock__tabs {
    gap: 10px;
    padding: 0 18px 16px;
    overflow-x: auto;
    font-size: 15px;
  }
  .mock-product-grid,
  .mock-phones,
  .mock-member {
    grid-template-columns: 1fr;
  }
  .mock-product-grid { padding: 0 18px 20px; }
  .mock__footer { flex-direction: column; gap: 8px; }
  .mock-phone { min-height: 0; }
  .mock-phone label { margin-top: 0; }
  .mock-member aside:first-child {
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }
  .mock-member .member-live { grid-column: auto; }
  .sc-scene {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px 24px;
    text-align: center;
  }
  .sc-scene__icon,
  .sc-scene h3,
  .sc-scene p {
    grid-column: 1;
  }
  .sc-scene__icon {
    grid-row: auto;
    margin: 0 auto;
  }
  .sc-stats { gap: 28px; }
  .sc-stats div { border-right: 0; border-bottom: 1px solid #dfe4ec; padding-bottom: 24px; }
  .sc-stats div:last-child { border-bottom: 0; }
  .sc-flow { gap: 42px; }
  .sc-float { right: 14px; bottom: 82px; }
  .sc-top { right: 14px; }
}
