.Navbar-module__cJzEcG__nav{z-index:1000;height:var(--nav-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a1628f2;border-bottom:1px solid #c9a84c1a;transition:background .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{color:var(--color-white);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Navbar-module__cJzEcG__logoAccent{color:var(--color-accent)}.Navbar-module__cJzEcG__desktopLinks{gap:2.5rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--color-text-light);letter-spacing:.02em;padding-bottom:4px;font-size:.875rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__cJzEcG__link:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__link:hover,.Navbar-module__cJzEcG__linkActive{color:var(--color-accent)}.Navbar-module__cJzEcG__linkActive:after{width:100%}.Navbar-module__cJzEcG__burger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;padding:0;display:none;position:relative}.Navbar-module__cJzEcG__burgerLine{background:var(--color-white);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:transform .35s cubic-bezier(.77,0,.18,1),opacity .25s,background .25s;display:block}.Navbar-module__cJzEcG__burgerOpen .Navbar-module__cJzEcG__burgerLine:first-child{background:var(--color-accent);transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__burgerOpen .Navbar-module__cJzEcG__burgerLine:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__burgerOpen .Navbar-module__cJzEcG__burgerLine:nth-child(3){background:var(--color-accent);transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__overlay{z-index:1040;opacity:0;visibility:hidden;background:#00000080;transition:opacity .35s,visibility .35s;position:fixed;inset:0}.Navbar-module__cJzEcG__overlayVisible{opacity:1;visibility:visible}.Navbar-module__cJzEcG__panel{z-index:1050;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:280px;max-width:80vw;padding-top:calc(var(--nav-height) + 2rem);background:#0a1628fa;border-left:1px solid #c9a84c26;transition:transform .4s cubic-bezier(.16,1,.3,1);display:none;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.Navbar-module__cJzEcG__panelOpen{transform:translate(0)}.Navbar-module__cJzEcG__panelLinks{flex-direction:column;gap:0;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__panelItem{opacity:0;transition:opacity .35s,transform .35s;transform:translate(20px)}.Navbar-module__cJzEcG__panelOpen .Navbar-module__cJzEcG__panelItem{opacity:1;transform:translate(0)}.Navbar-module__cJzEcG__panelLink{color:var(--color-text-light);letter-spacing:.01em;border-bottom:1px solid #ffffff0f;padding:1rem 0;font-size:1.125rem;font-weight:500;transition:color .2s,padding-left .2s;display:block}.Navbar-module__cJzEcG__panelLink:hover{color:var(--color-accent);padding-left:.5rem}.Navbar-module__cJzEcG__panelLinkActive{color:var(--color-accent);border-bottom-color:#c9a84c4d}@media (max-width:768px){.Navbar-module__cJzEcG__desktopLinks{display:none}.Navbar-module__cJzEcG__burger{display:flex}.Navbar-module__cJzEcG__panel{display:block}}
.Footer-module__S6Hkya__footer{z-index:1;color:var(--color-text-light);background:linear-gradient(135deg,#0a1628eb 0%,#162040eb 50%,#1a2a4aeb 100%);padding:4rem 2rem 2rem;position:relative}.Footer-module__S6Hkya__inner{max-width:var(--max-width);margin:0 auto}.Footer-module__S6Hkya__top{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:3rem;display:flex}.Footer-module__S6Hkya__brand{max-width:320px}.Footer-module__S6Hkya__logo{color:var(--color-white);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.Footer-module__S6Hkya__logoAccent{color:var(--color-accent)}.Footer-module__S6Hkya__brandDescription{color:var(--color-gray);font-size:.875rem;line-height:1.7}.Footer-module__S6Hkya__columns{gap:4rem;display:flex}.Footer-module__S6Hkya__column h4{text-transform:uppercase;letter-spacing:.12em;color:var(--color-white);margin-bottom:1rem;font-size:.75rem;font-weight:600}.Footer-module__S6Hkya__column a{color:var(--color-gray);margin-bottom:.65rem;font-size:.875rem;transition:color .2s;display:block}.Footer-module__S6Hkya__column a:hover{color:var(--color-accent)}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__S6Hkya__copyright{color:var(--color-gray);font-size:.8rem}.Footer-module__S6Hkya__socials{gap:1.25rem;display:flex}.Footer-module__S6Hkya__socials a{color:var(--color-gray);font-size:.8rem;transition:color .2s}.Footer-module__S6Hkya__socials a:hover{color:var(--color-accent)}@media (max-width:768px){.Footer-module__S6Hkya__top{flex-direction:column}.Footer-module__S6Hkya__columns{gap:2.5rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:1rem}}
.BackToTop-module__9O7_lG__btn{z-index:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:44px;height:44px;color:var(--color-accent);cursor:pointer;opacity:0;visibility:hidden;background:#0a1628e6;border:1px solid #c9a84c4d;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s,transform .3s,background .2s,border-color .2s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(10px)}.BackToTop-module__9O7_lG__btn:hover{border-color:var(--color-accent);background:#c9a84c26}.BackToTop-module__9O7_lG__visible{opacity:1;visibility:visible;transform:translateY(0)}
.legal-module__8113wq__page{z-index:1;background:var(--color-primary);min-height:100vh;padding:calc(var(--nav-height) + 4rem)2rem 4rem;position:relative}.legal-module__8113wq__inner{max-width:760px;margin:0 auto}.legal-module__8113wq__backLink{color:var(--color-accent);align-items:center;gap:.4rem;margin-bottom:2.5rem;font-size:.85rem;transition:gap .2s;display:inline-flex}.legal-module__8113wq__backLink:hover{gap:.7rem}.legal-module__8113wq__title{color:var(--color-white);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.legal-module__8113wq__updated{color:var(--color-gray);margin-bottom:3rem;font-size:.85rem}.legal-module__8113wq__legalNav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.legal-module__8113wq__legalNavLinks{gap:1.25rem;display:flex}.legal-module__8113wq__legalNavLinks a{color:var(--color-text-light);font-size:.85rem;text-decoration:none;transition:color .2s}.legal-module__8113wq__legalNavLinks a:hover{color:var(--color-accent)}.legal-module__8113wq__legalFooter{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:4rem;padding-top:2rem;display:flex}.legal-module__8113wq__legalFooter a{color:var(--color-text-light);font-size:.85rem;text-decoration:none;transition:color .2s}.legal-module__8113wq__legalFooter a:hover{color:var(--color-accent)}.legal-module__8113wq__legalFooter p{color:var(--color-gray);font-size:.8rem}.legal-module__8113wq__content h2{color:var(--color-white);margin-top:2.5rem;margin-bottom:.75rem;font-size:1.3rem;font-weight:600}.legal-module__8113wq__content h3{color:var(--color-white);margin-top:1.75rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.legal-module__8113wq__content p{color:var(--color-text-light);margin-bottom:1rem;font-size:.95rem;line-height:1.75}.legal-module__8113wq__content ul{margin-bottom:1rem;padding-left:1.5rem;list-style:outside}.legal-module__8113wq__content li{color:var(--color-text-light);margin-bottom:.35rem;font-size:.95rem;line-height:1.75}.legal-module__8113wq__content a{color:var(--color-accent);text-underline-offset:2px;text-decoration:underline}@media (max-width:768px){.legal-module__8113wq__title{font-size:2rem}}
.QuoteWizard-module__pUCIPG__section{z-index:1;background:linear-gradient(#0a1628f7 0%,#0f1932f2 100%);min-height:100vh;padding:8rem 2rem 5rem;position:relative}.QuoteWizard-module__pUCIPG__inner{max-width:680px;margin:0 auto}.QuoteWizard-module__pUCIPG__header{text-align:center;margin-bottom:3rem}.QuoteWizard-module__pUCIPG__label{text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent);background:#c9a84c1a;border:1px solid #c9a84c33;border-radius:100px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.7rem;font-weight:600;display:inline-block}.QuoteWizard-module__pUCIPG__title{color:var(--color-white);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:2.75rem;font-weight:700;line-height:1.15}.QuoteWizard-module__pUCIPG__subtitle{color:#ffffff8c;max-width:480px;margin:0 auto;font-size:1.05rem;line-height:1.7}.QuoteWizard-module__pUCIPG__progress{justify-content:center;align-items:center;gap:0;margin-bottom:2.5rem;display:flex}.QuoteWizard-module__pUCIPG__progressStep{align-items:center;display:flex}.QuoteWizard-module__pUCIPG__dot{color:#ffffff4d;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.QuoteWizard-module__pUCIPG__dotActive{color:var(--color-accent);border-color:var(--color-accent);background:#c9a84c1f;box-shadow:0 0 20px #c9a84c26}.QuoteWizard-module__pUCIPG__dotCompleted{background:var(--color-accent);color:var(--color-primary);border-color:var(--color-accent);box-shadow:0 0 20px #c9a84c33}.QuoteWizard-module__pUCIPG__connector{background:#ffffff14;width:56px;height:2px;transition:background .4s cubic-bezier(.4,0,.2,1)}.QuoteWizard-module__pUCIPG__connectorActive{background:var(--color-accent)}.QuoteWizard-module__pUCIPG__card{background:var(--color-white);border:none;border-radius:24px;padding:3rem;overflow:hidden;box-shadow:0 4px 44px #0000000f,0 0 0 1px #ffffff0f}.QuoteWizard-module__pUCIPG__stepContent{transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.QuoteWizard-module__pUCIPG__stepIn{opacity:1;transform:translateY(0)}.QuoteWizard-module__pUCIPG__stepOut{opacity:0;transform:translateY(-8px)}.QuoteWizard-module__pUCIPG__step{animation:.35s cubic-bezier(.4,0,.2,1) forwards QuoteWizard-module__pUCIPG__slideUp}@keyframes QuoteWizard-module__pUCIPG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.QuoteWizard-module__pUCIPG__stepTitle{color:var(--color-text);text-align:center;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.QuoteWizard-module__pUCIPG__stepHint{color:var(--color-gray);text-align:center;margin-bottom:1.75rem;font-size:.9rem}.QuoteWizard-module__pUCIPG__platformGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.QuoteWizard-module__pUCIPG__platformCard{cursor:pointer;background:#00000004;border:2px solid #0000000f;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.75rem 1rem;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.QuoteWizard-module__pUCIPG__platformCard:hover{background:#c9a84c08;border-color:#c9a84c4d;transform:translateY(-3px);box-shadow:0 8px 30px #0000000a}.QuoteWizard-module__pUCIPG__platformCardActive{border-color:var(--color-accent);background:#c9a84c0f;box-shadow:0 0 0 4px #c9a84c1a,0 8px 30px #c9a84c14}.QuoteWizard-module__pUCIPG__platformIcon{font-size:2.25rem}.QuoteWizard-module__pUCIPG__platformLabel{color:var(--color-text);font-size:.88rem;font-weight:600}.QuoteWizard-module__pUCIPG__checkboxGrid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem;display:grid}.QuoteWizard-module__pUCIPG__checkboxLabel{cursor:pointer;background:#00000004;border:1.5px solid #0000000f;border-radius:14px;align-items:center;gap:.6rem;padding:.75rem 1rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.QuoteWizard-module__pUCIPG__checkboxLabel:hover{background:#c9a84c08;border-color:#c9a84c4d;transform:translateY(-1px)}.QuoteWizard-module__pUCIPG__checkbox{width:17px;height:17px;accent-color:var(--color-accent);cursor:pointer;flex-shrink:0}.QuoteWizard-module__pUCIPG__checkboxText{color:var(--color-text);flex:1;font-size:.85rem;font-weight:500}.QuoteWizard-module__pUCIPG__checkboxCost{color:var(--color-accent);white-space:nowrap;font-size:.72rem;font-weight:600}.QuoteWizard-module__pUCIPG__techStackSection{border-top:1px solid #0000000d;margin-top:2rem;padding-top:2rem}.QuoteWizard-module__pUCIPG__techStackTitle{color:var(--color-text);text-align:center;margin-bottom:1rem;font-size:1.05rem;font-weight:600}.QuoteWizard-module__pUCIPG__techStackGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.QuoteWizard-module__pUCIPG__techStackCard{cursor:pointer;background:#00000004;border:2px solid #0000000f;border-radius:16px;flex-direction:column;align-items:center;gap:.4rem;padding:1.1rem .75rem;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.QuoteWizard-module__pUCIPG__techStackCard:hover{background:#c9a84c08;border-color:#c9a84c4d;transform:translateY(-2px)}.QuoteWizard-module__pUCIPG__techStackCardActive{border-color:var(--color-accent);background:#c9a84c0f;box-shadow:0 0 0 4px #c9a84c1a}.QuoteWizard-module__pUCIPG__techStackLabel{color:var(--color-text);font-size:.9rem;font-weight:600}.QuoteWizard-module__pUCIPG__techStackCost{color:var(--color-accent);font-size:.75rem;font-weight:500}.QuoteWizard-module__pUCIPG__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.QuoteWizard-module__pUCIPG__field{flex-direction:column;margin-bottom:1.25rem;display:flex}.QuoteWizard-module__pUCIPG__fieldLabel{color:var(--color-text);letter-spacing:-.01em;margin-bottom:.5rem;font-size:.82rem;font-weight:600}.QuoteWizard-module__pUCIPG__input,.QuoteWizard-module__pUCIPG__textarea,.QuoteWizard-module__pUCIPG__select{color:var(--color-text);background:#00000005;border:1.5px solid #00000014;border-radius:14px;outline:none;padding:.9rem 1.1rem;font-family:inherit;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.QuoteWizard-module__pUCIPG__input::placeholder,.QuoteWizard-module__pUCIPG__textarea::placeholder{color:#00000047}.QuoteWizard-module__pUCIPG__input:hover,.QuoteWizard-module__pUCIPG__textarea:hover,.QuoteWizard-module__pUCIPG__select:hover{background:#00000006;border-color:#00000026}.QuoteWizard-module__pUCIPG__input:focus,.QuoteWizard-module__pUCIPG__textarea:focus,.QuoteWizard-module__pUCIPG__select:focus{border-color:var(--color-accent);background:#00000003;box-shadow:0 0 0 4px #c9a84c1a}.QuoteWizard-module__pUCIPG__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%238a8a8a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.QuoteWizard-module__pUCIPG__select option{background:var(--color-white);color:var(--color-text)}.QuoteWizard-module__pUCIPG__textarea{resize:vertical;min-height:110px}.QuoteWizard-module__pUCIPG__navButtons{border-top:1px solid #0000000d;align-items:center;margin-top:2rem;padding-top:2rem;display:flex}.QuoteWizard-module__pUCIPG__navSpacer{flex:1}.QuoteWizard-module__pUCIPG__backBtn{color:var(--color-gray);cursor:pointer;background:0 0;border:1.5px solid #0000001a;border-radius:14px;padding:.8rem 1.75rem;font-family:inherit;font-size:.88rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1)}.QuoteWizard-module__pUCIPG__backBtn:hover{color:var(--color-text);background:#00000005;border-color:#0003}.QuoteWizard-module__pUCIPG__nextBtn{color:var(--color-primary);background:linear-gradient(135deg,var(--color-accent),var(--color-accent-light));cursor:pointer;letter-spacing:.01em;border:none;border-radius:14px;padding:.8rem 2.25rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.QuoteWizard-module__pUCIPG__nextBtn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #c9a84c40}.QuoteWizard-module__pUCIPG__nextBtn:active{transform:translateY(0)}.QuoteWizard-module__pUCIPG__nextBtn:disabled{opacity:.35;cursor:not-allowed;box-shadow:none;transform:none}.QuoteWizard-module__pUCIPG__estimateBar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#c9a84c0d;border:1px solid #c9a84c26;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem 1.5rem;animation:.35s cubic-bezier(.4,0,.2,1) QuoteWizard-module__pUCIPG__fadeIn;display:flex}@keyframes QuoteWizard-module__pUCIPG__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.QuoteWizard-module__pUCIPG__estimateBarLabel{color:var(--color-gray);font-size:.82rem;font-weight:500}.QuoteWizard-module__pUCIPG__estimateBarValue{color:var(--color-accent);letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.QuoteWizard-module__pUCIPG__error{color:#dc2626;text-align:center;background:#dc26260f;border:1px solid #dc26261f;border-radius:12px;margin-bottom:1rem;padding:.6rem 1rem;font-size:.85rem}.QuoteWizard-module__pUCIPG__success{text-align:center;padding:2.5rem 1.5rem}.QuoteWizard-module__pUCIPG__successIcon{width:64px;height:64px;color:var(--color-accent);background:linear-gradient(135deg,#c9a84c1f,#c9a84c0f);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.75rem;animation:.5s cubic-bezier(.34,1.56,.64,1) QuoteWizard-module__pUCIPG__scaleIn;display:flex}@keyframes QuoteWizard-module__pUCIPG__scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.QuoteWizard-module__pUCIPG__successTitle{color:var(--color-text);letter-spacing:-.02em;margin-bottom:1.75rem;font-size:1.6rem;font-weight:700}.QuoteWizard-module__pUCIPG__estimateRange{background:#c9a84c0a;border:1px solid #c9a84c1f;border-radius:20px;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem 2rem;display:inline-flex}.QuoteWizard-module__pUCIPG__estimateFrom,.QuoteWizard-module__pUCIPG__estimateTo{color:var(--color-accent);letter-spacing:-.03em;font-size:2.5rem;font-weight:700}.QuoteWizard-module__pUCIPG__estimateSep{color:var(--color-gray);font-size:1.75rem;font-weight:300}.QuoteWizard-module__pUCIPG__estimateNote{color:var(--color-gray);max-width:400px;margin:1.5rem auto 2rem;font-size:.95rem;line-height:1.65}.QuoteWizard-module__pUCIPG__successBack{color:var(--color-accent);cursor:pointer;background:0 0;border:1.5px solid #c9a84c40;border-radius:14px;padding:.7rem 1.75rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.QuoteWizard-module__pUCIPG__successBack:hover{border-color:var(--color-accent);background:#c9a84c0f;transform:translateY(-1px)}@media (max-width:768px){.QuoteWizard-module__pUCIPG__section{padding:6.5rem 1.25rem 3rem}.QuoteWizard-module__pUCIPG__title{font-size:2rem}.QuoteWizard-module__pUCIPG__subtitle{font-size:.95rem}.QuoteWizard-module__pUCIPG__card{border-radius:20px;padding:2rem 1.5rem}.QuoteWizard-module__pUCIPG__platformGrid{grid-template-columns:1fr 1fr;gap:.75rem}.QuoteWizard-module__pUCIPG__platformCard{border-radius:16px;padding:1.25rem .75rem}.QuoteWizard-module__pUCIPG__checkboxGrid{grid-template-columns:1fr}.QuoteWizard-module__pUCIPG__techStackGrid{grid-template-columns:1fr 1fr}.QuoteWizard-module__pUCIPG__formRow{grid-template-columns:1fr}.QuoteWizard-module__pUCIPG__dot{width:34px;height:34px;font-size:.72rem}.QuoteWizard-module__pUCIPG__connector{width:32px}.QuoteWizard-module__pUCIPG__stepTitle{font-size:1.25rem}.QuoteWizard-module__pUCIPG__estimateFrom,.QuoteWizard-module__pUCIPG__estimateTo{font-size:1.75rem}.QuoteWizard-module__pUCIPG__estimateRange{border-radius:16px;padding:1rem 1.25rem}}@media (max-width:480px){.QuoteWizard-module__pUCIPG__section{padding:6rem 1rem 2.5rem}.QuoteWizard-module__pUCIPG__title{font-size:1.75rem}.QuoteWizard-module__pUCIPG__card{border-radius:18px;padding:1.5rem 1.25rem}.QuoteWizard-module__pUCIPG__platformGrid,.QuoteWizard-module__pUCIPG__techStackGrid{grid-template-columns:1fr}.QuoteWizard-module__pUCIPG__estimateFrom,.QuoteWizard-module__pUCIPG__estimateTo{font-size:1.5rem}}
