:root {
  --ink: #13261e;
  --ink-soft: #50635a;
  --paper: #f5f8f3;
  --card: #ffffff;
  --line: rgba(19, 38, 30, 0.12);
  --green: #23a66f;
  --green-dark: #15794f;
  --lime: #b9e74a;
  --orange: #ff9f43;
  --navy: #153f39;
  --shadow: 0 24px 70px rgba(25, 68, 53, 0.13);
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: white;
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(19, 38, 30, 0.08);
  background: rgba(245, 248, 243, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand img {
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(35, 166, 111, 0.22);
}

.brand span {
  display: grid;
  line-height: 1.12;
}

.brand strong {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.brand small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #3f544b;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a:not(.nav-cta):hover {
  color: var(--green-dark);
}

.nav-cta {
  padding: 10px 18px;
  border-radius: 999px;
  color: white;
  background: var(--ink);
}

.nav-cta:hover {
  background: var(--green-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 88px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(370px, 0.94fr);
  align-items: center;
  gap: clamp(54px, 8vw, 110px);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.hero-orb-one {
  width: 480px;
  height: 480px;
  top: -210px;
  right: -140px;
  background: rgba(185, 231, 74, 0.22);
}

.hero-orb-two {
  width: 320px;
  height: 320px;
  bottom: -190px;
  left: -130px;
  background: rgba(35, 166, 111, 0.13);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

.hero h1,
.section h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.hero h1 em {
  color: var(--green-dark);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: var(--green-dark);
  box-shadow: 0 12px 30px rgba(21, 121, 79, 0.22);
}

.button-primary:hover {
  background: #106640;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 28px 0 0;
  padding: 0;
  color: #53665e;
  font-size: 13px;
  list-style: none;
}

.hero-points span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: rgba(35, 166, 111, 0.13);
  font-weight: 900;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 590px;
  place-items: center;
}

.hero-visual::before {
  position: absolute;
  width: min(440px, 100%);
  aspect-ratio: 1;
  border-radius: 44% 56% 60% 40% / 50% 44% 56% 50%;
  background: linear-gradient(145deg, #daf08f, #89d7aa 62%, #3dac7a);
  content: "";
  transform: rotate(-8deg);
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: 276px;
  padding: 10px;
  border: 8px solid #13221c;
  border-radius: 42px;
  background: #13221c;
  box-shadow: 0 42px 80px rgba(13, 46, 34, 0.28);
  transform: rotate(3deg);
}

.phone-frame img {
  width: 100%;
  border-radius: 27px;
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 50%;
  width: 68px;
  height: 18px;
  border-radius: 999px;
  background: #13221c;
  transform: translateX(-50%);
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 202px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(25, 68, 53, 0.14);
  backdrop-filter: blur(12px);
}

.floating-note > span:last-child {
  display: grid;
}

.floating-note strong {
  font-size: 13px;
}

.floating-note small {
  color: var(--ink-soft);
  font-size: 11px;
}

.note-top {
  top: 80px;
  left: -18px;
}

.note-bottom {
  right: -24px;
  bottom: 76px;
}

.note-icon {
  padding: 7px 8px;
  border-radius: 9px;
  color: white;
  background: var(--navy);
  font-size: 11px;
  font-weight: 900;
}

.success-dot {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #143f2f;
  background: var(--lime);
  font-weight: 900;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid article {
  display: flex;
  min-height: 120px;
  align-items: center;
  gap: 16px;
  padding: 20px 30px;
  border-right: 1px solid var(--line);
}

.trust-grid article:last-child {
  border-right: 0;
}

.trust-number {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.trust-grid article div {
  display: grid;
}

.trust-grid strong {
  font-size: 16px;
}

.trust-grid small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 12px;
}

.section {
  padding: 112px 0;
}

.section-heading {
  max-width: 750px;
}

.section h2 {
  font-size: clamp(35px, 4vw, 52px);
}

.section-heading > p:last-child {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--ink-soft);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.step-card {
  position: relative;
  min-height: 320px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 10px 35px rgba(25, 68, 53, 0.05);
}

.step-card::after {
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(185, 231, 74, 0.16);
  content: "";
}

.step-index {
  color: #789086;
  font-size: 12px;
  font-weight: 900;
}

.step-symbol {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 32px 0 30px;
  place-items: center;
  border-radius: 20px;
  color: var(--green-dark);
  background: #e7f4ea;
  font-size: 26px;
  font-weight: 900;
}

.symbol-time {
  font-size: 16px;
}

.symbol-check {
  color: #183f2f;
  background: var(--lime);
}

.step-card h3 {
  margin: 0;
  font-size: 20px;
}

.step-card p {
  position: relative;
  z-index: 2;
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.system-tip {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 26px;
  padding: 22px 26px;
  border: 1px solid rgba(255, 159, 67, 0.28);
  border-radius: 18px;
  background: rgba(255, 159, 67, 0.1);
}

.tip-mark {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--orange);
  font-weight: 900;
}

.system-tip strong {
  font-size: 15px;
}

.system-tip p {
  margin: 4px 0 0;
  color: #6e604f;
  font-size: 13px;
}

.boundary-section {
  color: white;
  background: var(--navy);
}

.boundary-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}

.eyebrow-light {
  color: var(--lime);
}

.boundary-copy p:last-child {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.boundary-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.boundary-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

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

.boundary-title span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--lime);
  color: #153f39;
  font-weight: 900;
}

.cannot-do .boundary-title span {
  color: #ffd7ae;
  background: rgba(255, 159, 67, 0.18);
}

.boundary-title h3 {
  margin: 0;
  font-size: 20px;
}

.boundary-card ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  list-style: none;
}

.boundary-card li {
  padding-left: 15px;
  border-left: 2px solid rgba(185, 231, 74, 0.55);
}

.cannot-do li {
  border-color: rgba(255, 159, 67, 0.6);
}

.disclaimer-section {
  background: #fffaf1;
}

.disclaimer-panel {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(36px, 7vw, 86px);
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid #f2dbc1;
  border-radius: 30px;
  background: white;
  box-shadow: 0 24px 70px rgba(59, 48, 27, 0.08);
}

.disclaimer-copy h2 {
  max-width: 520px;
}

.disclaimer-copy > p:last-child {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--ink-soft);
}

.disclaimer-rules {
  display: grid;
  gap: 14px;
}

.disclaimer-rules article {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.disclaimer-rules h3 {
  margin: 0;
  font-size: 17px;
}

.disclaimer-rules p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.disclaimer-warning {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  border-color: #f2c48d !important;
  background: #fff5e7 !important;
}

.disclaimer-warning > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: white;
  background: var(--orange);
  font-weight: 900;
}

.screens-section {
  overflow: hidden;
  background: #ecf2eb;
}

.heading-row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.heading-row > p {
  max-width: 420px;
  margin: 0 0 6px;
  color: var(--ink-soft);
  font-size: 14px;
}

.screens-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px;
}

.screen-card {
  margin: 0;
  padding: 12px 12px 20px;
  border: 1px solid rgba(19, 38, 30, 0.09);
  border-radius: 25px;
  background: white;
  box-shadow: 0 18px 48px rgba(25, 68, 53, 0.09);
}

.screen-image {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 17px;
  background: #f0f2f5;
}

.screen-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen-card figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 10px;
  padding: 17px 7px 0;
}

.screen-card figcaption span {
  grid-row: 1 / 3;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
}

.screen-card figcaption strong {
  font-size: 15px;
  line-height: 1.25;
}

.screen-card figcaption small {
  color: var(--ink-soft);
  font-size: 11px;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(50px, 9vw, 120px);
}

.privacy-list {
  display: grid;
  gap: 16px;
}

.privacy-list article {
  display: flex;
  gap: 18px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.privacy-list article > span {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: var(--green-dark);
  background: #e3f0e6;
  font-size: 12px;
  font-weight: 900;
}

.privacy-list h3 {
  margin: 0;
  font-size: 17px;
}

.privacy-list p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.download-section {
  padding-top: 20px;
}

.download-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 34px;
  color: white;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.download-panel::after {
  position: absolute;
  top: -130px;
  right: -70px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(185, 231, 74, 0.14);
  content: "";
}

.download-intro {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.download-intro p:last-child {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.channel-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 42px;
}

.config-fallback {
  color: rgba(255, 255, 255, 0.7);
}

.channel-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.channel-badge {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 14px;
  color: #153f39;
  background: var(--lime);
  font-size: 13px;
  font-weight: 900;
}

.channel-huawei .channel-badge {
  color: white;
  background: #e94b4b;
}

.channel-oppo .channel-badge {
  color: white;
  background: #24a06b;
}

.channel-vivo .channel-badge {
  color: white;
  background: #4c78e8;
}

.channel-copy {
  display: grid;
}

.channel-copy strong {
  font-size: 14px;
}

.channel-copy small {
  color: rgba(255, 255, 255, 0.57);
  font-size: 11px;
}

.channel-action {
  min-width: 64px;
  padding: 8px 12px;
  border-radius: 10px;
  color: #153f39;
  background: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.channel-action-disabled {
  color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
  cursor: not-allowed;
}

.download-note {
  position: relative;
  z-index: 2;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(40px, 8vw, 100px);
}

.faq-heading {
  position: sticky;
  top: 115px;
  align-self: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--green);
  font-size: 24px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 650px;
  margin: -8px 48px 26px 0;
  color: var(--ink-soft);
}

.site-footer {
  padding: 60px 0 24px;
  color: white;
  background: #0f241d;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  border-radius: 15px;
}

.footer-brand div {
  display: grid;
}

.footer-brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.52);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.footer-links a:hover {
  color: var(--lime);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.43);
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a:hover {
  color: white;
}

.reveal-ready {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(255, 159, 67, 0.72);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .hero-grid,
  .boundary-grid,
  .disclaimer-panel,
  .privacy-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 630px;
  }

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

  .boundary-copy {
    max-width: 720px;
  }

  .privacy-grid {
    gap: 42px;
  }

  .faq-heading {
    position: static;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 28px, 620px);
  }

  html {
    scroll-padding-top: 78px;
  }

  .header-inner {
    min-height: 66px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 15px;
  }

  .main-nav a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    padding: 8px 14px;
    font-size: 12px;
  }

  .hero {
    padding: 52px 0 68px;
  }

  .hero h1 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    min-height: 48px;
    padding: 0 15px;
    font-size: 13px;
  }

  .hero-points {
    display: grid;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-visual::before {
    width: 340px;
  }

  .phone-frame {
    width: 222px;
  }

  .floating-note {
    min-width: 175px;
    padding: 10px 12px;
  }

  .note-top {
    top: 48px;
    left: 0;
  }

  .note-bottom {
    right: 0;
    bottom: 45px;
  }

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

  .trust-grid article {
    min-height: 96px;
    padding: 18px 5px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid article:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 78px 0;
  }

  .section h2 {
    font-size: 36px;
  }

  .steps-grid,
  .boundary-cards,
  .channel-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: auto;
  }

  .step-symbol {
    margin: 24px 0;
  }

  .system-tip {
    padding: 18px;
  }

  .disclaimer-panel {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .disclaimer-rules article {
    padding: 19px;
  }

  .heading-row {
    display: block;
  }

  .heading-row > p {
    margin-top: 18px;
  }

  .screens-track {
    display: flex;
    width: auto;
    margin-right: calc((100vw - var(--shell)) / -2);
    padding-right: 14px;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .screens-track::-webkit-scrollbar {
    display: none;
  }

  .screen-card {
    flex: 0 0 min(74vw, 285px);
    scroll-snap-align: start;
  }

  .privacy-list article {
    padding-inline: 0;
  }

  .download-section {
    padding-top: 8px;
  }

  .download-panel {
    width: 100vw;
    margin-left: calc((100vw - var(--shell)) / -2);
    border-radius: 0;
  }

  .channel-card {
    grid-template-columns: auto 1fr;
  }

  .channel-action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .faq-list summary {
    min-height: 78px;
    font-size: 15px;
  }

  .footer-main,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    gap: 14px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
