@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Playfair+Display:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box}body{margin:0;padding:0}.header{position:absolute;top:0;left:0;width:100%;height:100px;z-index:100;border-bottom:1px solid rgba(255,255,255,.07);background:#050608d1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header-container{width:min(1400px,calc(100% - 80px));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.header-logo-image{display:block;width:50px;height:auto;object-fit:contain}.header-nav{display:flex;align-items:center;gap:34px;margin-left:auto;margin-right:45px}.header-nav a{display:flex;align-items:center;gap:5px;color:#ffffffdb;text-decoration:none;font-size:14px;font-weight:400;transition:color .25s ease}.header-nav a:hover{color:#fff}.header-actions{display:flex;align-items:center;gap:12px}.header-login,.header-cta{height:48px;border-radius:9px;font-family:inherit;font-size:14px;cursor:pointer;transition:transform .25s ease,background .25s ease,border-color .25s ease}.header-login{display:flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;color:#fff;border:1px solid rgba(255,255,255,.38);background:#ffffff05}.header-login:hover{background:#ffffff14}.header-cta{padding:0 25px;color:#fff;border:1px solid rgba(62,100,255,.8);background:linear-gradient(135deg,#315cff,#1742dc);box-shadow:0 8px 30px #264dff2e}.header-cta:hover{transform:translateY(-1px);box-shadow:0 12px 35px #264dff47}@media(max-width:1000px){.header-container{width:min(100% - 40px,1400px)}.header-nav{display:none}.header-actions{margin-left:auto}}@media(max-width:600px){.header{height:78px}.header-container{width:calc(100% - 30px)}.logo-symbol{width:32px;height:32px}.logo-text strong{font-size:18px}.logo-text small{font-size:6px;letter-spacing:1.5px}.header-login{width:42px;padding:0}.header-login span{display:none}.header-cta{padding:0 14px;font-size:12px}}.hero{position:relative;width:100%;min-height:680px;height:calc(100svh - 120px);box-sizing:border-box;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#050607;color:#fff}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;opacity:.65;pointer-events:none}.hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at center,transparent 20%,rgba(5,6,7,.3) 70%,rgba(5,6,7,.8) 100%);z-index:1}.hero-square{position:absolute;width:48px;height:48px;border:1px solid rgba(255,255,255,.025);background:#ffffff04;z-index:2;pointer-events:none}.hero-square-1{top:12%;left:11%}.hero-square-2{top:17%;right:14%;width:62px;height:62px}.hero-square-3{bottom:22%;left:25%}.hero-square-4{bottom:28%;right:22%;width:54px;height:54px}.hero-content{position:relative;z-index:5;width:min(850px,72vw);margin-top:-20px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:9px;height:42px;padding:4px 6px 4px 12px;box-sizing:border-box;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff09;color:#ffffffb8;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-badge-dot{width:7px;height:7px;flex-shrink:0;border-radius:50%;background:#315cff;box-shadow:0 0 12px #315cffcc}.hero-badge-arrow{width:31px;height:31px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fffc;color:#202020;font-size:16px}.hero-title{width:100%;margin:20px 0 0;color:#f5f5f7;font-size:clamp(42px,4.25vw,68px);line-height:1.05;font-weight:500;letter-spacing:-3px;text-wrap:balance}.hero-description{width:min(620px,100%);margin:22px auto 0;color:#ffffff85;font-size:clamp(13px,1.05vw,16px);line-height:1.55;text-wrap:balance}.hero-button{display:inline-flex;align-items:center;justify-content:center;min-width:250px;height:54px;margin-top:26px;padding:0 26px;box-sizing:border-box;border-radius:7px;background:linear-gradient(135deg,#315cff,#1742dc);border:1px solid rgba(100,125,255,.4);color:#fff;text-decoration:none;font-size:14px;font-weight:600;box-shadow:0 15px 40px #274cdc38;transition:transform .25s ease,box-shadow .25s ease}.hero-button:hover{transform:translateY(-3px);box-shadow:0 20px 50px #274cdc61}.hero-no-card{display:flex;align-items:center;gap:7px;margin-top:10px;color:#ffffff61;font-size:12px}.hero-no-card>span:first-child{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:1px solid #315cff;border-radius:50%;color:#315cff;font-size:10px}.hero-card{position:absolute;z-index:4;overflow:hidden;border:1px solid rgba(255,255,255,.16);background:#111315;box-shadow:0 20px 50px #00000040}.hero-card-left{left:clamp(25px,6.5vw,115px);bottom:19%;width:clamp(155px,12vw,215px)}.hero-card-right{right:clamp(25px,6.5vw,115px);top:15%;width:clamp(160px,12vw,220px)}.hero-card-image{position:relative;width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#505050,#292929 35%,#111 75%)}.hero-card-image:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 45%)}.hero-card-image span{position:relative;color:#ffffff73;font-size:12px;letter-spacing:2px}.hero-card-bottom{height:58px;display:flex;align-items:stretch;background:#fff;color:#111;font-size:12px}.hero-card-bottom>span{flex:1;display:flex;align-items:center;justify-content:center}.hero-card-icon{width:55px;display:flex;align-items:center;justify-content:center;background:#252c36;color:#fff;font-size:17px}.hero-team{height:58px;display:flex;align-items:center;padding:0 13px;background:#fff;color:#111}.hero-avatars{display:flex;margin-right:11px}.hero-avatars span{width:26px;height:26px;margin-left:-5px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;background:#656565;color:#fff;font-size:9px;font-weight:600}.hero-avatars span:first-child{margin-left:0}.hero-team-text{display:flex;flex-direction:column;gap:1px}.hero-team-text small{color:#777;font-size:9px}.hero-team-text strong{font-size:13px}.hero-chart{position:absolute;z-index:4;right:clamp(125px,18vw,320px);bottom:25%;width:47px;height:47px;display:flex;align-items:flex-end;justify-content:center;gap:3px;padding-bottom:11px;box-sizing:border-box;background:#3b424c;border:1px solid rgba(255,255,255,.12)}.hero-chart span{width:4px;display:block;background:#fff}.hero-chart span:nth-child(1){height:9px}.hero-chart span:nth-child(2){height:16px}.hero-chart span:nth-child(3){height:22px}.hero-chart span:nth-child(4){height:28px}.hero-recommendations{position:absolute;z-index:6;left:0;right:0;bottom:16px;width:min(90%,1420px);margin:0 auto}.recommendations-title{display:flex;align-items:center;justify-content:center;gap:7px;margin-bottom:11px;color:#ffffff6e;font-size:11px}.recommendations-icon{color:#ffffffb3}.recommendations-list{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.recommendation{height:40px;display:flex;align-items:center;justify-content:center;padding:0 10px;box-sizing:border-box;border:1px solid rgba(255,255,255,.06);background:#ffffff06;color:#ffffff61;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recommendation strong{color:#ffffffb8;font-weight:500}.recommendation span{color:#ffffff4d}@media(max-width:1400px)and (min-width:801px){.hero{min-height:620px;height:calc(100svh - 70px);padding:25px 20px 100px}.hero-content{width:min(720px,68vw);margin-top:-5px}.hero-badge{height:38px;font-size:11px}.hero-badge-arrow{width:28px;height:28px}.hero-title{margin-top:17px;font-size:clamp(38px,4.2vw,55px);line-height:1.06;letter-spacing:-2.4px}.hero-description{max-width:520px;margin-top:18px;font-size:13px}.hero-button{min-width:225px;height:49px;margin-top:22px;font-size:13px}.hero-no-card{margin-top:8px;font-size:11px}.hero-card-left{left:20px;bottom:18%;width:150px}.hero-card-right{right:20px;top:15%;width:155px}.hero-chart{right:120px;bottom:23%;transform:scale(.78)}.hero-recommendations{width:calc(100% - 40px);bottom:10px}.recommendation{height:35px;font-size:9px}}@media(max-height:760px)and (min-width:801px){.hero{min-height:610px;height:calc(100svh - 60px);padding-bottom:90px}.hero-content{margin-top:-5px}.hero-badge{height:35px}.hero-badge-arrow{width:25px;height:25px}.hero-title{margin-top:14px;font-size:clamp(36px,4vw,50px)}.hero-description{margin-top:15px;font-size:12px;line-height:1.45}.hero-button{height:46px;margin-top:18px}.hero-no-card{margin-top:7px;font-size:10px}.hero-card-left{width:135px;bottom:18%}.hero-card-right{width:140px}.hero-chart{transform:scale(.7)}.recommendations-title{margin-bottom:7px;font-size:9px}.recommendation{height:32px;font-size:8px}}@media(max-width:800px){.hero{min-height:680px;height:auto;padding:95px 30px 135px;box-sizing:border-box}.hero-card,.hero-chart{display:none}.hero-square{opacity:.5}.hero-content{width:min(620px,100%);margin-top:0}.hero-title{font-size:clamp(40px,7vw,58px);line-height:1.06;letter-spacing:-2.5px}.hero-description{max-width:550px;font-size:15px}}@media(max-width:600px){.hero{min-height:100svh;height:auto;padding:95px 20px 145px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.hero-grid{background-size:42px 42px;opacity:.5}.hero-square{display:none}.hero-content{width:100%;max-width:430px;margin-top:0}.hero-badge{height:38px;padding-left:10px;font-size:11px}.hero-badge-arrow{width:28px;height:28px}.hero-title{width:100%;margin-top:25px;font-size:clamp(34px,9.5vw,43px);line-height:1.08;letter-spacing:-1.8px;text-wrap:balance}.hero-title br{display:none}.hero-description{width:100%;max-width:355px;margin-top:24px;font-size:14px;line-height:1.6;text-wrap:balance}.hero-button{width:100%;max-width:320px;height:53px;margin-top:28px;font-size:14px}.hero-no-card{margin-top:12px;font-size:11px}.hero-card,.hero-chart{display:none}.hero-recommendations{position:absolute;left:0;right:0;bottom:0;width:100%;padding:25px 0 17px;background:linear-gradient(to bottom,transparent 0%,rgba(5,6,7,.82) 25%,#050607 55%)}.recommendations-title{margin-bottom:11px;font-size:10px}.recommendations-list{display:flex;width:100%;gap:6px;padding:0 20px;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.recommendations-list::-webkit-scrollbar{display:none}.recommendation{flex:0 0 auto;height:37px;padding:0 15px;font-size:10px}}@media(max-width:380px){.hero{padding:85px 16px 140px}.hero-title{font-size:32px;letter-spacing:-1.5px}.hero-description{max-width:330px;font-size:13px}.hero-button{max-width:100%}.hero-recommendations{padding-bottom:14px}}.modules{position:relative;width:100%;padding:140px 6vw;background:#050607;overflow:hidden}.modules-header{width:min(900px,100%);margin:0 auto 70px;text-align:center}.modules-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;color:#ffffff80;font-size:11px;letter-spacing:1.5px}.modules-label span{width:6px;height:6px;border-radius:50%;background:#315cff}.modules-header h2{margin:0;color:#f5f5f7;font-size:clamp(38px,4vw,64px);line-height:1.05;font-weight:500;letter-spacing:-2px}.modules-header h2 span{color:#ffffff61}.modules-header p{max-width:620px;margin:25px auto 0;color:#ffffff80;font-size:16px;line-height:1.6}.modules-grid{width:min(1250px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.08);border-left:1px solid rgba(255,255,255,.08)}.module-card{min-height:260px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,rgba(255,255,255,.025),transparent);transition:background .3s ease,transform .3s ease}.module-card:hover{background:linear-gradient(135deg,rgba(49,92,255,.08),transparent);transform:translateY(-3px)}.module-top{display:flex;align-items:center;justify-content:space-between}.module-number{color:#ffffff59;font-size:12px}.module-arrow{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff9;font-size:16px;transition:background .3s ease,color .3s ease}.module-card:hover .module-arrow{background:#315cff;color:#fff}.module-content h3{margin:0 0 12px;color:#fff;font-size:21px;font-weight:500}.module-content p{max-width:320px;margin:0;color:#ffffff73;font-size:13px;line-height:1.6}@media(max-width:900px){.modules{padding:100px 5vw}.modules-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.modules{padding:80px 20px}.modules-header{margin-bottom:45px}.modules-header h2{font-size:38px;letter-spacing:-1.5px}.modules-header p{font-size:14px}.modules-grid{grid-template-columns:1fr}.module-card{min-height:220px;padding:24px}}.features{position:relative;width:100%;padding:150px 6vw;background:#08090b;border-top:1px solid rgba(255,255,255,.05)}.features-container{width:min(1250px,100%);margin:0 auto}.features-header{margin-bottom:90px}.features-label{display:flex;align-items:center;gap:8px;margin-bottom:22px;color:#ffffff73;font-size:11px;letter-spacing:1.5px}.features-label span{width:6px;height:6px;border-radius:50%;background:#315cff}.features-header h2{margin:0;color:#fff;font-size:clamp(42px,5vw,72px);line-height:1;font-weight:500;letter-spacing:-3px}.features-header h2 span{color:#ffffff59}.features-content{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.features-intro{padding-top:5px}.features-intro p{max-width:390px;margin:0 0 35px;color:#ffffff80;font-size:16px;line-height:1.7}.features-intro a{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:14px}.features-intro a span{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;transition:.3s ease}.features-intro a:hover span{background:#315cff;border-color:#315cff}.features-list{border-top:1px solid rgba(255,255,255,.1)}.feature-item{display:grid;grid-template-columns:50px 1fr;gap:25px;padding:30px 0;border-bottom:1px solid rgba(255,255,255,.1)}.feature-number{color:#ffffff4d;font-size:12px}.feature-item h3{margin:0 0 9px;color:#fff;font-size:20px;font-weight:500}.feature-item p{max-width:550px;margin:0;color:#ffffff6b;font-size:13px;line-height:1.6}@media(max-width:900px){.features{padding:100px 5vw}.features-content{grid-template-columns:1fr;gap:60px}}@media(max-width:600px){.features{padding:80px 20px}.features-header{margin-bottom:55px}.features-header h2{font-size:42px;letter-spacing:-2px}.features-intro p{font-size:14px}.feature-item{grid-template-columns:35px 1fr;gap:15px;padding:25px 0}.feature-item h3{font-size:18px}}.cta{position:relative;width:100%;padding:120px 6vw;background:#050607;overflow:hidden;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center}.cta:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:80px 80px;opacity:.3;pointer-events:none}.cta-bg-shapes{position:absolute;right:0;top:0;width:50%;height:100%;pointer-events:none;z-index:1}.shape-globe{position:absolute;top:40px;right:80px;width:80px;height:80px;color:#ffffff26}.shape-globe svg{width:100%;height:100%}.shape-square{position:absolute;bottom:-50px;right:100px;width:300px;height:300px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;transform:rotate(-15deg)}.cta-container{position:relative;z-index:2;width:min(1100px,100%);margin:0 auto;text-align:left}.cta-eyebrow{display:block;margin-bottom:24px;color:#ffffff80;font-size:14px}.cta-container h2{margin:0;color:#f5f5f7;font-size:clamp(36px,4vw,56px);line-height:1.1;font-weight:500;letter-spacing:-1.5px}.cta-actions{display:flex;gap:16px;margin-top:40px;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.cta-button.primary{background:#315cff;color:#fff;border:none}.cta-button.primary:hover{background:#416aff}.cta-button.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.8)}.cta-button.secondary svg{width:18px;height:18px}.cta-button.secondary:hover{background:#ffffff0d}@media(max-width:768px){.cta-bg-shapes{display:none}.cta-actions{flex-direction:column;width:100%;max-width:320px}.cta-button{width:100%}}.home{width:100%;min-height:100vh;background:#050607;color:#fff;overflow-x:hidden}.home main{width:100%}.footer{width:100%;background:#050607;border-top:1px solid rgba(255,255,255,.06);color:#fff}.footer-container{width:min(1250px,calc(100% - 80px));margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:60px;padding:75px 0 65px}.footer-brand{max-width:300px}.footer-logo{display:block;width:110px;height:auto;object-fit:contain;margin-bottom:18px}.footer-brand p{max-width:250px;margin:17px 0 0;color:#fff6;font-size:13px;line-height:1.6}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer-column-title{margin-bottom:8px;color:#ffffffb3;font-size:12px;font-weight:500;letter-spacing:.5px}.footer-column a{color:#fff6;font-size:13px;text-decoration:none;transition:color .2s ease}.footer-column a:hover{color:#fff}.footer-line{width:100%;height:1px;background:#ffffff12}.footer-bottom{min-height:75px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#ffffff4d;font-size:11px}.footer-legal{display:flex;align-items:center;gap:25px}.footer-legal a{color:#ffffff4d;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:#ffffffb3}@media(max-width:900px){.footer-container{width:min(700px,calc(100% - 50px))}.footer-top{grid-template-columns:repeat(2,1fr);gap:50px 30px;padding:60px 0}.footer-brand{max-width:280px}}@media(max-width:600px){.footer-container{width:calc(100% - 40px)}.footer-top{grid-template-columns:1fr 1fr;gap:45px 20px;padding:55px 0 45px}.footer-brand{grid-column:1 / -1;max-width:100%}.footer-logo{font-size:24px}.footer-brand p{margin-top:12px;font-size:13px}.footer-column-title{margin-bottom:5px}.footer-bottom{min-height:auto;padding:25px 0;flex-direction:column;align-items:flex-start;gap:18px;line-height:1.5}.footer-legal{gap:18px;flex-wrap:wrap}}@media(max-width:400px){.footer-top{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-column{gap:11px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#0f172a}.sobre-nos-wrapper{background-color:#0f172a;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:80px 20px 40px;position:relative;overflow-x:hidden}.sobre-nos-wrapper:before{content:"";position:absolute;width:500px;height:500px;background-color:#00a3e066;border-radius:50%;filter:blur(100px);opacity:.25;top:15%;left:-200px;z-index:1}.sobre-nos-wrapper:after{content:"";position:absolute;width:400px;height:400px;background-color:#0284c766;border-radius:50%;filter:blur(80px);opacity:.2;bottom:10%;right:-150px;z-index:1}.fixed-header-wrapper{position:fixed;top:0;left:0;width:100%;z-index:1000}.sobre-nos-page-title{color:#fff;font-weight:500;letter-spacing:-.03em;text-align:center;font-size:clamp(2rem,3.5vw,3rem);margin-bottom:2.5rem;z-index:2;text-shadow:0 4px 15px rgba(0,0,0,.2)}.sobre-nos-main-container{width:100%;max-width:1050px;margin:0 auto;z-index:2;position:relative}.sobre-nos-glass-panel{background:#0f172a59;backdrop-filter:blur(35px);-webkit-backdrop-filter:blur(35px);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:2rem;box-shadow:0 20px 50px #00000026;width:100%}.glass-panel-nav{display:flex;justify-content:center;align-items:center;margin-bottom:2.5rem}.glass-panel-tabs{display:flex;gap:1.2rem}.tab{background:transparent;border:none;color:#ffffffd9;font-size:.85rem;font-weight:500;padding:.4rem 1rem;border-radius:99px;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif}.tab.active{background:#fff;color:#0f172a;font-weight:600;box-shadow:0 4px 10px #0000001a}.sobre-nos-content-split{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center}.sobre-nos-cards-area{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.team-solid-card{background:#fff;border-radius:18px;padding:1.5rem;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease}.team-solid-card:hover{transform:translateY(-5px)}.card-header-info{margin-bottom:1.2rem}.card-header-info h3{color:#111827;font-size:1rem;font-weight:600;margin-bottom:.1rem;letter-spacing:-.02em}.card-header-info span{color:#6b7280;font-size:.75rem}.card-avatar-wrapper{display:flex;justify-content:center;margin-bottom:1.2rem}.card-avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;border:1px solid #f3f4f6;padding:3px}.card-footer-info{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}.card-role{color:#111827;font-size:.8rem;font-weight:500;max-width:70%}.arrow-btn{background:transparent;border:1px solid #e5e7eb;color:#111827;width:30px;height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .2s}.arrow-btn:hover{background:#f3f4f6}.sobre-nos-text-area{display:flex;flex-direction:column;color:#fff}.text-area-subtitle{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;opacity:.85;margin-bottom:.8rem}.text-area-heading{font-size:clamp(1.6rem,2.2vw,2rem);font-weight:400;line-height:1.2;margin-bottom:1rem;letter-spacing:-.03em}.text-area-paragraphs{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem}.text-area-paragraphs p{font-size:.85rem;line-height:1.5;opacity:.9;font-weight:300}.read-more-link{color:#fff;text-decoration:none;font-size:.85rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:.2rem;width:fit-content;transition:opacity .2s}.read-more-link:hover{opacity:.7}@media(max-width:968px){.sobre-nos-content-split{grid-template-columns:1fr}.sobre-nos-cards-area{order:2}.sobre-nos-text-area{order:1}}@media(max-width:768px){.glass-panel-tabs{display:none}.sobre-nos-cards-area{grid-template-columns:1fr}.sobre-nos-glass-panel{padding:1.2rem;border-radius:20px}.sobre-nos-page-title{font-size:1.8rem}}
