.co-cover{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.co-cover__image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.co-cover__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.co-cover__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.4),rgba(0,0,0,.6) 50%,rgba(0,0,0,.8));z-index:2;transition:background .3s ease}.co-cover.light-theme .co-cover__overlay{background:linear-gradient(135deg,rgba(0,0,0,.3),rgba(0,0,0,.5) 50%,rgba(0,0,0,.7))}.co-cover.dark-theme .co-cover__overlay{background:linear-gradient(135deg,rgba(0,0,0,.5),rgba(0,0,0,.7) 50%,rgba(0,0,0,.9))}.co-cover__content{position:relative;z-index:3;width:100%;padding:0 2rem}@media(max-width:820px){.co-cover__content{padding:0 1rem}}.co-cover__text{max-width:1200px;margin:0 auto;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.co-cover__badge{display:inline-block;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out}.co-cover__badge-text{background:rgba(52,152,219,.9);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-size:.8rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.co-cover__title{font-size:.8rem;font-weight:600;line-height:1.2;margin-bottom:1rem;animation:fadeInUp .8s ease-out .2s both}@media(max-width:992px){.co-cover__title{font-size:2rem}}@media(max-width:820px){.co-cover__title{font-size:2rem}}@media(max-width:480px){.co-cover__title{font-size:2rem}}.co-cover__subtitle{font-size:.8rem;font-weight:300;margin-bottom:1.5rem;opacity:.9;animation:fadeInUp .8s ease-out .4s both;color:#fff}@media(max-width:820px){.co-cover__subtitle{font-size:1.3rem}}@media(max-width:480px){.co-cover__subtitle{font-size:1.1rem}}.co-cover__description{font-size:1rem;line-height:1.7;margin-bottom:2.5rem;opacity:.9;animation:fadeInUp .8s ease-out .6s both;color:#fff}@media(max-width:820px){.co-cover__description{font-size:1.1rem;margin-bottom:2rem}}.co-cover__stats{display:flex;justify-content:center;gap:4rem;margin-bottom:2.5rem;animation:fadeInUp .8s ease-out .8s both}@media(max-width:820px){.co-cover__stats{gap:2.5rem;margin-bottom:2rem}}@media(max-width:480px){.co-cover__stats{flex-direction:column;gap:1.5rem;align-items:center}}.co-cover__stat{display:flex;flex-direction:column;align-items:center;text-align:center}.co-cover__stat-number{font-size:1.2rem;font-weight:700;color:#3498db;line-height:1;margin-bottom:.25rem}@media(max-width:820px){.co-cover__stat-number{font-size:2.2rem}}.co-cover__stat-label{font-size:1.2rem;opacity:.8;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#fff}.co-cover__actions{display:flex;justify-content:center;gap:1.5rem;animation:fadeInUp .8s ease-out 1s both}@media(max-width:480px){.co-cover__actions{flex-direction:column;align-items:center;gap:1rem}}.co-cover__btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(0,0,0,0)}.co-cover__btn--primary{background:rgba(52,152,219,.9);color:#fff;border-color:rgba(52,152,219,.9)}.co-cover__btn--primary:hover{background:rgba(0,0,0,0);transform:translateY(-2px);box-shadow:0 8px 25px rgba(52,152,219,.4);color:#3498db}.co-cover__btn--secondary{background:hsla(0,0%,100%,.1);color:#fff;border-color:hsla(0,0%,100%,.3)}.co-cover__btn--secondary:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.co-cover__btn svg{transition:transform .3s ease}.co-cover__btn:hover svg{transform:translateX(3px)}@media(max-width:480px){.co-cover__btn{justify-content:center;padding:.875rem 1.5rem;min-width:200px}}.co-cover__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;opacity:.8;animation:bounce 2s infinite}@media(max-width:820px){.co-cover__scroll-indicator{bottom:1.5rem}}.co-cover__scroll-arrow{width:40px;height:40px;border:2px solid hsla(0,0%,100%,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.co-cover__scroll-text{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}[dir=rtl] .co-cover__actions,[dir=rtl] .co-cover__stats{flex-direction:row-reverse}@media(max-width:480px){[dir=rtl] .co-cover__actions{flex-direction:column-reverse}}[dir=rtl] .co-cover__btn--primary svg{transform:rotate(180deg)}[dir=rtl] .co-cover__text{text-align:right;justify-items:right}[dir=rtl] .co-cover__badge{text-align:right}.co-cover:hover .co-cover__image{transform:scale(1.02)}.co-cover__image{opacity:0;animation:fadeIn 1s ease-out .5s forwards}@media(prefers-reduced-motion:no-preference){.co-cover__image{will-change:transform}}@media(prefers-contrast:high){.co-cover__overlay{background:linear-gradient(135deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,rgba(0,0,0,.95))!important}.co-cover__badge-text{background:#3498db!important;border:2px solid #fff!important}.co-cover__btn{border-width:3px!important}}@media print{.co-cover{height:auto;min-height:auto;page-break-inside:avoid}.co-cover__image-container,.co-cover__overlay{display:none}.co-cover__content{padding:2rem 0}.co-cover__text{color:#000!important;text-shadow:none!important}.co-cover__scroll-indicator{display:none}.co-cover__btn{border:2px solid #000!important;color:#000!important;background:rgba(0,0,0,0)!important}}@media(prefers-reduced-motion:reduce){.co-cover__actions,.co-cover__badge,.co-cover__description,.co-cover__image,.co-cover__scroll-indicator,.co-cover__stats,.co-cover__subtitle,.co-cover__title{animation:none!important}.co-cover__image{opacity:1!important}.co-cover:hover .co-cover__image,.co-cover__btn:hover{transform:none!important}}.co-cover__btn:focus{outline:3px solid #3498db;outline-offset:2px}.co-cover__btn:focus:not(:focus-visible){outline:none}.co-cover__btn:focus-visible{outline:3px solid #3498db;outline-offset:2px}@media(max-width:1200px){.co-cover{min-height:500px}.co-cover__content{padding:0 1rem}.co-cover__title{font-size:1.6rem;margin-bottom:.75rem}.co-cover__subtitle{font-size:1.2rem;margin-bottom:1rem}.co-cover__description{font-size:1.2rem;margin-bottom:1.6rem}.co-cover__stats{margin-bottom:1.8rem;gap:1rem}.co-cover__stat-number{font-size:1.4rem}.co-cover__stat-label{font-size:.88rem}.co-cover__btn{padding:.75rem 1.2rem;font-size:1rem}.co-cover__scroll-indicator{bottom:1rem}.co-cover__scroll-arrow{width:36px;height:36px}.co-cover__scroll-text{font-size:.8rem}}@media(max-width:576px){.co-cover{min-height:500px}.co-cover__content{padding:0 1rem}.co-cover__title{font-size:1rem;margin-bottom:.75rem}.co-cover__subtitle{font-size:.8rem;margin-bottom:1rem}.co-cover__description{font-size:.8rem;margin-bottom:1.5rem}.co-cover__stats{margin-bottom:.8rem;gap:1rem}.co-cover__stat-number{font-size:1.2rem}.co-cover__btn,.co-cover__stat-label{font-size:.8rem}.co-cover__btn{padding:.7rem 1rem;min-width:140px}.co-cover__scroll-indicator{bottom:1rem}.co-cover__scroll-arrow{width:33px;height:33px}.co-cover__scroll-text{font-size:.68rem}}.co-cover__content{animation:slideInFromBottom 1.2s ease-out}.co-cover__title{background:linear-gradient(135deg,#ffffff,#e8f4fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@supports not (-webkit-background-clip:text){.co-cover__title{color:#fff}}.co-cover__stat{position:relative}.co-cover__stat:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:30px;height:2px;background:linear-gradient(90deg,transparent,#3498db,transparent);opacity:.6}.co-cover__stat:last-child:after{display:none}.co-cover__badge{animation:fadeInUp .8s ease-out,float 3s ease-in-out 2s infinite}.co-cover__btn{position:relative;overflow:hidden}.co-cover__btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.co-cover__btn:hover:before{left:100%}@media(prefers-color-scheme:dark){.co-cover__overlay{background:linear-gradient(135deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,rgba(0,0,0,.9))}.co-cover__badge-text{background:#3498db;border-color:hsla(0,0%,100%,.3)}}@media(min-width:1920px){.co-cover__description,.co-cover__subtitle,.co-cover__title{font-size:1.2rem}.co-cover__stats{gap:5rem}.co-cover__stat-number{font-size:2rem}}@media(max-height:500px)and (orientation:landscape){.co-cover{min-height:400px}.co-cover__content{padding:1rem}.co-cover__title{font-size:2rem;margin-bottom:.5rem}.co-cover__subtitle{font-size:1rem;margin-bottom:.75rem}.co-cover__description{font-size:.9rem;margin-bottom:1rem}.co-cover__stats{flex-direction:row;gap:2rem;margin-bottom:1rem}.co-cover__stat-number{font-size:1.5rem}.co-cover__scroll-indicator{display:none}}.co-company{padding:2.8rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}.co-company:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,rgba(52,152,219,.1) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(52,152,219,.5) 0,transparent 50%);pointer-events:none;z-index:1}.co-company__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}@media(max-width:820px){.co-company__container{padding:0 1rem}}.co-company__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.4rem;gap:1.4rem}@media(max-width:820px){.co-company__grid{grid-template-columns:1fr;gap:1.4rem}}.co-company__item{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;position:relative;animation:fadeInUp .8s ease-out}.co-company__item:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.co-company__item--1{animation-delay:.1s}.co-company__item--2{animation-delay:.2s}.co-company__item--3{animation-delay:.3s}.co-company__item--4{animation-delay:.4s}@media(max-width:820px){.co-company__item:hover{transform:none}}.co-company__image-container{position:relative;height:180px;overflow:hidden}@media(max-width:480px){.co-company__image-container{height:180px}}.co-company__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.co-company__image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1));transition:background .3s ease}.co-company__item:hover .co-company__image{transform:scale(1.05)}.co-company__item:hover .co-company__image-overlay{background:linear-gradient(180deg,transparent 0,rgba(52,152,219,.2))}.co-company__content{padding:1.5rem}@media(max-width:480px){.co-company__content{padding:1.25rem}}.co-company__title{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;line-height:1.3}@media(max-width:480px){.co-company__title{font-size:1.2rem}}.co-company__description{font-size:.95rem;color:#6c757d;line-height:1.6;margin-bottom:1rem}@media(max-width:480px){.co-company__description{font-size:.9rem}}.co-company__icon{position:absolute;top:-12px;right:1.5rem;width:40px;height:40px;background:#3498db;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px rgba(52,152,219,.3);transition:all .3s ease}.co-company__icon svg{width:20px;height:20px}@media(max-width:480px){.co-company__icon{width:35px;height:35px;right:1.25rem}.co-company__icon svg{width:18px;height:18px}}.co-company__item:hover .co-company__icon{transform:scale(1.1);box-shadow:0 6px 20px rgba(52,152,219,.4)}[dir=rtl] .co-company__icon{right:auto;left:1.5rem}@media(max-width:480px){[dir=rtl] .co-company__icon{left:1.25rem}}[dir=rtl] .co-company__content,[dir=rtl] .co-company__header{text-align:right}[data-theme=light] .co-company{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}[data-theme=light] .co-company:before{background-image:radial-gradient(circle at 25% 25%,rgba(52,152,219,.1) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(52,152,219,.05) 0,transparent 50%)}[data-theme=light] .co-company__item{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.1)}[data-theme=light] .co-company__item:hover{box-shadow:0 20px 40px rgba(0,0,0,.15)}[data-theme=light] .co-company__main-title{color:#2c3e50}[data-theme=light] .co-company__main-description{color:#6c757d}[data-theme=light] .co-company__title{color:#2c3e50}[data-theme=light] .co-company__description{color:#6c757d}[data-theme=light] .co-company__badge-text{background:rgba(52,152,219,.1);color:#3498db;border-color:rgba(52,152,219,.2)}[data-theme=dark] .co-company{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}[data-theme=dark] .co-company:before{background-image:radial-gradient(circle at 25% 25%,rgba(52,152,219,.15) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(52,152,219,.1) 0,transparent 50%)}[data-theme=dark] .co-company__item{background:#2c2c2c;box-shadow:0 10px 30px rgba(0,0,0,.3)}[data-theme=dark] .co-company__item:hover{box-shadow:0 20px 40px rgba(0,0,0,.4)}[data-theme=dark] .co-company__main-title{color:#fff}[data-theme=dark] .co-company__main-description{color:#b0b0b0}[data-theme=dark] .co-company__title{color:#fff}[data-theme=dark] .co-company__description{color:#b0b0b0}[data-theme=dark] .co-company__badge-text{background:rgba(52,152,219,.2);color:#5dade2;border-color:rgba(52,152,219,.3)}@media(prefers-contrast:high){.co-company__item{border:2px solid #000}.co-company__badge-text{border:2px solid #3498db}.co-company__icon{border:2px solid #fff}}@media print{.co-company{background:#fff!important;padding:2rem 0}.co-company:before{display:none}.co-company__item{box-shadow:none!important;border:1px solid #000;page-break-inside:avoid;break-inside:avoid;margin-bottom:1rem}.co-company__item:hover{transform:none!important}.co-company__image-container{height:150px}.co-company__main-title,.co-company__title{color:#000!important}.co-company__description,.co-company__main-description{color:#333!important}.co-company__icon{background:#000!important;color:#fff!important;box-shadow:none!important}}@media(prefers-reduced-motion:reduce){.co-company__header,.co-company__item{animation:none!important}.co-company__item:hover,.co-company__item:hover .co-company__icon,.co-company__item:hover .co-company__image{transform:none!important}}.co-company__item:focus-within{outline:3px solid #3498db;outline-offset:2px}@media(max-width:1200px){.co-company__container{max-width:1000px}.co-company__grid{gap:1.75rem}}@media(max-width:992px){.co-company{padding:4rem 0}.co-company__main-title{font-size:2.2rem}.co-company__image-container{height:180px}}@media(max-width:576px){.co-company{padding:3rem 0}.co-company__header{margin-bottom:2rem}.co-company__main-title{font-size:1.5rem;margin-bottom:.75rem}.co-company__main-description{font-size:.95rem}.co-company__grid{gap:1.25rem}.co-company__image-container{height:160px}.co-company__content{padding:1rem}.co-company__title{font-size:1.1rem;margin-bottom:.5rem}.co-company__description{font-size:.85rem;margin-bottom:.75rem}.co-company__icon{width:32px;height:32px;top:-10px;right:1rem}.co-company__icon svg{width:16px;height:16px}[dir=rtl] .co-company__icon{left:1rem}}@media(max-height:500px)and (orientation:landscape){.co-company{padding:2rem 0}.co-company__header{margin-bottom:1.5rem}.co-company__main-title{font-size:1.8rem;margin-bottom:.5rem}.co-company__main-description{font-size:.9rem}.co-company__image-container{height:120px}.co-company__content{padding:1rem}}@media(min-width:1920px){.co-company{padding:4rem 0}.co-company__container{max-width:1400px}.co-company__grid{gap:1.4rem}.co-company__image-container{height:268px}.co-company__content{padding:1.4rem}.co-company__title{font-size:1.4rem}.co-company__description{font-size:1rem}.co-company__icon{width:45px;height:45px;top:-15px}.co-company__icon svg{width:22px;height:22px}}.co-company__item{opacity:0;animation:fadeInUp .8s ease-out forwards}.co-company__item.loading:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite}.co-company__item.loading:before,.co-company__item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.co-company__item:after{background:linear-gradient(135deg,rgba(52,152,219,.05),transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.co-company__item:hover:after{opacity:1}.co-company__content{position:relative;z-index:2}@media(min-width:1400px){.co-company__grid{grid-template-columns:repeat(2,minmax(0,600px));justify-content:center}}@media(max-width:820px)and (min-width:481px){.co-company__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.co-cover-per{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.co-cover-per__image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.co-cover-per__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.co-cover-per__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.4),rgba(0,0,0,.6) 50%,rgba(0,0,0,.8));z-index:2;transition:background .3s ease}.co-cover-per.light-theme .co-cover-per__overlay{background:linear-gradient(135deg,rgba(0,0,0,.3),rgba(0,0,0,.5) 50%,rgba(0,0,0,.7))}.co-cover-per.dark-theme .co-cover-per__overlay{background:linear-gradient(135deg,rgba(0,0,0,.5),rgba(0,0,0,.7) 50%,rgba(0,0,0,.9))}.co-cover-per__content{position:relative;z-index:3;width:100%;padding:0 2rem}@media(max-width:820px){.co-cover-per__content{padding:0 1rem}}.co-cover-per__text{max-width:1200px;margin:0 auto;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.co-cover-per__badge{display:inline-block;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out}.co-cover-per__badge-text{background:rgba(52,152,219,.9);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.co-cover-per__title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem;animation:fadeInUp .8s ease-out .2s both}@media(max-width:992px){.co-cover-per__title{font-size:3.2rem}}@media(max-width:820px){.co-cover-per__title{font-size:2.5rem}}@media(max-width:480px){.co-cover-per__title{font-size:2rem}}.co-cover-per__subtitle{font-size:1.5rem;font-weight:300;margin-bottom:1.5rem;opacity:.9;animation:fadeInUp .8s ease-out .4s both;color:#fff}@media(max-width:820px){.co-cover-per__subtitle{font-size:1.3rem}}@media(max-width:480px){.co-cover-per__subtitle{font-size:1.1rem}}.co-cover-per__description{font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem;opacity:.9;animation:fadeInUp .8s ease-out .6s both;color:#fff}@media(max-width:820px){.co-cover-per__description{font-size:1.1rem;margin-bottom:2rem}}.co-cover-per__stats{display:flex;justify-content:center;gap:4rem;margin-bottom:2.5rem;animation:fadeInUp .8s ease-out .8s both}@media(max-width:820px){.co-cover-per__stats{gap:2.5rem;margin-bottom:2rem}}@media(max-width:480px){.co-cover-per__stats{flex-direction:column;gap:1.5rem;align-items:center}}.co-cover-per__stat{display:flex;flex-direction:column;align-items:center;text-align:center}.co-cover-per__stat-number{font-size:2.8rem;font-weight:700;color:#3498db;line-height:1;margin-bottom:.25rem}@media(max-width:820px){.co-cover-per__stat-number{font-size:2.2rem}}.co-cover-per__stat-label{font-size:.9rem;opacity:.8;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#fff}.co-cover-per__actions{display:flex;justify-content:center;gap:1.5rem;animation:fadeInUp .8s ease-out 1s both}@media(max-width:480px){.co-cover-per__actions{flex-direction:column;align-items:center;gap:1rem}}.co-cover-per__btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(0,0,0,0)}.co-cover-per__btn--primary{background:rgba(52,152,219,.9);color:#fff;border-color:rgba(52,152,219,.9)}.co-cover-per__btn--primary:hover{background:rgba(0,0,0,0);transform:translateY(-2px);box-shadow:0 8px 25px rgba(52,152,219,.4);color:#3498db}.co-cover-per__btn--secondary{background:hsla(0,0%,100%,.1);color:#fff;border-color:hsla(0,0%,100%,.3)}.co-cover-per__btn--secondary:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.co-cover-per__btn svg{transition:transform .3s ease}.co-cover-per__btn:hover svg{transform:translateX(3px)}@media(max-width:480px){.co-cover-per__btn{justify-content:center;padding:.875rem 1.5rem;min-width:200px}}.co-cover-per__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;opacity:.8;animation:bounce 2s infinite}@media(max-width:820px){.co-cover-per__scroll-indicator{bottom:1.5rem}}.co-cover-per__scroll-arrow{width:40px;height:40px;border:2px solid hsla(0,0%,100%,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.co-cover-per__scroll-text{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}[dir=rtl] .co-cover-per__actions,[dir=rtl] .co-cover-per__stats{flex-direction:row-reverse}@media(max-width:480px){[dir=rtl] .co-cover-per__actions{flex-direction:column-reverse}}[dir=rtl] .co-cover-per__btn--primary svg{transform:rotate(180deg)}[dir=rtl] .co-cover-per__text{text-align:right;justify-items:right}[dir=rtl] .co-cover-per__badge{text-align:right}.co-cover-per:hover .co-cover-per__image{transform:scale(1.02)}.co-cover-per__image{opacity:0;animation:fadeIn 1s ease-out .5s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:no-preference){.co-cover-per__image{will-change:transform}}@media(prefers-contrast:high){.co-cover-per__overlay{background:linear-gradient(135deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,rgba(0,0,0,.95))!important}.co-cover-per__badge-text{background:#3498db!important;border:2px solid #fff!important}.co-cover-per__btn{border-width:3px!important}}@media print{.co-cover-per{height:auto;min-height:auto;page-break-inside:avoid}.co-cover-per__image-container,.co-cover-per__overlay{display:none}.co-cover-per__content{padding:2rem 0}.co-cover-per__text{color:#000!important;text-shadow:none!important}.co-cover-per__scroll-indicator{display:none}.co-cover-per__btn{border:2px solid #000!important;color:#000!important;background:rgba(0,0,0,0)!important}}@media(prefers-reduced-motion:reduce){.co-cover-per__actions,.co-cover-per__badge,.co-cover-per__description,.co-cover-per__image,.co-cover-per__scroll-indicator,.co-cover-per__stats,.co-cover-per__subtitle,.co-cover-per__title{animation:none!important}.co-cover-per__image{opacity:1!important}.co-cover-per:hover .co-cover-per__image,.co-cover-per__btn:hover{transform:none!important}}.co-cover-per__btn:focus{outline:3px solid #3498db;outline-offset:2px}.co-cover-per__btn:focus:not(:focus-visible){outline:none}.co-cover-per__btn:focus-visible{outline:3px solid #3498db;outline-offset:2px}@media(max-width:1200px){.co-cover-per{min-height:500px}.co-cover-per__content{padding:0 1rem}.co-cover-per__title{font-size:1.6rem;margin-bottom:.75rem}.co-cover-per__subtitle{font-size:1.2rem;margin-bottom:1rem}.co-cover-per__description{font-size:1.2rem;margin-bottom:1.6rem}.co-cover-per__stats{margin-bottom:1.8rem;gap:1rem}.co-cover-per__stat-number{font-size:1.4rem}.co-cover-per__stat-label{font-size:.88rem}.co-cover-per__btn{padding:.75rem 1.2rem;font-size:1rem}.co-cover-per__scroll-indicator{bottom:1rem}.co-cover-per__scroll-arrow{width:36px;height:36px}.co-cover-per__scroll-text{font-size:.8rem}}@media(max-width:576px){.co-cover-per{min-height:500px}.co-cover-per__content{padding:0 1rem}.co-cover-per__title{font-size:1rem;margin-bottom:.75rem}.co-cover-per__subtitle{font-size:.8rem;margin-bottom:1rem}.co-cover-per__description{font-size:.8rem;margin-bottom:1.5rem}.co-cover-per__stats{margin-bottom:1.5rem;gap:1rem}.co-cover-per__stat-number{font-size:1.2rem}.co-cover-per__stat-label{font-size:.8rem}.co-cover-per__btn{padding:.7rem 1rem;font-size:.8rem;min-width:180px}.co-cover-per__scroll-indicator{bottom:1rem}.co-cover-per__scroll-arrow{width:33px;height:33px}.co-cover-per__scroll-text{font-size:.68rem}}.co-cover-per__content{animation:slideInFromBottom 1.2s ease-out}.co-cover-per__title{background:linear-gradient(135deg,#ffffff,#e8f4fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@supports not (-webkit-background-clip:text){.co-cover-per__title{color:#fff}}.co-cover-per__stat{position:relative}.co-cover-per__stat:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:30px;height:2px;background:linear-gradient(90deg,transparent,#3498db,transparent);opacity:.6}.co-cover-per__stat:last-child:after{display:none}.co-cover-per__badge{animation:fadeInUp .8s ease-out,float 3s ease-in-out 2s infinite}.co-cover-per__btn{position:relative;overflow:hidden}.co-cover-per__btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.co-cover-per__btn:hover:before{left:100%}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media(prefers-color-scheme:dark){.co-cover-per__overlay{background:linear-gradient(135deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,rgba(0,0,0,.9))}.co-cover-per__badge-text{background:#3498db;border-color:hsla(0,0%,100%,.3)}}@media(min-width:1920px){.co-cover-per__description,.co-cover-per__subtitle,.co-cover-per__title{font-size:1.2rem}.co-cover-per__stats{gap:5rem}.co-cover-per__stat-number{font-size:2rem}}@media(max-height:500px)and (orientation:landscape){.co-cover-per{min-height:400px}.co-cover-per__content{padding:1rem}.co-cover-per__title{font-size:2rem;margin-bottom:.5rem}.co-cover-per__subtitle{font-size:1rem;margin-bottom:.75rem}.co-cover-per__description{font-size:.9rem;margin-bottom:1rem}.co-cover-per__stats{flex-direction:row;gap:2rem;margin-bottom:1rem}.co-cover-per__stat-number{font-size:1.5rem}.co-cover-per__scroll-indicator{display:none}}.co-person{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}.co-person:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,rgba(52,152,219,.1) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(52,152,219,.05) 0,transparent 50%);pointer-events:none;z-index:1}.co-person__container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}@media(max-width:820px){.co-person__container{padding:0 1rem}}.co-person__header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out}@media(max-width:820px){.co-person__header{margin-bottom:3rem}}.co-person__badge{display:inline-block;margin-bottom:1.5rem}.co-person__badge-text{background:rgba(52,152,219,.1);color:#3498db;padding:.5rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;border:1px solid rgba(52,152,219,.2)}.co-person__main-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.2}@media(max-width:820px){.co-person__main-title{font-size:2rem}}@media(max-width:480px){.co-person__main-title{font-size:1.6rem}}.co-person__main-description{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:820px){.co-person__main-description{font-size:1rem}}.co-person__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.4rem;gap:1.4rem}@media(max-width:992px){.co-person__grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media(max-width:820px){.co-person__grid{grid-template-columns:1fr;gap:1.5rem}}.co-person__item{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;position:relative;animation:fadeInUp .8s ease-out}.co-person__item:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.co-person__item--1{animation-delay:.1s}.co-person__item--2{animation-delay:.2s}.co-person__item--3{animation-delay:.3s}.co-person__item--4{animation-delay:.4s}.co-person__item--5{animation-delay:.5s}.co-person__item--6{animation-delay:.6s}.co-person__item--7{animation-delay:.7s}.co-person__item--8{animation-delay:.8s}.co-person__item--9{animation-delay:.9s}@media(max-width:820px){.co-person__item:hover{transform:none}}.co-person__image-container{position:relative;height:200px;overflow:hidden}@media(max-width:480px){.co-person__image-container{height:180px}}.co-person__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.co-person__image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1));transition:background .3s ease}.co-person__item:hover .co-person__image{transform:scale(1.05)}.co-person__item:hover .co-person__image-overlay{background:linear-gradient(180deg,transparent 0,rgba(52,152,219,.2))}.co-person__content{padding:1.5rem}@media(max-width:480px){.co-person__content{padding:1.25rem}}.co-person__title{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;line-height:1.3}@media(max-width:480px){.co-person__title{font-size:1.2rem}}.co-person__description{font-size:.95rem;color:#6c757d;line-height:1.6;margin-bottom:.8rem}@media(max-width:480px){.co-person__description{font-size:.9rem}}.co-person__icon{position:absolute;top:-12px;right:1.5rem;width:40px;height:40px;background:#3498db;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px rgba(52,152,219,.3);transition:all .3s ease}.co-person__icon svg{width:20px;height:20px}@media(max-width:480px){.co-person__icon{width:35px;height:35px;right:1.25rem}.co-person__icon svg{width:18px;height:18px}}.co-person__item:hover .co-person__icon{transform:scale(1.1);box-shadow:0 6px 20px rgba(52,152,219,.4)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}[dir=rtl] .co-person__icon{right:auto;left:1.5rem}@media(max-width:480px){[dir=rtl] .co-person__icon{left:1.25rem}}[dir=rtl] .co-person__content,[dir=rtl] .co-person__header{text-align:right}[data-theme=light] .co-person{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}[data-theme=light] .co-person:before{background-image:radial-gradient(circle at 25% 25%,rgba(52,152,219,.1) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(52,152,219,.05) 0,transparent 50%)}[data-theme=light] .co-person__item{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.1)}[data-theme=light] .co-person__item:hover{box-shadow:0 20px 40px rgba(0,0,0,.15)}[data-theme=light] .co-person__main-title{color:#2c3e50}[data-theme=light] .co-person__main-description{color:#6c757d}[data-theme=light] .co-person__title{color:#2c3e50}[data-theme=light] .co-person__description{color:#6c757d}[data-theme=light] .co-person__badge-text{background:rgba(52,152,219,.1);color:#3498db;border-color:rgba(52,152,219,.2)}[data-theme=dark] .co-person{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}[data-theme=dark] .co-person:before{background-image:radial-gradient(circle at 25% 25%,rgba(52,152,219,.15) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(52,152,219,.1) 0,transparent 50%)}[data-theme=dark] .co-person__item{background:#2c2c2c;box-shadow:0 10px 30px rgba(0,0,0,.3)}[data-theme=dark] .co-person__item:hover{box-shadow:0 20px 40px rgba(0,0,0,.4)}[data-theme=dark] .co-person__main-title{color:#fff}[data-theme=dark] .co-person__main-description{color:#b0b0b0}[data-theme=dark] .co-person__title{color:#fff}[data-theme=dark] .co-person__description{color:#b0b0b0}[data-theme=dark] .co-person__badge-text{background:rgba(52,152,219,.2);color:#5dade2;border-color:rgba(52,152,219,.3)}@media(prefers-contrast:high){.co-person__item{border:2px solid #000}.co-person__badge-text{border:2px solid #3498db}.co-person__icon{border:2px solid #fff}}@media print{.co-person{background:#fff!important;padding:2rem 0}.co-person:before{display:none}.co-person__item{box-shadow:none!important;border:1px solid #000;page-break-inside:avoid;break-inside:avoid;margin-bottom:1rem}.co-person__item:hover{transform:none!important}.co-person__image-container{height:150px}.co-person__main-title,.co-person__title{color:#000!important}.co-person__description,.co-person__main-description{color:#333!important}.co-person__icon{background:#000!important;color:#fff!important;box-shadow:none!important}}@media(prefers-reduced-motion:reduce){.co-person__header,.co-person__item{animation:none!important}.co-person__item:hover,.co-person__item:hover .co-person__icon,.co-person__item:hover .co-person__image{transform:none!important}}.co-person__item:focus-within{outline:3px solid #3498db;outline-offset:2px}@media(max-width:1200px){.co-person__container{max-width:1000px}.co-person__grid{gap:1.75rem}}@media(max-width:992px){.co-person{padding:4rem 0}.co-person__main-title{font-size:2.2rem}.co-person__image-container{height:200px}}@media(max-width:576px){.co-person{padding:3rem 0}.co-person__header{margin-bottom:2rem}.co-person__main-title{font-size:1.5rem;margin-bottom:.75rem}.co-person__main-description{font-size:.95rem}.co-person__grid{gap:1.25rem}.co-person__image-container{height:160px}.co-person__content{padding:1rem}.co-person__title{font-size:1.1rem;margin-bottom:.5rem}.co-person__description{font-size:.85rem;margin-bottom:.75rem}.co-person__icon{width:32px;height:32px;top:-10px;right:1rem}.co-person__icon svg{width:16px;height:16px}[dir=rtl] .co-person__icon{left:1rem}}@media(max-height:500px)and (orientation:landscape){.co-person{padding:2rem 0}.co-person__header{margin-bottom:1.5rem}.co-person__main-title{font-size:1.8rem;margin-bottom:.5rem}.co-person__main-description{font-size:.9rem}.co-person__image-container{height:120px}.co-person__content{padding:1rem}}@media(min-width:1920px){.co-person{padding:4rem 0}.co-person__container{max-width:1400px}.co-person__main-title{font-size:1.4rem}.co-person__main-description{font-size:1rem}.co-person__grid{gap:1rem}.co-person__image-container{height:348px}.co-person__content{padding:1rem}.co-person__title{font-size:1rem}.co-person__description{font-size:.8rem}.co-person__icon{width:45px;height:45px;top:-15px}.co-person__icon svg{width:22px;height:22px}}.co-person__item{opacity:0;animation:fadeInUp .8s ease-out forwards}.co-person__item.loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite;z-index:1}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.co-person__item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(52,152,219,.05),transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.co-person__item:hover:after{opacity:1}.co-person__content{position:relative;z-index:2}@media(min-width:1400px){.co-person__grid{grid-template-columns:repeat(4,minmax(0,400px));justify-content:center}}@media(max-width:820px)and (min-width:481px){.co-person__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media(max-width:1200px)and (min-width:993px){.co-person__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.co-person__item__content{padding:1.25rem}.co-person__item__title{font-size:1.2rem}.co-person__item__description{font-size:.9rem}}.co-vid{position:relative;height:100vh;min-height:600px;overflow:hidden}.co-vid,.co-vid__video{width:100%;pointer-events:none}.co-vid__video{position:absolute;top:0;left:0;height:100%;object-fit:cover}@media(max-width:820px){.co-vid{height:100vh;min-height:400px}}@media(max-width:480px){.co-vid{height:100vh;min-height:300px}}