@keyframes dropdownSlideIn{0%{opacity:0;transform:translateX(-50%) translateY(-20px) scale(.95)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}@keyframes dropdownSlideOut{0%{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}to{opacity:0;transform:translateX(-50%) translateY(-20px) scale(.95)}}@keyframes dropdownItemSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes buttonPulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.app-header{--header-height:0px;align-items:center;display:flex;justify-content:space-between;left:0;padding:30px 0;position:fixed;top:0;transition:.3s;width:100%;z-index:1000}@media screen and (max-width:992px){.app-header{padding:24px 0}}.app-header.filled{background-color:#000}.app-header.collapsed{background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 0 1px #0000000d}.app-header.collapsed .app-header-logo-light{display:none}.app-header.collapsed .app-header-logo-dark{display:flex}.app-header-logo{align-items:center;display:flex;margin-right:48px}.app-header-logo-dark{display:none}.app-header-nav{align-items:center;display:flex;width:100%}@media screen and (max-width:992px){.app-header-nav{flex-direction:column}.app-header-nav.hidden{height:0;opacity:0;visibility:hidden}}.app-header-menu{display:flex;justify-content:space-between;margin-right:auto;transition:.8s}@media screen and (max-width:992px){.app-header-menu{flex-wrap:wrap;margin-top:50px;width:100%}}.app-header-menu li{cursor:pointer;margin-right:32px;position:relative;transition:opacity .2s ease}@media screen and (max-width:992px){.app-header-menu li{margin-bottom:16px;margin-right:0;width:50%}}.app-header-menu li:hover{opacity:.7}.app-header-menu li span{align-items:center;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:17px;font-weight:600;justify-content:center;letter-spacing:-.01em;line-height:1.2;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.app-header-menu li span:after{background:linear-gradient(90deg,#dbfa60,#542fbe);border-radius:1px;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s cubic-bezier(.4,0,.2,1);width:0}@media screen and (max-width:992px){.app-header-menu li span{color:#1c1c1c;font-size:18px;font-weight:600;justify-content:flex-start}}.app-header-menu li span img{margin-left:8px;transition:transform .2s ease}.app-header-menu li span:hover{color:#dbfa60;text-shadow:0 0 8px #dbfa604d}.app-header-menu li span:hover:after{width:calc(100% - 20px)}.app-header-menu li span:hover img{transform:translateX(2px) scale(1.1)}@media screen and (max-width:992px){.app-header-menu li span:hover{color:#1c1c1ccc;text-shadow:none}.app-header-menu li span:hover:after{display:none}}.app-header-menu-dropdown{filter:brightness(1);transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform}.app-header-menu-dropdown.active{filter:brightness(1.2);transform:rotate(180deg) scale(1.1)}.app-header-menu-collapsed{animation:dropdownSlideIn .3s cubic-bezier(.4,0,.2,1) forwards;display:flex;left:50%;max-width:calc(100vw - 64px);min-width:min(1000px,100vw - 64px);padding-top:60px;position:absolute;top:57px;transform:translateX(-50%) translateY(0);transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s ease,transform .3s cubic-bezier(.4,0,.2,1);width:auto;z-index:1002}@media screen and (max-width:1200px){.app-header-menu-collapsed{min-width:calc(100vw - 64px)}}@media screen and (max-width:992px){.app-header-menu-collapsed{animation:none;left:0;max-width:none;min-width:auto;padding-top:16px;position:relative;top:0;transform:none;width:100%}}.app-header-menu-collapsed .container{max-width:none;padding:0;width:100%}@media screen and (min-width:1200px){.app-header-menu-collapsed .container{padding:0 16px}}.app-header-menu-collapsed-wrap{align-items:stretch;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#fff;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #0000000d;display:flex;flex-wrap:wrap;gap:20px;height:auto;justify-content:flex-start;padding:48px 32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}@media screen and (min-width:1200px){.app-header-menu-collapsed-wrap{max-height:calc(100svh - var(--header-height));overflow-y:auto}}@media screen and (max-width:992px){.app-header-menu-collapsed-wrap{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;flex-direction:column;margin:0 16px;padding:16px}}.app-header-menu-collapsed-item{animation:dropdownItemSlideIn .4s cubic-bezier(.4,0,.2,1) forwards;background:#f8f9fa4d;border:1px solid #0000000f;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;height:auto;justify-content:space-between;margin-bottom:16px;min-width:0;overflow:hidden;padding:16px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:calc(50% - 10px)}.app-header-menu-collapsed-item:first-child{animation-delay:0s}.app-header-menu-collapsed-item:nth-child(2){animation-delay:.05s}.app-header-menu-collapsed-item:nth-child(3){animation-delay:.1s}.app-header-menu-collapsed-item:nth-child(4){animation-delay:.15s}.app-header-menu-collapsed-item:nth-child(5){animation-delay:.2s}.app-header-menu-collapsed-item:nth-child(6){animation-delay:.25s}.app-header-menu-collapsed-item:nth-child(7){animation-delay:.3s}.app-header-menu-collapsed-item:nth-child(8){animation-delay:.35s}.app-header-menu-collapsed-item:nth-child(9){animation-delay:.4s}.app-header-menu-collapsed-item:nth-child(10){animation-delay:.45s}.app-header-menu-collapsed-item:nth-child(11){animation-delay:.5s}.app-header-menu-collapsed-item:nth-child(12){animation-delay:.55s}.app-header-menu-collapsed-item:nth-child(13){animation-delay:.6s}.app-header-menu-collapsed-item:nth-child(14){animation-delay:.65s}.app-header-menu-collapsed-item:nth-child(15){animation-delay:.7s}.app-header-menu-collapsed-item:nth-child(16){animation-delay:.75s}.app-header-menu-collapsed-item:nth-child(17){animation-delay:.8s}.app-header-menu-collapsed-item:nth-child(18){animation-delay:.85s}.app-header-menu-collapsed-item:nth-child(19){animation-delay:.9s}.app-header-menu-collapsed-item:nth-child(20){animation-delay:.95s}.app-header-menu-collapsed-item:before{background:linear-gradient(135deg,#dbfa6008,#542fbe08);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:-1}.app-header-menu-collapsed-item:hover{background:#f8f9facc;border-color:#542fbe26;box-shadow:0 8px 25px #0000001f,0 4px 12px #542fbe14;transform:translateY(-3px) scale(1.01)}.app-header-menu-collapsed-item:hover:before{opacity:1}.app-header-menu-collapsed-item:hover .app-header-menu-collapsed-item-icon{transform:scale(1.05) rotate(2deg)}.app-header-menu-collapsed-item[data-category]:not([data-category=""]){margin-top:8px}@media screen and (max-width:992px){.app-header-menu-collapsed-item{align-items:center;background:#f8f9fae6;border:1px solid #00000014;border-radius:10px;display:flex;flex-direction:row;margin-bottom:6px;min-height:60px;padding:14px 16px;position:relative;transition:all .2s ease;width:100%}.app-header-menu-collapsed-item:after{color:#3a445966;content:"→";font-size:16px;position:absolute;right:16px;transition:all .2s ease}.app-header-menu-collapsed-item:active,.app-header-menu-collapsed-item:hover{background:#f8f9fa;border-color:#542fbe40;box-shadow:0 3px 12px #0000001f;transform:none}.app-header-menu-collapsed-item:active:after,.app-header-menu-collapsed-item:hover:after{color:#542fbe;transform:translateX(2px)}.app-header-menu-collapsed-item:last-child{margin-bottom:0}}.app-header-menu-collapsed-item-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}@media screen and (max-width:992px){.app-header-menu-collapsed-item-content{align-items:center;flex-direction:row;justify-content:flex-start;width:100%}}.app-header-menu-collapsed-item-content h5{color:#262d3a;font-size:18px;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin-bottom:4px}@media screen and (max-width:992px){.app-header-menu-collapsed-item-content h5{color:#262d3a;flex:1 1;font-size:15px;font-weight:600;line-height:1.2;margin-bottom:0}}.app-header-menu-collapsed-item-content p{color:#3a4459;font-size:15px;font-weight:400;line-height:1.4;margin-top:6px}@media screen and (max-width:992px){.app-header-menu-collapsed-item-content p{display:none}}.app-header-menu-collapsed-item-icon{align-items:center;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-bottom:14px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px}@media screen and (max-width:992px){.app-header-menu-collapsed-item-icon{align-items:center;display:flex;flex-shrink:0;height:36px;justify-content:center;margin-bottom:0;margin-right:14px;width:36px}}@media screen and (max-width:768px){.app-header-menu-collapsed-item-icon{height:36px;width:36px}}.app-header-menu-collapsed-item-icon img{height:100%;object-fit:contain;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.app-header-menu-collapsed-item-icon.needs-dark-filter img{filter:brightness(0) saturate(100%) invert(25%) sepia(8%) saturate(1500%) hue-rotate(200deg) brightness(90%) contrast(110%)}@media screen and (max-width:992px){.app-header-menu-collapsed-item-icon img{border-radius:6px;box-shadow:0 2px 8px #0000001a;opacity:1!important}.app-header-menu-collapsed-item-icon.needs-dark-filter img{filter:brightness(0) saturate(100%) invert(25%) sepia(8%) saturate(1500%) hue-rotate(200deg) brightness(90%) contrast(110%)!important}}.app-header-menu-collapsed-item-link{align-items:center;color:#262d3a;display:flex;font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-top:auto;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:992px){.app-header-menu-collapsed-item-link{display:none}}.app-header-menu-collapsed-item-link:hover{color:#542fbe;transform:translateX(2px)}.app-header-menu-collapsed-item-link:hover img{margin-left:8px;transform:translateX(2px)}.app-header-menu-collapsed-item-link img{height:100%;margin-left:4px;max-height:20px;transition:all .3s cubic-bezier(.4,0,.2,1);width:auto}.app-header-menu-collapsed-item a:not(.app-header-menu-collapsed-item-link){margin-bottom:15px}@media screen and (max-width:992px){.app-header-menu-collapsed-item a:not(.app-header-menu-collapsed-item-link){margin-bottom:0}}.app-header-menu-collapsed-category-header{border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:14px;font-weight:600;letter-spacing:.5px;margin:24px 0 16px;padding-bottom:8px;position:relative;text-transform:uppercase;width:100%}.app-header-menu-collapsed-category-header:after{background:linear-gradient(90deg,#dbfa60,#542fbe);border-radius:1px;bottom:-1px;content:"";height:2px;left:0;position:absolute;width:40px}.app-header-menu-collapsed-category-header:first-child{margin-top:0}@media screen and (max-width:992px){.app-header-menu-collapsed-category-header{border-bottom:1px solid #542fbe33;color:#542fbe;font-size:12px;font-weight:700;margin:20px 0 12px;padding:8px 0}.app-header-menu-collapsed-category-header:after{height:1.5px;width:60px}}.app-header-menu-collapsed-carriers-operators-row{display:flex;gap:20px;margin-bottom:16px;width:100%}@media screen and (max-width:992px){.app-header-menu-collapsed-carriers-operators-row{flex-direction:column;gap:8px}}.app-header-menu-collapsed-carriers-operators-row .app-header-menu-collapsed-item{margin-bottom:0;position:relative;width:calc(50% - 10px)}@media screen and (max-width:992px){.app-header-menu-collapsed-carriers-operators-row .app-header-menu-collapsed-item{margin-bottom:8px;width:100%}}.app-header-menu-collapsed.hidden{animation:dropdownSlideOut .2s cubic-bezier(.4,0,1,1) forwards;opacity:0;pointer-events:none;transform:translateX(-50%) translateY(-20px);visibility:hidden}@media screen and (max-width:992px){.app-header-menu-collapsed.hidden{transform:translateY(-10px)}}.app-header-toggler{align-items:stretch;cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;position:relative;width:24px}@media screen and (max-width:992px){.app-header-toggler{display:flex}}.app-header-toggler.active .app-header-toggler-line{background-color:#262d3a}.app-header-toggler.active .app-header-toggler-line.one{top:50%;transform:translateY(-50%) rotate(45deg)}.app-header-toggler.active .app-header-toggler-line.two{opacity:0}.app-header-toggler.active .app-header-toggler-line.three{top:-50%;transform:translateY(50%) rotate(-45deg)}.app-header-toggler-line{background-color:#fff;border-radius:2px;height:2px;position:relative;transform-origin:center;transition:.3s;width:24px}.app-header-dropdown-backdrop{background-color:#0000;cursor:default;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1001}.app-header-btns{display:flex}@media screen and (max-width:992px){.app-header-btns{flex-direction:column;margin-top:24px;width:100%}}.app-header-btns a{margin-left:16px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:124px}.app-header-btns a.green:before{animation:buttonPulse 3s ease-in-out infinite;background:linear-gradient(135deg,#dbfa601a,#0000);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0}.app-header-btns a.green:hover{box-shadow:0 8px 25px #dbfa604d;transform:translateY(-2px)}@media screen and (max-width:992px){.app-header-btns a{font-size:16px;font-weight:600;margin-bottom:10px;margin-left:0;max-width:none!important;min-height:42px;min-width:140px!important;padding:12px 24px;width:100%!important}.app-header-btns a:last-child{margin-bottom:0}}.app-header .container{align-items:center;flex-wrap:nowrap}@media screen and (max-width:992px){.app-header .container{flex-wrap:wrap}}.app-header .badge{border-radius:8px;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.5px;margin-left:6px;padding:2px 6px;text-transform:uppercase}.app-header .badge.beta{background-color:#dbfa60;border:1px solid #dbfa60;color:#542fbe}.main-hero{background-color:#000;border-radius:0 0 16px 16px;height:auto;min-height:100vh;padding-bottom:64px;padding-top:194px;position:relative}@media screen and (max-width:992px){.main-hero{padding-bottom:56px;padding-top:128px}}.main-hero-bcg{position:absolute}.main-hero-bcg.one{bottom:0;left:0;width:54%}@media screen and (max-width:768px){.main-hero-bcg.one{bottom:0;left:0;width:100%}}.main-hero-bcg.second{bottom:45%;right:35%}@media screen and (max-width:768px){.main-hero-bcg.second{bottom:40%;right:60%;transform:translate(50%,50%)}}.main-hero-bcg img{height:auto;width:100%}.main-hero-wrap{align-items:center;display:flex;justify-content:space-between;position:relative;width:100%}@media screen and (max-width:992px){.main-hero-wrap{align-items:flex-start;flex-direction:column}}.main-hero-content{max-width:600px}@media screen and (max-width:992px){.main-hero-content{margin-bottom:32px;max-width:none}}.main-hero-content h1{color:#fff;font-size:72px;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:0}@media screen and (max-width:1200px){.main-hero-content h1{font-size:64px}}@media screen and (max-width:992px){.main-hero-content h1{font-size:48px;line-height:1.2}}@media screen and (max-width:768px){.main-hero-content h1{font-size:36px;line-height:1.2}}.main-hero-content h1 span{color:#dbfa60;font-weight:inherit}.main-hero-content p{color:#ffffffd9;font-size:22px;font-weight:400;line-height:1.5;margin-top:24px;max-width:550px}@media screen and (max-width:992px){.main-hero-content p{font-size:20px;max-width:480px}}@media screen and (max-width:768px){.main-hero-content p{font-size:18px;line-height:1.6;max-width:none}}.main-hero-content-link{align-items:center;color:#fff;display:flex;font-size:16px;font-weight:500;line-height:24px;margin-top:32px;position:relative}.main-hero-content-link-arrow{align-items:center;background-color:#dbfa60;border-radius:50%;display:flex;height:42px;justify-content:center;margin-right:10px;width:42px}.main-hero-img{margin-right:calc(-50vw + 50%);position:relative}@media screen and (max-width:992px){.main-hero-img{align-self:flex-end}}.main-hero-img.circle:after{background:linear-gradient(179.97deg,#fff0 -18.04%,#ffffff0a 99.98%);border-radius:50%;content:"";height:50vw;position:absolute;right:-50%;top:-20%;width:50vw;z-index:0}@media screen and (max-width:768px){body,html{max-width:100vw;overflow-x:hidden}}.whatsapp-voice-calling{min-height:100vh;overflow-x:hidden;position:relative;width:100%}@media screen and (max-width:768px){.whatsapp-voice-calling{max-width:100vw}}.whatsapp-voice-calling .app-home-hero-img-wrap{pointer-events:none;position:relative;-webkit-user-select:none;user-select:none;width:45vw}@media screen and (max-width:992px){.whatsapp-voice-calling .app-home-hero-img-wrap{width:65vw}}@media screen and (max-width:768px){.whatsapp-voice-calling .app-home-hero-img-wrap{width:calc(100vw - 16px)}}.whatsapp-voice-calling .app-home-hero-img-wrap svg{height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}.whatsapp-voice-calling .whatsapp-hero{min-height:70vh;padding-bottom:60px;padding-top:140px}@media screen and (max-width:992px){.whatsapp-voice-calling .whatsapp-hero{min-height:65vh;padding-bottom:50px;padding-top:120px}}@media screen and (max-width:768px){.whatsapp-voice-calling .whatsapp-hero{min-height:60vh;padding-bottom:40px;padding-top:100px}}.whatsapp-voice-calling .whatsapp-hero .main-hero-content{max-width:600px}.whatsapp-voice-calling .whatsapp-hero .main-hero-content .hero-badge{align-items:center;background:#dbfa6026;border:1px solid #dbfa6059;border-radius:24px;color:#dbfa60;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:700;gap:8px;letter-spacing:.75px;margin-bottom:20px;padding:8px 16px;text-transform:uppercase}.whatsapp-voice-calling .whatsapp-hero .main-hero-content .hero-badge svg{stroke:#dbfa60;height:14px;width:14px}@media screen and (max-width:768px){.whatsapp-voice-calling .whatsapp-hero .main-hero-content .hero-badge{font-size:12px;letter-spacing:.6px;margin-bottom:16px;padding:6px 12px}}.whatsapp-voice-calling .whatsapp-hero .main-hero-content h1{color:#fff;font-size:72px;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:0}@media screen and (max-width:1200px){.whatsapp-voice-calling .whatsapp-hero .main-hero-content h1{font-size:64px}}@media screen and (max-width:992px){.whatsapp-voice-calling .whatsapp-hero .main-hero-content h1{font-size:48px;line-height:1.2}}@media screen and (max-width:768px){.whatsapp-voice-calling .whatsapp-hero .main-hero-content h1{font-size:36px;line-height:1.2}}.whatsapp-voice-calling .whatsapp-hero .main-hero-content h1 span{color:#dbfa60;font-weight:inherit}.whatsapp-voice-calling .whatsapp-hero .main-hero-content p{color:#ffffffd9;font-size:22px;font-weight:400;line-height:1.5;margin-top:24px;max-width:550px}@media screen and (max-width:992px){.whatsapp-voice-calling .whatsapp-hero .main-hero-content p{font-size:20px;max-width:480px}}@media screen and (max-width:768px){.whatsapp-voice-calling .whatsapp-hero .main-hero-content p{font-size:18px;line-height:1.6;max-width:none}}.whatsapp-voice-calling .whatsapp-hero .main-hero-content .hero-button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;gap:12px;letter-spacing:-.01em;padding:18px 28px;text-decoration:none;transition:all .3s ease}.whatsapp-voice-calling .whatsapp-hero .main-hero-content .hero-button img{height:16px;width:16px}.whatsapp-voice-calling .whatsapp-hero .main-hero-content .hero-button.primary{background:#dbfa60;color:#262d3a}.whatsapp-voice-calling .whatsapp-hero .main-hero-content .hero-button.primary:hover{background:#c5e156;box-shadow:0 10px 20px #0000004d;transform:translateY(-2px)}.whatsapp-voice-calling .whatsapp-hero .main-hero-content .hero-button.secondary{background:#ffffff1a;border:1px solid #fff3;color:#fff}.whatsapp-voice-calling .whatsapp-hero .main-hero-content .hero-button.secondary:hover{background:#ffffff26;box-shadow:0 10px 20px #0000004d;transform:translateY(-2px)}@media screen and (max-width:768px){.whatsapp-voice-calling .whatsapp-hero .main-hero-content .hero-button{font-size:14px;padding:14px 20px}}.whatsapp-voice-calling .whatsapp-hero .cta-secondary{align-items:center;background:#0000;border:2px solid #ffffff4d;border-radius:12px;color:#fff;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;margin-top:32px;padding:16px 32px;text-decoration:none;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.whatsapp-voice-calling .whatsapp-hero .cta-secondary:hover{background:#ffffff1a;border-color:#ffffff80;box-shadow:0 8px 24px #0000004d;transform:translateY(-2px)}.whatsapp-voice-calling .whatsapp-hero .cta-secondary .main-hero-content-link-arrow{align-items:center;background-color:#dbfa60;border-radius:50%;display:flex;height:42px;justify-content:center;margin-right:10px;width:42px}@media screen and (max-width:768px){.whatsapp-voice-calling .whatsapp-hero .cta-secondary{font-size:14px;padding:14px 24px}}.whatsapp-voice-calling .whatsapp-main{background:#fff;padding:120px 0 100px;position:relative}@media screen and (max-width:992px){.whatsapp-voice-calling .whatsapp-main{padding:80px 0 60px}}@media screen and (max-width:768px){.whatsapp-voice-calling .whatsapp-main{padding:60px 0 50px}}.whatsapp-voice-calling .whatsapp-main .container{align-items:center;flex-direction:column;max-width:1200px}.whatsapp-voice-calling .section{margin-bottom:100px;width:100%}@media screen and (max-width:992px){.whatsapp-voice-calling .section{margin-bottom:80px}}@media screen and (max-width:768px){.whatsapp-voice-calling .section{margin-bottom:60px}}.whatsapp-voice-calling .section .section-header{margin-bottom:60px;text-align:center;width:100%}@media screen and (max-width:992px){.whatsapp-voice-calling .section .section-header{margin-bottom:50px}}@media screen and (max-width:768px){.whatsapp-voice-calling .section .section-header{margin-bottom:40px;padding:0;text-align:center}}.whatsapp-voice-calling .section .section-header h2{word-wrap:break-word;color:#262d3a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:32px;font-weight:600;letter-spacing:-.02em;line-height:1.25;margin-bottom:16px;overflow-wrap:break-word}@media screen and (max-width:992px){.whatsapp-voice-calling .section .section-header h2{font-size:28px;letter-spacing:-.015em}}@media screen and (max-width:768px){.whatsapp-voice-calling .section .section-header h2{font-size:24px;letter-spacing:-.01em}}.whatsapp-voice-calling .section .section-header p{word-wrap:break-word;color:#3a4459;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:1.6;margin:0 auto;max-width:700px;overflow-wrap:break-word}@media screen and (max-width:992px){.whatsapp-voice-calling .section .section-header p{font-size:15px;line-height:1.65}}@media screen and (max-width:768px){.whatsapp-voice-calling .section .section-header p{font-size:14px;line-height:1.7;max-width:100%}}.whatsapp-voice-calling .overview-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1000px;width:100%}@media screen and (max-width:992px){.whatsapp-voice-calling .overview-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.whatsapp-voice-calling .overview-grid{gap:20px;grid-template-columns:1fr}}.whatsapp-voice-calling .overview-card{background:#fff;border:2px solid #542fbe1f;border-radius:16px;box-shadow:0 2px 8px #542fbe14;overflow:hidden;padding:24px;position:relative;text-align:left;transition:all .3s ease;width:100%}@media screen and (max-width:768px){.whatsapp-voice-calling .overview-card,.whatsapp-voice-calling .overview-card h3,.whatsapp-voice-calling .overview-card p{text-align:center}}.whatsapp-voice-calling .overview-card:before{background:linear-gradient(90deg,#542fbe,#dbfa60);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:transform .4s ease}.whatsapp-voice-calling .overview-card:hover{background:#542fbe05;border-color:#542fbe4d;box-shadow:0 12px 40px #542fbe2e;transform:translateY(-4px)}.whatsapp-voice-calling .overview-card:hover:before{transform:translateX(0)}@media screen and (max-width:768px){.whatsapp-voice-calling .overview-card{padding:20px}}.whatsapp-voice-calling .overview-card .card-icon{align-items:center;background:linear-gradient(135deg,#dbfa60,#b8e836);border-radius:12px;display:flex;height:48px;justify-content:center;margin:0 0 16px;width:48px}.whatsapp-voice-calling .overview-card .card-icon svg{stroke:#262d3a;height:24px;width:24px}.whatsapp-voice-calling .overview-card h3{color:#262d3a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 12px}@media screen and (max-width:768px){.whatsapp-voice-calling .overview-card h3{font-size:18px}}.whatsapp-voice-calling .overview-card p{color:#3a4459;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.6;margin:0}@media screen and (max-width:768px){.whatsapp-voice-calling .overview-card p{font-size:13px;line-height:1.65}}.whatsapp-voice-calling .audience-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1000px;width:100%}@media screen and (max-width:992px){.whatsapp-voice-calling .audience-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.whatsapp-voice-calling .audience-grid{gap:20px;grid-template-columns:1fr}}.whatsapp-voice-calling .audience-card{background:#fff;border:2px solid #542fbe1f;border-radius:16px;box-shadow:0 2px 8px #542fbe14;overflow:hidden;padding:24px;position:relative;transition:all .3s ease;width:100%}@media screen and (max-width:768px){.whatsapp-voice-calling .audience-card,.whatsapp-voice-calling .audience-card h3,.whatsapp-voice-calling .audience-card p{text-align:center}}.whatsapp-voice-calling .audience-card:before{background:linear-gradient(90deg,#542fbe,#dbfa60);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:transform .4s ease}.whatsapp-voice-calling .audience-card:hover{background:#542fbe05;border-color:#542fbe4d;box-shadow:0 12px 40px #542fbe2e;transform:translateY(-4px)}.whatsapp-voice-calling .audience-card:hover:before{transform:translateX(0)}@media screen and (max-width:768px){.whatsapp-voice-calling .audience-card{padding:20px}}.whatsapp-voice-calling .audience-card .audience-icon{align-items:center;background:linear-gradient(135deg,#542fbe,#531ea3);border-radius:12px;color:#fff;display:flex;height:48px;justify-content:center;margin:0 0 16px;width:48px}.whatsapp-voice-calling .audience-card .audience-icon svg{stroke:#fff;height:24px;width:24px}.whatsapp-voice-calling .audience-card h3{color:#262d3a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 12px}@media screen and (max-width:768px){.whatsapp-voice-calling .audience-card h3{font-size:18px}}.whatsapp-voice-calling .audience-card p{color:#3a4459;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.6;margin:0}@media screen and (max-width:768px){.whatsapp-voice-calling .audience-card p{font-size:13px;line-height:1.65}}.whatsapp-voice-calling .requirements-list{margin:0 auto;max-width:800px}.whatsapp-voice-calling .requirement-item{align-items:flex-start;background:#fff;border:2px solid #542fbe1f;border-radius:12px;box-shadow:0 2px 8px #542fbe14;display:flex;gap:16px;margin-bottom:16px;padding:20px;transition:all .3s ease}.whatsapp-voice-calling .requirement-item:hover{border-color:#542fbe33;transform:translateX(4px)}@media screen and (max-width:768px){.whatsapp-voice-calling .requirement-item{gap:12px;padding:16px}}.whatsapp-voice-calling .requirement-item .requirement-icon{align-items:center;background:linear-gradient(135deg,#dbfa60,#b8e836);border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.whatsapp-voice-calling .requirement-item .requirement-icon svg{stroke:#262d3a;height:20px;width:20px}.whatsapp-voice-calling .requirement-item .requirement-content h4{color:#262d3a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;margin:0 0 4px}.whatsapp-voice-calling .requirement-item .requirement-content p{color:#3a4459;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:400;line-height:1.5;margin:0}.whatsapp-voice-calling .included-table{background:#fff;border:2px solid #542fbe26;border-radius:12px;box-shadow:0 2px 12px #542fbe14;margin:0 auto;max-width:1000px;overflow:hidden}@media screen and (max-width:768px){.whatsapp-voice-calling .included-table{overflow-x:auto}}.whatsapp-voice-calling .table-header{background:#f6f7f8;color:#262d3a;display:grid;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:600;grid-template-columns:200px 1fr 1fr;letter-spacing:.5px;text-transform:uppercase}@media screen and (max-width:768px){.whatsapp-voice-calling .table-header{display:none}}.whatsapp-voice-calling .table-header .step-col,.whatsapp-voice-calling .table-header .we-do-col,.whatsapp-voice-calling .table-header .you-do-col{border-bottom:1px solid #d1d5db;padding:16px 20px}@media screen and (max-width:992px){.whatsapp-voice-calling .table-header .step-col,.whatsapp-voice-calling .table-header .we-do-col,.whatsapp-voice-calling .table-header .you-do-col{font-size:12px;padding:12px 16px}}.whatsapp-voice-calling .table-row{display:grid;grid-template-columns:200px 1fr 1fr}@media screen and (max-width:768px){.whatsapp-voice-calling .table-row{grid-template-columns:1fr}}.whatsapp-voice-calling .table-row .step-col{align-items:center;background:#f6f7f8;border-bottom:1px solid #d1d5db;display:flex;gap:12px;padding:20px}@media screen and (max-width:992px){.whatsapp-voice-calling .table-row .step-col{background:#fbfbfb;font-weight:600;justify-content:center;padding:16px}}.whatsapp-voice-calling .table-row .step-col .step-number{align-items:center;background:#542fbe;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:24px;justify-content:center;width:24px}.whatsapp-voice-calling .table-row .step-col .step-title{color:#262d3a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500}.whatsapp-voice-calling .table-row .we-do-col,.whatsapp-voice-calling .table-row .you-do-col{border-bottom:1px solid #d1d5db;color:#3a4459;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;padding:20px}@media screen and (max-width:992px){.whatsapp-voice-calling .table-row .we-do-col,.whatsapp-voice-calling .table-row .you-do-col{font-size:13px;padding:16px}}.whatsapp-voice-calling .table-row .you-do-col{color:#542fbe;font-weight:500}.whatsapp-voice-calling .table-row:last-child .step-col,.whatsapp-voice-calling .table-row:last-child .we-do-col,.whatsapp-voice-calling .table-row:last-child .you-do-col{border-bottom:none}@media screen and (max-width:992px){.whatsapp-voice-calling .table-row .we-do-col:before{color:#262d3a;content:"What We Do: ";font-weight:600}.whatsapp-voice-calling .table-row .you-do-col:before{color:#542fbe;content:"What You Do: ";font-weight:600}}.whatsapp-voice-calling .benefits-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1000px;width:100%}@media screen and (max-width:992px){.whatsapp-voice-calling .benefits-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.whatsapp-voice-calling .benefits-grid{gap:16px;grid-template-columns:1fr}}.whatsapp-voice-calling .benefit-item{padding:24px;text-align:center;width:100%}@media screen and (max-width:768px){.whatsapp-voice-calling .benefit-item{padding:20px}}.whatsapp-voice-calling .benefit-item .benefit-icon{align-items:center;background:linear-gradient(135deg,#542fbe,#531ea3);border-radius:14px;display:flex;height:56px;justify-content:center;margin:0 auto 16px;width:56px}.whatsapp-voice-calling .benefit-item .benefit-icon svg{stroke:#fff;color:#fff;height:24px;width:24px}.whatsapp-voice-calling .benefit-item .benefit-icon svg circle,.whatsapp-voice-calling .benefit-item .benefit-icon svg line,.whatsapp-voice-calling .benefit-item .benefit-icon svg path,.whatsapp-voice-calling .benefit-item .benefit-icon svg polyline,.whatsapp-voice-calling .benefit-item .benefit-icon svg rect{stroke:#fff!important}.whatsapp-voice-calling .benefit-item h3{color:#262d3a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 12px}@media screen and (max-width:768px){.whatsapp-voice-calling .benefit-item h3{font-size:16px}}.whatsapp-voice-calling .benefit-item p{color:#3a4459;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.6;margin:0}@media screen and (max-width:768px){.whatsapp-voice-calling .benefit-item p{font-size:13px;line-height:1.65}}.whatsapp-voice-calling .pricing-table{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1000px;width:100%}@media screen and (max-width:992px){.whatsapp-voice-calling .pricing-table{gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.whatsapp-voice-calling .pricing-table{gap:16px;grid-template-columns:1fr}}.whatsapp-voice-calling .pricing-card{background:#fff;border:2px solid #542fbe1f;border-radius:16px;box-shadow:0 2px 8px #542fbe14;overflow:hidden;padding:32px 24px;position:relative;text-align:center;transition:all .3s ease;width:100%}@media screen and (max-width:768px){.whatsapp-voice-calling .pricing-card{margin:0 auto}}.whatsapp-voice-calling .pricing-card:before{background:linear-gradient(90deg,#542fbe,#dbfa60);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:transform .4s ease}.whatsapp-voice-calling .pricing-card:hover{background:#542fbe05;border-color:#542fbe4d;box-shadow:0 12px 40px #542fbe2e;transform:translateY(-4px)}.whatsapp-voice-calling .pricing-card:hover:before{transform:translateX(0)}.whatsapp-voice-calling .pricing-card.featured{border-color:#542fbe;transform:scale(1.05)}.whatsapp-voice-calling .pricing-card.featured:hover{transform:scale(1.05) translateY(-4px)}@media screen and (max-width:768px){.whatsapp-voice-calling .pricing-card{padding:24px 20px}}.whatsapp-voice-calling .pricing-card .pricing-header{margin-bottom:24px}.whatsapp-voice-calling .pricing-card .pricing-header .plan-badge{border-radius:20px;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:16px;padding:8px 16px;text-transform:uppercase}.whatsapp-voice-calling .pricing-card .pricing-header .plan-badge.starter{background:#22c55e1a;border:1px solid #22c55e33;color:#22c55e}.whatsapp-voice-calling .pricing-card .pricing-header .plan-badge.pro{background:#542fbe1a;border:1px solid #542fbe33;color:#542fbe}.whatsapp-voice-calling .pricing-card .pricing-header .plan-badge.enterprise{background:#dbfa6033;border:1px solid #dbfa6066;color:#6b7280}.whatsapp-voice-calling .pricing-card .pricing-header h3{color:#262d3a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:700;margin:0 0 16px}.whatsapp-voice-calling .pricing-card .pricing-header .price{align-items:baseline;display:flex;gap:4px;justify-content:center}.whatsapp-voice-calling .pricing-card .pricing-header .price .currency{color:#3a4459;font-size:20px;font-weight:600}.whatsapp-voice-calling .pricing-card .pricing-header .price .amount{color:#262d3a;font-size:48px;font-weight:800;line-height:1}.whatsapp-voice-calling .pricing-card .pricing-header .price .period{color:#3a4459;font-size:16px;font-weight:500}.whatsapp-voice-calling .pricing-card .pricing-header .price .contact{color:#542fbe;font-size:24px;font-weight:600}.whatsapp-voice-calling .pricing-card .pricing-features{margin-bottom:32px;text-align:left}.whatsapp-voice-calling .pricing-card .pricing-features .feature{color:#3a4459;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;margin-bottom:12px;padding-left:20px;position:relative}.whatsapp-voice-calling .pricing-card .pricing-features .feature:before{background:#dbfa60;border-radius:50%;content:"";height:12px;left:0;position:absolute;top:6px;width:12px}.whatsapp-voice-calling .pricing-card .pricing-btn{align-items:center;border-radius:12px;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:16px 32px;text-decoration:none;transition:all .3s ease;width:100%}.whatsapp-voice-calling .pricing-card .pricing-btn.primary{background:#dbfa60;border:none;color:#262d3a}.whatsapp-voice-calling .pricing-card .pricing-btn.primary:hover{background:#c5e156;transform:translateY(-2px)}.whatsapp-voice-calling .pricing-card .pricing-btn.secondary{background:#0000;border:2px solid #542fbe;color:#542fbe}.whatsapp-voice-calling .pricing-card .pricing-btn.secondary:hover{background:#542fbe;color:#fff;transform:translateY(-2px)}.whatsapp-voice-calling .faq-list{margin:0 auto;max-width:800px}.whatsapp-voice-calling .faq-item{background:#fff;border:2px solid #542fbe1f;border-radius:12px;box-shadow:0 2px 8px #542fbe14;margin-bottom:16px;padding:24px;transition:all .3s ease}.whatsapp-voice-calling .faq-item:hover{border-color:#542fbe33;transform:translateY(-2px)}@media screen and (max-width:768px){.whatsapp-voice-calling .faq-item{padding:20px}}.whatsapp-voice-calling .faq-item h3{color:#262d3a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 12px}@media screen and (max-width:768px){.whatsapp-voice-calling .faq-item h3{font-size:16px}}.whatsapp-voice-calling .faq-item p{color:#3a4459;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.6;margin:0}@media screen and (max-width:768px){.whatsapp-voice-calling .faq-item p{font-size:13px;line-height:1.65}}.whatsapp-voice-calling .final-cta{background:#fff;border:2px solid #542fbe1f;border-radius:20px;box-shadow:0 4px 24px #542fbe14;margin:0}.whatsapp-voice-calling .final-cta .cta-container{padding:60px 40px;text-align:center}@media screen and (max-width:992px){.whatsapp-voice-calling .final-cta .cta-container{padding:50px 32px}}@media screen and (max-width:768px){.whatsapp-voice-calling .final-cta .cta-container{padding:40px 24px}}.whatsapp-voice-calling .final-cta .cta-content{margin:0 auto;max-width:70%}@media screen and (max-width:1200px){.whatsapp-voice-calling .final-cta .cta-content{max-width:85%}}@media screen and (max-width:992px){.whatsapp-voice-calling .final-cta .cta-content{max-width:none}}.whatsapp-voice-calling .final-cta .cta-content .cta-icon{align-items:center;background:linear-gradient(135deg,#dbfa60,#b8e836);border-radius:20px;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.whatsapp-voice-calling .final-cta .cta-content .cta-icon svg{stroke:#262d3a}@media screen and (max-width:768px){.whatsapp-voice-calling .final-cta .cta-content .cta-icon{height:64px;margin-bottom:20px;width:64px}}.whatsapp-voice-calling .final-cta .cta-content h2{color:#262d3a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;margin-bottom:16px}@media screen and (max-width:992px){.whatsapp-voice-calling .final-cta .cta-content h2{font-size:32px}}@media screen and (max-width:768px){.whatsapp-voice-calling .final-cta .cta-content h2{font-size:28px}}.whatsapp-voice-calling .final-cta .cta-content p{color:#3a4459;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;line-height:1.6;margin-bottom:40px}@media screen and (max-width:992px){.whatsapp-voice-calling .final-cta .cta-content p{font-size:16px;margin-bottom:32px}}@media screen and (max-width:768px){.whatsapp-voice-calling .final-cta .cta-content p{font-size:15px;margin-bottom:28px}}.whatsapp-voice-calling .final-cta .cta-content .cta-stats{display:flex;gap:40px;justify-content:center;margin-bottom:40px}@media screen and (max-width:992px){.whatsapp-voice-calling .final-cta .cta-content .cta-stats{gap:30px;margin-bottom:32px}}@media screen and (max-width:768px){.whatsapp-voice-calling .final-cta .cta-content .cta-stats{flex-direction:column;gap:20px;margin-bottom:28px}}.whatsapp-voice-calling .final-cta .cta-content .cta-stats .stat-item{text-align:center}.whatsapp-voice-calling .final-cta .cta-content .cta-stats .stat-item .stat-number{color:#542fbe;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:700;line-height:1;margin-bottom:4px}@media screen and (max-width:768px){.whatsapp-voice-calling .final-cta .cta-content .cta-stats .stat-item .stat-number{font-size:24px}}.whatsapp-voice-calling .final-cta .cta-content .cta-stats .stat-item .stat-label{color:#3a4459;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}@media screen and (max-width:768px){.whatsapp-voice-calling .final-cta .cta-content .cta-stats .stat-item .stat-label{font-size:12px}}.whatsapp-voice-calling .final-cta .cta-content .cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}@media screen and (max-width:768px){.whatsapp-voice-calling .final-cta .cta-content .cta-buttons{align-items:center;flex-direction:column}}.whatsapp-voice-calling .final-cta .cta-content .cta-button{align-items:center;border-radius:12px;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;gap:12px;padding:18px 28px;text-decoration:none;transition:all .3s ease}.whatsapp-voice-calling .final-cta .cta-content .cta-button img,.whatsapp-voice-calling .final-cta .cta-content .cta-button svg{height:16px;width:16px}.whatsapp-voice-calling .final-cta .cta-content .cta-button.primary{background:#dbfa60;border:none;color:#262d3a}.whatsapp-voice-calling .final-cta .cta-content .cta-button.primary:hover{background:#c5e156;box-shadow:0 8px 24px #dbfa6066;transform:translateY(-2px)}.whatsapp-voice-calling .final-cta .cta-content .cta-button.secondary{background:#0000;border:2px solid #542fbe;color:#542fbe}.whatsapp-voice-calling .final-cta .cta-content .cta-button.secondary svg{stroke:#542fbe}.whatsapp-voice-calling .final-cta .cta-content .cta-button.secondary:hover{background:#542fbe;box-shadow:0 8px 24px #542fbe4d;color:#fff;transform:translateY(-2px)}.whatsapp-voice-calling .final-cta .cta-content .cta-button.secondary:hover svg{stroke:#fff}@media screen and (max-width:768px){.whatsapp-voice-calling .final-cta .cta-content .cta-button{font-size:15px;max-width:280px;padding:16px 24px;width:100%}}.whatsapp-voice-calling .sip-faq-list{margin:0 auto;max-width:800px}.whatsapp-voice-calling .sip-faq-list .faq-item{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.whatsapp-voice-calling .sip-faq-list .faq-item:hover{background:#f8f9fa;border-color:#dee2e6}.whatsapp-voice-calling .sip-faq-list .faq-item .faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:20px 24px;transition:all .3s ease}.whatsapp-voice-calling .sip-faq-list .faq-item .faq-question h4{color:#262d3a;flex:1 1;font-size:18px;font-weight:600;margin:0;padding-right:16px}.whatsapp-voice-calling .sip-faq-list .faq-item .faq-question .faq-toggle{color:#4b5563;flex-shrink:0;transition:transform .3s ease}.whatsapp-voice-calling .sip-faq-list .faq-item .faq-question .faq-toggle.rotated{transform:rotate(180deg)}.whatsapp-voice-calling .sip-faq-list .faq-item .faq-question:hover{background:#00000005}.whatsapp-voice-calling .sip-faq-list .faq-item .faq-answer{max-height:0;overflow:hidden;padding:0 24px;transition:all .3s ease}.whatsapp-voice-calling .sip-faq-list .faq-item .faq-answer p{color:#262d3a;font-size:16px;line-height:1.6;margin:0;padding-bottom:20px}.whatsapp-voice-calling .sip-faq-list .faq-item.active .faq-answer{max-height:200px;padding-top:0}
/*# sourceMappingURL=60.80c915cc.chunk.css.map*/