*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#38252d;background:#fff9fb;line-height:1.6}.hero{min-height:620px;background:linear-gradient(135deg,#fff0f5,#f9dce8);padding:24px 7%;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-120px;top:80px;background:rgba(255,255,255,.45)}nav{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.logo{font-size:22px;font-weight:800;color:#8e3f5e}nav a{color:#8e3f5e;text-decoration:none;font-weight:700}.hero-content{max-width:700px;padding-top:120px;position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:3px;color:#a34c6c;font-weight:700;font-size:13px}.hero h1{font-size:clamp(45px,7vw,78px);line-height:1.05;margin:15px 0}.hero h1 span{color:#a34c6c}.hero p:not(.eyebrow){font-size:19px;max-width:600px}.btn{display:inline-block;background:#9b4566;color:white;padding:14px 25px;border-radius:30px;text-decoration:none;font-weight:700;margin-top:18px;box-shadow:0 8px 20px rgba(155,69,102,.2)}.section{padding:85px 7%;max-width:1200px;margin:auto}h2{font-size:42px;margin:8px 0 35px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card,.price-grid>div{background:white;border:1px solid #f1dbe4;border-radius:22px;padding:28px;box-shadow:0 8px 25px rgba(80,35,50,.06)}.icon{font-size:32px;color:#b04e70}.card h3,.price-grid h3{font-size:21px}.card strong{color:#9b4566}.about{padding:70px 7%;background:#f5e1e8;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.prices{background:#fff}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.price-grid b{color:#9b4566;font-size:22px}.contact{text-align:center;padding:90px 7%;background:#f9dce8}.contact h2{margin-bottom:10px}.contact p:not(.eyebrow){font-size:18px}footer{text-align:center;padding:25px;background:#38252d;color:white}@media(max-width:800px){.cards,.price-grid,.about{grid-template-columns:1fr 1fr}.hero-content{padding-top:90px}}@media(max-width:520px){.cards,.price-grid,.about{grid-template-columns:1fr}.hero{min-height:600px}h2{font-size:34px}.logo{font-size:18px}.hero h1{font-size:46px}}
