.chatbot-toggle-wrapper{position:fixed;bottom:120px;right:50px;z-index:99;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.chatbot-invite{background:#fff;color:#021e36;padding:12px 16px;border-radius:12px;box-shadow:0 4px 20px #021e3633;font-size:14px;display:flex;align-items:center;gap:10px;cursor:pointer;animation:bounceIn .5s ease,pulse 2s infinite 1s;max-width:280px;transition:all .3s ease;border-left:3px solid #D0A358}.chatbot-invite:hover{transform:scale(1.02);box-shadow:0 6px 25px #021e3640}.chatbot-invite span{flex:1;line-height:1.4}.chatbot-invite-close{background:none;border:none;color:#6c6c6c;font-size:18px;cursor:pointer;padding:0 4px;line-height:1;transition:color .2s ease}.chatbot-invite-close:hover{color:#021e36}.chatbot-invite-hidden{opacity:0;visibility:hidden;transform:translateY(10px) scale(.9);pointer-events:none}@keyframes bounceIn{0%{opacity:0;transform:translateY(20px) scale(.8)}50%{transform:translateY(-5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{box-shadow:0 4px 20px #021e3633}50%{box-shadow:0 4px 25px #d0a35866}}.chatbot-toggle{position:relative;width:56px;height:56px;border-radius:50%;background:var(--linear-gradient-1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px #021e3666;transition:all .3s ease}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px #021e3680;background:var(--linear-gradient-1)}.chatbot-toggle-active{background:var(--linear-gradient-1)}.chatbot-container{position:fixed;bottom:170px;right:50px;width:380px;max-width:calc(100vw - 40px);height:500px;max-height:calc(100vh - 200px);background:#fff;border-radius:16px;box-shadow:0 10px 40px #021e3633;display:flex;flex-direction:column;overflow:hidden;z-index:100;transition:all .3s ease;transform-origin:bottom right}.chatbot-hidden{opacity:0;visibility:hidden;transform:scale(.8);pointer-events:none}.chatbot-header{background:var(--linear-gradient-1);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.chatbot-header-info{display:flex;align-items:center;gap:12px}.chatbot-avatar{width:40px;height:40px;background:var(--main-color-1);display:flex;align-items:center;justify-content:center;border-radius:100%;overflow:hidden}.chatbot-avatar img{width:100%;height:100%;object-fit:cover}.chatbot-header-text{display:flex;flex-direction:column}.chatbot-title{font-weight:600;font-size:15px}.chatbot-status{font-size:12px;opacity:.85}.chatbot-close{background:#fff3;border:none;border-radius:8px;padding:8px;cursor:pointer;color:#fff;transition:background .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.chatbot-close:hover{background:#ffffff4d}.chatbot-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#f8f9fa}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#d0a358;border-radius:3px}.chat-message{max-width:85%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message-user{align-self:flex-end;background:var(--linear-gradient-1);color:#fff;border-bottom-right-radius:4px}.chat-message-bot{align-self:flex-start;background:#fff;color:#343434;border-bottom-left-radius:4px;box-shadow:0 2px 8px #021e3614}.chat-message-content{display:block;word-wrap:break-word}.chat-message-bot .chat-heading{display:block;color:#021e36;font-size:14px;margin:8px 0 4px}.chat-message-bot .chat-link{color:#d0a358;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s ease}.chat-message-bot .chat-link:hover{border-bottom-color:#d0a358;color:#b69d74}.chat-message-bot .chat-list{margin:8px 0;padding-left:20px;list-style-type:none}.chat-message-bot .chat-list li{position:relative;margin:4px 0;padding-left:8px;color:#343434}.chat-message-bot .chat-list li:before{content:"•";color:#d0a358;font-weight:700;position:absolute;left:-12px}.chat-message-bot strong{color:#021e36}.chat-message-bot em{font-style:italic;color:#343434}.chat-message-bot,.chat-message-bot *{color:#343434}.chat-message-bot strong,.chat-message-bot .chat-heading{color:#021e36}.chat-message-bot .chat-link{color:#d0a358}.typing-indicator{display:flex;align-items:center;gap:4px;padding:16px 20px}.typing-dot{width:8px;height:8px;background:#d0a358;border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chatbot-input-container{padding:16px;background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:12px;align-items:center}.chatbot-input{flex:1;padding:12px 16px;border:1px solid #e5e7eb;border-radius:24px;font-size:16px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;appearance:none}.chatbot-input:focus{border-color:#d0a358;box-shadow:0 0 0 3px #d0a35826}.chatbot-input::placeholder{color:#9ca3af}.chatbot-input:disabled{background:#f3f4f6;cursor:not-allowed}.chatbot-send{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;background:var(--linear-gradient-1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none}.chatbot-send:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #021e364d;background:linear-gradient(120deg,#b69d74,#033a5b 70%)}.chatbot-send:active:not(:disabled){transform:scale(.95)}.chatbot-send:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.chatbot-toggle-wrapper{bottom:90px;right:20px}.chatbot-toggle{width:50px;height:50px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.chatbot-invite{max-width:220px;font-size:13px;padding:10px 14px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.chatbot-container{bottom:0;right:0;width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.chatbot-hidden{transform:translateY(100%)}.chatbot-footer{padding:8px 16px}}.chatbot-footer{background:#f8f9fa;padding:12px 16px;border-top:1px solid #e5e7eb}.chatbot-disclaimer{font-size:11px;color:#555;text-align:center;margin-bottom:10px;padding:8px 10px;background:#ffc1071f;border-radius:6px;line-height:1.4;display:flex;align-items:flex-start;gap:6px}.chatbot-disclaimer .warning-icon{font-size:14px;flex-shrink:0}.chatbot-branding{text-align:center}.chatbot-branding p{font-size:11px;color:#6c6c6c;margin:2px 0;line-height:1.4}.chatbot-branding a{color:var(--accent-color-1);text-decoration:none;font-size:var(--text-size-1-m);transition:color .2s ease}.chatbot-branding a:hover{color:#049;text-decoration:underline}.chatbot-branding strong{font-weight:600}.hero-section.base-style-section{background-image:url(/img/hero-section-bg.png);background-repeat:no-repeat;background-size:cover;background-position:center;padding:13rem 0 3rem}.hero-section .box{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.hero-section .content{width:100%;max-width:750px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;z-index:1}.hero-section .content h1{color:var(--accent-color-2)}.hero-section .content h1 span:first-child{color:var(--accent-color-3)}.hero-section .content h1 span:last-child{color:var(--accent-color-2)}.hero-section .content .wrapper:first-of-type{gap:0}.hero-section .content .wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem}.hero-section .buttons-border-box{width:fit-content;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.hero-section .button-border-box{display:flex;flex-direction:row;justify-content:center;align-items:center;border:var(--text-color-white-2) solid 1px;border-radius:var(--border-radius-1)}.hero-section .button-border-box:hover{background-color:#ffffff59}.hero-section .button-border-box .box-1{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:5.5rem;border:var(--text-color-white-2) solid 1px;border-radius:var(--border-radius-1);padding:0 1rem}.hero-section .button-border-box .box-1 img{width:50px}.hero-section .button-border-box .box-2{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 1rem}.hero-section picture{width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-section picture img{width:100%;object-fit:cover;object-position:center}.hero-section .cards{margin-top:3rem;position:relative;justify-content:space-between;gap:2rem}.hero-section .cards .card{width:100%;max-width:450px;display:flex;flex-direction:row;justify-content:center;align-items:center}.hero-section .cards .card .icon-box{width:100%;max-width:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4.1rem 5rem 4.1rem 3.5rem;background-image:url(/img/icons/hero-section-cards-icons/card-bg-border.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.hero-section .cards .card .text-box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-left:-2rem}@media screen and (min-width: 0px) and (max-width: 700px){.hero-section{padding:9rem 0 0}.hero-section .box{flex-wrap:wrap}}@media screen and (min-width: 0px) and (max-width: 990px){.hero-section.base-style-section{background-image:url(/img/hero-section-bg-m.png)}.hero-section .cards{flex-wrap:wrap;gap:0}}.por-que-escogernos-section .box{gap:3rem}.por-que-escogernos-section .box .content{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.por-que-escogernos-section .box .content .title-1{width:100%}.por-que-escogernos-section .box .content .wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem}.por-que-escogernos-section .box .img{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;border-radius:var(--card-border-radius-1)}.por-que-escogernos-section .box .img img{max-height:27rem;object-position:top}.por-que-escogernos-section .box .content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:3rem}.por-que-escogernos-section .box .content .cards{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border:var(--accent-color-1) solid 1px;border-radius:var(--border-radius-1);gap:2rem;padding:2rem}.por-que-escogernos-section .box .content .cards .card{width:100%;max-width:320px;min-height:290px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-right:2rem;border-right:var(--accent-color-1) solid 1px;gap:1rem}.por-que-escogernos-section .box .content .cards .card:last-of-type{border-right:none}.por-que-escogernos-section .box .content .cards .card h3{line-height:var(--title-height-1)}@media screen and (min-width: 0px) and (max-width: 1050px){.por-que-escogernos-section .box :nth-child(1){flex-wrap:wrap}.por-que-escogernos-section .box .content{align-items:center}.por-que-escogernos-section .box .content .cards{max-width:700px;flex-wrap:wrap;justify-content:flex-start}.por-que-escogernos-section .box .content .cards .card{max-width:100%;border-right:none;border-bottom:var(--accent-color-1) solid 1px;padding-bottom:2rem}}.blog-section{background-color:var(--background-color-gray-2)}.blog-section .box{gap:5rem}.blog-section .box>.wrapper{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}.blog-section .box .title-1{width:70%;max-width:750px}.blog-section .box .button-2{width:fit-content}.blog-section .box .cards{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:3rem}.blog-section .box .cards .blog-card{max-width:650px}@media screen and (min-width: 0px) and (max-width: 650px){.blog-section .box .wrapper{flex-wrap:wrap;gap:2rem}.blog-section .box .wrapper .title-1{width:100%;max-width:fit-content}}@media screen and (max-width: 1050px){.blog-section .box .title-1{align-items:flex-start;text-align:start}.blog-section .box .cards{flex-wrap:wrap;justify-content:flex-start}}@media screen and (min-width: 0px) and (max-width: 990px){.blog-section .box .cards .blog-card{width:100%;max-width:700px}}.blog-card{width:100%;max-width:430px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;overflow:hidden;transition:ease .3s;background-color:var(--background-color-white-1);border-radius:var(--border-radius-1)}.blog-card:hover{transform:translateY(-2%)}.blog-card .content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem;gap:1rem}.blog-card .content h3{line-height:var(--title-height-3)}.blog-card .content .button-2 p{color:var(--accent-color-1)}
