.quote-module__lRp3RG__container{--brand-deep:#18181b;--brand-emerald:#f97316;--text-primary:#18181b;--text-secondary:#71717a;--white:#fff;--card-shadow:0 20px 60px #00000026;background-color:var(--brand-deep);flex-direction:column;min-height:calc(100vh - 60px);padding:150px 300px;display:flex;position:relative;overflow:hidden}.quote-module__lRp3RG__visualLayer{z-index:0;pointer-events:none;position:absolute;inset:0}.quote-module__lRp3RG__glow{filter:blur(100px);opacity:.5;border-radius:50%;animation:8s ease-in-out infinite alternate quote-module__lRp3RG__breathe;position:absolute}.quote-module__lRp3RG__glowTop{background:radial-gradient(circle,#f97316 0%,#0000 70%);width:600px;height:600px;top:-10%;right:-5%}.quote-module__lRp3RG__glowBottom{background:radial-gradient(circle,#3f3f46 0%,#0000 70%);width:500px;height:500px;bottom:-15%;left:-5%}.quote-module__lRp3RG__texture{opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.quote-module__lRp3RG__card{z-index:10;background-color:var(--white);width:100%;max-width:640px;box-shadow:var(--card-shadow);border-radius:12px;margin:auto;padding:48px;animation:.6s cubic-bezier(.16,1,.3,1) quote-module__lRp3RG__slideUp;position:relative}.quote-module__lRp3RG__progressContainer{margin-bottom:32px}.quote-module__lRp3RG__progressBarBg{background-color:#f4f4f5;border-radius:3px;width:100%;height:6px;overflow:hidden}.quote-module__lRp3RG__progressBarFill{background-color:var(--brand-deep);height:100%;transition:width .5s cubic-bezier(.22,1,.36,1)}.quote-module__lRp3RG__stepText{text-align:right;color:var(--brand-deep);margin-top:10px;font-size:14px;font-weight:600}.quote-module__lRp3RG__title{color:var(--text-primary);letter-spacing:-.02em;word-break:keep-all;margin-bottom:24px;font-size:28px;font-weight:800;line-height:1.35}.quote-module__lRp3RG__grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;display:grid}.quote-module__lRp3RG__optionBtn{background-color:var(--white);color:#71717a;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border:1px solid #e4e4e7;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:100px;padding:20px;font-size:17px;font-weight:600;transition:all .2s cubic-bezier(.25,.8,.25,1);display:flex;position:relative}.quote-module__lRp3RG__optionBtn:active{transform:scale(.98)}.quote-module__lRp3RG__optionBtn.quote-module__lRp3RG__active{background-color:var(--brand-deep);color:var(--white);border-color:var(--brand-deep);box-shadow:0 8px 20px #0003}.quote-module__lRp3RG__inputGroup{margin-bottom:24px}.quote-module__lRp3RG__label{color:#18181b;margin-bottom:12px;font-size:15px;font-weight:700;display:block}.quote-module__lRp3RG__textarea{width:100%;height:180px;color:var(--text-primary);resize:none;appearance:none;background-color:#fafafa;border:1px solid #0000;border-radius:8px;outline:none;padding:16px;font-size:16px;line-height:1.6;transition:all .2s}.quote-module__lRp3RG__textarea:focus{background-color:var(--white);border-color:var(--brand-deep);box-shadow:0 0 0 3px #0000001a}.quote-module__lRp3RG__fileUploadBox{text-align:center;cursor:pointer;color:var(--text-secondary);-webkit-tap-highlight-color:transparent;background-color:#fafafa;border:2px dashed #d4d4d8;border-radius:8px;padding:32px 20px;transition:all .2s}.quote-module__lRp3RG__fileList{flex-direction:column;gap:8px;margin-top:16px;display:flex}.quote-module__lRp3RG__fileList li{color:var(--brand-deep);text-overflow:ellipsis;white-space:nowrap;background-color:#f4f4f5;border-radius:8px;width:fit-content;max-width:100%;padding:8px 12px;font-size:13px;overflow:hidden}.quote-module__lRp3RG__buttonGroup{gap:12px;margin-top:40px;display:flex}.quote-module__lRp3RG__backBtn{color:#71717a;-webkit-tap-highlight-color:transparent;background-color:#f4f4f5;border-radius:8px;flex:1;height:56px;font-size:16px;font-weight:700;transition:all .2s}.quote-module__lRp3RG__nextBtn{background-color:var(--brand-deep);height:56px;color:var(--white);-webkit-tap-highlight-color:transparent;border-radius:8px;flex:2;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #0003}.quote-module__lRp3RG__nextBtn:disabled{cursor:not-allowed;box-shadow:none;background-color:#a1a1aa}@keyframes quote-module__lRp3RG__breathe{0%{opacity:.3;transform:scale(1)}to{opacity:.5;transform:scale(1.1)}}@keyframes quote-module__lRp3RG__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.quote-module__lRp3RG__container{padding:100px 60px}}@media (max-width:768px){.quote-module__lRp3RG__container{min-height:calc(100vh - 60px);padding:40px 20px;display:flex}.quote-module__lRp3RG__card{border-radius:12px;width:100%;padding:32px 24px}.quote-module__lRp3RG__title{margin-bottom:20px;font-size:22px}.quote-module__lRp3RG__grid{grid-template-columns:1fr}.quote-module__lRp3RG__optionBtn{flex-direction:row;height:64px;min-height:auto;font-size:16px}.quote-module__lRp3RG__textarea{height:150px}.quote-module__lRp3RG__buttonGroup{margin-top:32px}.quote-module__lRp3RG__nextBtn,.quote-module__lRp3RG__backBtn{height:52px;font-size:15px}}
