@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth;overflow-x:hidden}*,*::before,*::after{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}ul[role='list'],ol[role='list']{list-style:none;padding:0;margin:0}body{min-height:100vh;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}body{font-family:"Poppins",system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1F2937;background-color:#F9FAFB}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Poppins",sans-serif;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1rem}h1,.h1{font-size:2.25rem}@media (min-width: 768px){h1,.h1{font-size:3rem}}h2,.h2{font-size:1.875rem}@media (min-width: 768px){h2,.h2{font-size:2.25rem}}h3,.h3{font-size:1.5rem}@media (min-width: 768px){h3,.h3{font-size:1.875rem}}h4,.h4{font-size:1.25rem}@media (min-width: 768px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.125rem}h6,.h6{font-size:1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#1554EE;text-decoration:none;transition:all 0.3s ease}a:hover{color:#24D1BD;text-decoration:none}a:focus{outline:2px solid #1554EE;outline-offset:2px}small,.small{font-size:.875rem}.lead{font-size:1.125rem;font-weight:400;line-height:1.625}@media (min-width: 768px){.lead{font-size:1.25rem}}.text-muted{color:#6B7280 !important}.text-primary{color:#1554EE !important}.text-accent{color:#24D1BD !important}.section{padding:3rem 0}@media (min-width: 768px){.section{padding:4rem 0}}.section--sm{padding:2rem 0}@media (min-width: 768px){.section--sm{padding:3rem 0}}.section--lg{padding:4rem 0}@media (min-width: 768px){.section--lg{padding:5rem 0}}.container-narrow{max-width:800px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.container-wide{max-width:1600px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.flex-layout{display:flex}.flex-layout--center{align-items:center;justify-content:center}.flex-layout--between{align-items:center;justify-content:space-between}.flex-layout--column{flex-direction:column}.flex-layout--wrap{flex-wrap:wrap}.flex-layout--gap-sm{gap:.5rem}.flex-layout--gap-md{gap:1rem}.flex-layout--gap-lg{gap:1.5rem}.grid-layout{display:grid;gap:1.5rem}.grid-layout--2-cols{grid-template-columns:1fr}@media (min-width: 768px){.grid-layout--2-cols{grid-template-columns:repeat(2, 1fr)}}.grid-layout--3-cols{grid-template-columns:1fr}@media (min-width: 576px){.grid-layout--3-cols{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px){.grid-layout--3-cols{grid-template-columns:repeat(3, 1fr)}}.grid-layout--4-cols{grid-template-columns:1fr}@media (min-width: 576px){.grid-layout--4-cols{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px){.grid-layout--4-cols{grid-template-columns:repeat(4, 1fr)}}.grid-layout--auto-fit{grid-template-columns:repeat(auto-fit, minmax(280px, 1fr))}.site-header{background:#fff;border-bottom:1px solid rgba(0,0,0,0.08);transition:all 0.3s ease}.site-header.sticky-top{position:sticky;top:0;z-index:1020}.site-header.scrolled{box-shadow:0 2px 10px rgba(0,0,0,0.08);border-bottom-color:rgba(0,0,0,0.12)}.navbar{padding:1rem 0}.navbar-brand img{height:50px;width:auto;transition:opacity 0.2s ease}.navbar-brand img:hover{opacity:0.8}.navbar-nav .nav-link{color:#000;font-weight:500;font-size:0.95rem;letter-spacing:0.2px;padding:0.5rem 1rem;position:relative;transition:color 0.3s ease}.navbar-nav .nav-link::after{content:'';position:absolute;bottom:0;left:1rem;right:1rem;height:2px;background:#24D1BD;transform:scaleX(0);transition:transform 0.3s ease}.navbar-nav .nav-link:hover,.navbar-nav .nav-link:focus{color:#24D1BD}.navbar-nav .nav-link:hover::after,.navbar-nav .nav-link:focus::after{transform:scaleX(1)}.navbar-nav .nav-link.dropdown-toggle::after{margin-left:0.5rem}.navbar-toggler{border:1px solid rgba(0,0,0,0.1);padding:0.5rem 0.75rem}.navbar-toggler:focus{box-shadow:none;border-color:#24D1BD}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.vs-navbar-toggler{border:none;background:transparent;padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;border-radius:8px;transition:background-color 0.2s ease}.vs-navbar-toggler:focus{outline:none;box-shadow:0 0 0 2px rgba(21,84,238,0.25)}.vs-navbar-toggler .vs-toggler-bar{display:block;width:24px;height:2.5px;background-color:#0B0D1E;border-radius:3px;transition:transform 0.3s ease, opacity 0.3s ease}.vs-navbar-toggler[aria-expanded="true"] .vs-toggler-bar:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.vs-navbar-toggler[aria-expanded="true"] .vs-toggler-bar:nth-child(2){opacity:0;transform:scaleX(0)}.vs-navbar-toggler[aria-expanded="true"] .vs-toggler-bar:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.header-actions{gap:1rem}.header-actions .btn-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#000;font-size:1.1rem;transition:all 0.2s ease;border-radius:50%;cursor:pointer;padding:0}.header-actions .btn-icon:hover{color:#24D1BD}.header-actions .btn-icon:focus{outline:none}.header-actions .btn-icon img{display:block}.header-actions .cart-trigger{position:relative}.header-actions .cart-trigger .badge{font-size:0.65rem;padding:0.25em 0.5em}.language-switcher .btn-link{color:#000;font-weight:600;font-size:0.9rem;text-decoration:none}.language-switcher .btn-link:hover{color:#24D1BD}.language-switcher .dropdown-menu{border:1px solid rgba(0,0,0,0.1);box-shadow:0 4px 12px rgba(0,0,0,0.08);min-width:150px}.language-switcher .dropdown-menu .dropdown-item{padding:0.5rem 1rem;font-size:0.9rem}.language-switcher .dropdown-menu .dropdown-item:hover{background:rgba(0,0,0,0.05);color:#24D1BD}.language-switcher .dropdown-menu .dropdown-item.active{background:rgba(36,209,189,0.1);color:#24D1BD}.offcanvas-header{border-bottom:1px solid rgba(0,0,0,0.1)}.offcanvas .mobile-nav .nav-link{color:#000;padding:0.75rem 0;font-weight:500;transition:color 0.2s ease}.offcanvas .mobile-nav .nav-link:hover{color:#24D1BD}.offcanvas .mobile-nav .nav-link i{font-size:0.8rem;transition:transform 0.2s ease}.offcanvas .mobile-nav .collapse .nav{padding-left:1rem;border-left:2px solid rgba(0,0,0,0.1)}.offcanvas .mobile-nav .collapse .nav .nav-link{font-size:0.9rem;font-weight:400}.mobile-action-icon{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;color:#000;transition:all 0.2s ease}.mobile-action-icon:hover{color:#24D1BD}.mobile-action-icon i{font-size:1.2rem}@media (max-width: 991px){.navbar{padding:0.75rem 0}.navbar-brand img{height:40px}.navbar>.container-xl{position:relative}.header-actions{display:none !important}}@media (min-width: 992px){.navbar>.container-xl{position:relative}}.offcanvas{background-color:#fff}.offcanvas-header{border-bottom:1px solid rgba(0,0,0,0.04);padding:1.5rem}.offcanvas-header .offcanvas-title{font-size:1.1rem;font-weight:700;letter-spacing:1px;color:#000}.offcanvas-header .btn-close{opacity:0.5;transition:opacity 0.2s ease}.offcanvas-header .btn-close:hover{opacity:1}.offcanvas .offcanvas-body{padding:1.5rem}.offcanvas .mobile-nav .nav-item{border-bottom:1px solid rgba(0,0,0,0.03)}.offcanvas .mobile-nav .nav-item:last-child{border-bottom:none}.offcanvas .mobile-nav .nav-link{color:#000;padding:1rem 0;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:0.5px;display:flex;justify-content:space-between;align-items:center}.offcanvas .mobile-nav .nav-link:hover{color:#24D1BD}.offcanvas .mobile-nav .nav-link i{font-size:0.8rem;color:rgba(0,0,0,0.4)}.offcanvas .mobile-nav .collapse.show{margin-bottom:1rem}.offcanvas .mobile-nav .collapse .nav{padding-left:0;border-left:2px solid rgba(0,0,0,0.06);margin-left:0.5rem}.offcanvas .mobile-nav .collapse .nav .nav-item{border-bottom:none}.offcanvas .mobile-nav .collapse .nav .nav-link{font-size:0.9rem;font-weight:500;text-transform:none;padding:0.5rem 0 0.5rem 1rem;color:rgba(0,0,0,0.7)}.offcanvas .mobile-nav .collapse .nav .nav-link:hover{color:#24D1BD;padding-left:1.25rem}.offcanvas .input-group{border:1px solid rgba(0,0,0,0.1);border-radius:8px;overflow:hidden;transition:border-color 0.2s ease}.offcanvas .input-group:focus-within{border-color:#24D1BD}.offcanvas .input-group .form-control{border:none;padding:0.8rem 1rem;font-size:0.95rem;background:transparent}.offcanvas .input-group .form-control:focus{box-shadow:none}.offcanvas .input-group .mobile-menu-search-btn{background:transparent;border:none;color:#000;padding:0 1rem;transition:color 0.2s ease}.offcanvas .input-group .mobile-menu-search-btn:hover{color:#24D1BD}.vs-mobile-collapse{width:100%}@media (max-width: 991.98px){.vs-mobile-collapse{margin-top:10px}.vs-mobile-collapse .vs-mobile-drawer{background:#ffffff;border-radius:18px;padding:18px;box-shadow:0 16px 40px rgba(0,0,0,0.12);border:1px solid rgba(0,0,0,0.07);max-height:calc(100vh - 90px);overflow-y:auto;-webkit-overflow-scrolling:touch}.vs-mobile-collapse .vs-mobile-menu-list{list-style:none;padding:0;margin:0}.vs-mobile-collapse .vs-mobile-menu-list .vs-mobile-menu-item{border-bottom:1px solid #F1F5F9}.vs-mobile-collapse .vs-mobile-menu-list .vs-mobile-menu-item:last-child{border-bottom:none}.vs-mobile-collapse .vs-mobile-menu-list .vs-mobile-link{display:flex;align-items:center;justify-content:space-between;padding:13px 4px;color:#0B0D1E;font-size:1rem;font-weight:600;text-decoration:none;transition:color 0.2s ease, padding-left 0.2s ease}.vs-mobile-collapse .vs-mobile-menu-list .vs-mobile-link:hover,.vs-mobile-collapse .vs-mobile-menu-list .vs-mobile-link:focus{color:#1554EE;padding-left:4px}.vs-mobile-collapse .vs-mobile-menu-list .vs-mobile-link i{font-size:0.8rem;color:#94A3B8;transition:transform 0.25s ease}.vs-mobile-collapse .vs-mobile-menu-list .vs-mobile-link[aria-expanded="true"] i{transform:rotate(180deg);color:#1554EE}.vs-mobile-collapse .vs-mobile-menu-list .vs-mobile-sublist{list-style:none;padding:6px 0 10px 14px;margin:0;border-left:2px solid #E2E8F0;margin-left:8px;margin-bottom:10px}.vs-mobile-collapse .vs-mobile-menu-list .vs-mobile-sublist .vs-mobile-sublink{display:block;padding:7px 0;color:#475569;font-size:0.92rem;font-weight:500;text-decoration:none;transition:color 0.2s ease, transform 0.2s ease}.vs-mobile-collapse .vs-mobile-menu-list .vs-mobile-sublist .vs-mobile-sublink:hover{color:#1554EE;transform:translateX(4px)}.vs-mobile-collapse .vs-mobile-lang-box{display:flex;gap:8px}.vs-mobile-collapse .vs-mobile-lang-box .btn{font-size:0.88rem;padding:8px 16px;font-weight:600}.vs-mobile-collapse .vs-mobile-contact-btn{background-color:#1554EE;color:#ffffff !important;font-weight:600;font-size:0.95rem;padding:12px 20px;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all 0.25s ease}.vs-mobile-collapse .vs-mobile-contact-btn:hover{background-color:#0d3eb8;box-shadow:0 4px 14px rgba(21,84,238,0.35)}.vs-mobile-collapse .vs-mobile-meta a{color:#64748B;text-decoration:none;font-size:0.88rem;display:inline-flex;align-items:center;gap:6px}.vs-mobile-collapse .vs-mobile-meta a:hover{color:#1554EE}}.footer{background-color:#1a1e21;color:#adb5bd;padding:5rem 0 0;font-size:0.95rem;margin-top:auto;position:relative;font-family:"Poppins",system-ui,-apple-system,sans-serif;overflow:hidden}.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #1554EE 0%, #24D1BD 100%);opacity:0.8}.footer__brand{margin-bottom:2rem}.footer__logo{max-height:45px;width:auto;margin-bottom:1.5rem;filter:brightness(0) invert(1);transition:opacity 0.3s ease}.footer__logo:hover{opacity:0.8}.footer-title-brand{color:#fff;font-weight:700;font-size:1.75rem;letter-spacing:-0.5px;margin-bottom:1.25rem}.footer-desc{line-height:1.7;margin-bottom:2rem;max-width:380px;color:#8c9094;font-weight:400}.footer-title{color:#fff;font-weight:600;font-size:1.1rem;margin-bottom:1.5rem;margin-top:0.5rem;letter-spacing:0.2px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.85rem}.footer-links a{color:#adb5bd;text-decoration:none;transition:all 0.2s ease;display:inline-block;position:relative}.footer-links a:hover{color:#fff;transform:translateX(3px)}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{margin-bottom:1.25rem;display:flex;align-items:flex-start;gap:1rem}.footer-contact i{color:#EF4444;font-size:1.1rem;margin-top:3px;width:20px;text-align:center}.footer-contact span,.footer-contact a{color:#adb5bd;text-decoration:none;line-height:1.5;transition:color 0.2s ease}.footer-contact a:hover{color:#fff}.footer .social-links{display:flex;gap:0.8rem;margin-top:1.5rem}.footer .social-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background-color:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;color:#ced4da;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.footer .social-link:hover{background-color:#1554EE;border-color:#1554EE;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px rgba(21,84,238,0.3)}.footer-newsletter .input-group{border:1px solid rgba(255,255,255,0.1);border-radius:6px;overflow:hidden;background:rgba(255,255,255,0.03)}.footer-newsletter .input-group input{background:transparent;border:none;color:#fff;padding:0.8rem 1rem}.footer-newsletter .input-group input::placeholder{color:rgba(255,255,255,0.4)}.footer-newsletter .input-group input:focus{box-shadow:none;background:rgba(255,255,255,0.05)}.footer-newsletter .input-group button{border-radius:0;padding:0 1.25rem;background:#EF4444;border:none;transition:background 0.2s}.footer-newsletter .input-group button:hover{background:#ed2d2d}.footer-bottom{background-color:#16191b;border-top:1px solid rgba(255,255,255,0.05);margin-top:4rem;padding:1.5rem 0;font-size:0.85rem;color:#6c757d}.footer-bottom a{color:#adb5bd;text-decoration:none;transition:color 0.2s}.footer-bottom a:hover{color:#fff}.footer-bottom .rafutek-credit{display:inline-flex;align-items:center;opacity:0.7;transition:opacity 0.2s}.footer-bottom .rafutek-credit:hover{opacity:1}.footer-bottom .rafutek-credit img{height:16px;filter:grayscale(100%) brightness(1.5);transition:filter 0.2s}.footer-bottom .rafutek-credit:hover img{filter:grayscale(0) brightness(1)}@media (max-width: 991px){.footer{padding:4rem 0 0}.footer__brand{margin-bottom:2.5rem}}@media (max-width: 767px){.footer{padding:3rem 0 0;text-align:left}.footer-title{margin-top:1.5rem}.footer-bottom{padding:1.5rem 0 2rem;text-align:center}.footer-bottom .col-md-6{margin-bottom:0.5rem}}.error-page-body{background-color:#ffffff}.error-page-container{padding:80px 0;min-height:70vh;display:flex;align-items:center;justify-content:center;background-image:radial-gradient(circle at center, #f8f9fa 0%, #fff 70%)}.error-page-container .min-vh-75{min-height:60vh}.error-content{animation:fadeIn 0.8s ease-out}.error-code{font-size:10rem;font-weight:200;line-height:1;margin-bottom:2rem;color:#000;letter-spacing:-5px;font-family:'Inter', sans-serif;position:relative;display:inline-block;text-shadow:2px 2px 0px #eee}@media (max-width: 768px){.error-code{font-size:6rem}}.error-divider{width:60px;height:3px;background-color:#000;margin:0 auto 2rem}.error-message{font-size:2rem;font-weight:600;color:#111;margin-bottom:1.5rem;letter-spacing:-0.5px;text-transform:uppercase}@media (max-width: 768px){.error-message{font-size:1.5rem}}.error-description{font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.error-actions .btn{transition:all 0.3s ease;text-transform:uppercase;font-weight:600;letter-spacing:1px;border-radius:0}.error-actions .btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-page{min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg, #FCFCFC 0%, #efefef 100%);padding:3rem 1rem;text-align:center}.landing-page .landing-icon{font-size:5rem;color:#1554EE;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}.landing-page h1{font-size:clamp(2rem, 5vw, 4rem);font-weight:800;color:#07070A;margin-bottom:1rem}.landing-page h1 span{color:#24D1BD}.landing-page p{font-size:clamp(1rem, 2vw, 1.25rem);color:#4B5563;max-width:600px;margin-bottom:2rem;line-height:1.625}.landing-page .landing-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.landing-page .landing-actions .btn{padding:.5rem 2rem;border-radius:9999px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;transition:all 0.3s ease}.landing-page .landing-actions .btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.rafutek-footer{padding:1.5rem 0;text-align:center;background-color:#fff;border-top:1px solid #E5E7EB;margin-top:auto}.rafutek-footer a{text-decoration:none;color:#4B5563;font-size:.875rem;font-weight:500;display:inline-flex;align-items:center;gap:0.5rem;transition:all 0.15s ease}.rafutek-footer a:hover{color:#1554EE}.rafutek-footer a img{height:24px;width:auto;filter:grayscale(100%);transition:all 0.15s ease;opacity:0.8}.rafutek-footer a:hover img{filter:grayscale(0%);opacity:1}@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(-15px)}100%{transform:translateY(0px)}}.page-contact .page-header h1{color:#07070A}.page-contact .contact-page-section{background:#F9FAFB}.page-contact .map-container{width:100%;height:400px;border-radius:.375rem;overflow:hidden;box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}.page-contact .map-container iframe{width:100%;height:100%;border:0}.page-contact .contact-info-compact{background:#fff;border-radius:.375rem;padding:1.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,0.05);margin-top:1.5rem}.page-contact .contact-info-compact .info-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #E5E7EB}.page-contact .contact-info-compact .info-item:last-child{border-bottom:none;padding-bottom:0}.page-contact .contact-info-compact .info-item:first-child{padding-top:0}.page-contact .contact-info-compact .info-item i{font-size:1.5rem;color:#07070A;width:30px;text-align:center;margin-top:0.25rem}.page-contact .contact-info-compact .info-item .fab.fa-whatsapp{color:#25D366}.page-contact .contact-info-compact .info-item div{flex:1}.page-contact .contact-info-compact .info-item strong{display:block;font-size:0.875rem;color:#24D1BD;margin-bottom:0.25rem}.page-contact .contact-info-compact .info-item a,.page-contact .contact-info-compact .info-item span{color:#1F2937;text-decoration:none;display:block;font-weight:500;line-height:1.4}.page-contact .contact-info-compact .info-item a:hover{color:#1554EE;text-decoration:underline}.page-contact .contact-form-wrapper{background:#fff;padding:2rem;border-radius:.375rem;box-shadow:0 1px 2px 0 rgba(0,0,0,0.05);height:100%}.page-contact .contact-form-wrapper h2{font-size:1.75rem;font-weight:700;color:#07070A}.page-contact .contact-form-wrapper .form-label{font-weight:600;font-size:0.875rem;color:#374151;margin-bottom:0.5rem}.page-contact .contact-form-wrapper .form-control{padding:0.75rem 0.875rem;border:1px solid #E5E7EB;border-radius:.25rem;font-size:0.9375rem}.page-contact .contact-form-wrapper .form-control:focus{border-color:#1554EE;box-shadow:0 0 0 0.2rem rgba(21,84,238,0.15)}@media (max-width: 991px){.page-contact .map-container{height:300px}.page-contact .contact-form-wrapper{margin-top:0;padding:1.5rem}}.about-page-section{background-color:#fff}.about-page-section .about-content-full .ckeditor-content{font-size:1.1rem;line-height:1.8;color:#1F2937}.about-page-section .about-content-full .ckeditor-content h2,.about-page-section .about-content-full .ckeditor-content h3,.about-page-section .about-content-full .ckeditor-content h4{color:#111827;margin-top:2rem;margin-bottom:1rem}.about-page-section .about-content-full .ckeditor-content p{margin-bottom:1.5rem}.about-page-section .about-content-full .ckeditor-content img{max-width:100%;height:auto;border-radius:.25rem}.statistics-section{background-color:#fff;padding:3rem 0}.statistics-section .stat-item-minimal{text-align:center;padding:1.5rem;position:relative;height:100%}@media (min-width: 768px){.statistics-section .stat-item-minimal{border-right:1px solid rgba(0,0,0,0.08)}}.statistics-section .stat-item-minimal .stat-icon-minimal{font-size:2.5rem;color:#07070A;margin-bottom:1.25rem;display:inline-block}.statistics-section .stat-item-minimal .stat-title-minimal{font-size:1.125rem;font-weight:700;color:#07070A;margin-bottom:0.75rem;text-transform:none}.statistics-section .stat-item-minimal .stat-desc-minimal{font-size:0.875rem;color:#4B5563;line-height:1.6;margin-bottom:0;max-width:200px;margin-left:auto;margin-right:auto}.statistics-section .col-md-3:last-child .stat-item-minimal{border-right:none}@media (min-width: 576px) and (max-width: 767px){.statistics-section .col-6:nth-child(even) .stat-item-minimal{border-right:none}.statistics-section .col-6:nth-child(n+3) .stat-item-minimal{padding-top:2rem}}body{font-family:'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;background-color:#FCFCFC;color:#555555;font-size:15px;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:'Poppins', sans-serif;color:#0B0D1E;font-weight:700}a{text-decoration:none;transition:all 0.3s ease}.vs-subheader{background:linear-gradient(135deg, #1554EE 0%, #1e3a8a 100%);background-size:cover;background-position:center;padding:65px 0 50px;text-align:center;color:#ffffff;position:relative}@media (min-width: 768px){.vs-subheader{padding:80px 0 60px}}.vs-subheader .vs-subheader-title{font-size:clamp(1.75rem, 5vw, 2.8rem);font-weight:700;color:#ffffff;margin-bottom:12px;line-height:1.25;word-break:break-word}.vs-subheader .vs-breadcrumbs{font-size:0.95rem;color:rgba(255,255,255,0.85)}.vs-subheader .vs-breadcrumbs a{color:#ffffff;font-weight:500}.vs-subheader .vs-breadcrumbs a:hover{color:#24D1BD}.vs-subheader .vs-breadcrumbs .separator{margin:0 8px;opacity:0.6}.vs-hero{background-color:#1249db;background-repeat:no-repeat;background-position:center center;background-size:cover;position:relative;overflow:hidden;padding:50px 0 60px;min-height:auto;display:flex;align-items:center;color:#ffffff}@media (min-width: 992px){.vs-hero{padding:85px 0 95px;min-height:560px}}.vs-hero .vs-hero-title{font-size:clamp(2rem, 5vw, 3.6rem);font-weight:700;line-height:1.15;color:#ffffff;margin-bottom:20px;letter-spacing:-0.5px}@media (max-width: 991px){.vs-hero .vs-hero-title{text-align:center}}.vs-hero .vs-hero-subtitle{font-size:1.15rem;font-weight:400;line-height:1.7;color:rgba(255,255,255,0.95);max-width:520px;margin-bottom:0}@media (max-width: 991px){.vs-hero .vs-hero-subtitle{font-size:1.05rem;text-align:center;margin:0 auto}}.vs-hero .vs-hero-cta-group{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}@media (max-width: 991px){.vs-hero .vs-hero-cta-group{justify-content:center}}.vs-hero .vs-hero-btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:0.95rem;padding:12px 24px;border-radius:10px;transition:all 0.25s ease;text-decoration:none}.vs-hero .vs-hero-btn.btn-hero-primary{background-color:#24D1BD;color:#ffffff;box-shadow:0 4px 15px rgba(36,209,189,0.35)}.vs-hero .vs-hero-btn.btn-hero-primary:hover{background-color:#16b5a2;transform:translateY(-2px);box-shadow:0 8px 22px rgba(36,209,189,0.5);color:#ffffff}.vs-hero .vs-hero-btn.btn-hero-outline{background:rgba(255,255,255,0.12);color:#ffffff;border:1px solid rgba(255,255,255,0.35);backdrop-filter:blur(8px)}.vs-hero .vs-hero-btn.btn-hero-outline:hover{background:rgba(255,255,255,0.22);color:#ffffff;transform:translateY(-2px)}.vs-hero .vs-hero-slider-wrap{display:inline-block;max-width:100%;text-align:center}.vs-hero .vs-hero-slider-wrap .vs-hero-slider-img{max-height:530px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 15px 35px rgba(0,0,0,0.25));animation:heroFloat 5s ease-in-out infinite alternate}@keyframes heroFloat{0%{transform:translateY(0px)}100%{transform:translateY(-8px)}}.vs-section-header{text-align:center;margin-bottom:45px}.vs-section-header .vs-section-title,.vs-section-header .vs-responsive-heading{font-size:clamp(1.6rem, 4vw, 2.3rem);font-weight:700;color:#0B0D1E;margin-bottom:12px;line-height:1.25}.vs-section-header .vs-section-subtitle{font-size:1rem;color:#6B7280;max-width:650px;margin:0 auto}.vs-services-section{padding:70px 0;background-color:#FCFCFC}@media (min-width: 768px){.vs-services-section{padding:90px 0}}.vs-services-section .vs-service-card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%}.vs-services-section .vs-service-card-link:hover,.vs-services-section .vs-service-card-link:focus{text-decoration:none;color:inherit}.vs-services-section .vs-service-card{position:relative;border-radius:20px;overflow:hidden;height:290px;display:flex;flex-direction:column;padding:30px 24px;box-shadow:0 10px 30px rgba(0,0,0,0.08);transition:all 0.35s ease;background-size:cover;background-position:center}.vs-services-section .vs-service-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(11,13,30,0.65) 0%, rgba(11,13,30,0.3) 40%, rgba(11,13,30,0.88) 100%);transition:all 0.35s ease}.vs-services-section .vs-service-card:hover{transform:translateY(-7px);box-shadow:0 20px 40px rgba(21,84,238,0.2)}.vs-services-section .vs-service-card:hover::before{background:linear-gradient(180deg, rgba(21,84,238,0.5) 0%, rgba(21,84,238,0.25) 40%, rgba(11,13,30,0.92) 100%)}.vs-services-section .vs-service-card .vs-service-content{position:relative;z-index:2;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.vs-services-section .vs-service-card .vs-service-content .vs-service-title{color:#ffffff;font-size:1.3rem;font-weight:700;margin-bottom:0;line-height:1.3}.vs-services-section .vs-service-card .vs-service-content .btn-vs-detail{display:inline-block;background-color:#24D1BD;color:#ffffff;font-size:0.88rem;font-weight:600;padding:9px 26px;border-radius:8px;transition:all 0.25s ease;margin-top:auto}.vs-services-section .vs-service-card .vs-service-content .btn-vs-detail:hover{background-color:#16b5a2;color:#ffffff;box-shadow:0 4px 15px rgba(36,209,189,0.4)}.vs-tech-section{background:#1554EE;padding:90px 0 100px;color:#ffffff}.vs-tech-section .vs-section-title{color:#ffffff}.vs-tech-section .vs-section-subtitle{color:rgba(255,255,255,0.85)}.vs-tech-section .vs-tech-card{background:#ffffff;border-radius:20px;padding:40px 30px;height:100%;display:flex;flex-direction:column;box-shadow:0 15px 35px rgba(0,0,0,0.12);transition:all 0.3s ease}.vs-tech-section .vs-tech-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,0.2)}.vs-tech-section .vs-tech-card .vs-tech-icon-box{height:70px;display:flex;align-items:center;margin-bottom:24px}.vs-tech-section .vs-tech-card .vs-tech-icon-box img{max-height:58px;max-width:100px;object-fit:contain}.vs-tech-section .vs-tech-card .vs-tech-icon-box .vs-tech-badge-txt{font-size:1.5rem;font-weight:700;color:#1554EE}.vs-tech-section .vs-tech-card .vs-tech-title{font-size:1.5rem;font-weight:700;color:#0B0D1E;margin-bottom:15px}.vs-tech-section .vs-tech-card .vs-tech-desc{color:#6B7280;font-size:0.95rem;line-height:1.7;margin-bottom:25px;flex-grow:1}.vs-tech-section .vs-tech-card .vs-tech-link{color:#1554EE;font-weight:600;font-size:0.92rem;display:inline-flex;align-items:center;gap:6px}.vs-tech-section .vs-tech-card .vs-tech-link:hover{color:#24D1BD;gap:10px}.vs-about-section{padding:100px 0;background-color:#FCFCFC}.vs-about-section .vs-about-heading{font-size:2.4rem;font-weight:700;color:#0B0D1E;margin-bottom:20px}.vs-about-section .vs-about-text{font-size:1rem;line-height:1.8;color:#555555;margin-bottom:35px}.vs-about-section .vs-happy-clients-badge{background:#ffffff;border-radius:16px;padding:16px 24px;display:inline-flex;align-items:center;gap:18px;box-shadow:0 12px 35px rgba(0,0,0,0.08)}.vs-about-section .vs-happy-clients-badge .avatars{display:flex}.vs-about-section .vs-happy-clients-badge .avatars i{font-size:1.8rem;color:#1554EE}.vs-about-section .vs-happy-clients-badge .badge-info .badge-number{font-size:1.7rem;font-weight:700;color:#1554EE;line-height:1}.vs-about-section .vs-happy-clients-badge .badge-info .badge-label{font-size:0.85rem;color:#6B7280;font-weight:500;margin-top:3px}.vs-about-section .vs-about-img-box{border-radius:28px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,0.1)}.vs-about-section .vs-about-img-box img{width:100%;height:auto;display:block;transition:transform 0.4s ease}.vs-about-section .vs-about-img-box img:hover{transform:scale(1.03)}.vs-references-section{padding:80px 0 90px;background-color:#ffffff}.vs-references-section .vs-ref-item{background:#ffffff;border:1px solid #EEF2F6;border-radius:16px;padding:24px 20px;height:110px;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.03)}.vs-references-section .vs-ref-item img{max-height:52px;max-width:130px;object-fit:contain;filter:grayscale(100%);opacity:0.75;transition:all 0.3s ease}.vs-references-section .vs-ref-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(21,84,238,0.1);border-color:#DDE5F4}.vs-references-section .vs-ref-item:hover img{filter:grayscale(0%);opacity:1}.vs-cta-banner-wrapper{padding:30px 0 80px}.vs-cta-banner-wrapper .vs-cta-banner{background:linear-gradient(135deg, #1554EE 0%, #24D1BD 100%);border-radius:28px;padding:65px 40px;text-align:center;color:#ffffff;box-shadow:0 20px 50px rgba(21,84,238,0.25)}.vs-cta-banner-wrapper .vs-cta-banner .vs-cta-title{font-size:2.3rem;font-weight:700;color:#ffffff;max-width:800px;margin:0 auto 30px;line-height:1.35}@media (max-width: 768px){.vs-cta-banner-wrapper .vs-cta-banner .vs-cta-title{font-size:1.7rem}}.vs-cta-banner-wrapper .vs-cta-banner .btn-vs-cta{background-color:#24D1BD;color:#ffffff;font-weight:600;font-size:1.05rem;padding:14px 38px;border-radius:10px;display:inline-block;box-shadow:0 6px 20px rgba(0,0,0,0.15);transition:all 0.25s ease}.vs-cta-banner-wrapper .vs-cta-banner .btn-vs-cta:hover{background-color:#16b5a2;transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,0.25)}.vs-tech-section-block{padding:80px 0}.vs-tech-section-block .tech-content-wrapper h2{font-size:2.8rem;font-weight:700;line-height:1.2}.vs-tech-section-block .tech-badges-box img{max-width:100%;height:auto}.vs-frontend-card{background:#ffffff;border-radius:24px;border:1px solid #EEF2F6;box-shadow:0 4px 20px rgba(0,0,0,0.04);transition:all 0.3s ease}.vs-frontend-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.08) !important}.vs-frontend-card .vs-frontend-card-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center}.vs-service-intro-section{padding:60px 0 40px}.vs-service-intro-section .detail-img-box img{box-shadow:0 15px 40px rgba(0,0,0,0.1);border-radius:20px}.vs-why-section{padding:40px 0 60px}.vs-why-section .why-us-card{border-radius:20px;transition:all 0.3s ease}.vs-why-section .why-us-card.why-card-featured{background-color:#1554EE !important;color:#ffffff !important;box-shadow:0 12px 30px rgba(21,84,238,0.25) !important}.vs-why-section .why-us-card.why-card-featured .why-icon-box{background-color:#FF6600 !important;color:#ffffff !important}.vs-why-section .why-us-card.why-card-featured h3{color:#ffffff !important}.vs-why-section .why-us-card.why-card-featured p{color:rgba(255,255,255,0.9) !important}.vs-why-section .why-us-card.why-card-normal{background-color:#F3F5F9 !important;color:#0B0D1E !important}.vs-why-section .why-us-card.why-card-normal:hover{background-color:#ffffff !important;transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,0.08) !important}.vs-why-section .why-us-card.why-card-normal .why-icon-box{background-color:#ffffff !important;box-shadow:0 4px 10px rgba(0,0,0,0.05)}.vs-why-section .why-us-card.why-card-normal h3{color:#0B0D1E !important}.vs-why-section .why-us-card.why-card-normal p{color:#555555 !important}.vs-scope-section{background-color:#1554EE;color:#ffffff;padding:85px 0}.vs-scope-section .scope-badge-pill{background:#ffffff;border-radius:12px;padding:16px 20px;box-shadow:0 4px 12px rgba(0,0,0,0.06);transition:transform 0.25s ease, box-shadow 0.25s ease;border:none}.vs-scope-section .scope-badge-pill:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.15)}.vs-scope-section .scope-illustration-box img{filter:drop-shadow(0 15px 30px rgba(0,0,0,0.25))}.vs-audience-value-section{padding:60px 0}.vs-audience-value-section .vs-bullets-list li .bullet-dot{font-size:1.3rem;line-height:1;top:2px;color:#64748B}.vs-audience-value-section .value-wrapper strong{color:#0B0D1E;font-weight:700}.vs-process-section{background-color:#F5F7FB;padding:70px 0}@media (min-width: 768px){.vs-process-section{padding:85px 0}}.vs-process-section .vs-process-badge{width:56px;height:56px;border-radius:50%;background-color:#ffffff;color:#1554EE;font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,0.05);margin-left:auto;margin-right:auto}@media (min-width: 768px){.vs-process-section .vs-process-badge{width:80px;height:80px;font-size:2.2rem}}.vs-contact-section{padding:80px 0 100px}.vs-contact-section .vs-contact-card{background:#ffffff;border-radius:20px;padding:35px 30px;height:100%;display:flex;align-items:flex-start;gap:20px;box-shadow:0 10px 30px rgba(0,0,0,0.05);border:1px solid #EEF2F6;transition:all 0.3s ease}.vs-contact-section .vs-contact-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(21,84,238,0.1);border-color:#1554EE}.vs-contact-section .vs-contact-card .contact-icon{width:56px;height:56px;border-radius:16px;background:rgba(21,84,238,0.1);color:#1554EE;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.vs-contact-section .vs-contact-card .contact-info h4{font-size:1.25rem;margin-bottom:8px}.vs-contact-section .vs-contact-card .contact-info p,.vs-contact-section .vs-contact-card .contact-info a{color:#64748B;font-size:0.95rem;line-height:1.6;margin:0}.vs-contact-section .vs-contact-card .contact-info a:hover{color:#1554EE}.vs-contact-section .vs-contact-form-card{background:#ffffff;border-radius:24px;padding:50px 45px;box-shadow:0 15px 40px rgba(0,0,0,0.06);border:1px solid #EEF2F6}.vs-contact-section .vs-contact-form-card .form-title{font-size:2rem;font-weight:700;color:#0B0D1E;margin-bottom:30px}.vs-contact-section .vs-contact-form-card .form-label{font-weight:600;font-size:0.9rem;color:#0B0D1E;margin-bottom:8px}.vs-contact-section .vs-contact-form-card .form-control{border:1px solid #E2E8F0;border-radius:10px;padding:12px 16px;font-size:16px;min-height:48px;transition:all 0.25s ease}.vs-contact-section .vs-contact-form-card .form-control:focus{border-color:#1554EE;box-shadow:0 0 0 3px rgba(21,84,238,0.15)}.vs-contact-section .vs-contact-form-card textarea.form-control{min-height:120px}.vs-contact-section .vs-contact-form-card .btn-vs-submit{background-color:#24D1BD;color:#ffffff;font-weight:600;font-size:1rem;padding:13px 36px;border-radius:8px;border:none;transition:all 0.25s ease}.vs-contact-section .vs-contact-form-card .btn-vs-submit:hover{background-color:#16b5a2;box-shadow:0 6px 20px rgba(36,209,189,0.35)}.vs-footer{background-color:#0B0D1E;color:#94A3B8;padding:80px 0 30px;margin-top:auto}.vs-footer .vs-footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:40px;margin-bottom:50px;border-bottom:1px solid rgba(255,255,255,0.1)}.vs-footer .vs-footer-top .vs-footer-logo{max-height:48px;max-width:200px}.vs-footer .vs-footer-top .vs-footer-cta-box{display:flex;align-items:center;gap:24px}.vs-footer .vs-footer-top .vs-footer-cta-box .ready-text{font-size:1.3rem;font-weight:700;color:#ffffff}.vs-footer .vs-footer-top .vs-footer-cta-box .btn-vs-ready{background-color:#24D1BD;color:#ffffff;font-weight:600;padding:11px 28px;border-radius:8px;font-size:0.95rem;transition:all 0.25s ease}.vs-footer .vs-footer-top .vs-footer-cta-box .btn-vs-ready:hover{background-color:#16b5a2;color:#ffffff;box-shadow:0 6px 20px rgba(36,209,189,0.35)}.vs-footer .vs-footer-col-title{color:#ffffff;font-size:1.15rem;font-weight:700;margin-bottom:24px}.vs-footer .vs-footer-links{list-style:none;padding:0;margin:0}.vs-footer .vs-footer-links li{margin-bottom:12px}.vs-footer .vs-footer-links li a{color:#94A3B8;font-size:0.92rem;transition:all 0.25s ease}.vs-footer .vs-footer-links li a:hover{color:#24D1BD;padding-left:4px}.vs-footer .vs-footer-contact-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:22px}.vs-footer .vs-footer-contact-item .icon-circle{width:44px;height:44px;border-radius:50%;background:#24D1BD;color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.vs-footer .vs-footer-contact-item .contact-details .contact-label{color:#ffffff;font-weight:600;font-size:0.95rem;margin-bottom:3px}.vs-footer .vs-footer-contact-item .contact-details a,.vs-footer .vs-footer-contact-item .contact-details span{color:#94A3B8;font-size:0.88rem;line-height:1.5;display:block}.vs-footer .vs-footer-contact-item .contact-details a:hover{color:#24D1BD}.vs-footer .vs-footer-bottom{padding-top:32px;margin-top:15px;border-top:1px solid rgba(255,255,255,0.08);font-size:0.88rem;color:#64748B}.vs-footer .vs-footer-bottom .vs-footer-copyright{color:#718096;font-size:0.86rem;line-height:1.6}.vs-footer .vs-footer-bottom .vs-developer-credit{display:inline-flex;align-items:center;justify-content:center}.vs-footer .vs-footer-bottom .vs-developer-credit .rafutek-credit-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 16px;border-radius:999px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.09);text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,0.15);white-space:nowrap;transition:all 0.25s cubic-bezier(0.16, 1, 0.3, 1)}.vs-footer .vs-footer-bottom .vs-developer-credit .rafutek-credit-badge .credit-label{color:#94A3B8;font-size:0.82rem;font-weight:500;letter-spacing:0.2px;transition:color 0.2s ease}.vs-footer .vs-footer-bottom .vs-developer-credit .rafutek-credit-badge .rafutek-logo{height:16px;width:auto;display:inline-block;vertical-align:middle;filter:brightness(1.2);transition:transform 0.25s ease}.vs-footer .vs-footer-bottom .vs-developer-credit .rafutek-credit-badge:hover{background:rgba(255,255,255,0.08);border-color:rgba(93,86,241,0.5);box-shadow:0 4px 16px rgba(0,0,0,0.3);transform:translateY(-2px)}.vs-footer .vs-footer-bottom .vs-developer-credit .rafutek-credit-badge:hover .credit-label{color:#CBD5E1}.vs-footer .vs-footer-bottom .vs-developer-credit .rafutek-credit-badge:hover .rafutek-logo{transform:scale(1.05)}.vs-fab-wrap{position:fixed;bottom:24px;right:24px;z-index:1040;display:flex;flex-direction:column;align-items:flex-end;gap:10px}@media (max-width: 575.98px){.vs-fab-wrap{bottom:16px;right:16px}}.vs-fab-wrap .vs-fab-btn{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#ffffff;box-shadow:0 6px 22px rgba(0,0,0,0.22);transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);position:relative;text-decoration:none}.vs-fab-wrap .vs-fab-btn.vs-fab-whatsapp{background:#25D366;box-shadow:0 6px 20px rgba(37,211,102,0.4)}.vs-fab-wrap .vs-fab-btn.vs-fab-whatsapp:hover{background:#20BA56;transform:scale(1.1);box-shadow:0 10px 25px rgba(37,211,102,0.55);color:#ffffff}.vs-fab-wrap .vs-fab-btn .vs-fab-tooltip{position:absolute;right:64px;background:#0B0D1E;color:#ffffff;padding:6px 12px;border-radius:6px;font-size:0.82rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transform:translateX(10px);transition:all 0.25s ease;box-shadow:0 4px 12px rgba(0,0,0,0.15)}.vs-fab-wrap .vs-fab-btn .vs-fab-tooltip::after{content:"";position:absolute;top:50%;right:-5px;transform:translateY(-50%);border-width:5px 0 5px 5px;border-style:solid;border-color:transparent transparent transparent #0B0D1E}.vs-fab-wrap .vs-fab-btn:hover .vs-fab-tooltip{opacity:1;transform:translateX(0)}.mt-section{margin-top:3rem}@media (min-width: 768px){.mt-section{margin-top:4rem}}.mb-section{margin-bottom:3rem}@media (min-width: 768px){.mb-section{margin-bottom:4rem}}.pt-section{padding-top:3rem}@media (min-width: 768px){.pt-section{padding-top:4rem}}.pb-section{padding-bottom:3rem}@media (min-width: 768px){.pb-section{padding-bottom:4rem}}.gap-xs{gap:.25rem}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.gap-xl{gap:2rem}.gap-2xl{gap:3rem}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.text-uppercase{text-transform:uppercase;letter-spacing:0.05em}.text-gradient{background:linear-gradient(135deg, #1554EE, #24D1BD);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rounded-full{border-radius:9999px}.shadow-hover{transition:all 0.3s ease}.shadow-hover:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}.lift-hover{transition:all 0.3s ease}.lift-hover:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}@media (max-width: 767px){.hidden-mobile{display:none !important}}@media (min-width: 768px){.hidden-desktop{display:none !important}}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}:focus-visible{outline:2px solid #1554EE;outline-offset:2px}.overlay{position:relative}.overlay::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1}.overlay__content{position:relative;z-index:2}.overlay--dark::before{background:rgba(0,0,0,0.7)}.overlay--light::before{background:rgba(255,255,255,0.8)}.overlay--gradient::before{background:linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%)}body{margin:0;display:flex;flex-direction:column;min-height:100vh}
