@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--primary-navy:#1e3a8a;--primary-blue:#3b82f6;--primary-light:#dbeafe;--primary-dark:#1e40af;--secondary-gold:#f59e0b;--secondary-light:#fef3c7;--secondary-dark:#d97706;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--gradient-primary:linear-gradient(135deg,var(--primary-navy) 0%,var(--primary-blue) 100%);--gradient-secondary:linear-gradient(135deg,var(--secondary-gold) 0%,var(--secondary-dark) 100%);--gradient-subtle:linear-gradient(135deg,var(--gray-50) 0%,var(--white) 100%);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--border-radius:8px;--border-radius-lg:12px;--border-radius-xl:16px;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell",sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75}body{background-color:#fff;background-color:var(--white);color:#1f2937;color:var(--gray-800);font-size:1rem;font-size:var(--font-size-base);line-height:1.5;line-height:var(--line-height-normal)}.container{max-width:1200px;padding:0 1rem;padding:0 var(--spacing-md)}@media (min-width:768px){.container{padding:0 2rem;padding:0 var(--spacing-xl)}}h1,h2,h3,h4,h5,h6{color:#111827;color:var(--gray-900);font-weight:700;font-weight:var(--font-weight-bold);line-height:1.25;line-height:var(--line-height-tight);margin-bottom:1rem;margin-bottom:var(--spacing-md)}h1{font-size:2.25rem;font-size:var(--font-size-4xl)}h2{font-size:1.875rem;font-size:var(--font-size-3xl)}h3{font-size:1.5rem;font-size:var(--font-size-2xl)}h4{font-size:1.25rem;font-size:var(--font-size-xl)}p{color:#4b5563;color:var(--gray-600);line-height:1.75;line-height:var(--line-height-relaxed);margin-bottom:1rem;margin-bottom:var(--spacing-md)}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--border-radius);cursor:pointer;display:inline-flex;font-size:1rem;font-size:var(--font-size-base);font-weight:500;font-weight:var(--font-weight-medium);gap:.5rem;gap:var(--spacing-sm);justify-content:center;padding:1rem 2rem;padding:var(--spacing-md) var(--spacing-xl);text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#1e3a8a,#3b82f6);background:var(--gradient-primary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);color:#fff;color:var(--white)}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#fff;background:var(--white);border:2px solid #1e3a8a;border:2px solid var(--primary-navy);color:#1e3a8a;color:var(--primary-navy)}.btn-secondary:hover{background:#1e3a8a;background:var(--primary-navy);color:#fff;color:var(--white)}.btn-outline{background:#0000;border:2px solid #3b82f6;border:2px solid var(--primary-blue);color:#3b82f6;color:var(--primary-blue)}.btn-outline:hover{background:#3b82f6;background:var(--primary-blue);color:#fff;color:var(--white)}.card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);padding:2rem;padding:var(--spacing-xl);transition:all .3s ease}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}section{padding:4rem 0;padding:var(--spacing-3xl) 0}@media (max-width:768px){:root{--font-size-4xl:2rem;--font-size-3xl:1.5rem;--font-size-2xl:1.25rem}section{padding:3rem 0;padding:var(--spacing-2xl) 0}.btn{font-size:.875rem;font-size:var(--font-size-sm);padding:.5rem 1.5rem;padding:var(--spacing-sm) var(--spacing-lg)}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem;margin-bottom:var(--spacing-xs)}.mb-2{margin-bottom:.5rem;margin-bottom:var(--spacing-sm)}.mb-3{margin-bottom:1rem;margin-bottom:var(--spacing-md)}.mb-4{margin-bottom:1.5rem;margin-bottom:var(--spacing-lg)}.mb-5{margin-bottom:2rem;margin-bottom:var(--spacing-xl)}.mb-6{margin-bottom:3rem;margin-bottom:var(--spacing-2xl)}.mt-1{margin-top:.25rem;margin-top:var(--spacing-xs)}.mt-2{margin-top:.5rem;margin-top:var(--spacing-sm)}.mt-3{margin-top:1rem;margin-top:var(--spacing-md)}.mt-4{margin-top:1.5rem;margin-top:var(--spacing-lg)}.mt-5{margin-top:2rem;margin-top:var(--spacing-xl)}.mt-6{margin-top:3rem;margin-top:var(--spacing-2xl)}.d-flex{display:flex}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.gap-1{gap:.25rem;gap:var(--spacing-xs)}.gap-2{gap:.5rem;gap:var(--spacing-sm)}.gap-3{gap:1rem;gap:var(--spacing-md)}.gap-4{gap:1.5rem;gap:var(--spacing-lg)}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}html{scroll-behavior:smooth}body{font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-optical-sizing:auto}.container{margin:0 auto;max-width:1400px;padding:0 20px}@media (max-width:768px){.container{padding:0 15px}}:root{--blue:#014293;--01:#014293;--02:#014293;--light:#f0f3fd;--dark:#292929;--gray:#d9d9d9;--orange:#fd5f00;--text:#585858;--white:#fff;--gr:radial-gradient(143.88% 100% at 51.94% 100%,#fff 0%,#014293 89.95%);--light-gr:linear-gradient(180deg,#f4f4f4 13.25%,#fff0)}.top-bar{background:#fd5f00;background:var(--orange);justify-content:space-between;padding:8px 3em}.top-bar,.top-bar .con-l,.top-bar .con-l li a{align-items:center;display:flex}.top-bar .con-l li a{color:#fff;font-size:14px;font-weight:500;position:relative;text-decoration:none}.top-bar .con-l li{margin-right:30px}.top-bar .con-l li a .contact-icon{align-items:center;display:inline-flex;font-size:14px;height:16px;justify-content:center;margin-right:8px;width:16px}.top-bar .con-l li a span{color:#fff;font-size:14px;font-weight:500}.top-bar .soc-list{align-items:center;display:flex;gap:12px}.top-bar .soc-list li a{align-items:center;background:#fff3;border-radius:50%;display:flex;height:32px;justify-content:center;text-decoration:none;transition:all .3s ease;width:32px}.top-bar .soc-list li a:hover{background:#ffffff4d;transform:translateY(-2px)}.top-bar .soc-list .social-icon{color:#fff;font-size:12px;font-weight:700;text-transform:uppercase}.main-nav{background:#014293;background:var(--blue);padding:8px 0;position:relative;top:0;z-index:999}.main-nav.sticky{animation:slideIn .8s ease-in-out;position:-webkit-sticky;position:sticky;top:0}@keyframes slideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.main-nav .inner-nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 3em;position:relative}@media (min-width:901px){.menu-btn{display:none!important}.main-nav .inner-nav .l-part{order:1}.main-nav .inner-nav .m-part{order:2}.main-nav .inner-nav .r-part{order:3}}.menu-btn{order:1}.main-nav .inner-nav .l-part{align-items:center;display:flex;order:2;position:relative}.main-nav .inner-nav .l-part .logo{display:inline-block;position:relative}.main-nav .inner-nav .l-part .logo img{filter:brightness(0) invert(1);height:auto;transition:transform .3s ease;width:140px}.main-nav .inner-nav .l-part .logo:hover img{transform:scale(1.05)}.main-nav .inner-nav .m-part{align-items:center;display:flex;flex:1 1;justify-content:center;order:2;position:relative}.main-nav .inner-nav .m-part .nav-list{align-items:center;display:flex;gap:40px;list-style:none;margin:0;padding:0}.main-nav .inner-nav .r-part{order:3}.main-nav .inner-nav .m-part .nav-list li{position:relative}.main-nav .inner-nav .m-part .nav-list li a{color:#fff;display:inline-block;font-size:14px;font-weight:500;padding:10px 0;position:relative;text-decoration:none;transition:color .3s ease}.main-nav .inner-nav .m-part .nav-list li a.active:after,.main-nav .inner-nav .m-part .nav-list li a:hover:after{opacity:1;transform:translateX(-50%) translateY(10px) scale(1)}.main-nav .inner-nav .m-part .nav-list li a:after{background:#fff;border-radius:0;bottom:0;content:"";height:2px;left:50%;opacity:0;position:absolute;transform:translateX(-50%) translateY(10px) scale(0);transition:.2s ease-in-out;width:100%}.main-nav .inner-nav .r-part{position:relative}.main-nav .inner-nav .r-part .navbar-actions{align-items:center;display:flex;gap:1rem}.main-nav .inner-nav .r-part .btn-contact{align-items:center;background:#fff;border:2px solid #fff;border-radius:6px;color:#014293;color:var(--blue);display:flex;font-size:14px;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.main-nav .inner-nav .r-part .btn-contact:hover{background:#0000;box-shadow:0 4px 12px #fff3;color:#fff;transform:translateY(-1px)}.menu-btn{align-items:center;background:#0000;border:none!important;border-radius:6px;box-shadow:none!important;cursor:pointer;display:none;display:flex;flex-direction:column;gap:4px;height:40px;justify-content:center;outline:none!important;transition:all .3s ease;width:40px}.menu-btn:hover{background:#ffffff1a}.hamburger-line{background:#fff;border-radius:2px;height:3px;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:24px}.menu-btn.active .hamburger-line:first-child{transform:rotate(45deg) translate(6px,6px)}.menu-btn.active .hamburger-line:nth-child(2){opacity:0;transform:scale(0)}.menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{height:100vh;left:0;opacity:0;overflow-x:hidden;overflow-y:auto;padding:0;position:fixed;transform:translateX(-100%);transition:.3s ease-in-out;width:100%;z-index:99999}.mobile-nav,.mobile-nav .menu-head{background:#014293;background:var(--blue);top:0}.mobile-nav .menu-head{align-items:center;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;margin-bottom:2em;padding:1em 2em 1em 1em;position:-webkit-sticky;position:sticky;z-index:88}.mobile-nav .menu-head .logo{display:block;width:100px}.mobile-nav .menu-head .logo img{filter:brightness(0) invert(1);width:100%}.mobile-nav.active{opacity:1;transform:translateX(0)}.mobile-nav .menu-close{align-items:center;background:#0000;border:none!important;border-radius:50%;box-shadow:none!important;cursor:pointer;display:flex;height:40px;justify-content:center;outline:none!important;position:relative;transition:all .3s ease;width:40px;z-index:5}.mobile-nav .menu-close:hover{background:#ffffff1a}.close-line{background:#fff;border-radius:1px;height:2px;position:absolute;transition:all .3s ease;width:20px}.close-line:first-child{transform:rotate(45deg)}.close-line:nth-child(2){transform:rotate(-45deg)}.mobile-nav .nav-list{list-style:none;margin:0;padding:0}.mobile-nav .nav-list .drop-mega{padding-left:1.2em;padding-top:.5em}.mobile-nav .nav-list .srv-link{color:#fff!important;display:block;font-size:14px;padding:12px 1.5em!important;text-decoration:none}.mobile-nav .nav-list .srv-link .ic{display:none!important}.mobile-nav .nav-list>li>a{align-items:center;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:15px 1.5em;text-decoration:none}.mobile-nav .nav-list>li>a span{color:#fff;font-size:16px;font-weight:500}.mobile-nav .nav-list>li>a .nav-arrow{color:#fff9;font-size:18px;transition:all .3s ease}.mobile-nav .nav-list>li>a:hover .nav-arrow{color:#fff;transform:translateX(5px)}.mobile-nav .nav-list .mobile-contact{background:#ffffff1a;border-radius:8px;margin:20px 0}.mobile-nav .nav-list .mobile-contact a{border-bottom:none!important;font-weight:600}.mobile-contact-info{border-top:1px solid #ffffff1a;margin-top:2rem;padding:2rem 1.5rem}.mobile-contact-item{align-items:center;display:flex;gap:12px;margin-bottom:16px}.mobile-contact-item .contact-icon{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;font-size:14px;height:32px;justify-content:center;width:32px}.mobile-contact-item a{color:#ffffffe6;font-size:14px;font-weight:500;text-decoration:none}.mobile-contact-item a:hover{color:#fff}@media (max-width:1024px){.main-nav .inner-nav{padding:0 2em}.main-nav .inner-nav .m-part .nav-list{gap:25px}.top-bar{padding:8px 2em}}@media (max-width:900px){.main-nav .inner-nav .m-part{display:none}.menu-btn{display:flex}.main-nav .inner-nav{align-items:center;display:flex;justify-content:flex-start}.menu-btn{flex-shrink:0;margin-right:15px;order:1}.main-nav .inner-nav .l-part{flex-shrink:0;order:2}.main-nav .inner-nav .r-part{flex-shrink:0;margin-left:auto;order:3}}@media (max-width:768px){.top-bar{display:none}.main-nav .inner-nav{padding:0 1.5em}.main-nav .inner-nav .l-part .logo img{width:110px}.main-nav .inner-nav .r-part .btn-contact{font-size:13px;padding:10px 16px}}@media (max-width:480px){.main-nav .inner-nav{padding:0 1em}.main-nav .inner-nav .l-part .logo img{width:95px}.main-nav .inner-nav .r-part .btn-contact{font-size:12px;padding:8px 12px}}.hero-section{align-items:center;background:linear-gradient(135deg,#014293,#014293);background:linear-gradient(135deg,var(--blue),var(--blue));display:flex;height:80vh;min-height:600px;overflow:hidden;padding-top:80px;position:relative}.hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:.8;transform:scale(1);transition:all 1s ease-in-out}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:linear-gradient(135deg,#014293b3,#014293bf 50%,#014293b3);z-index:1}.hero-content{padding:0 3rem;position:relative;text-align:left;width:100%;z-index:2}.hero-slide-content{animation:slideInUp 1s ease-out;float:left;max-width:1000px;text-align:left;width:100%}.hero-badge{animation:fadeInDown .8s ease-out .2s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff3,#ffffff1a);border:1px solid #fff3;border-radius:25px;color:#fff;color:var(--white);display:inline-block;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:20px;padding:8px 20px;text-transform:uppercase}.hero-title{animation:fadeInUp .8s ease-out .4s both;color:#fff;color:var(--white);font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:24px;max-width:800px;text-shadow:0 2px 20px #0000004d}.hero-subtitle,.hero-title{float:left;text-align:left;width:100%}.hero-subtitle{animation:fadeInUp .8s ease-out .6s both;color:#ffffffe6;font-size:1rem;line-height:1.6;margin-bottom:40px;max-width:600px;text-shadow:0 1px 10px #0003}.hero-buttons{animation:fadeInUp .8s ease-out .8s both;display:flex;flex-wrap:wrap;float:left;gap:20px;justify-content:flex-start;margin-bottom:4rem;width:100%}.hero-buttons .btn{align-items:center;border-radius:8px;display:inline-flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;letter-spacing:.5px;min-width:180px;overflow:hidden;padding:16px 32px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.hero-buttons .btn-primary{background:linear-gradient(135deg,#fff,#f8f9fa);background:linear-gradient(135deg,var(--white),#f8f9fa);border:2px solid #fff;border:2px solid var(--white);box-shadow:0 8px 30px #00000026;color:#014293;color:var(--blue)}.hero-buttons .btn-primary:before{background:linear-gradient(90deg,#0000,#0142931a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.hero-buttons .btn-primary:hover:before{left:100%}.hero-buttons .btn-primary:hover{background:linear-gradient(135deg,#f8f9fa,#fff);background:linear-gradient(135deg,#f8f9fa,var(--white));box-shadow:0 15px 50px #0003;transform:translateY(-3px)}.hero-buttons .btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:2px solid #ffffff4d;color:#fff;color:var(--white)}.hero-buttons .btn-secondary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.hero-buttons .btn-secondary:hover:before{left:100%}.hero-buttons .btn-secondary:hover{background:linear-gradient(135deg,#fff3,#ffffff1a);border-color:#ffffff80;box-shadow:0 8px 30px #fff3;transform:translateY(-3px)}.hero-pagination{bottom:40px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.hero-dot{background:#ffffff4d;border:none;border-radius:2px;cursor:pointer;height:4px;overflow:hidden;position:relative;transition:all .3s ease;width:50px}.hero-dot.active{background:#fff9}.hero-dot:hover{background:#ffffff80;transform:scaleY(1.5)}.hero-nav-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:50%;cursor:pointer;display:flex;height:60px;justify-content:center;outline:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:3}.hero-nav-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.hero-prev{left:30px}.hero-next{right:30px}.hero-nav-btn .nav-arrow{color:#fff;font-size:24px;font-weight:700;line-height:1}@keyframes slideInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:.5rem}.hero-slide-content{float:left;max-width:800px;text-align:left}}@media (max-width:992px){.hero-section{min-height:500px}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:.65rem;margin-bottom:30px}.hero-buttons{gap:15px}.hero-buttons .btn{float:left;font-size:15px;min-width:160px;padding:14px 28px}.hero-nav-btn{font-size:16px;height:50px;width:50px}.hero-nav-btn .nav-arrow{font-size:20px}}@media (max-width:768px){.hero-section{height:80vh;min-height:550px}.hero-content{padding:0 1.5rem;text-align:left}.hero-slide-content{float:left;text-align:left}.hero-title{float:none;font-size:1.5rem;margin-bottom:20px;text-align:left}.hero-subtitle{float:none;font-size:.75rem;margin-bottom:25px;text-align:left}.hero-badge{font-size:12px;margin-bottom:15px;padding:6px 16px}.hero-buttons{align-items:center;flex-direction:column;float:left;gap:12px;justify-content:center}.hero-buttons .btn{float:left;font-size:14px;min-width:200px;padding:12px 24px}.hero-nav-btn{display:none}.hero-pagination{bottom:30px}.hero-dot{height:3px;width:40px}}@media (max-width:480px){.hero-section{height:70vh;min-height:400px}.hero-badge{font-size:12px;margin-bottom:15px;padding:6px 16px;text-align:left}.hero-title{font-size:1.8rem;margin-bottom:15px}.hero-subtitle{font-size:.8rem;margin-bottom:20px}.hero-buttons .btn{float:left;font-size:13px;min-width:180px;padding:10px 20px}.hero-pagination{bottom:20px}.hero-dot{height:3px;width:35px}}@media (min-width:1400px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-slide-content{float:left;max-width:1000px;padding:20px;text-align:left}}.why-cfo-section{background:#fff;padding:100px 0;position:relative}.why-cfo-layout{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.why-cfo-content{padding-right:30px}.author-info{margin-bottom:30px}.author-name{color:#014293;color:var(--blue);font-size:14px;font-weight:600;letter-spacing:3px;margin-bottom:6px;margin-top:0;text-transform:uppercase}.author-role{color:#585858;color:var(--text);font-size:14px;font-style:italic;margin:0;opacity:.7}.main-heading{color:#292929;color:var(--dark);font-size:2.2rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:30px;margin-top:0}.description{margin-bottom:0}.description p{color:#585858;color:var(--text);font-size:17px;font-weight:400;line-height:1.7;margin-bottom:25px}.description p:last-child{margin-bottom:0}.why-cfo-image{height:100%;position:relative}.image-container{height:500px;overflow:hidden;position:relative;width:100%}.professional-image{height:100%;object-fit:cover;object-position:center;transition:transform .4s ease;width:100%}.image-container:hover .professional-image{transform:scale(1.03)}.professional-placeholder{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.professional-placeholder:before{animation:float 6s ease-in-out infinite;background:radial-gradient(circle,#0142930d 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.placeholder-content{position:relative;text-align:center;z-index:2}.placeholder-icon{margin-bottom:20px;opacity:.6}.placeholder-text h4{color:#014293;color:var(--blue);font-size:1.5rem;font-weight:700;margin-bottom:8px;margin-top:0}.placeholder-text p{color:#585858;color:var(--text);font-size:1rem;margin:0;opacity:.8}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:1200px){.why-cfo-layout{gap:50px;max-width:100%;padding:0 20px}.why-cfo-content{padding-right:20px}.main-heading{font-size:2rem}.image-container{height:450px}}@media (max-width:992px){.why-cfo-layout{gap:40px}.main-heading{font-size:2rem}.description p{font-size:16px}.image-container{height:400px}}@media (max-width:768px){.why-cfo-section{padding:80px 0}.why-cfo-layout{gap:40px;grid-template-columns:1fr;padding:0 15px}.why-cfo-content{order:2;padding-right:0}.why-cfo-image{order:1}.author-info,.main-heading{margin-bottom:25px}.main-heading{font-size:2rem}.description p{font-size:16px;margin-bottom:20px}.image-container{height:350px}}@media (max-width:480px){.why-cfo-section{padding:60px 0}.author-name{letter-spacing:2px}.author-name,.author-role{font-size:12px}.main-heading{font-size:2rem;line-height:1.2}.description p{font-size:15px;line-height:1.6;margin-bottom:18px}.image-container{height:280px}}.team-section{background:linear-gradient(135deg,#0f3460,#1e4a73 50%,#2d5f86);overflow:hidden;padding:80px 0;position:relative}.team-section:before{background:radial-gradient(circle at 20% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff0d 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.team-container{margin:0 auto;max-width:1400px;padding:0 3rem;position:relative;text-align:center;z-index:2}.team-header{margin-bottom:60px;text-align:center}.team-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:25px;color:#64b5f6;display:inline-block;font-size:12px;font-weight:600;letter-spacing:2px;margin-bottom:20px;padding:8px 24px;text-transform:uppercase}.team-title{color:#fff;font-size:3.8rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 20px;text-shadow:0 2px 20px #0000004d}.team-subtitle{color:#fffc;font-size:1.2rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.team-grid-centered{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);justify-items:center;margin:0 auto;max-width:1000px}.team-member-card{border-radius:20px;box-shadow:0 15px 35px #0003;height:360px;overflow:hidden;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);width:280px}.team-member-card.clickable{cursor:pointer}.team-member-card.clickable:focus{outline:3px solid #64b5f6;outline-offset:2px}.team-member-card:hover{box-shadow:0 25px 60px #0006;transform:translateY(-15px) scale(1.02)}.team-photo-wrapper{height:100%;overflow:hidden;position:relative;width:100%}.team-photo-main{filter:brightness(.9) contrast(1.1);height:100%;object-fit:cover;object-position:center;transition:all .5s ease;width:100%}.team-member-card:hover .team-photo-main{filter:brightness(.7) contrast(1.2);transform:scale(1.1)}.team-simple-overlay{align-items:flex-end;background:linear-gradient(180deg,#0f346000,#0f346066 60%,#0f3460e6);bottom:0;display:flex;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .4s ease;visibility:hidden}.team-member-card:hover .team-simple-overlay{opacity:1;visibility:visible}.team-info-bottom{align-items:flex-end;display:flex;justify-content:space-between;padding:20px 15px;width:100%}.team-text-info{flex:1 1}.team-name-simple{color:#fff;font-size:1.4rem;font-weight:600;line-height:1.2;margin:0 0 4px;text-shadow:0 2px 8px #00000080}.team-role-simple{color:#ffffffe6;font-size:14px;font-weight:400;line-height:1.3;margin:0;text-shadow:0 1px 4px #00000080}.team-social-icon{flex-shrink:0;margin-left:15px}.social-icon-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 12px #0000004d;color:#0077b5;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-icon-btn:hover{background:#fffffff2;box-shadow:0 6px 20px #0006;transform:scale(1.1)}.team-photo-placeholder{align-items:center;background:linear-gradient(135deg,#6c757d,#495057);display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.team-photo-placeholder:before{animation:float 8s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}.placeholder-icon{color:#ffffffb3;font-size:4rem;position:relative;z-index:2}@media (max-width:1200px){.team-container{padding:0 2rem}.team-grid-centered{gap:35px;max-width:900px}.team-title{font-size:3.2rem}.team-member-card{height:340px;width:260px}}@media (max-width:992px){.team-section{padding:70px 0}.team-header{margin-bottom:50px}.team-grid-centered{gap:30px;grid-template-columns:repeat(2,1fr);max-width:600px}.team-title{font-size:2.8rem}.team-member-card{height:330px;width:250px}.team-badge{font-size:11px;letter-spacing:1.5px;padding:6px 20px}}@media (max-width:768px){.team-section{padding:60px 0}.team-container{padding:0 1.5rem}.team-header{margin-bottom:40px}.team-grid-centered{gap:25px;grid-template-columns:1fr;max-width:280px}.team-title{font-size:2.4rem}.team-subtitle{font-size:1.1rem}.team-member-card{height:350px;width:270px}.team-info-bottom{padding:18px 12px}.team-name-simple{font-size:1.3rem}.team-role-simple{font-size:13px}.social-icon-btn{height:38px;width:38px}}@media (max-width:480px){.team-section{padding:50px 0}.team-container{padding:0 1rem}.team-header{margin-bottom:35px}.team-title{font-size:2rem;line-height:1.2}.team-subtitle{font-size:1rem}.team-badge{font-size:10px;letter-spacing:1px;padding:5px 16px}.team-member-card{height:320px;width:250px}.team-info-bottom{padding:15px 12px}.team-name-simple{font-size:1.2rem}.team-role-simple{font-size:12px}.social-icon-btn{height:36px;width:36px}}@media (min-width:1400px){.team-grid-centered{gap:80px;max-width:1100px}.team-member-card{height:420px;width:320px}}.services-section-grid{background:#fff;padding:100px 0;position:relative}.services-container-grid{margin:0 auto;max-width:1300px;padding:0 20px}.services-header-grid{margin-bottom:60px;text-align:center}.services-title-grid{color:#2d2d2d;font-size:2.8rem;font-weight:700;letter-spacing:-.8px;line-height:1.3;margin:0}.services-grid-layout{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.service-card-grid{background:#e8f4f8;border:1px solid #0000000d;border-radius:16px;display:flex;flex-direction:column;height:300px;padding:40px 30px;text-align:left;transition:all .3s ease}.service-card-grid:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.service-icon-container{margin-bottom:25px}.service-icon-circle{align-items:center;background:#a8d8ea;border-radius:50%;display:flex;height:80px;justify-content:center;margin-bottom:20px;width:80px}.service-icon{color:#2c5aa0;font-size:32px}.service-content-grid{display:flex;flex:1 1;flex-direction:column}.service-title-grid{color:#2c5aa0;font-size:1.4rem;font-weight:700;line-height:1.3;margin:0 0 15px}.service-description-grid{color:#4a5568;flex:1 1;font-size:15px;line-height:1.5;margin:0 0 auto}.service-link-grid{color:#2c5aa0;display:inline-block;font-size:14px;font-weight:600;margin-top:20px;text-decoration:none;transition:all .3s ease}.service-link-grid:hover{color:#1a365d;text-decoration:underline}@media (max-width:1200px){.services-container-grid{max-width:1100px;padding:0 15px}.services-grid-layout{gap:25px}.services-title-grid{font-size:2.5rem}}@media (max-width:1024px){.services-grid-layout{gap:25px;grid-template-columns:repeat(2,1fr)}.services-title-grid{font-size:2.3rem}.service-card-grid{height:280px;padding:35px 25px}.service-icon-circle{height:70px;width:70px}.service-icon{font-size:28px}}@media (max-width:768px){.services-section-grid{padding:80px 0}.services-container-grid{padding:0 15px}.services-header-grid{margin-bottom:40px}.services-title-grid{font-size:2rem;line-height:1.4}.services-grid-layout{gap:20px;grid-template-columns:1fr}.service-card-grid{height:260px;padding:30px 20px}.service-icon-container{margin-bottom:20px}.service-icon-circle{height:60px;width:60px}.service-icon{font-size:24px}.service-title-grid{font-size:1.2rem;margin-bottom:12px}.service-description-grid{font-size:14px;line-height:1.4}.service-link-grid{font-size:13px;margin-top:15px}}@media (max-width:480px){.services-section-grid{padding:60px 0}.services-title-grid{font-size:1.7rem}.service-card-grid{height:240px;padding:25px 18px}.service-icon-circle{height:55px;width:55px}.service-icon{font-size:22px}.service-title-grid{font-size:1.1rem}.service-description-grid{font-size:13px}}.testimonials-section-wireframe{background:linear-gradient(135deg,#1e40af,#3b82f6);padding:100px 0;position:relative}.testimonials-container-wireframe{margin:0 auto;max-width:1300px;padding:0 20px}.testimonials-header-wireframe{margin-bottom:20px;text-align:center}.testimonials-title-wireframe{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.8px;line-height:1.3;margin:0 auto;max-width:800px}.testimonials-slider-wireframe{position:relative}.testimonial-slide-item-wireframe{padding:0 15px}.testimonial-card-wireframe{background:#fff;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 8px 25px #00000026;display:flex;flex-direction:column;height:280px;margin-bottom:20px;margin-top:20px;padding:30px;position:relative;transition:all .4s ease}.testimonial-card-wireframe:hover{border-color:#fff3;box-shadow:0 15px 35px #0003;transform:translateY(-4px)}.testimonial-header-wireframe{align-items:center;display:flex;gap:15px;margin-bottom:20px}.testimonial-avatar-container-wireframe{flex-shrink:0;position:relative}.testimonial-avatar-wireframe{object-fit:cover;object-position:center}.testimonial-avatar-placeholder-wireframe,.testimonial-avatar-wireframe{border:2px solid #fff;border-radius:50%;box-shadow:0 4px 15px #0000001a;height:60px;width:60px}.testimonial-avatar-placeholder-wireframe{align-items:center;background:linear-gradient(135deg,#0f3460,#1e4a73);color:#fff;display:flex;font-size:18px;font-weight:600;justify-content:center;left:0;position:absolute;top:0}.testimonial-info-wireframe{flex:1 1;min-width:0}.testimonial-name-wireframe{color:#2d2d2d;font-size:1.1rem;font-weight:700;line-height:1.3;margin:0 0 4px}.testimonial-designation-wireframe{color:#6c757d;font-size:14px;font-weight:500;line-height:1.4;margin:0}.testimonial-content-wireframe{align-items:flex-start;display:flex;flex:1 1;width:100%}.testimonial-text-wireframe{-webkit-line-clamp:6;-webkit-box-orient:vertical;color:#495057;display:-webkit-box;font-size:15px;font-style:normal;font-weight:400;line-height:1.6;margin:0;overflow:hidden;text-align:left}.testimonials-slider-wireframe .slick-dots{bottom:-60px;display:flex!important;gap:8px;justify-content:center;list-style:none;margin:0;padding:0}.testimonials-slider-wireframe .slick-dots li{height:auto;margin:0;width:auto}.testimonials-slider-wireframe .slick-dots li button{background:#fff6;border:none;border-radius:50%;cursor:pointer;display:block;font-size:0;height:8px;line-height:0;outline:none;padding:0;transition:all .3s ease;width:8px}.testimonials-slider-wireframe .slick-dots li button:hover{background:#ffffffb3;transform:scale(1.1)}.testimonials-slider-wireframe .slick-dots li.slick-active button{background:#fff;transform:scale(1.2)}.testimonials-slider-wireframe .slick-dots li button:before{display:none}@media (max-width:1200px){.testimonials-container-wireframe{max-width:1100px;padding:0 15px}.testimonials-title-wireframe{font-size:2.5rem}.testimonial-card-wireframe{height:260px;padding:25px}}@media (max-width:1024px){.testimonials-title-wireframe{font-size:2.3rem}.testimonial-slide-item-wireframe{padding:0 10px}.testimonial-text-wireframe{font-size:14px}}@media (max-width:768px){.testimonials-section-wireframe{padding:80px 0}.testimonials-container-wireframe{padding:0 15px}.testimonials-header-wireframe{margin-bottom:50px}.testimonials-title-wireframe{font-size:2rem;line-height:1.4}.testimonial-card-wireframe{height:240px;padding:20px}.testimonial-slide-item-wireframe{padding:0 5px}.testimonial-header-wireframe{gap:12px;margin-bottom:15px}.testimonial-avatar-placeholder-wireframe,.testimonial-avatar-wireframe{height:50px;width:50px}.testimonial-avatar-placeholder-wireframe{font-size:16px}.testimonial-name-wireframe{font-size:1rem}.testimonial-designation-wireframe{font-size:12px}.testimonial-text-wireframe{font-size:14px;line-height:1.5}.testimonials-slider-wireframe .slick-dots{bottom:-45px}.testimonials-slider-wireframe .slick-dots li button{height:12px;width:12px}}@media (max-width:480px){.testimonials-section-wireframe{padding:60px 0}.testimonials-title-wireframe{font-size:1.7rem}.testimonial-card-wireframe{height:220px;padding:18px}.testimonial-header-wireframe{gap:10px;margin-bottom:12px}.testimonial-avatar-placeholder-wireframe,.testimonial-avatar-wireframe{height:45px;width:45px}.testimonial-avatar-placeholder-wireframe{font-size:14px}.testimonial-name-wireframe{font-size:.95rem}.testimonial-designation-wireframe{font-size:11px}.testimonial-text-wireframe{font-size:13px;line-height:1.4}.testimonials-slider-wireframe .slick-dots{bottom:-35px}.testimonials-slider-wireframe .slick-dots li button{height:10px;width:10px}}.testimonials-section-huel{background:#fff;padding:100px 0;position:relative}.testimonials-container-huel{margin:0 auto;max-width:1300px;padding:0 20px}.testimonials-header-huel{margin-bottom:70px;text-align:center}.testimonials-title-huel{color:#2d2d2d;font-size:2.8rem;font-weight:700;letter-spacing:-.8px;line-height:1.3;margin:0 auto;max-width:800px}.testimonials-slider-huel{position:relative}.testimonial-slide-item-huel{padding:0 15px}.testimonial-card-huel{align-items:flex-start;background:#f8f9fa;border:1px solid #00000014;border-radius:12px;box-shadow:0 2px 15px #0000000d;display:flex;gap:20px;margin-bottom:20px;min-height:200px;padding:30px;position:relative;transition:all .4s ease}.testimonial-card-huel:hover{border-color:#00000026;box-shadow:0 15px 35px #0000001f;transform:translateY(-6px)}.testimonial-profile-section{align-items:center;display:flex;flex-direction:column;flex-shrink:0;min-width:120px;text-align:center}.testimonial-avatar-container-huel{margin-bottom:15px;position:relative}.testimonial-avatar-huel{object-fit:cover;object-position:center}.testimonial-avatar-huel,.testimonial-avatar-placeholder-huel{border:3px solid #fff;border-radius:50%;box-shadow:0 4px 15px #0000001a;height:80px;width:80px}.testimonial-avatar-placeholder-huel{align-items:center;background:linear-gradient(135deg,#0f3460,#1e4a73);color:#fff;display:flex;font-size:24px;font-weight:600;justify-content:center;left:0;position:absolute;top:0}.testimonial-info-huel{text-align:center}.testimonial-name-huel{color:#2d2d2d;font-size:1.1rem;font-weight:700;line-height:1.3;margin:0 0 4px}.testimonial-designation-huel{color:#6c757d;font-size:13px;font-weight:500;line-height:1.4;margin:0}.testimonial-content-huel{align-items:center;display:flex;flex:1 1}.testimonial-text-huel{color:#495057;font-size:15px;font-style:normal;font-weight:400;line-height:1.6;margin:0;text-align:left}.testimonials-slider-huel .slick-dots{bottom:-60px;display:flex!important;gap:8px;justify-content:center;list-style:none;margin:0;padding:0}.testimonials-slider-huel .slick-dots li{height:auto;margin:0;width:auto}.testimonials-slider-huel .slick-dots li button{background:#dee2e6;border:none;border-radius:50%;cursor:pointer;display:block;font-size:0;height:14px;line-height:0;outline:none;padding:0;transition:all .3s ease;width:14px}.testimonials-slider-huel .slick-dots li button:hover{background:#adb5bd;transform:scale(1.1)}.testimonials-slider-huel .slick-dots li.slick-active button{background:#2d2d2d;transform:scale(1.2)}.testimonials-slider-huel .slick-dots li button:before{display:none}@media (max-width:1200px){.testimonials-container-huel{max-width:1100px;padding:0 15px}.testimonials-title-huel{font-size:2.5rem}.testimonial-card-huel{gap:18px;padding:25px}.testimonial-profile-section{min-width:110px}.testimonial-avatar-huel,.testimonial-avatar-placeholder-huel{height:70px;width:70px}.testimonial-avatar-placeholder-huel{font-size:20px}}@media (max-width:1024px){.testimonials-title-huel{font-size:2.3rem}.testimonial-slide-item-huel{padding:0 10px}.testimonial-card-huel{gap:15px}.testimonial-profile-section{min-width:100px}.testimonial-text-huel{font-size:14px}}@media (max-width:768px){.testimonials-section-huel{padding:80px 0}.testimonials-container-huel{padding:0 15px}.testimonials-header-huel{margin-bottom:50px}.testimonials-title-huel{font-size:2rem;line-height:1.4}.testimonial-card-huel{flex-direction:column;gap:20px;padding:20px;text-align:center}.testimonial-slide-item-huel{padding:0 5px}.testimonial-profile-section{align-items:center;flex-direction:row;gap:15px;min-width:auto}.testimonial-avatar-container-huel{margin-bottom:0}.testimonial-info-huel{text-align:left}.testimonial-content-huel{text-align:center}.testimonial-text-huel{font-size:14px;line-height:1.5;text-align:center}.testimonial-avatar-huel,.testimonial-avatar-placeholder-huel{height:60px;width:60px}.testimonial-avatar-placeholder-huel{font-size:18px}.testimonial-name-huel{font-size:1rem}.testimonial-designation-huel{font-size:12px}.testimonials-slider-huel .slick-dots{bottom:-45px}.testimonials-slider-huel .slick-dots li button{height:12px;width:12px}}@media (max-width:480px){.testimonials-section-huel{padding:60px 0}.testimonials-title-huel{font-size:1.7rem}.testimonial-card-huel{padding:18px}.testimonial-profile-section{gap:12px}.testimonial-avatar-huel,.testimonial-avatar-placeholder-huel{height:55px;width:55px}.testimonial-avatar-placeholder-huel{font-size:16px}.testimonial-name-huel{font-size:.95rem}.testimonial-designation-huel{font-size:11px}.testimonial-text-huel{font-size:13px;line-height:1.4}.testimonials-slider-huel .slick-dots{bottom:-35px}.testimonials-slider-huel .slick-dots li button{height:10px;width:10px}}.testimonials-section-professional{background:#fff;padding:100px 0;position:relative}.testimonials-container-pro{margin:0 auto;max-width:1300px;padding:0 20px}.testimonials-header-pro{margin-bottom:70px;text-align:center}.testimonials-title-pro{color:#2d2d2d;font-size:2.8rem;font-weight:700;letter-spacing:-.8px;line-height:1.3;margin:0 auto;max-width:800px}.testimonials-slider-pro,.testimonials-slider-wrapper-pro{overflow:hidden;position:relative}.testimonials-slider-pro{width:100%}.testimonials-track-pro{display:flex;width:100%}.testimonials-slide-pro{flex-shrink:0;min-width:100%}.testimonials-grid-professional{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);padding:0 10px}.testimonial-card-professional{background:#f8f9fa;border:1px solid #00000014;border-radius:12px;box-shadow:0 2px 15px #0000000d;display:flex;flex-direction:column;min-height:320px;padding:35px;position:relative;transition:all .4s ease}.testimonial-card-professional:hover{border-color:#00000026;box-shadow:0 15px 35px #0000001f;transform:translateY(-6px)}.testimonial-quote-icon{margin-bottom:20px}.quote-icon{height:40px;opacity:.7;width:40px}.testimonial-content-pro{flex:1 1;margin-bottom:25px}.testimonial-text-pro{color:#495057;font-size:16px;font-style:normal;font-weight:400;line-height:1.7;margin:0;text-align:left}.testimonial-footer-pro{margin-top:auto}.testimonial-profile-pro{align-items:center;display:flex;gap:15px}.testimonial-avatar-placeholder-pro{align-items:center;background:linear-gradient(135deg,#0f3460,#1e4a73);border:3px solid #fff;border-radius:50%;box-shadow:0 4px 15px #0000001a;color:#fff;display:flex;flex-shrink:0;font-size:18px;font-weight:600;height:60px;justify-content:center;width:60px}.testimonial-info-pro{flex:1 1;min-width:0}.testimonial-name-pro{color:#2d2d2d;font-size:1.1rem;font-weight:700;line-height:1.3;margin:0 0 4px}.testimonial-title-pro{color:#6c757d;font-size:14px;font-weight:500;line-height:1.4;margin:0}.testimonials-pagination-pro{display:flex;gap:10px;justify-content:center;margin-top:60px}.testimonial-dot-pro{background:#dee2e6;border:none;border-radius:50%;cursor:pointer;height:14px;outline:none;transition:all .3s ease;width:14px}.testimonial-dot-pro:hover{background:#adb5bd;transform:scale(1.1)}.testimonial-dot-pro.active{background:#2d2d2d;transform:scale(1.2)}@media (max-width:1200px){.testimonials-container-pro{max-width:1100px;padding:0 15px}.testimonials-grid-professional{gap:35px}.testimonials-title-pro{font-size:2.5rem}.testimonial-card-professional{min-height:300px;padding:30px}}@media (max-width:1024px){.testimonials-grid-professional{gap:30px;grid-template-columns:repeat(2,1fr)}.testimonials-title-pro{font-size:2.3rem}.testimonial-card-professional{min-height:280px}}@media (max-width:768px){.testimonials-section-professional{padding:80px 0}.testimonials-container-pro{padding:0 15px}.testimonials-header-pro{margin-bottom:50px}.testimonials-title-pro{font-size:2rem;line-height:1.4}.testimonials-grid-professional{gap:25px;grid-template-columns:1fr;padding:0}.testimonial-card-professional{min-height:260px;padding:25px}.testimonial-quote-icon{margin-bottom:15px}.quote-icon{height:35px;width:35px}.testimonial-content-pro{margin-bottom:20px}.testimonial-avatar-placeholder-pro{font-size:16px;height:55px;width:55px}.testimonial-name-pro{font-size:1.1rem}.testimonial-title-pro{font-size:14px}.testimonial-text-pro{font-size:15px;line-height:1.6}.testimonials-pagination-pro{margin-top:45px}.testimonial-dot-pro{height:12px;width:12px}}@media (max-width:480px){.testimonials-section-professional{padding:60px 0}.testimonials-title-pro{font-size:1.7rem}.testimonial-card-professional{min-height:240px;padding:20px}.testimonial-quote-icon{margin-bottom:12px}.quote-icon{height:30px;width:30px}.testimonial-content-pro{margin-bottom:16px}.testimonial-avatar-placeholder-pro{font-size:14px;height:50px;width:50px}.testimonial-name-pro{font-size:1rem}.testimonial-title-pro{font-size:13px}.testimonial-text-pro{font-size:14px;line-height:1.5}.testimonials-pagination-pro{margin-top:35px}}.cta-section{background:var(--gradient-primary);color:#fff;color:var(--white);overflow:hidden;position:relative;text-align:center}.cta-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='2' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.cta-content{margin:0 auto;max-width:700px;position:relative;z-index:2}.cta-content h2{color:#fff;color:var(--white);margin-bottom:var(--spacing-lg)}.cta-content p{color:#ffffffe6;font-size:var(--font-size-lg)}.cta-buttons,.cta-content p{margin-bottom:var(--spacing-2xl)}.cta-buttons{display:flex;flex-wrap:wrap;gap:var(--spacing-lg);justify-content:center}.cta-buttons .btn-primary{background:var(--gradient-secondary)}.cta-buttons .btn-secondary{background:#0000;border:2px solid #fff;border:2px solid var(--white);color:#fff;color:var(--white)}.cta-buttons .btn-secondary:hover{background:#fff;background:var(--white);color:var(--primary-navy)}.contact-info{display:flex;flex-wrap:wrap;gap:var(--spacing-2xl);justify-content:center}.contact-item{align-items:center;color:#ffffffe6;display:flex;font-weight:var(--font-weight-medium);gap:var(--spacing-sm)}.contact-item .icon{font-size:var(--font-size-lg)}.footer{background:var(--gray-900);color:var(--gray-300);padding:var(--spacing-3xl) 0 var(--spacing-xl)}.footer-content{grid-gap:var(--spacing-2xl);display:grid;gap:var(--spacing-2xl);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:var(--spacing-2xl)}.footer-section h3,.footer-section h4{color:#fff;color:var(--white);margin-bottom:var(--spacing-lg)}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:var(--spacing-sm)}.footer-section a{color:var(--gray-300);text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:var(--primary-blue)}.social-links{display:flex;gap:var(--spacing-md);margin-top:var(--spacing-lg)}.social-links a{align-items:center;background:var(--gray-800);border-radius:50%;display:flex;font-size:var(--font-size-lg);height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-links a:hover{background:var(--primary-blue);transform:translateY(-2px)}.contact-details p{align-items:center;display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.footer-bottom{align-items:center;border-top:1px solid var(--gray-800);display:flex;flex-wrap:wrap;gap:var(--spacing-md);justify-content:space-between;padding-top:var(--spacing-xl)}.footer-links{display:flex;gap:var(--spacing-lg)}@media (max-width:768px){.footer-bottom{flex-direction:column;text-align:center}.cta-buttons,.hero-buttons{align-items:center;flex-direction:column}.contact-info{flex-direction:column;gap:var(--spacing-md)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in-left{animation:fadeInLeft .8s ease-out forwards}.animate-fade-in-right{animation:fadeInRight .8s ease-out forwards}.loading-skeleton{animation:loading 1.5s infinite;background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.services-section-clean{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;padding:100px 0;position:relative}.services-section-clean:before{background:radial-gradient(circle at 20% 20%,#3b82f60d 0,#0000 50%),radial-gradient(circle at 80% 80%,#1e40af08 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.services-container-clean{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:2}.services-header-clean{margin-bottom:80px;text-align:center}.services-title-clean{color:#1e293b;font-size:3.2rem;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin:0 0 20px;text-shadow:0 2px 4px #0000000d}.services-subtitle-clean{color:#475569;font-size:1.1rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:700px}.services-grid-clean{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.service-card-clean{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #1e40af26;display:flex;flex-direction:column;justify-content:flex-start;min-height:380px;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card-clean:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.service-card-clean:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 25px 60px #1e40af40;transform:translateY(-12px) scale(1.02)}.service-card-clean:hover:before{opacity:1}.service-icon-clean{align-items:center;display:flex;justify-content:center;margin-bottom:25px;position:relative;z-index:2}.service-icon-clean svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:all .4s ease}.service-card-clean:hover .service-icon-clean svg{filter:drop-shadow(0 6px 12px rgba(0,0,0,.2));transform:scale(1.15) rotate(5deg)}.service-title-clean{color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:-.3px;line-height:1.3;margin:0 0 15px;position:relative;text-shadow:0 2px 4px #0000001a;z-index:2}.service-subtitle-clean{color:#fffffff2;font-size:15px;font-weight:600;line-height:1.5;margin:0 0 15px;position:relative;text-align:center;z-index:2}.service-description-clean{color:#ffffffd9;flex:1 1;font-size:14px;font-weight:400;line-height:1.6;margin:0 0 25px;position:relative;text-align:center;z-index:2}.service-link-clean{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:25px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin-top:auto;padding:8px 16px;position:relative;text-decoration:none;transition:all .3s ease;z-index:2}.service-link-clean:hover{background:#fff3;border-color:#ffffff4d;box-shadow:0 4px 12px #00000026;color:#fff;transform:translateY(-2px)}.service-link-clean .arrow-icon{stroke:#fff;transition:all .3s ease}.service-link-clean:hover .arrow-icon{transform:translateX(3px)}@media (max-width:1200px){.services-container-clean{max-width:1100px;padding:0 15px}.services-grid-clean{gap:35px;max-width:1100px}.services-title-clean{font-size:2.8rem}.service-card-clean{min-height:360px;padding:35px 25px}}@media (max-width:992px){.services-section-clean{padding:80px 0}.services-header-clean{margin-bottom:60px}.services-grid-clean{gap:30px;grid-template-columns:repeat(2,1fr)}.services-title-clean{font-size:2.5rem}.service-card-clean{min-height:340px;padding:30px 25px}}@media (max-width:768px){.services-section-clean{padding:60px 0}.services-container-clean{padding:0 15px}.services-header-clean{margin-bottom:50px}.services-title-clean{font-size:2.2rem;line-height:1.3}.services-subtitle-clean{font-size:1rem}.services-grid-clean{gap:25px;grid-template-columns:1fr;max-width:400px}.service-card-clean{min-height:320px;padding:30px 20px}.service-icon-clean{margin-bottom:20px}.service-icon-clean svg{height:40px;width:40px}.service-title-clean{font-size:1.1rem;margin-bottom:12px}.service-subtitle-clean{font-size:14px;margin-bottom:12px}.service-description-clean{font-size:13px;line-height:1.5;margin-bottom:20px}}@media (max-width:480px){.services-section-clean{padding:50px 0}.services-title-clean{font-size:1.9rem}.services-subtitle-clean{font-size:.95rem}.service-card-clean{min-height:300px;padding:25px 18px}.service-icon-clean{margin-bottom:18px}.service-icon-clean svg{height:36px;width:36px}.service-title-clean{font-size:1rem;margin-bottom:10px}.service-subtitle-clean{font-size:13px;margin-bottom:10px}.service-description-clean{font-size:12px;margin-bottom:18px}}.services-section-blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe);overflow:hidden;padding:100px 0;position:relative}.services-section-blue:before{background:radial-gradient(circle at 20% 20%,#1e40af14 0,#0000 50%),radial-gradient(circle at 80% 80%,#3b82f60d 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.services-container-blue{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:2}.services-header-blue{margin-bottom:80px;text-align:center}.services-title-blue{color:#1e40af;font-size:3.2rem;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin:0 0 20px;text-shadow:0 2px 4px #1e40af26}.services-subtitle-blue{color:#1e3a8a;font-size:1.1rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:700px}.services-grid-blue{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.service-card-blue{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border:1px solid #3b82f633;border-radius:20px;box-shadow:0 10px 30px #1e40af26;display:flex;flex-direction:column;justify-content:flex-start;min-height:380px;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card-blue:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.service-card-blue:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 25px 60px #1e40af40;transform:translateY(-12px) scale(1.02)}.service-card-blue:hover:before{opacity:1}.service-icon-blue{align-items:center;display:flex;justify-content:center;margin-bottom:25px;position:relative;z-index:2}.service-icon-blue svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:all .4s ease}.service-card-blue:hover .service-icon-blue svg{filter:drop-shadow(0 6px 12px rgba(0,0,0,.2));transform:scale(1.15) rotate(5deg)}.service-title-blue{color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:-.3px;line-height:1.3;text-shadow:0 2px 4px #0000001a}.service-subtitle-blue,.service-title-blue{margin:0 0 15px;position:relative;z-index:2}.service-subtitle-blue{color:#fffffff2;font-size:15px;font-weight:600;line-height:1.5;text-align:center}.service-description-blue{color:#ffffffd9;flex:1 1;font-size:14px;font-weight:400;line-height:1.6;margin:0 0 25px;position:relative;text-align:center;z-index:2}.service-link-blue{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:25px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin-top:auto;padding:8px 16px;position:relative;text-decoration:none;transition:all .3s ease;z-index:2}.service-link-blue:hover{background:#fff3;border-color:#ffffff4d;box-shadow:0 4px 12px #00000026;color:#fff;transform:translateY(-2px)}.service-link-blue .arrow-icon-blue{stroke:#fff;transition:all .3s ease}.service-link-blue:hover .arrow-icon-blue{transform:translateX(3px)}@media (max-width:1200px){.services-container-blue{max-width:1100px;padding:0 15px}.services-grid-blue{gap:35px;max-width:1100px}.services-title-blue{font-size:2.8rem}.service-card-blue{min-height:360px;padding:35px 25px}}@media (max-width:992px){.services-section-blue{padding:80px 0}.services-header-blue{margin-bottom:60px}.services-grid-blue{gap:30px;grid-template-columns:repeat(2,1fr)}.services-title-blue{font-size:2.5rem}.service-card-blue{min-height:340px;padding:30px 25px}}@media (max-width:768px){.services-section-blue{padding:60px 0}.services-container-blue{padding:0 15px}.services-header-blue{margin-bottom:50px}.services-title-blue{font-size:2.2rem;line-height:1.3}.services-subtitle-blue{font-size:1rem}.services-grid-blue{gap:25px;grid-template-columns:1fr;max-width:400px}.service-card-blue{min-height:320px;padding:30px 20px}.service-icon-blue{margin-bottom:20px}.service-icon-blue svg{height:40px;width:40px}.service-title-blue{font-size:1.1rem;margin-bottom:12px}.service-subtitle-blue{font-size:14px;margin-bottom:12px}.service-description-blue{font-size:13px;line-height:1.5;margin-bottom:20px}}@media (max-width:480px){.services-section-blue{padding:50px 0}.services-title-blue{font-size:1.9rem}.services-subtitle-blue{font-size:.95rem}.service-card-blue{min-height:300px;padding:25px 18px}.service-icon-blue{margin-bottom:18px}.service-icon-blue svg{height:36px;width:36px}.service-title-blue{font-size:1rem;margin-bottom:10px}.service-subtitle-blue{font-size:13px;margin-bottom:10px}.service-description-blue{font-size:12px;margin-bottom:18px}}.services-section-professional{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);overflow:hidden;padding:120px 0;position:relative}.services-section-professional:before{background:radial-gradient(circle at 20% 20%,#fbbf2414 0,#0000 50%),radial-gradient(circle at 80% 80%,#d977060f 0,#0000 50%),linear-gradient(180deg,#0f172acc,#1e293be6)}.services-section-professional:after,.services-section-professional:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.services-container-professional{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:2}.services-header-professional{margin-bottom:80px;text-align:center}.services-title-professional{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b 50%,#d97706);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;letter-spacing:-1px;line-height:1.1;margin:0 0 24px;text-shadow:0 4px 8px #0000004d}.services-subtitle-professional{color:#e2e8f0;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 auto;max-width:700px;text-shadow:0 2px 4px #0003}.services-grid-professional{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.service-card-professional{align-items:center;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #fbbf241a;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,inset 0 1px 0 #ffffff1a;display:flex;flex-direction:column;justify-content:flex-start;min-height:420px;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card-professional:before{background:linear-gradient(90deg,#fbbf24,#f59e0b 50%,#d97706);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.service-card-professional:hover{border-color:#fbbf244d;box-shadow:0 32px 64px -12px #00000040,0 20px 25px -5px #0000001a,inset 0 1px 0 #fff3;transform:translateY(-16px) scale(1.02)}.service-card-professional:hover:before{opacity:1}.service-icon-professional{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #fbbf241a;border-radius:20px;display:flex;height:80px;justify-content:center;margin-bottom:28px;position:relative;transition:all .4s ease;width:80px;z-index:2}.service-icon-professional svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:all .4s ease}.service-card-professional:hover .service-icon-professional{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:#d977064d;box-shadow:0 8px 20px #fbbf244d;transform:scale(1.1) rotate(-5deg)}.service-card-professional:hover .service-icon-professional svg{stroke:#fff;filter:drop-shadow(0 6px 12px rgba(0,0,0,.2));transform:scale(1.1)}.service-title-professional{color:#0f172a;font-size:1.4rem;font-weight:700;letter-spacing:-.3px;line-height:1.3;margin:0 0 16px;position:relative;z-index:2}.service-subtitle-professional{color:#f59e0b;font-size:15px;font-weight:600;line-height:1.5;margin:0 0 16px;position:relative;text-align:center;z-index:2}.service-description-professional{color:#64748b;flex:1 1;font-size:14px;font-weight:400;line-height:1.6;margin:0 0 28px;position:relative;text-align:center;z-index:2}.service-link-professional{align-items:center;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:2px solid #0000;border-radius:30px;box-shadow:0 4px 12px #fbbf244d;color:#0f172a;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin-top:auto;padding:12px 20px;position:relative;text-decoration:none;transition:all .3s ease;z-index:2}.service-link-professional:hover{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#d9770633;box-shadow:0 8px 20px #fbbf2466;transform:translateY(-2px)}.service-link-professional .arrow-icon-professional{stroke:#fff;transition:all .3s ease}.service-link-professional:hover .arrow-icon-professional{transform:translateX(4px)}@media (max-width:1200px){.services-container-professional{max-width:1100px;padding:0 15px}.services-grid-professional{gap:28px;max-width:1100px}.services-title-professional{font-size:3rem}.service-card-professional{min-height:400px;padding:35px 25px}}@media (max-width:992px){.services-section-professional{padding:100px 0}.services-header-professional{margin-bottom:60px}.services-grid-professional{gap:24px;grid-template-columns:repeat(2,1fr)}.services-title-professional{font-size:2.8rem}.service-card-professional{min-height:380px;padding:30px 25px}}@media (max-width:768px){.services-section-professional{padding:80px 0}.services-container-professional{padding:0 15px}.services-header-professional{margin-bottom:50px}.services-title-professional{font-size:2.4rem;line-height:1.2}.services-subtitle-professional{font-size:1.1rem}.services-grid-professional{gap:20px;grid-template-columns:1fr;max-width:420px}.service-card-professional{min-height:360px;padding:30px 20px}.service-icon-professional{height:70px;margin-bottom:24px;width:70px}.service-icon-professional svg{height:40px;width:40px}.service-title-professional{font-size:1.2rem;margin-bottom:14px}.service-subtitle-professional{font-size:14px;margin-bottom:14px}.service-description-professional{font-size:13px;line-height:1.5;margin-bottom:24px}}@media (max-width:480px){.services-section-professional{padding:60px 0}.services-title-professional{font-size:2rem}.services-subtitle-professional{font-size:1rem}.service-card-professional{min-height:340px;padding:25px 18px}.service-icon-professional{height:60px;margin-bottom:20px;width:60px}.service-icon-professional svg{height:36px;width:36px}.service-title-professional{font-size:1.1rem;margin-bottom:12px}.service-subtitle-professional{font-size:13px;margin-bottom:12px}.service-description-professional{font-size:12px;margin-bottom:20px}.service-link-professional{font-size:13px;padding:10px 16px}}.services-section-simple{background:#fff;padding:80px 0;position:relative}.services-container-simple{margin:0 auto;max-width:1200px;padding:0 20px}.services-header-simple{margin-bottom:60px;text-align:center}.services-title-simple{color:#000;font-size:2rem;font-weight:700;letter-spacing:-.3px;line-height:1.2;margin:0}.services-grid-simple{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.service-card-simple{align-items:flex-start;background:#fff;border:1px solid #f3f4f6;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;display:flex;flex-direction:column;justify-content:flex-start;min-height:280px;padding:40px 30px;position:relative;text-align:left;transition:all .3s ease}.service-card-simple:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.service-icon-simple{align-items:center;display:flex;justify-content:center;margin-bottom:20px;position:relative;z-index:2}.service-icon-simple svg{transition:none}.service-title-simple{color:#000;font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.4;margin:0 0 8px;position:relative;z-index:2}.service-subtitle-simple{color:#4b5563;font-size:13px;font-weight:500;line-height:1.4;margin:0 0 12px;position:relative;z-index:2}.service-description-simple{color:#6b7280;flex:1 1;font-size:14px;font-weight:400;line-height:1.6;margin:0;position:relative;text-align:left;z-index:2}@media (max-width:1200px){.services-container-simple{max-width:1100px;padding:0 15px}.services-grid-simple{gap:25px;max-width:1100px}.services-title-simple{font-size:1.875rem}.service-card-simple{min-height:260px;padding:35px 25px}}@media (max-width:992px){.services-section-simple{padding:60px 0}.services-header-simple{margin-bottom:50px}.services-grid-simple{gap:20px;grid-template-columns:repeat(2,1fr)}.services-title-simple{font-size:1.75rem}.service-card-simple{min-height:240px;padding:30px 25px}}@media (max-width:768px){.services-section-simple{padding:50px 0}.services-container-simple{padding:0 15px}.services-header-simple{margin-bottom:40px}.services-title-simple{font-size:1.5rem;line-height:1.3}.services-grid-simple{gap:16px;grid-template-columns:1fr;max-width:400px}.service-card-simple{min-height:220px;padding:30px 20px}.service-icon-simple{margin-bottom:16px}.service-icon-simple svg{height:40px;width:40px}.service-title-simple{font-size:1rem;margin-bottom:10px}.service-description-simple{font-size:13px;line-height:1.5}}@media (max-width:480px){.services-section-simple{padding:40px 0}.services-title-simple{font-size:1.375rem}.service-card-simple{min-height:200px;padding:25px 18px}.service-icon-simple{margin-bottom:14px}.service-icon-simple svg{height:36px;width:36px}.service-title-simple{font-size:.9rem;margin-bottom:8px}.service-description-simple{font-size:12px}}.cta-section-modern{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 20px;position:relative}.cta-section-modern:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(59,130,246,0.03)'/%3E%3Ccircle cx='20' cy='20' r='1' fill='rgba(59,130,246,0.03)'/%3E%3Ccircle cx='80' cy='80' r='1' fill='rgba(59,130,246,0.03)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.cta-container-modern{margin:0 auto;max-width:1200px;position:relative;z-index:2}.cta-header-modern{margin-bottom:60px;text-align:center}.cta-title-modern{color:#1e293b;font-size:2.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:20px}.cta-subtitle-modern{color:#64748b;font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:600px}.cta-content-modern{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1.2fr}.contact-cards-modern{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.contact-card-modern{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:32px 24px;text-align:center;transition:all .3s ease}.contact-card-modern:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.contact-icon-modern{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;display:flex;height:56px;justify-content:center;margin:0 auto 20px;width:56px}.contact-icon-modern svg{stroke:#fff}.contact-title-modern{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:12px}.contact-details-modern p{color:#64748b;font-size:.9rem;line-height:1.5;margin:4px 0}.contact-map-modern{border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;grid-column:1/-1;margin:40px 0;overflow:hidden}.contact-map-modern iframe{border:none;display:block;height:600px;width:100%}.contact-form-modern{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;position:-webkit-sticky;position:sticky;top:100px}.form-wrapper-modern{padding:40px}.security-notice-modern{align-items:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #bbf7d0;border-radius:12px;display:flex;gap:10px;margin-bottom:32px;padding:16px 20px}.security-notice-modern span{color:#047857;font-size:.875rem;font-weight:500}.form-grid-modern{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.form-group-modern{margin-bottom:20px;width:100%}.form-group-modern.full-width{grid-column:1/-1}.form-group-modern.half-width{width:100%}.form-group-modern input,.form-group-modern select,.form-group-modern textarea{background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:16px 20px;transition:all .3s ease;width:100%}.form-group-modern select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;cursor:pointer;padding-right:45px}.form-group-modern input:focus,.form-group-modern select:focus,.form-group-modern textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none;transform:translateY(-1px)}.form-group-modern input::placeholder,.form-group-modern textarea::placeholder{color:#94a3b8}.form-group-modern textarea{line-height:1.6;min-height:120px;resize:vertical}.submit-btn-modern{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:12px;justify-content:center;margin-top:20px;padding:18px 32px;transition:all .3s ease;width:100%}.submit-btn-modern:hover{box-shadow:0 20px 25px -5px #3b82f64d,0 10px 10px -5px #3b82f633;transform:translateY(-2px)}.submit-btn-modern:active{transform:translateY(0)}@media (max-width:1024px){.cta-content-modern{gap:50px;grid-template-columns:1fr}.contact-form-modern{position:static}.contact-cards-modern{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.cta-section-modern{padding:80px 20px}.cta-title-modern{font-size:2rem}.cta-subtitle-modern{font-size:1rem}.cta-header-modern{margin-bottom:40px}.cta-content-modern{gap:40px}.contact-cards-modern{gap:20px;grid-template-columns:1fr}.contact-card-modern{padding:24px 20px}.contact-map-modern{border-radius:12px;margin:30px 0}.contact-map-modern iframe{height:300px}.form-wrapper-modern{padding:30px 24px}.form-grid-modern{gap:16px;grid-template-columns:1fr}.form-group-modern input,.form-group-modern textarea{font-size:.9rem;padding:14px 16px}.submit-btn-modern{font-size:.9rem;padding:16px 24px}}@media (max-width:480px){.cta-section-modern{padding:60px 16px}.cta-title-modern{font-size:1.75rem}.contact-icon-modern{height:48px;width:48px}.contact-card-modern{padding:20px 16px}.contact-map-modern{border-radius:10px;margin:24px 0}.contact-map-modern iframe{height:250px}.form-wrapper-modern{padding:24px 20px}}.checkbox-container-modern{display:flex;flex-direction:column;gap:16px;margin:24px 0}.checkbox-group-modern{align-items:flex-start;display:flex;gap:12px}.checkbox-group-modern input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;height:18px;margin:2px 0 0;width:18px}.checkbox-group-modern label{color:#374151;cursor:pointer;font-size:.9rem;line-height:1.5}.checkbox-group-modern label a{color:#3b82f6;font-weight:500;text-decoration:none}.checkbox-group-modern label a:hover{text-decoration:underline}.footer-minimal{background-color:#fff;border-top:1px solid #e5e7eb;padding:40px 20px}.footer-container-minimal{margin:0 auto;max-width:1200px;text-align:center}.footer-logo-minimal{margin-bottom:20px}.footer-logo-img{height:60px;object-fit:contain;width:auto}.footer-copyright-minimal{margin:0}.footer-copyright-minimal p{color:#6b7280;font-size:14px;font-weight:400;margin:0}.footer-link{color:#3b82f6;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#2563eb;text-decoration:underline}@media (max-width:768px){.footer-minimal{padding:30px 20px}.footer-logo-img{height:50px}.footer-copyright-minimal p{font-size:13px}}.team-cta-container{margin-top:60px;text-align:center}.team-cta-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:12px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.team-cta-button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.team-cta-icon{transition:transform .3s ease}.team-cta-button:hover .team-cta-icon{transform:translateX(4px)}@media (max-width:768px){.team-cta-container{margin-top:40px}.team-cta-button{font-size:1rem;padding:14px 28px}}@media (max-width:480px){.team-cta-container{margin-top:30px}.team-cta-button{font-size:.95rem;padding:12px 24px}}.service-card{grid-gap:35px;align-items:center;background:#fff;border-radius:20px;box-shadow:0 5px 30px #00000026;color:inherit;display:grid;gap:35px;grid-template-columns:.7fr 1fr;margin-bottom:2.45em;padding:2em 2.5em;text-decoration:none;transition:.3s ease-in-out}.service-card:hover{box-shadow:0 5px 50px #00000040;transform:scale(1.05)}.service-card:last-child{margin-bottom:0}.service-card.reverse{grid-template-columns:1fr .7fr}.service-card.reverse .left-part{align-items:flex-end;grid-column:2/3;grid-row:1/1}.service-card.reverse .left-part h3{text-align:right!important}.service-card.reverse .right-part{grid-column:1/2;grid-row:1/1}.left-part{display:flex;flex-direction:column;gap:20px}.icon-container{align-items:center;border-radius:10px;display:flex;height:70px;justify-content:center;width:70px}.icon-container img{height:60%;object-fit:cover;object-position:center;width:60%}.service-title{color:#014293;font-family:Inter,sans-serif;font-size:32px;font-weight:600;line-height:1.2;margin-bottom:0}.service-description{color:#666;font-size:16px;line-height:1.6;margin-bottom:20px}.learn-more-btn{align-items:center;color:#014293;display:inline-flex;font-weight:500;gap:8px;text-decoration:none;transition:all .3s ease}.learn-more-btn:hover{color:#0056b3}.arrow-icon{height:16px;transition:transform .3s ease;width:16px}.learn-more-btn:hover .arrow-icon{transform:translateX(4px)}.section-title{color:#014293;font-family:Inter,sans-serif;font-size:48px;font-weight:600;line-height:1.2;margin-bottom:60px;text-align:center}@media (max-width:768px){.service-card,.service-card.reverse{gap:20px;grid-template-columns:1fr;margin-bottom:1.5em;padding:1.5em}.service-card.reverse .left-part{align-items:flex-start;grid-column:1/2;grid-row:1/2}.service-card.reverse .left-part h3{text-align:left!important}.service-card.reverse .right-part{grid-column:1/2;grid-row:2/3}.service-title{font-size:24px}.section-title{font-size:32px;margin-bottom:40px;padding:0 20px}.icon-container{height:60px;width:60px}}@media (max-width:480px){.service-card{padding:1.2em}.service-title{font-size:20px}.section-title{font-size:28px}.service-description{font-size:14px}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.faq-section{background:#f0f3fd;padding:60px 20px}.faq-container{margin:0 auto;max-width:900px}.faq-title{color:#014293;font-family:sequelbook,sans-serif;font-size:42px;font-weight:600;line-height:120%;text-align:center;text-transform:capitalize}.faq-accordion{display:flex;flex-direction:column;gap:15px}.faq-item{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000000d;overflow:hidden;transition:all .3s ease}.faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:1.1rem;font-weight:400;justify-content:space-between;outline:none;padding:18px 20px;text-align:left;width:100%}.faq-icon{color:#014293;font-size:.9rem;transition:transform .3s ease}.faq-icon.rotate{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 20px;transition:max-height .4s ease,padding .3s ease}.faq-item.active .faq-answer{padding:15px 20px 20px}
/*# sourceMappingURL=main.3f274ae6.css.map*/