  @import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
        
        @font-face{font-family:"Objective-Black";src:url("../fonts/Objective-Black.otf") format("truetype");font-style:normal;font-weight:900}
        @font-face{font-family:"Objective-Medium";src:url("../fonts/Objective-Medium.otf") format("truetype");font-style:normal;font-weight:500}
        @font-face{font-family:"Objective-Regular";src:url("../fonts/Objective-Regular.otf") format("truetype");font-style:normal;font-weight:400}
        
        *{margin:0;padding:0}
        ul{list-style:none}
        a{text-decoration:none;color:inherit;position:relative;z-index:3}
        img{width:100%;height:auto;vertical-align:middle;object-fit:cover}
        body{box-sizing:border-box}
        
        @media screen and (max-width: 768px){.body-scroll{overflow:hidden}}
        .body-scroll .layout::after{display:none}
        @media screen and (max-width: 768px){.body-scroll .layout::after{display:block;content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#191b2a;opacity:.5;animation:.5s 0s linear slideInDown;z-index:4}}
        
        .container{max-width:1200px;margin:0 auto;padding:0 20px}
        .layout{position:relative;overflow:hidden;color:#111315;font-weight:400;font-family:"Montserrat",serif}
        
        .header-top{position:fixed;top:0;left:0;width:100%;height:auto;z-index:15;background:#fff}
        @media screen and (max-width: 768px){.header-top{top:0}}
        .header-top-inner{display:flex;align-items:center;justify-content:space-between;height:80px;max-width:1220px}
        @media screen and (max-width: 768px){.header-top-inner{height:79px;position:relative}}
        
        .mobile-menu{display:none}
        @media screen and (max-width: 768px){.mobile-menu{display:block;position:absolute;top:50%;transform:translateY(-50%);right:20px;z-index:20}}
        .mobile-btn{background-image:url(../images/menu.png);background-position:center;background-repeat:no-repeat;background-size:100%;width:23.09px;height:16.17px}
        .mobile-btn-active{background-image:url(../images/close.png);width:32px;height:32px;animation:.5s 0s linear rotateIn}
        
        .header-logo{display:block;background-image:url(../images/logo.png);background-position:center;background-repeat:no-repeat;background-size:100%;width:297px;height:32px; font-weight: 700; font-size: 20px;}
        @media screen and (max-width: 768px){.header-logo{width:199.44px;height:32.33px}}
        @media screen and (max-width: 320px){.header-logo{width:159.44px}}
        
        .header-nav{max-width:798px;width:100%}
        @media screen and (max-width: 1030px){.header-nav{max-width:498px}}
        @media screen and (max-width: 768px){.header-nav{display:none}}
        @media screen and (max-width: 768px){.header-nav-mobile{display:block;position:fixed;max-width:100%;height:100%;top:0;left:0;background-color:#fff3e0;animation:.5s 0s linear slideInDown;padding-top:106px;box-sizing:border-box}}
        
        .header-nav-list{display:flex;align-items:center;justify-content:space-between}
        @media screen and (max-width: 768px){.header-nav-list{flex-direction:column;row-gap:30px}}
        .header-nav-item{font-size:18px;line-height:26px;font-weight:500}
        .header-nav-item:hover{filter:drop-shadow(0.5px 0.5px #111315) drop-shadow(-0.5px -0.5px #111315)}
        .header-nav-item-active{filter:drop-shadow(0.5px 0.5px #111315) drop-shadow(-0.5px -0.5px #111315)}
        .header-nav-item-hidden{display:none}
        @media screen and (max-width: 768px){.header-nav-item-hidden{display:block;font-size:17px;line-height:24px;font-weight:700}}
        .header-nav-list .btn-link{display:none}
        @media screen and (max-width: 768px){.header-nav-list .btn-link{display:block}}
        
        .banner{padding:180px 0 120px;position:relative;overflow:clip}
        @media screen and (max-width: 768px){.banner{padding:139px 0 60px}}
        .banner::before{content:"";position:absolute;background:linear-gradient(180deg, rgb(255, 171, 127) 0%, rgb(92, 82, 76) 68.9999997616%);height:100%;width:100%;top:0;left:0}
        .banner-text{max-width:960px;margin:0 auto;background:hsla(0,0%,100%,.5);border-radius:20px;padding:40px 20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}
        @media screen and (max-width: 768px){.banner-text{max-width:355px}}
        .banner-text p{font-size:18px;line-height:26px;font-weight:500;margin:15px auto 51px;max-width:80%;text-align:center}
        @media screen and (max-width: 768px){.banner-text p{margin:20px 0 54px;text-align:center;font-size:14px;line-height:20px}}
        
        .btn-link{display:flex;align-items:center;justify-content:center;max-width:275px;height:72px;width:100%;background:#5c524c;border-radius:100px;color:#fff;font-weight:800;border:2px solid #ffab7f;font-size:18px}
        @media screen and (max-width: 768px){.btn-link{margin:0 auto;max-width:235px;height:52px;font-size:14px}}
        .btn-link:hover{filter:drop-shadow(0 0 10px #000)}
        
        section{scroll-margin-top:100px}
        .main-bg{background:linear-gradient(180deg, rgb(255, 171, 127) 0%, rgb(92, 82, 76) 68.9999997616%)}
        
        h1{font-size:44px;line-height:72px;font-weight:800;text-align:center;text-transform:uppercase}
        @media screen and (max-width: 768px){h1{font-size:24px;line-height:28.44px}}
        h2{font-size:32px;line-height:72px;font-weight:800;text-align:center}
        @media screen and (max-width: 768px){h2{font-size:24px;line-height:100%}}
        h3{font-size:16px;line-height:24px;font-weight:700;text-align:center}
        h4{font-size:21px;line-height:32px;letter-spacing:.5px;font-weight:700}
        @media screen and (max-width: 1030px){h4{font-size:18px;line-height:28px}}
        @media screen and (max-width: 768px){h4{font-size:21px;line-height:32px}}
        
        /* New Sections Styles */
        .mission{background-color:#fff;padding:80px 0}
        .mission-content{max-width:800px;margin:0 auto;text-align:center}
        .mission-content h2{margin-bottom:40px}
        .mission-content p{font-size:18px;line-height:28px;margin-bottom:20px}
        
        .skills{background-color:#f8f8f8;padding:80px 0}
        .skills-list{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:30px;margin-top:50px}
        .skills-item{background:#fff;padding:30px;border-radius:15px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.1)}
        .skills-item-icon{width:60px;height:60px;background:#ffab7f;border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;color:#fff}
        .skills-item h3{margin-bottom:15px;font-size:20px}
        .skills-item p{font-size:16px;line-height:24px}
        
        .journey{background-color:#5c524c;padding:80px 0;color:#fff}
        .journey-steps{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:40px;margin-top:50px}
        .journey-step{text-align:center}
        .journey-step-number{width:80px;height:80px;background:#ffab7f;border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:800;color:#5c524c}
        .journey-step h3{margin-bottom:15px;font-size:18px}
        .journey-step p{font-size:16px;line-height:24px}
        
        .benefits{background-color:#fff;padding:80px 0}
        .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px;margin-top:50px}
        .benefits-item{padding:30px;border-left:5px solid #ffab7f;background:#f9f9f9}
        .benefits-item h3{margin-bottom:15px;font-size:18px;color:#5c524c}
        .benefits-item p{font-size:16px;line-height:24px}
        
        .testimonials{background:linear-gradient(180deg, rgb(255, 171, 127) 0%, rgb(92, 82, 76) 68.9999997616%);padding:80px 0;color:#fff}
        .testimonials-list{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:30px;margin-top:50px}
        .testimonial-item{background:rgba(255,255,255,0.1);padding:30px;border-radius:15px;backdrop-filter:blur(10px)}
        .testimonial-item blockquote{font-size:16px;line-height:24px;margin-bottom:20px;font-style:italic}
        .testimonial-item cite{font-weight:700;font-size:14px}
        
        .cta{background-color:#5c524c;padding:80px 0;color:#fff;text-align:center}
        .cta h2{margin-bottom:20px}
        .cta p{font-size:18px;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}
        .cta .btn-link{background:#ffab7f;color:#5c524c;margin:0 auto;border:2px solid #fff}
        
        .footer{background-color:#5c524c;color:#fff;border-top:1px solid #fff;padding:40px 0}
        .footer-inner{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}
        .footer-contacts p{font-size:14px;font-weight:600;text-align:center}
        .footer-contacts p a:hover{text-decoration:underline}
        .copyright{font-size:14px;line-height:24px;font-weight:500;text-align:center}
        
        @media screen and (max-width: 768px) {
            .skills-list, .benefits-grid, .testimonials-list {
                grid-template-columns: 1fr;
            }
            .journey-steps {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }