@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap";:root{--text-5xl:5rem;--text-4xl:4rem;--text-3xl:3rem;--text-2xl:2.5rem;--text-xl:1.3rem;--text-lg:1.2rem;--text-base:1.1rem;--color-midnight:#0b0f19;--color-deep-blue:#1e293b;--color-soft-blue:#334155;--color-dusty-rose:#be6c84;--color-peach:#f8b195;--color-blush:#fce7f3;--color-rose:#f43f5e;--color-crimson:#e11d48;--color-white:#fff;--color-off-white:#f8fafc;--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{font-family:var(--font-sans);background-color:var(--color-midnight);color:var(--color-off-white);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color 1.5s ease-in-out;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-soft-blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-dusty-rose)}.serif{font-family:var(--font-serif)}.sans{font-family:var(--font-sans)}.section-container{flex-direction:column;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}@media (width<=768px){:root{--text-5xl:3.5rem;--text-4xl:2.5rem;--text-3xl:2rem;--text-2xl:1.8rem;--text-xl:1.15rem;--text-lg:1.05rem;--text-base:1rem}}.app-container{width:100%;position:relative}h1,h2,h3,.title-text{font-family:var(--font-serif);letter-spacing:-.02em;font-weight:600}p,.body-text{font-family:var(--font-sans);font-weight:300;line-height:1.6}.promise-slider-container{background:#ffffff1a;border-radius:30px;width:300px;height:60px;position:relative;overflow:hidden;box-shadow:inset 0 2px 10px #0003}.promise-slider-bg{background:linear-gradient(90deg, var(--color-dusty-rose), var(--color-crimson));width:0%;height:100%;transition:width .1s;position:absolute;top:0;left:0}.promise-slider-thumb{background:var(--color-white);width:52px;height:52px;color:var(--color-crimson);cursor:grab;z-index:10;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:4px;left:4px;box-shadow:0 2px 10px #0000001a}.promise-slider-thumb:active{cursor:grabbing}.promise-slider-text{pointer-events:none;width:100%;height:100%;font-family:var(--font-sans);color:#fff9;z-index:5;justify-content:center;align-items:center;font-weight:500;display:flex;position:absolute}@keyframes floatUp{0%{opacity:0;transform:translateY(0)scale(1)}10%{opacity:.6}90%{opacity:.6}to{opacity:0;transform:translateY(-100vh)scale(.8)}}@keyframes pulseHeart{0%{transform:scale(1)}50%{transform:scale(1.15);box-shadow:0 0 40px #e11d4899}to{transform:scale(1)}}@keyframes bloom{0%{opacity:0;filter:blur(10px);transform:scale(.9)}to{opacity:1;filter:blur();transform:scale(1)}}@keyframes particleSway{0%,to{transform:translate(0)}50%{transform:translate(20px)}}@keyframes confettiFall{0%{opacity:1;transform:translateY(-10vh)rotate(0)}to{opacity:0;transform:translateY(110vh)rotate(720deg)}}.particle{pointer-events:none;z-index:0;border-radius:50%;animation:linear infinite floatUp,ease-in-out infinite particleSway;position:absolute}.particle-blue{background:radial-gradient(circle,#c8dcff66 0%,#c8dcff00 70%);box-shadow:0 0 10px #c8dcff33}.particle-red{background:radial-gradient(circle,#ffc8dc66 0%,#ffc8dc00 70%);box-shadow:0 0 10px #ffc8dc33}.heart-confetti{z-index:50;color:var(--color-crimson);animation:linear forwards confettiFall;position:absolute;top:-10vh}.bloom-effect{animation:2s cubic-bezier(.16,1,.3,1) forwards bloom}
