:root{--teal: #2A7F75;--teal-light: #3a9f93;--teal-dark: #1d5f57;--terracotta: #D97B45;--terracotta-light: #e89560;--terracotta-dark: #c66830;--white: #FFFFFF;--off-white: #F7F7F5;--gray-dark: #333333;--gray-medium: #666666;--gray-light: #999999;--gray-border: #E0E0E0;--gradient-hero: linear-gradient(135deg, rgba(42, 127, 117, .9) 0%, rgba(29, 95, 87, .95) 100%);--gradient-teal: linear-gradient(135deg, #2A7F75 0%, #1d5f57 100%);--gradient-terracotta: linear-gradient(135deg, #D97B45 0%, #c66830 100%);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .15);--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Playfair Display", Georgia, serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 6rem;--container-max: 1200px;--container-padding: 1.5rem;--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-full: 9999px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);color:var(--gray-dark);background-color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--gray-dark)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}p{line-height:1.7;color:var(--gray-medium)}a{text-decoration:none;color:inherit;transition:var(--transition-fast)}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;outline:none}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.text-teal{color:var(--teal)}.text-terracotta{color:var(--terracotta)}.text-white{color:var(--white)}.text-center{text-align:center}.bg-white{background-color:var(--white)}.bg-off-white{background-color:var(--off-white)}.bg-teal{background-color:var(--teal)}.bg-terracotta{background-color:var(--terracotta)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:var(--radius-full);transition:all var(--transition-normal);white-space:nowrap}.btn-primary{background:var(--gradient-terracotta);color:var(--white);box-shadow:0 4px 14px #d97b4566}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d97b4580}.btn-secondary{background:var(--gradient-teal);color:var(--white);box-shadow:0 4px 14px #2a7f7566}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2a7f7580}.btn-outline{background:transparent;color:var(--teal);border:2px solid var(--teal)}.btn-outline:hover{background:var(--teal);color:var(--white)}.btn-lg{padding:1.25rem 2.5rem;font-size:1.125rem}.btn-sm{padding:.75rem 1.5rem;font-size:.875rem}.section{padding:var(--space-3xl) 0}.section-header{text-align:center;margin-bottom:var(--space-2xl)}.section-header h2{margin-bottom:var(--space-sm)}.section-header p{max-width:600px;margin:0 auto;font-size:1.125rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.animate-fade-in{animation:fadeIn .4s ease forwards}@media(max-width:768px){:root{--container-padding: 1rem;--space-3xl: 4rem;--space-2xl: 3rem}.section{padding:var(--space-2xl) 0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--off-white)}::-webkit-scrollbar-thumb{background:var(--teal);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--teal-dark)}:focus-visible{outline:3px solid var(--teal);outline-offset:2px}::selection{background:var(--teal);color:var(--white)}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .2s ease}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all var(--transition-normal);background:transparent}.header--scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-md);padding:.75rem 0}.header__nav{display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__logo{display:flex;align-items:center}.header__logo img{height:60px;width:auto;transition:var(--transition-normal);filter:brightness(0) invert(1)}.header--scrolled .header__logo img{height:50px;filter:none}.header__links{display:flex;align-items:center;gap:.25rem}.header__link{padding:.5rem .875rem;font-size:.8125rem;font-weight:500;color:var(--gray-dark);border-radius:var(--radius-full);transition:all var(--transition-fast);position:relative;white-space:nowrap}.header:not(.header--scrolled) .header__link{color:var(--white)}.header__link:hover{background:#2a7f751a;color:var(--teal)}.header:not(.header--scrolled) .header__link:hover{background:#ffffff26;color:var(--white)}.header__link--active{color:var(--teal);background:#2a7f751a}.header:not(.header--scrolled) .header__link--active{background:#fff3;color:var(--white)}.header__actions{display:flex;align-items:center;gap:1rem}.header__user-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:transparent;border:2px solid var(--gray-border);color:var(--gray-dark);font-size:1.25rem;transition:all var(--transition-fast)}.header:not(.header--scrolled) .header__user-btn{border-color:#ffffff4d;color:var(--white)}.header__user-btn:hover{border-color:var(--teal);color:var(--teal);background:#2a7f751a}.header__mobile-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-sm);background:transparent;color:var(--gray-dark);font-size:1.5rem}.header:not(.header--scrolled) .header__mobile-toggle{color:var(--white)}.header__mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--white);box-shadow:var(--shadow-lg);overflow:hidden}.header__mobile-links{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.header__mobile-link{display:block;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:var(--gray-dark);border-radius:var(--radius-md);transition:all var(--transition-fast)}.header__mobile-link:hover,.header__mobile-link--active{background:#2a7f751a;color:var(--teal)}@media(max-width:1024px){.header__links,.header__actions .btn{display:none}.header__mobile-toggle{display:flex}}@media(max-width:480px){.header__logo img{height:45px}.header--scrolled .header__logo img{height:40px}}.footer{background:var(--gray-dark);color:var(--white);padding:var(--space-3xl) 0 var(--space-lg)}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;margin-bottom:var(--space-2xl)}.footer__brand{max-width:320px}.footer__logo{height:70px;width:auto;margin-bottom:var(--space-md);filter:brightness(0) invert(1)}.footer__tagline{font-size:1.125rem;font-weight:600;color:var(--terracotta);margin-bottom:var(--space-sm)}.footer__description{color:var(--gray-light);font-size:.9375rem;line-height:1.7;margin-bottom:var(--space-md)}.footer__social{display:flex;gap:.75rem}.footer__social a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#ffffff1a;color:var(--white);font-size:1.25rem;transition:all var(--transition-fast)}.footer__social a:hover{background:var(--teal);transform:translateY(-3px)}.footer__column h4{color:var(--white);font-size:1rem;font-weight:600;margin-bottom:var(--space-md);position:relative;padding-bottom:.75rem}.footer__column h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--teal)}.footer__column ul{display:flex;flex-direction:column;gap:.75rem}.footer__column a,.footer__column span{color:var(--gray-light);font-size:.9375rem;transition:all var(--transition-fast)}.footer__column a:hover{color:var(--teal-light);padding-left:5px}.footer__contact li{display:flex;align-items:flex-start;gap:.75rem}.footer__contact svg{color:var(--teal);font-size:1.125rem;flex-shrink:0;margin-top:2px}.footer__bottom{padding-top:var(--space-lg);border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__bottom p{color:var(--gray-light);font-size:.875rem}.footer__cnpj,.footer__dev{opacity:.7}.footer__dev a{color:var(--teal-light);font-weight:500;transition:all var(--transition-fast)}.footer__dev a:hover{color:var(--terracotta-light)}@media(max-width:1024px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer__brand{grid-column:span 2;max-width:100%}}@media(max-width:600px){.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__brand{grid-column:span 1;text-align:center}.footer__logo{margin:0 auto var(--space-md)}.footer__social{justify-content:center}.footer__column h4:after{left:50%;transform:translate(-50%)}.footer__column{text-align:center}.footer__column a:hover{padding-left:0}.footer__contact li{justify-content:center}.footer__bottom{flex-direction:column;text-align:center}}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;align-items:flex-end;gap:1rem}.whatsapp-float__button{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#25d366;color:#fff;font-size:2rem;box-shadow:0 4px 20px #25d36666;position:relative;transition:all var(--transition-fast)}.whatsapp-float__button:hover{box-shadow:0 6px 25px #25d36680}.whatsapp-float__pulse{position:absolute;width:100%;height:100%;border-radius:50%;background:#25d366;animation:whatsappPulse 2s ease-out infinite;z-index:-1}@keyframes whatsappPulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.5);opacity:0}}.whatsapp-float__tooltip{background:#fff;padding:1.25rem;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);max-width:260px;position:relative}.whatsapp-float__close{position:absolute;top:.5rem;right:.5rem;background:transparent;color:var(--gray-light);font-size:1.25rem;padding:.25rem;display:flex;align-items:center;justify-content:center}.whatsapp-float__close:hover{color:var(--gray-dark)}.whatsapp-float__message{font-size:.875rem;color:var(--gray-medium);margin-bottom:1rem;line-height:1.5}.whatsapp-float__message strong{color:var(--gray-dark);display:block;margin-bottom:.25rem}@media(max-width:600px){.whatsapp-float{bottom:1.5rem;right:1rem}.whatsapp-float__button{width:54px;height:54px;font-size:1.75rem}.whatsapp-float__tooltip{display:none}}.checkout-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:2000}.checkout-modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:var(--shadow-xl)}.checkout-modal__close{position:absolute;top:1rem;right:1rem;background:transparent;color:var(--gray-light);font-size:1.5rem;padding:.5rem;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:50%;transition:all var(--transition-fast)}.checkout-modal__close:hover{background:var(--off-white);color:var(--gray-dark)}.checkout-modal__header{background:var(--gradient-teal);padding:2rem;color:var(--white)}.checkout-modal__cota{text-align:center;margin-bottom:1.5rem}.checkout-modal__cota-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;opacity:.8}.checkout-modal__cota h3{color:var(--white);font-size:1.5rem;margin:.25rem 0}.checkout-modal__price{font-size:2rem;font-weight:700}.checkout-modal__price small{font-size:1rem;font-weight:400;opacity:.8}.checkout-steps{display:flex;align-items:center;justify-content:center;gap:.5rem}.checkout-step{display:flex;flex-direction:column;align-items:center;gap:.25rem;opacity:.5;transition:all var(--transition-fast)}.checkout-step.active{opacity:1}.checkout-step span{width:32px;height:32px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.checkout-step.active span{background:var(--white);color:var(--teal)}.checkout-step p{font-size:.75rem;color:var(--white)}.checkout-step__line{width:60px;height:2px;background:#ffffff4d;margin-bottom:1rem}.checkout-form{padding:2rem}.checkout-form__step{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--gray-dark)}.form-group input{padding:1rem;border:2px solid var(--gray-border);border-radius:var(--radius-sm);font-size:1rem;transition:all var(--transition-fast)}.form-group input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #2a7f751a}.form-group input::placeholder{color:var(--gray-light)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.payment-method{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;border:2px solid var(--gray-border);border-radius:var(--radius-md);background:var(--white);color:var(--gray-medium);transition:all var(--transition-fast)}.payment-method svg{font-size:1.5rem}.payment-method span{font-weight:500;font-size:.875rem}.payment-method:hover{border-color:var(--teal-light)}.payment-method.active{border-color:var(--teal);background:#2a7f750d;color:var(--teal)}.card-form{display:flex;flex-direction:column;gap:1rem}.pix-info{text-align:center;padding:1rem 0}.pix-qr{margin-bottom:1rem}.pix-qr__placeholder{width:180px;height:180px;margin:0 auto;background:var(--off-white);border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--teal)}.pix-qr__placeholder svg{font-size:3rem}.pix-qr__placeholder p{font-size:.875rem;color:var(--gray-medium)}.pix-info>p{font-size:.875rem;margin-bottom:1rem}.checkout-form__actions{display:flex;gap:1rem;margin-top:1rem}.checkout-form__actions .btn{flex:1}.checkout-modal__security{text-align:center;font-size:.75rem;color:var(--gray-light);padding:0 2rem 1.5rem}.checkout-success{padding:3rem 2rem;text-align:center}.checkout-success__icon{width:80px;height:80px;border-radius:50%;background:var(--gradient-teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1.5rem}.checkout-success h2{color:var(--teal);margin-bottom:.5rem}.checkout-success>p{color:var(--gray-medium);margin-bottom:2rem}.checkout-success__app{background:var(--off-white);padding:1.5rem;border-radius:var(--radius-md);margin-bottom:1.5rem}.checkout-success__app svg{font-size:2rem;color:var(--teal);margin-bottom:.5rem}.checkout-success__app p{font-size:.875rem}.checkout-success__buttons{display:flex;gap:1rem;margin-bottom:1rem}.checkout-success__buttons .btn{flex:1}@media(max-width:480px){.checkout-modal{max-height:100vh;border-radius:0}.checkout-modal__header,.checkout-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.checkout-form__actions{flex-direction:column-reverse}.checkout-success__buttons{flex-direction:column}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero__background{position:absolute;inset:0;z-index:0}.hero__background img{width:100%;height:100%;object-fit:cover;transform:scale(1.1)}.hero__img-desktop{display:block}.hero__img-mobile{display:none}@media(max-width:768px){.hero__img-desktop{display:none}.hero__img-mobile{display:block}}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(42,127,117,.7) 0%,rgba(42,127,117,.4) 15%,transparent 30%),linear-gradient(135deg,#fff6,#ffffff40 40%,#2a7f7540,#1d5f574d)}.hero__particles{position:absolute;inset:0;overflow:hidden;pointer-events:none}.hero__particle{position:absolute;width:8px;height:8px;background:#ffffff4d;border-radius:50%;filter:blur(1px)}.hero__content{position:relative;z-index:1;text-align:center;max-width:800px;padding:2rem}.hero__title{color:var(--white);font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;line-height:1.1}.hero__title span{color:var(--terracotta-light);display:block}.hero__subtitle{color:#ffffffe6;font-size:clamp(1.125rem,2.5vw,1.5rem);margin-bottom:2.5rem;line-height:1.6}.hero__cta{padding:.875rem 1.75rem;font-size:.9375rem;letter-spacing:.3px}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:1}.hero__scroll-indicator span{display:block;width:24px;height:40px;border:2px solid rgba(255,255,255,.5);border-radius:12px;position:relative}.hero__scroll-indicator span:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:4px;height:8px;background:var(--white);border-radius:2px;animation:scrollBounce 2s infinite ease-in-out}@keyframes scrollBounce{0%,to{opacity:1;top:6px}50%{opacity:.3;top:16px}}.how-it-works{position:relative}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.steps:before{content:"";position:absolute;top:80px;left:20%;right:20%;height:2px;background:linear-gradient(90deg,var(--terracotta) 0%,var(--teal) 50%,var(--terracotta) 100%);opacity:.3;z-index:0}.step{background:var(--white);padding:2.5rem 2rem;border-radius:var(--radius-lg);text-align:center;position:relative;z-index:1;box-shadow:var(--shadow-md);transition:all var(--transition-normal)}.step__number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:30px;height:30px;border-radius:50%;background:var(--white);color:var(--gray-medium);font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.step__icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.step--terracotta .step__icon{background:#d97b451a;color:var(--terracotta)}.step--teal .step__icon{background:#2a7f751a;color:var(--teal)}.step h3{margin-bottom:.75rem;font-size:1.25rem}.step p{font-size:.9375rem;line-height:1.6}.cotas__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.cota-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;position:relative;box-shadow:var(--shadow-md);border:2px solid transparent;transition:all var(--transition-normal)}.cota-card:hover{box-shadow:var(--shadow-lg)}.cota-card--popular{border-color:var(--terracotta);transform:scale(1.02)}.cota-card--popular:hover{transform:scale(1.02) translateY(-10px)}.cota-card__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient-terracotta);color:var(--white);padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.cota-card__header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-border)}.cota-card__header h3{font-size:1.5rem;margin-bottom:1rem}.cota-card__price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.75rem}.cota-card__currency{font-size:1.25rem;color:var(--gray-medium)}.cota-card__value{font-size:3rem;font-weight:700;color:var(--gray-dark);line-height:1}.cota-card--popular .cota-card__value{color:var(--terracotta)}.cota-card__period{font-size:1rem;color:var(--gray-light)}.cota-card__header p{font-size:.9375rem}.cota-card__features{display:flex;flex-direction:column;gap:.875rem;margin-bottom:2rem}.cota-card__features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--gray-medium)}.cota-card__features svg{color:var(--teal);font-size:1.125rem;flex-shrink:0;margin-top:2px}.cta-section{padding:var(--space-3xl) 0;background:var(--gradient-teal)}.cta-content{text-align:center;max-width:600px;margin:0 auto;color:var(--white)}.cta-content h2{color:var(--white);margin-bottom:1rem}.cta-content>p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.cta-content__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-content__buttons .btn-outline{border-color:var(--white);color:var(--white)}.cta-content__buttons .btn-outline:hover{background:var(--white);color:var(--teal)}@media(max-width:1024px){.steps{grid-template-columns:1fr;max-width:400px;margin:0 auto;gap:3rem}.steps:before{display:none}.cotas__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.cota-card--popular{transform:none;order:-1}.cota-card--popular:hover{transform:translateY(-10px)}}@media(max-width:600px){.hero__content{padding:1rem}.hero__cta{padding:.75rem 1.5rem;font-size:.875rem}.hero__scroll-indicator{display:none}.step{padding:2rem 1.5rem}.cota-card{padding:1.5rem}.cta-content__buttons{flex-direction:column}.cta-content__buttons .btn{width:100%}}.sobre-hero{padding:10rem 0 5rem;background:var(--gradient-teal);text-align:center}.sobre-hero__content{max-width:700px;margin:0 auto}.sobre-hero__badge{display:inline-block;background:#fff3;color:var(--white);padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.sobre-hero h1{color:var(--white);margin-bottom:1rem}.sobre-hero p{color:#ffffffe6;font-size:1.25rem}.visao-content{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}.visao-text h2{margin-bottom:1.5rem}.visao-lead{font-size:1.25rem;color:var(--gray-dark);margin-bottom:1.5rem;line-height:1.7}.visao-text p{margin-bottom:1rem;line-height:1.8}.visao-text strong{color:var(--teal)}.lema-card{background:var(--gradient-teal);padding:2.5rem;border-radius:var(--radius-lg);color:var(--white);text-align:center}.lema-label{display:inline-block;background:#fff3;padding:.375rem 1rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.lema-card h3{color:var(--white);font-size:1.5rem;line-height:1.5;margin:0}.pilares-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pilar-card{background:var(--white);padding:2.5rem 2rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-md);transition:all var(--transition-normal)}.pilar-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.pilar-card__icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.pilar-card--teal .pilar-card__icon{background:#2a7f751a;color:var(--teal)}.pilar-card--terracotta .pilar-card__icon{background:#d97b451a;color:var(--terracotta)}.pilar-card h3{margin-bottom:.75rem;font-size:1.25rem}.pilar-card p{color:var(--gray-medium);line-height:1.6}.diferenciais-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.diferencial-item{display:flex;gap:1rem;padding:1.5rem;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-normal)}.diferencial-item:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.diferencial-item__icon{width:50px;height:50px;min-width:50px;background:#2a7f751a;color:var(--teal);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.diferencial-item__content h4{font-size:1rem;margin-bottom:.375rem}.diferencial-item__content p{font-size:.875rem;color:var(--gray-medium);line-height:1.5;margin:0}.mvv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.mvv-card{background:var(--white);padding:2.5rem 2rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-md)}.mvv-card__icon{width:70px;height:70px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:var(--white)}.mvv-card__icon.bg-teal{background:var(--gradient-teal)}.mvv-card__icon.bg-terracotta{background:var(--gradient-terracotta)}.mvv-card h3{margin-bottom:1rem;font-size:1.375rem}.mvv-card p{color:var(--gray-medium);line-height:1.7}.sobre-cta{background:var(--gradient-terracotta);text-align:center}.sobre-cta__content{max-width:600px;margin:0 auto}.sobre-cta h2{color:var(--white);margin-bottom:1rem}.sobre-cta p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.sobre-cta__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.sobre-cta__buttons .btn-primary{background:var(--white);color:var(--terracotta)}.sobre-cta__buttons .btn-primary:hover{background:var(--off-white)}.sobre-cta__buttons .btn-outline{border-color:var(--white);color:var(--white)}.sobre-cta__buttons .btn-outline:hover{background:var(--white);color:var(--terracotta)}@media(max-width:1024px){.visao-content{grid-template-columns:1fr;gap:2rem}.pilares-grid,.diferenciais-grid,.mvv-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media(max-width:600px){.sobre-hero{padding:8rem 0 4rem}.sobre-hero p{font-size:1.125rem}.lema-card{padding:2rem 1.5rem}.lema-card h3{font-size:1.25rem}.pilar-card,.mvv-card{padding:2rem 1.5rem}.diferencial-item{flex-direction:column;text-align:center}.diferencial-item__icon{margin:0 auto}.sobre-cta__buttons{flex-direction:column}.sobre-cta__buttons .btn{width:100%}}.cesta-hero{padding:10rem 0 4rem;background:var(--gradient-teal);color:var(--white)}.cesta-hero__content{max-width:700px;text-align:center;margin:0 auto}.cesta-hero__badge{display:inline-block;background:#fff3;padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.cesta-hero h1{color:var(--white);margin-bottom:1rem}.cesta-hero p{color:#ffffffe6;font-size:1.25rem;line-height:1.7}.cesta-interactive{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.cesta-interactive__image{position:relative;border-radius:var(--radius-lg);overflow:hidden}.cesta-interactive__image img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.cesta-item-marker{position:absolute;width:40px;height:40px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1rem;transform:translate(-50%,-50%);cursor:pointer;border:3px solid var(--white);box-shadow:var(--shadow-md);z-index:10;transition:all var(--transition-fast)}.cesta-item-marker.active{background:var(--terracotta);transform:translate(-50%,-50%) scale(1.2)}.cesta-item-marker__pulse{position:absolute;width:100%;height:100%;border-radius:50%;background:var(--teal);animation:itemPulse 2s ease-out infinite;z-index:-1}@keyframes itemPulse{0%{transform:scale(1);opacity:.5}to{transform:scale(2);opacity:0}}.cesta-item-popup{position:absolute;background:var(--white);padding:1.25rem;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:200px;transform:translate(-50%,-100%);z-index:20;pointer-events:none}.cesta-item-popup:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--white)}.cesta-item-popup h4{color:var(--teal);margin-bottom:.25rem}.cesta-item-popup__weight{font-weight:600;color:var(--gray-dark);font-size:.875rem;margin-bottom:.5rem}.cesta-item-popup__nutrition{font-size:.8125rem;margin-bottom:.5rem}.cesta-item-popup__brand{font-size:.75rem;color:var(--gray-light)}.cesta-interactive__info h3{margin-bottom:1rem;color:var(--teal)}.cesta-interactive__info>p{margin-bottom:1.5rem}.cesta-checklist{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.cesta-checklist li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--gray-medium)}.cesta-checklist svg{color:var(--teal);font-size:1.125rem}.cesta-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.cesta-stat{text-align:center;padding:1.25rem;background:var(--off-white);border-radius:var(--radius-md)}.cesta-stat__value{display:block;font-size:2rem;font-weight:700;color:var(--teal);line-height:1;margin-bottom:.25rem}.cesta-stat__label{font-size:.75rem;color:var(--gray-medium);text-transform:uppercase;letter-spacing:.5px}.diferencial-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.diferencial-image{border-radius:var(--radius-lg);overflow:hidden}.diferencial-image img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.diferencial-cards{display:flex;flex-direction:column;gap:1.5rem}.diferencial-card{display:flex;gap:1.25rem;padding:1.5rem;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-normal)}.diferencial-card:hover{transform:translate(8px);box-shadow:var(--shadow-md)}.diferencial-card__icon{width:50px;height:50px;border-radius:var(--radius-sm);background:#2a7f751a;color:var(--teal);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.diferencial-card__content h4{margin-bottom:.5rem;font-size:1rem}.diferencial-card__content p{font-size:.875rem;line-height:1.6}.algoritmo-visual{display:flex;flex-direction:column;gap:3rem}.algoritmo-flow{display:flex;align-items:flex-start;justify-content:center;gap:1rem;flex-wrap:wrap}.algoritmo-step{flex:1;min-width:180px;max-width:220px;text-align:center}.algoritmo-step__icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:var(--white);margin:0 auto 1rem}.algoritmo-step__icon.bg-teal{background:var(--gradient-teal)}.algoritmo-step__icon.bg-terracotta{background:var(--gradient-terracotta)}.algoritmo-step h4{font-size:1rem;margin-bottom:.5rem}.algoritmo-step p{font-size:.875rem;line-height:1.5}.algoritmo-arrow{font-size:1.5rem;color:var(--gray-light);margin-top:1.5rem}.algoritmo-criterios{background:var(--off-white);padding:2rem;border-radius:var(--radius-lg);max-width:600px;margin:0 auto}.algoritmo-criterios h4{text-align:center;margin-bottom:1.5rem}.algoritmo-criterios ul{display:flex;flex-direction:column;gap:.75rem}.algoritmo-criterios li{display:flex;align-items:center;gap:1rem;font-size:.9375rem;color:var(--gray-medium)}.priority{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;min-width:60px;text-align:center}.priority.high{background:#d97b451a;color:var(--terracotta)}.priority.medium{background:#2a7f751a;color:var(--teal)}.priority.normal{background:var(--gray-border);color:var(--gray-medium)}@media(max-width:1024px){.cesta-interactive,.diferencial-grid{grid-template-columns:1fr;gap:3rem}.diferencial-image{order:-1;max-width:500px;margin:0 auto}.algoritmo-arrow{display:none}.algoritmo-flow{gap:2rem}}@media(max-width:600px){.cesta-hero{padding:8rem 0 3rem}.cesta-hero p{font-size:1rem}.cesta-item-marker{width:32px;height:32px;font-size:.875rem}.cesta-stats{grid-template-columns:1fr}.diferencial-card{flex-direction:column;text-align:center}.diferencial-card__icon{margin:0 auto}.algoritmo-step{min-width:140px}}.transparencia-hero{padding:10rem 0 4rem;background:var(--gradient-teal);color:var(--white)}.transparencia-hero__content{max-width:700px;text-align:center;margin:0 auto}.transparencia-hero__badge{display:inline-block;background:#fff3;padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.transparencia-hero h1{color:var(--white);margin-bottom:1rem}.transparencia-hero p{color:#ffffffe6;font-size:1.25rem;line-height:1.7}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-md);transition:all var(--transition-normal)}.stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.stat-card__icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1rem}.stat-card--teal .stat-card__icon{background:#2a7f751a;color:var(--teal)}.stat-card--terracotta .stat-card__icon{background:#d97b451a;color:var(--terracotta)}.stat-card__value{font-size:2.5rem;font-weight:700;color:var(--gray-dark);line-height:1;margin-bottom:.5rem}.stat-card--teal .stat-card__value{color:var(--teal)}.stat-card--terracotta .stat-card__value{color:var(--terracotta)}.stat-card__label{font-size:.875rem;color:var(--gray-medium)}.mapa-container{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:start}.mapa-visual{position:relative;background:var(--white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);min-height:400px}.mapa-svg{width:100%;height:auto}.mapa-marker{position:absolute;width:24px;height:24px;transform:translate(-50%,-50%);background:transparent;cursor:pointer;z-index:10}.mapa-marker__dot{position:absolute;inset:0;margin:auto;width:12px;height:12px;border-radius:50%;background:var(--terracotta);border:2px solid var(--white);box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.mapa-marker.active .mapa-marker__dot,.mapa-marker:hover .mapa-marker__dot{width:16px;height:16px;background:var(--teal)}.mapa-marker__pulse{position:absolute;inset:0;margin:auto;width:12px;height:12px;border-radius:50%;background:var(--terracotta);animation:mapPulse 2s ease-out infinite}@keyframes mapPulse{0%{transform:scale(1);opacity:.6}to{transform:scale(3);opacity:0}}.mapa-info{position:absolute;bottom:2rem;left:2rem;background:var(--white);padding:1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border-left:4px solid var(--teal);min-width:250px}.mapa-info h4{color:var(--teal);margin-bottom:1rem}.mapa-info__stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.5rem}.mapa-info__value{display:block;font-size:1.5rem;font-weight:700;color:var(--gray-dark)}.mapa-info__label{display:block;font-size:.75rem;color:var(--gray-light)}.mapa-info>p{font-size:.75rem;color:var(--gray-light);font-style:italic}.mapa-resumo{background:var(--white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.mapa-resumo h3{margin-bottom:1.5rem;color:var(--teal)}.mapa-resumo__item{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--gray-border)}.mapa-resumo__label{color:var(--gray-medium)}.mapa-resumo__value{font-weight:700;color:var(--gray-dark)}.mapa-resumo__note{font-size:.75rem;color:var(--gray-light);font-style:italic;margin-top:1rem;margin-bottom:2rem}.mapa-bairros-list h4{font-size:.875rem;margin-bottom:1rem;color:var(--gray-dark)}.mapa-bairros-list ul{max-height:200px;overflow-y:auto}.mapa-bairros-list li{display:flex;justify-content:space-between;padding:.75rem;border-radius:var(--radius-sm);font-size:.875rem;cursor:pointer;transition:all var(--transition-fast)}.mapa-bairros-list li:hover,.mapa-bairros-list li.active{background:#2a7f751a}.mapa-bairros-list li.active{color:var(--teal);font-weight:500}.mapa-bairros-list li span:last-child{color:var(--gray-light);font-size:.8125rem}.relatorios-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}.relatorio-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.relatorio-card:hover{box-shadow:var(--shadow-md);transform:translate(5px)}.relatorio-card__icon{width:50px;height:50px;border-radius:var(--radius-sm);background:#2a7f751a;color:var(--teal);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.relatorio-card__info{flex:1}.relatorio-card__info h4{font-size:1rem;margin-bottom:.25rem}.relatorio-card__info p{font-size:.8125rem}.relatorio-card__download{width:44px;height:44px;border-radius:50%;background:var(--off-white);color:var(--gray-medium);display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all var(--transition-fast)}.relatorio-card__download:hover{background:var(--teal);color:var(--white)}.relatorios-cta{text-align:center;padding-top:2rem;border-top:1px solid var(--gray-border)}.relatorios-cta p{margin-bottom:1rem}.selos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.selo-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);position:relative;transition:all var(--transition-normal)}.selo-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.selo-card__badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--teal);color:var(--white);padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.6875rem;font-weight:600;text-transform:uppercase}.selo-card h4{margin-top:.5rem;margin-bottom:.5rem;font-size:1.125rem}.selo-card p{font-size:.8125rem;line-height:1.5}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.mapa-container{grid-template-columns:1fr}.mapa-visual{min-height:350px}.selos-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.transparencia-hero{padding:8rem 0 3rem}.transparencia-hero p{font-size:1rem}.stats-grid{grid-template-columns:1fr}.stat-card{padding:1.5rem}.relatorios-grid,.selos-grid{grid-template-columns:1fr}.mapa-info{position:relative;bottom:auto;left:auto;margin-top:1rem}}.empresas-hero{padding:10rem 0 4rem;position:relative;color:var(--white);min-height:50vh;display:flex;align-items:center}.empresas-hero__bg{position:absolute;inset:0;z-index:0}.empresas-hero__bg img{width:100%;height:100%;object-fit:cover}.empresas-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#2a7f75e6,#1d5f57d9)}.empresas-hero__content{position:relative;z-index:1;max-width:700px;text-align:center;margin:0 auto}.empresas-hero__badge{display:inline-block;background:#fff3;padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.empresas-hero h1{color:var(--white);margin-bottom:1rem}.empresas-hero p{color:#ffffffe6;font-size:1.25rem;line-height:1.7}.beneficios-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.beneficio-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-md);transition:all var(--transition-normal)}.beneficio-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.beneficio-card__icon{width:70px;height:70px;border-radius:50%;background:#2a7f751a;color:var(--teal);display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 1.25rem}.beneficio-card h3{font-size:1.125rem;margin-bottom:.75rem}.beneficio-card p{font-size:.9375rem;line-height:1.6}.planos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.plano-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;position:relative;box-shadow:var(--shadow-md);border-top:4px solid transparent;transition:all var(--transition-normal)}.plano-card--bronze{border-top-color:#cd7f32}.plano-card--prata{border-top-color:silver}.plano-card--ouro{border-top-color:gold}.plano-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.plano-card--popular{transform:scale(1.02);border:2px solid var(--terracotta);border-top:4px solid var(--terracotta)}.plano-card--popular:hover{transform:scale(1.02) translateY(-8px)}.plano-card__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient-terracotta);color:var(--white);padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.plano-card__header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-border)}.plano-card__header h3{font-size:1.5rem;margin-bottom:.25rem}.plano-card__subtitulo{display:block;font-size:.875rem;color:var(--gray-medium);font-weight:500;margin-bottom:.75rem}.plano-card__destaque{display:inline-block;background:var(--gradient-teal);color:var(--white);padding:.625rem 1.25rem;border-radius:var(--radius-full);font-size:.9375rem;font-weight:600}.plano-card--popular .plano-card__destaque{background:var(--gradient-terracotta)}.plano-card__features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.plano-card__features li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--gray-medium)}.plano-card__features svg{color:var(--teal);font-size:1rem;flex-shrink:0}.plano-card__buttons{display:flex;flex-direction:column;gap:.75rem}.plano-card__buttons .btn{width:100%}.plano-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.plano-modal{background:var(--white);border-radius:var(--radius-lg);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;border-top:5px solid var(--teal)}.plano-modal--bronze{border-top-color:#cd7f32}.plano-modal--prata{border-top-color:silver}.plano-modal--ouro{border-top-color:gold}.plano-modal__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:var(--off-white);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--gray-medium);transition:all var(--transition-fast)}.plano-modal__close:hover{background:var(--gray-border);color:var(--gray-dark)}.plano-modal__header{padding:2rem 2rem 1rem;text-align:center;border-bottom:1px solid var(--gray-border)}.plano-modal__tag{display:inline-block;background:var(--off-white);padding:.375rem 1rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;letter-spacing:1px;color:var(--gray-medium);margin-bottom:.75rem}.plano-modal__header h2{font-size:1.75rem;color:var(--gray-dark)}.plano-modal__content{padding:1.5rem 2rem}.plano-modal__intro{font-size:1.125rem;font-weight:600;color:var(--teal);margin-bottom:1rem}.plano-modal__texto{color:var(--gray-medium);line-height:1.7;margin-bottom:1.5rem}.plano-modal__impacto{background:var(--gradient-teal);color:var(--white);padding:1.25rem;border-radius:var(--radius-md);margin-bottom:1.5rem}.plano-modal__impacto h4{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--white)}.plano-modal__impacto span{font-size:1.25rem;font-weight:700}.plano-modal__contrapartidas h4{font-size:1rem;margin-bottom:1rem;color:var(--gray-dark)}.plano-modal__contrapartidas ul{display:flex;flex-direction:column;gap:.75rem}.plano-modal__contrapartidas li{display:flex;align-items:flex-start;gap:.75rem;color:var(--gray-medium);line-height:1.5}.plano-modal__contrapartidas svg{color:var(--teal);font-size:1rem;flex-shrink:0;margin-top:3px}.plano-modal__footer{padding:1.5rem 2rem;background:var(--off-white);text-align:center;border-radius:0 0 var(--radius-lg) var(--radius-lg)}.plano-modal__footer p{font-weight:500;color:var(--gray-medium);margin-bottom:1rem}.contato-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.contato-info h2{margin-bottom:1rem}.contato-info>p{font-size:1.125rem;margin-bottom:2rem}.contato-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.contato-highlight{background:var(--off-white);padding:1.5rem;border-radius:var(--radius-md);text-align:center}.contato-highlight__value{display:block;font-size:2rem;font-weight:700;color:var(--teal);margin-bottom:.25rem}.contato-highlight__label{font-size:.875rem;color:var(--gray-medium)}.contato-direct{padding-top:1.5rem;border-top:1px solid var(--gray-border)}.contato-direct p{font-size:.875rem;margin-bottom:.5rem}.contato-direct a{color:var(--teal);font-weight:600}.contato-direct a:hover{text-decoration:underline}.contato-form-wrapper{background:var(--white);padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.contato-form{display:flex;flex-direction:column;gap:1.25rem}.contato-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contato-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contato-form label{font-size:.875rem;font-weight:500;color:var(--gray-dark)}.contato-form input,.contato-form select{padding:.875rem 1rem;border:2px solid var(--gray-border);border-radius:var(--radius-sm);font-size:1rem;transition:all var(--transition-fast);background:var(--white)}.contato-form input:focus,.contato-form select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #2a7f751a}.contato-success{text-align:center;padding:3rem 1rem}.contato-success__icon{width:70px;height:70px;border-radius:50%;background:var(--gradient-teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem}.contato-success h3{color:var(--teal);margin-bottom:.5rem}.parceiros-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.parceiro-card{background:var(--white);padding:2rem;border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.parceiro-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.parceiro-card span{font-weight:500;color:var(--gray-medium)}@media(max-width:1024px){.beneficios-grid{grid-template-columns:repeat(2,1fr)}.planos-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.plano-card--popular{transform:none;order:-1}.plano-card--popular:hover{transform:translateY(-8px)}.contato-grid{grid-template-columns:1fr;gap:3rem}.parceiros-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.empresas-hero{padding:8rem 0 3rem}.empresas-hero p{font-size:1rem}.beneficios-grid,.contato-form .form-row{grid-template-columns:1fr}.contato-form-wrapper{padding:1.5rem}.contato-highlights,.parceiros-grid{grid-template-columns:1fr}}.beneficiario-hero{padding:10rem 0 4rem;background:var(--gradient-teal);color:var(--white)}.beneficiario-hero__content{max-width:700px;text-align:center;margin:0 auto}.beneficiario-hero__badge{display:inline-block;background:#fff3;padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.beneficiario-hero h1{color:var(--white);margin-bottom:1rem}.beneficiario-hero p{color:#ffffffe6;font-size:1.25rem;line-height:1.7}.plataforma-content{max-width:700px;margin:0 auto;text-align:center;background:var(--white);padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.plataforma-icon{width:80px;height:80px;border-radius:50%;background:var(--gradient-teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1.5rem}.plataforma-content h2{margin-bottom:1rem}.plataforma-desc{font-size:1.125rem;margin-bottom:1.5rem;line-height:1.7;color:var(--gray-medium)}.plataforma-security{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#2a7f751a;border-radius:var(--radius-md);margin-bottom:1.5rem}.plataforma-security svg{color:var(--teal);font-size:1.25rem;flex-shrink:0}.plataforma-security span{font-size:.9375rem;color:var(--gray-dark)}.plataforma-note{font-size:.9375rem;color:var(--terracotta);font-weight:500;padding:1rem;background:#d97b451a;border-radius:var(--radius-md)}.passos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.passo-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);text-align:center;position:relative;box-shadow:var(--shadow-md);transition:all var(--transition-normal)}.passo-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.passo-card__numero{width:50px;height:50px;border-radius:50%;background:var(--gradient-terracotta);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1.25rem}.passo-card h3{font-size:1.125rem;margin-bottom:.75rem}.passo-card p{font-size:.9375rem;line-height:1.6}.visual-content{position:relative;border-radius:var(--radius-lg);overflow:hidden;max-width:900px;margin:0 auto}.visual-content img{width:100%;display:block}.visual-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,#2a7f75f2,#2a7f7500);color:var(--white);text-align:center}.visual-overlay h3{color:var(--white);margin-bottom:.5rem}.visual-overlay p{color:#ffffffe6;font-size:1rem}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.faq-card{background:var(--white);padding:1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-left:4px solid var(--teal)}.faq-card h4{font-size:1rem;margin-bottom:.75rem;color:var(--gray-dark)}.faq-card p{font-size:.9375rem;line-height:1.6}.cta-box{background:var(--gradient-terracotta);padding:3rem;border-radius:var(--radius-lg);text-align:center;color:var(--white);max-width:700px;margin:0 auto}.cta-box svg{font-size:3rem;margin-bottom:1.5rem}.cta-box h3{color:var(--white);margin-bottom:1rem}.cta-box p{color:#ffffffe6;margin-bottom:2rem;line-height:1.7}.cta-box .btn{background:var(--white);color:var(--terracotta)}.cta-box .btn:hover{background:var(--off-white)}@media(max-width:1024px){.passos-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr}}@media(max-width:600px){.beneficiario-hero{padding:8rem 0 3rem}.beneficiario-hero p{font-size:1rem}.plataforma-content{padding:2rem 1.5rem}.passos-grid{grid-template-columns:1fr}.passo-card{padding:1.5rem}.cta-box{padding:2rem}}.termos-hero{padding:10rem 0 4rem;background:var(--gradient-teal);color:var(--white)}.termos-hero__content{max-width:700px;text-align:center;margin:0 auto}.termos-hero__badge{display:inline-block;background:#fff3;padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.termos-hero h1{color:var(--white);margin-bottom:1rem}.termos-hero p{color:#ffffffe6;font-size:1.25rem;line-height:1.7}.termos-wrapper{max-width:800px;margin:0 auto;background:var(--white);padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.termos-update{font-size:.875rem;color:var(--gray-medium);margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-border)}.termos-intro{margin-bottom:2rem}.termos-intro p{font-size:1.125rem;line-height:1.8;color:var(--gray-dark)}.termos-section{margin-bottom:2.5rem}.termos-section h2{font-size:1.5rem;color:var(--teal);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--teal)}.termos-section h3{font-size:1.25rem;color:var(--gray-dark);margin-top:1.5rem;margin-bottom:1rem}.termos-section h4{font-size:1rem;color:var(--terracotta);margin-top:1rem;margin-bottom:.5rem}.termos-section p{font-size:1rem;line-height:1.8;color:var(--gray-medium);margin-bottom:1rem}.termos-section ul{margin:1rem 0;padding-left:0}.termos-section li{position:relative;padding-left:1.5rem;margin-bottom:1rem;line-height:1.7;color:var(--gray-medium)}.termos-section li:before{content:"";position:absolute;left:0;top:.6rem;width:8px;height:8px;background:var(--teal);border-radius:50%}.termos-section li strong{color:var(--gray-dark)}.termos-highlight{font-size:1.125rem!important;font-weight:600;color:var(--teal)!important;font-style:italic}.termos-divider{height:2px;background:linear-gradient(to right,var(--teal),var(--terracotta));margin:3rem 0;border-radius:var(--radius-full)}.termos-faq-item{background:var(--off-white);padding:1.5rem;border-radius:var(--radius-md);margin-bottom:1rem;border-left:4px solid var(--teal)}.termos-faq-item h4{color:var(--gray-dark);margin-top:0;margin-bottom:.75rem;font-size:1.0625rem}.termos-faq-item p{margin-bottom:0;font-size:.9375rem}@media(max-width:768px){.termos-wrapper{padding:2rem 1.5rem}.termos-section h2{font-size:1.25rem}.termos-section h3{font-size:1.125rem}}@media(max-width:600px){.termos-hero{padding:8rem 0 3rem}.termos-hero p{font-size:1rem}.termos-wrapper{padding:1.5rem 1rem;border-radius:var(--radius-md)}.termos-intro p{font-size:1rem}}
