*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#172544;background:#fff}button,input{font:inherit}button{cursor:pointer;border:0;background:none}.topbar{height:86px;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f1f1;position:sticky;top:0;background:#fff;z-index:5}.logo{font-size:28px;font-weight:800;letter-spacing:-1px}.logo span{color:#f25578;font-size:35px}.tagline{color:#6f7684;font-size:13px;margin-top:3px}.menu{font-size:29px;color:#172544}.screen{display:none;max-width:900px;margin:auto;padding:24px 18px 100px}.screen.active{display:block}.hero{min-height:270px;border-radius:24px;overflow:hidden;display:flex;align-items:center;background:linear-gradient(120deg,#fff2df,#f8e1c2);margin-bottom:25px}.hero-copy{padding:30px 20px;flex:1}.hero h1{font-size:36px;line-height:1.08;margin:0}.hero h1 strong{color:#ee5574}.hero p{color:#687080;font-size:17px}.hero-art{width:38%;height:270px;display:flex;align-items:center;justify-content:center;font-size:100px;background:linear-gradient(#ffd89b,#fff1d6)}.hero-art span{font-size:55px;margin-left:-25px;margin-top:120px}h2{font-size:21px;margin:25px 0 13px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.grid button,.message-types button{padding:18px 8px;border:1px solid #eee;border-radius:18px;background:#fff;box-shadow:0 3px 12px #0000000b;font-size:30px;display:flex;flex-direction:column;align-items:center;gap:8px}.grid b,.message-types b{font-size:15px}.grid button:hover,.message-types button.selected{border:2px solid #35a96b;background:#f5fff9}.back{font-weight:700;color:#43506a;font-size:16px;margin-bottom:12px}.steps{display:flex;align-items:center;justify-content:center;gap:8px}.steps span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e8ebef;color:#667080;font-weight:700}.steps span.on{background:#35a96b;color:#fff}.steps i{height:2px;width:60px;background:#dfe3e7}.steptext{text-align:center;color:#777;font-size:12px}.lead{color:#687080}.card{padding:20px;border:1px solid #eee;border-radius:20px;box-shadow:0 3px 15px #0000000a}.card label{display:block;font-weight:700;margin-bottom:8px}.card input{width:100%;border:2px solid #8bd4aa;border-radius:14px;padding:15px;font-size:20px;outline:none}.note{margin-top:12px;padding:13px 15px;border-radius:13px;background:#effaf2;color:#47705a;font-size:14px}.yellow{background:#fff8e7;color:#665b35}.message-types{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.message-types button{font-size:24px;padding:14px 5px}.message-types b{font-size:12px}.videos{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.video{position:relative;border-radius:18px;overflow:hidden;border:2px solid transparent;background:#ddd;aspect-ratio:9/16}.video.selected{border-color:#35a96b}.video>div{width:100%;height:100%;display:grid;place-items:center;font-size:62px;background:linear-gradient(160deg,#f9d28d,#eaa06c 50%,#b4d5e7)}.video:nth-child(2)>div{background:linear-gradient(160deg,#b9ddf0,#f4d29d)}.video:nth-child(3)>div{background:linear-gradient(160deg,#f5b2bc,#ffe5a3)}.video:nth-child(4)>div{background:linear-gradient(160deg,#9bc9e6,#f6d6a4)}.video-text{position:absolute;bottom:18px;left:0;right:0;text-align:center;color:#fff;font-weight:800;text-shadow:0 2px 5px #000;font-size:20px}.video-text em{font-style:normal;font-size:16px}.share{width:100%;margin-top:20px;padding:18px;border-radius:17px;background:#25a65a;color:#fff;font-size:18px;font-weight:800;box-shadow:0 7px 18px #25a65a40}.done-icon{font-size:80px;text-align:center;margin-top:50px}.done{text-align:center}.done h1{text-align:center}.done p{text-align:center;font-size:19px;line-height:1.5;color:#687080}.share-card{padding:22px;border-radius:18px;background:#fff5e4;margin:25px 0;text-align:center}.secondary{width:100%;padding:16px;margin-top:10px;border:1px solid #ddd;border-radius:15px;color:#3e4960}footer{text-align:center;color:#707784;padding:20px;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #f0f0f0;font-size:14px}@media(max-width:650px){.hero h1{font-size:29px}.hero-art{width:32%;font-size:65px}.grid{grid-template-columns:repeat(2,1fr)}.message-types{grid-template-columns:repeat(3,1fr)}.videos{grid-template-columns:repeat(2,1fr)}.topbar{height:76px}.logo{font-size:24px}.screen{padding:18px 14px 95px}.steps i{width:35px}}