@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&family=Fraunces:wght@400;700&family=Nunito:wght@400;600;700;800&family=Playfair+Display:wght@400;700&family=Libre+Baskerville:wght@400;700&family=Crimson+Text:wght@400;700&family=Lora:wght@400;700&family=Merriweather:wght@400;700&display=swap";.chipin-root{--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 40px;--spacing-xl: 64px;--font-h1: 32px;--font-subhead: 16px;--font-body: 14px;--font-cta: 15px;--nav-padding: 16px 20px;--hero-padding: 24px 20px 60px;--hero-gap: 32px}@media (min-width: 768px){.chipin-root{--font-h1: 42px;--font-subhead: 17px;--font-body: 15px;--font-cta: 16px;--nav-padding: 24px 40px;--hero-padding: 50px 40px 70px;--hero-gap: 48px}}@media (min-width: 1024px){.chipin-root{--font-h1: 54px;--font-subhead: 19px;--font-body: 15px;--font-cta: 17px;--nav-padding: 28px 64px;--hero-padding: 70px 80px 70px;--hero-gap: 100px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes testimonialFade{0%,8%{opacity:0;transform:translateY(8px)}12%,88%{opacity:1;transform:translateY(0)}92%,to{opacity:0;transform:translateY(-8px)}}@keyframes softPulse{0%,to{transform:scale(1);box-shadow:0 2px 8px #00000014}50%{transform:scale(1.08);box-shadow:0 4px 16px #c8a06440}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(1deg)}}@keyframes progressShine{0%{left:-100%}to{left:100%}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav{display:flex;justify-content:space-between;align-items:center;padding:var(--nav-padding);position:relative;z-index:10;border-bottom:1px solid rgba(0,0,0,.04);background:#fffcf9}.nav-links{display:none;align-items:center;gap:40px}.hamburger{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:60}.hamburger span{display:block;width:24px;height:2px;background:#3d3d3d;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (min-width: 1024px){.nav-links{display:flex}.hamburger,.mobile-menu,.mobile-menu-overlay{display:none}}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40;animation:fadeIn .3s ease}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;background:#fffcf9;z-index:50;padding:80px 24px 24px;animation:slideIn .3s ease;display:flex;flex-direction:column;gap:8px}.mobile-menu a{display:block;padding:16px;color:#3d3d3d;text-decoration:none;font-weight:500;font-size:16px;border-radius:8px;transition:background .2s ease}.mobile-menu a:hover{background:#0000000a}.mobile-menu-cta{margin-top:auto;width:100%;background:linear-gradient(135deg,#6b9e88,#5a8e78);color:#fff;border:none;padding:16px 24px;border-radius:10px;font-weight:600;font-size:15px;cursor:pointer;touch-action:manipulation}.hero-grid{display:flex;flex-direction:column;gap:var(--hero-gap);padding:var(--hero-padding);max-width:1400px;margin:0 auto;position:relative;z-index:5}@media (max-width: 1023px){.hero-grid{display:flex;flex-direction:column}.hero-grid>.hero-column{display:contents}.hero-grid .hero-text{order:1}.hero-grid .dreamboard-wrapper{order:2}.hero-grid .stats-line{order:3}.hero-grid .testimonial-box{order:4}.hero-grid .cta-section-wrapper{order:5}}@media (min-width: 768px) and (max-width: 1023px){.hero-grid{max-width:680px}}@media (min-width: 1024px){.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;max-width:1400px}.hero-column{display:flex;flex-direction:column}}.hero-text{animation:fadeUp .7s ease-out}.hero-h1{font-family:"DM Serif Display",Georgia,serif;font-size:var(--font-h1);font-weight:500;color:#2d2d2d;line-height:1.15;margin-bottom:20px;letter-spacing:-.5px}@media (min-width: 768px){.hero-h1{margin-bottom:28px}}.hero-description{font-size:var(--font-subhead);color:#666;line-height:1.8;margin-bottom:0;max-width:500px}@media (min-width: 1024px){.hero-description{margin-bottom:40px}}.cta-section-wrapper{display:flex;flex-direction:column;gap:16px;margin-bottom:32px;animation:fadeUp .7s ease-out}@media (min-width: 768px){.cta-section-wrapper{flex-direction:row;align-items:center;justify-content:center;gap:24px}}@media (min-width: 1024px){.cta-section-wrapper{margin-top:32px;margin-bottom:48px;justify-content:flex-start}}.cta-section{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}@media (min-width: 768px){.cta-section{flex-direction:row;align-items:center;gap:24px;margin-bottom:48px}}.cta-primary{background:linear-gradient(135deg,#6b9e88,#5a8e78);color:#fff;border:none;padding:16px 28px;border-radius:12px;font-weight:600;font-size:var(--font-cta);cursor:pointer;transition:all .2s ease;touch-action:manipulation;min-height:44px;box-shadow:0 4px 16px #6b9e884d}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6b9e8866}.cta-primary:active{transform:translateY(0);box-shadow:0 2px 12px #6b9e884d}@media (min-width: 768px){.cta-primary{padding:18px 36px}}.dreamboard-wrapper{position:relative;animation:fadeUp .7s ease-out .15s both}.dreamboard-card{background:#fff;border-radius:24px;box-shadow:0 16px 48px #00000014;overflow:hidden}@media (min-width: 768px){.dreamboard-card{max-width:420px;margin:0 auto}}@media (min-width: 1024px){.dreamboard-card{border-radius:28px;box-shadow:0 32px 80px #00000014;animation:float 6s ease-in-out infinite;max-width:none}}.floating-badge{display:none}@media (min-width: 1024px){.floating-badge{display:flex;position:absolute;top:20px;right:-20px;background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 8px 24px #00000014;align-items:center;gap:8px;animation:float 4s ease-in-out infinite;animation-delay:1s}}.contributor-avatar{width:36px;height:36px;font-size:12px}@media (min-width: 768px){.contributor-avatar{width:42px;height:42px;font-size:13px}}.trust-footer{position:relative;padding:40px 20px 24px;background:linear-gradient(180deg,transparent,rgba(255,252,249,.95));display:flex;flex-direction:column;align-items:center;gap:24px}@media (min-width: 768px){.trust-footer{padding:48px 40px 28px}}.footer-brand{text-align:center}.footer-logo{font-family:Nunito,sans-serif;font-size:22px;font-weight:700;color:#3d3d3d;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:6px}.footer-tagline{font-size:13px;color:#999;font-weight:500}.footer-social{display:flex;align-items:center;gap:16px}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#888;background:#00000008;transition:all .2s ease}.social-link:hover{color:#5a8e78;background:#6b9e881a;transform:translateY(-2px)}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;font-size:13px}.footer-link{color:#999;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#5a8e78}.footer-divider{color:#ccc}.footer-copyright{font-size:12px;color:#bbb;text-align:center}.footer-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}@media (min-width: 768px){.footer-trust{gap:32px}}.trust-item{color:#aaa;font-size:12px;white-space:nowrap}@media (min-width: 768px){.trust-item{font-size:13px}}.ambient-gradient-1{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(248,220,180,.15) 0%,transparent 70%);top:-100px;left:10%;pointer-events:none}@media (min-width: 768px){.ambient-gradient-1{width:450px;height:450px;top:-150px;left:20%}}@media (min-width: 1024px){.ambient-gradient-1{width:600px;height:600px;top:-200px;left:30%}}.ambient-gradient-2{position:absolute;width:250px;height:250px;background:radial-gradient(circle,rgba(220,190,160,.1) 0%,transparent 70%);bottom:-50px;right:-30px;pointer-events:none}@media (min-width: 1024px){.ambient-gradient-2{width:400px;height:400px;bottom:-100px;right:-50px}}.testimonial-box{background:#fff;border-radius:16px;padding:20px;box-shadow:0 8px 32px #0000000a;border:1px solid rgba(0,0,0,.04)}@media (min-width: 768px){.testimonial-box{border-radius:20px;padding:28px}}.chipin-root button{touch-action:manipulation}.nav-cta{background:linear-gradient(135deg,#6b9e88,#5a8e78);color:#fff;border:none;padding:14px 28px;border-radius:10px;font-weight:600;font-size:15px;cursor:pointer;box-shadow:0 4px 16px #6b9e884d;transition:all .2s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6b9e8866}.nav-cta:active{transform:translateY(0)}.nav-login{background:transparent;color:#5a8e78;border:2px solid #5A8E78;padding:12px 24px;border-radius:10px;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s ease}.nav-login:hover{background:#5a8e78;color:#fff}.nav-link{color:#777;text-decoration:none;font-weight:500;font-size:15px}.section-cta{display:flex;justify-content:center;padding:0 20px 60px;position:relative;z-index:5}@media (min-width: 768px){.section-cta{padding:0 40px 80px}}.dreamboard-cta{width:100%;background:linear-gradient(135deg,#6b9e88,#5a8e78);color:#fff;border:none;padding:16px;border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;box-shadow:0 8px 24px #6b9e884d;display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px}.dreamboard-cta-demo{width:100%;background:transparent;color:#5a8e78;border:2px solid #5A8E78;padding:14px;border-radius:12px;font-weight:600;font-size:15px;cursor:default;display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;opacity:.8}.eyebrow{font-size:12px;font-weight:600;color:#5a8e78;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.text-accent{color:#c4785a}.link-subtle{color:#777;text-decoration:none;font-weight:500;font-size:14px;display:flex;align-items:center;gap:6px}.icon-circle{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#f2e6dc,#e6dcd2);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.quote-text{font-family:"DM Serif Display",Georgia,serif;font-size:15px;color:#444;line-height:1.65;margin-bottom:12px;font-style:italic}.author-name{color:#666}.author-relation{font-size:13px;color:#999}.dreamboard-header{background:linear-gradient(145deg,#e4f0e8,#d5e8dc);padding:24px 20px;text-align:center;position:relative}.dreamboard-body{padding:20px}.wish-card{background:linear-gradient(135deg,#fffbf7,#fff8f2);border-radius:16px;padding:20px;margin-bottom:24px;border:1px solid rgba(200,160,100,.1)}.wish-label{font-size:11px;font-weight:600;color:#5a8e78;letter-spacing:1.2px;margin-bottom:14px}.wish-icon{width:64px;height:64px;border-radius:14px;background:linear-gradient(135deg,#fff0f5,#ffe4ec);display:flex;align-items:center;justify-content:center;font-size:32px}.contributors-box{background:#fdfbf9;border-radius:14px;padding:16px;margin-bottom:20px}.badge-today{margin-left:10px;padding:5px 10px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:20px;font-size:11px;font-weight:600;color:#4caf50}.stats-line{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 18px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000a;border:1px solid rgba(0,0,0,.04);font-size:14px;color:#666;width:fit-content;margin:0 auto}@media (min-width: 1024px){.stats-line{margin:24px 0 28px}}.stats-line strong{color:#3d3d3d}.how-it-works{padding:48px 20px 70px;max-width:1000px;margin:0 auto;position:relative;z-index:5;background:linear-gradient(180deg,rgba(228,240,232,.3) 0%,transparent 100%);border-top:1px solid rgba(107,158,136,.1)}@media (min-width: 768px){.how-it-works{padding:60px 40px 80px}}.section-title{font-family:"DM Serif Display",Georgia,serif;font-size:28px;font-weight:500;color:#2d2d2d;text-align:center;margin-bottom:40px}@media (min-width: 768px){.section-title{font-size:36px;margin-bottom:56px}}.steps-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:32px}}.step-card{background:#fff;border-radius:20px;padding:28px 24px;text-align:center;box-shadow:0 8px 32px #0000000a;border:1px solid rgba(0,0,0,.04);position:relative}.step-icon{font-size:36px;margin-bottom:16px}.step-number{position:absolute;top:16px;left:16px;width:28px;height:28px;background:linear-gradient(135deg,#6b9e88,#5a8e78);color:#fff;border-radius:50%;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.step-title{font-family:"DM Serif Display",Georgia,serif;font-size:18px;font-weight:500;color:#2d2d2d;margin-bottom:8px}.step-description{font-size:14px;color:#666;line-height:1.6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}
