.kiria__navbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 6rem;position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(4,12,24,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.kiria__navbar-links{flex:1;display:flex;align-items:center;justify-content:flex-start}.kiria__navbar-links_logo{margin-right:2rem;display:flex;align-items:center}.kiria__navbar-links_logo img{max-width:210px;height:auto;transition:all .3s ease}.kiria__navbar-links_logo h1{font-size:1.5rem;font-weight:600;cursor:pointer;letter-spacing:.5em}.kiria__navbar-links_container{display:flex;flex-direction:row}.kiria__navbar-sign{display:flex;justify-content:flex-end;align-items:center}.kiria__navbar-links_container p,.kiria__navbar-menu_container p,.kiria__navbar-sign p{color:#fff;font-family:var(--font-family);font-weight:500;font-size:18px;line-height:25px;text-transform:capitalize;margin:0 1rem;cursor:pointer}.kiria__navbar-links_container p a,.kiria__navbar-menu_container p a{color:#fff;text-decoration:none;transition:all .3s ease;cursor:pointer}.kiria__navbar-links_container p a:hover,.kiria__navbar-menu_container p a:hover{color:var(--color-subtext)}.kiria__navbar-menu_container button,.kiria__navbar-sign button{padding:.5rem 1rem;color:#fff;background:var(--gradient-bar);font-family:var(--font-family);border-radius:5px;font-weight:500;font-size:18px;line-height:25px;border:none;outline:none;cursor:pointer;transition:all .3s ease}.kiria__navbar-menu_container button:hover,.kiria__navbar-sign button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(174,103,250,.3)}.kiria__navbar-menu{margin-left:1rem;display:none;position:relative}.kiria__navbar-menu svg{cursor:pointer}.kiria__navbar-menu_container{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;text-align:end;background-color:var(--color-footer);padding:2rem;position:absolute;top:40px;right:0;margin-top:1rem;min-width:210px;border-radius:5px;box-shadow:0 0 5 rgba(0,0,0,.2)}.kiria__navbar-menu_container p{margin:1rem 0}.kiria__navbar-menu_container-links-sign{display:none}@media screen and (max-width:1050px){.kiria__navbar-links_container{display:none}.kiria__navbar-menu{display:flex}}@media screen and (max-width:700px){.kiria__navbar{padding:1rem 4rem}.kiria__navbar-links{justify-content:center}.kiria__navbar-links_logo{margin-right:0}.kiria__navbar-links_logo img{max-width:180px}}@media screen and (max-width:550px){.kiria__navbar{padding:1.2rem}.kiria__navbar-links{justify-content:center}.kiria__navbar-links_logo{margin:0 auto}.kiria__navbar-links_logo img{max-width:160px}.kiria__navbar-sign{display:none}.kiria__navbar-menu_container{top:20px}.kiria__navbar-menu_container-links-sign{display:block}}.kiria__header{display:flex;flex-direction:column;min-height:calc(100vh - 100px);position:relative;padding:20px 0 0;overflow:hidden}.kiria__header-background{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:1}.kiria__header:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.6));z-index:2}.kiria__header-content{position:relative;z-index:3;flex:1;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;gap:.5rem}.kiria__header-title{font-weight:800;font-size:36px;line-height:1.3;letter-spacing:-.04em;margin-bottom:.5rem;max-width:800px;color:white;text-shadow:0 2px 4px rgba(0,0,0,.3);margin-top:none!important}.kiria__header-description,.kiria__header-title{font-family:var(--font-family);text-align:center}.kiria__header-description{font-weight:400;font-size:16px;line-height:1.6;color:rgba(255,255,255,.9);margin-bottom:none!important;max-width:700px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.kiria__header-content__input{width:100%;display:flex;justify-content:center;padding:0;z-index:4;margin:0;margin-top:1%!important;margin-bottom:2%!important}.kiria__header-content__input button{max-width:400px;width:100%;min-height:50px;font-family:var(--font-family);font-weight:600;font-size:18px;line-height:28px;background:var(--gradient-bar);border:none;padding:0 2rem;color:#fff;cursor:pointer;outline:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.kiria__header-content__input button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(174,103,250,.4)}.kiria__header-content__people{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;margin-top:2rem}.kiria__header-content__people p{margin:0 0 0 1rem;font-family:var(--font-family);font-weight:500;font-size:12px;line-height:38px;color:#fff;text-align:center}.kiria__header-image{flex:1;display:flex;justify-content:center;align-items:center}.kiria__header-image img{width:100%;height:auto;max-width:600px}.kiria__header-chat{width:100%;max-width:800px;margin:1% 0 0!important;flex-grow:0;display:flex;flex-direction:column;position:relative;z-index:3}.chat-container{backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2)}@media screen and (max-width:768px){.kiria__header-chat{margin:1.5rem 0;min-height:500px}.chat-container{min-height:500px}.kiria__header-content__input{position:fixed;bottom:0;left:0;right:0;background:rgba(4,12,24,.9);backdrop-filter:blur(10px);padding:1rem;margin:0!important;z-index:1000}.kiria__header-content__input button{margin:0 auto;width:100%;max-width:90%}}@media screen and (max-width:480px){.kiria__header-chat{margin:1rem 0;min-height:550px}.chat-container{min-height:550px}}@media screen and (max-width:1050px){.kiria__header{padding:30px 0 0}.kiria__header-content{padding:0 1rem}.kiria__header-title{font-size:32px;margin-bottom:1rem}.kiria__header-description{font-size:16px;margin:0 auto 1.5rem}}@media screen and (max-width:650px){.kiria__header-title{font-size:28px;line-height:1.3}.kiria__header-description{font-size:14px;line-height:1.5}.kiria__header-content__input button{font-size:16px;line-height:24px;padding-top:none!important;padding-bottom:none!important;margin-bottom:none!important}}@media screen and (max-width:490px){.kiria__header-title{font-size:24px}.kiria__header-description{font-size:14px}.kiria__header-content__input button{font-size:14px;line-height:24px}}.chat-container{display:flex;flex-direction:column;height:100%;min-height:450px;max-height:600px;background:rgba(255,255,255,.05);border-radius:12px;padding:1rem;box-shadow:0 8px 32px 0 rgba(31,38,135,.1);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);color:white}.chat-messages{flex-grow:1;overflow-y:auto;margin-bottom:1rem;padding-right:.5rem;min-height:350px;max-height:calc(100% - 70px);scrollbar-width:thin;scrollbar-color:var(--gradient-bar) rgba(255,255,255,.1)}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:var(--gradient-bar);border-radius:3px}.chat-placeholder{text-align:center;color:rgba(255,255,255,.7);padding:2rem 1rem}.chat-message{margin-bottom:1rem;display:flex;flex-direction:column}.chat-message.user{align-items:flex-end}.chat-message.assistant{align-items:flex-start}.message-content{max-width:80%;padding:.75rem 1rem;border-radius:12px;font-size:.95rem;line-height:1.4}.user .message-content{background:var(--gradient-bar);color:white}.assistant .message-content{background:rgba(255,255,255,.1);color:white}.assistant .message-content :where(p,ul,ol,li,h1,h2,h3,h4,h5,h6){color:white;margin-bottom:.5em}.assistant .message-content :where(p,ul,ol):last-child{margin-bottom:0}.assistant .message-content ul{list-style-type:disc;padding-left:1.5em}.assistant .message-content ol{list-style-type:decimal;padding-left:1.5em}.assistant .message-content code{background:rgba(255,255,255,.1);padding:.2em .4em;border-radius:4px;font-size:.9em;color:white}.assistant .message-content pre{background:rgba(255,255,255,.1);padding:1em;border-radius:8px;overflow-x:auto;margin:.5em 0;color:white}.assistant .message-content pre code{color:white}.assistant .message-content a{color:#ae67fa;text-decoration:underline}.assistant .message-content a:hover{color:#f49867}.message-content.loading{display:flex;gap:.3rem;padding:.5rem 1rem}.message-content.loading span{width:5px;height:5px;background:rgba(255,255,255,.5);border-radius:50%;animation:loading 1s infinite}.message-content.loading span:nth-child(2){animation-delay:.2s}.message-content.loading span:nth-child(3){animation-delay:.4s}.chat-input-container{display:flex;gap:.5rem;margin-top:auto}.chat-input-container input{flex-grow:1;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem 1rem;color:white;font-size:.95rem}.chat-input-container input:focus{outline:none;border-color:rgba(255,255,255,.4)}.chat-input-container input::placeholder{color:rgba(255,255,255,.5)}.chat-input-container button{background:var(--gradient-bar);border:none;border-radius:8px;padding:.75rem 1.5rem;color:white;font-weight:600;cursor:pointer;transition:all .3s ease}.chat-input-container button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(174,103,250,.3)}.chat-input-container button:disabled{opacity:.6;cursor:not-allowed}@keyframes loading{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media screen and (max-width:768px){.chat-container{min-height:500px;max-height:80vh}.chat-messages{min-height:400px;max-height:calc(100% - 60px)}.message-content{max-width:90%;font-size:.9rem}}.kiria__whyus{display:flex;flex-direction:column;padding:2rem;background:var(--color-footer)}.kiria__whyus-content{max-width:70rem;margin:0 auto 4rem;text-align:center}.kiria__whyus-content h1{font-size:3rem;line-height:1.2;margin-bottom:2rem}.kiria__whyus-content p{color:var(--color-text);font-size:1.2rem;line-height:1.6;max-width:60rem;margin:0 auto}.kiria__whyus-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:80rem;margin:0 auto}.kiria__whyus-container_feature{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;transition:all .3s ease}.kiria__whyus-container_feature:hover{transform:translateY(-5px);border-color:var(--gradient-bar);box-shadow:0 10px 30px rgba(0,0,0,.3)}.kiria__whyus-container_feature-title{display:flex;align-items:center;margin-bottom:1rem}.kiria__whyus-container_feature-title div{width:4px;height:2rem;background:var(--gradient-bar);margin-right:1rem;border-radius:2px}.kiria__whyus-container_feature-title h1{color:#fff;font-size:1.3rem;line-height:1.3;font-weight:600}.kiria__whyus-container_feature-text p{color:var(--color-text);font-size:1rem;line-height:1.6}@media screen and (max-width:768px){.kiria__whyus{padding:2rem 1rem}.kiria__whyus-content h1{font-size:2rem}.kiria__whyus-container{grid-template-columns:1fr;gap:1.5rem}.kiria__whyus-container_feature{padding:1.5rem}}.kiria__process{display:flex;flex-direction:column;padding:2rem;background:var(--color-bg)}.kiria__process-content{max-width:70rem;margin:0 auto 4rem;text-align:center}.kiria__process-content h1{font-size:3rem;line-height:1.2;margin-bottom:2rem}.kiria__process-content p{color:var(--color-text);font-size:1.2rem;line-height:1.6;max-width:60rem;margin:0 auto}.kiria__process-container{display:flex;flex-direction:column;gap:2rem;max-width:60rem;margin:0 auto;position:relative}.kiria__process-container:before{content:"";position:absolute;left:2rem;top:4rem;bottom:4rem;width:2px;background:linear-gradient(180deg,var(--gradient-bar) 0,rgba(255,255,255,.1) 100%)}.kiria__process-step{display:flex;align-items:flex-start;gap:2rem;position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;transition:all .3s ease}.kiria__process-step:hover{transform:translateX(10px);border-color:var(--gradient-bar);box-shadow:0 10px 30px rgba(0,0,0,.3)}.kiria__process-step_number{min-width:4rem;height:4rem;background:var(--gradient-bar);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;position:relative;z-index:2}.kiria__process-step_content{flex:1}.kiria__process-step_content h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem;font-weight:600}.kiria__process-step_content p{color:var(--color-text);font-size:1rem;line-height:1.6;margin-bottom:1rem}.kiria__process-step_time{background:rgba(255,255,255,.1);color:var(--gradient-bar);padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:500}@media screen and (max-width:768px){.kiria__process{padding:2rem 1rem}.kiria__process-content h1{font-size:2rem}.kiria__process-container:before{display:none}.kiria__process-step{flex-direction:column;text-align:center;padding:1.5rem}.kiria__process-step:hover{transform:translateY(-5px)}.kiria__process-step_number{margin:0 auto 1rem}}.kiria__explore{display:flex;flex-direction:row;align-items:center;gap:4rem;background:var(--color-footer)}.kiria__explore-content{flex:1;display:flex;flex-direction:column;justify-content:center}.kiria__explore-content h1{font-size:2.5rem;line-height:1.2;margin-bottom:2rem}.kiria__explore-content p{color:var(--color-text);font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.kiria__explore-content button{background:var(--gradient-bar);color:#fff;border:none;padding:1rem 2rem;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;margin-top:1rem}.kiria__explore-content button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,117,24,.4)}.kiria__explore-image{flex:1;display:flex;justify-content:center;align-items:center}.kiria__explore-image_content{width:100%;height:auto;border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.3);transition:transform .3s ease}.kiria__explore-image_content:hover{transform:scale(1.02)}@media screen and (max-width:768px){.kiria__explore{flex-direction:column;gap:2rem;padding:2rem 1rem}.kiria__explore-content h1{font-size:2rem;text-align:center}.kiria__explore-content{text-align:center}.kiria__explore-content button{align-self:center}}.kiria__how{display:flex;flex-direction:column;padding:2rem;background:var(--color-bg)}.kiria__how-content{max-width:70rem;margin:0 auto 4rem;text-align:center}.kiria__how-content h1{font-size:3rem;line-height:1.2;margin-bottom:2rem}.kiria__how-content p{color:var(--color-text);font-size:1.2rem;line-height:1.6;max-width:60rem;margin:0 auto}.kiria__how-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:80rem;margin:0 auto}.kiria__how-feature{display:flex;align-items:flex-start;gap:1.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;transition:all .3s ease}.kiria__how-feature:hover{transform:translateY(-5px);border-color:var(--gradient-bar);box-shadow:0 10px 30px rgba(0,0,0,.3)}.kiria__how-feature_icon{font-size:2.5rem;min-width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:rgba(255,117,24,.1);border-radius:50%;border:2px solid var(--gradient-bar)}.kiria__how-feature_content h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.kiria__how-feature_content p{color:var(--color-text);font-size:1rem;line-height:1.6;margin:0}@media screen and (max-width:768px){.kiria__how{padding:2rem 1rem}.kiria__how-content h1{font-size:2rem}.kiria__how-container{grid-template-columns:1fr;gap:1.5rem}.kiria__how-feature{padding:1.5rem;flex-direction:column;text-align:center}.kiria__how-feature_icon{margin:0 auto 1rem}}.kiria__cta{background:linear-gradient(135deg,var(--color-bg) 0,var(--color-footer) 100%);border:1px solid var(--gradient-bar);border-radius:2rem;margin:2rem;position:relative;overflow:hidden}.kiria__cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.05) 50%,transparent 70%);animation:shimmer 3s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.kiria__cta-content{position:relative;z-index:2;text-align:center;max-width:60rem;margin:0 auto}.kiria__cta-content h1{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kiria__cta-content>p{color:var(--color-text);font-size:1.2rem;line-height:1.6;margin-bottom:3rem;max-width:50rem;margin-left:auto;margin-right:auto}.kiria__cta-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:3rem}.kiria__cta-benefit{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.05);padding:1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.1)}.kiria__cta-benefit span{font-size:1.2rem;color:#4ade80}.kiria__cta-benefit p{color:var(--color-text);font-size:1rem;margin:0}.kiria__cta-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:3rem}.kiria__cta-btn{padding:1rem 2rem;border-radius:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;min-width:300px;text-align:center}.kiria__cta-btn.primary{background:var(--gradient-bar);color:#fff;box-shadow:0 4px 15px rgba(255,117,24,.3)}.kiria__cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,117,24,.4)}.kiria__cta-btn.secondary{background:#25d366;color:#fff;box-shadow:0 4px 15px rgba(37,211,102,.3)}.kiria__cta-btn.secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,211,102,.4)}.kiria__cta-contact-info{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;opacity:.8}.kiria__cta-contact-info p{color:var(--color-text);font-size:.9rem;margin:0}@media screen and (max-width:768px){.kiria__cta{margin:1rem;border-radius:1rem}.kiria__cta-content h1{font-size:2rem}.kiria__cta-benefits{grid-template-columns:1fr;gap:.5rem}.kiria__cta-actions{gap:.5rem}.kiria__cta-btn{min-width:250px;padding:.8rem 1.5rem;font-size:1rem}.kiria__cta-contact-info{flex-direction:column;gap:.5rem}}.kiria__contact{background:var(--color-footer);color:white}.kiria__contact-heading{text-align:center;margin-bottom:3rem}.kiria__contact-heading h1{font-family:var(--font-family);font-weight:800;font-size:34px;line-height:45px;margin-bottom:1rem}.kiria__contact-heading p{font-family:var(--font-family);font-weight:500;font-size:18px;line-height:30px;color:var(--color-subtext)}.contact-form-container{padding:4rem 2rem;padding-top:6px!important;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.05))}.contact-form-content{max-width:800px;margin:0 auto}.contact-form-header{text-align:center;margin-bottom:3rem;margin:25px!important}.contact-form-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(89.97deg,#ae67fa 1.84%,#f49867 102.67%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-form-header p{font-size:1.1rem;color:rgba(255,255,255,.8)}.contact-form{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;background:rgba(255,255,255,.05);padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group:last-child,.form-group:nth-last-child(2){grid-column:1/-1}.form-group label{font-weight:500;color:rgba(255,255,255,.9)}.form-group input,.form-group select,.form-group textarea{padding:.8rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(255,255,255,.05);color:white;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ae67fa;box-shadow:0 0 0 2px rgba(174,103,250,.2)}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,.4)}.submit-button{grid-column:1/-1;padding:1rem 2rem;background:var(--gradient-bar);border:none;border-radius:8px;color:white;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(174,103,250,.3)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.success-message{text-align:center;padding:3rem;background:rgba(255,255,255,.05);border-radius:15px;border:1px solid rgba(255,255,255,.1)}.success-message h3{font-size:1.8rem;margin-bottom:1rem;color:#4caf50}.success-message p{color:rgba(255,255,255,.8);margin-bottom:2rem}.success-message button{padding:.8rem 1.5rem;background:var(--gradient-bar);border:none;border-radius:8px;color:white;font-weight:500;cursor:pointer;transition:all .3s ease}.success-message button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(174,103,250,.3)}.error-message{grid-column:1/-1;padding:1rem;background:rgba(244,67,54,.1);border:1px solid rgba(244,67,54,.3);border-radius:8px;color:#f44336;text-align:center}.kiria__contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.kiria__contact-info-item{text-align:center;padding:1.5rem;background:rgba(255,255,255,.05);border-radius:10px;border:1px solid rgba(255,255,255,.1)}.kiria__contact-info-item h3{font-family:var(--font-family);font-weight:600;font-size:18px;margin-bottom:.5rem;color:#ffffff}.kiria__contact-info-item p{font-family:var(--font-family);font-size:16px;color:var(--color-text)}@media screen and (max-width:768px){.contact-form{grid-template-columns:1fr;padding:1.5rem}.contact-form-header h2{font-size:2rem}.contact-form-container{padding:3rem 1rem}.kiria__contact-heading h1{font-size:28px;line-height:38px}.kiria__contact-info{grid-template-columns:1fr}}.required{color:#f44336;margin-left:2px}.loading-spinner{display:inline-block;width:20px;height:20px;margin-right:8px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;animation:spin .8s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(1turn)}}.kiria__footer{background:var(--color-footer);border-top:1px solid rgba(255,255,255,.1)}.kiria__footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;max-width:80rem;margin:0 auto}.kiria__footer-section h2,.kiria__footer-section h3{color:#fff;margin-bottom:1.5rem;font-weight:600}.kiria__footer-section h2{font-size:1.8rem;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kiria__footer-section h3{font-size:1.2rem}.kiria__footer-logo p{color:var(--color-text);font-size:.9rem;margin-bottom:1rem;opacity:.8}.kiria__footer-section>p{color:var(--color-text);line-height:1.6;margin-bottom:2rem}.kiria__footer-social{display:flex;gap:1rem}.kiria__footer-social a{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:rgba(255,255,255,.1);border-radius:50%;text-decoration:none;font-size:1.2rem;transition:all .3s ease}.kiria__footer-social a:hover{background:var(--gradient-bar);transform:translateY(-2px)}.kiria__footer-section ul{list-style:none;padding:0}.kiria__footer-section ul li{margin-bottom:.8rem}.kiria__footer-section ul li a{color:var(--color-text);text-decoration:none;transition:color .3s ease}.kiria__footer-section ul li a:hover{color:var(--gradient-bar)}.kiria__footer-contact p{color:var(--color-text);margin-bottom:.8rem;font-size:.9rem}.kiria__footer-whatsapp{margin-top:1.5rem}.kiria__footer-whatsapp a{display:inline-block;background:#25d366;color:#fff;padding:.8rem 1.5rem;border-radius:2rem;text-decoration:none;font-weight:500;transition:all .3s ease}.kiria__footer-whatsapp a:hover{background:#128c7e;transform:translateY(-2px)}.kiria__footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;padding-top:2rem}.kiria__footer-bottom-content{display:flex;justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto}.kiria__footer-bottom p{color:var(--color-text);font-size:.9rem;margin:0}.kiria__footer-legal{display:flex;gap:2rem}.kiria__footer-legal a{color:var(--color-text);text-decoration:none;font-size:.9rem;transition:color .3s ease}.kiria__footer-legal a:hover{color:var(--gradient-bar)}@media screen and (max-width:1024px){.kiria__footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media screen and (max-width:768px){.kiria__footer{padding:2rem 1rem}.kiria__footer-content{grid-template-columns:1fr;gap:2rem}.kiria__footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.kiria__footer-legal{gap:1rem}}