:root{--primary-purple:#9C27B0;--primary-coral:#FF7F6E;--text-dark:#333;--text-light:#FFF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden}header{position:fixed;width:100%;top:0;z-index:100;padding:1rem 2rem;background:#9C27B0;transition:background .3s ease}header.scrolled{transform:translateY(-100%)}header{transition:transform .3s ease}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo img{height:40px}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-light);text-decoration:none;font-size:1.1rem;transition:opacity .3s ease;position:relative;padding-left:1.5rem}.nav-links a::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background-repeat:no-repeat;background-position:center;filter:invert(100%) sepia(0%) saturate(7500%) hue-rotate(180deg) brightness(104%) contrast(103%)}.nav-links a.nav-home::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E")}.nav-links a.nav-download::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E")}.nav-links a.nav-pc::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='2' y1='18' x2='22' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='16' x2='18' y2='16'%3E%3C/line%3E%3C/svg%3E")}.nav-links a.nav-ios::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 22h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2z'%3E%3C/path%3E%3Cline x1='12' y1='18' x2='12' y2='22'%3E%3C/line%3E%3C/svg%3E")}.nav-links a.nav-blog::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 17v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2M16 3l5 5-10 10H6v-5L16 3z'%3E%3C/path%3E%3C/svg%3E")}.nav-links a:hover{opacity:.8}.language-btn{display:inline-block;background:transparent;border:1px solid var(--text-light);color:var(--text-light);padding:.5rem 1rem;border-radius:4px;text-decoration:none;transition:background-color .3s ease,opacity .3s ease;cursor:pointer}.language-btn:hover{background-color:rgba(255,255,255,0.2);opacity:.9}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.menu-toggle span{display:block;width:25px;height:2px;background-color:var(--text-light);margin:5px 0;transition:all .3s ease}.hero-section{min-height:110vh;display:flex;align-items:center;padding:2rem;background:linear-gradient(135deg,var(--primary-purple) 0%,var(--primary-coral) 100%);position:relative;overflow:hidden}@media (min-width: 768px){.hero-section{padding-left:150px}}@media (max-width: 768px){.hero-content h1{margin-top:3rem}}.hero-content{flex:1;color:var(--text-light);max-width:600px;padding:2rem}h1{font-size:4rem;font-weight:700;margin-bottom:1rem}h2{font-size:2.5rem;font-weight:600;margin-bottom:.5rem}h3{font-size:2rem;font-weight:500;margin-bottom:2rem}.btn{background-color:#E91E63;border:none;color:#fff;padding:12px 30px;cursor:pointer;font-size:20px;display:block;width:100%;text-align:center;border:2px solid #fff;border-radius:5px}.btn:hover{background-color:#4169e1}.btn-link{margin-bottom:15px;display:block;text-decoration:none}@media (min-width: 768px){.btn-link{display:inline-block;margin-bottom:0;margin-right:10px}}.btn:hover{transform:scale(1.05)}.security-section{margin-top:3rem}.security-logos{display:flex;gap:2rem;margin:1.5rem 0}.security-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.security-item img{width:30px;height:30px;object-fit:contain}.security-text{font-size:1rem;line-height:1.6;opacity:.9}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:500px;height:600px;transform:perspective(1000px) rotateY(-15deg);filter:drop-shadow(0 20px 30px rgba(0,0,0,0.2))}@media (max-width: 768px){nav{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;width:100%}.menu-toggle{display:block;order:1}.logo{order:2;text-align:center}.language-btn{order:3;justify-self:end;margin-right:10px;padding:.4rem .8rem;font-size:.9rem}.nav-links{position:fixed;top:0;left:-100%;width:250px;height:100vh;background:var(--primary-purple);flex-direction:column;padding:80px 2rem 2rem;transition:left .3s ease;box-shadow:2px 0 10px rgba(0,0,0,0.1)}.nav-links.active{left:0}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero-section{flex-direction:column;text-align:center}.hero-content{padding:1rem}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}.security-logos{justify-content:center}.hero-image{margin-top:2rem}.logo img{height:30px}.menu-toggle{margin-left:-10px}}.app-info-section{padding:4rem 2rem;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto}.info-text{text-align:center;max-width:800px;margin:0 auto 3rem;line-height:1.6;color:var(--text-dark)}.app-info-title{text-align:center;color:var(--text-dark);margin-bottom:2rem;font-size:2.5rem}.table-container{max-width:900px;margin:0 auto;box-shadow:0 0 20px rgba(0,0,0,0.1);border-radius:10px;overflow:hidden}.app-info-table{width:100%;border-collapse:collapse;background-color:#fff}.app-info-table th,.app-info-table td{padding:1rem 2rem;text-align:left;border:none}.app-info-table tr:nth-child(odd){background-color:#f8e5ea}.app-info-table tr:nth-child(even){background-color:#fff}.app-info-table th{background-color:#e75480;color:#fff;font-weight:600;text-transform:uppercase}.app-link{color:#e75480;text-decoration:none;font-weight:500;transition:color .3s ease}.app-link:hover{color:#c73e68}@media (max-width: 768px){.app-info-table th,.app-info-table td{padding:.75rem 1rem}.app-info-title{font-size:2rem}.info-text{padding:0 1rem}}.about-section{padding:4rem 2rem;background-color:#fff}.about-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.about-text{flex:1}.about-text h2{color:var(--text-dark);font-size:2.5rem;margin-bottom:1.5rem}.about-text p{color:var(--text-dark);line-height:1.8;margin-bottom:1.5rem}.app-screenshots{flex:1;position:relative}.screenshot-collage{width:100%;max-width:600px;height:auto;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.mod-info-section{padding:4rem 2rem;background-color:#f8f9fa}.mod-info-section h2{text-align:center;margin-bottom:2rem}.mod-desc{text-align:center;max-width:900px;margin:0 auto 3rem;line-height:1.6}.features-list{max-width:800px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.check-icon{width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e75480'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");background-repeat:no-repeat;flex-shrink:0}@media (max-width: 768px){.features-list{grid-template-columns:1fr}.feature-item{font-size:1rem}}.app-screenshots{order:-1;width:100%}.screenshot-collage{width:100%;max-width:400px;margin:0 auto}@media (max-width: 768px){.about-content{flex-direction:column;gap:2rem;text-align:center}.about-text h2{font-size:2rem}.app-screenshots{order:-1;width:100%}.screenshot-collage{width:100%;max-width:400px;margin:0 auto}}.screenshots-section{padding:4rem 2rem;background:#fff}.screenshots-section h2{text-align:center;margin-bottom:3rem}.screenshot-slider{max-width:1400px;margin:0 auto;overflow:hidden;position:relative}.screenshot-wrapper{display:flex;gap:1rem;overflow-x:auto;padding:1rem;scrollbar-width:none;-ms-overflow-style:none}.screenshot-wrapper::-webkit-scrollbar{display:none}.screenshot-img{height:540px;width:270px;object-fit:cover;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.5);color:#fff;font-size:2rem;border:none;padding:10px;cursor:pointer;z-index:10}.left-btn{left:10px}.right-btn{right:10px}.slider-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:10px;height:10px;border-radius:50%;background:#ddd;cursor:pointer}.dot.active{background:var(--primary-purple)}@media (max-width: 768px){.screenshot-img{height:400px;width:200px}}.reviews-section{padding:4rem 2rem;background:#fff}.reviews-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-dark)}.reviews-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 1rem}.review-card{border:2px dashed #FF7F6E;border-radius:15px;padding:2rem;position:relative}.review-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.review-text{color:var(--text-dark);line-height:1.6;margin-bottom:2rem}.reviewer{display:flex;align-items:center;gap:1rem;margin-top:1rem}.reviewer img{width:30px;height:30px}.reviewer-name{font-weight:500;color:var(--text-dark)}.pros-cons-title{text-align:center;font-size:2.5rem;margin:2rem 0;color:var(--text-dark)}@media (max-width: 768px){.reviews-container{grid-template-columns:1fr}}.pros-cons-section{padding:4rem 2rem;background:#f8f9fa}.pros-cons-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}.pros-card,.cons-card{padding:2rem;border-radius:15px}.pros-card{background:#ebfff0;border:2px solid #00c853}.cons-card{background:#fff1f0;border:2px solid #ff1744}.pros-card h3,.cons-card h3{text-align:center;margin-bottom:1.5rem;font-size:1.8rem}.pros-card h3{color:#00c853}.cons-card h3{color:#ff1744}.pros-card ul,.cons-card ul{list-style:none;padding:0}.pros-card li,.cons-card li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.1rem;line-height:1.4}.check-icon.positive{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300c853'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E")}.check-icon.negative{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff1744'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E")}@media (max-width: 768px){.pros-cons-grid{grid-template-columns:1fr}.pros-card li,.cons-card li{font-size:1rem}}.alternatives-section{padding:4rem 2rem;background-color:#fff;text-align:center}.alternatives-section h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:2rem}.alternatives-description{max-width:1000px;margin:0 auto 3rem;color:var(--text-dark);line-height:1.6}.alternatives-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.alternative-item{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;border-radius:10px;transition:transform .3s ease}.alternative-item:hover{transform:translateY(-5px)}.alternative-item img{width:100px;height:100px;object-fit:contain}.alternative-item h3{color:var(--text-dark);font-size:1.5rem;margin:0}@media (max-width: 768px){.alternatives-grid{grid-template-columns:1fr}.alternative-item img{width:80px;height:80px}.alternatives-section h2{font-size:2rem}}.comparison-section{padding:4rem 2rem;background-color:#fff;text-align:center}.comparison-section h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:3rem}.comparison-table{width:100%;max-width:1200px;margin:0 auto;border-collapse:collapse}.comparison-table tr:nth-child(even){background-color:#f1f1f1}.comparison-table th{padding:1rem;background-color:#e7e7e7;font-weight:600}.comparison-table td{padding:1rem;text-align:center}.check-mark{color:#4CAF50;font-size:1.2rem}.cross-mark{color:#f44336;font-size:1.2rem}@media (max-width: 768px){.comparison-section h2{font-size:2rem}}.troubleshooting-section{padding:4rem 2rem;background-color:#f8f9fa}.troubleshooting-section .container{max-width:1200px;margin:0 auto}.troubleshooting-section h2{font-size:2.5rem;text-align:center;color:var(--text-dark);margin-bottom:2rem}.intro-text{text-align:center;font-size:1.2rem;color:var(--text-dark);margin-bottom:3rem;line-height:1.6}.highlight{font-weight:600;color:var(--primary-purple)}.problem-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,0.1);margin-bottom:2rem}.problem-card h3{color:#e75480;font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.solution h4{color:#00c853;font-size:1.3rem;margin-bottom:1rem;font-weight:500}.description{color:var(--text-dark);line-height:1.6;margin-bottom:2rem}.steps{display:grid;gap:1rem}.step{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.step-number{color:var(--primary-purple);font-weight:600;min-width:80px}.step p{margin:0;color:var(--text-dark)}@media (max-width: 768px){.troubleshooting-section h2{font-size:2rem}.problem-card{padding:1.5rem}.step{flex-direction:column;gap:.5rem}.step-number{min-width:auto}}.system-requirements{padding:4rem 2rem;background-color:#fff}.system-requirements .container{max-width:1200px;margin:0 auto}.system-requirements h2{text-align:center;font-size:2.5rem;color:var(--text-dark);margin-bottom:3rem}.requirements-table{max-width:900px;margin:0 auto;border-radius:10px;overflow:hidden}.requirement-row{display:flex;align-items:center}.requirement-row:nth-child(odd){background-color:#f1f1f1}.requirement-row:nth-child(even){background-color:#fff}.requirement-label{flex:1;padding:1.5rem;font-weight:600;color:var(--text-dark);text-align:center}.requirement-value{flex:2;padding:1.5rem;color:var(--text-dark);text-align:center}.sub-requirement{font-size:.9rem;color:#666;margin-top:.5rem}@media (max-width: 768px){.system-requirements h2{font-size:2rem;margin-bottom:2rem}.requirement-row{flex-direction:column;text-align:center;padding:1rem}.requirement-label,.requirement-value{padding:.5rem;width:100%}.requirement-label{background-color:rgba(0,0,0,0.05);border-radius:4px;margin-bottom:.5rem}}.download-instructions{padding:4rem 2rem;background-color:#f8f9fa}.download-instructions .container{max-width:1200px;margin:0 auto}.download-instructions h2{text-align:center;font-size:2.5rem;color:var(--text-dark);margin-bottom:2rem}.instructions-intro{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.1rem;color:var(--text-dark);line-height:1.6}.steps-container{max-width:900px;margin:0 auto}.step-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:10px;margin-bottom:1rem;box-shadow:0 2px 10px rgba(0,0,0,0.05);transition:transform .3s ease}.step-item:hover{transform:translateX(10px)}.step-number{font-weight:700;color:var(--primary-purple);font-size:1.1rem;min-width:80px}.step-content{flex:1;color:var(--text-dark);line-height:1.6}@media (max-width: 768px){.download-instructions h2{font-size:2rem;margin-bottom:1.5rem}.instructions-intro{font-size:1rem;margin-bottom:2rem;padding:0 1rem}.step-item{flex-direction:column;gap:.5rem;padding:1rem}.step-number{min-width:auto;margin-bottom:.5rem}.step-item:hover{transform:none}}.pc-download-section{padding:4rem 2rem;background-color:#fff}.pc-download-section .container{max-width:1200px;margin:0 auto}.pc-download-section h2{text-align:center;font-size:2.5rem;color:var(--text-dark);margin-bottom:2rem}.note-box{background-color:#fff3cd;border:1px solid #ffeeba;color:#856404;padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;max-width:900px;margin-left:auto;margin-right:auto}.note-box strong{margin-right:.5rem}.download-intro{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.1rem;color:var(--text-dark);line-height:1.6}.pc-steps-container{max-width:900px;margin:0 auto}.pc-step-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:10px;margin-bottom:1rem;box-shadow:0 2px 10px rgba(0,0,0,0.05);transition:transform .3s ease}.pc-step-item:hover{transform:translateX(10px);background:#f0f2f5}.app-link{color:#e91e63;text-decoration:none;font-weight:500;transition:color .3s ease}.app-link:hover{color:#c2185b;text-decoration:underline}.download-button-container{margin-top:1rem;text-align:center}.download-button{display:inline-block;background-color:#e91e63;color:#fff;padding:.8rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:500;transition:all .3s ease}.download-button:hover{background-color:#c2185b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(233,30,99,0.2)}@media (max-width: 768px){.pc-download-section h2{font-size:2rem;margin-bottom:1.5rem}.download-intro{font-size:1rem;margin-bottom:2rem;padding:0 1rem}.pc-step-item{flex-direction:column;gap:.5rem;padding:1rem}.step-number{min-width:auto;margin-bottom:.5rem}.pc-step-item:hover{transform:none}.download-button{width:100%;text-align:center}}.troubleshooting-section{padding:4rem 2rem;background-color:#f8f9fa}.troubleshooting-section .container{max-width:1200px;margin:0 auto}.troubleshooting-section h2{font-size:2.5rem;text-align:center;color:var(--text-dark);margin-bottom:2rem}.intro-text{text-align:center;font-size:1.2rem;color:var(--text-dark);margin-bottom:3rem;line-height:1.6}.highlight{font-weight:600;color:var(--primary-purple)}.problem-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,0.1);margin-bottom:2rem}.problem-card h3{color:#e75480;font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.solution h4{color:#00c853;font-size:1.3rem;margin-bottom:1rem;font-weight:500}.description{color:var(--text-dark);line-height:1.6;margin-bottom:2rem}@media (max-width: 768px){.troubleshooting-section h2{font-size:2rem}.problem-card{padding:1.5rem}.intro-text{font-size:1rem;padding:0 1rem}}.footer{background-color:var(--footer-bg);padding:4rem 0 0;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-brand h3{font-size:1.5rem;color:var(--footer-text);margin:0}.footer-links h2,.footer-social h2{font-size:1.25rem;color:var(--footer-text);margin-bottom:1.5rem}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:1rem}.footer-links a{color:var(--footer-text);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--link-color)}.social-icons{display:flex;gap:1rem;flex-wrap:wrap}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#fff;color:var(--footer-text);text-decoration:none;transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.social-icon:hover{transform:translateY(-3px);color:var(--social-hover);box-shadow:0 5px 15px rgba(0,0,0,0.2)}.footer-bottom{margin-top:3rem;padding:1.5rem 0;text-align:center;border-top:1px solid rgba(0,0,0,0.1);position:relative}.footer-bottom p{margin:0;color:var(--footer-text)}@media (max-width: 968px){.footer-container{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1;align-items:center;text-align:center}}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:2rem}.footer{padding:2rem 0 0}.footer-links,.footer-social{text-align:center}.social-icons{justify-content:center}.scroll-top{right:1rem}}.telegram-float{position:fixed;bottom:20px;right:20px;z-index:1000}.telegram-icon{width:60px;height:60px;border-radius:50%;background-color:#08c;display:flex;justify-content:center;align-items:center;animation-name:pulse;animation-duration:1.5s;animation-timing-function:ease-out;animation-iteration-count:infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(0,136,204,0.5)}80%{box-shadow:0 0 0 14px rgba(0,136,204,0)}}.telegram-icon svg{fill:#fff;width:30px;height:30px}.download-section{background-color:#f0f8ff;padding:4rem 2rem;text-align:center}.download-container{max-width:800px;margin:0 auto}.download-section h2{color:#1e90ff;font-size:2.5rem;margin-bottom:1rem;font-weight:700}.download-section p{color:#4a4a4a;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.download-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.download-btn{display:inline-block;padding:.8rem 1.5rem;background-color:#1e90ff;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.download-btn:hover{background-color:#06c;transform:translateY(-3px);box-shadow:0 6px 8px rgba(0,0,0,0.15)}@media (max-width: 768px){.download-section{padding:3rem 1rem}.download-section h2{font-size:2rem}.download-section p{font-size:1rem}.download-buttons{flex-direction:column;align-items:center}.download-btn{width:80%;max-width:250px;margin-bottom:1rem}}