.container{width:min(1100px,92vw);margin:0 auto}
body{font-family:'Dancing Script',cursive;background:#FFF5F7;color:#2E2A2A;margin:0}
.header{position:sticky;top:0;background:linear-gradient(90deg,#FF69B4,#9B30FF);color:#fff}
.header__inner{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0}
.header a{color:#fff;text-decoration:none;margin-left:1rem}
.hero{position:relative}
.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(1.05)}
.hero__content{position:relative;z-index:1;padding:7rem 0 5rem}
.hero h1{font:72px 'Great Vibes',cursive;margin:0 0 .25em}
.hero p{font-size:28px}
.footer{padding:1.5rem 0;border-top:2px dashed #f0e6ff;background:#fff}
.about-guarantee{background:linear-gradient(180deg,rgba(255,105,180,.10),rgba(155,48,255,.08));padding:2.5rem 0;border-top:2px dashed #f0e6ff;border-bottom:2px dashed #f0e6ff}
.about__title{font:48px 'Great Vibes',cursive;margin:0 0 .5rem}
.about__content p{font-size:24px;margin:0}