*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#374151;background-color:#fff}:root{--pk-blue: #1BA3D6;--pk-orange: #FF8C00;--pk-blue-light: #E6F7FF;--pk-orange-light: #FFF4E6;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.hidden{display:none!important}.text-blue{color:var(--pk-blue)}.text-orange{color:var(--pk-orange)}.bg-gray{background-color:var(--gray-50)}.bg-gradient{background:linear-gradient(135deg,#e6f7ff,#fff4e6,#e6f7ff)}.icon{width:1rem;height:1rem;flex-shrink:0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s;font-size:1rem}.btn-blue{background-color:var(--pk-blue);color:#fff}.btn-blue:hover{background-color:#1590c2}.btn-orange{background-color:var(--pk-orange);color:#fff}.btn-orange:hover{background-color:#e67e00}.btn-outline{border:2px solid var(--pk-blue);color:var(--pk-blue);background-color:transparent}.btn-outline:hover{background-color:var(--pk-blue);color:#fff}.btn-white{background-color:#fff;color:var(--pk-blue)}.btn-white:hover{background-color:var(--gray-100)}.btn:disabled{background-color:var(--gray-300);color:var(--gray-500);cursor:not-allowed}.section{padding:4rem 0;scroll-margin-top:120px}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.25rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.section-header p{font-size:1.25rem;color:var(--gray-600);max-width:48rem;margin:0 auto}.header{background-color:#fff;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:50}.top-bar{background-color:var(--pk-orange);color:#fff;padding:.5rem 0}.top-bar-content{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;flex-wrap:wrap;gap:.5rem}.contact-info{display:flex;gap:1rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.5rem}.contact-item a{color:#fff;text-decoration:none}.contact-item a:hover{text-decoration:underline}.main-nav{padding:1rem 0}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-img{width:4rem;height:4rem;-o-object-fit:contain;object-fit:contain}.logo-text h1{font-size:1.25rem;font-weight:700;color:var(--gray-900);line-height:1.2}.logo-text p{font-size:.875rem;color:var(--gray-600)}.desktop-nav{display:none;gap:2rem}.nav-link{color:var(--gray-700);text-decoration:none;font-weight:500;padding:.5rem .75rem;transition:color .2s}.nav-link:hover{color:var(--pk-blue)}.mobile-menu-btn{display:block;background:none;border:none;color:var(--gray-700);cursor:pointer;padding:.5rem}.mobile-menu-btn svg{width:1.5rem;height:1.5rem}.mobile-nav{border-top:1px solid var(--gray-200);padding:1rem 0}.mobile-nav .nav-link{display:block;padding:.5rem .75rem;font-size:1rem}.translate-widget{position:fixed;top:5rem;right:1rem;z-index:40}.translate-btn{background:#fff;border:1px solid var(--gray-200);border-radius:.5rem;padding:.75rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:box-shadow .2s}.translate-btn:hover{box-shadow:0 10px 15px #0000001a}.translate-btn .icon{color:var(--pk-blue)}.current-lang-flag{font-size:1.125rem}.current-lang-name{font-size:.875rem;font-weight:500;color:var(--gray-700)}.chevron-icon{width:1rem;height:1rem;color:var(--gray-500);transition:transform .2s}.translate-btn.open .chevron-icon{transform:rotate(180deg)}.translate-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid var(--gray-200);border-radius:.5rem;box-shadow:0 10px 15px #0000001a;padding:.5rem 0;min-width:12rem;max-height:20rem;overflow-y:auto;z-index:50}.lang-option{width:100%;padding:.5rem 1rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:background-color .15s}.lang-option:hover{background-color:var(--gray-50)}.lang-option.active{background-color:var(--pk-blue-light);color:var(--pk-blue)}.lang-flag{font-size:1.125rem}.lang-name{font-size:.875rem;font-weight:500}.checkmark{margin-left:auto;color:var(--pk-blue)}.hero{background:linear-gradient(135deg,#e6f7ff,#fff4e6,#e6f7ff);padding:4rem 0}.hero-content{text-align:center}.hero-title{font-size:3rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem;line-height:1.1}.hero-description{font-size:1.5rem;color:var(--gray-600);margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}.stat-item{text-align:center}.stat-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.stat-icon.orange{background-color:var(--pk-orange);color:#fff}.stat-icon svg{width:2rem;height:2rem}.stat-item h3{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.stat-item p{color:var(--gray-600)}.about-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.about-info{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;gap:1rem}.info-icon{width:3rem;height:3rem;background-color:var(--pk-blue-light);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon svg{width:1.5rem;height:1.5rem;color:var(--pk-blue)}.info-content h3{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.info-content p{color:var(--gray-600)}.info-content a{color:var(--pk-blue);text-decoration:none}.info-content a:hover{text-decoration:underline}.director-card{background-color:var(--gray-50);border-radius:1rem;padding:2rem}.director-content{text-align:center}.director-content h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem}.director-avatar{width:6rem;height:6rem;background-color:var(--pk-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-weight:700;font-size:1.5rem}.director-content h4{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.director-content p{color:var(--gray-600);margin-bottom:1rem}.director-location{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--gray-600)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.service-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s;height:100%;display:flex;flex-direction:column}.service-card:hover{box-shadow:0 4px 6px #0000001a}.service-icon{width:3rem;height:3rem;background-color:var(--pk-blue);border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0}.service-icon svg{width:1.5rem;height:1.5rem;color:#fff}.service-card h3{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.service-card p{color:var(--gray-600);margin-bottom:1rem;flex-grow:1}.service-features{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.service-features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-600)}.service-features li:before{content:"";width:1rem;height:1rem;background-color:#10b981;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.services-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.process-info h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.process-steps{display:flex;flex-direction:column;gap:1rem}.process-step{display:flex;gap:.75rem;align-items:flex-start}.step-number{width:2rem;height:2rem;background-color:var(--pk-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem;flex-shrink:0;margin-top:.125rem}.step-content h4{font-weight:600;color:var(--gray-900);margin-bottom:.25rem;line-height:1.4}.step-content p{color:var(--gray-600);line-height:1.5}.capacity-info{background-color:var(--pk-blue-light);border-radius:.75rem;padding:1.5rem;height:-moz-fit-content;height:fit-content}.capacity-info h4{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.capacity-stats{display:flex;flex-direction:column;gap:.75rem}.capacity-stat{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(27,163,214,.1)}.capacity-stat:last-child{border-bottom:none}.stat-label{color:var(--gray-600);font-size:.9rem}.stat-value{font-weight:700;color:var(--pk-blue);font-size:1.1rem}.impact-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.impact-stat{background-color:var(--gray-50);border-radius:.75rem;padding:1.5rem;text-align:center;transition:box-shadow .2s}.impact-stat:hover{box-shadow:0 4px 6px #0000001a}.impact-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 1px 3px #0000001a;background:#fff}.impact-icon svg{width:2rem;height:2rem}.impact-icon.green svg{color:#10b981}.impact-icon.blue svg{color:var(--pk-blue)}.impact-icon.purple svg{color:#8b5cf6}.impact-icon.red svg{color:#ef4444}.impact-stat h3{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.stat-label{font-weight:500;color:var(--gray-600);margin-bottom:.5rem}.stat-change{font-size:.875rem;font-weight:500}.stat-change.green{color:#10b981}.stat-change.blue{color:var(--pk-blue)}.stat-change.purple{color:#8b5cf6}.stat-change.red{color:#ef4444}.impact-details{background:linear-gradient(135deg,var(--pk-blue) 0%,var(--pk-orange) 100%);border-radius:1rem;padding:2rem;color:#fff;box-shadow:0 10px 15px #0000001a;margin-bottom:4rem}.impact-content h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.impact-content p{font-size:1.125rem;opacity:.9;margin-bottom:1.5rem}.challenge-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.challenge-list li{display:flex;align-items:flex-start;gap:.75rem}.challenge-list li:before{content:"";width:.5rem;height:.5rem;background-color:#fff;border-radius:50%;margin-top:.5rem;flex-shrink:0}.needs-content{background-color:#ffffff1a;border-radius:.75rem;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.needs-content h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.needs-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.needs-list li{display:flex;align-items:flex-start;gap:.5rem}.needs-list li:before{content:"•";color:var(--pk-orange-light);font-size:1.125rem;margin-top:-.125rem;flex-shrink:0}.additional-impact{display:grid;grid-template-columns:1fr;gap:2rem}.social-impact,.operational-impact{border-radius:.75rem;padding:1.5rem}.social-impact{background-color:var(--pk-blue-light)}.operational-impact{background-color:var(--pk-orange-light)}.social-impact h4,.operational-impact h4{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.impact-metrics{display:flex;flex-direction:column;gap:.75rem}.metric{display:flex;justify-content:space-between;align-items:center}.metric-label{color:var(--gray-600)}.metric-value{font-weight:700}.metric-value.blue{color:var(--pk-blue)}.metric-value.orange{color:var(--pk-orange)}.future-phases{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.phase-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s}.phase-card:hover{box-shadow:0 4px 6px #0000001a}.phase-header{padding:1.5rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.phase-header.blue{background-color:#2563eb}.phase-header.orange{background-color:var(--pk-orange)}.phase-header.green{background-color:#10b981}.phase-info h3{font-size:1.5rem;font-weight:700}.phase-info p{font-size:1.125rem;opacity:.9}.phase-icon{width:2rem;height:2rem}.phase-items{padding:1.5rem;list-style:none;display:flex;flex-direction:column;gap:.75rem}.phase-items li{display:flex;align-items:flex-start;gap:.75rem}.phase-items li:before{content:"";width:.5rem;height:.5rem;background-color:var(--gray-400);border-radius:50%;margin-top:.5rem;flex-shrink:0}.future-cooperation{display:grid;grid-template-columns:1fr;gap:2rem;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.cooperation-content h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.cooperation-content p{color:var(--gray-600);margin-bottom:1.5rem}.cooperation-items{display:flex;flex-direction:column;gap:1rem}.cooperation-item{display:flex;gap:.75rem}.cooperation-icon{width:1.5rem;height:1.5rem;color:var(--pk-blue);margin-top:.125rem;flex-shrink:0}.cooperation-item h4{font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.cooperation-item p{color:var(--gray-600)}.cooperation-item a{color:var(--pk-blue);text-decoration:none}.cooperation-item a:hover{text-decoration:underline}.current-projects{background-color:var(--pk-blue-light);border-radius:.75rem;padding:1.5rem}.current-projects h4{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.project-list{display:flex;flex-direction:column;gap:1rem}.project-item{border-left:4px solid var(--pk-blue);padding-left:1rem}.project-item h5{font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.project-item p{font-size:.875rem;color:var(--gray-600)}.current-sponsors{margin-bottom:4rem}.current-sponsors h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);text-align:center;margin-bottom:2rem}.sponsors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.sponsor-card{background-color:var(--gray-50);border-radius:.75rem;padding:1.5rem;text-align:center;transition:box-shadow .2s}.sponsor-card:hover{box-shadow:0 4px 6px #0000001a}.sponsor-icon{font-size:3rem;margin-bottom:1rem}.sponsor-card h4{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.sponsor-card p{color:var(--gray-600);margin-bottom:.5rem}.sponsor-contribution{font-size:.875rem;color:var(--pk-blue);font-weight:500;margin-bottom:1rem}.sponsor-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--pk-blue);text-decoration:none;transition:color .2s}.sponsor-link:hover{color:#1590c2}.become-sponsor{background:linear-gradient(135deg,var(--pk-blue) 0%,var(--pk-orange) 100%);border-radius:1rem;padding:2rem;color:#fff;text-align:center;margin-bottom:4rem}.sponsor-header{margin-bottom:2rem}.sponsor-main-icon{width:4rem;height:4rem;margin:0 auto 1rem}.sponsor-header h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.sponsor-header p{font-size:1.25rem;opacity:.9;max-width:48rem;margin:0 auto}.sponsor-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.sponsor-type{background-color:#ffffff1a;border-radius:.75rem;padding:1.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.type-icon{font-size:3rem;margin:0 auto 1rem}.sponsor-type h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.sponsor-type p{font-size:.875rem;opacity:.9}.sponsor-cta{text-align:center}.sponsorship-levels{margin-bottom:4rem}.sponsorship-levels h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);text-align:center;margin-bottom:2rem}.levels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.level-card{background:#fff;border:2px solid var(--gray-200);border-radius:.75rem;padding:1.5rem;transition:box-shadow .2s}.level-card:hover{box-shadow:0 4px 6px #0000001a}.level-header{text-align:center;margin-bottom:1.5rem}.level-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.level-card.gold .level-icon{background-color:gold}.level-card.silver .level-icon{background-color:silver}.level-card.bronze .level-icon{background-color:#cd7f32}.level-icon svg{width:2rem;height:2rem;color:#fff}.level-header h4{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.level-card.gold h4{color:gold}.level-card.silver h4{color:silver}.level-card.bronze h4{color:#cd7f32}.level-benefits{list-style:none;display:flex;flex-direction:column;gap:.75rem}.level-benefits li{display:flex;align-items:flex-start;gap:.75rem}.level-benefits li:before{content:"";width:.5rem;height:.5rem;background-color:var(--pk-blue);border-radius:50%;margin-top:.5rem;flex-shrink:0}.sponsor-contact{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:center;background-color:var(--pk-blue-light);border-radius:.75rem;padding:1.5rem}.contact-content h4{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.contact-content p{color:var(--gray-600);margin-bottom:1rem;font-size:.95rem;line-height:1.5}.contact-methods{display:flex;flex-direction:column;gap:.5rem}.contact-method{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.contact-method .icon{color:var(--pk-blue);width:1rem;height:1rem}.contact-method a{color:var(--gray-700);text-decoration:none;transition:color .2s}.contact-method a:hover{color:var(--pk-blue)}.quick-contact{display:flex;flex-direction:column;justify-content:center}.quick-contact-card{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #0000001a;text-align:center}.quick-contact-card h5{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.quick-contact-card .btn{width:100%;padding:.75rem 1rem;font-size:.9rem;justify-content:center}@media (max-width: 767px){.sponsor-contact{grid-template-columns:1fr;gap:1.5rem;padding:1.25rem}.contact-content h4{font-size:1.125rem}.contact-content p{font-size:.9rem}.contact-method{font-size:.85rem}.quick-contact-card{padding:1rem}.quick-contact-card h5{font-size:.95rem}}.donate-slider{position:relative;height:24rem;border-radius:1rem;overflow:hidden;margin-bottom:4rem;box-shadow:0 10px 15px #0000001a}.slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 30%;opacity:0;transition:opacity 1s}.slide.active{opacity:1}.slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080}.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:2rem;max-width:48rem;margin:0 auto}.slide-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.slide-content p{font-size:1.25rem;opacity:.9}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:3rem;height:3rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.slider-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.slider-btn.prev{left:1rem}.slider-btn.next{right:1rem}.slider-btn svg{width:1.5rem;height:1.5rem;color:var(--pk-blue)}.slider-indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.indicator{width:.75rem;height:.75rem;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .2s}.indicator.active{background:#fff;transform:scale(1.2)}.indicator:hover{background:#fffc}.donate-methods{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}.donate-card,.volunteer-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.donate-header,.volunteer-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.donate-icon,.volunteer-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.donate-icon.blue{background-color:var(--pk-blue);color:#fff}.volunteer-icon.orange{background-color:var(--pk-orange);color:#fff}.donate-icon svg,.volunteer-icon svg{width:1.5rem;height:1.5rem}.donate-header h3,.volunteer-header h3{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.bank-info{background-color:var(--pk-blue-light);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.bank-info h4{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.bank-details p{color:var(--gray-700);margin-bottom:.5rem}.bank-purpose{font-size:.875rem;color:var(--gray-600)}.donation-types{margin-bottom:1.5rem}.donation-types h4{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.donation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.donation-type{background-color:var(--gray-50);border-radius:.5rem;padding:1rem;text-align:center}.donation-icon{width:2rem;height:2rem;margin:0 auto .5rem}.donation-icon.orange{color:var(--pk-orange)}.donation-icon.blue{color:var(--pk-blue)}.donation-type h5{font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.donation-type p{font-size:.875rem;color:var(--gray-600)}.volunteer-card p{color:var(--gray-600);margin-bottom:1.5rem}.volunteer-ways{margin-bottom:1.5rem}.volunteer-ways h4{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.volunteer-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.volunteer-list li{display:flex;align-items:flex-start;gap:.75rem}.list-icon{width:1.25rem;height:1.25rem;color:var(--pk-blue);margin-top:.125rem;flex-shrink:0}.impact-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.impact-header{text-align:center;margin-bottom:2rem}.impact-header h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.impact-header p{color:var(--gray-600);max-width:32rem;margin:0 auto}.impact-amounts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.amount-card{text-align:center}.amount-value{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;color:#fff}.amount-value.blue{background-color:var(--pk-blue)}.amount-value.orange{background-color:var(--pk-orange)}.amount-card h4{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.amount-card p{color:var(--gray-600)}.contact-content{display:grid;grid-template-columns:1fr;gap:3rem}.contact-info h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem}.contact-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-item{display:flex;gap:1rem}.contact-icon{width:3rem;height:3rem;background-color:var(--pk-blue-light);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:1.5rem;height:1.5rem;color:var(--pk-blue)}.contact-details h4{font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.contact-details p{color:var(--gray-600)}.bank-account{background-color:var(--pk-blue-light);border-radius:.75rem;padding:1.5rem}.bank-account h4{font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.bank-account p{color:var(--gray-600)}.contact-form-container{background-color:var(--gray-50);border-radius:.75rem;padding:2rem}.contact-form-container h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--pk-blue);box-shadow:0 0 0 3px #1ba3d61a}.form-group textarea{resize:vertical;min-height:120px}.footer{background-color:var(--gray-900);color:#fff;padding:3rem 0}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-main{grid-column:span 2}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-img{width:3rem;height:3rem;-o-object-fit:contain;object-fit:contain}.footer-logo-text h3{font-size:1.25rem;font-weight:700;line-height:1.2}.footer-logo-text p{font-size:.875rem;color:var(--gray-400)}.footer-description{color:var(--gray-400);margin-bottom:1rem}.footer-love{display:flex;align-items:center;gap:.5rem;color:var(--gray-400);margin-bottom:1rem}.heart-icon{width:1rem;height:1rem;color:#ef4444}.footer-love span{font-size:.875rem}.footer-social{display:flex;align-items:center;gap:.5rem}.social-icon{width:1rem;height:1rem;color:#3b82f6}.footer-social a{color:#60a5fa;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-social a:hover{color:#93c5fd}.footer-links h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav a{color:var(--gray-400);text-decoration:none;transition:color .2s}.footer-nav a:hover{color:#fff}.footer-contact h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-address{font-style:normal;display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem}.footer-contact-item .icon{color:var(--gray-400)}.footer-contact-item span{color:var(--gray-400);font-size:.875rem}.footer-contact-item a{color:var(--gray-400);text-decoration:none;font-size:.875rem;transition:color .2s}.footer-contact-item a:hover{color:#fff}.footer-partners{border-top:1px solid var(--gray-800);padding-top:2rem;margin-bottom:2rem}.footer-partners h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.partner-card{background-color:var(--gray-800);border-radius:.5rem;padding:1rem}.partner-card h5{font-weight:600;color:#fff;margin-bottom:.5rem}.partner-card p{color:var(--gray-400);font-size:.875rem;margin-bottom:.75rem}.partner-type{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.partner-emoji{font-size:1.5rem}.partner-type span:last-child{color:var(--gray-300);font-size:.875rem}.partner-link{color:var(--pk-blue);text-decoration:none;font-size:.875rem;display:inline-flex;align-items:center;gap:.25rem;transition:color .2s}.partner-link:hover{color:#60a5fa}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:1.5rem}.footer-copyright{color:var(--gray-400);font-size:.875rem;text-align:center}.footer-legal{text-align:center}.footer-legal p{color:var(--gray-400);font-size:.875rem;margin-bottom:.5rem}.footer-bank{color:var(--gray-400);font-size:.875rem}.footer-eu{background-color:#3b82f633;border:1px solid rgba(59,130,246,.8);border-radius:.5rem;padding:1rem}.eu-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.eu-logo{width:2rem;height:2rem;-o-object-fit:contain;object-fit:contain}.eu-badge{background-color:#2563eb;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:700}.eu-content h5{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.eu-content p{font-size:.875rem;color:#bfdbfe;margin-bottom:.5rem}.eu-description{font-size:.75rem;color:#dbeafe}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.popup-content{background:#fff;border-radius:1rem;max-width:24rem;width:100%;padding:1.25rem;position:relative;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.popup-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.25rem;transition:color .2s}.popup-close:hover{color:var(--gray-600)}.popup-close svg{width:1.25rem;height:1.25rem}.popup-header{text-align:center;margin-bottom:1.25rem}.popup-icon{width:3.5rem;height:3.5rem;background-color:var(--pk-orange);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.popup-icon svg{width:1.75rem;height:1.75rem;color:#fff}.popup-header h3{font-size:1.375rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.popup-header p{font-size:.9rem;color:var(--gray-600)}.donation-amounts{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.amount-option{width:100%;padding:.875rem;border:2px solid var(--gray-200);border-radius:.5rem;background:#fff;cursor:pointer;text-align:left;display:flex;justify-content:space-between;align-items:center;transition:border-color .2s,background-color .2s}.amount-option:hover{border-color:var(--pk-blue)}.amount-option.selected{border-color:var(--pk-blue);background-color:var(--pk-blue-light)}.amount-info .amount{font-size:1.125rem;font-weight:700;color:var(--gray-900);display:block}.amount-info p{font-size:.875rem;color:var(--gray-600);margin:0}.amount-radio{width:1rem;height:1rem;border:2px solid var(--gray-300);border-radius:50%;position:relative}.amount-option.selected .amount-radio{border-color:var(--pk-blue);background-color:var(--pk-blue)}.amount-option.selected .amount-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.25rem;height:.25rem;background-color:#fff;border-radius:50%}.popup-buttons{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.875rem}.popup-bank-info{background-color:var(--gray-50);border-radius:.5rem;padding:.625rem;text-align:center}.popup-bank-info p{font-size:.75rem;color:var(--gray-600);margin:0}.popup-bank-info p:first-child{margin-bottom:.25rem}@media (min-width: 768px){.container{padding:0 1.5rem}.section{scroll-margin-top:120px}.section-header h2{font-size:2.5rem}.desktop-nav{display:flex}.mobile-menu-btn{display:none}.mobile-nav{display:none!important}.hero-title{font-size:4rem}.hero-buttons{flex-direction:row}.about-content{grid-template-columns:1fr 1fr}.impact-details{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.future-cooperation,.additional-impact,.donate-methods,.contact-content,.sponsor-contact{grid-template-columns:1fr 1fr}.footer-content{grid-template-columns:2fr 1fr 1fr}.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}.footer-legal{text-align:right}.top-bar-content{flex-direction:row;gap:1rem}.contact-info{flex-direction:row}.hero-stats{grid-template-columns:repeat(3,1fr)}.current-lang-name{display:inline}.services-grid{grid-template-columns:repeat(2,1fr)}.services-info{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.container{padding:0 2rem}.section-header h2{font-size:3rem}.hero-title{font-size:5rem}.slide-content h2{font-size:3rem}.slide-content p{font-size:1.5rem}.services-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 767px){.section{padding:2rem 0;scroll-margin-top:140px}.section-header h2{font-size:1.875rem}.section-header p{font-size:1rem}.hero-title{font-size:2.25rem;line-height:1.2}.hero-description{font-size:1.125rem}.hero-stats{grid-template-columns:1fr;gap:1.5rem}.top-bar-content{flex-direction:column;text-align:center;gap:.5rem}.contact-info{flex-direction:column;gap:.5rem}.services-grid,.services-info{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.25rem}.service-card h3{font-size:1.125rem}.capacity-info{padding:1.25rem}.impact-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.future-phases,.sponsors-grid,.levels-grid,.sponsor-types,.partners-grid{grid-template-columns:1fr}.donate-slider{height:20rem}.slide-content h2{font-size:1.875rem}.slide-content p{font-size:1rem}.impact-amounts{grid-template-columns:1fr;gap:1rem}.popup-content{max-width:20rem;padding:1rem}.popup-header h3{font-size:1.125rem}.popup-header p{font-size:.8rem}.current-lang-name{display:none}.translate-dropdown{min-width:10rem}}@media (max-width: 480px){.container{padding:0 .75rem}.hero-title{font-size:1.875rem}.hero-description{font-size:1rem}.btn{padding:.625rem 1.25rem;font-size:.875rem}.impact-stats{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1rem}.service-icon{width:2.5rem;height:2.5rem}.service-icon svg{width:1.25rem;height:1.25rem}.service-card h3{font-size:1rem}.service-card p{font-size:.875rem}.service-features li{font-size:.8rem}.process-step{gap:.5rem}.step-number{width:1.75rem;height:1.75rem;font-size:.75rem}.step-content h4{font-size:.95rem}.step-content p{font-size:.85rem}.popup-content{max-width:18rem;margin:.5rem}.slider-btn{width:2.5rem;height:2.5rem}.slider-btn svg{width:1.25rem;height:1.25rem}}@media print{.header,.translate-widget,.popup-overlay{display:none!important}.section{page-break-inside:avoid;scroll-margin-top:0}body{font-size:12pt;line-height:1.4}.btn{border:1px solid #000;background:none!important;color:#000!important}}
