/*
 * Winseety technical page — visual system v1.0.0
 *
 * The page still uses the original CMS classes and markup.  Every rule is
 * scoped to .ws-technical-page so this stylesheet cannot leak into other
 * templates or change their business behaviour.
 */

.ws-technical-page {
  --ws-tech-ink: #0b1d2d;
  --ws-tech-text: #1e3447;
  --ws-tech-muted: #6e8190;
  --ws-tech-soft: #edf4f8;
  --ws-tech-surface: #ffffff;
  --ws-tech-page: #f5f8fb;
  --ws-tech-border: rgba(13, 57, 84, .12);
  --ws-tech-border-strong: rgba(8, 114, 164, .34);
  --ws-tech-brand: #0872a4;
  --ws-tech-brand-dark: #075172;
  --ws-tech-accent: #19b6b0;
  --ws-tech-shadow: 0 18px 50px rgba(10, 48, 74, .08);
  --ws-tech-radius: 18px;
  color: var(--ws-tech-text);
  background: var(--ws-tech-page);
  font-family: Inter, "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.ws-technical-page,
.ws-technical-page * {
  box-sizing: border-box;
}

.ws-technical-page img,
.ws-technical-page video {
  max-width: 100%;
}

.ws-technical-page a {
  color: inherit;
}

/* Hero --------------------------------------------------------------- */

.ws-technical-page .th_ins_ban {
  position: relative;
  width: 100%;
  height: clamp(430px, 36vw, 680px);
  min-height: 430px;
  margin: var(--ws-header-height, 78px) 0 0 !important;
  overflow: hidden;
  isolation: isolate;
  background: #06131f;
}

.ws-technical-page .th_ins_ban::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 42%, rgba(25, 182, 176, .18), transparent 32%),
    linear-gradient(90deg, rgba(3, 16, 28, .68), rgba(3, 16, 28, .08) 58%, rgba(3, 16, 28, .42));
}

.ws-technical-page .th_ins_ban::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 35%;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, rgba(3, 16, 28, .46), transparent);
}

.ws-technical-page .th_ins_ban > video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.04);
}

.ws-technical-page .th_ins_ban .th_con_txt {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 30px 0 34px;
  color: #fff;
  text-align: center;
}

.ws-technical-page .th_ins_ban .th_con_txt h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 82px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .22);
}

.ws-technical-page .th_ins_ban .th_con_txt h2 {
  margin: 20px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .78);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.ws-technical-page .th_ins_ban .th_con_txt h3,
.ws-technical-page .th_ins_ban .th_con_txt span {
  display: none;
}

.ws-technical-page .ws-tech-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .72);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.ws-technical-page .ws-tech-hero__eyebrow::before {
  width: 24px;
  height: 1px;
  content: "";
  background: var(--ws-tech-accent);
  box-shadow: 0 0 12px rgba(25, 182, 176, .8);
}

.ws-technical-page .ws-tech-hero__cue {
  position: absolute;
  right: 0;
  bottom: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ws-technical-page .ws-tech-hero__cue::after {
  width: 34px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, .48);
}

/* Page frame and in-page navigation -------------------------------- */

.ws-technical-page .th_main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--ws-tech-page);
}

.ws-technical-page .th_breadcrumb {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 24px 0 18px !important;
  border: 0 !important;
  color: var(--ws-tech-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ws-technical-page .th_bread_left {
  float: none !important;
  display: flex;
  align-items: center;
  gap: 11px;
  width: auto;
  margin: 0;
}

.ws-technical-page .th_bread_left a {
  color: var(--ws-tech-muted);
  text-decoration: none;
  transition: color .2s ease;
}

.ws-technical-page .th_bread_left a:hover {
  color: var(--ws-tech-brand);
}

.ws-technical-page .th_bread_left em {
  color: var(--ws-tech-ink);
  font-style: normal;
  font-weight: 600;
}

.ws-technical-page .ws-tech-index {
  position: sticky;
  z-index: 18;
  top: calc(var(--ws-header-height, 78px) + 10px);
  display: flex;
  align-items: center;
  gap: 7px;
  width: min(1240px, calc(100% - 64px));
  min-height: 58px;
  margin: 0 auto;
  padding: 7px;
  overflow-x: auto;
  border: 1px solid rgba(13, 57, 84, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 34px rgba(13, 57, 84, .06);
  backdrop-filter: blur(18px) saturate(140%);
  scrollbar-width: none;
}

.ws-technical-page .ws-tech-index::-webkit-scrollbar {
  display: none;
}

.ws-technical-page .ws-tech-index__label {
  flex: 0 0 auto;
  padding: 0 15px 0 13px;
  color: var(--ws-tech-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ws-technical-page .ws-tech-index a {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 10px;
  color: var(--ws-tech-muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .22s ease, background-color .22s ease, transform .22s ease;
}

.ws-technical-page .ws-tech-index a:hover,
.ws-technical-page .ws-tech-index a:focus-visible,
.ws-technical-page .ws-tech-index a.is-active {
  color: var(--ws-tech-brand-dark);
  background: var(--ws-tech-soft);
}

.ws-technical-page .ws-tech-index a.is-active::after {
  position: absolute;
  right: 14px;
  bottom: 6px;
  left: 14px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: var(--ws-tech-accent);
}

.ws-technical-page .th_tema {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 128px !important;
}

/* Section heading ---------------------------------------------------- */

.ws-technical-page .tema_title {
  position: relative;
  padding: 96px 0 34px !important;
  text-align: left !important;
}

.ws-technical-page .tema_title h1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  color: var(--ws-tech-ink);
  font-size: clamp(30px, 3.1vw, 46px) !important;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.ws-technical-page .tema_title h1::after {
  position: static;
  flex: 1 1 auto;
  width: auto;
  height: 1px;
  margin: 0;
  content: "";
  background: linear-gradient(90deg, var(--ws-tech-border-strong), transparent);
}

.ws-technical-page .tema_title h1 span {
  position: static;
  display: inline-block;
  z-index: auto;
  padding: 0 !important;
  background: transparent !important;
}

.ws-technical-page .tema_title p {
  margin: 11px 0 0;
  padding: 0;
  color: var(--ws-tech-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ws-technical-page .ws-tech-section-intro {
  max-width: 670px;
  margin: 0 0 26px;
  color: var(--ws-tech-muted);
  font-size: 16px;
  line-height: 1.8;
}

/* Technical capability cards ---------------------------------------- */

.ws-technical-page .th_tema .th_body.ws-tech-capabilities {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  overflow: visible !important;
}

.ws-technical-page .th_tema .ws-tech-capability {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 176px;
  margin: 0 !important;
  padding: 24px 22px 25px !important;
  border: 1px solid var(--ws-tech-border);
  border-radius: var(--ws-tech-radius);
  background: var(--ws-tech-surface);
  color: var(--ws-tech-text);
  font-size: 16px !important;
  line-height: 1.75;
  text-align: left !important;
  box-shadow: 0 8px 24px rgba(12, 53, 78, .035);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease, background-color .25s ease;
}

.ws-technical-page .ws-tech-capability::before {
  display: block;
  margin-bottom: 22px;
  content: attr(data-number);
  color: var(--ws-tech-brand);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.ws-technical-page .ws-tech-capability::after {
  position: absolute;
  right: 22px;
  bottom: 25px;
  width: 30px;
  height: 1px;
  content: "";
  background: var(--ws-tech-accent);
  opacity: .55;
  transition: width .25s ease, opacity .25s ease;
}

.ws-technical-page .ws-tech-capability:hover,
.ws-technical-page .ws-tech-capability:focus-visible {
  border-color: var(--ws-tech-border-strong);
  background: #fbfeff;
  box-shadow: var(--ws-tech-shadow);
  outline: none;
  transform: translateY(-4px);
}

.ws-technical-page .ws-tech-capability:hover::after,
.ws-technical-page .ws-tech-capability:focus-visible::after {
  width: 54px;
  opacity: 1;
}

/* Patent cards ------------------------------------------------------- */

.ws-technical-page .th_tema .th_body.ws-tech-patents {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow: visible !important;
}

.ws-technical-page .ws-tech-patents > ul {
  display: contents !important;
  width: auto !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ws-technical-page .ws-tech-patents > ul > li {
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0;
  overflow: visible !important;
  list-style: none;
}

.ws-technical-page .ws-tech-patent {
  position: relative;
  min-width: 0;
  border: 1px solid var(--ws-tech-border);
  border-radius: var(--ws-tech-radius);
  background: var(--ws-tech-surface);
  box-shadow: 0 9px 30px rgba(12, 53, 78, .055);
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ws-technical-page .ws-tech-patent:hover,
.ws-technical-page .ws-tech-patent:focus-visible,
.ws-technical-page .ws-tech-patent.is-open {
  border-color: var(--ws-tech-border-strong);
  box-shadow: 0 18px 42px rgba(12, 53, 78, .13);
  transform: translateY(-4px);
}

.ws-technical-page .ws-tech-patent .th_img {
  display: grid;
  place-items: center;
  width: 100%;
  height: clamp(260px, 24vw, 340px);
  padding: 18px;
  overflow: hidden;
  border-radius: var(--ws-tech-radius) var(--ws-tech-radius) 0 0;
  background:
    linear-gradient(135deg, rgba(239, 248, 251, .95), rgba(250, 252, 253, .95)),
    radial-gradient(circle at 50% 0, rgba(25, 182, 176, .12), transparent 55%);
}

.ws-technical-page .ws-tech-patent .th_img img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(14, 44, 62, .1));
  transition: transform .4s ease;
}

.ws-technical-page .ws-tech-patent:hover .th_img img,
.ws-technical-page .ws-tech-patent:focus-visible .th_img img {
  transform: scale(1.035);
}

.ws-technical-page .ws-tech-patent .th_bottom {
  display: flex;
  align-items: flex-start;
  min-height: 98px;
  margin: 0;
  padding: 18px 20px 20px !important;
  border-top: 1px solid rgba(13, 57, 84, .08);
  border-radius: 0 0 var(--ws-tech-radius) var(--ws-tech-radius);
  background: #fff !important;
}

.ws-technical-page .ws-tech-patent .th_bottom dl,
.ws-technical-page .ws-tech-patent .th_bottom dt,
.ws-technical-page .ws-tech-patent .th_bottom dd {
  margin: 0;
  padding: 0;
}

.ws-technical-page .ws-tech-patent .th_bottom dt,
.ws-technical-page .ws-tech-patent .th_bottom dt em {
  display: block;
  overflow: visible;
  color: var(--ws-tech-ink) !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.45;
  white-space: normal;
}

.ws-technical-page .ws-tech-patent .th_bottom dd {
  margin-top: 8px;
  color: var(--ws-tech-brand) !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ws-technical-page .ws-tech-patent .con_mobal {
  position: absolute !important;
  inset: 0 !important;
  display: flex;
  align-items: flex-end;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 24px !important;
  border-radius: inherit;
  background: linear-gradient(155deg, rgba(5, 28, 43, .97), rgba(5, 77, 102, .93));
  opacity: 0;
  pointer-events: none;
  transform: none !important;
  transition: opacity .25s ease;
}

.ws-technical-page .ws-tech-patent:hover .con_mobal,
.ws-technical-page .ws-tech-patent:focus .con_mobal,
.ws-technical-page .ws-tech-patent:focus-within .con_mobal,
.ws-technical-page .ws-tech-patent.is-open .con_mobal {
  opacity: 1;
  pointer-events: auto;
}

.ws-technical-page .ws-tech-patent .con_mobal::before {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 32px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: var(--ws-tech-accent);
}

.ws-technical-page .ws-tech-patent .con_mobal .op_top {
  width: 100%;
}

.ws-technical-page .ws-tech-patent .con_mobal .op_top dl,
.ws-technical-page .ws-tech-patent .con_mobal .op_top dt,
.ws-technical-page .ws-tech-patent .con_mobal .op_top dd {
  margin: 0;
  padding: 0;
}

.ws-technical-page .ws-tech-patent .con_mobal .op_top dt {
  color: #fff !important;
  font-size: clamp(18px, 1.5vw, 24px) !important;
  font-weight: 700;
  line-height: 1.45;
}

.ws-technical-page .ws-tech-patent .con_mobal .op_top dd {
  margin-top: 10px;
  color: #86e0da !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ws-technical-page .ws-tech-patent::after {
  position: absolute;
  right: 19px;
  bottom: 22px;
  z-index: 2;
  content: "↗";
  color: var(--ws-tech-brand);
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: color .25s ease, transform .25s ease;
}

/* A text-only capability tile completes the final patent-grid slot without
 * introducing a decorative image or changing the original certificate data. */
.ws-technical-page .ws-tech-patent--text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(25, 182, 176, .13), transparent 42%),
    linear-gradient(145deg, #ffffff 0%, #eef7fa 100%);
}

.ws-technical-page .ws-tech-patent--text::before {
  position: absolute;
  width: 112px;
  height: 112px;
  content: "";
  border: 1px solid rgba(8, 114, 164, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(8, 114, 164, .035), 0 0 0 36px rgba(8, 114, 164, .018);
}

.ws-technical-page .ws-tech-patent--text .ws-tech-patent-text {
  position: relative;
  z-index: 1;
  max-width: none;
  color: var(--ws-tech-brand-dark);
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  letter-spacing: .02em;
}

.ws-technical-page .ws-tech-patent--text::after {
  display: none;
}

.ws-technical-page .ws-tech-patent--text:hover,
.ws-technical-page .ws-tech-patent--text:focus-visible {
  transform: translateY(-4px);
}

.ws-technical-page .ws-tech-patent:hover::after,
.ws-technical-page .ws-tech-patent:focus-visible::after,
.ws-technical-page .ws-tech-patent.is-open::after {
  color: #fff;
  transform: translate(2px, -2px);
}

/* Latest technical insights ----------------------------------------- */

.ws-technical-page .ws-tech-news {
  margin-top: 92px;
  padding-top: 4px;
  scroll-margin-top: calc(var(--ws-header-height, 78px) + 86px);
}

.ws-technical-page .ws-tech-block-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.ws-technical-page .ws-tech-block-kicker {
  margin: 0 0 11px;
  color: var(--ws-tech-brand);
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ws-technical-page .ws-tech-block-heading h2 {
  margin: 0;
  color: var(--ws-tech-ink);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.ws-technical-page .ws-tech-block-heading h2 + p {
  margin: 12px 0 0;
  color: var(--ws-tech-muted);
  font-size: 15px;
  line-height: 1.7;
}

.ws-technical-page .ws-tech-block-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--ws-tech-border);
  border-radius: 999px;
  color: var(--ws-tech-brand-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.ws-technical-page .ws-tech-block-link:hover,
.ws-technical-page .ws-tech-block-link:focus-visible {
  border-color: var(--ws-tech-brand);
  background: var(--ws-tech-brand);
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}

.ws-technical-page .ws-tech-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ws-technical-page .ws-tech-news-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ws-tech-border);
  border-radius: var(--ws-tech-radius);
  background: #fff;
  box-shadow: 0 9px 28px rgba(12, 53, 78, .05);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ws-technical-page .ws-tech-news-card:hover,
.ws-technical-page .ws-tech-news-card:focus-within {
  border-color: var(--ws-tech-border-strong);
  box-shadow: 0 18px 42px rgba(12, 53, 78, .12);
  transform: translateY(-4px);
}

.ws-technical-page .ws-tech-news-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ws-tech-soft);
}

.ws-technical-page .ws-tech-news-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.ws-technical-page .ws-tech-news-card:hover .ws-tech-news-media img,
.ws-technical-page .ws-tech-news-card:focus-within .ws-tech-news-media img {
  transform: scale(1.045);
}

.ws-technical-page .ws-tech-news-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 21px 21px;
}

.ws-technical-page .ws-tech-news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ws-tech-muted);
  font-family: Inter, "Microsoft YaHei", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
}

.ws-technical-page .ws-tech-news-meta span {
  color: var(--ws-tech-brand);
}

.ws-technical-page .ws-tech-news-copy h3 {
  display: -webkit-box;
  min-height: 3.1em;
  margin: 14px 0 10px;
  overflow: hidden;
  color: var(--ws-tech-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ws-technical-page .ws-tech-news-copy h3 a {
  text-decoration: none;
  transition: color .2s ease;
}

.ws-technical-page .ws-tech-news-copy h3 a:hover,
.ws-technical-page .ws-tech-news-copy h3 a:focus-visible {
  color: var(--ws-tech-brand);
  outline: none;
}

.ws-technical-page .ws-tech-news-copy > p {
  display: -webkit-box;
  min-height: 4.8em;
  margin: 0;
  overflow: hidden;
  color: var(--ws-tech-muted);
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ws-technical-page .ws-tech-news-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 18px;
  color: var(--ws-tech-brand-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, gap .2s ease;
}

.ws-technical-page .ws-tech-news-more:hover,
.ws-technical-page .ws-tech-news-more:focus-visible {
  gap: 12px;
  color: var(--ws-tech-brand);
  outline: none;
}

/* CTA --------------------------------------------------------------- */

.ws-technical-page .ws-tech-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 28px;
  padding: 38px 42px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(125deg, #071e2f 0%, #0b4864 100%);
  color: #fff;
  isolation: isolate;
}

.ws-technical-page .ws-tech-cta::after {
  position: absolute;
  z-index: -1;
  top: -110px;
  right: 12%;
  width: 270px;
  height: 270px;
  content: "";
  border: 1px solid rgba(137, 231, 222, .23);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(137, 231, 222, .04), 0 0 0 58px rgba(137, 231, 222, .025);
}

.ws-technical-page .ws-tech-cta .ws-tech-block-kicker {
  color: #8ae1db;
}

.ws-technical-page .ws-tech-cta-copy {
  max-width: 720px;
}

.ws-technical-page .ws-tech-cta-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.ws-technical-page .ws-tech-cta-copy > p:last-child {
  max-width: 650px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.75;
}

.ws-technical-page .ws-tech-cta-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.ws-technical-page .ws-tech-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.ws-technical-page .ws-tech-cta-button:hover,
.ws-technical-page .ws-tech-cta-button:focus-visible {
  outline: none;
  transform: translateY(-2px);
}

.ws-technical-page .ws-tech-cta-button--primary {
  background: #fff;
  color: var(--ws-tech-brand-dark);
}

.ws-technical-page .ws-tech-cta-button--primary:hover,
.ws-technical-page .ws-tech-cta-button--primary:focus-visible {
  background: #d9fbf8;
}

.ws-technical-page .ws-tech-cta-button--ghost {
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
  background: rgba(255, 255, 255, .07);
}

.ws-technical-page .ws-tech-cta-button--ghost:hover,
.ws-technical-page .ws-tech-cta-button--ghost:focus-visible {
  border-color: rgba(255, 255, 255, .56);
  background: rgba(255, 255, 255, .14);
}

/* Partner network ---------------------------------------------------- */

.ws-technical-page .th_tema .th_body.ws-tech-partners {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  overflow: visible !important;
}

.ws-technical-page .ws-tech-partners .th_txt_tech_f {
  display: block;
  float: none !important;
  width: auto !important;
  min-width: 0;
  min-height: 72px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.ws-technical-page .ws-tech-partners .th_txt_tech_f a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 15px 18px 15px 32px;
  overflow: hidden;
  border: 1px solid var(--ws-tech-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  color: var(--ws-tech-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  text-decoration: none;
  transition: border-color .22s ease, background-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.ws-technical-page .ws-tech-partners .th_txt_tech_f a::before {
  position: absolute;
  left: 17px;
  width: 3px;
  height: 22px;
  content: "";
  border-radius: 999px;
  background: var(--ws-tech-accent);
  opacity: .75;
  transition: height .22s ease, opacity .22s ease;
}

.ws-technical-page .ws-tech-partners .th_txt_tech_f a:hover,
.ws-technical-page .ws-tech-partners .th_txt_tech_f a:focus-visible {
  border-color: var(--ws-tech-border-strong);
  background: #fff;
  color: var(--ws-tech-brand-dark);
  box-shadow: 0 12px 28px rgba(12, 53, 78, .08);
  outline: none;
  transform: translateY(-2px);
}

.ws-technical-page .ws-tech-partners .th_txt_tech_f a:hover::before,
.ws-technical-page .ws-tech-partners .th_txt_tech_f a:focus-visible::before {
  height: 34px;
  opacity: 1;
}

/* FAQ --------------------------------------------------------------- */

.ws-technical-page .ws-tech-faq {
  margin-top: 96px;
  padding: 42px 44px 44px;
  border: 1px solid var(--ws-tech-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0, rgba(25, 182, 176, .12), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #eef7fa 100%);
  box-shadow: var(--ws-tech-shadow);
  scroll-margin-top: calc(var(--ws-header-height, 78px) + 86px);
}

.ws-technical-page .ws-tech-faq__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.ws-technical-page .ws-tech-faq__heading h2 {
  margin: 0;
  color: var(--ws-tech-ink);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.ws-technical-page .ws-tech-faq__heading p:last-child {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--ws-tech-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ws-technical-page .ws-tech-faq__list {
  display: grid;
  gap: 10px;
}

.ws-technical-page .ws-tech-faq__item {
  border: 1px solid var(--ws-tech-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  transition: border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.ws-technical-page .ws-tech-faq__item[open] {
  border-color: var(--ws-tech-border-strong);
  background: #fff;
  box-shadow: 0 12px 28px rgba(12, 53, 78, .08);
}

.ws-technical-page .ws-tech-faq__item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 17px 22px 17px 24px;
  cursor: pointer;
  color: var(--ws-tech-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}

.ws-technical-page .ws-tech-faq__item summary::-webkit-details-marker {
  display: none;
}

.ws-technical-page .ws-tech-faq__item summary::after {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid var(--ws-tech-border-strong);
  border-radius: 50%;
  color: var(--ws-tech-brand);
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.ws-technical-page .ws-tech-faq__item[open] summary::after {
  content: "−";
  line-height: 24px;
}

.ws-technical-page .ws-tech-faq__item summary:focus-visible {
  outline: 2px solid var(--ws-tech-accent);
  outline-offset: 3px;
}

.ws-technical-page .ws-tech-faq__answer {
  margin: 0 24px;
  padding: 0 0 22px;
  border-top: 1px solid var(--ws-tech-border);
  color: var(--ws-tech-muted);
  font-size: 15px;
  line-height: 1.85;
}

@media (max-width: 560px) {
  .ws-technical-page .ws-tech-faq {
    margin-top: 70px;
    padding: 28px 18px 20px;
    border-radius: 20px;
  }

  .ws-technical-page .ws-tech-faq__heading {
    margin-bottom: 20px;
  }

  .ws-technical-page .ws-tech-faq__heading h2 {
    font-size: 29px;
  }

  .ws-technical-page .ws-tech-faq__heading p:last-child {
    font-size: 14px;
  }

  .ws-technical-page .ws-tech-faq__item summary {
    min-height: 62px;
    padding: 15px 16px;
    font-size: 15px;
  }

  .ws-technical-page .ws-tech-faq__answer {
    margin: 0 16px;
    padding-bottom: 18px;
    font-size: 14px;
  }
}

/* Scroll reveal and utility ----------------------------------------- */

.ws-technical-page .ws-tech-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}

.ws-technical-page .ws-tech-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.ws-technical-page .th_breadcrumb,
.ws-technical-page .ws-tech-index,
.ws-technical-page .tema_title,
.ws-technical-page .th_body {
  scroll-margin-top: calc(var(--ws-header-height, 78px) + 86px);
}

/* Tablet ------------------------------------------------------------- */

@media (max-width: 1100px) {
  .ws-technical-page .th_tema .th_body.ws-tech-capabilities,
  .ws-technical-page .th_tema .th_body.ws-tech-patents,
  .ws-technical-page .th_tema .th_body.ws-tech-partners {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ws-technical-page .th_ins_ban .th_con_txt,
  .ws-technical-page .th_breadcrumb,
  .ws-technical-page .ws-tech-index,
  .ws-technical-page .th_tema {
    width: min(100% - 40px, 680px);
  }

  .ws-technical-page .th_tema .th_body.ws-tech-capabilities,
  .ws-technical-page .th_tema .th_body.ws-tech-patents,
  .ws-technical-page .th_tema .th_body.ws-tech-partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ws-technical-page .tema_title {
    padding-top: 76px !important;
  }
}

/* Mobile ------------------------------------------------------------- */

@media (max-width: 900px) {
  .ws-technical-page .th_ins_ban {
    height: min(570px, 62vh);
    min-height: 390px;
    margin-top: var(--ws-header-mobile-height, 66px) !important;
  }

  .ws-technical-page .ws-tech-index {
    top: calc(var(--ws-header-mobile-height, 66px) + 8px);
  }
}

@media (max-width: 560px) {
  .ws-technical-page .th_ins_ban {
    height: 470px;
    min-height: 0;
  }

  .ws-technical-page .th_ins_ban .th_con_txt {
    align-items: center;
    padding-bottom: 28px;
  }

  .ws-technical-page .th_ins_ban .th_con_txt h1 {
    font-size: 50px !important;
  }

  .ws-technical-page .th_ins_ban .th_con_txt h2 {
    max-width: 230px;
    font-size: 12px;
    line-height: 1.7;
  }

  .ws-technical-page .ws-tech-hero__cue {
    right: auto;
    left: 0;
    bottom: 25px;
  }

  .ws-technical-page .th_breadcrumb {
    padding-top: 18px !important;
    font-size: 12px;
  }

  .ws-technical-page .ws-tech-index {
    width: calc(100% - 28px);
    min-height: 54px;
    border-radius: 14px;
  }

  .ws-technical-page .ws-tech-index__label {
    padding-left: 10px;
    padding-right: 8px;
  }

  .ws-technical-page .ws-tech-index a {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
  }

  .ws-technical-page .th_tema {
    width: calc(100% - 28px);
    padding-bottom: 86px !important;
  }

  .ws-technical-page .tema_title {
    padding: 66px 0 25px !important;
  }

  .ws-technical-page .tema_title h1 {
    gap: 13px;
    font-size: 29px !important;
  }

  .ws-technical-page .tema_title h1::after {
    min-width: 28px;
  }

  .ws-technical-page .tema_title p {
    font-size: 10px;
  }

  .ws-technical-page .th_tema .th_body.ws-tech-capabilities,
  .ws-technical-page .th_tema .th_body.ws-tech-patents,
  .ws-technical-page .th_tema .th_body.ws-tech-partners {
    grid-template-columns: 1fr;
  }

  .ws-technical-page .ws-tech-capability {
    min-height: 155px;
    padding: 20px 19px 22px !important;
    font-size: 15px !important;
  }

  .ws-technical-page .ws-tech-patent .th_img {
    height: 340px;
  }

  .ws-technical-page .ws-tech-patent .con_mobal {
    padding: 21px !important;
  }

  .ws-technical-page .ws-tech-patent .con_mobal::before {
    top: 21px;
    left: 21px;
  }

  .ws-technical-page .ws-tech-partners .th_txt_tech_f a {
    min-height: 64px;
    font-size: 14px;
  }
}

@media (max-width: 820px) {
  .ws-technical-page .ws-tech-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ws-technical-page .ws-tech-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px 28px;
  }
}

@media (max-width: 560px) {
  .ws-technical-page .ws-tech-news {
    margin-top: 70px;
  }

  .ws-technical-page .ws-tech-block-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 22px;
  }

  .ws-technical-page .ws-tech-news-grid {
    grid-template-columns: 1fr;
  }

  .ws-technical-page .ws-tech-cta {
    gap: 26px;
    margin-top: 22px;
    padding: 28px 22px;
    border-radius: 20px;
  }

  .ws-technical-page .ws-tech-cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .ws-technical-page .ws-tech-cta-button {
    width: 100%;
  }
}

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

  .ws-technical-page .ws-tech-reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .ws-technical-page .th_ins_ban {
    height: auto;
    min-height: 0;
    margin-top: 0 !important;
  }

  .ws-technical-page .th_ins_ban > video {
    display: none;
  }

  .ws-technical-page .ws-tech-index,
  .ws-technical-page .th_side,
  .ws-technical-page .th_side_wid {
    display: none !important;
  }
}
