.w3fx-logo{height:40px;width:auto}.w3fx-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:24px 0;transition:all .3s ease}.w3fx-header--scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 4px 20px #0000000d}.w3fx-header__container{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center}.w3fx-header__logo{display:flex;align-items:center;transition:opacity .2s ease}.w3fx-header__logo:hover{opacity:.7}.w3fx-header__nav{display:flex;gap:40px}.w3fx-header__link{font-size:15px;color:#1a1a1a;transition:color .2s ease}.w3fx-header__link:hover{color:#ff6b35}@media (max-width: 768px){.w3fx-header__nav{display:none}.w3fx-header__container{padding:0 20px}}.w3fx-hero{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:120px 32px 60px;background:linear-gradient(#fafafaeb,#fafafaeb),url(https://images.unsplash.com/photo-1639762681485-074b7f938ba0?w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;border-bottom-left-radius:48px;border-bottom-right-radius:48px}.w3fx-hero__container{max-width:700px;text-align:center}.w3fx-hero__title{font-size:52px;font-weight:700;color:#ff6b35;margin-bottom:20px;line-height:1.1}.w3fx-hero__subtitle{font-size:18px;color:#666;margin-bottom:40px;line-height:1.6}.w3fx-hero__button{padding:16px 48px;font-size:15px;font-weight:600;color:#fff;background:#ff6b35;border-radius:50px;transition:transform .2s ease}.w3fx-hero__button:hover{transform:scale(1.05)}@media (max-width: 768px){.w3fx-hero__title{font-size:36px}.w3fx-hero__subtitle{font-size:16px}}.w3fx-stats{padding:80px 32px;background:#fff}.w3fx-stats__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:48px}.w3fx-stats__item{text-align:center}.w3fx-stats__value{font-size:48px;font-weight:700;color:#ff6b35;margin-bottom:8px}.w3fx-stats__label{font-size:14px;color:#666;text-transform:uppercase;letter-spacing:1px}@media (max-width: 768px){.w3fx-stats{padding:60px 20px}.w3fx-stats__container{grid-template-columns:repeat(2,1fr);gap:32px}.w3fx-stats__value{font-size:36px}}.w3fx-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.w3fx-modal__content{position:relative;background:#fff;border-radius:16px;padding:48px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.w3fx-modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;background:transparent;border:none;font-size:32px;color:#666;cursor:pointer;transition:color .2s ease;line-height:1}.w3fx-modal__close:hover{color:#ff6b35}.w3fx-modal__title{font-size:32px;font-weight:700;color:#ff6b35;margin-bottom:16px}.w3fx-modal__description{font-size:16px;color:#666;line-height:1.6;margin-bottom:32px}.w3fx-modal__details{margin-bottom:32px}.w3fx-modal__subtitle{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.w3fx-modal__list{list-style:none;display:flex;flex-direction:column;gap:12px}.w3fx-modal__list-item{font-size:15px;color:#666;padding-left:24px;position:relative}.w3fx-modal__list-item:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background:#ff6b35;border-radius:50%}.w3fx-modal__button{width:100%;padding:16px;font-size:16px;font-weight:600;color:#fff;background:#ff6b35;border-radius:50px;transition:transform .2s ease}.w3fx-modal__button:hover{transform:scale(1.02)}@media (max-width: 768px){.w3fx-modal__content{padding:32px 24px}.w3fx-modal__title{font-size:24px}}.w3fx-services{padding:120px 32px;background:#fafafa}.w3fx-services__container{max-width:1200px;margin:0 auto}.w3fx-services__title{font-size:48px;font-weight:700;color:#ff6b35;text-align:center;margin-bottom:80px}.w3fx-services__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.w3fx-services__card{padding:40px;background:#fff;display:flex;flex-direction:column;gap:16px}.w3fx-services__card-title{font-size:24px;font-weight:600;color:#1a1a1a}.w3fx-services__card-description{font-size:16px;color:#666;line-height:1.6;flex:1}.w3fx-services__card-button{width:fit-content;padding:12px 32px;font-size:14px;font-weight:600;color:#ff6b35;background:transparent;border:2px solid #FF6B35;border-radius:50px;transition:all .2s ease}.w3fx-services__card-button:hover{background:#ff6b35;color:#fff}@media (max-width: 768px){.w3fx-services{padding:80px 20px}.w3fx-services__title{font-size:36px;margin-bottom:48px}.w3fx-services__grid{grid-template-columns:1fr;gap:24px}.w3fx-services__card{padding:32px}}.w3fx-team{padding:120px 32px;background:#fff}.w3fx-team__container{max-width:1200px;margin:0 auto}.w3fx-team__title{font-size:48px;font-weight:700;color:#ff6b35;text-align:center;margin-bottom:80px}.w3fx-team__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.w3fx-team__card{position:relative;overflow:hidden;border-radius:16px}.w3fx-team__image-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.w3fx-team__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.w3fx-team__card:hover .w3fx-team__image{transform:scale(1.05)}.w3fx-team__overlay{position:absolute;bottom:0;left:0;right:0;padding:24px;background:linear-gradient(to top,rgba(255,107,53,.95),transparent);color:#fff}.w3fx-team__name{font-size:20px;font-weight:600;margin-bottom:4px}.w3fx-team__role{font-size:14px;opacity:.9}@media (max-width: 768px){.w3fx-team{padding:80px 20px}.w3fx-team__title{font-size:36px;margin-bottom:48px}.w3fx-team__grid{grid-template-columns:1fr;gap:24px}}.w3fx-footer{background:#1a1a1a;color:#fff;padding:80px 32px 32px;border-top-left-radius:48px;border-top-right-radius:48px}.w3fx-footer__container{max-width:1200px;margin:0 auto}.w3fx-footer__content{display:flex;justify-content:space-between;margin-bottom:48px}.w3fx-footer__section{display:flex;flex-direction:column;gap:16px}.w3fx-footer__brand{display:flex;align-items:center;margin-bottom:8px}.w3fx-footer__email{font-size:14px;color:#999}.w3fx-footer__social{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#ff6b35;background:#ff6b351a;border-radius:8px;transition:all .2s ease}.w3fx-footer__social:hover{background:#ff6b35;color:#fff;transform:translateY(-2px)}.w3fx-footer__link{font-size:14px;color:#999;transition:color .2s ease}.w3fx-footer__link:hover{color:#fff}.w3fx-footer__bottom{padding-top:32px;border-top:1px solid #333}.w3fx-footer__copyright{font-size:14px;color:#666;text-align:center}@media (max-width: 768px){.w3fx-footer{padding:60px 20px 24px}.w3fx-footer__content{flex-direction:column;gap:32px}}*{margin:0;padding:0;box-sizing:border-box}html{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1a1a1a;background:#fff;overflow-x:hidden}.w3fx-app{min-height:100vh}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none}img{max-width:100%;display:block}
