.offers-module__BewkNG__header{justify-content:space-between;align-items:flex-start;gap:var(--global-gap);margin-bottom:var(--global-gap);flex-wrap:wrap;display:flex}.offers-module__BewkNG__headerContent{flex-direction:column;gap:4px;display:flex}.offers-module__BewkNG__subtitle{color:var(--text-muted)}.offers-module__BewkNG__statsRow{gap:var(--global-gap);margin-bottom:var(--global-gap);padding:4px 4px 16px;display:flex;overflow-x:auto}.offers-module__BewkNG__offersList{gap:var(--global-gap);flex-direction:column;display:flex}.offers-module__BewkNG__offerCard{background:var(--bg-base);border:1px solid var(--border-color);box-shadow:var(--shadow-panel);border-radius:32px;padding:24px;transition:all .2s}.offers-module__BewkNG__offerCard:hover{border-color:var(--blue)}.offers-module__BewkNG__offerHeader{align-items:center;gap:16px;margin-bottom:16px;display:flex}.offers-module__BewkNG__companyLogo{background:var(--bg-surface-alt);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.offers-module__BewkNG__companyLogo .offers-module__BewkNG__material-symbols-rounded{color:var(--text-muted);font-size:28px}.offers-module__BewkNG__offerHeaderInfo{flex:1}.offers-module__BewkNG__company{margin-bottom:6px;font-weight:500;display:block}.offers-module__BewkNG__badges{gap:8px;display:flex}.offers-module__BewkNG__newBadge{background:var(--pale-green);color:var(--green);border-radius:20px;padding:3px 10px;font-size:11px;font-weight:500}.offers-module__BewkNG__typeBadge{background:var(--pale-blue);color:var(--blue);border-radius:20px;padding:3px 10px;font-size:11px;font-weight:500}.offers-module__BewkNG__saveBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.offers-module__BewkNG__saveBtn:hover{background:var(--bg-surface-alt)}.offers-module__BewkNG__saveBtn .offers-module__BewkNG__material-symbols-rounded{color:var(--text-muted);font-size:24px}.offers-module__BewkNG__saveBtn.offers-module__BewkNG__saved .offers-module__BewkNG__material-symbols-rounded{color:var(--yellow)}.offers-module__BewkNG__offerTitle{margin:0 0 8px}.offers-module__BewkNG__offerDesc{color:var(--text-muted);margin:0 0 16px;line-height:1.5}.offers-module__BewkNG__offerDetails{flex-wrap:wrap;gap:20px;margin-bottom:16px;display:flex}.offers-module__BewkNG__offerDetails>span{color:var(--text-muted);align-items:center;gap:6px;display:flex}.offers-module__BewkNG__offerDetails .offers-module__BewkNG__material-symbols-rounded{color:var(--blue);font-size:18px}.offers-module__BewkNG__requirements{background:var(--bg-surface-alt);border-radius:12px;margin-bottom:16px;padding:16px}.offers-module__BewkNG__requirements ul{margin:0;padding-left:20px}.offers-module__BewkNG__requirements li{color:var(--text-muted);margin-bottom:4px}.offers-module__BewkNG__offerActions{gap:12px;display:flex}.offers-module__BewkNG__offerActions button{flex:1}.offers-module__BewkNG__loadingState{flex-direction:column;gap:12px;display:flex}.offers-module__BewkNG__skeletonCard{background:var(--bg-base);border:1px solid var(--border-color);box-shadow:var(--shadow-panel);border-radius:32px;align-items:flex-start;gap:16px;padding:24px;display:flex}.offers-module__BewkNG__skeletonIcon{background:linear-gradient(90deg, var(--bg-surface) 25%, var(--border-color) 50%, var(--bg-surface) 75%);background-size:200% 100%;border-radius:50%;flex-shrink:0;width:52px;height:52px;animation:1.5s infinite offers-module__BewkNG__shimmer}.offers-module__BewkNG__skeletonContent{flex:1}.offers-module__BewkNG__skeletonLine,.offers-module__BewkNG__skeletonLineShort{background:linear-gradient(90deg, var(--bg-surface) 25%, var(--border-color) 50%, var(--bg-surface) 75%);background-size:200% 100%;border-radius:4px;animation:1.5s infinite offers-module__BewkNG__shimmer}.offers-module__BewkNG__skeletonLine{width:70%;height:16px;margin-bottom:8px}.offers-module__BewkNG__skeletonLineShort{width:40%;height:12px}@keyframes offers-module__BewkNG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.offers-module__BewkNG__statsRow{grid-template-columns:repeat(3,1fr);gap:8px;padding-bottom:0;display:grid;overflow-x:visible}.offers-module__BewkNG__statCard{text-align:center;flex-direction:column;align-items:center;gap:8px;width:100%;min-width:0;padding:12px 6px}.offers-module__BewkNG__statCard .material-symbols-rounded{width:40px;height:40px;font-size:20px}.offers-module__BewkNG__statCard>div{align-items:center;gap:2px;width:100%}.offers-module__BewkNG__statValue{font-size:18px;line-height:1.1}.offers-module__BewkNG__statLabel{white-space:normal;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.1;display:-webkit-box;overflow:hidden}.offers-module__BewkNG__filterTabs{gap:4px;margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}.offers-module__BewkNG__filterTab{text-align:center;flex:1;padding:10px 12px}.offers-module__BewkNG__offerCard{padding:20px}.offers-module__BewkNG__offerDetails{gap:12px}.offers-module__BewkNG__offerActions{flex-direction:column}}
.Textarea-module__nldQNa__textareaWrapper{width:100%;margin-bottom:8px}.Textarea-module__nldQNa__textareaContainer{background:var(--bg-base);border:1px solid var(--border-color);border-radius:16px;padding:8px 16px;transition:border-color .2s,box-shadow .2s;position:relative}.Textarea-module__nldQNa__textareaContainer:hover{border-color:var(--text-muted)}.Textarea-module__nldQNa__textareaContainer:focus-within{border-color:var(--blue);outline:1px solid var(--blue);outline-offset:0;box-shadow:none}.Textarea-module__nldQNa__textareaContainer.Textarea-module__nldQNa__error{border-color:var(--error)}.Textarea-module__nldQNa__textareaContainer.Textarea-module__nldQNa__error:focus-within{border-color:var(--error);outline:1px solid var(--error);outline-offset:0;box-shadow:none}.Textarea-module__nldQNa__textarea{resize:vertical;background:0 0;border:none;outline:none;width:100%;min-height:100px;padding:20px 0 8px}.Textarea-module__nldQNa__textarea:focus,.Textarea-module__nldQNa__textarea:focus-visible{border:none!important;outline:none!important}.Textarea-module__nldQNa__textarea::placeholder{color:#0000}.Textarea-module__nldQNa__label{color:var(--text-muted);pointer-events:none;background:var(--bg-base);padding:0 4px;font-size:12px;transition:all .2s ease-in-out;position:absolute;top:12px;left:16px}.Textarea-module__nldQNa__icon{color:var(--text-muted);pointer-events:none;font-size:20px;transition:all .2s;position:absolute;top:16px;right:16px}.Textarea-module__nldQNa__textareaContainer:focus-within .Textarea-module__nldQNa__icon,.Textarea-module__nldQNa__textareaContainer:focus-within .Textarea-module__nldQNa__label{color:var(--blue)}.Textarea-module__nldQNa__textareaContainer.Textarea-module__nldQNa__error .Textarea-module__nldQNa__label{color:var(--error)}.Textarea-module__nldQNa__errorText{color:var(--error);margin-top:4px;margin-left:16px;font-size:12px;display:block}.Textarea-module__nldQNa__textarea:disabled{background-color:var(--bg-surface-alt);cursor:not-allowed}
.page-module__rpHNCa__contactPage{background:var(--bg-radial-gradient);width:100%;min-height:100vh;padding:30px 0 60px}.page-module__rpHNCa__container{box-sizing:border-box;max-width:1170px;margin:0 auto;padding:0}@media (max-width:1190px){.page-module__rpHNCa__container{padding:0 10px}}.page-module__rpHNCa__heroCard{color:var(--white);text-align:center;box-shadow:0 20px 50px #0f224240, var(--shadow-panel);background:linear-gradient(135deg,#1e3a6a 0%,#0f2242 100%);border:1px solid #ffffff14;border-radius:36px;margin-bottom:50px;padding:60px 36px;position:relative;overflow:hidden}.page-module__rpHNCa__glowTopLeft{pointer-events:none;background:radial-gradient(circle,#2563eb59 0%,#2563eb00 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:-60px;left:-60px}.page-module__rpHNCa__glowBottomRight{pointer-events:none;background:radial-gradient(circle,#14b8a640 0%,#14b8a600 70%);border-radius:50%;width:280px;height:280px;position:absolute;bottom:-60px;right:-60px}.page-module__rpHNCa__heroContent{z-index:2;max-width:760px;margin:0 auto;position:relative}.page-module__rpHNCa__badge{backdrop-filter:blur(8px);color:#fffffff2;background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex}.page-module__rpHNCa__badge .material-symbols-rounded{color:#38bdf8;font-size:18px}.page-module__rpHNCa__heading{color:#fff;letter-spacing:-.02em;margin:0 0 16px;font-size:34px;font-weight:700;line-height:1.25}.page-module__rpHNCa__subheading{color:#ffffffd9;max-width:640px;margin:0 auto;font-size:16.5px;line-height:1.6}.page-module__rpHNCa__contactGrid{grid-template-columns:1.2fr .8fr;align-items:start;gap:32px;display:grid}.page-module__rpHNCa__formCard{background-color:var(--bg-base);border:1px solid var(--border-color);box-shadow:var(--shadow-panel);border-radius:32px;padding:40px}.page-module__rpHNCa__formCard h2{color:var(--text-base);margin:0 0 8px;font-size:24px;font-weight:700}.page-module__rpHNCa__formSubtitle{color:var(--text-muted);margin-bottom:28px;font-size:14.5px;display:block}.page-module__rpHNCa__formGroup{flex-direction:column;gap:20px;display:flex}.page-module__rpHNCa__infoColumn{flex-direction:column;gap:24px;display:flex}.page-module__rpHNCa__infoCard{background-color:var(--bg-base);border:1px solid var(--border-color);box-shadow:var(--shadow-panel);border-radius:32px;align-items:flex-start;gap:20px;padding:28px;transition:transform .35s cubic-bezier(.2,.8,.2,1),border-color .2s;display:flex}.page-module__rpHNCa__infoCard:hover{border-color:var(--blue);transform:translateY(-4px)}.page-module__rpHNCa__iconCircle{width:52px;height:52px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__rpHNCa__iconCircle .material-symbols-rounded{font-size:26px!important}.page-module__rpHNCa__infoCard:first-child .page-module__rpHNCa__iconCircle{background:var(--indigo)}.page-module__rpHNCa__infoCard:nth-child(2) .page-module__rpHNCa__iconCircle{background:var(--teal)}.page-module__rpHNCa__infoCard:nth-child(3) .page-module__rpHNCa__iconCircle{background:var(--navy)}.page-module__rpHNCa__infoTitle{color:var(--text-base);margin:0 0 6px;font-size:16.5px;font-weight:600}.page-module__rpHNCa__infoText{color:var(--text-muted);margin:0;font-size:14px;line-height:1.5}.page-module__rpHNCa__faqCard{color:var(--white);box-shadow:var(--shadow-panel);background:linear-gradient(135deg,#1e3a6a 0%,#0f2242 100%);border:1px solid #ffffff14;border-radius:32px;justify-content:space-between;align-items:center;gap:20px;padding:32px;text-decoration:none;transition:transform .3s;display:flex;position:relative;overflow:hidden}.page-module__rpHNCa__faqCard:hover{transform:translateY(-4px)}.page-module__rpHNCa__faqContent h3{color:#fff;margin:0 0 6px;font-size:18px;font-weight:600}.page-module__rpHNCa__faqContent p{color:#ffffffd9;margin:0;font-size:13.5px}.page-module__rpHNCa__faqIconCircle{backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.page-module__rpHNCa__faqIconCircle .material-symbols-rounded{color:#38bdf8;font-size:22px}@media (max-width:900px){.page-module__rpHNCa__contactGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__rpHNCa__heading{font-size:26px}.page-module__rpHNCa__formCard{padding:24px}}
