.CustomRFQForm-module__QuowAG__form{--gold:#c8a85a;--gold-dim:#c8a85a1a;--gold-glow:#c8a85a38;--gold-border:#c8a85a38;--dark-800:var(--bg-secondary);--dark-700:var(--bg-tertiary);--border:#ffffff14;--slate-400:#94a3b8;--slate-300:#cbd5e1;--white:#f8fafc;--radius:8px;--ease:cubic-bezier(.4,0,.2,1);flex-direction:column;gap:20px;display:flex}.CustomRFQForm-module__QuowAG__sectionLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid var(--border);margin-bottom:4px;padding-bottom:10px;font-size:.7rem;font-weight:700}.CustomRFQForm-module__QuowAG__grid2{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:640px){.CustomRFQForm-module__QuowAG__grid2{grid-template-columns:1fr}}.CustomRFQForm-module__QuowAG__field{flex-direction:column;gap:7px;display:flex}.CustomRFQForm-module__QuowAG__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:600}.CustomRFQForm-module__QuowAG__input,.CustomRFQForm-module__QuowAG__textarea,.CustomRFQForm-module__QuowAG__select{border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-main);box-sizing:border-box;appearance:none;background:#ffffff0a;outline:none;padding:11px 14px;font-family:inherit;font-size:.9375rem;transition:border-color .18s,background .18s,box-shadow .18s}.CustomRFQForm-module__QuowAG__input::placeholder,.CustomRFQForm-module__QuowAG__textarea::placeholder{color:#94a3b861}.CustomRFQForm-module__QuowAG__input:focus,.CustomRFQForm-module__QuowAG__textarea:focus,.CustomRFQForm-module__QuowAG__select:focus{border-color:var(--gold-border);background:#c8a85a0a;box-shadow:0 0 0 3px #c8a85a14}.CustomRFQForm-module__QuowAG__textarea{resize:vertical;min-height:130px;line-height:1.65}.CustomRFQForm-module__QuowAG__selectWrap{position:relative}.CustomRFQForm-module__QuowAG__select{cursor:pointer;padding-right:36px}.CustomRFQForm-module__QuowAG__select option{background:var(--bg-tertiary);color:var(--text-main)}.CustomRFQForm-module__QuowAG__selectChevron{color:var(--text-muted);pointer-events:none;flex-shrink:0;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.CustomRFQForm-module__QuowAG__uploadZone{border-radius:var(--radius);cursor:pointer;text-align:center;background:#ffffff06;border:1.5px dashed #ffffff24;flex-direction:column;align-items:center;gap:8px;padding:32px 24px;transition:background .2s,border-color .2s,box-shadow .2s;display:flex}.CustomRFQForm-module__QuowAG__uploadZone:hover{background:var(--gold-dim);border-color:var(--gold-border)}.CustomRFQForm-module__QuowAG__uploadZoneDragging{background:var(--gold-dim);border-color:var(--gold);box-shadow:0 0 0 3px #c8a85a1a}.CustomRFQForm-module__QuowAG__uploadIconWrap{background:var(--gold-dim);border:1px solid var(--gold-border);width:48px;height:48px;color:var(--gold);border-radius:12px;justify-content:center;align-items:center;margin-bottom:4px;transition:background .2s;display:flex}.CustomRFQForm-module__QuowAG__uploadZoneDragging .CustomRFQForm-module__QuowAG__uploadIconWrap{background:#c8a85a33}.CustomRFQForm-module__QuowAG__uploadText{color:var(--text-main);margin:0;font-size:.9375rem;font-weight:600}.CustomRFQForm-module__QuowAG__uploadSub{color:var(--text-muted);margin:0;font-size:.8rem}.CustomRFQForm-module__QuowAG__uploadBtn{background:var(--border-color);border:1px solid var(--border);color:var(--text-dim);pointer-events:none;border-radius:6px;margin-top:6px;padding:7px 16px;font-size:.8rem;font-weight:600;display:inline-block}.CustomRFQForm-module__QuowAG__fileList{flex-direction:column;gap:6px;display:flex}.CustomRFQForm-module__QuowAG__fileItem{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:12px;padding:10px 14px;transition:background .18s;display:flex}.CustomRFQForm-module__QuowAG__fileItem:hover{background:#ffffff0e}.CustomRFQForm-module__QuowAG__fileItemIcon{background:var(--gold-dim);border:1px solid var(--gold-border);width:30px;height:30px;color:var(--gold);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CustomRFQForm-module__QuowAG__fileItemBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.CustomRFQForm-module__QuowAG__fileName{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.CustomRFQForm-module__QuowAG__fileSize{color:var(--text-muted);font-size:.72rem}.CustomRFQForm-module__QuowAG__fileRemove{border:1px solid var(--border-color);width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;transition:background .18s,color .18s,border-color .18s;display:flex}.CustomRFQForm-module__QuowAG__fileRemove:hover{color:#f43f5e;background:#f43f5e1f;border-color:#f43f5e40}.CustomRFQForm-module__QuowAG__submitBtn{background:var(--gold);width:100%;color:var(--bg-main);border-radius:var(--radius);letter-spacing:.05em;cursor:pointer;box-shadow:0 4px 24px var(--gold-glow);border:none;justify-content:center;align-items:center;gap:9px;margin-top:8px;padding:14px 28px;font-size:.9rem;font-weight:700;transition:background .2s,box-shadow .2s,transform .2s;display:inline-flex}.CustomRFQForm-module__QuowAG__submitBtn:hover:not(:disabled){background:#d4b46a;transform:translateY(-2px);box-shadow:0 8px 36px #c8a85a66}.CustomRFQForm-module__QuowAG__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.CustomRFQForm-module__QuowAG__btnLoading{align-items:center;gap:10px;display:flex}.CustomRFQForm-module__QuowAG__spinner{border:2px solid #080a0e40;border-top-color:var(--bg-main);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite CustomRFQForm-module__QuowAG__spin;display:block}@keyframes CustomRFQForm-module__QuowAG__spin{to{transform:rotate(360deg)}}.CustomRFQForm-module__QuowAG__success{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:56px 24px;animation:.4s cubic-bezier(.4,0,.2,1) both CustomRFQForm-module__QuowAG__fadeUp;display:flex}.CustomRFQForm-module__QuowAG__successIconWrap{color:#6ec6a0;background:#6ec6a01a;border:1px solid #6ec6a040;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:4px;display:flex}.CustomRFQForm-module__QuowAG__successTitle{letter-spacing:-.03em;color:var(--text-main);font-size:1.5rem;font-weight:800}.CustomRFQForm-module__QuowAG__successText{color:var(--text-muted);max-width:400px;font-size:.9375rem;line-height:1.75}.CustomRFQForm-module__QuowAG__resetBtn{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-dim);cursor:pointer;background:0 0;margin-top:8px;padding:10px 20px;font-family:inherit;font-size:.875rem;font-weight:500;transition:border-color .2s,color .2s,background .2s}.CustomRFQForm-module__QuowAG__resetBtn:hover{border-color:var(--gold-border);color:var(--gold);background:var(--gold-dim)}@keyframes CustomRFQForm-module__QuowAG__fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.custom-module__h2gtKq__page{--gold:#c8a85a;--gold-dim:#c8a85a1a;--gold-glow:#c8a85a40;--gold-border:#c8a85a38;--dark-900:var(--bg-main);--dark-800:var(--bg-secondary);--dark-700:var(--bg-tertiary);--dark-600:var(--bg-hover);--slate-400:#94a3b8;--slate-300:#cbd5e1;--white:#f8fafc;--border:var(--border-color);--radius:8px;--radius-lg:14px;--ease:cubic-bezier(.4,0,.2,1);background:var(--bg-main);color:var(--text-main);min-height:100vh}.custom-module__h2gtKq__container{max-width:1320px;margin:0 auto;padding:0 40px}@media (max-width:768px){.custom-module__h2gtKq__container{padding:0 20px}}.custom-module__h2gtKq__section{padding:120px 0}@media (max-width:768px){.custom-module__h2gtKq__section{padding:80px 0}}.custom-module__h2gtKq__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);align-items:center;gap:10px;margin-bottom:14px;font-size:.72rem;font-weight:700;display:flex}.custom-module__h2gtKq__eyebrowLine{background:var(--gold);flex-shrink:0;width:28px;height:1.5px;display:block}.custom-module__h2gtKq__sectionHead{max-width:640px;margin-bottom:60px}.custom-module__h2gtKq__sectionTitle{letter-spacing:-.03em;color:var(--text-main);margin:0 0 16px;font-size:clamp(1.875rem,3.5vw,2.75rem);font-weight:800;line-height:1.12}.custom-module__h2gtKq__sectionDesc{color:var(--text-muted);font-size:.9375rem;line-height:1.75}.custom-module__h2gtKq__primaryBtn{background:var(--gold);color:var(--bg-main);border-radius:var(--radius);letter-spacing:.04em;box-shadow:0 4px 24px var(--gold-glow);align-items:center;gap:8px;padding:14px 28px;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s,box-shadow .2s,transform .2s;display:inline-flex}.custom-module__h2gtKq__primaryBtn:hover{background:#d4b46a;transform:translateY(-2px);box-shadow:0 8px 40px #c8a85a66}.custom-module__h2gtKq__primaryBtn svg{transition:transform .2s}.custom-module__h2gtKq__primaryBtn:hover svg{transform:translate(4px)}.custom-module__h2gtKq__secondaryBtn{background:var(--bg-hover);color:var(--text-dim);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:6px;padding:14px 22px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.custom-module__h2gtKq__secondaryBtn:hover{color:var(--text-main);background:#ffffff17;border-color:#ffffff2e}.custom-module__h2gtKq__outlineBtn{border:1px solid var(--border-hover);border-radius:var(--radius);color:var(--text-dim);align-items:center;gap:8px;margin-top:28px;padding:12px 22px;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.custom-module__h2gtKq__outlineBtn:hover{border-color:var(--gold-border);color:var(--gold);background:var(--gold-dim)}.custom-module__h2gtKq__outlineBtn svg{transition:transform .2s}.custom-module__h2gtKq__outlineBtn:hover svg{transform:translate(4px)}.custom-module__h2gtKq__hero{align-items:center;min-height:88vh;padding-top:72px;display:flex;position:relative;overflow:hidden}.custom-module__h2gtKq__heroBg{z-index:0;position:absolute;inset:0}.custom-module__h2gtKq__heroNoise{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");position:absolute;inset:0}.custom-module__h2gtKq__heroGrid{background-image:linear-gradient(#c8a85a09 1px,#0000 1px),linear-gradient(90deg,#c8a85a09 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 70% at 40%,#000 0%,#0000 100%);mask-image:radial-gradient(90% 70% at 40%,#000 0%,#0000 100%)}.custom-module__h2gtKq__heroGradient{background:radial-gradient(ellipse 65% 60% at 10% 50%,#c8a85a14 0%,transparent 65%),radial-gradient(ellipse 45% 55% at 85% 25%,#5b9bd50d 0%,transparent 65%),linear-gradient(180deg,var(--bg-main)0%,var(--bg-secondary)50%,var(--bg-main)100%);position:absolute;inset:0}.custom-module__h2gtKq__heroOrb1{background:radial-gradient(circle,#c8a85a12 0%,#0000 70%);border-radius:50%;width:550px;height:550px;animation:13s ease-in-out infinite custom-module__h2gtKq__orbFloat1;position:absolute;top:-100px;left:-150px}.custom-module__h2gtKq__heroOrb2{background:radial-gradient(circle,#5b9bd50d 0%,#0000 70%);border-radius:50%;width:380px;height:380px;animation:17s ease-in-out infinite custom-module__h2gtKq__orbFloat2;position:absolute;bottom:80px;right:-80px}@keyframes custom-module__h2gtKq__orbFloat1{0%,to{transform:translate(0)}50%{transform:translate(35px,-25px)}}@keyframes custom-module__h2gtKq__orbFloat2{0%,to{transform:translate(0)}50%{transform:translate(-25px,20px)}}.custom-module__h2gtKq__heroInner{z-index:1;grid-template-columns:1fr 320px;align-items:center;gap:64px;width:100%;max-width:1320px;margin:0 auto;padding:80px 40px;display:grid;position:relative}@media (max-width:1100px){.custom-module__h2gtKq__heroInner{grid-template-columns:1fr;padding:60px 20px}}.custom-module__h2gtKq__heroContent{max-width:660px}.custom-module__h2gtKq__heroBadge{background:var(--gold-dim);border:1px solid var(--gold-border);letter-spacing:.14em;color:var(--gold);animation:custom-module__h2gtKq__fadeUp .5s var(--ease)both;border-radius:100px;align-items:center;gap:7px;margin-bottom:26px;padding:6px 14px;font-size:.7rem;font-weight:700;display:inline-flex}.custom-module__h2gtKq__heroTitle{letter-spacing:-.04em;color:var(--text-main);animation:custom-module__h2gtKq__fadeUp .5s .1s var(--ease)both;margin:0 0 22px;font-size:clamp(2.25rem,5vw,4.25rem);font-weight:900;line-height:1.08}.custom-module__h2gtKq__heroSubtitle{color:var(--text-muted);animation:custom-module__h2gtKq__fadeUp .5s .2s var(--ease)both;margin-bottom:36px;font-size:clamp(.9375rem,1.5vw,1.0625rem);line-height:1.75}.custom-module__h2gtKq__heroActions{animation:custom-module__h2gtKq__fadeUp .5s .3s var(--ease)both;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:28px;display:flex}.custom-module__h2gtKq__heroPills{animation:custom-module__h2gtKq__fadeUp .5s .4s var(--ease)both;flex-wrap:wrap;gap:8px;display:flex}.custom-module__h2gtKq__heroPill{border:1px solid var(--border);color:var(--text-muted);background:#ffffff0a;border-radius:100px;align-items:center;gap:6px;padding:5px 12px;font-size:.75rem;font-weight:500;display:inline-flex}.custom-module__h2gtKq__heroPill svg{color:var(--gold)}.custom-module__h2gtKq__heroCards{animation:custom-module__h2gtKq__fadeUp .6s .35s var(--ease)both;flex-direction:column;gap:12px;display:flex}@media (max-width:1100px){.custom-module__h2gtKq__heroCards{flex-flow:wrap}}.custom-module__h2gtKq__heroCard{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff08;align-items:center;gap:16px;padding:18px 20px;transition:background .2s,border-color .2s;display:flex}.custom-module__h2gtKq__heroCard:hover{border-color:var(--gold-border);background:#ffffff0e}.custom-module__h2gtKq__heroCardIcon{background:var(--gold-dim);border:1px solid var(--gold-border);width:44px;height:44px;color:var(--gold);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.custom-module__h2gtKq__heroCard strong{color:var(--text-main);font-size:.875rem;font-weight:700;line-height:1.3;display:block}.custom-module__h2gtKq__heroCard span{color:var(--text-muted);margin-top:2px;font-size:.75rem;display:block}.custom-module__h2gtKq__scrollHint{z-index:1;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.custom-module__h2gtKq__scrollLine{background:linear-gradient(to bottom,var(--gold),transparent);width:1px;height:44px;animation:2s ease-in-out infinite custom-module__h2gtKq__scrollPulse}@keyframes custom-module__h2gtKq__scrollPulse{0%,to{opacity:.4}50%{opacity:1}}.custom-module__h2gtKq__capGrid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}@media (max-width:900px){.custom-module__h2gtKq__capGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.custom-module__h2gtKq__capGrid{grid-template-columns:1fr}}.custom-module__h2gtKq__capCard{background:var(--bg-secondary);padding:32px 26px 28px;transition:background .2s;position:relative;overflow:hidden}.custom-module__h2gtKq__capCard:hover{background:var(--bg-tertiary)}.custom-module__h2gtKq__capCard:hover .custom-module__h2gtKq__capBar{transform:scaleX(1)}.custom-module__h2gtKq__capCardTop{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.custom-module__h2gtKq__capNum{letter-spacing:.14em;color:#94a3b847;font-size:.68rem;font-weight:700}.custom-module__h2gtKq__capIconWrap{background:color-mix(in srgb,var(--cap-color)12%,transparent);border:1px solid color-mix(in srgb,var(--cap-color)30%,transparent);width:44px;height:44px;color:var(--cap-color,var(--gold));border-radius:10px;justify-content:center;align-items:center;display:flex}.custom-module__h2gtKq__capTitle{letter-spacing:-.02em;color:var(--text-main);margin-bottom:10px;font-size:1rem;font-weight:700}.custom-module__h2gtKq__capDesc{color:var(--text-muted);font-size:.875rem;line-height:1.7}.custom-module__h2gtKq__capBar{background:var(--cap-color,var(--gold));transform-origin:0;height:2px;transition:transform .26s var(--ease);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.custom-module__h2gtKq__processSection{padding:120px 0;position:relative;overflow:hidden}.custom-module__h2gtKq__processBg{background:linear-gradient(180deg,var(--bg-main)0%,var(--bg-secondary)50%,var(--bg-main)100%);position:absolute;inset:0}@media (max-width:768px){.custom-module__h2gtKq__processSection{padding:80px 0}}.custom-module__h2gtKq__processTrack{z-index:1;grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}@media (max-width:900px){.custom-module__h2gtKq__processTrack{grid-template-columns:1fr;max-width:520px}}.custom-module__h2gtKq__processRail{background:linear-gradient(90deg,transparent,var(--gold-border),var(--gold-border),transparent);z-index:0;height:1px;position:absolute;top:22px;left:12.5%;right:12.5%}@media (max-width:900px){.custom-module__h2gtKq__processRail{background:linear-gradient(180deg,transparent,var(--gold-border)10%,var(--gold-border)90%,transparent);width:1px;height:auto;inset:0 auto 0 22px}}.custom-module__h2gtKq__processStep{z-index:1;flex-direction:column;align-items:center;padding:0 16px;display:flex;position:relative}@media (max-width:900px){.custom-module__h2gtKq__processStep{flex-direction:row;align-items:flex-start;gap:20px;padding:0 0 36px}}.custom-module__h2gtKq__stepDot{background:var(--bg-secondary);border:2px solid var(--gold);width:44px;height:44px;box-shadow:0 0 20px var(--gold-glow);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:20px;transition:background .2s;display:flex}.custom-module__h2gtKq__stepDot span{color:var(--gold);letter-spacing:-.02em;font-size:.875rem;font-weight:800}.custom-module__h2gtKq__processStep:hover .custom-module__h2gtKq__stepDot{background:var(--gold-dim)}@media (max-width:900px){.custom-module__h2gtKq__stepDot{margin-top:2px;margin-bottom:0}}.custom-module__h2gtKq__stepCard{text-align:center}@media (max-width:900px){.custom-module__h2gtKq__stepCard{text-align:left}}.custom-module__h2gtKq__stepTitle{color:var(--text-main);letter-spacing:-.02em;margin-bottom:8px;font-size:.9375rem;font-weight:700}.custom-module__h2gtKq__stepDesc{color:var(--text-muted);font-size:.8125rem;line-height:1.65}.custom-module__h2gtKq__advantagesGrid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}@media (max-width:900px){.custom-module__h2gtKq__advantagesGrid{grid-template-columns:1fr;gap:48px}}.custom-module__h2gtKq__advantagesList{grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (max-width:480px){.custom-module__h2gtKq__advantagesList{grid-template-columns:1fr}}.custom-module__h2gtKq__advantageItem{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-dim);background:#ffffff08;align-items:center;gap:12px;padding:14px 16px;font-size:.875rem;font-weight:500;transition:background .2s,border-color .2s;animation:.4s both custom-module__h2gtKq__fadeUp;display:flex}.custom-module__h2gtKq__advantageItem:hover{background:var(--gold-dim);border-color:var(--gold-border)}.custom-module__h2gtKq__advantageCheck{color:var(--gold);flex-shrink:0}.custom-module__h2gtKq__formSection{padding:120px 0;position:relative;overflow:hidden}@media (max-width:768px){.custom-module__h2gtKq__formSection{padding:80px 0}}.custom-module__h2gtKq__formBg{background:linear-gradient(135deg,#0b0e16 0%,#111620 100%);position:absolute;inset:0}.custom-module__h2gtKq__formGlow{pointer-events:none;background:radial-gradient(#c8a85a0f 0%,#0000 70%);width:800px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-module__h2gtKq__formNoise{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.custom-module__h2gtKq__formHead{z-index:1;text-align:center;max-width:580px;margin:0 auto 56px;position:relative}.custom-module__h2gtKq__formTitle{letter-spacing:-.04em;color:var(--text-main);margin-bottom:14px;font-size:clamp(1.875rem,3.5vw,2.75rem);font-weight:900;line-height:1.1}.custom-module__h2gtKq__formDesc{color:var(--text-muted);font-size:.9375rem;line-height:1.75}.custom-module__h2gtKq__formWrap{z-index:1;background:var(--bg-secondary);border:1px solid var(--border);border-top:2px solid var(--gold);border-radius:var(--radius-lg);max-width:860px;margin:0 auto;padding:40px;position:relative;overflow:hidden}@media (max-width:640px){.custom-module__h2gtKq__formWrap{padding:24px 20px}}@keyframes custom-module__h2gtKq__fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
