@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");:root{--primary:#0077b6;--bg-light:#f8f9fa;--text-dark:#222;--text-light:#fff;--card-bg:#ffffff;--accent:#e3f2fd}*{box-sizing:border-box}body,html{margin:0;padding:0}.home{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text-dark);padding:0 1.5rem;max-width:960px;margin:0 auto}.about,.contact,.contact-form,.skills,.trust{margin-top:3rem}.about h2,.contact h2,.contact-form h2,.skills h2,.trust h2{font-size:1.8rem;margin-bottom:1rem;color:#333;text-align:center}.skills ul{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;list-style:none;padding:0}.skills li{background:linear-gradient(135deg,#7e22ce,#4f46e5);color:#fff;padding:.6rem 1.2rem;border-radius:999px;font-weight:600;font-size:1rem;box-shadow:0 4px 12px rgba(79,70,229,.25);transition:transform .2s ease}.skills li:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(79,70,229,.35)}.contact{display:flex;flex-direction:column}.contact p{text-align:start}.about p,.contact p{font-size:1.05rem;line-height:1.6;max-width:700px;margin:0 auto}.about p{text-align:center}@media (max-width:767px){.skills ul{flex-direction:column;align-items:stretch}.skills li{width:100%;text-align:center}}.trust-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.stat-item{background-color:var(--card-bg);padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.06);text-align:center;width:100%;transition:transform .3s ease,box-shadow .3s ease}.stat-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.stat-item h3{color:var(--primary);font-size:2rem;margin:0}.stat-item p{color:#555;font-size:1rem;margin:0}.packages{margin-top:4rem;justify-content:center;align-items:center}.packages h2{text-align:center;font-size:2rem;margin-bottom:.5rem;font-weight:600;background:linear-gradient(135deg,#7e22ce,#4f46e5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.packages p{text-align:center;margin-bottom:20px}.charity-link{background:linear-gradient(135deg,#7e22ce,#4f46e5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.pricing-table{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.pricing-card{flex:1 1 300px;background-color:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.06);overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease;min-width:280px}.pricing-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(126,34,206,.15),0 8px 20px rgba(79,70,229,.15)}.pricing-header{background-color:#fef2f2;text-align:center}.plan-for{margin:0}.pricing-card.basic .plan-for{background-color:#3b7cff;color:white;padding:.5rem;font-weight:600}.pricing-card.standard .plan-for{background-color:#f59e0b;color:white;padding:.5rem;font-weight:600}.pricing-card.pro .plan-for{background-color:#a50000;color:white;padding:.5rem;font-weight:600}.pricing-card.ultimate .plan-for{background-color:#00a149;color:white;padding:.5rem;font-weight:600}.pricing-card.custom .plan-for{background-color:#ab04ff;color:white;padding:.5rem;font-weight:600}.pricing-card.charity .plan-for{background-color:#f472b6;color:white;padding:.5rem;font-weight:600}.plan-name{font-size:2rem;font-weight:600;margin:1.5rem 0 .5rem}.plan-name,.plan-price{font-family:DM Sans;color:#0f172a}.plan-price{font-size:3rem;font-weight:700;margin:0}.plan-uah{font-size:1.25rem;color:#6b7280;margin-top:.3rem;margin-bottom:1rem;font-family:DM Sans}.plan-features{list-style:none;padding:1rem 1.5rem;margin:0;border-top:1px solid #f3f4f6;flex:1}.plan-features li,.plan-info{display:flex;align-items:flex-start;gap:.5rem;font-size:.95rem;margin-bottom:.75rem;color:#0f172a}.plan-features img{width:20px;height:20px;flex-shrink:0}.plan-footer{padding:1rem 1.5rem 1.5rem;text-align:center}.pack-button{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;color:white;background:linear-gradient(135deg,#7e22ce,#4f46e5);box-shadow:0 6px 16px rgba(79,70,229,.25)}.pack-button:hover{box-shadow:0 8px 20px rgba(79,70,229,.35);transform:translateY(-2px)}.contact-btn{display:block;text-align:center;margin-top:1rem;font-size:.85rem;color:#ef4444;font-weight:600;text-decoration:underline;cursor:pointer}.payment p{font-size:12px;color:#5a5a5a}.faq{margin-top:4rem;padding:2rem 1rem;background-color:var(--bg-light);border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.05)}.faq h2{text-align:center;margin-bottom:2rem;font-size:2rem;background:linear-gradient(135deg,#7e22ce,#4f46e5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.faq-answer p,.faq-question h4{padding:.5rem}.price-calculator{margin-top:4rem;background-color:#f9fafb;padding:2.5rem 1.5rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.04);max-width:700px;margin-left:auto;margin-right:auto;text-align:center}.price-calculator h2{font-size:2rem;margin-bottom:1rem;color:var(--primary)}.price-calculator p{font-size:1rem;margin-bottom:1.5rem;color:#334155}.calc-form{display:grid;gap:1rem;text-align:left}.calc-form label{display:flex;flex-direction:column;font-weight:600;font-size:.95rem;color:#1e293b}.calc-form input,.calc-form select{margin-top:.4rem;padding:.5rem;border-radius:6px;border:1px solid #cbd5e1;font-size:1rem}.calc-form button{margin-top:1rem;padding:.6rem 1rem;background-color:#2563eb;color:white;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.calc-form button:hover{background-color:#1e40af}.calc-result{margin-top:1.5rem;font-size:1.1rem;color:#0f172a}@media (max-width:480px){.pricing-header h3{font-size:36px;font-weight:700}.pricing-header .price{font-size:1.5rem}.features{font-size:.9rem}}.faq-item{border-bottom:1px solid #ddd;padding:1rem 0;cursor:pointer;transition:background-color .2s ease}.faq-item:hover{background-color:#f1f5f9}.faq-question{font-weight:600;color:#0f172a;font-size:1rem;display:flex;justify-content:space-between;align-items:center}.faq-item .arrow{font-size:1.5rem;transition:transform .4s ease}.faq-item.open .arrow{transform:rotate(180deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease;font-size:.95rem;color:#475569;line-height:1.5;margin-top:.5rem}.faq-item.open .faq-answer{max-height:500px;opacity:1}.hero-section{align-items:center;justify-content:space-between;padding:5rem 2rem 0;background:linear-gradient(135deg,#7e22ce,#4f46e5);color:#fff;position:relative;top:0;left:0;right:0;overflow:hidden}.hero-items,.hero-section{display:flex;flex-wrap:wrap;margin:0 auto}.hero-content{max-width:500px;margin:auto}.hero-content h1{font-size:4.2rem;font-weight:700;margin-bottom:1rem;line-height:1.2}@media (max-width:512px){.hero-content h1{font-size:3rem}}.hero-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;max-width:480px;font-weight:600}.hero-left{flex:1 1 400px;z-index:1}.hero-image{flex:1 1 300px;text-align:center;z-index:1}.hero-image img{width:100%;max-width:360px;height:auto}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-buttons .btn-blue{background:linear-gradient(135deg,#22d3ee,#3b82f6);color:#fff;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border:none;border-radius:10px;cursor:pointer;box-shadow:0 8px 16px rgba(59,130,246,.25);transition:all .3s ease}.hero-buttons .btn-blue:hover{background:linear-gradient(135deg,#0ea5e9,#2563eb);box-shadow:0 10px 20px rgba(59,130,246,.35);transform:translateY(-2px)}.hero-buttons .btn-pink{background:linear-gradient(135deg,#f472b6,#ec4899);color:#fff;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border:none;border-radius:10px;cursor:pointer;box-shadow:0 8px 16px rgba(236,72,153,.25);transition:all .3s ease}.hero-buttons .btn-pink:hover{background:linear-gradient(135deg,#db2777,#be185d);box-shadow:0 10px 20px rgba(236,72,153,.35);transform:translateY(-2px)}.reviews{justify-content:center;align-items:center}.review-form,.reviews{display:flex;flex-direction:column}.review-form{max-width:500px;width:100%;margin:2rem auto;padding:1.5rem;background-color:#ffffff;border-radius:12px;gap:1rem}.review-form input,.review-form textarea{padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;font-family:inherit}.review-form textarea{resize:vertical;min-height:100px}.review-form button{background-color:#2563eb;color:#ffffff;padding:.6rem 1.2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.review-form button:hover{background-color:#1e40af}.notes{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;font-size:.95rem;color:#374151;line-height:1.6;max-width:960px;margin:2rem auto 0;box-shadow:0 2px 12px rgba(0,0,0,.04)}.notes p{margin:.75rem 0;text-align:left;color:#0f172a}.notes sup{font-size:.7em;vertical-align:super;color:#374151;margin-right:.25rem;line-height:none!important}.reviews{padding:80px 0}.reviews .container{max-width:1200px;width:100%}.reviews-title{text-align:center;font-size:36px;font-weight:700;background:linear-gradient(135deg,#7e22ce,#4f46e5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-bottom:10px}.reviews-list{display:flex;flex-direction:column;gap:30px;justify-content:center}.review-card{background:#fff;border:1px solid #e3e3e3;border-radius:12px;padding:25px 20px;box-shadow:0 10px 20px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 20px 30px rgba(0,0,0,.1)}.review-header{flex-direction:column;margin-bottom:10px;gap:5px}.review-header,.review-name{display:flex;justify-content:space-between}.review-name{gap:10px;font-size:1.25rem;font-weight:600;align-items:center}.rating-review-value{font-size:1.5rem;font-weight:600;margin:0}.rating-review-value.green{color:#22c55e}.rating-review-value.yellow{color:#eab308}.rating-review-value.orange{color:#f97316}.rating-review-value.red{color:#ef4444}.rating-date{font-size:.9rem;color:#555}.review-text{font-size:1.2rem;line-height:1.5;font-weight:600}.no-reviews{text-align:center;font-size:18px;color:#888}.container h3{font-size:1.5rem;font-weight:600;text-align:center}.review-stats{display:flex;flex-direction:column}.card{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:1rem;box-shadow:none!important}.stats-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;align-items:center;height:110px;border-radius:20px;background-color:rgb(255,255,255);padding:15px;box-shadow:20px 20px 60px #e6e6e7,-20px -20px 60px #f3f3f3}.heading{font-size:.7em;font-weight:700;letter-spacing:1px}.bottom-wrapper{width:100%;display:flex;align-items:center;justify-content:center;gap:5px}.bottom-wrapper .star{width:30px;fill:gold}.bottom-wrapper .tag{width:27px;fill:rgb(141,214,32)}.bottom-wrapper .thumb{width:27px;fill:blueviolet}.bottom-wrapper p{font-size:1.2em;font-weight:700}.rating-info{display:flex;align-items:center}.star-value{width:25px}.gotoreviews{margin-top:1rem;background:linear-gradient(135deg,#7e22ce,#4f46e5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-size:1rem}.services{padding:6rem 2rem;background-color:#fff}.services-container.split{display:flex;flex-wrap:wrap;gap:3rem;align-items:flex-start;justify-content:space-between}.services-text{flex:1 1 320px;max-width:460px}.section-tag{font-size:.85rem;text-transform:uppercase;font-weight:700;letter-spacing:.08em;color:#3b82f6;margin-bottom:.75rem}.services-title{font-size:2.4rem;font-weight:700;background:linear-gradient(135deg,#7e22ce,#4f46e5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-bottom:1rem}.services-subtitle{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.services-btn{background:linear-gradient(135deg,#7e22ce,#4f46e5);color:#fff;padding:.75rem 1.5rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:background-color .3s ease}.services-btn:hover{background-color:#7c3aed}.services-grid{flex:1 1 600px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.service-box{background-color:#f9fafb;border-radius:16px;padding:2rem 1.25rem;box-shadow:0 10px 30px rgba(0,0,0,.04);text-align:center;transition:all .3s ease}.service-box:hover{box-shadow:0 12px 32px rgba(0,0,0,.08);transform:translateY(-5px)}.service-icon{font-size:2.5rem;margin-bottom:1rem;color:#3b82f6}.service-box h3{font-size:1.2rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.service-box p{font-size:.95rem;color:#64748b;line-height:1.4}@media (max-width:900px){.services-container.split{flex-direction:column;gap:2rem}.services-grid,.services-text{max-width:100%;flex:1 1 100%}}@media (max-width:600px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.trust-stats{flex-direction:column;align-items:center}.services{padding:3rem .5rem}.services-title{font-size:1.5rem}.services-grid{gap:1rem}}.why-us-section{padding:80px 20px}.why-us-container{max-width:960px;margin:0 auto;text-align:center}.why-us-title{font-size:36px;font-weight:700;margin-bottom:10px;background:linear-gradient(135deg,#7e22ce,#4f46e5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.why-us-subtitle{font-size:18px;color:#555;margin-bottom:10px}.why-us-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.why-us-card{background:linear-gradient(135deg,#7e22ce,#4f46e5);border:1px solid #e3e3e3;border-radius:20px;padding:30px 20px 0;flex:1 1 280px;box-shadow:0 10px 20px rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease}.why-us-card:hover{transform:translateY(-5px);box-shadow:0 20px 30px rgba(0,0,0,.1)}.why-us-icon{font-size:40px;margin-bottom:15px;color:#3056d3}.why-us-card h3{font-size:1.5rem;font-weight:700;margin-bottom:10px;background:linear-gradient(135deg,#7e22ce,#4f46e5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:white;color:transparent}.why-us-card p{font-size:1rem;color:white;font-weight:600}.sitesvg-wrapper{margin:1rem auto 0;display:flex;justify-content:center;align-items:flex-end;width:100%;max-width:100%;padding:1rem;border-radius:20px;transform:translateY(60px);animation:floatUpDown 9s ease-in-out infinite}@keyframes floatUpDown{0%,to{transform:translateY(60px)}50%{transform:translateY(40px)}}.sitesvg{rotate:10deg;width:100%;max-width:215px;height:auto;border:none;animation:tiltRotate 18s ease-in-out infinite}@keyframes tiltRotate{0%,to{rotate:10deg}50%{rotate:7.5deg}}.card-image{display:flex;justify-content:center;align-items:flex-end;margin-top:1.5rem}.why-us-image{width:100%;max-width:220px;height:auto}