@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Poppins:wght@300;400&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:#fff5f7;color:#333;text-align:center;line-height:1.6}.hero{height:100vh;background:linear-gradient(to bottom right,#ffd6e0,#fff0f5);display:flex;flex-direction:column;justify-content:center;align-items:center}.hero h1{font-family:Playfair Display,serif;font-size:3rem;margin-bottom:10px}.hero p{font-size:1.2rem}.section{padding:60px 20px;max-width:700px;margin:auto}.section h2{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:20px}.section p{font-size:1rem;color:#555}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:15px;margin-top:20px}.card{background:#fff;padding:15px;border-radius:12px;box-shadow:0 4px 10px #0000000d;font-size:.9rem}ul{list-style:none}ul li{background:#fff;margin:8px auto;padding:10px;border-radius:10px;max-width:300px;box-shadow:0 4px 10px #0000000d}.final{padding:80px 20px;background:#ffd6e0}.final h2{font-family:Playfair Display,serif;font-size:2.2rem}.hero-image{width:160px;height:160px;object-fit:cover;border-radius:50%;margin-bottom:20px;border:4px solid white;box-shadow:0 4px 12px #00000026}.card img{width:100%;height:140px;object-fit:cover;border-radius:10px;margin-bottom:8px}.card p{font-size:.9rem;color:#444}.full-image1 img{width:100%;max-height:700px;object-fit:cover;object-position:center 35%;margin:40px 0;border-radius:12px}.full-image2 img{width:80%;max-height:900px;object-fit:cover;object-position:center;margin:40px 0;border-radius:12px}.section p{font-size:1rem;color:#555;margin-bottom:16px}
