.header{width:100%}.navbar{background:#2c3e50;padding:1rem 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:.5px}.logo:hover{color:#3498db}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-menu a,.nav-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;border-bottom:2px solid transparent;padding-bottom:.5rem;background:none;border:none;cursor:pointer}.nav-menu a:hover,.nav-link:hover,.nav-link.active{color:#3498db;border-bottom-color:#3498db}.hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 1.5rem;text-align:center;color:#fff}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;margin:0 0 1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin:0;opacity:.95}.hero-subtitle strong{display:block;font-size:1.4rem;margin-top:.5rem;color:gold}@media (max-width: 768px){.menu-toggle{display:block}.nav-menu{display:none;position:absolute;top:60px;left:0;right:0;flex-direction:column;background:#2c3e50;gap:0;box-shadow:0 4px 6px #0000001a}.nav-menu.active{display:flex}.nav-menu li{border-bottom:1px solid rgba(255,255,255,.1)}.nav-menu a,.nav-link{display:block;padding:1rem 1.5rem;border:none}.logo{font-size:1.2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-subtitle strong{font-size:1.1rem}.hero{padding:2rem 1rem}}.about{background:#fff;padding:4rem 1.5rem}.about-container{max-width:1200px;margin:0 auto}.about h2{font-size:2.5rem;text-align:center;color:#2c3e50;margin-bottom:2rem}.mission-statement{font-size:1.1rem;line-height:1.8;text-align:center;color:#555;max-width:700px;margin:0 auto 3rem;font-weight:500}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.benefit-card{background:#f8f9fa;padding:2rem;border-radius:8px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e0e0e0}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{font-size:1.3rem;color:#667eea;margin:1rem 0}.benefit-card p{color:#666;line-height:1.6;margin:0}@media (max-width: 768px){.about{padding:2rem 1rem}.about h2{font-size:1.8rem;margin-bottom:1.5rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.benefit-card{padding:1.5rem}}.facebook-feed{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:3rem 1.5rem}.feed-container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.facebook-feed h2{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:2rem;font-weight:700}.facebook-embed{display:flex;justify-content:center;margin-bottom:1.5rem}.loading,.error,.no-posts{text-align:center;color:#666;font-size:1rem;padding:2rem}.error{color:#b00020;font-weight:600}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.post-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.post-content{padding:1.5rem;flex:1;border-left:4px solid #667eea}.post-content p{margin:0;color:#333;line-height:1.6;font-size:.95rem}.post-meta{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#f8f9fa;border-top:1px solid #e0e0e0}.post-date{font-size:.85rem;color:#999;font-weight:500}.post-link{color:#667eea;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .3s ease}.post-link:hover{color:#764ba2;text-decoration:underline}.feed-footer{text-align:center;padding:1.5rem}.facebook-link{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.85rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.facebook-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}@media (max-width: 768px){.facebook-feed{padding:2rem 1rem}.facebook-feed h2{font-size:1.5rem;margin-bottom:1.5rem}.posts-grid{grid-template-columns:1fr;gap:1rem}.post-card{box-shadow:0 1px 4px #00000014}.post-meta{flex-direction:column;gap:.75rem;align-items:flex-start}.post-date{width:100%}.post-link{width:100%;text-align:center;display:block}}.why-adopt{background:#fff;padding:4rem 1.5rem}.why-adopt-container{max-width:1200px;margin:0 auto}.why-adopt-header{text-align:center;margin-bottom:3rem}.why-adopt-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem}.subtitle{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto;line-height:1.6}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.reason-card{background:#f8f9fa;padding:2rem;border-radius:8px;text-align:center;border-top:4px solid #667eea;transition:all .3s ease}.reason-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #667eea26}.reason-icon{font-size:2.5rem;margin-bottom:1rem}.reason-card h3{font-size:1.2rem;color:#2c3e50;margin:1rem 0;font-weight:700}.reason-card p{color:#666;line-height:1.6;margin:0;font-size:.95rem}.adoption-fees-section{background:linear-gradient(135deg,#f0f7ff,#f5f0ff);padding:3rem;border-radius:12px;margin-bottom:3rem}.adoption-fees-section h3{font-size:1.8rem;color:#2c3e50;text-align:center;margin-bottom:1rem}.fees-intro{text-align:center;color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.fees-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-bottom:2rem}.fee-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;border-left:4px solid #667eea}.fee-card h4{font-size:1.1rem;color:#2c3e50;margin:0 0 1rem;font-weight:700}.fee-price{font-size:1.8rem;font-weight:700;color:#667eea;margin-bottom:1.5rem}.fee-includes{text-align:left}.includes-label{font-weight:700;color:#2c3e50;margin:0 0 .5rem;font-size:.95rem}.fee-card ul{list-style:none;padding:0;margin:0}.fee-card li{color:#666;margin:.5rem 0;font-size:.9rem;line-height:1.5}.foster-note{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #27ae60;color:#2c3e50;line-height:1.6;font-size:.95rem}.foster-note strong{color:#27ae60}.adopt-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;border-radius:12px;text-align:center}.adopt-cta h3{font-size:1.8rem;margin-bottom:1rem}.adopt-cta p{font-size:1.05rem;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.adopt-button{display:inline-block;background:#fff;color:#667eea;padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s ease}.adopt-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}@media (max-width: 768px){.why-adopt{padding:2rem 1rem}.why-adopt-header h2{font-size:1.8rem;margin-bottom:1rem}.reasons-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.adoption-fees-section{padding:1.5rem;margin-bottom:2rem}.adoption-fees-section h3{font-size:1.4rem}.fees-grid{grid-template-columns:1fr;gap:1.5rem}.adopt-cta{padding:2rem 1rem}.adopt-cta h3{font-size:1.4rem}.adopt-button{padding:.75rem 1.5rem;font-size:.9rem}}.volunteer-section{background:#f8f9fa;padding:3rem 1.5rem}.volunteer-container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.volunteer-header{text-align:center}.volunteer-header h2{font-size:2rem;color:#2c3e50;margin-bottom:.75rem}.volunteer-header p{color:#555;line-height:1.6;max-width:720px;margin:0 auto 1rem}.volunteer-download{display:inline-block;margin-top:.5rem;padding:.85rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;font-weight:600;border-radius:6px;transition:transform .3s ease,box-shadow .3s ease}.volunteer-download:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea40}.opportunities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.opportunity-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #00000014;border-top:4px solid #667eea}.opportunity-card h3{margin:0 0 .5rem;color:#2c3e50}.opportunity-card p{margin:0;color:#666;line-height:1.5}.volunteer-steps h3{color:#2c3e50;margin-bottom:.5rem}.volunteer-steps ol{padding-left:1.2rem;color:#555;line-height:1.6}.volunteer-steps a{color:#667eea;text-decoration:none;font-weight:600}.volunteer-steps a:hover{text-decoration:underline}@media (max-width: 768px){.volunteer-section{padding:2rem 1rem}.volunteer-header h2{font-size:1.6rem}}.thrift-store-section{background:#fff;padding:3rem 1.5rem}.thrift-store-container{max-width:1000px;margin:0 auto}.thrift-store-header{text-align:center;margin-bottom:2rem}.thrift-store-header h2{font-size:2rem;color:#2c3e50;margin-bottom:.75rem}.thrift-store-header p{color:#555;line-height:1.6;max-width:720px;margin:0 auto}.thrift-store-needed{background:#e8f5e9;color:#1b7f3a;padding:1rem;border-left:4px solid #27ae60;border-radius:4px;max-width:720px;margin:0 auto 1rem!important}.store-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.store-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:1.5rem;border-radius:8px;border-left:4px solid #667eea}.info-card h3{margin:0 0 .75rem;color:#2c3e50;font-size:1.1rem}.info-card p{margin:.5rem 0;color:#333;line-height:1.5;font-size:.95rem}.info-card ul{margin:.5rem 0 0 1rem;padding:0;list-style-position:inside}.info-card li{color:#333;line-height:1.4;margin:.25rem 0}.store-action{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:8px;text-align:center}.store-action h3{font-size:1.4rem;margin:0 0 .75rem}.store-action p{color:#ffffffe6;line-height:1.6;margin:.5rem 0}.store-button{display:inline-block;background:#fff;color:#667eea;padding:.85rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;margin:1rem 0;transition:transform .3s ease,box-shadow .3s ease}.store-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.store-contact{font-size:.95rem;margin-top:1rem!important}.store-contact a{color:gold;text-decoration:none;font-weight:600}.store-contact a:hover{text-decoration:underline}.store-gallery{margin-top:3rem;padding-top:2rem;border-top:2px solid #e0e0e0}.store-gallery h3{text-align:center;font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem}.gallery-note{text-align:center;color:#666;line-height:1.6;max-width:720px;margin:0 auto 2rem;font-size:.95rem;font-style:italic}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.gallery-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.gallery-item img{width:100%;height:250px;object-fit:cover;display:block}.gallery-description{padding:1rem;background:#f8f9fa;border-top:1px solid #e0e0e0;font-size:.9rem;color:#555;text-align:center;line-height:1.4}@media (max-width: 968px){.store-content{grid-template-columns:1fr}}@media (max-width: 768px){.thrift-store-section{padding:2rem 1rem}.thrift-store-header h2{font-size:1.6rem}.store-info{grid-template-columns:1fr}.info-card{padding:1.25rem}.store-action{padding:1.5rem}.store-action h3{font-size:1.2rem}}.get-involved-page{background:#fff;padding:3rem 1.5rem;min-height:100vh}.involved-container{max-width:1000px;margin:0 auto}.page-header{text-align:center;margin-bottom:3rem}.page-header h2{font-size:2rem;color:#2c3e50;margin-bottom:.75rem}.page-header p{color:#555;line-height:1.6;max-width:720px;margin:0 auto}.ways-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.way-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem;border-radius:8px;border-top:4px solid #667eea;display:flex;flex-direction:column;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease}.way-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.way-icon{font-size:2.5rem;margin-bottom:.75rem;display:inline-block}.way-card h3{font-size:1.3rem;color:#2c3e50;margin:0 0 .75rem}.way-card p{color:#333;line-height:1.6;margin:0 0 1.5rem;flex-grow:1}.way-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.85rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.way-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.involvement-faq{text-align:center;background:#f8f9fa;padding:2rem;border-radius:8px;border-left:4px solid #667eea}.involvement-faq h3{color:#2c3e50;margin:0 0 .75rem}.involvement-faq p{color:#555;line-height:1.6;margin:0}.involvement-faq a{color:#667eea;text-decoration:none;font-weight:600}.involvement-faq a:hover{text-decoration:underline}@media (max-width: 768px){.get-involved-page{padding:2rem 1rem}.page-header h2{font-size:1.6rem}.ways-grid{grid-template-columns:1fr;gap:1.5rem}.way-card{padding:1.5rem}.way-icon{font-size:2rem}.way-card h3{font-size:1.1rem}}.donate-section{background:#fff;padding:4rem 1.5rem;min-height:100vh}.donate-container{max-width:1000px;margin:0 auto}.donate-hero{text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;border-radius:12px}.donate-hero h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.donate-hero p{font-size:1rem;line-height:1.7;margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto}.donate-hero strong{color:gold}.impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:3rem}.impact-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 4px 12px #667eea33}.impact-amount{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:gold}.impact-card p{margin:0;line-height:1.5;font-size:.95rem}.donate-form-wrapper{background:#f8f9fa;padding:2.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;max-width:600px;margin:0 auto 3rem}.donate-form-wrapper h3{text-align:center;color:#2c3e50;margin-top:0;margin-bottom:2rem}.donate-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{display:flex;flex-direction:column;gap:.75rem}.form-label{font-weight:600;color:#2c3e50;font-size:.95rem}.amount-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.75rem}.amount-btn{padding:.75rem;border:2px solid #e0e0e0;background:#fff;border-radius:6px;font-size:.95rem;font-weight:600;color:#2c3e50;cursor:pointer;transition:all .3s ease}.amount-btn:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.amount-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea}.custom-amount-input{display:flex;align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:6px;padding:0 1rem;font-size:1.1rem;font-weight:600}.custom-amount-input span{color:#667eea}.custom-amount-input input{flex:1;border:none;padding:.75rem .75rem .75rem .5rem;font-size:1rem;font-weight:500}.custom-amount-input input:focus{outline:none}.checkbox-label{display:flex;align-items:center;gap:.75rem;font-weight:500;color:#2c3e50;cursor:pointer}.checkbox-label input{width:20px;height:20px;cursor:pointer}.donate-form input,.donate-form textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:.95rem;font-family:inherit;transition:border-color .3s ease}.donate-form input:focus,.donate-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.donate-form textarea{resize:vertical;min-height:100px}.donation-summary{background:#fff;padding:1.5rem;border-radius:6px;border-left:4px solid #667eea;text-align:center}.donation-summary p{color:#555;margin:0 0 .5rem}.donation-amount-display{font-size:2rem;font-weight:700;color:#667eea}.recurring-note{font-size:.85rem;color:#27ae60;font-weight:700;margin-top:.5rem!important}.donation-status{padding:.85rem 1rem;border-radius:6px;font-weight:600;margin:.5rem 0 .25rem;border:1px solid transparent}.donation-status.success{background:#ecf9f1;color:#1b7f3a;border-color:#1b7f3a}.donation-status.error{background:#fff4f4;color:#b00020;border-color:#b00020}.donation-status.info{background:#f0f7ff;color:#1f4b99;border-color:#1f4b99}.donate-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.donate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea4d}.donate-btn:disabled{opacity:.5;cursor:not-allowed}.paypal-buttons{margin-top:1rem}.alternative-giving{margin-bottom:3rem}.alternative-giving h3{text-align:center;font-size:1.8rem;color:#2c3e50;margin-bottom:2rem}.giving-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.giving-method{background:#f8f9fa;padding:2rem;border-radius:8px;border-top:4px solid #667eea;box-shadow:0 2px 8px #00000014}.giving-method h4{font-size:1.2rem;color:#2c3e50;margin:0 0 1rem}.giving-method p{color:#666;line-height:1.6;margin:.75rem 0;font-size:.95rem}.check-address{background:#fff;padding:1rem;border-radius:6px;border-left:3px solid #27ae60;font-weight:500;margin:1rem 0}.check-address p{margin:.25rem 0;color:#2c3e50}.method-link{display:inline-block;color:#667eea;text-decoration:none;font-weight:700;margin-top:.5rem;transition:all .3s ease}.method-link:hover{color:#764ba2;text-decoration:underline}.giving-method a{color:#667eea;text-decoration:none}.giving-method a:hover{text-decoration:underline}.donate-footer{text-align:center;color:#666;font-size:.95rem;padding:1.5rem;background:#f0f7ff;border-radius:8px}.donate-footer p{margin:.5rem 0}.donate-footer strong{color:#2c3e50}@media (max-width: 768px){.donate-section{padding:2rem 1rem}.donate-hero{padding:2rem 1rem;margin-bottom:2rem}.donate-hero h2{font-size:1.8rem;margin-bottom:1rem}.donate-hero p{font-size:.9rem}.donate-form-wrapper{padding:1.5rem;max-width:100%}.impact-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.impact-card{padding:1.5rem}.amount-buttons{grid-template-columns:repeat(3,1fr);gap:.5rem}.amount-btn{padding:.6rem;font-size:.85rem}.giving-methods{grid-template-columns:1fr;gap:1.5rem}.giving-method{padding:1.5rem}}.donate-success-container{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px;margin-top:80px}.success-card{background:#fff;border-radius:12px;padding:60px 40px;max-width:600px;width:100%;box-shadow:0 10px 40px #00000026;text-align:center;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-badge{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;margin:0 auto 30px;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.checkmark{color:#fff;font-size:48px;font-weight:700;line-height:1}.donate-success-container h1{font-size:32px;color:#333;margin:0 0 10px;font-weight:600}.subtitle{font-size:16px;color:#666;margin:0 0 40px;line-height:1.6}.donation-details{background:#f8f9fa;border-radius:8px;padding:30px;margin:30px 0;text-align:left}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e0e0e0}.detail-row:last-child{border-bottom:none}.detail-row.full-width{flex-direction:column;align-items:flex-start}.detail-row.full-width .value{margin-top:8px;padding:12px;background:#fff;border-radius:4px;width:100%}.label{font-weight:600;color:#333;font-size:14px}.value{color:#666;font-size:14px}.detail-row:nth-child(1) .value{font-size:24px;font-weight:700;color:#667eea}.tax-info{background:#f0f4ff;border-left:4px solid #667eea;padding:20px;margin:30px 0;border-radius:4px;text-align:left}.tax-info h3{margin:0 0 10px;color:#333;font-size:16px}.tax-info p{margin:8px 0;font-size:14px;color:#666;line-height:1.6}.tax-id{margin-top:12px;padding-top:12px;border-top:1px solid #dde0ff}.next-steps{text-align:left;margin:30px 0;background:#f9f9f9;padding:20px;border-radius:8px}.next-steps h3{margin:0 0 15px;color:#333;font-size:16px}.next-steps ul{list-style:none;padding:0;margin:0}.next-steps li{padding:8px 0 8px 30px;position:relative;font-size:14px;color:#666;line-height:1.6}.next-steps li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.action-buttons{display:flex;gap:15px;margin:40px 0;flex-wrap:wrap;justify-content:center}.btn{padding:12px 30px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:200px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#f8f9fa;transform:translateY(-2px)}.contact-section{margin-top:30px;padding-top:30px;border-top:1px solid #e0e0e0}.contact-section h3{margin:0 0 10px;color:#333;font-size:16px}.contact-section p{margin:0;font-size:14px;color:#666}.contact-section a{color:#667eea;text-decoration:none;font-weight:600}.contact-section a:hover{text-decoration:underline}@media (max-width: 768px){.success-card{padding:40px 20px}.donate-success-container h1{font-size:24px}.action-buttons{flex-direction:column;align-items:stretch}.btn{min-width:auto;width:100%}.detail-row{flex-direction:column;align-items:flex-start}.detail-row .value{margin-top:5px}.donation-details{padding:20px}}.donate-error-container{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6a6a,#f96);padding:40px 20px;margin-top:80px}.error-card{background:#fff;border-radius:12px;padding:50px 36px;max-width:640px;width:100%;box-shadow:0 10px 40px #00000026;text-align:center;animation:slideUp .45s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.error-badge{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#ff6a6a,#f96);color:#fff;border-radius:50%;font-size:40px;font-weight:700;margin:0 auto 24px;box-shadow:0 6px 20px #ff6a6a59}.donate-error-container h1{font-size:28px;color:#2d2d2d;margin:0 0 10px;font-weight:700}.subtitle{font-size:16px;color:#555;margin:0 0 24px;line-height:1.6}.error-message{background:#fff4f2;border-left:4px solid #ff6a6a;padding:18px;border-radius:8px;text-align:left;margin-bottom:24px}.error-message .message{margin:0;color:#b1352c;font-weight:600}.error-message .code{margin:8px 0 0;color:#a14b44;font-size:14px}.help-list{text-align:left;background:#f9fafc;border-radius:8px;padding:18px;margin:0 0 30px}.help-list h3{margin:0 0 10px;color:#2d2d2d;font-size:16px}.help-list ul{margin:0;padding:0 0 0 20px;color:#555;line-height:1.6}.action-buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin:20px 0}.btn{padding:12px 22px;font-size:15px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .25s ease;min-width:170px;text-decoration:none;text-align:center}.btn-primary{background:linear-gradient(135deg,#ff6a6a,#f96);color:#fff;box-shadow:0 6px 18px #ff6a6a59}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{background:#fff;color:#ff6a6a;border:2px solid #ff6a6a}.btn-secondary:hover{background:#fff4f2}.btn-link{background:transparent;color:#ff6a6a;border:none;padding:0;min-width:auto}.btn-link:hover{text-decoration:underline}.contact-note{margin-top:18px;color:#666;font-size:14px;line-height:1.6}@media (max-width: 768px){.error-card{padding:36px 20px}.action-buttons{flex-direction:column}.btn{width:100%;min-width:auto}}.privacy-policy-section{background:#fff;padding:3rem 1.5rem;min-height:100vh}.privacy-container{max-width:900px;margin:0 auto}.policy-header{text-align:center;margin-bottom:3rem}.policy-header h2{font-size:2rem;color:#2c3e50;margin-bottom:.75rem}.policy-header p{color:#555;line-height:1.6;max-width:720px;margin:0 auto}.policy-content{display:flex;flex-direction:column;gap:2rem}.policy-section{padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.policy-section h3{font-size:1.2rem;color:#2c3e50;margin:0 0 1rem}.policy-section p{color:#333;line-height:1.7;margin:.75rem 0}.policy-section ul{margin:1rem 0;padding-left:1.5rem}.policy-section li{color:#333;line-height:1.6;margin:.5rem 0}.policy-section a{color:#667eea;text-decoration:none;font-weight:500}.policy-section a:hover{text-decoration:underline}@media (max-width: 768px){.privacy-policy-section{padding:2rem 1rem}.policy-header h2{font-size:1.6rem}.policy-section{padding:1.25rem}.policy-section h3{font-size:1.1rem}.policy-section p{font-size:.95rem}}.footer{background:#2c3e50;color:#ecf0f1;padding:3rem 1.5rem 1rem;margin-top:2rem}.footer-content{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section h3,.footer-section h4{color:#3498db;margin-top:0;margin-bottom:1rem;font-size:1.1rem}.footer-section h3{font-size:1.3rem}.footer-section p{margin:.5rem 0;line-height:1.6;color:#bdc3c7}.footer-section a{color:#3498db;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#2980b9;text-decoration:underline}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-links a{display:inline-block;padding:.5rem 1rem;background:#3498db33;border-radius:4px;transition:all .3s ease}.social-links a:hover{background:#3498db66}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);color:#95a5a6;font-size:.9rem}.footer-bottom p{margin:.5rem 0}.footer-bottom a{color:#3498db;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}@media (max-width: 768px){.footer{padding:2rem 1rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.footer-section h3,.footer-section h4{margin-bottom:.75rem}.footer-section p{margin:.25rem 0}.social-links{justify-content:center}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow:auto;position:relative;animation:slideUp .3s ease-out;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:#fff;border:none;font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 8px #0003;transition:all .2s ease;color:#333;line-height:1}.modal-close:hover{background:#f5f5f5;transform:rotate(90deg)}.modal-body{display:flex;flex-direction:column}.modal-image{width:100%;height:350px;overflow:hidden;background:#f0f0f0;border-radius:16px 16px 0 0}.modal-image img{width:100%;height:100%;object-fit:contain}.modal-info{padding:2rem}.modal-title{font-size:2rem;margin:0 0 1.5rem;color:#2c3e50;font-weight:700}.modal-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem;background:#f8f9fa;border-radius:12px}.detail-row{display:flex;justify-content:space-between;align-items:center}.detail-label{font-weight:600;color:#555;font-size:.95rem}.detail-value{color:#2c3e50;font-size:.95rem}.modal-description{margin-bottom:1.5rem}.modal-description h3{font-size:1.25rem;margin:0 0 .75rem;color:#2c3e50}.modal-description p{color:#666;line-height:1.6;font-size:1rem}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-primary,.btn-secondary{flex:1;padding:.875rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#fff;color:#555;border:2px solid #ddd}.btn-secondary:hover{background:#f5f5f5;border-color:#bbb}@media (max-width: 768px){.modal-content{max-height:95vh}.modal-image{height:250px}.modal-info{padding:1.5rem}.modal-title{font-size:1.5rem}.modal-actions{flex-direction:column}}.animals-loading,.animals-error,.animals-empty{text-align:center;padding:2rem;color:#666;margin:0 2rem}.animals-error{color:#b00020}.animals-grid{display:grid;grid-template-columns:repeat(4,minmax(0,200px));gap:1rem;padding:1rem 2rem;justify-content:center}@media (max-width: 1200px){.animals-grid{grid-template-columns:repeat(3,minmax(0,200px))}}@media (max-width: 900px){.animals-grid{grid-template-columns:repeat(2,minmax(0,200px))}}@media (max-width: 640px){.animals-grid{grid-template-columns:minmax(0,200px)}}.animal-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.animal-card:hover{transform:translateY(-2px);box-shadow:0 2px 8px #00000026}.animal-image{width:100%;height:110px;overflow:hidden;background:#f0f0f0}.animal-image img{width:100%;height:100%;object-fit:contain}.animal-info{padding:.625rem}.animal-name{font-size:.95rem;margin:0 0 .4rem;color:#2c3e50;font-weight:700}.animal-details{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.4rem}.animal-details span{display:inline-block;padding:.2rem .4rem;background:#f0f0f0;border-radius:10px;font-size:.65rem;color:#555}.animal-bio{color:#666;line-height:1.4;margin:.4rem 0;font-size:.75rem}.animal-link{display:inline-block;margin-top:.4rem;color:#667eea;background:none;border:none;padding:0;font-weight:600;font-size:.75rem;cursor:pointer;transition:color .3s ease}.animal-link:hover{color:#764ba2;text-decoration:underline}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2.5rem;padding:1.5rem 0}.pagination-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.pagination-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.pagination-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.pagination-info{font-size:1rem;color:#555;font-weight:500}.animals-tabs{margin:.5rem 0 1rem}.tab-bar{display:flex;justify-content:center;gap:.5rem;margin-bottom:.75rem}.tab-btn{border:1px solid #ccc;background:#f7f7f7;color:#333;padding:.5rem 1rem;border-radius:8px;cursor:pointer}.tab-btn.active{background:#333;color:#fff;border-color:#333}.animals-heading{text-align:center;margin:.25rem 0 .75rem}.adoption-page{background:#fff;padding:3rem 1.5rem 4rem}.adoption-hero{max-width:1000px;margin:0 auto 3rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 6px 16px #0000001f}.eyebrow{letter-spacing:1.5px;text-transform:uppercase;font-weight:700;opacity:.9;margin-bottom:.5rem}.adoption-hero h1{font-size:2.4rem;margin:0 0 .75rem}.hero-copy{font-size:1.05rem;line-height:1.7;max-width:760px;margin-bottom:1.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.primary-action,.secondary-action{display:inline-block;padding:.9rem 1.4rem;border-radius:8px;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.primary-action{background:#ffd86f;color:#2c3e50;box-shadow:0 8px 18px #ffd86f59}.primary-action:hover{transform:translateY(-2px);box-shadow:0 10px 22px #ffd86f73}.secondary-action{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.25)}.secondary-action:hover{transform:translateY(-2px);background:#ffffff40}.application-section,.process-section{max-width:1100px;margin:0 auto 3rem}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{font-size:2rem;color:#2c3e50;margin-bottom:.5rem}.section-header p{color:#555;line-height:1.6}.application-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.application-card{background:#f8f9fb;border-radius:10px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 4px 10px #0000000d;display:flex;flex-direction:column;gap:.75rem}.application-card h3{margin:0;color:#2c3e50;font-size:1.2rem}.application-card p{margin:0;color:#444;line-height:1.6;flex-grow:1}.app-link{align-self:flex-start;background:linear-gradient(135deg,#4facfe,#00f2fe);color:#0d2a3a;text-decoration:none;padding:.8rem 1.2rem;border-radius:8px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}.app-link:hover{transform:translateY(-2px);box-shadow:0 8px 16px #4facfe59}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.step-card{background:#fff;border-radius:10px;padding:1.25rem;border:1px solid #e6e9ef;box-shadow:0 3px 8px #0000000d}.step-card h4{margin:0 0 .5rem;color:#2c3e50;font-size:1.05rem}.step-card p{margin:0;color:#4a5568;line-height:1.5}.notes-section{max-width:1000px;margin:0 auto 2.5rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.75rem}.notes-section h3{margin:0 0 .75rem;color:#2c3e50}.notes-section ul{padding-left:1.2rem;color:#444;line-height:1.7;margin:0}.notes-section li+li{margin-top:.35rem}.contact-box{max-width:950px;margin:0 auto;background:linear-gradient(135deg,#fdfbfb,#ebedee);border:1px solid #e2e8f0;border-radius:10px;padding:1.75rem;text-align:center}.contact-box h3{margin:0 0 .75rem;color:#2c3e50}.contact-box p{margin:0;color:#4a5568;line-height:1.6}.contact-box a{color:#667eea;font-weight:700;text-decoration:none}.contact-box a:hover{text-decoration:underline}.forms-section{max-width:1150px;margin:0 auto 3rem}.form-tabs{display:inline-flex;gap:.75rem;margin-bottom:1rem;background:#f0f4ff;padding:.4rem;border-radius:12px;border:1px solid #e2e8f0}.tab-button{border:none;background:transparent;padding:.7rem 1.1rem;border-radius:10px;font-weight:700;color:#2c3e50;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.tab-button.active{background:#fff;box-shadow:0 6px 16px #00000014;transform:translateY(-1px)}.form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 10px 30px #00000014;padding:1.5rem}.adoption-form{display:flex;flex-direction:column;gap:1.75rem}.form-section h3{margin:0 0 .75rem;color:#2c3e50}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.form-field{display:flex;flex-direction:column;gap:.45rem}.form-field span{font-weight:600;color:#2c3e50}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.65rem .75rem;border:1px solid #d9e1ec;border-radius:8px;font-size:.98rem;background:#fdfdfd;transition:border .2s ease,box-shadow .2s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.checkbox-group{display:flex;flex-direction:column;gap:.65rem;padding:1rem;background:#f8f9fb;border:1px solid #e6e9ef;border-radius:10px}.checkbox-field{display:flex;align-items:flex-start;gap:.55rem;color:#2c3e50}.checkbox-field input{margin-top:.2rem}.form-success{background:#ecfdf3;border:1px solid #a7f3d0;color:#065f46;padding:.9rem 1rem;border-radius:10px;font-weight:600}.form-actions{display:flex;justify-content:flex-end}.form-actions .app-link{border:none;cursor:pointer}@media (max-width: 768px){.form-tabs{width:100%;justify-content:space-between}.tab-button{flex:1;text-align:center}.form-panel{padding:1rem}}@media (max-width: 768px){.adoption-page{padding:2rem 1rem 3rem}.adoption-hero{padding:2rem}.adoption-hero h1{font-size:1.8rem}.hero-actions{flex-direction:column}.primary-action,.secondary-action{width:100%;text-align:center}}.app{display:flex;flex-direction:column;min-height:100vh;background:#f8f9fa}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}html,body,#root{height:100%;width:100%}
