:root{--blue:#0e5273;--blue-dark:#083b56;--green:#61ad35;--green-dark:#3f8f24;--mint:#eaf7ef;--sky:#eaf5fb;--ink:#163242;--muted:#647b89;--line:#dce7ec;--canvas:#f8fbfc;--white:#fff;font-family:DM Sans,sans-serif;color:var(--ink);background:var(--white);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid transparent;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:.2s}.site-header.scrolled{border-color:var(--line);box-shadow:0 8px 30px #113f550f}.header-inner{display:flex;align-items:center;min-height:84px;gap:2rem}.site-logo img{display:block;width:112px;max-height:58px;object-fit:contain}.site-nav{display:flex;align-items:center;gap:1.8rem;margin-left:auto}.site-nav a,.login-link{color:#466271;font-size:.86rem;font-weight:600}.site-nav a:hover,.login-link:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:1rem}.header-cta{display:flex;align-items:center;gap:.5rem;padding:.8rem 1rem;border-radius:11px;color:#fff;background:var(--blue);font-size:.82rem;font-weight:700;box-shadow:0 8px 20px #0e527333}.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:#fff}.menu-toggle span{display:block;width:18px;height:2px;margin:4px auto;background:var(--ink)}.home-hero{position:relative;overflow:hidden;padding:86px 0 92px;background:linear-gradient(145deg,#fbfefd,#f1f8fb 62%,#edf8f1)}.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-glow-one{width:520px;height:520px;right:-200px;top:-220px;background:radial-gradient(circle,rgba(95,176,52,.15),transparent 68%)}.hero-glow-two{width:500px;height:500px;left:-260px;bottom:-300px;background:radial-gradient(circle,rgba(15,94,131,.12),transparent 68%)}.hero-layout{position:relative;display:grid;grid-template-columns:1fr .92fr;align-items:center;gap:5rem}.hero-copy h1{margin:.2rem 0 1.4rem;font-family:Manrope,sans-serif;font-size:clamp(3.2rem,6vw,5.65rem);line-height:.98;letter-spacing:-.065em}.hero-copy h1 em{color:var(--blue);font-style:normal}.hero-copy>p{max-width:590px;margin:0;color:var(--muted);font-size:1.08rem;line-height:1.75}.hero-actions{display:flex;gap:.75rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.92rem 1.2rem;border-radius:12px;font-size:.84rem;font-weight:700;transition:.18s}.button-primary{color:#fff;background:linear-gradient(135deg,var(--blue),#0b6f87);box-shadow:0 12px 30px #0e527338}.button-primary:hover{transform:translateY(-2px)}.button-secondary{border:1px solid #cddce3;background:#fff}.hero-proof{display:flex;align-items:center;gap:1rem;margin-top:2.4rem}.proof-avatars{display:flex}.proof-avatars span{display:grid;width:35px;height:35px;margin-left:-8px;place-items:center;border:2px solid #fff;border-radius:50%;color:#fff;background:var(--blue);font-size:.59rem;font-weight:800}.proof-avatars span:first-child{margin:0}.proof-avatars span:nth-child(2){background:var(--green-dark)}.proof-avatars span:nth-child(3){background:#e1a036}.proof-avatars span:nth-child(4){background:#6c65aa}.hero-proof>div:not(.proof-avatars,.proof-divider){display:flex;flex-direction:column}.hero-proof strong{font-size:.78rem}.hero-proof small{color:#7b909b;font-size:.65rem}.proof-divider{width:1px;height:32px;background:var(--line)}.hero-visual{position:relative;min-height:535px}.visual-orbit{position:absolute;border:1px solid rgba(14,82,115,.1);border-radius:50%}.orbit-one{top:0;right:10px;bottom:0;left:40px}.orbit-two{top:62px;right:72px;bottom:62px;left:72px}.hero-dashboard{position:absolute;z-index:2;top:50%;left:50%;width:min(440px,90%);padding:1.35rem;border:1px solid rgba(14,82,115,.1);border-radius:24px;background:#fffffff5;box-shadow:0 35px 80px #18485e2e;transform:translate(-50%,-50%)}.dashboard-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem}.dashboard-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,var(--blue),var(--green));font-family:Manrope,sans-serif;font-weight:800}.dashboard-top>div,.dashboard-footer>div{display:flex;flex-direction:column}.dashboard-top strong{font-size:.82rem}.dashboard-top small,.dashboard-footer small{color:#80939d;font-size:.62rem}.dashboard-top b{padding:.35rem .55rem;border-radius:99px;color:var(--green-dark);background:var(--mint);font-size:.59rem}.dashboard-progress{margin:1.3rem 0;padding:1rem;border-radius:13px;background:#f6f9fa}.dashboard-progress>div:first-child{display:flex;justify-content:space-between;font-size:.68rem}.progress-bar{height:7px;margin-top:.65rem;border-radius:99px;background:#dce7e9}.progress-bar i{display:block;width:72%;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--green))}.dashboard-steps{display:flex;flex-direction:column}.dashboard-steps article{display:grid;grid-template-columns:auto 1fr;gap:.7rem;padding:.8rem 0;border-bottom:1px solid #edf2f4}.dashboard-steps article>span{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;color:#879ba5;background:#edf2f4;font-size:.65rem;font-weight:800}.dashboard-steps article>div{display:flex;flex-direction:column}.dashboard-steps strong{font-size:.72rem}.dashboard-steps small{color:#8ba0aa;font-size:.6rem}.dashboard-steps .complete>span{color:#fff;background:var(--green)}.dashboard-steps .active>span{color:var(--blue);background:var(--sky);box-shadow:inset 0 0 0 1px #c5e1ef}.dashboard-footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;margin-top:1rem}.agent-avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#fff;background:var(--blue);font-size:.58rem;font-weight:800}.dashboard-footer strong{font-size:.7rem}.dashboard-footer button,.dashboard-message{padding:.45rem .65rem;border:1px solid #cadddf;border-radius:8px;color:var(--blue);background:#fff;font-size:.62rem;font-weight:700;text-decoration:none;white-space:nowrap}.floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:.65rem;padding:.85rem;border:1px solid rgba(14,82,115,.1);border-radius:14px;background:#fff;box-shadow:0 18px 42px #18485e24}.filing-card{right:-22px;top:105px}.filing-card>span{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;color:#fff;background:var(--green)}.floating-card>div{display:flex;flex-direction:column}.floating-card strong{font-size:.7rem}.floating-card small{color:#8397a1;font-size:.58rem}.countries-card{bottom:70px;left:-25px;display:block}.countries-card>small{display:block;margin-bottom:.6rem}.countries-card>div{display:flex;gap:.35rem}.countries-card span{display:grid;width:31px;height:31px;place-items:center;border-radius:50%;color:var(--blue);background:var(--sky);font-size:.56rem;font-weight:800}.countries-card span:last-child{color:var(--green-dark);background:var(--mint)}.trust-strip{border-block:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid span{position:relative;padding:1.1rem 1rem 1.1rem 2rem;color:#496675;font-size:.73rem;font-weight:700;text-align:center}.trust-grid span:before{position:absolute;margin-left:-1.3rem;color:var(--green);content:"✓"}.services-section,.countries-section,.process-section,.reviews-section,.final-cta{padding:105px 0}.section-heading{max-width:620px}.section-heading.centered{margin:0 auto 3.5rem;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:.45rem;color:var(--green-dark);font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.eyebrow:before{width:20px;height:2px;background:var(--green);content:""}.section-heading h2{margin:.8rem 0 1rem;font-family:Manrope,sans-serif;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.08;letter-spacing:-.05em}.section-heading p{margin:0;color:var(--muted);line-height:1.75}.services-section{background:#fff}.services-grid-modern{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.modern-service{position:relative;display:flex;min-height:290px;flex-direction:column;padding:1.6rem;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 26px #133d510a;opacity:0;transform:translateY(15px);transition:.35s}.modern-service.revealed{opacity:1;transform:none}.modern-service:hover{border-color:#bdd7e2;box-shadow:0 20px 42px #133d5117;transform:translateY(-3px)}.featured-service{grid-row:span 2;min-height:596px;padding:2rem;background:linear-gradient(155deg,#f1f8fb,#f3faef)}.service-icon{display:grid;width:43px;height:43px;place-items:center;border-radius:12px;font-size:.65rem;font-weight:800}.service-icon.blue{color:var(--blue);background:var(--sky)}.service-icon.green{color:var(--green-dark);background:var(--mint)}.service-icon.lime{color:#507a19;background:#eff7da}.service-icon.sky{color:#21698a;background:#e7f4fa}.service-icon.amber{color:#8c6214;background:#fff3d8}.service-icon.violet{color:#62569b;background:#efedfa}.service-icon.rose{color:#9a5062;background:#faedf1}.modern-service h3{margin:1.3rem 0 .7rem;font-family:Manrope,sans-serif;font-size:1.18rem;letter-spacing:-.025em}.featured-service h3{font-size:1.65rem}.modern-service p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.7}.modern-service ul{display:grid;gap:.7rem;margin:2rem 0;padding:0;list-style:none}.modern-service li{position:relative;padding-left:1.35rem;color:#425d6c;font-size:.8rem}.modern-service li:before{position:absolute;left:0;color:var(--green);content:"✓"}.modern-service a{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1.3rem;border-top:1px solid var(--line);color:var(--blue);font-size:.75rem;font-weight:800}.countries-section{background:var(--canvas)}.countries-layout{display:grid;grid-template-columns:.72fr 1.28fr;align-items:start;gap:6rem}.text-link{display:inline-flex;gap:.5rem;margin-top:1.5rem;color:var(--blue);font-size:.8rem;font-weight:800}.country-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.country-cards article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1.35rem;border:1px solid var(--line);border-radius:17px;background:#fff;opacity:0;transform:translateY(14px);transition:.3s}.country-cards article.revealed{opacity:1;transform:none}.country-cards article:hover{border-color:#b9d4df;box-shadow:0 15px 30px #12415814}.country-code{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;font-size:.66rem;font-weight:800}.country-code.us{color:#225c80;background:#e8f3fa}.country-code.uk{color:#70476e;background:#f4edf5}.country-code.ca{color:#9a3e3e;background:#faeeee}.country-code.india{color:#527d2d;background:#eef7e7}.country-cards h3{margin:0 0 .35rem;font-size:.92rem}.country-cards p{margin:0;color:var(--muted);font-size:.7rem;line-height:1.5}.country-cards b{color:#8fa1aa}.process-section{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden}.process-grid article{position:relative;min-height:265px;padding:1.6rem;border-right:1px solid var(--line);opacity:0;transform:translateY(14px);transition:.35s}.process-grid article:last-child{border:0}.process-grid article.revealed{opacity:1;transform:none}.process-grid article>span{color:#9db0b9;font-size:.65rem;font-weight:800}.process-icon{display:grid;width:48px;height:48px;margin:2rem 0 1.4rem;place-items:center;border-radius:14px;color:var(--blue);background:var(--sky);font-size:1.1rem}.process-grid article:nth-child(2n) .process-icon{color:var(--green-dark);background:var(--mint)}.process-grid h3{margin:0 0 .65rem;font-family:Manrope,sans-serif;font-size:1rem}.process-grid p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.6}.portal-showcase{padding:95px 0;color:#fff;background:linear-gradient(130deg,var(--blue-dark),#0a6074 68%,#367f55)}.portal-showcase-inner{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:7rem}.eyebrow.light{color:#b7e6c8}.portal-showcase h2{max-width:600px;margin:1rem 0;font-family:Manrope,sans-serif;font-size:clamp(2.5rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.055em}.portal-showcase>div>div>p{max-width:560px;color:#c3d9df;line-height:1.7}.button-white{margin-top:1.5rem;color:var(--blue);background:#fff}.showcase-list{display:grid;gap:.75rem}.showcase-list article{display:grid;grid-template-columns:auto 1fr;gap:.8rem;padding:1rem;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:#ffffff14}.showcase-list article>span{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:var(--green-dark);background:#dff3e5;font-size:.65rem}.showcase-list strong{font-size:.82rem}.showcase-list p{margin:.2rem 0 0;color:#b9d2d8;font-size:.7rem}.reviews-section{overflow:hidden;background:#fff}.review-viewport{width:100%}.review-track{display:flex;width:max-content;gap:1rem;animation:reviews 78s linear infinite}.review-track:hover{animation-play-state:paused}.review-track article{display:flex;width:min(390px,82vw);min-height:290px;flex:0 0 auto;flex-direction:column;justify-content:space-between;padding:1.7rem;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 12px 30px #1241580f}.review-stars{color:#e8ad32;letter-spacing:.14em}.review-track blockquote{margin:1.6rem 0;color:#294757;font-family:Manrope,sans-serif;font-size:1rem;line-height:1.65}.review-track article>div:last-child{display:flex;align-items:center;gap:.7rem}.review-track article>div:last-child>span{display:grid;width:35px;height:35px;place-items:center;border-radius:50%;color:#fff;background:var(--blue);font-size:.58rem;font-weight:800}.review-track strong{display:flex;flex-direction:column;font-size:.72rem}.review-track small{margin-top:.12rem;color:#8a9da7;font-weight:500}.final-cta{background:linear-gradient(180deg,#f6fafb,#fff)}.final-cta-inner{display:grid;grid-template-columns:1fr .65fr;align-items:end;gap:4rem;padding:3.3rem;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:0 20px 50px #12415812}.final-cta span{color:var(--green-dark);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.final-cta h2{margin:.65rem 0 0;font-family:Manrope,sans-serif;font-size:clamp(2.2rem,4vw,3.7rem);letter-spacing:-.05em}.final-cta p{color:var(--muted);line-height:1.7}.final-cta .button span{color:inherit;letter-spacing:0}.site-footer{padding:70px 0 24px;color:#c5d5dc;background:#082b3b}.footer-main{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:3rem}.footer-brand img{width:125px;padding:.35rem;border-radius:10px;background:#fff}.footer-brand p{max-width:300px;color:#8fabb6;font-size:.78rem;line-height:1.7}.footer-main>div:not(.footer-brand){display:flex;flex-direction:column;gap:.7rem}.footer-main h3{margin:0 0 .45rem;color:#fff;font-size:.76rem}.footer-main a{color:#9db5bf;font-size:.72rem}.footer-main a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;margin-top:3.5rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.08);color:#6f909d;font-size:.65rem}@keyframes reviews{to{transform:translate(calc(-50% - .5rem))}}@media (max-width:960px){.site-nav{position:absolute;top:76px;right:20px;left:20px;display:none;align-items:stretch;flex-direction:column;gap:0;padding:.6rem;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 20px 40px #113f5526}.site-nav.open{display:flex}.site-nav a{padding:.8rem}.menu-toggle{display:block;margin-left:auto}.header-actions{margin-left:0}.login-link{display:inline-flex}.hero-layout,.countries-layout,.portal-showcase-inner{grid-template-columns:1fr}.hero-layout{gap:2rem}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.hero-visual{min-height:500px}.countries-layout,.portal-showcase-inner{gap:3rem}.services-grid-modern{grid-template-columns:repeat(2,1fr)}.featured-service{grid-row:auto;min-height:380px}.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid article:nth-child(2){border-right:0}.process-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.footer-main{grid-template-columns:1fr 1fr}.final-cta-inner{grid-template-columns:1fr}}@media (max-width:620px){.container{width:min(100% - 28px,1180px)}.header-inner{min-height:72px;gap:.65rem}.site-logo img{width:78px}.header-actions{gap:.55rem}.login-link{font-size:.72rem}.header-cta{display:inline-flex;padding:.65rem .75rem}.header-cta span{display:none}.home-hero{padding:58px 0 70px}.hero-copy h1{font-size:clamp(2.65rem,14vw,4rem)}.hero-copy>p{font-size:.95rem}.hero-actions{align-items:stretch;flex-direction:column}.hero-proof{flex-wrap:wrap}.proof-divider{display:none}.hero-visual{min-height:410px}.hero-dashboard{width:96%;padding:1rem}.floating-card{display:none}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid span{text-align:left}.services-section,.countries-section,.process-section,.reviews-section,.final-cta{padding:72px 0}.services-grid-modern,.country-cards,.process-grid{grid-template-columns:1fr}.featured-service{min-height:430px}.process-grid article{border-right:0!important;border-bottom:1px solid var(--line)!important}.process-grid article:last-child{border-bottom:0!important}.portal-showcase{padding:72px 0}.final-cta-inner{padding:1.6rem}.footer-main{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column;gap:.6rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.review-track{animation:none;overflow-x:auto}.modern-service,.country-cards article,.process-grid article{opacity:1;transform:none}}.header-inner{min-height:102px}.site-logo{display:flex;align-self:stretch;align-items:center;padding:.35rem 0}.site-logo img{width:160px;height:96px;max-height:96px;object-fit:contain;object-position:left center;filter:drop-shadow(0 6px 10px rgba(15,72,95,.06))}.footer-brand img{width:175px;max-height:150px;padding:0;border-radius:0;background:transparent;object-fit:contain}@media (max-width:620px){.header-inner{min-height:76px}.site-logo img{width:96px;height:64px;max-height:64px}.footer-brand img{width:132px}}.footer-main address{max-width:240px;margin:.2rem 0 0;color:#9db5bf;font-size:.7rem;font-style:normal;line-height:1.6}.footer-main address strong{display:block;margin-bottom:.25rem;color:#fff;font-size:.62rem;font-style:normal}.country-cards h3 a,.country-service-grid h3 a{color:inherit;text-decoration:none}.country-cards h3 a:hover,.country-service-grid h3 a:hover{color:var(--blue)}.floating-contact-rail{position:fixed;z-index:850;right:clamp(14px,2vw,28px);bottom:clamp(18px,3vw,32px);display:flex;align-items:flex-end;flex-direction:column;gap:10px;animation:floating-contact-enter .55s cubic-bezier(.2,.8,.2,1) both}.floating-contact-button{position:relative;display:grid;width:52px;height:52px;place-items:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;color:#fff;box-shadow:0 10px 26px #082b3b33;isolation:isolate;text-decoration:none;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,filter .25s ease}.floating-contact-button.email{background:linear-gradient(145deg,#19a999,#0f766e)}.floating-contact-button.us-call{border-color:#fff;background:linear-gradient(145deg,#fff 0,#fff 50%,#b31942 50%,#b31942);box-shadow:inset 0 0 0 2px #ffffffeb,0 10px 26px #082b3b33}.floating-contact-button.india-call{background:linear-gradient(145deg,#f93 0,#f93 48%,#138808 48%,#138808)}.floating-contact-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.floating-contact-button.us-call svg{color:#0a3161;filter:drop-shadow(0 1px 0 rgba(255,255,255,.55))}.floating-contact-button.us-call>span{color:#fff;background:#b31942}.floating-contact-button.india-call>span{color:#fff;background:#138808}.floating-contact-button>span{position:absolute;right:-4px;bottom:-3px;display:grid;min-width:24px;height:18px;padding:0 4px;place-items:center;border:2px solid #fff;border-radius:999px;color:#17394d;background:#fff;box-shadow:0 4px 10px #082b3b29;font:800 8px/1 DM Sans,Arial,sans-serif;letter-spacing:.04em}.floating-contact-button:before{position:absolute;right:calc(100% + 11px);width:max-content;max-width:245px;padding:8px 11px;border:1px solid rgba(14,82,115,.12);border-radius:9px;color:#234b60;background:#fffffff7;box-shadow:0 8px 22px #082b3b24;content:attr(data-label);font:700 11px/1.2 DM Sans,Arial,sans-serif;opacity:0;pointer-events:none;transform:translate(8px);transition:opacity .2s ease,transform .25s cubic-bezier(.2,.8,.2,1);white-space:nowrap}.floating-contact-button:hover,.floating-contact-button:focus-visible{outline:none;box-shadow:0 14px 32px #082b3b47;filter:saturate(1.08);transform:translateY(-3px) scale(1.06)}.floating-contact-button.us-call:hover,.floating-contact-button.us-call:focus-visible{box-shadow:inset 0 0 0 2px #ffffffeb,0 14px 32px #082b3b47}.floating-contact-button:hover:before,.floating-contact-button:focus-visible:before{opacity:1;transform:none}.floating-contact-button.us-call:hover svg,.floating-contact-button.india-call:hover svg,.floating-contact-button.us-call:focus-visible svg,.floating-contact-button.india-call:focus-visible svg{animation:floating-phone-ring .45s ease}@keyframes floating-contact-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes floating-phone-ring{0%,to{transform:rotate(0)}30%{transform:rotate(11deg)}65%{transform:rotate(-9deg)}}@media (max-width:620px){.floating-contact-rail{right:12px;bottom:14px;gap:8px}.floating-contact-button{width:46px;height:46px}.floating-contact-button svg{width:20px;height:20px}.floating-contact-button:before{display:none}}@media (prefers-reduced-motion:reduce){.floating-contact-rail,.floating-contact-button,.floating-contact-button svg{animation:none!important;transition:none!important}}
