*{padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{margin:0;padding:0}button{font-family:inherit}.App{display:flex;flex-direction:column;max-width:100vw;min-height:100vh;overflow-x:hidden}*{box-sizing:border-box}body,html{max-width:100vw;overflow-x:hidden}.header{background-color:#2c3e50;box-shadow:0 2px 8px #0000001a;padding:.75rem 0}.header-container{justify-content:space-between;margin:0 auto;max-width:1350px;padding:0 1.5rem}.header-container,.logo{align-items:center;display:flex}.logo{background:#0000;cursor:pointer;gap:.5rem;transition:transform .3s ease;z-index:1001}.logo:hover{transform:scale(1.05)}.logo svg,.logo-image{height:60px;width:auto}.logo-image{background:#0000;object-fit:contain;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.logo-icon{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.logo-text{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:.5px}.hamburger{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:0;height:24px;justify-content:center;padding:0;position:relative;width:30px;z-index:1001}.hamburger span{background:#fff;border-radius:2px;display:block;height:3px;left:0;position:absolute;transition:all .3s ease;width:100%}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0}.hamburger.active span:first-child{top:50%;transform:rotate(45deg);transform:translateY(-50%) rotate(45deg);transform-origin:center}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){bottom:auto;top:50%;transform:rotate(-45deg);transform:translateY(-50%) rotate(-45deg);transform-origin:center}.nav-menu{gap:1.5rem}.nav-item,.nav-menu{align-items:center;display:flex}.nav-item{color:#fff;cursor:pointer;font-size:.85rem;gap:.25rem;padding:.4rem 0;position:relative;transition:color .3s}.nav-item:hover{color:#17a2b8}.dropdown-icon{font-size:.7rem}.dropdown-menu{background:#fff;border-radius:6px;box-shadow:0 8px 30px #00000026;left:0;margin-top:.4rem;opacity:0;overflow:visible;padding:.75rem 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;width:230px;z-index:1000}.nav-item:hover>.dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-link{word-wrap:break-word;border-left:3px solid #0000;color:#2c3e50;display:block;font-size:.8rem;padding:.5rem 1.25rem;position:relative;text-decoration:none;transition:all .2s;word-break:break-word}.dropdown-link:not(.has-submenu):hover{background-color:#f8f9fa;border-left-color:#17a2b8;color:#17a2b8;padding-left:1.75rem}.has-submenu{align-items:flex-start;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;position:relative}.has-submenu:hover{background-color:#f8f9fa;color:#17a2b8}.submenu-arrow{color:#5a6c7d;flex-shrink:0;font-size:.7rem;margin-top:.1rem;transition:all .3s ease}.has-submenu:hover .submenu-arrow{color:#17a2b8;transform:rotate(180deg)}.submenu{background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000026;left:100%;margin-left:.5rem;max-width:250px;min-width:220px;opacity:0;overflow:visible;padding:1rem 0;position:absolute;top:0;transform:translateX(-10px);transition:all .2s ease;visibility:hidden;width:-webkit-max-content;width:max-content;z-index:1002}.submenu .submenu{z-index:1003}.has-submenu:hover>.submenu{opacity:1;transform:translateX(0);visibility:visible}.submenu::-webkit-scrollbar{width:6px}.submenu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.submenu::-webkit-scrollbar-thumb{background:#17a2b8;border-radius:10px}.submenu::-webkit-scrollbar-thumb:hover{background:#138496}.header-actions{display:flex;gap:1rem}.btn-login{background-color:#fff;border:none;border-radius:5px;color:#2c3e50;cursor:pointer;font-weight:600;padding:.6rem 1.5rem;transition:all .3s}.btn-login:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.btn-get-started{background-color:#17a2b8;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1.25rem;transition:all .3s}.btn-get-started:hover{background-color:#138496;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}@media (max-width:1200px){.nav-menu{gap:1.2rem}.nav-item{font-size:.8rem}.dropdown-menu{width:210px}}@media (max-width:968px){.logo svg,.logo-image{height:55px}.hamburger{display:flex}.header-actions{display:none}.nav-menu{align-items:flex-start;background:#2c3e50;box-sizing:border-box;flex-direction:column;gap:0;height:100vh;max-width:280px;overflow-x:hidden;overflow-y:auto;padding:70px 0 20px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:75vw;z-index:1000}.nav-menu.mobile-open{right:0}.nav-menu::-webkit-scrollbar{width:5px}.nav-menu::-webkit-scrollbar-track{background:#0003}.nav-menu::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px}.nav-item{align-items:flex-start;border-bottom:1px solid #ffffff14;box-sizing:border-box;cursor:pointer;flex-direction:column;font-size:.85rem;gap:0;padding:.7rem 1rem;width:100%}.nav-item>span:first-of-type{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:0;width:100%}.nav-item:last-child{cursor:pointer}.nav-item:last-child:hover{background:#ffffff1f}.nav-item:hover{background:#ffffff14}.dropdown-icon{flex-shrink:0;font-size:.7rem;transition:transform .3s ease}.dropdown-menu{background:#00000026;border-radius:0;box-shadow:none;display:none;margin:.3rem 0 0;max-height:0;opacity:1;overflow:hidden;padding:0;position:static;transform:none;transition:max-height .3s ease;visibility:visible;width:100%}.dropdown-menu.mobile-submenu-open{display:block;max-height:2000px}.dropdown-link{word-wrap:break-word;align-items:flex-start;border-left:none;box-sizing:border-box;color:#fffffff2;display:flex;font-size:.75rem;gap:.5rem;justify-content:space-between;line-height:1.5;padding:.6rem 1.25rem;text-align:left;white-space:normal;width:100%;word-break:break-word}.dropdown-link:not(.has-submenu):hover{background-color:#ffffff1f;border-left:none;color:#fff}.has-submenu{align-items:center;cursor:pointer;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.has-submenu>span:first-child{flex:1 1;order:1}.has-submenu .submenu-arrow{flex-shrink:0;font-size:.65rem;order:2;transition:transform .3s ease}.has-submenu:hover{background-color:#ffffff1f;color:#fff}.submenu{background:#00000040;box-shadow:none;display:none;flex-basis:100%;margin:.3rem 0 0;max-height:0;max-width:none;opacity:1;order:3;overflow:hidden;position:static;transform:none;transition:max-height .3s ease;visibility:visible;width:100%}.submenu.mobile-submenu-open{display:block;max-height:2000px}.has-submenu.active-nested .submenu-arrow,.nav-item.active .dropdown-icon{transform:rotate(180deg)}.submenu .dropdown-link{font-size:.7rem;gap:.4rem;padding:.55rem 1rem .55rem 1.75rem}.submenu .submenu{background:#00000059;margin-left:0;padding-left:0}.submenu .submenu .dropdown-link{font-size:.65rem;padding:.5rem 1rem .5rem 2.5rem}.submenu .has-submenu{padding-left:1.75rem}.submenu-arrow{color:#ffffff80;flex-shrink:0;font-size:.65rem;margin-left:auto;padding-left:.5rem;transition:transform .3s ease}.has-submenu:hover .submenu-arrow{color:#ffffffe6}.has-submenu:hover>.submenu-arrow{transform:rotate(180deg)}.has-submenu{padding-right:1rem}}@media (max-width:480px){.header-container{padding:0 1rem}.logo svg,.logo-image{height:50px}.nav-menu{max-width:260px;width:80vw}.nav-item{font-size:.8rem;padding:.65rem .85rem}.dropdown-link{font-size:.7rem;padding:.55rem 1rem}.submenu .dropdown-link{font-size:.65rem;padding:.5rem .85rem .5rem 1.5rem}.submenu .submenu .dropdown-link{font-size:.6rem;padding-left:2rem}}.hero{background:linear-gradient(135deg,#e8eef3,#f5f7fa);display:flex;min-height:70vh;padding:4rem 0}.hero,.hero-container{align-items:center;overflow-x:hidden}.hero-container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1350px;padding:0 2rem;width:100%}.hero-content{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.hero-rating{align-items:center;color:#7f8c8d;display:flex;font-size:.95rem;gap:.5rem}.stars{color:#bdc3c7}.rating-text{color:#95a5a6}.hero-title{color:#2c3e50;font-size:2.75rem;font-weight:700;line-height:1.3;margin:0}.hero-subtitle{color:#7f8c8d;font-size:1rem;line-height:1.7;margin:0}.hero-cta{align-self:flex-start;background-color:#17a2b8;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s}.hero-cta:hover{background-color:#138496;box-shadow:0 6px 20px #17a2b84d;transform:translateY(-2px)}.hero-right{align-items:center;display:flex;flex-direction:column;gap:2rem}.hero-illustration{height:400px;max-width:600px;width:100%}.hero-illustration,.person-illustration{align-items:center;display:flex;justify-content:center;position:relative}.person-illustration{flex-direction:column;z-index:2}.person-silhouette{flex-direction:column;z-index:1}.person-head-simple,.person-silhouette{align-items:center;display:flex;position:relative}.person-head-simple{height:140px;justify-content:center;width:140px}.hair-top{background:#3d4f5d;border-radius:70px 70px 60px 60px;box-shadow:0 8px 20px #3d4f5d4d;height:90px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:140px}.face-circle{align-items:center;background:linear-gradient(135deg,#f0c6a0,#e5b890);box-shadow:0 5px 15px #0000001f;display:flex;gap:1.2rem;height:95px;justify-content:center;margin-top:30px;width:95px;z-index:2}.eye-dot,.face-circle{border-radius:50%;position:relative}.eye-dot{background:#fff;box-shadow:inset 0 2px 4px #0000001a;height:16px;width:16px}.eye-dot:after{background:#2c3e50;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.person-shoulders{background:linear-gradient(135deg,#4fa8b8,#3d8b98);border-radius:110px 110px 30px 30px;box-shadow:0 15px 35px #4fa8b866;height:100px;margin-top:-25px;position:relative;width:220px;z-index:1}.laptop-front{align-items:center;display:flex;flex-direction:column;margin-top:-50px;position:relative;z-index:3}.laptop-screen-frame{background:#3d4f5d;border-radius:12px 12px 0 0;box-shadow:0 20px 60px #0000004d,inset 0 -3px 10px #0000004d;height:240px;padding:12px;position:relative;width:350px}.screen-inner{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #e0e4e8;border-radius:6px;box-shadow:inset 0 2px 10px #0000000d;height:100%;width:100%}.laptop-base{background:linear-gradient(180deg,#3d4f5d 0,#2d3f4d);border-radius:0 0 16px 16px;box-shadow:0 8px 30px #00000059,inset 0 1px 3px #ffffff1a;height:20px;position:relative;width:380px}.laptop-base:before{background:#0003;border-radius:3px;content:"";height:6px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}.document-card{animation:floatCard 5s ease-in-out infinite;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000002e,0 0 0 1px #17a2b81a;padding:1.8rem;position:absolute;right:30px;top:30px;width:280px;z-index:4}@keyframes floatCard{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(-3deg)}}.doc-icon-wrapper{gap:.8rem;margin-bottom:1.2rem}.doc-icon,.doc-icon-wrapper{align-items:center;display:flex}.doc-icon{background:linear-gradient(135deg,#17a2b8,#138496);border-radius:16px;box-shadow:0 10px 25px #17a2b859;height:70px;justify-content:center;position:relative;width:70px}.doc-icon:before{background:linear-gradient(180deg,#fff3,#0000);border-radius:10px;content:"";height:50%;left:6px;position:absolute;right:6px;top:6px}.check-circle{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #0000001a;color:#17a2b8;display:flex;font-size:1.6rem;font-weight:700;height:40px;justify-content:center;width:40px}.doc-info{display:flex;flex-direction:column;gap:.6rem}.doc-title{background:linear-gradient(90deg,#17a2b8,#17a2b84d);border-radius:7px;height:14px;width:85%}.doc-subtitle{background:#e8eef3;border-radius:5px;height:10px;width:65%}.floating-icon{animation:gentleFloat 6s ease-in-out infinite;position:absolute;z-index:3}.icon-circle{align-items:center;background:#fff;border:5px solid #4fa8b8;border-radius:50%;box-shadow:0 15px 40px #00000026,0 0 0 1px #c8d2dc4d;display:flex;height:80px;justify-content:center;position:relative;width:80px}.icon-circle.check-icon{border-color:#17a2b8}.icon-circle svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.icon-document{animation-delay:0s;left:-20px;top:40px}.icon-justice{animation-delay:2s;bottom:80px;left:20px}.icon-check{animation-delay:4s;bottom:60px;right:-10px}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.bg-shape{opacity:.6;position:absolute;z-index:0}.shape-1{animation:morphShape 10s ease-in-out infinite;background:linear-gradient(135deg,#17a2b81a,#17a2b80d);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;height:150px;left:-30px;top:30px;width:150px}.shape-2{animation:morphShape 12s ease-in-out infinite reverse;background:linear-gradient(135deg,#2c3e5014,#2c3e5008);border-radius:50%;bottom:60px;height:100px;right:-20px;width:100px}.shape-3{animation:morphShape 15s ease-in-out infinite;background:linear-gradient(135deg,#17a2b81f,#17a2b80a);border-radius:40% 60% 60% 40%/60% 30% 70% 40%;height:120px;left:40px;top:140px;width:120px}@keyframes morphShape{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%;transform:rotate(0deg) scale(1)}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%;transform:rotate(180deg) scale(1.1)}}.hero-search-wrapper{max-width:600px;width:100%}@media (max-width:1024px){.hero-container{gap:3rem}.hero-title{font-size:2.25rem}.hero-illustration{height:320px}.floating-window{right:20px;width:200px}.laptop-screen-simple{height:180px;width:280px}.laptop-base-simple{width:300px}.laptop-bottom{width:320px}}@media (max-width:768px){.hero{overflow-x:hidden;padding:2rem 0}.hero-right{margin-top:20px}.hero-container{gap:2rem;grid-template-columns:1fr;padding:0 1rem}.hero-content{align-items:center;text-align:center}.hero-title{font-size:1.6rem;line-height:1.4}.hero-cta,.hero-subtitle{font-size:.9rem}.hero-cta{align-self:center;padding:.875rem 1.5rem}.hero-illustration{height:280px;justify-content:center;max-width:100%;overflow:visible}.person-head-simple{height:100px;width:100px}.hair-top{height:65px;width:100px}.face-circle{gap:.8rem;height:70px;width:70px}.eye-dot{height:12px;width:12px}.eye-dot:after{height:6px;width:6px}.person-shoulders{height:75px;margin-top:-20px;width:160px}.laptop-front{margin-top:-40px}.laptop-screen-frame{height:170px;padding:10px;width:250px}.laptop-base{height:16px;width:270px}.document-card{padding:1.2rem;right:-10px;top:20px;width:200px}.doc-icon{height:50px;width:50px}.check-circle{font-size:1.2rem;height:30px;width:30px}.icon-circle{border:4px solid #4fa8b8;height:60px;width:60px}.icon-circle svg{height:24px;width:24px}.icon-document{left:-10px;top:30px}.icon-justice{bottom:70px;left:10px}.icon-check{bottom:50px;right:-5px}.simple-laptop{margin-top:60px}.floating-window{right:15px;top:5px;width:180px}.window-content{padding:1rem}.check-icon{font-size:1rem;height:24px;width:24px}.laptop-screen-simple{border:4px solid #3d4f5c;height:150px;width:240px}.laptop-base-simple{height:12px;width:260px}.laptop-bottom{width:280px}.circle-1{height:80px;width:80px}.circle-2{height:50px;width:50px}.circle-3{height:70px;width:70px}}@media (max-width:480px){.hero{padding:1.5rem 0}.hero-container{gap:1.5rem;padding:0 .75rem}.hero-title{font-size:1.4rem;line-height:1.4}.hero-subtitle{font-size:.85rem;line-height:1.6}.hero-cta{font-size:.85rem;padding:.75rem 1.25rem}.hero-illustration{height:220px;max-width:100%}.person-head-simple{height:80px;width:80px}.hair-top{height:50px;width:80px}.face-circle{gap:.6rem;height:55px;margin-top:20px;width:55px}.eye-dot{height:10px;width:10px}.eye-dot:after{height:5px;width:5px}.person-shoulders{height:60px;margin-top:-15px;width:130px}.laptop-front{margin-top:-30px}.laptop-screen-frame{border-radius:8px 8px 0 0;height:140px;padding:8px;width:200px}.laptop-base{height:14px;width:220px}.laptop-base:before{height:5px;width:60px}.document-card{padding:1rem;right:-15px;top:15px;width:160px}.doc-icon{height:40px;width:40px}.check-circle{font-size:1rem;height:24px;width:24px}.doc-title{height:12px}.doc-subtitle{height:8px}.icon-circle{border:3px solid #4fa8b8;height:50px;width:50px}.icon-circle svg{height:20px;width:20px}.icon-document{left:-5px;top:20px}.icon-justice{bottom:60px;left:5px}.icon-check{bottom:40px;right:0}.bg-shape{display:none}.simple-laptop{margin-top:50px}.floating-window{right:10px;top:10px;width:140px}.window-header{padding:.5rem .75rem}.window-content{gap:.625rem;padding:.75rem}.doc-text,.doc-text-full{height:6px}.check-icon{font-size:.9rem;height:20px;width:20px}.laptop-screen-simple{border:4px solid #3d4f5c;height:130px;width:200px}.screen-dot{bottom:12px;height:8px;width:8px}.laptop-base-simple{height:10px;width:220px}.laptop-bottom{height:5px;width:240px}.circle-1{height:60px;width:60px}.circle-2{height:40px;width:40px}.circle-3{height:50px;width:50px}}.search-box-container{max-width:100%;position:relative;width:100%}.search-bar{align-items:center;background:#fff;border:3px solid #17a2b8;border-radius:30px;box-shadow:0 6px 25px #0000001f;display:flex;padding:.5rem 1rem}.hero-search-input{background:#0000;border:none;flex:1 1;font-size:.95rem;outline:none;padding:.75rem 1rem}.search-button{background-color:#17a2b8;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;font-size:1.2rem;height:40px;transition:all .3s;width:40px}.search-button:hover{background-color:#138496;transform:scale(1.1)}.search-dropdown{animation:dropdownSlideIn .3s ease-out;background:#fff;border-radius:15px;box-shadow:0 10px 40px #00000026;left:0;max-height:400px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-results-header{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff;font-size:.9rem;font-weight:600;padding:1rem 1.5rem}.search-results{max-height:340px;overflow-y:auto;padding:.5rem 0}.search-result-item{align-items:center;border-left:3px solid #0000;cursor:pointer;display:flex;gap:.75rem;padding:.875rem 1.5rem;transition:all .2s}.search-result-item:hover{background-color:#f8f9fa;border-left-color:#17a2b8;padding-left:1.75rem}.result-icon{flex-shrink:0;font-size:1.1rem}.result-text{color:#2c3e50;font-size:.95rem;line-height:1.4}.no-results{color:#5a6c7d;font-size:.95rem;padding:2rem 1.5rem;text-align:center}.search-results::-webkit-scrollbar{width:6px}.search-results::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.search-results::-webkit-scrollbar-thumb{background:#17a2b8;border-radius:10px}.search-results::-webkit-scrollbar-thumb:hover{background:#138496}@media (max-width:768px){.search-box-container{max-width:100%}.search-bar{padding:.4rem .75rem}.hero-search-input{font-size:.875rem;padding:.625rem .75rem}.search-button{font-size:1.1rem;height:36px;width:36px}.search-dropdown{max-height:300px}.search-results{max-height:240px}.search-result-item{padding:.75rem 1rem}.search-result-item:hover{padding-left:1.25rem}}@media (max-width:480px){.search-bar{border:2px solid #17a2b8;padding:.3rem .6rem}.hero-search-input{font-size:.8rem;padding:.5rem .6rem}.search-button{font-size:1rem;height:32px;width:32px}.search-results-header{font-size:.85rem;padding:.75rem 1rem}.search-result-item{gap:.5rem;padding:.625rem .875rem}.result-text{font-size:.875rem}}.popular-services{background-color:#fff;padding:2rem 0}.popular-services-container{margin:0 auto;max-width:1350px;padding:0 2rem}.section-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:left}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.service-card{align-items:flex-end;background:#fff;border:2px solid #e8eef3;border-radius:15px;box-shadow:0 2px 8px #0000000d;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;transition:all .3s ease}.service-container{align-items:center;display:flex;gap:1rem}.service-plan{color:#986b14;font-size:14px;font-weight:600}.service-card:hover{border-color:#236670;box-shadow:0 15px 40px #17a2b833;transform:translateY(-8px) scale(1.02)}.service-card:active{transform:translateY(-4px) scale(1)}.service-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.service-info{flex:1 1}.service-title{color:#2c3e50;font-size:1rem;font-weight:600;margin:0 0 .25rem}.service-subtitle{color:#5a6c7d;font-size:.85rem;margin:0}.trust-badges{border-top:1px solid #e8eef3;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding-top:2rem}.badge{align-items:center;color:#5a6c7d;display:flex;font-size:1rem;font-weight:600;gap:.5rem}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.trust-badges{gap:1rem}}.how-it-works{background:linear-gradient(135deg,#e8eef3,#f5f7fa);padding:2rem 0}.how-it-works-container{margin:0 auto;max-width:1350px;padding:0 2rem}.section-title-center{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:left}.subtitle-inline{color:#5a6c7d;font-size:1.2rem;font-weight:400;margin-left:1rem}.steps-container{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.step-item{position:relative}.step-content,.step-item{align-items:center;display:flex;flex-direction:column}.step-content{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 8px 25px #00000014;height:100%;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;width:100%}.step-content:hover{border-color:#17a2b8;box-shadow:0 15px 40px #17a2b826;transform:translateY(-10px)}.step-circle{align-items:center;background:linear-gradient(135deg,#17a2b8,#138496);border:4px solid #fff;border-radius:50%;box-shadow:0 8px 20px #17a2b84d;display:flex;height:100px;justify-content:center;margin-bottom:1.5rem;position:relative;width:100px}.step-icon{font-size:2.5rem;position:relative;z-index:2}.step-number{align-items:center;background:#e74c3c;border:3px solid #fff;border-radius:50%;bottom:-8px;box-shadow:0 3px 10px #e74c3c66;color:#fff;display:flex;font-size:.9rem;font-weight:700;height:32px;justify-content:center;position:absolute;right:-8px;width:32px}.step-title{color:#2c3e50;font-size:1.2rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.step-description{color:#5a6c7d;font-size:.9rem;line-height:1.6;margin:0}.step-connector{position:absolute;right:-40px;top:50px;z-index:1}.connector-arrow{animation:arrowBounce 2s ease-in-out infinite;color:#17a2b8;font-size:2.5rem;font-weight:700}@keyframes arrowBounce{0%,to{transform:translateX(0)}50%{transform:translateX(8px)}}.testimonial-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.testimonial-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;display:flex;flex-direction:column;padding:2rem;text-align:center}.testimonial-logo{margin-bottom:1rem}.logo-square{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;display:flex;height:80px;justify-content:center;width:80px}.logo-text-small{color:#fff;font-size:1.2rem;font-weight:700}.testimonial-image{margin-bottom:1rem}.person-avatar{background:linear-gradient(135deg,#17a2b8,#138496);border-radius:50%;height:80px;width:80px}.testimonial-text{color:#2c3e50;font-size:.95rem;line-height:1.6;margin:1rem 0 .5rem}.testimonial-subtext{color:#5a6c7d;font-size:.85rem;margin:0}@media (max-width:1024px){.steps-container{gap:2rem 1.5rem;grid-template-columns:repeat(2,1fr)}.step-connector{display:none}}@media (max-width:768px){.steps-container{gap:2rem;grid-template-columns:1fr}.step-connector{display:none}.subtitle-inline{display:block;margin-left:0;margin-top:.5rem}.step-content{padding:1.5rem 1rem}.step-circle{height:80px;width:80px}.step-icon{font-size:2rem}.step-number{font-size:.8rem;height:28px;width:28px}.section-title-center{font-size:1.5rem}}.compliance-section{background:#fff;padding:4rem 0}.compliance-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1350px;padding:0 2rem}.compliance-card,.highlights-card{background:linear-gradient(135deg,#f8f9fa,#e8eef3);border-radius:20px;overflow:hidden;padding:2.5rem;position:relative}.compliance-title,.highlights-title{color:#2c3e50;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.compliance-subtitle,.highlights-subtitle{color:#2c3e50;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0 0 2rem}.compliance-features,.highlights-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-item{color:#2c3e50;font-size:.95rem;gap:.75rem}.feature-check,.feature-item{align-items:center;display:flex}.feature-check{background-color:#17a2b8;border-radius:50%;color:#fff;flex-shrink:0;font-weight:700;height:24px;justify-content:center;width:24px}.compliance-btn,.highlights-btn{background-color:#17a2b8;border:none;border-radius:8px;box-shadow:0 4px 12px #17a2b833;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.875rem 1.75rem;transition:all .3s ease}.compliance-btn:hover,.highlights-btn:hover{background-color:#138496;box-shadow:0 8px 25px #17a2b866;transform:translateY(-3px) scale(1.05)}.compliance-btn:active,.highlights-btn:active{box-shadow:0 4px 15px #17a2b84d;transform:translateY(-1px) scale(1.02)}.compliance-illustration{bottom:2rem;height:100px;position:absolute;right:2rem;width:150px}.chart-bars{align-items:flex-end;display:flex;gap:.5rem;height:80px;position:relative}.bar{animation:growBar 1s ease-out;background:linear-gradient(0deg,#17a2b8,#138496);border-radius:4px 4px 0 0;width:30px}@keyframes growBar{0%{height:0}}.chart-line{background:linear-gradient(90deg,#0000,#ffc107,#0000);height:3px;left:0;position:absolute;right:0;top:20%}.calendar-illustration{bottom:2rem;position:absolute;right:2rem}.calendar-icon{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000026;height:120px;padding:1rem;position:relative;width:120px}.calendar-header{background:linear-gradient(135deg,#17a2b8,#138496);border-radius:5px 5px 0 0;height:15px;margin-bottom:.75rem;width:100%}.calendar-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.calendar-cell{aspect-ratio:1;background-color:#e8eef3;border-radius:4px;width:100%}.calendar-checkmark{align-items:center;background-color:#17a2b8;border-radius:50%;bottom:-10px;box-shadow:0 4px 15px #17a2b866;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;position:absolute;right:-10px;width:50px}@media (max-width:968px){.compliance-container{grid-template-columns:1fr}.calendar-illustration,.compliance-illustration{display:flex;justify-content:center;margin-top:2rem;position:static;width:auto}}.footer{background-color:#2c3e50;color:#fff}.footer-cta{background:linear-gradient(135deg,#1a252f,#2c3e50);border-top:1px solid #34495e;padding:3rem 0;text-align:center}.footer-cta-content{margin:0 auto;max-width:1350px;padding:0 2rem}.footer-cta-title{color:#fff;font-size:2rem;font-weight:700;margin:0 0 .5rem}.footer-cta-subtitle{color:#bdc3c7;font-size:1rem;margin:0 0 2rem}.footer-cta-btn{background-color:#17a2b8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s}.footer-cta-btn:hover{background-color:#138496;box-shadow:0 6px 20px #17a2b866;transform:translateY(-2px)}.footer-main{background-color:#2c3e50;padding:4rem 0 3rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:1350px;padding:0 2rem}.footer-column{display:flex;flex-direction:column}.footer-heading{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links li{color:#bdc3c7;cursor:pointer;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-links li:hover{color:#17a2b8}.footer-bottom{border-top:1px solid #34495e;padding:2rem 0}.footer-bottom-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1350px;padding:0 2rem}.social-links{display:flex;gap:1rem}.social-icon{align-items:center;background-color:#34495e;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s;width:40px}.social-icon:hover{background-color:#17a2b8;transform:translateY(-3px)}.footer-copyright{color:#95a5a6;font-size:.85rem;margin:0;max-width:600px}@media (max-width:1200px){.footer-container{gap:2rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:968px){.footer-container{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-container{gap:2rem;grid-template-columns:1fr}.footer-bottom-container{flex-direction:column;text-align:center}.footer-cta-title{font-size:1.5rem}.footer-heading{font-size:1rem}.footer-links li{font-size:.9rem}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:9999}.modal-content{animation:modalSlideIn .3s ease-out;background:linear-gradient(135deg,#e8eef3,#f0f4f8);border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:520px;padding:2.5rem 2.5rem 2rem;position:relative;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;background:#fff;border:2px solid #e8eef3;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#2c3e50;cursor:pointer;display:flex;font-size:1.75rem;height:38px;justify-content:center;line-height:1;position:absolute;right:1rem;top:.75rem;transition:all .3s ease;width:38px}.modal-close:hover{background-color:#e74c3c;border-color:#e74c3c;box-shadow:0 4px 12px #e74c3c4d;color:#fff;transform:rotate(90deg) scale(1.1)}.modal-title{color:#2c3e50;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 2rem;padding-top:.5rem;text-align:left}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{position:relative}.form-input{background-color:#fff;border:2px solid #0000;border-radius:10px;box-shadow:0 2px 8px #0000000d;color:#2c3e50;font-size:.95rem;outline:none;padding:1rem 1.25rem;transition:all .3s;width:100%}.form-input::placeholder{color:#5a6c7d}.form-input:focus{border-color:#17a2b8;box-shadow:0 4px 12px #17a2b833}.form-input:required:invalid{border-color:#0000}.form-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%235a6c7d' d='M6 8 0 0h12z'/%3E%3C/svg%3E");background-position:right 1.25rem center;background-repeat:no-repeat;background-size:11px;cursor:pointer;padding-right:3.25rem}.form-select:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%2317a2b8' d='M6 8 0 0h12z'/%3E%3C/svg%3E")}.form-select option{background-color:#fff;color:#2c3e50;padding:.5rem}.form-select option:hover{background-color:#f8f9fa}.required-asterisk{color:#dc3545;font-size:1.15rem;font-weight:700;pointer-events:none;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%)}.form-group:has(.form-select) .required-asterisk{right:2.75rem}.submit-button{background-color:#17a2b8;border:none;border-radius:10px;box-shadow:0 4px 12px #17a2b84d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:1rem 1.75rem;transition:all .3s}.submit-button:hover{background-color:#138496;box-shadow:0 6px 20px #17a2b866;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.submit-status{animation:slideIn .3s ease;border-radius:8px;font-weight:500;margin-bottom:1rem;padding:1rem;text-align:center}.submit-status.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.submit-status.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submit-button:active{transform:translateY(0)}.consent-text{color:#5a6c7d;font-size:.85rem;margin:.5rem 0 0;text-align:center}.privacy-link{color:#17a2b8;font-weight:600;text-decoration:none;transition:color .3s}.privacy-link:hover{color:#138496;text-decoration:underline}@media (max-width:768px){.modal-content{border-radius:15px;padding:2rem 1.5rem}.modal-title{font-size:1.5rem;margin-bottom:2rem}.form-input{font-size:.95rem;padding:1rem 1.25rem}.submit-button{font-size:1rem;padding:1rem 1.5rem}.modal-close{font-size:1.75rem;height:35px;right:1rem;top:1rem;width:35px}}.chat-button{align-items:center;background:linear-gradient(135deg,#17a2b8,#138496);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 20px #17a2b866;color:#fff;cursor:pointer;display:flex;font-size:1.75rem;height:60px;justify-content:center;position:fixed;right:2rem;transition:all .3s ease;width:60px;z-index:9998}.chat-button:hover{box-shadow:0 6px 25px #17a2b899;transform:scale(1.1)}.chat-button.open{background:#2c3e50;display:none}.chatbot-window{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;bottom:6rem;box-shadow:0 10px 60px #00000040;display:flex;flex-direction:column;height:600px;overflow:hidden;position:fixed;right:2rem;width:440px;z-index:9997}.chatbot-header{align-items:center;background:#2c3e50;border-bottom:1px solid #ffffff1a;color:#fff;display:flex;justify-content:space-between;padding:1rem 1.25rem}.chatbot-header-content{align-items:center;display:flex;gap:.75rem}.chatbot-avatar{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;font-size:1.25rem;height:40px;justify-content:center;width:40px}.chatbot-title{font-size:1.05rem;font-weight:600;letter-spacing:.3px}.chatbot-status{align-items:center;color:#bdc3c7;display:flex;font-size:.8rem;gap:.3rem}.chatbot-status:before{animation:pulse 2s infinite;color:#2ecc71;content:"●";font-size:.6rem}.chatbot-header-actions{display:flex;gap:.5rem}.chatbot-close,.chatbot-minimize{align-items:center;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;height:32px;justify-content:center;transition:all .3s;width:32px}.chatbot-minimize{font-size:1.5rem;line-height:1;padding-bottom:3px}.chatbot-close:hover,.chatbot-minimize:hover{background:#fff3;transform:scale(1.05)}.chatbot-messages{background:#f5f7fa;display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1.5rem 1.25rem}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f1f1}.chatbot-messages::-webkit-scrollbar-thumb{background:#17a2b8;border-radius:10px}.message{animation:fadeIn .3s ease-out;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.bot{justify-content:flex-start}.message.user{justify-content:flex-end}.message-bubble{word-wrap:break-word;border-radius:12px;font-size:.95rem;line-height:1.6;max-width:80%;padding:.875rem 1.125rem}.message.bot .message-bubble{background:#fff;border:1px solid #e8eef3;border-bottom-left-radius:4px;box-shadow:0 2px 10px #00000014;color:#34495e}.message.user .message-bubble{background:#17a2b8;border-bottom-right-radius:4px;box-shadow:0 2px 10px #17a2b840;color:#fff}.options-container{animation:fadeIn .3s ease-out;display:flex;flex-wrap:wrap;gap:.625rem;margin-top:.5rem}.option-button{align-items:center;background:#fff;border:2px solid #e8eef3;border-radius:24px;box-shadow:0 2px 8px #0000000f;color:#34495e;cursor:pointer;display:flex;flex:0 1 auto;font-size:.95rem;font-weight:500;gap:.75rem;justify-content:space-between;max-width:100%;min-width:-webkit-fit-content;min-width:fit-content;padding:.875rem 1.125rem;position:relative;text-align:center;transition:all .25s}.option-button:after{color:#17a2b8;content:"✓";font-size:1.1rem;font-weight:700;opacity:0;transition:opacity .25s}.option-button:hover{background:#fff;border-color:#17a2b8;box-shadow:0 4px 16px #17a2b833;color:#17a2b8;transform:translateY(-2px)}.option-button:hover:after{opacity:1}.connect-button{background:#17a2b8;border-color:#17a2b8;color:#fff;font-weight:600}.connect-button:after{content:"";opacity:0}.connect-button:hover{background:#138496;border-color:#138496;box-shadow:0 4px 16px #17a2b859;color:#fff}.chatbot-input-area{align-items:center;background:#fff;border-top:1px solid #e8eef3;display:flex;gap:.75rem;padding:1rem 1.25rem 1.25rem}.chatbot-input{background:#f5f7fa;border:2px solid #e8eef3;border-radius:24px;flex:1 1;font-size:.95rem;outline:none;padding:.875rem 1.25rem;transition:all .3s}.chatbot-input::placeholder{color:#95a5a6}.chatbot-input:focus{background:#fff;border-color:#17a2b8;box-shadow:0 2px 8px #17a2b81a}.chatbot-send-button{align-items:center;background:#17a2b8;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:44px;justify-content:center;transition:all .3s;width:44px}.chatbot-send-button:hover{background:#138496;box-shadow:0 4px 12px #17a2b859;transform:scale(1.08)}.chatbot-send-button:active{transform:scale(.95)}@media (max-width:768px){.chatbot-window{bottom:5rem;height:550px;right:1rem;width:calc(100vw - 2rem)}.chat-button{bottom:1rem;font-size:1.5rem;height:56px;right:1rem;width:56px}.message-bubble{max-width:85%}.chatbot-input,.message-bubble,.option-button{font-size:.9rem;padding:.75rem 1rem}}@media (max-width:480px){.chatbot-window{border-radius:0;bottom:0;height:100vh;right:0;width:100vw}.chat-button{bottom:1.5rem;right:1.5rem}.chatbot-header{padding:1rem}.chatbot-title{font-size:1rem}.option-button{font-size:.85rem;padding:.7rem 1rem}}.super-admin-container{background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;min-height:100vh;padding:2rem}.admin-header{align-items:center;color:#fff;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.admin-header>div h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.admin-header>div p{font-size:1.2rem;margin:0;opacity:.9}.logout-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.logout-btn:hover{background:#fff;box-shadow:0 4px 12px #0003;color:#667eea;transform:translateY(-2px)}.admin-controls{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.admin-controls,.admin-stats{display:flex;flex-wrap:wrap;gap:1rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:flex;flex-direction:column;min-width:150px;padding:1rem 1.5rem}.stat-label{font-size:.875rem;margin-bottom:.25rem;opacity:.9}.stat-value{font-size:1.75rem;font-weight:700}.admin-actions{display:flex;gap:1rem}.export-btn,.page-btn,.refresh-btn,.retry-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.refresh-btn{background:#667eea;color:#fff}.refresh-btn:hover{background:#5568d3;transform:translateY(-2px)}.export-btn{background:#48bb78;color:#fff}.export-btn:hover:not(:disabled){background:#38a169;transform:translateY(-2px)}.export-btn:disabled{background:#cbd5e0;cursor:not-allowed}.retry-btn{background:#f56565;color:#fff}.retry-btn:hover{background:#e53e3e}.empty-state,.error-state,.loading-state{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:3rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 1rem;width:50px}.error-state p{color:#f56565;font-size:1.2rem;margin-bottom:1rem}.empty-state p{color:#718096;font-size:1.2rem}.table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;overflow:hidden;overflow-x:auto}.admin-table{border-collapse:collapse;min-width:1800px;width:100%}.admin-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.admin-table th{font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:1rem;text-align:left;text-transform:uppercase}.admin-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.admin-table th.sortable:hover{background:#ffffff1a}.admin-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.admin-table tbody tr:hover{background-color:#f7fafc}.admin-table td{color:#2d3748;font-size:.9rem;padding:1rem}.service-cell{cursor:help;max-width:400px;min-width:250px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.service-cell:hover{background-color:#edf2f7;color:#667eea;font-weight:600}.source-badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.source-badge.chatbot{background:#bee3f8;color:#2c5282}.source-badge.contact_modal{background:#c6f6d5;color:#22543d}.pagination{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;gap:1rem;justify-content:center;padding:1.5rem}.page-btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.page-btn:hover:not(:disabled){background:#5568d3;transform:translateY(-2px)}.page-btn:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.page-info{color:#2d3748;font-weight:600;min-width:150px;text-align:center}.toggle-btn{border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;min-width:80px;padding:.5rem 1rem;transition:all .2s ease}.toggle-btn.yes{background:#48bb78;color:#fff}.toggle-btn.yes:hover{background:#38a169;transform:translateY(-1px)}.toggle-btn.no{background:#cbd5e0;color:#2d3748}.toggle-btn.no:hover{background:#a0aec0;transform:translateY(-1px)}.delete-btn{background:#f56565;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.delete-btn:hover{background:#e53e3e;box-shadow:0 2px 8px #f565654d;transform:translateY(-1px)}.status-select{background:#fff;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;min-width:120px;padding:.5rem;transition:all .2s ease}.status-select:hover{border-color:#667eea}.status-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.status-select.status-pending{background:#fffaf0;border-color:#f6ad55;color:#c05621}.status-select.status-accepted{background:#f0fff4;border-color:#48bb78;color:#22543d}.status-select.status-rejected{background:#fff5f5;border-color:#f56565;color:#c53030}.deleted-row{background-color:#fff5f5!important;opacity:.7}.deleted-row:hover{background-color:#fed7d7!important}.deleted-row td{color:#718096;text-decoration:line-through}.deleted-badge{background:#fc8181;border-radius:6px;color:#fff;display:inline-block;font-size:.85rem;font-weight:700;padding:.5rem 1rem;text-decoration:none!important}.not-deleted{color:#a0aec0;font-size:1.2rem}.delete-btn:disabled,.status-select:disabled,.toggle-btn:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.delete-btn:disabled:hover,.toggle-btn:disabled:hover{box-shadow:none;transform:none}@media (max-width:768px){.super-admin-container{padding:1rem}.admin-header h1{font-size:1.75rem}.admin-controls{align-items:stretch;flex-direction:column}.admin-stats{justify-content:space-between;width:100%}.stat-card{flex:1 1;min-width:auto}.admin-actions{justify-content:stretch;width:100%}.export-btn,.refresh-btn{flex:1 1}.pagination{flex-wrap:wrap;gap:.5rem}.page-btn{font-size:.8rem;padding:.5rem .75rem}.delete-btn,.status-select,.toggle-btn{font-size:.75rem;min-width:70px;padding:.4rem .75rem}}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;justify-content:center;min-height:100vh;padding:1rem}.login-box{animation:slideUp .4s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:450px;padding:3rem;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{margin-bottom:2rem;text-align:center}.lock-icon{animation:pulse 2s ease-in-out infinite;font-size:3rem;margin-bottom:1rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.login-header h1{color:#2d3748;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.login-header p{color:#718096;font-size:.95rem;margin:0}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-error{align-items:center;animation:shake .5s ease-in-out;background:#fed7d7;border-radius:8px;color:#c53030;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:1rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.login-input-group{display:flex;flex-direction:column;gap:.5rem}.login-input-group label{color:#2d3748;font-size:.9rem;font-weight:600}.login-input-group input{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease}.login-input-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.login-input-group input:disabled{background:#f7fafc;cursor:not-allowed}.login-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:1rem;transition:all .3s ease}.login-button:hover:not(:disabled){box-shadow:0 10px 25px #667eea66;transform:translateY(-2px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.login-spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.login-footer{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem;text-align:center}.login-footer p{color:#718096;font-size:.85rem;margin:0}@media (max-width:480px){.login-box{padding:2rem 1.5rem}.login-header h1{font-size:1.5rem}.lock-icon{font-size:2.5rem}}
/*# sourceMappingURL=main.cb7e18b3.css.map*/