.careers-page{background:var(--primary-color);color:#fff;font-family:var(--font-body);overflow-x:hidden}.careers-label{display:flex;align-items:center;gap:10px;margin-bottom:.9rem}.careers-label:before{content:"";width:28px;height:2px;background:#f35a1c;flex-shrink:0}.careers-label span{font-size:.7rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#f35a1c}.careers-hero{padding:clamp(5rem,9vw,9rem) 0 clamp(4rem,7vw,7rem);background:linear-gradient(160deg,#3a0f02,#5c1e06 50%,#6e2507);position:relative;overflow:hidden}.careers-hero:before{content:"";position:absolute;top:-60px;right:-80px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(243,90,28,.12) 0,transparent 70%);pointer-events:none}.careers-hero__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.careers-hero__title{font-family:"Blinka Serif",var(--font-heading);font-size:clamp(2.6rem,5.5vw,5.5rem);font-weight:400;line-height:.95;color:#fff;margin:0 0 1.5rem}.careers-hero__title em{font-style:normal;color:#f35a1c}.careers-hero__desc{font-size:clamp(1rem,1.3vw,1.1rem);font-weight:500;color:rgba(255,255,255,.75);line-height:1.72;margin:0 0 2.5rem;max-width:600px}.careers-hero__perks{display:flex;flex-direction:column;gap:1rem}.careers-perk{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 1.4rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:14px;transition:background .25s ease,border-color .25s ease}.careers-perk:hover{background:rgba(243,90,28,.08);border-color:rgba(243,90,28,.3)}.careers-perk__icon{font-size:1.4rem;flex-shrink:0;line-height:1;margin-top:2px}.careers-perk h4{font-family:var(--font-heading);font-size:.98rem;font-weight:700;color:#fff;margin:0 0 .25rem}.careers-perk p{font-size:.85rem;font-weight:500;color:rgba(255,255,255,.6);margin:0;line-height:1.5}.careers-apply{padding:clamp(4.5rem,7vw,7.5rem) 0;background:#0e0400}.careers-apply__inner{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:clamp(3rem,6vw,7rem);gap:clamp(3rem,6vw,7rem);align-items:start}.careers-apply__left{position:-webkit-sticky;position:sticky;top:6rem}.careers-apply__title{font-family:"Blinka Serif",var(--font-heading);font-size:clamp(2rem,3.5vw,3.4rem);font-weight:400;color:#fff;line-height:1.02;margin:0 0 1.1rem}.careers-apply__subtitle{font-size:clamp(.92rem,1.1vw,1rem);font-weight:500;color:rgba(255,255,255,.65);line-height:1.72;margin:0 0 2.5rem}.careers-apply__location{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.4rem 1.6rem;margin-bottom:1.25rem}.careers-apply__location-label{font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#f35a1c;margin-bottom:.9rem;display:block}.careers-apply__location-row{display:flex;align-items:flex-start;gap:.75rem}.careers-apply__location-dot{width:10px;height:10px;border-radius:50%;background:#f35a1c;border:2px solid rgba(243,90,28,.3);flex-shrink:0;margin-top:4px;box-shadow:0 0 0 4px rgba(243,90,28,.12)}.careers-apply__location-name{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:#fff;line-height:1.3;margin:0}.careers-apply__location-addr{font-size:.84rem;color:rgba(255,255,255,.55);font-weight:500;margin:.25rem 0 0}.careers-form{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:clamp(1.8rem,3vw,2.8rem);display:flex;flex-direction:column;gap:1.4rem}.careers-form__section-label{font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#f35a1c;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.careers-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.careers-form__field{display:flex;flex-direction:column;gap:.45rem}.careers-form__field label{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.7);letter-spacing:.04em}.careers-form__field input,.careers-form__field select,.careers-form__field textarea{background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.1);border-radius:10px;padding:.85rem 1.1rem;color:#fff;font-family:var(--font-body);font-size:.95rem;font-weight:500;outline:none;transition:border-color .22s ease,background .22s ease;width:100%;box-sizing:border-box}.careers-form__field input::placeholder,.careers-form__field textarea::placeholder{color:rgba(255,255,255,.3)}.careers-form__field input:focus,.careers-form__field select:focus,.careers-form__field textarea:focus{border-color:#f35a1c;background:rgba(243,90,28,.06)}.careers-form__error{font-size:.78rem;font-weight:600;color:#ff6b4a}.careers-form .recaptcha-box{min-height:78px}.careers-form .recaptcha-box>div{max-width:100%;overflow:hidden}.careers-role-dropdown{position:relative;width:100%}.careers-role-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.1);border-radius:10px;padding:.85rem 1.1rem;color:#fff;font-family:var(--font-body);font-size:.95rem;font-weight:500;cursor:pointer;outline:none;transition:border-color .22s ease,background .22s ease;text-align:left}.careers-role-trigger .placeholder{color:rgba(255,255,255,.3)}.careers-role-dropdown.open .careers-role-trigger,.careers-role-trigger:focus{border-color:var(--secondary-color);background:rgba(247,162,33,.06)}.careers-role-chevron{font-size:.75rem;color:rgba(255,255,255,.45);transition:transform .22s ease;flex-shrink:0}.careers-role-chevron.rotated{transform:rotate(180deg)}.careers-role-list{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--primary-color);border:1.5px solid rgba(247,162,33,.35);border-radius:12px;overflow:hidden;z-index:100;list-style:none;margin:0;padding:6px;box-shadow:0 8px 32px rgba(0,0,0,.45)}.careers-role-option{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;border-radius:8px;color:rgba(255,255,255,.75);font-family:var(--font-body);font-size:.92rem;font-weight:500;cursor:pointer;transition:background .18s,color .18s}.careers-role-option:hover{background:rgba(247,162,33,.12);color:var(--secondary-color)}.careers-role-option.selected{background:rgba(247,162,33,.18);color:var(--secondary-color);font-weight:700}.careers-role-check{font-size:.72rem;color:var(--secondary-color)}.careers-form__field textarea{resize:vertical;min-height:120px;line-height:1.6}.careers-form__file-wrap{position:relative;border:1.5px dashed rgba(255,255,255,.18);border-radius:10px;padding:1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;transition:border-color .22s ease,background .22s ease}.careers-form__file-wrap:hover{border-color:#f35a1c;background:rgba(243,90,28,.05)}.careers-form__file-wrap input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;padding:0;border:none;background:none}.careers-form__file-icon{width:38px;height:38px;background:rgba(243,90,28,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.careers-form__file-text strong{display:block;font-size:.88rem;font-weight:700;color:#fff;margin-bottom:.2rem}.careers-form__file-text span{font-size:.78rem;color:rgba(255,255,255,.45);font-weight:500}.careers-form__file-badge{font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#f35a1c;border:1px solid rgba(243,90,28,.4);border-radius:999px;padding:.3rem .8rem;flex-shrink:0}.careers-form__hint{font-size:.78rem;color:rgba(255,255,255,.4);font-weight:500;margin:-.6rem 0 0}.careers-form__submit{width:100%;min-height:52px;background:#f35a1c;border:none;border-radius:12px;color:#fff;font-family:var(--font-body);font-size:.92rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .22s ease,transform .22s ease,box-shadow .22s ease;box-shadow:0 4px 24px rgba(243,90,28,.35)}.careers-form__submit:hover{background:#ff7034;transform:translateY(-2px);box-shadow:0 8px 32px rgba(243,90,28,.5)}.careers-form__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.careers-success{text-align:center;padding:3rem 2rem}.careers-success__icon{font-size:3.5rem;display:block;margin-bottom:1rem}.careers-success h3{font-family:"Blinka Serif",var(--font-heading);font-size:2rem;font-weight:400;color:#fff;margin:0 0 .75rem}.careers-success p{font-size:1rem;color:rgba(255,255,255,.65);font-weight:500;margin:0;line-height:1.65}.careers-success__back{margin-top:2rem}@media (max-width:1024px){.careers-apply__inner,.careers-hero__inner{grid-template-columns:1fr}.careers-apply__left{position:static}}@media (max-width:640px){.careers-form__row{grid-template-columns:1fr}.careers-form{padding:1.5rem}}