@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap";:root{color-scheme:light;--primary: #0b3b75;--primary-dark: #072d5b;--secondary: #2ec4b6;--secondary-dark: #159c8b;--accent: #f0b429;--text-dark: #1b2430;--text-light: #5b6b81;--background: #f5f7fb;--white: #ffffff;--shadow: 0 20px 60px rgba(7, 22, 53, .12);--shadow-soft: 0 12px 30px rgba(7, 22, 53, .12);--shadow-strong: 0 24px 60px rgba(7, 22, 53, .18);--radius-lg: 24px;--radius-md: 16px;--radius-sm: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,system-ui,-apple-system,sans-serif;background:#f3f6fb;background-image:radial-gradient(circle at 15% 20%,rgba(46,196,182,.12),transparent 45%),radial-gradient(circle at 85% 0%,rgba(11,59,117,.12),transparent 40%);color:var(--text-dark);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.page{position:relative;overflow-x:hidden}.offer-bar{background:#f6b10a;color:#0b3b75;text-align:center;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:9px 0;font-family:Montserrat,sans-serif}.offer-bar__content{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}.offer-bar__title{font-size:clamp(.94rem,.88vw + .77rem,1.21rem)}.offer-bar__countdown{display:inline-flex;align-items:center;gap:13px}.offer-bar__item{display:grid;justify-items:center;line-height:1}.offer-bar__value{font-size:clamp(1.1rem,1.1vw + .88rem,1.54rem)}.offer-bar__label{font-size:.72rem;letter-spacing:.6px}.container{width:min(1200px,92%);margin:0 auto}.section{padding:72px 0}.section__title{text-align:center;margin-bottom:40px}.section__title h2{font-size:clamp(1.8rem,2vw + 1.4rem,2.6rem)}.section__title p{margin-top:12px;color:var(--text-light);max-width:720px;margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 26px;border-radius:999px;font-weight:600;border:none;cursor:pointer;background:transparent;appearance:none;-webkit-appearance:none;letter-spacing:.2px;transition:transform .2s ease,box-shadow .2s ease}.btn--primary{background:linear-gradient(135deg,#2fd2c2,#1cb5e0);color:#05302a;box-shadow:0 16px 34px #1cb5e059}.btn--primary:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 20px 40px #1cb5e066}.btn--light{background:var(--white);color:var(--primary);box-shadow:var(--shadow)}.btn--ghost{border:1px solid rgba(255,255,255,.6);color:var(--white);background:#ffffff14;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn--ghost:hover{box-shadow:0 12px 26px #07163540}.btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.btn--full{width:100%}.hero{background:radial-gradient(circle at top left,#1c4b8d,#082346 45%,#041327);color:var(--white);padding:80px 0 90px;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(0);opacity:.35}.hero:before{width:420px;height:420px;background:radial-gradient(circle,#2ec4b6,transparent 70%);top:-180px;right:-120px}.hero:after{width:320px;height:320px;background:radial-gradient(circle,#f0b429,transparent 70%);bottom:-160px;left:-120px}.hero__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;position:relative;z-index:1}.hero__content h1{font-family:Montserrat,sans-serif;font-size:clamp(2rem,2.2vw + 1.6rem,3.2rem);font-weight:700;line-height:1.2;margin-bottom:20px}.eyebrow{display:inline-flex;align-items:center;font-size:.85rem;letter-spacing:1.2px;text-transform:uppercase;background:#ffffff26;padding:6px 14px;border-radius:999px;margin-bottom:20px}.hero__subtitle{font-size:1.05rem;margin-bottom:10px;color:#ffffffeb}.hero__alert{font-size:.95rem;color:#ffffffd9;margin-bottom:24px}.hero__cta{margin-bottom:28px}.stats-cards{background:var(--background);padding:16px 0 48px}.stats-cards__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.stats-card{background:linear-gradient(145deg,#0b3b46,#0b4c5a);color:#fff;border-radius:16px;padding:22px 20px;display:grid;justify-items:center;gap:8px;text-align:center;box-shadow:0 14px 30px #0716352e;border:1px solid rgba(255,255,255,.08);transition:transform .2s ease,box-shadow .2s ease}.stats-card__icon{width:44px;height:44px;color:#fff;border-radius:14px;background:#ffffff1f;display:grid;place-items:center}.stats-card__icon svg{width:26px;height:26px}.stats-card__value{font-size:1.8rem;font-weight:700;color:#28e9e1;letter-spacing:.5px;text-shadow:0 8px 20px rgba(0,0,0,.25)}.stats-card__label{font-size:.95rem;color:#fffffff2}.stats-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px #0716353d}.lead-form{background:var(--white);color:var(--text-dark);border-radius:var(--radius-lg);padding:22px 24px;box-shadow:var(--shadow-strong);display:grid;gap:12px;scroll-margin-top:120px;position:relative;overflow:hidden;border:1px solid #e7eef6;font-size:.98rem;line-height:1.4;max-width:440px;justify-self:center;font-weight:400}.lead-form:before{content:none}.lead-form__header h2{font-size:1.65rem;margin-bottom:4px;font-weight:600}.lead-form__tag{font-size:.8rem;text-transform:uppercase;color:var(--secondary-dark);font-weight:500;letter-spacing:.8px;margin-bottom:6px}.lead-form__header p{color:var(--text-light);font-weight:400}.field{display:grid;gap:6px}.field--hidden{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.field span{font-size:.9rem;font-weight:400}.field input{border:1px solid #dce6f5;border-radius:var(--radius-sm);padding:10px 14px;background:#f9fbff;transition:border-color .2s ease,box-shadow .2s ease}.field input:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #2ec4b633;background:#fff}.field--radio{border:none;padding:0;margin:0;display:grid;gap:10px}.field--radio legend{font-weight:600;margin-bottom:6px}.radio{display:flex;align-items:center;gap:8px;font-size:.95rem;color:var(--text-light);font-weight:400}.radio input{accent-color:var(--secondary)}.form__disclaimer{font-size:.8rem;color:var(--text-light);font-weight:400}.form__feedback{font-size:.85rem;margin-top:6px;padding:10px 12px;border-radius:12px;border:1px solid #dbe4f3;background:#f2f6ff;color:#2b3a55;font-weight:500}.form__feedback--success{color:#067647;background:#ecfdf3;border-color:#abefc6}.form__feedback--error{color:#b42318;background:#fef3f2;border-color:#fecdca}.form__feedback--neutral{color:#2b3a55;background:#f2f6ff;border-color:#dbe4f3}.form__feedback--loading{color:#2b3a55;background:#eef6ff;border-color:#cfe0ff}.about{background:var(--white);position:relative;overflow:hidden}.about:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(46,196,182,.18),transparent 70%);top:-120px;left:-120px}.about:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(11,59,117,.14),transparent 70%);bottom:-140px;right:-120px}.about__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:48px;align-items:start;grid-template-areas:"content image" "cta image"}.about__content{grid-area:content}.about__content h2{font-size:clamp(1.9rem,2vw + 1.5rem,2.6rem);margin-bottom:12px}.about__content p{color:var(--text-light);max-width:640px}.about__features{display:grid;gap:20px;margin-top:26px}.about__feature{display:grid;grid-template-columns:50px 1fr;gap:16px;align-items:start;padding:14px 18px;border-radius:18px;background:#f7fbff;border:1px solid rgba(208,222,240,.7);box-shadow:0 12px 24px #081c3a0f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.about__feature h3{font-size:1.05rem;margin-bottom:6px}.about__feature p{color:var(--text-light)}.about__icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#2ec4b638,#0b3b751f);color:#0b6c6a;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #2ec4b640}.about__icon svg{width:24px;height:24px}.about__image{grid-area:image;display:grid;justify-items:end;position:relative}.about__image:before{content:"";position:absolute;right:-18px;top:20px;width:90%;height:92%;border-radius:26px;background:linear-gradient(135deg,#2ec4b640,#0b3b752e);z-index:0}.about__image img{width:min(420px,100%);height:auto;border-radius:22px;box-shadow:0 20px 45px #0716352e;border:3px solid rgba(255,255,255,.9);position:relative;z-index:1;transition:transform .3s ease,box-shadow .3s ease}.about__image img:hover{transform:translateY(-6px);box-shadow:0 28px 60px #07163538}.about__feature:hover{transform:translateY(-3px);border-color:#2ec4b699;box-shadow:0 16px 30px #081c3a1f}.about__cta{grid-area:cta;margin-top:10px;display:flex;justify-content:center}.about__cta .btn{box-shadow:0 12px 28px #2ec4b64d}.areas{position:relative;overflow:hidden;background:linear-gradient(180deg,#f6f8fd,#eef3fb)}.areas:before,.areas:after{content:"";position:absolute;border-radius:50%;opacity:.35;z-index:0}.areas:before{width:320px;height:320px;background:radial-gradient(circle,rgba(46,196,182,.22),transparent 70%);top:-140px;left:-120px}.areas:after{width:280px;height:280px;background:radial-gradient(circle,rgba(11,59,117,.18),transparent 70%);bottom:-140px;right:-120px}.areas .container{position:relative;z-index:1}.areas__grid{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.area-pill{padding:10px 20px;border-radius:999px;background:#fff;border:1px solid #dde6f3;color:#0b3b75;font-weight:600;box-shadow:0 12px 24px #0b204614;transition:transform .2s ease,box-shadow .2s ease,color .2s ease,border-color .2s ease}.area-pill:hover{transform:translateY(-2px);border-color:#2ec4b6a6;color:#0b6c6a;box-shadow:0 16px 30px #0b20461f}.certification{background:linear-gradient(120deg,#f8fbff,#eef6ff);padding-bottom:24px}.certification__grid{display:grid;gap:32px;grid-template-columns:1fr;justify-items:center}.certification__content h2{margin-bottom:12px;font-size:clamp(1.7rem,2vw + 1.4rem,2.4rem);text-align:center}.certification__content p{color:var(--text-light);text-align:center;max-width:860px;margin-inline:auto}.certification__image-card{margin:24px auto;padding:18px;width:min(940px,100%);background:linear-gradient(180deg,#fff,#f6f9ff);border-radius:20px;box-shadow:0 18px 40px #0716352e;border:1px solid #e6eef7}.certification__highlight{margin:24px 0 0;text-align:center;font-size:clamp(1.2rem,1vw + 1.1rem,1.6rem);font-weight:700;color:var(--primary)}.certification__image{width:100%;height:auto;display:block;border-radius:14px}.certification__card{background:var(--primary);color:var(--white);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow);display:grid;gap:12px}.future{background:transparent;padding-top:24px}.future__card{position:relative;overflow:hidden;border-radius:26px;padding:56px 64px;width:100%;max-width:1100px;margin:0 auto;background:url(/assets/garanta-sua-vaga-CzIHAB_B.avif) center/cover no-repeat;box-shadow:0 24px 50px #0716352e;border:1px solid rgba(255,255,255,.16)}.future__card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#061e3459,#04182ad9 65%);z-index:0}.future__content{position:relative;z-index:1;display:grid;gap:18px;text-align:center;color:#fff}.future__content h2{font-size:clamp(1.7rem,2vw + 1.4rem,2.5rem);text-shadow:0 6px 18px rgba(0,0,0,.25)}.future__content p{color:#ffffffd9;max-width:760px;margin-inline:auto}.testimonials{background:var(--white)}.testimonials__badge{display:flex;justify-content:center;margin:10px 0 28px}.testimonials__badge img{width:min(260px,80%);height:auto;filter:drop-shadow(0 8px 18px rgba(7,22,53,.18))}.testimonials__carousel{position:relative;display:grid;gap:18px;padding:0 36px 8px}.carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:16px;padding:8px 4px 18px;scrollbar-width:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-slide{flex:0 0 260px;scroll-snap-align:center;border-radius:18px;overflow:hidden;background:#fff;border:1px solid #e9edf5;box-shadow:0 12px 26px #0716351f}.carousel-slide img{width:100%;height:auto;display:block}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:0 12px 24px #0716351f;color:var(--primary);display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;z-index:2}.carousel-arrow svg{width:22px;height:22px;fill:currentColor}.carousel-arrow--left{left:8px}.carousel-arrow--right{right:8px}.carousel-arrow:hover:not(:disabled){transform:translateY(-50%) scale(1.05);box-shadow:0 16px 28px #07163529}.carousel-arrow:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.carousel-dots{display:flex;justify-content:center;gap:10px}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ccd5e1;cursor:pointer;transition:transform .2s ease,background .2s ease}.carousel-dot.is-active{background:var(--primary);transform:scale(1.2)}.testimonials__empty{text-align:center;color:var(--text-light);font-size:.95rem}.footer{background:linear-gradient(135deg,#073540,#0a4e5b);color:#fff;padding:60px 0 70px;border-top:1px solid rgba(255,255,255,.08)}.footer__content{display:grid;grid-template-columns:minmax(240px,1fr) minmax(340px,1.2fr) minmax(220px,.95fr);gap:28px;align-items:center}.footer__brand{display:grid;gap:22px;justify-self:center}.footer__logo{display:grid;gap:8px}.footer__logo img{width:190px;height:auto;display:block}.logo-mark{width:170px;height:130px;display:grid;place-items:center}.logo-mark svg{width:100%;height:100%}.logo-text{font-size:1.7rem;font-weight:700;letter-spacing:1px}.footer__social{display:flex;gap:10px;padding-left:18px}.footer__social-link{width:38px;height:38px;border-radius:50%;background:#18c7bf;display:grid;place-items:center;color:#08313a;transition:transform .2s ease,box-shadow .2s ease}.footer__social-link svg{width:22px;height:22px;fill:currentColor}.footer__social-link:hover{transform:translateY(-2px);box-shadow:0 10px 20px #19d0c759}.footer__mec{display:grid;justify-items:center}.mec-card{background:transparent;color:#0b3b46;border-radius:0;padding:0;display:grid;grid-template-columns:1fr;place-items:center;gap:0;align-items:center;box-shadow:none;min-width:0}.mec-card__qr{position:relative;width:320px;height:190px;border-radius:10px;border:none;background:transparent;display:grid;grid-template-rows:auto 1fr auto;place-items:center;padding:0;font-size:.55rem;font-weight:600;color:#08313a;overflow:hidden;text-align:center}.mec-card__qr img{width:100%;height:100%;object-fit:cover;border-radius:10px;padding:4px 8px;background:#fff}.mec-card__content{display:grid;gap:8px}.mec-card__tag{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;color:#0b5e9b}.mec-card__tag:before{content:"";width:10px;height:10px;border-radius:3px;background:#f2c94c;box-shadow:0 0 0 2px #f2c94c4d}.mec-card__content p{font-size:.98rem;line-height:1.35;color:#1d6aa7;font-weight:600}.footer__location h4{font-size:1.15rem;margin-bottom:8px}.footer__location p{color:#ffffffd9;font-size:1rem;line-height:1.5}.whatsapp-float{position:fixed;bottom:28px;right:28px;display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(145deg,#25d366,#20bd5a);color:#fff;text-decoration:none;box-shadow:0 4px 14px #25d36666,0 0 0 1px #ffffff26 inset;z-index:10;transition:transform .25s ease,box-shadow .25s ease;overflow:hidden}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 8px 24px #25d36673,0 0 0 1px #fff3 inset}.whatsapp-float:active{transform:translateY(-1px)}.whatsapp-float__pulse{position:absolute;inset:0;border-radius:50%;background:#25d366;opacity:.4;animation:whatsapp-pulse 2s ease-out infinite;pointer-events:none}@keyframes whatsapp-pulse{0%{transform:scale(1);opacity:.4}to{transform:scale(1.15);opacity:0}}@media(prefers-reduced-motion:reduce){.whatsapp-float__pulse{animation:none;display:none}}.whatsapp-float__icon{position:relative;width:28px;height:28px;display:grid;place-items:center;color:#fff}.whatsapp-float__icon svg{width:28px;height:28px;fill:currentColor}@media(max-width:900px){.hero{padding:70px 0}.future__card{padding:48px 36px}.footer__content{grid-template-columns:1fr;justify-items:center;text-align:center}.footer__brand{justify-items:center}.footer__social{justify-content:center;padding-left:0}.mec-card{width:100%;min-width:0}}@media(max-width:768px){.offer-bar__content{flex-direction:column;gap:10px}.offer-bar__countdown{gap:12px}.hero{padding:60px 0 70px}.hero__grid{gap:28px}.hero__content{text-align:center}.hero__cta{display:flex;justify-content:center}.stats{grid-template-columns:repeat(2,minmax(0,1fr));text-align:center}.stat{text-align:center}.lead-form{margin:0 auto}.about__grid{grid-template-columns:1fr;grid-template-areas:"content" "image" "cta";gap:32px}.about__content{text-align:center}.about__content h2{justify-content:center}.about__content p{margin-inline:auto}.about__features{text-align:left}.about__image{justify-items:center}.about__image:before{right:0;top:12px;width:100%;height:96%}.areas .section__title h2{justify-content:center}.certification__image-card{padding:14px}.future__card{padding:40px 24px}.testimonials__carousel{padding:0 18px 8px}.carousel-slide{flex-basis:70%}.stats-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.lead-form{padding:24px}.countdown{justify-content:space-between}.stats{grid-template-columns:1fr}.testimonials__badge img{width:min(220px,80%)}.carousel-slide{flex-basis:76%}.carousel-arrow{display:none}.future__card{padding:36px 20px;border-radius:20px}.mec-card{grid-template-columns:1fr;text-align:center}.mec-card__qr{margin:0 auto}.whatsapp-float{width:52px;height:52px}.whatsapp-float__icon svg{width:26px;height:26px}}@media(max-width:480px){.offer-bar__title{font-size:.95rem}.offer-bar__countdown{gap:8px}.offer-bar__value{font-size:1.1rem}.offer-bar__label{font-size:.65rem}.stats,.stats-cards__grid{grid-template-columns:1fr}.stats-card{padding:18px 16px}.stats-card__value{font-size:1.6rem}.lead-form__header h2{font-size:1.4rem}.field input{padding:10px 12px}.about__feature{grid-template-columns:40px 1fr;padding:12px 14px}.about__icon{width:38px;height:38px}.about__icon svg{width:20px;height:20px}.about__image img{border-radius:18px}.area-pill{font-size:.88rem;padding:8px 16px}.certification__image-card{padding:12px;border-radius:16px}.certification__image{border-radius:10px}.future__card{padding:32px 16px}.carousel-slide{flex-basis:85%}.footer__logo img{width:150px}.mec-card{width:100%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
