*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Roboto",sans-serif;color:#1a1a1a;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}em{text-decoration:underline;text-decoration-color:#f1d284}h1 span,h2 span,h3 span{display:block}@media(max-width: 890px){h1 span,h2 span,h3 span{display:initial}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media(min-width: 768px){.container{padding:0 40px}}.top-bar{background-color:#2a2a2a;border-bottom:1px solid rgba(255,255,255,.1);padding:12px 0;position:relative}@media(max-width: 768px){.top-bar{display:none}}.top-bar-container{padding:0 40px;display:flex;align-items:center;justify-content:space-between}.top-bar-left{display:flex;align-items:center;gap:15px}.top-bar-btn{display:flex;align-items:center;gap:5px;padding:6px 12px;background-color:rgba(0,0,0,0);border:1px solid rgba(241,210,132,.2);border-radius:4px;color:rgba(255,255,255,.9);font-size:12px;font-weight:600;letter-spacing:.5px;text-decoration:none;transition:all .3s ease}.top-bar-btn svg{width:14px;height:14px}.top-bar-btn:hover{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);color:#fff}.top-bar-phone{display:flex;align-items:center;gap:5px;color:rgba(255,255,255,.8);font-size:13px;text-decoration:none;transition:color .3s ease}.top-bar-phone svg{width:14px;height:14px}.top-bar-phone:hover{color:#fff}.top-bar-right{display:flex;align-items:center;gap:5px}.top-bar-social{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(241,210,132,.2);border-radius:4px;color:rgba(255,255,255,.8);text-decoration:none;transition:all .3s ease}.top-bar-social svg{width:16px;height:16px}.top-bar-social:hover{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.4);color:#fff;transform:translateY(-2px)}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 0;-webkit-transform:translate(0, 60px);transform:translate(0, 60px);transition:all .5s cubic-bezier(0.4, 0, 0.2, 1);backdrop-filter:blur(0px);background-color:rgba(0,0,0,0)}.header.header--scrolled{-webkit-transform:translate(0, 0px);transform:translate(0, 0px);backdrop-filter:blur(10px);background-color:rgba(26,26,26,.85);box-shadow:0 2px 15px rgba(0,0,0,.1);animation:all .5s ease-out}.header.header--scrolled img{width:80px}.header .header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.header .logo .logo-text{color:#fff;font-size:24px;font-weight:bold;letter-spacing:2px}.header .nav{display:flex;gap:30px;align-items:center;flex-wrap:wrap}.header .nav-link{color:#fff;font-family:"Roboto",sans-serif;font-size:12px;letter-spacing:1px;text-transform:uppercase;transition:opacity .3s}.header .nav-link:hover{opacity:.7}.header .nav-link--cta{background:#f1d284;color:#1a1a1a;padding:10px 20px;border-radius:4px}@keyframes slideDown{from{transform:translateY(-10px);opacity:.8}to{transform:translateY(0);opacity:1}}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}@media(max-width: 890px){.menu-toggle{display:flex}}.menu-toggle .hamburger{width:25px;height:2px;background:#fff;transition:all .3s ease;border-radius:2px}.menu-toggle.menu-toggle--active .hamburger:nth-child(1){transform:rotate(45deg) translate(3px, 3px)}.menu-toggle.menu-toggle--active .hamburger:nth-child(2){opacity:0}.menu-toggle.menu-toggle--active .hamburger:nth-child(3){transform:rotate(-45deg) translate(7px, -7px)}@media(max-width: 890px){.header .nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#1a1a1a;flex-direction:column;justify-content:flex-start;padding:80px 30px 30px;gap:0;transition:right .4s ease;box-shadow:-4px 0 20px rgba(0,0,0,0);overflow-y:auto}.header .nav.nav--open{box-shadow:-4px 0 20px rgba(0,0,0,.3);right:0}}@media(max-width: 550px){.header .nav{width:100%}}@media(max-width: 890px){.header .nav .nav-link{width:100%;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px}.header .nav .nav-link--cta{margin-top:20px;text-align:center;border:none;padding:14px 20px}}.hero{position:relative;height:75vh;min-height:500px;background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("../img/layout/hero.jpg") center/cover no-repeat;display:flex;align-items:flex-end;justify-content:center}.webp .hero{background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("../img/layout/hero.webp")}.hero .hero-content{color:#fff;margin-bottom:150px;text-align:center}.hero .hero-title{font-family:"Roboto",sans-serif;font-size:48px;font-weight:300;line-height:1.1}@media(max-width: 768px){.hero .hero-title{font-size:32px}}.hero .hero-title em{font-family:"IBM Plex Serif",serif;font-style:italic;font-weight:300}.form-section{background:#fcfcfc;border:1px solid #e6e6e6;box-shadow:0px 10px 30px 10px rgba(0,0,0,.1);border-radius:8px;margin:-80px auto 0 auto;position:relative;padding:60px 40px;width:fit-content;z-index:10;animation:slideInUp .4s ease-out}@keyframes slideInUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.form-section .form-card{display:flex;gap:40px;flex-wrap:wrap}@media(max-width: 1024px){.form-section .form-card{flex-direction:column}}.form-section #mc_embed_signup_scroll{flex:1;min-width:300px;display:flex;flex-direction:column;gap:15px}.form-section #mc_embed_shell{min-width:300px}.form-section #mce-success-response{border:1px solid #2aca2a;background-color:#f5fff5;padding:5px;border-radius:5px}.form-section #mce-error-response{border:1px solid #ee5454;background-color:#fff1f0;padding:5px;border-radius:5px}.form-section .form-content{flex:1;min-width:300px}.form-section .form-title{font-family:"Roboto",sans-serif;font-size:36px;font-weight:300;margin-bottom:20px;line-height:1.1}.form-section .form-title em{font-family:"IBM Plex Serif",serif;font-style:italic}.form-section .form-description{color:#666;font-size:16px;line-height:1.5}.form-section .form-description strong{color:#1a1a1a}.form-section .contact-form{flex:1;min-width:300px;display:flex;flex-direction:column;gap:15px}.form-section .form-input{padding:12px 16px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:"IBM Plex Serif",serif}.form-section .form-input::placeholder{color:#999}.form-section .form-input:focus{outline:none;border-color:#f1d284}.form-section .form-button{background:#f1d284;color:#1a1a1a;border:none;padding:14px 30px;border-radius:4px;font-size:14px;font-weight:bold;letter-spacing:1px;cursor:pointer;transition:background .3s}.form-section .form-button:hover{background:#ecc156}.form-section .form-privacy{font-size:10px;color:#666;margin-top:28px;text-align:center;width:100%}.form-section .form-privacy a{color:#f1d284;text-decoration:underline}@media(max-width: 890px){.form-section{text-align:center;padding:40px 0}}.stats-section{background:#878787;background:linear-gradient(180deg, rgb(135, 135, 135) 30%, rgb(255, 255, 255) 100%);box-shadow:0px -999px 0 999px #878787;padding:100px 0}.comites-section{padding:0 0 80px 0}.comites-section .section-title{font-family:"Roboto",sans-serif;font-size:36px;font-weight:300;text-align:center;margin-bottom:50px;line-height:1.1}.comites-section .section-title em{font-family:"IBM Plex Serif",serif;font-style:italic}.comites-section .comites-grid{display:flex;flex-direction:column;gap:20px;max-width:600px;margin:0 auto}.comites-section .comite-card{align-items:center;background:#f5f5f5;display:flex;flex-direction:row-reverse;justify-content:space-between;padding:30px;gap:20px;transition:transform .3s}.comites-section .comite-card:hover{transform:translateY(-4px)}.comites-section .comite-icon{width:60px;height:60px;flex-shrink:0}.comites-section .comite-icon img{width:100%}.comites-section .diferenciais-grid .comite-card{justify-content:flex-start;flex-direction:row;gap:15px}.comites-section .diferenciais-grid .comite-card .comite-icon{height:25px;width:25px}.comites-section .diferenciais-grid .comite-card .comite-title{font-size:18px;font-weight:500}.comites-section .comite-title{font-family:"Roboto",sans-serif;font-size:18px;font-weight:300;font-size:22px}.comites-section .networking-content{margin-top:50px;position:relative;text-align:center;width:100%}.comites-section .networking-content .section-title{margin-bottom:20px}.comites-section .networking-content .networking-description{font-size:16px;margin-bottom:20px;line-height:1.6;text-align:center}.comites-section .networking-content .networking-description strong{font-weight:600}.comites-section .networking-content .networking-button{background:#f1d284;color:#1a1a1a;border:none;padding:14px 40px;border-radius:4px;font-size:14px;font-weight:bold;letter-spacing:1px;cursor:pointer;transition:background .3s}.comites-section .networking-content .networking-button:hover{background:#ecc156}.image-section{background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("../img/layout/confra-mulher.jpg") center/cover no-repeat;display:flex;align-items:center;justify-content:center;margin-bottom:80px;padding:0;height:600px}.webp .image-section{background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("../img/layout/confra-mulher.webp")}.image-section .container{display:flex;gap:15px;flex-direction:column;align-items:center}.image-section .section-title{color:#fff;font-family:"Roboto",sans-serif;font-size:36px;font-weight:300;line-height:1.1;text-align:center}@media(max-width: 768px){.image-section .section-title{font-size:32px}}.image-section .section-title em{font-family:"IBM Plex Serif",serif;font-style:italic;font-weight:300}.image-section .button{background:#f1d284;color:#1a1a1a;border:none;padding:14px 30px;border-radius:4px;font-size:14px;font-weight:bold;letter-spacing:1px;cursor:pointer;transition:background .3s;text-transform:uppercase}.image-section .button:hover{background:#ecc156}.board-section{padding:80px 0;background:linear-gradient(rgba(28, 29, 85, 0.8), rgba(28, 29, 85, 0.9)),url("../img/layout/board.jpg") center/cover no-repeat;color:#fff}.webp .board-section{background-image:linear-gradient(rgba(28, 29, 85, 0.8), rgba(28, 29, 85, 0.9)),url("../img/layout/board.webp")}.board-section .board-title{font-family:"Roboto",sans-serif;font-size:36px;font-weight:300;text-align:center;margin-bottom:60px}.board-section .board-title em{color:#f1d284;font-family:"IBM Plex Serif",serif;font-style:italic}.board-section .board-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:30px}@media(max-width: 768px){.board-section .board-grid{grid-template-columns:repeat(2, 1fr)}}.board-section .board-member{text-align:center}.board-section .board-photo{width:100%;margin-bottom:15px;height:auto}.board-section .board-name{font-family:"IBM Plex Serif",serif;color:#f1d284;font-size:16px;font-weight:400;margin-bottom:0px;line-height:1.3}.board-section .board-company{font-size:13px;opacity:.8;font-weight:500;margin-bottom:-2px}.board-section .board-role{font-style:italic;font-size:13px;font-weight:300;opacity:.8}.footer{border-top:4px solid #f1d284;padding:80px 0 40px;background:#1a1a1a;color:#fff;text-align:center}.footer .footer-title{font-family:"Roboto",sans-serif;font-size:36px;font-weight:300;margin-bottom:15px;line-height:1.4}@media(max-width: 768px){.footer .footer-title{font-size:28px}}.footer .footer-title em{font-family:"IBM Plex Serif",serif;font-style:italic}.footer .footer-description{max-width:700px;margin:0 auto 40px;font-size:15px;line-height:1.7;opacity:.9}.footer .footer-description strong{font-weight:600}.footer .footer-button{background:#f1d284;color:#1a1a1a;border:none;padding:14px 40px;border-radius:4px;font-size:14px;font-weight:bold;letter-spacing:1px;text-transform:uppercase;cursor:pointer;margin-bottom:60px;transition:background .3s;position:relative;margin-bottom:40px;display:inline-block}.footer .footer-button:hover{background:#ecc156}@media(max-width: 890px){.footer .footer-button{padding:14px 15px}}.footer .footer-logo{padding-top:30px;border-top:1px solid rgba(255,255,255,.2);width:100%;text-align:center}.footer .footer-logo img{margin:0 auto;margin-bottom:15px}.footer .footer-logo span{font-size:20px;font-weight:bold;letter-spacing:2px;display:block;margin-bottom:5px}.footer .footer-logo p{font-size:13px;opacity:.7}