@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;background-color:#0f172a;color:#f8fafc}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;width:100%;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:inherit}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000000d;padding:.75rem 0;transition:all .3s ease}.header--scrolled{padding:.5rem 0;box-shadow:0 4px 30px #0000001a}.header__container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}@media(max-width:480px){.header__container{padding:0 1rem}}.header__logo{display:flex;align-items:center;z-index:1001}.header__logo-img{height:36px;width:auto;object-fit:contain}@media(max-width:768px){.header__logo-img{height:30px}}@media(max-width:480px){.header__logo-img{height:26px}}.header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}@media(max-width:1024px){.header__hamburger{display:flex}}.header__hamburger span{display:block;width:100%;height:3px;background:#18214d;border-radius:3px;transition:all .3s ease}.header__hamburger--active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.header__hamburger--active span:nth-child(2){opacity:0;transform:translate(-10px)}.header__hamburger--active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header__nav{display:flex;align-items:center}@media(max-width:1024px){.header__nav{position:fixed;top:0;right:-100%;width:80%;max-width:350px;height:100vh;background:#fff;flex-direction:column;justify-content:flex-start;padding:100px 2rem 2rem;box-shadow:-10px 0 40px #00000026;transition:right .4s cubic-bezier(.4,0,.2,1);z-index:1000}}@media(max-width:1024px){.header__nav--open{right:0}}.header__nav-list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}@media(max-width:1200px){.header__nav-list{gap:1.5rem}}@media(max-width:1024px){.header__nav-list{flex-direction:column;align-items:flex-start;gap:0;width:100%}}.header__nav-item{margin:0}@media(max-width:1024px){.header__nav-item{width:100%;border-bottom:1px solid rgba(0,0,0,.05)}}.header__nav-link{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#18214d;text-decoration:none;transition:color .3s ease;position:relative;display:inline-block}@media(max-width:1200px){.header__nav-link{font-size:.9rem}}@media(max-width:1024px){.header__nav-link{display:block;padding:1rem 0;font-size:1.1rem;width:100%}}.header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#f5c518;transition:width .3s ease}@media(max-width:1024px){.header__nav-link:after{display:none}}.header__nav-link:hover{color:#18214d}.header__nav-link:hover:after{width:100%}.header__overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media(max-width:1024px){.header__overlay{display:block}}.header__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:#f5c518;color:#18214d;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #eab3084d;white-space:nowrap}.header__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #eab30866;background:#e9b90a}@media(max-width:1200px){.header__cta{padding:.65rem 1.25rem;font-size:.85rem}}@media(max-width:1024px){.header__cta--desktop{display:none}}.header__cta--mobile{display:none}@media(max-width:1024px){.header__cta--mobile{display:inline-flex;margin-top:2rem;width:100%;justify-content:center}}.banner{background-color:#fdfbf6;color:#18214d;text-align:center;position:relative;overflow:hidden;min-height:100vh;min-height:100svh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:clamp(64px,8vh,120px) clamp(1rem,4vw,80px);padding-top:calc(80px + clamp(64px,8vh,120px))}.banner .banner-content{width:min(900px,100%);margin:0 auto;position:relative;z-index:10;overflow:hidden}.banner .banner-content h1{font-size:clamp(2.2rem,4.5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:clamp(1rem,2.5vw,2rem);color:#18214d;word-break:break-word}.banner .banner-content h1 .highlight{color:#f5c518;display:block;margin-top:.5rem}.banner .banner-content p{font-size:clamp(1rem,1.4vw,1.25rem);color:#30429b;line-height:1.6;margin:0 auto clamp(2rem,3vw,4rem);max-width:min(700px,100%)}.banner .banner-content .banner-actions{display:flex;justify-content:center;gap:clamp(12px,2vw,1rem);margin-bottom:clamp(2.5rem,6vh,4rem);flex-wrap:wrap}.banner .banner-content .banner-actions button{padding:1rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:180px;max-width:100%}.banner .banner-content .banner-actions .btn-primary{background:#f5c518;color:#18214d;border:none;box-shadow:0 4px 15px #f5c5184d}.banner .banner-content .banner-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5c51866}.banner .banner-content .banner-actions .btn-secondary{background:transparent;color:#18214d;border:1px solid #18214d}.banner .banner-content .banner-actions .btn-secondary:hover{background:#18214d0d}.banner .banner-content .trusted-by p{font-size:.9rem;font-weight:600;color:#3c53c2;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.banner .banner-content .trusted-by .logos-slider{overflow:hidden;width:100%;max-width:1000px;margin:0 auto;position:relative;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.banner .banner-content .trusted-by .logos-slider .logos-track{display:flex;align-items:center;gap:clamp(2rem,3vw,4rem);width:max-content;padding:1rem 0;animation:banner-scroll 30s linear infinite;will-change:transform}.banner .banner-content .trusted-by .logos-slider .logos-track .logo-item{display:flex;align-items:center;justify-content:center}.banner .banner-content .trusted-by .logos-slider .logos-track .logo-item img{height:clamp(36px,4vw,55px);width:auto;object-fit:contain;opacity:.6;transition:opacity .3s,filter .3s}.banner .banner-content .trusted-by .logos-slider .logos-track .logo-item img:hover{opacity:1;filter:grayscale(0%)}.banner .banner-content .trusted-by .logos-slider .logos-track:hover{animation-play-state:paused}.banner .banner-content .scroll-indicator{margin-top:clamp(1rem,4vh,4rem);display:flex;justify-content:center}.banner .banner-content .scroll-indicator .mouse{width:26px;height:40px;border:2px solid rgb(60.3564356436,82.9900990099,193.6435643564);border-radius:20px;position:relative}.banner .banner-content .scroll-indicator .mouse .wheel{width:4px;height:8px;background:#3c53c2;border-radius:2px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scroll 1.5s infinite}.banner .shape{position:absolute;border-radius:50%;z-index:1;pointer-events:none}.banner .shape-1{width:clamp(60px,8vw,100px);height:clamp(60px,8vw,100px);background:#f5c51833;top:18%;left:8%}.banner .shape-2{width:clamp(40px,6vw,60px);height:clamp(40px,6vw,60px);background:#f5c51826;bottom:18%;left:20%}.banner .shape-3{width:clamp(50px,7vw,80px);height:clamp(50px,7vw,80px);background:#cbd5e180;bottom:28%;right:8%}.banner .shape-4{width:clamp(10px,2vw,15px);height:clamp(10px,2vw,15px);background:#f5c5184d;top:12%;left:22%}@keyframes scroll{0%{top:6px;opacity:1}to{top:20px;opacity:0}}@keyframes banner-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.banner{padding:64px 1rem}.banner .banner-content .banner-actions{flex-direction:column;align-items:stretch}.banner .banner-content .banner-actions button{width:100%;min-width:0}.banner .shape-2,.banner .shape-4{display:none}}@media(min-width:1400px){.banner{padding-left:120px;padding-right:120px}}.services{background-color:#fdfbf6;padding:5rem 2rem}@media(max-width:768px){.services{padding:3rem 1rem}}@media(max-width:480px){.services{padding:2.5rem .75rem}}.services .container{max-width:1200px;margin:0 auto}.services .section-header{text-align:center;margin-bottom:4rem}@media(max-width:768px){.services .section-header{margin-bottom:2rem;padding:0 1rem}}.services .section-header h2{font-size:2.75rem;font-weight:800;color:#18214d;margin-bottom:1rem}@media(max-width:1024px){.services .section-header h2{font-size:2.25rem}}@media(max-width:768px){.services .section-header h2{font-size:1.75rem}}.services .section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:768px){.services .section-header p{font-size:.95rem}}.services .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}@media(max-width:1024px){.services .services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services .services-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.services .service-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000000a;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;display:flex;flex-direction:column;gap:2rem}.services .service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}@media(max-width:768px){.services .service-card{padding:1rem;border-radius:12px}}.services .service-card__icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.services .service-card__icon svg{width:26px;height:26px}@media(max-width:768px){.services .service-card__icon{width:40px;height:40px;margin-bottom:.75rem}.services .service-card__icon svg{width:20px;height:20px}}.services .service-card__title{font-size:1.2rem;font-weight:700;color:#18214d;margin-bottom:.75rem}@media(max-width:768px){.services .service-card__title{font-size:.95rem;margin-bottom:.5rem;line-height:1.3}}.services .service-card__description{font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:1.25rem;flex-grow:1}@media(max-width:768px){.services .service-card__description{font-size:.75rem;line-height:1.4;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}}.services .service-card__stat{display:inline-flex;align-items:center;gap:.5rem;background:#eab3081f;color:#92400e;padding:.6rem .9rem;border-radius:8px;font-size:.85rem;font-weight:500;width:fit-content}.services .service-card__stat .sparkle{color:#f5c518;font-size:.9rem}@media(max-width:768px){.services .service-card__stat{font-size:.7rem;padding:.4rem .6rem;width:100%;justify-content:center;gap:.25rem}.services .service-card__stat .sparkle{font-size:.8rem}}.services .section-footer{text-align:center;margin-top:1rem}@media(max-width:768px){.services .section-footer{margin-top:.5rem}}.services .section-footer .btn-view-all{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.75rem;background:#f5c518;color:#18214d;font-weight:600;font-size:.95rem;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #eab3084d}.services .section-footer .btn-view-all svg{width:18px;height:18px;transition:transform .3s ease}.services .section-footer .btn-view-all:hover{transform:translateY(-2px);box-shadow:0 6px 20px #eab30866}.services .section-footer .btn-view-all:hover svg{transform:translate(4px)}@media(max-width:768px){.services .section-footer .btn-view-all{padding:.8rem 1.5rem;font-size:.9rem}}.cta-banner{padding:4rem 1rem}.cta-banner .container{max-width:1000px;margin:0 auto;background-color:#18214d;border-radius:20px;padding:6rem 4rem;text-align:center;color:#fff;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.cta-banner .container h2{font-size:2.5rem;margin-bottom:1rem;font-weight:800}.cta-banner .container p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-banner .container .btn-cta{background:#f5c518;color:#18214d;padding:1rem 4rem;border-radius:50px;font-weight:700;border:none;cursor:pointer;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease}.cta-banner .container .btn-cta:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003;background:#f6cb30}.success-stories{background-color:#fff;color:#18214d;padding:4rem 1rem}.success-stories .container{max-width:1000px;margin:0 auto}.success-stories .section-header{text-align:center;margin-bottom:4rem}.success-stories .section-header h2{font-size:2.5rem;font-weight:800;color:#18214d;margin-bottom:1rem}.success-stories .section-header p{font-size:1.1rem;color:#30429b;max-width:600px;margin:0 auto}.success-stories .case-studies{display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem}.success-stories .case-studies .case-study-card{background:#fff;border-radius:20px;padding:4rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;border:1px solid rgba(0,0,0,.05)}@media(max-width:768px){.success-stories .case-studies .case-study-card{grid-template-columns:1fr;padding:2rem}}.success-stories .case-studies .case-study-card .content-side .meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.success-stories .case-studies .case-study-card .content-side .meta .tag{background-color:#f5c518;color:#18214d;padding:4px 12px;border-radius:20px;font-weight:700;font-size:.85rem}.success-stories .case-studies .case-study-card .content-side .meta .duration{color:#3c53c2;font-size:.9rem;font-weight:500}.success-stories .case-studies .case-study-card .content-side h3{font-size:1.8rem;color:#18214d;margin-bottom:2rem;font-weight:800}.success-stories .case-studies .case-study-card .content-side .detail-block{margin-bottom:1rem}.success-stories .case-studies .case-study-card .content-side .detail-block h4{font-size:.95rem;color:#18214d;margin-bottom:4px;font-weight:700}.success-stories .case-studies .case-study-card .content-side .detail-block p{font-size:.95rem;color:#30429b;line-height:1.5}.success-stories .case-studies .case-study-card .content-side .btn-results{margin-top:1rem;background:transparent;border:1px solid rgb(98.7128712871,116.9801980198,206.2871287129);color:#18214d;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.success-stories .case-studies .case-study-card .content-side .btn-results:hover{background:#18214d0d;border-color:#18214d}.success-stories .case-studies .case-study-card .metrics-side{display:flex;flex-direction:column;gap:1rem}.success-stories .case-studies .case-study-card .metrics-side .metric-row{background:#f8fafc;padding:1rem 2rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 2px #0000000d}.success-stories .case-studies .case-study-card .metrics-side .metric-row .label{color:#18214d;font-weight:500;font-size:.95rem}.success-stories .case-studies .case-study-card .metrics-side .metric-row .value{color:#10b981;font-weight:800;font-size:1.1rem}.success-stories .section-footer{text-align:center}.success-stories .section-footer p{font-size:1.1rem;color:#18214d;margin-bottom:1rem;font-weight:500}.success-stories .section-footer .btn-discuss{background:#f5c518;color:#18214d;padding:1rem 4rem;border-radius:50px;font-weight:700;border:none;cursor:pointer;font-size:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease}.success-stories .section-footer .btn-discuss:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.latest-insights{background-color:#fdfbf6;color:#18214d;padding:4rem 1rem;overflow:hidden}@media(max-width:768px){.latest-insights{padding:2rem 0}}.latest-insights .container{max-width:1200px;margin:0 auto}@media(max-width:768px){.latest-insights .container{padding:0}}.latest-insights .section-header{text-align:center;margin-bottom:4rem;padding:0 1rem}@media(max-width:768px){.latest-insights .section-header{margin-bottom:2rem}}.latest-insights .section-header h2{font-size:2.5rem;font-weight:800;color:#18214d;margin-bottom:1rem}@media(max-width:768px){.latest-insights .section-header h2{font-size:2rem}}.latest-insights .section-header p{font-size:1.1rem;color:#30429b;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:768px){.latest-insights .section-header p{font-size:1rem}}.latest-insights .insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}@media(max-width:768px){.latest-insights .insights-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:0 1rem 2rem;margin-bottom:2rem;scrollbar-width:none}.latest-insights .insights-grid::-webkit-scrollbar{display:none}}.latest-insights .insights-grid .insight-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}@media(max-width:768px){.latest-insights .insights-grid .insight-card{min-width:85vw;scroll-snap-align:center;transform:none!important}}.latest-insights .insights-grid .insight-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.latest-insights .insights-grid .insight-card .image-wrapper{position:relative;height:240px;overflow:hidden}.latest-insights .insights-grid .insight-card .image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.latest-insights .insights-grid .insight-card .image-wrapper:hover img{transform:scale(1.05)}.latest-insights .insights-grid .insight-card .image-wrapper .category-tag{position:absolute;top:16px;left:16px;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:700;background-color:#f5c518;color:#18214d}.latest-insights .insights-grid .insight-card .image-wrapper .category-tag.marketing-trends,.latest-insights .insights-grid .insight-card .image-wrapper .category-tag.strategy,.latest-insights .insights-grid .insight-card .image-wrapper .category-tag.technology{background-color:#facc15}.latest-insights .insights-grid .insight-card .image-wrapper .featured-tag{position:absolute;top:16px;right:16px;background-color:#0009;color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.latest-insights .insights-grid .insight-card .content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}@media(max-width:768px){.latest-insights .insights-grid .insight-card .content{padding:1rem}}.latest-insights .insights-grid .insight-card .content h3{font-size:1.4rem;color:#18214d;margin-bottom:1rem;font-weight:700;line-height:1.4}@media(max-width:768px){.latest-insights .insights-grid .insight-card .content h3{font-size:1.25rem;margin-bottom:.5rem}}.latest-insights .insights-grid .insight-card .content p{font-size:1rem;color:#30429b;margin-bottom:2rem;line-height:1.6;flex-grow:1}@media(max-width:768px){.latest-insights .insights-grid .insight-card .content p{font-size:.95rem;margin-bottom:1rem}}.latest-insights .insights-grid .insight-card .content .meta{display:flex;justify-content:space-between;font-size:.9rem;color:#6375ce;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}@media(max-width:768px){.latest-insights .insights-grid .insight-card .content .meta{margin-bottom:1rem;padding-bottom:.5rem;font-size:.85rem}}.latest-insights .insights-grid .insight-card .content .btn-read-more{background:#f5c518;color:#18214d;border:none;padding:12px 20px;border-radius:8px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background .2s ease;width:100%}.latest-insights .insights-grid .insight-card .content .btn-read-more span{font-size:1.2rem;transition:transform .2s ease}.latest-insights .insights-grid .insight-card .content .btn-read-more:hover{background:#f6cb30}.latest-insights .insights-grid .insight-card .content .btn-read-more:hover span{transform:translate(4px)}.latest-insights .section-footer{text-align:center;padding:0 1rem}.latest-insights .section-footer .btn-view-all{background-color:#1e293b;color:#fff;padding:12px 32px;border-radius:50px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.latest-insights .section-footer .btn-view-all:hover{background-color:#2f405d;transform:translateY(-2px)}.testimonials{background-color:#18214d;color:#fff;padding:4rem 1rem;overflow:hidden}@media(max-width:768px){.testimonials{padding:2rem 0}}.testimonials .container{max-width:1200px;margin:0 auto}@media(max-width:768px){.testimonials .container{padding:0}}.testimonials .section-header{text-align:center;margin-bottom:4rem;padding:0 1rem}@media(max-width:1024px){.testimonials .section-header{margin-bottom:2rem;padding:0 .5rem}}@media(max-width:768px){.testimonials .section-header{margin-bottom:2rem;padding:0 1rem}}.testimonials .section-header h2{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem}@media(max-width:1024px){.testimonials .section-header h2{font-size:2.5rem}}@media(max-width:768px){.testimonials .section-header h2{font-size:2rem}}.testimonials .section-header p{font-size:1.2rem;color:#fffc;max-width:700px;margin:0 auto;line-height:1.6}@media(max-width:1024px){.testimonials .section-header p{font-size:1.1rem}}@media(max-width:768px){.testimonials .section-header p{font-size:1rem}}.testimonials .testimonials-slider{position:relative;max-width:1400px;margin:0 auto 6rem;overflow:hidden;padding:0 70px}@media(max-width:1024px){.testimonials .testimonials-slider{max-width:100%;padding:0 60px}}@media(max-width:768px){.testimonials .testimonials-slider{margin-bottom:2rem;padding:0 45px}}.testimonials .testimonials-slider .slider-track{display:flex;transition:transform .5s ease-in-out;gap:2rem}@media(max-width:1024px){.testimonials .testimonials-slider .slider-track{gap:1rem}}@media(max-width:768px){.testimonials .testimonials-slider .slider-track{gap:1rem;padding:0 1rem}}.testimonials .testimonials-slider .slider-track .testimonial-card{min-width:calc(33.333% - 1.3333333333rem);flex-shrink:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem 1rem;display:flex;flex-direction:column;min-height:280px}@media(max-width:1024px){.testimonials .testimonials-slider .slider-track .testimonial-card{min-width:calc(33.333% - .6666666667rem);padding:1rem;min-height:300px}}@media(max-width:768px){.testimonials .testimonials-slider .slider-track .testimonial-card{min-width:calc(100% - 2rem);padding:2rem 1rem;min-height:auto}}.testimonials .testimonials-slider .slider-track .testimonial-card .stars{color:#f5c518;font-size:1.1rem;margin-bottom:.5rem;letter-spacing:2px}@media(max-width:1024px){.testimonials .testimonials-slider .slider-track .testimonial-card .stars{font-size:1rem}}@media(max-width:768px){.testimonials .testimonials-slider .slider-track .testimonial-card .stars{font-size:1.2rem}}.testimonials .testimonials-slider .slider-track .testimonial-card .quote-icon{color:transparent;-webkit-text-stroke:1px #f5c518;font-size:2.5rem;line-height:1;margin-bottom:.5rem;font-family:serif}@media(max-width:1024px){.testimonials .testimonials-slider .slider-track .testimonial-card .quote-icon{font-size:2.2rem}}@media(max-width:768px){.testimonials .testimonials-slider .slider-track .testimonial-card .quote-icon{font-size:3rem}}.testimonials .testimonials-slider .slider-track .testimonial-card .quote-text{font-size:.95rem;line-height:1.7;color:#ffffffe6;margin-bottom:2rem;flex-grow:1;font-style:italic}@media(max-width:1024px){.testimonials .testimonials-slider .slider-track .testimonial-card .quote-text{font-size:.9rem;line-height:1.6}}@media(max-width:768px){.testimonials .testimonials-slider .slider-track .testimonial-card .quote-text{font-size:1rem;line-height:1.8;margin-bottom:4rem}}.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile{display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile{gap:1rem}}.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2);flex-shrink:0}@media(max-width:1024px){.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile img{width:45px;height:45px}}@media(max-width:768px){.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile img{width:60px;height:60px}}.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile .user-info{flex:1;min-width:0}.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile .user-info h4{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:4px;line-height:1.3}@media(max-width:1024px){.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile .user-info h4{font-size:.9rem}}@media(max-width:768px){.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile .user-info h4{font-size:1.1rem}}.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile .user-info .role{font-size:.8rem;color:#ffffffb3;margin-bottom:4px;line-height:1.3}@media(max-width:1024px){.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile .user-info .role{font-size:.75rem}}@media(max-width:768px){.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile .user-info .role{font-size:.9rem}}.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile .user-info .industry{font-size:.7rem;color:#f5c518;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}@media(max-width:1024px){.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile .user-info .industry{font-size:.65rem}}@media(max-width:768px){.testimonials .testimonials-slider .slider-track .testimonial-card .user-profile .user-info .industry{font-size:.8rem}}.testimonials .testimonials-slider .slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:1024px){.testimonials .testimonials-slider .slider-nav{width:45px;height:45px;font-size:1.8rem}}@media(max-width:768px){.testimonials .testimonials-slider .slider-nav{width:38px;height:38px;font-size:1.5rem}}.testimonials .testimonials-slider .slider-nav:hover{background:#fff3;border-color:#f5c518;transform:translateY(-50%) scale(1.1)}@media(max-width:768px){.testimonials .testimonials-slider .slider-nav:hover{transform:translateY(-50%)}}.testimonials .testimonials-slider .slider-nav.prev{left:0}@media(max-width:1024px){.testimonials .testimonials-slider .slider-nav.prev{left:5px}}@media(max-width:768px){.testimonials .testimonials-slider .slider-nav.prev{left:3px}}.testimonials .testimonials-slider .slider-nav.next{right:0}@media(max-width:1024px){.testimonials .testimonials-slider .slider-nav.next{right:5px}}@media(max-width:768px){.testimonials .testimonials-slider .slider-nav.next{right:3px}}.testimonials .slider-dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:4rem;padding:0 1rem}@media(max-width:768px){.testimonials .slider-dots{margin-bottom:2rem;gap:.25rem}}.testimonials .slider-dots .dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;padding:0}@media(max-width:768px){.testimonials .slider-dots .dot{width:10px;height:10px}}.testimonials .slider-dots .dot:hover{background:#ffffff80;transform:scale(1.2)}@media(max-width:768px){.testimonials .slider-dots .dot:hover{transform:scale(1.1)}}.testimonials .slider-dots .dot.active{background:#f5c518;width:32px;border-radius:6px}@media(max-width:768px){.testimonials .slider-dots .dot.active{width:28px}}.testimonials .stats-footer{background:#ffffff1a;border-radius:20px;padding:4rem;text-align:center;border:1px solid rgba(255,255,255,.1);margin:0 1rem}@media(max-width:768px){.testimonials .stats-footer{padding:2rem;margin:0 .5rem}}.testimonials .stats-footer h3{font-size:2rem;font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.testimonials .stats-footer h3{font-size:1.5rem}}.testimonials .stats-footer p{color:#fffc;margin-bottom:4rem;font-size:1.1rem}@media(max-width:768px){.testimonials .stats-footer p{font-size:1rem;margin-bottom:2rem}}.testimonials .stats-footer .stats-row{display:flex;justify-content:center;gap:8rem;flex-wrap:wrap}@media(max-width:768px){.testimonials .stats-footer .stats-row{gap:2rem;flex-direction:column;gap:Y-spacing-lg}}.testimonials .stats-footer .stats-row .stat-item{display:flex;flex-direction:column;align-items:center}.testimonials .stats-footer .stats-row .stat-item .value{font-size:2.5rem;font-weight:800;color:#f5c518;margin-bottom:.25rem}@media(max-width:768px){.testimonials .stats-footer .stats-row .stat-item .value{font-size:2rem}}.testimonials .stats-footer .stats-row .stat-item .label{color:#fffc;font-size:1rem}.our-expertise{padding:80px 0;background-color:#fff8f0}.our-expertise .container{max-width:1200px;margin:0 auto;width:100%;padding:0 20px}.our-expertise .section-header{text-align:left;margin-bottom:40px}@media(max-width:768px){.our-expertise .section-header{margin-bottom:30px}}.our-expertise .section-header .subtitle{color:#eab308;font-weight:600;font-size:1.1rem;display:block;margin-bottom:10px}@media(max-width:768px){.our-expertise .section-header .subtitle{font-size:1rem}}.our-expertise .section-header h2{font-size:2.5rem;font-weight:800;color:#000;line-height:1.2}@media(max-width:768px){.our-expertise .section-header h2{font-size:2rem}}@media(max-width:480px){.our-expertise .section-header h2{font-size:1.75rem}}.our-expertise .expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}@media(max-width:992px){.our-expertise .expertise-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.our-expertise .expertise-grid{grid-template-columns:1fr}}.our-expertise .expertise-grid .expertise-item{cursor:pointer}.our-expertise .expertise-grid .expertise-item .card-frame{background-color:#001f3f;border-radius:30px;border:15px solid white;padding:15px;box-shadow:0 10px 30px #0000001a;position:relative;overflow:visible;margin-bottom:30px;transition:transform .3s ease}@media(max-width:500px){.our-expertise .expertise-grid .expertise-item .card-frame{border-width:10px;border-radius:20px;padding:10px}}.our-expertise .expertise-grid .expertise-item .card-frame:hover{transform:translateY(-5px)}.our-expertise .expertise-grid .expertise-item .card-frame .card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media(max-width:500px){.our-expertise .expertise-grid .expertise-item .card-frame .card-grid{gap:5px}}.our-expertise .expertise-grid .expertise-item .card-frame .card-grid .grid-item{aspect-ratio:1;background-color:#e2e8f0;border-radius:4px;background-position:center;background-size:cover;background-repeat:no-repeat}.our-expertise .expertise-grid .expertise-item .card-frame .card-grid .grid-item:nth-child(2n){background-color:#cbd5e1}.our-expertise .expertise-grid .expertise-item .card-frame .card-title-badge{position:absolute;bottom:-15px;left:0;background-color:#fff;color:#eab308;padding:8px 20px;font-weight:700;font-size:1.1rem;box-shadow:0 5px 15px #0000001a;z-index:10;border-radius:5px 5px 5px 15px;white-space:nowrap;max-width:95%;overflow:hidden;text-overflow:ellipsis}@media(max-width:480px){.our-expertise .expertise-grid .expertise-item .card-frame .card-title-badge{font-size:1rem;padding:6px 15px;bottom:-10px}}.our-expertise .gallery-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000006b;z-index:2000;display:flex;justify-content:center;align-items:center;padding:5px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s ease}.our-expertise .gallery-modal-content{background-color:#111;border-radius:20px;width:100%;max-width:1100px;max-height:90vh;overflow-y:auto;padding:40px;position:relative;animation:slideUp .4s ease;box-shadow:0 25px 50px -12px #00000080;border:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.our-expertise .gallery-modal-content{padding:30px 20px;border-radius:15px;max-height:85vh}}@media(max-width:480px){.our-expertise .gallery-modal-content{padding:25px 15px;max-height:80vh}}.our-expertise .gallery-modal-content .modal-close-btn{position:absolute;top:15px;right:20px;background:#ffffff1a;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;color:#fff;transition:all .2s;line-height:1;z-index:10}.our-expertise .gallery-modal-content .modal-close-btn:hover{background:#fff3;transform:rotate(90deg)}@media(max-width:480px){.our-expertise .gallery-modal-content .modal-close-btn{top:10px;right:10px;width:32px;height:32px;font-size:1.2rem}}.our-expertise .gallery-modal-content .modal-header{margin-bottom:30px;text-align:center;padding:0 40px}.our-expertise .gallery-modal-content .modal-header h3{font-size:2rem;font-weight:700;color:#fff;margin:0}@media(max-width:768px){.our-expertise .gallery-modal-content .modal-header h3{font-size:1.5rem}}@media(max-width:480px){.our-expertise .gallery-modal-content .modal-header h3{font-size:1.25rem}}.our-expertise .gallery-modal-content .modal-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}@media(max-width:600px){.our-expertise .gallery-modal-content .modal-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}}@media(max-width:400px){.our-expertise .gallery-modal-content .modal-gallery-grid{grid-template-columns:1fr}}.our-expertise .gallery-modal-content .modal-gallery-grid .gallery-item{border-radius:12px;overflow:hidden;box-shadow:0 10px 15px -3px #0000004d;transition:all .3s ease;background:#1e293b;border:1px solid rgba(255,255,255,.05)}.our-expertise .gallery-modal-content .modal-gallery-grid .gallery-item:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0006;border-color:#eab308}.our-expertise .gallery-modal-content .modal-gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4/3;transition:transform .5s ease}.our-expertise .gallery-modal-content .modal-gallery-grid .gallery-item:hover img{transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.websites-and-software{padding:80px 0;background:#fff8f0}.websites-and-software .container{max-width:1200px;margin:0 auto;padding:0 20px}.websites-and-software .section-header{margin-bottom:40px}.websites-and-software .section-header .subtitle{display:block;color:#eab308;font-weight:600;font-size:1.1rem;margin-bottom:10px}.websites-and-software .section-header h2{margin:0;color:#000;font-weight:800;font-size:clamp(1.8rem,2.6vw,2.7rem);line-height:1.15}.websites-and-software .websites-grid{display:grid;gap:26px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch}@media(max-width:1100px){.websites-and-software .websites-grid{gap:22px}}@media(max-width:768px){.websites-and-software .websites-grid{gap:18px}}@media(max-width:520px){.websites-and-software .websites-grid{grid-template-columns:1fr;gap:16px}}.websites-and-software .project-card{display:block;text-decoration:none;color:inherit;background:#000;padding:18px;border-radius:18px;overflow:hidden;height:clamp(190px,22vw,245px);box-shadow:0 18px 40px #0000001f;transition:transform .16s ease,box-shadow .16s ease}.websites-and-software .project-card:hover{transform:translateY(-2px);box-shadow:0 22px 55px #0000002e}.websites-and-software .project-card:hover .project-image-placeholder img{transform:scale(1.04)}.websites-and-software .project-card:hover .visit-link{opacity:1;transform:translateY(0)}.websites-and-software .project-image-placeholder{position:relative;width:100%;height:100%;border-radius:14px;overflow:hidden;background:#111}.websites-and-software .project-image-placeholder img{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1);transition:transform .22s ease}.websites-and-software .project-overlay{position:absolute;inset:0;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;background:linear-gradient(to top,#000000b8,#0000002e 55%,#0000 82%)}.websites-and-software .project-overlay h3{margin:0;color:#fff;font-weight:800;font-size:1.35rem;line-height:1.15;letter-spacing:-.01em}@media(max-width:520px){.websites-and-software .project-overlay h3{font-size:1.2rem}}.websites-and-software .visit-link{display:inline-flex;align-items:center;gap:8px;color:#ffffffe0;font-weight:600;font-size:.92rem;opacity:.92;transform:translateY(2px);transition:opacity .16s ease,transform .16s ease}.websites-and-software .visit-link svg{flex:0 0 auto;opacity:.9}.business-solutions{padding:80px 0;background:#fff}.business-solutions .container{max-width:1200px;margin:0 auto;width:100%;padding:0 20px}.business-solutions .section-header{text-align:left;margin-bottom:40px}@media(max-width:768px){.business-solutions .section-header{margin-bottom:30px}}.business-solutions .section-header .subtitle{color:#eab308;font-weight:600;font-size:1.1rem;display:block;margin-bottom:10px}@media(max-width:768px){.business-solutions .section-header .subtitle{font-size:1rem}}.business-solutions .section-header h2{font-size:2.5rem;font-weight:800;color:#000;line-height:1.2}@media(max-width:768px){.business-solutions .section-header h2{font-size:2rem}}@media(max-width:480px){.business-solutions .section-header h2{font-size:1.75rem}}.business-solutions .solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.6rem}@media(max-width:992px){.business-solutions .solutions-grid{grid-template-columns:1fr}}.business-solutions .solutions-grid .solution-card{border-radius:28px;overflow:hidden;display:flex;flex-direction:column;height:100%;background:transparent;box-shadow:0 18px 55px #02081738;transform:translateZ(0)}.business-solutions .solutions-grid .solution-card .image-area{width:100%;background:radial-gradient(120% 120% at 20% 15%,#eef4ea,#dfe6ee 45%,#cfd6df);position:relative;height:360px}@media(max-width:992px){.business-solutions .solutions-grid .solution-card .image-area{height:340px}}@media(max-width:576px){.business-solutions .solutions-grid .solution-card .image-area{height:260px}}.business-solutions .solutions-grid .solution-card .image-area img{width:100%;height:100%;object-fit:cover;display:block}.business-solutions .solutions-grid .solution-card .content-area{background:#062f43;color:#fff;padding:22px 26px 26px;display:flex;justify-content:space-between;align-items:center;gap:16px}@media(max-width:576px){.business-solutions .solutions-grid .solution-card .content-area{flex-direction:column;align-items:flex-start}}.business-solutions .solutions-grid .solution-card .content-area .text-content{min-width:0}.business-solutions .solutions-grid .solution-card .content-area .text-content h3{font-size:1.35rem;font-weight:800;margin:0 0 14px;letter-spacing:.1px}@media(max-width:576px){.business-solutions .solutions-grid .solution-card .content-area .text-content h3{font-size:1.2rem}}.business-solutions .solutions-grid .solution-card .content-area .text-content .tags{display:flex;flex-wrap:wrap;gap:10px}.business-solutions .solutions-grid .solution-card .content-area .text-content .tags span{background:#ffffff14;border:1px solid rgba(255,255,255,.12);padding:7px 14px;border-radius:999px;font-size:.85rem;font-weight:600;line-height:1;white-space:nowrap}.business-solutions .solutions-grid .solution-card .content-area .text-content .tags .more{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;padding:7px 14px}.business-solutions .solutions-grid .solution-card .content-area .btn-demo{background:#b89411;color:#fff;border:none;padding:12px 28px;border-radius:999px;font-weight:800;cursor:pointer;white-space:nowrap;box-shadow:0 10px 22px #add40040;transition:transform .16s ease,filter .16s ease}@media(max-width:576px){.business-solutions .solutions-grid .solution-card .content-area .btn-demo{width:100%;justify-content:center}}.business-solutions .solutions-grid .solution-card .content-area .btn-demo:hover{transform:translateY(-1px);filter:brightness(1.06)}.business-solutions .solutions-grid .solution-card .content-area .btn-demo:active{transform:translateY(0);filter:brightness(.98)}.ad-showcase{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a,#1e1b4b,#0f172a);color:#f8fafc;padding:clamp(4rem,8vw,120px) 1rem;overflow:hidden;position:relative}.ad-showcase:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(245,197,24,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(129,140,248,.08) 0%,transparent 50%);pointer-events:none}@media(max-width:768px){.ad-showcase{padding:4rem 0}}.ad-showcase .container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4rem;position:relative;z-index:1}@media(max-width:768px){.ad-showcase .container{gap:2rem}}.ad-showcase .section-header{text-align:center;max-width:800px;margin:0 auto 4rem;padding:0 1rem}.ad-showcase .section-header h2{font-size:clamp(2.2rem,5vw,3.5rem);margin-bottom:1rem;font-weight:800;line-height:1.2}.ad-showcase .section-header h2 .highlight{background:linear-gradient(135deg,#f5c518,#fbbf24);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.ad-showcase .section-header p{font-size:clamp(1rem,1.5vw,1.25rem);color:#f8fafcd9;line-height:1.7;max-width:600px;margin:0 auto}.ad-showcase .showcase-content{display:flex;flex-direction:column;gap:6rem}@media(max-width:768px){.ad-showcase .showcase-content{gap:4rem}}.ad-showcase .section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 1rem}.ad-showcase .section-header-row .section-label{font-size:1.3rem;font-weight:700;background:linear-gradient(135deg,#f5c518,#fbbf24);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px;margin-bottom:0;padding-left:0}.ad-showcase .section-header-row .carousel-nav{display:flex;gap:.5rem}.ad-showcase .section-header-row .carousel-nav .nav-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.2rem}.ad-showcase .section-header-row .carousel-nav .nav-btn:hover{background:#f5c518;border-color:#f5c518;transform:scale(1.1)}@media(max-width:768px){.ad-showcase .section-header-row .carousel-nav .nav-btn{display:none}}.ad-showcase .carousel-container{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none}.ad-showcase .carousel-container::-webkit-scrollbar{display:none}.ad-showcase .shorts-section .shorts-grid{display:flex;gap:4rem;width:max-content;padding:1rem}@media(max-width:768px){.ad-showcase .shorts-section .shorts-grid{padding:.5rem 1rem 2rem .5rem;gap:2rem}}.ad-showcase .shorts-section .short-card{width:320px;height:560px;flex-shrink:0;background:#ffffff0d;border-radius:20px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:all .4s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.ad-showcase .shorts-section .short-card{width:280px;height:500px;scroll-snap-align:center}}.ad-showcase .shorts-section .short-card:hover{transform:translateY(-12px) scale(1.02);border-color:#f5c51880}.ad-showcase .shorts-section .short-card .video-placeholder{width:100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.ad-showcase .shorts-section .short-card .video-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#0006,#000000e6);z-index:1}.ad-showcase .shorts-section .short-card .video-placeholder .short-info{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:2;display:flex;flex-direction:column;gap:.25rem}.ad-showcase .shorts-section .short-card .video-placeholder .short-info .short-title{font-weight:700;font-size:1.1rem;display:block;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}.ad-showcase .shorts-section .short-card .video-placeholder .short-info .short-views{font-size:.9rem;opacity:.9;color:#fffc}.ad-showcase .videos-section .videos-carousel{display:flex;gap:4rem;width:max-content;padding:1rem}@media(max-width:768px){.ad-showcase .videos-section .videos-carousel{gap:2rem;padding:0 1rem 2rem}}.ad-showcase .videos-section .videos-carousel .video-card{background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.12);transition:all .4s cubic-bezier(.4,0,.2,1);width:550px;flex-shrink:0}@media(max-width:768px){.ad-showcase .videos-section .videos-carousel .video-card{min-width:85vw;width:85vw;scroll-snap-align:center}}.ad-showcase .videos-section .videos-carousel .video-card:hover{transform:translateY(-8px);background:#ffffff1a;border-color:#f5c51866;box-shadow:0 20px 40px #0000004d,0 0 0 1px #ffffff26}.ad-showcase .videos-section .videos-carousel .video-card .thumbnail-wrapper{position:relative;aspect-ratio:16/9;overflow:hidden}.ad-showcase .videos-section .videos-carousel .video-card .thumbnail-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ad-showcase .videos-section .videos-carousel .video-card .thumbnail-wrapper:hover img{transform:scale(1.08)}.ad-showcase .videos-section .videos-carousel .video-card .thumbnail-wrapper .duration{position:absolute;bottom:12px;right:12px;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:700;letter-spacing:.5px;border:1px solid rgba(255,255,255,.1)}.ad-showcase .videos-section .videos-carousel .video-card .thumbnail-wrapper .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.ad-showcase .videos-section .videos-carousel .video-card .thumbnail-wrapper .overlay .play-btn{font-size:2rem;color:#fff;background:linear-gradient(135deg,#f5c518,#fbbf24);width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #f5c51866;transition:transform .3s ease}.ad-showcase .videos-section .videos-carousel .video-card .thumbnail-wrapper .overlay .play-btn:hover{transform:scale(1.15)}.ad-showcase .videos-section .videos-carousel .video-card .thumbnail-wrapper:hover .overlay{opacity:1}.ad-showcase .videos-section .videos-carousel .video-card .video-info{padding:2rem}.ad-showcase .videos-section .videos-carousel .video-card .video-info h3{margin-bottom:1rem;line-height:1.4;font-size:1.15rem;font-weight:700;color:#fff}.ad-showcase .videos-section .videos-carousel .video-card .video-info .watch-btn{width:100%;padding:12px;background:linear-gradient(135deg,#f5c51826,#fbbf2426);border:1px solid rgba(245,197,24,.4);color:#fff;border-radius:10px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s ease}.ad-showcase .videos-section .videos-carousel .video-card .video-info .watch-btn:hover{background:linear-gradient(135deg,#f5c518,#fbbf24);border-color:#f5c518;transform:translateY(-2px);box-shadow:0 8px 20px #f5c5184d}.play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;opacity:0;transition:opacity .3s ease;z-index:2}.play-overlay .play-button{width:70px;height:70px;background:linear-gradient(135deg,#f5c518,#fbbf24);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;transition:transform .3s ease;box-shadow:0 8px 24px #f5c51880}.short-card:hover .play-overlay,.video-card:hover .play-overlay{opacity:1}.short-card:hover .play-overlay .play-button,.video-card:hover .play-overlay .play-button{transform:scale(1.15)}.contact-section{background-color:#fff;color:#18214d;padding:4rem 1rem}@media(max-width:768px){.contact-section{padding:2rem 1rem}}.contact-section .container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}@media(max-width:1024px){.contact-section .container{gap:2rem;grid-template-columns:1fr;max-width:600px}}@media(max-width:768px){.contact-section .container{grid-template-columns:1fr;gap:4rem}}.contact-section .content-side h2{font-size:3rem;font-weight:800;color:#18214d;margin-bottom:1rem;line-height:1.2}@media(max-width:768px){.contact-section .content-side h2{font-size:2.25rem}}.contact-section .content-side .subtitle{font-size:1.2rem;color:#30429b;margin-bottom:4rem;line-height:1.6}@media(max-width:768px){.contact-section .content-side .subtitle{font-size:1.1rem;margin-bottom:2rem}}.contact-section .content-side .benefits-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}@media(max-width:768px){.contact-section .content-side .benefits-list{gap:1rem;margin-bottom:2rem}}.contact-section .content-side .benefits-list .benefit-item{display:flex;gap:1rem}.contact-section .content-side .benefits-list .benefit-item .icon{color:#f5c518;font-size:1.5rem;font-weight:800;margin-top:2px;flex-shrink:0}.contact-section .content-side .benefits-list .benefit-item .text h3{font-size:1.1rem;color:#18214d;font-weight:700;margin-bottom:4px}.contact-section .content-side .benefits-list .benefit-item .text p{color:#3c53c2;font-size:1rem}.contact-section .content-side .guarantee-box{background-color:#18214d;padding:2rem;border-radius:12px;color:#fff}@media(max-width:768px){.contact-section .content-side .guarantee-box{padding:1rem}}.contact-section .content-side .guarantee-box h3{font-size:1.1rem;margin-bottom:.5rem;font-weight:700}.contact-section .content-side .guarantee-box p{font-size:.95rem;opacity:.9;line-height:1.5}.contact-section .form-side{width:100%}.contact-section .form-side .form-card{background:#fff;padding:4rem;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid rgba(0,0,0,.05)}@media(max-width:768px){.contact-section .form-side .form-card{padding:2rem}}.contact-section .form-side .form-card .form-header{text-align:center;margin-bottom:2rem}.contact-section .form-side .form-card .form-header .icon{font-size:2.5rem;margin-bottom:.5rem;color:#f5c518}.contact-section .form-side .form-card .form-header h3{font-size:1.5rem;color:#18214d;font-weight:800;margin-bottom:.25rem}.contact-section .form-side .form-card .form-header p{color:#3c53c2;font-size:.95rem}.contact-section .form-side .form-card form{display:flex;flex-direction:column;gap:1rem}.contact-section .form-side .form-card form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.contact-section .form-side .form-card form .form-row{grid-template-columns:1fr}}.contact-section .form-side .form-card form .form-group{display:flex;flex-direction:column;gap:6px}.contact-section .form-side .form-card form .form-group label{font-size:.9rem;font-weight:600;color:#18214d}.contact-section .form-side .form-card form .form-group input,.contact-section .form-side .form-card form .form-group textarea{padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s;font-family:inherit;background-color:#fff;color:#18214d}.contact-section .form-side .form-card form .form-group input:focus,.contact-section .form-side .form-card form .form-group textarea:focus{outline:none;border-color:#f5c518;box-shadow:0 0 0 3px #f5c5181a}.contact-section .form-side .form-card form .form-group input::placeholder,.contact-section .form-side .form-card form .form-group textarea::placeholder{color:#94a3b8}.contact-section .form-side .form-card form .btn-submit{background-color:#f5c518;color:#18214d;font-weight:700;padding:16px;border-radius:50px;border:none;font-size:1.1rem;cursor:pointer;margin-top:.5rem;transition:transform .2s,background-color .2s;width:100%}.contact-section .form-side .form-card form .btn-submit:hover{transform:translateY(-2px);background-color:#f6cb30}.contact-section .form-side .form-card form .btn-submit:active{transform:translateY(0)}.contact-section .form-side .form-card form .privacy-note{text-align:center;font-size:.75rem;color:#94a3b8;margin-top:.5rem;line-height:1.4}.footer{background:#0f172a;color:#f8fafc;padding:4rem 0 0}.footer__container{max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:480px){.footer__container{padding:0 1rem}}.footer__main{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:4rem;padding-bottom:3rem}@media(max-width:1024px){.footer__main{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:768px){.footer__main{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:1024px){.footer__company{grid-column:1/-1}}.footer__logo{margin-bottom:1.25rem}.footer__logo img{height:32px;width:auto;filter:brightness(0) invert(1)}@media(max-width:768px){.footer__logo img{height:28px}}.footer__description{color:#94a3b8;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem;max-width:400px}@media(max-width:768px){.footer__description{font-size:.9rem;max-width:100%}}.footer__contact-info{display:flex;flex-direction:column;gap:.75rem}.footer__contact-item{display:flex;align-items:center;gap:.75rem;color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer__contact-item svg{width:18px;height:18px;flex-shrink:0;color:#f5c518}.footer__contact-item:hover{color:#f8fafc}.footer__contact-item--location{cursor:default}.footer__divider{margin:0 .5rem;color:#475569}@media(max-width:768px){.footer__links-column{text-align:left}}.footer__column-title{font-size:1rem;font-weight:600;color:#f8fafc;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.5px}.footer__links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer__links-list li a{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .3s ease;display:inline-block;cursor:pointer}.footer__links-list li a:hover{color:#f5c518}.footer__links-list .footer__service-item{color:#94a3b8;font-size:.9rem;display:inline-block;cursor:default}.footer__cta-section{margin-top:2rem;padding:3rem 0}.footer__cta-content{background:linear-gradient(135deg,#1e3a5f,#1e293b);border-radius:16px;padding:3rem;text-align:center;max-width:800px;margin:0 auto}@media(max-width:768px){.footer__cta-content{padding:2rem 1.5rem;border-radius:12px}}.footer__cta-title{font-size:1.75rem;font-weight:700;color:#f8fafc;margin-bottom:.75rem}@media(max-width:768px){.footer__cta-title{font-size:1.4rem}}@media(max-width:480px){.footer__cta-title{font-size:1.25rem}}.footer__cta-text{color:#94a3b8;font-size:1rem;margin-bottom:1.5rem}@media(max-width:768px){.footer__cta-text{font-size:.9rem}}.footer__cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2rem;background:#f5c518;color:#18214d;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #eab3084d}.footer__cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #eab30866;background:#e9b90a}@media(max-width:768px){.footer__cta-button{padding:.8rem 1.5rem;font-size:.9rem}}.footer__bottom{border-top:1px solid #1e293b;padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}@media(max-width:768px){.footer__bottom{flex-direction:column;text-align:center;gap:1.5rem}}.footer__copyright{color:#64748b;font-size:.9rem;margin:0}.footer__bottom-right{display:flex;align-items:center;gap:2rem}@media(max-width:768px){.footer__bottom-right{flex-direction:column;gap:1.25rem}}.footer__social{display:flex;align-items:center;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#64748b;transition:all .3s ease}.footer__social-link svg{width:20px;height:20px}.footer__social-link:hover{color:#f5c518;transform:translateY(-2px)}.footer__legal{display:flex;align-items:center;gap:1.5rem}.footer__legal a{color:#64748b;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer__legal a:hover{color:#f8fafc}.services-page-wrapper{min-height:100vh;display:flex;flex-direction:column}.services-page{flex:1}.services-page__hero{background:linear-gradient(135deg,#18214d,#1a4a5e,#1a5a5e);padding:8rem 2rem 6rem;text-align:center}@media(max-width:768px){.services-page__hero{padding:6rem 1.5rem 4rem}}@media(max-width:480px){.services-page__hero{padding:5rem 1rem 3rem}}.services-page__hero-content{max-width:800px;margin:0 auto}.services-page__title{font-size:3.5rem;font-weight:700;color:#f8fafc;margin-bottom:1.25rem;font-family:Inter,sans-serif}@media(max-width:1024px){.services-page__title{font-size:2.75rem}}@media(max-width:768px){.services-page__title{font-size:2.25rem}}@media(max-width:480px){.services-page__title{font-size:1.875rem}}.services-page__subtitle{font-size:1.15rem;color:#ffffffd9;line-height:1.7;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:768px){.services-page__subtitle{font-size:1rem}}.services-page__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.75rem;background:#f5c518;color:#18214d;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #eab3084d}.services-page__cta svg{width:18px;height:18px;transition:transform .3s ease}.services-page__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #eab30866}.services-page__cta:hover svg{transform:translate(4px)}@media(max-width:768px){.services-page__cta{padding:.8rem 1.5rem;font-size:.9rem}}.services-page__details{padding:5rem 2rem;background:#fdfbf6}@media(max-width:768px){.services-page__details{padding:3rem 1.5rem}}@media(max-width:480px){.services-page__details{padding:2.5rem 1rem}}.services-page__details-header{text-align:center;margin-bottom:4rem}@media(max-width:768px){.services-page__details-header{margin-bottom:2.5rem}}.services-page__details-title{font-size:2.5rem;font-weight:700;color:#18214d;margin-bottom:1rem;font-family:Inter,sans-serif}@media(max-width:1024px){.services-page__details-title{font-size:2rem}}@media(max-width:768px){.services-page__details-title{font-size:1.75rem}}.services-page__details-subtitle{font-size:1.05rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:768px){.services-page__details-subtitle{font-size:.95rem}}.services-page__list{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.service-card{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.service-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}@media(max-width:1024px){.service-card{grid-template-columns:1fr;gap:2rem;padding:2rem}}@media(max-width:768px){.service-card{padding:1.5rem;border-radius:12px}}.service-card__main{display:flex;flex-direction:column}.service-card__icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-card__icon svg{width:28px;height:28px}@media(max-width:768px){.service-card__icon{width:50px;height:50px}.service-card__icon svg{width:24px;height:24px}}.service-card__title{font-size:1.5rem;font-weight:700;color:#18214d;margin-bottom:1rem;font-family:Inter,sans-serif}@media(max-width:768px){.service-card__title{font-size:1.25rem}}.service-card__description{font-size:.95rem;color:#64748b;line-height:1.7;margin-bottom:2rem}@media(max-width:768px){.service-card__description{font-size:.9rem;margin-bottom:1.5rem}}.service-card__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}@media(max-width:480px){.service-card__stats{grid-template-columns:1fr;gap:1rem}}.service-card__stat-icon{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.service-card__stat-icon svg{width:16px;height:16px;color:#18214d}.service-card__stat-icon span{font-size:.85rem;font-weight:600;color:#18214d}.service-card__stat-value{font-size:.95rem;font-weight:600;color:#18214d;margin:0 0 .25rem}.service-card__stat-subtext{font-size:.85rem;color:#64748b;margin:0}.service-card__button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#18214d;color:#fff;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;width:fit-content}.service-card__button svg{width:16px;height:16px;transition:transform .3s ease}.service-card__button:hover{background:#243274;transform:translateY(-2px)}.service-card__button:hover svg{transform:translate(4px)}@media(max-width:768px){.service-card__button{padding:.7rem 1.25rem;font-size:.85rem}}.service-card__included{background:#f8fafc80;border-radius:12px;padding:1.5rem}@media(max-width:1024px){.service-card__included{order:-1}}@media(max-width:768px){.service-card__included{padding:1.25rem}}.service-card__included-title{font-size:1rem;font-weight:700;color:#18214d;margin-bottom:1rem}.service-card__included-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.service-card__included-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:#475569;line-height:1.5}.service-card__included-list li svg{width:18px;height:18px;color:#22c55e;flex-shrink:0;margin-top:2px}@media(max-width:768px){.service-card__included-list li{font-size:.85rem}}.process-section{background:#18214d;padding:5rem 2rem}@media(max-width:768px){.process-section{padding:3.5rem 1.5rem}}@media(max-width:480px){.process-section{padding:3rem 1rem}}.process-section__container{max-width:1200px;margin:0 auto;text-align:center}.process-section__title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(max-width:1024px){.process-section__title{font-size:2rem}}@media(max-width:768px){.process-section__title{font-size:1.75rem}}.process-section__subtitle{font-size:1.1rem;color:#ffffffbf;max-width:600px;margin:0 auto 4rem;line-height:1.6}@media(max-width:768px){.process-section__subtitle{font-size:1rem;margin-bottom:3rem}}.process-section__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1024px){.process-section__steps{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.process-section__steps{grid-template-columns:1fr;gap:2rem}}.process-step{text-align:center}.process-step__icon{width:64px;height:64px;border:2px solid #f5c518;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:#f5c518}.process-step__icon svg{width:28px;height:28px}@media(max-width:768px){.process-step__icon{width:56px;height:56px}.process-step__icon svg{width:24px;height:24px}}.process-step__title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.75rem}@media(max-width:768px){.process-step__title{font-size:1rem}}.process-step__description{font-size:.9rem;color:#ffffffb3;line-height:1.6;max-width:250px;margin:0 auto}@media(max-width:768px){.process-step__description{font-size:.85rem;max-width:280px}}.services-cta{background:#f5c518;padding:5rem 2rem;text-align:center}@media(max-width:768px){.services-cta{padding:3.5rem 1.5rem}}@media(max-width:480px){.services-cta{padding:3rem 1rem}}.services-cta__container{max-width:800px;margin:0 auto}.services-cta__title{font-size:2.5rem;font-weight:700;color:#18214d;margin-bottom:1rem}@media(max-width:1024px){.services-cta__title{font-size:2rem}}@media(max-width:768px){.services-cta__title{font-size:1.75rem}}.services-cta__text{font-size:1.1rem;color:#1e3a5f;max-width:600px;margin:0 auto 2rem;line-height:1.6}@media(max-width:768px){.services-cta__text{font-size:1rem}}.services-cta__button{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.75rem;background:#18214d;color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #00000026}.services-cta__button svg{width:18px;height:18px;transition:transform .3s ease}.services-cta__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#1e2960}.services-cta__button:hover svg{transform:translate(4px)}@media(max-width:768px){.services-cta__button{padding:.8rem 1.5rem;font-size:.9rem}}.how-it-works{padding:5rem 0;background-color:#fff}.how-it-works .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.how-it-works .section-header{margin-bottom:3rem}.how-it-works .section-header h4{color:#ffb800;text-transform:lowercase;font-weight:500;margin-bottom:.5rem;font-size:1.1rem}.how-it-works .section-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#000}.how-it-works .section-header p{color:#555;font-size:1.1rem;max-width:800px}.how-it-works .steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:768px){.how-it-works .steps-grid{grid-template-columns:1fr}}.how-it-works .step-card{display:flex;align-items:center;padding:1.5rem 2rem;border:1px solid #FFB800;border-radius:12px;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease;background:linear-gradient(to right,#fff,#fff5e6 50%,#fff)}.how-it-works .step-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.how-it-works .step-card .icon-wrapper{font-size:2.5rem;color:#f5c518;margin-right:1.5rem;display:flex;align-items:center;justify-content:center}.how-it-works .step-card .step-content{font-size:1.1rem;font-weight:600;color:#333}.how-it-works .step-card .step-content .step-number{margin-right:.2rem}.how-it-works .step-card.step-9{grid-column:1/-1;justify-content:center}.how-it-works .step-card.step-9 .step-content{display:flex;align-items:center}.portfolio-page-wrapper{min-height:100vh;display:flex;flex-direction:column}.portfolio-page{flex:1}.portfolio-page__hero{background:linear-gradient(135deg,#18214d,#1a4a5e,#1a5a5e);padding:8rem 2rem 5rem;text-align:center}@media(max-width:768px){.portfolio-page__hero{padding:6rem 1.5rem 3.5rem}}@media(max-width:480px){.portfolio-page__hero{padding:5rem 1rem 3rem}}.portfolio-page__hero-content{max-width:800px;margin:0 auto}.portfolio-page__title{font-size:3.5rem;font-weight:700;color:#f8fafc;margin-bottom:1rem;font-family:Inter,sans-serif}@media(max-width:1024px){.portfolio-page__title{font-size:2.75rem}}@media(max-width:768px){.portfolio-page__title{font-size:2.25rem}}@media(max-width:480px){.portfolio-page__title{font-size:1.875rem}}.portfolio-page__tagline{font-size:1.35rem;font-weight:600;color:#f5c518;margin-bottom:1rem}@media(max-width:768px){.portfolio-page__tagline{font-size:1.1rem}}.portfolio-page__subtitle{font-size:1.1rem;color:#fffc;line-height:1.7;max-width:650px;margin:0 auto}@media(max-width:768px){.portfolio-page__subtitle{font-size:1rem}}.portfolio-page__filter{background:#fdfbf6;padding:2.5rem 2rem 1.5rem;text-align:center}@media(max-width:768px){.portfolio-page__filter{padding:2rem 1rem 1rem}}.portfolio-page__filter-container{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.portfolio-page__filter-icon{color:#64748b}.portfolio-page__filter-icon svg{width:20px;height:20px}@media(max-width:768px){.portfolio-page__filter-icon{display:none}}.portfolio-page__filter-buttons{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.portfolio-page__filter-btn{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:50px;background:#fff;color:#18214d;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.portfolio-page__filter-btn:hover{border-color:#f5c518;color:#18214d}.portfolio-page__filter-btn.active{background:#f5c518;border-color:#f5c518;color:#18214d;font-weight:600}@media(max-width:768px){.portfolio-page__filter-btn{padding:.4rem .8rem;font-size:.85rem}}.portfolio-page__project-count{font-size:.9rem;color:#64748b;margin:0}.portfolio-page__projects{background:#fdfbf6;padding:2rem 2rem 5rem}@media(max-width:768px){.portfolio-page__projects{padding:1.5rem 1rem 3rem}}.portfolio-page__projects-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.portfolio-page__projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.portfolio-page__projects-grid{grid-template-columns:1fr;gap:1.5rem}}.project-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;cursor:pointer}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.project-card__image{position:relative;height:200px;overflow:hidden}.project-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card__image:hover img{transform:scale(1.05)}@media(max-width:768px){.project-card__image{height:180px}}.project-card__category{position:absolute;top:1rem;right:1rem;background:#f5c518;color:#18214d;padding:.35rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600}.project-card__content{padding:1.5rem}@media(max-width:768px){.project-card__content{padding:1.25rem}}.project-card__title{font-size:1.15rem;font-weight:700;color:#18214d;margin-bottom:.75rem;line-height:1.3}@media(max-width:768px){.project-card__title{font-size:1.05rem}}.project-card__description{font-size:.9rem;color:#64748b;line-height:1.6;margin-bottom:1.25rem}@media(max-width:768px){.project-card__description{font-size:.85rem}}.project-card__stats{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.project-card__stats li{display:flex;align-items:center;gap:.5rem}.project-card__stat-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.project-card__stat-label{font-size:.85rem;font-weight:600;color:#18214d}.project-card__link{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;color:#18214d;text-decoration:none;transition:all .2s ease}.project-card__link svg{width:16px;height:16px;transition:transform .2s ease}.project-card__link:hover{color:#f5c518}.project-card__link:hover svg{transform:translate(2px,-2px)}.portfolio-cta{background:#f5c518;padding:5rem 2rem;text-align:center}@media(max-width:768px){.portfolio-cta{padding:3.5rem 1.5rem}}@media(max-width:480px){.portfolio-cta{padding:3rem 1rem}}.portfolio-cta__container{max-width:700px;margin:0 auto}.portfolio-cta__title{font-size:2.25rem;font-weight:700;color:#18214d;margin-bottom:1rem}@media(max-width:1024px){.portfolio-cta__title{font-size:1.875rem}}@media(max-width:768px){.portfolio-cta__title{font-size:1.5rem}}.portfolio-cta__text{font-size:1.1rem;color:#1e3a5f;margin-bottom:2rem;line-height:1.6}@media(max-width:768px){.portfolio-cta__text{font-size:1rem}}.portfolio-cta__button{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.75rem;background:#18214d;color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #00000026}.portfolio-cta__button svg{width:18px;height:18px;transition:transform .3s ease}.portfolio-cta__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#1e2960}.portfolio-cta__button:hover svg{transform:translate(4px)}@media(max-width:768px){.portfolio-cta__button{padding:.8rem 1.5rem;font-size:.9rem}}.drawer-overlay{position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000}.drawer-overlay.active{opacity:1;visibility:visible}.case-study-drawer{position:fixed;top:0;right:0;width:600px;max-width:100%;height:100vh;background:#fff;z-index:1001;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;box-shadow:-10px 0 40px #00000026}.case-study-drawer.open{transform:translate(0)}@media(max-width:768px){.case-study-drawer{width:100%}}.drawer__close{position:absolute;top:1.25rem;right:1.25rem;width:40px;height:40px;border-radius:50%;border:none;background:#f1f5f9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.drawer__close svg{width:20px;height:20px;color:#64748b}.drawer__close:hover{background:#e2e8f0}.drawer__close:hover svg{color:#18214d}.drawer__content{padding:2rem}@media(max-width:768px){.drawer__content{padding:1.5rem}}.drawer__header{margin-bottom:1.5rem;padding-right:2rem}.drawer__category{display:inline-block;background:#f5c518;color:#18214d;padding:.35rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.drawer__title{font-size:1.75rem;font-weight:700;color:#18214d;margin-bottom:.75rem;line-height:1.3}@media(max-width:768px){.drawer__title{font-size:1.5rem}}.drawer__description{font-size:1rem;color:#64748b;line-height:1.6}.drawer__image{border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.drawer__image img{width:100%;height:200px;object-fit:cover}@media(max-width:768px){.drawer__image img{height:160px}}.drawer__meta{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;padding:1.25rem;background:#f8fafc;border-radius:12px}@media(max-width:480px){.drawer__meta{grid-template-columns:1fr;gap:.75rem}}.drawer__meta-item{display:flex;flex-direction:column;gap:.25rem}.drawer__meta-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.drawer__meta-value{font-size:.95rem;font-weight:600;color:#18214d}.drawer__section{margin-bottom:2rem}.drawer__section-title{font-size:1.1rem;font-weight:700;color:#18214d;margin-bottom:.75rem}.drawer__section-text{font-size:.95rem;color:#64748b;line-height:1.7}.drawer__services{display:flex;flex-wrap:wrap;gap:.5rem}.drawer__service-tag{background:#e0f2fe;color:#0369a1;padding:.4rem .75rem;border-radius:50px;font-size:.8rem;font-weight:500}.drawer__results{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:480px){.drawer__results{grid-template-columns:1fr}}.drawer__result-card{background:#f8fafc;border-radius:12px;padding:1rem;text-align:center}.drawer__result-metric{display:block;font-size:.75rem;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.drawer__result-value{display:block;font-size:1.5rem;font-weight:700;color:#18214d;margin-bottom:.25rem}@media(max-width:768px){.drawer__result-value{font-size:1.25rem}}.drawer__result-growth{display:block;font-size:.85rem;color:#22c55e;font-weight:600}.drawer__testimonial{background:linear-gradient(135deg,#18214d,#1a4a5e);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.drawer__testimonial-quote{font-size:1rem;color:#fff;font-style:italic;line-height:1.7;margin-bottom:1rem}@media(max-width:768px){.drawer__testimonial-quote{font-size:.95rem}}.drawer__testimonial-author{display:flex;flex-direction:column;gap:.15rem}.drawer__testimonial-name{font-size:.95rem;font-weight:600;color:#fff}.drawer__testimonial-role{font-size:.8rem;color:#ffffffb3}.drawer__cta{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:#f5c518;color:#18214d;font-size:1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #eab3084d}.drawer__cta svg{width:18px;height:18px;transition:transform .3s ease}.drawer__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #eab30866}.drawer__cta:hover svg{transform:translate(4px)}.blog-page-wrapper{min-height:100vh;display:flex;flex-direction:column}.blog-page{flex:1}.blog-page__hero{background:linear-gradient(135deg,#18214d,#1a4a5e,#1a5a5e);padding:8rem 2rem 5rem;text-align:center}@media(max-width:768px){.blog-page__hero{padding:6rem 1.5rem 3.5rem}}@media(max-width:480px){.blog-page__hero{padding:5rem 1rem 3rem}}.blog-page__hero-content{max-width:700px;margin:0 auto}.blog-page__title{font-size:3rem;font-weight:700;color:#f8fafc;margin-bottom:1rem}@media(max-width:1024px){.blog-page__title{font-size:2.5rem}}@media(max-width:768px){.blog-page__title{font-size:2rem}}.blog-page__subtitle{font-size:1.1rem;color:#fffc;line-height:1.7}@media(max-width:768px){.blog-page__subtitle{font-size:1rem}}.blog-page__controls{background:#fdfbf6;padding:2rem;border-bottom:1px solid #e2e8f0}@media(max-width:768px){.blog-page__controls{padding:1.5rem 1rem}}.blog-page__controls-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.blog-page__search{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:50px;padding:.75rem 1.25rem;max-width:400px}.blog-page__search svg{width:20px;height:20px;color:#64748b;flex-shrink:0}.blog-page__search input{flex:1;border:none;outline:none;font-size:.95rem;color:#18214d;background-color:#fff}.blog-page__search input::placeholder{color:#94a3b8}@media(max-width:768px){.blog-page__search{max-width:100%}}.blog-page__categories{display:flex;gap:.5rem;flex-wrap:wrap}.blog-page__category-btn{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:50px;background:#fff;color:#18214d;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.blog-page__category-btn:hover{border-color:#f5c518}.blog-page__category-btn.active{background:#f5c518;border-color:#f5c518;color:#18214d;font-weight:600}@media(max-width:768px){.blog-page__category-btn{padding:.4rem .8rem;font-size:.85rem}}.blog-page__featured{background:#fdfbf6;padding:3rem 2rem}@media(max-width:768px){.blog-page__featured{padding:2rem 1rem}}.blog-page__featured-container{max-width:1200px;margin:0 auto}.blog-page__posts{background:#fdfbf6;padding:0 2rem 5rem}@media(max-width:768px){.blog-page__posts{padding:0 1rem 3rem}}.blog-page__posts-container{max-width:1200px;margin:0 auto}.blog-page__posts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:.5rem}.blog-page__posts-title{font-size:1.5rem;font-weight:700;color:#18214d}@media(max-width:768px){.blog-page__posts-title{font-size:1.25rem}}.blog-page__posts-count{font-size:.9rem;color:#64748b}.blog-page__posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.blog-page__posts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-page__posts-grid{grid-template-columns:1fr;gap:1.5rem}}.blog-page__no-results{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px}.blog-page__no-results svg{width:48px;height:48px;color:#cbd5e1;margin-bottom:1rem}.blog-page__no-results h3{font-size:1.25rem;color:#18214d;margin-bottom:.5rem}.blog-page__no-results p{color:#64748b;margin-bottom:1.5rem}.blog-page__no-results button{padding:.75rem 1.5rem;background:#f5c518;color:#18214d;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s ease}.blog-page__no-results button:hover{transform:translateY(-2px)}.blog-page__newsletter{background:linear-gradient(135deg,#18214d,#1a4a5e);padding:5rem 2rem}@media(max-width:768px){.blog-page__newsletter{padding:3rem 1.5rem}}.blog-page__newsletter-container{max-width:600px;margin:0 auto;text-align:center}.blog-page__newsletter-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(max-width:768px){.blog-page__newsletter-title{font-size:1.5rem}}.blog-page__newsletter-text{font-size:1rem;color:#fffc;margin-bottom:2rem;line-height:1.6}.blog-page__newsletter-form{display:flex;gap:.75rem;max-width:450px;margin:0 auto}@media(max-width:768px){.blog-page__newsletter-form{flex-direction:column}}.blog-page__newsletter-form input{flex:1;padding:.9rem 1.25rem;border:none;border-radius:50px;font-size:.95rem;outline:none}.blog-page__newsletter-form input::placeholder{color:#94a3b8}.blog-page__newsletter-form button{padding:.9rem 1.75rem;background:#f5c518;color:#18214d;border:none;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.blog-page__newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #eab30866}.featured-post{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f}@media(max-width:1024px){.featured-post{grid-template-columns:1fr;gap:0}}.featured-post__image{position:relative;height:100%;min-height:350px}.featured-post__image img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.featured-post__image{min-height:250px}}.featured-post__badge{position:absolute;top:1rem;left:1rem;background:#f5c518;color:#18214d;padding:.4rem .85rem;border-radius:50px;font-size:.75rem;font-weight:600}.featured-post__content{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}@media(max-width:1024px){.featured-post__content{padding:2rem}}@media(max-width:768px){.featured-post__content{padding:1.5rem}}.featured-post__category{display:inline-block;background:#e0f2fe;color:#0369a1;padding:.35rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;margin-bottom:1rem;width:fit-content}.featured-post__title{font-size:1.75rem;font-weight:700;color:#18214d;margin-bottom:1rem;line-height:1.3}@media(max-width:768px){.featured-post__title{font-size:1.5rem}}.featured-post__excerpt{font-size:1rem;color:#64748b;line-height:1.7;margin-bottom:1.5rem}.featured-post__meta{margin-bottom:1.5rem}.featured-post__date{font-size:.9rem;color:#64748b}.featured-post__link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f5c518;color:#18214d;font-weight:600;text-decoration:none;border-radius:50px;width:fit-content;transition:all .2s ease}.featured-post__link svg{width:18px;height:18px;transition:transform .2s ease}.featured-post__link:hover{transform:translateY(-2px);box-shadow:0 4px 15px #eab3084d}.featured-post__link:hover svg{transform:translate(4px)}.blog-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;cursor:pointer}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.blog-card__image{position:relative;height:200px;overflow:hidden}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card__image:hover img{transform:scale(1.05)}@media(max-width:768px){.blog-card__image{height:180px}}.blog-card__category{position:absolute;top:1rem;left:1rem;background:#f5c518;color:#18214d;padding:.3rem .7rem;border-radius:4px;font-size:.7rem;font-weight:600}.blog-card__content{padding:1.5rem}@media(max-width:768px){.blog-card__content{padding:1.25rem}}.blog-card__title{font-size:1.1rem;font-weight:700;color:#18214d;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.blog-card__title{font-size:1rem}}.blog-card__excerpt{font-size:.9rem;color:#64748b;line-height:1.6;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.blog-card__excerpt{font-size:.85rem}}.blog-card__footer{padding-top:.5rem}.blog-card__date{font-size:.85rem;color:#94a3b8}.about-page-wrapper{min-height:100vh;display:flex;flex-direction:column}.about-page{flex:1}.about-page__hero{background:linear-gradient(135deg,#18214d,#1a4a5e,#1a5a5e);padding:8rem 2rem 5rem;text-align:center}@media(max-width:768px){.about-page__hero{padding:6rem 1.5rem 3.5rem}}@media(max-width:480px){.about-page__hero{padding:5rem 1rem 3rem}}.about-page__hero-content{max-width:800px;margin:0 auto}.about-page__title{font-size:3.5rem;font-weight:700;color:#f8fafc;margin-bottom:1rem}@media(max-width:1024px){.about-page__title{font-size:2.75rem}}@media(max-width:768px){.about-page__title{font-size:2.25rem}}@media(max-width:480px){.about-page__title{font-size:1.875rem}}.about-page__tagline{font-size:1.35rem;font-weight:600;color:#f5c518;margin-bottom:1rem}@media(max-width:768px){.about-page__tagline{font-size:1.1rem}}.about-page__subtitle{font-size:1.1rem;color:#fffc;line-height:1.7;max-width:650px;margin:0 auto}@media(max-width:768px){.about-page__subtitle{font-size:1rem}}.about-page__story{padding:5rem 2rem;background:#fff}@media(max-width:768px){.about-page__story{padding:3rem 1.5rem}}.about-page__story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:1024px){.about-page__story-container{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:1024px){.about-page__story-content{order:2}}.about-page__story-label{display:inline-block;background:#eab30826;color:#b45309;padding:.4rem .85rem;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.about-page__story-title{font-size:2.25rem;font-weight:700;color:#18214d;margin-bottom:1.5rem;line-height:1.3}@media(max-width:768px){.about-page__story-title{font-size:1.75rem}}.about-page__story-text{font-size:1rem;color:#64748b;line-height:1.8;margin-bottom:1.25rem}.about-page__story-text:last-child{margin-bottom:0}@media(max-width:768px){.about-page__story-text{font-size:.95rem}}.about-page__story-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #0000001a}@media(max-width:1024px){.about-page__story-image{order:1}}.about-page__story-image img{width:100%;height:100%;object-fit:cover}.about-page__mission{padding:4rem 2rem;background:#fdfbf6}@media(max-width:768px){.about-page__mission{padding:3rem 1.5rem}}.about-page__mission-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.about-page__mission-container{grid-template-columns:1fr;gap:1.5rem}}.about-page__mission-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000d}.about-page__mission-card h3{font-size:1.25rem;font-weight:700;color:#18214d;margin-bottom:1rem}.about-page__mission-card p{font-size:1rem;color:#64748b;line-height:1.7}@media(max-width:768px){.about-page__mission-card{padding:1.75rem}}.about-page__values{padding:5rem 2rem;background:#fff}@media(max-width:768px){.about-page__values{padding:3rem 1.5rem}}.about-page__values-container{max-width:1200px;margin:0 auto}.about-page__values-header{text-align:center;margin-bottom:3rem}@media(max-width:768px){.about-page__values-header{margin-bottom:2rem}}.about-page__values-title{font-size:2.25rem;font-weight:700;color:#18214d;margin-bottom:1rem}@media(max-width:768px){.about-page__values-title{font-size:1.75rem}}.about-page__values-subtitle{font-size:1.05rem;color:#64748b;max-width:500px;margin:0 auto;line-height:1.6}@media(max-width:768px){.about-page__values-subtitle{font-size:.95rem}}.about-page__values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1024px){.about-page__values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-page__values-grid{grid-template-columns:1fr;gap:1.5rem}}.about-page__features{padding:5rem 2rem;background:#fdfbf6}@media(max-width:768px){.about-page__features{padding:3rem 1.5rem}}.about-page__features-container{max-width:1200px;margin:0 auto}.about-page__features-header{text-align:center;margin-bottom:3rem}@media(max-width:768px){.about-page__features-header{margin-bottom:2rem}}.about-page__features-title{font-size:2.25rem;font-weight:700;color:#18214d;margin-bottom:1rem}@media(max-width:768px){.about-page__features-title{font-size:1.75rem}}.about-page__features-subtitle{font-size:1.05rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:768px){.about-page__features-subtitle{font-size:.95rem}}.about-page__features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.about-page__features-grid{grid-template-columns:1fr;gap:1.5rem}}.about-page__stats{padding:4rem 2rem;background:linear-gradient(135deg,#18214d,#1a4a5e)}@media(max-width:768px){.about-page__stats{padding:3rem 1.5rem}}.about-page__stats-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1024px){.about-page__stats-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.about-page__stats-container{grid-template-columns:1fr;gap:1.5rem}}.about-page__team{padding:5rem 2rem;background:#fdfbf6}@media(max-width:768px){.about-page__team{padding:3rem 1.5rem}}.about-page__team-container{max-width:1200px;margin:0 auto}.about-page__team-header{text-align:center;margin-bottom:3rem}@media(max-width:768px){.about-page__team-header{margin-bottom:2rem}}.about-page__team-title{font-size:2.25rem;font-weight:700;color:#18214d;margin-bottom:.75rem}@media(max-width:768px){.about-page__team-title{font-size:1.75rem}}.about-page__team-subtitle{font-size:1.05rem;color:#64748b}@media(max-width:768px){.about-page__team-subtitle{font-size:.95rem}}.about-page__team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1024px){.about-page__team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-page__team-grid{grid-template-columns:1fr;gap:1.5rem}}.about-page__cta{padding:5rem 2rem;background:#f5c518;text-align:center}@media(max-width:768px){.about-page__cta{padding:3.5rem 1.5rem}}.about-page__cta-container{max-width:700px;margin:0 auto}.about-page__cta-title{font-size:2.25rem;font-weight:700;color:#18214d;margin-bottom:1rem}@media(max-width:768px){.about-page__cta-title{font-size:1.75rem}}.about-page__cta-text{font-size:1.1rem;color:#1e3a5f;margin-bottom:2rem;line-height:1.6}@media(max-width:768px){.about-page__cta-text{font-size:1rem}}.about-page__cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.75rem;background:#18214d;color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #00000026}.about-page__cta-button svg{width:18px;height:18px;transition:transform .3s ease}.about-page__cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#1e2960}.about-page__cta-button:hover svg{transform:translate(4px)}@media(max-width:768px){.about-page__cta-button{padding:.8rem 1.5rem;font-size:.9rem}}.value-card{background:#fdfbf6;padding:2rem;border-radius:16px;text-align:center;transition:all .3s ease}.value-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.value-card__icon{width:56px;height:56px;background:linear-gradient(135deg,#18214d,#1a4a5e);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.value-card__icon svg{width:26px;height:26px;color:#f5c518}.value-card__title{font-size:1.1rem;font-weight:700;color:#18214d;margin-bottom:.75rem}.value-card__description{font-size:.9rem;color:#64748b;line-height:1.6}@media(max-width:768px){.value-card{padding:1.5rem}}.feature-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.feature-card__icon{font-size:3rem;margin-bottom:1.5rem}.feature-card__title{font-size:1.25rem;font-weight:700;color:#18214d;margin-bottom:1rem}.feature-card__description{font-size:.95rem;color:#64748b;line-height:1.7}@media(max-width:768px){.feature-card{padding:2rem}}.stat-item{text-align:center}.stat-item__value{display:block;font-size:2.5rem;font-weight:700;color:#f5c518;margin-bottom:.5rem}@media(max-width:768px){.stat-item__value{font-size:2rem}}.stat-item__label{font-size:.95rem;color:#fffc}.team-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s ease}.team-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.team-card__image{height:200px;overflow:hidden}.team-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-card__image:hover img{transform:scale(1.05)}@media(max-width:768px){.team-card__image{height:180px}}.team-card__content{padding:1.5rem;text-align:center}@media(max-width:768px){.team-card__content{padding:1.25rem}}.team-card__name{font-size:1.1rem;font-weight:700;color:#18214d;margin-bottom:.25rem}.team-card__role{display:block;font-size:.85rem;font-weight:600;color:#f5c518;margin-bottom:.75rem}.team-card__bio{font-size:.85rem;color:#64748b;line-height:1.5}.why-connectifi{background-color:#fff;color:#18214d;padding:4rem 1rem}@media(max-width:1024px){.why-connectifi{padding:2rem 1rem}}@media(max-width:768px){.why-connectifi{padding:2rem .5rem}}.why-connectifi .container{max-width:1200px;margin:0 auto;width:100%}.why-connectifi .section-header{text-align:center;margin-bottom:4rem}.why-connectifi .section-header h2{font-size:3rem;font-weight:800;color:#18214d;margin-bottom:1rem;line-height:1.2}@media(max-width:1024px){.why-connectifi .section-header h2{font-size:2.5rem}}@media(max-width:768px){.why-connectifi .section-header h2{font-size:2rem}}.why-connectifi .section-header p{font-size:1.2rem;color:#30429b;max-width:700px;margin:0 auto;line-height:1.6}@media(max-width:768px){.why-connectifi .section-header p{font-size:1rem}}.why-connectifi .mission-values-split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:6rem;align-items:start}@media(max-width:1024px){.why-connectifi .mission-values-split{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}}.why-connectifi .mission-values-split .mission-column h3{font-size:2rem;color:#18214d;margin-bottom:1rem}@media(max-width:768px){.why-connectifi .mission-values-split .mission-column h3{font-size:1.75rem}}.why-connectifi .mission-values-split .mission-column .mission-text{font-size:1.1rem;line-height:1.6;color:#30429b;margin-bottom:2rem}@media(max-width:768px){.why-connectifi .mission-values-split .mission-column .mission-text{font-size:1rem}}.why-connectifi .mission-values-split .mission-column .mission-stats{list-style:none;padding:0}.why-connectifi .mission-values-split .mission-column .mission-stats li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem;font-weight:600;color:#18214d;font-size:1.1rem;line-height:1.4}@media(max-width:768px){.why-connectifi .mission-values-split .mission-column .mission-stats li{font-size:1rem}}.why-connectifi .mission-values-split .mission-column .mission-stats li .check-icon{color:#f5c518;font-weight:800;flex-shrink:0;margin-top:2px}.why-connectifi .mission-values-split .values-column{background-color:#fdfbf6;padding:4rem;border-radius:20px}@media(max-width:768px){.why-connectifi .mission-values-split .values-column{padding:1rem;border-radius:16px}}.why-connectifi .mission-values-split .values-column h3{font-size:1.8rem;color:#18214d;margin-bottom:2rem}@media(max-width:768px){.why-connectifi .mission-values-split .values-column h3{font-size:1.5rem;margin-bottom:1rem}}.why-connectifi .mission-values-split .values-column .values-list{display:flex;flex-direction:column;gap:2rem}@media(max-width:768px){.why-connectifi .mission-values-split .values-column .values-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem}}.why-connectifi .mission-values-split .values-column .values-list .value-item{border-left:4px solid #f5c518;padding-left:1rem}@media(max-width:768px){.why-connectifi .mission-values-split .values-column .values-list .value-item{padding-left:.5rem}}.why-connectifi .mission-values-split .values-column .values-list .value-item h4{font-size:1.1rem;color:#18214d;margin-bottom:.5rem;font-weight:700}@media(max-width:768px){.why-connectifi .mission-values-split .values-column .values-list .value-item h4{font-size:1rem;margin-bottom:.25rem}}.why-connectifi .mission-values-split .values-column .values-list .value-item p{font-size:.95rem;color:#30429b;line-height:1.5}@media(max-width:768px){.why-connectifi .mission-values-split .values-column .values-list .value-item p{font-size:.85rem;line-height:1.4}}html,body{overflow-x:hidden}.admin-layout{display:flex;min-height:100vh;background-color:#0f172a;font-family:Inter,sans-serif;color:#f8fafc}.admin-layout__sidebar{width:260px;background-color:#1e293b;border-right:1px solid #334155;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:50;position:fixed;left:0;top:0;height:100vh;overflow-y:auto}@media(max-width:768px){.admin-layout__sidebar{transform:translate(-100%);box-shadow:4px 0 24px #00000080}.admin-layout__sidebar.open{transform:translate(0)}}.admin-layout__sidebar-header{padding:2rem 1.5rem}.admin-layout__sidebar-header h2{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.025em;color:#fff}.admin-layout__sidebar-header h2 span{color:#3b82f6}.admin-layout__nav{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.admin-layout__nav a{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;color:#94a3b8;text-decoration:none;border-radius:.75rem;transition:all .2s ease;font-weight:500;font-size:.95rem}.admin-layout__nav a:hover{background-color:#ffffff0d;color:#fff}.admin-layout__nav a.active{background-color:#3b82f6;color:#fff;box-shadow:0 4px 12px #3b82f64d}.admin-layout__nav a svg{width:1.25rem;height:1.25rem;opacity:.8}.admin-layout__nav a.active svg{opacity:1}.admin-layout__main{flex:1;display:flex;flex-direction:column;width:100%;position:relative;margin-left:260px;height:100vh;overflow-y:auto}@media(max-width:768px){.admin-layout__main{margin-left:0}}.admin-layout__header{display:none;padding:1rem;align-items:center;background-color:#0f172a}@media(max-width:768px){.admin-layout__header{display:flex;position:sticky;top:0;z-index:40;background-color:#0f172af2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.admin-layout__menu-btn{background:transparent;border:none;cursor:pointer;color:#fff;padding:.5rem;border-radius:.5rem}.admin-layout__menu-btn:hover{background-color:#ffffff1a}.admin-layout__menu-btn svg{width:1.5rem;height:1.5rem}.admin-layout__content{padding:3rem 4rem;max-width:1600px;margin:0 auto;width:100%}@media(max-width:1024px){.admin-layout__content{padding:2rem}}@media(max-width:768px){.admin-layout__content{padding:1.5rem}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background:#1e293b;padding:1.75rem;border-radius:1rem;border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-direction:column;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-card__label{color:#94a3b8;font-size:.875rem;font-weight:500;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.stat-card__value{color:#fff;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:1rem}.stat-card__link{margin-top:auto;color:#3b82f6;text-decoration:none;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.stat-card__link:hover{text-decoration:underline}.admin-card{background:#1e293b;border-radius:1.25rem;border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.admin-card__header{padding:2rem;border-bottom:1px solid #334155;display:flex;justify-content:space-between;align-items:center;background:#ffffff05}.admin-card__header h3{margin:0;font-size:1.25rem;font-weight:700;color:#fff}.admin-card__content{padding:1.5rem}.btn-primary{background-color:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover{background-color:#5392f7;transform:translateY(-1px)}.btn-outline{background-color:transparent;color:#94a3b8;border:1px solid #334155;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;font-size:.875rem;transition:all .2s}.btn-outline:hover{background-color:#ffffff0d;color:#fff;border-color:#fff}.btn-danger{background-color:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:.5rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;font-size:.875rem;transition:all .2s}.btn-danger:hover{background-color:#ef44441a;border-color:#ef4444}.list-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #334155;transition:background-color .2s}.list-item:hover{background-color:#ffffff05}.list-item:last-child{border-bottom:none}.list-item__info{display:flex;align-items:center;gap:1.25rem}.list-item__img{width:64px;height:48px;object-fit:cover;border-radius:.5rem;background-color:#334155}.list-item__details h4{margin:0 0 .25rem;color:#fff;font-size:1rem;font-weight:600}.list-item__details p{margin:0;color:#94a3b8;font-size:.875rem}.list-item__actions{display:flex;gap:.75rem}.overlay{position:fixed;inset:0;background-color:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;padding:1rem}.overlay.active{opacity:1;pointer-events:auto}.modal-content{background:#1e293b;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003;border:1px solid rgba(255,255,255,.1);padding:2.5rem;position:relative;animation:modalSlideUp .4s cubic-bezier(.16,1,.3,1)}@media(max-width:640px){.modal-content{padding:1.5rem;max-height:95vh}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:transparent}.modal-content::-webkit-scrollbar-thumb{background-color:#334155;border-radius:4px}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.admin-form{padding:0}.admin-form__group{margin-bottom:1.5rem}.admin-form__group label{display:block;margin-bottom:.625rem;color:#94a3b8;font-weight:500;font-size:.875rem}.admin-form__group input,.admin-form__group textarea,.admin-form__group select{width:100%;background-color:#0f172a;color:#fff;padding:.875rem 1rem;border:1px solid #334155;border-radius:.75rem;font-family:inherit;font-size:.95rem;transition:all .2s}.admin-form__group input::placeholder,.admin-form__group textarea::placeholder,.admin-form__group select::placeholder{color:#94a3b880}.admin-form__group input:focus,.admin-form__group textarea:focus,.admin-form__group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;background-color:#121b32}.admin-form__group textarea{min-height:120px;resize:vertical;line-height:1.6}.admin-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:640px){.admin-form__row{grid-template-columns:1fr;gap:0}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.modal-header h2{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.modal-header .close-btn{background:#334155;border:none;color:#94a3b8;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:1.5rem}.modal-header .close-btn:hover{background-color:#465975;color:#fff}.results-grid{display:grid;gap:1rem;margin-top:1rem}.result-item{background:#ffffff08;border:1px solid #334155;border-radius:.75rem;padding:1.25rem;transition:all .2s}.result-item:hover{background:#ffffff0d;border-color:#3b82f64d}.result-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.result-item__number{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#3b82f6;background:#3b82f61a;padding:.25rem .75rem;border-radius:.5rem}.result-item__fields{display:flex;flex-direction:column;gap:0}.result-item__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:640px){.result-item__row{grid-template-columns:1fr;gap:0}}.modal-footer{display:flex;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #334155;justify-content:flex-end}
