/* LovePet Visual Styles */
:root{--coral:#F2727B;--dark:#2D2D2D}
.lp-topbar{background:var(--coral);padding:10px;text-align:center;color:#fff;font-weight:500;font-size:14px}
.lp-hero{min-height:70vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px;position:relative}
.lp-hero-overlay{position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.5))}
.lp-hero-content{position:relative;z-index:1;max-width:700px}
.lp-hero h1{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin:0 0 15px;text-shadow:0 2px 10px rgba(0,0,0,0.3)}
.lp-hero-subtitle{color:#fff;font-size:clamp(1rem,2vw,1.25rem);margin:0 0 30px;opacity:0.95}
.lp-btn-primary{display:inline-block;background:var(--coral);color:#fff;padding:16px 40px;border-radius:30px;font-weight:600;font-size:16px;text-decoration:none;transition:all 0.3s}
.lp-btn-primary:hover{background:#e55a63;transform:translateY(-2px);box-shadow:0 5px 20px rgba(242,114,123,0.4)}
.lp-section-header{text-align:center;padding:60px 20px 40px}
.lp-section-header h2{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--dark);margin:0 0 10px}
.lp-section-header p{color:#666;font-size:1.1rem;margin:0}
.lp-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;padding:0 5% 60px;max-width:1400px;margin:0 auto}
.lp-category-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3;display:block}
.lp-category-img{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 0.4s}
.lp-category-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:25px;color:#fff}
.lp-category-card:hover .lp-category-img{transform:scale(1.08)}
.lp-category-card:hover .lp-category-overlay{background:linear-gradient(to top,rgba(242,114,123,0.8),transparent)}
.lp-category-icon{font-size:2.5rem;margin-bottom:10px}
.lp-category-label{font-size:1.2rem;font-weight:600}
.lp-products{padding:0 5% 60px}
.lp-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;max-width:1400px;margin:0 auto}
.lp-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:transform 0.3s,box-shadow 0.3s}
.lp-product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,0.12)}
.lp-product-img{aspect-ratio:1;background-size:cover;background-position:center;background-color:#f5f5f5}
.lp-product-placeholder{display:flex;align-items:center;justify-content:center;font-size:4rem;background:linear-gradient(135deg,#FFF8F0,#FFE4E1)}
.lp-product-info{padding:25px;text-align:center}
.lp-product-info h3{font-size:1.15rem;color:var(--dark);margin:0 0 8px}
.lp-product-info p{color:#666;font-size:0.95rem;margin:0 0 15px}
.lp-price{display:block;font-size:1.3rem;font-weight:700;color:var(--coral);margin-bottom:15px}
.lp-btn-secondary{display:inline-block;background:var(--dark);color:#fff;padding:12px 28px;border-radius:25px;font-weight:500;text-decoration:none;transition:background 0.3s}
.lp-btn-secondary:hover{background:var(--coral)}
.lp-story{padding:80px 5%;background:#FFF8F0}
.lp-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1400px;margin:0 auto;align-items:center}
.lp-story-img{aspect-ratio:4/3;background-size:cover;background-position:center;border-radius:20px}
.lp-story-content h2{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--dark);margin:0 0 20px}
.lp-story-content p{color:#666;font-size:1.1rem;line-height:1.8;margin:0 0 25px}
.lp-link-arrow{display:inline-block;color:var(--coral);font-weight:600;font-size:1.1rem;text-decoration:none}
.lp-link-arrow:hover{padding-left:8px}
.lp-newsletter{background:var(--coral);padding:60px 20px;text-align:center;color:#fff}
.lp-newsletter-inner{max-width:600px;margin:0 auto}
.lp-newsletter h2{font-size:clamp(1.5rem,4vw,2rem);margin:0 0 10px}
.lp-newsletter p{font-size:1.1rem;margin:0 0 25px;opacity:0.95}
.lp-newsletter-form{display:flex;gap:10px;max-width:450px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.lp-newsletter-form input{flex:1;min-width:200px;padding:14px 20px;border:none;border-radius:30px;font-size:1rem}
.lp-newsletter-form button{background:var(--dark);color:#fff;padding:14px 30px;border:none;border-radius:30px;font-weight:600;cursor:pointer}
.lp-footer{background:var(--dark);color:#fff;padding:60px 5% 30px}
.lp-footer-inner{max-width:1400px;margin:0 auto}
.lp-footer-logo{text-align:center;margin-bottom:40px}
.lp-footer-logo img{max-height:60px;border-radius:8px}
.lp-footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px;margin-bottom:40px}
.lp-footer-col h4{color:var(--coral);margin:0 0 15px;font-size:1rem}
.lp-footer-col a{display:block;color:#ccc;text-decoration:none;padding:5px 0}
.lp-footer-col a:hover{color:var(--coral)}
.lp-social a{display:block}
.lp-footer-payments{display:flex;justify-content:center;gap:20px;padding:25px 0;border-top:1px solid #444;flex-wrap:wrap}
.lp-footer-payments span{color:#888;font-size:0.9rem}
.lp-footer-copy{text-align:center;color:#888;font-size:0.9rem;padding-top:20px}
@media(max-width:768px){.lp-category-grid,.lp-product-grid{grid-template-columns:repeat(2,1fr);gap:15px}.lp-story-grid{grid-template-columns:1fr}.lp-story-img{order:-1}.lp-hero{min-height:50vh}.lp-newsletter-form{flex-direction:column}.lp-newsletter-form input,.lp-newsletter-form button{width:100%}}
