*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1a3660;--navy-dark: #0f2040;--navy-light: #254b8a;--red: #C8332A;--red-light: #e8453b;--white: #ffffff;--off-white: #f7f8fc;--light-grey: #eef0f6;--text: #1a2440;--muted: #5a6a8a;--border: rgba(26,54,96,.12)}html{scroll-behavior:smooth}body{font-family:"Source Sans 3",sans-serif;background:#fff;background:var(--white);color:#1a2440;color:var(--text);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;height:84px;background:#fffffff7;backdrop-filter:blur(12px);border-bottom:1px solid rgba(26,54,96,.12);border-bottom:1px solid var(--border);box-shadow:0 1px 16px #1a36600f}.nav-logo img{height:64px;display:block}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-links a{font-size:.9rem;font-weight:600;color:#5a6a8a;color:var(--muted);text-decoration:none;letter-spacing:.02em;transition:color .2s}.nav-links a:hover{color:#1a3660;color:var(--navy)}.nav-cta{background:#1a3660!important;background:var(--navy)!important;color:#fff!important;color:var(--white)!important;padding:.55rem 1.4rem!important;border-radius:6px;transition:background .2s!important}.nav-cta:hover{background:#c8332a!important;background:var(--red)!important}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 4rem 4rem;background:linear-gradient(160deg,#0f2040,#1a3660 55%,#1e4d8c);background:linear-gradient(160deg,var(--navy-dark) 0%,var(--navy) 55%,#1E4D8C 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:900px;height:900px;border-radius:50%;border:1px solid rgba(255,255,255,.06);top:50%;left:60%;transform:translate(-50%,-50%) rotate(-20deg) scaleX(2.2);pointer-events:none}.hero:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;border:1px solid rgba(200,51,42,.2);top:50%;left:60%;transform:translate(-50%,-50%) rotate(-20deg) scaleX(2.2);pointer-events:none}.hero-inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.hero-logo{margin-bottom:2rem;animation:fadeUp .5s .05s ease both}.hero-logo img{height:180px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.3))}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#c8332a2e;border:1px solid rgba(200,51,42,.4);color:#ff8f8a;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .85rem;border-radius:999px;margin-bottom:1.5rem}h1{font-family:Playfair Display,serif;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15;color:#fff;color:var(--white);margin-bottom:1.5rem}h1 span{color:#ff8f8a}.hero-desc{font-size:1.1rem;line-height:1.75;color:#ffffffb3;max-width:460px;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.btn-primary{background:#c8332a;background:var(--red);color:#fff;color:var(--white);font-family:"Source Sans 3",sans-serif;font-size:.95rem;font-weight:700;padding:.85rem 2rem;border:none;border-radius:7px;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-block;box-shadow:0 4px 20px #c8332a66}.btn-primary:hover{background:#e8453b;background:var(--red-light);transform:translateY(-1px);box-shadow:0 8px 28px #c8332a80}.btn-ghost-white{color:#ffffffd9;font-family:"Source Sans 3",sans-serif;font-size:.95rem;font-weight:600;padding:.85rem 1.75rem;border:1.5px solid rgba(255,255,255,.3);border-radius:7px;cursor:pointer;text-decoration:none;transition:border-color .2s,background .2s,color .2s;display:inline-block}.btn-ghost-white:hover{border-color:#ffffffb3;color:#fff;background:#ffffff12}.hero-visual{display:flex;justify-content:center;align-items:center;animation:fadeUp .6s .4s ease both}.doc-stack{position:relative;width:320px}.doc-card{background:#fff;background:var(--white);border-radius:16px;padding:1.75rem;box-shadow:0 24px 60px #00000059;position:relative;z-index:2}.doc-card-back{position:absolute;width:100%;height:100%;background:#ffffff1f;border:1px solid rgba(255,255,255,.15);border-radius:16px;top:14px;left:12px;z-index:1}.doc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(26,54,96,.12);border-bottom:1px solid var(--border)}.doc-type{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1a3660;color:var(--navy)}.doc-seal{width:36px;height:36px;border-radius:50%;background:#1a3660;background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:1rem}.doc-name{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;color:#0f2040;color:var(--navy-dark);margin-bottom:.2rem}.doc-id{font-size:.75rem;color:#5a6a8a;color:var(--muted);font-family:monospace;margin-bottom:1.25rem}.doc-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.doc-field label{display:block;font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#5a6a8a;color:var(--muted);margin-bottom:.2rem}.doc-field span{font-size:.8rem;font-weight:600;color:#1a2440;color:var(--text)}.doc-verified{display:flex;align-items:center;gap:.4rem;background:#e8f5ee;color:#1a7a4a;font-size:.7rem;font-weight:700;padding:.35rem .75rem;border-radius:999px;width:-moz-fit-content;width:fit-content}.doc-barcode{margin-top:1rem;height:28px;background:repeating-linear-gradient(90deg,#0f2040 0px,#0f2040 2px,transparent 2px,transparent 5px);background:repeating-linear-gradient(90deg,var(--navy-dark) 0px,var(--navy-dark) 2px,transparent 2px,transparent 5px);border-radius:3px;opacity:.12}.stats-bar{background:#f7f8fc;background:var(--off-white);border-bottom:1px solid rgba(26,54,96,.12);border-bottom:1px solid var(--border);padding:2rem 4rem}.stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;text-align:center}.stat-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#1a3660;color:var(--navy);display:block}.stat-label{font-size:.8rem;color:#5a6a8a;color:var(--muted);margin-top:.2rem;font-weight:400}section{padding:6rem 4rem}.section-inner{max-width:1100px;margin:0 auto}.section-tag{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#c8332a;color:var(--red);margin-bottom:.75rem}h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:#0f2040;color:var(--navy-dark);margin-bottom:1rem;line-height:1.2}.section-sub{font-size:1.05rem;color:#5a6a8a;color:var(--muted);max-width:520px;line-height:1.75;margin-bottom:3.5rem;font-weight:400}.how-section{background:#fff;background:var(--white)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;position:relative}.steps:before{content:"";position:absolute;top:2.5rem;left:calc(16.66% + 1rem);right:calc(16.66% + 1rem);height:2px;background:linear-gradient(90deg,#1a3660,#c8332a);background:linear-gradient(90deg,var(--navy),var(--red));opacity:.15;z-index:0}.step{background:#fff;background:var(--white);border:1.5px solid rgba(26,54,96,.12);border:1.5px solid var(--border);border-radius:16px;padding:2rem;position:relative;z-index:1;transition:border-color .2s,transform .2s,box-shadow .2s}.step:hover{border-color:#254b8a;border-color:var(--navy-light);transform:translateY(-4px);box-shadow:0 12px 32px #1a36601a}.step-num{width:44px;height:44px;border-radius:50%;background:#1a3660;background:var(--navy);color:#fff;color:var(--white);font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.step h3{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:#0f2040;color:var(--navy-dark);margin-bottom:.6rem}.step p{font-size:.9rem;color:#5a6a8a;color:var(--muted);line-height:1.7}.features-section{background:#0f2040;background:var(--navy-dark)}.features-section .section-tag{color:#ff9f9a}.features-section h2{color:#fff;color:var(--white)}.features-section .section-sub{color:#ffffff8c}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}.feature-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.75rem;transition:background .2s,border-color .2s}.feature-card:hover{background:#ffffff12;border-color:#c8332a59}.feature-card.featured{grid-column:span 2;background:#c8332a14;border-color:#c8332a40;display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.feature-icon{font-size:1.75rem;margin-bottom:1rem}.feature-card h3{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;color:#fff;color:var(--white);margin-bottom:.6rem}.feature-card p{font-size:.88rem;color:#ffffff80;line-height:1.7}.chain-visual{display:flex;flex-direction:column;gap:.5rem}.chain-item{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:.7rem 1rem;display:flex;align-items:center;gap:.75rem}.chain-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.chain-item span{font-size:.78rem;color:#ffffff8c}.usecases-section{background:#f7f8fc;background:var(--off-white)}.usecases{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.usecase{padding:1.75rem;border-radius:14px;background:#fff;background:var(--white);border:1.5px solid rgba(26,54,96,.12);border:1.5px solid var(--border);transition:border-color .2s,transform .2s,box-shadow .2s}.usecase:hover{border-color:#254b8a;border-color:var(--navy-light);transform:translateY(-3px);box-shadow:0 10px 28px #1a36601a}.usecase-icon{font-size:1.75rem;margin-bottom:.85rem}.usecase h3{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:#0f2040;color:var(--navy-dark);margin-bottom:.5rem}.usecase p{font-size:.87rem;color:#5a6a8a;color:var(--muted);line-height:1.65}.cta-section{background:#c8332a;background:var(--red);text-align:center;padding:5rem 4rem}.cta-section .section-tag{color:#ffffffa6}.cta-section h2{color:#fff;color:var(--white);margin-bottom:1rem}.cta-section .section-sub{color:#ffffffbf;max-width:480px;margin:0 auto 2.5rem}.cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-white{background:#fff;background:var(--white);color:#c8332a;color:var(--red);font-family:"Source Sans 3",sans-serif;font-size:.95rem;font-weight:700;padding:.85rem 2rem;border:none;border-radius:7px;cursor:pointer;text-decoration:none;transition:opacity .2s,transform .15s;display:inline-block}.btn-white:hover{opacity:.92;transform:translateY(-1px)}.btn-outline-w{color:#fff;color:var(--white);font-family:"Source Sans 3",sans-serif;font-size:.95rem;font-weight:600;padding:.85rem 2rem;border:1.5px solid rgba(255,255,255,.5);border-radius:7px;cursor:pointer;text-decoration:none;transition:border-color .2s,background .2s;display:inline-block}.btn-outline-w:hover{border-color:#fff;background:#ffffff1a}footer{background:#0f2040;background:var(--navy-dark);color:#fff6;padding:2rem 4rem;display:flex;align-items:center;justify-content:space-between}footer img{height:52px;mix-blend-mode:screen}footer p{font-size:.8rem}footer a{color:#fff6;text-decoration:none;font-size:.8rem;transition:color .2s}footer a:hover{color:#ff8f8a}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{animation:fadeUp .6s ease both}.hero-content>*:nth-child(1){animation-delay:.05s}.hero-content>*:nth-child(2){animation-delay:.15s}.hero-content>*:nth-child(3){animation-delay:.25s}.hero-content>*:nth-child(4){animation-delay:.35s}.hero-content>*:nth-child(5){animation-delay:.45s}.about-section{background:#f7f8fc;background:var(--off-white)}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.about-block{background:#fff;background:var(--white);border:1.5px solid rgba(26,54,96,.12);border:1.5px solid var(--border);border-radius:14px;padding:2rem}.about-block h3{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:#0f2040;color:var(--navy-dark);margin-bottom:.75rem}.about-block p{font-size:.92rem;color:#5a6a8a;color:var(--muted);line-height:1.75}.team-section{background:#fff;background:var(--white)}.team-disciplines{display:flex;gap:1.25rem;flex-wrap:wrap;margin-bottom:2.5rem}.discipline{display:flex;align-items:center;gap:.75rem;background:#f7f8fc;background:var(--off-white);border:1.5px solid rgba(26,54,96,.12);border:1.5px solid var(--border);border-radius:10px;padding:1rem 1.5rem;flex:1 1;min-width:180px}.discipline-icon{font-size:1.4rem}.discipline span{font-size:.88rem;font-weight:600;color:#0f2040;color:var(--navy-dark)}.team-mission{font-size:1rem;color:#5a6a8a;color:var(--muted);line-height:1.75;max-width:600px;font-style:italic;border-left:3px solid #C8332A;border-left:3px solid var(--red);padding-left:1.25rem}.contact-section{background:#fff;background:var(--white)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-info .section-sub{margin-bottom:2rem}.contact-detail{display:flex;flex-direction:column;gap:.2rem}.contact-detail-label{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#5a6a8a;color:var(--muted)}.contact-detail a{font-size:1rem;font-weight:600;color:#1a3660;color:var(--navy);text-decoration:none;transition:color .2s}.contact-detail a:hover{color:#c8332a;color:var(--red)}.contact-form-wrap{background:#f7f8fc;background:var(--off-white);border:1.5px solid rgba(26,54,96,.12);border:1.5px solid var(--border);border-radius:16px;padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.78rem;font-weight:700;color:#0f2040;color:var(--navy-dark);letter-spacing:.02em}.form-group label .required{color:#c8332a;color:var(--red)}.form-group input,.form-group textarea{font-family:"Source Sans 3",sans-serif;font-size:.92rem;color:#1a2440;color:var(--text);background:#fff;background:var(--white);border:1.5px solid rgba(26,54,96,.12);border:1.5px solid var(--border);border-radius:8px;padding:.7rem .9rem;transition:border-color .2s,box-shadow .2s;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:#254b8a;border-color:var(--navy-light);box-shadow:0 0 0 3px #254b8a1a}.form-group input.invalid,.form-group textarea.invalid{border-color:#c8332a;border-color:var(--red);box-shadow:0 0 0 3px #c8332a1a}.form-group textarea{resize:vertical;min-height:120px}.form-group .field-error{font-size:.75rem;color:#c8332a;color:var(--red);min-height:1em}.contact-submit{align-self:flex-start;margin-top:.5rem}.form-status{font-size:.9rem;font-weight:600;padding:.75rem 1rem;border-radius:8px;margin-top:.5rem}.form-status.success{background:#e8f5ee;color:#1a7a4a}.form-status.error{background:#fde8e8;color:#c8332a;color:var(--red)}@media (max-width: 900px){nav{padding:0 1.5rem}.nav-links{display:none}.hero{padding:6rem 1.5rem 3rem}.hero-inner{grid-template-columns:1fr}.hero-visual{display:none}section{padding:4rem 1.5rem}.stats-bar{padding:1.5rem}.stats-inner{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.steps:before{display:none}.features-grid{grid-template-columns:1fr}.feature-card.featured{grid-column:span 1;grid-template-columns:1fr}.usecases{grid-template-columns:1fr}.cta-section{padding:4rem 1.5rem}footer{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem}.about-grid{grid-template-columns:1fr}.team-disciplines{flex-direction:column}.contact-layout{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:1.5rem}.video-section{padding:3rem 1rem}}.video-section{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:6rem 2rem 4rem;background:#0f2040;background:var(--navy-dark)}.video-container{width:100%;max-width:960px;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0006}.video-container video{display:block;width:100%;background:#000}pre.highlight{padding:16px;background-color:#f6f8fa}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}
/*# sourceMappingURL=/_bridgetown/static/index.RGKL6DZN.css.map */
