@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/figma-home/inter-latin-wght-normal.woff2") format("woff2-variations");
}

/* Schedule a Call — Figma CTA calibration.  Kept isolated so the surrounding
   home-page sections retain their current approved layout. */
.figma-home-page .schedule-section {
  box-sizing: border-box;
  height: clamp(500px, 34.5vw, 530px);
  margin: 0;
  padding-top: clamp(48px, 3.55vw, 68px);
  /* Continue directly into Career instead of leaving a white spacer band. */
  background: linear-gradient(#e7e6f1 0 61%, #f4f4f8 61% 100%);
}

.figma-home-page .schedule-card {
  width: calc(100% - 102px);
  max-width: 1128px;
  height: auto;
  aspect-ratio: 1410 / 540;
  margin: 0 auto;
  container-type: inline-size;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.figma-home-page .schedule-card-surface {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 20px;
  background:
    url("./assets/figma-home/schedule-card-gradient.svg") center / 100% 100% no-repeat,
    url("./assets/figma-home/schedule-card-image-mask.svg") center / 100% 100% no-repeat,
    #210033;
  box-shadow: 0 19px 35px rgba(29, 6, 45, 0.16);
}

.figma-home-page .schedule-accent {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 20px;
  background: #1f0731;
}

.figma-home-page .schedule-accent--top {
  right: -2.84%;
  top: -7.04%;
  width: 10.64%;
  height: 32.41%;
}

.figma-home-page .schedule-accent--bottom {
  left: -2.84%;
  bottom: -7.41%;
  width: 10.64%;
  height: 32.41%;
}

.figma-home-page .schedule-card-blur {
  position: absolute;
  z-index: 1;
  top: 75%;
  left: -5.25%;
  display: block;
  width: 110%;
  height: auto;
  max-width: none;
  opacity: 0.5;
  pointer-events: none;
}

.figma-home-page .schedule-card::before,
.figma-home-page .schedule-card::after {
  content: none;
}

.figma-home-page .schedule-wave {
  z-index: 1;
  opacity: 0;
  mix-blend-mode: normal;
  pointer-events: none;
  clip-path: inset(0 round 20px);
}

.figma-home-page .schedule-copy {
  position: absolute !important;
  top: 32.41%;
  left: 5.82%;
  z-index: 3;
  width: 29.79%;
}

.figma-home-page .schedule-card .schedule-copy h2 {
  margin: 0 0 1.28cqw;
  color: #ffffff !important;
  font-size: clamp(30px, 2.98cqw, 42px) !important;
  font-weight: 700 !important;
  line-height: clamp(36px, 3.55cqw, 50px) !important;
  letter-spacing: -0.035em !important;
}

.figma-home-page .schedule-card .schedule-copy h2 span {
  color: var(--purple) !important;
}

.figma-home-page .schedule-card .schedule-copy > p {
  width: 27.66cqw;
  margin: 0 0 2.41cqw;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(14px, 1.28cqw, 18px) !important;
  font-weight: 400 !important;
  line-height: clamp(21px, 1.84cqw, 26px) !important;
}

.figma-home-page .schedule-card .schedule-copy .primary-button {
  width: clamp(146px, 15.6cqw, 220px);
  min-width: 0;
  height: clamp(46px, 4.26cqw, 60px);
  padding: 0;
  border-radius: 0.57cqw;
  font-size: clamp(14px, 1.56cqw, 22px);
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

.figma-home-page .schedule-main,
.figma-home-page .schedule-small {
  position: absolute;
  z-index: 4;
  border-radius: 1.42cqw;
  box-shadow: none;
}

.figma-home-page .schedule-main {
  top: 10.74%;
  right: 20.14%;
  width: 31.91%;
  height: auto;
  aspect-ratio: 450 / 342;
}

.figma-home-page .schedule-small {
  right: 8.37%;
  bottom: 8.89%;
  width: 17.02%;
  height: auto;
  aspect-ratio: 240 / 184;
}

@media (max-width: 980px) {
  .figma-home-page .schedule-section {
    height: auto;
    padding: 64px 0 84px;
    background: linear-gradient(#e7e6f1 0 64%, #f4f4f8 64% 100%);
  }

  .figma-home-page .schedule-card {
    width: min(calc(100% - 64px), 760px);
    height: 660px;
    margin: 0 auto;
    border-radius: 16px;
  }

  .figma-home-page .schedule-card-surface { border-radius: 16px; }

  .figma-home-page .schedule-copy {
    top: 58px;
    left: 48px;
  }

  .figma-home-page .schedule-main {
    top: auto;
    right: 32px;
    bottom: 130px;
    width: min(48%, 340px);
    height: auto;
    aspect-ratio: 450 / 342;
  }

  .figma-home-page .schedule-small {
    right: 28px;
    left: auto;
    bottom: 32px;
    width: min(36%, 240px);
    height: auto;
    aspect-ratio: 240 / 184;
  }
}

@media (max-width: 600px) {
  .figma-home-page .schedule-section {
    padding: 48px 0 64px;
    background: #e7e6f1;
  }

  .figma-home-page .schedule-card {
    width: calc(100% - 40px);
    min-height: 0;
    height: 720px;
    border-radius: 14px;
  }

  .figma-home-page .schedule-card-surface { border-radius: 14px; }

  .figma-home-page .schedule-accent--top {
    top: -26px;
    right: -34px;
    width: 108px;
    height: 82px;
  }

  .figma-home-page .schedule-accent--bottom {
    bottom: -48px;
    left: -34px;
    width: 108px;
    height: 132px;
  }

  .figma-home-page .schedule-card-blur {
    top: 74%;
    left: -14%;
    width: 130%;
  }

  .figma-home-page .schedule-copy {
    top: 38px;
    left: 24px;
    width: calc(100% - 48px);
  }

  .figma-home-page .schedule-card .schedule-copy h2 {
    font-size: 29px !important;
    line-height: 33px !important;
  }

  .figma-home-page .schedule-card .schedule-copy > p {
    width: min(270px, 100%);
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .figma-home-page .schedule-card .schedule-copy .primary-button {
    width: 138px;
    height: 44px;
    font-size: 14px;
  }

  .figma-home-page .schedule-main {
    right: 18px;
    bottom: 170px;
    width: 76%;
  }

  .figma-home-page .schedule-small {
    right: 18px;
    bottom: 34px;
    left: auto;
    width: 58%;
  }
}

/* Landing-page typography and Ripple geometry tokens. */
.figma-home-page .section-heading h2,
.figma-home-page .schedule-copy h2,
.figma-home-page .lead-form h2 {
  font-family: var(--bipple-web-font) !important;
  font-size: var(--website-section-title-size) !important;
  line-height: var(--website-section-title-line-height) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  color: var(--website-heading-color) !important;
}

.figma-home-page .section-heading h2 span,
.figma-home-page .schedule-copy h2 span,
.figma-home-page .lead-form h2 span {
  color: var(--website-accent-color) !important;
}

.figma-home-page .section-heading > p,
.figma-home-page .schedule-copy > p,
.figma-home-page .lead-form > p:not(.lead-form-status) {
  font-family: var(--bipple-web-font) !important;
  font-size: var(--website-subtitle-size) !important;
  line-height: var(--website-subtitle-line-height) !important;
  font-weight: 400 !important;
  color: var(--website-subtitle-color) !important;
}

.figma-home-page .schedule-copy h2,
.figma-home-page .schedule-copy > p {
  color: #ffffff !important;
}

.figma-home-page .hero-content .primary-button {
  font-family: Outfit, var(--bipple-landing-font) !important;
  width: 210px !important;
  height: 50px !important;
  font-size: var(--website-button-size) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

@media (min-width: 1440px) {
  .figma-home-page .hero-content .primary-button {
    width: 220px !important;
    height: 52px !important;
    font-size: 19px !important;
  }
}

@media (min-width: 1600px) {
  .figma-home-page .hero-content .primary-button {
    width: 240px !important;
    height: 56px !important;
    font-size: 21px !important;
  }
}

.figma-home-page .mini-icon {
  width: 90px !important;
  height: 90px !important;
  /* The SVG artwork has transparent side padding; offset the box so the
     visible hexagon, heading and description share one left edge. */
  margin-left: -17px !important;
  border-radius: 10px !important;
}

.figma-home-page .mini-icon img,
.figma-home-page .mini-icon img:first-child,
.figma-home-page .mini-icon img:last-child {
  width: 20px !important;
  height: 20px !important;
  /* The hex SVG includes extra bottom space for its shadow.  Offset the
     artwork to the visible hexagon's optical centre, not the SVG canvas. */
  transform: translateY(-3px);
}

/* The idle diagram is quiet: black points sit on the middle ring and only
   the selected point/segments turn purple. */
.figma-home-page .ripple-line,
.figma-home-page .ripple-link {
  opacity: 0 !important;
  stroke: #a64cff;
  stroke-width: 1.8 !important;
  transition: opacity 260ms ease, stroke-width 260ms ease;
}

.figma-home-page .ripple-line.active,
.figma-home-page .ripple-link.active {
  opacity: 0.9 !important;
  stroke-width: 2 !important;
}

.figma-home-page .ripple-node {
  fill: #1e0c31 !important;
  opacity: 1 !important;
  animation: none !important;
  transition: fill 260ms ease, transform 260ms ease;
}

.figma-home-page .ripple-node.active {
  fill: #a33bf1 !important;
  transform: scale(1.25);
}

@media (max-width: 980px) {
  .figma-home-page .section-heading h2,
  .figma-home-page .schedule-copy h2,
  .figma-home-page .lead-form h2 {
    font-size: var(--website-section-title-size) !important;
    line-height: var(--website-section-title-line-height) !important;
  }

  .figma-home-page .section-heading > p,
  .figma-home-page .schedule-copy > p,
  .figma-home-page .lead-form > p:not(.lead-form-status) {
    font-size: var(--website-subtitle-size) !important;
    line-height: var(--website-subtitle-line-height) !important;
  }

  .figma-home-page .mini-icon {
    width: 90px !important;
    height: 90px !important;
  }
}

/* The contact form uses the smaller Schedule a Call title scale. */
.figma-home-page .lead-form h2 {
  font-size: var(--website-schedule-call-title-size) !important;
  line-height: var(--website-schedule-call-title-line-height) !important;
}

/* Ripple module — Figma visual and motion calibration */
.figma-home-page .possibilities-section {
  padding: 54px 0 48px;
  background: #faf9fd;
}

.figma-home-page .possibilities-section .section-heading h2 {
  color: #1e0c31;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.figma-home-page .possibilities-section .section-heading p {
  width: max-content;
  max-width: 100%;
  color: #766b84;
  font-size: 13px;
  line-height: 1.45;
  white-space: nowrap;
}

.figma-home-page .sourcing-entry-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #8f35cf;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.figma-home-page .sourcing-entry-link:hover,
.figma-home-page .sourcing-entry-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.figma-home-page .ripple-stage {
  width: min(calc(100% - 128px), 1200px);
  height: 1000px;
  margin-top: 18px;
  isolation: isolate;
}

.figma-home-page #rippleCanvas {
  opacity: 0.72;
}

.figma-home-page .ripple-center {
  z-index: 5;
  width: 116px;
  height: 116px;
  overflow: visible;
  color: #9c34ee;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(80, 49, 112, 0.08);
  isolation: isolate;
  animation: none;
  transition: background 260ms ease, box-shadow 260ms ease, color 260ms ease;
}

.figma-home-page .ripple-core-mark {
  position: relative;
  z-index: 2;
  display: block;
  width: 43px;
  height: 54px;
  object-fit: contain;
  filter: none;
  transform: translateY(1px);
  transition: filter 260ms ease;
}

.figma-home-page .ripple-pulse {
  position: absolute;
  inset: -2px;
  z-index: 0;
  display: block;
  border: 1px solid rgba(177, 70, 248, 0.52);
  border-radius: 50%;
  opacity: 0;
  animation: ripple-ring-expand 4.8s ease-in-out infinite;
}

.figma-home-page .ripple-pulse-two { animation-delay: -1.2s; }
.figma-home-page .ripple-pulse-three { animation-delay: -2.4s; }
.figma-home-page .ripple-pulse-four { animation-delay: -3.6s; }

.figma-home-page .ripple-stage[data-active-zone] .ripple-center {
  background: #ffffff;
}

/* Hovering Core turns the central mark into the purple hub. */
.figma-home-page .ripple-stage[data-active-zone="center"] .ripple-center {
  color: #ffffff;
  background: linear-gradient(145deg, #c462ff 0%, #a434f0 52%, #8f27e4 100%);
  box-shadow: 0 0 0 60px rgba(165, 75, 255, 0.12), 0 16px 32px rgba(150, 53, 234, 0.28), 0 0 26px rgba(183, 91, 255, 0.4);
}

.figma-home-page .ripple-stage[data-active-zone="center"] .ripple-core-mark {
  filter: brightness(0) invert(1);
}

/* Extended Core and More keep the hub white and illuminate their ring. */
.figma-home-page .ripple-stage[data-active-zone="middle"] .ripple-center {
  box-shadow: 0 0 0 142px rgba(190, 121, 255, 0.18), 0 0 40px rgba(169, 75, 239, 0.1), 0 14px 32px rgba(80, 49, 112, 0.08);
}

.figma-home-page .ripple-stage[data-active-zone="outer"] .ripple-center {
  box-shadow: 0 0 0 234px rgba(190, 121, 255, 0.14), 0 0 48px rgba(169, 75, 239, 0.08), 0 14px 32px rgba(80, 49, 112, 0.08);
}

.figma-home-page .ripple-lines {
  z-index: 3;
}

.figma-home-page .ripple-line {
  stroke: url(#rippleLineGradient);
  stroke-width: 1.4;
  opacity: 0.34;
  stroke-dasharray: 1;
  transition: opacity 260ms ease, stroke-width 260ms ease;
}

.figma-home-page .ripple-line.active {
  opacity: 0.94;
  stroke-width: 1.8;
}

/* The active layer is expressed by the glow, not by a visible hit-area outline. */
.figma-home-page .ripple-hit:hover::after,
.figma-home-page .ripple-hit.active::after {
  border-color: transparent;
  box-shadow: none;
}

.figma-home-page .ripple-node {
  fill: #a33bf1;
  opacity: 0.9;
  transform-box: fill-box;
  transform-origin: center;
  animation: ripple-node-pulse 2.8s ease-in-out infinite;
}

.figma-home-page .node-2,
.figma-home-page .node-5 { animation-delay: -0.7s; }
.figma-home-page .node-3,
.figma-home-page .node-6 { animation-delay: -1.4s; }

.figma-home-page .possibility {
  z-index: 4;
  width: 282px;
  padding: 0;
  color: #1e0c31;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: width 220ms ease, padding 220ms ease, transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
}

.figma-home-page .ripple-stage.is-intro-visible .possibility {
  animation: none;
}

.figma-home-page .possibility:hover,
.figma-home-page .possibility:focus-within {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 18px 34px rgba(70, 37, 108, 0.12);
}

.figma-home-page .possibility.active {
  width: clamp(340px, 24vw, 370px);
  padding: 18px 20px 19px;
  background: #ffffff;
  border-color: rgba(238, 233, 245, 0.95);
  box-shadow: 0 20px 38px rgba(82, 43, 124, 0.15);
  transform: none;
}

.figma-home-page .possibility h3 {
  margin: 12px 0 6px;
  color: var(--website-heading-color);
  font-size: var(--website-card-title-size);
  font-weight: 600;
  line-height: var(--website-card-title-line-height);
  letter-spacing: -0.025em;
}

.figma-home-page .possibility p {
  color: var(--website-body-color);
  font-size: var(--website-body-size);
  font-weight: 400;
  line-height: var(--website-body-line-height);
}

.figma-home-page .mini-icon {
  display: grid;
  width: 46px;
  height: 49px;
  place-items: center;
  clip-path: none;
  background: url("./assets/figma-home/ripple-hex-white.svg") center / contain no-repeat;
  border-radius: 0;
  box-shadow: none;
}

.figma-home-page .mini-icon img,
.figma-home-page .mini-icon img:first-child,
.figma-home-page .mini-icon img:last-child {
  grid-area: 1 / 1;
  width: 19px;
  height: 19px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: none;
}

.figma-home-page .possibility.active .mini-icon {
  background: url("./assets/figma-home/ripple-hex-purple.svg") center / contain no-repeat;
  box-shadow: none;
}

.figma-home-page .possibility.active .mini-icon img,
.figma-home-page .possibility.active .mini-icon img:first-child,
.figma-home-page .possibility.active .mini-icon img:last-child {
  filter: brightness(0) invert(1);
}

.figma-home-page .item-1,
.figma-home-page .item-4 { top: 54px; }
.figma-home-page .item-2,
.figma-home-page .item-5 { top: 360px; }
.figma-home-page .item-3,
.figma-home-page .item-6 { top: 666px; }
.figma-home-page .item-1,
.figma-home-page .item-2,
.figma-home-page .item-3 { left: 36px; }
.figma-home-page .item-4,
.figma-home-page .item-5,
.figma-home-page .item-6 { right: 36px; }

/* Right-side cards used to expand toward the diagram and cover their active
   connector. Preserve the idle left edge while the highlighted card widens,
   so the complete node-to-card segment remains visible. */
@media (min-width: 981px) {
  .figma-home-page .possibility.active:is(.item-4, .item-5, .item-6) {
    transform: translateX(calc(clamp(340px, 24vw, 370px) - 282px));
  }
}

@keyframes ripple-card-enter {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes ripple-core-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.045); }
}

@keyframes ripple-ring-expand {
  0% { opacity: 0.42; transform: scale(1); }
  68%, 100% { opacity: 0; transform: scale(4); }
}

@keyframes ripple-node-pulse {
  0%, 100% { opacity: 0.65; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.25); }
}

@media (max-width: 980px) {
  .figma-home-page .possibilities-section .section-heading p {
    width: auto;
    white-space: normal;
  }

  .figma-home-page .possibilities-section { padding: 54px 0; }
  .figma-home-page .ripple-stage { height: auto; }
  .figma-home-page .possibility,
  .figma-home-page .possibility.active {
    width: 100%;
    padding: 22px;
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .figma-home-page .ripple-center,
  .figma-home-page .ripple-pulse,
  .figma-home-page .ripple-node,
  .figma-home-page .possibility {
    animation: none !important;
  }

  .figma-home-page .possibility { opacity: 1; transform: none; }
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/figma-home/outfit-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/figma-home/outfit-medium.ttf") format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/figma-home/outfit-semibold.ttf") format("truetype");
}

:root {
  --bipple-web-font: "Inter Variable", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bipple-landing-font: Outfit, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #27153a;
  --deep: #1d062d;
  --purple: #9C34EE;
  --muted: #716681;
  --shadow: 0 22px 45px rgba(34, 13, 52, 0.12);
  /* Website typography: scaled from the approved Ripple visual language. */
  --website-title-size: clamp(52px, 4vw, 62px);
  --website-title-line-height: clamp(54px, 4vw, 62px);
  --website-section-title-size: clamp(34px, 2.5vw, 42px);
  --website-section-title-line-height: 1.1;
  --website-schedule-call-title-size: clamp(30px, 2.2vw, 32px);
  --website-schedule-call-title-line-height: 1.1;
  --website-subtitle-size: clamp(13px, 0.9vw, 16px);
  --website-subtitle-line-height: 1.42;
  --website-hero-body-size: clamp(15px, 1.15vw, 18px);
  --website-hero-body-line-height: 1.45;
  --website-card-title-size: clamp(16px, 1.15vw, 18px);
  --website-card-title-line-height: 1.25;
  --website-body-size: clamp(13px, 0.93vw, 15px);
  --website-body-line-height: 1.45;
  --website-button-size: clamp(16px, 1.11vw, 18px);
  --website-caption-size: 13px;
  --website-footer-title-size: clamp(17px, 1.25vw, 20px);
  --website-footer-link-size: clamp(13px, 1vw, 15px);
  --website-footer-body-size: clamp(11px, 0.83vw, 12.5px);
  --website-footer-caption-size: clamp(9.5px, 0.72vw, 11px);
  --website-footer-title-line-height: 1.25;
  --website-footer-link-line-height: 1.35;
  --website-footer-body-line-height: 1.5;
  --website-footer-caption-line-height: 1.35;
  --website-heading-color: #27153a;
  --website-accent-color: #9C34EE;
  --website-subtitle-color: #27153a;
  --website-body-color: #1E0C31;
}

@media (max-width: 980px) {
  :root {
    --website-title-size: clamp(38px, 10vw, 52px);
    --website-title-line-height: 1.03;
    --website-section-title-size: clamp(28px, 6.5vw, 34px);
    --website-section-title-line-height: 1.14;
    --website-schedule-call-title-size: clamp(28px, 6vw, 30px);
    --website-schedule-call-title-line-height: 1.14;
    --website-subtitle-size: 13px;
    --website-subtitle-line-height: 1.45;
    --website-card-title-size: 16px;
    --website-body-size: 13px;
    --website-button-size: 16px;
  }
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--bipple-web-font);
}

.figma-home-page,
.figma-home-page * {
  font-family: var(--bipple-landing-font) !important;
}

.enterprise-profile-page {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #251637;
}

.enterprise-profile-page .profile-sidebar {
  width: 208px;
  padding: 24px 0 0 24px;
}

.enterprise-profile-page .profile-logo {
  width: 128px;
  margin: 0 0 46px;
}

.enterprise-profile-page .profile-sidebar nav {
  gap: 31px;
}

.enterprise-profile-page .nav-row {
  min-height: 24px;
  gap: 15px;
  color: #2f203f;
  font-size: 14px;
  font-weight: 600;
}

.enterprise-profile-page .nav-icon {
  width: 18px;
  height: 18px;
}

.enterprise-profile-page .profile-shell {
  padding-left: 208px;
}

.enterprise-profile-page .profile-topbar {
  height: 58px;
  padding: 8px 28px 8px 24px;
  grid-template-columns: minmax(420px, 500px) 1fr;
  background: #ffffff;
}

.enterprise-profile-page .profile-search {
  height: 34px;
  padding: 0 17px;
  color: #aaa1b4;
  background: #f3f1f8;
}

.enterprise-profile-page .profile-search p {
  font-size: 12px;
  font-weight: 450;
}

.enterprise-profile-page .topbar-actions {
  gap: 24px;
  color: #241337;
  font-size: 12px;
  font-weight: 700;
}

.enterprise-profile-page .top-icon {
  width: 19px;
  height: 19px;
}

.enterprise-profile-page .top-icon svg {
  stroke-width: 2;
}

.enterprise-profile-page .top-icon:nth-of-type(2) svg {
  stroke-width: 1.75;
}

.enterprise-profile-page .profile-main,
.enterprise-profile-page .user-main {
  max-width: 1016px;
  margin-top: 18px;
  align-items: start;
}

.enterprise-profile-page .product-main {
  max-width: 872px;
  margin-top: 18px;
  align-items: start;
}

.enterprise-profile-page .company-card,
.enterprise-profile-page .recommend-panel,
.enterprise-profile-page .user-profile-card,
.enterprise-profile-page .user-recommend {
  margin-top: 0;
}

.enterprise-profile-page .company-intro h1,
.enterprise-profile-page .user-headline h1,
.enterprise-profile-page .product-summary h1,
.enterprise-profile-page .profile-section h2,
.enterprise-profile-page .product-page-section h2,
.enterprise-profile-page .contact-stack h2,
.enterprise-profile-page .recommend-panel h2,
.enterprise-profile-page .user-recommend > h2 {
  font-weight: 740;
}

.enterprise-profile-page .company-intro p,
.enterprise-profile-page .about-copy,
.enterprise-profile-page .product-info p,
.enterprise-profile-page .recommend-head p,
.enterprise-profile-page .profile-employee-card p,
.enterprise-profile-page .resume-list p,
.enterprise-profile-page .resume-list time {
  font-weight: 500;
}

.enterprise-profile-page .company-badges,
.enterprise-profile-page .rec-certs,
.enterprise-profile-page .product-summary dl,
.enterprise-profile-page .company-table,
.enterprise-profile-page .spec-table {
  font-weight: 600;
}

.enterprise-profile-page .verified-mark {
  gap: 5px;
  color: #963bff;
  font-weight: 500;
}

.enterprise-profile-page .verified-mark svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.9;
}

.enterprise-profile-page .tiny-shield {
  width: 14px;
  height: 15px;
  margin-left: 3px;
  vertical-align: -2px;
  border-width: 1.6px;
  border-radius: 5px 5px 7px 7px;
}

.enterprise-profile-page .is-clickable {
  cursor: pointer;
}

.enterprise-profile-page .is-clickable:focus-visible {
  outline: 3px solid rgba(157, 69, 255, 0.35);
  outline-offset: 3px;
}

.enterprise-profile-page .pill-action.is-following {
  background: #efe7ff;
  color: #6f2ad5;
}

.profile-modal-open {
  overflow: hidden;
}

.profile-modal[hidden] {
  display: none;
}

.profile-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.profile-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 12, 46, 0.42);
  backdrop-filter: blur(5px);
}

.profile-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  padding: 28px;
  border: 1px solid rgba(157, 69, 255, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(34, 13, 52, 0.22);
}

.profile-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #6d6178;
  background: #f3f1f8;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.profile-modal-dialog h2 {
  margin: 0 36px 10px 0;
  color: #251637;
  font-size: 22px;
  line-height: 1.2;
}

.profile-modal-dialog p {
  margin: 0;
  color: #716681;
  font-size: 14px;
  line-height: 1.6;
}

.profile-modal-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

.profile-modal-primary {
  min-width: 110px;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #241337;
  font-weight: 700;
  cursor: pointer;
}

.resume-edit-modal[hidden],
.resume-delete-modal[hidden] {
  display: none;
}

.resume-edit-modal,
.resume-delete-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 24px;
}

.resume-modal-backdrop,
.resume-delete-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 27, 0.5);
  backdrop-filter: blur(4px);
}

.resume-modal-dialog,
.resume-delete-dialog {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
  border-radius: 12px;
  color: var(--profile-ink);
  background: #f0eef8;
  box-shadow: 0 26px 70px rgba(39, 6, 53, 0.24);
}

.resume-modal-dialog {
  padding: 30px 28px 28px;
}

.resume-delete-dialog {
  padding: 28px;
}

.resume-form {
  display: grid;
  gap: 12px;
}

.resume-form h2,
.resume-delete-dialog h2 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 750;
}

.resume-field {
  display: grid;
  gap: 7px;
}

.resume-field span,
.resume-date-block > span {
  color: #746985;
  font-size: 12px;
  font-weight: 650;
}

.resume-field input,
.resume-date-grid select {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 8px;
  color: var(--profile-ink);
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.resume-field input {
  padding: 0 14px;
}

.resume-date-block {
  position: relative;
  display: grid;
  gap: 8px;
}

.resume-date-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.resume-date-grid select {
  appearance: none;
  padding: 0 34px 0 14px;
  background-image:
    linear-gradient(45deg, transparent 50%, #2a183c 50%),
    linear-gradient(135deg, #2a183c 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 18px,
    calc(100% - 11px) 18px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}

.resume-date-grid select:disabled {
  color: #aaa2b7;
  background-color: #f7f5fb;
}

.resume-present-check {
  position: absolute;
  top: -1px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--profile-ink);
  font-size: 12px;
  font-weight: 750;
}

.resume-present-check input {
  width: 14px;
  height: 14px;
  accent-color: var(--profile-purple);
}

.resume-visibility-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 4px;
}

.resume-visibility-row strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 750;
}

.resume-visibility-row p,
.resume-delete-dialog p {
  margin: 0;
  color: #4f435e;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 550;
}

.resume-switch {
  display: inline-flex;
  cursor: pointer;
}

.resume-switch input {
  position: absolute;
  opacity: 0;
}

.resume-switch span {
  position: relative;
  width: 48px;
  height: 28px;
  border-radius: 999px;
  background: #92899d;
  transition: background 0.18s ease;
}

.resume-switch span::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(39, 6, 53, 0.14);
  transition: transform 0.18s ease;
  content: "";
}

.resume-switch input:checked + span {
  background: var(--profile-accent);
}

.resume-switch input:checked + span::after {
  transform: translateX(20px);
}

.resume-modal-actions,
.resume-delete-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}

.resume-modal-actions > div,
.resume-delete-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.resume-delete-link,
.resume-cancel-button,
.resume-save-button {
  min-width: 108px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  font-weight: 750;
  cursor: pointer;
}

.resume-delete-link {
  min-width: 0;
  padding: 0;
  color: #ff4d6a;
  background: transparent;
  font-size: 13px;
  text-align: left;
}

.resume-cancel-button {
  color: var(--profile-ink);
  background: #ffffff;
}

.resume-save-button {
  color: #ffffff;
  background: var(--profile-purple);
}

.profile-toast {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 130;
  padding: 13px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: #241337;
  box-shadow: 0 16px 38px rgba(34, 13, 52, 0.18);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.profile-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.enterprise-profile-page .profile-section {
  padding: 30px 28px 0;
}

.enterprise-profile-page .profile-section h2,
.enterprise-profile-page .product-page-section h2 {
  margin-bottom: 18px;
}

.enterprise-profile-page .product-list,
.enterprise-profile-page .employee-cards,
.enterprise-profile-page .file-list,
.enterprise-profile-page .associated-list,
.enterprise-profile-page .resume-list {
  gap: 14px;
}

.enterprise-profile-page .center-control {
  height: 40px;
  min-width: 188px;
  margin: 20px auto 0;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 700;
}

.enterprise-profile-page .file-section .center-control {
  margin-top: 22px;
}

.enterprise-profile-page .resume-section .center-control {
  margin-top: 20px;
}

.enterprise-profile-page .product-page-section {
  margin-bottom: 38px;
}

.enterprise-profile-page .recommend-list {
  gap: 25px;
}

.enterprise-profile-page .recommend-card {
  padding: 18px;
}

.enterprise-profile-page {
  --profile-ink: #2a183c;
  --profile-muted: #8b8198;
  --profile-line: #e9e5f0;
  --profile-purple: #270635;
  --profile-accent: #8c38ff;
  min-width: 1180px;
  color: var(--profile-ink);
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.enterprise-profile-page * {
  box-sizing: border-box;
}

.profile-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  width: 208px;
  padding: 16px 24px;
  background: #ffffff;
  border-right: 1px solid var(--profile-line);
}

.profile-logo {
  width: 130px;
  margin-bottom: 46px;
  line-height: 0;
}

.profile-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.profile-sidebar nav {
  display: grid;
  gap: 30px;
}

.nav-row {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #3e2b54;
  font-size: 14px;
  font-weight: 650;
}

.nav-row strong {
  padding: 3px 7px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  background: #ff4d6a;
  border-radius: 999px;
}

.nav-icon,
.top-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #3f2b54;
}

.home-icon {
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px;
  transform: translateY(2px);
}

.home-icon::before {
  position: absolute;
  top: -7px;
  left: 1px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

.chat-icon {
  border: 2px solid currentColor;
  border-radius: 3px;
}

.chat-icon::after {
  position: absolute;
  right: 1px;
  bottom: -5px;
  width: 7px;
  height: 7px;
  content: "";
  background: #ffffff;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.card-icon {
  border: 2px solid currentColor;
  border-radius: 2px;
}

.card-icon::before,
.card-icon::after {
  position: absolute;
  left: 3px;
  width: 10px;
  height: 2px;
  content: "";
  background: currentColor;
}

.card-icon::before {
  top: 5px;
}

.card-icon::after {
  top: 10px;
}

.market-icon {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.market-icon::before,
.market-icon::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.market-icon::before {
  top: 7px;
  left: 2px;
  width: 10px;
  height: 2px;
}

.market-icon::after {
  top: 2px;
  left: 7px;
  width: 2px;
  height: 10px;
}

.cloud-icon {
  width: 20px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 8px;
}

.cloud-icon::before {
  position: absolute;
  top: -6px;
  left: 3px;
  width: 10px;
  height: 10px;
  content: "";
  background: #ffffff;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-radius: 50% 50% 0 0;
}

.profile-shell {
  padding-left: 208px;
}

.profile-topbar {
  position: sticky;
  top: 0;
  z-index: 35;
  display: grid;
  grid-template-columns: minmax(420px, 490px) 1fr;
  gap: 36px;
  align-items: center;
  height: 66px;
  padding: 8px 30px 8px 24px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.profile-search {
  display: flex;
  align-items: center;
  gap: 13px;
  height: 34px;
  padding: 0 18px;
  color: #b1a9bc;
  background: #f2f0f7;
  border-radius: 999px;
}

.profile-search span {
  position: relative;
  width: 14px;
  height: 14px;
  border: 2px solid #3c2a50;
  border-radius: 50%;
}

.profile-search span::after {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 7px;
  height: 2px;
  content: "";
  background: #3c2a50;
  transform: rotate(45deg);
}

.profile-search p {
  margin: 0;
  font-size: 12px;
}

.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  font-size: 12px;
  font-weight: 700;
}

.bell-icon {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 9px 9px 2px 2px;
}

.bell-icon::after {
  position: absolute;
  right: 3px;
  bottom: -4px;
  left: 3px;
  height: 2px;
  content: "";
  background: currentColor;
}

.gear-icon {
  border: 3px solid currentColor;
  border-radius: 50%;
  box-shadow:
    0 -7px 0 -5px currentColor,
    0 7px 0 -5px currentColor,
    7px 0 0 -5px currentColor,
    -7px 0 0 -5px currentColor;
}

.guest-logo {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  background: linear-gradient(145deg, #c8c5cc, #817986);
  border-radius: 50%;
}

.profile-main {
  display: grid;
  grid-template-columns: minmax(590px, 1fr) 340px;
  gap: 26px;
  max-width: 1012px;
  margin: 10px auto 0;
  padding: 0 20px 0 0;
}

.profile-content {
  min-width: 0;
}

.company-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--profile-line);
  border-radius: 14px;
}

.company-cover {
  height: 137px;
  background:
    radial-gradient(circle at 28% 32%, rgba(140, 56, 255, 0.52), transparent 8%),
    radial-gradient(circle at 56% 22%, rgba(140, 56, 255, 0.48), transparent 11%),
    repeating-radial-gradient(ellipse at 52% 52%, rgba(158, 63, 255, 0.42) 0 1px, transparent 2px 13px),
    linear-gradient(118deg, #210233 0%, #360267 42%, #1c0630 100%);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 78%);
}

.company-identity {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 28px;
  margin-top: -45px;
}

.bosch-logo,
.bosch-small {
  position: relative;
  background: #ffffff;
  border: 4px solid #111111;
  border-radius: 50%;
}

.bosch-logo {
  width: 78px;
  height: 78px;
}

.bosch-logo::before,
.bosch-small::before {
  position: absolute;
  top: 13%;
  bottom: 13%;
  left: 50%;
  width: 4px;
  content: "";
  background: #111111;
  transform: translateX(-50%);
}

.bosch-logo::after,
.bosch-small::after {
  position: absolute;
  top: 29%;
  right: 20%;
  bottom: 29%;
  left: 20%;
  content: "";
  border-top: 4px solid #111111;
  border-bottom: 4px solid #111111;
}

.identity-actions {
  display: flex;
  gap: 12px;
  align-self: end;
  padding-bottom: 4px;
}

.pill-action,
.center-control,
.rec-actions span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 34px;
  padding: 0 20px;
  font-weight: 700;
  border-radius: 999px;
}

.pill-action.dark,
.rec-actions span:first-child {
  color: #ffffff;
  background: var(--profile-purple);
}

.pill-action.light,
.rec-actions span:last-child,
.center-control {
  color: var(--profile-ink);
  background: #ffffff;
  border: 1.5px solid #3f2a54;
}

.share-link {
  align-self: end;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
}

.company-intro {
  padding: 12px 28px 10px;
}

.company-intro h1 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 750;
}

.company-intro h1 span,
.recommend-head h3 span {
  color: var(--profile-accent);
  font-size: 12px;
}

.company-intro h1 span::before,
.recommend-head h3 span::before {
  content: " ";
}

.company-intro h1 span::after,
.recommend-head h3 span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  vertical-align: -1px;
  border: 1.5px solid currentColor;
  border-radius: 4px;
}

.company-badges,
.rec-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #7d728a;
  font-size: 12px;
  font-weight: 800;
}

.company-badges span::before,
.rec-certs span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  background: #aaa5b3;
  border-radius: 50%;
}

.company-intro p {
  margin: 9px 0 11px;
  color: #5c516b;
  line-height: 1.35;
}

.direct-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.direct-row strong,
.supplier-row strong,
.file-list strong {
  font-weight: 650;
}

.mini-faces {
  display: flex;
  width: 72px;
}

.mini-faces i,
.contact-face {
  width: 24px;
  height: 24px;
  margin-right: -7px;
  background:
    linear-gradient(150deg, transparent 0 58%, #f36d2f 59%),
    radial-gradient(circle at 54% 34%, #f2c7a3 0 22%, transparent 23%),
    #263141;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.profile-section {
  padding: 28px 28px 6px;
}

.profile-section h2 {
  margin: 0 0 20px;
  font-size: 19px;
  line-height: 1;
  font-weight: 750;
}

.about-copy {
  margin: 0 0 14px;
  color: #3d304e;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.45;
}

.about-copy span {
  color: var(--profile-accent);
}

.company-table {
  padding: 0 22px;
  margin: 0;
  border: 1px solid var(--profile-line);
  border-radius: 14px;
}

.company-table div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  min-height: 45px;
  align-items: center;
  border-bottom: 1px solid var(--profile-line);
}

.company-table div:last-child {
  border-bottom: 0;
}

.company-table dt,
.company-table dd {
  margin: 0;
  font-size: 12px;
  font-weight: 650;
}

.company-table dd {
  color: #8b8198;
  text-align: right;
}

.product-list {
  display: grid;
  gap: 14px;
}

.product-card {
  display: grid;
  grid-template-columns: 74px 1fr 118px;
  gap: 18px;
  align-items: center;
  min-height: 138px;
  padding: 18px;
  border: 1px solid var(--profile-line);
  border-radius: 14px;
}

.chip-visual {
  position: relative;
  width: 54px;
  height: 45px;
  margin-left: 8px;
  background: #22252b;
  border-radius: 4px;
  box-shadow:
    -5px 5px 0 #d8dde5,
    -10px 10px 0 #e8ecf2;
  transform: rotate(-18deg);
}

.product-info h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 750;
}

.product-info h3 span {
  display: inline-block;
  padding: 3px 7px;
  margin-left: 5px;
  color: #ffffff;
  font-size: 9px;
  background: #52c878;
  border-radius: 999px;
}

.product-info p {
  margin: 5px 0 9px;
  color: #8b8198;
  font-size: 11px;
  font-weight: 550;
}

.spec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 12px;
}

.spec-tags span {
  padding: 3px 8px;
  color: #788397;
  font-size: 10px;
  font-weight: 600;
  background: #edf2f8;
  border-radius: 999px;
}

.supplier-row {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #403151;
  font-size: 11px;
}

.company-mini-logo {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1.5px solid #111111;
  border-radius: 50%;
}

.company-mini-logo::after {
  position: absolute;
  inset: 5px;
  content: "";
  border: 1.5px solid #111111;
  border-radius: 50%;
}

.contact-face {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.product-actions {
  display: grid;
  gap: 9px;
  justify-items: stretch;
}

.product-actions .pill-action {
  min-width: 0;
  width: 100%;
  height: 36px;
}

.center-control {
  width: fit-content;
  min-width: 184px;
  height: 38px;
  margin: 18px auto 0;
  font-size: 12px;
  font-weight: 700;
}

.center-control span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 1.5px;
  margin-left: 8px;
  background: currentColor;
}

.center-control span::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.employee-profile-section {
  padding-top: 28px;
}

.employee-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.profile-employee-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr 46px;
  column-gap: 12px;
  min-height: 168px;
  padding: 14px;
  background: #eaf4fb;
  border-radius: 14px;
}

.person-photo {
  width: 48px;
  height: 48px;
  background:
    linear-gradient(145deg, transparent 0 60%, #f36d2f 61%),
    radial-gradient(circle at 52% 31%, #e6ba98 0 21%, transparent 22%),
    #d9d7d9;
  border-radius: 50%;
}

.person-photo.man {
  background:
    linear-gradient(145deg, transparent 0 60%, #232b37 61%),
    radial-gradient(circle at 52% 31%, #d4b195 0 21%, transparent 22%),
    #cdd5de;
}

.profile-employee-card h3 {
  margin: 3px 0 4px;
  font-size: 12px;
  font-weight: 700;
}

.profile-employee-card p {
  margin: 0;
  font-size: 10px;
  font-weight: 550;
  line-height: 1.25;
}

.qr-mark {
  width: 40px;
  height: 40px;
  justify-self: end;
  background:
    linear-gradient(90deg, #231235 6px, transparent 6px) 0 0 / 10px 10px,
    linear-gradient(#231235 6px, transparent 6px) 0 0 / 10px 10px,
    #ffffff;
  border: 3px solid #ffffff;
}

.profile-employee-card address {
  grid-column: 1 / 4;
  align-self: end;
  margin-top: 28px;
  font-size: 10px;
  line-height: 1.45;
  font-style: normal;
  font-weight: 650;
}

.profile-employee-card small {
  position: absolute;
  right: 78px;
  bottom: 8px;
  color: #c8c3cd;
  font-size: 9px;
}

.twitter-mark {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: var(--profile-purple);
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 900;
}

.file-section {
  padding-bottom: 28px;
}

.employee-profile-section .center-control,
.file-section .center-control,
.user-products + .center-control,
.resume-section .center-control {
  margin-top: 18px;
}

.file-list {
  display: grid;
  gap: 7px;
}

.file-list article {
  display: grid;
  grid-template-columns: 20px 1fr auto 20px 20px 20px;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--profile-line);
  border-radius: 8px;
}

.file-icon {
  position: relative;
  width: 15px;
  height: 18px;
  border: 1.5px solid #7d728a;
  border-radius: 2px;
}

.file-icon::after {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 8px;
  height: 1.5px;
  content: "";
  background: #7d728a;
  box-shadow: 0 4px 0 #7d728a, 0 8px 0 #7d728a;
}

.file-list strong {
  font-size: 12px;
}

.file-list em {
  padding: 4px 8px;
  color: #5e536b;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  background: #f1eff7;
  border-radius: 999px;
}

.file-list i {
  width: 14px;
  height: 14px;
  border: 1.5px solid #3e2b54;
  border-radius: 2px;
}

.end-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 38px 0 26px;
  color: #c2bdc9;
  font-size: 12px;
}

.end-line span {
  height: 1px;
  background: var(--profile-line);
}

.recommend-panel {
  padding: 22px 20px 36px;
  color: #ffffff;
  background: var(--profile-purple);
  border-radius: 10px 10px 0 0;
}

.recommend-panel h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 750;
}

.recommend-panel h2 span {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

.recommend-list {
  display: grid;
  gap: 26px;
}

.recommend-card {
  padding: 18px 18px 17px;
  color: var(--profile-ink);
  background: #ffffff;
  border-radius: 12px;
}

.recommend-head {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
}

.brand-badge {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #18a8e8;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 900;
}

.apple-brand .brand-badge {
  color: #000000;
  font-family: Arial, sans-serif;
}

.bosch-small {
  width: 38px;
  height: 38px;
  border-width: 3px;
}

.bosch-small::before {
  width: 3px;
}

.bosch-small::after {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.recommend-head h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 750;
}

.recommend-head p {
  margin: 0;
  color: #978da2;
  font-size: 10px;
  font-weight: 550;
}

.rec-certs {
  gap: 9px;
  margin-top: 12px;
  font-size: 10px;
}

.rec-industry {
  margin: 8px 0 12px;
  font-size: 11px;
  font-weight: 650;
}

.rec-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 14px;
}

.rec-stats div {
  min-width: 0;
  padding-right: 8px;
  border-right: 1px solid var(--profile-line);
}

.rec-stats div:last-child {
  border-right: 0;
}

.rec-stats strong,
.rec-stats span {
  display: block;
  font-size: 10px;
  font-weight: 600;
}

.rec-stats span {
  margin-top: 3px;
  color: #807489;
  font-weight: 800;
}

.rec-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rec-actions span {
  min-width: 0;
  height: 35px;
  font-size: 12px;
}

.compact-rec .rec-stats {
  display: none;
}

.nav-icon,
.top-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-icon svg,
.top-icon svg,
.profile-search svg,
.button-icon,
.share-link svg,
.verified-mark svg,
.company-badges svg,
.file-icon svg,
.file-action svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15;
}

.top-icon:nth-of-type(2) svg {
  stroke-width: 1.85;
}

.profile-search svg {
  width: 22px;
  height: 22px;
  color: #251338;
  flex: 0 0 auto;
}

.top-icon {
  width: 20px;
  height: 20px;
}

.guest-logo {
  gap: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 10px;
  background: linear-gradient(145deg, #d4d1d8, #807886);
  border: 2px solid #efeef2;
}

.guest-logo span {
  letter-spacing: -0.8px;
}

.guest-logo b {
  display: grid;
  width: 13px;
  height: 18px;
  margin-left: -1px;
  place-items: center;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  background: #908994;
  border-radius: 8px 8px 3px 3px;
}

.button-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  stroke-width: 2.3;
}

.share-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.share-link svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.4;
}

.verified-mark {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.company-intro h1 .verified-mark::after,
.company-intro h1 .verified-mark::before,
.recommend-head h3 .tiny-shield::after,
.recommend-head h3 .tiny-shield::before {
  content: none;
}

.verified-mark svg {
  width: 17px;
  height: 17px;
  color: var(--profile-accent);
  stroke-width: 2;
}

.company-badges span::before,
.rec-certs span::before {
  content: none;
}

.followers-badge,
.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.followers-badge svg {
  width: 18px;
  height: 18px;
  color: #756b82;
}

.company-badges .cert-badge svg {
  width: 17px;
  height: 17px;
  color: #bcb9c1;
  fill: #e2e1e5;
  stroke: #827a8d;
  stroke-width: 2.1;
}

.rec-certs .cert-badge::before {
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 4px;
  vertical-align: -3px;
  content: "";
  background:
    linear-gradient(135deg, transparent 48%, #5f5869 49% 57%, transparent 58%) 3px 5px / 8px 7px no-repeat,
    linear-gradient(45deg, transparent 52%, #5f5869 53% 61%, transparent 62%) 7px 4px / 7px 9px no-repeat,
    #e1e0e4;
  clip-path: polygon(50% 0, 88% 14%, 88% 52%, 50% 100%, 12% 52%, 12% 14%);
}

.brand-badge {
  background: transparent;
}

.brand-badge svg {
  display: block;
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.twitter-logo {
  color: #18a8e8;
}

.apple-logo {
  color: #000000;
}

.tiny-shield {
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-left: 4px;
  vertical-align: -2px;
  background:
    linear-gradient(135deg, transparent 48%, #9b35ff 49% 57%, transparent 58%) 4px 6px / 8px 7px no-repeat,
    linear-gradient(45deg, transparent 52%, #9b35ff 53% 61%, transparent 62%) 8px 5px / 7px 9px no-repeat;
  border: 1.8px solid #9b35ff;
  border-radius: 6px 6px 8px 8px;
  clip-path: polygon(50% 0, 89% 14%, 89% 54%, 50% 100%, 11% 54%, 11% 14%);
}

.file-icon {
  border: 0;
}

.file-icon::after {
  content: none;
}

.file-icon svg {
  width: 20px;
  height: 22px;
  color: #7c7288;
  stroke-width: 1.7;
}

.file-action {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: var(--profile-purple);
}

.file-action svg {
  stroke-width: 2.35;
}

.product-detail-page {
  background: #ffffff;
}

.product-main {
  display: grid;
  grid-template-columns: 510px 310px;
  gap: 50px;
  max-width: 872px;
  margin: 18px auto 80px;
  padding-right: 8px;
}

.product-left,
.product-right {
  min-width: 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-bottom: 18px;
  color: #3d304e;
  font-size: 12px;
  font-weight: 800;
}

.breadcrumbs span {
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.breadcrumbs strong {
  border-bottom: 1.5px solid #3d304e;
}

.product-gallery {
  margin-bottom: 32px;
}

.gallery-stage {
  position: relative;
  display: grid;
  height: 378px;
  place-items: center;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--profile-line);
  border-radius: 14px;
}

.large-chip {
  position: relative;
  width: 262px;
  height: 208px;
  background: linear-gradient(145deg, #444541, #1f2021 72%);
  border-radius: 4px;
  box-shadow:
    -26px 21px 0 rgba(142, 156, 166, 0.25),
    22px 26px 0 rgba(80, 80, 82, 0.22);
  transform: rotate(-24deg) skewX(-4deg);
}

.large-chip::before,
.large-chip::after,
.thumb i::before,
.thumb i::after,
.chip-visual::before,
.chip-visual::after {
  position: absolute;
  content: "";
  background: repeating-linear-gradient(90deg, #b8c3ca 0 10px, transparent 10px 18px);
}

.large-chip::before {
  top: 42px;
  left: -66px;
  width: 70px;
  height: 120px;
  transform: skewY(-22deg);
}

.large-chip::after {
  top: 42px;
  right: -66px;
  width: 70px;
  height: 120px;
  transform: skewY(22deg);
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #3b2b4e;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(30, 15, 46, 0.1);
  transform: translateY(-50%);
}

.gallery-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.left-arrow {
  left: 14px;
}

.right-arrow {
  right: 14px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.thumb {
  display: grid;
  height: 70px;
  place-items: center;
  background: #ffffff;
  border: 1px solid var(--profile-line);
  border-radius: 12px;
}

.thumb.active {
  border: 2px solid #786a8a;
}

.thumb i {
  position: relative;
  width: 43px;
  height: 34px;
  background: linear-gradient(145deg, #444541, #1f2021 72%);
  border-radius: 2px;
  transform: rotate(-18deg);
}

.thumb i::before,
.chip-visual::before {
  top: 6px;
  left: -17px;
  width: 18px;
  height: 22px;
  background-size: 6px 100%;
}

.thumb i::after,
.chip-visual::after {
  top: 6px;
  right: -17px;
  width: 18px;
  height: 22px;
  background-size: 6px 100%;
}

.product-page-section {
  margin-bottom: 36px;
}

.product-page-section h2,
.contact-stack h2 {
  margin: 0 0 20px;
  font-size: 19px;
  line-height: 1;
  font-weight: 750;
}

.spec-table {
  padding: 0 18px;
  margin: 0;
  border: 1px solid var(--profile-line);
  border-radius: 14px;
}

.spec-table div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  min-height: 45px;
  align-items: center;
  border-bottom: 1px solid var(--profile-line);
}

.spec-table div:last-child {
  border-bottom: 0;
}

.spec-table dt,
.spec-table dd {
  margin: 0;
  font-size: 12px;
  font-weight: 650;
}

.spec-table dd {
  color: #887d95;
}

.product-files article {
  min-height: 46px;
  grid-template-columns: 20px 1fr auto 20px 20px 20px;
}

.associated-list {
  display: grid;
  gap: 14px;
}

.associated-card {
  display: grid;
  grid-template-columns: 60px 1fr 130px;
  gap: 16px;
  align-items: center;
  min-height: 136px;
  padding: 18px;
  border: 1px solid var(--profile-line);
  border-radius: 14px;
}

.associated-card .bosch-small {
  width: 52px;
  height: 52px;
  align-self: start;
}

.associated-info p,
.associated-info h3 {
  margin: 0;
}

.associated-info > p:first-child {
  color: #8c819a;
  font-size: 10px;
  font-weight: 800;
}

.associated-info h3 {
  margin: 4px 0;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
}

.associated-info .rec-certs {
  margin-top: 0;
  font-size: 9px;
}

.associated-copy {
  margin-top: 10px !important;
  color: #3b304d;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.assoc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.assoc-pills span {
  padding: 5px 10px;
  color: #3b304d;
  font-size: 9px;
  font-weight: 900;
  border-radius: 999px;
}

.people-pill {
  background: #fff1c8;
}

.region-pill {
  background: #e5f4fb;
}

.money-pill {
  background: #f4e9fb;
}

.associated-actions {
  display: grid;
  gap: 9px;
}

.associated-actions .pill-action {
  min-width: 0;
  width: 100%;
  height: 36px;
  font-size: 12px;
}

.interested-products .product-card {
  grid-template-columns: 64px 1fr 120px;
  min-height: 148px;
}

.interested-products .chip-visual {
  width: 48px;
  height: 40px;
}

.product-summary {
  padding-top: 30px;
}

.product-summary h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 9px;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 750;
}

.product-summary h1 span {
  padding: 5px 12px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  background: #54c878;
  border-radius: 999px;
}

.product-summary > p {
  margin: 0 0 12px;
  color: #3e304f;
  font-size: 14px;
  font-weight: 600;
}

.product-summary .followers-badge {
  color: #81768f;
  font-size: 12px;
  font-weight: 800;
}

.product-summary dl {
  margin: 22px 0 16px;
}

.product-summary dl div {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 14px;
  min-height: 38px;
  align-items: center;
  border-bottom: 1px solid var(--profile-line);
}

.product-summary dt,
.product-summary dd {
  margin: 0;
  font-size: 12px;
  font-weight: 650;
}

.product-summary dd {
  color: #8b8198;
  text-align: right;
}

.product-summary dl div:nth-child(2) dd {
  color: var(--profile-accent);
}

.summary-actions {
  display: grid;
  gap: 10px;
}

.summary-actions .pill-action {
  width: 100%;
  height: 38px;
}

.contact-stack {
  margin-top: 16px;
}

.contact-stack .profile-employee-card {
  min-height: 172px;
  margin-bottom: 14px;
}

.contact-locked {
  overflow: hidden;
}

.contact-locked::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background: rgba(42, 36, 61, 0.58);
  backdrop-filter: blur(2px);
  border-radius: inherit;
}

.locked-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 9px;
}

.locked-overlay span {
  display: grid;
  min-width: 118px;
  height: 36px;
  place-items: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
}

.locked-overlay span:first-child {
  color: var(--profile-ink);
  background: #ffffff;
  border-color: #ffffff;
}

.user-main {
  display: grid;
  grid-template-columns: minmax(620px, 1fr) 340px;
  gap: 28px;
  max-width: 1040px;
  margin: 10px auto 0;
  padding-right: 20px;
}

.user-content,
.user-recommend {
  min-width: 0;
}

.user-profile-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--profile-line);
  border-radius: 14px;
}

.user-cover {
  height: 172px;
  background:
    radial-gradient(circle at 16% 22%, rgba(140, 56, 255, 0.36), transparent 9%),
    radial-gradient(circle at 53% 16%, rgba(140, 56, 255, 0.36), transparent 10%),
    repeating-radial-gradient(ellipse at 53% 52%, rgba(158, 63, 255, 0.42) 0 1px, transparent 2px 13px),
    linear-gradient(118deg, #210233 0%, #360267 42%, #1c0630 100%);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 78%);
}

.user-identity {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 18px;
  align-items: end;
  padding: 0 22px;
  margin-top: -58px;
}

.large-person {
  width: 96px;
  height: 96px;
  border: 8px solid #ffffff;
}

.user-actions {
  display: flex;
  gap: 12px;
  padding-bottom: 16px;
}

.user-actions .pill-action {
  min-width: 168px;
  height: 38px;
  font-weight: 700;
}

.user-identity .share-link {
  padding-bottom: 24px;
}

.user-headline {
  padding: 20px 22px 24px;
}

.user-headline h1 {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 750;
}

.user-headline p {
  margin: 0 0 9px;
  font-size: 13px;
  font-weight: 600;
}

.user-company-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 650;
}

.user-about {
  padding-top: 22px;
}

.user-about .about-copy {
  max-width: 690px;
  font-size: 13px;
  line-height: 1.45;
}

.user-products .product-card {
  grid-template-columns: 74px 1fr 136px;
  min-height: 156px;
}

.resume-section {
  padding-top: 26px;
}

.resume-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.enterprise-profile-page .resume-section-head h2 {
  margin-bottom: 0;
}

.resume-section-tools {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.resume-icon-button {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  color: var(--profile-ink);
  background: transparent;
  font-size: 20px;
  line-height: 1;
  font-weight: 750;
  cursor: pointer;
}

.resume-icon-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resume-list {
  display: grid;
  gap: 18px;
}

.resume-list article {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 18px;
  align-items: center;
}

.resume-list article.is-private {
  opacity: 0.58;
}

.resume-new-item {
  animation: resume-flash 1.2s ease;
}

.resume-inline-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 78px;
  height: 34px;
  padding: 0 15px;
  border: 1.5px solid #3f2a54;
  border-radius: 999px;
  color: var(--profile-ink);
  background: #ffffff;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.resume-inline-edit svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes resume-flash {
  0% {
    background: rgba(140, 56, 255, 0.12);
    border-radius: 12px;
  }
  100% {
    background: transparent;
  }
}

.resume-list .bosch-small,
.resume-logo,
.school-logo {
  width: 52px;
  height: 52px;
}

.resume-logo svg {
  width: 52px;
  height: 52px;
  fill: currentColor;
}

.resume-list h3,
.resume-list p,
.resume-list time {
  display: block;
  margin: 0;
}

.resume-list h3 {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 750;
}

.resume-list p {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 600;
}

.resume-list time {
  margin-top: 5px;
  color: #9a90a5;
  font-size: 13px;
  font-weight: 550;
}

.school-logo {
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  border: 2px solid #d8d1c1;
  border-radius: 50%;
}

.school-logo.harvard {
  background: linear-gradient(135deg, #7b2026, #c8a35f);
}

.school-logo.hk {
  background: linear-gradient(135deg, #d52d31, #f2c94c 50%, #2d7d4f);
}

.school-logo.stanford {
  background: linear-gradient(135deg, #8c1515, #c79f60);
}

.education-section {
  padding-bottom: 34px;
}

.resume-detail-page .profile-topbar {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  border-bottom: 1px solid var(--profile-line);
}

.resume-back {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--profile-ink);
}

.resume-back svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resume-profile-mini {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  margin-right: auto;
  font-size: 14px;
}

.resume-profile-mini .person-photo {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}

.resume-profile-mini strong {
  font-weight: 750;
}

.resume-profile-mini span {
  font-weight: 650;
}

.resume-detail-main {
  display: grid;
  grid-template-columns: minmax(620px, 1fr) 340px;
  gap: 28px;
  max-width: 1040px;
  margin: 22px auto 0;
  padding-right: 20px;
}

.resume-detail-content {
  min-width: 0;
}

.resume-list-card {
  min-height: 720px;
  padding: 0;
}

.resume-list-card .resume-section-head {
  display: none;
}

.resume-list-card .resume-list {
  gap: 14px;
}

.resume-detail-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.resume-detail-title-row h1 {
  margin: 0 0 30px;
  font-size: 29px;
  line-height: 1;
  font-weight: 750;
}

.resume-detail-title-row p {
  margin: 0;
  color: var(--profile-muted);
  font-size: 15px;
  font-weight: 650;
}

.resume-list-card > h2 {
  display: none;
}

.resume-list-card .resume-list article {
  grid-template-columns: 76px 1fr;
  min-height: 104px;
  padding: 18px 26px;
  border: 1px solid var(--profile-line);
  border-radius: 14px;
  background: #ffffff;
}

.resume-list-card .resume-list .bosch-small,
.resume-list-card .resume-logo,
.resume-list-card .school-logo {
  width: 58px;
  height: 58px;
}

.resume-list-card .resume-logo svg {
  width: 58px;
  height: 58px;
}

.resume-list-card .resume-list h3 {
  font-size: 16px;
}

.resume-list-card .resume-list p,
.resume-list-card .resume-list time {
  font-size: 13px;
}

.user-recommend {
  padding: 22px 24px 40px;
  color: #ffffff;
  background: var(--profile-purple);
  border-radius: 10px 10px 0 0;
}

.user-recommend > h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1;
  font-weight: 750;
}

.user-recommend > h2 span {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

.user-recommend .contact-stack {
  margin: 0;
}

.user-recommend .profile-employee-card {
  margin-bottom: 28px;
  color: var(--profile-ink);
}

.muted-contact address {
  filter: blur(3px);
}

.pale-contact {
  background: #f5f3f8;
}

@media (max-width: 1280px) {
  .user-main {
    grid-template-columns: minmax(570px, 1fr) 320px;
    max-width: 980px;
  }
}

@media (max-width: 1280px) {
  .product-main {
    grid-template-columns: minmax(480px, 1fr) 300px;
    gap: 34px;
    max-width: 850px;
  }
}

@media (max-width: 1280px) {
  .enterprise-profile-page {
    min-width: 0;
  }

  .profile-sidebar {
    width: 190px;
  }

  .profile-shell {
    padding-left: 190px;
  }

  .profile-main {
    grid-template-columns: minmax(560px, 1fr) 310px;
  }
}

@media (max-width: 980px) {
  .profile-sidebar {
    position: static;
    width: auto;
    border-right: 0;
    border-bottom: 1px solid var(--profile-line);
  }

  .profile-sidebar nav {
    grid-template-columns: repeat(5, max-content);
    overflow-x: auto;
  }

  .profile-shell {
    padding-left: 0;
  }

  .profile-topbar,
  .profile-main,
  .product-main,
  .user-main,
  .product-card,
  .associated-card,
  .user-products .product-card,
  .employee-cards {
    grid-template-columns: 1fr;
  }

  .profile-main {
    max-width: none;
    padding: 0 14px;
  }

  .product-main {
    max-width: none;
    margin: 24px 0 60px;
    padding: 0 14px;
  }

  .user-main {
    max-width: none;
    margin: 24px 0 60px;
    padding: 0 14px;
  }

  .user-identity {
    grid-template-columns: 96px 1fr;
  }

  .user-identity .share-link {
    grid-column: 1 / 3;
    justify-self: end;
    padding-bottom: 0;
  }

  .recommend-panel {
    order: 2;
  }

  .profile-topbar {
    height: auto;
    gap: 12px;
    padding: 14px;
  }

  .topbar-actions {
    justify-content: space-between;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Inter, "Microsoft YaHei", "PingFang SC", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 148px minmax(620px, 1fr) 264px;
  align-items: center;
  height: 74px;
  padding-inline: max(32px, calc((100vw - 1200px) / 2));
  color: #fff;
  background: rgba(31, 7, 48, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

body > main {
  padding-top: 74px;
}

.brand {
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.logo-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 118px;
  width: 118px;
  height: 40px;
  line-height: 0;
}

.logo-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand span {
  color: #ffffff;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--bipple-web-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-links a {
  position: relative;
  padding: 29px 0;
  line-height: inherit;
  transition: color 0.2s ease;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--purple);
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0.35);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-links a:hover {
  color: #ffffff;
}

.nav-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header-language {
  position: relative;
  z-index: 2;
}

.language-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 113px;
  height: 40px;
  padding: 0 11px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  background: #1e0c31;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 7px;
}

.language-country {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.language-caret {
  flex: 0 0 8px;
  width: 8px;
  height: 5px;
  margin-left: auto;
  transition: transform 180ms ease;
}

.header-language.is-open .language-caret {
  transform: rotate(180deg);
}

.language-trigger-cn {
  padding: 0;
  background: transparent;
  border: 0;
}

.language-trigger-cn > img {
  display: block;
  width: 113px;
  height: 40px;
}

.language-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 113px;
  height: 84px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms step-end;
}

.header-language.is-open .language-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 160ms ease, transform 160ms ease;
}

.language-dropdown-art {
  display: block;
  width: 113px;
  height: 84px;
}

.language-option {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  height: 40px;
}

.language-option-en { top: 0; }
.language-option-zh { bottom: 0; }

.mobile-menu-toggle,
.mobile-menu-panel {
  display: none;
}

.mobile-menu-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.mobile-menu-panel {
  position: fixed;
  inset: 0;
  z-index: 1200;
  padding: 22px 26px 34px;
  overflow-y: auto;
  color: #ffffff;
  background:
    radial-gradient(circle at 74% 18%, rgba(157, 69, 255, 0.4), transparent 32%),
    linear-gradient(155deg, rgba(29, 6, 45, 0.98), rgba(38, 7, 61, 0.97));
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

.mobile-menu-panel.is-open {
  transform: translateX(0);
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.mobile-nav-links {
  display: grid;
  gap: 3px;
  margin-top: 60px;
}

.mobile-nav-links a {
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.08;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-menu-actions {
  display: grid;
  gap: 14px;
  margin-top: 42px;
}

.mobile-menu-actions .dark-button,
.mobile-menu-actions .ghost-link,
.mobile-menu-actions .lang-toggle {
  width: 100%;
  height: 50px;
}

.mobile-menu-actions .ghost-link {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
}

.lang-toggle,
.ghost-link,
.light-button,
.primary-button,
.dark-button {
  border: 0;
  border-radius: 5px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 82px;
  height: 28px;
  padding: 0 10px;
  color: #fff;
  font-size: 11px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
}

a.lang-toggle {
  line-height: 26px;
}

.lang-toggle .flag-dot {
  width: 12px;
  height: 12px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 2px, transparent 2.5px),
    #a33cff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.lang-toggle img {
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  object-fit: cover;
  border-radius: 50%;
}

.ghost-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  background: transparent;
}

.light-button {
  height: 26px;
  min-width: 76px;
  padding: 0 18px;
  color: var(--deep);
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
  background: #ffffff;
}

.primary-button {
  height: 52px;
  padding: 0 26px;
  color: var(--deep);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(20, 5, 32, 0.16);
}

.dark-button {
  height: 54px;
  padding: 0 28px;
  color: #ffffff;
  background: var(--deep);
  box-shadow: 0 15px 28px rgba(34, 7, 52, 0.28);
}

.primary-button:hover,
.dark-button:hover,
.light-button:hover,
.lang-toggle:hover {
  transform: translateY(-2px);
}

.primary-button:hover {
  box-shadow: 0 18px 32px rgba(20, 5, 32, 0.22);
}

.dark-button:hover {
  background: #2d0a47;
  box-shadow: 0 18px 32px rgba(34, 7, 52, 0.34);
}

.hero-section {
  position: relative;
  height: 682px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 20%, rgba(125, 21, 218, 0.35), transparent 34%),
    linear-gradient(90deg, rgba(35, 6, 55, 1) 0%, rgba(35, 6, 55, 0.92) 40%, rgba(35, 6, 55, 0.52) 100%),
    url("./assets/hero-wave-only.png?v=20260515-layout4") center / cover no-repeat,
    linear-gradient(115deg, #27073d 0%, #25073a 35%, #180426 100%);
}

.hero-section::after {
  position: absolute;
  inset: -6% -5%;
  content: "";
  background: url("./assets/hero-wave-only.png?v=20260515-layout4") center / cover no-repeat;
  mix-blend-mode: screen;
  opacity: 0.18;
  animation: designWaveDrift 9s ease-in-out infinite alternate;
}

.hero-wave {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.32;
  mix-blend-mode: screen;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 64px), 1200px);
  padding: 112px 0;
  margin-inline: auto;
}

@keyframes designWaveDrift {
  from {
    transform: translate3d(-18px, -8px, 0) scale(1.035);
  }

  to {
    transform: translate3d(22px, 8px, 0) scale(1.055);
  }
}

.eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 800;
}

.hero-content h1 {
  margin: 0;
  font-size: 66px;
  line-height: 0.94;
  font-weight: 900;
}

.hero-content h1 span,
.section-heading span,
.schedule-copy h2 span,
.lead-form h2 span {
  color: var(--purple);
}

.hero-content p {
  width: 445px;
  margin: 28px 0 30px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.hero-content .primary-button {
  min-width: 168px;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 8%;
  width: min(calc(100% - 64px), 1200px);
  margin: 0 auto;
}

.section-heading h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
}

.section-heading p,
.possibility p,
.lead-form p {
  color: var(--muted);
  line-height: 1.48;
}

.possibilities-section {
  position: relative;
  overflow: hidden;
  padding: 58px 0 62px;
  background: #f8f7fb;
}

.possibilities-section::before,
.possibilities-section::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(219, 214, 229, 0.4);
  border-radius: 50%;
}

.possibilities-section::before {
  top: -214px;
  left: 50%;
  width: 1240px;
  height: 1240px;
  transform: translateX(-50%);
}

.possibilities-section::after {
  top: 98px;
  left: 50%;
  width: 850px;
  height: 850px;
  background: rgba(255, 255, 255, 0.35);
  transform: translateX(-50%);
}

.section-heading {
  position: relative;
  z-index: 3;
  width: 680px;
  margin: 0 auto;
  text-align: center;
}

.section-heading p {
  width: 390px;
  margin: 12px auto 0;
  font-size: 14px;
  line-height: 20px;
}

.possibilities-section .section-heading h2 {
  font-size: 36px;
  line-height: 40px;
}

.ripple-stage {
  position: relative;
  width: min(calc(100% - 128px), 1200px);
  height: 720px;
  margin: 14px auto 0;
  z-index: 2;
}

#rippleCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ripple-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  color: var(--purple);
  font-size: 80px;
  font-weight: 900;
  background: #ffffff;
  border-radius: 50%;
  box-shadow:
    0 0 0 60px rgba(165, 75, 255, 0.08),
    0 0 64px 24px rgba(167, 73, 255, 0.28),
    0 18px 48px rgba(105, 75, 143, 0.14);
  transform: translate(-50%, -50%);
  transition: box-shadow 0.45s ease, background 0.45s ease, color 0.45s ease;
  pointer-events: none;
}

.ripple-center span {
  transform: translateY(-2px);
}

.ripple-stage.is-active .ripple-center,
.ripple-stage[data-active-zone="center"] .ripple-center {
  color: #ffffff;
  background: linear-gradient(145deg, #c16cff, #8b2ee9);
  box-shadow:
    0 0 0 72px rgba(165, 75, 255, 0.15),
    0 0 64px 26px rgba(160, 65, 255, 0.45),
    0 18px 48px rgba(105, 75, 143, 0.18);
}

.ripple-stage[data-active-zone="middle"] .ripple-center {
  box-shadow:
    0 0 0 138px rgba(165, 75, 255, 0.11),
    0 0 62px 24px rgba(160, 65, 255, 0.22),
    0 18px 48px rgba(105, 75, 143, 0.16);
}

.ripple-stage[data-active-zone="outer"] .ripple-center {
  box-shadow:
    0 0 0 224px rgba(165, 75, 255, 0.09),
    0 0 66px 26px rgba(160, 65, 255, 0.16),
    0 18px 48px rgba(105, 75, 143, 0.14);
}

.ripple-hit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ripple-hit::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 50%;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ripple-hit-center {
  z-index: 6;
  width: 140px;
  height: 140px;
}

.ripple-hit-middle {
  z-index: 5;
  width: 420px;
  height: 420px;
  clip-path: circle(50% at 50% 50%);
}

.ripple-hit-outer {
  z-index: 4;
  width: 650px;
  height: 650px;
  clip-path: circle(50% at 50% 50%);
}

.ripple-hit:hover::after,
.ripple-hit.active::after {
  border-color: rgba(166, 76, 255, 0.42);
  box-shadow: inset 0 0 45px rgba(166, 76, 255, 0.08);
}

.ripple-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ripple-line {
  opacity: 0;
  stroke: #a64cff;
  stroke-width: 2;
  transition: opacity 0.35s ease;
}

.ripple-line.active {
  opacity: 0.8;
}

.possibility {
  position: absolute;
  width: 310px;
  z-index: 4;
  padding: 0;
  border-radius: 16px;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.possibility:hover {
  transform: translateY(-3px);
}

.possibility h3 {
  margin: 14px 0 7px;
  font-size: 15px;
  font-weight: 900;
}

.possibility p {
  margin: 0;
  font-size: 12px;
  line-height: 17px;
}

.possibility.active {
  width: 330px;
  padding: 20px 22px 22px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(48, 32, 69, 0.12);
}

.ripple-stage[data-mode="card"] .possibility.active {
  box-shadow: 0 20px 42px rgba(91, 30, 154, 0.16);
}

.possibility.active .mini-icon {
  color: #ffffff;
  background: linear-gradient(145deg, #c66fff, #8f30ea);
  box-shadow: 0 12px 20px rgba(151, 57, 244, 0.24);
}

.mini-icon,
.feature-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--purple);
  font-size: 22px;
  font-weight: 900;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(55, 33, 77, 0.08);
}

.mini-icon {
  clip-path: polygon(50% 0, 92% 24%, 92% 76%, 50% 100%, 8% 76%, 8% 24%);
}

.mini-icon img,
.feature-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mini-icon img:first-child {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
}

.mini-icon img:last-child {
  grid-area: 1 / 1;
  width: 28px;
  height: 28px;
  justify-self: center;
  align-self: center;
}

.item-1 {
  top: 36px;
  left: 50px;
}

.item-2 {
  top: 220px;
  left: 50px;
}

.item-3 {
  top: 410px;
  left: 50px;
}

.item-4 {
  top: 36px;
  right: 50px;
}

.item-5 {
  top: 220px;
  right: 50px;
}

.item-6 {
  top: 410px;
  right: 50px;
}

.why-section {
  padding: clamp(68px, 4.74vw, 91px) 0 clamp(38px, 2.45vw, 47px);
  background: #e7e6f1;
}

.why-section .section-heading {
  text-align: center;
}

.figma-home-page .why-section .section-heading h2 {
  font-family: var(--bipple-web-font) !important;
  font-size: var(--website-section-title-size) !important;
  font-weight: 700 !important;
  line-height: var(--website-section-title-line-height) !important;
  letter-spacing: -0.035em !important;
  color: #27153a !important;
}

.figma-home-page .why-section .section-heading h2 span {
  color: var(--website-accent-color) !important;
}

.figma-home-page .why-section .section-heading > p {
  width: 430px;
  margin-top: 14px;
  color: var(--website-subtitle-color) !important;
  font-size: var(--website-subtitle-size) !important;
  line-height: var(--website-subtitle-line-height) !important;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 1.563vw, 30px);
  width: min(73.333vw, 1408px);
  margin: clamp(42px, 2.865vw, 55px) auto 0;
}

.why-card {
  min-height: 0;
  height: auto;
  padding: clamp(16px, 1.042vw, 20px) clamp(20px, 1.563vw, 30px) clamp(18px, 1.25vw, 24px);
  text-align: center;
  background: #ddddeb;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.why-card:hover {
  background: #e5e4ee;
  box-shadow: 0 14px 28px rgba(57, 38, 83, 0.1);
  transform: translateY(-4px);
}

.why-card-icon {
  position: relative;
  display: grid;
  width: clamp(58px, 4.063vw, 78px);
  height: auto;
  aspect-ratio: 78 / 86;
  margin: 0 auto clamp(12px, 0.833vw, 16px);
  place-items: center;
}

.why-card-icon-base,
.why-card-icon-art {
  position: absolute;
  display: block;
  object-fit: contain;
}

.why-card-icon-base {
  inset: 0;
  width: 100%;
  height: 100%;
}

.why-card-icon-art {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: clamp(19px, 1.354vw, 26px);
  height: clamp(19px, 1.354vw, 26px);
  transform: translate(-50%, -50%);
}

.why-card:nth-child(4) .why-card-icon-art {
  width: clamp(21px, 1.458vw, 28px);
  height: clamp(21px, 1.458vw, 28px);
}

.why-card:nth-child(5) .why-card-icon-art {
  width: clamp(22px, 1.458vw, 28px);
  height: clamp(24px, 1.615vw, 31px);
}

.why-card h3 {
  margin: 0 0 9px;
  color: var(--website-heading-color);
  font-size: var(--website-card-title-size);
  font-weight: 600;
  line-height: var(--website-card-title-line-height);
  letter-spacing: -0.015em;
}

.why-card h3 span {
  color: var(--website-accent-color);
}

.why-card p {
  margin: 0;
  color: var(--website-body-color);
  font-size: var(--website-body-size);
  line-height: var(--website-body-line-height);
}

@media (max-width: 980px) {
  .why-section .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: calc(100% - 44px);
    margin-top: 34px;
  }
}

@media (max-width: 760px) {
  .why-section {
    padding: 58px 0 62px;
  }

  .why-section .section-heading {
    width: calc(100% - 44px);
    text-align: center;
  }

  .figma-home-page .why-section .section-heading h2 {
    font-size: 29px !important;
    line-height: 33px !important;
  }

  .figma-home-page .why-section .section-heading > p {
    width: auto;
    margin-top: 12px;
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .why-section .why-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    width: calc(100% - 44px);
    margin-top: 30px;
  }

  .why-card {
    min-height: 0;
    padding: 22px 20px 24px;
  }

  .why-card-icon {
    width: 58px;
    height: auto;
    aspect-ratio: 78 / 86;
    margin-bottom: 10px;
  }
}

.biz-card:hover {
  transform: translateY(-8px);
  background: #fff;
  box-shadow: var(--shadow);
}

.centered {
  display: block;
  margin: 62px auto 0;
}

.schedule-section {
  position: relative;
  z-index: 3;
  height: 370px;
  margin-top: -2px;
  background: linear-gradient(#eeedf7 0 58%, #ffffff 58% 100%);
}

.schedule-card {
  position: relative;
  width: min(calc(100% - 64px), 1200px);
  height: 486px;
  margin: 0 auto;
  overflow: visible;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(42, 5, 67, 0.96) 0%, rgba(42, 5, 67, 0.92) 45%, rgba(42, 5, 67, 0.68) 100%),
    url("./assets/hero-wave-only.png?v=20260515-layout4") center / cover no-repeat,
    linear-gradient(125deg, #330554, #210033 68%);
  border-radius: 14px;
  box-shadow: 0 28px 60px rgba(29, 6, 45, 0.24);
}

.schedule-card::before,
.schedule-card::after {
  position: absolute;
  content: "";
  background: #1f0731;
  border-radius: 12px;
}

.schedule-card::before {
  z-index: 1;
  right: -46px;
  top: -38px;
  width: 152px;
  height: 114px;
}

.schedule-card::after {
  z-index: 0;
  left: -44px;
  bottom: -58px;
  width: 152px;
  height: 174px;
}

.schedule-wave {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  mix-blend-mode: screen;
}

.schedule-copy {
  position: absolute;
  z-index: 3;
  top: 150px;
  left: 84px;
}

.schedule-copy h2 {
  margin: 0 0 22px;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.schedule-copy p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.7);
}

.schedule-main,
.schedule-small {
  position: absolute;
  z-index: 4;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 22px 45px rgba(19, 4, 31, 0.24);
}

.schedule-main {
  top: 60px;
  right: 284px;
  width: 450px;
  height: 286px;
}

.schedule-small {
  right: 118px;
  bottom: 58px;
  width: 302px;
  height: 168px;
}

.career-section {
  padding: clamp(80px, 6.4583vw, 124px) 0 clamp(72px, 5.1042vw, 98px);
  background: #f4f4f8;
}

.career-section .section-heading {
  width: min(calc(100% - 64px), 39.5833vw);
  margin: 0 auto;
  text-align: center;
}

.career-section .section-heading h2 {
  color: var(--website-heading-color);
  font-family: var(--bipple-web-font);
  font-size: var(--website-section-title-size);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: var(--website-section-title-line-height);
}

.career-section .section-heading h2 span {
  color: var(--website-accent-color);
}

.career-section .section-heading p {
  width: min(100%, 35.4167vw);
  margin: clamp(11px, 0.7813vw, 15px) auto 0;
  color: var(--website-subtitle-color);
  font-size: var(--website-subtitle-size);
  line-height: var(--website-subtitle-line-height);
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.5625vw, 30px);
  width: min(calc(100% - 64px), 73.4375vw);
  margin: clamp(44px, 3.3333vw, 64px) auto 0;
}

.career-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #ffffff;
  aspect-ratio: auto;
  min-height: 0;
  border: 0;
  border-radius: 30px;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.career-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(47, 30, 68, 0.1);
}

.career-card__header {
  display: flex;
  flex: 0 0 clamp(147px, 11.4746vw, 235px);
  min-height: 0;
  padding: clamp(18px, 1.25vw, 24px) clamp(20px, 1.4583vw, 28px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 0.9375vw, 18px);
  background: #ededf8;
}

.career-card__icon-shell {
  position: relative;
  display: grid;
  flex: 0 0 clamp(54px, 4.0625vw, 78px);
  width: clamp(54px, 4.0625vw, 78px);
  height: clamp(54px, 4.0625vw, 78px);
  place-items: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(47, 30, 68, 0.05);
}

.career-card__icon-backdrop {
  display: none;
}

.career-card__icon {
  position: relative;
  z-index: 1;
  width: clamp(21px, 1.5625vw, 30px);
  height: clamp(21px, 1.5625vw, 30px);
  object-fit: contain;
}

.career-card__header h3 {
  margin: 0;
  color: var(--website-heading-color);
  font-family: var(--bipple-web-font);
  font-size: var(--website-card-title-size);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: var(--website-card-title-line-height);
}

.career-card__body {
  display: grid;
  flex: 1;
  align-content: start;
  min-height: 0;
  gap: clamp(12px, 0.8333vw, 16px);
  padding: clamp(20px, 1.3021vw, 25px) clamp(24px, 1.5625vw, 30px);
  background: #ffffff;
}

.career-feature-item {
  display: grid;
  grid-template-columns: clamp(6px, 0.4688vw, 9px) minmax(0, 1fr);
  gap: clamp(8px, 0.5729vw, 11px);
  align-items: start;
}

.career-feature-item__marker {
  width: clamp(6px, 0.4688vw, 9px);
  height: clamp(9px, 0.6771vw, 13px);
  margin-top: clamp(5px, 0.3646vw, 7px);
  object-fit: contain;
}

.career-feature-item h4,
.career-feature-item p {
  margin: 0;
}

.career-feature-item h4 {
  color: var(--website-accent-color);
  font-size: var(--website-body-size);
  font-weight: 600;
  line-height: var(--website-body-line-height);
}

.career-feature-item p {
  margin-top: clamp(3px, 0.2604vw, 5px);
  color: var(--website-body-color);
  font-size: var(--website-body-size);
  line-height: var(--website-body-line-height);
}

/* Chinese labels need fewer lines than their English counterparts. Let the
   row follow its content instead of preserving the taller English ratio. */
@media (min-width: 761px) {
  html[lang="zh-CN"] .figma-home-page .career-card {
    height: auto;
    aspect-ratio: auto;
  }

  html[lang="zh-CN"] .figma-home-page .career-card__header {
    flex: 0 0 clamp(145px, 10vw, 170px);
  }
}

@media (max-width: 1200px) {
  .career-section {
    padding: 88px 0 72px;
  }

  .career-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: min(calc(100% - 48px), 900px);
    margin-top: 52px;
  }
}

@media (max-width: 760px) {
  .career-section {
    padding: 64px 0;
  }

  .career-section .section-heading {
    width: calc(100% - 44px);
    text-align: left;
  }

  .career-section .section-heading h2 {
    font-size: 32px;
  }

  .career-section .section-heading p {
    margin-left: 0;
    font-size: 14px;
  }

  .career-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    width: calc(100% - 44px);
    margin-top: 30px;
  }

  .career-card__header {
    flex-basis: 43.96%;
    min-height: 0;
    padding: 18px 20px;
  }

  .career-card__body {
    gap: 18px;
    min-height: 0;
    padding: 22px 28px;
  }

  .career-feature-item h4 {
    font-size: 16px;
  }

  .career-feature-item p {
    font-size: 14px;
  }
}

.business-card-section {
  padding: 108px 0 clamp(48px, 3.125vw, 60px);
  background: #ffffff;
}

.business-card-section .section-heading {
  width: min(calc(100% - 64px), 800px);
  margin: 0 auto;
  text-align: center;
}

.business-card-section .section-heading h2 {
  margin: 0;
  color: var(--website-heading-color);
  font-family: var(--bipple-web-font);
  font-size: var(--website-section-title-size);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: var(--website-section-title-line-height);
}

.business-card-section .section-heading h2 span {
  color: var(--website-accent-color);
}

.business-card-section .section-heading p {
  width: min(100%, 610px);
  margin: 16px auto 0;
  color: var(--website-subtitle-color);
  font-size: var(--website-subtitle-size);
  line-height: var(--website-subtitle-line-height);
}

.business-card-section .card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  width: min(calc(100% - 64px), 1077px);
  margin: 54px auto 0;
}

.business-card-showcase-card {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 339 / 190;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(51, 84, 105, 0.16);
  cursor: pointer;
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.business-card-showcase-card > bipple-business-card {
  position: relative;
  z-index: 1;
  height: 100%;
}

.business-card-showcase-card:hover,
.business-card-showcase-card:focus-visible {
  z-index: 4;
  box-shadow: 0 20px 34px rgba(51, 84, 105, 0.23);
  transform: translateY(-6px) scale(1.025);
}

.business-card-showcase-card:focus-visible {
  outline: 3px solid #9C34EE;
  outline-offset: 4px;
}

.business-card-showcase-card.is-discover > bipple-business-card {
  grid-area: 1 / 1;
  filter: blur(2.5px);
  transform: scale(1.025);
}

.business-card-showcase-card.is-discover {
  display: grid;
}

.business-card-showcase-card.is-discover::before {
  position: relative;
  grid-area: 1 / 1;
  z-index: 2;
  content: "";
  background: #00000080;
  backdrop-filter: blur(4px);
}

.business-card-showcase-card .discover-button {
  position: relative;
  grid-area: 1 / 1;
  place-self: center;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-width: 0;
  height: 56px;
  padding: 0 26px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: url("./assets/figma-home/business-discover-pill.svg") center / 100% 100% no-repeat;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  html[lang="en"] .figma-home-page .business-card-showcase-card .discover-button {
    box-sizing: border-box;
    gap: 12px;
    width: auto;
    max-width: none;
    padding-right: 44px;
    padding-left: 44px;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 9px;
  }
}

.business-card-showcase-card .discover-button img {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
}

.business-card-showcase-card .discover-button:hover,
.business-card-showcase-card .discover-button:focus-visible {
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.22));
  transform: scale(1.04);
}

.business-card-showcase-card .discover-button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .business-card-showcase-card,
  .business-card-showcase-card .discover-button {
    transition: none;
  }
}

.business-card-section > .dark-button {
  width: 300px;
  min-height: 52px;
  margin-top: 54px;
  border-radius: 12px;
  font-size: 15px;
  box-shadow: 0 12px 24px rgba(46, 11, 72, 0.2);
}

.horizontal-scroll-dots {
  display: none;
}

@media (max-width: 980px) {
  .business-card-section .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(calc(100% - 48px), 708px);
  }
}

@media (max-width: 700px) {
  .business-card-section {
    padding: 64px 0 72px;
  }

  .business-card-section .section-heading h2 {
    font-size: 30px;
  }

  .business-card-section .card-grid {
    grid-template-columns: minmax(0, 339px);
    justify-content: center;
    width: calc(100% - 44px);
  }

  .business-card-section > .dark-button {
    width: min(300px, calc(100% - 44px));
    margin-top: 38px;
  }
}

.lead-section {
  position: relative;
  z-index: 1;
  padding: clamp(44px, 3.125vw, 60px) 0 96px;
  background: #f4f4f8;
}

.lead-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(calc(100% - 64px), 1160px);
  min-height: 630px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 44px rgba(45, 24, 69, 0.12);
}

.lead-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lead-panel:has(.phone-input.is-open) {
  z-index: 2;
  overflow: visible;
}

.lead-form {
  padding: 54px clamp(38px, 4.4vw, 68px) 26px;
}

.lead-form h2 {
  max-width: 430px;
  margin: 0 0 12px;
}

.lead-form p {
  max-width: 430px;
  margin: 0 0 24px;
}

.lead-form input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  margin-bottom: 12px;
  color: var(--website-heading-color);
  font-size: var(--website-caption-size);
  background: #f4f4f8;
  border: 0;
  border-radius: 8px;
  outline: 0;
  transition: background 0.2s ease;
}

.lead-form input::placeholder {
  color: #8a8297;
  opacity: 1;
}

.lead-form input:not([type="checkbox"]):focus {
  background: #f4f4f8;
  box-shadow: none;
}

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

.phone-input {
  position: relative;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  margin-bottom: 12px;
  padding: 4px;
  background: #f4f4f8;
  border: 0;
  border-radius: 8px;
}

.phone-input > .country-code-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 10px;
  color: #ffffff;
  font-size: var(--website-caption-size);
  font-weight: 600;
  background: #1e0c31;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
}

.country-code-caret {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.phone-input.is-open .country-code-caret {
  transform: translateY(1px) rotate(225deg);
}

.country-code-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  display: grid;
  width: 100%;
  max-height: min(280px, calc(100vh - 160px));
  padding: 16px 20px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(34, 13, 52, 0.16);
}

.country-code-menu[hidden] {
  display: none;
}

.country-code-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 8px 12px;
  color: var(--website-heading-color);
  font-size: var(--website-caption-size);
  font-weight: 600;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.country-code-option:hover,
.country-code-option:focus-visible,
.country-code-option[aria-selected="true"] {
  color: #ffffff;
  background: #1e0c31;
}

.country-code-option span:last-child {
  color: inherit;
  font-weight: 600;
}

.phone-input input {
  height: 40px;
  padding: 0 12px;
  margin-bottom: 0;
  background: transparent;
  border: 0;
}

.consent {
  display: flex;
  gap: 2px;
  margin: 14px 0 16px;
  color: var(--website-body-color);
  font-size: 12px;
  line-height: 1.45;
}

.lead-form .consent input {
  appearance: none;
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  height: 14px;
  margin: 2px 0 0;
  flex: 0 0 14px;
  background: transparent url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.75' y='.75' width='12.5' height='12.5' rx='3.25' fill='none' stroke='%231E0C31' stroke-width='1.5'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
  border: 0;
  border-radius: 0;
}

.lead-form .consent input:checked {
  background: transparent url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='14' rx='4' fill='%231E0C31'/%3E%3Cpath d='M3.5 7.1 5.8 9.4 10.5 4.7' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
}

.lead-form .consent input:focus {
  box-shadow: none;
}

.consent a {
  color: var(--website-accent-color);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.form-submit {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font-size: var(--website-button-size);
  font-weight: 600;
}

.website-honeypot {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.lead-form .lead-form-status {
  width: 100%;
  max-width: none !important;
  padding: 0;
  margin: -6px 0 12px;
  color: #ff4a55;
  font-size: 11px;
  line-height: 1.35;
  text-align: left;
  transform-origin: left center;
}

.lead-form .lead-form-status[data-tone="error"].is-shaking {
  animation: lead-form-error-shake 0.38s ease-in-out;
}

.lead-form .lead-form-status[data-tone="success"] {
  color: #176b3a;
}

@keyframes lead-form-error-shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(2px); }
}

.lead-success-modal {
  width: min(360px, calc(100% - 32px));
  max-width: none;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 38px rgba(98, 116, 162, 0.08);
}

.lead-success-modal::backdrop {
  background: rgba(30, 12, 49, 0.6);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.lead-success-dialog {
  position: relative;
  width: 100%;
  height: 202px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 38px rgba(98, 116, 162, 0.08);
}

.lead-success-confetti-canvas,
.lead-success-confetti-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.lead-success-confetti-canvas {
  opacity: 1;
}

.lead-success-confetti-fallback {
  object-fit: cover;
  object-position: center top;
}

.lead-success-confetti-fallback[hidden] {
  display: none;
}

.lead-success-copy {
  position: absolute;
  top: 59px;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 280px;
  max-width: calc(100% - 54px);
  flex-direction: column;
  gap: 15px;
  align-items: center;
  color: #1e0c31;
  text-align: center;
  transform: translateX(-50%);
}

.lead-success-dialog h2 {
  width: 100%;
  margin: 0;
  font-family: var(--bipple-web-font);
  font-size: 24px;
  line-height: normal;
}

.lead-success-dialog p {
  width: 280px;
  max-width: 100%;
  margin: 0;
  color: #1e0c31;
  font-family: var(--bipple-ui-font);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.lead-success-dialog > .lead-success-close {
  position: absolute !important;
  top: 8px !important;
  right: 30px !important;
  left: auto !important;
  z-index: 3;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 !important;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  transform: none !important;
  cursor: pointer;
  pointer-events: auto;
}

.lead-success-close-bg,
.lead-success-close-x {
  position: absolute;
  display: block;
  pointer-events: none;
}

.lead-success-close-bg {
  inset: 0;
  width: 30px;
  height: 30px;
}

.lead-success-close-x {
  top: 10.5px;
  left: 10.5px;
  width: 9px;
  height: 9px;
}

@media (max-width: 520px) {
  .lead-success-dialog {
    height: 200px;
  }

  .lead-success-copy {
    top: 58px;
    max-width: calc(100% - 40px);
  }

  .lead-success-dialog h2 {
    font-size: 23px;
  }

  .lead-success-dialog p {
    font-size: 14px;
  }

  .lead-success-dialog > .lead-success-close {
    right: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lead-success-confetti-canvas {
    display: none;
  }
}

.site-footer {
  --footer-content-width: min(1102px, calc(100% - 128px));
  --footer-qr-size: clamp(96px, 7.8vw, 112px);
  --footer-language-height: calc(var(--footer-qr-size) * 40 / 113);
  scroll-margin-top: 80px;
  padding: clamp(44px, 4.5vw, 64px) 0 clamp(18px, 2vw, 28px);
  color: #ffffff;
  background: var(--deep);
}

.footer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: var(--footer-content-width);
  margin: 0 auto;
  align-items: start;
}

.footer-brand {
  display: inline-flex;
  width: clamp(96px, 8.3vw, 120px);
  height: auto;
  margin-bottom: clamp(16px, 1.6vw, 22px);
  overflow: hidden;
  color: #ffffff;
  clip-path: inset(0);
}

.footer-description,
.footer-address,
.footer-contact {
  margin: 0;
  color: #ffffff;
  font-size: var(--website-footer-body-size);
  font-style: normal;
  line-height: var(--website-footer-body-line-height);
}

.footer-description {
  max-width: 30ch;
  margin-bottom: clamp(14px, 1.4vw, 20px);
}

.footer-address {
  margin-bottom: 2px;
}

.footer-contact {
  display: block;
  width: fit-content;
}

.footer-contact--email {
  margin-top: clamp(4px, 0.45vw, 6px);
  color: #ffffff;
  font-weight: 600;
}

.footer-links h3,
.footer-download h3 {
  margin: 0 0 clamp(16px, 1.6vw, 22px);
  color: #ffffff;
  font-size: var(--website-footer-title-size);
  line-height: var(--website-footer-title-line-height);
  font-weight: 700;
}

.footer-links a {
  display: block;
  width: fit-content;
  margin-bottom: clamp(13px, 1.1vw, 17px);
  color: #ffffff;
  font-size: var(--website-footer-link-size);
  line-height: var(--website-footer-link-line-height);
}

.footer-links a:hover,
.footer-contact:hover {
  color: #ffffff;
}

.footer-qr {
  display: block;
  width: var(--footer-qr-size);
  height: var(--footer-qr-size);
  margin-bottom: clamp(14px, 1.3vw, 18px);
}

.footer-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-language {
  position: relative;
  z-index: 5;
  width: var(--footer-qr-size);
}

.footer-language .language-trigger {
  width: 100%;
  height: var(--footer-language-height);
  padding: 0 clamp(7px, 0.65vw, 9px);
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.58);
}

.footer-language .language-trigger-cn {
  padding: 0;
  background: transparent;
  border: 0;
}

.footer-language .language-country {
  flex-basis: 16px;
  width: 16px;
  height: 16px;
}

.footer-language .language-caret {
  flex-basis: 8px;
  width: 8px;
  height: 5px;
}

.footer-language .language-trigger-cn > img {
  width: 100%;
  height: var(--footer-language-height);
}

.footer-language .language-dropdown,
.footer-language .language-dropdown-art {
  width: var(--footer-qr-size);
  height: calc(var(--footer-qr-size) * 84 / 113);
}

.footer-language .language-dropdown {
  z-index: 10;
  overflow: hidden;
  background: #1e0c31;
  border-radius: 7px;
  isolation: isolate;
}

.footer-language .language-dropdown-art {
  position: relative;
  z-index: 1;
}

.footer-language .language-option {
  z-index: 2;
  height: calc(var(--footer-qr-size) * 40 / 113);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  width: var(--footer-content-width);
  padding-top: clamp(18px, 1.8vw, 26px);
  margin: clamp(34px, 4vw, 52px) auto 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-legal {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.1vw, 16px);
  margin-bottom: clamp(7px, 0.7vw, 10px);
}

.footer-legal a,
.footer-bottom p {
  color: #ffffff;
  font-size: var(--website-footer-caption-size);
  line-height: var(--website-footer-caption-line-height);
}

.footer-legal a {
  display: inline-block;
  margin: 0;
}

.footer-record-link {
  display: inline-block;
  margin: 0 0 clamp(7px, 0.7vw, 10px);
  color: #ffffff;
  font-size: var(--website-footer-caption-size);
  line-height: var(--website-footer-caption-line-height);
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1500px) {
  .site-header {
    grid-template-columns: 118px minmax(460px, 1fr) 232px;
    padding: 0 max(64px, calc((100vw - 1102px) / 2));
  }

  .nav-links {
    gap: 16px;
    font-size: 11px;
  }

  .header-actions {
    gap: 10px;
  }

  .light-button {
    padding: 0 14px;
  }

  .enterprise-header {
    padding: 0 64px;
  }

  .hero-content {
    width: 500px;
    padding-top: 158px;
    margin-left: max(64px, calc((100vw - 1102px) / 2));
  }

  .hero-content h1 {
    font-size: 54px;
  }

  .hero-content p {
    width: 390px;
    margin-top: 22px;
  }

  .section-grid,
  .why-grid,
  .card-grid,
  .schedule-card,
  .lead-panel,
  .footer-grid,
  .footer-bottom {
    width: min(1102px, calc(100% - 128px));
  }

  .section-grid {
    grid-template-columns: 476px 1fr;
    gap: 64px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .enterprise-hero-inner,
  .enterprise-metrics,
  .enterprise-section,
  .enterprise-contact {
    width: calc(100% - 128px);
  }

  .products-section,
  .proof-section {
    padding-right: 64px;
    padding-left: 64px;
  }

  .ripple-stage {
    width: min(1164px, calc(100% - 80px));
  }
}

@media (max-width: 980px) {
  body > main {
    padding-top: 67px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    height: auto;
    padding: 18px 22px;
  }

  .nav-links {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
  }

  .mobile-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #ffffff;
    border-radius: 999px;
  }

  .mobile-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 28px;
    padding: 22px;
    color: #ffffff;
    background: rgba(31, 7, 48, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
  }

  .mobile-menu-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-menu-head,
  .mobile-menu-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .mobile-menu-close {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    font-size: 28px;
    line-height: 1;
  }

  .mobile-nav-links {
    display: grid;
    align-content: start;
    gap: 18px;
    padding-top: 18px;
    font-size: 28px;
    font-weight: 850;
  }

  .mobile-menu-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 8px;
  }

  .enterprise-header {
    grid-template-columns: 1fr 44px;
    padding: 18px 22px;
  }

  .enterprise-nav {
    display: none;
  }

  .visitor-logo {
    width: 36px;
    height: 36px;
  }

  .hero-section {
    height: 620px;
  }

  .hero-content {
    width: auto;
    padding: 150px 26px 0;
    margin: 0;
  }

  .hero-content h1 {
    font-size: 46px;
  }

  .hero-content p,
  .section-heading p {
    width: auto;
  }

  .section-grid,
  .why-grid,
  .card-grid,
  .lead-panel,
  .footer-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 44px);
  }

  .ripple-stage {
    width: 100%;
    height: 1260px;
  }

  .possibility {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: calc(100% - 44px);
    margin: 28px auto;
  }

  #rippleCanvas,
  .ripple-center,
  .ripple-hit {
    display: none;
  }

  .schedule-section {
    height: auto;
    padding: 40px 0;
  }

  .schedule-card {
    width: calc(100% - 44px);
    height: auto;
    padding: 56px 28px 330px;
  }

  .schedule-copy,
  .schedule-main,
  .schedule-small {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .schedule-main {
    width: 70%;
    height: 210px;
    margin-top: 36px;
  }

  .schedule-small {
    position: absolute;
    right: 26px;
    bottom: 42px;
    width: 48%;
    height: 145px;
  }

  .split {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lead-form {
    padding: 44px 28px;
  }

  .enterprise-hero {
    min-height: auto;
  }

  .enterprise-hero-inner,
  .overview-grid,
  .capability-grid,
  .employee-grid,
  .enterprise-contact {
    grid-template-columns: 1fr;
  }

  .enterprise-hero-inner {
    width: calc(100% - 44px);
    gap: 34px;
    padding: 70px 0 54px;
  }

  .enterprise-copy {
    padding-top: 0;
  }

  .enterprise-copy h1 {
    font-size: 42px;
  }

  .enterprise-snapshot {
    min-height: auto;
  }

  .enterprise-metrics {
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 44px);
    transform: translateY(-24px);
  }

  .enterprise-metrics article,
  .enterprise-metrics article:first-child,
  .enterprise-metrics article:last-child {
    border-radius: 0;
  }

  .enterprise-section,
  .enterprise-contact {
    width: calc(100% - 44px);
  }

  .products-section,
  .proof-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .enterprise-section-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .enterprise-section-heading h2,
  .enterprise-contact h2 {
    font-size: 30px;
  }

  .overview-panel,
  .capability-grid article,
  .employee-card,
  .proof-list article,
  .enterprise-contact {
    padding: 28px;
  }

  .proof-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 980px) {
  .site-header {
    height: 67px;
    padding: 0 22px;
    background: rgba(29, 6, 45, 0.97);
  }

  .site-header .header-actions {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
    gap: 0;
    place-content: center;
    background: transparent;
  }

  .mobile-menu-panel {
    display: block;
    z-index: 1200;
    grid-template-rows: none;
    gap: 0;
    padding: 22px 26px 34px;
    background:
      radial-gradient(circle at 74% 18%, rgba(157, 69, 255, 0.4), transparent 32%),
      linear-gradient(155deg, rgba(29, 6, 45, 0.98), rgba(38, 7, 61, 0.97));
    opacity: 1;
    visibility: visible;
    transform: translateX(100%);
    transition: transform 0.28s ease;
    pointer-events: auto;
  }

  .mobile-menu-panel.is-open {
    transform: translateX(0);
  }

  .hero-section {
    min-height: 640px;
    height: calc(100vh - 67px);
    max-height: 760px;
    background:
      radial-gradient(circle at 78% 24%, rgba(157, 69, 255, 0.45), transparent 34%),
      linear-gradient(180deg, rgba(35, 6, 55, 0.95) 0%, rgba(35, 6, 55, 0.7) 54%, rgba(35, 6, 55, 0.92) 100%),
      url("./assets/hero-wave-only.png?v=20260515-layout4") 56% center / cover no-repeat,
      linear-gradient(125deg, #27073d, #180426);
  }

  .hero-section::after {
    inset: 0;
    opacity: 0.28;
    background-position: 52% center;
  }

  .hero-content {
    width: min(100% - 44px, 520px);
    padding: 128px 0 0;
    margin: 0 0 0 22px;
  }

  .hero-content h1 {
    font-size: 52px;
    line-height: 0.96;
  }

  .hero-content p {
    max-width: 310px;
    margin: 24px 0 28px;
    font-size: 14px;
  }

  .primary-button,
  .dark-button {
    height: 48px;
    padding: 0 22px;
    border-radius: 7px;
    font-size: 14px;
  }

  .possibilities-section,
  .why-section,
  .business-card-section,
  .lead-section {
    padding: 64px 0;
  }

  .section-grid,
  .why-grid,
  .card-grid,
  .lead-panel,
  .footer-grid,
  .footer-bottom {
    width: calc(100% - 44px);
  }

  .section-grid {
    gap: 30px;
  }

  .section-heading h2,
  .lead-form h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .section-heading p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.58;
  }

  .section-heading {
    width: calc(100% - 44px);
  }

  .possibilities-section::before,
  .possibilities-section::after {
    display: none;
  }

  .ripple-stage {
    display: grid;
    gap: 16px;
    width: calc(100% - 44px);
    height: auto;
    margin-top: 34px;
  }

  .possibility,
  .possibility.active {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 24px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(48, 32, 69, 0.09);
  }

  .possibility h3 {
    margin-top: 16px;
  }

  #rippleCanvas,
  .ripple-center,
  .ripple-hit,
  .ripple-lines {
    display: none;
  }

  .why-grid,
  .card-grid {
    gap: 16px;
    margin-top: 34px;
  }

  .centered {
    margin-top: 34px;
  }

  .schedule-section {
    height: auto;
    padding: 0 0 58px;
    background: #eeedf7;
  }

  .schedule-card {
    width: calc(100% - 44px);
    height: auto;
    min-height: 520px;
    padding: 42px 24px 270px;
    overflow: hidden;
    border-radius: 14px;
  }

  .schedule-copy,
  .schedule-main,
  .schedule-small {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .schedule-copy h2 {
    font-size: 30px;
  }

  .schedule-main {
    position: absolute;
    right: 24px;
    bottom: 118px;
    width: min(250px, 68%);
    height: 165px;
    margin-top: 0;
  }

  .schedule-small {
    position: absolute;
    right: auto;
    bottom: 38px;
    left: 24px;
    width: min(210px, 58%);
    height: 126px;
  }

  .biz-card {
    grid-template-columns: 48px minmax(0, 1fr) 64px;
    min-height: 184px;
    padding: 22px;
  }

  .biz-card small {
    left: 22px;
    bottom: 22px;
  }

  .qr {
    width: 58px;
    height: 58px;
    background-size: 12px 12px;
    border-width: 5px;
  }

  .brand-mark {
    right: 24px;
    bottom: 19px;
    font-size: 34px;
  }

  .lead-panel {
    min-height: 0;
    overflow: visible;
    border-radius: 14px;
  }

  .lead-panel img {
    height: 230px;
    border-radius: 14px 14px 0 0;
  }

  .lead-form {
    padding: 34px 22px;
  }

  .lead-form input,
  .phone-input > .country-code-trigger {
    height: 52px;
  }

  .phone-input {
    grid-template-columns: 68px 1fr;
  }

  .site-footer {
    padding: 54px 0 28px;
  }

  .footer-grid {
    gap: 34px;
  }

  .footer-bottom {
    margin-top: 34px;
  }

  .footer-bottom a {
    display: block;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 0 18px;
  }

  .mobile-menu-panel {
    padding: 20px 22px 30px;
  }

  .mobile-nav-links {
    margin-top: 54px;
  }

  .mobile-nav-links a {
    font-size: 23px;
  }

  .hero-content {
    width: calc(100% - 36px);
    margin-left: 18px;
  }

  .section-grid,
  .section-heading,
  .ripple-stage,
  .why-grid,
  .card-grid,
  .schedule-card,
  .lead-panel,
  .footer-grid,
  .footer-bottom {
    width: calc(100% - 36px);
  }

  .section-heading h2,
  .lead-form h2 {
    font-size: 28px;
  }

  .schedule-main {
    width: 68%;
  }

  .schedule-small {
    width: 58%;
  }

  .biz-card {
    grid-template-columns: 44px minmax(0, 1fr) 56px;
    gap: 12px;
    padding: 20px;
  }

  .biz-card h3 {
    font-size: 15px;
  }

  .biz-card p {
    font-size: 11px;
  }

  .qr {
    width: 52px;
    height: 52px;
  }

  .brand-mark {
    right: 22px;
    font-size: 31px;
  }
}

/* Final app-page alignment pass: keep these rules at the end so the three
   profile pages override the older landing-page styles above. */

.success-avatar {
  overflow: hidden;
  background: #f3eee3;
  border-radius: 50%;
}

.success-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.mini-name {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 900;
}

.mini-company {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.mini-qr,
.success-qr {
  background:
    linear-gradient(90deg, #1f0831 7px, transparent 7px) 0 0 / 14px 14px,
    linear-gradient(#1f0831 7px, transparent 7px) 0 0 / 14px 14px,
    #ffffff;
  border: 4px solid #ffffff;
}

.mini-qr {
  width: 64px;
  height: 64px;
}

.mini-brand {
  position: absolute;
  right: 30px;
  bottom: 24px;
  color: var(--deep);
  font-family: Georgia, serif;
  font-size: 52px;
  font-weight: 900;
}

.mini-brand-image {
  width: 38px;
  height: 46px;
  object-fit: contain;
}

.mini-powered,
.success-powered {
  position: absolute;
  right: 50%;
  bottom: 11px;
  color: #a9a8b5;
  font-size: 11px;
}

@media (max-width: 520px) {

  .success-avatar {
    width: 48px;
    height: 48px;
  }

  .mini-name {
    margin: 1px 0 5px;
    font-size: 14px;
    line-height: 1.15;
  }

  .mini-company {
    font-size: 11px;
    line-height: 1.2;
  }

  .mini-qr,
  .success-qr {
    width: 56px;
    height: 56px;
    background-size: 12px 12px;
  }

  .mini-brand {
    right: 24px;
    bottom: 42px;
    font-size: 34px;
  }

  .mini-powered,
  .success-powered {
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
  }
}

/* Mobile website adaptation from the 375px design set. Keep this final so it
   overrides the older responsive pass without changing the desktop site. */
@media (max-width: 760px) {
  :root {
    --mobile-gutter: 24px;
  }

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

  body {
    min-width: 0;
    overflow-x: hidden;
    background: #ffffff;
    font-size: 14px;
  }

  .site-header {
    position: fixed;
    right: 0;
    left: 0;
    grid-template-columns: 1fr 44px;
    height: 64px;
    padding: 0 var(--mobile-gutter);
    background: rgba(31, 7, 48, 0.98);
    box-shadow: 0 10px 32px rgba(20, 4, 32, 0.2);
  }

  .brand {
    font-size: 23px;
  }

  .nav-links,
  .header-actions {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
    width: 40px;
    height: 40px;
    place-content: center;
    color: #ffffff;
    background: transparent;
    border: 0;
  }

  .mobile-menu-toggle span {
    width: 20px;
    height: 2px;
    margin: 3px auto;
  }

  .mobile-menu-panel {
    display: flex;
    flex-direction: column;
    inset: 0;
    padding: 22px var(--mobile-gutter) 30px;
    overflow-y: auto;
    background:
      radial-gradient(circle at 84% 10%, rgba(183, 89, 255, 0.42), transparent 32%),
      radial-gradient(circle at 18% 82%, rgba(92, 28, 141, 0.5), transparent 28%),
      linear-gradient(164deg, #26073b 0%, #170326 100%);
    opacity: 1;
    visibility: visible;
    transform: translateX(100%);
    transition: transform 0.26s ease;
  }

  .mobile-menu-panel.is-open {
    transform: translateX(0);
  }

  .mobile-menu-head {
    flex: 0 0 auto;
  }

  .mobile-menu-close {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-nav-links {
    gap: 0;
    margin-top: 58px;
  }

  .mobile-nav-links a {
    padding: 17px 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.08;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-menu-actions {
    display: grid;
    gap: 12px;
    margin-top: auto;
    padding-top: 34px;
  }

  .mobile-menu-actions .dark-button,
  .mobile-menu-actions .ghost-link,
  .mobile-menu-actions .lang-toggle {
    width: 100%;
    min-width: 0;
    height: 48px;
  }

  .mobile-menu-actions .ghost-link,
  .mobile-menu-actions .lang-toggle {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
  }

  main {
    padding-top: 64px;
  }

  .hero-section {
    display: flex;
    align-items: flex-start;
    height: 748px;
    min-height: calc(100vh - 64px);
    max-height: 812px;
    background:
      linear-gradient(180deg, rgba(34, 6, 53, 0.94) 0%, rgba(34, 6, 53, 0.58) 48%, rgba(34, 6, 53, 0.96) 100%),
      url("./assets/hero-wave-only.png?v=20260515-layout4") 60% 44% / auto 100% no-repeat,
      linear-gradient(145deg, #2d0747 0%, #160322 100%);
  }

  .hero-section::after {
    inset: 0;
    opacity: 0.34;
    background-size: auto 100%;
    background-position: 56% 46%;
  }

  .hero-wave {
    opacity: 0.22;
  }

  .hero-content {
    width: calc(100% - (var(--mobile-gutter) * 2));
    max-width: none;
    padding: 104px 0 0;
    margin: 0 auto;
  }

  .hero-content h1 {
    max-width: 320px;
    font-size: 52px;
    line-height: 0.94;
  }

  .hero-content p {
    width: auto;
    max-width: 292px;
    margin: 22px 0 26px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.55;
  }

  .primary-button,
  .dark-button,
  .light-button,
  .lang-toggle,
  .ghost-link {
    min-height: 46px;
    padding: 0 20px;
    border-radius: 7px;
    font-size: 14px;
  }

  .possibilities-section,
  .why-section,
  .business-card-section,
  .lead-section {
    padding: 58px 0;
  }

  .section-grid,
  .section-heading,
  .ripple-stage,
  .why-grid,
  .card-grid,
  .schedule-card,
  .lead-panel,
  .footer-grid,
  .footer-bottom {
    width: calc(100% - (var(--mobile-gutter) * 2));
    max-width: 430px;
  }

  .section-grid,
  .why-grid,
  .card-grid,
  .footer-grid,
  .lead-panel {
    grid-template-columns: 1fr;
  }

  .section-heading {
    text-align: left;
  }

  .section-heading p {
    width: auto;
  }

  .section-heading h2,
  .lead-form h2 {
    font-size: 29px;
    line-height: 1.1;
  }

  .section-heading p,
  .lead-form p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.58;
  }

  .possibilities-section {
    background: #f8f7fb;
  }

  .possibilities-section::before,
  .possibilities-section::after,
  #rippleCanvas,
  .ripple-center,
  .ripple-hit,
  .ripple-lines {
    display: none;
  }

  .ripple-stage {
    display: grid;
    gap: 14px;
    height: auto;
    margin-top: 30px;
  }

  .possibility,
  .possibility.active {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    min-height: 0;
    padding: 22px;
    margin: 0;
    background: #ffffff;
    border: 1px solid rgba(231, 226, 239, 0.78);
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(48, 32, 69, 0.08);
  }

  .possibility h3 {
    margin: 16px 0 10px;
  }

  .mini-icon,
  .feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .why-grid,
  .card-grid {
    gap: 14px;
    margin-top: 30px;
  }

  .centered {
    margin-top: 30px;
  }

  .schedule-section {
    height: auto;
    padding: 0 0 54px;
    background: #eeedf7;
  }

  .schedule-card {
    min-height: 510px;
    height: auto;
    padding: 38px 22px 260px;
    overflow: hidden;
    border-radius: 12px;
  }

  .schedule-card::before {
    top: -38px;
    right: -56px;
    width: 132px;
    height: 104px;
  }

  .schedule-card::after {
    bottom: -74px;
    left: -56px;
    width: 132px;
    height: 166px;
  }

  .schedule-copy,
  .schedule-main,
  .schedule-small {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .schedule-copy h2 {
    font-size: 30px;
  }

  .schedule-main {
    position: absolute;
    right: 22px;
    bottom: 116px;
    width: min(246px, 68%);
    height: 162px;
  }

  .schedule-small {
    position: absolute;
    bottom: 38px;
    left: 22px;
    width: min(208px, 58%);
    height: 124px;
  }

  .biz-card {
    grid-template-columns: 46px minmax(0, 1fr) 58px;
    gap: 12px;
    min-height: 176px;
    padding: 20px;
    border-radius: 12px;
  }

  .biz-card small {
    right: 88px;
    bottom: 20px;
    left: 20px;
    font-size: 11px;
  }

  .qr {
    width: 54px;
    height: 54px;
    background-size: 12px 12px;
    border-width: 5px;
  }

  .brand-mark {
    right: 22px;
    bottom: 18px;
    font-size: 31px;
  }

  .lead-panel {
    min-height: 0;
    overflow: hidden;
    border-radius: 12px;
  }

  .lead-panel img {
    height: 220px;
    border-radius: 12px 12px 0 0;
  }

  .lead-form {
    padding: 30px 20px 24px;
  }

  .split {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lead-form input,
  .phone-input > .country-code-trigger {
    height: 50px;
  }

  .phone-input {
    grid-template-columns: 66px 1fr;
  }

  .site-footer {
    padding: 48px 0 26px;
  }

  .footer-grid {
    gap: 30px;
  }

  .footer-bottom {
    margin-top: 28px;
    text-align: left;
  }

  .footer-bottom a {
    display: block;
    margin: 0 0 10px;
  }

  .success-avatar {
    width: 46px;
    height: 46px;
  }

  .mini-name {
    margin: 0 0 4px;
    font-size: 14px;
  }

  .mini-company {
    font-size: 11px;
  }

  .mini-qr,
  .success-qr {
    width: 54px;
    height: 54px;
    background-size: 12px 12px;
  }

  .mini-brand {
    right: 22px;
    bottom: 38px;
    font-size: 31px;
  }

  .mini-powered,
  .success-powered {
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
  }
}

@media (max-width: 380px) {
  :root {
    --mobile-gutter: 20px;
  }

  .hero-content h1 {
    font-size: 50px;
  }

  .mobile-nav-links a {
    font-size: 23px;
  }
}

/* User profile Figma parity fixes. Scoped here so older static previews match
   the Vue implementation without changing enterprise/product profile modules. */
.user-profile-page .about-copy {
  max-height: 60px;
  overflow: hidden;
  color: #1e0c31;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.user-profile-page .about-copy span {
  color: #9c34ee;
  font-weight: 500;
  white-space: nowrap;
}

.user-profile-page .user-products .product-card {
  grid-template-columns: 72px minmax(0, 1fr) 130px;
  gap: 12px;
  min-height: 195px;
  padding: 22px 30px 20px 20px;
  border-color: #e7e6f1;
  border-radius: 18px;
}

.user-profile-page .user-products .product-info h3 {
  color: #1e0c31;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.user-profile-page .user-products .product-info h3 span {
  padding: 2px 7px;
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  background: #53bc71;
}

.user-profile-page .user-products .product-info p,
.user-profile-page .user-products .supplier-row {
  color: #736981;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
}

.user-profile-page .user-products .supplier-row {
  gap: 20px;
  color: #1e0c31;
}

.user-profile-page .user-products .supplier-entity {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  height: 30px;
}

.user-profile-page .user-products .contact-face-stack {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  flex: 0 0 28px;
  overflow: visible;
}

.user-profile-page .user-products .contact-face-stack .contact-face {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  background:
    linear-gradient(150deg, transparent 0 58%, #f36d2f 59%),
    radial-gradient(circle at 54% 34%, #f2c7a3 0 22%, transparent 23%),
    #263141;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.user-profile-page .user-products .contact-face-stack .contact-face.alt {
  left: 8px;
  z-index: 2;
  background:
    linear-gradient(145deg, transparent 0 57%, #1e0c31 58%),
    radial-gradient(circle at 54% 34%, #f0c7a4 0 23%, transparent 24%),
    #d8b293;
}

.user-profile-page .user-products .supplier-row strong {
  font-weight: 400;
}

.user-profile-page .user-products .spec-tags span {
  padding: 2px 7px;
  color: #736981;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  background: #ebf3f9;
}

.user-profile-page .resume-section {
  display: grid;
  gap: 15px;
  min-height: 311px;
  padding-top: 40px;
}

.user-profile-page .user-profile-card {
  min-height: 0;
}

.user-profile-page .resume-section .center-control,
.user-profile-page .user-products + .center-control {
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #1e0c31;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.user-profile-page .resume-section .center-control {
  align-self: end;
  min-width: 210px;
  margin-top: 0;
}

.user-profile-page .user-products + .center-control {
  min-width: 205px;
  margin-top: 18px;
}

.user-profile-page .user-recommend {
  width: 393px;
  padding: 20px 23px 20px 31px;
  background: #1e0c31;
  border-radius: 14px;
}

.user-profile-page .user-recommend > h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}

.user-profile-page .user-recommend .contact-stack {
  display: grid;
  gap: 30px;
  margin-top: 0;
}

.user-profile-page .user-recommend .profile-employee-card {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 45px;
  gap: 8px;
  width: 339px;
  height: 200px;
  min-height: 200px;
  margin: 0;
  padding: 18px 14px 10px;
  overflow: hidden;
  color: #1e0c31;
  background: #ebf3f9;
  border-radius: 18px;
}

.user-profile-page .user-recommend .pale-contact,
.user-profile-page .user-recommend .contact-locked {
  background: #f4f4f8;
}

.user-profile-page .user-recommend .person-photo {
  width: 60px;
  height: 60px;
}

.user-profile-page .user-recommend .profile-employee-card h3 {
  margin: 4px 0 2px;
  color: #1e0c31;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.user-profile-page .user-recommend .profile-employee-card p {
  color: #1e0c31;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.user-profile-page .user-recommend .qr-mark {
  width: 45px;
  height: 45px;
}

.user-profile-page .user-recommend .profile-employee-card address {
  grid-column: 1 / 4;
  margin-top: 31px;
  color: #1e0c31;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.user-profile-page .user-recommend .profile-employee-card small {
  right: 0;
  bottom: 10px;
  left: 0;
  color: rgba(30, 12, 49, 0.8);
  font-size: 10px;
  line-height: 13px;
  font-weight: 100;
  text-align: center;
}

.user-profile-page .user-recommend .twitter-mark {
  right: 19px;
  bottom: 30px;
  color: #1e0c31;
  font-size: 28px;
}

/* Desktop proportions derived from Figma node 277:781.
   The Figma measurements are maxima, with each component stepping down before
   the viewport reaches the 1920px design canvas. */
@media (min-width: 981px) {
  .figma-home-page {
    font-family: var(--bipple-landing-font);
    font-size: 16px;
  }

  .figma-home-page .site-header {
    display: grid;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    height: 54px;
    padding: 0 max(64px, calc((100vw - 1120px) / 2));
    background: #1e0c31;
    border-bottom: 0;
    box-shadow: 0 4px 4px rgba(150, 97, 191, 0.12);
    backdrop-filter: none;
  }

  .figma-home-page main {
    padding-top: 54px;
  }

  .figma-home-page .site-header .logo-brand {
    position: static;
    width: 68px;
    height: 23px;
  }

  .figma-home-page .nav-links {
    position: static;
    justify-content: center;
    gap: 18px;
    height: 54px;
    margin-left: 0;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--bipple-landing-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
  }

  .figma-home-page .header-actions {
    position: static;
    gap: 14px;
    margin-left: auto;
  }

  .figma-home-page .lang-toggle {
    min-width: 90px;
    height: 30px;
    gap: 6px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border-color: rgba(255, 255, 255, 0.7);
    border-radius: 7px;
  }

  .figma-home-page .lang-toggle img {
    flex-basis: 14px;
    width: 14px;
    height: 14px;
  }

  .figma-home-page .ghost-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
  }

  .figma-home-page .light-button {
    min-width: 78px;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 7px;
  }

  .figma-home-page .hero-section {
    height: 480px;
    min-height: 0;
    background: url("./assets/figma-home/hero-group-434-v2.svg") center / cover no-repeat #1e0c31;
  }

  .figma-home-page .hero-wave {
    display: none;
  }

  .figma-home-page .hero-section::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background: url("./assets/figma-home/hero-rectangle-4.svg") center / cover no-repeat;
  }

  .figma-home-page .hero-section::after {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background: none;
  }

  .figma-home-page .hero-content {
    top: 120px;
    width: 420px;
    padding: 0;
    margin-left: max(64px, calc((100vw - 1120px) / 2));
  }

  .figma-home-page .hero-content h1 {
    font-family: var(--bipple-landing-font);
    max-width: 420px;
    font-size: var(--website-title-size);
    line-height: var(--website-title-line-height);
    font-weight: 600;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
  }

  .figma-home-page .hero-content p {
    width: 460px;
    max-width: none;
    margin: 16px 0 24px;
    color: rgba(255, 255, 255, 0.82);
    font-size: var(--website-hero-body-size);
    line-height: var(--website-hero-body-line-height);
    font-weight: 400;
    opacity: 1;
  }

  .figma-home-page .primary-button {
    width: 210px;
    height: 46px;
    min-width: 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
  }

  .figma-home-page .hero-content .primary-button {
    opacity: 1;
  }

  .figma-home-page .dark-button {
    height: 48px;
    padding: 0 24px;
  }

  .figma-home-page .section-grid {
    width: 1110px;
    height: 610px;
    margin: 0 auto;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 60px;
  }

  .figma-home-page .section-heading h2 {
    font-family: var(--bipple-web-font);
    color: #27153a;
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
  }

  @media (min-width: 1440px) {
    .figma-home-page .site-header {
      grid-template-columns: 74px minmax(0, 1fr) auto;
      gap: 20px;
      height: 58px;
    }

    .figma-home-page main { padding-top: 58px; }

    .figma-home-page .site-header .logo-brand {
      width: 74px;
      height: 25px;
    }

    .figma-home-page .nav-links {
      gap: 20px;
      height: 58px;
      font-size: 14px;
    }

    .figma-home-page .header-actions { gap: 16px; }
    .figma-home-page .lang-toggle { min-width: 96px; height: 32px; font-size: 12px; }
    .figma-home-page .ghost-link { font-size: 15px; }
    .figma-home-page .light-button { min-width: 82px; height: 32px; font-size: 15px; line-height: 32px; }

    .figma-home-page .hero-section { height: 520px; }
    .figma-home-page .hero-content { top: 132px; width: 460px; }
    .figma-home-page .hero-content h1 { max-width: 460px; font-size: var(--website-title-size); line-height: var(--website-title-line-height); }
    .figma-home-page .hero-content p { width: 480px; max-width: none; margin: 18px 0 26px; font-size: var(--website-hero-body-size); line-height: var(--website-hero-body-line-height); }
    .figma-home-page .primary-button { width: 225px; height: 48px; font-size: 16px; }

    .figma-home-page .section-grid { height: 650px; }
    .figma-home-page .section-grid { grid-template-columns: 450px minmax(0, 1fr); gap: 70px; }
    .figma-home-page .section-heading h2 { font-size: var(--website-section-title-size); line-height: var(--website-section-title-line-height); }
  }

  @media (min-width: 1600px) {
    .figma-home-page .site-header {
      grid-template-columns: 80px minmax(0, 1fr) auto;
      gap: 22px;
      height: 60px;
      padding-inline: max(112px, calc((100vw - 1376px) / 2));
    }

    .figma-home-page .site-header .logo-brand { width: 80px; height: 27px; }
    .figma-home-page main { padding-top: 60px; }
    .figma-home-page .nav-links { gap: 22px; height: 60px; font-size: 14px; }
    .figma-home-page .header-actions { gap: 18px; }
    .figma-home-page .lang-toggle { min-width: 100px; height: 34px; font-size: 13px; }
    .figma-home-page .ghost-link { font-size: 16px; }
    .figma-home-page .light-button { min-width: 84px; height: 34px; font-size: 16px; line-height: 34px; }

    .figma-home-page .hero-section { height: 560px; }
    .figma-home-page .hero-content { top: 142px; width: 500px; margin-left: max(112px, calc((100vw - 1376px) / 2)); }
    .figma-home-page .hero-content h1 { max-width: 500px; font-size: var(--website-title-size); line-height: var(--website-title-line-height); }
    .figma-home-page .hero-content p { width: 500px; max-width: none; margin: 18px 0 28px; font-size: var(--website-hero-body-size); line-height: var(--website-hero-body-line-height); }
    .figma-home-page .primary-button { width: 240px; height: 50px; font-size: 17px; }

    .figma-home-page .section-grid { height: 675px; }
    .figma-home-page .section-grid { width: min(calc(100% - 256px), 1410px); grid-template-columns: 520px minmax(0, 1fr); gap: 90px; }
    .figma-home-page .section-heading h2 { font-size: var(--website-section-title-size); line-height: var(--website-section-title-line-height); }
  }

}

@media (min-width: 981px) {
  .figma-home-page {
    --overlay-gutter: clamp(32px, 4.2vw, 80px);
    --overlay-width: clamp(780px, 78vw, 1240px);
    --overlay-height: clamp(560px, 46vw, 760px);
    --overlay-title-size: var(--website-section-title-size);
  }

  /* Account overlay scales with the public site's desktop composition. */

  /* Give the registration dialog a little more vertical breathing room while
     the modal grid continues to centre the enlarged dialog in the viewport. */

  /* Success shares the registration dialog footprint; only its inner content changes. */
}

/* Mobile homepage hero -----------------------------------------------------
   The 375px UI uses the photographic ripple and its purple veil as two
   separate layers.  Keep this after the legacy mobile pass so the hero is a
   fixed, deliberately cropped composition instead of a viewport-height image. */
@media (max-width: 760px) {
  .figma-home-page .site-header {
    height: 70px;
  }

  .figma-home-page main {
    padding-top: 70px;
  }

  .figma-home-page .hero-section {
    height: 440px;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    background: #27153a;
  }

  .figma-home-page .hero-section::before {
    position: absolute;
    top: -259px;
    left: -296px;
    z-index: 0;
    width: 969px;
    height: 608px;
    content: "";
    pointer-events: none;
    background: url("./assets/figma-home/mobile-ripple-1200.jpg?v=20260807-figma-ripples-r2") center / cover no-repeat;
    transform: scaleX(-1);
  }

  .figma-home-page .hero-section::after {
    position: absolute;
    top: 0;
    left: -37px;
    z-index: 1;
    display: block;
    width: 437px;
    height: 765px;
    content: "";
    pointer-events: none;
    background: linear-gradient(7.338deg, #27153a 60.062%, rgba(31, 9, 54, 0) 90.968%);
    mix-blend-mode: normal;
    opacity: 1;
    animation: none;
  }

  .figma-home-page .hero-wave {
    display: none;
  }

  .figma-home-page .hero-content {
    position: relative;
    z-index: 2;
    width: calc(100% - 40px);
    max-width: none;
    padding: 150px 0 0;
    margin: 0 auto;
  }

  .figma-home-page .hero-content h1 {
    max-width: 335px;
    font-family: var(--bipple-landing-font);
    font-size: 34px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0;
  }

  .figma-home-page .hero-content p {
    width: 100%;
    max-width: 335px;
    margin: 10px 0 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
  }

  .figma-home-page .hero-content .primary-button {
    width: 190px;
    min-width: 0;
    height: 50px;
    min-height: 50px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
  }

  /* Services: two swipeable columns with three complete cards per column.
     The narrow peek on the right makes the second set discoverable without
     bringing the desktop ripple visualization into the mobile layout. */
  .figma-home-page .possibilities-section::before,
  .figma-home-page .possibilities-section::after,
  .figma-home-page #rippleCanvas,
  .figma-home-page .ripple-center,
  .figma-home-page .ripple-hit,
  .figma-home-page .ripple-lines {
    display: none;
  }

  .figma-home-page .ripple-stage {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 28px);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: calc(100% - 20px);
    max-width: none;
    height: 650px;
    margin: 30px 0 0 20px;
    padding: 0 20px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
  }

  .figma-home-page .ripple-stage::-webkit-scrollbar {
    display: none;
  }

  .figma-home-page .possibility,
  .figma-home-page .possibility.active {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    min-height: 0;
    height: 100%;
    padding: 0 8px 0 0;
    margin: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .figma-home-page .possibility:hover,
  .figma-home-page .ripple-stage[data-mode="card"] .possibility.active {
    box-shadow: none;
    transform: none;
  }

  .figma-home-page .possibility.item-1,
  .figma-home-page .possibility.item-4 {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .figma-home-page .possibility .mini-icon,
  .figma-home-page .possibility.active .mini-icon {
    width: 91px !important;
    height: 95px !important;
    margin-left: -23px !important;
    margin-bottom: -24px !important;
    color: var(--website-accent-color);
    background: url("./assets/figma-home/ripple-hex-white-mobile.svg") center / contain no-repeat;
    border-radius: 0;
    box-shadow: none;
  }

  .figma-home-page .possibility .mini-icon img,
  .figma-home-page .possibility .mini-icon img:first-child,
  .figma-home-page .possibility .mini-icon img:last-child,
  .figma-home-page .possibility.active .mini-icon img,
  .figma-home-page .possibility.active .mini-icon img:first-child,
  .figma-home-page .possibility.active .mini-icon img:last-child {
    width: 20px !important;
    height: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: translateY(-4px);
  }

  .figma-home-page .possibility h3 {
    margin: 4px 0 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .figma-home-page .possibility p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
  }

  /* Why Bipple: mirror the services carousel with two columns of three cards. */
  .figma-home-page .why-section .section-heading {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .figma-home-page .why-section .section-heading h2,
  .figma-home-page .why-section .section-heading > p {
    width: 100%;
    text-align: left;
  }

  .figma-home-page .why-section .why-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 28px);
    grid-template-columns: none;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 14px 12px;
    width: calc(100% - 20px);
    max-width: none;
    height: 670px;
    margin: 30px 0 0 20px;
    padding: 0 20px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
  }

  .figma-home-page .why-section .why-grid::-webkit-scrollbar {
    display: none;
  }

  .figma-home-page .why-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    column-gap: 8px;
    align-items: center;
    width: 100%;
    min-height: 0;
    height: 100%;
    padding: 18px 20px;
    overflow: hidden;
    text-align: left;
    border-radius: 20px;
    box-shadow: none;
    transform: none;
  }

  .figma-home-page .why-card:hover {
    background: #ddddeb;
    box-shadow: none;
    transform: none;
  }

  .figma-home-page .why-card:nth-child(1),
  .figma-home-page .why-card:nth-child(4) {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .figma-home-page .why-card-icon {
    grid-column: 1;
    grid-row: 1;
    width: 68px;
    height: 55px;
    aspect-ratio: auto;
    margin: 0;
  }

  .figma-home-page .why-card-icon-base {
    top: -16px;
    right: auto;
    bottom: auto;
    left: -23px;
    display: block;
    width: 91px;
    height: 95px;
    content: url("./assets/figma-home/ripple-hex-white-mobile.svg");
  }

  .figma-home-page .why-card-icon-art,
  .figma-home-page .why-card:nth-child(4) .why-card-icon-art,
  .figma-home-page .why-card:nth-child(5) .why-card-icon-art {
    top: 50%;
    left: 22.5px;
    width: 20px;
    height: 20px;
  }

  .figma-home-page .why-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .figma-home-page .why-card p {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: start;
    margin-top: 12px;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
  }

  .figma-home-page .why-card.motion-reveal {
    opacity: 1;
    translate: none;
    transition: background-color 180ms ease;
    transition-delay: 0s;
    will-change: auto;
  }

  .figma-home-page .why-section {
    padding-bottom: 48px;
  }

  .figma-home-page .why-section > .dark-button.centered {
    margin-top: 24px;
  }

  /* Schedule CTA: the photo collage sits above a two-layer mobile artwork.
     Accent blocks remain behind the surface and inside the page gutters. */
  .figma-home-page .schedule-section {
    padding: 24px 0 36px;
    overflow: hidden;
    background: #e7e6f1;
  }

  .figma-home-page .schedule-card {
    width: calc(100% - 40px);
    min-height: 0;
    height: 372px;
    margin: 0 auto;
    overflow: visible;
    border-radius: 0;
  }

  .figma-home-page .schedule-card-surface {
    z-index: 2;
    overflow: hidden;
    border-radius: 11px;
    background: #27153a;
  }

  .figma-home-page .schedule-card-surface::before {
    position: absolute;
    top: -251px;
    left: -355px;
    z-index: 0;
    width: 842px;
    height: 519px;
    content: "";
    pointer-events: none;
    background: url("./assets/figma-home/mobile-ripple-1200.jpg?v=20260807-figma-ripples-r2") center / cover no-repeat;
    transform: scaleX(-1);
  }

  .figma-home-page .schedule-card-surface::after {
    position: absolute;
    top: -15px;
    left: -66px;
    z-index: 1;
    width: 437px;
    height: 488px;
    content: "";
    pointer-events: none;
    background: linear-gradient(4.697deg, #27153a 60.062%, rgba(31, 9, 54, 0) 90.968%);
  }

  .figma-home-page .schedule-card-blur {
    display: none;
  }

  .figma-home-page .schedule-accent {
    z-index: 0;
    border-radius: 10px;
  }

  .figma-home-page .schedule-accent--top {
    top: -14px;
    right: -8px;
    width: 64px;
    height: 50px;
  }

  .figma-home-page .schedule-accent--bottom {
    bottom: -20px;
    left: -8px;
    width: 64px;
    height: 76px;
  }

  .figma-home-page .schedule-main {
    top: -6px;
    right: auto;
    bottom: auto;
    left: 20px;
    z-index: 4;
    width: 228px;
    height: 173px;
    object-fit: cover;
    border-radius: 10px;
  }

  .figma-home-page .schedule-small {
    top: 101px;
    right: auto;
    bottom: auto;
    left: 194px;
    z-index: 5;
    width: 121px;
    height: 93px;
    object-fit: cover;
    border-radius: 10px;
  }

  .figma-home-page .schedule-copy {
    top: 202px;
    left: 20px;
    z-index: 3;
    width: calc(100% - 40px);
  }

  .figma-home-page .schedule-card .schedule-copy h2 {
    margin: 0 0 6px;
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
  }

  .figma-home-page .schedule-card .schedule-copy > p {
    width: 207px;
    margin: 0 0 20px;
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .figma-home-page .schedule-card .schedule-copy .primary-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 46px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    line-height: 1;
    text-align: center;
    border-radius: 7px;
  }

  /* Keep the compound phone field on the same 50px rhythm as every other
     mobile form control. */
  .figma-home-page .phone-input {
    box-sizing: border-box;
    height: 50px;
  }

  .figma-home-page .phone-input > .country-code-trigger,
  .figma-home-page .phone-input input {
    height: 42px;
  }

  /* Keep the document locked to the viewport while the two card rails retain
     their own intentional horizontal scrolling. */
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  .figma-home-page,
  .figma-home-page main,
  .figma-home-page section {
    max-width: 100%;
  }

  .figma-home-page {
    width: 100%;
    overflow-x: hidden;
  }

  .figma-home-page .ripple-stage,
  .figma-home-page .why-grid {
    box-sizing: border-box;
    max-width: calc(100% - 20px);
  }

  /* Shared two-column carousel position indicator supplied by the design. */
  .figma-home-page .horizontal-scroll-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 25px;
    margin: 10px auto 0;
    overflow: visible;
    pointer-events: none;
  }

  .figma-home-page .horizontal-scroll-dots img {
    display: block;
    width: 57px;
    height: 37px;
    max-width: none;
  }

  /* Business cards use the same three-cards-per-column swipe pattern as the
     services and benefits modules. */
  .figma-home-page .business-card-section .section-heading {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .figma-home-page .business-card-section .section-heading h2,
  .figma-home-page .business-card-section .section-heading p {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .figma-home-page .business-card-section .card-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 28px);
    grid-template-columns: none;
    grid-template-rows: repeat(3, auto);
    align-items: start;
    justify-content: start;
    gap: 16px 12px;
    box-sizing: border-box;
    width: calc(100% - 8px);
    max-width: calc(100% - 8px);
    margin: 30px 0 0 8px;
    padding: 8px 20px 30px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-padding-left: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
  }

  .figma-home-page .business-card-section .card-grid::-webkit-scrollbar {
    display: none;
  }

  .figma-home-page .business-card-showcase-card {
    width: 100%;
    min-width: 0;
    max-width: none;
    transform: none;
  }

  .figma-home-page .business-card-showcase-card.motion-reveal {
    opacity: 1;
    translate: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
    transition-delay: 0s;
    will-change: auto;
  }

  .figma-home-page .business-card-showcase-card:nth-child(1),
  .figma-home-page .business-card-showcase-card:nth-child(4) {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .figma-home-page .business-card-showcase-card:hover,
  .figma-home-page .business-card-showcase-card:focus-visible {
    transform: none;
  }

  .figma-home-page .business-card-showcase-card .discover-button {
    width: max-content;
    max-width: calc(100% - 16px) !important;
    min-width: 0;
    gap: 12px;
    padding-right: 52px !important;
    padding-left: 52px !important;
    box-sizing: border-box;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 9px;
  }

  .figma-home-page .business-card-section > .dark-button {
    margin-top: 24px;
  }

  /* Career: centered copy and naturally sized cards on mobile. */
  .figma-home-page .career-section .section-heading {
    width: calc(100% - 40px);
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .figma-home-page .career-section .section-heading h2,
  .figma-home-page .career-section .section-heading p {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .figma-home-page .career-section .section-heading p {
    margin-top: 12px;
    line-height: 1.5;
  }

  .figma-home-page .career-grid {
    align-items: start;
    gap: 18px;
  }

  .figma-home-page .career-card {
    align-self: start;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }

  .figma-home-page .career-card__header {
    flex: 0 0 auto;
    min-height: 150px;
    padding: 26px 20px;
  }

  .figma-home-page .career-card__body {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    padding: 22px 24px 26px;
  }

  /* Give the footer company copy the full mobile content column. */
  .figma-home-page .site-footer .footer-grid,
  .figma-home-page .site-footer .footer-bottom {
    width: calc(100% - 32px);
    max-width: none;
  }

  .figma-home-page .footer-company,
  .figma-home-page .footer-description,
  .figma-home-page .footer-address {
    width: 100%;
    max-width: none;
  }

  .figma-home-page .site-footer .footer-bottom {
    text-align: center;
  }

  .figma-home-page .site-footer .footer-legal {
    justify-content: center;
    flex-wrap: wrap;
  }

  .figma-home-page .site-footer .footer-bottom .footer-record-link {
    display: block;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .figma-home-page .site-footer .footer-bottom p {
    width: 100%;
    text-align: center;
  }

  html[lang="zh-CN"] .figma-home-page .site-footer .footer-description {
    letter-spacing: -0.065em;
    white-space: nowrap;
  }

  /* Reuse the existing header/footer language picker beside the mobile menu. */
  .figma-home-page .site-header {
    grid-template-columns: minmax(0, 1fr) auto 44px;
    column-gap: 8px;
  }

  .figma-home-page .site-header > .header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }

  .figma-home-page .site-header > .header-actions .light-button {
    display: none;
  }

  .figma-home-page .site-header > .header-actions .header-language {
    display: block;
    width: 113px;
  }

  /* Mobile navigation uses the same compact, opaque popover language as the
     language selector instead of taking over the entire screen. */
  .figma-home-page .mobile-menu-panel {
    position: fixed;
    top: 72px;
    right: 16px;
    bottom: auto;
    left: auto;
    display: block;
    width: max-content;
    max-width: calc(100% - 32px);
    max-height: calc(100dvh - 88px);
    padding: 0 16px 4px;
    overflow-y: auto;
    color: #ffffff;
    background: #1e0c31;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 18px 44px rgba(18, 2, 29, 0.2);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top right;
    transition:
      opacity 160ms ease,
      transform 160ms ease,
      visibility 160ms step-end;
    pointer-events: none;
  }

  .figma-home-page .mobile-menu-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    transition: opacity 160ms ease, transform 160ms ease;
    pointer-events: auto;
  }

  .figma-home-page .mobile-menu-head,
  .figma-home-page .mobile-menu-actions {
    display: none;
  }

  .figma-home-page .mobile-nav-links {
    display: grid;
    gap: 0;
    margin: 0;
  }

  .figma-home-page .mobile-nav-links a {
    padding: 12px 2px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .figma-home-page .mobile-nav-links a:first-child {
    padding-top: 8px;
  }

  .figma-home-page .mobile-nav-links a:last-child {
    border-bottom: 0;
  }
}

/* Keep the agreement control visible even when later responsive input rules apply. */

.figma-home-page input:-webkit-autofill,
.figma-home-page input:-webkit-autofill:hover,
.figma-home-page input:-webkit-autofill:focus,
.figma-home-page input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--website-body-color);
  caret-color: var(--website-body-color);
  -webkit-box-shadow: 0 0 0 1000px #f4f4f8 inset;
  box-shadow: 0 0 0 1000px #f4f4f8 inset;
  transition: background-color 9999s ease-out 0s;
}

/* Page motion: a restrained reveal keeps the visual hierarchy intact while
   adding depth as content enters the viewport. Individual `translate` composes
   with existing hover transforms on cards, so their current interactions stay
   unchanged. */
@media (prefers-reduced-motion: no-preference) {
  .figma-home-page .motion-reveal {
    --motion-reveal-offset: 22px;
    --motion-parallax-y: 0px;
    opacity: 0;
    translate: 0 calc(var(--motion-reveal-offset) + var(--motion-parallax-y));
    transition:
      opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
      translate 620ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--motion-reveal-delay, 0ms);
    will-change: opacity, translate;
  }

  .figma-home-page .motion-reveal--soft {
    --motion-reveal-offset: 14px;
  }

  .figma-home-page .motion-reveal.is-visible {
    --motion-reveal-offset: 0px;
    opacity: 1;
  }

  .figma-home-page .motion-parallax {
    transition:
      opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
      translate 160ms ease-out;
  }
}

@media (prefers-reduced-motion: reduce) {
  .figma-home-page .motion-reveal,
  .figma-home-page .motion-parallax {
    opacity: 1 !important;
    translate: none !important;
    transition: none !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .figma-home-page .business-card-showcase-card.motion-reveal.is-visible {
    transition: transform 180ms ease, box-shadow 180ms ease;
    transition-delay: 0s;
  }
}

@media (min-width: 981px) {

  /* Keep every registration placeholder on the same compact text scale. */
}
@media (min-width: 981px) {
  .figma-home-page {
  }
}

/* Result preview: the supplied analysis artwork remains visible underneath a
   translucent 45px background-blur mask, while the live CTA stays crisp. */

/* Phase 1 turns the public CTAs into real links. Keep their existing button
   presentation without relying on JavaScript-only button handlers. */
a.primary-button,
a.dark-button,
a.light-button,
a.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

a.dark-button.centered {
  display: flex;
  width: max-content;
}

/* Keep the desktop hero App CTA content-sized and on one line. */
@media (min-width: 981px) {
  .figma-home-page .hero-content .primary-button {
    width: auto !important;
    min-width: 0 !important;
    padding-right: 32px !important;
    padding-left: 32px !important;
    white-space: nowrap !important;
  }

  .figma-home-page .site-header .header-actions .language-trigger,
  .figma-home-page .site-header .header-actions .light-button {
    box-sizing: border-box;
    height: 40px !important;
    min-height: 40px;
    line-height: 1 !important;
  }
}

/* Keep the longer English positioning headline on two desktop lines without
   changing the approved Chinese Hero proportions. */
@media (min-width: 981px) {
  html[lang="en"] .figma-home-page .hero-content {
    width: 590px;
  }

  html[lang="en"] .figma-home-page .hero-content h1 {
    max-width: 590px;
    font-size: 52px;
    line-height: 56px;
  }
}

/* The English headline intentionally wraps to four lines on narrow screens;
   give that copy enough vertical room for the subtitle and complete CTA. */
@media (max-width: 760px) {
  html[lang="en"] .figma-home-page .hero-section {
    height: 490px;
  }
}

/* Phase 1F: content-driven, equal-height card groups ----------------------
   Let Grid derive each group from its longest card. Desktop Services keeps
   its absolute Ripple geometry; those animated cards remain intrinsically
   sized and unclipped instead of being forced into a shared box height. */
.figma-home-page .why-grid,
.figma-home-page .career-grid {
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.figma-home-page .why-card,
.figma-home-page .career-card {
  height: 100%;
}

@media (min-width: 761px) {
  .figma-home-page .possibility,
  .figma-home-page .possibility.active {
    height: auto;
    overflow: visible;
  }
}

@media (max-width: 760px) {
  .figma-home-page .ripple-stage,
  .figma-home-page .why-section .why-grid {
    height: auto;
    align-items: stretch;
  }

  .figma-home-page .ripple-stage {
    grid-template-rows: repeat(3, 1fr);
  }

  .figma-home-page .possibility,
  .figma-home-page .possibility.active {
    height: 100%;
    overflow: visible;
  }

  .figma-home-page .why-section .why-grid {
    grid-template-rows: repeat(3, 1fr);
  }

  .figma-home-page .why-card {
    grid-template-rows: auto auto;
    height: 100%;
    overflow: visible;
  }

  .figma-home-page .career-grid {
    grid-auto-rows: 1fr;
    align-items: stretch;
  }

  .figma-home-page .career-card {
    align-self: stretch;
    height: 100%;
  }
}

@media (max-width: 360px) {
  .figma-home-page .business-card-showcase-card .discover-button {
    gap: 8px;
    padding-right: 28px !important;
    padding-left: 28px !important;
    font-size: 12px;
  }
}

/* Phase 1G: final desktop rhythm and copy-fit refinements -----------------
   Keep the mobile carousels untouched while tightening the absolute Ripple
   composition around its unchanged interaction geometry. */
@media (min-width: 761px) {
  .figma-home-page .possibilities-section {
    padding-bottom: 36px;
  }

  .figma-home-page .ripple-stage {
    height: 820px;
    margin-top: 12px;
  }

  .figma-home-page #rippleCanvas,
  .figma-home-page .ripple-lines {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 960px;
    transform: translateY(-50%);
  }

  .figma-home-page .item-1,
  .figma-home-page .item-4 {
    top: 36px;
  }

  .figma-home-page .item-2,
  .figma-home-page .item-5 {
    top: 316px;
  }

  .figma-home-page .item-3,
  .figma-home-page .item-6 {
    top: 596px;
  }

  .figma-home-page .item-1,
  .figma-home-page .item-2,
  .figma-home-page .item-3 {
    left: 72px;
  }

  .figma-home-page .item-4,
  .figma-home-page .item-5,
  .figma-home-page .item-6 {
    right: 72px;
  }

  /* The shared white hexagon SVG includes extra shadow canvas below its
     visible shape. Align all six glyphs to the hexagon's 47% optical centre. */
  .figma-home-page .why-card-icon-art,
  .figma-home-page .why-card:nth-child(4) .why-card-icon-art,
  .figma-home-page .why-card:nth-child(5) .why-card-icon-art {
    top: 47%;
  }
}

@media (min-width: 981px) {
  .figma-home-page .why-section .section-heading > p {
    width: min(100%, 650px);
  }

  html[lang="en"] .figma-home-page .career-section .section-heading {
    width: min(calc(100% - 64px), 920px);
  }

  html[lang="en"] .figma-home-page .business-card-section .section-heading p {
    width: min(100%, 760px);
  }
}

/* Keep homepage navigation targets below the fixed header on desktop and
   mobile without changing the existing JavaScript scrolling behavior. */
.figma-home-page #services,
.figma-home-page #why,
.figma-home-page #cards,
.figma-home-page #demo {
  scroll-margin-top: 70px;
}
