/* CardIQ homepage component bundle.
 * Source order is intentional: later component rules retain their cascade priority.
 */

/* ==========================================================================
   Homepage hero
   ========================================================================== */
/* Homepage hero: enterprise identity positioning and product-led composition. */
.public-hero.public-hero-compact{
  position:relative;
  isolation:isolate;
  grid-template-columns:minmax(0, 1.02fr) minmax(480px, .98fr);
  grid-template-areas:"copy visual" "trust visual";
  gap:20px clamp(34px, 4vw, 64px);
  min-height:min(650px, calc(100vh - 120px));
  max-width:1280px;
  margin-block:22px 72px;
  padding:clamp(46px, 5vw, 72px) clamp(38px, 5vw, 68px);
  overflow:hidden;
  background:
    linear-gradient(rgba(127,244,251,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(127,244,251,.025) 1px,transparent 1px),
    radial-gradient(circle at 81% 45%,rgba(0,190,194,.2),transparent 31%),
    linear-gradient(125deg,#000c27 0%,#021a39 58%,#063f53 118%);
  background-size:32px 32px,32px 32px,auto,auto;
  box-shadow:0 32px 80px rgba(0,16,48,.24);
}
.public-hero.public-hero-compact::before{
  content:"";position:absolute;z-index:-1;width:420px;height:420px;inset:auto -120px -190px auto;
  border-radius:50%;background:rgba(0,160,176,.12);filter:blur(75px);pointer-events:none;
}
.public-hero-compact .public-hero-copy{grid-area:copy;align-self:end}
.public-hero-compact .public-eyebrow{margin-bottom:18px;font-size:12px;font-weight:800;letter-spacing:.12em;color:#65e5e5}
.public-hero-compact h1{
  max-width:16.5ch;margin:0 0 22px;font-size:clamp(42px,3.65vw,56px)!important;
  line-height:1.04;letter-spacing:-.042em;text-wrap:balance;
}
.public-hero-compact h1 span{color:#78edf0;background:linear-gradient(90deg,#f4ffff,#60dfe4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.public-hero-compact .homepage-hero-summary{max-width:56ch;margin:0;font-size:clamp(16px,1.35vw,18px);line-height:1.65;color:rgba(234,247,255,.78)}
.public-hero-compact .public-actions{margin:28px 0 0;gap:12px;align-items:stretch}
.public-hero-compact .public-actions .btn{min-height:52px;padding:12px 21px;border-radius:12px;font-size:14px;line-height:1.25;text-align:center}
.public-hero-compact .public-actions .homepage-hero-primary{background:linear-gradient(135deg,#16c5ca,#00a0b0);border-color:#2ce0e2;color:#00152c;box-shadow:0 12px 30px rgba(0,190,194,.25)}
.public-hero-compact .public-actions .secondary{background:transparent;border-color:rgba(215,247,250,.38);color:#eaffff;box-shadow:none}
.public-hero-compact .public-actions .btn:hover{transform:translateY(-2px)}
.public-hero-compact .public-actions .btn:focus-visible{outline:3px solid #fff;outline-offset:3px}
.public-hero-compact>.public-trust-row{grid-area:trust;align-self:start;margin-top:6px;gap:11px 22px}
.public-hero-compact>.public-trust-row span{padding:0;border:0;border-radius:0;background:none;color:rgba(226,247,250,.76);font-size:13px;font-weight:700;line-height:1.45;white-space:nowrap}
.public-hero-compact>.public-trust-row span::first-letter{color:#57dce0;font-size:16px}
.public-hero-compact .public-hero-visual{
  grid-area:visual;align-self:center;position:relative;width:calc(100% + 40px);margin-inline-start:-10px;
  aspect-ratio:1672/941;max-height:none;overflow:visible;border:0;border-radius:24px;background:none;box-shadow:none;contain:none;
}
.public-hero-compact .public-hero-visual::after{inset:-9%;border-radius:36%;background:radial-gradient(ellipse,rgba(26,191,196,.2),rgba(3,27,55,.08) 48%,transparent 72%);filter:blur(34px);z-index:-1;mix-blend-mode:normal}
.public-hero-compact .public-hero-visual img{width:100%;height:auto;max-height:none;padding:0;border:1px solid rgba(194,247,250,.14);border-radius:20px;box-shadow:0 28px 62px rgba(0,5,22,.42),0 8px 24px rgba(0,139,151,.1)}
.homepage-hero-status{position:absolute;z-index:2;display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid rgba(255,255,255,.55);border-radius:12px;background:rgba(244,253,255,.92);box-shadow:0 16px 35px rgba(0,16,48,.25);backdrop-filter:blur(10px);color:#082540;font-size:12px;font-weight:850}
.homepage-hero-status i{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#d6f8f2;color:#07856f;font-style:normal}
.homepage-hero-status-active i{width:8px;height:8px;background:#13b981;box-shadow:0 0 0 4px rgba(19,185,129,.14)}
.homepage-hero-status-verified{inset:9% auto auto -3%}
.homepage-hero-status-active{inset:auto 2% 8% auto}
[dir="rtl"] .public-hero-compact h1{letter-spacing:0}

@media(max-width:1100px){
  .public-hero.public-hero-compact{grid-template-columns:minmax(0,1fr) minmax(420px,1fr);margin-bottom:60px;padding:44px 38px}
  .public-hero-compact h1{font-size:clamp(39px,4vw,48px)!important}
  .public-hero-compact .public-actions .btn{padding-inline:16px}
}
@media(max-width:900px){
  .public-hero.public-hero-compact{grid-template-columns:minmax(0,.94fr) minmax(350px,1.06fr);gap:24px;margin-bottom:50px;padding:40px 30px;min-height:540px}
  .public-hero-compact h1{font-size:clamp(34px,4.7vw,43px)!important}
  .public-hero-compact .public-actions{flex-direction:column;align-items:flex-start}
  .public-hero-compact .public-actions .btn{width:100%}
  .public-hero-compact>.public-trust-row{gap:9px 14px}
}
@media(max-width:720px){
  .public-hero.public-hero-compact{display:flex;flex-direction:column;min-height:0;margin:14px 14px 38px;padding:34px 22px 30px;border-radius:26px}
  .public-hero-compact .public-hero-copy{width:100%;align-self:auto}
  .public-hero-compact .public-eyebrow{margin-bottom:14px;font-size:11px;line-height:1.5}
  .public-hero-compact h1{max-width:15ch;margin-bottom:18px;font-size:clamp(34px,9.8vw,43px)!important;line-height:1.06}
  .public-hero-compact .homepage-hero-summary{font-size:16px;line-height:1.6}
  .public-hero-compact .public-actions{margin-top:24px}
  .public-hero-compact .public-hero-visual{order:2;width:calc(100% + 12px);margin:28px -6px 4px;overflow:visible;max-height:none}
  .public-hero-compact>.public-trust-row{order:3;width:100%;display:grid;grid-template-columns:1fr 1fr;margin-top:22px;gap:12px}
  .public-hero-compact>.public-trust-row span{white-space:normal;line-height:1.4}
  .homepage-hero-status{padding:8px 10px;font-size:11px}
  .homepage-hero-status-verified{inset:7% auto auto -2%}
  .homepage-hero-status-active{inset:auto -1% 5% auto}
}
@media(max-width:420px){
  .public-hero.public-hero-compact{padding-inline:20px}
  .public-hero-compact h1{font-size:clamp(32px,9.2vw,38px)!important}
  .public-hero-compact>.public-trust-row{grid-template-columns:1fr}
  .homepage-hero-status{padding:7px 9px;font-size:10px}
  .homepage-hero-status-active{inset:auto -2% 3% auto}
}
@media(prefers-reduced-motion:reduce){.public-hero-compact .public-actions .btn{transition:none}}


/* ==========================================================================
   Homepage video
   ========================================================================== */
.homepage-video{max-width:1240px;padding:clamp(62px,7vw,88px) clamp(24px,5vw,60px);overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f6fafc 100%)}
.homepage-video-heading{max-width:800px;margin:0 auto 40px;text-align:center}
.homepage-video-heading .public-eyebrow{color:#008b91}
.homepage-video-heading h2{max-width:780px;margin-inline:auto;color:#071d36;font-size:clamp(30px,3.2vw,44px);line-height:1.14;letter-spacing:-.025em}
.homepage-video-heading p{max-width:740px;margin-inline:auto;color:#526475;font-size:17px;line-height:1.7}
.homepage-video-frame{width:min(100%,1080px);margin-inline:auto;padding:clamp(8px,1vw,12px);border:1px solid rgba(117,184,196,.24);border-radius:clamp(18px,2.4vw,28px);background:#061a2f;box-shadow:0 24px 60px rgba(6,26,47,.18)}
.homepage-video-frame video,.homepage-video-frame img{display:block;width:100%;height:auto;aspect-ratio:16/9;border-radius:clamp(12px,1.8vw,20px);background:#061a2f;object-fit:contain}
[dir="rtl"] .homepage-video-heading h2{letter-spacing:0}
@media(max-width:640px){.homepage-video{padding:52px 18px}.homepage-video-heading{margin-bottom:30px}.homepage-video-heading h2{font-size:clamp(29px,8vw,36px)}.homepage-video-heading p{font-size:16px}.homepage-video-frame{padding:6px;border-radius:16px}.homepage-video-frame video,.homepage-video-frame img{border-radius:11px}}


/* ==========================================================================
   How CardIQ Works
   ========================================================================== */
.homepage-workflow{position:relative;max-width:1240px;margin-top:-18px;padding:clamp(64px,7vw,92px) clamp(28px,5vw,64px);overflow:hidden;border:1px solid #e3edf1;background:linear-gradient(145deg,#fff 25%,#f4fafb 100%);box-shadow:0 22px 60px rgba(8,38,62,.07)}
.homepage-workflow::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#0bb6b6,#68d7d7 50%,transparent)}
.homepage-workflow-heading{max-width:780px;margin:0 auto;text-align:center}
.homepage-workflow-heading .public-eyebrow{color:#008b91}
.homepage-workflow-heading h2{max-width:720px;margin-inline:auto;color:#071d36;font-size:clamp(30px,3.2vw,44px);line-height:1.12;letter-spacing:-.025em}
.homepage-workflow-heading p{max-width:720px;margin-inline:auto;color:#526475;font-size:17px;line-height:1.7}
.homepage-workflow-steps{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(22px,3vw,42px);margin:60px 0 0;padding:0;list-style:none;counter-reset:none}
.homepage-workflow-steps::before{content:"";position:absolute;top:35px;left:10%;right:10%;height:1px;background:#b8dadd}
.homepage-workflow-step{position:relative;min-width:0}
.homepage-workflow-step:not(:last-child)::after{content:"›";position:absolute;top:21px;right:calc(clamp(22px,3vw,42px) / -2 - 5px);color:#159ca2;font-size:25px;line-height:1}
.homepage-workflow-marker{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.homepage-workflow-marker>span:first-child{display:grid;width:38px;height:26px;place-items:center;border-radius:20px;background:#e3f5f5;color:#087f85;font-size:11px;font-weight:800;letter-spacing:.08em}
.homepage-workflow-icon{display:grid;width:70px;height:70px;place-items:center;border:1px solid #b8dcde;border-radius:50%;background:#fff;color:#078e94;box-shadow:0 8px 24px rgba(4,91,102,.09)}
.homepage-workflow-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.homepage-workflow-copy h3{margin:0 0 10px;color:#09233d;font-size:19px;line-height:1.3}
.homepage-workflow-copy p{margin:0;color:#5c6c7b;font-size:14px;line-height:1.7}
.homepage-workflow-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:52px;padding-top:24px;border-top:1px solid #dcebed}
.homepage-workflow-control{display:flex;align-items:center;gap:10px;margin:0;color:#243f55;font-size:14px;font-weight:700}
.homepage-workflow-control span{display:grid;flex:0 0 25px;width:25px;height:25px;place-items:center;border-radius:50%;background:#dcf4f2;color:#057d82}
.homepage-workflow-link{display:inline-flex;align-items:center;gap:8px;color:#007f86;font-size:14px;font-weight:800;text-decoration:none}
.homepage-workflow-link:hover{text-decoration:underline;text-underline-offset:4px}.homepage-workflow-link:focus-visible{outline:3px solid #0a9ea4;outline-offset:5px;border-radius:2px}
[dir="rtl"] .homepage-workflow-heading h2{letter-spacing:0}
[dir="rtl"] .homepage-workflow-step:not(:last-child)::after{right:auto;left:calc(clamp(22px,3vw,42px) / -2 - 5px);transform:scaleX(-1)}
[dir="rtl"] .homepage-workflow-link span{transform:scaleX(-1)}
@media(max-width:900px){.homepage-workflow-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px}.homepage-workflow-steps::before,.homepage-workflow-step::after{display:none}.homepage-workflow-footer{margin-top:42px}}
@media(max-width:640px){.homepage-workflow{margin-top:0;padding:52px 24px}.homepage-workflow-heading{text-align:start}.homepage-workflow-heading h2{font-size:clamp(29px,8vw,36px)}.homepage-workflow-heading p{font-size:16px}.homepage-workflow-steps{display:block;margin-top:42px}.homepage-workflow-step{display:grid;grid-template-columns:70px minmax(0,1fr);gap:20px;padding-bottom:36px}.homepage-workflow-step:not(:last-child)::before{content:"";position:absolute;top:70px;bottom:5px;left:34px;width:1px;background:#b8dadd}.homepage-workflow-marker{display:block;margin:0}.homepage-workflow-marker>span:first-child{position:absolute;top:-8px;left:-5px;border:2px solid #fff}.homepage-workflow-icon{width:70px;height:70px}.homepage-workflow-copy{padding-top:7px}.homepage-workflow-copy h3{font-size:18px}.homepage-workflow-footer{display:block;margin-top:10px}.homepage-workflow-link{margin-top:22px}[dir="rtl"] .homepage-workflow-step:not(:last-child)::before{left:auto;right:34px}[dir="rtl"] .homepage-workflow-marker>span:first-child{left:auto;right:-5px}}
@media(prefers-reduced-motion:reduce){.homepage-workflow-link{scroll-behavior:auto}}


/* ==========================================================================
   Public Company Profile
   ========================================================================== */
#official-company-link.company-hub {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .96fr);
  grid-template-areas: "copy visual" "analytics visual" "actions visual";
  gap: 12px 52px;
  align-items: center;
  padding: 48px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #f7fbff 58%, #eefbfb 100%);
  box-shadow: 0 24px 70px rgba(0, 31, 66, .09);
}
.company-hub-copy { grid-area: copy; min-width: 0; }
.company-hub-copy h2 { max-width: 620px; margin: 10px 0 16px; color: #001030; font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.1; }
.company-hub-differentiator { margin: 0 0 17px; padding: 13px 16px; border-inline-start: 4px solid #00a8a8; border-radius: 0 12px 12px 0; background: #e9fafa; color: #123354; line-height: 1.55; }
.company-hub-differentiator strong { color: #001030; }
.company-hub-summary { margin: 0; color: #53677d; font-size: 1.02rem; line-height: 1.7; }
.company-hub-pillars { display: grid; gap: 4px; margin-top: 22px; }
.company-hub-pillar { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid #dfebf3; }
.company-hub-pillar:last-child { border-bottom: 0; }
.company-hub-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 14px; background: #e4f8f8; color: #008f92; }
.company-hub-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.company-hub-pillar h3 { margin: 0 0 4px; color: #001030; font-size: 1.02rem; line-height: 1.35; }
.company-hub-pillar p { margin: 0; color: #64748b; font-size: .9rem; line-height: 1.55; }
.company-hub-visual { grid-area: visual; position: relative; min-height: 500px; isolation: isolate; }
.company-hub-visual::before { content: ""; position: absolute; inset: 9% 0 4% 8%; z-index: -1; border-radius: 50%; background: rgba(0, 184, 184, .16); filter: blur(38px); }
.company-hub-browser { position: absolute; inset: 28px 0 42px 22px; overflow: hidden; border: 1px solid rgba(133, 164, 190, .35); border-radius: 22px; background: #fff; box-shadow: 0 28px 65px rgba(0, 32, 67, .18); }
.company-hub-browser-bar { display: flex; align-items: center; gap: 6px; height: 42px; padding: 0 14px; background: #f1f6fa; }
.company-hub-browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #b8c8d6; }
.company-hub-browser-bar span { min-width: 0; margin-inline-start: 8px; padding: 5px 22px; overflow: hidden; border-radius: 7px; background: #fff; color: #7b8fa1; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.company-hub-profile { padding: 28px 38px; }
.company-hub-brand { display: grid; grid-template-columns: 56px 1fr 28px; gap: 12px; align-items: center; }
.company-hub-brand img { border-radius: 15px; box-shadow: 0 8px 22px rgba(0, 153, 153, .18); }
.company-hub-brand strong, .company-hub-brand span { display: block; }
.company-hub-brand strong { color: #001030; font-size: 20px; }
.company-hub-brand span { color: #6c8194; font-size: 11px; }
.company-hub-brand b { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #009999; color: #fff; }
.company-hub-profile > p { color: #53677d; font-size: 12px; line-height: 1.55; }
.company-hub-links { display: grid; gap: 9px; }
.company-hub-links span { padding: 11px 14px; border: 1px solid #e0edf3; border-radius: 10px; background: #f8fbfd; color: #163754; font-size: 11px; font-weight: 800; }
.company-hub-people { margin-top: 20px; }
.company-hub-people small { color: #6c8194; font-weight: 700; }
.company-hub-people div { display: flex; align-items: center; margin-top: 9px; }
.company-hub-people i, .company-hub-people div span { display: grid; width: 34px; height: 34px; margin-inline-end: -6px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #d9eef2; color: #005e68; font-size: 9px; font-style: normal; font-weight: 900; }
.company-hub-people i:nth-child(2) { background: #e8e3f8; color: #5f4b99; }.company-hub-people i:nth-child(3) { background: #f8e8df; color: #984d27; }
.company-hub-phone { position: absolute; right: -12px; bottom: 6px; width: 126px; height: 238px; padding: 25px 14px 12px; border: 5px solid #092945; border-radius: 25px; background: #fff; box-shadow: 0 20px 38px rgba(0, 24, 48, .24); text-align: center; }
.company-hub-phone-notch { position: absolute; top: 5px; left: 50%; width: 38px; height: 7px; transform: translateX(-50%); border-radius: 10px; background: #092945; }
.company-hub-phone img { display: block; margin: 7px auto 6px; border-radius: 12px; }
.company-hub-phone strong, .company-hub-phone span { display: block; }.company-hub-phone strong { color: #001030; font-size: 12px; }.company-hub-phone span { margin: 3px 0 12px; color: #718397; font-size: 7px; }
.company-hub-phone > i { display: block; height: 18px; margin: 7px 0; border-radius: 6px; background: #eaf7f7; }
.company-hub-qr { position: absolute; left: 0; bottom: 12px; display: flex; gap: 9px; align-items: center; padding: 9px 12px; border: 1px solid #dfebf3; border-radius: 13px; background: #fff; box-shadow: 0 14px 30px rgba(0, 31, 66, .15); color: #173955; font-size: 10px; font-weight: 800; }
.company-hub-qr svg { width: 38px; fill: #001030; }
.company-hub-analytics { grid-area: analytics; display: flex; gap: 9px; align-items: flex-start; margin: 7px 0 0; color: #687b8d; font-size: .82rem; line-height: 1.5; }
.company-hub-analytics span { color: #009999; font-size: 18px; font-weight: 900; }
.company-hub-actions { grid-area: actions; margin: 8px 0 0; }
.company-hub-actions .btn:focus-visible { outline: 3px solid rgba(0, 153, 153, .32); outline-offset: 3px; }
body.rtl .company-hub-differentiator { border-radius: 12px 0 0 12px; }
body.rtl .company-hub-phone { right: auto; left: -12px; }
body.rtl .company-hub-qr { left: auto; right: 0; }
body.rtl .company-hub-browser { inset: 28px 22px 42px 0; }
@media (max-width: 1040px) {
  #official-company-link.company-hub { grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); gap: 10px 30px; padding: 38px; }
  .company-hub-visual { min-height: 465px; }.company-hub-profile { padding: 24px; }.company-hub-phone { width: 112px; height: 218px; }
}
@media (max-width: 820px) {
  #official-company-link.company-hub { grid-template-columns: 1fr; grid-template-areas: "copy" "visual" "analytics" "actions"; padding: 34px; }
  .company-hub-visual { min-height: 450px; margin-top: 12px; }.company-hub-actions { margin-bottom: 0; }
}
@media (max-width: 520px) {
  #official-company-link.company-hub { margin-inline: 14px; padding: 25px 20px 28px; border-radius: 26px; }
  .company-hub-copy h2 { font-size: 2rem; }.company-hub-differentiator { font-size: .91rem; }.company-hub-summary { font-size: .96rem; }
  .company-hub-pillar { grid-template-columns: 38px 1fr; gap: 11px; }.company-hub-icon { width: 38px; height: 38px; }.company-hub-pillar h3 { font-size: .96rem; }
  .company-hub-visual { min-height: 385px; }.company-hub-browser { inset: 14px 5px 35px 0; }.company-hub-profile { padding: 20px 17px; }.company-hub-brand { grid-template-columns: 46px 1fr 25px; }.company-hub-brand img { width: 46px; height: 46px; }.company-hub-profile > p { max-width: 80%; }.company-hub-phone { right: -7px; bottom: 0; width: 94px; height: 190px; padding-inline: 9px; }.company-hub-qr { left: -5px; bottom: 6px; }.company-hub-qr span { display: none; }
  body.rtl .company-hub-phone { left: -7px; }.company-hub-actions .btn { width: 100%; text-align: center; }
}


/* ==========================================================================
   Employee identity protection
   ========================================================================== */
.identity-protection{position:relative;overflow:hidden;padding:clamp(42px,5vw,68px);border:1px solid #dbe7ee;background:linear-gradient(135deg,#f8fbfd 0%,#edf5f8 58%,#eaf8f7 100%);box-shadow:0 24px 65px rgba(0,30,58,.1)}
.identity-protection::before{content:"";position:absolute;inset:-180px -130px auto auto;width:390px;height:390px;border-radius:50%;background:rgba(0,163,166,.07);pointer-events:none}
.identity-protection-layout{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);gap:clamp(42px,5vw,72px);align-items:center}
.identity-protection-copy h2{max-width:620px;margin:10px 0 18px;color:#061d38;font-size:clamp(32px,3.2vw,46px);line-height:1.1;letter-spacing:-.03em;text-wrap:balance}
.identity-protection-lede{margin:0;color:#506579;font-size:16px;line-height:1.75}.identity-protection-emphasis{margin:22px 0 20px;padding:13px 16px;border-inline-start:4px solid #07999b;background:rgba(255,255,255,.62);color:#102f49;font-weight:800;line-height:1.5}
.identity-protection-pillars{display:grid}.identity-protection-pillars article{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:16px 0;border-bottom:1px solid #d5e4e9}.identity-protection-pillars article:last-child{border:0}.identity-protection-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#dff4f3;color:#007d82}.identity-protection-icon svg,.identity-verification-mark svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.identity-protection-pillars h3{margin:0 0 5px;color:#082440;font-size:17px}.identity-protection-pillars p{margin:0;color:#607286;font-size:14px;line-height:1.6}
.identity-protection-visual{position:relative;min-width:0;padding:24px;border:1px solid rgba(131,164,182,.35);border-radius:28px;background:linear-gradient(145deg,#09243e,#0b3450);box-shadow:0 30px 60px rgba(4,35,59,.2)}.identity-risk-label{text-align:center;color:#ffc9ba;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.identity-risk-inputs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:14px}.identity-risk-inputs span{min-width:0;padding:13px 8px;border:1px solid rgba(255,151,119,.26);border-radius:12px;background:rgba(111,42,32,.24);color:#ffe5dc;font-size:10px;font-weight:750;text-align:center}.identity-risk-inputs i{display:block;margin-bottom:6px;color:#ff9b7a;font-size:17px;font-style:normal}.identity-flow-arrow{display:flex;height:36px;justify-content:center}.identity-flow-arrow span{position:relative;width:1px;background:#54c9c8}.identity-flow-arrow span::after{content:"";position:absolute;bottom:0;left:-3px;width:6px;height:6px;border-right:1px solid #54c9c8;border-bottom:1px solid #54c9c8;transform:rotate(45deg)}
.identity-verification-layer{display:flex;align-items:center;justify-content:center;gap:14px;padding:15px;border:1px solid rgba(84,225,218,.38);border-radius:16px;background:rgba(12,91,103,.58);box-shadow:0 0 28px rgba(21,184,181,.12);color:#fff}.identity-verification-mark{display:grid;width:43px;height:43px;place-items:center;border-radius:50%;background:#1eb7b4;color:#fff}.identity-verification-layer small,.identity-verification-layer strong,.identity-verification-layer em{display:block}.identity-verification-layer small{color:#73e4df;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.identity-verification-layer strong{margin-top:1px;font-size:15px}.identity-verification-layer em{margin-top:2px;color:#b8d8df;font-size:10px;font-style:normal}.identity-trusted-profile{padding:20px;border:1px solid rgba(142,210,211,.5);border-radius:19px;background:#fff;box-shadow:0 18px 38px rgba(0,8,22,.25)}.identity-profile-top,.identity-company-line{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.identity-avatar{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:linear-gradient(145deg,#083d5a,#07999b);color:#fff;font-size:12px;font-weight:900}.identity-profile-top strong,.identity-profile-top small,.identity-company-line strong,.identity-company-line small{display:block}.identity-profile-top strong{color:#061d38;font-size:16px}.identity-profile-top small,.identity-company-line small{margin-top:2px;color:#748698;font-size:10px}.identity-profile-top b{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#0a9d8b;color:#fff}.identity-company-line{grid-template-columns:auto 1fr;margin-top:15px;padding-top:14px;border-top:1px solid #e3ebef}.identity-company-line>span{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:#e0f4f2;color:#007d82;font-size:9px;font-weight:950}.identity-company-line strong{color:#183a54;font-size:12px}.identity-status{margin-top:14px;padding:9px 12px;border-radius:9px;background:#e9f8f3;color:#087665;font-size:10px;font-weight:850}.identity-status i{display:inline-block;width:7px;height:7px;margin-inline-end:7px;border-radius:50%;background:#14a77e}.identity-protection-footer{position:relative;display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:34px;padding-top:24px;border-top:1px solid #cfdee5}.identity-protection-footer>p{max-width:720px;margin:0;color:#415c70;font-size:14px;line-height:1.65}.identity-protection-footer .public-actions{flex:0 0 auto;margin:0;align-items:center}.identity-protection-footer .btn{box-shadow:0 10px 24px rgba(0,153,153,.2)}.identity-offboarding-link{color:#087d82;font-size:13px;font-weight:800;text-decoration:none}.identity-offboarding-link:hover{text-decoration:underline;text-underline-offset:4px}.identity-protection a:focus-visible{outline:3px solid #0a9095;outline-offset:4px;border-radius:4px}
[dir="rtl"] .identity-protection-copy h2{letter-spacing:0}[dir="rtl"] .identity-protection-copy,[dir="rtl"] .identity-protection-pillars article{text-align:right}[dir="rtl"] .identity-flow-arrow span::after{transform:rotate(45deg)}
@media(max-width:960px){.identity-protection-layout{grid-template-columns:1fr}.identity-protection-copy{max-width:760px}.identity-protection-visual{width:min(100%,620px);margin-inline:auto}.identity-protection-footer{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.identity-protection{margin-inline:14px;padding:34px 20px;border-radius:25px}.identity-protection-copy h2{font-size:clamp(30px,8.5vw,38px)}.identity-protection-layout{gap:34px}.identity-protection-visual{padding:16px;border-radius:21px}.identity-risk-inputs{gap:6px}.identity-risk-inputs span{padding:11px 5px;font-size:9px}.identity-protection-footer .public-actions{width:100%;align-items:stretch}.identity-protection-footer .btn{text-align:center}.identity-offboarding-link{padding:8px;text-align:center}}

/* ==========================================================================
   Features and business use cases
   ========================================================================== */
.homepage-features{background:#f8fafc;box-shadow:none;border:1px solid #edf2f7}
.homepage-features-heading{margin-block-end:24px}
.homepage-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 24px}
.homepage-feature-grid article{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start;min-height:118px;padding:18px;background:rgba(255,255,255,.72);border:1px solid #e7edf3;border-radius:16px}
.homepage-feature-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#e7f8f7;color:#007f83}
.homepage-feature-icon svg,.homepage-use-case-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.homepage-feature-grid h3,.homepage-use-case-list h3{margin:0;color:#001030;font-size:17px;line-height:1.3}
.homepage-feature-grid p,.homepage-use-case-list p{margin:7px 0 0;color:#64748b;font-size:14px;line-height:1.55}
.homepage-use-cases{position:relative;overflow:hidden;background:linear-gradient(135deg,#f2f7fb 0%,#eaf8f7 100%);border:1px solid #dce9ed;box-shadow:0 18px 48px rgba(0,16,48,.08)}
.homepage-use-cases:before{content:"";position:absolute;inset-block-start:-110px;inset-inline-end:-90px;width:280px;height:280px;border-radius:50%;background:rgba(0,153,153,.07);pointer-events:none}
.homepage-use-cases-layout{position:relative;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(36px,5vw,72px);align-items:start}
.homepage-use-cases-copy{position:sticky;top:24px}
.homepage-use-cases-copy h2{margin:10px 0 16px;color:#001030;font-size:clamp(29px,3vw,40px);line-height:1.15;letter-spacing:-.025em}
.homepage-use-cases-copy>p{color:#526477;line-height:1.75}
.homepage-use-cases-copy .homepage-use-cases-statement{margin-top:22px;padding-inline-start:16px;border-inline-start:3px solid #009999;color:#001030;font-weight:800}
.homepage-use-case-list{display:grid;gap:16px}
.homepage-use-case-list article{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:start;padding:22px;background:rgba(255,255,255,.88);border:1px solid rgba(197,216,224,.9);border-radius:20px;box-shadow:0 8px 22px rgba(0,16,48,.045)}
.homepage-use-case-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:19px;background:linear-gradient(145deg,#00315b,#008f91);color:#fff;box-shadow:0 8px 18px rgba(0,82,100,.16)}
.homepage-use-case-list h3{font-size:20px}
.homepage-use-case-list p{font-size:15px}
.homepage-use-cases>.public-actions{position:relative;margin-top:30px}
.homepage-use-cases>.public-actions .btn:first-child{box-shadow:0 9px 20px rgba(0,153,153,.2)}
.homepage-features a:focus-visible,.homepage-use-cases a:focus-visible{outline:3px solid #ffbf47;outline-offset:3px}
[dir="rtl"] .homepage-feature-grid article,[dir="rtl"] .homepage-use-case-list article{text-align:right}
@media(max-width:1000px){.homepage-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.homepage-use-cases-layout{grid-template-columns:1fr;gap:30px}.homepage-use-cases-copy{position:static;max-width:720px}}
@media(max-width:620px){.homepage-feature-grid{grid-template-columns:1fr;gap:14px}.homepage-feature-grid article{min-height:0;padding:16px}.homepage-use-case-list article{grid-template-columns:52px 1fr;padding:18px;gap:14px}.homepage-use-case-icon{width:52px;height:52px;border-radius:16px}.homepage-use-cases>.public-actions{align-items:stretch}.homepage-use-cases>.public-actions .btn{text-align:center}}
