@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%}body{font-family:Montserrat,sans-serif;font-optical-sizing:auto;background-color:#fff;margin:0;padding:0}a{word-break:break-word}.page{display:flex;flex-direction:column;align-items:center}.page.full-height-page{min-height:92vh}.button{opacity:.7;padding:.5rem;border-radius:15px;border:none;color:#fff;cursor:pointer;background:linear-gradient(90deg,#2374e7,#0ac);transition:opacity .3s ease}.button:hover{opacity:1}.button__container{background-color:#fff;border-radius:15px}.text-input{width:100%;padding:.5rem;border:2px solid hsl(215,80%,52%);border-radius:15px;font-size:1rem}.text-input:focus{outline:none;border-color:#00f}.customization-page{max-width:1400px;margin:0 auto;padding:20px;display:flex;flex-direction:row;justify-content:space-between;gap:7.5rem}.customization-page .preview{width:375px}.widget-options{display:flex;flex-direction:column;gap:1rem}.widget-options__field{width:100%;display:flex;align-items:center}.widget-options__field input,.widget-options__field select,.widget-options__field button{padding:.2rem;border-radius:5px;border:1px solid #8d8d8d}.widget-options__field label{margin-right:.8rem}.widget-options__field--text label{width:40%}.widget-options__field--text input{width:55%}.widget-options__field--number label{width:70%}.widget-options__field--number input{width:25%}.widget-options__field--color label{width:70%}.widget-options__field--color input{width:25%;border:none;padding:0}.widget-options__field--checkbox label{padding:.3rem .1rem;width:auto}.widget-options__field--checkbox input{margin-left:.5rem;transform:scale(1.3)}.widget-options__field--welcome-messages,.widget-options__field--access-list{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.widget-options__field--add-btn,.widget-options__field--save-btn{width:100%;padding:.3rem}.widget-options__field-welcome-message{width:100%;display:flex;justify-content:space-between}.widget-options__field-welcome-message input{width:80%}.widget-options__field-welcome-message button{width:15%}.access-list__items{width:100%;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.access-list__items--save-btn{width:100%;padding:.3rem}.access-list__item{width:100%;display:flex;justify-content:space-between}.access-list__item--select{width:30%}.access-list__item--text{width:50%}.access-list__item--button{width:10%}.widget-chat-message{border-radius:15px;display:flex;flex-direction:row;align-items:center}.widget-chat-message__container{width:80%;font-size:.95rem;padding:.75rem;border-radius:inherit}.widget-chat-message--agent{text-align:left}.widget-chat-message--agent .widget-chat-message__container{align-self:flex-start}.widget-chat-message--user{flex-direction:row;justify-content:flex-end}.widget-chat-message__message{word-break:break-word;line-height:1.3rem}.widget-chat-message__message-loader-container{width:100%;text-align:center}.widget-chat-message__body{display:flex;align-items:center;gap:.5rem}.widget-chat-message__tts-btn{margin-left:.2rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;padding:.2rem;width:35px;height:35px;cursor:pointer;border-radius:50%;transition:background .1s ease}.widget-chat-message__tts-btn:hover{background:#0000001a}.widget-chat-message__tts-btn-icon{width:20px;height:20px;pointer-events:none;opacity:.1;transition:opacity .1s ease}.widget-chat-message:hover .widget-chat-message__tts-btn-icon{opacity:.5}.widget-chat-message__header{display:flex;align-items:left;margin-bottom:.5rem}.widget-chat-message__avatar{width:2rem;height:2rem;border-radius:50%;background-color:#1868d8;margin-right:.5rem;background-repeat:no-repeat;background-position:center;background-size:100%}.widget-chat-message__sender{font-weight:700;color:#222;align-content:center}.widget-chat-message--agent+.widget-chat-message--agent .widget-chat-message__header{display:none}.widget-chat-message--agent+.widget-chat-message--agent{border-radius:0 0 15px 15px}.widget-chat-message--agent:has(+.widget-chat-message--agent){border-radius:15px 15px 0 0}.widget-chat-message--agent+.widget-chat-message--agent:has(+.widget-chat-message--agent){border-radius:0}.widget-chat-body{position:relative;width:100%;height:100%;background-color:#f9f9f9;overflow-y:auto;padding:20px;border:2px solid hsl(215,80%,12%);border-width:0 2px}.widget-chat-body__messages{display:flex;flex-direction:column;gap:5px;padding-bottom:20px}.widget-chat-body__overlay{position:absolute;inset:0;background-color:#0000004d;display:flex;align-items:center;justify-content:center;z-index:999}.widget-chat-body__overlay-text{color:#000;font-size:20px;font-weight:700}.widget-chat-footer{width:100%;display:flex;background:linear-gradient(90deg,var(--from),var(--to));border-radius:0 0 1.5rem 1.5rem;border:2px solid hsl(215,80%,12%)}.widget-chat-footer__container{padding:1rem;width:100%;display:flex;align-items:center;justify-content:space-between}.widget-chat-footer__input{width:100%;height:3rem;padding:.5rem;border:none;border-radius:.5rem;color:#222}.widget-chat-footer__input-container{width:100%;background:#fff;border-radius:15px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row;margin-right:1rem}.widget-chat-footer__input:disabled{background:#ddd;cursor:not-allowed}.widget-chat-footer__actions{display:flex;align-items:center;gap:.5rem}.widget-chat-footer__mic{width:3rem;height:3rem;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;border:none;background-color:transparent;padding:.25rem;transition:background-color .2s ease}.widget-chat-footer__mic:disabled{background:#ddd;cursor:not-allowed}.widget-chat-footer__mic-icon{width:50%;object-fit:contain;display:block;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5}.widget-chat-footer__mic:hover{background-color:#2374e7}.widget-chat-footer__mic:hover .widget-chat-footer__mic-icon{opacity:1}.widget-chat-footer__submit{width:3rem;height:3rem;border-radius:50%;background-color:var(--from);background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20height='512'%20viewBox='0%200%20512%20512'%20width='512'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle/%3e%3cpath%20d='M476.59,227.05l-.16-.07L49.35,49.84A23.56,23.56,0,0,0,27.14,52,24.65,24.65,0,0,0,16,72.59V185.88a24,24,0,0,0,19.52,23.57l232.93,43.07a4,4,0,0,1,0,7.86L35.53,303.45A24,24,0,0,0,16,327V440.31A23.57,23.57,0,0,0,26.59,460a23.94,23.94,0,0,0,13.22,4,24.55,24.55,0,0,0,9.52-1.93L476.4,285.94l.19-.09a32,32,0,0,0,0-58.8Z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:65%,auto;background-position:center;border:2px solid hsl(215,80%,12%)}.widget-chat-footer__submit:hover{background-color:#155dc1}.widget-chat-footer__submit--stop{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23000000'%20height='800px'%20width='800px'%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20512%20512'%20xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath%20d='M501.333,0H10.667C4.779,0,0,4.779,0,10.667v490.667C0,507.221,4.779,512,10.667,512h490.667%20c5.888,0,10.667-4.779,10.667-10.667V10.667C512,4.779,507.221,0,501.333,0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"),linear-gradient(90deg,#5191ec,#00d4ff);background-size:50%,auto}.widget-chat-frame__outer{height:min(100vh - 125px - 10px,650px);filter:drop-shadow(0px 0px 2px rgba(0,0,0,.6666666667));border-radius:1.5rem;border:2px solid hsl(215,80%,12%);outline:3px solid hsl(215,80%,42%);margin-bottom:70px}.widget-chat-frame__inner{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.widget-chat-header{width:100%;background:linear-gradient(90deg,var(--from),var(--to));border-radius:1.5rem 1.5rem 0 0;border:2px solid hsl(215,80%,12%)}.widget-chat-header__container{display:flex;flex-direction:row;padding:.65rem}.widget-chat-header__avatar{width:6vh;height:6vh;border-radius:50%;margin-right:1rem;background-size:100%;background-position:center;background-repeat:no-repeat;border:2px solid hsl(215,80%,12%);background-color:#1868d8}.widget-chat-header__title{font-size:1.5rem;font-weight:700;color:#222;display:flex;align-items:center}.dashboard__nav{width:100%;display:flex;justify-content:flex-end;padding:1rem;background-color:#f5f5f5;border-bottom:1px solid #ddd}.nav__logout-btn{background-color:#ff4d4f;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.nav__logout-btn:hover{background-color:#ff7875}.app-menu-layout{display:flex;flex-direction:column;min-height:100vh;position:relative}.menu-overlay{position:fixed;inset:0;background-color:#00000080;z-index:99;cursor:pointer}@media(min-width:900px){.menu-overlay{display:none}}.app-menu-header{background-color:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}.app-menu-nav{display:flex;gap:16px;align-items:center;height:90px;position:relative;padding:0 24px}@media(max-width:899px){.app-menu-nav{flex-wrap:wrap;height:auto;padding:16px 24px}}@media(min-width:900px){.app-menu-nav{gap:32px;padding:0 48px}}@media(min-width:1200px){.app-menu-nav{padding:0 120px}}@media(min-width:1600px){.app-menu-nav{padding:0 240px}}@media(max-width:899px){.app-menu-nav .logo-container{order:3;display:block;width:100%;text-align:center}}.app-menu-nav .logo-container .logo{height:44px;width:auto;margin-right:8px}@media(min-width:900px){.app-menu-nav .logo-container .logo{margin-right:16px}}.app-menu-nav .menu-toggle{display:flex;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px;margin-left:auto;margin-right:8px}@media(max-width:899px){.app-menu-nav .menu-toggle{order:1;margin-left:0;margin-right:auto}}.app-menu-nav .menu-toggle span{width:24px;height:3px;background-color:#333;border-radius:2px;transition:all .3s ease}@media(min-width:900px){.app-menu-nav .menu-toggle{display:none}}.app-menu-nav .nav-links{display:none;position:absolute;top:90px;left:0;right:0;background-color:#fff;border-bottom:1px solid #eee;flex-direction:column;padding:16px 24px;gap:8px;box-shadow:0 4px 6px #0000001a}@media(max-width:899px){.app-menu-nav .nav-links{top:100%}}.app-menu-nav .nav-links.open{display:flex}@media(min-width:900px){.app-menu-nav .nav-links{display:flex;flex-direction:row;position:static;background-color:transparent;border:none;padding:0;gap:32px;box-shadow:none}}.app-menu-nav .language-toggle{margin-left:auto;display:flex;gap:4px;border:2px solid #999;border-radius:20px;padding:2px}@media(max-width:899px){.app-menu-nav .language-toggle{order:2;margin-left:auto}}@media(max-width:900px){.app-menu-nav .language-toggle{margin-left:0}}.app-menu-nav .language-toggle button{background-color:transparent;border:none;color:#333;font-weight:500;padding:6px 14px;border-radius:16px;cursor:pointer;transition:all .2s ease;font-size:14px}.app-menu-nav .language-toggle button:hover{background-color:#f5f5f5}.app-menu-nav .language-toggle button.active{background-color:#333;color:#fff;font-weight:600}.nav-link{text-decoration:none;color:#333;font-weight:500;padding:12px 16px;border-radius:4px;transition:all .2s ease;font-size:16px}@media(min-width:900px){.nav-link{padding:8px 16px}}.nav-link:hover{color:#007bff}.nav-link.active{color:#007bff;font-weight:700}.app-menu-content{flex:1;background-color:#fafafa}.footer{width:100%;background-color:#2c2c2c;color:#fff;padding:3rem 2rem;text-align:center;font-size:.9rem}.footer .footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding:1rem 0 3rem}.footer .footer-links a{color:#fff;text-decoration:none;transition:color .3s ease;font-size:1rem}.footer .footer-links a:hover{color:#667eea}.footer .footer-copyright{background-color:#242424;margin:0 -2rem -3rem;padding:3rem 2rem 4rem}.footer .footer-copyright p{margin:0;opacity:.7;font-size:.85rem}.checkout-result-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f9f9f9;font-family:Montserrat,sans-serif}.result-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem;animation:fadeIn .6s ease-out .6s both}.detail-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f9f9f9;border-radius:12px;text-align:left;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.detail-item:hover{transform:translate(5px);box-shadow:0 4px 12px #00000014;background:#f0f0f0}.detail-item span{font-size:.95rem;color:#333;font-weight:500}.detail-icon{width:24px;height:24px;flex-shrink:0;color:#263238}@media(max-width:768px){.checkout-result-page{padding:1rem}.result-container{padding:2rem 1.5rem}.result-icon{width:100px;height:100px}.result-title{font-size:2rem}.result-message{font-size:1rem}.detail-item span{font-size:.9rem}.button-group{flex-direction:column}.primary-button,.secondary-button{font-size:1rem;padding:.875rem 1.5rem}}.privacy-policy-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:#f9f9f9;font-family:Montserrat,sans-serif}.privacy-container{background:#fff;border-radius:16px;padding:3rem 3.5rem;max-width:900px;width:100%;box-shadow:0 4px 20px #00000014;animation:slideUp .6s ease-out;transition:box-shadow .3s ease}.privacy-container:hover{box-shadow:0 6px 30px #0000001f}.privacy-title{font-size:2.5rem;font-weight:700;color:#263238;margin-bottom:2rem;text-align:center;animation:fadeIn .6s ease-out .2s both}.privacy-content{color:#333;line-height:1.7;animation:fadeIn .6s ease-out .3s both}.privacy-intro{font-size:1.05rem;color:#555;margin-bottom:2.5rem;padding:1.25rem 1.75rem;background:#f5f5f5;border-radius:8px;line-height:1.7;box-shadow:0 4px 12px #26323826;position:relative}.privacy-intro:before{content:"";position:absolute;left:1%;top:50%;transform:translateY(-50%);width:3px;height:60%;background:#263238;border-radius:0 4px 4px 0}.privacy-intro:after{content:"";position:absolute;right:1%;top:50%;transform:translateY(-50%);width:3px;height:60%;background:#263238;border-radius:4px 0 0 4px}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{font-size:1.5rem;font-weight:600;color:#263238;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.privacy-section p{font-size:1rem;color:#555;margin-bottom:1rem;line-height:1.7}.privacy-section ul{margin:1rem 0 1.5rem;padding-left:1.5rem}.privacy-section ul li{font-size:1rem;color:#555;margin-bottom:.75rem;line-height:1.7;position:relative}.privacy-section ul li::marker{color:#263238}.privacy-section ul li strong{color:#263238;font-weight:600}.privacy-section a{color:#263238;text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:border-color .2s ease}.privacy-section a:hover{border-bottom-color:#263238}@media(max-width:768px){.privacy-policy-page{padding:2rem 1rem}.privacy-container{padding:2rem 1.5rem}.privacy-title{font-size:2rem}.privacy-intro{font-size:1rem;padding:1rem}.privacy-section h2{font-size:1.3rem}.privacy-section p,.privacy-section ul li{font-size:.95rem}}@media(max-width:480px){.privacy-title{font-size:1.75rem}.privacy-section h2{font-size:1.2rem}}:root{--color-primary: #4568dc;--color-primary-dark: #3956c0;--color-primary-light: #f8f9fa;--color-secondary: #c44141;--color-secondary-dark: #df6969;--color-secondary-light: #9f1f1f;--color-text-dark: #333;--color-text-medium: #555;--color-text-light: #666;--color-white: white;--color-whatsapp: #25d366;--color-border-light: #e0e0e0;--color-border-lighter: #f0f0f0;--color-border-faint: #f0f0f0;--color-gray-dark: #2c2c2c;--color-sufrace: #f8f9fa;--shadow-button: 0 4px 15px rgba(0, 0, 0, .2);--shadow-button-hover: 0 6px 20px rgba(0, 0, 0, .3);--shadow-card-light: 0 2px 8px rgba(0, 0, 0, .06);--shadow-card-hover: 0 12px 24px rgba(102, 126, 234, .15);--shadow-card-raised: 0 10px 30px rgba(102, 126, 234, .2);--shadow-elevated: 0 16px 36px rgba(102, 126, 234, .3);--shadow-modal: 0 20px 60px rgba(0, 0, 0, .3);--transition-base: all .3s ease;--transition-short: all .2s ease;--transition-color: color .3s ease;--gradient-primary: linear-gradient( 145deg, var(--color-secondary-dark) -5%, var(--color-primary) 70% );--gradient-primary-round: radial-gradient( circle, var(--color-primary-dark) 50%, var(--color-secondary) 145% )}.landing-page-root{display:flex;flex-direction:column;min-height:100vh;color:#333;cursor:default}.landing-page-root .container{max-width:1200px;margin:0 auto}.landing-page-root .cta-button{padding:1rem 2rem;font-size:1rem;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:var(--transition-base);box-shadow:var(--shadow-button)}.landing-page-root .cta-button .cta-button-content{display:inline-flex;align-items:center;gap:.6rem;line-height:1}.landing-page-root .cta-button .cta-button-content span{transform:translateY(2px)}.landing-page-root .cta-button .whatsapp-icon{width:1.2rem;height:1.2rem;color:#25d366;flex-shrink:0;display:block}.landing-page-root .cta-button.cta-button-primary{background-color:#fff;color:var(--color-primary)}.landing-page-root .cta-button.cta-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background-color:#f0f0f0}.landing-page-root .cta-button.cta-button-secondary{background-color:transparent;color:#fff;border:2px solid white}.landing-page-root .cta-button.cta-button-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}.landing-page-root .cta-button.cta-button-large{padding:1.2rem 3rem;font-size:1.1rem;background-color:#fff;color:var(--color-primary)}.landing-page-root .cta-button.cta-button-large:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background-color:#f0f0f0}.landing-page-root .header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.8rem 2rem;box-shadow:0 2px 10px #0000001a}.landing-page-root .header .header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing-page-root .header .logo-container{display:flex;align-items:center;padding:.5rem 1rem;border-radius:12px;transition:all .2s ease}.landing-page-root .header .logo-container .logo{height:40px;width:auto;display:block}.landing-page-root .header .language-toggle{position:relative;top:unset;right:unset;display:flex;justify-content:flex-end;margin-bottom:0}.landing-page-root .header .language-toggle button{background:var(--color-primary-light);color:#000;border:3px solid black;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;transition:var(--transition-base)}.landing-page-root .header .language-toggle button:hover{background:#8771f965;transform:scale(1.07)}.landing-page-root .footer{background-color:#2c2c2c;color:#fff;padding:3rem 2rem;text-align:center;font-size:.9rem}.landing-page-root .footer p{margin-bottom:1.5rem}.landing-page-root .footer .footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.landing-page-root .footer .footer-links a{color:#667eea;text-decoration:none;transition:color .3s ease}.landing-page-root .footer .footer-links a:hover{color:#fff}@media(max-width:1024px)and (max-width:768px){.landing-page-root .header{padding:.6rem 1.5rem}.landing-page-root .header .logo-container{padding:.4rem .8rem}.landing-page-root .header .logo-container .logo{height:36px}.landing-page-root .header .language-toggle button{padding:.4rem .8rem;font-size:.85rem}.landing-page-root .footer{padding:2rem 1.5rem}.landing-page-root .footer .footer-links{flex-direction:column;gap:1rem}}@media(max-width:1024px)and (max-width:480px){.landing-page-root .header{padding:.5rem 1rem}.landing-page-root .header .logo-container{padding:.3rem .6rem;border-radius:10px}.landing-page-root .header .logo-container .logo{height:32px}.landing-page-root .header .language-toggle button{padding:.35rem .7rem;font-size:.8rem}}.pricing{background:#fff;padding:4rem 2rem;scroll-margin-top:54px}.pricing .container{max-width:1300px;margin:0 auto}.pricing h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#333}.pricing .pricing-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem}.pricing .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;perspective:1000px}.pricing .pricing-grid .pricing-card{background:#fff;border:2px solid #e0e0e0;border-radius:16px;padding:2.5rem;position:relative;transition:var(--transition-base);display:flex;flex-direction:column}.pricing .pricing-grid .pricing-card.highlighted{border-color:var(--color-primary);box-shadow:var(--shadow-card-raised);transform:translateY(0)}.pricing .pricing-grid .pricing-card.highlighted .badge{display:block}.pricing .pricing-grid .pricing-card:hover{transform:translateY(-4px) scale(1.03);box-shadow:var(--shadow-elevated)}.pricing .pricing-grid .pricing-card .badge{display:none;position:absolute;top:-15px;left:50%;transform:translate(-50%);background:var(--gradient-primary);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.85rem;font-weight:600;white-space:nowrap}.pricing .pricing-grid .pricing-card h3{font-size:1.8rem;margin-bottom:.5rem;color:#333}.pricing .pricing-grid .pricing-card .plan-description{color:#666;margin-bottom:1.5rem;font-size:.95rem}.pricing .pricing-grid .pricing-card .price{margin-bottom:2rem}.pricing .pricing-grid .pricing-card .price .amount,.pricing .pricing-grid .pricing-card .price .amount-free{font-size:3rem;font-weight:700;color:var(--color-primary)}.pricing .pricing-grid .pricing-card .price .period{font-size:1rem;color:#666;margin-left:.5rem}.pricing .pricing-grid .pricing-card .plan-cta{width:100%;padding:.9rem 1.5rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.pricing .pricing-grid .pricing-card .plan-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea4d}.pricing .pricing-grid .pricing-card .features-list{flex:1;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.pricing .pricing-grid .pricing-card .features-list .feature-item{display:flex;align-items:center;gap:.8rem;color:#555;font-size:.95rem}.pricing .pricing-grid .pricing-card .features-list .feature-item .checkmark{color:var(--color-primary);font-weight:700;font-size:1.2rem}@media(max-width:1024px){.pricing .pricing-grid .pricing-card.highlighted{transform:none}}@media(max-width:768px){.pricing{padding:3rem 1.5rem}.pricing h2{font-size:1.8rem}.pricing .pricing-grid .pricing-card{padding:2rem}.pricing .pricing-grid .pricing-card.highlighted{transform:scale(1)}}@media(max-width:480px){.pricing{padding:2rem 1rem}.pricing h2{font-size:1.5rem}.pricing .pricing-grid{grid-template-columns:1fr}.pricing .pricing-grid .pricing-card{padding:1.5rem}.pricing .pricing-grid .pricing-card h3{font-size:1.5rem}.pricing .pricing-grid .pricing-card .price .amount{font-size:2.5rem}}:root{--shadow-button: 0 4px 15px rgba(0, 0, 0, .2);--shadow-button-hover: 0 6px 20px rgba(0, 0, 0, .3);--transition-base: all .3s ease}.hero{background:var(--gradient-primary-round);padding:4rem 2rem 6rem;text-align:center;color:#fff;position:relative;overflow:hidden;margin-top:0;min-height:92vh;display:flex;align-items:center;justify-content:center}.hero .hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero .hero-content h1{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.2rem}.hero .hero-content .hero-subheadline{font-size:1.4rem;font-weight:500;margin-top:1rem}.hero .hero-content .hero-heading{margin-bottom:2rem}.hero .hero-content .hero-badge{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.2rem;border-radius:30px;font-size:.85rem;font-weight:600;margin-bottom:1rem;border:1px solid rgba(255,255,255,.3)}.hero .hero-content .hero-divider{width:80px;height:4px;background:#fff;margin:2rem auto;border-radius:2px}.hero .hero-content .hero-summary{max-width:700px;margin:0 auto;margin-bottom:2.5rem;line-height:1.6;font-size:1.1rem}.hero .hero-content .hero-description{color:#fffffff2;line-height:1.7;font-size:1.1rem;margin:0;font-weight:400}.hero .hero-content .hero-proof{margin-top:1.5rem;font-size:.9rem;opacity:.9}.hero .hero-content .hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-cta-button{padding:1rem 2.5rem;font-size:1.1rem;background:var(--color-whatsapp);color:#fff;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:var(--transition-base);box-shadow:var(--shadow-button);display:inline-flex;align-items:center;justify-content:center;animation:buttonJump 2s infinite}.hero-cta-button .hero-cta-content{display:inline-flex;align-items:center;justify-content:center;gap:1.2rem}.hero-cta-button .hero-cta-content span{display:block}.hero-cta-button .whatsapp-icon{width:1.4rem;height:1.4rem;color:#fff;flex-shrink:0;display:block}.hero-cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-button-hover);animation:none}.hero-cta-button:active{transform:translateY(0)}@media(max-width:768px){.hero{padding:6rem 1.5rem 4rem;min-height:500px}.hero .hero-content h1{font-size:2rem}.hero .hero-content .hero-subheadline{font-size:1.1rem}.hero .hero-content .hero-description{font-size:1rem}}@media(max-width:480px){.hero{padding:5rem 1rem 3rem;min-height:450px}.hero .hero-content h1{font-size:1.6rem}.hero .hero-content .hero-subheadline{font-size:1rem}}.logo-combination{padding:4rem 2rem;background:#fff;border-bottom:1px solid #f0f0f0}.logo-combination .container{max-width:1100px;margin:0 auto}.logo-combination .logo-combination-content{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;padding:2rem 0}.logo-combination .logo-combination-content .logo-item{display:flex;align-items:flex-end;justify-content:center;min-width:80px;transition:all .3s cubic-bezier(.4,0,.2,1)}.logo-combination .logo-combination-content .logo-item:hover{transform:translateY(-4px) scale(1.05)}.logo-combination .logo-combination-content .logo-item .logo-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem}.logo-combination .logo-combination-content .logo-item .logo-img-container{height:88px;display:flex;align-items:center;justify-content:center}.logo-combination .logo-combination-content .logo-item .logo-title{font-size:.9rem;font-weight:600;color:#333;text-align:center;min-height:1.5rem}.logo-combination .logo-combination-content .logo-item .logo-img{max-width:100%;width:auto;height:auto;object-fit:contain;display:block}.logo-combination .logo-combination-content .logo-item .logo-img.whatsapp{width:50px;height:50px}.logo-combination .logo-combination-content .logo-item .logo-img.gpt{width:60px;height:60px}.logo-combination .logo-combination-content .logo-item .logo-img.magic-edu{width:100px;height:100px}.logo-combination .logo-combination-content .logo-item .logo-img.edusensai{width:140px;height:140px}.logo-combination .logo-combination-content .operator{font-size:2rem;font-weight:700;color:#000;min-width:auto;margin:0 1rem;padding-bottom:2rem}@media(max-width:768px){.logo-combination{padding:2rem 1.5rem}.logo-combination .logo-combination-content{gap:2rem}.logo-combination .logo-combination-content .logo-item{min-width:70px}.logo-combination .logo-combination-content .logo-item .logo-img-container{height:75px}.logo-combination .logo-combination-content .logo-item .logo-title{font-size:.8rem}.logo-combination .logo-combination-content .logo-item .logo-img.whatsapp,.logo-combination .logo-combination-content .logo-item .logo-img.gpt{width:40px;height:40px}.logo-combination .logo-combination-content .logo-item .logo-img.magic-edu{width:45px;height:45px}.logo-combination .logo-combination-content .logo-item .logo-img.edusensai{width:75px;height:75px}.logo-combination .logo-combination-content .operator{font-size:1.5rem;margin:0 .5rem;padding-bottom:1.5rem}}@media(max-width:480px){.logo-combination{padding:1.5rem 1rem}.logo-combination .logo-combination-content{gap:1.2rem}.logo-combination .logo-combination-content .logo-item{min-width:60px}.logo-combination .logo-combination-content .logo-item .logo-img-container{max-height:44px}.logo-combination .logo-combination-content .logo-item .logo-title{font-size:.75rem}.logo-combination .logo-combination-content .logo-item .logo-img.whatsapp,.logo-combination .logo-combination-content .logo-item .logo-img.gpt{width:32px;height:32px}.logo-combination .logo-combination-content .logo-item .logo-img.magic-edu{width:38px;height:38px}.logo-combination .logo-combination-content .logo-item .logo-img.edusensai{width:65px;height:44px}.logo-combination .logo-combination-content .operator{font-size:1.2rem;margin:0 .3rem;padding-bottom:1.2rem}}.pain{padding:4rem 2rem 6rem;background:var(--color-surface)}.pain .container{max-width:1100px;margin:0 auto}.pain h2{text-align:center;font-size:2.4rem;margin-bottom:3rem;color:#333}.pain .pain-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}.pain .pain-card{background:#fff;padding:1.8rem;border-radius:16px 16px 0 0;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(102,126,234,.1);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.pain .pain-card:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:5px;background:var(--gradient-primary)}.pain .pain-card:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 12px 24px #667eea26;border-color:#667eea4d}.pain .pain-card p{margin:0;color:#333;line-height:1.7;font-size:.95rem;font-weight:400;text-align:center}.pain .pain-footer{margin-top:4rem;text-align:center}.pain .pain-footer h3{font-size:1.6rem;margin-bottom:.6rem}@media(max-width:768px){.pain{padding:3rem 1.5rem}.pain h2{font-size:1.8rem}.pain .pain-grid{max-width:100%}}@media(max-width:480px){.pain{padding:2rem 1rem}.pain h2{font-size:1.5rem}}:root{--shadow-button: 0 4px 15px rgba(0, 0, 0, .2);--shadow-button-hover: 0 6px 20px rgba(0, 0, 0, .3);--shadow-card: 0 4px 20px rgba(0, 0, 0, .08);--shadow-card-hover: 0 8px 30px rgba(0, 0, 0, .12);--transition-base: all .3s ease}.solution{padding:5rem 2rem;background:#fff}.solution .container{max-width:1200px;margin:0 auto}.solution .solution-header{text-align:center;margin-bottom:4rem}.solution .solution-header h2{font-size:3rem;margin-bottom:1.5rem;background:var(--color-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;letter-spacing:-.5px}.solution .solution-header .solution-title{font-size:1.6rem;font-weight:600;margin-top:2.5rem;margin-bottom:.2rem;color:#1a1a1a;line-height:1.4}.solution .solution-header p{color:#555;max-width:900px;margin:0 auto;line-height:1.8;font-size:1.05rem}.solution .solution-comparison{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;margin-bottom:3rem;margin-top:4rem;align-items:start}.solution .solution-teacher-style h3{margin-bottom:2rem;color:#1a1a1a;font-size:1.8rem;font-weight:600;background:var(--color-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:left}.solution .solution-teacher-style ul{margin:0;padding:0;list-style:none;color:#444;font-size:1.15rem}.solution .solution-teacher-style ul li{margin-bottom:1.25rem;position:relative;padding-left:2.5rem;text-align:left;line-height:1.8}.solution .solution-teacher-style ul li:before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:700;font-size:1.4rem}.solution .solution-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-card);transition:var(--transition-base);border:1px solid rgba(102,126,234,.1);height:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.solution .solution-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.solution .solution-card .card-icon{width:80px;height:80px;margin-top:1rem;object-fit:contain}.solution .solution-card h3{margin-bottom:1.5rem;color:#1a1a1a;font-size:1.5rem;font-weight:600}.solution .solution-card p{color:#555;line-height:1.8;font-size:1.05rem;flex:1}.solution .solution-note{text-align:center;font-weight:500;color:#555;margin:5rem auto 4rem;font-size:1.15rem;max-width:800px;line-height:1.8;font-style:italic}.solution .solution-note p{margin:0}.solution .solution-cta{display:flex;justify-content:center;margin-top:3rem}.solution .solution-whatsapp-button{padding:1.2rem 2.5rem;font-size:1.05rem;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:var(--transition-base);box-shadow:var(--shadow-button);background:var(--color-whatsapp);color:#fff;animation:buttonJump 2s infinite}.solution .solution-whatsapp-button .button-content{display:inline-flex;align-items:center;gap:.75rem;line-height:1}.solution .solution-whatsapp-button .button-content span{transform:translateY(1px)}.solution .solution-whatsapp-button .whatsapp-icon{width:1.4rem;height:1.4rem;color:#fff;flex-shrink:0;display:block}.solution .solution-whatsapp-button:hover{transform:translateY(-3px);box-shadow:var(--shadow-button-hover);animation:none}.solution .solution-whatsapp-button:active{transform:translateY(-1px)}@media(max-width:1024px){.solution .solution-comparison{grid-template-columns:1fr;gap:2rem}.solution .solution-header h2{font-size:2.5rem}}@media(max-width:768px){.solution{padding:4rem 1.5rem}.solution .solution-header{margin-bottom:3rem}.solution .solution-header h2{font-size:2rem}.solution .solution-header .solution-title{font-size:1.3rem}.solution .solution-card{padding:2rem}.solution .solution-note{font-size:1.1rem}}@media(max-width:480px){.solution{padding:3rem 1rem}.solution .solution-header h2{font-size:1.7rem}.solution .solution-card{padding:1.5rem}.solution .solution-card h3{font-size:1.3rem}.solution .solution-card ul{font-size:1rem}.solution .cta-button{padding:1rem 2rem;font-size:1rem}}.how-it-works{padding:4rem 2rem;background:#fff}.how-it-works h2{text-align:center;font-size:2.4rem;margin-bottom:4rem;color:#333}.how-it-works .steps-flow{display:flex;align-items:stretch;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.how-it-works .step-card{flex:1;min-width:200px;max-width:280px;padding:2rem;border-radius:16px;background:#f8f9fa;box-shadow:0 2px 10px #0000000f;position:relative;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.how-it-works .step-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.how-it-works .step-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #667eea26}.how-it-works .step-card:hover:before{transform:scaleX(1)}.how-it-works .step-card:hover .step-number{transform:scale(1.1);background:var(--gradient-primary)}.how-it-works .step-card .step-number{width:48px;height:48px;border-radius:50%;background:var(--gradient-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.how-it-works .step-card .step-content{flex:1}.how-it-works .step-card .step-content h3{margin-bottom:.8rem;color:var(--color-primary);font-size:1.1rem;font-weight:600}.how-it-works .step-card .step-content p{margin:0;color:#555;line-height:1.6;font-size:.95rem}.how-it-works .step-connector{display:flex;align-items:center;justify-content:center;width:40px;flex-shrink:0;color:var(--color-primary-dark)}.how-it-works .step-connector svg{width:32px;height:32px;opacity:.7}@media(max-width:1024px){.how-it-works .steps-flow{flex-wrap:wrap}.how-it-works .step-card{flex:1 1 calc(50% - 2rem);max-width:none}.how-it-works .step-connector{display:none}}@media(max-width:768px){.how-it-works{padding:3rem 1.5rem}.how-it-works h2{font-size:1.8rem;margin-bottom:2.5rem}.how-it-works .steps-flow{flex-direction:column;align-items:stretch}.how-it-works .step-card{flex:1;max-width:none}.how-it-works .step-connector{display:flex;width:100%;height:40px}.how-it-works .step-connector svg{transform:rotate(90deg)}}@media(max-width:480px){.how-it-works{padding:2rem 1rem}.how-it-works h2{font-size:1.5rem}.how-it-works .step-card{padding:1.5rem}.how-it-works .step-card .step-number{width:40px;height:40px;font-size:1.25rem;margin-bottom:1rem}.how-it-works .step-card .step-content h3{font-size:1rem}.how-it-works .step-card .step-content p{font-size:.9rem}}.why-works{background-color:#f8f9fa;padding:5rem 2rem}.why-works h2{text-align:center;font-size:2.5rem;margin-bottom:4rem}.why-works .benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.why-works .benefits-grid .benefit-card{padding:2rem;background:#fff;border-radius:12px;text-align:center;border:1px solid rgba(102,126,234,.1);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f}.why-works .benefits-grid .benefit-card:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 12px 24px #667eea26;border-color:#667eea4d}.why-works .benefits-grid .benefit-card .benefit-icon{width:60px;height:60px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;color:#000}.why-works .benefits-grid .benefit-card .benefit-icon svg{width:32px;height:32px;stroke:#000;stroke-width:2;fill:none}.why-works .benefits-grid .benefit-card .benefit-icon .icon-image{width:32px;height:32px}.why-works .benefits-grid .benefit-card h3{font-size:1.3rem;margin-bottom:.8rem;color:#333}.why-works .benefits-grid .benefit-card p{font-size:.95rem;color:#666;line-height:1.6}@media(max-width:1024px){.why-works .benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.why-works{padding:3rem 1.5rem}.why-works h2{font-size:1.8rem;margin-bottom:2rem}.why-works .benefits-grid{gap:1.5rem}.why-works .benefits-grid .benefit-card{padding:1.5rem}}@media(max-width:480px){.why-works{padding:2rem 1rem}.why-works h2{font-size:1.5rem}.why-works .benefits-grid{grid-template-columns:1fr}}.conversation{padding:0 2rem 5rem;background:#fff}.conversation .container{max-width:900px}.conversation h2{text-align:center;font-size:1.8rem;margin-bottom:2rem;color:#333}.conversation .conversation-screenshot{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;max-width:100%;height:auto}.conversation .conversation-image{max-width:100%;max-height:600px;width:auto;height:auto;border-radius:16px;box-shadow:0 4px 20px #0000001f;object-fit:contain}.conversation .conversation-note{text-align:center;color:#666;margin:0}@media(max-width:768px){.conversation{padding:3rem 1.5rem}.conversation h2{font-size:1.6rem}}@media(max-width:480px){.conversation{padding:2rem 1rem}.conversation h2{font-size:1.5rem}}.audience{padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.audience .container{max-width:1100px}.audience h2{text-align:center;font-size:2.4rem;margin-bottom:4rem;color:#333;font-weight:700}.audience .audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.audience .audience-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 2px 8px #0000000f;position:relative;overflow:hidden;transition:all .3s ease;border:2px solid transparent}.audience .audience-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.audience .audience-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #667eea33;border-color:#667eea33}.audience .audience-card:hover:before{transform:scaleX(1)}.audience .audience-card:hover .card-icon{transform:scale(1.1) rotate(5deg);background:var(--gradient-primary)}.audience .audience-card .card-icon{width:64px;height:64px;border-radius:16px;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.audience .audience-card .card-icon svg{width:32px;height:32px;color:#fff;stroke-width:2}.audience .audience-card h3{margin-bottom:1.5rem;color:#333;font-size:1.3rem;font-weight:600;line-height:1.3}.audience .audience-card ul{margin:0;padding:0;list-style:none;color:#555}.audience .audience-card ul li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;line-height:1.6}.audience .audience-card ul li:last-child{margin-bottom:0}.audience .audience-card ul li .bullet{color:var(--color-primary);font-weight:700;font-size:1.1rem;flex-shrink:0}.audience .audience-card ul li span:last-child{flex:1}@media(max-width:1024px){.audience .audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.audience{padding:3rem 1.5rem}.audience h2{font-size:1.8rem}.audience .audience-grid{grid-template-columns:1fr}}@media(max-width:480px){.audience{padding:2rem 1rem}.audience h2{font-size:1.5rem}}.gains{padding:4rem 2rem;background:var(--color-surface)}.gains .container{max-width:900px}.gains h2{text-align:center;font-size:2.4rem;margin-bottom:2.5rem;color:#333}.gains .gains-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.gains .gain-item{background:#fff;padding:1.2rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:.8rem;box-shadow:0 2px 8px #0000000d;border:1px solid rgba(102,126,234,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.gains .gain-item:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 12px 24px #667eea26;border-color:#667eea4d}.gains .gain-item .gain-checkmark{width:1.2rem;height:1.2rem;color:var(--color-primary);flex-shrink:0}@media(max-width:1024px){.gains .gains-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.gains{padding:3rem 1.5rem}.gains h2{font-size:1.8rem}.gains .gains-grid{grid-template-columns:1fr}}@media(max-width:480px){.gains{padding:2rem 1rem}.gains h2{font-size:1.5rem}}.cta{background:var(--gradient-primary-round);color:#fff;padding:6rem 2rem;text-align:center}@keyframes buttonJump{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.cta .cta-content{max-width:800px;margin:0 auto}.cta .cta-content h2{font-size:2.5rem;margin-bottom:1.5rem}.cta .cta-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95}.cta .cta-content .cta-note{margin-top:1.5rem;opacity:.9}.cta .cta-whatsapp-button{padding:1rem 2.5rem;font-size:1.1rem;background:var(--color-whatsapp);color:#fff;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003;display:inline-flex;align-items:center;justify-content:center;animation:buttonJump 2s infinite}.cta .cta-whatsapp-button .cta-button-content{display:inline-flex;align-items:center;justify-content:center;gap:1.2rem}.cta .cta-whatsapp-button .cta-button-content span{display:block}.cta .cta-whatsapp-button .whatsapp-icon{width:1.4rem;height:1.4rem;color:#fff;flex-shrink:0;display:block}.cta .cta-whatsapp-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;animation:none}.cta .cta-whatsapp-button:active{transform:translateY(0)}@media(max-width:768px){.cta{padding:3rem 1.5rem}.cta .cta-content h2{font-size:1.8rem}.cta .cta-content .cta-whatsapp-button{width:100%}}@media(max-width:480px){.cta{padding:2rem 1rem}}.phone-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.phone-modal{background:#fff;border-radius:20px;padding:2.5rem;max-width:700px;width:100%;box-shadow:0 20px 60px #0000004d;position:relative;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.phone-modal .phone-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;line-height:1;transition:color .2s ease}.phone-modal .phone-modal-close:hover:not(:disabled){color:#333}.phone-modal .phone-modal-close:disabled{opacity:.5;cursor:not-allowed}.phone-modal h2{font-size:1.8rem;margin-bottom:.8rem;color:#333}.phone-modal .phone-modal-description{font-size:.95rem;color:#666;margin-bottom:1.5rem;line-height:1.5}.phone-modal .phone-modal-input-group{margin-bottom:1.5rem}.phone-modal .phone-modal-input-group .phone-modal-inline{display:flex;align-items:center;gap:.6rem;margin-top:.5rem;border:2px solid #ddd;border-radius:999px;padding:.2rem .6rem;background:#fff;transition:all .2s ease}.phone-modal .phone-modal-input-group .phone-modal-inline:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.phone-modal .phone-modal-input-group .phone-modal-inline.error{border-color:#e74c3c}.phone-modal .phone-modal-input-group .phone-modal-country-select{position:relative;flex-shrink:0}.phone-modal .phone-modal-input-group .phone-modal-country-trigger{display:flex;align-items:center;gap:.6rem;padding:.5rem .8rem;border:none;background:transparent;cursor:pointer;font-family:inherit;font-size:.9rem;color:#2b2c30;transition:opacity .2s ease;outline:none}.phone-modal .phone-modal-input-group .phone-modal-country-trigger:hover:not(:disabled){opacity:.8}.phone-modal .phone-modal-input-group .phone-modal-country-trigger:focus{outline:none}.phone-modal .phone-modal-input-group .phone-modal-country-trigger:disabled{opacity:.6;cursor:not-allowed}.phone-modal .phone-modal-input-group .phone-modal-country-name{font-weight:500;white-space:nowrap}.phone-modal .phone-modal-input-group .phone-modal-country-code{font-weight:600;color:#667eea}.phone-modal .phone-modal-input-group .phone-modal-country-caret{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #2b2c30;margin-left:.2rem}.phone-modal .phone-modal-input-group .phone-modal-country-menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:22rem;max-width:28rem;max-height:18rem;overflow-y:auto;background:#fff;border:1px solid #d7dbe7;border-radius:14px;box-shadow:0 8px 24px #00000026;z-index:1000;padding:.4rem}.phone-modal .phone-modal-input-group .phone-modal-country-menu::-webkit-scrollbar{width:8px}.phone-modal .phone-modal-input-group .phone-modal-country-menu::-webkit-scrollbar-track{background:#f7f8fc;border-radius:4px}.phone-modal .phone-modal-input-group .phone-modal-country-menu::-webkit-scrollbar-thumb{background:#c8cfe6;border-radius:4px}.phone-modal .phone-modal-input-group .phone-modal-country-menu::-webkit-scrollbar-thumb:hover{background:#a8b4d8}.phone-modal .phone-modal-input-group .phone-modal-country-option{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.6rem .8rem;border:none;background:transparent;cursor:pointer;font-family:inherit;font-size:.9rem;color:#2b2c30;text-align:left;border-radius:10px;transition:background .15s ease}.phone-modal .phone-modal-input-group .phone-modal-country-option:hover{background:#f0f2ff}.phone-modal .phone-modal-input-group .phone-modal-country-option.is-active{background:#e6eaff;font-weight:600}.phone-modal .phone-modal-input-group .phone-modal-country-option-code{font-weight:600;color:#667eea;margin-left:.8rem}.phone-modal .phone-modal-input-group .phone-modal-separator{width:1px;height:26px;background:#d2d2d2;margin:0 .2rem;border-radius:1px}.phone-modal .phone-modal-input-group .phone-modal-prefix{font-weight:600;color:#333;margin-left:.2rem}.phone-modal .phone-modal-input-group .phone-modal-code-input{display:none}.phone-modal .phone-modal-input-group label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.5rem}.phone-modal .phone-modal-input-group input[type=tel]{width:100%;padding:.6rem;border:none;border-radius:999px;font-size:1rem;transition:all .2s ease;font-family:inherit;background:transparent}.phone-modal .phone-modal-input-group input[type=tel]::placeholder{color:#999;opacity:1}.phone-modal .phone-modal-input-group input[type=tel]:focus{outline:none;background:transparent}.phone-modal .phone-modal-input-group input[type=tel].error{color:#e74c3c}.phone-modal .phone-modal-input-group input[type=tel]:disabled{background:transparent;cursor:not-allowed}.phone-modal .phone-modal-input-group input[type=tel]:-webkit-autofill,.phone-modal .phone-modal-input-group input[type=tel]:-webkit-autofill:hover,.phone-modal .phone-modal-input-group input[type=tel]:-webkit-autofill:focus,.phone-modal .phone-modal-input-group input[type=tel]:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#333!important;transition:background-color 5000s ease-in-out 0s}.phone-modal .phone-modal-input-group .phone-modal-hint{display:block;font-size:.8rem;color:#999;margin-top:.4rem}.phone-modal .phone-modal-input-group .phone-modal-error{display:block;font-size:.85rem;color:#e74c3c;margin-top:.5rem;font-weight:500}.phone-modal .phone-modal-phone-input{display:none}.phone-modal .phone-modal-submit{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.phone-modal .phone-modal-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.phone-modal .phone-modal-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}@media(max-width:600px){.phone-modal{padding:2rem 1.5rem}.phone-modal h2{font-size:1.5rem}.phone-modal .phone-modal-input-group .phone-modal-inline{flex-direction:column;align-items:stretch;border-radius:16px;padding:.6rem}.phone-modal .phone-modal-input-group .phone-modal-separator{display:none}.phone-modal .phone-modal-input-group .phone-modal-code-input{width:100%;max-width:none}}.grid-section{width:1400px;padding:0 100px}.grid-section__items{display:grid;grid-template-columns:50% 50%}.grid-section__item{width:100%;background-color:#e9eef6;padding:3rem}.grid-section__item--no-padding{padding:0!important}.grid-section__item-title{font-weight:700;font-size:30px;margin-bottom:15px}.grid-section__item-description{font-weight:400;font-size:16px;color:#3a4f66;line-height:1.7rem;text-align:justify}.grid-section__item img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:768px){.grid-section{width:100%;padding:0}.grid-section__items{grid-template-columns:100%}.grid-section__item{padding:2rem}.grid-section__item-description{font-size:14px;margin-bottom:1rem}.grid-section__item:nth-of-type(3){order:4}.grid-section__item:nth-of-type(4){order:3}}@media screen and (min-width:769px)and (max-width:1400px){.grid-section{width:min(100%,1200px);padding:0}}.intro-section{display:flex;flex-direction:row;width:1400px}.intro-section__left{width:50%;padding:2rem}.intro-section__left img{width:100%;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.intro-section__right{width:50%;padding:2rem}.intro-section__title{font-size:42px;color:#222;margin-bottom:1rem;font-weight:700;margin-top:2rem}.intro-section__description{font-size:32px;color:#222;margin-bottom:3rem;font-weight:700}.intro-section__link{background-color:#eb5329;color:#fff;font-weight:600;text-align:center;padding:1.1rem 1.6rem;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;will-change:transform;transition:all .3s ease}.intro-section__link:hover{background-color:#f0633b;transform:translateY(-2px) scale(1.06)}@media screen and (max-width:768px){.intro-section{flex-direction:column-reverse;align-content:center;width:100%}.intro-section__left,.intro-section__right{width:100%;height:auto;padding:1rem}}@media screen and (max-width:768px){.intro-section__right{text-align:center}.intro-section__title{margin-top:0;font-size:32px}.intro-section__description{font-size:22px}}@media screen and (min-width:769px)and (max-width:1400px){.intro-section{width:min(1400px,100%)}}.logos-carousel{width:100%;padding:2rem;display:flex;flex-direction:column;align-items:center;align-content:center}.logos-carousel__title{margin:20px;font-size:32px;text-align:center;color:#192a3d}.logos-carousel__slogan{font-size:32px;color:#222;text-align:center;font-weight:700;max-width:1000px;margin:4rem}.logos-carousel__link{background-color:#eb5329;color:#fff;font-weight:600;text-align:center;padding:1.1rem 1.6rem;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;will-change:transform;transition:all .3s ease}.logos-carousel__link:hover{background-color:#f0633b;transform:translateY(-2px) scale(1.06)}.logos-carousel__container{height:150px;overflow-x:auto;padding:20px 0;scroll-behavior:smooth;height:auto;display:flex;flex-direction:row;align-items:center;align-content:center;justify-content:center;flex-wrap:wrap;gap:75px}.logos-carousel img{width:250px;margin:0 10px;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:auto;transition:transform .3s ease}.logos-carousel img:hover{transform:translateY(-4px) scale(1.05)}@media screen and (max-width:768px){.logos-carousel__slogan{margin:1rem;margin:2rem 0;font-size:28px}.logos-carousel__container{gap:50px}.logos-carousel img{width:70%;margin:0;padding:0}}.panel-grid{width:1400px}.panel-grid__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem;padding:20px;line-height:1.6rem}.panel-grid__title{font-size:42px;font-weight:700;margin-bottom:20px;text-align:center;color:#222}.panel-grid__panel{border-radius:8px;padding:15px;box-shadow:0 2px 4px #0000001a;border:1px solid rgba(102,126,234,.1);transition:all .3s ease;text-align:center}.panel-grid__panel:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 12px 24px #667eea26;border-color:#667eea4d}.panel-grid__panel-icon{width:80px;height:80px;margin:0 auto 15px;background-size:contain;background-repeat:no-repeat;background-position:center}.panel-grid__panel-title{font-size:18px;font-weight:700;margin-bottom:10px;color:#192a3d}.panel-grid__panel-text{font-size:16px;font-weight:400;color:#3a4f66}@media screen and (max-width:768px){.panel-grid{width:100%}.panel-grid__container{grid-template-columns:1fr;gap:2rem}.panel-grid__title{margin:.5rem;font-size:32px}.panel-grid__panel{padding:10px}.panel-grid__panel-title{font-size:16px}.panel-grid__panel-text{font-size:14px}}@media screen and (min-width:769px)and (max-width:1400px){.panel-grid{width:min(100%,1400px)}}.title-text-section{text-align:center;padding:5rem;background-color:#e5eef6;width:100%;display:flex;justify-content:center}.title-text-section__container{width:1000px}.title-text-section__title{font-size:42px;color:#222;margin-bottom:1rem}.title-text-section__text{font-size:16px;color:#3a4f66;line-height:1.6rem}@media screen and (max-width:768px){.title-text-section{padding:2rem}.title-text-section__container{width:100%}.title-text-section__title{font-size:32px}.title-text-section__text{font-size:14px}}.chat-widget{position:fixed;bottom:var(--bottom);right:var(--right);width:375px;z-index:999}.chat-widget *{box-sizing:border-box;font-family:sans-serif}@media screen and (max-width:768px){.chat-widget{right:0;width:100%}}.widget-bubble{position:fixed;bottom:var(--bottom);right:var(--right);z-index:9999}.widget-bubble__container{width:3.6rem;height:3.6rem;padding:.3rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background:linear-gradient(90deg,var(--from),var(--to))}.widget-bubble__icon{width:90%;height:90%;background-size:contain}.widget-bubble__icon--open{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%20512%20512'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3echevron-down%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='add'%20fill='%23000000'%20transform='translate(80.915055,%20157.440000)'%3e%3cpolygon%20id='Path-19'%20points='320%200%20350.169889%2030.1698893%20175.084945%20205.254834%200%2030.1698893%2030.1698893%200%20175.084945%20144.898278'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e");transform:rotate(180deg)}.widget-bubble__icon--close{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%20512%20512'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3echevron-down%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='add'%20fill='%23000000'%20transform='translate(80.915055,%20157.440000)'%3e%3cpolygon%20id='Path-19'%20points='320%200%20350.169889%2030.1698893%20175.084945%20205.254834%200%2030.1698893%2030.1698893%200%20175.084945%20144.898278'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.company-info-section{background:#f9f9f9;padding:2.5rem 2rem 4rem;width:100%;max-width:1400px;margin:0 auto}.company-info-section__container{width:100%;margin:0 auto;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:box-shadow .3s ease}.company-info-section__container:hover{box-shadow:0 6px 30px #0000001f}.company-info-section__title{font-size:1.8rem;font-weight:700;color:#333;margin:0;text-align:center}.company-info-section__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2.5rem}.company-info-section__column{display:flex;flex-direction:column}.company-info-section__subtitle{font-size:1.3rem;font-weight:600;color:#333;margin:0}.company-info-section__description{font-size:1rem;color:#666;line-height:1.6;margin:.5rem 0}.company-info-section__description a{color:var(--color-primary);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s ease}.company-info-section__description a:hover{color:#5a6fd8}.company-info-section__description .email-icon,.company-info-section__description .phone-icon{width:20px;height:20px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center}.company-info-section__description .email-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23667eea' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E")}.company-info-section__description .phone-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23667eea' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")}@media(max-width:1024px){.company-info-section__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.company-info-section{padding:3rem 1.5rem}.company-info-section__container{padding:2rem}.company-info-section__title{font-size:1.5rem}.company-info-section__grid{grid-template-columns:1fr;gap:2rem}.company-info-section__subtitle{font-size:1.1rem}.company-info-section__description{font-size:.95rem}}@media(max-width:480px){.company-info-section{padding:2rem 1rem}.company-info-section__container{padding:1.5rem}.company-info-section__title{font-size:1.3rem}.company-info-section__subtitle{font-size:1rem}.company-info-section__description{font-size:.9rem}}.contact-section{display:flex;flex-direction:column;width:1400px;padding:3.5rem;color:#222;line-height:1.6rem}.contact-section a{color:#005da8;text-decoration:none}.contact-section a:hover{text-decoration:underline}.contact-section__container{display:flex;flex-direction:column;max-width:1000px;margin:0 auto}.contact-section__header{text-align:center;margin-bottom:.3rem}.contact-section__form{width:100%;padding:2rem;border-radius:15px;box-shadow:#d8d8d8 0 0 10px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;gap:1rem}.contact-section__form .input{width:100%}.contact-section__form .input label{margin-left:10px;line-height:1.8rem}.contact-section__form .input input,.contact-section__form .input textarea,.contact-section__form .input button{padding:.6rem;border:1px solid #000;border-radius:15px;width:100%;resize:vertical}.contact-section__form .input input:focus,.contact-section__form .input textarea:focus,.contact-section__form .input button:focus{outline:none;border-color:#263238;box-shadow:0 0 5px #26323880}.contact-section__form .input button{font-size:1rem;border:1px solid rgb(17.3829787234,22.8723404255,25.6170212766);background-color:#263238;transition:background-color .3s ease;color:#fff}.contact-section__form .input button:hover{background-color:#364850;cursor:pointer}.contact-section__tabs{display:inline-flex;align-items:center;gap:.6rem;margin:2.5rem auto 1.2rem;padding:.35rem;border-radius:999px;background:#e9edf1;box-shadow:inset 0 0 0 1px #d6dde4;width:100%;max-width:520px}.contact-section__tab{border:0;background:transparent;padding:.65rem 1.2rem;border-radius:999px;font-size:.95rem;font-weight:500;color:#435165;cursor:pointer;flex:1;text-align:center;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.contact-section__tab:hover{background:#dfe6ec}.contact-section__tab.is-active{background:#263238;color:#fff;font-weight:700;box-shadow:0 6px 16px #26323840;transform:translateY(-1px)}.contact-section__title{font-size:18px;font-weight:500;margin-bottom:.8rem;color:#3b3b3b}.contact-section__headline{font-size:28px;font-weight:700;margin-bottom:.6rem}.contact-section__list{display:inline-block;text-align:left}.contact-section__list-item{font-size:16px;font-weight:400;margin-left:25px;margin-top:5px}@media screen and (max-width:768px){.contact-section{padding:1.5rem;width:100%}.contact-section__container{max-width:100%}.contact-section__form{padding:1.5rem}.contact-section__tabs{margin-bottom:1rem;width:100%;justify-content:center;flex-wrap:wrap}.contact-section__title{font-size:16px;margin-bottom:.9rem}}@media screen and (min-width:769px)and (max-width:1400px){.contact-section{width:min(100%,1400px)}}.cancel-subscription-section{display:flex;flex-direction:column;justify-content:center;width:1400px;padding:5rem 3.5rem;color:#222;line-height:1.6rem}.cancel-subscription-section a{color:#005da8;text-decoration:none}.cancel-subscription-section a:hover{text-decoration:underline}.cancel-subscription-section__container{display:flex;flex-direction:column;max-width:700px;margin:0 auto}.cancel-subscription-section__header{text-align:center;margin-bottom:.5rem}.cancel-subscription-section__headline{font-size:28px;font-weight:700;margin-bottom:1rem}.cancel-subscription-section__description{font-size:16px;font-weight:400;margin-bottom:1.5rem;color:#3b3b3b}.cancel-subscription-section__form{display:flex;flex-direction:column;gap:2rem;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 16px #00000014}.cancel-subscription-section__input-group{display:flex;flex-direction:column}.cancel-subscription-section__input-group label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.5rem}.cancel-subscription-section__input-group .cancel-subscription-section__phone-input{display:flex;align-items:center;gap:.6rem;margin-top:.5rem;border:2px solid #ddd;border-radius:999px;padding:.2rem .6rem;background:#fff;transition:all .2s ease}.cancel-subscription-section__input-group .cancel-subscription-section__phone-input:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.cancel-subscription-section__input-group .cancel-subscription-section__phone-input.error{border-color:#e74c3c}.cancel-subscription-section__country-select{position:relative;flex-shrink:0}.cancel-subscription-section__country-trigger{display:flex;align-items:center;gap:.6rem;padding:.5rem .8rem;border:none;background:transparent;cursor:pointer;font-family:inherit;font-size:.9rem;color:#2b2c30;transition:opacity .2s ease;outline:none}.cancel-subscription-section__country-trigger:hover:not(:disabled){opacity:.8}.cancel-subscription-section__country-trigger:disabled{opacity:.6;cursor:not-allowed}.cancel-subscription-section__country-name{font-weight:500;white-space:nowrap}.cancel-subscription-section__country-code{font-weight:600;color:#667eea}.cancel-subscription-section__country-caret{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #2b2c30;margin-left:.2rem}.cancel-subscription-section__country-menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:22rem;max-width:28rem;max-height:18rem;overflow-y:auto;background:#fff;border:1px solid #d7dbe7;border-radius:14px;box-shadow:0 8px 24px #00000026;z-index:1000;padding:.4rem}.cancel-subscription-section__country-menu::-webkit-scrollbar{width:8px}.cancel-subscription-section__country-menu::-webkit-scrollbar-track{background:#f7f8fc;border-radius:4px}.cancel-subscription-section__country-menu::-webkit-scrollbar-thumb{background:#c8cfe6;border-radius:4px}.cancel-subscription-section__country-menu::-webkit-scrollbar-thumb:hover{background:#a8b4d8}.cancel-subscription-section__country-option{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.6rem .8rem;border:none;background:transparent;cursor:pointer;font-family:inherit;font-size:.9rem;color:#2b2c30;text-align:left;border-radius:10px;transition:background .15s ease}.cancel-subscription-section__country-option:hover{background:#f0f2ff}.cancel-subscription-section__country-option.is-active{background:#e6eaff;font-weight:600}.cancel-subscription-section__country-option-code{font-weight:600;color:#667eea;margin-left:.8rem}.cancel-subscription-section__separator{width:1px;height:26px;background:#d2d2d2;margin:0 .2rem;border-radius:1px}.cancel-subscription-section__input-group input[type=tel]{width:100%;padding:.6rem;border:none;border-radius:999px;font-size:1rem;transition:all .2s ease;font-family:inherit;background:transparent}.cancel-subscription-section__input-group input[type=tel]::placeholder{color:#999;opacity:1}.cancel-subscription-section__input-group input[type=tel]:focus{outline:none;background:transparent}.cancel-subscription-section__input-group input[type=tel].error{color:#e74c3c}.cancel-subscription-section__input-group input[type=tel]:disabled{background:transparent;cursor:not-allowed}.cancel-subscription-section__input-group input[type=tel]:-webkit-autofill,.cancel-subscription-section__input-group input[type=tel]:-webkit-autofill:hover,.cancel-subscription-section__input-group input[type=tel]:-webkit-autofill:focus,.cancel-subscription-section__input-group input[type=tel]:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#333!important;transition:background-color 5000s ease-in-out 0s}.cancel-subscription-section__error{display:block;font-size:.85rem;color:#e74c3c;margin-top:.5rem;font-weight:500}.cancel-subscription-section__mode-group{display:flex;flex-direction:column}.cancel-subscription-section__mode-group>label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:1rem}.cancel-subscription-section__mode-group .cancel-subscription-section__mode-options{display:flex;flex-direction:column;gap:1rem}.cancel-subscription-section__mode-group .cancel-subscription-section__radio-option{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.2rem;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .2s ease}.cancel-subscription-section__mode-group .cancel-subscription-section__radio-option:hover{border-color:#667eea;background:#667eea0d}.cancel-subscription-section__mode-group .cancel-subscription-section__radio-option input[type=radio]{width:20px;height:20px;min-width:20px;min-height:20px;margin-top:.2rem;cursor:pointer;accent-color:#667eea}.cancel-subscription-section__mode-group .cancel-subscription-section__radio-option input[type=radio]:disabled{cursor:not-allowed;opacity:.6}.cancel-subscription-section__mode-group .cancel-subscription-section__radio-option .cancel-subscription-section__radio-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.cancel-subscription-section__mode-group .cancel-subscription-section__radio-option .cancel-subscription-section__radio-label{display:block;font-weight:600;color:#2b2c30}.cancel-subscription-section__mode-group .cancel-subscription-section__radio-option .cancel-subscription-section__radio-desc{display:block;font-size:.85rem;color:#666}.cancel-subscription-section__mode-group .cancel-subscription-section__radio-option input[type=radio]:checked~.cancel-subscription-section__radio-content .cancel-subscription-section__radio-label,.cancel-subscription-section__mode-group .cancel-subscription-section__radio-option input[type=radio]:checked~.cancel-subscription-section__radio-content .cancel-subscription-section__radio-desc{color:#667eea}.cancel-subscription-section__button{padding:1rem 2.5rem;border:1px solid rgb(17.3829787234,22.8723404255,25.6170212766);background:#263238;color:#fff;font-weight:600;font-size:1rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:inherit;width:100%}.cancel-subscription-section__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #2632384d;background:#364850}.cancel-subscription-section__button:active:not(:disabled){transform:translateY(0)}.cancel-subscription-section__button:disabled{opacity:.7;cursor:not-allowed}.cancel-subscription-section__status{padding:1rem 1.5rem;border-radius:12px;font-weight:500;text-align:center;width:100%;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cancel-subscription-section__status--success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.cancel-subscription-section__status--error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media screen and (max-width:768px){.cancel-subscription-section{padding:1.5rem;width:100%}.cancel-subscription-section__container{max-width:100%}.cancel-subscription-section__headline{font-size:22px;margin-bottom:1rem}.cancel-subscription-section__description{font-size:14px;margin-bottom:1.5rem}.cancel-subscription-section__form{padding:1.5rem}.cancel-subscription-section__input-group .cancel-subscription-section__phone-input{flex-direction:column;align-items:stretch;border-radius:16px;padding:.6rem}.cancel-subscription-section__input-group .cancel-subscription-section__separator{display:none}.cancel-subscription-section__mode-group .cancel-subscription-section__mode-options .cancel-subscription-section__radio-option{gap:.6rem;padding:.8rem 1rem}.cancel-subscription-section__mode-group .cancel-subscription-section__mode-options .cancel-subscription-section__radio-option input[type=radio]{margin-top:0}.cancel-subscription-section__mode-group .cancel-subscription-section__mode-options .cancel-subscription-section__radio-option .cancel-subscription-section__radio-content{gap:.2rem}}@media screen and (min-width:769px)and (max-width:1400px){.cancel-subscription-section{width:min(100%,1400px)}}:root{--from: $accent-green;--to: $accent-2}.cancel-subscription-result-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f9f9f9;font-family:Montserrat,sans-serif}.result-container{background:#fff;border-radius:16px;padding:3rem 2.5rem;max-width:600px;width:100%;text-align:center;box-shadow:0 4px 20px #00000014;animation:slideUp .6s ease-out;transition:box-shadow .3s ease}.result-container:hover{box-shadow:0 6px 30px #0000001f}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.result-icon{width:120px;height:120px;margin:0 auto 2rem;animation:scaleIn .5s ease-out .2s both}.result-icon svg{width:100%;height:100%}.result-icon__circle{stroke:#263238;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:strokeCircle .6s ease-out .3s forwards}.result-icon__mark{stroke:#263238;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:strokeCheck .4s ease-out .8s forwards}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes strokeCircle{to{stroke-dashoffset:0}}@keyframes strokeCheck{to{stroke-dashoffset:0}}.result-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem;animation:fadeIn .6s ease-out .4s both}.result-message{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2.5rem;animation:fadeIn .6s ease-out .5s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.result-details{display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem;animation:fadeIn .6s ease-out .6s both;text-align:left}.detail-group__title{font-size:1rem;font-weight:600;color:#333;margin-bottom:1rem;text-align:center}.detail-group__title{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;color:#333;margin-bottom:1rem;text-align:left}.detail-group__icon{width:24px;height:24px;flex-shrink:0;color:#263238}.detail-group__icon--failed{color:#f44336}.subscription-list{display:flex;flex-direction:column;gap:.75rem}.subscription-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #e8e8e8;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.subscription-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d0d0d0}.subscription-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.subscription-label{font-size:.85rem;font-weight:500;color:#999;text-transform:uppercase;letter-spacing:.5px}.subscription-id{font-size:1rem;color:#333;font-weight:600;word-break:break-all}.button-group{display:flex;gap:1rem;margin-bottom:1.5rem;animation:fadeIn .6s ease-out .7s both}.primary-button{padding:1rem 2rem;font-size:1.1rem;font-weight:600;color:#fff;background-color:#263238;border:1px solid rgb(17.3829787234,22.8723404255,25.6170212766);border-radius:15px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 16px #26323840;animation:fadeIn .6s ease-out .7s both;font-family:Montserrat,sans-serif}.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #26323859;background-color:#364850}.primary-button:active{transform:translateY(0)}.result-container>.primary-button{width:100%;margin-bottom:1.5rem}.button-group .primary-button{flex:1}.secondary-button{flex:1;padding:1rem 2rem;font-size:1.1rem;font-weight:600;color:#263238;background-color:transparent;border:2px solid #263238;border-radius:15px;cursor:pointer;transition:all .3s ease;font-family:Montserrat,sans-serif}.secondary-button:hover{transform:translateY(-2px);background-color:#263238;color:#fff;box-shadow:0 6px 16px #26323840}.secondary-button:active{transform:translateY(0)}.result-note{font-size:.9rem;color:#999;animation:fadeIn .6s ease-out .8s both}@media(max-width:768px){.cancel-subscription-result-page{padding:1rem}.result-container{padding:2rem 1.5rem}.result-icon{width:100px;height:100px}.result-title{font-size:2rem}.result-message{font-size:1rem}.subscription-item span{font-size:.9rem}.button-group{flex-direction:column}.primary-button,.secondary-button{font-size:1rem;padding:.875rem 1.5rem}}@media(max-width:480px){.result-title{font-size:1.75rem}.result-icon{width:80px;height:80px}}
