/* VORTEX KYC · Landing comercial */

.kyc-page {
  --kyc-navy: #081533;
  --kyc-navy-2: #0d1f44;
  --kyc-indigo: #1b3a7a;
  --kyc-blue: #2e5bff;
  --kyc-violet: #6d16ff;
  --kyc-emerald: #00c08b;
  --kyc-amber: #f6a609;
  --kyc-ink: #061128;
  --kyc-panel: #0b1c3b;
  --kyc-line: rgba(109, 145, 220, 0.17);
  background: var(--kyc-ink);
}

.kyc-page .navbar {
  background: rgba(6, 17, 40, 0.92);
  border-bottom-color: rgba(109, 145, 220, 0.13);
}

.kyc-hero {
  min-height: 900px;
  height: min(980px, 100vh);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 72px;
  background:
    radial-gradient(circle at 76% 46%, rgba(80, 31, 210, 0.2), transparent 34%),
    radial-gradient(circle at 18% 22%, rgba(46, 91, 255, 0.14), transparent 30%),
    linear-gradient(125deg, #061128 0%, #081633 52%, #0a1735 100%);
}

.kyc-grid-bg,
.kyc-cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(109, 145, 220, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 145, 220, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 70% 50%, black, transparent 70%);
}

.kyc-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
}

.glow-one {
  width: 440px;
  height: 440px;
  right: 5%;
  top: 15%;
  background: rgba(109, 22, 255, 0.12);
}

.glow-two {
  width: 280px;
  height: 280px;
  left: 22%;
  bottom: -10%;
  background: rgba(0, 192, 139, 0.08);
}

.kyc-hero-layout {
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 2.5rem;
  position: relative;
  z-index: 2;
}

.kyc-hero-copy {
  padding: 3rem 0;
}

.kyc-kicker,
.kyc-eyebrow {
  color: #75a6ff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kyc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.48rem 0.75rem;
  border: 1px solid rgba(91, 134, 255, 0.24);
  border-radius: 4px;
  background: rgba(46, 91, 255, 0.07);
  margin-bottom: 1.6rem;
}

.kyc-kicker-icon {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #87efcf;
  background: rgba(0, 192, 139, 0.12);
}

.kyc-kicker-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.kyc-kicker i {
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.15);
}

.kyc-hero h1 {
  max-width: 700px;
  color: #f5f8ff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4rem, 5.7vw, 6rem);
  line-height: 0.93;
  letter-spacing: -0.035em;
}

.kyc-hero h1 span {
  display: block;
  color: #79a0ff;
}

.kyc-hero-lead {
  max-width: 610px;
  margin-top: 1.6rem;
  color: #96abc5;
  font-size: 1.05rem;
  line-height: 1.75;
}

.kyc-hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.1rem;
}

.kyc-hero-actions .btn-primary {
  background: linear-gradient(135deg, #2e5bff, #6d16ff);
  box-shadow: 0 12px 34px rgba(46, 91, 255, 0.2);
}

.kyc-hero-actions .btn-primary:hover {
  background: linear-gradient(135deg, #4771ff, #7c31ff);
}

.kyc-audiences {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2.1rem;
}

.kyc-audiences span {
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(104, 143, 207, 0.14);
  border-radius: 100px;
  color: #6f89a8;
  background: rgba(9, 27, 57, 0.54);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.kyc-product-stage {
  position: relative;
  min-height: 610px;
}

.portal-window {
  position: absolute;
  top: 70px;
  left: 0;
  width: 660px;
  overflow: hidden;
  border: 1px solid rgba(139, 116, 255, 0.3);
  border-radius: 14px;
  background: #eef0fa;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42), 0 0 70px rgba(109, 22, 255, 0.09);
  transform: perspective(1300px) rotateY(-4deg) rotateX(1deg);
}

.portal-topbar {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.95rem;
  color: #18113c;
  background: #ffffff;
  border-bottom: 1px solid #dfe2ef;
}

.portal-wordmark {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}

.portal-wordmark i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid #291e64;
  border-radius: 6px;
  font-style: normal;
}

.portal-user {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #6e6196;
  font-size: 0.55rem;
}

.portal-user span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--kyc-emerald);
  box-shadow: 0 0 8px rgba(0, 192, 139, 0.7);
}

.portal-shell {
  min-height: 398px;
  display: grid;
  grid-template-columns: 38px 1fr;
  background:
    radial-gradient(circle at 68% 0%, rgba(126, 69, 255, 0.23), transparent 45%),
    #f0f2fa;
}

.portal-sidebar {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 1.1rem;
  padding-top: 1.2rem;
  border-right: 1px solid #dfe3f0;
  background: rgba(255, 255, 255, 0.84);
}

.portal-sidebar i {
  width: 10px;
  height: 10px;
  border: 1px solid #8a81aa;
}

.portal-sidebar i.active {
  border-color: #1e5cff;
  background: rgba(30, 92, 255, 0.15);
  box-shadow: -8px 0 0 #1e5cff;
}

.portal-content {
  padding: 1.05rem;
}

.portal-overline {
  color: #0863cb;
  font-size: 0.49rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.portal-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.portal-title-row strong,
.portal-title-row small {
  display: block;
}

.portal-title-row strong {
  color: #1b1740;
  font-size: 1rem;
}

.portal-title-row small {
  color: #736b94;
  font-size: 0.55rem;
}

.portal-export {
  padding: 0.4rem 0.6rem;
  border: 1px solid #bcaeff;
  color: #145bce;
  background: rgba(108, 22, 255, 0.06);
  font-size: 0.53rem;
  font-weight: 700;
}

.portal-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin-top: 0.9rem;
}

.portal-metrics > div {
  padding: 0.7rem;
  border: 1px solid #d8dced;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.82);
}

.portal-metrics span,
.portal-metrics b,
.portal-metrics small {
  display: block;
}

.portal-metrics span {
  color: #6e6494;
  font-size: 0.48rem;
  letter-spacing: 0.05em;
}

.portal-metrics b {
  color: #1b1641;
  font-size: 1.15rem;
  line-height: 1.2;
}

.portal-metrics b.green { color: #00a777; }
.portal-metrics b.amber { color: #c78000; }

.portal-metrics small {
  color: #9891b3;
  font-size: 0.46rem;
}

.portal-table {
  margin-top: 0.8rem;
  border: 1px solid #d8dced;
  background: rgba(255, 255, 255, 0.78);
}

.portal-table > div {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.85fr 0.55fr;
  align-items: center;
  min-height: 42px;
  padding: 0 0.65rem;
  border-bottom: 1px solid #e6e8f2;
  color: #49426c;
  font-size: 0.52rem;
}

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

.portal-table .portal-table-head {
  min-height: 30px;
  color: #6a6094;
  background: #e4e5f6;
  font-weight: 700;
}

.portal-table > div > span:first-child {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.portal-table b { color: #25204d; }
.portal-table strong { color: #165fcd; }

.status {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.status.approved { background: var(--kyc-emerald); }
.status.review { background: var(--kyc-amber); }

.kyc-phone {
  position: absolute;
  z-index: 5;
  right: -12px;
  bottom: 7px;
  width: 208px;
  height: 430px;
  overflow: hidden;
  padding: 0.75rem;
  border: 6px solid #182957;
  border-radius: 30px;
  color: #f5f8ff;
  background: #07132f;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.58), 0 0 0 2px rgba(83, 120, 255, 0.25);
}

.phone-speaker {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 42px;
  height: 5px;
  border-radius: 10px;
  background: #273866;
  transform: translateX(-50%);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 0.15rem 0.25rem 0.6rem;
  font-size: 0.48rem;
}

.phone-appbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.45rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(97, 133, 205, 0.14);
}

.phone-appbar > span {
  color: #64a0ff;
  font-size: 1rem;
}

.phone-appbar b { font-size: 0.6rem; }
.phone-appbar small { color: #ff6b85; font-size: 0.46rem; }

.face-stage {
  position: relative;
  height: 244px;
  margin-top: 0.7rem;
  overflow: hidden;
  border: 1px dashed rgba(95, 134, 214, 0.34);
  border-radius: 9px;
  background:
    radial-gradient(circle at 50% 44%, rgba(46, 91, 255, 0.14), transparent 45%),
    #091735;
}

.face-guide {
  position: absolute;
  inset: 28px 18px 8px;
  opacity: 0.9;
}

.face-head {
  width: 72px;
  height: 94px;
  margin: 0 auto;
  border: 2px solid #00c08b;
  border-radius: 48% 48% 46% 46%;
  box-shadow: 0 0 24px rgba(0, 192, 139, 0.12);
}

.face-shoulders {
  width: 130px;
  height: 78px;
  margin: 8px auto 0;
  border: 2px solid rgba(0, 192, 139, 0.68);
  border-bottom: 0;
  border-radius: 70px 70px 0 0;
}

.corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: #4080ff;
  border-style: solid;
}

.corner.tl { top: 8px; left: 8px; border-width: 2px 0 0 2px; }
.corner.tr { top: 8px; right: 8px; border-width: 2px 2px 0 0; }
.corner.bl { bottom: 8px; left: 8px; border-width: 0 0 2px 2px; }
.corner.br { right: 8px; bottom: 8px; border-width: 0 2px 2px 0; }

.scan-line {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 48%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00c08b, transparent);
  box-shadow: 0 0 12px rgba(0, 192, 139, 0.65);
}

.phone-instruction {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.7rem;
  color: #c7d4ee;
  font-size: 0.54rem;
}

.phone-instruction i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00c08b;
  box-shadow: 0 0 8px rgba(0, 192, 139, 0.8);
}

.challenge-dots {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.7rem;
}

.challenge-dots i {
  width: 18px;
  height: 3px;
  border-radius: 5px;
  background: #263763;
}

.challenge-dots i.done { background: #00c08b; }
.challenge-dots i.active { background: #2e5bff; }

.secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.6rem;
  color: #607aab;
  font-size: 0.46rem;
}

.secure-note svg {
  width: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.signal-card {
  position: absolute;
  z-index: 6;
  width: 150px;
  padding: 0.75rem;
  border: 1px solid rgba(100, 137, 230, 0.25);
  border-radius: 7px;
  background: rgba(7, 20, 48, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.32);
}

.signal-document { left: -20px; top: 20px; }
.signal-face { left: 70px; bottom: -15px; }

.signal-card span,
.signal-card b,
.signal-card small {
  display: block;
}

.signal-card span {
  color: #6687ba;
  font-size: 0.47rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.signal-card b {
  margin-top: 0.2rem;
  color: #d7e4f9;
  font-size: 0.65rem;
}

.signal-card > div {
  height: 3px;
  margin-top: 0.55rem;
  border-radius: 4px;
  background: #1b2c55;
}

.signal-card > div i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2e5bff, #00c08b);
}

.signal-card small {
  margin-top: 0.25rem;
  color: #6080a8;
  font-size: 0.46rem;
}

.kyc-proof-strip {
  border-top: 1px solid var(--kyc-line);
  border-bottom: 1px solid var(--kyc-line);
  background: #081631;
}

.kyc-proof-strip .container {
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.kyc-proof-strip .container > div {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1rem;
  border-right: 1px solid var(--kyc-line);
}

.kyc-proof-strip .container > div:first-child {
  border-left: 1px solid var(--kyc-line);
}

.kyc-proof-strip svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: #79a0ff;
  stroke-width: 1.4;
}

.kyc-proof-strip span {
  color: #8fa7c8;
  font-size: 0.73rem;
  font-weight: 500;
}

.kyc-section {
  padding: 7rem 0;
  position: relative;
}

.kyc-section-heading {
  margin-bottom: 3.6rem;
}

.kyc-section-heading.centered {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.kyc-section-heading.split {
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  align-items: end;
  gap: 6rem;
}

.kyc-section-heading h2,
.decision-copy h2,
.integration-copy h2,
.kyc-trust-note h2,
.kyc-final-cta h2 {
  margin-top: 0.8rem;
  color: #f2f6ff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.7rem, 4.3vw, 4.25rem);
  line-height: 1;
  letter-spacing: -0.025em;
}

.kyc-section-heading h2 span {
  color: #7ca3ff;
}

.kyc-section-heading > p,
.kyc-section-heading.split > p,
.decision-copy > p,
.integration-copy > p {
  margin-top: 1.2rem;
  color: #849bb8;
  line-height: 1.75;
}

.kyc-value-section {
  background:
    radial-gradient(circle at 18% 8%, rgba(46, 91, 255, 0.1), transparent 25%),
    #091831;
  border-bottom: 1px solid var(--kyc-line);
}

.kyc-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--kyc-line);
}

.kyc-value-grid article {
  min-height: 320px;
  position: relative;
  padding: 1.8rem;
  border-right: 1px solid var(--kyc-line);
  background: linear-gradient(145deg, rgba(16, 38, 74, 0.48), rgba(7, 21, 43, 0.42));
  transition: background 0.25s, transform 0.25s;
}

.kyc-value-grid article:last-child { border-right: 0; }

.kyc-value-grid article:hover {
  background: linear-gradient(145deg, rgba(24, 53, 99, 0.7), rgba(9, 27, 52, 0.6));
}

.value-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 134, 255, 0.2);
  border-radius: 12px;
  color: #7ca3ff;
  background: rgba(46, 91, 255, 0.07);
}

.value-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
}

.value-number {
  position: absolute;
  right: 1.5rem;
  top: 1.7rem;
  color: #385270;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.kyc-value-grid h3 {
  margin-top: 3.4rem;
  color: #dce8f7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.45rem;
}

.kyc-value-grid p {
  margin-top: 0.75rem;
  color: #7890ad;
  font-size: 0.86rem;
  line-height: 1.65;
}

.kyc-flow-section {
  background: #06142c;
  border-bottom: 1px solid var(--kyc-line);
}

.journey {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}

.journey::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 28px;
  height: 1px;
  background: linear-gradient(90deg, #2e5bff, #6d16ff 55%, #00c08b);
  opacity: 0.52;
}

.journey article {
  position: relative;
  padding: 0 1rem;
}

.journey-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}

.journey-top span {
  position: relative;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(108, 146, 255, 0.35);
  border-radius: 50%;
  color: #a5baff;
  background: #0a1d3d;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.7rem;
  box-shadow: 0 0 0 8px #06142c;
}

.journey article:last-child .journey-top span {
  border-color: rgba(0, 192, 139, 0.55);
  color: #7de1c2;
}

.journey-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 2.1rem auto 1.2rem;
  border: 1px solid rgba(91, 134, 255, 0.16);
  border-radius: 14px;
  color: #789fff;
  background: rgba(17, 41, 79, 0.6);
}

.journey-icon svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
}

.journey h3 {
  color: #dce7f6;
  font-size: 1rem;
  text-align: center;
}

.journey p {
  margin-top: 0.55rem;
  color: #6f87a5;
  font-size: 0.75rem;
  line-height: 1.55;
  text-align: center;
}

.journey-note {
  max-width: 520px;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3rem auto 0;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 192, 139, 0.16);
  background: rgba(0, 192, 139, 0.04);
}

.journey-note span {
  flex: 0 0 auto;
  color: #61d7b4;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.journey-note p {
  color: #6a8993;
  font-size: 0.7rem;
}

.decision-section {
  background:
    radial-gradient(circle at 80% 50%, rgba(109, 22, 255, 0.1), transparent 28%),
    #091831;
  border-bottom: 1px solid var(--kyc-line);
}

.decision-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 6rem;
}

.decision-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.decision-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  color: #7890ac;
  font-size: 0.8rem;
  line-height: 1.5;
}

.decision-list li > i {
  width: 7px;
  height: 7px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: #00c08b;
  box-shadow: 0 0 9px rgba(0, 192, 139, 0.55);
}

.decision-list b {
  display: block;
  color: #bdcce0;
  font-size: 0.86rem;
}

.decision-card {
  position: relative;
  padding: 1.6rem;
  border: 1px solid rgba(110, 142, 222, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(rgba(70, 115, 198, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 115, 198, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(15, 38, 77, 0.94), rgba(7, 22, 46, 0.96));
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.decision-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--kyc-line);
}

.decision-card-head span,
.decision-card-head b {
  display: block;
}

.decision-card-head span {
  color: #5d7fa8;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
}

.decision-card-head b {
  color: #c9d7e8;
  font-size: 0.9rem;
}

.decision-card-head em {
  padding: 0.38rem 0.55rem;
  border: 1px solid rgba(246, 166, 9, 0.28);
  border-radius: 100px;
  color: #f8ba3f;
  background: rgba(246, 166, 9, 0.08);
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.score-main {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.2rem;
  padding: 1.6rem 0;
}

.score-ring {
  width: 108px;
  height: 108px;
  display: grid;
  place-content: center;
  border: 7px solid #263e70;
  border-top-color: #6d16ff;
  border-right-color: #2e5bff;
  border-bottom-color: #00c08b;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-18deg);
}

.score-ring > * {
  transform: rotate(18deg);
}

.score-ring strong {
  color: #f0f5ff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  line-height: 0.85;
}

.score-ring small {
  color: #587399;
  font-size: 0.5rem;
}

.score-main > div:last-child span {
  color: #58799e;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.score-main > div:last-child b {
  display: block;
  margin-top: 0.25rem;
  color: #d1def0;
  font-size: 1rem;
}

.score-main > div:last-child p {
  margin-top: 0.35rem;
  color: #7188a4;
  font-size: 0.69rem;
}

.score-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
}

.score-grid > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 0.6rem;
  padding: 0.75rem;
  border: 1px solid rgba(94, 132, 207, 0.12);
  background: rgba(9, 29, 58, 0.68);
}

.score-grid span {
  color: #6d85a1;
  font-size: 0.6rem;
}

.score-grid b {
  color: #bcd0e9;
  font-size: 0.7rem;
}

.score-grid i {
  grid-column: 1 / 3;
  height: 3px;
  border-radius: 3px;
  background: #1e3158;
}

.score-grid u {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2e5bff, #00c08b);
  text-decoration: none;
}

.signal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.signal-list span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #68809d;
  font-size: 0.58rem;
}

.signal-list i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.signal-list i.pass { background: #00c08b; }
.signal-list i.warn { background: #f6a609; }

.decision-caption {
  display: block;
  margin-top: 1rem;
  color: #405c7e;
  font-size: 0.52rem;
  text-align: right;
}

.portal-section {
  background: #06142c;
  border-bottom: 1px solid var(--kyc-line);
}

.portal-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.showcase-browser {
  overflow: hidden;
  border: 1px solid rgba(117, 111, 197, 0.26);
  border-radius: 12px;
  background: #eef0fa;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.35);
}

.browser-chrome {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 0.9rem;
  border-bottom: 1px solid #d9ddeb;
  background: #fff;
}

.browser-chrome i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7d7e4;
}

.browser-chrome span {
  min-width: 220px;
  margin-left: 0.8rem;
  padding: 0.25rem 0.7rem;
  border-radius: 4px;
  color: #9a96af;
  background: #f3f4f8;
  font-size: 0.52rem;
}

.showcase-app {
  min-height: 470px;
  display: grid;
  grid-template-columns: 50px 1fr;
  background:
    radial-gradient(circle at 65% 0%, rgba(120, 62, 255, 0.2), transparent 45%),
    #eff1fa;
}

.showcase-side {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 1.5rem;
  padding-top: 1.1rem;
  border-right: 1px solid #d9ddea;
  background: rgba(255, 255, 255, 0.9);
}

.showcase-side b {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #271d5d;
  border-radius: 6px;
  color: #271d5d;
}

.showcase-side i {
  width: 11px;
  height: 11px;
  border: 1px solid #81799f;
}

.showcase-side i.active {
  border-color: #1e5cff;
  background: rgba(30, 92, 255, 0.13);
  box-shadow: -10px 0 0 #1e5cff;
}

.showcase-main {
  min-width: 0;
  padding: 1.4rem;
}

.showcase-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.showcase-top span {
  color: #0764cd;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.showcase-top h3 {
  color: #1b1740;
  font-size: 1.3rem;
}

.showcase-top em {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #00a777;
  font-size: 0.6rem;
  font-style: normal;
}

.showcase-top em i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00c08b;
  box-shadow: 0 0 8px rgba(0, 192, 139, 0.6);
}

.filter-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid #d9ddec;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.82);
}

.filter-row span {
  padding: 0.55rem;
  border: 1px solid #d5d9eb;
  color: #8b86a3;
  background: #f7f7fc;
  font-size: 0.55rem;
}

.filter-row button,
.operations-head button {
  border: none;
  color: #fff;
  background: #6514ff;
  font: 700 0.58rem "Barlow", sans-serif;
  padding: 0.55rem 1rem;
}

.operations-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1.2rem;
}

.operations-head b,
.operations-head span {
  display: block;
}

.operations-head b {
  color: #1b1740;
  font-size: 0.85rem;
}

.operations-head span {
  color: #7c7598;
  font-size: 0.54rem;
}

.operations-head button {
  border: 1px solid #b9a8ff;
  color: #0f63c9;
  background: #e9e2ff;
}

.operations-table {
  margin-top: 0.7rem;
  border: 1px solid #d6daea;
  background: rgba(255, 255, 255, 0.78);
}

.operations-table > div {
  display: grid;
  grid-template-columns: 0.9fr 0.7fr 0.85fr 1fr 0.55fr 0.75fr 0.35fr;
  align-items: center;
  min-height: 58px;
  padding: 0 0.75rem;
  border-bottom: 1px solid #e2e5ef;
  color: #514a72;
  font-size: 0.6rem;
}

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

.operations-table .op-head {
  min-height: 36px;
  color: #625991;
  background: #e6e7f6;
  font-weight: 700;
}

.pill {
  display: inline-block;
  padding: 0.27rem 0.45rem;
  border-radius: 100px;
  font-size: 0.48rem;
  font-style: normal;
}

.pill.approved {
  border: 1px solid rgba(0, 192, 139, 0.3);
  color: #00996f;
  background: rgba(0, 192, 139, 0.08);
}

.pill.review {
  border: 1px solid rgba(246, 166, 9, 0.35);
  color: #c27e00;
  background: rgba(246, 166, 9, 0.08);
}

.operations-table b { color: #2c2752; }
.operations-table strong { color: #175cc1; }
.operations-table em { color: #00a174; font-style: normal; font-weight: 700; }
.operations-table a { color: #0a61cf; font-weight: 700; }

.portal-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--kyc-line);
}

.portal-feature-grid article {
  padding: 1.4rem;
  border-right: 1px solid var(--kyc-line);
  background: rgba(11, 30, 58, 0.66);
}

.portal-feature-grid article:last-child { border-right: 0; }

.portal-feature-grid span {
  color: #496989;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.portal-feature-grid h3 {
  margin-top: 1.2rem;
  color: #cbd9e9;
  font-size: 0.92rem;
}

.portal-feature-grid p {
  margin-top: 0.5rem;
  color: #6c86a2;
  font-size: 0.73rem;
  line-height: 1.5;
}

.industries-section {
  background:
    radial-gradient(circle at 12% 70%, rgba(0, 192, 139, 0.06), transparent 22%),
    #091831;
  border-bottom: 1px solid var(--kyc-line);
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.industries-grid article {
  position: relative;
  min-height: 360px;
  padding: 1.7rem;
  border: 1px solid var(--kyc-line);
  background: linear-gradient(145deg, rgba(15, 38, 74, 0.64), rgba(7, 22, 46, 0.55));
}

.industry-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(102, 140, 227, 0.19);
  border-radius: 12px;
  color: #7ba2ff;
  background: rgba(46, 91, 255, 0.06);
}

.industry-icon svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.industries-grid article > span {
  display: block;
  margin-top: 2.3rem;
  color: #496a8b;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.industries-grid h3 {
  margin-top: 0.55rem;
  color: #dce8f6;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.55rem;
  line-height: 1.1;
}

.industries-grid p {
  margin-top: 0.75rem;
  color: #7189a6;
  font-size: 0.8rem;
  line-height: 1.6;
}

.industries-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.3rem;
}

.industries-grid li {
  padding: 0.35rem 0.5rem;
  border: 1px solid rgba(95, 132, 207, 0.12);
  border-radius: 3px;
  color: #6582a1;
  background: rgba(8, 25, 51, 0.5);
  font-size: 0.64rem;
}

.integration-section {
  background: #06142c;
  border-bottom: 1px solid var(--kyc-line);
}

.integration-layout {
  display: grid;
  grid-template-columns: 0.87fr 1.13fr;
  align-items: center;
  gap: 6rem;
}

.integration-points {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.integration-points > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  color: #718aa8;
  font-size: 0.78rem;
  line-height: 1.5;
}

.integration-points i {
  width: 8px;
  height: 8px;
  margin-top: 0.42rem;
  border: 1px solid #00c08b;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 192, 139, 0.35);
}

.integration-points b {
  display: block;
  color: #bfd0e5;
  font-size: 0.85rem;
}

.api-console {
  overflow: hidden;
  border: 1px solid rgba(98, 138, 221, 0.22);
  border-radius: 10px;
  background: #07142e;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3);
}

.api-console-top {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  border-bottom: 1px solid var(--kyc-line);
  background: #0d1d3b;
}

.api-console-top span {
  color: #89a6c8;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.api-console-top b {
  padding: 0.25rem 0.45rem;
  border: 1px solid rgba(0, 192, 139, 0.2);
  border-radius: 4px;
  color: #64d8b5;
  font-size: 0.58rem;
}

.api-tabs {
  display: flex;
  gap: 1.2rem;
  padding: 0.7rem 1rem 0;
  border-bottom: 1px solid rgba(87, 124, 195, 0.1);
}

.api-tabs span {
  padding-bottom: 0.65rem;
  color: #49678d;
  font-size: 0.58rem;
}

.api-tabs span.active {
  color: #91acff;
  border-bottom: 1px solid #5f82ff;
}

.api-console pre {
  min-height: 280px;
  padding: 1.4rem;
  color: #91a7c4;
  background:
    linear-gradient(rgba(58, 94, 158, 0.04) 1px, transparent 1px),
    #07142e;
  background-size: 100% 28px;
  font: 0.76rem/1.8 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap;
}

.code-green { color: #3ee0ad; }
.code-key { color: #77a0ff; }
.code-value { color: #d0a8ff; }

.api-response {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border-top: 1px solid var(--kyc-line);
  background: rgba(0, 192, 139, 0.035);
}

.api-response span {
  color: #4bd7ad;
  font: 700 0.58rem ui-monospace, monospace;
}

.api-response b {
  color: #7991ad;
  font: 500 0.58rem ui-monospace, monospace;
}

.api-response i {
  width: 6px;
  height: 6px;
  margin-left: auto;
  border-radius: 50%;
  background: #00c08b;
  box-shadow: 0 0 10px rgba(0, 192, 139, 0.6);
}

.api-footer {
  display: flex;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border-top: 1px solid rgba(87, 124, 195, 0.1);
  background: #091a36;
}

.api-footer span {
  padding: 0.25rem 0.45rem;
  border: 1px solid rgba(104, 144, 219, 0.14);
  color: #587699;
  font-size: 0.5rem;
  letter-spacing: 0.07em;
}

.kyc-trust-note {
  padding: 4.5rem 0;
  background: #0a1a34;
  border-bottom: 1px solid var(--kyc-line);
}

.kyc-trust-note .container {
  max-width: 1050px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
}

.trust-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 192, 139, 0.22);
  border-radius: 50%;
  color: #58d5ae;
  background: rgba(0, 192, 139, 0.045);
}

.trust-icon svg {
  width: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
}

.kyc-trust-note span {
  color: #57cda9;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.kyc-trust-note h2 {
  max-width: 750px;
  margin-top: 0.4rem;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.kyc-trust-note p {
  max-width: 800px;
  margin-top: 0.7rem;
  color: #708aa6;
  font-size: 0.78rem;
  line-height: 1.65;
}

.kyc-final-cta {
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(80, 40, 210, 0.18), transparent 38%),
    linear-gradient(135deg, #06142c, #0c1d3a);
}

.kyc-cta-grid {
  opacity: 0.25;
  mask-image: radial-gradient(circle at center, black, transparent 65%);
}

.kyc-final-cta .container {
  max-width: 850px;
  position: relative;
  z-index: 2;
}

.cta-label {
  color: #7fa4ff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.kyc-final-cta p {
  max-width: 680px;
  margin: 1.2rem auto 0;
  color: #829ab8;
  line-height: 1.7;
}

.kyc-final-cta .kyc-hero-actions {
  justify-content: center;
}

.kyc-footer {
  background: #040d1d;
}

@media (max-width: 1180px) {
  .kyc-hero-layout {
    grid-template-columns: 0.88fr 1.12fr;
  }

  .portal-window {
    width: 590px;
  }

  .kyc-phone {
    right: -18px;
  }

  .decision-layout,
  .integration-layout {
    gap: 3rem;
  }
}

@media (max-width: 980px) {
  .kyc-hero {
    height: auto;
    min-height: 1080px;
    align-items: flex-start;
  }

  .kyc-hero-layout {
    display: block;
    padding-top: 5.5rem;
  }

  .kyc-hero-copy {
    width: 75%;
  }

  .kyc-product-stage {
    min-height: 570px;
    margin-top: 1rem;
  }

  .portal-window {
    left: 3%;
    width: 77%;
  }

  .kyc-phone {
    right: 7%;
  }

  .signal-document { left: 0; }
  .signal-face { left: 19%; }

  .kyc-proof-strip .container {
    grid-template-columns: repeat(3, 1fr);
  }

  .kyc-proof-strip .container > div:nth-child(3) { border-right: 0; }
  .kyc-proof-strip .container > div:nth-child(n+4) { border-top: 1px solid var(--kyc-line); }

  .kyc-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kyc-value-grid article:nth-child(2) { border-right: 0; }
  .kyc-value-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--kyc-line); }

  .kyc-section-heading.split,
  .decision-layout,
  .integration-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .journey {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 0;
  }

  .journey::before { display: none; }

  .industries-grid {
    grid-template-columns: 1fr;
  }

  .industries-grid article {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .kyc-hero {
    min-height: 1000px;
  }

  .kyc-hero-layout {
    padding-top: 2.6rem;
  }

  .kyc-hero-copy {
    width: 100%;
    padding-top: 2rem;
  }

  .kyc-hero h1 {
    font-size: clamp(3.3rem, 15vw, 4.4rem);
  }

  .kyc-hero-lead {
    font-size: 0.94rem;
  }

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

  .kyc-hero-actions a {
    justify-content: center;
    text-align: center;
  }

  .kyc-product-stage {
    min-height: 420px;
    margin-top: 1.5rem;
  }

  .portal-window {
    top: 20px;
    left: -18%;
    width: 118%;
    transform: scale(0.72);
    transform-origin: top center;
  }

  .kyc-phone {
    right: -7px;
    bottom: -12px;
    width: 148px;
    height: 305px;
    border-width: 4px;
    border-radius: 22px;
    padding: 0.5rem;
  }

  .phone-speaker { width: 30px; }
  .phone-status { font-size: 0.34rem; }
  .phone-appbar b { font-size: 0.42rem; }
  .phone-appbar small { font-size: 0.33rem; }
  .face-stage { height: 166px; margin-top: 0.4rem; }
  .face-head { width: 48px; height: 64px; }
  .face-shoulders { width: 90px; height: 48px; }
  .phone-instruction { font-size: 0.37rem; }
  .secure-note { display: none; }

  .signal-card {
    width: 118px;
    padding: 0.55rem;
  }

  .signal-card b { font-size: 0.51rem; }
  .signal-document { left: 0; top: 0; }
  .signal-face { left: 8px; bottom: 10px; }

  .kyc-proof-strip .container {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .kyc-proof-strip .container > div {
    min-height: 66px;
    justify-content: flex-start;
    border-right: 0;
    border-left: 0 !important;
    border-top: 1px solid var(--kyc-line);
  }

  .kyc-proof-strip .container > div:first-child { border-top: 0; }

  .kyc-section {
    padding: 5rem 0;
  }

  .kyc-section-heading {
    margin-bottom: 2.4rem;
  }

  .kyc-section-heading h2,
  .decision-copy h2,
  .integration-copy h2,
  .kyc-final-cta h2 {
    font-size: 2.65rem;
  }

  .kyc-value-grid {
    grid-template-columns: 1fr;
  }

  .kyc-value-grid article {
    min-height: 270px;
    border-right: 0;
    border-bottom: 1px solid var(--kyc-line);
  }

  .kyc-value-grid article:last-child { border-bottom: 0; }

  .journey {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .journey article {
    display: grid;
    grid-template-columns: 46px 52px 1fr;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--kyc-line);
  }

  .journey-top {
    height: auto;
  }

  .journey-top span {
    width: 34px;
    height: 34px;
    box-shadow: none;
  }

  .journey-icon {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .journey h3,
  .journey p {
    grid-column: 3;
    text-align: left;
  }

  .journey h3 { grid-row: 1; align-self: start; padding-top: 0.25rem; }
  .journey p { grid-row: 1; align-self: end; margin-top: 1.3rem; }

  .journey-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .score-main {
    grid-template-columns: 1fr;
  }

  .score-ring {
    margin: 0 auto;
  }

  .score-grid,
  .signal-list {
    grid-template-columns: 1fr;
  }

  .showcase-browser {
    overflow-x: auto;
  }

  .showcase-app {
    min-width: 790px;
    min-height: 430px;
  }

  .portal-feature-grid {
    grid-template-columns: 1fr;
  }

  .portal-feature-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--kyc-line);
  }

  .portal-feature-grid article:last-child { border-bottom: 0; }

  .industries-grid article {
    padding: 1.4rem;
  }

  .api-console pre {
    overflow-x: auto;
    font-size: 0.64rem;
  }

  .kyc-trust-note .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .trust-icon {
    margin: 0 auto;
  }

  .kyc-final-cta {
    padding: 6rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kyc-value-grid article {
    transition: none;
  }
}

/* FaceGate product identity and delivery architecture */
.facegate-hero-logo {
  width: min(325px, 78%);
  height: auto;
  display: block;
  margin: -0.45rem 0 1.25rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(95, 148, 224, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.kyc-hero-lead strong {
  color: #dce8ff;
  font-weight: 700;
}

.phone-brand {
  height: 21px;
  margin: 0.15rem 0 0.28rem;
  padding: 0.13rem 0.25rem;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
}

.phone-brand img {
  width: 83px;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.sdk-seal {
  position: absolute;
  right: 8px;
  top: 32px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 150px;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(72, 210, 226, 0.4);
  border-radius: 9px;
  color: #a8bbd6;
  background: rgba(7, 20, 47, 0.94);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.3);
  font-size: 0.6rem;
}

.sdk-seal svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #35d4dc;
  stroke-width: 1.7;
}

.sdk-seal span,
.sdk-seal b {
  display: block;
}

.sdk-seal b {
  margin-bottom: 0.08rem;
  color: #f0f6ff;
  font-size: 0.7rem;
}

.product-architecture {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 110%, rgba(39, 125, 244, 0.12), transparent 38%),
    #07142f;
  border-bottom: 1px solid var(--kyc-line);
}

.architecture-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr) 110px minmax(0, 1fr);
  align-items: stretch;
  margin-top: 3.3rem;
}

.architecture-flow article {
  min-height: 340px;
  padding: 2rem;
  border: 1px solid rgba(105, 145, 218, 0.22);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(14, 37, 78, 0.92), rgba(7, 22, 50, 0.94));
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.18);
}

.architecture-flow .architecture-client {
  border-color: rgba(38, 211, 225, 0.3);
}

.architecture-flow .architecture-core {
  border-color: rgba(99, 80, 247, 0.4);
  background: linear-gradient(145deg, rgba(27, 40, 95, 0.95), rgba(12, 25, 59, 0.95));
}

.architecture-label {
  color: #7697c7;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.architecture-logo {
  height: 70px;
  display: flex;
  align-items: center;
  margin: 1.4rem 0 1.25rem;
  padding: 0.55rem 0.7rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.97);
}

.architecture-logo img {
  width: 100%;
  max-height: 58px;
}

.architecture-core-mark,
.architecture-portal-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 1.4rem 0 1.25rem;
  border-radius: 15px;
}

.architecture-core-mark {
  color: #fff;
  background: linear-gradient(135deg, #2e5bff, #6d16ff);
  box-shadow: 0 12px 28px rgba(81, 57, 242, 0.28);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.architecture-portal-icon {
  color: #75a6ff;
  border: 1px solid rgba(89, 137, 241, 0.32);
  background: rgba(46, 91, 255, 0.1);
}

.architecture-portal-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.architecture-flow h3 {
  color: #f3f7ff;
  font-size: 1.22rem;
}

.architecture-flow article > p {
  min-height: 78px;
  margin-top: 0.6rem;
  color: #8fa5c1;
  font-size: 0.88rem;
  line-height: 1.65;
}

.architecture-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin-top: 1.15rem;
}

.architecture-tags span {
  padding: 0.28rem 0.5rem;
  border: 1px solid rgba(96, 141, 217, 0.2);
  border-radius: 100px;
  color: #86a7d1;
  background: rgba(16, 41, 82, 0.55);
  font-size: 0.61rem;
}

.architecture-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.architecture-link i {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(42, 210, 221, 0.4), rgba(91, 91, 242, 0.75));
}

.architecture-link svg {
  width: 22px;
  height: 22px;
  margin-left: -12px;
  padding: 4px;
  border-radius: 50%;
  fill: none;
  stroke: #87a7ff;
  stroke-width: 1.7;
  background: #07142f;
}

.architecture-link > span {
  position: absolute;
  top: calc(50% - 30px);
  color: #6384b0;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.architecture-note {
  max-width: 850px;
  margin: 2rem auto 0;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(43, 203, 203, 0.18);
  color: #829bbd;
  background: rgba(0, 160, 143, 0.05);
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: center;
}

.architecture-note strong {
  color: #54ddcf;
}

@media (max-width: 1080px) {
  .architecture-flow {
    grid-template-columns: 1fr 70px 1fr;
  }

  .architecture-flow .architecture-portal {
    grid-column: 1 / -1;
    width: calc((100% - 70px) / 2);
    min-height: 280px;
    margin: 70px auto 0;
  }

  .architecture-link-last {
    display: none;
  }
}

@media (max-width: 700px) {
  .facegate-hero-logo {
    width: 250px;
    margin-bottom: 1rem;
  }

  .phone-brand {
    height: 17px;
    margin-bottom: 0.18rem;
  }

  .phone-brand img {
    width: 66px;
  }

  .sdk-seal {
    top: 5px;
    right: 0;
    min-width: 118px;
    padding: 0.45rem 0.5rem;
  }

  .sdk-seal svg {
    width: 17px;
    height: 17px;
  }

  .sdk-seal b {
    font-size: 0.58rem;
  }

  .architecture-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .architecture-flow article,
  .architecture-flow .architecture-portal {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 1.5rem;
  }

  .architecture-link {
    height: 72px;
  }

  .architecture-link i {
    width: 1px;
    height: 100%;
    background: linear-gradient(rgba(42, 210, 221, 0.4), rgba(91, 91, 242, 0.75));
  }

  .architecture-link svg {
    position: absolute;
    bottom: 2px;
    margin: 0;
    transform: rotate(90deg);
  }

  .architecture-link > span {
    top: 27px;
    left: calc(50% + 12px);
  }

  .architecture-link-last {
    display: flex;
  }

  .architecture-flow article > p {
    min-height: 0;
  }
}
