.InvoiceSubmissionForm-module__Ktz5Ya__card{border:1px solid var(--accent);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow);padding:2rem}.InvoiceSubmissionForm-module__Ktz5Ya__header{margin-bottom:var(--space-3)}.InvoiceSubmissionForm-module__Ktz5Ya__title{margin-bottom:.45rem;font-size:clamp(1.25rem,2vw,1.55rem)}.InvoiceSubmissionForm-module__Ktz5Ya__description{max-width:56ch;color:var(--muted)}.InvoiceSubmissionForm-module__Ktz5Ya__form{gap:1rem;display:grid}.InvoiceSubmissionForm-module__Ktz5Ya__fieldRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.InvoiceSubmissionForm-module__Ktz5Ya__field{gap:.55rem;display:grid}.InvoiceSubmissionForm-module__Ktz5Ya__optionalFieldHeader{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.InvoiceSubmissionForm-module__Ktz5Ya__label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:600}.InvoiceSubmissionForm-module__Ktz5Ya__input,.InvoiceSubmissionForm-module__Ktz5Ya__textarea{border:1px solid var(--accent);border-radius:var(--radius-sm);width:100%;min-height:50px;color:var(--text);transition:border-color var(--motion-fast),background-color var(--motion-fast);background:#0f0f0f;padding:.9rem 1rem;font-size:.95rem}.InvoiceSubmissionForm-module__Ktz5Ya__input:focus,.InvoiceSubmissionForm-module__Ktz5Ya__textarea:focus{background:var(--card);border-color:#ffffff47;outline:none}.InvoiceSubmissionForm-module__Ktz5Ya__textarea{resize:vertical;min-height:120px}.InvoiceSubmissionForm-module__Ktz5Ya__addOptionalButton,.InvoiceSubmissionForm-module__Ktz5Ya__optionalToggle{color:#ffffffb8;cursor:pointer;letter-spacing:.02em;background:0 0;border:none;align-self:start;padding:0;font-size:.78rem;font-weight:500}.InvoiceSubmissionForm-module__Ktz5Ya__addOptionalButton{justify-self:start}.InvoiceSubmissionForm-module__Ktz5Ya__addOptionalButton:hover,.InvoiceSubmissionForm-module__Ktz5Ya__optionalToggle:hover{color:#ffffffeb}.InvoiceSubmissionForm-module__Ktz5Ya__dropzone{border:1px dashed var(--accent);border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--motion-fast),background-color var(--motion-fast);background:#0f0f0f;gap:.45rem;padding:1.25rem;display:grid}.InvoiceSubmissionForm-module__Ktz5Ya__dropzone:hover{background:#ffffff08;border-color:#ffffff38}.InvoiceSubmissionForm-module__Ktz5Ya__dropzoneTitle{font-weight:600}.InvoiceSubmissionForm-module__Ktz5Ya__dropzoneHint,.InvoiceSubmissionForm-module__Ktz5Ya__acceptedFiles,.InvoiceSubmissionForm-module__Ktz5Ya__privacyNote{color:var(--muted);font-size:.84rem}.InvoiceSubmissionForm-module__Ktz5Ya__acceptedFiles{margin-top:.2rem}.InvoiceSubmissionForm-module__Ktz5Ya__fileList{gap:.7rem;display:grid}.InvoiceSubmissionForm-module__Ktz5Ya__fileItem{border:1px solid var(--accent);border-radius:var(--radius-sm);background:#0f0f0f;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 1rem;display:flex}.InvoiceSubmissionForm-module__Ktz5Ya__fileInfo{flex:1;gap:.35rem;min-width:0;display:grid}.InvoiceSubmissionForm-module__Ktz5Ya__fileName{text-overflow:ellipsis;white-space:nowrap;color:#ffffffd1;overflow:hidden}.InvoiceSubmissionForm-module__Ktz5Ya__fileRemove{color:#ffffff9e;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;background:0 0;border:none;font-size:.76rem}.InvoiceSubmissionForm-module__Ktz5Ya__uploadStatus{gap:.3rem;display:grid}.InvoiceSubmissionForm-module__Ktz5Ya__uploadBar{background:#ffffff14;border-radius:999px;height:6px;position:relative;overflow:hidden}.InvoiceSubmissionForm-module__Ktz5Ya__uploadBar:after{content:"";background:#ffffff73;position:absolute;inset:0;transform:translate(-100%)}.InvoiceSubmissionForm-module__Ktz5Ya__uploadBar[data-status=uploading]:after{animation:1.2s infinite InvoiceSubmissionForm-module__Ktz5Ya__uploadSlide}.InvoiceSubmissionForm-module__Ktz5Ya__uploadBar[data-status=success]:after{background:#42d07f;transform:translate(0)}.InvoiceSubmissionForm-module__Ktz5Ya__uploadBar[data-status=error]:after{background:#ff7373;transform:translate(0)}.InvoiceSubmissionForm-module__Ktz5Ya__uploadText{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.67rem}.InvoiceSubmissionForm-module__Ktz5Ya__uploadStatus[data-status=success] .InvoiceSubmissionForm-module__Ktz5Ya__uploadText{color:#42d07f}.InvoiceSubmissionForm-module__Ktz5Ya__uploadStatus[data-status=error] .InvoiceSubmissionForm-module__Ktz5Ya__uploadText{color:#ff7373}.InvoiceSubmissionForm-module__Ktz5Ya__actions{justify-content:flex-start;margin-top:.25rem;display:flex}.InvoiceSubmissionForm-module__Ktz5Ya__actions .btn{min-width:230px}.InvoiceSubmissionForm-module__Ktz5Ya__error{color:#f1b5b5;font-size:.92rem}.InvoiceSubmissionForm-module__Ktz5Ya__privacyNote{margin-top:.1rem}.InvoiceSubmissionForm-module__Ktz5Ya__success{border-radius:var(--radius-md);color:#ffffffd1;background:#42d07f14;border:1px solid #42d07f57;gap:.45rem;padding:1.25rem 1.35rem;display:grid}.InvoiceSubmissionForm-module__Ktz5Ya__successTitle{color:#fff;font-weight:600}@media (max-width:760px){.InvoiceSubmissionForm-module__Ktz5Ya__card{padding:1.25rem}.InvoiceSubmissionForm-module__Ktz5Ya__fieldRow{grid-template-columns:1fr}.InvoiceSubmissionForm-module__Ktz5Ya__actions .btn{width:100%;min-width:0}.InvoiceSubmissionForm-module__Ktz5Ya__fileItem{flex-direction:column;align-items:stretch}}@keyframes InvoiceSubmissionForm-module__Ktz5Ya__uploadSlide{0%{transform:translate(-100%)}50%{transform:translate(-30%)}to{transform:translate(100%)}}
.SwitchPage-module__IvTo2W__page{background:var(--bg);min-height:100vh;color:var(--text)}.SwitchPage-module__IvTo2W__header{z-index:20;border-bottom:1px solid var(--accent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050505f0;position:sticky;top:0}.SwitchPage-module__IvTo2W__headerInner{justify-content:center;align-items:center;padding:1.25rem 0;display:flex}.SwitchPage-module__IvTo2W__logo{justify-content:center;align-items:center;display:inline-flex}.SwitchPage-module__IvTo2W__logo img{filter:brightness(0)invert()}.SwitchPage-module__IvTo2W__hero{padding:calc(var(--space-5)*.5)0 var(--space-5);border-bottom:1px solid var(--accent)}.SwitchPage-module__IvTo2W__heroGrid{gap:var(--space-5);grid-template-columns:minmax(0,.95fr) minmax(340px,.9fr);align-items:start;display:grid;position:relative}.SwitchPage-module__IvTo2W__heroCopy{min-width:0}.SwitchPage-module__IvTo2W__heroCopy h1{max-width:10ch;margin-bottom:var(--space-2);letter-spacing:-.04em;text-wrap:balance;font-size:clamp(2.8rem,4.8vw,4.3rem);font-weight:400;line-height:.95}.SwitchPage-module__IvTo2W__keepTogether{white-space:nowrap}.SwitchPage-module__IvTo2W__heroLine{white-space:normal;display:block}.SwitchPage-module__IvTo2W__subhead{max-width:52ch;margin-bottom:var(--space-3);color:#ffffffa8;text-wrap:pretty;font-size:1.05rem;line-height:1.5}.SwitchPage-module__IvTo2W__subheadLineDesktop{display:inline}.SwitchPage-module__IvTo2W__heroBullets{margin:0 0 var(--space-3);gap:.8rem;padding:0;list-style:none;display:grid}.SwitchPage-module__IvTo2W__heroBullets li{color:#ffffffd6;align-items:flex-start;gap:.75rem;display:flex}.SwitchPage-module__IvTo2W__heroBullets li:before{content:"";background:#ffffffb8;border-radius:999px;width:5px;height:5px;margin-top:.58rem}.SwitchPage-module__IvTo2W__heroActions{gap:var(--space-2);flex-wrap:wrap;align-items:center;max-width:32rem;display:flex}.SwitchPage-module__IvTo2W__heroCta{text-align:center;min-width:0}.SwitchPage-module__IvTo2W__trustText{max-width:42ch;margin-top:var(--space-2);color:var(--muted);font-size:.9rem}.SwitchPage-module__IvTo2W__heroMedia,.SwitchPage-module__IvTo2W__formCard{border:1px solid var(--accent);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow)}.SwitchPage-module__IvTo2W__heroMedia{justify-content:center;display:flex;position:relative;overflow:hidden}.SwitchPage-module__IvTo2W__heroVideoFrame{width:100%;position:relative}.SwitchPage-module__IvTo2W__heroVideo{-o-object-fit:contain;object-fit:contain;background:#090909;width:100%;height:auto;display:block}.SwitchPage-module__IvTo2W__storyOverlay{pointer-events:none;background:linear-gradient(#00000057 0%,#00000014 22%,#0000 42%),linear-gradient(#0000 66%,#0000001f 82%,#00000061 100%);flex-direction:column;justify-content:space-between;gap:.9rem;padding:1rem;display:flex;position:absolute;inset:0}.SwitchPage-module__IvTo2W__storyBarTrack{background:#ffffff47;border-radius:999px;height:3px;position:relative;overflow:hidden}.SwitchPage-module__IvTo2W__storyBarTrack:after{content:"";width:var(--story-progress,0%);border-radius:inherit;background:#ffffffe0;position:absolute;inset:0 auto 0 0}.SwitchPage-module__IvTo2W__storyHeader{color:#fff;align-items:center;gap:.75rem;display:flex}.SwitchPage-module__IvTo2W__storyTop{gap:.9rem;display:grid}.SwitchPage-module__IvTo2W__storyAvatar{letter-spacing:.06em;background:#00000073;border:1px solid #ffffff38;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.72rem;font-weight:700;display:inline-flex}.SwitchPage-module__IvTo2W__storyMeta{gap:.08rem;min-width:0;display:grid}.SwitchPage-module__IvTo2W__storyMeta strong{letter-spacing:.01em;font-size:.86rem;font-weight:600}.SwitchPage-module__IvTo2W__storyFooter{pointer-events:auto;align-items:center;gap:.75rem;display:flex}.SwitchPage-module__IvTo2W__storyReplyField{pointer-events:auto;color:#fffffff0;letter-spacing:.01em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1a1a1a2e;border:2px solid #ffffffb3;border-radius:999px;flex:1;align-items:center;min-width:0;min-height:56px;padding:0 1.45rem;font-size:.92rem;font-weight:500;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff0f}.SwitchPage-module__IvTo2W__storyReplyField:hover{opacity:1;background:#ffffff14;border-color:#ffffffd1}.SwitchPage-module__IvTo2W__storyReplyField span{text-overflow:ellipsis;white-space:nowrap;color:#fffc;min-width:0;display:block;overflow:hidden}.SwitchPage-module__IvTo2W__storyActions{flex:none;align-items:center;gap:.32rem;display:flex}.SwitchPage-module__IvTo2W__storyReactionWrap{align-items:center;display:inline-flex;position:relative}.SwitchPage-module__IvTo2W__storyAction{pointer-events:auto;color:#fffffff5;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:inline-flex}.SwitchPage-module__IvTo2W__storyAction:hover{opacity:1}.SwitchPage-module__IvTo2W__storyActionHeart{z-index:1;position:relative}.SwitchPage-module__IvTo2W__storyActionActive{color:#ff5b7f}.SwitchPage-module__IvTo2W__storyReactionBurst{pointer-events:none;width:0;height:0;position:absolute;bottom:22px;right:50%}.SwitchPage-module__IvTo2W__storyReactionHeart{color:#ff5b7f;opacity:0;text-shadow:0 4px 18px #ff5b7f73;font-size:1.05rem;line-height:1;animation:.9s cubic-bezier(.18,.8,.24,1) forwards SwitchPage-module__IvTo2W__storyHeartFloat;position:absolute;bottom:0;right:0}.SwitchPage-module__IvTo2W__storyReactionHeartOne{--story-heart-x:-4px;--story-heart-y:-58px;--story-heart-scale:.92;animation-delay:0s}.SwitchPage-module__IvTo2W__storyReactionHeartTwo{--story-heart-x:-18px;--story-heart-y:-90px;--story-heart-scale:1.05;animation-delay:70ms}.SwitchPage-module__IvTo2W__storyReactionHeartThree{--story-heart-x:14px;--story-heart-y:-78px;--story-heart-scale:.88;animation-delay:.11s}.SwitchPage-module__IvTo2W__storyReactionHeartFour{--story-heart-x:4px;--story-heart-y:-110px;--story-heart-scale:1.12;animation-delay:.16s}@keyframes SwitchPage-module__IvTo2W__storyHeartFloat{0%{opacity:0;transform:translate(0)scale(.3)}18%{opacity:1;transform:translateY(-10px)scale(.92)}to{opacity:0;transform:translate(var(--story-heart-x,0),var(--story-heart-y,-72px))scale(var(--story-heart-scale,1))}}.SwitchPage-module__IvTo2W__heroVideoFallback{padding:var(--space-3);background:linear-gradient(#ffffff0a,#ffffff04),linear-gradient(135deg,#111,#050505 68%);align-content:space-between;gap:1.5rem;min-height:420px;display:grid}.SwitchPage-module__IvTo2W__heroVideoBadge{border:1px solid var(--accent);color:#ffffffc7;letter-spacing:.12em;text-transform:uppercase;border-radius:999px;justify-self:start;padding:.38rem .75rem;font-size:.68rem}.SwitchPage-module__IvTo2W__heroVideoCenter{align-content:center;justify-items:start;gap:1rem;display:grid}.SwitchPage-module__IvTo2W__heroVideoCenter svg{color:#ffffffeb}.SwitchPage-module__IvTo2W__heroVideoCenter h3{margin-bottom:.45rem;font-size:1.55rem;line-height:1.05}.SwitchPage-module__IvTo2W__heroVideoCenter p{color:#ffffffad;max-width:28ch}.SwitchPage-module__IvTo2W__heroVideoMeta{flex-wrap:wrap;gap:.6rem;display:flex}.SwitchPage-module__IvTo2W__heroVideoMeta span{border:1px solid var(--accent);color:#ffffffbd;background:#ffffff08;border-radius:999px;padding:.4rem .7rem;font-size:.76rem}.SwitchPage-module__IvTo2W__formCard{align-self:stretch}.SwitchPage-module__IvTo2W__section{padding:var(--space-5)0}.SwitchPage-module__IvTo2W__formSection{border-bottom:1px solid var(--accent)}.SwitchPage-module__IvTo2W__formSectionHeader{max-width:62ch;margin-bottom:var(--space-4)}.SwitchPage-module__IvTo2W__formSectionHeader h2{margin-bottom:var(--space-2);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:400;line-height:1}.SwitchPage-module__IvTo2W__sectionHeader{max-width:72ch;margin-bottom:var(--space-4)}.SwitchPage-module__IvTo2W__sectionHeader h2{margin-bottom:var(--space-2);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:400;line-height:1}.SwitchPage-module__IvTo2W__sectionIntro{max-width:62ch;color:var(--muted)}.SwitchPage-module__IvTo2W__cardGrid{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.SwitchPage-module__IvTo2W__reasonCard,.SwitchPage-module__IvTo2W__detailCard,.SwitchPage-module__IvTo2W__faqWrap{border:1px solid var(--accent);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow)}.SwitchPage-module__IvTo2W__reasonCard{padding:var(--space-3)}.SwitchPage-module__IvTo2W__reasonIcon{border:1px solid var(--accent);border-radius:var(--radius-sm);color:#ffffffdb;background:#111;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:.9rem;display:inline-flex}.SwitchPage-module__IvTo2W__reasonCard h3{margin-bottom:.55rem;font-size:1.05rem}.SwitchPage-module__IvTo2W__reasonCard p{color:var(--muted)}.SwitchPage-module__IvTo2W__detailsGrid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.SwitchPage-module__IvTo2W__detailCard{padding:var(--space-3)}.SwitchPage-module__IvTo2W__detailCard h3{margin:0 0 .7rem;font-size:1.5rem}.SwitchPage-module__IvTo2W__detailCopy{color:var(--muted);margin-bottom:1rem}.SwitchPage-module__IvTo2W__detailList{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.SwitchPage-module__IvTo2W__detailList li{color:#ffffffd6;align-items:flex-start;gap:.75rem;display:flex}.SwitchPage-module__IvTo2W__detailList li:before{content:"";background:#ffffffb8;border-radius:999px;width:5px;height:5px;margin-top:.58rem}.SwitchPage-module__IvTo2W__faqWrap{padding:var(--space-4)}.SwitchPage-module__IvTo2W__faqHeader{margin-bottom:var(--space-3)}.SwitchPage-module__IvTo2W__faqHeader h2{font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1}.SwitchPage-module__IvTo2W__inlineHeading{white-space:nowrap}.SwitchPage-module__IvTo2W__faqList{gap:.85rem;display:grid}.SwitchPage-module__IvTo2W__faqItem{border-top:1px solid var(--accent);padding-top:.95rem}.SwitchPage-module__IvTo2W__faqItem:first-child{border-top:none;padding-top:0}.SwitchPage-module__IvTo2W__faqQuestion{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;font-weight:500}.SwitchPage-module__IvTo2W__faqItemOpen .SwitchPage-module__IvTo2W__faqQuestion{color:#fffffff5}.SwitchPage-module__IvTo2W__faqAnswer{opacity:0;max-height:0;color:var(--muted);pointer-events:none;transition:max-height var(--motion-fast),opacity var(--motion-fast),transform var(--motion-fast),margin-top var(--motion-fast);margin-top:0;overflow:hidden;transform:translateY(-4px)}.SwitchPage-module__IvTo2W__faqQuestion:focus-visible{outline-offset:6px;outline:2px solid #ffffff3d}.SwitchPage-module__IvTo2W__faqAnswerOpen{opacity:1;pointer-events:auto;max-height:120px;margin-top:.35rem;transform:translateY(0)}@media (max-width:980px){.SwitchPage-module__IvTo2W__heroGrid{gap:var(--space-3);grid-template-columns:minmax(0,.96fr) minmax(280px,.88fr);align-items:center}.SwitchPage-module__IvTo2W__heroMedia{justify-self:end;width:fit-content;max-width:100%}.SwitchPage-module__IvTo2W__heroVideoFrame{width:fit-content;max-width:100%}.SwitchPage-module__IvTo2W__heroVideo{width:auto;max-width:100%}.SwitchPage-module__IvTo2W__cardGrid,.SwitchPage-module__IvTo2W__detailsGrid{grid-template-columns:1fr}.SwitchPage-module__IvTo2W__heroCopy h1{max-width:14ch;font-size:clamp(2.2rem,7vw,3.2rem);line-height:1}.SwitchPage-module__IvTo2W__subhead span{display:block}.SwitchPage-module__IvTo2W__heroActions{gap:.7rem}.SwitchPage-module__IvTo2W__heroCta{width:100%}.SwitchPage-module__IvTo2W__heroActions .btn-secondary{width:100%}.SwitchPage-module__IvTo2W__heroVideoFallback{min-height:360px}}@media (min-width:981px){.SwitchPage-module__IvTo2W__heroLine{white-space:nowrap}.SwitchPage-module__IvTo2W__heroCopy h1{max-width:11.5ch;font-size:clamp(2.6rem,4.2vw,3.9rem)}.SwitchPage-module__IvTo2W__subheadLineDesktop{display:block}.SwitchPage-module__IvTo2W__heroGrid{align-items:center}.SwitchPage-module__IvTo2W__heroMedia{justify-content:center;justify-self:center;align-items:center;width:fit-content;max-width:100%;display:flex}.SwitchPage-module__IvTo2W__heroVideoFrame{width:fit-content;max-width:min(100%,calc((100vh - 150px)*var(--video-ratio,.5625)))}.SwitchPage-module__IvTo2W__heroVideo{width:auto;max-width:100%;max-height:calc(100vh - 150px)}.SwitchPage-module__IvTo2W__storyReplyField{font-size:.86rem}.SwitchPage-module__IvTo2W__storyAction{width:42px;height:42px}.SwitchPage-module__IvTo2W__storyAction svg{width:24px;height:24px}}@media (max-width:760px){.SwitchPage-module__IvTo2W__headerInner{padding:1rem 0}.SwitchPage-module__IvTo2W__hero,.SwitchPage-module__IvTo2W__section{padding:var(--space-4)0}.SwitchPage-module__IvTo2W__hero{padding:calc(var(--space-4)*.5)0 var(--space-4)}.SwitchPage-module__IvTo2W__heroGrid{grid-template-columns:1fr;align-items:end;min-height:78vh;position:static}.SwitchPage-module__IvTo2W__heroCopy h1{max-width:none}.SwitchPage-module__IvTo2W__heroCopy{z-index:2;padding:1.5rem 0;position:relative}.SwitchPage-module__IvTo2W__heroActions{flex-direction:column;align-items:stretch}.SwitchPage-module__IvTo2W__heroCta{width:100%}.SwitchPage-module__IvTo2W__heroActions .btn-secondary{width:100%}.SwitchPage-module__IvTo2W__reasonCard,.SwitchPage-module__IvTo2W__detailCard,.SwitchPage-module__IvTo2W__faqWrap,.SwitchPage-module__IvTo2W__formCard{padding:1.25rem}.SwitchPage-module__IvTo2W__inlineHeading,.SwitchPage-module__IvTo2W__keepTogether,.SwitchPage-module__IvTo2W__heroLine{white-space:normal}.SwitchPage-module__IvTo2W__hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#05050561 0%,#0505058a 28%,#050505d1 72%,#050505f0 100%);position:absolute;inset:0}.SwitchPage-module__IvTo2W__hero{position:relative;overflow:hidden}.SwitchPage-module__IvTo2W__heroMedia{z-index:0;width:100vw;max-width:none;box-shadow:none;background:0 0;border:none;border-radius:0;align-items:stretch;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.SwitchPage-module__IvTo2W__heroVideoFrame{width:100%;max-width:none;height:100%}.SwitchPage-module__IvTo2W__heroVideo{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;min-height:100%}.SwitchPage-module__IvTo2W__storyOverlay{display:none}.SwitchPage-module__IvTo2W__heroVideoFallback{border-radius:0;height:100%;min-height:100%}}
.UploadInvoice-module__DkOXSG__page{background:var(--bg);min-height:100vh;color:var(--text)}.UploadInvoice-module__DkOXSG__header{z-index:20;border-bottom:1px solid var(--accent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050505f0;position:sticky;top:0}.UploadInvoice-module__DkOXSG__headerInner{justify-content:center;align-items:center;padding:1.25rem 0;display:flex}.UploadInvoice-module__DkOXSG__logo{justify-content:center;align-items:center;display:inline-flex}.UploadInvoice-module__DkOXSG__logo img{filter:brightness(0)invert()}.UploadInvoice-module__DkOXSG__hero{padding:var(--space-5)0}.UploadInvoice-module__DkOXSG__heroGrid{gap:var(--space-5);grid-template-columns:minmax(0,.95fr) minmax(340px,.9fr);align-items:start;display:grid}.UploadInvoice-module__DkOXSG__heroCopy h1{max-width:10ch;margin-bottom:var(--space-2);letter-spacing:-.04em;font-size:clamp(2.8rem,5.5vw,4.8rem);font-weight:400;line-height:.95}.UploadInvoice-module__DkOXSG__subhead{max-width:56ch;margin-bottom:var(--space-3);color:#ffffffa8;font-size:1.05rem}.UploadInvoice-module__DkOXSG__heroBullets{gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.UploadInvoice-module__DkOXSG__heroBullets li{color:#ffffffd6;align-items:flex-start;gap:.75rem;display:flex}.UploadInvoice-module__DkOXSG__heroBullets li:before{content:"";background:#ffffffb8;border-radius:999px;width:5px;height:5px;margin-top:.58rem}.UploadInvoice-module__DkOXSG__trustText{max-width:42ch;margin-top:var(--space-2);color:var(--muted);font-size:.9rem}.UploadInvoice-module__DkOXSG__formCard{align-self:stretch}@media (max-width:980px){.UploadInvoice-module__DkOXSG__heroGrid{grid-template-columns:1fr}.UploadInvoice-module__DkOXSG__heroCopy h1{max-width:12ch}}@media (max-width:760px){.UploadInvoice-module__DkOXSG__headerInner{padding:1rem 0}.UploadInvoice-module__DkOXSG__hero{padding:var(--space-4)0}.UploadInvoice-module__DkOXSG__heroCopy h1{max-width:none}}
