:root{--green-dark-1:#032a0e;--green-dark-2:#004f11;--green-dark-3:#002507;--green-primary:#1fc63f;--green-primary-strong:#08df58;--green-soft-bg:#dfece1;--green-muted:#4a6d4f;--text-dark:#09130c;--white:#fff;--radius-xl:24px;--radius-lg:18px;--radius-md:12px;--border-soft:#a9d5af;--shadow-soft:0 12px 28px #0c301614;--font-heading:"Sora", sans-serif;--font-body:"Manrope", sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{scroll-behavior:smooth;font-size:62.5%}body{font-family:var(--font-body);color:var(--text-dark);background:#f4f6f4}a{color:inherit;text-decoration:none}.container{width:min(1520px,100% - 4rem);margin-inline:auto}.job-page{overflow-x:hidden}.icon{width:26px;height:26px}.topbar{z-index:25;background:#fff;border-bottom:1px solid #d9e7dc;position:sticky;top:0}.topbar__inner{justify-content:space-between;align-items:center;min-height:88px;display:flex}.topbar__logo-wrap{justify-content:flex-start;align-items:center;width:168px;height:38px;display:inline-flex}.topbar__logo{object-fit:contain;width:160px;height:34px}.topbar__cta{background:var(--green-primary);color:#fff;border-radius:14px;justify-content:center;align-items:center;min-height:62px;padding:.9rem 2rem;font-size:1.8rem;font-weight:800;line-height:1;transition:filter .2s;display:inline-flex}.topbar__cta:hover{filter:brightness(.95)}.hero{background:linear-gradient(108deg, var(--green-dark-3), var(--green-dark-2) 55%, #005f13);min-height:980px;position:relative;overflow:hidden}.hero__orb{border-radius:50%;position:absolute}.hero__orb--top{background:#2cbf4926;width:600px;height:600px;top:-90px;right:-170px}.hero__orb--bottom{background:#2cbf492e;width:380px;height:380px;bottom:-170px;left:-170px}.hero__content{z-index:2;padding-top:150px;padding-bottom:140px;position:relative}.hero__badge{color:#d7efdd;background:#ffffff0f;border:2px solid #c2e7c547;border-radius:999px;align-items:center;gap:1rem;min-height:56px;padding:.6rem 1.6rem;font-size:1.8rem;font-weight:700;display:inline-flex}.hero__dot{background:var(--green-primary);border-radius:50%;flex:none;width:14px;height:14px}.hero__title{color:#f3fff5;font-family:var(--font-heading);letter-spacing:-.04em;margin:3.8rem 0 2rem;font-size:clamp(4.8rem,6vw,7.6rem);line-height:.96}.hero__title span{color:var(--green-primary-strong);display:block}.hero__subtitle{color:#c5ddcb;max-width:1120px;margin:0;font-size:clamp(2rem,2.3vw,4.8rem);line-height:1.38}.hero__subtitle strong{color:#f2fff3}.hero__meta-row{flex-wrap:wrap;gap:1.6rem 4rem;margin-top:3.2rem;display:flex}.hero__meta-row--single{margin-top:1.2rem}.hero__meta-item{color:#d8ecd9;align-items:center;gap:.9rem;margin:0;font-size:clamp(1.6rem,1.5vw,2.2rem);font-weight:600;display:inline-flex}.hero__meta-icon{color:#00e36a;flex:none;width:2.1rem;height:2.1rem}.hero__button{color:#f8fff9;background:linear-gradient(120deg,#1ec63f,#0fda56);border-radius:14px;justify-content:center;align-items:center;gap:1rem;min-height:68px;margin-top:4.6rem;padding:1rem 2rem;font-size:clamp(1.9rem,1.8vw,2.8rem);font-weight:800;display:inline-flex;box-shadow:0 16px 34px #10d05542}.hero__button-icon{width:22px;height:22px}.section{padding:7rem 0}.section__title{text-align:center;font-family:var(--font-heading);letter-spacing:-.03em;margin:0;font-size:clamp(3.2rem,2.5vw,4.6rem)}.section__title--light{color:#ecffef}.section__subtitle{text-align:center;max-width:980px;color:var(--green-muted);margin:2.6rem auto 0;font-size:clamp(1.6rem,1.2vw,2.6rem);line-height:1.45}.section__subtitle--light{color:#ecfff1b8}.section--sobre{background:#f4f6f4}.card-grid{gap:1.6rem;margin-top:4rem;display:grid}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.soft-card{border:2px solid var(--border-soft);border-radius:var(--radius-xl);background:#e7f1e8;padding:2.2rem 2rem}.soft-card__icon{color:#12ba39;background:#1fc63f1f;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.soft-card h3{font-size:clamp(2.1rem,1.5vw,2.8rem);font-family:var(--font-heading);margin:1.2rem 0 .6rem}.soft-card p{color:var(--green-muted);margin:0;font-size:clamp(1.6rem,1vw,2rem);line-height:1.45}.section--dual{background:var(--green-soft-bg)}.dual-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3.8rem;display:grid}.list-card h2{font-size:clamp(2.8rem,2vw,3.8rem);font-family:var(--font-heading);margin:0 0 2.2rem}.list-card ul,.list-card ol{gap:1.8rem;margin:0;padding:0;list-style:none;display:grid}.list-card li{color:#344538;grid-template-columns:2.8rem 1fr;gap:.9rem;font-size:clamp(1.6rem,.95vw,1.9rem);line-height:1.42;display:grid}.list-card ul li:before{content:"✓";color:#1ecb40;border:2px solid #1ecb40;border-radius:999px;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;font-size:1.5rem;font-weight:800;display:inline-flex}.list-card ol{counter-reset:item}.list-card ol li:before{counter-increment:item;content:counter(item);color:#16b93a;background:#1ecb4033;border-radius:999px;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;font-size:1.4rem;font-weight:800;display:inline-flex}.list-card__note{border-radius:var(--radius-lg);color:#116c25;background:#ecf7ee;border:2px solid #9ed7a7;grid-template-columns:2.4rem 1fr;align-items:start;gap:1rem;margin:2.4rem 0 0;padding:1.6rem 1.8rem;font-size:clamp(1.6rem,.95vw,1.8rem);font-weight:700;line-height:1.42;display:grid}.list-card__note-icon{width:2.2rem;height:2.2rem;margin-top:.1rem}.section--oferecemos{background:#f4f5f4}.offer-card{border:2px solid var(--border-soft);border-radius:var(--radius-xl);background:#eff2ef;grid-template-columns:62px 1fr;align-items:start;gap:1.1rem;padding:2rem;display:grid}.offer-card__icon{color:#f7fff9;background:#1fc63f;border-radius:16px;justify-content:center;align-items:center;width:62px;height:62px;display:inline-flex}.offer-card h3{font-size:clamp(2rem,1.3vw,2.6rem);font-family:var(--font-heading);margin:.2rem 0 .6rem}.offer-card p{color:var(--green-muted);margin:0;font-size:clamp(1.6rem,.95vw,1.9rem);line-height:1.35}.section--metas{background:linear-gradient(#02340e,#001f07)}.metas-table{border-radius:var(--radius-xl);background:#000f0580;border:2px solid #5fb16942;margin-top:3rem;overflow:hidden}.metas-table__header,.metas-table__row{grid-template-columns:1.2fr 1fr 1fr;align-items:center;gap:2rem;padding:1.7rem 2.3rem;display:grid}.metas-table__header{color:#e7ffeca8;letter-spacing:.04em;background:#021307eb;font-size:1.3rem;font-weight:800}.metas-table__row{border-top:1px solid #5aad6133}.metas-table__period{color:#e3fae7;align-items:center;gap:.8rem;font-size:1.7rem;font-weight:700;display:inline-flex}.metas-table__period-icon{color:#00e36a;width:1.5rem;height:1.5rem}.metas-table__row strong{color:#00e965;font-family:var(--font-heading);letter-spacing:-.01em;font-size:clamp(2.2rem,1.4vw,3rem)}.progress{background:#235529d1;border-radius:999px;width:100%;height:1.1rem;overflow:hidden}.progress i{border-radius:inherit;background:linear-gradient(90deg,#00d85f,#32d95f);height:100%;display:block}.metas-footnote{text-align:center;color:#d8f2dd9e;margin:2.2rem 0 0;font-size:1.4rem}.section--processo{background:var(--green-soft-bg)}.timeline{background:#a8cba9;width:min(860px,100% - 20rem);height:2px;margin:3.5rem auto 0}.timeline--items{background:0 0;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.2rem;width:100%;height:auto;margin-top:-2.4rem;display:grid}.timeline__item{text-align:center;padding:0 1.2rem}.timeline__step{color:#f9fff9;background:#1fc63f;border-radius:999px;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 1.2rem;font-size:2.2rem;font-weight:800;display:flex}.timeline h3{font-size:clamp(2.2rem,1.4vw,2.8rem);font-family:var(--font-heading);margin:0 0 .7rem}.timeline p{max-width:320px;color:var(--green-muted);margin:0 auto;font-size:clamp(1.6rem,.95vw,1.8rem);line-height:1.42}.section--form{background:#f4f6f4}.application-form{border-radius:var(--radius-xl);max-width:860px;box-shadow:var(--shadow-soft);background:#f3f6f3;border:2px solid #9ecfa5;gap:1.8rem;margin:3rem auto 0;padding:2.3rem 2.5rem;display:grid}.application-form label{gap:.8rem;font-size:1.25rem;font-weight:800;display:grid}.application-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem 1.8rem;display:grid}.application-form input,.application-form textarea{width:100%;min-height:4.6rem;font:inherit;color:#456448;background:#f3f6f3;border:2px solid #a8d6ad;border-radius:12px;padding:.72rem .95rem;font-size:1.05rem;line-height:1.42}.application-form textarea{resize:vertical;min-height:8rem}.application-form input:focus,.application-form textarea:focus{border-color:#29be4a;outline:none;box-shadow:0 0 0 4px #1fc63f1f}.curriculo-grid{grid-template-columns:1fr 1fr;align-items:start;gap:1.1rem;display:grid}.file-drop{text-align:center;color:#4f6f54;cursor:pointer;background:#eef5ef;border:2px dashed #abd8ae;border-radius:14px;align-content:center;justify-items:center;gap:.5rem;min-height:8rem;padding:1rem;display:grid}.file-drop input{display:none}.file-drop__icon{width:2.4rem;height:2.4rem}.file-drop__selected{color:#3f8f4a;margin:0;font-size:1rem;font-weight:700}.curriculo-grid small{color:#5e7d61;margin-top:.6rem;font-size:1rem;font-weight:600;display:block}.submit-button{color:#f9fff9;min-height:5.4rem;font-family:var(--font-heading);cursor:pointer;background:#1fc63f;border:0;border-radius:14px;font-size:1.7rem;font-weight:800;transition:filter .2s}.submit-button:hover{filter:brightness(.95)}.submit-button:disabled{opacity:.74;cursor:wait}.form-feedback{border-radius:12px;margin:0;padding:1rem 1.1rem;font-size:.95rem;font-weight:700}.form-feedback--success{color:#0f7c32;background:#e5f7e9;border:1px solid #9fdaad}.form-feedback--warning{color:#7a5a00;background:#fff8df;border:1px solid #efd38a}.form-feedback--error{color:#922d2f;background:#ffeeef;border:1px solid #ffc7cc}@media (width<=1280px){.container{width:min(1520px,100% - 3rem)}.hero{min-height:840px}.hero__content{padding-top:130px;padding-bottom:110px}.timeline{width:min(760px,100% - 10rem)}}@media (width<=1024px){.container{width:min(1520px,100% - 2.2rem)}.card-grid--three,.dual-grid,.timeline--items,.application-grid,.curriculo-grid{grid-template-columns:1fr}.timeline{display:none}.timeline--items{gap:3rem;margin-top:2.5rem}.hero__meta-row{flex-direction:column;gap:1rem}.metas-table__header,.metas-table__row{grid-template-columns:1fr;gap:.8rem}.metas-table__header{display:none}.metas-table__row{padding:1.8rem}.application-form{padding:2.2rem}}@media (width<=640px){.topbar__inner{min-height:74px}.topbar__logo-wrap{width:132px;height:32px}.topbar__logo{width:124px;height:28px}.topbar__cta{min-height:50px;padding:.8rem 1.3rem;font-size:1.9rem}.hero{min-height:690px}.hero__content{padding-top:110px;padding-bottom:88px}.hero__badge{min-height:46px;font-size:1.5rem}.hero__button{width:100%;min-height:58px}.section{padding:5rem 0}.soft-card,.offer-card,.application-form{border-radius:16px}}#candidatura{scroll-margin-top:10rem}
