@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInFaq{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes brand-carousel-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}:root{--primary:#0a7cff;--secondary:#f5f7fa;--accent:#00c48c;--text:#222;--muted:#6c757d;--bg:#fff;--primary-color:#2563eb;--secondary-color:#1e40af;--text-color:#1f2937;--light-text:#6b7280;--background:#ffffff;--light-background:#f3f4f6;--border-color:#e5e7eb}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;margin:0;background:#fff;color:#111}.wati-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2rem;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}.wati-logo{font-size:1.7rem;font-weight:900;color:#111;letter-spacing:1px}.wati-nav a{color:#111;margin:0 1.1rem;font-weight:600;transition:color .2s}.wati-nav a:hover{color:#00e676}.wati-header-btns{display:flex;gap:1rem}.btn-wati-outline,.wati-nav a{font-size:1.05rem;text-decoration:none}.btn-wati-outline{background:#fff;color:#00e676;border:2px solid #00e676;border-radius:12px;font-weight:700;padding:.7rem 1.6rem;transition:background .2s,color .2s,border .2s;cursor:pointer;outline:0;display:inline-block}.btn-wati-outline:focus,.btn-wati-outline:hover{background:#00e676;color:#111}.wati-hero{position:relative;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:5rem 2rem 3rem;gap:2rem}.wati-hero-content::before,.wati-hero-img::before{display:none!important;content:none!important}.wati-hero-content{position:relative;flex:1}.wati-hero-content h1{font-size:2.7rem;font-weight:700;margin-bottom:1.2rem}.wati-hero-content p{font-size:1.2rem;color:#444;margin-bottom:2rem}.wati-hero-img,.wati-hero-placeholder{display:flex;align-items:center;justify-content:center}.wati-hero-img{position:relative;flex:1}.wati-hero-img img{max-width:100%;height:auto;width:100%;object-fit:contain}.wati-hero-placeholder{width:340px;height:240px;background:#f3f4f6;color:#bbb;font-size:1.1rem;border-radius:1rem;border:2px dashed #00e676}.wati-features{padding:4rem 2rem 2rem;max-width:1200px;margin:0 auto}.wati-faq h2,.wati-features h2,.wati-pricing h2{text-align:center;margin-bottom:2.5rem;font-size:2rem;font-weight:900}.wati-features-list{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.wati-feature-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:2rem 1.5rem;text-align:center;min-width:220px;flex:1 1 220px;max-width:320px}.wati-feature-icon{font-size:2.2rem;margin-bottom:1rem}.wati-pricing{padding:4rem 2rem;background:#f9f9f9}.wati-pricing-list{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.wati-pricing-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:2rem 1.5rem;text-align:center;min-width:220px;flex:1 1 220px;max-width:320px}.wati-pricing-featured{border:2px solid #00e676;background:#f3f4f6}.wati-price{font-size:2rem;color:#00e676;margin:1rem 0}.wati-price span{font-size:1rem;color:#888}.wati-pricing-card ul{list-style:none;padding:0;margin:1.5rem 0}.wati-pricing-card li{margin:.5rem 0;color:#444}.wati-footer.custom-footer{background:#10182b;color:#fff;padding:3rem 2rem 1.2rem;border-top-left-radius:1.2rem;border-top-right-radius:1.2rem;margin-top:3rem;font-size:1rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;gap:2.5rem;flex-wrap:wrap;justify-content:space-between}.footer-col{flex:1 1 220px;min-width:220px;margin-bottom:1.5rem}.logo-col{max-width:320px}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:900;margin-bottom:1.1rem}.footer-logo-icon,.wati-logo .footer-logo-icon{color:#ffd600}.footer-logo-bold,.footer-logo-text,.footer-logo-yellow{letter-spacing:.01em}.footer-company{color:#dbeafe;font-size:1rem;margin-top:.5rem;line-height:1.6}.footer-title{font-size:1.1rem;font-weight:700;color:#ffd600;margin-bottom:.7rem;letter-spacing:.2px}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:.7rem;color:#e0e6f7;font-size:1rem}.footer-list a{color:#dbeafe;text-decoration:none;transition:color .2s}.footer-list a:hover{color:#ffd600;text-decoration:underline}.footer-cards{margin-top:1.2rem;display:flex;gap:.7rem;align-items:center}.footer-card-icon{height:28px;width:auto;background:#fff;border-radius:6px;padding:2px 6px;box-shadow:0 1px 4px rgba(0,0,0,.08)}.footer-bottom{text-align:center;margin-top:1.5rem;padding-top:1.2rem;border-top:1px solid #22304a;color:#b0b8c9;font-size:.98rem}@media (max-width:900px){.footer-container{flex-direction:column;gap:1.5rem;align-items:flex-start}.logo-col{max-width:100%}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2000}.modal-content{position:relative;background:var(--background);margin:10% auto;padding:2rem;width:90%;max-width:500px;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.close{position:absolute;right:1rem;top:1rem;font-size:1.5rem;cursor:pointer;color:var(--light-text)}.auth-form,.payment-form{margin-top:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-color);font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-footer{margin-top:1rem;text-align:center;color:var(--light-text)}.form-footer a{color:var(--primary-color);text-decoration:none}.payment-form input{font-family:monospace}#cardNumber{letter-spacing:1px}.modal.show{display:block;animation:fadeIn .3s ease}@media (max-width:768px){.modal-content{margin:20% auto;width:95%}.form-row{grid-template-columns:1fr}}.btn-wati-green{background:#00e676;color:#111;border:2px solid #00e676;border-radius:12px;font-weight:700;font-size:1.05rem;padding:.7rem 1.6rem;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:background .2s,color .2s,border .2s;cursor:pointer;outline:0;text-decoration:none;display:inline-block}.btn-wati-green:focus,.btn-wati-green:hover{background:#fff;color:#00e676;border:2px solid #00e676}.wati-faq{padding:4rem 2rem 2rem;max-width:800px;margin:0 auto}.wati-faq-list{display:flex;flex-direction:column;gap:1.2rem}.wati-faq-item{background:#fff;border-radius:1rem;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:.5rem 1.5rem;transition:box-shadow .2s}.wati-faq-item:focus-within,.wati-faq-item:hover{box-shadow:0 4px 16px rgba(0,230,118,.1)}.faq-question{width:100%;background:0 0;border:0;outline:0;font-size:1.15rem;font-weight:700;color:#111;text-align:left;padding:1.2rem 0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:color .2s}.faq-question::after{content:'\25BC';font-size:1.1rem;color:#00e676;margin-left:1rem;transition:transform .3s}.faq-question[aria-expanded=true]::after{transform:rotate(-180deg)}.faq-answer{font-size:1.05rem;color:#444;padding-bottom:1.2rem;padding-right:2rem;padding-left:.2rem;animation:fadeInFaq .3s}.wati-stats{background:#f9f9f9;padding:3.5rem 2rem 2.5rem;max-width:1200px;margin:0 auto 2.5rem;border-radius:1.5rem;box-shadow:0 2px 12px rgba(0,230,118,.04);text-align:center}.wati-stats h2{font-size:2rem;font-weight:900;margin-bottom:.7rem}.wati-stats-desc{color:#6c757d;font-size:1.1rem;margin-bottom:2.2rem}.wati-stats-list{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.wati-stat-card{background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px rgba(0,230,118,.07);padding:2.2rem 2.5rem 1.5rem;min-width:180px;margin:.5rem 0;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,transform .2s}.wati-stat-card:hover{box-shadow:0 6px 24px rgba(0,230,118,.13);transform:translateY(-4px) scale(1.04)}.wati-stat-value{font-size:2.3rem;font-weight:900;color:#00e676;margin-bottom:.5rem;letter-spacing:1px}.wati-stat-label{font-size:1.1rem;color:#222;font-weight:600;letter-spacing:.5px}@media (max-width:900px){.wati-stats-list{flex-direction:column;gap:1.2rem}.wati-stat-card{min-width:0;width:100%}}.footer-cards-center{display:flex;justify-content:center;align-items:center;margin:1.2rem 0 .5rem}.footer-cards-img{height:38px;width:auto;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.1);background:#fff;padding:2px 10px}.central-footer{justify-content:center;gap:3.5rem}@media (max-width:900px){.footer-cards-center{margin:1.2rem 0 .5rem}.central-footer{gap:1.5rem;align-items:flex-start}}.hero-img-responsive{width:100%;max-width:420px;height:auto;display:block;margin:0 auto;border-radius:0;box-shadow:none}@media (max-width:600px){body{overflow-x:hidden}.wati-stats{padding:2rem .5rem 1.5rem;border-radius:.7rem}.wati-stats-list{flex-direction:column;gap:1rem}.wati-stat-card{min-width:0;width:100%;padding:1.2rem .7rem 1rem;border-radius:.7rem;box-sizing:border-box}.howto-section,.wati-faq,.wati-features{padding:1.5rem .5rem;border-radius:.7rem}.howto-content{gap:1.2rem}.howto-phone-img{width:140px;border-radius:1.2rem}.brand-carousel-section{padding:1.2rem 0}.brand-carousel-wrapper{max-width:100vw;padding:0 .5rem}.brand-text{font-size:.95rem;margin:0 .4rem}.wati-header{padding:.7rem}.footer-container{padding:0 .5rem}.wati-footer.custom-footer{padding:1.5rem .5rem .7rem;border-radius:.7rem .7rem 0 0}.wati-hero-img::before{width:90vw;height:38vw}.hero-img-responsive,.wati-hero-img{width:100%!important;margin:0 auto!important}.wati-hero-img{padding:0!important;max-width:100vw!important;overflow:hidden!important;display:flex;justify-content:center;align-items:center}.hero-img-responsive{max-width:220px!important;height:auto!important;display:block;box-sizing:border-box}}@media (max-width:900px){.wati-hero{flex-direction:column;padding:3rem 1rem;text-align:center}.wati-hero-img{width:100%;max-width:500px;margin:0 auto}.wati-hero-img img{max-width:100%;height:auto}.footer-container,.wati-features-list,.wati-footer-content,.wati-pricing-list{flex-direction:column;align-items:center}.footer-container{gap:1.5rem;align-items:flex-start}.logo-col{max-width:100%}.wati-header-btns,.wati-nav{display:none!important}.wati-logo{display:flex!important}}@media (max-width:600px){.wati-hero-img{max-width:100%;padding:0 1rem}.wati-hero-img img{max-width:100%;height:auto}}.brand-carousel-section{background:#f8f3fa;padding:2.2rem 0;margin:0 0 2.5rem;width:100%}.brand-carousel-wrapper{overflow:hidden;max-width:1100px;margin:0 auto;position:relative}.brand-carousel{display:flex;align-items:center;gap:3.5rem;animation:brand-carousel-scroll 50s linear infinite;will-change:transform;width:max-content}.brand-logo{height:44px;width:auto;filter:grayscale(.2) brightness(.95);opacity:.85;transition:filter .2s,opacity .2s,transform .2s}.brand-logo:hover{filter:none;opacity:1;transform:scale(1.07)}@media (max-width:700px){.brand-carousel{gap:2rem}.brand-logo{height:32px}}.brand-text{font-size:1.35rem;font-weight:700;margin:0 1.7rem;white-space:nowrap;opacity:.92;letter-spacing:.01em;transition:color .2s,opacity .2s,transform .2s;display:inline-block}.brand-gmail{color:#ea4335}.brand-facebook{color:#1877f3}.brand-twitter{color:#1da1f2}.brand-whatsapp{color:#25d366}.brand-instagram{color:#e1306c}.brand-discord{color:#5865f2}.brand-telegram{color:#229ed9}.brand-tiktok{color:#010101;text-shadow:1px 1px 0 #25f4ee,-1px -1px 0 #fe2c55}.brand-papara{color:#b0007a}.brand-tinder{color:#ff6b6b}.brand-netflix{color:#e50914}.brand-microsoft{color:#f25022}.brand-yahoo{color:#6001d2}.brand-diger{color:#222}.brand-paypal{color:#003087}.brand-yemeksepeti{color:#ff1744}.brand-airbnb{color:#ff5a5f}.brand-wechat{color:#7bb32e}.brand-mailru{color:#168de2}.brand-snapchat{color:#fffc00;text-shadow:0 0 2px #222}.brand-bigolive{color:#00d8b9}.brand-linkedin{color:#0077b5}.brand-line{color:#00c300}.brand-viber{color:#7360f2}.brand-yandex{color:#fc0}.brand-nttgame{color:#f60}.brand-tencent{color:#1e9fff}.brand-alipay{color:#1677ff}.brand-ebay{color:#e53238}.brand-okru{color:#ee8208}.brand-blizzard{color:#00aeff}.brand-happn{color:#0087ff}.brand-baidu{color:#2319dc}.brand-aliexpress{color:#ff4747}.brand-icq{color:#6eb43f}.brand-pubg{color:#f7c52a}.brand-text:hover{opacity:1;transform:scale(1.08);text-decoration:underline}@media (max-width:700px){.brand-text{font-size:1.05rem;margin:0 .8rem}}.howto-section{background:#f7fafd;border-radius:1.5rem;max-width:1200px;margin:2.5rem auto;padding:2.5rem 2rem;box-shadow:0 2px 12px rgba(0,230,118,.04)}.howto-title{text-align:center;font-size:2.1rem;font-weight:900;margin-bottom:2.2rem;color:#1f2937}.howto-title span{color:#00e676}.howto-content{display:flex;gap:2.5rem;align-items:flex-start;justify-content:center;flex-wrap:wrap}.howto-image,.howto-phone-placeholder{display:flex;align-items:center;justify-content:center}.howto-image{flex:0 0 270px}.howto-phone-placeholder{width:210px;height:420px;background:linear-gradient(135deg,#fff 60%,#e0f7fa 100%);border-radius:2.2rem;box-shadow:0 4px 24px rgba(0,0,0,.1);flex-direction:column;color:#222;font-size:1.1rem;font-weight:700;text-align:center;border:3px solid #00e676;letter-spacing:.01em}.howto-steps{flex:1 1 320px;display:flex;flex-direction:column;gap:1.5rem}.howto-step{display:flex;align-items:flex-start;gap:1.1rem;background:#fff;border-radius:1.1rem;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:1.1rem 1.5rem;transition:box-shadow .2s,transform .2s}.howto-step:hover{box-shadow:0 6px 24px rgba(0,230,118,.13);transform:translateY(-2px) scale(1.02)}.howto-step-icon{font-size:2.1rem;margin-top:.1rem;flex-shrink:0}.howto-step-title{font-size:1.15rem;font-weight:700;color:#1f2937;margin-bottom:.2rem}.howto-step-desc{font-size:1.05rem;color:#444;line-height:1.5}@media (max-width:900px){.howto-content{flex-direction:column;align-items:center;gap:2rem}.howto-image{margin-bottom:1.5rem}}.howto-phone-img{width:210px;height:auto;border-radius:2.2rem;box-shadow:0 4px 24px rgba(0,0,0,.1);display:block;margin:0 auto;border:3px solid #00e676}.howto-image img{max-width:100%;height:auto;border:3px solid #4caf50;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}@media screen and (max-width:900px){.howto-content{flex-direction:column;padding:20px}.howto-image{width:50%;margin:0 auto 30px}.howto-image img{width:100%;height:auto}}@media screen and (max-width:600px){.howto-image{width:50%;margin:0 auto 20px}}