@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=DM+Sans:wght@300;400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--sky:#e8437a;--sky-light:#fce8f0;--sky-dark:#4a1535;--cream:#fdf8fb;--text:#1c1c1c;--muted:#666;--accent:#f0a030;--white:#fff;--border:rgba(0,0,0,.08);--gradient:linear-gradient(135deg,#e8437a,#f0a030)}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;color:var(--text);background:var(--cream);line-height:1.6}.section{padding:5rem}@media (max-width:768px){.section{padding:3rem 1.5rem}}.section-tag{font-size:.75rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem}.section-title{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:700;line-height:1.2;margin-bottom:1rem}@media (max-width:768px){.section-title{font-size:1.8rem}}.section-body{font-size:1rem;max-width:560px;line-height:1.8}.btn-white{background:#fff;color:var(--sky-dark);padding:.7rem 1.5rem;border-radius:8px;font-weight:500;font-size:.9rem;text-decoration:none;border:none;box-shadow:0 4px 20px rgba(0,0,0,.2);display:inline-block;transition:transform .2s}.btn-white:hover{transform:translateY(-2px)}.btn-outline-white{background:transparent;color:#fff;padding:.7rem 1.5rem;border-radius:8px;font-weight:500;font-size:.9rem;text-decoration:none;border:1.5px solid hsla(0,0%,100%,.5);display:inline-block}.btn-white-sm{background:#fff;color:var(--sky-dark)}.btn-outline-white-sm,.btn-white-sm{padding:.75rem 1.75rem;border-radius:8px;font-weight:500;font-size:.9rem;text-decoration:none;display:inline-block}.btn-outline-white-sm{background:transparent;color:#fff;border:1.5px solid hsla(0,0%,100%,.5)}