.compliers-bot-button{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#07c,#0b3a7a);border:none;box-shadow:0 4px 12px rgba(0,119,204,.4),0 8px 24px rgba(0,119,204,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:9998;transition:all .3s cubic-bezier(.4,0,.2,1);animation:pulse 2s infinite}.compliers-bot-button:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,119,204,.5),0 12px 32px rgba(0,119,204,.3)}.compliers-bot-button:focus{outline:none;box-shadow:0 6px 16px rgba(0,119,204,.5),0 12px 32px rgba(0,119,204,.3),0 0 0 3px rgba(0,119,204,.2)}.compliers-bot-button:active{transform:scale(.95)}@keyframes pulse{0%,to{box-shadow:0 4px 12px rgba(0,119,204,.4),0 8px 24px rgba(0,119,204,.2)}50%{box-shadow:0 4px 12px rgba(0,119,204,.6),0 8px 24px rgba(0,119,204,.4),0 0 0 8px rgba(0,119,204,.1)}}.compliers-bot-container{position:fixed;bottom:24px;right:24px;width:380px;max-width:calc(100vw - 48px);height:600px;max-height:calc(100vh - 48px);background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08);display:flex;flex-direction:column;z-index:9999;animation:slideInUp .3s cubic-bezier(.4,0,.2,1);overflow:hidden}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.compliers-bot-header{background:linear-gradient(135deg,#07c,#0b3a7a);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-radius:16px 16px 0 0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.compliers-bot-header-content{display:flex;align-items:center;gap:12px}.compliers-bot-avatar{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.compliers-bot-header-text h3{margin:0;font-size:16px;font-weight:600;line-height:1.2}.compliers-bot-header-text p{margin:2px 0 0;font-size:12px;opacity:.9;line-height:1.2}.compliers-bot-close{background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.compliers-bot-close:hover{background:hsla(0,0%,100%,.1)}.compliers-bot-close:focus{outline:none;background:hsla(0,0%,100%,.2)}.compliers-bot-messages{flex:1 1;overflow-y:auto;padding:20px;background:#f8f9fa;display:flex;flex-direction:column;gap:12px}.compliers-bot-messages::-webkit-scrollbar{width:6px}.compliers-bot-messages::-webkit-scrollbar-track{background:transparent}.compliers-bot-messages::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.compliers-bot-messages::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.compliers-bot-message{display:flex;animation:messageSlideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.compliers-bot-message-bot{justify-content:flex-start}.compliers-bot-message-user{justify-content:flex-end}.compliers-bot-message-content{max-width:75%;padding:12px 16px;border-radius:16px;line-height:1.5;word-wrap:break-word}.compliers-bot-message-bot .compliers-bot-message-content{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.compliers-bot-message-user .compliers-bot-message-content{background:linear-gradient(135deg,#07c,#0b3a7a);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 4px rgba(0,119,204,.2)}.compliers-bot-options{display:flex;flex-direction:column;gap:8px;margin-top:8px;animation:messageSlideIn .3s cubic-bezier(.4,0,.2,1)}.compliers-bot-option-button{background:#fff;border:2px solid #e0e7ff;color:#07c;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;text-align:left;width:100%;box-shadow:0 1px 3px rgba(0,0,0,.05)}.compliers-bot-option-button:hover{background:#e0e7ff;border-color:#07c;transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,119,204,.15)}.compliers-bot-option-button:focus{outline:none;border-color:#07c;box-shadow:0 0 0 3px rgba(0,119,204,.1)}.compliers-bot-option-button:active{transform:translateY(0)}.compliers-bot-option-primary{background:linear-gradient(135deg,#07c,#0b3a7a);color:#fff;border-color:#07c}.compliers-bot-option-primary:hover{background:linear-gradient(135deg,#005fa3,#092d5e);transform:translateY(-1px)}.compliers-bot-option-secondary{background:#e0e7ff;color:#0b3a7a;border-color:#0b3a7a}.compliers-bot-option-secondary:hover{background:#d0d9f7;border-color:#092d5e}.compliers-bot-option-tertiary{background:#f8f9fa;color:#666;border-color:#ddd}.compliers-bot-option-tertiary:hover{background:#e9ecef;border-color:#999}.compliers-bot-input-container{display:flex;align-items:center;gap:8px;padding:16px 20px;background:#fff;border-top:1px solid #e5e7eb;border-radius:0 0 16px 16px}.compliers-bot-input{flex:1 1;border:2px solid #e5e7eb;border-radius:24px;padding:10px 16px;font-size:14px;font-family:inherit;transition:border-color .2s}.compliers-bot-input:focus{outline:none;border-color:#07c;box-shadow:0 0 0 3px rgba(0,119,204,.1)}.compliers-bot-input::placeholder{color:#999}.compliers-bot-send{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#07c,#0b3a7a);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.compliers-bot-send:hover{transform:scale(1.05);box-shadow:0 2px 8px rgba(0,119,204,.3)}.compliers-bot-send:focus{outline:none;box-shadow:0 0 0 3px rgba(0,119,204,.2)}.compliers-bot-send:active{transform:scale(.95)}.compliers-bot-send:disabled{opacity:.5;cursor:not-allowed}.compliers-bot-send:disabled:hover{transform:scale(1);box-shadow:none}@media (max-width:480px){.compliers-bot-button{bottom:16px;right:16px;width:56px;height:56px}.compliers-bot-container{bottom:0;right:0;left:0;width:100%;height:100vh;max-height:100vh;border-radius:0;max-width:100vw}.compliers-bot-header,.compliers-bot-input-container{border-radius:0}.compliers-bot-message-content{max-width:85%}}@media (min-width:481px) and (max-width:768px){.compliers-bot-container{width:360px;height:550px}}@media (prefers-reduced-motion:reduce){.compliers-bot-button,.compliers-bot-container,.compliers-bot-message,.compliers-bot-option-button,.compliers-bot-options,.compliers-bot-send{animation:none;transition:none}}.disclosure-banner{position:fixed;top:0;left:0;width:100%;background-color:#0b3a7a;color:#fff;z-index:1001;box-shadow:0 2px 8px rgba(0,0,0,.2)}.disclosure-banner-content{max-width:1100px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.disclosure-banner-text{flex:1 1;margin:0;font-size:.95rem;line-height:1.6;min-width:250px}.disclosure-banner-button{flex-shrink:0;padding:.65rem 1.5rem;background-color:#fff;color:#0b3a7a;border:none;border-radius:5px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.disclosure-banner-button:focus,.disclosure-banner-button:hover{background-color:#e0e7ff;transform:translateY(-1px);outline:2px solid #fff;outline-offset:2px}.disclosure-banner-button:active{transform:translateY(0)}@media (max-width:768px){.disclosure-banner-content{flex-direction:column;align-items:flex-start;padding:1rem;gap:1rem}.disclosure-banner-text{font-size:.9rem}.disclosure-banner-button{width:100%;text-align:center}}.about-section{margin:3rem 0 2.5rem;padding:2.5rem 0}.about-section.no-bg{background:none;box-shadow:none}.about-container{margin-left:25%;margin-right:25%;padding-left:0;padding-right:0}.about-section h2{text-align:center;font-size:2.1rem;margin-bottom:2rem;color:#0b3a7a;font-weight:700}.about-section p{max-width:800px;margin:0 auto 1.5rem;font-size:1.13rem;line-height:1.8;color:#222;text-align:center}.about-section p:last-child{margin-bottom:0}@media (max-width:600px){.about-section{padding:1.2rem .2rem;border-radius:10px}.about-container{margin-left:.5rem;margin-right:.5rem}.about-section h2{font-size:1.3rem;margin-bottom:1.1rem}.about-section p{font-size:1rem;margin-bottom:1rem}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Montserrat,sans-serif;line-height:1.6;color:#333}.site-content{display:block}.container{width:90%;max-width:1100px;margin:0 auto;padding:2rem 0}nav{position:fixed;top:0;width:100%;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:1000}nav .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}nav .logo a{font-size:1.5rem;font-weight:700;color:#3a3a3a;text-decoration:none}nav .nav-links{list-style:none;display:flex;gap:1.5rem}nav .nav-links a{text-decoration:none;color:#3a3a3a;font-weight:600;transition:color .3s ease}nav .nav-links a:hover{color:#07c}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:30px;height:3px;background-color:#3a3a3a;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:first-child{transform:rotate(45deg) translate(7px,7px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}#hero{min-height:100vh;background:linear-gradient(120deg,#e0e7ff,#f5f5f5);display:flex;justify-content:center;align-items:center;text-align:center;padding:8rem 1rem 4rem}#hero .hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#3a3a3a}#hero .hero-content p{font-size:1.1rem;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto;color:#555}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:#07c;color:#fff;border:none;border-radius:5px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.btn:hover{background-color:#005fa3}.btn-secondary{background-color:#f0f0f0;color:#07c}.btn-secondary:hover{background-color:#e0e7ff}section{padding:4rem 0}section h2{text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:700;color:#3a3a3a}.services-description{max-width:650px;margin:0 auto 3rem;text-align:center;color:#555}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.service{background-color:#f8f8f8;border-radius:8px;padding:2rem;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.05)}.service-icon{font-size:2.5rem;color:#07c;margin-bottom:1rem}.service h3{margin-bottom:.5rem;font-size:1.5rem;color:#3a3a3a}.service p{font-size:1rem;color:#555}.contact-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.contact-header-row h2{margin:0;text-align:left}.whatsapp-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#25d366;color:#fff;text-decoration:none;font-weight:600;border-radius:5px;transition:background-color .3s ease;font-size:1rem}.whatsapp-link:hover{background-color:#20ba5a}.whatsapp-link i{font-size:1.5rem}@media (max-width:768px){.contact-header-row{flex-direction:column;align-items:flex-start;gap:1.5rem}.contact-header-row h2{font-size:1.5rem}.whatsapp-link{align-self:flex-start}}#contact form{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin:0 auto}#contact input[type=email],#contact input[type=text],#contact textarea{padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;resize:vertical}#contact textarea{min-height:150px}#contact button.btn{align-self:flex-start}.site-footer{background-color:#f1f1f1;color:#000;padding:1.5rem 0 0;text-align:center;border-top:1px solid #e0e0e0}.blogPostShell{max-width:820px;margin:6.5rem auto 4rem;padding:0 1.5rem 3rem}.back-to-blogs-link{display:inline-flex;align-items:center;gap:.25rem;color:#07c;text-decoration:none;font-weight:600;font-size:1rem;margin-bottom:1.5rem;transition:color .2s ease,transform .2s ease}.back-to-blogs-link:focus,.back-to-blogs-link:hover{color:#005fa3;text-decoration:underline}.back-to-blogs-link:focus span,.back-to-blogs-link:hover span{transform:translateX(-2px)}.back-to-blogs-link span{display:inline-block;transition:transform .2s ease}.blogPostShell header>h1{margin-bottom:2.2rem;text-align:left}.blogPostExcerpt{font-style:italic;color:#555;margin-top:1.2rem;margin-bottom:.7rem;font-size:1.08rem}.blogPostShell h1,.blogPostShell h2,.blogPostShell h3,.blogPostShell h4,.blogPostShell h5,.blogPostShell h6{text-align:left;margin-top:2.2rem;margin-bottom:1.1rem;font-weight:700;line-height:1.2}.blogPostShell h1{font-size:2.2rem}.blogPostShell h2{font-size:1.6rem}.blogPostShell h3{font-size:1.25rem}.blogPostShell h4{font-size:1.1rem}.blogPostShell h5,.blogPostShell h6{font-size:1rem}@media (max-width:600px){.blogPostShell h1{font-size:1.5rem}.blogPostShell h2{font-size:1.2rem}.blogPostShell h3{font-size:1.05rem}}.blogPostShell ol,.blogPostShell p,.blogPostShell ul{text-align:left;margin-bottom:1.2rem;font-size:1.08rem;line-height:1.7}.blogPostShell ol,.blogPostShell ul{padding-left:1.5rem}.blogPostMeta{background:#e5efff;border-radius:0 0 18px 18px;padding:1.1rem 2rem;margin-bottom:2.2rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem 2.2rem;font-size:1rem;font-weight:500;color:#0b3a7a;box-shadow:0 2px 8px rgba(0,0,0,.03)}@media (min-width:768px){.blogPostShell{margin-top:7.5rem;padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){.blogPostShell{margin-top:8.5rem;padding-left:0;padding-right:0}}.site-footer .footer-copy{margin-top:1rem;padding:.75rem 0 1.5rem;font-weight:400;color:#000}.contact-wrapper{display:flex;flex-wrap:wrap;gap:2rem}.contact-form,.contact-info{flex:1 1}.contact-info ul{list-style:none;padding:0}.contact-info li{margin-bottom:1rem}.container.footer-content{display:flex;justify-content:center;padding:0;flex-wrap:wrap}.footer-nav{display:flex;gap:1.5rem;list-style:none;flex-wrap:wrap}.footer-nav a{color:#000;text-decoration:none;font-weight:600}.footer-nav a:hover{text-decoration:underline}.hero-line1,.hero-line2{display:block}.highlight{background-color:#000;color:#fff;font-weight:700;padding:.3rem .6rem;border-radius:4px}.hero-buttons{display:flex;justify-content:center;align-items:center;gap:1.8rem;margin-top:2rem;flex-wrap:wrap}.hero-buttons .btn{flex-shrink:0}.legal-page{padding:7rem 0 4rem}.legal-page .container{padding-top:0}.legal-page h1{margin-bottom:1.5rem;text-align:center}.blogPage{padding:7rem 0 4rem}.blogPageTitle{font-size:2.5rem;text-align:center;margin-bottom:1.5rem;color:#3a3a3a}@media (max-width:768px){.hamburger{display:flex}nav .nav-links{position:absolute;top:100%;left:0;width:100%;background-color:#fff;flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,box-shadow .3s ease;box-shadow:none}nav .nav-links.mobile-open{max-height:400px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:1rem 0}nav .nav-links li{width:100%;text-align:center;padding:.75rem 0}nav .nav-links a{display:block;width:100%}#hero{padding:6rem 1rem 3rem}.services-grid{grid-template-columns:1fr}.footer-nav{flex-direction:column;align-items:center;gap:.5rem}}@media (min-width:769px) and (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}.articles-page{padding:4rem 0}.articles-page h1{text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:700;color:#3a3a3a}.articles-intro{max-width:650px;margin:0 auto 3rem;text-align:center;color:#555}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.article-card{background-color:#f8f8f8;border-radius:8px;padding:2rem;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.05)}.article-card-icon{font-size:2rem;color:#07c;margin-bottom:1rem}.article-card h2{margin-bottom:.5rem;font-size:1.5rem;color:#3a3a3a}.article-card p{font-size:1rem;color:#555}@media (max-width:768px){.articles-grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.articles-grid{grid-template-columns:repeat(2,1fr)}}