/* Divergram homepage: editorial, trust-first brand experience */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-page {
  --dg-blue: #0866ff;
  --dg-blue-deep: #0047c8;
  --dg-violet: #7c5cff;
  --dg-ink: #11131a;
  --dg-slate: #596070;
  --dg-cloud: #f4f6fa;
  background: #fff;
  color: var(--dg-ink);
}

.home-page::before,
.home-page::after,
.home-page .site__grid,
.home-page .site__noise {
  display: none;
}

.home-page .container {
  width: min(1320px, calc(100vw - 80px));
}

.home-page.menu-open {
  overflow: hidden;
}

.dg-overline {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  color: #626a7a;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dg-overline > span {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: var(--dg-blue);
}

.dg-hero {
  position: relative;
  min-height: 940px;
  padding: 164px 0 50px;
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 32%, rgba(126, 94, 255, 0.12), transparent 0 27%),
    radial-gradient(circle at 61% 18%, rgba(0, 174, 255, 0.12), transparent 0 23%),
    linear-gradient(180deg, #fff 0%, #fbfcff 70%, #f7f9fc 100%);
}

.dg-hero__video,
.dg-hero__video-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dg-hero__video {
  z-index: 0;
  opacity: 0.58;
}

.dg-hero__video-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.15) brightness(1.08) contrast(1.05) blur(0.2px);
  transform: scale(1.04);
}

.dg-hero__video-overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 72% 34%, rgba(255, 255, 255, 0.28), transparent 0 31%),
    radial-gradient(circle at 60% 18%, rgba(255, 255, 255, 0.18), transparent 0 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(249, 252, 255, 0.72) 50%, rgba(242, 247, 255, 0.92) 100%);
  backdrop-filter: blur(2px);
}

.dg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  z-index: 2;
}

.dg-orb--one {
  width: 440px;
  height: 440px;
  top: 92px;
  right: -260px;
  border: 1px solid rgba(8, 102, 255, 0.12);
}

.dg-orb--two {
  width: 260px;
  height: 260px;
  left: -170px;
  bottom: 70px;
  border: 1px solid rgba(124, 92, 255, 0.1);
}

.dg-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 3;
}

.dg-hero__copy {
  position: relative;
  z-index: 3;
  padding-bottom: 1.5rem;
}

.dg-hero h1 {
  max-width: 860px;
  margin: 1.8rem 0 1.7rem;
  color: #10131a;
  font-size: clamp(3.45rem, 5.25vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.068em;
  font-weight: 790;
}

.dg-hero h1 em {
  color: var(--dg-blue);
  font-style: normal;
}

.dg-hero__lead {
  max-width: 590px;
  margin: 0;
  color: #555d6c;
  font-size: clamp(1.06rem, 1.3vw, 1.24rem);
  line-height: 1.75;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.dg-hero__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}

.home-page .button {
  border-radius: 9px;
  font-weight: 680;
}

.home-page .button--primary {
  border-color: var(--dg-blue);
  background: var(--dg-blue);
  box-shadow: 0 10px 26px rgba(8, 102, 255, 0.2);
}

.home-page .button--primary:hover {
  background: #0058e6;
  box-shadow: 0 14px 32px rgba(8, 102, 255, 0.28);
  transform: translateY(-2px);
}

.button--large {
  min-height: 58px;
  padding: 0 1.55rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #1e2430;
  font-size: 0.96rem;
  font-weight: 680;
}

.text-link span {
  transition: transform 0.25s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.dg-hero__art {
  position: relative;
  min-height: 630px;
  isolation: isolate;
}

.dg-hero__art::before {
  content: "";
  position: absolute;
  inset: 6% 4% 3% 7%;
  z-index: -3;
  border-radius: 48% 52% 45% 55% / 52% 44% 56% 48%;
  background:
    radial-gradient(circle at 58% 40%, rgba(255, 255, 255, 0.96), rgba(232, 241, 255, 0.75) 48%, rgba(235, 228, 255, 0.76) 74%, transparent 75%);
  animation: blob-shift 12s ease-in-out infinite alternate;
}

.signal-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(8, 102, 255, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.signal-ring--outer {
  width: 530px;
  height: 530px;
}

.signal-ring--inner {
  width: 350px;
  height: 350px;
  border-style: dashed;
  animation: spin 28s linear infinite;
}

.trust-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  width: 190px;
  height: 190px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 34px 90px rgba(46, 74, 142, 0.18), inset 0 0 30px #fff;
  backdrop-filter: blur(18px);
  transform: translate(-50%, -50%);
}

.trust-core__halo {
  position: absolute;
  inset: -22px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(8, 102, 255, 0.22), rgba(126, 92, 255, 0.17));
  filter: blur(17px);
}

.trust-core img {
  width: 52px;
  height: 52px;
  margin-bottom: 0.65rem;
  border-radius: 15px;
}

.trust-core strong {
  font-size: 1.02rem;
}

.trust-core small {
  margin-top: 0.25rem;
  color: #72798a;
  font-size: 0.7rem;
}

.float-card {
  position: absolute;
  display: flex;
  min-width: 235px;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 50px rgba(27, 52, 112, 0.12);
  backdrop-filter: blur(18px);
  animation: card-float 5s ease-in-out infinite;
}

.float-card--identity {
  top: 10%;
  left: 2%;
}

.float-card--document {
  right: -1%;
  top: 26%;
  animation-delay: -1.7s;
}

.float-card--api {
  left: 7%;
  bottom: 9%;
  animation-delay: -3.3s;
}

.float-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
}

.float-card__icon svg {
  width: 22px;
}

.float-card__icon--blue {
  color: #0866ff;
  background: #eaf2ff;
}

.float-card__icon--violet {
  color: #6c49ee;
  background: #f0ecff;
}

.float-card__icon--mint {
  color: #0a957a;
  background: #e6f8f3;
}

.float-card > span:nth-child(2) {
  display: grid;
  gap: 0.18rem;
}

.float-card small {
  color: #7b8190;
  font-size: 0.68rem;
}

.float-card strong {
  color: #1a1e28;
  font-size: 0.81rem;
}

.float-card > i {
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-radius: 50%;
  background: #19bd87;
  box-shadow: 0 0 0 5px rgba(25, 189, 135, 0.11);
}

.pulse-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7c5cff;
  box-shadow: 0 0 0 8px rgba(124, 92, 255, 0.09);
  animation: pulse 2.2s ease-out infinite;
}

.pulse-dot--one { top: 21%; left: 43%; }
.pulse-dot--two { right: 14%; bottom: 26%; animation-delay: -0.8s; background: #00a8e8; }
.pulse-dot--three { bottom: 30%; left: 25%; animation-delay: -1.4s; }

.dg-hero__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 2.2rem;
  border-top: 1px solid #e4e7ed;
  position: relative;
  z-index: 3;
}

.dg-hero__foot p {
  margin: 0;
  color: #777d89;
  font-size: 0.82rem;
}

.institution-list {
  display: flex;
  align-items: center;
  gap: clamp(1.4rem, 3.4vw, 3.5rem);
}

.institution-list span {
  color: #9499a4;
  font-size: 0.81rem;
  font-weight: 710;
  letter-spacing: 0.04em;
}

.dg-statement {
  padding: 190px 0 160px;
  background: #fff;
}

.dg-statement .container {
  max-width: 1120px;
}

.dg-statement h2 {
  max-width: 1050px;
  margin: 1.5rem 0 2rem;
  font-size: clamp(3.4rem, 6vw, 6.2rem);
  line-height: 1.03;
  letter-spacing: -0.065em;
}

.dg-statement__copy {
  max-width: 650px;
  margin: 0 0 0 auto;
  color: #606776;
  font-size: 1.16rem;
  line-height: 1.8;
  word-break: keep-all;
}

.story-section {
  padding: 72px 0;
  background: #fff;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 5vw, 5.5rem);
}

.story-grid--reverse {
  grid-template-columns: minmax(520px, 1.1fr) minmax(420px, 0.9fr);
}

.story-grid--reverse .story-copy {
  grid-column: 2;
  grid-row: 1;
}

.story-grid--reverse .story-visual {
  grid-column: 1;
  grid-row: 1;
}

.story-copy {
  position: relative;
}

.story-index {
  position: absolute;
  top: -78px;
  color: #d8dce4;
  font-size: 0.8rem;
  font-weight: 750;
}

.story-copy h2 {
  margin: 1.2rem 0 1.45rem;
  max-width: 8.7em;
  font-size: clamp(2.45rem, 3.55vw, 3.85rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
  word-break: keep-all;
  text-wrap: balance;
}

.story-copy > p:not(.dg-overline) {
  margin: 0 0 2rem;
  color: #626a78;
  font-size: 1.05rem;
  line-height: 1.78;
  word-break: keep-all;
}

.story-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 34px;
}

.identity-scene {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #eaf4ff 0%, #f1edff 52%, #e9fbfb 100%);
}

.scene-gradient {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255,255,255,.75);
  filter: blur(5px);
}

.phone-shell {
  position: relative;
  z-index: 2;
  width: 290px;
  padding: 9px;
  border: 1px solid rgba(20, 28, 48, 0.12);
  border-radius: 42px;
  background: #151922;
  box-shadow: 0 45px 90px rgba(42, 55, 102, 0.25);
  transform: rotate(2deg);
}

.phone-top {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 32px 32px 0 0;
  background: #fff;
  color: #1a1d24;
  font-size: 0.6rem;
  font-weight: 700;
}

.phone-top i {
  width: 72px;
  height: 20px;
  margin-top: -7px;
  border-radius: 0 0 13px 13px;
  background: #151922;
}

.phone-content {
  min-height: 540px;
  padding: 16px 20px 20px;
  border-radius: 0 0 33px 33px;
  background: #fff;
  text-align: center;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-align: left;
  font-size: 0.73rem;
  font-weight: 750;
}

.mini-brand img {
  width: 21px;
  height: 21px;
  border-radius: 6px;
}

.phone-step {
  display: block;
  margin-top: 3.5rem;
  color: #8c93a0;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.success-mark {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 1.25rem auto 1.15rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0866ff, #755cff);
  box-shadow: 0 12px 28px rgba(8,102,255,.24);
}

.success-mark svg {
  width: 30px;
}

.phone-content h3 {
  margin: 0;
  font-size: 1.22rem;
  letter-spacing: -0.04em;
}

.phone-content > p {
  margin: 0.55rem 0 1.8rem;
  color: #858b97;
  font-size: 0.68rem;
}

.phone-detail {
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 0;
  border-top: 1px solid #eef0f3;
  font-size: 0.68rem;
}

.phone-detail span { color: #9096a2; }
.phone-detail strong { color: #333844; }

.phone-content button {
  width: 100%;
  height: 45px;
  margin-top: 1.5rem;
  border-radius: 9px;
  color: #fff;
  background: #0866ff;
  font-size: 0.74rem;
  font-weight: 700;
}

.scene-note {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 148px;
  grid-template-columns: 14px 1fr;
  gap: 0.15rem 0.55rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 13px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 14px 35px rgba(38,53,96,.1);
  backdrop-filter: blur(15px);
}

.scene-note i {
  grid-row: 1 / 3;
  align-self: center;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20ba8b;
  box-shadow: 0 0 0 5px rgba(32,186,139,.11);
}

.scene-note span { color: #858b98; font-size: .62rem; }
.scene-note strong { font-size: .76rem; }
.scene-note--top { top: 18%; left: 7%; }
.scene-note--bottom { right: 7%; bottom: 19%; }

.console-scene {
  display: grid;
  align-items: center;
  padding: 2.2rem;
  background: #eef1f6;
}

.console-window {
  overflow: hidden;
  border: 1px solid rgba(21,27,39,.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 40px 80px rgba(30,41,68,.16);
  transform: perspective(1200px) rotateY(4deg) rotateX(1deg);
}

.console-bar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  min-height: 45px;
  padding: 0 1rem;
  border-bottom: 1px solid #e9ebef;
  font-size: .6rem;
}

.console-bar div { display: flex; gap: 5px; }
.console-bar div i { width: 7px; height: 7px; border-radius: 50%; background: #d8dbe0; }
.console-bar > span { justify-self: center; color: #868c97; }
.console-bar small { justify-self: end; color: #119a6e; font-weight: 700; }

.console-body {
  display: grid;
  min-height: 445px;
  grid-template-columns: 145px 1fr;
}

.console-body aside {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.6rem 1.2rem;
  border-right: 1px solid #eceef2;
  color: #9297a1;
  font-size: .65rem;
}

.console-body aside strong { color: #0866ff; }

.console-main { padding: 2rem; overflow: hidden; }
.console-main > p { margin: 0; color: #757c89; font-size: .67rem; }
.console-metric { display: flex; align-items: center; gap: .8rem; margin-top: .45rem; }
.console-metric strong { font-size: 2.3rem; letter-spacing: -.05em; }
.positive { padding: .25rem .45rem; border-radius: 99px; color: #13895f; background: #e6f7f0; font-size: .57rem; font-weight: 700; }
.chart { height: 165px; margin-top: 1.8rem; border-bottom: 1px solid #e9ebef; background-image: linear-gradient(#f0f2f5 1px, transparent 1px); background-size: 100% 40px; }
.chart svg { width: 100%; height: 100%; }
.console-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; margin-top: 1.4rem; }
.console-stats div { display: grid; gap: .4rem; padding: .8rem; border: 1px solid #eceef2; border-radius: 9px; }
.console-stats span { color: #8b919c; font-size: .57rem; }
.console-stats strong { font-size: .8rem; }

.feature-section {
  padding: 150px 0 126px;
  background: #f5f6f8;
}

.feature-section__head,
.use-section__head,
.news-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}

.feature-section__head h2,
.use-section__head h2,
.news-section__head h2 {
  margin: 1rem 0 0;
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 1.03;
  letter-spacing: -0.065em;
}

.feature-section__head > p {
  margin: 0;
  color: #666d79;
  line-height: 1.7;
}

.bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  align-items: stretch;
}

.bento-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.4rem);
  border-radius: 26px;
  background: #fff;
  transition: transform .35s ease, box-shadow .35s ease;
}

.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 65px rgba(31,42,69,.1);
}

.bento-card--wide {
  grid-column: 1 / -1;
  min-height: 490px;
}

.bento-card--blue {
  color: #fff;
  background: linear-gradient(120deg, #075fe9, #087fff 55%, #6d5cff);
}

.bento-card--dark {
  color: #fff;
  background: #161922;
}

.bento-card--gradient {
  grid-column: 1 / -1;
  min-height: 450px;
  color: #fff;
  background: linear-gradient(140deg, #6b4df1, #9a67f0 52%, #367fe9);
}

.bento-copy {
  position: relative;
  z-index: 2;
  max-width: 470px;
}

.bento-copy > span {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  opacity: .7;
}

.bento-copy h3 {
  margin: .8rem 0 1rem;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -.055em;
}

.bento-copy p {
  max-width: 400px;
  margin: 0;
  color: inherit;
  line-height: 1.7;
  opacity: .68;
}

.bento-copy a {
  display: grid;
  width: 46px;
  height: 46px;
  margin-top: 2rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.bento-copy a:hover { color: #11131a; background: #fff; transform: rotate(-30deg); }
.bento-card--light .bento-copy a:hover { color: #fff; background: #11131a; }

.document-stack {
  position: absolute;
  right: 10%;
  bottom: -28px;
  width: 390px;
  height: 390px;
}

.document-stack div {
  position: absolute;
  inset: 15% 3% 0 17%;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 18px 18px 0 0;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
  transform: rotate(10deg);
}

.document-stack div:nth-child(2) { inset: 7% 12% 0 8%; transform: rotate(-6deg); background: rgba(255,255,255,.2); }
.document-stack div:nth-child(3) { inset: 0 8% 0 12%; padding: 3rem; transform: rotate(2deg); background: rgba(255,255,255,.92); box-shadow: 0 25px 60px rgba(2,35,100,.22); }
.document-stack div:nth-child(3) i { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; color: #fff; background: #0866ff; font-style: normal; font-size: 1.3rem; }
.document-stack div:nth-child(3) span { display: block; height: 9px; margin-top: 1.7rem; border-radius: 5px; background: #dce4f0; }
.document-stack div:nth-child(3) span:nth-of-type(2) { width: 74%; margin-top: .7rem; }
.document-stack div:nth-child(3) span:nth-of-type(3) { width: 48%; margin-top: .7rem; }

.fingerprint {
  position: absolute;
  right: -55px;
  bottom: -42px;
  width: 330px;
  height: 330px;
}

.fingerprint span {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(110,136,255,.35);
  border-bottom-color: transparent;
  border-radius: 48% 52% 45% 55%;
  transform: rotate(18deg);
}
.fingerprint span:nth-child(2) { inset: 38px; }
.fingerprint span:nth-child(3) { inset: 76px; }
.fingerprint span:nth-child(4) { inset: 114px; background: radial-gradient(circle, rgba(65,101,255,.6), transparent 65%); filter: blur(10px); }

.license-wallet {
  position: absolute;
  right: -12px;
  bottom: 8px;
  width: min(58%, 410px);
  min-height: 268px;
}

.license-wallet__back {
  position: absolute;
  inset: 18px 26px 10px 0;
  border: 1px solid rgba(8,102,255,.14);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(8,102,255,.12), rgba(109,92,255,.1));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
  transform: rotate(8deg);
}

.license-wallet__card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  min-height: 252px;
  padding: 1.35rem 1.35rem 1.2rem;
  border: 1px solid rgba(12,84,190,.14);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  box-shadow: 0 28px 60px rgba(2,35,100,.14);
  color: #17335f;
  transform: rotate(-2deg);
}

.license-wallet__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.license-wallet__tag {
  color: #0866ff;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.license-wallet__chip {
  width: 44px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(8,102,255,.14);
  background: linear-gradient(135deg, #dce9ff, #9cc1ff);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}

.license-wallet__brand {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.license-wallet__brand img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 11px;
}

.license-wallet__brand strong {
  display: block;
  font-size: .92rem;
}

.license-wallet__brand span {
  color: #5d6a80;
  font-size: .7rem;
}

.license-wallet__card h4 {
  margin: 0;
  font-size: clamp(1.7rem, 2.2vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -.05em;
}

.license-wallet__meta,
.license-wallet__footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .85rem;
}

.license-wallet__meta div,
.license-wallet__footer div {
  padding-top: .75rem;
  border-top: 1px solid rgba(21,48,93,.1);
}

.license-wallet__meta span,
.license-wallet__footer span {
  display: block;
  color: #6b7890;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.license-wallet__meta strong,
.license-wallet__footer strong {
  display: block;
  margin-top: .35rem;
  font-size: .98rem;
}

.license-wallet__seal {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 32% 30%, #6eb4ff 0%, #0a66ff 58%, #004cc0 100%);
  box-shadow: 0 18px 40px rgba(8,102,255,.25);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: center;
  transform: rotate(12deg);
}

.radar {
  position: absolute;
  right: -40px;
  bottom: -44px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent, rgba(255,255,255,.2), transparent 38%);
  animation: radar-spin 9s linear infinite;
}
.radar::before, .radar::after, .radar i { content:""; position:absolute; inset: 25%; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.radar::after { inset: 45%; }
.radar i:nth-child(2) { inset: 50% 0 auto; border: 0; border-top: 1px solid rgba(255,255,255,.15); border-radius: 0; }
.radar b { position:absolute; top:25%; left:45%; width:9px; height:9px; border-radius:50%; background:#fff; box-shadow:0 0 0 8px rgba(255,255,255,.12); }

.value-section {
  padding: 170px 0 150px;
  color: #fff;
  background: #0866f5;
}

.value-section .container {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 6rem;
}

.value-section .dg-overline { color: rgba(255,255,255,.7); }
.value-intro h2 {
  max-width: 8.2em;
  margin: 1rem 0 0;
  font-size: clamp(2.55rem, 4.1vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.065em;
  word-break: keep-all;
  text-wrap: balance;
}
.value-stats { display: grid; grid-template-columns: repeat(2,1fr); }
.value-stats article { min-height: 175px; padding: 1.1rem 1.7rem 1.7rem; border-left: 1px solid rgba(255,255,255,.25); }
.value-stats strong { font-size: clamp(2.8rem, 4.8vw, 5.1rem); line-height: 1; letter-spacing: -.06em; }
.value-stats p { max-width: 150px; margin: .8rem 0 0; color: rgba(255,255,255,.7); font-size: .82rem; line-height: 1.5; }
.value-note { grid-column: 2; margin: -3rem 0 0; color: rgba(255,255,255,.52); font-size: .7rem; }

.use-section {
  padding: 190px 0 70px;
  overflow: hidden;
  background: #fff;
}

.use-track {
  display: grid;
  width: max-content;
  grid-template-columns: repeat(4, min(430px, 78vw));
  gap: 18px;
  padding: 0 max(40px, calc((100vw - 1320px) / 2)) 80px;
  overflow-x: auto;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}

.use-card {
  position: relative;
  display: flex;
  min-height: 570px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 2.2rem;
  border-radius: 24px;
  color: #fff;
  scroll-snap-align: start;
}

.use-card::before,
.use-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: transform .6s ease;
}

.use-card:hover::before { transform: scale(1.15) translate(-5%, 5%); }
.use-card:hover::after { transform: scale(.9) translate(8%, -5%); }
.use-card--finance { background: #152c55; }
.use-card--finance::before { width: 360px; height: 360px; right:-100px; top:70px; background:linear-gradient(135deg,#12a7ff,#665cf2); }
.use-card--finance::after { width:240px;height:240px;right:-30px;top:130px;border:45px solid rgba(255,255,255,.15); }
.use-card--public { background: #e2f0ff; color: #102344; }
.use-card--public::before { width:430px;height:430px;left:-180px;top:40px;background:linear-gradient(150deg,#fff,#78b4ff); }
.use-card--public::after { width:220px;height:220px;right:-60px;top:140px;border:1px solid rgba(8,102,255,.3); }
.use-card--education { background:#6b50dc; }
.use-card--education::before { width:380px;height:380px;right:-130px;top:60px;background:linear-gradient(150deg,#ad91ff,#4d35be); }
.use-card--education::after { width:150px;height:300px;left:80px;top:110px;border-radius:100px;background:rgba(255,255,255,.12);transform:rotate(38deg); }
.use-card--insurance { background:#daf5ee; color:#11352e; }
.use-card--insurance::before { width:330px;height:330px;right:-70px;top:70px;background:linear-gradient(150deg,#2ed5ad,#0d8f89); }
.use-card--insurance::after { width:180px;height:180px;right:5px;top:145px;border:35px solid rgba(255,255,255,.3); }
.use-card__number { position:relative;z-index:2;font-size:.72rem;font-weight:700; }
.use-card > div { position:relative;z-index:2; }
.use-card p { margin:0 0 .8rem; font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.68; }
.use-card h3 { margin:0 0 1.5rem;font-size:1.75rem;line-height:1.25;letter-spacing:-.04em; }
.use-card a { font-size:.82rem;font-weight:700; }

.trust-section {
  padding: 180px 0;
  color: #fff;
  background: #11141c;
}

.trust-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 8rem;
}

.trust-section .dg-overline { color: #8c95a8; }
.trust-copy h2 { margin:1.2rem 0 1.5rem;font-size:clamp(3rem,4.8vw,5.2rem);line-height:1.05;letter-spacing:-.065em; }
.trust-copy > p:not(.dg-overline) { margin:0 0 2.2rem;color:#aeb5c2;line-height:1.75;word-break:keep-all; }
.button--light { color:#11141c;background:#fff;border-color:#fff;box-shadow:none; }
.button--light:hover { color:#0866ff;background:#fff;transform:translateY(-2px); }
.trust-layers { display:grid;gap:12px;perspective:1000px; }
.layer { display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:1rem;padding:1.35rem 1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.055);transition:transform .3s ease,background .3s ease,border-color .3s ease; }
.layer:hover { transform:translateX(-8px);background:rgba(255,255,255,.09);border-color:rgba(124,92,255,.5); }
.layer > span { display:grid;width:38px;height:38px;place-items:center;border-radius:10px;color:#8fb8ff;background:rgba(42,115,255,.16);font-size:.7rem;font-weight:700; }
.layer div { display:grid;gap:.3rem; }
.layer strong { font-size:.95rem; }
.layer small { color:#858e9e;font-size:.72rem; }
.layer > i { color:#6d7687;font-size:.66rem;font-style:normal;text-transform:uppercase;letter-spacing:.1em; }
.layer--two { margin-left:2rem; }
.layer--three { margin-left:4rem; }
.layer--four { margin-left:6rem; }

.news-section {
  padding: 180px 0;
  background:#fff;
}

.news-grid {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
}

.news-card {
  display:flex;
  min-height:285px;
  overflow:hidden;
  border:1px solid #e4e7ec;
  border-radius:20px;
  background:#fff;
  transition:transform .3s ease,box-shadow .3s ease;
}
.news-card:hover { transform:translateY(-4px);box-shadow:0 22px 55px rgba(27,39,68,.09); }
.news-card--featured { grid-row:span 2;min-height:588px;flex-direction:column;background:#f3f6fb; }
.news-visual { position:relative;display:grid;min-height:330px;place-items:center;overflow:hidden;background:linear-gradient(145deg,#e5efff,#eee9ff); }
.news-visual span { position:relative;z-index:2;display:grid;width:110px;height:110px;place-items:center;border-radius:31px;color:#fff;background:linear-gradient(135deg,#0866ff,#755cff);font-size:3.5rem;font-weight:800;box-shadow:0 25px 55px rgba(40,74,190,.25); }
.news-visual i { position:absolute;width:250px;height:250px;border:1px solid rgba(8,102,255,.18);border-radius:50%; }
.news-visual i:nth-of-type(2){width:370px;height:370px}.news-visual i:nth-of-type(3){width:500px;height:500px}
.news-copy { display:flex;flex:1;flex-direction:column;padding:2rem; }
.news-copy > span { color:#7b8290;font-size:.65rem;font-weight:700;letter-spacing:.08em; }
.news-copy h3 { margin:.9rem 0 .7rem;font-size:clamp(1.45rem,2.2vw,2.25rem);line-height:1.2;letter-spacing:-.045em; }
.news-copy p { margin:0;color:#707785;line-height:1.65;font-size:.87rem; }
.news-copy b { margin-top:auto;padding-top:1.2rem;font-size:.75rem; }

.final-cta {
  padding:0 0 80px;
  background:#fff;
}

.final-cta__inner {
  position:relative;
  overflow:hidden;
  padding:120px clamp(2rem,8vw,8rem);
  border-radius:28px;
  color:#fff;
  background:linear-gradient(120deg,#075de6,#087aff 55%,#755cff);
}
.final-cta__glow { position:absolute;width:480px;height:480px;right:-80px;top:-220px;border-radius:50%;background:rgba(255,255,255,.16);filter:blur(3px); }
.final-cta p { position:relative;margin:0;color:rgba(255,255,255,.7);font-size:.72rem;font-weight:700;letter-spacing:.16em; }
.final-cta h2 { position:relative;margin:1rem 0 2.2rem;font-size:clamp(3rem,5.4vw,5.8rem);line-height:1.03;letter-spacing:-.065em; }
.final-cta__inner > div:last-child { position:relative;display:flex;align-items:center;gap:2rem; }
.cta-link { font-size:.85rem;font-weight:700; }

.home-footer {
  padding:80px 0 30px;
  color:#242833;
  background:#f4f5f7;
}
.home-footer .footer__top { display:flex;align-items:start;justify-content:space-between;padding-bottom:4rem;border-bottom:1px solid #dfe2e7; }
.home-footer .footer__top p { margin:0;color:#737985;line-height:1.6;text-align:right; }
.home-footer .footer__grid { display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem 2.5rem;padding:4rem 0; }
.home-footer .footer__links { display:flex;flex:1 1 220px;flex-wrap:wrap;align-items:center;gap:.6rem .95rem;min-width:220px; }
.home-footer .footer__links h3 { flex:0 0 100%;margin:0 0 .1rem;color:#959aa4;font-size:.7rem;text-transform:uppercase;letter-spacing:.09em; }
.home-footer .footer__links a { width:auto;color:#4e5562;font-size:.82rem;white-space:nowrap; }
.home-footer .footer__links a:hover { color:#0866ff; }
.home-footer .footer__bottom { display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid #dfe2e7;color:#8b909a;font-size:.72rem; }
.home-footer .footer__bottom div { display:flex;gap:1.4rem; }

:root[data-theme="dark"] .home-page {
  background: #07101f;
  color: #f8fafc;
}

:root[data-theme="dark"] .home-page .dg-hero {
  background:
    radial-gradient(circle at 73% 32%, rgba(126, 94, 255, 0.18), transparent 0 27%),
    radial-gradient(circle at 61% 18%, rgba(0, 174, 255, 0.16), transparent 0 23%),
    linear-gradient(180deg, #0b1220 0%, #09101f 70%, #070d19 100%);
}

:root[data-theme="dark"] .home-page .dg-hero__video {
  opacity: 0.24;
}

:root[data-theme="dark"] .home-page .dg-hero__video-overlay {
  background:
    radial-gradient(circle at 72% 34%, rgba(0, 194, 255, 0.14), transparent 0 30%),
    radial-gradient(circle at 60% 18%, rgba(126, 94, 255, 0.18), transparent 0 24%),
    linear-gradient(180deg, rgba(6, 13, 24, 0.5) 0%, rgba(7, 16, 30, 0.72) 50%, rgba(5, 10, 18, 0.9) 100%);
}

:root[data-theme="dark"] .home-page .dg-hero h1,
:root[data-theme="dark"] .home-page .story-copy h2,
:root[data-theme="dark"] .home-page .feature-section__head h2,
:root[data-theme="dark"] .home-page .use-section__head h2,
:root[data-theme="dark"] .home-page .news-section__head h2,
:root[data-theme="dark"] .home-page .trust-copy h2,
:root[data-theme="dark"] .home-page .value-intro h2,
:root[data-theme="dark"] .home-page .final-cta h2 {
  color: #f8fafc;
}

:root[data-theme="dark"] .home-page .dg-hero__lead,
:root[data-theme="dark"] .home-page .story-copy > p:not(.dg-overline),
:root[data-theme="dark"] .home-page .feature-section__head > p,
:root[data-theme="dark"] .home-page .use-section__head > p,
:root[data-theme="dark"] .home-page .trust-copy > p,
:root[data-theme="dark"] .home-page .news-card p,
:root[data-theme="dark"] .home-page .value-note,
:root[data-theme="dark"] .home-page .final-cta p {
  color: rgba(248, 250, 252, 0.68);
}

:root[data-theme="dark"] .home-page .story-section {
  background: #0b1220;
}

:root[data-theme="dark"] .home-page .feature-section,
:root[data-theme="dark"] .home-page .news-section {
  background: #0f1629;
}

:root[data-theme="dark"] .home-page .use-section,
:root[data-theme="dark"] .home-page .trust-section {
  background: #09101f;
}

:root[data-theme="dark"] .home-page .bento-card,
:root[data-theme="dark"] .home-page .news-card,
:root[data-theme="dark"] .home-page .use-card,
:root[data-theme="dark"] .home-page .value-intro,
:root[data-theme="dark"] .home-page .value-stats article {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

:root[data-theme="dark"] .home-page .bento-card--light,
:root[data-theme="dark"] .home-page .value-intro {
  background: rgba(255, 255, 255, 0.05);
}

:root[data-theme="dark"] .home-page .license-wallet__card {
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(240,247,255,.92) 100%);
}

:root[data-theme="dark"] .home-page .license-wallet__back {
  border-color: rgba(120,170,255,.24);
  background: linear-gradient(135deg, rgba(8,102,255,.2), rgba(109,92,255,.16));
}

:root[data-theme="dark"] .home-page .license-wallet__seal {
  box-shadow: 0 18px 40px rgba(8,102,255,.32);
}

:root[data-theme="dark"] .home-page .bento-card--dark {
  background: linear-gradient(145deg, #111827, #0b1020);
}

:root[data-theme="dark"] .home-page .bento-card--blue,
:root[data-theme="dark"] .home-page .bento-card--gradient {
  filter: saturate(1.05);
}

:root[data-theme="dark"] .home-page .news-card--featured,
:root[data-theme="dark"] .home-page .news-card {
  background: rgba(255, 255, 255, 0.05);
}

:root[data-theme="dark"] .home-page .home-footer .footer__top,
:root[data-theme="dark"] .home-page .home-footer .footer__bottom {
  border-color: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .home-page .home-footer .footer__top p,
:root[data-theme="dark"] .home-page .home-footer .footer__links h3,
:root[data-theme="dark"] .home-page .home-footer .footer__links a,
:root[data-theme="dark"] .home-page .home-footer .footer__bottom {
  color: rgba(248, 250, 252, 0.72);
}

:root[data-theme="dark"] .home-page .home-footer .footer__links a:hover {
  color: #6fb1ff;
}

@keyframes blob-shift {
  from { transform: rotate(-3deg) scale(.98); }
  to { transform: rotate(4deg) scale(1.04); }
}
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes radar-spin { to { transform: rotate(360deg); } }
@keyframes card-float { 0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)} }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(124,92,255,.25)}70%{box-shadow:0 0 0 14px rgba(124,92,255,0)}100%{box-shadow:0 0 0 0 rgba(124,92,255,0)} }

@media (max-width: 1100px) {
  .home-page .container { width:min(100% - 48px,1320px); }
  .dg-hero { min-height:auto; padding-top:140px; }
  .dg-hero__inner { grid-template-columns:1fr; }
  .dg-hero__copy { max-width:860px; }
  .dg-hero__art { min-height:600px; }
  .story-grid,.story-grid--reverse { grid-template-columns:1fr;gap:4rem; }
  .story-grid--reverse .story-copy,.story-grid--reverse .story-visual { grid-column:auto;grid-row:auto; }
  .story-grid--reverse .story-copy { order:1; }
  .story-grid--reverse .story-visual { order:2; }
  .story-copy { max-width:620px; }
  .value-section .container,.trust-grid { grid-template-columns:1fr;gap:4rem; }
  .value-note { grid-column:1;margin:0; }
  .trust-copy { max-width:690px; }
}

@media (min-width: 1101px) {
  .bento-card--light .bento-copy {
    max-width: 56%;
  }

  .bento-card--light .bento-copy h3 {
    white-space: nowrap;
    font-size: clamp(2rem, 2.45vw, 2.85rem);
    line-height: 1;
  }

  .bento-card--light .license-wallet {
    width: min(50%, 360px);
    right: -18px;
    bottom: -6px;
  }
}

@media (max-width: 820px) {
  .dg-hero h1 { font-size:clamp(3.4rem,8.8vw,5rem); }
  .dg-hero__foot { align-items:start;gap:1.5rem; }
  .institution-list { flex-wrap:wrap;justify-content:flex-end;gap:1rem 1.7rem; }
  .bento { grid-template-columns:1fr; }
  .bento-card--wide { grid-column:auto; }
  .document-stack { right:-4%;opacity:.7; }
  .value-stats { gap:1.5rem 0; }
  .feature-section,.use-section,.news-section,.trust-section { padding:120px 0; }
  .feature-section__head,.use-section__head,.news-section__head { align-items:start;flex-direction:column; }
  .news-grid { grid-template-columns:1fr; }
  .news-card--featured { grid-row:auto; }
}

@media (max-width: 600px) {
  .home-page .container { width:calc(100% - 36px); }
  .dg-hero { padding:124px 0 36px; }
  .dg-hero h1 { margin:1.2rem 0 1.15rem;font-size:clamp(3rem,15.5vw,4.3rem);line-height:.98; }
  .dg-hero__lead { font-size:1rem;line-height:1.7; }
  .dg-hero__actions { align-items:flex-start;flex-direction:column;gap:1.3rem;margin-top:2rem; }
  .dg-hero__art { min-height:500px;margin:1rem -18px 0;transform:scale(.85); }
  .signal-ring--outer { width:430px;height:430px; }
  .signal-ring--inner { width:285px;height:285px; }
  .trust-core { width:160px;height:160px; }
  .float-card { min-width:205px;padding:.8rem; }
  .float-card--identity { left:-2%; }
  .float-card--document { right:-8%; }
  .float-card--api { left:-1%; }
  .dg-hero__foot { margin-top:-1rem;flex-direction:column; }
  .institution-list { justify-content:flex-start; }
  .dg-statement { padding:120px 0 100px; }
  .dg-statement h2 { font-size:clamp(3rem,13vw,4.2rem); }
  .dg-statement__copy { font-size:1rem; }
  .story-section { padding:50px 0; }
  .story-grid { gap:2.5rem; }
  .story-index { top:-40px; }
  .story-copy h2 { max-width:12ch;font-size:clamp(2.25rem,9vw,3rem);line-height:1.03; }
  .story-visual { min-height:560px;border-radius:22px; }
  .phone-shell { transform:scale(.88) rotate(2deg); }
  .scene-note { min-width:130px; }
  .scene-note--top { left:2%;top:13%; }
  .scene-note--bottom { right:2%;bottom:12%; }
  .console-scene { min-height:450px;padding:1rem; }
  .console-window { width:650px;transform:translateX(135px) scale(.72); }
  .feature-section,.use-section,.news-section,.trust-section { padding:92px 0; }
  .feature-section__head h2,.use-section__head h2,.news-section__head h2 { font-size:3rem; }
  .bento-card { min-height:480px;padding:2rem; }
  .bento-card--wide { min-height:540px; }
  .bento-copy h3 { font-size:2.3rem; }
  .document-stack { width:330px;height:330px;right:-18%; }
  .license-wallet { width: 88%; right: -8px; bottom: 12px; min-height: 244px; }
  .value-section { padding:100px 0; }
  .value-section .container { gap:3rem; }
  .value-stats { grid-template-columns:1fr 1fr;gap:1.2rem 0; }
  .value-stats article { min-height:125px;padding:.5rem .8rem 1rem; }
  .value-stats strong { font-size:2.4rem; }
  .use-track { grid-template-columns:repeat(4,82vw);padding-left:18px; }
  .use-card { min-height:500px; }
  .trust-grid { gap:3rem; }
  .trust-copy h2 { font-size:3rem; }
  .layer { grid-template-columns:40px 1fr;padding:1rem; }
  .layer > i { display:none; }
  .layer--two,.layer--three,.layer--four { margin-left:0; }
  .news-card--featured { min-height:540px; }
  .news-card { min-height:300px; }
  .final-cta { padding-bottom:30px; }
  .final-cta__inner { width:calc(100% - 24px);padding:80px 1.5rem;border-radius:22px; }
  .final-cta h2 { font-size:3.1rem; }
  .final-cta__inner > div:last-child { align-items:flex-start;flex-direction:column; }
  .license-wallet__card { padding:1.1rem; gap:.85rem; }
  .license-wallet__brand img { width:30px;height:30px; }
  .license-wallet__card h4 { font-size:1.45rem; }
  .license-wallet__seal { width:66px;height:66px;font-size:.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .dg-hero__art::before,
  .signal-ring--inner,
  .float-card,
  .pulse-dot,
  .radar {
    animation: none !important;
  }
}
