.site-header{position:sticky;top:0;z-index:100;background:rgb(251 250 248 / .82);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid #fff0;transition:border-color .3s var(--ease),background .3s var(--ease)}.site-header.is-scrolled{border-bottom-color:var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;height:72px;gap:2rem}.brand{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-weight:600;font-size:1.32rem;color:var(--navy);letter-spacing:-.02em;flex-shrink:0}.brand__mark{width:30px;height:30px;flex-shrink:0}.nav__links{display:flex;align-items:center;gap:.35rem}.nav__link{padding:.5rem .8rem;border-radius:8px;font-size:.95rem;font-weight:500;color:var(--ink-soft);transition:color .15s,background .15s;position:relative}.nav__link:hover{color:var(--navy);background:rgb(10 31 68 / .04)}.nav__link[aria-current="page"]{color:var(--navy);font-weight:600}.nav__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.nav__item{position:relative}.nav__trigger{display:inline-flex;align-items:center;gap:.3rem;background:none;border:0}.nav__trigger svg{width:14px;height:14px;transition:transform .2s var(--ease);color:var(--ink-faint)}.nav__item:hover .nav__trigger svg,.nav__item:focus-within .nav__trigger svg{transform:rotate(180deg)}.nav__menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(6px);background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.5rem;width:320px;opacity:0;visibility:hidden;transition:opacity .2s var(--ease),transform .2s var(--ease)}.nav__item:hover .nav__menu,.nav__item:focus-within .nav__menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.nav__menu a{display:flex;gap:.75rem;padding:.7rem .8rem;border-radius:9px;transition:background .15s}.nav__menu a:hover{background:var(--paper-2)}.nav__menu .mi__icon{width:34px;height:34px;flex-shrink:0;border-radius:8px;background:var(--blue-tint);display:grid;place-items:center;color:var(--blue)}.nav__menu .mi__icon svg{width:17px;height:17px}.nav__menu .mi__t{font-weight:600;font-size:.92rem;color:var(--navy);line-height:1.3}.nav__menu .mi__d{font-size:.8rem;color:var(--ink-faint);line-height:1.35}.nav__toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:9px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px}.nav__toggle span{width:18px;height:1.5px;background:var(--navy);transition:.25s var(--ease)}.nav__toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}.nav__toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.nav__toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.mobile-nav{display:none}@media (max-width:940px){.nav__links,.nav__actions .btn--ghost{display:none}.nav__toggle{display:flex}.mobile-nav{display:block;position:fixed;inset:72px 0 0 0;z-index:99;background:var(--paper);padding:1.5rem clamp(1.25rem,5vw,2.5rem) 3rem;transform:translateX(100%);transition:transform .3s var(--ease);overflow-y:auto;visibility:hidden}.mobile-nav.is-open{transform:translateX(0);visibility:visible}.mobile-nav a{display:block;padding:.95rem 0;font-size:1.15rem;font-weight:500;color:var(--navy);border-bottom:1px solid var(--line)}.mobile-nav .mn__group-label{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);padding-top:1.5rem}.mobile-nav .btn{width:100%;margin-top:1.5rem}body.nav-open{overflow:hidden}}.hero{position:relative;padding-top:clamp(3rem, 2rem + 4vw, 5.5rem);padding-bottom:clamp(3rem, 2rem + 4vw, 5rem);overflow:hidden}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem, 5vw, 4.5rem);align-items:start}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem .4rem .5rem;background:#fff;border:1px solid var(--line);border-radius:100px;font-size:.82rem;font-weight:500;color:var(--ink-soft);box-shadow:var(--shadow-sm);margin-bottom:1.6rem}.hero__badge b{background:var(--navy);color:#fff;font-size:.68rem;padding:.2rem .5rem;border-radius:100px;font-weight:600;letter-spacing:.03em}.hero h1{margin-bottom:1.4rem}.hero h1 .accent{color:var(--blue);font-style:italic}.hero__sub{font-size:var(--step-1);line-height:1.5;color:var(--ink-soft);margin-bottom:1.1rem;max-width:34ch}.hero__support{color:var(--ink-faint);margin-bottom:2rem;max-width:42ch;font-size:var(--step-0)}.hero__cta{display:flex;gap:.9rem;flex-wrap:wrap;align-items:center}.hero__proof{margin-top:2.5rem;display:flex;align-items:center;gap:1.25rem}.hero__avatars{display:flex}.hero__avatars span{width:36px;height:36px;border-radius:100px;border:2.5px solid var(--paper);margin-left:-10px;background:var(--navy-600);display:grid;place-items:center;color:#fff;font-size:.8rem;font-weight:600;font-family:var(--font-mono)}.hero__avatars span:first-child{margin-left:0}.hero__proof-text{font-size:.88rem;color:var(--ink-soft);line-height:1.4}.hero__proof-text b{color:var(--navy)}.hero__bg{position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.5}.hero__bg line{stroke:var(--line);stroke-width:1}.lead-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden;position:relative}.lead-card__head{padding:1.4rem 1.6rem 1.2rem;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--paper-2),#fff)}.lead-card__head .tag{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.lead-card__no{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint)}.lead-card__secure{font-size:.72rem;color:var(--positive);display:inline-flex;align-items:center;gap:.3rem;font-weight:500}.lead-card__secure svg{width:13px;height:13px}.lead-card h3{font-size:var(--step-2);margin-bottom:.2rem}.lead-card__sub{font-size:.88rem;color:var(--ink-faint)}.lead-card__body{padding:1.5rem 1.6rem 1.7rem}.field{margin-bottom:1.1rem}.field>label{display:block;font-size:.82rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.field input[type=email],.field input[type=text],.field select{width:100%;padding:.8rem .9rem;border:1px solid var(--line-strong);border-radius:var(--radius-sm);font:inherit;font-size:.95rem;color:var(--ink);background:var(--paper);transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-tint);background:#fff}.field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237A8794' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;padding-right:2.2rem}.dropzone{border:1.5px dashed var(--line-strong);border-radius:var(--radius-sm);padding:1.4rem 1rem;text-align:center;background:var(--paper);transition:border-color .2s,background .2s;cursor:pointer}.dropzone:hover,.dropzone.is-drag{border-color:var(--blue);background:var(--blue-tint)}.dropzone svg{width:26px;height:26px;color:var(--blue);margin:0 auto .5rem}.dropzone__t{font-size:.9rem;font-weight:600;color:var(--navy)}.dropzone__h{font-size:.78rem;color:var(--ink-faint);margin-top:.15rem}.dropzone__formats{display:flex;gap:.35rem;justify-content:center;margin-top:.7rem;flex-wrap:wrap}.dropzone__formats span{font-family:var(--font-mono);font-size:.64rem;letter-spacing:.04em;color:var(--ink-faint);background:var(--paper-2);border:1px solid var(--line);padding:.15rem .4rem;border-radius:5px}.dropzone__file{margin-top:.6rem;font-size:.8rem;color:var(--positive);font-weight:500;display:none}.lead-card__foot{font-size:.76rem;color:var(--ink-faint);text-align:center;margin-top:.9rem;line-height:1.4}.lead-card__foot a{color:var(--ink-soft);text-decoration:underline;text-underline-offset:2px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.choice{position:relative}.choice input{position:absolute;opacity:0;pointer-events:none}.choice label{display:block;padding:.6rem .7rem;border:1px solid var(--line-strong);border-radius:var(--radius-sm);font-size:.82rem;font-weight:500;color:var(--ink-soft);background:var(--paper);cursor:pointer;transition:.15s;text-align:center}.choice input:checked+label{border-color:var(--blue);background:var(--blue-tint);color:var(--blue-600);font-weight:600}.choice input:focus-visible+label{box-shadow:0 0 0 3px var(--blue-tint)}.trustbar{border-block:1px solid var(--line);background:var(--white)}.trustbar__inner{display:grid;grid-template-columns:repeat(5,1fr)}.trustbar__item{padding:1.5rem 1rem;text-align:center;border-left:1px solid var(--line);display:flex;flex-direction:column;align-items:center;gap:.5rem}.trustbar__item:first-child{border-left:0}.trustbar__item svg{width:22px;height:22px;color:var(--blue)}.trustbar__item span{font-size:.84rem;font-weight:600;color:var(--navy);line-height:1.3}@media (max-width:760px){.trustbar__inner{grid-template-columns:1fr 1fr}.trustbar__item:nth-child(odd){border-left:0}.trustbar__item{border-top:1px solid var(--line)}.trustbar__item:nth-child(1),.trustbar__item:nth-child(2){border-top:0}.trustbar__item:last-child{grid-column:1 / -1;border-left:0}}.grid{display:grid;gap:1.25rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--line-strong)}.card__icon{width:44px;height:44px;border-radius:11px;background:var(--blue-tint);color:var(--blue);display:grid;place-items:center;margin-bottom:1.1rem}.card__icon svg{width:22px;height:22px}.card h3{font-size:var(--step-1);margin-bottom:.5rem}.card h4{font-size:1.08rem;margin-bottom:.45rem}.card p{font-size:.92rem;line-height:1.55}.card__link{margin-top:1rem}.cost-ledger{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md)}.cost-ledger__row{display:grid;grid-template-columns:44px 1fr auto;gap:1rem;align-items:center;padding:1.1rem 1.5rem;border-bottom:1px solid var(--line);transition:background .2s}.cost-ledger__row:last-of-type{border-bottom:0}.cost-ledger__row:hover{background:var(--paper)}.cost-ledger__icon{width:44px;height:44px;border-radius:10px;background:var(--paper-2);display:grid;place-items:center;color:var(--navy)}.cost-ledger__icon svg{width:20px;height:20px}.cost-ledger__label{font-weight:600;color:var(--navy);font-size:.98rem}.cost-ledger__label small{display:block;font-weight:400;color:var(--ink-faint);font-size:.8rem;margin-top:.1rem}.cost-ledger__amt{font-family:var(--font-mono);font-weight:500;color:var(--ink-soft);font-size:.92rem;font-feature-settings:"tnum"}.cost-ledger__total{display:grid;grid-template-columns:44px 1fr auto;gap:1rem;align-items:center;padding:1.2rem 1.5rem;background:var(--navy);color:#fff}.cost-ledger__total .cost-ledger__label{color:#fff}.cost-ledger__total .l{grid-column:1 / 3;font-family:var(--font-display);font-size:1.1rem}.cost-ledger__total .v{font-family:var(--font-mono);font-size:1.15rem;color:#fff;font-weight:500}.cost-ledger__highlight{background:var(--blue-tint)!important}.cost-ledger__highlight .cost-ledger__icon{background:var(--blue);color:#fff}.cost-ledger__highlight .cost-ledger__amt{color:var(--blue-600);font-weight:600}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;counter-reset:step;position:relative}.steps__item{padding:1.75rem 1.5rem;position:relative}.steps__item::before{counter-increment:step;content:counter(step,decimal-leading-zero);font-family:var(--font-mono);font-size:.8rem;color:var(--blue);font-weight:600;display:inline-block;margin-bottom:1rem;letter-spacing:.05em}.steps__item::after{content:"";position:absolute;top:2.4rem;left:-.5px;width:1px;height:calc(100% - 2.4rem);background:var(--line)}.steps__item:first-child::after{display:none}.steps__dot{position:absolute;top:2rem;left:-4px;width:8px;height:8px;border-radius:50%;background:var(--blue);display:none}.steps__item h3{font-size:1.18rem;margin-bottom:.5rem}.steps__item p{font-size:.9rem;line-height:1.55}@media (max-width:860px){.steps{grid-template-columns:1fr}.steps__item{padding:1.25rem 0 1.25rem 2rem}.steps__item::after{top:0;left:4px;width:1px;height:100%}.steps__item:first-child::after{display:block;top:1.5rem;height:calc(100% - 1.5rem)}}.faq-list{max-width:760px;margin-inline:auto}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.3rem 0;cursor:pointer;font-family:var(--font-display);font-size:var(--step-1);font-weight:540;color:var(--navy);list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .faq-icon{flex-shrink:0;width:26px;height:26px;position:relative;transition:transform .25s var(--ease)}.faq-item summary .faq-icon::before,.faq-item summary .faq-icon::after{content:"";position:absolute;background:var(--blue);border-radius:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-item summary .faq-icon::before{width:14px;height:2px}.faq-item summary .faq-icon::after{width:2px;height:14px;transition:transform .25s var(--ease)}.faq-item[open] summary .faq-icon::after{transform:translate(-50%,-50%) scaleY(0)}.faq-item__answer{padding:0 0 1.4rem;max-width:64ch}.faq-item__answer p{font-size:.98rem;line-height:1.6}.faq-item__answer p+p{margin-top:.8rem}.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width:900px){.quotes{grid-template-columns:1fr}}.quote{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem;display:flex;flex-direction:column}.quote__stars{color:var(--gold);display:flex;gap:2px;margin-bottom:.9rem}.quote__stars svg{width:16px;height:16px}.quote blockquote{font-size:1.02rem;line-height:1.55;color:var(--ink);font-weight:450;flex:1}.quote__author{display:flex;align-items:center;gap:.75rem;margin-top:1.3rem;padding-top:1.2rem;border-top:1px solid var(--line)}.quote__avatar{width:40px;height:40px;border-radius:50%;background:var(--navy-600);color:#fff;display:grid;place-items:center;font-weight:600;font-family:var(--font-mono);font-size:.85rem;flex-shrink:0}.quote__name{font-weight:600;font-size:.9rem;color:var(--navy)}.quote__meta{font-size:.8rem;color:var(--ink-faint)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}@media (max-width:760px){.metrics{grid-template-columns:1fr 1fr}}.metric{background:#fff;padding:1.8rem 1.5rem;text-align:center}.metric__n{font-family:var(--font-display);font-size:var(--step-3);color:var(--navy);font-weight:560;letter-spacing:-.02em}.metric__l{font-size:.85rem;color:var(--ink-faint);margin-top:.3rem}.logos{display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,5vw,3.5rem);flex-wrap:wrap;opacity:.75}.logos span{font-family:var(--font-display);font-weight:560;font-size:1.15rem;color:var(--ink-faint);letter-spacing:-.01em}.cta-band{position:relative;overflow:hidden}.cta-band__inner{text-align:center;max-width:64ch;margin-inline:auto;position:relative;z-index:1}.cta-band h2{color:#fff;margin-bottom:1rem}.cta-band p{color:rgb(255 255 255 / .75);font-size:var(--step-1);margin-bottom:2rem}.cta-band__bg{position:absolute;inset:0;z-index:0;opacity:.4}.cta-band__bg line{stroke:rgb(255 255 255 / .12);stroke-width:1}.site-footer{background:var(--navy);color:rgb(255 255 255 / .6);padding-block:clamp(3.5rem,5vw,5rem) 2rem}.footer__top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgb(255 255 255 / .1)}@media (max-width:860px){.footer__top{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand-col{grid-column:1 / -1}}.footer__brand-col .brand{color:#fff;margin-bottom:1rem}.footer__brand-col p{font-size:.9rem;max-width:32ch;color:rgb(255 255 255 / .55);line-height:1.6}.footer__newsletter{margin-top:1.5rem;display:flex;gap:.5rem;max-width:320px}.footer__newsletter input{flex:1;padding:.65rem .8rem;border-radius:8px;border:1px solid rgb(255 255 255 / .18);background:rgb(255 255 255 / .06);color:#fff;font:inherit;font-size:.88rem}.footer__newsletter input::placeholder{color:rgb(255 255 255 / .4)}.footer__newsletter input:focus{outline:none;border-color:var(--blue)}.footer__newsletter button{padding:.65rem .9rem;border-radius:8px;background:var(--blue);border:0;color:#fff;font-weight:600;font-size:.85rem}.footer__col h4{color:#fff;font-family:var(--font-body);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.1rem}.footer__col ul{display:flex;flex-direction:column;gap:.7rem}.footer__col a{font-size:.9rem;color:rgb(255 255 255 / .6);transition:color .15s}.footer__col a:hover{color:#fff}.footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;flex-wrap:wrap}.footer__bottom p{font-size:.82rem;color:rgb(255 255 255 / .45)}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{font-size:.82rem;color:rgb(255 255 255 / .45)}.footer__legal a:hover{color:#fff}.page-hero{padding-top:clamp(3rem,4vw,5rem);padding-bottom:clamp(2.5rem,4vw,4rem);border-bottom:1px solid var(--line)}.page-hero__inner{max-width:64ch}.page-hero .eyebrow{margin-bottom:1.2rem}.page-hero h1{margin-bottom:1.2rem}.page-hero p{font-size:var(--step-1);line-height:1.5}.breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.82rem;color:var(--ink-faint);margin-bottom:1.5rem;font-family:var(--font-mono)}.breadcrumb a:hover{color:var(--blue)}.breadcrumb svg{width:12px;height:12px}.prose{max-width:70ch}.prose h2{font-size:var(--step-3);margin:2.5rem 0 1rem}.prose h3{font-size:var(--step-1);margin:2rem 0 .75rem}.prose p{margin-bottom:1.1rem;line-height:1.7}.prose ul.bullets{margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:.7rem}.prose ul.bullets li{padding-left:1.8rem;position:relative;color:var(--ink-soft);line-height:1.6}.prose ul.bullets li::before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;border-radius:2px;background:var(--blue)}.prose a{color:var(--blue);text-decoration:underline;text-underline-offset:3px;font-weight:500}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.split--reverse .split__media{order:-1}@media (max-width:820px){.split{grid-template-columns:1fr}.split--reverse .split__media{order:0}}.split__media{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-md)}.checklist{display:flex;flex-direction:column;gap:.9rem;margin-top:1.5rem}.checklist li{display:flex;gap:.75rem;align-items:flex-start;font-size:.98rem;color:var(--ink-soft);line-height:1.5}.checklist svg{width:22px;height:22px;flex-shrink:0;color:var(--positive);margin-top:.1rem}.assurance{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (max-width:640px){.assurance{grid-template-columns:1fr}}.assurance__item{display:flex;gap:1rem;padding:1.4rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.assurance__item .ai{width:42px;height:42px;border-radius:10px;background:var(--blue-tint);color:var(--blue);display:grid;place-items:center;flex-shrink:0}.assurance__item h4{font-size:1.05rem;margin-bottom:.35rem}.assurance__item p{font-size:.9rem;line-height:1.5}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,3.5rem);align-items:start}@media (max-width:820px){.contact-grid{grid-template-columns:1fr}}.info-row{display:flex;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--line)}.info-row:first-child{padding-top:0}.info-row .ir-icon{width:40px;height:40px;border-radius:10px;background:var(--blue-tint);color:var(--blue);display:grid;place-items:center;flex-shrink:0}.info-row h4{font-size:1rem;margin-bottom:.2rem}.info-row p,.info-row a{font-size:.92rem;color:var(--ink-soft)}.info-row a:hover{color:var(--blue)}.note{background:var(--blue-tint);border:1px solid #C9D9FF;border-radius:var(--radius);padding:1.3rem 1.5rem;display:flex;gap:1rem}.note svg{width:22px;height:22px;color:var(--blue);flex-shrink:0;margin-top:.15rem}.note p{font-size:.92rem;color:var(--navy-700);line-height:1.55;margin:0}.note strong{color:var(--navy)}.pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.pills span{padding:.5rem 1rem;background:#fff;border:1px solid var(--line);border-radius:100px;font-size:.88rem;font-weight:500;color:var(--ink-soft)}.related{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width:760px){.related{grid-template-columns:1fr}}.related a{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.4rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);font-weight:600;color:var(--navy);transition:.2s}.related a:hover{border-color:var(--blue);background:var(--blue-tint);transform:translateY(-2px)}.related a svg{width:18px;height:18px;color:var(--blue);flex-shrink:0}.deskhero{position:relative;overflow:hidden;background:var(--navy);color:#fff;padding-top:clamp(2.5rem,2rem+3vw,4rem);padding-bottom:clamp(3rem,2.5rem+4vw,6rem)}.deskhero__atmos{position:absolute;inset:0;z-index:0;pointer-events:none}.deskhero__atmos .glow{position:absolute;width:62vw;height:62vw;border-radius:50%;filter:blur(90px);opacity:.32}.deskhero__atmos .glow--1{top:-28vw;right:-16vw;background:radial-gradient(circle,#2D6BFF,transparent 70%)}.deskhero__atmos .glow--2{bottom:-32vw;left:-12vw;background:radial-gradient(circle,#1a3a73,transparent 70%)}.deskhero__atmos .grain{position:absolute;inset:0;opacity:.5;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E")}.deskhero__shelves{position:absolute;inset:0;opacity:.08}.deskhero__shelves line{stroke:#fff;stroke-width:1}.deskhero__inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr minmax(440px,512px);gap:clamp(2rem,5vw,4.5rem);align-items:center;padding-block:1rem}.deskhero__lead{max-width:36ch}.deskhero__kicker{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-mono);font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:#8FB0FF;margin-bottom:1.5rem}.deskhero__kicker::before{content:"";width:1.8rem;height:1px;background:#8FB0FF;opacity:.6}.deskhero h1{font-family:var(--font-display);font-weight:540;font-size:clamp(2.3rem,1.7rem+2.8vw,4rem);line-height:1.04;letter-spacing:-.02em;margin-bottom:1.3rem;color:#fff}.deskhero h1 .ital{font-style:italic;color:#9DB6FF}.deskhero__sub{font-size:clamp(1.05rem,1rem+.3vw,1.3rem);color:rgb(255 255 255 / .72);line-height:1.5;margin-bottom:2.2rem}.deskhero__meta{display:flex;gap:2.2rem;flex-wrap:wrap}.deskhero__stat .n{font-family:var(--font-display);font-size:1.55rem;font-weight:560;color:#fff;line-height:1}.deskhero__stat .l{font-size:.8rem;color:rgb(255 255 255 / .55);margin-top:.35rem}.slip{position:relative;background:var(--paper);border-radius:6px;color:var(--ink);box-shadow:0 30px 60px rgb(0 0 0 / .35),0 10px 24px rgb(0 0 0 / .2);transform:rotate(-.6deg);transition:transform .45s var(--ease)}.slip:hover{transform:rotate(0deg)}.slip::before{content:"";position:absolute;inset:0;border-radius:6px;pointer-events:none;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='0.04'/%3E%3C/svg%3E")}.slip__punches{position:absolute;top:9px;left:0;right:0;display:flex;justify-content:space-around;padding-inline:2.2rem;z-index:3}.slip__punches span{width:9px;height:9px;border-radius:50%;background:var(--navy);opacity:.14;box-shadow:inset 0 1px 1px rgb(0 0 0 / .3)}.slip__head{padding:2rem 1.7rem 1.1rem;border-bottom:2px solid var(--navy);position:relative}.slip__stamp{position:absolute;top:1.9rem;right:1.4rem;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.1em;color:var(--blue-600);border:1.5px solid var(--blue);border-radius:5px;padding:.25rem .45rem;transform:rotate(7deg);opacity:.85;text-align:center;line-height:1.3}.slip__libname{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:.5rem}.slip__title{font-family:var(--font-display);font-size:1.5rem;font-weight:560;color:var(--navy);line-height:1.1;letter-spacing:-.01em}.slip__sub{font-size:.85rem;color:var(--ink-faint);margin-top:.25rem}.slip__callno{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.7rem;background:var(--navy);color:#fff}.slip__callno .cn{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.1em;color:rgb(255 255 255 / .7)}.slip__callno .sec{font-family:var(--font-mono);font-size:.66rem;color:#8FB0FF;display:flex;align-items:center;gap:.35rem}.slip__callno .sec b{width:6px;height:6px;border-radius:50%;background:#8FB0FF;display:inline-block}.slip__body{padding:1.4rem 1.7rem 1.7rem}.lookup__label{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.6rem}.lookup__label .q{font-size:.8rem;font-weight:600;color:var(--navy)}.lookup__label .step{font-family:var(--font-mono);font-size:.66rem;color:var(--ink-faint);letter-spacing:.08em}.lookup{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.2rem}.lookup button{font:inherit;font-size:.8rem;font-weight:500;color:var(--ink-soft);background:#fff;border:1px solid var(--line-strong);border-radius:100px;padding:.45rem .85rem;cursor:pointer;transition:.18s var(--ease);display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.lookup button:hover{border-color:var(--navy);color:var(--navy);transform:translateY(-1px)}.lookup button[aria-pressed="true"]{background:var(--navy);border-color:var(--navy);color:#fff}.lookup button[aria-pressed="true"] .ic{color:#8FB0FF}.lookup .ic{width:14px;height:14px;color:var(--ink-faint);transition:color .18s}.adapt{position:relative}.adapt__panel{display:none}.adapt__panel.is-active{display:block;animation:slipIn .35s var(--ease)}@keyframes slipIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.f-label{display:block;font-size:.8rem;font-weight:600;color:var(--navy);margin-bottom:.45rem}.f-label .opt{font-weight:400;color:var(--ink-faint);font-size:.75rem}.f-input{width:100%;padding:.78rem .9rem;border:1px solid var(--line-strong);border-radius:var(--radius-sm);font:inherit;font-size:.92rem;color:var(--ink);background:#fff;transition:border-color .15s,box-shadow .15s}.f-input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-tint)}textarea.f-input{resize:vertical;min-height:84px;line-height:1.5}.f-hint{font-size:.74rem;color:var(--ink-faint);margin-top:.4rem;display:flex;align-items:center;gap:.35rem}.f-hint svg{width:12px;height:12px;flex-shrink:0}.chipbox{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#fff;padding:.5rem .55rem;display:flex;flex-wrap:wrap;gap:.4rem;transition:border-color .15s,box-shadow .15s;cursor:text;min-height:46px;align-items:center}.chipbox.is-focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-tint)}.chip{display:inline-flex;align-items:center;gap:.35rem;background:var(--blue-tint);color:var(--blue-600);border:1px solid #C9D9FF;border-radius:6px;padding:.28rem .25rem .28rem .55rem;font-size:.82rem;font-weight:500;animation:pop .2s var(--ease)}@keyframes pop{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.chip button{background:none;border:0;cursor:pointer;color:var(--blue-600);opacity:.6;display:grid;place-items:center;padding:2px;border-radius:4px;line-height:0}.chip button:hover{opacity:1;background:rgb(45 107 255 / .12)}.chip button svg{width:13px;height:13px}.chipbox input{flex:1;min-width:120px;border:0;outline:none;font:inherit;font-size:.9rem;padding:.3rem .2rem;background:#fff0;color:var(--ink)}.chip-count{font-family:var(--font-mono);font-size:.68rem;color:var(--ink-faint);margin-top:.4rem}.drop{border:1.5px dashed var(--line-strong);border-radius:var(--radius-sm);padding:1.3rem 1rem;text-align:center;background:#fff;transition:.2s var(--ease);cursor:pointer}.drop:hover,.drop.is-drag{border-color:var(--blue);background:var(--blue-tint)}.drop__ic{width:30px;height:30px;margin:0 auto .5rem;color:var(--blue);display:grid;place-items:center;background:var(--blue-tint);border-radius:8px;transition:transform .2s var(--ease)}.drop.is-drag .drop__ic{transform:scale(1.08)}.drop__ic svg{width:17px;height:17px}.drop__t{font-size:.88rem;font-weight:600;color:var(--navy)}.drop__h{font-size:.76rem;color:var(--ink-faint);margin-top:.15rem}.drop__fmts{display:flex;gap:.3rem;justify-content:center;margin-top:.6rem;flex-wrap:wrap}.drop__fmts span{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.04em;color:var(--ink-faint);background:var(--paper-2);border:1px solid var(--line);padding:.12rem .35rem;border-radius:4px}.drop__file{margin-top:.55rem;font-size:.78rem;color:var(--positive);font-weight:500;display:none;align-items:center;gap:.35rem;justify-content:center}.drop__file svg{width:13px;height:13px}.altline{text-align:center;margin-top:.7rem}.altline button{background:none;border:0;font:inherit;font-size:.76rem;color:var(--blue);font-weight:500;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.slip__contact{margin-top:1.3rem;padding-top:1.3rem;border-top:1px dashed var(--line-strong)}.contact-grid{display:grid;grid-template-columns:1fr;gap:.9rem}.wa-label{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.wa-pill{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.06em;text-transform:uppercase;color:var(--positive);background:rgb(31 138 91 / .1);border:1px solid rgb(31 138 91 / .25);border-radius:100px;padding:.1rem .4rem}.phonewrap{display:flex;gap:.4rem}.phonewrap select{width:auto;flex-shrink:0;padding:.78rem .6rem;border:1px solid var(--line-strong);border-radius:var(--radius-sm);font:inherit;font-size:.88rem;background:#fff;color:var(--ink);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%237A8794' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;padding-right:1.7rem}.phonewrap select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-tint)}.slip__submit{width:100%;margin-top:1.4rem;padding:1rem 1.4rem;border:0;border-radius:var(--radius-sm);background:var(--blue);color:#fff;font:inherit;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.55rem;box-shadow:0 1px 2px rgb(45 107 255 / .4),inset 0 1px 0 rgb(255 255 255 / .18);transition:.18s var(--ease)}.slip__submit:hover{background:var(--blue-600);transform:translateY(-1px);box-shadow:0 10px 24px rgb(45 107 255 / .3)}.slip__submit svg{width:17px;height:17px;transition:transform .2s var(--ease)}.slip__submit:hover svg{transform:translateX(3px)}.slip__foot{font-size:.72rem;color:var(--ink-faint);text-align:center;margin-top:.8rem;line-height:1.45}.slip__foot svg{width:11px;height:11px;vertical-align:-1px;margin-right:.2rem;color:var(--positive)}.slip__progress{display:flex;align-items:center;gap:.5rem;margin-top:1rem;justify-content:center}.slip__progress .tick{width:7px;height:7px;border-radius:50%;background:var(--line-strong);transition:.3s var(--ease)}.slip__progress .tick.done{background:var(--positive)}.slip__progress .ptext{font-family:var(--font-mono);font-size:.66rem;color:var(--ink-faint);margin-left:.3rem}.slip__done{padding:2.5rem 1.7rem;text-align:center;display:none}.slip__done.show{display:block;animation:slipIn .4s var(--ease)}.slip__done .seal{width:64px;height:64px;border-radius:50%;background:rgb(31 138 91 / .1);border:2px solid var(--positive);color:var(--positive);display:grid;place-items:center;margin:0 auto 1.2rem}.slip__done .seal svg{width:30px;height:30px}.slip__done h3{font-family:var(--font-display);font-size:1.5rem;color:var(--navy);margin-bottom:.5rem}.slip__done p{font-size:.92rem;color:var(--ink-soft);max-width:32ch;margin:0 auto}.slip__done .ref{font-family:var(--font-mono);font-size:.74rem;color:var(--ink-faint);margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--line)}@media (max-width:920px){.deskhero__inner{grid-template-columns:1fr;gap:2.5rem}.deskhero__lead{max-width:none;text-align:center;margin-inline:auto}.deskhero__kicker{justify-content:center}.deskhero__meta{justify-content:center}.slip{max-width:480px;margin-inline:auto;transform:rotate(0deg)}}@media (max-width:480px){.slip__punches{padding-inline:1.4rem}.slip__head,.slip__body{padding-left:1.2rem;padding-right:1.2rem}.slip__callno{padding-inline:1.2rem}}.slip-cta{position:relative;background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:2rem 1.8rem 1.8rem;box-shadow:var(--shadow-lg);overflow:hidden}.slip-cta::after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--navy)}.slip-cta__punches{position:absolute;top:1rem;left:0;right:0;display:flex;justify-content:space-around;padding-inline:2rem}.slip-cta__punches span{width:8px;height:8px;border-radius:50%;background:var(--navy);opacity:.12}.slip-cta__stamp{position:absolute;top:1.6rem;right:1.5rem;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.1em;color:var(--positive);border:1.5px solid var(--positive);border-radius:5px;padding:.2rem .45rem;transform:rotate(6deg);opacity:.8}.slip-cta__libname{font-family:var(--font-mono);font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-faint);margin:.8rem 0 .7rem}.slip-cta__title{font-family:var(--font-display);font-size:1.5rem;color:var(--navy);margin-bottom:.5rem;line-height:1.1}.slip-cta__sub{font-size:.92rem;color:var(--ink-soft);line-height:1.5;margin-bottom:1.3rem}.slip-cta__list{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.5rem;padding-top:1.3rem;border-top:1px dashed var(--line-strong)}.slip-cta__list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;color:var(--ink-soft);line-height:1.45}.slip-cta__list svg{width:18px;height:18px;color:var(--positive);flex-shrink:0;margin-top:.05rem}.slip-cta__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.95rem 1.4rem;border-radius:var(--radius-sm);background:var(--blue);color:#fff;font-weight:600;font-size:1rem;transition:.18s var(--ease);box-shadow:0 1px 2px rgb(45 107 255 / .4),inset 0 1px 0 rgb(255 255 255 / .18)}.slip-cta__btn:hover{background:var(--blue-600);transform:translateY(-1px);box-shadow:0 10px 24px rgb(45 107 255 / .3)}.slip-cta__btn svg{width:17px;height:17px;transition:transform .2s var(--ease)}.slip-cta__btn:hover svg{transform:translateX(3px)}.slip-cta__foot{text-align:center;font-size:.74rem;color:var(--ink-faint);margin-top:.8rem}.slip-cta__foot svg{width:11px;height:11px;vertical-align:-1px;color:var(--positive)}.deskhero__lead.is-in .deskhero__kicker{animation:hRise .7s var(--ease) both}.deskhero__lead.is-in h1{animation:hRise .8s var(--ease) .08s both}.deskhero__lead.is-in .deskhero__sub{animation:hRise .8s var(--ease) .16s both}.deskhero__lead.is-in .deskhero__meta{animation:hRise .8s var(--ease) .24s both}@keyframes hRise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.slip.slip-enter{animation:slipDrop 1s var(--ease) .2s both}@keyframes slipDrop{0%{opacity:0;transform:translateY(-30px) rotate(2.5deg) scale(.96)}60%{opacity:1;transform:translateY(4px) rotate(-1.2deg) scale(1)}100%{opacity:1;transform:translateY(0) rotate(-.6deg) scale(1)}}.slip__callno.stamped{animation:stamp .4s var(--ease)}@keyframes stamp{0%{transform:scale(1)}30%{transform:scale(1.015);background:var(--navy-600)}100%{transform:scale(1)}}.slip__callno .sec.flip{animation:flipIn .4s var(--ease)}@keyframes flipIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.lookup button{position:relative;overflow:hidden}.lookup button::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgb(45 107 255 / .25),transparent 60%);opacity:0;transform:scale(0);transition:transform .4s var(--ease),opacity .4s var(--ease)}.lookup button:active::after{opacity:1;transform:scale(2.5);transition:0s}.deskhero__atmos{transition:transform .3s cubic-bezier(.22,.61,.36,1);will-change:transform}.slip__submit{position:relative;overflow:hidden}.slip__submit .rpl{position:absolute;border-radius:50%;background:rgb(255 255 255 / .4);transform:translate(-50%,-50%) scale(0);pointer-events:none;animation:rippleOut .6s var(--ease)}@keyframes rippleOut{to{transform:translate(-50%,-50%) scale(20);opacity:0}}.f-input:focus,.chipbox.is-focus{transition:border-color .15s,box-shadow .15s}@media (prefers-reduced-motion:reduce){.deskhero__lead.is-in *,.slip.slip-enter{animation:none!important}.deskhero__atmos{transform:none!important}}.nav,.nav__actions,.brand{min-width:0}@media (max-width:700px){.site-header .container{padding-inline:1rem}.nav{height:64px;gap:.75rem}.brand{font-size:1.15rem;gap:.5rem}.brand__mark{width:28px;height:28px}.nav__actions .btn--primary{display:none}.nav__toggle{width:42px;height:42px;flex:0 0 42px}.mobile-nav{inset-top:64px}}@media (max-width:560px){.deskhero{width:100%}.deskhero__inner{display:grid;grid-template-columns:minmax(0,1fr)}.deskhero__lead{width:100%}.deskhero h1{font-size:clamp(2.15rem, 12vw, 3rem);overflow-wrap:anywhere}.deskhero__sub{font-size:1.02rem}.deskhero__meta{gap:1.15rem;justify-content:center}.deskhero__stat{min-width:8.5rem}.slip{width:100%;max-width:100%}.slip__stamp{right:1rem}.slip__title{padding-right:4.8rem}.lookup{grid-template-columns:1fr}.phonewrap{flex-direction:column}.phonewrap select{width:100%}}@media (max-width:380px){.site-header .container{padding-inline:.8rem}.brand{font-size:1.05rem}.deskhero h1{font-size:clamp(2rem, 11vw, 2.45rem)}.deskhero__stat{min-width:7.5rem}.slip__head,.slip__body{padding-left:1rem;padding-right:1rem}.slip__title{font-size:1.35rem}}.unipath-hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.human-check{margin-top:18px;padding:14px;border:1px solid rgb(15 23 42 / .12);background:rgb(255 255 255 / .72);border-radius:18px}.human-check__row{display:grid;grid-template-columns:1fr 112px;gap:10px;align-items:center}.human-check__q{display:flex;align-items:center;min-height:46px;padding:0 14px;border-radius:14px;background:rgb(245 239 226 / .8);font-weight:700;color:#0f172a}.human-check__input{text-align:center;font-weight:700}@media (max-width:560px){.human-check__row{grid-template-columns:1fr}.human-check__input{text-align:left}}.footer__newsletter{display:block;max-width:360px}.footer__newsletter-row{display:flex;gap:.5rem}.footer__newsletter .human-check{margin-top:.65rem;padding:.75rem;border-color:rgb(255 255 255 / .14);background:rgb(255 255 255 / .05);border-radius:12px}.footer__newsletter .human-check .f-label{color:rgb(255 255 255 / .72);font-size:.68rem}.footer__newsletter .human-check__row{grid-template-columns:1fr 84px;gap:.45rem}.footer__newsletter .human-check__q{min-height:36px;padding:0 .65rem;border-radius:9px;background:rgb(255 255 255 / .08);color:rgb(255 255 255 / .9);font-size:.82rem}.footer__newsletter .human-check__input{min-width:0;padding:.55rem .6rem!important;border-radius:9px!important}.human-check--compact{margin-top:14px;margin-bottom:14px;padding:12px}.lead-card .human-check{order:99}@media (max-width:560px){.footer__newsletter-row{display:grid;grid-template-columns:1fr}.footer__newsletter .human-check__row{grid-template-columns:1fr}.footer__newsletter .human-check__input{text-align:left}}