/* Keep the hero summary entirely within the hero instead of crossing sections. */
.aurora-hero {
  min-height: 0;
  padding-bottom: 62px;
}

.hero-stat-cards { margin-top: 0; }

/* Stable title treatment: some Android WebViews paint a background gradient but
   ignore text clipping, leaving a coloured rectangle behind transparent text. */
.aurora-hero,
.aurora-hero button,
.aurora-hero input {
  font-family: "HarmonyOS Sans SC", "MiSans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
}

.hero-copy h1 {
  font-family: "HarmonyOS Sans SC", "MiSans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  font-synthesis: none;
  font-weight: 750;
}

.hero-copy h1 em {
  color: #b75f91;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.hero-benefit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 15px 0 0;
  padding: 7px 11px;
  border: 1px solid rgba(225, 167, 201, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: #987488;
  font-size: 11px;
  line-height: 1.4;
}

.hero-benefit span {
  color: #b85f8c;
  font-weight: 800;
}

.product-note {
  margin: 2px 0 0;
  color: #9a8695;
  font-size: 11px;
  line-height: 1.55;
}

.product-link {
  margin-top: 13px;
}

.product-card .product-note + .product-link {
  margin-top: auto;
}

.voice-cards article {
  transition: transform .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease);
}

.voice-cards article:hover {
  transform: translateY(-5px);
  border-color: #e7b4cf;
  box-shadow: 0 15px 30px rgba(140, 91, 131, .1);
}

.faq-support-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 23px;
  color: #ae6187;
  font-size: 13px;
  font-weight: 800;
}

.faq-support-link span {
  font-size: 18px;
  transition: transform .2s var(--ease);
}

.faq-support-link:hover span {
  transform: translateX(4px);
}

.updates-section {
  padding: 106px 0;
  background: linear-gradient(135deg, #fff 0%, #fff9fc 53%, #f4f4ff 100%);
}

.updates-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.updates-head > div { max-width: 655px; }

.updates-head h2 {
  margin: 0;
  color: #493a4d;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.3;
}

.updates-head > div > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.updates-more {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  margin-bottom: 4px;
  color: #af6187;
  font-size: 14px;
  font-weight: 800;
}

.updates-more span {
  font-size: 19px;
  transition: transform .2s var(--ease);
}

.updates-more:hover span { transform: translateX(4px); }

.updates-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) repeat(3, minmax(0, .91fr));
  gap: 14px;
  margin-top: 42px;
}

.update-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 198px;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  border: 1px solid #f0e2ec;
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 8px 22px rgba(139, 92, 131, .05);
  transition: transform .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease);
}

.update-card:hover {
  border-color: #e8bdd2;
  box-shadow: 0 15px 31px rgba(133, 91, 129, .1);
  transform: translateY(-4px);
}

.update-card--feature {
  min-height: 250px;
  background: linear-gradient(145deg, #fff2f8, #f1f2ff);
  border-color: #ebd9ee;
}

.update-card--feature::after {
  position: absolute;
  right: -41px;
  bottom: -76px;
  width: 178px;
  height: 178px;
  border: 1px solid rgba(150,126,232,.22);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 20px rgba(237,145,186,.07), 0 0 0 42px rgba(150,126,232,.04);
}

.update-card__meta,
.update-card__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #a28498;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

.update-card__type {
  max-width: 66%;
  overflow: hidden;
  color: #ad5d88;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.update-card__title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  margin: 18px 0 0;
  overflow: hidden;
  color: #4b3c4e;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.update-card--feature .update-card__title {
  max-width: 88%;
  margin-top: 25px;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
  -webkit-line-clamp: 2;
}

.update-card__footer {
  margin-top: auto;
  padding-top: 18px;
}

.update-card__read { color: #a875d7; font-size: 17px; }

@media (max-width: 980px) {
  .updates-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .update-card--feature { grid-column: span 2; }
}

@media (max-width: 900px) {
  .aurora-hero { padding-bottom: 46px; }
  .hero-stat-cards { margin-top: 0; }
  .updates-section { padding: 80px 0; }
}

@media (max-width: 700px) {
  .aurora-hero { padding-bottom: 32px; }
  .hero-stat-cards { margin-top: 0; }
  .hero-benefit { align-items: flex-start; border-radius: 14px; }
  .product-note { margin-top: 5px; }
  .voice-cards article:hover { transform: none; }
  .updates-head { display: block; }
  .updates-head h2 { font-size: 34px; }
  .updates-more { margin-top: 19px; }
  .updates-grid { grid-template-columns: minmax(0, 1fr); margin-top: 28px; }
  .update-card--feature { grid-column: auto; }
  .update-card:hover { transform: none; }
}

/* Phase two: turn the landing page into a clearer server-purchase decision flow. */
.aurora-hero {
  background:
    radial-gradient(ellipse 44% 46% at 12% 20%, rgba(255, 224, 239, .82), transparent 70%),
    radial-gradient(ellipse 36% 48% at 87% 31%, rgba(220, 239, 255, .8), transparent 70%),
    linear-gradient(140deg, #fffafd 0%, #fbf9ff 57%, #fff7fb 100%);
}

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

.hero-copy h1 {
  max-width: 620px;
  color: #3f3542;
  letter-spacing: -.055em;
}

.hero-lede {
  max-width: 570px;
  color: #776a78;
  font-size: 16px;
}

.hero-trust {
  gap: 9px;
  margin-top: 22px;
}

.hero-trust span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(225, 188, 209, .68);
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  color: #806a78;
  font-size: 11px;
  font-weight: 700;
}

.hero-stat-cards {
  gap: 14px;
  margin-top: -12px;
}

.hero-stat-cards article {
  min-height: 116px;
  padding: 18px 20px;
  border-color: rgba(238, 218, 230, .95);
  border-radius: 18px;
  box-shadow: 0 11px 28px rgba(114, 75, 99, .08);
}

.hero-stat-cards strong,
.product-price strong {
  font-family: var(--gm-font-data, "DIN Alternate", "Arial Rounded MT Bold", sans-serif);
  font-variant-numeric: tabular-nums;
}

.hero-stat-cards strong { color: #4a3b4c; font-size: 20px; }

.products-section { position: relative; }

.products-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1120px, calc(100% - 48px));
  border-top: 1px solid #f5e8ef;
  content: "";
  transform: translateX(-50%);
}

.product-grid { align-items: stretch; }

.product-card {
  min-height: 0;
  padding: 27px 25px 23px;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(107, 73, 93, .065);
}

.product-card-featured {
  border-color: #dcd2fa;
  box-shadow: 0 16px 34px rgba(127, 104, 186, .13);
}

.product-caption { min-height: 44px; }

.product-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-height: 47px;
  margin: 19px 0 15px;
}

.product-price strong { letter-spacing: -.04em; }

.product-card ul {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 13px 0 11px;
  border-top-color: #f3e6ee;
  border-bottom: 1px solid #f7edf2;
}

.product-card li {
  display: flex;
  min-height: 33px;
  align-items: center;
  color: #685d69;
  font-size: 13px;
}

.product-card li:before {
  display: inline-grid;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  background: #f6edff;
  color: #8f78df;
  content: "✓";
  font-size: 10px;
  font-weight: 900;
}

.product-note {
  min-height: 35px;
  padding: 10px 0 0;
  color: #9a8190;
}

.product-link {
  min-height: 42px;
  align-items: center;
  margin-top: 14px;
  padding: 0 13px;
  border-radius: 12px;
  background: #fff5fa;
  color: #ae5e87;
}

.product-link:hover { background: #fde9f2; }

.nodes-section { position: relative; overflow: hidden; }

.node-board {
  border-color: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 42px rgba(110, 87, 151, .13);
}

.node-tags span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #efe4f2;
  background: rgba(255, 255, 255, .86);
  color: #776a79;
  font-weight: 700;
}

.voice-cards article {
  min-height: 204px;
  border-radius: 18px;
}

.voice-cards article span {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  background: #f5efff;
  color: #876fd9;
  font-family: var(--gm-font-data, "DIN Alternate", sans-serif);
  font-size: 12px;
  font-weight: 800;
}

.final-cta h2 { max-width: 720px; margin-right: auto; margin-left: auto; }

@media (max-width: 700px) {
  .hero-copy h1 { font-size: clamp(36px, 10.6vw, 43px); line-height: 1.22; }
  .hero-lede { margin-top: 16px; font-size: 14px; line-height: 1.85; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .hero-actions .button { width: 100%; min-height: 48px; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .hero-trust span { min-width: 0; justify-content: center; padding: 0 5px; font-size: 10px; white-space: nowrap; }
  .hero-benefit { width: 100%; margin-top: 12px; }
  .hero-stat-cards { gap: 9px; margin-top: 4px; }
  .hero-stat-cards article { min-height: 75px; grid-template-columns: 37px 1fr; padding: 13px; }
  .hero-stat-cards p { font-size: 11px; }
  .stat-symbol { width: 34px; height: 34px; border-radius: 11px; font-size: 16px; }
  .products-section { padding-top: 76px; }
  .products-section::before { width: calc(100% - 32px); }
  .product-card { padding: 22px 18px 18px; border-radius: 18px; }
  .product-card h3 { font-size: 25px; }
  .product-caption { min-height: 0; }
  .product-note { min-height: 0; font-size: 11px; }
  .product-link { margin-top: 13px; }
  .nodes-section { padding: 74px 0; }
  .node-board { padding: 13px; border-radius: 19px; }
  .voice-cards article { min-height: 0; padding: 19px; }
  .final-cta h2 { font-size: 35px; }
}

/* Misty Sakura Technology: restrained cloud-service visual system. */
:root {
  --paper: #fbf7f5;
  --white: #fffcfb;
  --ink: #29262b;
  --muted: #625b63;
  --pink: #c9859a;
  --pink-deep: #b96c83;
  --lilac: #8dbac4;
  --lilac-pale: #eaf5f6;
  --blue: #8dbac4;
  --line: #e9dee2;
  --shadow: 0 18px 42px rgba(84, 45, 65, .08);
  --gm-rose: #c9859a;
  --gm-rose-deep: #b96c83;
  --gm-rose-soft: #f8eef1;
  --gm-violet: #8dbac4;
  --gm-ink: #29262b;
  --gm-muted: #625b63;
  --gm-line: #e9dee2;
  --gm-shadow-card: 0 10px 28px rgba(84, 45, 65, .05);
  --gm-font: "MiSans", "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --gm-font-data: "MiSans", "HarmonyOS Sans SC", "PingFang SC", sans-serif;
}

body,
.hero-copy h1,
.section-heading h2,
.nodes-copy h2,
.voice-intro h2,
.final-cta h2,
.updates-head h2,
.product-card h3,
.brand-name b,
.footer-logo b {
  font-family: var(--gm-font);
}

.navbar {
  border-color: rgba(233, 222, 226, .86);
  background: rgba(255, 252, 251, .80);
  box-shadow: 0 10px 28px rgba(84, 45, 65, .07);
}

.navbar.is-scrolled {
  border-color: rgba(233, 222, 226, .95);
  background: rgba(255, 252, 251, .92);
  box-shadow: 0 12px 30px rgba(84, 45, 65, .09);
}

.nav-menu { border-color: #eee4e7; background: rgba(255, 252, 251, .66); }
.nav-link { color: #5f5760; }
.nav-link:hover,
.nav-link[aria-current] { color: #a85b73; background: #f8eef1; box-shadow: none; }
.nav-actions { background: transparent; }
.nav-buy,
.button-primary {
  background: linear-gradient(135deg, #d7a1aa 0%, #c9859a 58%, #9bbfc5 130%);
  box-shadow: 0 8px 18px rgba(185, 108, 131, .18);
}
.nav-console { border: 1px solid #eadde3; background: #fffcfb; color: #9d5d73; }
.nav-buy:hover,
.button-primary:hover { box-shadow: 0 11px 22px rgba(185, 108, 131, .23); }

.aurora-hero {
  background:
    radial-gradient(ellipse 42% 48% at 12% 22%, rgba(245, 220, 225, .78), transparent 72%),
    radial-gradient(ellipse 38% 52% at 88% 30%, rgba(222, 242, 244, .86), transparent 73%),
    linear-gradient(140deg, #fbf7f5 0%, #f8f8f8 54%, #f4f9f9 100%);
}

.aurora-hero::after {
  border-color: rgba(141, 186, 196, .22);
  box-shadow: 0 -16px 0 rgba(224, 241, 243, .44), 0 -35px 0 rgba(242, 221, 227, .34);
}

.hero-orbit { border-color: rgba(141, 186, 196, .24); }
.eyebrow { color: #a55f75; }
.signal-dot { background: #8dbac4; box-shadow: 0 0 0 5px rgba(141, 186, 196, .16); }
.hero-copy h1 { color: #29262b; font-weight: 700; letter-spacing: -.045em; }
.hero-copy h1 em { color: #b96c83; }
.hero-lede { color: #625b63; }
.hero-title-line { color: #7a6670; font-family: var(--gm-font); }
.button-quiet { border-color: #e9dee2; background: rgba(255, 252, 251, .72); color: #5e5760; }
.button-quiet:hover { border-color: #d9a9aa; background: #fffcfb; }
.hero-benefit,
.hero-trust span { border-color: rgba(201, 133, 154, .30); background: rgba(255, 252, 251, .60); color: #756a71; }
.hero-benefit span { color: #ad6379; }

.cloud-shell {
  border-color: rgba(255, 255, 255, .94);
  background: linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(229, 242, 243, .58));
  box-shadow: inset -16px -17px 30px rgba(141, 186, 196, .12), 0 29px 60px rgba(89, 120, 127, .15);
}
.cloud-shell::before { border-color: rgba(141, 186, 196, .30); }
.cloud-shell img { filter: drop-shadow(0 11px 10px rgba(90, 138, 150, .18)); }
.cloud-glow { background: radial-gradient(circle, #e4f4f4, rgba(246, 225, 231, .30) 55%, transparent 72%); }
.cloud-label,
.floating-card { border-color: rgba(255, 255, 255, .90); background: rgba(255, 252, 251, .76); box-shadow: 0 10px 22px rgba(84, 45, 65, .09); }
.cloud-label { color: #956477; }
.cloud-label strong,
.floating-card b { color: #454047; }
.floating-card small { color: #80747b; }
.card-icon,
.spark-c { color: #6daeba; }
.spark,
.spark-a { color: #92bbc5; }
.spark-b { color: #c9859a; }
.pulse { background: #6eaa92; box-shadow: 0 0 0 4px rgba(110, 170, 146, .14); }

.hero-stat-cards article {
  border-color: rgba(233, 222, 226, .95);
  background: rgba(255, 252, 251, .80);
  box-shadow: 0 11px 28px rgba(84, 45, 65, .07);
}
.stat-symbol { background: linear-gradient(135deg, #f8eef1, #eaf5f6); color: #a46378; }
.hero-stat-cards strong { color: #322d33; }

.products-section,
.voice-section { background: #fffcfb; }
.products-section::before { border-color: #eee4e7; }
.product-card {
  border-color: #e9dee2;
  background: linear-gradient(155deg, #fffcfb, #fffafa);
  box-shadow: 0 10px 28px rgba(84, 45, 65, .05);
}
.product-card:hover { border-color: rgba(201, 133, 154, .58); box-shadow: 0 16px 34px rgba(124, 75, 92, .10); }
.product-card-featured { border-color: #c9dfe3; background: linear-gradient(155deg, #fffcfb, #f5faf9); box-shadow: 0 16px 34px rgba(90, 137, 148, .10); }
.product-badge { background: linear-gradient(135deg, #d7a1aa, #c9859a); }
.peach { background: #f8eef1; color: #bb7389; }
.lavender { background: #eaf5f6; color: #6fa8b3; }
.blue { background: #eef7f7; color: #6fa8b3; }
.product-index { color: #9e7885; }
.product-card h3 { color: #322d33; font-weight: 700; }
.product-caption,
.product-card li { color: #625b63; }
.product-price { color: #a85b73; }
.product-price strong { font-family: var(--gm-font-data); }
.product-card ul { border-top-color: #f0e6e9; border-bottom-color: #f3ebed; }
.product-card li::before { background: #f8eef1; color: #bb7389; }
.product-link { background: #f8eef1; color: #a55f75; }
.product-link:hover { background: #f4e5ea; }

.nodes-section { background: linear-gradient(120deg, #f8eef1, #f5f8f8 56%, #eaf5f6); }
.node-board { border-color: rgba(255, 255, 255, .92); background: rgba(255, 252, 251, .70); box-shadow: 0 18px 38px rgba(74, 107, 112, .10); }
.node-board-top { color: #85707a; }
.map-lines { background: radial-gradient(circle at 15% 80%, #d8eff0 0 2%, transparent 2.3%), radial-gradient(circle at 80% 14%, #f3dce2 0 2%, transparent 2.5%), linear-gradient(125deg, #edf7f7, #fff7f8); }
.map-lines::before,
.map-lines::after { border-color: rgba(141, 186, 196, .42); }
.node-tags span { border-color: #e9dee2; background: rgba(255, 252, 251, .86); color: #6c636a; }

.voice-cards article { border-color: #e9dee2; box-shadow: 0 8px 20px rgba(84, 45, 65, .045); }
.voice-cards article:hover { border-color: rgba(201, 133, 154, .52); box-shadow: 0 15px 30px rgba(84, 45, 65, .09); }
.voice-cards article span { background: #eaf5f6; color: #6fa8b3; }
.voice-cards h3 { font-family: var(--gm-font); color: #343038; }
.faq-section { background: #fbf7f5; }
.faq-list,
.faq-list details { border-color: #e9dee2; }
.faq-list summary::after { color: #a55f75; }
.final-cta { background: radial-gradient(circle at 18% 60%, #f2dce2, transparent 28%), radial-gradient(circle at 82% 30%, #dceff0, transparent 30%), linear-gradient(120deg, #f8eef1, #eef7f7); }
.footer { background: #34343c; }
.footer-cta { background: linear-gradient(135deg, #d7a1aa, #c9859a); }

*:focus-visible { outline-color: rgba(201, 133, 154, .48); }

@media (max-width: 700px) {
  .navbar { box-shadow: 0 7px 20px rgba(84, 45, 65, .06); }
  .nav-menu { border: 1px solid #e9dee2; background: rgba(255, 252, 251, .97); }
  .hamburger { background: #f8eef1; }
  .hamburger span { background: #765662; }
  .hero-copy { padding-top: 47px; }
  .hero-copy h1 { font-size: clamp(34px, 9.8vw, 41px); letter-spacing: -.04em; }
  .hero-stat-cards article { background: rgba(255, 252, 251, .88); }
  .product-card:hover,
  .voice-cards article:hover { transform: none; }
}

/* Lively Sakura Cloud refresh. */
:root {
  --paper: #fff7fb;
  --white: #fff;
  --ink: #312735;
  --muted: #6e6071;
  --pink: #f37fb4;
  --pink-deep: #c83f7d;
  --lilac: #9f8df5;
  --lilac-pale: #f1eeff;
  --blue: #71cde6;
  --line: #f2dce9;
  --shadow: 0 22px 48px rgba(198, 73, 132, .13);
  --gm-rose: #f37fb4;
  --gm-rose-deep: #c83f7d;
  --gm-rose-soft: #fff0f7;
  --gm-violet: #9f8df5;
  --gm-ink: #312735;
  --gm-muted: #6e6071;
  --gm-line: #f2dce9;
  --gm-shadow-card: 0 14px 34px rgba(198, 73, 132, .09);
}

body {
  background:
    linear-gradient(180deg, #fff7fb 0%, #fffafd 22%, #fff 52%, #fff7fb 100%);
  color: var(--ink);
}

.aurora-hero {
  isolation: isolate;
  padding-top: 104px;
  padding-bottom: 78px;
  background:
    linear-gradient(115deg, rgba(255, 240, 248, .86) 0%, rgba(255,255,255,.74) 36%, rgba(240, 250, 255, .84) 100%),
    repeating-linear-gradient(100deg, rgba(255,255,255,.0) 0 44px, rgba(255,255,255,.42) 44px 45px, rgba(255,255,255,0) 45px 96px);
}

.aurora-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 0 17%, rgba(255, 163, 204, .16) 17% 18%, transparent 18% 52%, rgba(125, 207, 230, .14) 52% 53%, transparent 53%),
    radial-gradient(ellipse 70% 38% at 50% 0%, rgba(255, 208, 231, .56), transparent 72%);
  content: "";
}

.aurora-hero::after {
  right: -18%;
  bottom: -260px;
  width: 78%;
  height: 560px;
  border-color: rgba(159, 141, 245, .17);
  box-shadow: 0 -18px 0 rgba(255, 184, 217, .16), 0 -42px 0 rgba(113, 205, 230, .10);
}

.hero-orbit {
  border-color: rgba(255, 151, 197, .24);
  animation: orbitDrift 13s ease-in-out infinite;
}

.orbit-two {
  animation-duration: 16s;
  animation-delay: -4s;
}

.aurora-layout {
  min-height: 612px;
}

.hero-copy {
  position: relative;
  padding-top: 58px;
}

.hero-copy::before {
  display: block;
  width: 92px;
  height: 3px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8fbe, #9f8df5 56%, #71cde6);
  box-shadow: 0 8px 20px rgba(200, 63, 125, .18);
  content: "";
}

.eyebrow {
  color: #bd477c;
  letter-spacing: .13em;
}

.signal-dot {
  background: #ff8fbe;
  box-shadow: 0 0 0 5px rgba(255, 143, 190, .16), 0 0 18px rgba(255, 143, 190, .42);
}

.hero-title-line {
  color: #7a6173;
}

.hero-title-line img {
  border-radius: 12px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 8px 18px rgba(200, 63, 125, .12);
}

.hero-copy h1 {
  max-width: 720px;
  color: #312735;
  text-wrap: balance;
}

.hero-copy h1 em {
  color: #c83f7d;
  text-shadow: 0 12px 32px rgba(200, 63, 125, .15);
}

.hero-lede {
  max-width: 590px;
  color: #6e6071;
}

.button {
  position: relative;
  overflow: hidden;
}

.button::after {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(105deg, rgba(255,255,255,.42), transparent 34%, rgba(255,255,255,.28) 58%, transparent);
  content: "";
  opacity: 0;
  transform: translateX(-24%);
  transition: opacity .2s ease, transform .35s var(--ease);
}

.button:hover::after {
  opacity: 1;
  transform: translateX(18%);
}

.button-primary {
  background: linear-gradient(135deg, #ff8fbe 0%, #dc5b99 48%, #9f8df5 100%);
  box-shadow: 0 13px 28px rgba(200, 63, 125, .24);
}

.button-primary:hover {
  box-shadow: 0 18px 34px rgba(200, 63, 125, .30);
}

.button-quiet {
  border-color: rgba(242, 220, 233, .95);
  background: rgba(255, 255, 255, .70);
  color: #6a5465;
  backdrop-filter: blur(12px);
}

.button-quiet:hover {
  border-color: rgba(255, 143, 190, .58);
  background: rgba(255, 255, 255, .92);
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 182, 215, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 8px 18px rgba(198, 73, 132, .06);
}

.hero-benefit {
  border-color: rgba(255, 182, 215, .58);
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 10px 22px rgba(198, 73, 132, .08);
}

.hero-benefit span {
  color: #c83f7d;
}

.hero-cloud-art {
  animation: artFloat 7s ease-in-out infinite;
}

.cloud-shell {
  width: 306px;
  height: 306px;
  border-radius: 42% 58% 55% 45% / 47% 43% 57% 53%;
  background:
    linear-gradient(145deg, rgba(255,255,255,.90), rgba(255,239,247,.62) 54%, rgba(234, 250, 255, .58)),
    linear-gradient(45deg, rgba(255, 143, 190, .10), rgba(159, 141, 245, .10));
  box-shadow:
    inset -18px -18px 34px rgba(113, 205, 230, .12),
    inset 16px 16px 30px rgba(255, 255, 255, .68),
    0 36px 70px rgba(170, 86, 141, .18);
}

.cloud-shell::before {
  inset: 16px;
  border-color: rgba(255, 143, 190, .26);
}

.cloud-glow {
  background:
    radial-gradient(circle, rgba(255,255,255,.96), rgba(255,225,239,.56) 43%, rgba(224,247,255,.34) 64%, transparent 76%);
}

.cloud-shell img {
  filter: drop-shadow(0 16px 18px rgba(169, 88, 146, .17));
}

.cloud-label,
.floating-card {
  border-color: rgba(255, 255, 255, .94);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 15px 30px rgba(169, 88, 146, .13);
}

.floating-card {
  transition: transform .24s var(--ease), box-shadow .24s var(--ease);
}

.floating-card:hover {
  box-shadow: 0 20px 34px rgba(169, 88, 146, .17);
}

.card-region {
  animation: cardFloatA 5.8s ease-in-out infinite;
}

.card-status {
  animation: cardFloatB 6.2s ease-in-out .25s infinite;
}

.spark {
  text-shadow: 0 6px 18px rgba(255, 143, 190, .22);
  animation: sparkTwinkle 3.4s ease-in-out infinite;
}

.spark-b { animation-delay: .6s; }
.spark-c { animation-delay: 1.1s; }

.hero-stat-cards article,
.product-card,
.node-board,
.voice-cards article,
.update-card {
  border-color: rgba(255, 221, 236, .82);
  background:
    linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,248,252,.82)),
    #fff;
  box-shadow: 0 16px 36px rgba(198, 73, 132, .08);
}

.hero-stat-cards article {
  position: relative;
  overflow: hidden;
}

.hero-stat-cards article::after,
.product-card::after,
.voice-cards article::after,
.update-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(120deg, rgba(255,255,255,.0), rgba(255,255,255,.56), rgba(255,255,255,0));
  content: "";
  opacity: 0;
  transform: translateX(-68%);
  transition: opacity .22s ease, transform .48s var(--ease);
  pointer-events: none;
}

.product-card > *,
.voice-cards article > *,
.update-card > * {
  position: relative;
  z-index: 1;
}

.hero-stat-cards article:hover::after,
.product-card:hover::after,
.voice-cards article:hover::after,
.update-card:hover::before {
  opacity: .72;
  transform: translateX(70%);
}

.stat-symbol,
.product-illustration {
  background: linear-gradient(135deg, #fff0f7, #f2efff 54%, #eafaff);
  color: #c83f7d;
  box-shadow: inset 0 1px rgba(255,255,255,.88), 0 10px 20px rgba(198, 73, 132, .09);
}

.products-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #fff9fd 48%, #fff 100%);
}

.products-section::after {
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 143, 190, .30), rgba(113, 205, 230, .22), transparent);
  content: "";
}

.product-card {
  overflow: hidden;
  border-radius: 26px;
}

.product-card:hover {
  border-color: rgba(255, 143, 190, .66);
  box-shadow: 0 24px 46px rgba(198, 73, 132, .14);
}

.product-card-featured {
  border-color: rgba(159, 141, 245, .42);
  background:
    linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,241,248,.84) 48%, rgba(242,239,255,.82)),
    #fff;
}

.product-badge {
  background: linear-gradient(135deg, #ff8fbe, #d95b9a 58%, #9f8df5);
  box-shadow: 0 9px 18px rgba(200, 63, 125, .22);
}

.product-link {
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff0f7, #f2efff);
  color: #bd477c;
}

.product-link:hover {
  background: linear-gradient(135deg, #ffe6f2, #eeeaff);
}

.nodes-section {
  background:
    linear-gradient(120deg, #fff0f7, #f8f6ff 46%, #effbff);
}

.node-board {
  border-radius: 30px;
}

.map-lines {
  background:
    linear-gradient(120deg, rgba(255,255,255,.0), rgba(255,255,255,.42), rgba(255,255,255,0)),
    repeating-linear-gradient(28deg, rgba(255,255,255,.0) 0 18px, rgba(255,255,255,.34) 18px 19px),
    linear-gradient(125deg, #eefbff, #fff0f7 58%, #f2efff);
}

.voice-section,
.updates-section {
  background:
    linear-gradient(180deg, #fff 0%, #fff9fd 100%);
}

.voice-cards article {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.voice-cards article span {
  display: inline-grid;
  min-width: 38px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff0f7, #effbff);
  color: #bd477c;
}

.updates-head h2,
.section-heading h2,
.nodes-copy h2,
.voice-intro h2,
.final-cta h2 {
  color: #312735;
  text-wrap: balance;
}

.updates-section {
  border-top: 1px solid rgba(242, 220, 233, .62);
}

.update-card {
  overflow: hidden;
  border-radius: 24px;
}

.update-card--feature {
  background:
    linear-gradient(145deg, #fff0f7, #f2efff 54%, #effbff);
}

.faq-section {
  background:
    linear-gradient(180deg, #fff8fc, #fff2f8);
}

.faq-list summary {
  transition: color .2s ease, padding-left .2s ease;
}

.faq-list summary:hover {
  color: #c83f7d;
  padding-left: 8px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(255, 240, 248, .96), rgba(245, 242, 255, .92) 52%, rgba(236, 251, 255, .92));
}

.final-cta::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 0 24%, rgba(255, 143, 190, .18) 24% 25%, transparent 25% 66%, rgba(113, 205, 230, .16) 66% 67%, transparent 67%),
    repeating-linear-gradient(100deg, transparent 0 52px, rgba(255,255,255,.38) 52px 53px);
  content: "";
  pointer-events: none;
}

.final-cta-inner {
  position: relative;
}

.footer {
  background:
    linear-gradient(135deg, #392f46 0%, #4a3047 46%, #283a43 100%);
}

/* Chinese display type remains calm and readable on narrower viewports. */
.hero-copy h1,
.section-heading h2,
.nodes-copy h2,
.voice-intro h2,
.final-cta h2,
.updates-head h2,
.product-card h3 {
  letter-spacing: 0;
}

@keyframes orbitDrift {
  0%, 100% { transform: rotate(30deg) translate3d(0, 0, 0); }
  50% { transform: rotate(34deg) translate3d(10px, -8px, 0); }
}

.orbit-two {
  animation-name: orbitDriftTwo;
}

@keyframes orbitDriftTwo {
  0%, 100% { transform: rotate(0deg) translate3d(0, 0, 0); }
  50% { transform: rotate(-4deg) translate3d(-8px, 10px, 0); }
}

@keyframes artFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes cardFloatA {
  0%, 100% { transform: rotate(-6deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(-8px); }
}

@keyframes cardFloatB {
  0%, 100% { transform: rotate(5deg) translateY(0); }
  50% { transform: rotate(3deg) translateY(-7px); }
}

@keyframes sparkTwinkle {
  0%, 100% { opacity: .58; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.12); }
}

@media (max-width: 900px) {
  .aurora-hero {
    padding-top: 88px;
  }

  .hero-cloud-art {
    animation: none;
  }
}

/* Keep the featured plan comparable with the other two cards. */
.product-card-featured {
  position: relative;
}

.product-card-featured .product-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  left: auto;
  z-index: 2;
  display: inline-flex;
  width: auto;
  min-height: 0;
  align-items: center;
  padding: 5px 8px;
  border: 0;
  border-radius: 6px;
  background: #b84676;
  box-shadow: none;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .product-card-featured .product-badge {
    top: 14px;
    right: 14px;
  }
}

/* Cherry cloudscape node scene, based on the supplied visual reference. */
.map-lines {
  isolation: isolate;
  height: auto;
  min-height: 250px;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(66, 34, 51, .04), rgba(66, 34, 51, .20)),
    url("/web/starchen/img/sakura-cloudscape.png") center 51% / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(110, 55, 82, .10);
}

.map-lines::before,
.map-lines::after {
  display: none;
}

@media (max-width: 700px) {
  .map-lines {
    min-height: 190px;
    aspect-ratio: 4 / 3;
    background-position: center 52%;
  }

}

@media (max-width: 700px) {
  .aurora-hero {
    padding-top: 82px;
    padding-bottom: 58px;
  }

  .hero-copy::before {
    width: 70px;
    margin-bottom: 18px;
  }

  .hero-trust {
    gap: 9px;
  }

  .hero-trust span {
    min-height: 26px;
    padding: 3px 9px;
  }

  .cloud-shell {
    width: 236px;
    height: 236px;
  }

  .card-region,
  .card-status {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-orbit,
  .hero-cloud-art,
  .card-region,
  .card-status,
  .spark {
    animation: none !important;
  }
}

/* Reference-inspired page rhythm: a centred hero, atmospheric cloud art, then
   a separate three-column proof strip. The existing content stays unchanged. */
@media (min-width: 901px) {
  .aurora-hero {
    min-height: 0;
    padding-top: 132px;
    padding-bottom: 46px;
  }

  .aurora-layout {
    display: block;
    min-height: 490px;
  }

  .hero-copy {
    max-width: 760px;
    margin: 0 auto;
    padding: 22px 0 56px;
    text-align: center;
  }

  .hero-copy::before {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-copy .eyebrow,
  .hero-title-line,
  .hero-actions,
  .hero-trust {
    justify-content: center;
  }

  .hero-copy h1,
  .hero-lede {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-copy h1 {
    max-width: 760px;
    font-size: clamp(44px, 4vw, 58px);
  }

  .hero-benefit {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .hero-stat-cards {
    max-width: 1060px;
    margin-top: 0;
    gap: 20px;
  }

  .hero-stat-cards article {
    display: flex;
    min-height: 154px;
    align-items: center;
    justify-content: center;
    padding: 23px 25px;
    text-align: center;
  }

  .hero-stat-cards .stat-symbol {
    width: 48px;
    height: 48px;
    margin-bottom: 9px;
    border-radius: 16px;
    font-size: 22px;
  }

  .hero-stat-cards strong {
    font-size: 21px;
  }

  .hero-stat-cards p {
    max-width: 190px;
    margin-top: 3px;
  }

  .products-section {
    padding-top: 96px;
  }
}

@media (max-width: 900px) {
  .hero-copy { text-align: center; }

  .hero-copy::before,
  .hero-copy h1,
  .hero-lede {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-copy .eyebrow,
  .hero-actions,
  .hero-trust {
    justify-content: center;
  }

  .hero-benefit { text-align: left; }
}

/* Editorial reset: give the purchase path a calmer, reference-led hierarchy. */
:root {
  --rose: #df6f9e;
  --rose-deep: #b84676;
  --rose-soft: #fff4f8;
  --paper-white: #fffdfd;
  --ink-clean: #332f34;
  --line-clean: #f0dfe7;
}

.storefront {
  background: var(--paper-white);
  color: var(--ink-clean);
}

.aurora-hero {
  min-height: 0;
  padding: 142px 0 46px;
  background:
    linear-gradient(180deg, #fff9fc 0%, #fffdfd 78%);
}

.aurora-hero::before {
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 231, 241, .42), transparent 62%);
}

.aurora-hero::after,
.hero-copy::before {
  display: none;
}

.aurora-layout {
  display: block;
  min-height: 0;
}

.hero-copy {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
}

.hero-copy .eyebrow,
.hero-actions,
.hero-trust {
  justify-content: center;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--rose-deep);
  font-size: 10px;
  letter-spacing: .12em;
}

.signal-dot {
  width: 6px;
  height: 6px;
  background: var(--rose);
  box-shadow: 0 0 0 4px rgba(223, 111, 158, .12);
}

.hero-copy h1 {
  max-width: 720px;
  color: var(--ink-clean);
  font-size: clamp(42px, 4.1vw, 58px);
  font-weight: 700;
  line-height: 1.2;
}

.hero-copy h1 em {
  color: var(--rose-deep);
  text-shadow: none;
}

.hero-lede {
  max-width: 590px;
  margin: 20px auto 0;
  color: #706770;
  font-size: 15px;
  line-height: 1.9;
}

.hero-actions {
  margin-top: 27px;
}

.button {
  min-height: 48px;
  border-radius: 10px;
}

.button-primary {
  background: var(--rose-deep);
  box-shadow: 0 10px 18px rgba(184, 70, 118, .18);
}

.button-primary:hover {
  background: #a93d6a;
  box-shadow: 0 12px 22px rgba(184, 70, 118, .24);
}

.button-quiet {
  border-color: #e9dbe2;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  color: #5d555d;
}

.hero-trust {
  gap: 20px;
  margin-top: 19px;
  color: #817680;
}

.hero-trust span {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-stat-cards {
  max-width: 1040px;
  margin-top: 0;
  gap: 0;
  border: 1px solid var(--line-clean);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(96, 53, 77, .05);
}

.hero-stat-cards article {
  min-height: 142px;
  padding: 22px 24px;
  border: 0;
  border-right: 1px solid var(--line-clean);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-stat-cards article:last-child {
  border-right: 0;
}

.hero-stat-cards article::after,
.product-card::after,
.voice-cards article::after,
.update-card::before {
  display: none;
}

.hero-stat-cards .stat-symbol,
.product-illustration {
  border-radius: 10px;
  background: var(--rose-soft);
  box-shadow: none;
  color: var(--rose-deep);
}

.hero-stat-cards strong {
  color: var(--ink-clean);
  font-size: 20px;
}

.hero-stat-cards p {
  color: #837782;
}

.products-section,
.voice-section,
.updates-section {
  background: var(--paper-white);
}

.products-section {
  padding: 94px 0 104px;
}

.products-section::after {
  top: 44px;
  background: var(--line-clean);
}

.section-heading h2,
.nodes-copy h2,
.voice-intro h2,
.updates-head h2,
.final-cta h2 {
  color: var(--ink-clean);
}

.product-card,
.voice-cards article,
.update-card,
.node-board {
  border-color: var(--line-clean);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.product-card {
  padding: 25px 24px 22px;
}

.product-card-featured {
  border-color: #e9bbce;
  background: #fffafd;
}

.product-card:hover,
.voice-cards article:hover,
.update-card:hover {
  border-color: #de9fba;
  box-shadow: 0 12px 24px rgba(96, 53, 77, .07);
  transform: translateY(-3px);
}

.product-badge {
  top: 14px;
  right: 14px;
  border-radius: 6px;
  background: #f8e4ed;
  box-shadow: none;
  color: var(--rose-deep);
}

.product-link {
  min-height: 40px;
  border-radius: 8px;
  background: transparent;
  color: var(--rose-deep);
}

.product-link:hover {
  background: var(--rose-soft);
}

.nodes-section,
.faq-section {
  background: #fff7fa;
}

.node-board {
  padding: 18px;
}

.voice-cards article,
.update-card {
  overflow: hidden;
}

.final-cta {
  background: #fff0f6;
}

.final-cta::before {
  background: linear-gradient(90deg, transparent 0 49.92%, rgba(223, 111, 158, .15) 50%, transparent 50.08%);
}

@media (max-width: 900px) {
  .aurora-hero {
    padding-top: 112px;
  }

  .hero-copy {
    padding-bottom: 38px;
  }

  .hero-stat-cards {
    gap: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-stat-cards article {
    border: 1px solid var(--line-clean);
    border-radius: 10px;
    background: #fff;
  }
}

@media (max-width: 700px) {
  .aurora-hero {
    padding-top: 92px;
    padding-bottom: 34px;
  }

  .hero-copy {
    padding-bottom: 32px;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 10.2vw, 43px);
    line-height: 1.22;
  }

  .hero-trust {
    gap: 8px 13px;
  }

  .hero-trust span {
    font-size: 11px;
  }

  .hero-stat-cards article {
    min-height: 82px;
    padding: 14px;
  }

  .products-section {
    padding: 72px 0 76px;
  }

  .product-grid {
    max-width: 600px;
    margin-top: 30px;
  }

  .product-card {
    padding: 22px 18px 18px;
  }

  .nodes-section {
    padding: 72px 0;
  }

  .node-board {
    padding: 14px;
  }

  .map-lines {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
  }

  .product-card:hover,
  .voice-cards article:hover,
  .update-card:hover {
    transform: none;
  }
}
