.site-header-actions {
  gap: 12px;
}

header nav {
  gap: clamp(20px, 2.1vw, 38px) !important;
}

header nav .nav-link {
  font-size: 1rem !important;
}

.site-header-demo,
.site-header-login {
  display: inline-flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.site-header-demo {
  border: 1px solid rgba(64, 176, 255, 0.62);
  background: linear-gradient(180deg, rgba(21, 135, 255, 0.92), rgba(12, 89, 190, 0.88));
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 112, 230, 0.22);
}

.site-header-login {
  gap: 8px;
  border: 1px solid rgba(40, 94, 155, 0.82);
  background: rgba(6, 23, 51, 0.74);
  color: #74c6ff;
  box-shadow: 0 0 20px rgba(0, 95, 190, 0.16);
}

.site-header-login svg {
  width: 20px;
  height: 20px;
  color: #d5eaff;
}

.site-header-demo:hover,
.site-header-login:hover {
  transform: translateY(-1px);
}

.site-header-demo:hover {
  border-color: rgba(128, 220, 255, 0.86);
  background: linear-gradient(180deg, rgba(37, 156, 255, 0.96), rgba(16, 101, 208, 0.92));
}

.site-header-login:hover {
  border-color: rgba(81, 176, 255, 0.9);
  background: rgba(8, 34, 74, 0.86);
  color: #a9ddff;
}

footer>.content-width {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #030911;
}

.footer-legal-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #8297ad;
  font-size: 12px;
  line-height: 1.7;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}

.footer-contact-phone {
  display: inline-flex;
  width: fit-content;
  color: #dbe9f6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}

footer img[src="/logo-mark.png"] {
  display: block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 999px;
  background: #ffffff;
  object-fit: contain;
}

.footer-legal a {
  color: #9fb2c6;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: #ffffff;
}

.news-page {
  background: #f3f7fb;
  color: #0b1424;
}

.news-hero-section {
  position: relative;
  overflow: hidden;
  padding: 56px 0;
  background: #07111f;
  color: #ffffff;
}

.news-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(126, 185, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(126, 185, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.54;
}

.news-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 34px;
  align-items: center;
}

.news-eyebrow {
  color: #82dbff;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.22em;
}

.news-hero-copy h1 {
  margin-top: 16px;
  color: #ffffff;
  font-family: Space Grotesk, Noto Sans SC, sans-serif;
  font-size: 3.1rem;
  font-weight: 720;
  line-height: 1.12;
}

.news-hero-copy p {
  margin-top: 18px;
  max-width: 44rem;
  color: #bfd0e3;
  font-size: 1.08rem;
  line-height: 1.86;
}

.news-hero-visual {
  display: grid;
  gap: 18px;
}

.news-device-card {
  display: flex;
  min-height: 13rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #17314b;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 30%, rgba(50, 150, 255, 0.22), transparent 58%), linear-gradient(180deg, rgba(10, 24, 42, 0.94), rgba(7, 18, 31, 0.88));
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28);
}

.news-device-card img {
  width: min(82%, 23rem);
  filter: drop-shadow(0 26px 46px rgba(0, 0, 0, 0.48));
}

.news-hero-list {
  border: 1px solid #17314b;
  border-radius: 24px;
  background: rgba(7, 18, 31, 0.76);
  padding: 4px 22px;
}

.news-hero-list>div {
  border-bottom: 1px solid rgba(126, 185, 255, 0.14);
  padding: 15px 0;
}

.news-hero-list>div:last-child {
  border-bottom: 0;
}

.news-hero-list span {
  display: block;
  color: #8eb7d8;
  font-size: 13px;
  font-weight: 620;
}

.news-hero-list strong {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.news-section {
  padding: 64px 0;
}

.news-section-white {
  background: #ffffff;
}

.news-section-soft {
  background: #f3f7fb;
}

.news-section-head {
  max-width: 46rem;
}

.news-section-head h2 {
  margin-top: 0;
  color: #0b1424;
  font-family: Space Grotesk, Noto Sans SC, sans-serif;
  font-size: 2.08rem;
  font-weight: 700;
  line-height: 1.25;
}

.news-section-head p {
  margin-top: 14px;
  color: #5c7087;
  font-size: 1rem;
  line-height: 1.82;
}

.news-feature-grid,
.news-category-grid,
.news-article-grid {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.news-feature-card,
.news-feature-side article,
.news-category-grid article,
.news-article-card {
  border: 1px solid #dbe5ef;
  background: linear-gradient(180deg, #ffffff, #f9fbfd);
  box-shadow: 0 14px 36px rgba(16, 39, 67, 0.06);
}

.news-feature-card {
  display: flex;
  min-height: 22rem;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 30px;
  padding: 30px;
}

.news-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-card-meta span,
.news-feature-side article>span,
.news-article-card>span {
  display: inline-flex;
  width: fit-content;
  border: 1px solid #cfe2f2;
  border-radius: 999px;
  background: #edf7fb;
  padding: 6px 10px;
  color: #24506e;
  font-size: 12px;
  font-weight: 720;
  line-height: 1;
}

.news-feature-card h3 {
  margin-top: 18px;
  color: #0b1424;
  font-size: 1.7rem;
  font-weight: 720;
  line-height: 1.28;
}

.news-feature-card p,
.news-feature-side p,
.news-article-card p,
.news-category-grid p {
  color: #51677e;
  font-size: 14px;
  line-height: 1.82;
}

.news-feature-card p {
  margin-top: 16px;
  max-width: 43rem;
}

.news-feature-card a,
.news-feature-side a,
.news-article-card a {
  margin-top: 22px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  color: #146bb8;
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
}

.news-feature-side {
  display: grid;
  gap: 20px;
}

.news-feature-side article {
  border-radius: 26px;
  padding: 24px;
}

.news-feature-side h3,
.news-article-card h3,
.news-category-grid h3 {
  margin-top: 14px;
  color: #0b1424;
  font-size: 1.16rem;
  font-weight: 720;
  line-height: 1.38;
}

.news-feature-side p,
.news-article-card p,
.news-category-grid p {
  margin-top: 12px;
}

.news-category-grid article {
  border-radius: 26px;
  padding: 24px;
}

.news-category-grid article>span {
  display: block;
  color: #2ea7cf;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.16em;
}

.news-article-card {
  display: flex;
  min-height: 16rem;
  flex-direction: column;
  border-radius: 26px;
  padding: 24px;
}

.news-article-card a {
  margin-top: auto;
  padding-top: 22px;
}

.news-list-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 44px;
  background: #07111f;
  color: #ffffff;
}

.news-list-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(126, 185, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(126, 185, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.52;
}

.news-list-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  align-items: end;
}

.news-list-hero h1 {
  margin-top: 14px;
  color: #ffffff;
  font-family: Space Grotesk, Noto Sans SC, sans-serif;
  font-size: 3.08rem;
  font-weight: 720;
  line-height: 1.12;
}

.news-list-hero p {
  margin-top: 18px;
  max-width: 48rem;
  color: #bfd0e3;
  font-size: 1.05rem;
  line-height: 1.82;
}

.news-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: min(100%, 29rem);
  overflow: hidden;
  border: 1px solid #17314b;
  border-radius: 18px;
  background: rgba(7, 18, 31, 0.84);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.news-search input {
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0 18px;
  color: #ffffff;
  font-size: 14px;
  outline: 0;
}

.news-search input::placeholder {
  color: #8ca7c2;
}

.news-search button {
  border: 0;
  background: linear-gradient(180deg, rgba(21, 135, 255, 0.95), rgba(12, 89, 190, 0.9));
  padding: 14px 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 720;
}

.news-list-section {
  padding: 44px 0 72px;
  background: #f3f7fb;
}

.news-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-bottom: 24px;
}

.news-category-tabs a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d2e0ee;
  border-radius: 999px;
  background: #ffffff;
  padding: 9px 16px;
  color: #36516d;
  font-size: 14px;
  font-weight: 680;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.news-category-tabs a:hover,
.news-category-tabs a.is-active {
  border-color: #1f8fff;
  background: #eaf6ff;
  color: #0f5da8;
}

.news-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

.news-feed {
  display: grid;
  gap: 18px;
}

.news-list-card {
  display: grid;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #f9fbfd);
  box-shadow: 0 14px 36px rgba(16, 39, 67, 0.06);
}

.news-list-card-image {
  display: flex;
  min-height: 11.5rem;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(11, 35, 66, 0.94), rgba(18, 92, 151, 0.78)),
    linear-gradient(rgba(126, 185, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 185, 255, 0.09) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
  color: #bfe7ff;
  text-decoration: none;
}

.news-list-card-image span {
  border: 1px solid rgba(191, 231, 255, 0.34);
  border-radius: 999px;
  background: rgba(5, 16, 28, 0.4);
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 720;
}

.news-list-card-body {
  min-width: 0;
  padding: 22px;
}

.news-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.news-list-meta span {
  display: inline-flex;
  border: 1px solid #cfe2f2;
  border-radius: 999px;
  background: #edf7fb;
  padding: 6px 10px;
  color: #24506e;
  font-size: 12px;
  font-weight: 720;
  line-height: 1;
}

.news-list-meta time {
  color: #71879f;
  font-size: 13px;
}

.news-list-card h2 {
  margin-top: 14px;
  color: #0b1424;
  font-size: 1.36rem;
  font-weight: 760;
  line-height: 1.38;
}

.news-list-card h2 a {
  color: inherit;
  text-decoration: none;
}

.news-list-card p {
  margin-top: 12px;
  color: #51677e;
  font-size: 14px;
  line-height: 1.82;
}

.news-list-card-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e2ebf4;
}

.news-list-card-foot a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #146bb8;
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
}

.news-list-card-foot span {
  color: #7a8fa5;
  font-size: 13px;
}

.news-sidebar {
  display: grid;
  gap: 18px;
}

.news-side-panel {
  border: 1px solid #dbe5ef;
  border-radius: 24px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 14px 36px rgba(16, 39, 67, 0.055);
}

.news-side-panel h2 {
  margin-top: 0;
  color: #0b1424;
  font-size: 1.08rem;
  font-weight: 760;
  line-height: 1.3;
}

.news-rank-list,
.news-tag-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.news-rank-list a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #36516d;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.news-rank-list span {
  color: #2ea7cf;
  font-size: 12px;
  font-weight: 820;
}

.news-rank-list strong {
  color: #263c55;
  font-weight: 650;
}

.news-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-tag-list a {
  border: 1px solid #d2e0ee;
  border-radius: 999px;
  background: #f7fbfe;
  padding: 7px 11px;
  color: #36516d;
  font-size: 13px;
  text-decoration: none;
}

.news-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
}

.news-pagination li {
  list-style: none;
}

.news-pagination li.active a {
  border-color: #1f8fff;
  background: #1f8fff;
  color: #ffffff;
}

.news-pagination a {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2e0ee;
  border-radius: 999px;
  background: #ffffff;
  color: #36516d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.news-pagination a.is-current {
  border-color: #1f8fff;
  background: #1f8fff;
  color: #ffffff;
}

.news-pagination-next {
  padding: 0 16px;
}

.news-detail-page {
  background: #f3f7fb;
  color: #0b1424;
}

.news-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 50px 0 42px;
  background: #07111f;
  color: #ffffff;
}

.news-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(126, 185, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(126, 185, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.52;
}

.news-detail-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 62rem;
}

.news-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #8fb2d2;
  font-size: 13px;
}

.news-breadcrumb a {
  color: #b8d6ef;
  text-decoration: none;
}

.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: 24px;
}

.news-detail-meta span {
  display: inline-flex;
  border: 1px solid rgba(126, 185, 255, 0.32);
  border-radius: 999px;
  background: rgba(15, 35, 58, 0.8);
  padding: 7px 12px;
  color: #82dbff;
  font-size: 13px;
  font-weight: 720;
  line-height: 1;
}

.news-detail-meta time,
.news-detail-meta strong {
  color: #a9bed2;
  font-size: 13px;
  font-weight: 560;
}

.news-detail-hero h1 {
  margin-top: 18px;
  color: #ffffff;
  font-family: Space Grotesk, Noto Sans SC, sans-serif;
  font-size: 3rem;
  font-weight: 720;
  line-height: 1.16;
}

.news-detail-intro {
  margin-top: 20px;
  max-width: 52rem;
  color: #bfd0e3;
  font-size: 1.08rem;
  line-height: 1.86;
}

.news-detail-section {
  padding: 42px 0 72px;
  background: #f3f7fb;
}

.news-detail-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

.news-article-shell {
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(16, 39, 67, 0.07);
}

.news-article-content {
  padding: 34px;
}

.news-article-content h2 {
  margin-top: 34px;
  color: #0b1424;
  font-size: 1.6rem;
  font-weight: 760;
  line-height: 1.36;
}

.news-article-content h2:first-child {
  margin-top: 0;
}

.news-article-content h3 {
  margin-top: 26px;
  color: #102943;
  font-size: 1.18rem;
  font-weight: 740;
  line-height: 1.4;
}

.news-article-content p {
  margin-top: 14px;
  color: #465d75;
  font-size: 1rem;
  line-height: 1.92;
}

.news-article-content ul,
.news-article-content ol {
  margin: 14px 0 0;
  padding-left: 1.25rem;
  color: #465d75;
  font-size: 1rem;
  line-height: 1.9;
}

.news-article-content li+li {
  margin-top: 8px;
}

.news-article-note {
  margin-top: 28px;
  border-left: 4px solid #2ea7cf;
  background: #f0f9fd;
  padding: 18px 20px;
  color: #36516d;
  font-size: 0.96rem;
  line-height: 1.8;
}

.news-article-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  border-top: 1px solid #e2ebf4;
  padding-top: 22px;
}

.news-article-footer a {
  border: 1px solid #d2e0ee;
  border-radius: 999px;
  background: #f7fbfe;
  padding: 8px 12px;
  color: #36516d;
  font-size: 13px;
  text-decoration: none;
}

.news-detail-sidebar {
  display: grid;
  gap: 18px;
}

.news-detail-panel {
  border: 1px solid #dbe5ef;
  border-radius: 24px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 14px 36px rgba(16, 39, 67, 0.055);
}

.news-detail-panel h2 {
  margin-top: 0;
  color: #0b1424;
  font-size: 1.08rem;
  font-weight: 760;
  line-height: 1.3;
}

.news-toc,
.news-related-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.news-toc a,
.news-related-list a {
  color: #36516d;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.news-toc a {
  border-left: 2px solid #d2e0ee;
  padding-left: 10px;
  transition: color 0.2s, border-color 0.2s;
}

/* h3 子级目录缩进 */
.toc-sub {
  padding-left: 24px !important;
  font-size: 13px !important;
  opacity: 0.88;
}

/* 当前阅读位置高亮 */
.toc-active {
  color: #1f8fff !important;
  border-left-color: #1f8fff !important;
  font-weight: 600;
}

/* 空目录提示 */
.toc-empty {
  color: #9baabb;
  font-size: 13px;
}

.news-related-list a {
  border-bottom: 1px solid #edf2f7;
  padding-bottom: 12px;
}

.news-related-list a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-page {
  background: #f3f7fb;
  color: #0b1424;
}

.about-page-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 48px;
  background: linear-gradient(180deg, #07111f 0%, #081827 100%);
  color: #ffffff;
}

.about-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(126, 185, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(126, 185, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.56;
}

.about-company-hero {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 30px 42px;
  align-items: center;
}

.about-page-copy {
  min-width: 0;
  max-width: 50rem;
}

.about-page-copy h1 {
  margin-top: 0;
  color: #ffffff;
  font-family: Space Grotesk, Noto Sans SC, sans-serif;
  font-size: 3.08rem;
  font-weight: 700;
  line-height: 1.12;
}

.about-page-copy p {
  margin-top: 18px;
  max-width: 46rem;
  color: #bfd0e3;
  font-size: 1.05rem;
  line-height: 1.82;
}

.about-company-meta {
  border: 1px solid #17314b;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(10, 24, 42, 0.9), rgba(7, 18, 31, 0.84));
  padding: 2px 24px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.about-company-meta>div {
  border-bottom: 1px solid rgba(126, 185, 255, 0.14);
  padding: 16px 0;
}

.about-company-meta>div:last-child {
  border-bottom: 0;
}

.about-company-meta span {
  display: block;
  color: #8eb7d8;
  font-size: 13px;
  font-weight: 620;
}

.about-company-meta strong {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.55;
}

.about-page-section {
  padding: 64px 0;
}

.about-page-section.is-white {
  background: #ffffff;
}

.about-page-section.is-soft {
  background: #f3f7fb;
}

.about-section-title {
  max-width: 24rem;
}

.about-section-title h2 {
  margin-top: 0;
  color: #0b1424;
  font-family: Space Grotesk, Noto Sans SC, sans-serif;
  font-size: 2.08rem;
  font-weight: 700;
  line-height: 1.25;
}

.about-section-title p {
  margin-top: 14px;
  color: #5c7087;
  font-size: 1rem;
  line-height: 1.82;
}

.about-history-layout {
  display: grid;
  gap: 38px;
  align-items: start;
}

.about-history-card {
  border: 1px solid #dbe5ef;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f9fbfd);
  padding: 6px 26px;
  box-shadow: 0 14px 36px rgba(16, 39, 67, 0.055);
}

.about-history-row {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr);
  gap: 22px;
  border-bottom: 1px solid #e2ebf4;
  padding: 22px 0;
}

.about-history-row:last-child {
  border-bottom: 0;
}

.about-history-row time {
  display: inline-flex;
  width: fit-content;
  height: 30px;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #cfe2f2;
  background: #edf7fb;
  padding: 6px 10px;
  color: #24506e;
  font-size: 13px;
  font-weight: 720;
  line-height: 1;
}

.about-history-row h3 {
  margin-top: 0;
  color: #0b1424;
  font-size: 1.12rem;
  font-weight: 720;
  line-height: 1.38;
}

.about-history-row p {
  margin-top: 8px;
  color: #51677e;
  font-size: 14px;
  line-height: 1.78;
}

.about-partner-section {
  border-top: 1px solid #dbe5ef;
}

.about-partner-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

.about-partner-intro {
  max-width: none;
}

.about-partner-eyebrow {
  margin: 0 0 12px;
  color: #3b84af;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-partner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.about-partner-panel {
  border: 1px solid #dbe5ef;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f9fbfd);
  padding: 24px;
  box-shadow: 0 14px 36px rgba(16, 39, 67, 0.055);
}

.about-partner-grid {
  display: grid;
  gap: 16px;
}

.about-partner-card {
  border: 1px solid #dbe5ef;
  border-radius: 20px;
  background: #ffffff;
  padding: 18px 18px 17px;
}

.about-partner-card-title {
  color: #0b1424;
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.4;
}

.about-partner-card p {
  margin-top: 8px;
  color: #51677e;
  font-size: 14px;
  line-height: 1.75;
}

.about-partner-note {
  margin-top: 16px;
  color: #5c7087;
  font-size: 13px;
  line-height: 1.7;
}

[data-contact-form] .field-input {
  border-color: #cfddea !important;
  background: #ffffff !important;
  color: #18345d !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(24, 52, 93, 0.04);
}

[data-contact-form] .field-input::placeholder {
  color: #8496aa !important;
}

[data-contact-form] .field-input:focus {
  border-color: #168dff !important;
  background: #ffffff !important;
  color: #18345d !important;
  box-shadow: 0 0 0 4px rgba(22, 141, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

[data-contact-form] select.field-input,
[data-contact-form] select.field-input option {
  background: #ffffff;
  color: #18345d;
}

.contact-request-page .content-width {
  align-items: stretch;
}

.contact-request-hero,
.contact-request-panel {
  height: 100%;
}

.contact-request-hero {
  display: flex;
  flex-direction: column;
}

.contact-hero-highlights {
  display: grid;
  gap: 14px;
}

.contact-hero-card {
  border: 1px solid rgba(29, 63, 96, 0.88);
  border-radius: 22px;
  background: rgba(11, 24, 40, 0.92);
  padding: 18px 18px 16px;
}

.contact-hero-card-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}

.contact-hero-card p {
  margin-top: 8px;
  color: #b9cada;
  font-size: 14px;
  line-height: 1.8;
}

.contact-request-form {
  margin-top: 28px;
}

.contact-field-hint {
  color: #72859b;
  font-size: 12px;
  line-height: 1;
}

.contact-multi-select {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.contact-check-option {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d6e2ed;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f9fbfe);
  padding: 14px 16px;
  color: #18345d;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.contact-check-option:hover {
  border-color: #8ebee3;
  box-shadow: 0 10px 28px rgba(24, 52, 93, 0.06);
  transform: translateY(-1px);
}

.contact-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-check-box {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b7cade;
  border-radius: 7px;
  background: #ffffff;
  color: transparent;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.contact-check-box svg {
  width: 14px;
  height: 14px;
}

.contact-check-label {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.contact-check-input:checked+.contact-check-box {
  border-color: #168dff;
  background: linear-gradient(180deg, #2db1ff, #168dff);
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(22, 141, 255, 0.12);
}

.contact-check-input:checked~.contact-check-label {
  color: #0f4f93;
}

.contact-form-note {
  color: #667b91;
  font-size: 13px;
  line-height: 1.8;
}

.contact-panel-phone {
  margin-top: 6px;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.home-hero-cta-secondary {
  border-color: rgba(77, 126, 180, 0.92) !important;
  color: #e6f2ff !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2) !important;
}

.home-hero-cta-secondary:hover {
  border-color: rgba(120, 190, 255, 0.92) !important;
  color: #ffffff !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24) !important;
}

.experience-page {
  background: #f3f7fb;
  color: #0b1424;
}

.experience-eyebrow {
  color: #7dd9ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.experience-hero-copy {
  max-width: 56rem;
}

.experience-hero-copy .page-subtitle {
  max-width: 46rem;
}

.experience-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.experience-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(80, 122, 165, 0.75);
  border-radius: 999px;
  background: rgba(8, 21, 37, 0.74);
  padding: 10px 16px;
  color: #d8e8f7;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.experience-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
}

.experience-section-head .body-muted {
  max-width: 48rem;
}

.experience-explorer {
  width: 100%;
}

.experience-panel-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.experience-panel-tag {
  color: #245782;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.experience-panel-title {
  margin-top: 6px;
  color: #18345d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.experience-panel-copy {
  margin-top: 14px;
  color: #617890;
  font-size: 14px;
  line-height: 1.8;
}

.experience-upload-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.experience-upload-button {
  min-width: 136px;
}

.experience-upload-button:disabled {
  opacity: 0.62;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.experience-preview-surface {
  position: relative;
  min-height: 32rem;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #dbe6f0;
  border-radius: 30px;
  background: linear-gradient(180deg, #f1f6fc 0%, #e8f0f8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.experience-preview-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 32%, rgba(29, 136, 255, 0.12), transparent 42%), radial-gradient(circle at 50% 100%, rgba(29, 136, 255, 0.08), transparent 38%);
  pointer-events: none;
}

.experience-preview-surface.is-workbench {
  display: flex;
  min-height: 100%;
  height: 100%;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.experience-preview-empty,
.experience-preview-media {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.experience-preview-empty {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 24px;
  text-align: center;
}

.experience-preview-empty.is-hidden {
  display: none;
}

.experience-preview-icon {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(46, 124, 205, 0.16);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(241, 247, 253, 0.96));
  color: #2078d0;
  box-shadow: 0 18px 44px rgba(24, 52, 93, 0.08);
}

.experience-preview-icon svg {
  width: 34px;
  height: 34px;
}

.experience-preview-empty h3 {
  margin-top: 20px;
  color: #18345d;
  font-size: 24px;
  font-weight: 700;
}

.experience-preview-empty p {
  margin-top: 10px;
  max-width: 28rem;
  color: #60778f;
  font-size: 14px;
  line-height: 1.86;
}

.experience-preview-button {
  margin-top: 22px;
}

.experience-preview-media[hidden] {
  display: none !important;
}

.experience-preview-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.experience-preview-frame {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.experience-preview-sheet {
  position: relative;
  width: 100%;
  max-width: 54rem;
  aspect-ratio: 2574 / 1652;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 26px 64px rgba(24, 52, 93, 0.14);
}

.experience-preview-sheet img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #ffffff;
}

.experience-preview-replace {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(208, 223, 238, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0;
  color: #18345d;
  box-shadow: 0 12px 26px rgba(24, 52, 93, 0.16);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(12px);
}

.experience-preview-replace svg {
  width: 20px;
  height: 20px;
}

.experience-preview-replace:hover {
  transform: translateY(-1px);
  border-color: #8ebee3;
  background: #ffffff;
  color: #116bd9;
}

.experience-result-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
}

.experience-result-head {
  border-bottom: 1px solid #e5edf5;
  padding: 20px 24px 18px;
}

.experience-result-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.experience-result-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(17, 107, 217, 0.14);
  border-radius: 999px;
  background: #f1f7ff;
  padding: 9px 14px;
  color: #116bd9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.experience-result-help {
  margin-top: 14px;
  color: #60778f;
  font-size: 13px;
  line-height: 1.8;
}

.experience-toolbar-actions-only {
  display: flex;
  justify-content: flex-end;
}

.experience-view-tabs {
  width: fit-content;
}

.experience-result-body {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
  padding: 22px 24px 24px;
}

.experience-result-shell {
  position: relative;
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dbe6f1;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.experience-processing {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(180deg, rgba(251, 253, 255, 0.8), rgba(244, 248, 252, 0.92));
  padding: 24px;
  backdrop-filter: blur(8px);
}

.experience-processing[hidden] {
  display: none !important;
}

.experience-processing-spinner {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border: 2px solid #d8e7f7;
  border-top-color: #168dff;
  border-radius: 999px;
  animation: experience-spin 0.8s linear infinite;
}

.experience-processing-title {
  color: #18345d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.experience-processing-copy {
  margin-top: 4px;
  color: #60778f;
  font-size: 13px;
  line-height: 1.75;
}

.experience-status {
  display: none;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.8;
}

.experience-status.is-visible {
  display: block;
}

.experience-status.is-info {
  border-color: #d9e7f5;
  background: #f6fbff;
  color: #4f6780;
}

.experience-status.is-success {
  border-color: #b9e5d4;
  background: #f1fbf6;
  color: #1f6b4b;
}

.experience-status.is-error {
  border-color: #f0cac7;
  background: #fff5f3;
  color: #9a3f39;
}

.experience-unlock-panel[hidden] {
  display: none !important;
}

.experience-unlock-panel {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(180deg, rgba(251, 253, 255, 0.72), rgba(244, 248, 252, 0.92));
  backdrop-filter: blur(10px);
}

.experience-gate-panel {
  width: min(100%, 34rem);
  border: 1px solid #d7e3ef;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  padding: 18px 18px 20px;
  box-shadow: 0 14px 36px rgba(16, 39, 67, 0.05);
}

.experience-gate-title {
  color: #18345d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.experience-gate-copy {
  margin-top: 8px;
  color: #617890;
  font-size: 13px;
  line-height: 1.8;
}

.experience-gate-form {
  margin-top: 16px;
}

.experience-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr);
}

.experience-form-label {
  display: block;
  color: #21344d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.experience-form-input {
  margin-top: 8px;
  width: 100%;
  border: 1px solid #d6e2ed;
  border-radius: 16px;
  background: #ffffff;
  padding: 13px 14px;
  color: #18345d;
  font-size: 14px;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.experience-form-input::placeholder {
  color: #8aa1b8;
}

.experience-form-input:focus {
  border-color: #168dff;
  box-shadow: 0 0 0 4px rgba(22, 141, 255, 0.12);
  outline: none;
}

.experience-code-row {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.experience-code-action {
  display: inline-flex;
  min-width: 132px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cddfed;
  border-radius: 16px;
  background: #f5f9fd;
  padding: 0 18px;
  color: #18345d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.experience-code-action:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: #8ebee3;
  background: #edf6ff;
}

.experience-code-action:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.experience-submit {
  width: 100%;
  margin-top: 16px;
}

.experience-fields {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0;
}

.experience-fields.has-file-placeholder,
.experience-fields:has(.experience-file-placeholder) {
  overflow-y: hidden;
}

.experience-fields[hidden],
.experience-field-note[hidden] {
  display: none !important;
}

.experience-field-row {
  display: grid;
  gap: 6px;
  padding: 14px 0;
  border-bottom: 1px solid #e7eef6;
}

.experience-field-row:last-child {
  border-bottom: 0;
}

.experience-field-label {
  color: #7b8fa3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.experience-field-value {
  color: #18345d;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-word;
}

.experience-field-value.is-placeholder {
  display: inline-flex;
  min-width: 8.4rem;
  min-height: 1rem;
  align-items: center;
  color: #8ea4ba;
  font-size: 14px;
  font-weight: 600;
}

.experience-field-placeholder-bar {
  width: 7.2rem;
  height: 14px;
  border-radius: 999px;
  background: #e6edf4;
}

.experience-table-skeleton {
  display: block;
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: #e6edf4;
}

.experience-field-value.is-skeleton {
  min-width: 7.2rem;
  min-height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #edf3f9, #dfe8f2, #edf3f9);
  background-size: 200% 100%;
  animation: experience-skeleton 1.4s linear infinite;
}

.experience-field-value.is-dimmed {
  color: #9ab0c4;
}

.experience-field-note {
  margin-top: 18px;
  color: #6b7f94;
  font-size: 12px;
  line-height: 1.75;
}

.experience-file-skeleton-block {
  padding: 18px 0;
}

.experience-file-placeholder {
  box-sizing: border-box;
  display: grid;
  gap: 0;
  align-content: start;
  overflow: hidden;
}

.experience-file-placeholder .experience-file-skeleton-block {
  padding: 12px 0;
  border-bottom: 1px solid #e7eef6;
}

.experience-file-placeholder .experience-file-skeleton-block:last-child {
  border-bottom: 0;
}

.experience-file-skeleton-label {
  display: inline-flex;
  align-items: center;
  color: #68819c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.experience-file-skeleton-lines {
  display: grid;
  gap: 10px;
}

.experience-file-skeleton-line {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: #e6edf4;
}

.experience-file-skeleton-line.is-animated {
  background: linear-gradient(90deg, #edf3f9, #dfe8f2, #edf3f9);
  background-size: 200% 100%;
  animation: experience-skeleton 1.4s linear infinite;
}

.experience-file-skeleton-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e1eaf3;
  border-radius: 14px;
  background: #ffffff;
}

.experience-file-skeleton-table span {
  display: block;
  min-height: 26px;
  border-right: 1px solid #e7eef6;
  border-bottom: 1px solid #e7eef6;
  background: #e6edf4;
}

.experience-file-skeleton-table span:nth-child(3n) {
  border-right: 0;
}

.experience-file-skeleton-table span:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.experience-file-skeleton-table span.is-animated,
.experience-file-skeleton-image.is-animated {
  background: linear-gradient(90deg, #edf3f9, #dfe8f2, #edf3f9);
  background-size: 200% 100%;
  animation: experience-skeleton 1.4s linear infinite;
}

.experience-file-skeleton-image {
  position: relative;
  min-height: 72px;
  overflow: hidden;
  border: 1px solid #e1eaf3;
  border-radius: 16px;
  background: linear-gradient(180deg, #eef4fa 0%, #f8fbff 100%);
}

.experience-file-skeleton-image span {
  position: absolute;
  right: 18px;
  bottom: 14px;
  left: 18px;
  height: 34px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(135deg, #dbe7f2 0 48%, transparent 48%),
    linear-gradient(45deg, transparent 0 44%, #cfdeea 44% 68%, transparent 68%);
}

.experience-compare-grid {
  display: grid;
  gap: 20px;
  margin-top: 26px;
}

.experience-compare-card {
  overflow: hidden;
  border: 1px solid #dbe6f1;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 48px rgba(16, 39, 67, 0.08);
}

.experience-compare-card.is-warning {
  background: linear-gradient(180deg, #fffdfb 0%, #fff8f5 100%);
}

.experience-compare-card.is-success {
  background: linear-gradient(180deg, #fbfffd 0%, #f4fbf7 100%);
}

.experience-compare-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #eef5fc;
  padding: 8px 14px;
  color: #20496e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.experience-compare-card.is-warning .experience-compare-label {
  background: #fff1ee;
  color: #b74d34;
}

.experience-compare-card.is-success .experience-compare-label {
  background: #eefaf4;
  color: #167150;
}

.experience-compare-icon {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: currentColor;
  color: inherit;
}

.experience-compare-icon svg {
  width: 13px;
  height: 13px;
  color: #ffffff;
}

.experience-compare-card figure {
  margin: 0;
}

.experience-compare-card img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: contain;
  background: linear-gradient(180deg, #eef4fa 0%, #f7fbff 100%);
  padding: 18px;
}

.experience-compare-card.is-warning img {
  background: linear-gradient(180deg, #fff4f0 0%, #fffaf8 100%);
}

.experience-compare-card.is-success img {
  background: linear-gradient(180deg, #effbf5 0%, #f8fffb 100%);
}

.experience-compare-card figcaption {
  padding: 20px 22px 22px;
}

.experience-compare-card p {
  margin-top: 12px;
  color: #5f748a;
  font-size: 14px;
  line-height: 1.8;
}

.experience-compare-callout {
  margin-top: 22px;
  border: 1px solid #dbe6f1;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #f3fbf7);
  padding: 18px 20px;
  color: #51677e;
  font-size: 14px;
  line-height: 1.9;
  box-shadow: 0 12px 34px rgba(16, 39, 67, 0.06);
}

.experience-compare-callout strong {
  color: #18345d;
}

@keyframes experience-skeleton {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes experience-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .contact-multi-select {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .experience-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .experience-code-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .experience-field-row {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
  }

  .experience-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {

  .home-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-request-hero,
  .contact-request-panel {
    padding: 28px 22px !important;
  }

  .contact-request-form {
    margin-top: 24px;
  }

  .experience-section-head {
    align-items: flex-start;
  }

  .experience-panel-title {
    font-size: 24px;
  }

  .experience-toolbar-actions-only {
    justify-content: stretch;
  }

  .experience-toolbar-actions-only .home-showcase-tabs {
    width: 100%;
  }

  .experience-preview-surface,
  .experience-preview-empty,
  .experience-preview-frame {
    min-height: 22rem;
  }

  .experience-result-head,
  .experience-result-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .experience-gate-panel {
    padding: 16px;
  }

  .experience-unlock-panel,
  .experience-processing {
    padding: 16px;
  }

  .experience-compare-card figcaption {
    padding: 18px 18px 20px;
  }
}

.subpage-hero-tight {
  padding-top: 28px;
}

@media (min-width: 768px) {
  main>section.py-20 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  main>section.py-24:not(.home-showcase) {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  main>section.pb-20 {
    padding-bottom: 46px !important;
  }

  main>section.pb-16 {
    padding-bottom: 46px !important;
  }

  .home-compare {
    padding-top: 68px !important;
    padding-bottom: 72px !important;
  }

  .product-redesign .product-band {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .product-redesign .product-section-head {
    margin-bottom: 28px !important;
  }
}

.solutions-hero-subtitle {
  max-width: 46rem;
  text-wrap: pretty;
}

.solutions-scenarios-head {
  max-width: 50rem;
}

.solutions-scenarios-head .body-muted {
  max-width: 44rem;
  text-wrap: pretty;
}

.solutions-title-nowrap {
  white-space: nowrap;
}

.solutions-scenario-grid {
  align-items: stretch;
}

.solutions-scenario-card {
  display: grid;
  grid-template-rows: auto minmax(66px, auto) minmax(64px, auto) minmax(176px, 1fr) auto;
  row-gap: 18px;
}

.solutions-scenario-card-head {
  min-height: 72px;
  align-items: center;
}

.solutions-scenario-card-head h2 {
  min-height: 2.2em;
}

.solutions-scenario-desc,
.solutions-scenario-docs,
.solutions-scenario-auto,
.solutions-scenario-result {
  margin-top: 0;
}

.solutions-scenario-desc {
  line-height: 1.85;
  text-wrap: pretty;
}

.solutions-scenario-docs {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 4px;
  min-height: 64px;
  align-items: start;
}

.solutions-scenario-docs span {
  white-space: nowrap;
}

.solutions-scenario-auto {
  min-height: 176px;
}

.solutions-scenario-auto .space-y-3 {
  min-height: 124px;
}

.solutions-scenario-auto .flex {
  align-items: flex-start;
}

.solutions-scenario-auto p {
  line-height: 1.75;
}

.solutions-scenario-result {
  min-height: 124px;
}

.solutions-scenario-result p {
  line-height: 1.75;
}

.open-api-hero-grid {
  display: grid;
  gap: 28px;
}

.open-api-hero-section {
  padding-bottom: 28px;
}

.open-api-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding-top: 6px;
}

.open-api-doc-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(113, 210, 255, 0.72);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(30, 148, 255, 0.96), rgba(10, 94, 205, 0.92));
  color: #ffffff;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 111, 226, 0.28);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.open-api-doc-cta:hover {
  border-color: rgba(160, 231, 255, 0.9);
  background: linear-gradient(180deg, rgba(46, 166, 255, 0.98), rgba(17, 111, 224, 0.94));
  box-shadow: 0 18px 42px rgba(0, 128, 255, 0.34);
  transform: translateY(-1px);
}

.open-api-doc-cta svg {
  width: 18px;
  height: 18px;
}

.open-api-secondary-note {
  color: #9fb6ce;
  font-size: 13px;
  line-height: 1.6;
}

.open-api-code-panel {
  border: 1px solid #17314b;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(6, 17, 31, 0.94), rgba(7, 14, 25, 0.92));
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.open-api-code-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(47, 86, 123, 0.38);
  padding: 13px 2px;
}

.open-api-code-row:first-child {
  padding-top: 2px;
}

.open-api-code-row:last-child {
  border-bottom: 0;
  padding-bottom: 2px;
}

.open-api-code-row span {
  color: #78ddff;
  font-size: 13px;
  font-weight: 700;
}

.open-api-code-value,
.open-api-chip-list span {
  color: #dcecff;
  font-size: 13px;
  line-height: 1.6;
}

.open-api-code-value {
  color: #dcecff;
  font-weight: 650;
}

.open-api-dark-card {
  border: 1px solid #17314b;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(10, 23, 40, 0.96), rgba(8, 16, 28, 0.9));
  padding: 24px;
}

.open-api-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #21415f;
  border-radius: 18px;
  background: #0f2239;
  color: #75deff;
}

.open-api-dark-card h2 {
  margin-top: 20px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.35;
}

.open-api-dark-card p {
  margin-top: 12px;
  color: #d7e2ed;
  font-size: 14px;
  line-height: 1.85;
}

.open-api-partner-band {
  display: grid;
  gap: 22px;
  align-items: center;
  border: 1px solid #17314b;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(12, 30, 51, 0.96), rgba(8, 16, 28, 0.92));
  padding: 26px;
}

.open-api-partner-label {
  color: #7adfff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.open-api-partner-band h2 {
  margin-top: 12px;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.35;
}

.open-api-partner-band p {
  margin-top: 12px;
  max-width: 56rem;
  color: #d7e2ed;
  font-size: 14px;
  line-height: 1.85;
}

.open-api-partner-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.open-api-partner-points span {
  border: 1px solid rgba(122, 223, 255, 0.28);
  border-radius: 999px;
  background: rgba(117, 222, 255, 0.08);
  color: #dcecff;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 13px;
}

.open-api-endpoint-grid {
  display: grid;
  gap: 18px;
}

.open-api-endpoint-card {
  min-width: 0;
  border: 1px solid #dbe5ef;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #f9fbfd);
  padding: 24px;
  box-shadow: 0 16px 44px rgba(16, 39, 67, 0.06);
}

.open-api-card-label {
  color: #2e8dbb;
  font-size: 13px;
  font-weight: 750;
}

.open-api-endpoint-card h3 {
  margin-top: 10px;
  color: #071426;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.35;
}

.open-api-endpoint-card p {
  margin-top: 12px;
  color: #51677e;
  font-size: 14px;
  line-height: 1.8;
}

.open-api-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.open-api-chip-list span {
  border: 1px solid #d9e7f4;
  border-radius: 999px;
  background: #f4f8fc;
  color: #21445f;
  font-size: 12px;
  font-weight: 650;
  padding: 6px 10px;
}

.open-api-flow {
  display: grid;
  gap: 14px;
}

.open-api-flow .soft-panel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.open-api-flow span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 16px;
  background: #edf6fb;
  color: #18345d;
  font-size: 13px;
  font-weight: 800;
}

.open-api-flow p {
  color: #30445e;
  font-size: 14px;
  line-height: 1.85;
}

.open-api-info-grid {
  display: grid;
  gap: 16px;
}

.open-api-info-grid>div {
  border: 1px solid #17314b;
  border-radius: 24px;
  background: rgba(11, 24, 40, 0.92);
  padding: 22px;
}

.open-api-info-grid h3 {
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
}

.open-api-info-grid p {
  margin-top: 10px;
  color: #d7e2ed;
  font-size: 14px;
  line-height: 1.85;
}

.home-showcase {
  padding-top: 52px;
  padding-bottom: 56px;
}

.home-showcase .mt-14 {
  margin-top: 24px;
}

.home-showcase .mt-20 {
  margin-top: 48px;
}

.home-showcase-head {
  max-width: 760px;
}

.home-showcase-head p {
  margin-top: 16px;
  max-width: 620px;
  color: #566c84;
  font-size: 1.05rem;
  line-height: 1.9;
}

.home-showcase-toolbar {
  display: grid;
  gap: 16px;
  align-items: center;
}

.home-showcase-label {
  color: #18345d;
  font-size: 1.45rem;
  font-weight: 750;
  line-height: 1.35;
}

.home-showcase-toolbar p {
  margin-top: 8px;
  color: #657990;
  font-size: 15px;
  line-height: 1.75;
}

.home-showcase-tabs {
  width: fit-content;
}

.home-showcase [data-showcase-root]>.mt-8 {
  margin-top: 20px;
}

.home-compare {
  position: relative;
  overflow: hidden;
  padding: 78px 0 84px;
  background: #06101c;
}

.home-compare::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 68, 145, 0.24), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(84, 216, 255, 0.08), transparent 24%);
}

.home-compare-inner {
  position: relative;
  z-index: 1;
}

.home-compare-head {
  max-width: 860px;
}

.home-compare-copy {
  max-width: 820px;
}

.home-compare h2 {
  margin-top: 0;
  color: #ffffff;
  font-family: Space Grotesk, Noto Sans SC, sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.16;
}

.home-compare-copy p {
  margin-top: 18px;
  max-width: 720px;
  color: #b9cadd;
  font-size: 1.06rem;
  line-height: 2;
}

.home-compare-matrix {
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #17304c;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(8, 18, 30, 0.96), rgba(5, 12, 21, 0.96));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.home-compare-row {
  display: grid;
  grid-template-columns: 1.05fr repeat(3, minmax(0, 1fr));
  border-top: 1px solid #11243a;
}

.home-compare-row:first-child {
  border-top: 0;
}

.home-compare-row-head {
  border-top: 0;
  background: #07111f;
}

.home-compare-row-head>div {
  min-height: 68px;
  padding: 20px;
  color: #7892ad;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.home-compare-row-head>div:nth-child(2) {
  color: #9be6ff;
  background: linear-gradient(180deg, rgba(0, 68, 145, 0.34), rgba(10, 35, 62, 0.98));
}

.home-compare-feature,
.home-compare-cell {
  min-width: 0;
  padding: 18px 20px;
}

.home-compare-row>div+div {
  border-left: 1px solid #17304c;
}

.home-compare-feature strong,
.home-compare-cell strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.45;
}

.home-compare-feature span,
.home-compare-cell span:not(.home-compare-status) {
  display: block;
  margin-top: 7px;
  color: #91a9c1;
  font-size: 13px;
  line-height: 1.55;
}

.home-compare-cell {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #c7d7e8;
}

.home-compare-cell.is-primary {
  background: linear-gradient(180deg, rgba(0, 68, 145, 0.18), rgba(10, 30, 52, 0.94));
}

.home-compare-status {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
}

.home-compare-status svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-compare-status-ok {
  background: rgba(36, 191, 128, 0.14);
  color: #58e6a7;
  box-shadow: inset 0 0 0 1px rgba(88, 230, 167, 0.36);
}

.home-compare-status-no {
  background: rgba(255, 116, 106, 0.12);
  color: #ff8b82;
  box-shadow: inset 0 0 0 1px rgba(255, 139, 130, 0.28);
}

.home-compare-status-partial {
  background: rgba(255, 190, 101, 0.12);
  color: #ffc277;
  box-shadow: inset 0 0 0 1px rgba(255, 194, 119, 0.3);
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: calc(24px + env(safe-area-inset-bottom));
  z-index: 55;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(93, 170, 232, 0.42);
  border-radius: 999px;
  background: rgba(5, 18, 34, 0.86);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.back-to-top svg {
  width: 21px;
  height: 21px;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  border-color: rgba(119, 211, 255, 0.78);
  background: rgba(8, 34, 68, 0.94);
}

@media (min-width: 640px) {
  .subpage-hero-tight {
    padding-top: 36px;
  }

}

@media (min-width: 1024px) {
  .subpage-hero-tight {
    padding-top: 34px;
  }

  .open-api-intro-section {
    padding-bottom: 34px !important;
  }

  .open-api-capabilities-section {
    padding-top: 44px !important;
  }

  .open-api-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.62fr);
    align-items: center;
  }

  .open-api-endpoint-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .open-api-endpoint-card {
    grid-column: span 2;
  }

  .open-api-endpoint-card:nth-child(4),
  .open-api-endpoint-card:nth-child(5) {
    grid-column: span 3;
  }

  .open-api-partner-band {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .open-api-partner-points {
    justify-content: flex-end;
    max-width: 24rem;
  }

  .open-api-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-showcase-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .news-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.56fr);
  }

  .news-list-hero-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .news-layout {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.34fr);
  }

  .news-list-card {
    grid-template-columns: minmax(13rem, 0.34fr) minmax(0, 1fr);
  }

  .news-detail-layout {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.34fr);
  }

  .news-feature-grid {
    grid-template-columns: minmax(0, 1.26fr) minmax(20rem, 0.74fr);
  }

  .news-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .news-article-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-company-hero {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.52fr);
  }

  .about-history-layout {
    grid-template-columns: minmax(13rem, 0.36fr) minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  footer>.content-width {
    gap: 32px;
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .footer-legal-inner {
    display: grid;
    justify-content: start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-legal-links {
    gap: 6px 12px;
  }

  .news-hero-section {
    padding: 42px 0 40px;
  }

  .news-list-hero {
    padding: 42px 0 36px;
  }

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



  .news-list-hero-inner,
  .news-layout,
  .news-list-card,
  .news-detail-layout {
    grid-template-columns: 1fr;
  }

  .news-hero-copy h1 {
    font-size: 2.08rem;
  }

  .news-list-hero h1 {
    font-size: 2.08rem;
  }

  .news-detail-hero h1 {
    font-size: 2.08rem;
  }

  .news-hero-copy p {
    font-size: 1rem;
    line-height: 1.82;
  }

  .news-list-hero p {
    font-size: 1rem;
    line-height: 1.82;
  }

  .news-detail-intro {
    font-size: 1rem;
    line-height: 1.82;
  }

  .news-search {
    grid-template-columns: 1fr;
  }

  .news-search input {
    min-height: 48px;
  }

  .news-search button {
    min-height: 46px;
  }

  .news-section {
    padding: 46px 0;
  }

  .news-list-section {
    padding: 32px 0 50px;
  }

  .news-section-head h2 {
    font-size: 1.85rem;
  }

  .news-list-card-image {
    min-height: 10rem;
  }

  .news-list-card-body,
  .news-side-panel,
  .news-detail-panel {
    padding: 20px;
  }

  .news-detail-hero {
    padding: 42px 0 36px;
  }

  .news-detail-section {
    padding: 32px 0 50px;
  }

  .news-article-content {
    padding: 22px;
  }

  .news-article-content h2 {
    font-size: 1.32rem;
  }

  .news-feature-grid,
  .news-category-grid,
  .news-article-grid {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .news-feature-card,
  .news-feature-side article,
  .news-category-grid article,
  .news-article-card {
    border-radius: 22px;
    padding: 22px;
  }

  .news-feature-card {
    min-height: 0;
  }

  .news-feature-card h3 {
    font-size: 1.35rem;
  }

  .about-page-hero {
    padding: 42px 0 40px;
  }

  .about-history-card {
    padding: 22px;
  }

  .about-page-copy h1 {
    font-size: 2.08rem;
  }

  .about-page-copy p {
    font-size: 1rem;
    line-height: 1.82;
  }

  .about-page-section {
    padding: 46px 0;
  }

  .about-section-title h2 {
    font-size: 1.85rem;
  }

  .about-company-hero,
  .about-history-layout {
    grid-template-columns: 1fr;
  }

  .about-partner-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 32px;
  }

  .about-company-meta {
    padding: 4px 20px;
  }

  .about-history-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }

  .about-partner-layout {
    grid-template-columns: 1fr;
  }

  .about-partner-panel {
    padding: 20px;
  }

  .about-partner-card {
    padding: 16px;
  }

  .open-api-hero-section {
    padding-bottom: 24px;
  }

  .back-to-top {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: 42px;
    height: 42px;
  }

  .home-showcase {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .solutions-scenario-card {
    grid-template-rows: auto;
    row-gap: 16px;
  }

  .solutions-scenario-card-head,
  .solutions-scenario-card-head h2,
  .solutions-scenario-docs,
  .solutions-scenario-auto,
  .solutions-scenario-auto .space-y-3,
  .solutions-scenario-result {
    min-height: 0;
  }

  .open-api-doc-cta {
    width: 100%;
  }

  .open-api-secondary-note {
    width: 100%;
  }

  .open-api-code-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .open-api-flow .soft-panel {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .home-showcase .mt-14 {
    margin-top: 22px;
  }

  .home-showcase .mt-20 {
    margin-top: 36px;
  }

  .home-compare {
    padding: 58px 0 64px;
  }

  .home-compare h2 {
    font-size: 2rem;
  }

  .home-compare-copy p {
    font-size: 1rem;
    line-height: 1.85;
  }

  .home-showcase-toolbar {
    border: 1px solid #e1e9f2;
    border-radius: 24px;
    background: #ffffff;
    padding: 16px;
    box-shadow: 0 18px 42px rgba(24, 52, 93, 0.08);
  }

  .home-showcase-tabs {
    width: 100%;
  }

  .home-showcase-tabs button {
    flex: 1 1 0;
  }

  .home-compare-matrix {
    border-radius: 26px;
  }

  .home-compare-row,
  .home-compare-row-head {
    grid-template-columns: 1fr;
  }

  .home-compare-row-head {
    display: none;
  }

  .home-compare-row {
    padding: 16px;
    gap: 10px;
  }

  .home-compare-row+.home-compare-row {
    border-top: 1px solid #17304c;
  }

  .home-compare-row>div+div {
    border-left: 0;
  }

  .home-compare-feature {
    padding: 2px 2px 6px;
  }

  .home-compare-feature strong {
    font-size: 1.12rem;
  }

  .home-compare-cell {
    border: 1px solid #17304c;
    border-radius: 18px;
    padding: 14px;
    background: rgba(8, 20, 35, 0.74);
  }

  .home-compare-cell.is-primary {
    border-color: rgba(82, 179, 255, 0.38);
  }
}

/* Unified page rhythm: keep sections closer without changing component layout. */
@media (min-width: 768px) {

  main>section.py-24,
  main>section.py-20 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  main>section.pt-20,
  main>section.pt-16 {
    padding-top: 48px !important;
  }

  main>section.pb-20,
  main>section.pb-16 {
    padding-bottom: 44px !important;
  }

  main>section:not(.home-hero) .mt-20 {
    margin-top: 48px !important;
  }

  main>section:not(.home-hero) .mt-14 {
    margin-top: 36px !important;
  }

  main>section:not(.home-hero) .mt-12 {
    margin-top: 32px !important;
  }

  .product-redesign .product-hero {
    padding-top: 64px !important;
    padding-bottom: 36px !important;
  }

  .product-redesign .product-band,
  .about-page-section,
  .news-section {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .product-redesign .product-section-head,
  .product-redesign .processing-head {
    margin-bottom: 26px !important;
  }

  .news-hero-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .news-list-section,
  .news-detail-section {
    padding-top: 36px !important;
    padding-bottom: 56px !important;
  }

  .open-api-hero-section {
    padding-bottom: 24px !important;
  }

  .open-api-intro-section {
    padding-bottom: 44px !important;
  }

  .open-api-capabilities-section {
    padding-top: 52px !important;
  }

  .home-showcase {
    padding-top: 48px !important;
    padding-bottom: 50px !important;
  }

  .home-compare {
    padding-top: 58px !important;
    padding-bottom: 60px !important;
  }
}

@media (max-width: 767px) {

  main>section.py-24,
  main>section.py-20 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  main>section.pt-20,
  main>section.pt-16 {
    padding-top: 38px !important;
  }

  main>section.pb-20,
  main>section.pb-16 {
    padding-bottom: 34px !important;
  }

  main>section.subpage-hero-tight {
    padding: 20px !important;
  }

  main>section.subpage-hero-tight .content-width {
    padding: 20px !important;
  }

  .page-shell .home-main>section:not(.hidden):not(.home-hero) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  main>section:not(.home-hero) .mt-20,
  .page-shell .home-main>section:not(.hidden):not(.home-hero) .mt-20 {
    margin-top: 32px !important;
  }

  main>section:not(.home-hero) .mt-14,
  .page-shell .home-main>section:not(.hidden):not(.home-hero) .mt-14 {
    margin-top: 26px !important;
  }

  main>section:not(.home-hero) .mt-12,
  .page-shell .home-main>section:not(.hidden):not(.home-hero) .mt-12 {
    margin-top: 24px !important;
  }

  .product-redesign .product-hero {
    padding-top: 44px !important;
    padding-bottom: 28px !important;
  }

  .product-redesign .product-band,
  .about-page-section,
  .news-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .product-redesign .product-section-head,
  .product-redesign .processing-head {
    margin-bottom: 22px !important;
  }

  .news-hero-section,
  .news-list-hero,
  .news-detail-hero,
  .about-page-hero {
    padding-top: 36px !important;
    padding-bottom: 34px !important;
  }

  .news-list-section,
  .news-detail-section {
    padding-top: 28px !important;
    padding-bottom: 42px !important;
  }

  .open-api-hero-section {
    padding-bottom: 20px !important;
  }

  .home-showcase {
    padding-top: 38px !important;
    padding-bottom: 40px !important;
  }

  .home-compare {
    padding-top: 44px !important;
    padding-bottom: 46px !important;
  }
}
