.hero{min-height:100vh;background:linear-gradient(135deg,#fff5f5,#ffe5e5);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,107,107,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;padding:1.5rem 0}.nav.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;padding:1rem 0}.nav-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.75rem;color:#ff6b6b;letter-spacing:-.5px;transition:all .3s ease}.logo:hover{transform:scale(1.02)}.logo-text{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;position:relative}.logo-icon{font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(255,107,107,.3));animation:gentle-pulse 2s ease-in-out infinite}@keyframes gentle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.nav-cta{background:#ff6b6b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease}.nav-cta:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 5px 20px #ff6b6b4d}.hero-content{max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"title image" "text image";gap:2rem 4rem;align-items:center}.hero-title{grid-area:title;font-size:4rem;font-weight:800;line-height:1.1;color:#2d2d2d;margin-bottom:0}.hero-image{grid-area:image;position:relative;margin-top:3rem}.hero-text{grid-area:text}.title-highlight{color:#ff6b6b;display:block}.hero-subtitle{font-size:1.25rem;color:#666;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.btn-primary{background:#ff6b6b;color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease}.btn-primary:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 10px 30px #ff6b6b66}.btn-secondary{background:#fff;color:#ff6b6b;border:2px solid #ff6b6b;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;text-decoration:none;display:inline-flex;align-items:center;transition:all .3s ease}.btn-secondary:hover{background:#ff6b6b;color:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #ff6b6b33}.hero-badges{display:flex;gap:1rem;flex-wrap:wrap}.badge{background:#fff;padding:.75rem 1.25rem;border-radius:50px;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#2d2d2d;box-shadow:0 2px 10px #0000000d}.image-wrapper{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 20px 60px #00000026}.product-image{width:100%;height:auto;display:block;border-radius:30px}.image-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,107,107,.2) 0%,transparent 70%);animation:glow 3s ease-in-out infinite;pointer-events:none}@keyframes glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#999;font-size:.9rem;animation:bounce 2s infinite}.scroll-arrow{font-size:1.5rem}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}@media (max-width: 968px){.hero-content{display:flex;flex-direction:column;gap:1.5rem;padding-top:6rem;grid-template-columns:1fr;grid-template-areas:none}.hero-title{order:0;font-size:3rem;text-align:center;margin-bottom:0}.hero-image{order:1;margin-top:-.5rem}.hero-text{order:2}.hero-subtitle{font-size:1.1rem;text-align:center}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}.hero-badges{justify-content:center}.scroll-indicator{display:none}}@media (max-width: 640px){.hero-title{font-size:2.5rem}.nav-content{padding:0 1rem}.logo-text{font-size:1.2rem}.hero-badges{font-size:.8rem}}.features{padding:6rem 2rem;background:linear-gradient(135deg,#fffaf0,#fff5f5)}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:20px;transition:all .3s ease;box-shadow:0 5px 20px #0000000d}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #ff6b6b26}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:700;color:#2d2d2d;margin-bottom:1rem}.feature-description{font-size:1rem;color:#666;line-height:1.6}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}}.product-showcase{padding:6rem 2rem;background:#fff}.showcase-container{max-width:1200px;margin:0 auto}.showcase-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:800;color:#2d2d2d;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto}.animals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.animal-card{background:#fff;border:3px solid #f0f0f0;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.animal-card.available{border-color:#ff6b6b}.animal-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001a}.animal-card.available:hover{box-shadow:0 15px 40px #ff6b6b33}.animal-icon{font-size:4rem;margin-bottom:1rem}.animal-name{font-size:1.5rem;font-weight:700;color:#2d2d2d;margin-bottom:.5rem}.animal-status{display:inline-block;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600}.status-available{background:#ff6b6b;color:#fff}.status-soon{background:#f0f0f0;color:#999}@media (max-width: 768px){.section-title{font-size:2rem}.animals-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;max-width:100%}.animal-card{padding:1.5rem}.animal-icon{font-size:3rem}}.how-it-works{padding:6rem 2rem;background:#fff}.how-container{max-width:1200px;margin:0 auto}.how-header{text-align:center;margin-bottom:4rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative}.step-card{background:linear-gradient(135deg,#fff5f5,#fffaf0);padding:2.5rem;border-radius:20px;text-align:center;position:relative;transition:all .3s ease;border:3px solid #ffe5e5}.step-card:hover{transform:scale(1.05);box-shadow:0 15px 40px #ff6b6b33}.step-number{width:60px;height:60px;background:#ff6b6b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;margin:0 auto 1.5rem}.step-title{font-size:1.5rem;font-weight:700;color:#2d2d2d;margin-bottom:1rem}.step-description{font-size:1rem;color:#666;line-height:1.6}.step-arrow{position:absolute;right:-1.5rem;top:50%;transform:translateY(-50%);font-size:2rem;color:#ff6b6b;font-weight:700}@media (max-width: 968px){.steps-grid{grid-template-columns:1fr}.step-arrow{display:none}}.testimonials-section{padding:80px 20px;background:#fff}.testimonials-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:60px;color:#2d2d2d}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.testimonial-card{background:linear-gradient(135deg,#fff5f5,#ffe8e8);padding:30px;border-radius:16px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.quote-icon{font-size:3rem;color:#ff6b6b;opacity:.3;line-height:1;margin-bottom:15px}.testimonial-quote{font-size:1.05rem;line-height:1.7;color:#2d2d2d;margin-bottom:20px;font-style:italic}.testimonial-author{border-top:2px solid rgba(255,107,107,.2);padding-top:15px}.author-name{font-weight:600;color:#2d2d2d;margin:0 0 5px;font-size:1rem}.author-role{color:#666;font-size:.9rem;margin:0}@media (max-width: 768px){.testimonials-section{padding:40px 20px}.testimonials-title{font-size:2rem;margin-bottom:40px}.testimonials-grid{grid-template-columns:1fr;gap:20px}.testimonial-card{padding:25px}.testimonial-quote{font-size:1rem}}.faq-section{padding:80px 20px;background:linear-gradient(135deg,#fff5f5,#ffe8e8)}.faq-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:10px;color:#2d2d2d}.faq-subtitle{text-align:center;color:#666;font-size:1.1rem;margin-bottom:50px}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:15px}.faq-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 4px 12px #0000001f}.faq-question{width:100%;padding:20px 25px;background:#fff;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.1rem;font-weight:600;color:#2d2d2d;text-align:left;transition:background-color .2s ease}.faq-question:hover{background-color:#fff5f5}.faq-icon{font-size:1.5rem;color:#ff6b6b;font-weight:400;min-width:30px;text-align:center}.faq-answer{padding:0 25px 20px;color:#666;font-size:1rem;line-height:1.6;animation:slideDown .3s ease}.faq-answer p{margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.faq-section{padding:60px 20px}.faq-title{font-size:2rem}.faq-subtitle{font-size:1rem;margin-bottom:30px}.faq-question{padding:18px 20px;font-size:1rem}.faq-answer{padding:0 20px 18px;font-size:.95rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#fff;border-radius:30px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;padding:3rem;position:relative;box-shadow:0 20px 60px #0000004d}.close-button{position:absolute;top:1.5rem;right:1.5rem;background:#f0f0f0;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;color:#666;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close-button:hover{background:#ff6b6b;color:#fff;transform:rotate(90deg)}.modal-header{text-align:center;margin-bottom:2rem}.modal-header h2{font-size:2rem;font-weight:800;color:#2d2d2d;margin-bottom:.5rem}.modal-header p{color:#666;font-size:1rem}.product-summary{background:#f9f9f9;border-radius:15px;padding:1.5rem;margin-bottom:2rem}.summary-item{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1.1rem}.price{font-weight:600;color:#ff6b6b}.quantity-selector{margin:1.5rem 0}.quantity-selector label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d2d2d}.quantity-controls{display:flex;align-items:center;gap:1rem}.qty-btn{background:#ff6b6b;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.qty-btn:hover{background:#ff5252;transform:scale(1.1)}.amount-input-wrapper{display:flex;align-items:center;gap:.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:.5rem 1rem;transition:border-color .3s ease}.amount-input-wrapper:focus-within{border-color:#ff6b6b}.currency-symbol{font-size:1.25rem;font-weight:600;color:#666}.amount-input{border:none;outline:none;font-size:1.25rem;font-weight:600;color:#2d2d2d;width:100%;background:transparent}.amount-input::placeholder{color:#ccc}.amount-hint{margin-top:.5rem;font-size:.9rem;color:#666}.qty-display{font-size:1.5rem;font-weight:700;min-width:40px;text-align:center}.total{display:flex;justify-content:space-between;font-size:1.3rem;padding-top:1rem;border-top:2px solid #e0e0e0;margin-top:1rem}.total-price{color:#ff6b6b}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d2d2d}.form-input{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease}.form-input:focus{outline:none;border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b1a}.continue-button,.submit-button{width:100%;background:#ff6b6b;color:#fff;border:none;padding:1.25rem;border-radius:50px;font-size:1.1rem;font-weight:700;transition:all .3s ease;margin-top:1rem}.continue-button:hover,.submit-button:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 10px 30px #ff6b6b66}.continue-button:disabled,.submit-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.disclaimer{text-align:center;font-size:.9rem;color:#999;margin-top:1rem}.payment-summary{background:#f9f9f9;padding:1.5rem;border-radius:15px;margin-bottom:2rem}.payment-summary p{margin-bottom:.5rem;color:#666}.checkout-form{margin-bottom:1rem}.back-button{background:transparent;color:#666;border:2px solid #e0e0e0;padding:1rem;border-radius:50px;width:100%;font-weight:600;transition:all .3s ease;margin-top:1rem}.back-button:hover{border-color:#ff6b6b;color:#ff6b6b}.error-message{background:#ffe5e5;color:#c00;padding:1rem;border-radius:10px;margin-bottom:1rem;text-align:center;font-weight:600}.message{padding:1rem;border-radius:10px;margin-top:1rem;text-align:center;font-weight:600}.message.success{background:#d4edda;color:#155724}.message.error{background:#ffe5e5;color:#c00}.loading{text-align:center;padding:2rem;color:#666}.trust-badges{display:flex;justify-content:center;gap:2rem;margin:1.5rem 0;padding:1rem 0}.badge{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.badge-icon{font-size:1.2rem}.badge-text{font-weight:600}@media (max-width: 640px){.modal-content{padding:2rem 1.5rem}.modal-header h2{font-size:1.5rem}.trust-badges{flex-direction:column;gap:.75rem;align-items:center}}.info-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.info-modal-content{background:#fff;border-radius:20px;max-width:700px;width:100%;max-height:85vh;overflow-y:auto;padding:2.5rem;position:relative;box-shadow:0 20px 60px #0000004d}.info-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#f0f0f0;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.info-modal-close:hover{background:#ff6b6b;color:#fff;transform:rotate(90deg)}.info-modal-title{font-size:2rem;font-weight:700;color:#2d2d2d;margin-bottom:1.5rem;padding-right:40px}.info-modal-body{color:#666;font-size:1rem;line-height:1.7}.info-modal-body h3{color:#2d2d2d;font-size:1.3rem;margin-top:1.5rem;margin-bottom:.75rem}.info-modal-body p{margin-bottom:1rem}.info-modal-body a{color:#ff6b6b;text-decoration:none;font-weight:600}.info-modal-body a:hover{text-decoration:underline}.info-modal-body ul{margin:1rem 0;padding-left:1.5rem}.info-modal-body li{margin-bottom:.5rem}@media (max-width: 640px){.info-modal-content{padding:2rem 1.5rem;max-height:90vh}.info-modal-title{font-size:1.5rem}.info-modal-body{font-size:.95rem}}.footer{background:#2d2d2d;color:#fff;padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.5rem;margin-bottom:1rem}.footer-tagline{color:#999;line-height:1.6}.footer-section h4{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#ff6b6b}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.75rem;color:#ccc;cursor:pointer;transition:color .3s ease}.footer-section li:hover{color:#fff}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-icon{color:#ccc;text-decoration:none;transition:color .3s ease}.social-icon:hover{color:#ff6b6b}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #444;display:flex;justify-content:space-between;align-items:center;color:#999;font-size:.9rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#999;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-link-btn{background:none;border:none;color:#ccc;padding:0;font-size:inherit;font-family:inherit;cursor:pointer;text-align:left;transition:color .3s ease}.footer-link-btn:hover{color:#fff}.footer-links .footer-link-btn{color:#999}.footer-links .footer-link-btn:hover{color:#fff}@media (max-width: 968px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media (max-width: 640px){.footer{padding:2rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr 1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.footer-brand{grid-column:1 / -1;max-width:100%;text-align:center;margin-bottom:.5rem}.footer-logo{justify-content:center;font-size:1.25rem;margin-bottom:.5rem}.footer-tagline{font-size:.85rem}.footer-section{text-align:center}.footer-section h4{font-size:.85rem;margin-bottom:.5rem}.footer-section ul{display:flex;flex-direction:column;align-items:center}.footer-section li{margin-bottom:.4rem;font-size:.8rem}.social-links{gap:.4rem;flex-direction:column;align-items:center}.social-icon{font-size:.8rem}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center;padding-top:1.5rem;font-size:.8rem;align-items:center}.footer-links{gap:1rem;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#333;overflow-x:hidden}html{scroll-behavior:smooth}button{cursor:pointer;font-family:Poppins,sans-serif}input,textarea{font-family:Poppins,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ff6b6b;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff5252}
