.globalsign-page {
  --globalsign-primary: var(--color-primary, #1664ff);
  --globalsign-primary-dark: var(--color-primary-dark, #0c4fd8);
  --globalsign-text: var(--color-text, #1d2129);
  --globalsign-muted: var(--color-muted, #717883);
  --globalsign-border: var(--color-border, #e5eaf3);
  --globalsign-soft: var(--color-soft, #f5f8ff);
  --globalsign-navy: #002856;
  --globalsign-card-title: var(--font-size-card-title, 20px);
  --globalsign-body: var(--font-size-small, 14px);
  --globalsign-button: 16px;
  --globalsign-title: var(--font-size-title, 27px);
  --globalsign-subtitle: var(--font-size-subtitle, 18px);
  --globalsign-weight: var(--weight-bold, 700);
  color: var(--globalsign-text);
  font-family: var(--font-main, "Microsoft YaHei", "PingFang SC", Arial, sans-serif);
}
.globalsign-page,
.globalsign-page * {
  box-sizing: border-box;
}
.globalsign-page {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
.globalsign-page button,
.globalsign-page a {
  font-family: inherit;
}
.globalsign-page img {
  display: block;
}
.globalsign-page__container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}
.globalsign-page__container--faq {
  width: min(1200px, calc(100% - 48px));
}
.globalsign-section {
  padding: 60px 0;
}
.globalsign-section__header {
  margin: 0 0 40px;
  text-align: center;
}
.globalsign-section__header--compact {
  margin-bottom: 46px;
}
.globalsign-section__title {
  margin: 0;
  color: var(--globalsign-text);
  font-size: var(--globalsign-title);
  font-weight: var(--globalsign-weight);
  line-height: 38px;
}
.globalsign-section__subtitle {
  margin: 10px 0 0;
  color: var(--globalsign-muted);
  font-size: var(--globalsign-subtitle);
  line-height: 28px;
}
.globalsign-page__button {
  min-width: 150px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: var(--radius-small, 6px);
  font-size: var(--globalsign-button);
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.globalsign-page__button--primary {
  color: #ffffff;
  background: var(--globalsign-primary);
}
.globalsign-page__button--primary:hover {
  color: #ffffff;
  background: var(--globalsign-primary-dark);
  box-shadow: 0 8px 18px rgba(22, 100, 255, 0.25);
}
.globalsign-page__button--light {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
.globalsign-page__button--light:hover {
  color: var(--globalsign-primary);
  background: #ffffff;
  transform: translateY(-2px);
}
.globalsign-hero {
  height: 500px;
  background: #eaf2ff url("/seapx2/static/img/globalsign/hero-background-01.jpg") center / cover no-repeat;
}
.globalsign-hero__inner {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.globalsign-hero__content {
  width: 660px;
}
.globalsign-hero__eyebrow {
  width: fit-content;
  margin: 0 0 8px;
  color: #1664ff;
  background: linear-gradient(90deg, #1664ff, #15a64c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-weight: var(--globalsign-weight);
  line-height: 34px;
}
.globalsign-hero__title {
  margin: 0 0 14px;
  color: #05080c;
  font-size: 48px;
  font-weight: var(--globalsign-weight);
  line-height: 60px;
}
.globalsign-hero__description {
  margin: 0 0 14px;
  color: var(--globalsign-text);
  font-size: 18px;
  line-height: 32px;
}
.globalsign-hero__features {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.globalsign-hero__features li {
  position: relative;
  margin-top: 5px;
  padding-left: 14px;
  font-size: 18px;
  font-weight: var(--globalsign-weight);
  line-height: 28px;
}
.globalsign-hero__features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--globalsign-primary);
}
.globalsign-hero__visual {
  width: 510px;
  display: flex;
  justify-content: center;
}
.globalsign-hero__visual img {
  width: 405px;
  height: 421px;
  object-fit: contain;
}
.globalsign-stats {
  padding: 42px 0;
  background: #ffffff;
}
.globalsign-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.globalsign-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.globalsign-stat__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.globalsign-stat__number {
  display: block;
  color: var(--globalsign-text);
  font-size: 30px;
  font-weight: var(--globalsign-weight);
  line-height: 34px;
}
.globalsign-stat p {
  margin: 2px 0 0;
  font-size: 16px;
  line-height: 24px;
}
.globalsign-products {
  background: #f4f6fa;
}
.globalsign-products__panel {
  overflow: hidden;
  border-radius: var(--radius-card, 8px);
  background: #ffffff;
  box-shadow: var(--shadow-card, 0 12px 34px rgba(15, 61, 133, 0.1));
}
.globalsign-products__tabs {
  display: flex;
  height: 74px;
  background: #dbe7f4;
}
.globalsign-products__tab {
  width: 210px;
  padding: 0 30px;
  border: 0;
  color: #092b51;
  background: transparent;
  font-size: 18px;
  font-weight: var(--globalsign-weight);
  text-align: center;
  cursor: pointer;
}
.globalsign-products__tab:hover {
  background: rgba(255, 255, 255, 0.55);
}
.globalsign-products__tab.is-active {
  background: #ffffff;
}
.globalsign-products__table-wrap {
  overflow-x: auto;
  padding: 32px 20px 26px;
}
.globalsign-product-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  font-size: var(--globalsign-body);
}
.globalsign-product-table th {
  padding: 16px;
  color: #4d6680;
  background: #f3f6fa;
  font-size: 14px;
  font-weight: var(--globalsign-weight);
  text-align: left;
  white-space: nowrap;
}
.globalsign-product-table td {
  padding: 16px;
  border-bottom: 1px solid #d9e0ea;
  color: #06305e;
  line-height: 24px;
  vertical-align: middle;
}
.globalsign-product-table tbody tr:hover {
  background: #f8fbff;
}
.globalsign-product-table__price {
  color: #0062e9 !important;
  font-size: 16px;
  font-weight: var(--globalsign-weight);
  white-space: nowrap;
}
.globalsign-product-table__button {
  min-width: 88px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 6px;
  color: #ffffff;
  background: #0763df;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.globalsign-product-table__button:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(7, 99, 223, 0.28);
}
.globalsign-products__note {
  margin: 30px 0 0;
  color: var(--globalsign-muted);
  font-size: 16px;
  text-align: center;
}
.globalsign-products__note a {
  margin-left: 4px;
  color: var(--globalsign-primary);
  font-weight: var(--globalsign-weight);
}
.globalsign-brand {
  background: #d9e8f7 url("/seapx2/static/img/globalsign/group-142.jpg") center / cover no-repeat;
}
.globalsign-brand__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.globalsign-brand-card {
  padding: 20px;
  border: 1px solid var(--globalsign-border);
  border-radius: 8px;
  background: #ffffff;
  text-align: left;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.globalsign-brand-card:hover {
  transform: translateY(-5px);
  border-color: #0763df;
  background: #0763df;
  box-shadow: 0 14px 30px rgba(22, 100, 255, 0.12);
}
.globalsign-brand-card:hover h3,
.globalsign-brand-card:hover p {
  color: #ffffff;
}
.globalsign-brand-card img {
  width: 90px;
  height: 90px;
  margin: 0 0 18px;
  border-radius: 12px;
  object-fit: cover;
}
.globalsign-brand-card h3 {
  margin: 0 0 10px;
  color: var(--globalsign-text);
  font-size: var(--globalsign-card-title);
  font-weight: var(--globalsign-weight);
  line-height: 30px;
}
.globalsign-brand-card p {
  margin: 0;
  color: var(--globalsign-text);
  font-size: var(--globalsign-body);
  line-height: 25px;
}
.globalsign-technology {
  padding-top: 74px;
  padding-bottom: 82px;
  background: #ffffff;
}
.globalsign-technology .globalsign-section__header {
  margin-bottom: 50px;
}
.globalsign-technology .globalsign-section__subtitle {
  max-width: 920px;
  margin: 16px auto 0;
  color: #697486;
}
.globalsign-technology__nowrap {
  white-space: nowrap;
}
.globalsign-technology__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 36px;
}
.globalsign-technology-card {
  --technology-accent: #7f5cff;
  --technology-border: #d8dee8;
  position: relative;
  min-height: 292px;
  padding: 28px 32px 22px;
  border: 1px solid var(--technology-border);
  border-radius: 13px;
  outline: 4px solid rgba(255, 255, 255, 0.38);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(24, 64, 112, 0.18), 0 4px 12px rgba(24, 64, 112, 0.09), inset 0 1px 0 #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.globalsign-technology-card::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 118px;
  left: 28px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--technology-accent), transparent);
  opacity: 0.78;
}
.globalsign-technology-card:nth-child(2) {
  --technology-accent: #ff922c;
}
.globalsign-technology-card:nth-child(3) {
  --technology-accent: #358ff0;
}
.globalsign-technology-card:nth-child(4) {
  --technology-accent: #32abc7;
}
.globalsign-technology-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(24, 64, 112, 0.24), 0 6px 16px rgba(24, 64, 112, 0.11), inset 0 1px 0 #ffffff;
}
.globalsign-technology-card__icon {
  position: absolute;
  z-index: 1;
  top: -19px;
  right: 26px;
  width: 82px;
  height: 82px;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 9px 20px rgba(72, 84, 140, 0.16);
}
.globalsign-technology-card h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: calc(100% - 88px);
  margin: 0 0 14px;
  color: #11182a;
  font-size: 22px;
  font-weight: var(--globalsign-weight);
  line-height: 32px;
}
.globalsign-technology-card h3 span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 31px;
  padding: 0 10px;
  border-radius: 18px;
  color: #ffffff;
  background: var(--technology-accent);
  font-size: 17px;
  line-height: 1;
}
.globalsign-technology-card p {
  margin: 0;
  color: #17233b;
  font-size: var(--globalsign-body);
  line-height: 24px;
}
.globalsign-technology-card strong {
  color: var(--technology-accent);
  font-weight: 500;
}
.globalsign-technology-card ul {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px dashed var(--technology-border);
  color: #25324a;
  font-size: var(--globalsign-body);
  line-height: 24px;
  list-style: none;
}
.globalsign-technology-card li {
  position: relative;
  padding-left: 20px;
}
.globalsign-technology-card li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--technology-accent);
}
.globalsign-scenarios {
  background: #f5f9fd;
}
.globalsign-scenarios__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.globalsign-scenario-card {
  overflow: hidden;
  border: 1px solid var(--globalsign-border);
  border-radius: 12px;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.globalsign-scenario-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card, 0 12px 34px rgba(15, 61, 133, 0.1));
}
.globalsign-scenario-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.globalsign-scenario-card > div {
  padding: 22px 28px 26px;
}
.globalsign-scenario-card h3 {
  margin: 0 0 12px;
  font-size: var(--globalsign-card-title);
  line-height: 30px;
}
.globalsign-scenario-card p {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
  margin: 7px 0 0;
  font-size: var(--globalsign-body);
  line-height: 24px;
}
.globalsign-scenario-card p span {
  align-self: start;
  padding: 2px 8px;
  border-radius: 3px;
  color: #1d2736;
  background: #edf1f7;
  font-weight: var(--globalsign-weight);
  white-space: nowrap;
}
.globalsign-cloud {
  background: #ffffff;
}
.globalsign-cloud__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.globalsign-cloud-card {
  min-height: 270px;
  padding: 30px 32px;
  border: 1px solid #bcd7fa;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(12, 89, 219, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.globalsign-cloud-card:hover {
  transform: translateY(-4px);
  border-color: #78adf4;
  box-shadow: 0 14px 32px rgba(12, 89, 219, 0.1);
}
.globalsign-cloud-card img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}
.globalsign-cloud-card h3 {
  margin: 22px 0 10px;
  font-size: var(--globalsign-card-title);
  line-height: 29px;
}
.globalsign-cloud-card p {
  margin: 0;
  color: #587392;
  font-size: var(--globalsign-body);
  line-height: 26px;
}
.globalsign-faq {
  background: #f4f6f9;
}
.globalsign-faq__list {
  display: grid;
  gap: 10px;
}
.globalsign-faq-item {
  overflow: hidden;
  border: 1px solid var(--globalsign-border);
  border-radius: 8px;
  background: #ffffff;
}
.globalsign-faq-item__question {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 20px;
  border: 0;
  color: #002249;
  background: #ffffff;
  font-size: 16px;
  font-weight: var(--globalsign-weight);
  text-align: left;
  cursor: pointer;
}
.globalsign-faq-item__question:hover {
  background: #f5f9fd;
}
.globalsign-faq-item__question::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--globalsign-primary);
  font-size: 24px;
  font-weight: 400;
}
.globalsign-faq-item.is-open .globalsign-faq-item__question {
  color: #ffffff;
  background: #002249;
}
.globalsign-faq-item.is-open .globalsign-faq-item__question::after {
  content: "−";
  color: #ffffff;
}
.globalsign-faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.globalsign-faq-item__answer p {
  margin: 0;
  padding: 18px 20px 22px;
  color: #002249;
  font-size: 16px;
  line-height: 28px;
  white-space: pre-line;
}
.globalsign-consultation {
  width: min(1200px, calc(100% - 48px));
  margin: 60px auto;
  padding: 50px 0;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(105deg, #08b8cb, #0fa887);
}
.globalsign-consultation__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.globalsign-consultation__content h2 {
  margin: 0;
  font-size: 32px;
  line-height: 43px;
}
.globalsign-consultation__content p {
  margin: 10px 0 22px;
  font-size: 16px;
  line-height: 26px;
}
.globalsign-consultation__qr {
  width: 142px;
  height: 142px;
  object-fit: cover;
}
/* ==================== 响应式 ==================== */
@media (max-width: 1024px) {
  .globalsign-page__container {
    width: min(60%, 940px);
  }
  .globalsign-hero__content {
    width: 55%;
  }
  .globalsign-hero__visual {
    width: 40%;
  }
  .globalsign-hero__title {
    font-size: 42px;
  }
  .globalsign-hero__eyebrow {
    font-size: 22px;
  }
  .globalsign-hero__description,
  .globalsign-hero__features li {
    font-size: 16px;
  }
  .globalsign-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }
  .globalsign-brand__grid,
  .globalsign-cloud__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .globalsign-page__container,
  .globalsign-page__container--faq {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .globalsign-section {
    padding: 40px 0;
  }
  .globalsign-section__header,
  .globalsign-section__header--compact {
    margin-bottom: 26px;
  }
  .globalsign-section__title {
    font-size: 27px;
    line-height: 38px;
  }
  .globalsign-section__subtitle {
    font-size: 16px;
    line-height: 26px;
  }
  .globalsign-section__subtitle br {
    display: none;
  }
  .globalsign-hero {
    height: auto;
    min-height: 500px;
    background-position: 60% center;
  }
  .globalsign-hero__inner {
    height: auto;
    min-height: 500px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding-top: 38px;
    padding-bottom: 30px;
  }
  .globalsign-hero__content {
    width: 100%;
    order: 1;
  }
  .globalsign-hero__visual {
    width: 100%;
    order: 2;
    margin-top: 22px;
  }
  .globalsign-hero__visual img {
    width: 240px;
    height: auto;
  }
  .globalsign-hero__eyebrow {
    font-size: 20px;
    line-height: 28px;
  }
  .globalsign-hero__title {
    font-size: 36px;
    line-height: 48px;
  }
  .globalsign-hero__description {
    font-size: 15px;
    line-height: 26px;
  }
  .globalsign-hero__features li {
    font-size: 15px;
    line-height: 25px;
  }
  .globalsign-stats {
    padding: 32px 0;
  }
  .globalsign-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .globalsign-stat {
    justify-content: flex-start;
    gap: clamp(6px, 2vw, 14px);
  }
  .globalsign-stat__icon {
    width: clamp(30px, 10vw, 56px);
    height: clamp(30px, 10vw, 56px);
  }
  .globalsign-stat__number {
    font-size: clamp(18px, 6vw, 28px);
    line-height: clamp(22px, 6.6vw, 32px);
    white-space: nowrap;
  }
  .globalsign-stat p {
    margin: 2px 0 0;
    font-size: clamp(11px, 3.4vw, 15px);
    line-height: clamp(14px, 4vw, 22px);
    white-space: nowrap;
  }
  .globalsign-products__tabs {
    height: 60px;
  }
  .globalsign-products__tab {
    width: 50%;
    padding: 0;
    text-align: center;
  }
  .globalsign-products__table-wrap {
    overflow: visible;
    padding: 14px;
  }
  .globalsign-product-table,
  .globalsign-product-table tbody,
  .globalsign-product-table tr,
  .globalsign-product-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .globalsign-product-table thead {
    display: none;
  }
  .globalsign-product-table tbody {
    display: grid;
    gap: 14px;
  }
  .globalsign-product-table tr {
    overflow: hidden;
    border: 1px solid var(--globalsign-border);
    border-radius: 8px;
  }
  .globalsign-product-table td {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
    overflow-wrap: anywhere;
  }
  .globalsign-product-table td::before {
    content: attr(data-label);
    color: #587392;
    font-weight: var(--globalsign-weight);
  }
  .globalsign-brand__grid,
  .globalsign-technology__grid,
  .globalsign-scenarios__grid,
  .globalsign-cloud__grid {
    grid-template-columns: 1fr;
  }
  .globalsign-brand__grid,
  .globalsign-scenarios__grid,
  .globalsign-cloud__grid {
    gap: 8px;
  }
  .globalsign-brand-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .globalsign-faq__list {
    gap: 8px;
  }
  .globalsign-technology {
    padding-top: 48px;
    padding-bottom: 52px;
  }
  .globalsign-technology .globalsign-section__header {
    margin-bottom: 46px;
  }
  .globalsign-technology__grid {
    gap: 26px;
  }
  .globalsign-technology-card {
    min-height: 0;
    padding: 28px 24px 24px;
  }
  .globalsign-scenario-card > div {
    padding: 20px;
  }
  .globalsign-cloud-card {
    min-height: 0;
    padding: 20px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .globalsign-cloud-card img {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
  }
  .globalsign-cloud-card h3 {
    margin: 0 0 8px;
  }
  .globalsign-faq-item__question {
    gap: 12px;
    padding: 12px 14px;
    font-size: 15px;
  }
  .globalsign-faq-item__answer p {
    padding: 15px 14px 18px;
    font-size: 14px;
    line-height: 25px;
  }
  .globalsign-consultation {
    width: calc(100% - 32px);
    margin: 40px auto;
    padding: 38px 0;
  }
  .globalsign-consultation__inner {
    align-items: flex-start;
    gap: 12px;
  }
  .globalsign-consultation__content h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .globalsign-consultation__content p {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.45;
  }
}
@media (max-width: 480px) {
  .globalsign-hero__title {
    font-size: 31px;
    line-height: 42px;
  }
  .globalsign-hero__eyebrow {
    font-size: 18px;
  }
  .globalsign-brand-card p {
    text-align: left;
  }
  .globalsign-technology-card__icon {
    top: -15px;
    right: 16px;
    width: 64px;
    height: 64px;
    border-radius: 12px;
  }
  .globalsign-technology-card h3 {
    max-width: calc(100% - 54px);
    gap: 9px;
    font-size: 18px;
    line-height: 27px;
  }
  .globalsign-technology-card h3 span {
    min-width: 40px;
    height: 27px;
    padding: 0 8px;
    font-size: 14px;
  }
  .globalsign-scenario-card p {
    grid-template-columns: 1fr;
  }
  .globalsign-scenario-card p span {
    width: fit-content;
  }
  .globalsign-consultation {
    width: calc(100% - 24px);
    margin: 24px auto;
    padding: 28px 0;
    border-radius: 12px;
  }
  .globalsign-consultation__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .globalsign-page__button--light {
    width: 120px;
    height: 36px;
    font-size: 14px;
    white-space: nowrap;
    min-width: 0;
  }
  .globalsign-consultation__qr {
    width: 130px;
    height: 130px;
    flex-basis: 130px;
  }
}
