html{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;width:100%;max-width:100vw;overflow-x:hidden}:root{--rose:#e8445a;--rose-light:#ff6b80;--rose-dark:#c0293e;--rose-deep:#630b1c;--cream:#fff5f7;--text-dark:#2a0a12;--text-mid:#6b3040;--glass-bg:#fff5f7b8;--glass-border:#e8445a2e;--primary:var(--rose);--primary-light:var(--rose-light);--primary-dark:var(--rose-dark);--secondary:var(--rose-dark);--accent:#590d22;--bg-light:var(--cream);--bg-gradient:linear-gradient(135deg,var(--cream)0%,#ffcbd1 100%);--glass:var(--glass-bg);--text-main:var(--text-dark);--text-muted:var(--text-mid);--shadow:0 8px 32px 0 #e8445a1f;--cta:#c0314f;--cta-hover:#a02842;--crimson:#8b0a2a}*{box-sizing:border-box;-webkit-overflow-scrolling:touch;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--text-main);scrollbar-width:none;-ms-overflow-style:none;width:100%;max-width:100vw;min-height:100vh;font-family:DM Sans,sans-serif;overflow-x:hidden}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}h1,h2,h3,.romantic-font{font-family:Playfair Display,serif}.container{max-width:1250px;margin:0 auto;padding:0 2rem}nav{z-index:1000;justify-content:space-between;align-items:center;height:72px;padding:0 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0}nav.top{-webkit-backdrop-filter:blur(12px)!important;background:#fff0f3cc!important;border-bottom:1px solid #ff6b801f!important;box-shadow:0 4px 20px #e8445a08!important}nav.scrolled{height:68px;-webkit-backdrop-filter:blur(16px)!important;background:#ffe6ebe0!important;border-bottom:1px solid #ff6b802e!important;box-shadow:0 4px 32px #e8445a0f!important}.nav-container{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{align-items:center;gap:8px;text-decoration:none;display:flex}.logo-text{color:var(--rose-dark);letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700}.logo-text i,.logo-text em{color:var(--rose);font-style:italic;font-weight:400}.dot{background:var(--rose);border-radius:50%;width:6px;height:6px;margin-left:3px;animation:2s ease-in-out infinite blink;display:inline-block}.heart-icon{animation:2.4s ease-in-out infinite heartbeat}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes partnerPhotoIn{0%{opacity:0;transform:scale(1.05)}to{opacity:var(--partner-opacity,.3);transform:scale(1)}}@keyframes blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.8)}}.nav-links{align-items:center;gap:.2rem;list-style:none;display:flex}.nav-links a{color:var(--text-mid);border-radius:100px;padding:.45rem 1rem;font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .25s;position:relative}.nav-links a:hover{color:var(--rose-dark);background:#e8445a0a}.nav-links a:after{content:"";background:var(--rose);border-radius:2px;width:16px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:6px;left:50%;transform:translate(-50%)scaleX(0)}.nav-links a:hover:after{transform:translate(-50%)scaleX(1)}.badge{background:var(--rose);color:#fff;text-transform:uppercase;vertical-align:middle;border-radius:100px;padding:1px 6px;font-size:.6rem;font-weight:700;line-height:normal;display:inline-block}.nav-actions{align-items:center;gap:12px;display:flex}.btn-ghost{border:1.5px solid var(--glass-border);color:var(--text-mid);background:0 0;border-radius:100px;justify-content:center;align-items:center;height:44px;padding:0 20px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.btn-ghost:hover{border-color:var(--rose);color:var(--rose-dark)}.btn-primary,.btn-primary-sm{background:linear-gradient(to right,var(--rose-light),var(--rose),var(--rose-dark));color:#fff;border-radius:100px;padding:12px 28px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 4px 18px #e8445a61}.btn-primary-sm{justify-content:center;align-items:center;height:44px;padding:0 24px;font-size:.9375rem;display:inline-flex}.btn-primary:before,.btn-primary-sm:before{content:"";background:linear-gradient(120deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.btn-primary:hover:before,.btn-primary-sm:hover:before{left:100%}.btn-primary:hover,.btn-primary-sm:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 8px 25px #e8445a73}.btn-primary:active,.btn-primary-sm:active{transform:scale(.98)}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;border-radius:8px;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger span{background:var(--rose-dark);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:all .35s cubic-bezier(.4,0,.2,1);display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.nav-links,.nav-actions{display:none}.hamburger{display:flex}}.glass-panel{background:var(--glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow);border-radius:24px}#hero{justify-content:center;align-items:center;width:100%;min-height:100vh;padding-top:70px;display:flex;position:relative;overflow:hidden}#hero:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000,#fce4ec);width:100%;height:15vh;position:absolute;bottom:0;left:0}.hero-bg{z-index:0;background:var(--bg-gradient);position:absolute;inset:0}.hero-overlay{z-index:1;background:radial-gradient(at top,#ffffff4d 0%,#0000 70%);position:absolute;inset:0}.hero-content{z-index:3;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:720px;margin-top:0;padding:2rem;display:flex;position:relative}.hero-eyebrow{color:var(--rose);letter-spacing:.08em;text-transform:uppercase;opacity:0;background:#e8445a14;border:1px solid #e8445a33;border-radius:100px;align-items:center;gap:6px;padding:.4rem 1.2rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;animation:.7s .1s forwards fadeSlideUp;display:inline-flex}.eyebrow-dot{animation:2.4s ease-in-out infinite heartbeat}.hero-title{color:var(--rose-dark);letter-spacing:-.02em;opacity:0;font-family:Playfair Display,serif;font-size:clamp(2.4rem,6vw,4.2rem);font-weight:700;line-height:1.08;animation:.7s .25s forwards fadeSlideUp}.hero-title em{color:var(--rose);font-style:italic;font-weight:400}.hero-sub{color:var(--text-mid);text-align:center;opacity:0;max-width:520px;font-family:DM Sans,sans-serif;font-size:clamp(1rem,2vw,1.2rem);line-height:1.75;animation:.7s .4s forwards fadeSlideUp}.hero-actions{opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;animation:.7s .55s forwards fadeSlideUp;display:flex}.hero-cta{align-items:center;gap:8px;display:flex;padding:.7rem 1.6rem!important;font-size:.9rem!important}.btn-outline-hero{color:var(--rose-dark);border:1.5px solid var(--rose-dark);border-radius:100px;padding:.7rem 1.6rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .25s}.btn-outline-hero:hover{background:var(--rose-dark);color:#fff}.hero-trust{color:var(--text-mid);opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;animation:.7s .7s forwards fadeSlideUp;display:flex}.trust-dot{opacity:.4}@media (max-width:768px){#hero{justify-content:center;align-items:flex-start;min-height:100vh;padding-top:80px}.hero-content{gap:1.2rem;width:100%;margin-top:75px;padding:.5rem 1.2rem 0}.hero-title{font-size:clamp(2.2rem,10vw,3rem)}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn-primary,.hero-actions .btn-outline-hero{text-align:center;justify-content:center;width:100%}.hero-trust{text-align:center;flex-direction:column;gap:.4rem}.trust-dot,.floating-phrases,.chat-bubbles{display:none}.toast-container{gap:.3rem;width:auto;max-width:260px;position:absolute;top:78px;left:12px;right:auto}.toast{min-width:unset;border-radius:10px;gap:7px;width:100%;max-width:260px;padding:.38rem .65rem;transform:translate(-110%)}.toast-icon{border-radius:7px;flex-shrink:0;width:26px;height:26px;font-size:.78rem}.toast-title{white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:.58rem;font-weight:700;overflow:hidden}.toast-msg{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-size:.52rem;line-height:1.3;display:-webkit-box;overflow:hidden}.toast-time{font-size:.48rem}.toast-progress{height:2px}.toast-container .toast:not(:last-child){display:none}.toast.show{animation:.45s cubic-bezier(.34,1.56,.64,1) forwards slideInToastMobile}.toast.hide{animation:.35s forwards slideOutToastMobile}}.reveal-up{opacity:0;animation:1s cubic-bezier(.23,1,.32,1) forwards revealUp;transform:translateY(30px)}@keyframes revealUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn-glow{position:relative;overflow:visible;box-shadow:0 0 15px #ff4d6d33}.btn-glow:after{content:"";background:linear-gradient(45deg,var(--primary),var(--secondary));z-index:-1;filter:blur(15px);opacity:0;border-radius:50px;transition:opacity .4s;position:absolute;inset:0}.btn-glow:hover:after{opacity:.6}.btn-glow:hover{transform:translateY(-5px)scale(1.03);box-shadow:0 15px 35px #ff4d6d66}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:18px 40px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block;box-shadow:0 10px 20px #ff4d6d4d}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-5px)scale(1.05);box-shadow:0 15px 30px #ff4d6d66}#heart-container,#hero-particles{pointer-events:none;z-index:1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}#heart-container{z-index:-1}.heart{color:var(--primary-light);opacity:.25;pointer-events:none;filter:blur(1px);animation:6s ease-in-out infinite float;position:absolute}@keyframes float{0%{opacity:0;transform:translateY(0)rotate(0)}20%{opacity:.4}to{opacity:0;transform:translateY(-100vh)rotate(360deg)}}.creation-section{padding:100px 0}.creation-card{max-width:800px;margin:0 auto;padding:50px}.form-group{margin-bottom:25px}.form-group label{color:var(--accent);margin-bottom:10px;font-weight:600;display:block}.form-group input,.form-group textarea{border:1px solid var(--glass-border);background:#ffffff80;border-radius:12px;width:100%;padding:15px 20px;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #ff4d6d1a}@media (max-width:768px){.hero h1{font-size:3rem}.creation-card{padding:30px}}.scratch-container{cursor:crosshair;width:320px;height:450px;margin:0 auto;position:relative}#scratch-canvas{z-index:2;touch-action:none;border-radius:20px;position:absolute;top:0;left:0}.scratch-content{text-align:center;z-index:1;background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:30px;display:flex;position:absolute;top:0;left:0}.gallery-container{width:300px;height:400px;margin:50px auto;position:relative}.polaroid{cursor:pointer;background:#fff;border-radius:5px;width:280px;padding:15px 15px 50px;transition:all .5s;position:absolute;box-shadow:0 10px 25px #0003}.polaroid img{object-fit:cover;border:1px solid #eee;width:100%;height:250px}.polaroid:first-child{z-index:3;transform:rotate(-5deg)}.polaroid:nth-child(2){z-index:2;transform:rotate(3deg)translate(10px,10px)}.polaroid:nth-child(3){z-index:1;transform:rotate(-2deg)translate(-5px,5px)}.polaroid.swiped{opacity:0;transform:translate(400px)rotate(45deg)!important}.story-section{background:var(--bg-light);padding:100px 0;position:relative}.story-grid-container{max-width:1250px;margin:0 auto;padding:0 40px;transition:opacity .5s;position:relative}.story-grid{column-count:3;column-gap:25px;width:100%}.story-item{break-inside:avoid;border-radius:20px;width:100%;margin-bottom:25px;transition:all .8s cubic-bezier(.2,1,.3,1);display:inline-block;position:relative;overflow:hidden;box-shadow:0 4px 6px #00000005,0 10px 20px #ff4d6d0d}.story-item img{object-fit:cover;filter:brightness(.98);width:100%;height:auto;transition:transform 1.2s cubic-bezier(.2,1,.3,1),filter .8s;display:block}.story-item:hover{transform:translateY(-8px);box-shadow:0 15px 30px #ff4d6d1a,0 4px 8px #00000008}.story-item:hover img{filter:brightness(1.02);transform:scale(1.04)}.story-text-overlay{text-align:center;max-width:800px;margin-top:0;margin-left:auto;margin-right:auto;padding-bottom:50px}.romantic-quote-container{margin-bottom:30px;padding:0 20px}.romantic-quote{color:var(--primary-dark);margin-bottom:10px;font-family:Playfair Display,serif;font-size:1.8rem;font-style:italic;line-height:1.5}.quote-author{text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);opacity:.8;font-family:Outfit,sans-serif;font-size:1rem}.scroll-reveal{opacity:0;transition:all 1s cubic-bezier(.23,1,.32,1);transform:translateY(30px)}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.story-text-overlay h2{color:var(--secondary);font-size:3.5rem;line-height:1.1}@media (max-width:992px){.story-grid{column-count:2}.story-grid-container{padding:0 30px}}@media (max-width:600px){.story-grid{column-count:1}.story-grid-container{padding:0 20px}.story-text-overlay h2{font-size:2.2rem}}#transition-particles{z-index:1;pointer-events:none;width:100%;height:120px;position:relative;overflow:hidden}.story-particle{color:var(--primary);opacity:.12;pointer-events:none;font-size:16px;animation:10s linear infinite driftUp;position:absolute}@keyframes driftUp{0%{opacity:0;transform:translateY(20px)translate(0)rotate(0)}20%{opacity:.12}80%{opacity:.12}to{opacity:0;transform:translateY(-100px)translate(20px)rotate(25deg)}}.floating-phrases{z-index:5;pointer-events:none;position:absolute;inset:0;overflow:hidden}.float-phrase{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#6b3040;white-space:nowrap;opacity:0;background:#ffffffd1;border:1px solid #e8445a2e;border-radius:100px;align-items:center;gap:6px;padding:.4rem 1rem;font-size:.75rem;font-weight:500;animation:15s linear forwards floatPhrase;display:inline-flex;position:absolute;box-shadow:0 4px 16px #e8445a1a}@keyframes floatPhrase{0%{opacity:0;transform:translateY(0)scale(.9)}8%{opacity:1;transform:translateY(-10px)scale(1)}85%{opacity:.9;transform:translateY(-80px)scale(1)}to{opacity:0;transform:translateY(-100px)scale(.95)}}.chat-bubbles{z-index:6;pointer-events:none;position:absolute;inset:0;overflow:hidden}.chat-bubble{opacity:0;border-radius:16px;max-width:200px;padding:.6rem .9rem;font-size:.72rem;font-weight:500;line-height:1.5;animation:forwards bubblePop;position:absolute}.bubble-sender{color:#1a3a0a;background:linear-gradient(135deg,#dcf8c6,#c8f0a8);border-bottom-left-radius:4px;box-shadow:0 4px 16px #00000014}.bubble-sender:before{content:"";border:8px solid #dcf8c6;border-color:#0000 #dcf8c6 #dcf8c6 #0000;position:absolute;bottom:0;left:-7px}.bubble-receiver{color:#2a0a12;background:#fffffff2;border-bottom-right-radius:4px;box-shadow:0 4px 16px #00000014}.bubble-receiver:before{content:"";border:8px solid #0000;border-color:#0000 #0000 #fffffff2 #fffffff2;position:absolute;bottom:0;right:-7px}.bubble-time{opacity:.55;text-align:right;margin-top:3px;font-size:.55rem}@keyframes bubblePop{0%{opacity:0;transform:scale(.7)translateY(10px)}15%{opacity:1;transform:scale(1.05)translateY(0)}25%{transform:scale(1)}75%{opacity:1}to{opacity:0;transform:translateY(-20px)}}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.6rem;display:flex;position:fixed;top:90px;right:1.5rem}.toast{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;pointer-events:all;background:#fffffff2;border:1px solid #e8445a26;border-radius:14px;align-items:center;gap:10px;min-width:260px;max-width:300px;padding:.65rem 1rem;display:flex;position:relative;transform:translate(110%);box-shadow:0 8px 32px #e8445a24}.toast.show{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards slideInToast}.toast.hide{animation:.4s forwards slideOutToast}@keyframes slideInToast{0%{opacity:0;transform:translate(110%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToast{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(110%)}}.toast-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.toast-icon.pink{background:#e8445a1a}.toast-icon.green{background:#34c7591a}.toast-icon.blue{background:#007aff1a}.toast-icon.gold{background:#ffa5001a}.toast-body{flex:1;min-width:0}.toast-title{color:#2a0a12;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.72rem;font-weight:700;overflow:hidden}.toast-msg{color:#6b3040;font-size:.65rem;line-height:1.4}.toast-time{color:#6b304080;flex-shrink:0;align-self:flex-start;margin-top:2px;font-size:.6rem}.toast-progress{transform-origin:0;background:linear-gradient(90deg,#ff6b80,#e8445a);border-radius:0 0 14px 14px;width:100%;height:3px;animation:4s linear forwards progressBar;position:absolute;bottom:0;left:0}@keyframes progressBar{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes slideInToastMobile{0%{opacity:0;transform:translate(-110%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToastMobile{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-110%)}}.ai-magic-section{background:radial-gradient(70% 50% at 50% 0,#fce4ecf2 0%,#0000 70%),radial-gradient(50% 40% at 10% 100%,#fdf0f3cc 0%,#0000 60%),radial-gradient(50% 40% at 90% 100%,#fff5f7cc 0%,#0000 60%),linear-gradient(#fce4ec 0%,#fdf0f3 50%,#fff5f7 100%);padding:110px 24px 120px;position:relative;overflow:hidden}.ai-magic-section .wm{color:#d264820f;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:0;font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,6rem);font-style:italic;font-weight:700;position:absolute}.ai-magic-header{text-align:center;z-index:1;max-width:600px;margin:0 auto 56px;position:relative}.ai-magic-header .badge{color:#c0314f;letter-spacing:.12em;text-transform:uppercase;background:#fffc;border:1px solid #c0314f47;border-radius:50px;margin-bottom:22px;padding:6px 18px;font-size:.72rem;font-weight:600;display:inline-block}.ai-magic-header h2{margin-bottom:10px;font-family:Playfair Display,serif;line-height:1.15}.ai-magic-header h2 .h2-top{color:#8b0a2a99;letter-spacing:.01em;margin-bottom:4px;font-size:clamp(1.3rem,2.8vw,1.75rem);font-weight:700;display:block}.ai-magic-header h2 .h2-bottom{color:#8b0a2a;letter-spacing:-.02em;font-size:clamp(2.2rem,5vw,3.4rem);font-style:italic;font-weight:900;line-height:1.05;display:block}.ai-magic-header p{color:#5a5a5ab8;margin-top:10px;font-size:.97rem;font-weight:300;line-height:1.65}.ai-demo-card{z-index:1;max-width:780px;margin:0 auto;position:relative}.ai-input-wrap{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;border:1px solid #c0314f24;border-radius:28px;margin-bottom:20px;padding:36px 36px 28px;box-shadow:0 8px 32px #c0314f0f}.ai-input-label{color:#8b0a2a;margin-bottom:14px;font-family:Playfair Display,serif;font-size:1rem;font-weight:700;display:block}.ai-input-label span{color:#5a5a5a99;margin-left:8px;font-family:DM Sans,sans-serif;font-size:.82rem;font-style:normal;font-weight:300}.ai-textarea{color:#3a3a3a;resize:none;background:#fff5f799;border:1px solid #c0314f26;border-radius:16px;outline:none;width:100%;min-height:100px;margin-bottom:20px;padding:16px 18px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:1.65;transition:border-color .25s,box-shadow .25s}.ai-textarea::placeholder{color:#5a5a5a61}.ai-textarea:focus{background:#ffffffe6;border-color:#c0314f59;box-shadow:0 0 0 3px #c0314f12}.ai-mood-label{color:#5a5a5a99;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:600;display:block}.ai-mood-pills{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.ai-mood-pill{color:#5a5a5a;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffffb3;border:1px solid #c0314f2e;border-radius:50px;padding:7px 16px;font-size:.8rem;font-weight:500;transition:all .2s}.ai-mood-pill:hover{color:#c0314f;background:#fff0f3cc;border-color:#c0314f66}.ai-mood-pill.selected{color:#fff;background:#c0314f;border-color:#c0314f;box-shadow:0 4px 14px #c0314f47}.ai-generate-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:#c0314f;border:none;border-radius:50px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 24px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;transition:all .25s;display:flex;box-shadow:0 6px 24px #c0314f52}.ai-generate-btn:hover:not(:disabled){background:#a8273f;transform:translateY(-2px);box-shadow:0 10px 32px #c0314f66}.ai-generate-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.ai-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite aiSpin;display:none}@keyframes aiSpin{to{transform:rotate(360deg)}}.ai-generate-btn.loading .ai-spinner{display:block}.ai-generate-btn.loading .btn-text{opacity:.7}.ai-error{color:#8b0a2a;text-align:center;background:#ffebeecc;border:1px solid #c0314f33;border-radius:16px;margin-top:16px;padding:16px 20px;font-size:.88rem;display:none}.ai-error.visible{display:block}.ai-output-wrap{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;background:#ffffffd1;border:1px solid #c0314f24;border-radius:28px;padding:36px 36px 32px;transition:opacity .5s,transform .5s;display:none;transform:translateY(12px);box-shadow:0 8px 32px #c0314f0f}.ai-output-wrap.visible{opacity:1;display:block;transform:translateY(0)}.ai-output-header{border-bottom:1px solid #c0314f1a;align-items:center;gap:10px;margin-bottom:24px;padding-bottom:18px;display:flex}.ai-output-dot{background:#c0314f;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite aiPulse;box-shadow:0 0 0 3px #c0314f26}@keyframes aiPulse{0%,to{box-shadow:0 0 0 3px #c0314f26}50%{box-shadow:0 0 0 6px #c0314f14}}.ai-output-label{letter-spacing:.12em;text-transform:uppercase;color:#c94070;font-size:.72rem;font-weight:700}.ai-opening{color:#8b0a2a;opacity:.85;margin-bottom:18px;font-family:Playfair Display,serif;font-size:clamp(1rem,2.2vw,1.2rem);font-style:italic;font-weight:700;line-height:1.5}.ai-message{color:#3c3c3ce0;background:#fff5f7b3;border-left:3px solid #c0314f40;border-radius:16px;margin-bottom:20px;padding:20px 22px;font-size:.96rem;font-weight:300;line-height:1.9}.ai-closing{color:#c94070;text-align:right;font-family:Playfair Display,serif;font-size:clamp(.95rem,2vw,1.1rem);font-style:italic;font-weight:700;line-height:1.5}.ai-output-cta{border-top:1px solid #c0314f1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:28px;padding-top:24px;display:flex}.ai-output-cta p{color:#5a5a5aa6;font-size:.85rem;font-style:italic;font-weight:300}.ai-cta-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#c0314f;border:none;border-radius:50px;align-items:center;gap:7px;padding:13px 28px;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 18px #c0314f4d}.ai-cta-btn:hover{background:#a8273f;transform:translateY(-2px);box-shadow:0 8px 24px #c0314f61}.ai-regen-btn{color:#c0314f;cursor:pointer;letter-spacing:.01em;background:0 0;border:1.5px solid #c0314f4d;border-radius:50px;align-items:center;gap:7px;padding:10px 22px;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;transition:all .25s;display:inline-flex}.ai-regen-btn:hover{background:#c0314f0f;border-color:#c0314f;transform:translateY(-2px)}@media (max-width:600px){.ai-input-wrap,.ai-output-wrap{padding:28px 22px 24px}.ai-output-cta{flex-direction:column;align-items:flex-start}.ai-cta-btn,.ai-regen-btn{justify-content:center;width:100%}.ai-magic-section{padding:80px 16px 100px}}.bg-words{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.bg-word{color:#e8445a12;white-space:nowrap;-webkit-user-select:none;user-select:none;font-family:Playfair Display,serif;font-style:italic;font-weight:700;animation:linear infinite bgWordFloat;position:absolute}@keyframes bgWordFloat{0%{transform:translateY(0px)rotate(var(--rot));opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-120vh)rotate(var(--rot));opacity:0}}.bg-shapes{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.bg-shape{opacity:0;border-radius:50%;animation:linear infinite shapeFloat;position:absolute}.bg-shape.heart{font-size:inherit;background:0 0;border-radius:0;justify-content:center;align-items:center;display:flex}@keyframes shapeFloat{0%{opacity:0;transform:translateY(0)rotate(0)scale(1)}8%{opacity:1}50%{opacity:.6;transform:translateY(-50vh)rotate(180deg)scale(1.1)}92%{opacity:.4}to{opacity:0;transform:translateY(-110vh)rotate(360deg)scale(.8)}}.bg-shape.circle{background:radial-gradient(circle,#e8445a14 0%,#0000 70%);border-radius:50%;animation:ease-in-out infinite blobFloat}@keyframes blobFloat{0%,to{opacity:.5;transform:translateY(0)scale(1)}33%{opacity:.8;transform:translateY(-18px)scale(1.05)}66%{opacity:.4;transform:translateY(10px)scale(.97)}}.bg-shape.sparkle{background:0 0;animation:linear infinite sparkleFloat}@keyframes sparkleFloat{0%{opacity:0;transform:translateY(0)rotate(0)scale(.8)}10%{opacity:.7}50%{opacity:.5;transform:translateY(-55vh)rotate(180deg)scale(1.2)}90%{opacity:.2}to{opacity:0;transform:translateY(-110vh)rotate(360deg)scale(.6)}}#bgWords,#bgShapes,.bg-words,.bg-shapes{z-index:1}.hero-overlay{z-index:2}.hearts-bg{z-index:3}.floating-phrases,.chat-bubbles,.fading-words,.fading-quote{z-index:5}.hero-content{z-index:10}.toast-container{z-index:9999}body.menu-open .toast-container{visibility:hidden;transition:opacity .3s;opacity:0!important;pointer-events:none!important}.bg-shapes,.floating-phrases,.chat-bubbles,.float-phrase{display:none!important}.hero-v2-old-old-section .toast-container{display:none}.hero-v2-old-old-section:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(#fff6f800,#fffbfb 82%);height:120px;position:absolute;bottom:0;left:0;right:0}.hero-v2-old-old-bg{z-index:-3;filter:blur(.2px);background:radial-gradient(circle at 31% 45%,#ffffffbd 0%,#0000 31%),radial-gradient(circle at 68% 44%,#ff5a8638 0%,#0000 24%),radial-gradient(circle at 85% 66%,#ffffffb8 0%,#0000 34%)}.hero-v2-old-old-inner{z-index:5;grid-template-columns:minmax(420px,.92fr) minmax(620px,1.08fr);align-items:center;gap:clamp(2rem,4vw,5rem);width:min(1660px,100%);min-height:calc(100vh - 70px);margin:0 auto;padding:clamp(54px,5.4vw,84px) clamp(20px,4.4vw,72px) clamp(68px,6vw,94px);display:grid;position:relative}.hero-v2-old-old-eyebrow{color:#bd2444;-webkit-backdrop-filter:blur(14px);letter-spacing:.16em;background:#ffffff9e;border:1px solid #ff638429;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1.35rem;padding:.55rem 1.05rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:700;line-height:1.3;display:inline-flex;box-shadow:0 12px 30px #ff638414}.hero-v2-old-old-title{color:#250712;letter-spacing:-.055em;text-wrap:normal;overflow-wrap:normal;max-width:680px;font-family:Playfair Display,serif;font-size:clamp(4.6rem,6.2vw,7.4rem);font-weight:800;line-height:.88}.hero-v2-old-old-title-line{display:block}.hero-v2-old-old-title-accent{color:#f13f75;text-shadow:0 14px 42px #ff407547;font-style:italic;font-weight:600;display:block}.hero-v2-old-old-heart-outline{color:#e83c66}.hero-v2-old-old-primary,.hero-v2-old-old-secondary{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;min-height:58px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s;display:inline-flex}.hero-v2-old-old-primary{background:linear-gradient(135deg,#ff6f9c 0%,#f52d67 52%,#c81948 100%);border:1px solid #ffffff80;min-width:244px;padding:.95rem 1.6rem;box-shadow:0 18px 42px #f52d6757,inset 0 1px #ffffff61;color:#fff!important}.hero-v2-old-old-secondary{-webkit-backdrop-filter:blur(18px);background:#ffffffbd;border:1px solid #ff63842e;min-width:162px;padding:.95rem 1.35rem;box-shadow:0 14px 34px #6b304014;color:#a91f43!important}.hero-v2-old-old-trust-item{color:#653043;-webkit-backdrop-filter:blur(12px);background:#ffffff80;border:1px solid #ff638424;border-radius:999px;align-items:center;min-height:36px;padding:.44rem .8rem;font-family:DM Sans,sans-serif;font-size:.84rem;font-weight:700;display:inline-flex;box-shadow:0 10px 24px #ff63840f}.hero-v2-old-old-stage{width:100%;min-height:650px;position:relative;overflow:visible;transform:translate(1.5%)}.hero-v2-old-old-stage-glass{z-index:0;filter:blur(1px);pointer-events:none;background:radial-gradient(circle at 48% 72%,#ffffff8f,#0000 28%),radial-gradient(circle at 58% 40%,#ff407529,#0000 44%),#ffffff17;border-radius:46% 54% 52% 48%/48% 42% 58% 52%;position:absolute;inset:4% 0 4% 2%}.hero-v2-old-old-stage:before{content:"";filter:blur(8px);z-index:1;background:radial-gradient(circle,#ff6f9c47 0%,#ffcdda33 42%,#0000 70%);border-radius:999px;width:min(620px,82%);height:min(620px,82%);position:absolute;top:7%;left:16%}.hero-v2-old-old-phone-aura{z-index:0;filter:blur(24px);pointer-events:none;background:radial-gradient(circle,#ff225e52 0%,#ff528929 42%,#0000 70%);border-radius:999px;width:72%;height:42%;position:absolute;bottom:12%;left:50%;transform:translate(-50%)}.hero-v2-old-old-phone{z-index:2;filter:drop-shadow(0 34px 58px #580e2342);transform-origin:bottom;width:100%;height:auto;transition:transform .26s,filter .26s;display:block;position:relative;transform:rotate(-3deg)}.hero-v2-old-old-phone-wrap:hover .hero-v2-old-old-phone{filter:drop-shadow(0 42px 68px #580e234d);transform:translateY(-6px)rotate(-3deg)scale(1.015)}.hero-v2-old-old-polaroids{z-index:3;pointer-events:none;filter:drop-shadow(0 18px 30px #4d112329);height:auto;position:absolute}.hero-v2-old-old-polaroids-main{opacity:.72;width:clamp(260px,23vw,420px);animation:11s ease-in-out infinite hero-v2-old-polaroid-drift;top:22%;left:4%;transform:rotate(-8deg)}.hero-v2-old-old-polaroid-left{width:clamp(185px,16vw,260px);animation:12s ease-in-out infinite hero-v2-old-polaroid-drift;top:15%;left:11%;transform:rotate(-12deg)}.hero-v2-old-old-polaroid-right{z-index:5;width:clamp(178px,16vw,266px);animation:13s ease-in-out infinite hero-v2-old-polaroid-drift-alt;bottom:16%;right:20%;transform:rotate(8deg)}.hero-v2-old-old-polaroid-bottom{z-index:7;width:clamp(155px,14vw,235px);animation:10s ease-in-out infinite hero-v2-old-polaroid-drift-alt;bottom:9%;left:13%;transform:rotate(7deg)}.hero-v2-old-old-memory-pill{z-index:9;-webkit-backdrop-filter:blur(18px);background:#ffffffc2;border:1px solid #ff638429;border-radius:34px;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:.65rem;width:clamp(260px,22vw,390px);min-height:96px;padding:.78rem 1rem .78rem .78rem;animation:8s ease-in-out infinite hero-v2-old-memory-float;display:grid;position:absolute;bottom:20%;right:3%;box-shadow:0 20px 44px #71304321}.hero-v2-old-old-memory-heart{color:#fff;background:linear-gradient(135deg,#ff6d9a,#e6255a);border-radius:999px;grid-row:span 2;justify-content:center;align-items:center;width:54px;height:54px;display:inline-flex;box-shadow:0 12px 28px #e6255a4d}.hero-v2-old-old-avatars{object-fit:contain;width:min(172px,100%);height:auto}.hero-v2-old-old-memory-text{color:#4d1628;font-family:DM Sans,sans-serif;font-size:.98rem;font-weight:700;line-height:1.22}.hero-v2-old-old-memory-text strong{color:#bc153f;font-family:Playfair Display,serif;font-size:1.55rem;line-height:1;display:block}.hero-v2-old-old-country-pill,.hero-v2-old-old-year-pill{z-index:14;color:#6b3040;-webkit-backdrop-filter:blur(14px);background:#ffffffd6;border:1px solid #ff638429;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:.45rem .9rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:800;display:inline-flex;position:absolute;box-shadow:0 14px 32px #71304314}.hero-v2-old-old-country-pill{bottom:34px;left:clamp(20px,5vw,88px)}.hero-v2-old-old-year-pill{bottom:34px;right:clamp(20px,5vw,88px)}@keyframes hero-v2-old-phone-float{0%,to{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-12px)}}@keyframes hero-v2-old-polaroid-drift{0%,to{translate:0}50%{translate:-5px -10px}}@keyframes hero-v2-old-polaroid-drift-alt{0%,to{translate:0}50%{translate:6px 9px}}@keyframes hero-v2-old-notification-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes hero-v2-old-memory-float{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes hero-v2-old-hearts-drift{0%,to{transform:translate(0,0)scale(1)}50%{transform:translateY(14px)scale(.99)}}@keyframes hero-v2-old-petals-drift{0%,to{transform:translate(0,0)scale(1)}50%{transform:translateY(-18px)scale(1.01)}}@media (max-width:1180px){.hero-v2-old-old-inner{text-align:center;grid-template-columns:1fr;gap:clamp(2rem,5vw,4rem)}.hero-v2-old-old-copy{align-items:center;max-width:760px;margin:0 auto}.hero-v2-old-old-title{letter-spacing:-.045em;max-width:760px;font-size:clamp(4rem,9vw,6.2rem);line-height:.92}.hero-v2-old-old-subtitle{max-width:620px}.hero-v2-old-old-actions,.hero-v2-old-old-trust{justify-content:center}.hero-v2-old-old-stage{max-width:820px;min-height:620px;margin:0 auto;transform:none}.hero-v2-old-old-notifications{width:min(330px,38vw);top:16%;right:0}.hero-v2-old-old-memory-pill{width:min(300px,38vw);bottom:14%;right:2%}}@media (max-width:920px){.hero-v2-old-old-section{min-height:auto}.hero-v2-old-old-inner{text-align:center;grid-template-columns:1fr;min-height:auto;padding-top:52px;padding-bottom:104px}.hero-v2-old-old-copy{align-items:center;max-width:720px;margin:0 auto}.hero-v2-old-old-title{font-size:clamp(3.6rem,11vw,5.6rem);line-height:.96}.hero-v2-old-old-subtitle{max-width:640px}.hero-v2-old-old-actions,.hero-v2-old-old-trust{justify-content:center}.hero-v2-old-old-stage{max-width:720px;min-height:640px;margin:0 auto}.hero-v2-old-old-phone-wrap{width:min(390px,66vw);top:52%;left:50%}.hero-v2-old-old-notifications{width:min(320px,42vw);top:10%;right:1%}.hero-v2-old-old-memory-pill{width:min(290px,46vw);bottom:14%;right:4%}.hero-v2-old-old-polaroids-main{top:10%;left:7%}}@media (max-width:768px){.hero-v2-old-old-section{min-height:auto;overflow:hidden}.hero-v2-old-old-inner{padding-top:clamp(36px,8vw,58px);padding-bottom:104px}.hero-v2-old-old-title{letter-spacing:-.04em;max-width:560px;font-size:clamp(3.1rem,15vw,5.2rem);line-height:.96}.hero-v2-old-old-stage{min-height:480px;overflow:hidden}.hero-v2-old-old-phone-wrap{width:min(310px,76vw);top:52%;left:50%}.hero-v2-old-old-notifications,.hero-v2-old-old-memory-pill{display:none}}@media (max-width:680px){.hero-v2-old-old-inner{padding-bottom:116px;padding-left:18px;padding-right:18px}.hero-v2-old-old-eyebrow{letter-spacing:.11em;white-space:normal;justify-content:center;max-width:100%;font-size:.68rem}.hero-v2-old-old-title{width:100%;max-width:430px;font-size:clamp(3.1rem,14vw,4.2rem);line-height:.98}.hero-v2-old-old-subtitle{font-size:1rem;line-height:1.65}.hero-v2-old-old-actions{flex-direction:column;width:100%}.hero-v2-old-old-primary,.hero-v2-old-old-secondary{width:min(100%,330px);min-width:0}.hero-v2-old-old-trust{gap:.55rem}.hero-v2-old-old-trust-item{min-height:34px;font-size:.76rem}.hero-v2-old-old-phone-wrap{width:min(300px,78vw);top:54%}.hero-v2-old-old-polaroids-main,.hero-v2-old-old-polaroid-right,.hero-v2-old-old-notifications{display:none}.hero-v2-old-old-polaroid-left{opacity:.82;width:138px;top:9%;left:0}.hero-v2-old-old-polaroid-bottom{width:126px;bottom:9%;left:auto;right:0}.hero-v2-old-old-country-pill,.hero-v2-old-old-year-pill{min-height:34px;font-size:.72rem;bottom:24px}.hero-v2-old-old-country-pill{left:16px}.hero-v2-old-old-year-pill{right:16px}}@media (max-width:430px){.hero-v2-old-old-inner{padding-left:14px;padding-right:14px}.hero-v2-old-old-title{max-width:338px;font-size:clamp(2.7rem,13vw,3.35rem)}.hero-v2-old-old-stage{min-height:440px}.hero-v2-old-old-polaroid-left,.hero-v2-old-old-polaroid-bottom{display:none}.hero-v2-old-old-memory-pill{min-height:68px;padding:.56rem .82rem .56rem .58rem}.hero-v2-old-old-memory-heart{width:42px;height:42px}.hero-v2-old-old-memory-text{font-size:.92rem}.hero-v2-old-old-year-pill{display:none}}@media (prefers-reduced-motion:reduce){.hero-v2-old-old-section *,.hero-v2-old-old-section :before,.hero-v2-old-old-section :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}#floatingPhrases,#chatBubbles,.floating-phrases,.chat-bubbles,.float-phrase,.chat-bubble{display:none!important}.hero-v2-old-old-section{isolation:isolate;background:#fff1f4;min-height:calc(100vh - 70px);margin-top:70px;position:relative;overflow:hidden}.hero-v2-old-old-bg-image,.hero-v2-old-old-bg,.hero-v2-old-old-hearts,.hero-v2-old-old-petals,.hero-v2-old-old-glow{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.hero-v2-old-old-bg-image{z-index:-5;object-fit:cover;opacity:.98}.hero-v2-old-old-bg{z-index:-4;background:radial-gradient(circle at 14% 28%,#ffffffd1,#0000 30%),radial-gradient(circle at 45% 55%,#ff608b26,#0000 26%),radial-gradient(circle at 79% 42%,#ff82a433,#0000 34%),linear-gradient(120deg,#fff9f7eb,#ffe2eab8)}.hero-v2-old-old-hearts{z-index:-2;object-fit:cover;opacity:.45;filter:blur(.2px);animation:28s ease-in-out infinite hero-v2-old-hearts-drift}.hero-v2-old-old-petals{z-index:-1;object-fit:cover;opacity:.45;animation:34s ease-in-out infinite hero-v2-old-petals-drift}.hero-v2-old-old-glow{z-index:-3;object-fit:cover;opacity:.35;mix-blend-mode:screen}.hero-v2-old-old-inner{z-index:5;grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(24px,3vw,56px);width:100%;max-width:1720px;min-height:calc(100vh - 70px);margin:0 auto;padding:104px clamp(52px,5vw,90px) 34px;display:grid;position:relative}.hero-v2-old-old-copy{z-index:20;flex-direction:column;align-items:flex-start;max-width:650px;display:flex;position:relative}.hero-v2-old-old-eyebrow{color:#e73768;-webkit-backdrop-filter:blur(16px);letter-spacing:.22em;white-space:nowrap;background:#ffffff8c;border:1px solid #ec406947;border-radius:999px;justify-content:center;align-items:center;gap:.48rem;width:fit-content;min-height:42px;margin:0;padding:0 24px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:800;line-height:1.2;display:inline-flex;box-shadow:0 14px 34px #ec406914}.hero-v2-old-old-title{color:#2a0712;letter-spacing:-.055em;max-width:760px;margin-top:32px;font-family:Playfair Display,serif;font-size:clamp(64px,5.55vw,104px);font-weight:800;line-height:.95}.hero-v2-old-old-title span,.hero-v2-old-old-title em{display:block}.hero-v2-old-old-title em{color:#e94673;text-shadow:0 14px 42px #e9467338;font-style:italic;font-weight:400}.hero-v2-old-old-title .hero-v2-old-old-title-heart{color:#ee7da0;vertical-align:middle;letter-spacing:0;margin-left:16px;font-size:.72em;font-style:normal;display:inline-block}.hero-v2-old-old-subtitle{color:#37111ed1;max-width:580px;margin-top:28px;font-family:DM Sans,sans-serif;font-size:21px;line-height:1.6}.hero-v2-old-old-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:34px;display:flex}.hero-v2-old-old-primary,.hero-v2-old-old-secondary{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:10px;height:64px;min-height:64px;font-family:DM Sans,sans-serif;font-size:17px;font-weight:800;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s;display:inline-flex}.hero-v2-old-old-primary{background:linear-gradient(135deg,#ff6f9c 0%,#f52d67 52%,#e31452 100%);border:1px solid #ffffff75;padding:0 38px;box-shadow:0 20px 46px #f52d6757,inset 0 1px #ffffff61;color:#fff!important}.hero-v2-old-old-secondary{-webkit-backdrop-filter:blur(18px);background:#ffffffbd;border:1px solid #ffffffb3;padding:0 34px;box-shadow:0 15px 36px #6b304014;color:#65182b!important}.hero-v2-old-old-primary:hover,.hero-v2-old-old-secondary:hover{transform:translateY(-4px)}.hero-v2-old-old-primary:hover{box-shadow:0 26px 56px #f52d676e,0 0 0 8px #ff638414}.hero-v2-old-old-secondary:hover{background:#ffffffeb;border-color:#ec40694d}.hero-v2-old-old-trust{flex-wrap:nowrap;align-items:center;gap:48px;margin-top:72px;display:flex}.hero-v2-old-old-trust-item{min-height:0;box-shadow:none;color:#5e2637;-webkit-backdrop-filter:none;white-space:nowrap;background:0 0;border:0;border-radius:0;align-items:center;padding:0;font-family:DM Sans,sans-serif;font-size:16px;font-weight:700;display:inline-flex}.hero-v2-old-old-country-pill{z-index:auto;color:#6b3040;-webkit-backdrop-filter:blur(14px);background:#ffffffd1;border:1px solid #ff638429;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:38px;margin-top:34px;padding:0 16px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:800;display:inline-flex;position:static;box-shadow:0 14px 32px #71304314}.hero-v2-old-old-stage{z-index:10;width:100%;height:min(72vh,760px);min-height:690px;position:relative;overflow:visible;transform:none}.hero-v2-old-old-stage,.hero-v2-old-old-stage *{pointer-events:none}.hero-v2-old-old-stage-glow{z-index:1;filter:blur(8px);background:radial-gradient(circle at 44% 66%,#ffffffa8,#0000 26%),radial-gradient(circle at 54%,#ff40752e,#0000 48%);border-radius:999px;width:72%;height:82%;position:absolute;top:7%;left:8%}.hero-v2-old-old-phone-wrap{z-index:8;width:clamp(350px,23.5vw,455px);animation:8.5s ease-in-out infinite hero-v2-old-phone-float;position:absolute;top:48%;left:39%;transform:translate(-50%,-50%)}.hero-v2-old-old-pedestal{z-index:-1;-webkit-backdrop-filter:blur(10px);background:radial-gradient(#ffffff94 0%,#ffa7be52 42%,#ff6f9c1f 68%,#0000 72%),#ffffff47;border:1px solid #ffffff9e;border-radius:50%;width:132%;height:15%;position:absolute;bottom:.5%;left:50%;transform:translate(-50%);box-shadow:0 32px 70px #ad224842,inset 0 0 26px #ffffff80}.hero-v2-old-old-pedestal:after{content:"";border:2px solid #ffffffa8;border-radius:999px;height:35%;position:absolute;top:17%;left:10%;right:10%;box-shadow:0 0 26px #ff488066,inset 0 0 18px #ffffff47}.hero-v2-old-old-phone-aura{z-index:0;filter:blur(24px);background:radial-gradient(circle,#ff225e57 0%,#ff528929 42%,#0000 70%);border-radius:999px;width:74%;height:42%;position:absolute;bottom:12%;left:50%;transform:translate(-50%)}.hero-v2-old-old-phone{z-index:2;object-fit:contain;filter:drop-shadow(0 24px 40px #690c3047);transform-origin:bottom;width:100%;height:auto;display:block;position:relative;transform:rotate(-2.5deg)}.hero-v2-old-old-phone-wrap:hover .hero-v2-old-old-phone{transform:translateY(-6px)rotate(-2.5deg)scale(1.012)}.hero-v2-old-old-polaroids{pointer-events:none;filter:drop-shadow(0 18px 30px #4d112329);height:auto;position:absolute}.hero-v2-old-old-polaroid-upper{z-index:4;width:clamp(190px,15vw,285px);animation:11s ease-in-out infinite hero-v2-old-polaroid-drift;top:19%;left:8%;transform:rotate(-15deg)}.hero-v2-old-old-polaroid-lower{z-index:7;width:clamp(210px,17vw,310px);animation:10s ease-in-out infinite hero-v2-old-polaroid-drift-alt;top:58%;left:6%;transform:rotate(7deg)}.hero-v2-old-old-polaroid-right{z-index:3;width:clamp(230px,18vw,350px);animation:13s ease-in-out infinite hero-v2-old-polaroid-drift-alt;inset:43% auto auto 54%;transform:rotate(8deg)}.hero-v2-old-old-notifications{z-index:9;pointer-events:none;filter:drop-shadow(0 24px 42px #65122a29);width:clamp(385px,28vw,560px);height:auto;animation:7.5s ease-in-out infinite hero-v2-old-notification-float;position:absolute;top:16%;right:3%}.hero-v2-old-old-memory-pill{z-index:10;-webkit-backdrop-filter:blur(18px);background:#ffffffb8;border:1px solid #ffffffb3;border-radius:999px;align-items:center;gap:18px;width:clamp(330px,24vw,450px);min-height:92px;padding:16px 28px;animation:8s ease-in-out infinite hero-v2-old-memory-float;display:flex;position:absolute;bottom:22%;right:1.5%;box-shadow:0 20px 60px #d82a5b26}.hero-v2-old-old-memory-heart{color:#fff;background:linear-gradient(135deg,#ff6d9a,#e6255a);border-radius:999px;flex:0 0 64px;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;display:inline-flex;box-shadow:0 12px 28px #e6255a4d}.hero-v2-old-old-avatars{object-fit:contain;border-radius:0;flex:none;width:132px;height:auto;display:block}.hero-v2-old-old-memory-text{color:#4d1628;text-align:left;flex-direction:column;align-items:flex-start;min-width:0;font-family:DM Sans,sans-serif;font-size:16px;font-weight:700;line-height:1.2;display:flex}.hero-v2-old-old-memory-text strong{color:#bc153f;font-family:DM Sans,sans-serif;font-size:24px;font-weight:900;line-height:1;display:block}.hero-v2-old-old-year-pill{z-index:14;color:#6b3040;-webkit-backdrop-filter:blur(14px);background:#ffffffd1;border:1px solid #ff638429;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 22px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:800;display:inline-flex;position:absolute;bottom:24px;right:8%;box-shadow:0 14px 32px #71304314}@media (max-width:1280px){.hero-v2-old-old-inner{grid-template-columns:.9fr 1.1fr;padding-left:clamp(36px,4vw,64px);padding-right:clamp(36px,4vw,64px)}.hero-v2-old-old-title{font-size:clamp(58px,5.5vw,84px)}.hero-v2-old-old-stage{height:min(68vh,700px);min-height:640px}.hero-v2-old-old-phone-wrap{width:clamp(320px,23vw,400px)}.hero-v2-old-old-notifications{width:clamp(340px,27vw,440px)}.hero-v2-old-old-memory-pill{width:clamp(300px,24vw,370px)}}@media (max-width:1024px){.hero-v2-old-old-section{min-height:auto}.hero-v2-old-old-inner{text-align:center;grid-template-columns:1fr;min-height:auto;padding:96px 28px 46px}.hero-v2-old-old-copy{align-items:center;max-width:760px;margin:0 auto}.hero-v2-old-old-title{max-width:760px}.hero-v2-old-old-subtitle{max-width:620px}.hero-v2-old-old-actions,.hero-v2-old-old-trust{justify-content:center}.hero-v2-old-old-trust{flex-wrap:wrap;gap:18px 34px;margin-top:48px}.hero-v2-old-old-stage{max-width:840px;height:auto;min-height:600px;margin:0 auto}.hero-v2-old-old-phone-wrap{width:min(390px,52vw);top:51%;left:50%}.hero-v2-old-old-polaroid-upper{top:15%;left:11%}.hero-v2-old-old-polaroid-lower{top:59%;left:12%}.hero-v2-old-old-polaroid-right{top:42%;left:56%}.hero-v2-old-old-notifications{width:min(350px,40vw);top:12%;right:0}.hero-v2-old-old-memory-pill{width:min(330px,42vw);padding:14px 20px;bottom:12%;right:2%}}@media (max-width:768px){.hero-v2-old-old-inner{padding:96px 20px 40px}.hero-v2-old-old-eyebrow{letter-spacing:.14em;white-space:normal;min-height:38px;padding:0 18px;font-size:11px}.hero-v2-old-old-title{letter-spacing:-.045em;margin-top:24px;font-size:clamp(44px,13vw,64px);line-height:1}.hero-v2-old-old-title .hero-v2-old-old-title-heart{margin-left:8px}.hero-v2-old-old-subtitle{margin-top:22px;font-size:17px;line-height:1.58}.hero-v2-old-old-actions{justify-content:center;gap:14px;width:100%}.hero-v2-old-old-primary,.hero-v2-old-old-secondary{width:min(100%,330px);height:58px;min-height:58px;padding:0 24px;font-size:16px}.hero-v2-old-old-trust{gap:12px 18px;margin-top:34px}.hero-v2-old-old-trust-item{font-size:14px}.hero-v2-old-old-country-pill{margin-top:26px;font-size:13px}.hero-v2-old-old-stage{min-height:500px;overflow:hidden}.hero-v2-old-old-phone-wrap{width:300px;top:52%;left:50%}.hero-v2-old-old-notifications,.hero-v2-old-old-memory-pill,.hero-v2-old-old-polaroid-right{display:none}.hero-v2-old-old-polaroid-upper{width:142px;top:13%;left:2%}.hero-v2-old-old-polaroid-lower{width:150px;top:62%;left:auto;right:1%}.hero-v2-old-old-year-pill{min-height:34px;padding:0 16px;font-size:12px;bottom:18px;right:20px}}@media (max-width:430px){.hero-v2-old-old-inner{padding-left:14px;padding-right:14px}.hero-v2-old-old-actions,.hero-v2-old-old-trust{flex-direction:column}.hero-v2-old-old-stage{min-height:455px}.hero-v2-old-old-phone-wrap{width:min(286px,78vw)}.hero-v2-old-old-polaroid-upper,.hero-v2-old-old-polaroid-lower{display:none}}.fullscreen-menu{z-index:9000;background:linear-gradient(160deg,#fff5f7 0%,#ffe8ed 100%);flex-direction:column;transition:transform .42s cubic-bezier(.4,0,.2,1);display:none;position:fixed;inset:0;overflow:hidden;transform:translate(105%)}@media (max-width:768px){.fullscreen-menu{display:flex}}.fullscreen-menu.open{transform:translate(0)}.menu-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fff5f7fa;border-bottom:1px solid #e8445a1a;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 1.4rem;display:flex}.menu-logo{align-items:center;gap:8px;text-decoration:none;display:flex}.menu-logo-text{color:var(--rose-dark);letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700}.menu-logo-text em{color:var(--rose);font-style:italic}.menu-logo-dot{background:var(--rose);vertical-align:super;border-radius:50%;width:5px;height:5px;margin-left:2px;animation:2s ease-in-out infinite blink;display:inline-block}.menu-close-btn{cursor:pointer;width:38px;height:38px;color:var(--rose-dark);background:#e8445a14;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex}.menu-close-btn:hover{background:#e8445a26;transform:scale(1.05)}.menu-items{flex:1;padding:.5rem 0;overflow-y:auto}.menu-section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--rose);opacity:.7;padding:.8rem 1.4rem .3rem;font-size:.6rem;font-weight:700}.menu-item{cursor:pointer;border-bottom:1px solid #e8445a12;justify-content:space-between;align-items:center;height:68px;padding:0 1.4rem;text-decoration:none;transition:background .2s;display:flex;position:relative;overflow:hidden}.menu-item:before{content:"";background:linear-gradient(to bottom,var(--rose-light),var(--rose));border-radius:0 2px 2px 0;width:3px;transition:transform .2s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.menu-item:hover{background:#e8445a0a}.menu-item:hover:before{transform:scaleY(1)}.menu-item:active{background:#e8445a14}.menu-item-left{align-items:center;gap:14px;display:flex}.menu-item-icon{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.15rem;display:flex}.icon-rose{background:#e8445a1a}.icon-pink{background:#ff6b801a}.icon-gold{background:#ffa5001a}.icon-blue{background:#007aff1a}.icon-green{background:#34c7591a}.menu-item-text{flex-direction:column;gap:2px;display:flex}.menu-item-label{color:var(--text-dark);letter-spacing:-.01em;font-size:1rem;font-weight:600}.menu-item-sub{color:var(--text-mid);opacity:.65;font-size:.65rem}.menu-item-right{align-items:center;gap:6px;display:flex}.menu-arrow{color:#6b30404d;font-size:1rem}.menu-badge{background:var(--rose);color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:100px;padding:2px 7px;font-size:.52rem;font-weight:700}.menu-footer{border-top:1px solid #e8445a1a;flex-direction:column;flex-shrink:0;gap:.6rem;padding:1rem 1.4rem 1.6rem;display:flex}.menu-btn-create{background:linear-gradient(135deg,var(--rose-light),var(--rose),var(--rose-dark));color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:6px;width:100%;padding:.9rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #e8445a6b}.menu-btn-create:before{content:"";background:linear-gradient(135deg,#ffffff2e,#0000 60%);position:absolute;inset:0}.menu-btn-create:hover{transform:translateY(-2px);box-shadow:0 10px 28px #e8445a80}.menu-btn-signin{width:100%;color:var(--rose-dark);cursor:pointer;text-align:center;background:0 0;border:1.5px solid #c0293e40;border-radius:14px;padding:.8rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s}.menu-btn-signin:hover{border-color:var(--rose);background:#e8445a0d}.menu-item,.menu-section-label{opacity:0;transition:opacity .3s,transform .3s,background .2s;transform:translate(20px)}.fullscreen-menu.open .menu-section-label{opacity:1;transition-delay:50ms;transform:translate(0)}.fullscreen-menu.open .menu-item:first-child{opacity:1;transition-delay:80ms;transform:translate(0)}.fullscreen-menu.open .menu-item:nth-child(2){opacity:1;transition-delay:.13s;transform:translate(0)}.fullscreen-menu.open .menu-item:nth-child(3){opacity:1;transition-delay:.18s;transform:translate(0)}.fullscreen-menu.open .menu-item:nth-child(4){opacity:1;transition-delay:.23s;transform:translate(0)}.fullscreen-menu.open .menu-item:nth-child(5){opacity:1;transition-delay:.28s;transform:translate(0)}.menu-footer{opacity:0;transition:opacity .3s .32s}.fullscreen-menu.open .menu-footer{opacity:1}@media (min-width:769px){.fullscreen-menu{display:none}}#journey{background:linear-gradient(#fce4ec 0%,#fdf0f3 50%,#fff5f7 100%);padding:4rem 0;scroll-margin-top:70px;position:relative;overflow:hidden}#jrn-pts{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.pt{opacity:0;font-family:inherit;animation:linear infinite jpt;position:absolute}@keyframes jpt{0%{opacity:0;transform:translateY(0)rotate(0)}15%{opacity:1}85%{opacity:.6}to{opacity:0;transform:translateY(-100px)rotate(45deg)}}.jrn-gateway{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;min-height:40vh;padding:4rem 2rem 3.5rem;display:flex;position:relative}.jrn-gw-q{color:var(--secondary);max-width:640px;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,4vw,3rem);font-style:italic;line-height:1.4;transition:opacity 1.1s,transform 1.1s;transform:translateY(40px)}.jrn-gw-q.v{opacity:1;transform:none}.jrn-gw-q em{color:var(--primary);font-style:normal}.jrn-gw-line{background:linear-gradient(90deg,#0000,#e8445a4d,#0000);width:50px;height:1px}.jrn-gw-s{text-transform:uppercase;letter-spacing:.16em;color:var(--text-muted);opacity:.6;font-size:.63rem;font-weight:700}.jrn-head{text-align:center;z-index:1;padding:3rem 1.5rem 2rem;transition:opacity .8s,transform .8s;position:relative;transform:translateY(25px)}.jrn-head.v{opacity:1;transform:none}.jrn-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);background:#e8445a14;border:1px solid #e8445a26;border-radius:100px;align-items:center;gap:6px;margin-bottom:.9rem;padding:.33rem 1.1rem;font-size:.63rem;font-weight:700;display:inline-flex}.jrn-title{letter-spacing:-.02em;color:var(--secondary);font-family:Playfair Display,serif;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.08}.jrn-title em{color:var(--primary);font-style:italic}.jrn-sub{color:var(--text-muted);margin-top:.7rem;max-width:400px;margin-inline:auto;font-size:.88rem;line-height:1.8}.jrn-wrap{z-index:1;max-width:1200px;margin:0 auto;padding:0 1.2rem;position:relative}.jrn-pair{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;transition:opacity .7s,transform .7s;display:grid;transform:translateY(35px)}.jrn-pair.v{opacity:1;transform:none}.jrn-pair.flip{direction:rtl}.jrn-pair.flip>*{direction:ltr}@media (max-width:700px){.jrn-pair,.jrn-pair.flip{direction:ltr;grid-template-columns:1fr}}.jrn-img{cursor:pointer;border-radius:20px;height:480px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.jrn-img img{object-fit:cover;border-radius:20px;width:100%;height:100%;transition:transform .65s cubic-bezier(.4,0,.2,1);display:block}.jrn-img:hover img{transform:scale(1.05)}.jrn-img-cap{pointer-events:none;background:linear-gradient(#0000 0%,#e8445a26 100%);padding:1.5rem 1.2rem 1rem;position:absolute;bottom:0;left:0;right:0}.jrn-img-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.22rem;font-size:.54rem;font-weight:700}.jrn-img-q{color:var(--secondary);font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic;font-weight:600;line-height:1.4}.jrn-story{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);background:#fff9;border:1.5px solid #fffc;border-radius:20px;flex-direction:column;justify-content:center;padding:2.5rem 2.2rem;display:flex;position:relative;overflow:hidden}.jrn-story:before{content:"❝";color:#e8445a14;font-family:Playfair Display,serif;font-size:4rem;line-height:1;position:absolute;top:.5rem;left:1rem}.jrn-story-name{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:.7rem;font-size:.6rem;font-weight:700}.jrn-story-title{color:var(--secondary);margin-bottom:.65rem;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;line-height:1.3}.jrn-story-body{color:var(--text-mid);font-family:Cormorant Garamond,serif;font-size:1.05rem;font-style:italic;line-height:1.78}.jrn-story-meta{color:var(--text-muted);letter-spacing:.06em;opacity:.7;margin-top:1.1rem;font-size:.6rem}.jrn-tags-wrap{z-index:1;max-width:1200px;margin:0 auto 1.5rem;padding:0 1.2rem;position:relative}.jrn-tc{border:1px solid var(--glass-border);box-shadow:var(--shadow);background:#fff;border-radius:20px;padding:1.5rem;transition:opacity .65s,transform .65s;transform:translateY(30px)}.jrn-tc.v{opacity:1;transform:none}.jrn-tc-l{text-transform:uppercase;letter-spacing:.12em;color:#e8445a;opacity:.75;margin-bottom:.8rem;font-size:.55rem;font-weight:700}.jrn-tags{flex-wrap:wrap;gap:.38rem;display:flex}.jrn-tag{color:var(--text-mid);background:var(--cream);border:1px solid var(--glass-border);cursor:pointer;border-radius:100px;padding:.28rem .72rem;font-size:.65rem;font-weight:500;transition:all .22s}.jrn-tag:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.jrn-sb{text-align:center;z-index:1;padding:3rem 2rem;transition:opacity .9s,transform .9s;position:relative;transform:translateY(30px)}.jrn-sb.v{opacity:1;transform:none}.jrn-sb-line{background:linear-gradient(90deg,#0000,#e8445a66,#0000);width:46px;height:1px;margin:0 auto 1.5rem}.jrn-sb-q{color:var(--secondary);max-width:560px;margin:0 auto;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3.5vw,2.7rem);font-style:italic;line-height:1.35}.jrn-sb-q em{color:var(--primary);font-style:normal}.jrn-sb-sub{color:var(--text-muted);letter-spacing:.07em;margin-top:.8rem;font-size:.63rem}.jrn-how{z-index:1;max-width:1200px;margin:0 auto 1.5rem;padding:0 1.2rem;transition:opacity .8s,transform .8s;position:relative;transform:translateY(25px)}#how-it-works{scroll-margin-top:70px}.jrn-how.v{opacity:1;transform:none}.jrn-how-lbl{text-align:center;text-transform:uppercase;letter-spacing:.14em;color:var(--primary);opacity:.5;margin-bottom:1.5rem;font-size:.61rem;font-weight:700}.jrn-how-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}@media (max-width:620px){.jrn-how-grid{grid-template-columns:1fr}}.jrn-hw{border:1px solid var(--glass-border);box-shadow:var(--shadow);background:#fff;border-radius:20px;overflow:hidden}.jrn-hw img{object-fit:cover;width:100%;height:180px;transition:transform .4s;display:block}.jrn-hw:hover img{transform:scale(1.04)}.jrn-hw-info{padding:1rem 1.2rem 1.2rem}.jrn-hw-step{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:.22rem;font-size:.53rem;font-weight:700}.jrn-hw-title{color:var(--secondary);margin-bottom:.22rem;font-size:.9rem;font-weight:700}.jrn-hw-desc{color:var(--text-muted);font-size:.68rem;line-height:1.6}.jrn-cta{text-align:center;z-index:1;padding:4rem 2rem 5rem;transition:opacity .8s,transform .8s;position:relative;transform:translateY(25px)}.jrn-cta.v{opacity:1;transform:none}.jrn-cta-e{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);opacity:.6;margin-bottom:.8rem;font-size:.63rem;font-weight:700}.jrn-cta-t{color:var(--secondary);margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.7rem,4vw,2.8rem);font-style:italic;line-height:1.2}.jrn-cta-btn{background:linear-gradient(135deg,var(--rose-light),var(--primary),var(--primary-dark));color:#fff;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:10px;padding:1rem 3rem;font-family:DM Sans,sans-serif;font-size:.93rem;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #e8445a40}.jrn-cta-btn:before{content:"";background:linear-gradient(135deg,#fff3,#0000 55%);position:absolute;inset:0}.jrn-cta-btn:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 15px 40px #e8445a59}.lb-footer{background:#fff;border-top:1px solid #e8445a26;position:relative;overflow:hidden}.lb-footer:before{content:"";background:linear-gradient(90deg,#0000,#e8445a80 40%,#ff6b80b3 50%,#e8445a80 60%,#0000);height:1px;position:absolute;top:0;left:0;right:0}.lb-footer-body{padding:4.5rem 0 3rem}.lb-footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;align-items:start;gap:2.5rem 3rem;display:grid}.lb-logo{align-items:center;gap:9px;margin-bottom:1rem;text-decoration:none;display:inline-flex}.lb-logo-text{color:var(--rose-dark);letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700}.lb-logo-text em{color:var(--rose);font-style:italic}.lb-logo-dot{background:var(--rose);vertical-align:super;border-radius:50%;width:5px;height:5px;margin-left:2px;animation:2s ease-in-out infinite blink;display:inline-block}.lb-tagline{color:var(--text-mid);opacity:.75;max-width:230px;margin-bottom:1.8rem;font-size:.8rem;line-height:1.75}.lb-socials{gap:.6rem;display:flex}.lb-social{width:38px;height:38px;color:var(--text-mid);background:#e8445a0f;border:1px solid #e8445a33;border-radius:10px;justify-content:center;align-items:center;text-decoration:none;transition:all .25s;display:flex;position:relative;overflow:hidden}.lb-social:before{content:"";background:linear-gradient(135deg,var(--rose-light),var(--rose));opacity:0;transition:opacity .25s;position:absolute;inset:0}.lb-social:hover:before{opacity:1}.lb-social:hover{border-color:var(--rose);color:#fff;transform:translateY(-3px);box-shadow:0 6px 18px #e8445a40}.lb-social svg{z-index:1;position:relative}.lb-col-title{text-transform:uppercase;letter-spacing:.14em;color:var(--rose-dark);margin-bottom:1.3rem;padding-bottom:.7rem;font-size:.63rem;font-weight:700;position:relative}.lb-col-title:after{content:"";background:linear-gradient(90deg,var(--rose),transparent);border-radius:2px;width:20px;height:1.5px;position:absolute;bottom:0;left:0}.lb-links{flex-direction:column;gap:.7rem;list-style:none;display:flex}.lb-links a{color:var(--text-mid);align-items:center;font-size:.83rem;text-decoration:none;transition:all .2s;display:inline-flex;position:relative}.lb-links a:before{content:"";background:var(--rose);width:0;height:1px;transition:width .2s;position:absolute;bottom:-2px;left:0}.lb-links a:hover{color:var(--rose-dark);transform:translate(3px)}.lb-links a:hover:before{width:100%}.lb-divider{background:linear-gradient(90deg,#0000,#e8445a40 30% 70%,#0000);height:1px}.lb-footer-bottom{padding:1.5rem 0}.lb-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.lb-copy{color:var(--text-mid);opacity:.6;letter-spacing:.02em;font-size:.72rem}.lb-made-with{color:var(--text-mid);opacity:.6;align-items:center;gap:4px;font-size:.72rem;display:flex}.lb-heart{color:var(--rose);animation:2.4s ease-in-out infinite heartbeat;display:inline-block}.occasions-section{background:0 0;padding:100px 24px;scroll-margin-top:80px;position:relative;overflow:hidden}.occasions-header{text-align:center;z-index:1;max-width:600px;margin:0 auto 64px;position:relative}.occasions-header .badge{color:var(--cta);letter-spacing:.12em;text-transform:uppercase;background:#fffc;border:1px solid #c0314f47;border-radius:50px;margin-bottom:22px;padding:6px 18px;font-size:.72rem;font-weight:600;display:inline-block}.occasions-header h1{margin-bottom:10px;font-family:Playfair Display,serif;line-height:1.15}.occasions-header h1 .h1-top{color:#8b0a2a99;letter-spacing:.01em;margin-bottom:4px;font-size:clamp(1.3rem,2.8vw,1.75rem);font-weight:700;display:block}.occasions-header h1 .h1-bottom{color:var(--crimson);letter-spacing:-.02em;font-size:clamp(2.2rem,5vw,3.4rem);font-style:italic;font-weight:900;line-height:1.05;display:block}.occasions-header p{color:#5a5a5ab8;margin-top:10px;font-size:.97rem;font-weight:300;line-height:1.65}.occasions-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid;position:relative}.occasion-card{text-align:center;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffffc7;border:1px solid #c0314f1a;border-radius:28px;padding:40px 28px 36px;text-decoration:none;transition:transform .35s,box-shadow .35s,border-color .35s,opacity .55s ease-out;display:block;position:relative;overflow:hidden;transform:translateY(24px)}.occasion-card.revealed{opacity:1;transform:translateY(0)}.occasion-card:hover{border-color:#c0314f40;transform:translateY(-8px);box-shadow:0 24px 56px #c0314f21,0 4px 16px #c0314f12}.occasion-card:after{content:"";opacity:0;z-index:0;background:linear-gradient(145deg,#fff0f380,#ffe0e84d);border-radius:28px;transition:opacity .3s;position:absolute;inset:0}.occasion-card:hover:after{opacity:1}.occasion-card:before{content:"";opacity:0;z-index:1;background:linear-gradient(#c0314fa6,#c9407040);border-radius:0 2px 2px 0;width:2.5px;transition:opacity .3s;position:absolute;top:20%;bottom:20%;left:0}.occasion-card:hover:before{opacity:1}.card-inner{z-index:2;position:relative}.occasion-emoji{margin-bottom:18px;font-size:2.8rem;line-height:1;transition:transform .3s;display:block}.occasion-card:hover .occasion-emoji{transform:scale(1.12)}.occasion-name{color:var(--crimson);letter-spacing:-.01em;margin-bottom:10px;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;line-height:1.3}.occasion-desc{color:#5a5a5abf;margin-bottom:24px;font-size:.84rem;font-weight:300;line-height:1.75}.occasion-pill{color:var(--cta);opacity:0;background:#c0314f14;border:1px solid #c0314f2e;border-radius:50px;align-items:center;gap:6px;padding:7px 16px;font-size:.78rem;font-weight:600;transition:all .25s;display:inline-flex;transform:translateY(6px)}.occasion-card:hover .occasion-pill{opacity:1;background:var(--cta);color:#fff;border-color:var(--cta);transform:translateY(0)}.occasions-cta{text-align:center;z-index:1;margin-top:72px;position:relative}.occasions-cta:before{content:"";background:linear-gradient(90deg,#0000,#c0314f59,#0000);width:48px;height:1.5px;margin:0 auto 40px;display:block}.occasions-cta p{color:#5a5a5a99;margin-bottom:24px;font-size:.92rem;font-weight:300}.occasions-cta p strong{color:var(--rose);font-family:Playfair Display,serif;font-style:italic;font-weight:700}.cta-btn{background:var(--cta);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:50px;align-items:center;gap:9px;padding:17px 44px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 6px 28px #c0314f52}.cta-btn:hover{background:var(--cta-hover);transform:translateY(-3px);box-shadow:0 12px 36px #c0314f66}.cta-trust{color:#5a5a5a80;letter-spacing:.02em;margin-top:16px;font-size:.78rem}.cta-trust span{color:var(--cta);font-weight:600}@media (max-width:1024px){.occasions-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.occasions-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.occasions-grid{grid-template-columns:1fr 1fr;gap:12px}.occasion-card{padding:28px 16px 24px}}.pricing-section{background:0 0;padding:100px 24px;position:relative;overflow:hidden}.pricing-header{text-align:center;z-index:1;max-width:600px;margin:0 auto 64px;position:relative}.pricing-header .badge{color:var(--cta);letter-spacing:.12em;text-transform:uppercase;background:#fffc;border:1px solid #c0314f47;border-radius:50px;margin-bottom:22px;padding:6px 18px;font-size:.72rem;font-weight:600;display:inline-block}.pricing-header h1{margin-bottom:10px;font-family:Playfair Display,serif;line-height:1.15}.pricing-header h1 .h1-top{color:#8b0a2a99;letter-spacing:.01em;margin-bottom:4px;font-size:clamp(1.3rem,2.8vw,1.75rem);font-weight:700;display:block}.pricing-header h1 .h1-bottom{color:var(--crimson);letter-spacing:-.02em;font-size:clamp(2.2rem,5vw,3.4rem);font-style:italic;font-weight:900;line-height:1.05;display:block}.pricing-header p{color:#5a5a5ab8;margin-top:10px;font-size:.97rem;font-weight:300;line-height:1.65}.plans-grid{z-index:1;grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;max-width:1000px;margin:0 auto 80px;display:grid;position:relative}.plan-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffffc7;border:1px solid #c0314f1f;border-radius:28px;padding:40px 32px 36px;transition:transform .35s,box-shadow .35s,border-color .35s,opacity .55s ease-out;position:relative;transform:translateY(24px)}.plan-card.revealed{opacity:1;transform:translateY(0)}.plan-card.popular.revealed{transform:translateY(-8px)}.plan-card:hover{border-color:#c0314f38;transform:translateY(-6px);box-shadow:0 20px 52px #c0314f1c,0 4px 16px #c0314f0f}.plan-card.popular{background:linear-gradient(145deg,#fff0f3,#fde8ed);border:1.5px solid #c0314f47;padding-top:52px;transform:translateY(16px);box-shadow:0 16px 48px #c0314f24}.plan-card.popular:hover{transform:translateY(-14px);box-shadow:0 28px 64px #c0314f2e}.popular-badge{color:#fff;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#c0314f,#c94070);border-radius:0 0 14px 14px;padding:7px 20px;font-size:.7rem;font-weight:700;position:absolute;top:-1px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #c0314f4d}.plan-name{color:var(--crimson);letter-spacing:-.01em;margin-bottom:6px;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:800}.plan-tagline{color:#5a5a5aa6;margin-bottom:28px;font-size:.82rem;font-weight:300;line-height:1.5}.plan-price-wrap{align-items:baseline;gap:4px;margin-bottom:8px;display:flex}.plan-currency{color:var(--crimson);font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;line-height:1}.plan-amount{color:var(--crimson);letter-spacing:-.03em;font-family:Playfair Display,serif;font-size:3.2rem;font-weight:900;line-height:1}.plan-once{color:#5a5a5a80;margin-bottom:28px;font-size:.78rem;font-weight:400}.plan-divider{background:linear-gradient(90deg,#0000,#c0314f26,#0000);width:100%;height:1px;margin-bottom:24px}.plan-features{flex-direction:column;gap:12px;margin-bottom:32px;list-style:none;display:flex}.plan-features li{color:#5a5a5ad9;align-items:flex-start;gap:10px;font-size:.88rem;font-weight:400;line-height:1.5;display:flex}.plan-features li:before{content:"✓";width:18px;min-width:18px;height:18px;color:var(--cta);background:#c0314f1a;border-radius:50%;justify-content:center;align-items:center;margin-top:1px;font-size:.65rem;font-weight:700;display:flex}.plan-btn{text-align:center;cursor:pointer;letter-spacing:.01em;border-radius:50px;width:100%;padding:15px 24px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:block}.plan-btn.outline{color:var(--cta);background:0 0;border:1.5px solid #c0314f59}.plan-btn.outline:hover{border-color:var(--cta);background:#c0314f0f;transform:translateY(-2px)}.plan-btn.filled{background:var(--cta);color:#fff;border:none;box-shadow:0 6px 24px #c0314f52}.plan-btn.filled:hover{background:var(--cta-hover);transform:translateY(-2px);box-shadow:0 10px 32px #c0314f66}.pricing-trust{text-align:center;color:#5a5a5a80;z-index:1;letter-spacing:.02em;margin-bottom:80px;font-size:.8rem;position:relative}.pricing-trust span{color:var(--cta);font-weight:600}.faq-wrap{z-index:1;max-width:700px;margin:0 auto;position:relative}.faq-header{text-align:center;margin-bottom:40px}.faq-header h2{color:var(--crimson);margin-bottom:8px;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800}.faq-header h2 em{color:var(--rose);font-style:italic}.faq-header p{color:#5a5a5aa6;font-size:.92rem;font-weight:300}.faq-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb8;border:1px solid #c0314f1a;border-radius:18px;margin-bottom:12px;transition:border-color .25s;overflow:hidden}.faq-item:hover{border-color:#c0314f38}.faq-q{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 24px;display:flex}.faq-q-text{color:var(--crimson);font-family:Playfair Display,serif;font-size:1rem;font-weight:700;line-height:1.4}.faq-icon{width:28px;min-width:28px;height:28px;color:var(--cta);background:#c0314f14;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:300;line-height:1;transition:all .25s;display:flex}.faq-item.open .faq-icon{background:var(--cta);color:#fff;transform:rotate(45deg)}.faq-a{max-height:0;padding:0 24px;transition:max-height .4s;overflow:hidden}.faq-a p{color:#5a5a5acc;border-top:1px solid #c0314f14;padding-top:16px;padding-bottom:20px;font-size:.9rem;font-weight:300;line-height:1.8}.faq-item.open .faq-a{max-height:400px}@media (max-width:900px){.plans-grid{grid-template-columns:1fr;gap:20px;max-width:440px}.plan-card.popular,.plan-card.popular.revealed{transform:translateY(0)}}.about-section{background:0 0;padding:100px 24px;position:relative;overflow:hidden}.about-hero{text-align:center;z-index:1;max-width:680px;margin:0 auto 96px;position:relative}.about-hero .badge{color:var(--cta);letter-spacing:.12em;text-transform:uppercase;background:#fffc;border:1px solid #c0314f47;border-radius:50px;margin-bottom:22px;padding:6px 18px;font-size:.72rem;font-weight:600;display:inline-block}.about-hero h1{margin-bottom:10px;font-family:Playfair Display,serif;line-height:1.15}.about-hero h1 .h1-top{color:#8b0a2a99;letter-spacing:.01em;margin-bottom:4px;font-size:clamp(1.3rem,2.8vw,1.75rem);font-weight:700;display:block}.about-hero h1 .h1-bottom{color:var(--crimson);letter-spacing:-.02em;font-size:clamp(2.2rem,5vw,3.4rem);font-style:italic;font-weight:900;line-height:1.05;display:block}.about-hero p{color:#5a5a5ab8;max-width:520px;margin-top:16px;margin-left:auto;margin-right:auto;font-size:1rem;font-weight:300;line-height:1.75}.manifesto{z-index:1;max-width:800px;margin:0 auto 96px;position:relative}.manifesto-inner{background:linear-gradient(145deg,#fff0f3,#fde8ed);border:1px solid #c0314f2e;border-radius:32px;padding:56px 48px;position:relative;overflow:hidden}.manifesto-inner:before{content:"❝";color:#c0314f12;pointer-events:none;font-family:Playfair Display,serif;font-size:8rem;line-height:1;position:absolute;top:-10px;left:32px}.manifesto-quote{color:var(--crimson);z-index:1;text-align:center;margin-bottom:20px;font-family:Playfair Display,serif;font-size:clamp(1.4rem,3.2vw,2rem);font-style:italic;font-weight:700;line-height:1.5;position:relative}.manifesto-quote em{color:var(--rose)}.manifesto-attr{color:#5a5a5a8c;letter-spacing:.08em;text-transform:uppercase;text-align:center;font-size:.82rem;font-weight:400;display:block}.story-wrap{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1000px;margin:0 auto 96px;display:grid;position:relative}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:16px;font-size:.72rem;font-weight:700;display:block}.story-text h2{color:var(--crimson);letter-spacing:-.02em;margin-bottom:20px;font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.2}.story-text h2 em{color:var(--rose);font-style:italic}.story-text p{color:#5a5a5acc;margin-bottom:16px;font-size:.96rem;font-weight:300;line-height:1.85}.story-text p strong{color:var(--crimson);font-weight:600}.founder-cards{flex-direction:column;gap:20px;display:flex}.founder-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;border:1px solid #c0314f1f;border-radius:24px;padding:28px 28px 24px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.founder-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #c0314f1a}.founder-card:before{content:"";background:linear-gradient(90deg,var(--cta),var(--rose));height:3px;position:absolute;top:0;left:0;right:0}.founder-avatar{background:linear-gradient(135deg,var(--cta),var(--rose));border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;font-size:1.4rem;display:flex;box-shadow:0 6px 20px #c0314f40}.founder-name{color:var(--crimson);margin-bottom:4px;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:800}.founder-role{color:var(--rose);letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:600}.founder-quote{color:#5a5a5abf;font-size:.86rem;font-style:italic;font-weight:300;line-height:1.65}.mission-wrap{z-index:1;max-width:1000px;margin:0 auto 96px;position:relative}.mission-wrap h2{color:var(--crimson);letter-spacing:-.02em;text-align:center;margin-bottom:48px;font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.2}.mission-wrap h2 em{color:var(--rose);font-style:italic}.mission-cards{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.mission-card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #c0314f1a;border-radius:24px;padding:36px 28px;transition:transform .3s,box-shadow .3s,border-color .3s}.mission-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #c0314f1a}.mission-icon{margin-bottom:16px;font-size:2.2rem;display:block}.mission-title{color:var(--crimson);margin-bottom:10px;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;line-height:1.3}.mission-desc{color:#5a5a5abf;font-size:.875rem;font-weight:300;line-height:1.75}.values-wrap{z-index:1;max-width:1000px;margin:0 auto 96px;position:relative}.values-wrap h2{color:var(--crimson);letter-spacing:-.02em;text-align:center;margin-bottom:48px;font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.2}.values-wrap h2 em{color:var(--rose);font-style:italic}.values-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.value-card{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb8;border:1px solid #c0314f1a;border-radius:22px;padding:32px 22px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.value-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #c0314f17}.value-num{color:#c0314f1f;margin-bottom:12px;font-family:Playfair Display,serif;font-size:2.4rem;font-style:italic;font-weight:900;line-height:1;display:block}.value-title{color:var(--crimson);margin-bottom:8px;font-family:Playfair Display,serif;font-size:1rem;font-weight:700}.value-desc{color:#5a5a5ab3;font-size:.82rem;font-weight:300;line-height:1.7}.about-cta{text-align:center;z-index:1;position:relative}.about-cta h3{color:var(--crimson);margin-bottom:8px;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.2}.about-cta h3 em{color:var(--rose);font-style:italic}.about-cta p{color:#5a5a5aa6;margin-bottom:32px;font-size:.92rem;font-weight:300}@media (max-width:900px){.story-wrap{grid-template-columns:1fr;gap:40px}.mission-cards{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:1fr 1fr;gap:16px}}@media (max-width:520px){.mission-cards{grid-template-columns:1fr}}.animate-on-scroll{opacity:0;transition:opacity .65s ease-out,transform .65s ease-out;transform:translateY(24px)}.animate-on-scroll.revealed{opacity:1;transform:translateY(0)}.wm{color:#d2648212;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:0;font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,6rem);font-style:italic;font-weight:700;position:absolute}#how-it-works,#journey,#pricing,#about,#occasions{scroll-margin-top:80px}@media (max-width:860px){.lb-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.lb-col-brand{grid-column:1/-1}}@media (max-width:480px){.lb-footer-grid{grid-template-columns:1fr}.lb-footer-body{padding:3rem 0 2rem}.lb-bottom-inner{text-align:center;flex-direction:column;align-items:center}}.gifts-page{background:#fff5f7;min-height:100vh;padding-top:80px}.gifts-hero{text-align:center;z-index:1;padding:100px 24px 80px;position:relative}.gifts-hero .badge{color:#c0314f;letter-spacing:.12em;text-transform:uppercase;background:#fffc;border:1px solid #c0314f47;border-radius:50px;margin-bottom:22px;padding:6px 18px;font-size:.72rem;font-weight:600;display:inline-block}.gifts-hero h1{margin-bottom:20px;font-family:Playfair Display,serif;line-height:1.15}.gifts-hero h1 .h1-top{color:#8b0a2a99;letter-spacing:.01em;margin-bottom:4px;font-size:clamp(1.3rem,2.8vw,1.75rem);font-weight:700;display:block}.gifts-hero h1 .h1-bottom{color:#8b0a2a;letter-spacing:-.02em;font-size:clamp(2.2rem,5vw,3.4rem);font-style:italic;font-weight:900;line-height:1.05;display:block}.gifts-hero p{color:#5a5a5ab8;max-width:600px;margin:20px auto 0;font-size:.97rem;font-weight:300;line-height:1.65}.gifts-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1250px;margin:0 auto;padding:0 1rem 6rem;display:grid}.gift-card{border:1px solid var(--glass-border);background:#fff;border-radius:2rem;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 10px 40px #e8445a0d}.gift-card:hover{transform:translateY(-12px);box-shadow:0 20px 60px #e8445a1f}.gift-card-img-wrap{height:280px;position:relative;overflow:hidden}.gift-card-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.gift-card:hover .gift-card-img-wrap img{transform:scale(1.1)}.gift-card-overlay{background:linear-gradient(#0000,#6b3040cc);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.gift-upcoming-badge{color:var(--crimson);letter-spacing:.06em;text-transform:uppercase;background:#ffffffeb;border-radius:999px;padding:.45rem .8rem;font-size:.78rem;font-weight:800;position:absolute;top:1.25rem;right:1.25rem;box-shadow:0 10px 24px #2d142029}.gift-card-category{color:#fff;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.gift-icon-float{margin-bottom:.5rem;font-size:2rem}.gift-card-body{padding:2rem}.gift-card-body p{color:var(--text-mid);margin-bottom:1.5rem;line-height:1.6}.gift-explore-btn{color:var(--rose);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:1rem;font-weight:700;transition:gap .3s;display:flex}.gift-card:hover .gift-explore-btn{gap:12px}.gift-upcoming-btn,.gift-upcoming-btn:disabled{width:fit-content;color:var(--crimson);cursor:default;text-transform:uppercase;letter-spacing:.08em;background:#c0314f14;border:1px solid #c0314f2e;border-radius:999px;gap:0;padding:.7rem 1.05rem}.gift-card:hover .gift-upcoming-btn{gap:0}.gifts-cta-section{text-align:center;background:#fff;padding:6rem 1rem;position:relative}.gifts-cta-content{max-width:800px;margin:0 auto}.gifts-cta-section h2{color:#8b0a2a;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.5rem)}@media (max-width:768px){.gifts-hero h1{font-size:2.2rem}.gifts-grid{grid-template-columns:1fr}.container{padding:0 1rem}.lb-footer-grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.lb-footer-body{padding:3rem 0 2rem}.lb-bottom-inner{text-align:center;flex-direction:column;align-items:center;gap:.5rem}.pricing-section{padding:0 1rem}.pricing-header{margin-bottom:40px;padding:0 .5rem}.plans-grid{grid-template-columns:1fr;gap:16px;max-width:100%;margin-bottom:48px;padding:0 .5rem}.plan-card{padding:28px 22px 24px}.plan-card.popular{padding-top:40px;transform:none!important}.plan-card.popular.revealed{transform:none!important}.plan-amount{font-size:2.6rem}.faq-wrap{padding:0 .25rem}.faq-q{padding:16px 18px}.faq-q-text{font-size:.92rem}.faq-a{padding:0 18px}.pricing-trust{margin-bottom:40px;font-size:.74rem;line-height:1.8}.jrn-gateway{min-height:30vh;padding:3rem 1.2rem 2.5rem}.jrn-gw-q{font-size:clamp(1.5rem,6vw,2rem)}.jrn-head{padding:2rem 1rem 1.5rem}.jrn-title{font-size:clamp(1.8rem,7vw,2.5rem)}.jrn-img{height:300px}.jrn-story{padding:1.8rem 1.4rem}.jrn-story-title{font-size:1.1rem}.jrn-story-body{font-size:.95rem}.jrn-sb{padding:2rem 1.2rem}.jrn-sb-q{font-size:clamp(1.4rem,6vw,2rem)}.jrn-cta{padding:3rem 1.2rem 4rem}.jrn-cta-t{font-size:clamp(1.5rem,6vw,2.2rem)}.jrn-cta-btn{justify-content:center;width:100%;padding:.9rem 1.5rem}.occasions-section{padding:70px 16px}.occasions-header{margin-bottom:40px}.about-section{padding:70px 16px}.about-hero{margin-bottom:60px}.ai-magic-section{padding:70px 1rem 90px}.ai-magic-header{margin-bottom:36px}.hero-content{padding:.5rem 1rem 0}}@media (max-width:480px){.lb-footer-grid{grid-template-columns:1fr;gap:1.8rem}.plan-card{border-radius:20px;padding:24px 18px 20px}.plan-amount{font-size:2.4rem}.pricing-header h1 .h1-bottom{font-size:clamp(1.8rem,9vw,2.6rem)}.jrn-img{height:240px}.jrn-story{padding:1.4rem 1.1rem}.container{padding:0 .85rem}.hero-cta,.btn-outline-hero{padding:.75rem 1.2rem!important;font-size:.875rem!important}.about-section,.occasions-section{padding:60px 14px}}:root{--hp-cream-bg:#fffbfb;--hp-pink-glow:#ff6b8026;--hp-rose-gradient:linear-gradient(135deg,#ff5b79 0%,#e83651 50%,#c01c34 100%);--hp-glass-bg:#ffffffa6;--hp-glass-border:#ff6b8029;--hp-shadow-premium:0 16px 40px -10px #e8445a1f;--hp-shadow-glow:0 0 30px #ff6b8059}.hp-body-bg{background-color:#0000!important;background-image:radial-gradient(circle at 15% 15%,#ffffffb3 0%,#0000 45%),radial-gradient(circle at 85% 30%,#fff9 0%,#0000 40%),radial-gradient(circle at 10% 65%,#ffffffb3 0%,#0000 50%),radial-gradient(circle at 90% 85%,#fff9 0%,#0000 45%),radial-gradient(circle,#fff5f7 0%,#fffbfb 35%,#ffebee 75%,#ffdce5 100%)!important;background-position:0 0,0 0,0 0,0 0,0 0!important;background-repeat:repeat,repeat,repeat,repeat,repeat!important;background-size:auto,auto,auto,auto,auto!important;background-attachment:fixed!important;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box!important;background-clip:border-box,border-box,border-box,border-box,border-box!important}.hp-hero-section-wrapper{background-image:url(/images/landing_hero_bg.png);background-position:100%;background-repeat:no-repeat;background-size:cover;width:100%;margin-top:70px;padding-bottom:40px;position:relative;overflow:hidden}.hp-hero-section-wrapper:after{content:"";pointer-events:none;z-index:5;background:linear-gradient(#0000,#fffbfb);width:100%;height:120px;position:absolute;bottom:0;left:0}@media (max-width:820px){.hp-hero-section-wrapper{background-position:63%;padding-bottom:20px}.hp-hero-section-wrapper:after{height:80px}}.hp-hero-container{grid-template-columns:1.15fr .85fr;align-items:center;gap:3.5rem;padding-top:120px;padding-bottom:80px;display:grid}.hp-badge-eyebrow{color:#e8445a;letter-spacing:.08em;text-transform:uppercase;background:#e8445a12;border:1px solid #e8445a26;border-radius:100px;align-items:center;gap:6px;padding:.45rem 1.1rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #e8445a08}.hp-hero-title{color:#2a0a12;letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:clamp(2.6rem,5vw,4.2rem);font-weight:700;line-height:1.12}.hp-hero-title em{color:#e8445a;font-style:italic;font-weight:400}.hp-hero-title .hp-title-heart{vertical-align:middle;color:#ff6b80;width:2.8rem;height:2.8rem;margin-left:.2rem;animation:2.5s ease-in-out infinite hp-heartbeat;display:inline-block}.hp-hero-sub{color:#6b3040;max-width:580px;font-family:DM Sans,sans-serif;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.7}.hp-hero-actions{align-items:center;gap:1.2rem;display:flex}.hp-btn-gradient{background:var(--hp-rose-gradient);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:8px;padding:1rem 2.2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;box-shadow:0 10px 25px #e8445a59;color:#fff!important}.hp-btn-gradient:hover{box-shadow:0 15px 35px #e8445a80,var(--hp-shadow-glow);transform:translateY(-4px)}.hp-btn-gradient:active{transform:translateY(-1px)}.hp-btn-outline{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff73;border:1.8px solid #e8445a66;border-radius:100px;align-items:center;gap:6px;padding:1rem 2.2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;color:#c0293e!important}.hp-btn-outline:hover{background:#e8445a0d;border-color:#e8445a;transform:translateY(-2px);color:#e8445a!important}.hp-trust-row{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:1.5rem;display:flex}.hp-trust-item{color:#6b3040;align-items:center;gap:6px;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:500;display:flex}.hp-trust-icon{color:#e8445a;width:16px;height:16px}.hp-iphone-wrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hp-iphone-container{z-index:10;opacity:0;pointer-events:none;background:#111;border-radius:44px;width:290px;height:590px;padding:11px;position:relative;overflow:hidden;box-shadow:0 25px 60px -15px #e8445a40,0 0 0 4px #e5a7b1,0 0 20px #ffb6c180}.hp-iphone-screen{text-align:center;background:radial-gradient(circle at 50% 40%,#2f0813 0%,#0d0105 100%);border:1.5px solid #ffffff0d;border-radius:36px;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:3.5rem 1.5rem 2.5rem;display:flex;position:relative;overflow:hidden}.hp-iphone-screen:after{content:"";pointer-events:none;z-index:5;background:linear-gradient(135deg,#ffffff14 0%,#0000 50%);position:absolute;inset:0}.hp-iphone-notch{z-index:20;background:#000;border-radius:100px;width:90px;height:25px;position:absolute;top:14px;box-shadow:inset 0 0 4px #ffffff26}.hp-iphone-lock{color:#ff6b80;width:20px;height:20px;margin-bottom:.5rem;animation:2s ease-in-out infinite hp-bounce-soft}.hp-iphone-waiting{letter-spacing:.15em;color:#ffcbd1;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:600}.hp-iphone-heading{color:#fff;margin-top:.25rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;line-height:1.3}.hp-iphone-heart-box{justify-content:center;align-items:center;width:170px;height:170px;margin:1.5rem 0;display:flex;position:relative}.hp-iphone-heart-glow{background:radial-gradient(circle,#ff4d6d73 0%,#0000 70%);border-radius:50%;width:140px;height:140px;animation:2s ease-in-out infinite hp-heart-glow-pulse;position:absolute}.hp-iphone-heart{color:#ff4d6d;filter:drop-shadow(0 0 15px #ff4d6dcc);z-index:2;width:96px;height:96px;animation:2s ease-in-out infinite hp-heartbeat-phone;position:relative}.hp-iphone-footer-text{color:#ffcbd1;opacity:.8;font-family:DM Sans,sans-serif;font-size:.72rem}.hp-float-card{-webkit-backdrop-filter:blur(14px);z-index:15;background:#ffffffb8;border:1px solid #fff9;border-radius:18px;align-items:center;gap:8px;width:max-content;max-width:220px;padding:.75rem .9rem;transition:all .3s;display:flex;position:absolute;box-shadow:0 12px 24px -6px #e8445a14,0 0 1px #e8445a1a}.hp-float-card:hover{background:#ffffffd9;transform:scale(1.05)translateY(-2px);box-shadow:0 15px 30px #e8445a1f}.hp-fc-avatar{object-fit:cover;border:1.5px solid #fff;border-radius:50%;flex-shrink:0;width:32px;height:32px;box-shadow:0 2px 6px #0000001a}.hp-fc-icon-wrapper{background:#e8445a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hp-fc-icon{color:#e8445a;width:16px;height:16px}.hp-fc-body{flex-direction:column;display:flex}.hp-fc-title{color:#2a0a12;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:600;line-height:1.25}.hp-fc-desc{color:#6b3040;margin-top:1px;font-family:DM Sans,sans-serif;font-size:.65rem;line-height:1.2}.hp-fc-time{color:#b08d96;align-self:flex-start;margin-left:auto;padding-top:1px;font-family:DM Sans,sans-serif;font-size:.58rem}.hp-float-card-1{animation:6s ease-in-out infinite hp-float-notif-1;top:70px;right:-70px}.hp-float-card-2{animation:7s ease-in-out 1.5s infinite hp-float-notif-2;top:240px;right:-100px}.hp-float-card-3{animation:6.5s ease-in-out 3s infinite hp-float-notif-3;bottom:90px;right:-80px}.hp-badge-india{color:#6b3040;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#fffc;border:1px solid #e8445a1f;border-radius:100px;padding:.35rem .9rem;font-size:.72rem;font-weight:600;position:absolute;bottom:-45px;box-shadow:0 4px 10px #00000005}.hp-section-header{text-align:center;flex-direction:column;align-items:center;gap:.6rem;max-width:600px;margin:0 auto 3.5rem;display:flex}.hp-section-eyebrow{color:#e8445a;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:600}.hp-section-title{color:#2a0a12;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.hp-section-title em{color:#e8445a;font-style:italic;font-weight:400}.hp-section-desc{color:#6b3040;font-family:DM Sans,sans-serif;font-size:1.05rem;line-height:1.6}.hp-features-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.8rem;margin-bottom:6rem;display:grid}.hp-feature-card{-webkit-backdrop-filter:blur(16px);text-align:center;background:#ffffffb8;border:1px solid #ffffffd9;border-radius:28px;flex-direction:column;align-items:center;padding:2.2rem 1.6rem 2rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px -10px #e8445a14}.hp-feature-card:hover{background:#ffffffbf;border-color:#ff6b8047;transform:translateY(-8px);box-shadow:0 24px 50px -15px #e8445a26,inset 0 0 12px #ffffff80}.hp-feat-icon-container{justify-content:center;align-items:center;width:110px;height:110px;margin-bottom:1.5rem;display:flex;position:relative}.hp-feat-card-title{color:#2a0a12;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700}.hp-feat-card-desc{color:#6b3040;font-family:DM Sans,sans-serif;font-size:.9rem;line-height:1.55}.hp-env-back{background:#ffcbd1;border-radius:6px;width:72px;height:52px;position:relative;box-shadow:0 4px 10px #e8445a1a}.hp-env-letter{z-index:2;background:#fff;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:60px;height:40px;padding:6px;transition:transform .4s cubic-bezier(.175,.885,.32,1.15);display:flex;position:absolute;bottom:6px;left:6px;box-shadow:0 2px 5px #0000000d}.hp-env-letter-line{background:#ffd1d7;border-radius:2px;width:80%;height:2px}.hp-env-letter-line-short{width:50%}.hp-env-letter-heart{color:#e8445a;width:8px;height:8px}.hp-env-front{z-index:3;pointer-events:none;width:72px;height:52px;position:absolute;bottom:0;left:0}.hp-feature-card:hover .hp-env-letter{transform:translateY(-22px)scale(1.02)}.hp-polaroid-container{width:80px;height:80px;position:relative}.hp-polaroid{background:#fff;border:.5px solid #0000000d;border-radius:2px;width:58px;height:66px;padding:4px 4px 12px;transition:all .4s cubic-bezier(.175,.885,.32,1.25);position:absolute;top:50%;left:50%;box-shadow:0 4px 12px #00000014}.hp-pol-img-box{color:#e8445a;background:#fdf2f4;border-radius:1px;justify-content:center;align-items:center;width:100%;height:44px;display:flex;overflow:hidden}.hp-polaroid-1{z-index:2;transform:translate(-65%,-50%)rotate(-12deg)}.hp-polaroid-2{z-index:1;transform:translate(-35%,-50%)rotate(10deg)}.hp-feature-card:hover .hp-polaroid-1{transform:translate(-95%,-55%)rotate(-24deg)}.hp-feature-card:hover .hp-polaroid-2{z-index:3;transform:translate(5%,-45%)rotate(22deg)scale(1.05)}.hp-pulseheart-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.hp-pulseheart-glow{background:radial-gradient(circle,#ff4d6d66 0%,#0000 70%);border-radius:50%;width:50px;height:50px;animation:1.8s ease-in-out infinite hp-heart-glow-pulse;position:absolute}.hp-pulseheart{color:#ff4d6d;filter:drop-shadow(0 0 8px #ff4d6d80);z-index:2;width:48px;height:48px;animation:1.8s ease-in-out infinite hp-heartbeat;position:relative}.hp-spec-bar{background:#ff8597;border-radius:4px;width:2px;height:15px;animation:1.2s ease-in-out infinite alternate hp-sound-wave;position:absolute}.hp-spec-1{height:18px;animation-delay:.1s;left:-14px}.hp-spec-2{height:26px;animation-delay:.4s;left:-8px}.hp-spec-3{height:24px;animation-delay:.2s;right:-8px}.hp-spec-4{height:16px;animation-delay:.5s;right:-14px}.hp-gift-box{width:68px;height:68px;position:relative}.hp-gift-lid{z-index:3;background:#ff758c;border-radius:3px;justify-content:center;width:72px;height:18px;transition:transform .4s cubic-bezier(.175,.885,.32,1.25);display:flex;position:absolute;top:10px;left:-2px;box-shadow:0 2px 4px #0000000f}.hp-gift-bow{color:#fff;width:26px;height:14px;position:absolute;top:-12px}.hp-gift-body{z-index:2;background:#ff4d6d;border-radius:0 0 6px 6px;justify-content:center;width:68px;height:46px;display:flex;position:absolute;bottom:0;left:0;box-shadow:0 4px 10px #ff4d6d26}.hp-gift-ribbon-v{background:#ff758c;width:14px;height:100%}.hp-gift-sparkle{color:#ffcbd1;opacity:0;pointer-events:none;z-index:1;font-size:.8rem;transition:all .5s;position:absolute}.hp-gift-sparkle-1{top:10px;left:10px}.hp-gift-sparkle-2{top:5px;right:8px}.hp-feature-card:hover .hp-gift-lid{transform:translateY(-8px)rotate(-4deg)}.hp-feature-card:hover .hp-gift-sparkle{opacity:1}.hp-feature-card:hover .hp-gift-sparkle-1{transform:translate(-15px,-20px)scale(1.2)}.hp-feature-card:hover .hp-gift-sparkle-2{transform:translate(15px,-22px)scale(1.2)}.hp-stories-section{padding:5rem 0 6rem;position:relative}.hp-carousel-container{width:100%;padding:1rem .5rem 2rem;position:relative;overflow:hidden}.hp-carousel-track{gap:1.8rem;width:100%;transition:transform .5s cubic-bezier(.25,.8,.25,1);display:flex}.hp-story-card{-webkit-backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #ffffffd9;border-radius:32px;flex-direction:column;flex:0 0 calc(33.333% - 1.2rem);justify-content:space-between;min-width:320px;min-height:430px;padding:2.2rem;transition:all .4s;display:flex;box-shadow:0 16px 40px -10px #e8445a14}.hp-story-card:hover{background:#ffffffbf;border-color:#ff6b8040;transform:scale(1.015);box-shadow:0 20px 40px -10px #e8445a24}.hp-story-card-premium{-webkit-backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #ffffffd9;border-radius:28px;flex-direction:column;flex:0 0 calc(25% - 1.35rem);min-width:280px;height:440px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden;box-shadow:0 16px 40px -10px #e8445a14}.hp-story-card-premium:hover{border-color:#ff6b8059;transform:translateY(-8px);box-shadow:0 24px 50px -15px #e8445a2e,0 0 20px #ff6b8026}.hp-story-photo-box{width:100%;height:72%;position:relative;overflow:hidden}.hp-story-photo-img{object-fit:cover;transition:transform .6s}.hp-story-card-premium:hover .hp-story-photo-img{transform:scale(1.05)}.hp-story-photo-overlay{z-index:2;background:linear-gradient(#2a0a120d 0%,#2a0a1240 40%,#2a0a12cc 100%);position:absolute;inset:0}.hp-story-play-btn{-webkit-backdrop-filter:blur(8px);z-index:3;background:#ffffff40;border:1.5px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #e8445a26}.hp-story-card-premium:hover .hp-story-play-btn{background:#fffffff2;border-color:#ff6b80;transform:translate(-50%,-50%)scale(1.1)}.hp-story-play-icon{color:#fff;width:20px;height:20px;margin-left:2px;transition:color .3s}.hp-story-card-premium:hover .hp-story-play-icon{color:#e8445a}.hp-story-photo-quote{color:#fff;z-index:4;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;line-height:1.35;position:absolute;bottom:1rem;left:1.2rem;right:1.2rem}.hp-story-info-box{z-index:5;background:#ffffffd9;border-top:1px solid #e8445a0d;justify-content:space-between;align-items:center;height:28%;padding:1rem 1.2rem;display:flex}.hp-story-info-text{text-align:left;flex-direction:column;gap:3px;display:flex}.hp-story-info-name{color:#2a0a12;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:700;display:block!important}.hp-story-info-tag{color:#e8445a;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:600;display:block!important}.hp-story-info-rating{color:#6b3040;background:#e8445a0d;border-radius:100px;align-items:center;gap:4px;padding:.25rem .55rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:700;display:flex}.hp-story-star-icon{color:#e5a73e;width:12px;height:12px}.hp-story-quote{color:#2a0a12;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;line-height:1.35;position:relative}.hp-story-body{color:#6b3040;margin-bottom:2rem;font-family:DM Sans,sans-serif;font-size:.95rem;line-height:1.6}.hp-story-footer{align-items:center;gap:12px;margin-top:auto;display:flex}.hp-story-avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:44px;height:44px;box-shadow:0 3px 8px #e8445a1f}.hp-story-meta{flex-direction:column;display:flex}.hp-story-name{color:#2a0a12;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600}.hp-story-tag{color:#e8445a;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:500}.hp-story-card-img{color:#fff;background:#000;border:none;padding:0;position:relative;overflow:hidden}.hp-story-img-overlay{z-index:2;background:linear-gradient(#2a0a121a 0%,#2a0a1266 40%,#2a0a12f2 100%);position:absolute;inset:0}.hp-story-bg-img{object-fit:cover;z-index:1;opacity:.85;width:100%;height:100%;transition:transform .6s;position:absolute}.hp-story-card-img:hover .hp-story-bg-img{transform:scale(1.06)}.hp-story-img-content{z-index:3;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:2.2rem;display:flex;position:relative}.hp-story-img-content .hp-story-quote,.hp-story-img-content .hp-story-body,.hp-story-img-content .hp-story-name{color:#fff}.hp-story-img-content .hp-story-body{opacity:.9}.hp-story-img-content .hp-story-tag{color:#ffcbd1}.hp-carousel-controls{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.hp-carousel-btn{color:#c0293e;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;border:1px solid #e8445a26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex;box-shadow:0 4px 12px #e8445a0d}.hp-carousel-btn:hover{color:#fff;background:#e8445a;border-color:#e8445a;transform:translateY(-1px);box-shadow:0 6px 15px #e8445a40}.hp-carousel-btn:active{transform:translateY(1px)}.hp-stats-row{-webkit-backdrop-filter:blur(16px);text-align:center;background:#ffffffb8;border:1px solid #ffffffd9;border-radius:32px;grid-template-columns:repeat(4,1fr);gap:2rem;margin:2rem 0 6rem;padding:3rem 2rem;display:grid;box-shadow:0 20px 48px -12px #e8445a14}.hp-stat-box{flex-direction:column;align-items:center;gap:.4rem;transition:transform .3s;display:flex}.hp-stat-box:hover{transform:scale(1.05)}.hp-stat-icon-wrapper{color:#e8445a;background:#e8445a0f;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.3rem;display:flex}.hp-stat-val{color:#2a0a12;font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;line-height:1.1}.hp-stat-lbl{color:#6b3040;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500}.hp-steps-section{padding-bottom:6rem;position:relative}.hp-steps-grid-wrapper{width:100%;position:relative}.hp-steps-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:2.2rem;display:grid;position:relative}.hp-step-card{-webkit-backdrop-filter:blur(14px);text-align:center;background:#ffffffb8;border:1px solid #ffffffd9;border-radius:28px;flex-direction:column;align-items:center;padding:2.2rem 2rem 2.5rem;transition:all .3s;display:flex;box-shadow:0 16px 40px -10px #e8445a14}.hp-step-card:hover{background:#ffffffb3;border-color:#ff6b8040;transform:translateY(-4px);box-shadow:0 16px 35px -8px #e8445a26}.hp-step-num{color:#e8445a;letter-spacing:.05em;background:#e8445a14;border-radius:100px;margin-bottom:1.2rem;padding:.3rem .8rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:700}.hp-step-title{color:#2a0a12;margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700}.hp-step-desc{color:#6b3040;margin-bottom:2rem;font-family:DM Sans,sans-serif;font-size:.9rem;line-height:1.6}.hp-step-graphic{color:#ff6b80;background:radial-gradient(circle,#fff5f7cc 0%,#ffd1d74d 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:inset 0 2px 6px #e8445a0a}.hp-step-svg{color:#e8445a;width:36px;height:36px}.hp-steps-svg-line{z-index:1;pointer-events:none;width:80%;height:120px;display:block;position:absolute;top:15%;left:10%}.hp-steps-svg-path{stroke:#ff99a8;stroke-width:2.2px;stroke-dasharray:6 6;fill:none;animation:20s linear infinite hp-dash-scroll}.hp-banner-container{background:linear-gradient(135deg,#e8445a 0%,#c0293e 50%,#901123 100%);border-radius:36px;justify-content:space-between;align-items:center;gap:3rem;margin-bottom:6rem;padding:4.5rem 3.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 55px -10px #e8445a59,inset 0 1px 1px #ffffff40}.hp-banner-bg-hearts{pointer-events:none;z-index:1;opacity:.12;position:absolute;inset:0}.hp-banner-heart{color:#fff;animation:4s ease-in-out infinite hp-bounce-soft;position:absolute}.hp-banner-content{z-index:2;max-width:620px;position:relative}.hp-banner-title{color:#fff;margin-bottom:.8rem;font-family:Playfair Display,serif;font-size:clamp(2rem,3.8vw,2.8rem);font-weight:700;line-height:1.25}.hp-banner-sub{color:#ffcbd1;font-family:DM Sans,sans-serif;font-size:1.05rem;line-height:1.6}.hp-banner-action{z-index:2;flex-shrink:0;position:relative}.hp-banner-btn{cursor:pointer;border:none;border-radius:100px;align-items:center;gap:8px;padding:1.1rem 2.5rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #00000026;color:#c0293e!important;background:#fff!important}.hp-banner-btn:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 15px 35px #00000040;background:#fff5f6!important}@keyframes hp-heartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.15)}30%{transform:scale(1)}45%{transform:scale(1.08)}60%{transform:scale(1)}}@keyframes hp-heartbeat-phone{0%,to{filter:drop-shadow(0 0 12px #ff4d6dcc);transform:scale(1)}30%{filter:drop-shadow(0 0 25px #ff4d6d);transform:scale(1.1)}60%{filter:drop-shadow(0 0 10px #ff4d6d99);transform:scale(.96)}75%{filter:drop-shadow(0 0 15px #ff4d6dcc);transform:scale(1.02)}}@keyframes hp-heart-glow-pulse{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:.65;transform:scale(1.15)}}@keyframes hp-bounce-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes hp-dash-scroll{to{stroke-dashoffset:-100px}}@keyframes hp-sound-wave{0%{transform:scaleY(.4)}to{transform:scaleY(1.1)}}@keyframes hp-float-notif-1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)translate(2px)}}@keyframes hp-float-notif-2{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)translate(-3px)}}@keyframes hp-float-notif-3{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)translate(1px)}}.hp-memories-counter{-webkit-backdrop-filter:blur(14px);background:#ffffffa6;border:1px solid #ffffffd9;border-radius:100px;align-items:center;gap:14px;margin-top:1.5rem;padding:.9rem 1.4rem;animation:5s ease-in-out 1s infinite hp-float-notif-1;display:flex;box-shadow:0 8px 24px #e8445a14}.hp-avatar-stack{align-items:center;display:flex}.hp-avatar-stack img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:32px;height:32px;margin-left:-10px;box-shadow:0 2px 6px #0000001a}.hp-avatar-stack img:first-child{margin-left:0}.hp-memories-heart{color:#fff;background:linear-gradient(135deg,#ff6b80 0%,#e8445a 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex;box-shadow:0 4px 12px #e8445a4d}.hp-memories-text{color:#2a0a12;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;line-height:1.4}.hp-memories-text strong{color:#c0293e;font-size:.95rem;font-weight:700}.hp-landscape-slider{border-radius:32px;width:100%;margin-top:2rem;position:relative;overflow:hidden}.hp-landscape-track{transition:transform .6s cubic-bezier(.25,.8,.25,1);display:flex}.hp-landscape-slide{-webkit-backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #ffffffd9;border-radius:32px;grid-template-columns:35% 35% 30%;min-width:100%;min-height:420px;display:grid;overflow:hidden;box-shadow:0 16px 40px -10px #e8445a14}.hp-ls-photo{border-radius:28px 0 0 28px;position:relative;overflow:hidden}.hp-ls-photo img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.hp-landscape-slide:hover .hp-ls-photo img{transform:scale(1.04)}.hp-ls-photo-overlay{z-index:2;background:linear-gradient(90deg,#0000 60%,#ffffff4d 100%);position:absolute;inset:0}.hp-ls-story{flex-direction:column;justify-content:center;padding:2.5rem 2rem;display:flex;position:relative}.hp-ls-quote-mark{color:#f7c5cc;opacity:.5;pointer-events:none;font-family:Playfair Display,serif;font-size:5rem;line-height:1;position:absolute;top:1rem;left:1.5rem}.hp-ls-quote{color:#2a0a12;z-index:2;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.55rem;font-weight:700;line-height:1.35;position:relative}.hp-ls-body{color:#6b3040;z-index:2;margin-bottom:1.8rem;font-family:DM Sans,sans-serif;font-size:.92rem;line-height:1.65;position:relative}.hp-ls-author{z-index:2;align-items:center;gap:12px;margin-top:auto;display:flex;position:relative}.hp-ls-author-avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:44px;height:44px;box-shadow:0 3px 8px #e8445a1f}.hp-ls-author-info{flex-direction:column;display:flex}.hp-ls-author-name{color:#2a0a12;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:700}.hp-ls-author-tag{color:#e8445a;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:600}.hp-ls-chat{background:linear-gradient(135deg,#ffe6eb80 0%,#ffdce499 100%);border-left:1px solid #ffc8d266;border-radius:0 28px 28px 0;flex-direction:column;padding:0;display:flex;overflow:hidden}.hp-chat-header{background:#ffffffb3;border-bottom:1px solid #ffc8d266;align-items:center;gap:10px;padding:1rem 1.2rem;display:flex}.hp-chat-avatar{object-fit:cover;border:2px solid #e8445a26;border-radius:50%;width:36px;height:36px}.hp-chat-user-info{flex-direction:column;flex:1;display:flex}.hp-chat-user-name{color:#2a0a12;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:700}.hp-chat-user-status{color:#22c55e;align-items:center;gap:4px;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500;display:flex}.hp-chat-online-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;display:inline-block}.hp-chat-call-icon{color:#e8445a;cursor:pointer;width:18px;height:18px}.hp-chat-body{flex-direction:column;flex:1;gap:.6rem;padding:1rem 1.2rem;display:flex;overflow-y:auto}.hp-chat-bubble{color:#2a0a12;background:#ffffffd9;border-radius:16px 16px 16px 4px;max-width:85%;padding:.6rem .9rem;font-family:DM Sans,sans-serif;font-size:.8rem;line-height:1.45;position:relative;box-shadow:0 2px 6px #0000000a}.hp-chat-bubble.sent{color:#fff;background:linear-gradient(135deg,#ff758c 0%,#e8445a 100%);border-radius:16px 16px 4px;align-self:flex-end}.hp-chat-bubble-time{color:#999;text-align:right;margin-top:2px;font-size:.6rem}.hp-chat-bubble.sent .hp-chat-bubble-time{color:#ffffffb3}.hp-chat-heart-bubble{align-self:flex-end;padding:.3rem;font-size:2.2rem;line-height:1;animation:2s ease-in-out infinite hp-heartbeat}.hp-chat-voice{background:#ffffffd9;border-radius:16px;align-items:center;gap:8px;max-width:80%;padding:.5rem .8rem;display:flex;box-shadow:0 2px 6px #0000000a}.hp-chat-voice-play{color:#fff;background:linear-gradient(135deg,#ff6b80,#e8445a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.hp-chat-voice-play svg{width:12px;height:12px;margin-left:1px}.hp-chat-waveform{align-items:center;gap:2px;height:24px;display:flex}.hp-chat-waveform span{background:#e8445a;border-radius:4px;width:2.5px;animation:.8s ease-in-out infinite alternate hp-sound-wave;display:block}.hp-chat-voice-time{color:#999;flex-shrink:0;font-family:DM Sans,sans-serif;font-size:.65rem}.hp-slider-dots{justify-content:center;gap:8px;margin-top:1.5rem;display:flex}.hp-slider-dot{cursor:pointer;background:#e8445a26;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.hp-slider-dot.active{background:#e8445a;border-radius:100px;width:28px}.hp-slider-arrows{pointer-events:none;z-index:10;justify-content:space-between;padding:0 .5rem;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.hp-slider-arrow{-webkit-backdrop-filter:blur(8px);cursor:pointer;pointer-events:all;color:#2a0a12;background:#ffffffd9;border:1px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 16px #00000014}.hp-slider-arrow:hover{background:#fff;transform:scale(1.08);box-shadow:0 6px 20px #e8445a26}.hp-stats-row-dark{text-align:center;background:linear-gradient(135deg,#3d0f1a 0%,#1a0509 100%);border:1px solid #ff6b8040;border-radius:28px;grid-template-columns:repeat(4,1fr);gap:0;margin:2rem 0 6rem;padding:3rem 2rem;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 48px -12px #e8445a33,0 0 30px #ff6b8014}.hp-stats-row-dark:before{content:"";pointer-events:none;background:radial-gradient(at 20%,#e8445a14 0%,#0000 60%),radial-gradient(at 80%,#ff6b800f 0%,#0000 60%);position:absolute;inset:0}.hp-stat-box-dark{flex-direction:column;align-items:center;gap:.4rem;padding:0 1rem;transition:transform .3s;display:flex;position:relative}.hp-stat-box-dark:not(:last-child):after{content:"";background:linear-gradient(#0000,#ff6b804d,#0000);width:1px;height:70%;position:absolute;top:15%;right:0}.hp-stat-box-dark:hover{transform:scale(1.05)}.hp-stat-icon-dark{color:#ff6b80;background:#ff6b801a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.3rem;display:flex}.hp-stat-val-dark{color:#fff;font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;line-height:1.1}.hp-stat-lbl-dark{color:#ffcbd1cc;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500}.hp-cloche-container{flex-shrink:0;width:160px;height:200px;position:relative}.hp-cloche-base{background:linear-gradient(#d4a574 0%,#b8864e 50%,#c49a62 100%);border-radius:4px 4px 8px 8px;width:120px;height:16px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.hp-cloche-base:before{content:"";background:linear-gradient(90deg,#c49a62,#e0be8a,#c49a62);border-radius:3px;width:130px;height:6px;position:absolute;top:-4px;left:50%;transform:translate(-50%)}.hp-cloche-dome{-webkit-backdrop-filter:blur(4px);background:linear-gradient(135deg,#ffffff26 0%,#ffffff0d 100%);border:1.5px solid #ffffff40;border-radius:55px 55px 4px 4px;width:110px;height:150px;position:absolute;bottom:14px;left:50%;overflow:hidden;transform:translate(-50%)}.hp-cloche-dome:before{content:"";background:linear-gradient(#fff3,#0000);border-radius:50%;width:30%;height:50%;position:absolute;top:10%;left:15%;transform:rotate(-15deg)}.hp-cloche-heart{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.hp-cloche-heart svg{color:#ff4d6d;filter:drop-shadow(0 0 15px #ff4d6db3);width:48px;height:48px;animation:2s ease-in-out infinite hp-heartbeat}.hp-cloche-glow{z-index:1;background:radial-gradient(circle,#ff4d6d59 0%,#0000 70%);border-radius:50%;width:70px;height:70px;animation:2s ease-in-out infinite hp-heart-glow-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.hp-feat-img-grid{grid-template-columns:1fr 1fr;gap:6px;width:100%;height:100px;margin-bottom:.5rem;display:grid}.hp-feat-img-grid img{object-fit:cover;border-radius:8px;width:100%;height:100%}.hp-feat-audio-player{background:linear-gradient(135deg,#ffe6eb99,#ffd2dc66);border-radius:16px;align-items:center;gap:10px;width:100%;margin-bottom:.5rem;padding:.8rem 1rem;display:flex}.hp-feat-audio-play{color:#fff;background:linear-gradient(135deg,#ff6b80,#e8445a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 12px #e8445a4d}.hp-feat-audio-play svg{width:14px;height:14px;margin-left:1px}.hp-feat-audio-bars{flex:1;align-items:center;gap:2px;height:28px;display:flex}.hp-feat-audio-bars span{background:#e8445a;border-radius:4px;width:3px;animation:.8s ease-in-out infinite alternate hp-sound-wave;display:block}.hp-feat-audio-time{color:#6b3040;flex-shrink:0;font-family:DM Sans,sans-serif;font-size:.7rem}.hp-feat-audio-plus{color:#e8445a;background:#e8445a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.hp-feature-card:hover .hp-feat-audio-plus{color:#fff;background:#e8445a;transform:rotate(90deg)}.hp-feat-gift-3d{justify-content:center;align-items:center;width:100%;height:110px;margin-bottom:.5rem;display:flex;position:relative}.hp-feat-gift-3d-img{object-fit:contain;filter:drop-shadow(0 8px 20px #e8445a33);width:90px;height:90px;transition:transform .4s}.hp-feature-card:hover .hp-feat-gift-3d-img{transform:translateY(-6px)scale(1.05)}@media (max-width:1024px){.hp-hero-container{gap:2.5rem}.hp-story-card,.hp-story-card-premium{flex:0 0 calc(50% - .9rem)}.hp-steps-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.hp-steps-svg-line{display:none}.hp-banner-container{gap:2rem;padding:3.5rem 2.5rem}.hp-landscape-slide{grid-template-columns:1fr 1fr;min-height:380px}.hp-ls-chat{display:none}.hp-stats-row-dark{grid-template-columns:repeat(4,1fr)}}@media (max-width:820px){.hp-hero-container{text-align:center;grid-template-columns:1fr;gap:4rem}.hp-hero-sub{margin:0 auto}.hp-hero-actions,.hp-trust-row{justify-content:center}.hp-iphone-wrapper{margin-top:2rem}.hp-stats-row{grid-template-columns:repeat(2,1fr);gap:2.5rem}.hp-steps-grid{grid-template-columns:1fr;gap:2rem}.hp-banner-container{text-align:center;flex-direction:column;padding:3rem 2rem}.hp-banner-btn{justify-content:center;width:100%}.hp-landscape-slide{grid-template-columns:1fr;min-height:auto}.hp-ls-photo{border-radius:28px 28px 0 0;height:240px}.hp-ls-chat{display:none}.hp-stats-row-dark{grid-template-columns:repeat(2,1fr);gap:2.5rem}.hp-stat-box-dark:not(:last-child):after,.hp-cloche-container{display:none}}@media (max-width:580px){.hp-story-card,.hp-story-card-premium{flex:0 0 100%;min-width:280px}.hp-hero-actions{flex-direction:column;width:100%}.hp-btn-gradient,.hp-btn-outline{justify-content:center;width:100%}.hp-stats-row{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0}.hp-float-card-1{right:-20px}.hp-float-card-2{right:-30px}.hp-float-card-3{right:-25px}.hp-stats-row-dark{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0}.hp-memories-counter{display:none}}.cinematic-hero-wrapper{background:url("/landing_page_images/pink gradient background.png") 50%/cover no-repeat;align-items:center;width:100%;height:950px;margin-top:70px;display:flex;position:relative;overflow:hidden}.cinematic-hero-wrapper:after{content:"";pointer-events:none;z-index:8;background:linear-gradient(#0000,#fef4f6);width:100%;height:120px;position:absolute;bottom:0;left:0}.cinematic-hero-container{z-index:10;grid-template-columns:48% 52%;align-items:center;gap:0;width:100%;max-width:1440px;height:100%;margin:0 auto;padding:50px 40px 40px 96px;display:grid;position:relative}.depth-blob-tr{opacity:.14;mix-blend-mode:soft-light;filter:blur(60px);pointer-events:none;z-index:2;background:url("/landing_page_images/abstract shadow blobs.png") 50%/contain no-repeat;width:50%;height:70%;position:absolute;top:-20%;right:-5%}.depth-blob-bl{opacity:.14;mix-blend-mode:soft-light;filter:blur(60px);pointer-events:none;z-index:2;background:url("/landing_page_images/abstract shadow blobs.png") 50%/contain no-repeat;width:50%;height:70%;position:absolute;bottom:-20%;left:-10%}.glow-bokeh-overlay{opacity:.12;pointer-events:none;mix-blend-mode:screen;z-index:3;background:url("/landing_page_images/glow overlays + bokeh.png") 50%/cover no-repeat;position:absolute;inset:0}.floating-petals-overlay{opacity:.2;pointer-events:none;z-index:4;background:url("/landing_page_images/floating petals.png") 50%/cover no-repeat;animation:36s ease-in-out infinite slow-float-petals;position:absolute;inset:0}.floating-hearts-overlay{opacity:.14;filter:blur(1px);pointer-events:none;z-index:4;background:url("/landing_page_images/floating hearts.png") 50%/cover no-repeat;animation:30s ease-in-out infinite slow-float-hearts;position:absolute;inset:0}@keyframes slow-float-petals{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-14px)scale(1.015)}}@keyframes slow-float-hearts{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(12px)scale(.985)}}.hero-right-composition{width:100%;height:100%;position:relative;overflow:visible}.phone-centerpiece-container{z-index:5;width:365px;height:740px;animation:9s ease-in-out infinite phone-float-calm;position:absolute;top:90px;right:180px;overflow:visible}.phone-pedestal{z-index:3;pointer-events:none;-webkit-backdrop-filter:blur(12px);background:#ffffff1f;border:1.5px solid #ffffff73;border-radius:50%;width:460px;height:120px;position:absolute;bottom:-40px;left:50%;transform:translate(-50%);box-shadow:0 0 60px #ff5c8a47,inset 0 0 25px #ffffff40}.phone-pedestal:before{content:"";filter:blur(16px);background:#28050f73;border-radius:50%;width:70%;height:40%;position:absolute;top:30%;left:15%}.phone-pedestal:after{content:"";filter:blur(4px);background:radial-gradient(#fff3 0%,#0000 75%);width:240px;height:40px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.phone-img-hover{z-index:5;cursor:pointer;transform-origin:bottom;filter:drop-shadow(0 28px 56px #c83c6433);width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1);position:relative;transform:rotate(-4deg)}.phone-img-hover:hover{transform:scale(1.03)translateY(-4px)rotate(-4deg)}@keyframes phone-float-calm{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.polaroid-p2{z-index:4;pointer-events:none;filter:drop-shadow(0 10px 24px #0000001a);opacity:.95;width:208px;height:260px;position:absolute;top:-30px;left:-140px;transform:rotate(-10deg)}.polaroid-p1{z-index:6;pointer-events:none;filter:drop-shadow(0 12px 28px #0000001f);opacity:1;width:192px;height:240px;position:absolute;bottom:80px;left:-130px;transform:rotate(6deg)}.polaroid-p3{z-index:4;pointer-events:none;filter:drop-shadow(0 8px 18px #00000014)blur(.2px);opacity:.9;width:208px;height:260px;position:absolute;top:230px;right:-140px;transform:rotate(5deg)}.notif-card-wrapper-1{z-index:10;pointer-events:none;filter:drop-shadow(0 10px 30px #00000012);width:440px;animation:7s ease-in-out infinite calm-float-notif-1;position:absolute;top:-20px;right:-280px}.notif-card-wrapper-2{z-index:10;pointer-events:none;filter:drop-shadow(0 10px 30px #00000012);width:440px;animation:8.5s ease-in-out infinite calm-float-notif-2;position:absolute;top:130px;right:-320px}.notif-card-wrapper-3{z-index:10;pointer-events:none;filter:drop-shadow(0 10px 30px #00000012);width:440px;animation:8s ease-in-out infinite calm-float-notif-3;position:absolute;top:280px;right:-290px}.hp-memories-counter{z-index:10;filter:drop-shadow(0 14px 36px #00000017);justify-content:center;align-items:center;width:400px;height:130px;animation:8s ease-in-out infinite calm-float-notif-2;display:flex;position:absolute;top:420px;right:-300px}@keyframes calm-float-notif-1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes calm-float-notif-2{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@keyframes calm-float-notif-3{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.hero-lux-content{z-index:10;text-align:left;flex-direction:column;gap:1.2rem;max-width:560px;margin-top:-30px;display:flex;position:relative}.hero-lux-title{color:#1e0810;letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:92px;font-weight:800;line-height:.98}.hero-lux-title em{background:linear-gradient(135deg,#ff4d80 0%,#e8253e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.05em;font-style:italic;font-weight:600;display:inline-block}.hero-lux-desc{color:#6b3040;opacity:.88;max-width:520px;margin-top:28px;font-family:DM Sans,sans-serif;font-size:32px;line-height:1.6}.hp-hero-actions{align-items:center;gap:24px;margin-top:40px;display:flex}.cta-btn-primary{letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,#ff5c8a 0%,#ff2d60 100%);border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:300px;height:78px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;box-shadow:0 12px 28px #ff2d6059;color:#fff!important}.cta-btn-primary:hover{transform:translateY(-3px)scale(1.01);box-shadow:0 15px 30px #ff3f7573,0 0 15px #ff5c8a33}.cta-btn-secondary{-webkit-backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff40;border-radius:100px;justify-content:center;align-items:center;gap:6px;width:220px;height:78px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;color:#c0293e!important}.cta-btn-secondary:hover{background:#ffffff1f;border-color:#ff3f7573;transform:translateY(-2px)}@media (max-width:991px){.cinematic-hero-wrapper{height:auto;min-height:auto;padding-top:50px;padding-bottom:80px}.cinematic-hero-container{text-align:center;grid-template-columns:1fr;gap:4rem;padding:40px 20px}.hero-lux-content{text-align:center;align-items:center;margin-top:0}.hero-lux-title{font-size:clamp(2.8rem,8vw,4rem);line-height:1.1}.hero-lux-desc{max-width:100%;margin-top:1.5rem;font-size:1.5rem}.hp-hero-actions{flex-direction:column;gap:1rem;width:100%}.cta-btn-primary,.cta-btn-secondary{justify-content:center;width:100%;max-width:340px;height:64px}.depth-blob-tr,.depth-blob-bl,.floating-petals-overlay,.floating-hearts-overlay,.glow-bokeh-overlay{display:none!important}.hero-right-composition{justify-content:center;min-height:auto;padding-left:0}.polaroid-p1,.polaroid-p2,.polaroid-p3,.notif-card-wrapper-1,.notif-card-wrapper-2,.notif-card-wrapper-3,.hp-memories-counter{display:none!important}.phone-centerpiece-container{width:260px;height:auto;margin:0 auto;animation:none;position:relative;top:auto;right:auto}.phone-pedestal{display:none!important}}.lb-section-header{text-align:center;margin-bottom:2.8rem}.lb-section-eyebrow{color:var(--rose);letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600}.lb-section-title{color:var(--text-dark);font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;line-height:1.2}.lb-section-title em{color:var(--rose);font-style:italic;font-weight:400}.lb-section-desc{color:var(--text-mid);font-family:DM Sans,sans-serif;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.lb-container{width:min(1440px,100% - 80px);margin-inline:auto}@media (max-width:768px){.lb-container{width:calc(100% - 32px)}}.hero-v2-old-old-section{background:#fffdfd;justify-content:center;align-items:center;width:100%;height:auto;min-height:680px;padding-top:72px;padding-bottom:48px;display:flex;position:relative;overflow:hidden}.hero-v2-old-old-bg-image{z-index:0;object-fit:cover;opacity:.85;pointer-events:none;position:absolute;inset:0}.hero-v2-old-old-bg{z-index:0;pointer-events:none;background:radial-gradient(at top,#fff5f773 0%,#ffffff26 80%);position:absolute;inset:0}.hero-v2-old-old-soft-radial-glow{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#ff6b801a 0%,#0000 60%);width:60%;height:70%;position:absolute;top:-20%;left:20%}.hero-v2-old-old-inner{z-index:5;grid-template-columns:.42fr .58fr;align-items:center;gap:2rem;width:min(1440px,100% - 80px);max-width:100%;margin:0 auto;padding:0;display:grid;position:relative;overflow:visible}.hero-v2-old-old-copy{text-align:left;z-index:30;flex-direction:column;gap:1rem;max-width:560px;display:flex;position:relative;overflow:visible}.hero-v2-old-old-eyebrow-container{background:#e8445a0d;border:1px solid #e8445a1f;border-radius:100px;align-items:center;gap:8px;width:fit-content;margin-top:-48px;padding:.5rem 1.2rem;display:flex}.hero-v2-old-old-eyebrow-heart{font-size:.95rem;animation:2s ease-in-out infinite heartbeat}.hero-v2-old-old-eyebrow{color:var(--rose-dark);letter-spacing:.08em;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600}.hero-v2-old-old-title{letter-spacing:-.02em;flex-direction:column;gap:.15rem;font-family:Playfair Display,serif;font-size:clamp(60px,3vw,99px);font-weight:800;line-height:.95;display:flex;color:#1e0810!important}.hero-v2-old-old-title em{color:var(--rose);font-style:italic;font-weight:400}.hero-v2-old-old-title-heart{color:var(--rose-light);font-weight:300;display:inline-block}.hero-v2-old-old-subtitle{max-width:480px;font-family:DM Sans,sans-serif;font-size:clamp(1.05rem,2.2vw,1.22rem);line-height:1.68;color:#4a2830!important}.hero-v2-old-old-actions{z-index:40;align-items:center;gap:18px;margin-top:28px;display:flex;position:relative;overflow:visible}.hero-v2-old-old-primary{background:linear-gradient(135deg,var(--rose-light)0%,var(--rose)50%,var(--rose-dark)100%);cursor:pointer;z-index:45;white-space:nowrap;border:none;border-radius:100px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:1.1rem 2.4rem;font-size:1.02rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.15);display:inline-flex;position:relative;box-shadow:0 10px 24px #e8445a47;color:#fff!important}.hero-v2-old-old-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 14px 30px #e8445a66}.hero-v2-old-old-btn-icon{font-size:1.1rem;animation:2s ease-in-out infinite heartbeat}.hero-v2-old-old-secondary{-webkit-backdrop-filter:blur(8px);cursor:pointer;z-index:45;white-space:nowrap;background:#ffffffb3;border:1.5px solid #e8445a2e;border-radius:100px;justify-content:center;align-items:center;gap:8px;min-height:52px;padding:1.05rem 2.2rem;font-size:.98rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;position:relative;color:var(--rose-dark)!important}.hero-v2-old-old-secondary:hover{border-color:var(--rose);background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #e8445a0f}.hero-v2-old-old-btn-play-icon{font-size:.75rem}.hero-v2-old-old-trust{z-index:40;opacity:1;visibility:visible;flex-wrap:wrap;align-items:center;gap:24px;margin-top:24px;display:flex;position:relative;overflow:visible}.hero-v2-old-old-trust-item{color:var(--text-mid);align-items:center;gap:6px;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:600;display:flex}.hero-v2-old-old-trust-icon{font-size:.95rem}.hero-v2-old-old-country-pill{color:var(--text-mid);background:#e8445a0a;border:1px solid #e8445a14;border-radius:100px;width:fit-content;padding:.35rem .9rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:600}.hero-v2-old-old-year-pill{display:none}.hero-v2-old-old-stage{z-index:3;pointer-events:none;width:820px;min-width:0;height:600px;position:relative}.hero-v2-old-old-stage-glow{filter:blur(50px);z-index:1;pointer-events:none;background:radial-gradient(circle,#ffb6c180 0%,#0000 70%);width:560px;height:560px;animation:30s linear infinite rotateSlowly;position:absolute;top:25px;left:215px}.hero-v2-old-old-pedestal{z-index:1;pointer-events:none;flex-direction:column;align-items:center;width:390px;height:105px;display:flex;position:absolute;top:410px;left:275px}.lb-pedestal-top{z-index:2;background:linear-gradient(135deg,#fff2f5 0%,#ffd1dc 100%);border:1.5px solid #e8445a38;border-radius:50%;width:390px;height:55px;position:relative;box-shadow:inset 0 2px 5px #fffc,0 3px 6px #00000008}.lb-pedestal-body{z-index:1;background:linear-gradient(90deg,#e8a9b8 0%,#ffc0cd 20%,#ffd9e2 50%,#ffc0cd 80%,#d48e9d 100%);border:1px solid #e8445a29;border-top:none;border-bottom-right-radius:20px 10px;border-bottom-left-radius:20px 10px;width:380px;height:50px;margin-top:-27px;box-shadow:0 8px 16px #65122a14}.lb-pedestal-shadow{z-index:0;background:radial-gradient(#65122a33 0%,#0000 70%);width:430px;height:35px;position:absolute;bottom:-18px}.lb-pedestal-rose{z-index:8;filter:drop-shadow(0 4px 8px #00000026);pointer-events:none;font-size:2.8rem;animation:6s ease-in-out infinite rose-float;position:absolute;top:420px;left:200px}@keyframes rose-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-4px)rotate(5deg)}}.hero-v2-old-old-phone{z-index:4;pointer-events:none;width:auto;height:440px;position:absolute;top:85px;left:350px}.lb-phone-glow{z-index:-1;filter:blur(15px);background:radial-gradient(circle,#ff4d6d47 0%,#0000 65%);border-radius:40px;position:absolute;inset:15px}.lb-phone-img{object-fit:contain;filter:drop-shadow(0 30px 60px #2a0a1233);width:auto;height:100%}.hero-v2-old-old-polaroid{z-index:2;filter:drop-shadow(0 15px 30px #2a0a121f);pointer-events:none;position:absolute}.hero-v2-old-old-polaroid img{border-radius:12px;display:block}.hero-v2-old-old-polaroid-upper{width:190px;top:105px;left:120px;transform:rotate(-9deg)}.hero-v2-old-old-polaroid-lower{width:215px;top:360px;left:80px;transform:rotate(-8deg)}.hero-v2-old-old-polaroid-right{width:285px;top:235px;left:560px;transform:rotate(7deg)}.hero-v2-old-old-notifications{z-index:5;pointer-events:none;filter:drop-shadow(0 20px 40px #65122a24);width:350px;height:auto;position:absolute;top:70px;left:610px}.lb-notifications-img{object-fit:contain;width:100%;height:auto}.hero-v2-old-old-memory-card{z-index:6;pointer-events:none;background:#fff;border:1.5px solid #e8445a26;border-radius:22px;flex-direction:column;align-items:center;gap:.4rem;width:235px;height:335px;padding:2.2rem 1.5rem 1.5rem;display:flex;position:absolute;top:240px;left:675px;transform:rotate(3deg);box-shadow:0 18px 45px #65122a1f}.lb-memory-badge-number{color:#e8445a;letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:2.6rem;font-weight:900;line-height:1}.lb-memory-badge-text{color:#4a2830;text-transform:uppercase;letter-spacing:.04em;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:700;line-height:1.3}.lb-memory-badge-avatars{justify-content:center;width:130px;height:auto;margin:.6rem 0 .4rem;display:flex}.lb-memory-badge-avatars-img{object-fit:contain;width:100%;height:auto}.lb-memory-badge-heart{background:linear-gradient(135deg,#ffebee,#ffd1dc);border:1px solid #e8445a26;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-top:.3rem;display:flex}.lb-memory-badge-heart-icon{color:#e8445a;font-size:1rem;animation:2.2s ease-in-out infinite heartbeat}.lb-features-old-section{background:#fffbfb;padding:82px 0 92px;position:relative;overflow:hidden}.lb-features-old-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ff6f880d,#0000 70%);width:40%;height:60%;position:absolute;top:15%;left:-10%}.lb-features-old-section:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ff6f880a,#0000 70%);width:45%;height:60%;position:absolute;bottom:10%;right:-10%}.lb-features-old-container{z-index:1;width:min(1440px,100% - 84px);margin:0 auto;position:relative}.lb-section-header{margin-bottom:64px}.lb-section-eyebrow{color:#c81948;letter-spacing:.22em;text-transform:uppercase;background:#ffffffbf;border:1px solid #ff63841f;border-radius:999px;margin-bottom:14px;padding:6px 16px;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:800;display:inline-block;box-shadow:0 8px 24px #ff63840a}.lb-section-title{color:#250712;letter-spacing:-.02em;margin:0 0 16px;font-family:Playfair Display,serif;font-size:clamp(38px,4.4vw,56px);font-weight:800;line-height:1.12}.lb-section-title-italic{color:#f13f75;font-style:italic;font-weight:600}.lb-section-subtitle{color:#653043;max-width:620px;margin:0 auto;font-family:DM Sans,sans-serif;font-size:clamp(16px,1.15vw,19px);line-height:1.62}.lb-features-old-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.lb-feature-old-card{text-align:center;-webkit-backdrop-filter:blur(20px);background:#ffffffd1;border:1px solid #e8445a1f;border-radius:30px;flex-direction:column;align-items:center;height:420px;padding:24px 20px 32px;transition:transform .35s cubic-bezier(.165,.84,.44,1),box-shadow .35s cubic-bezier(.165,.84,.44,1),border-color .35s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #81162d14}.lb-feature-old-card:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(90deg,#fff0 0%,#ffffff4d 50%,#fff0 100%);width:50%;height:100%;transition:all .75s;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.lb-feature-old-card-badge{color:#e8445a;letter-spacing:.05em;z-index:3;background:#e8445a14;border-radius:99px;padding:3px 10px;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:800;position:absolute;top:20px;right:20px}.lb-feature-old-visual{background:radial-gradient(circle,#ff6f881f 0%,#0000 62%);border-radius:24px;justify-content:center;align-items:center;width:100%;height:210px;display:flex;position:relative;overflow:visible}.lb-feature-old-img{object-fit:contain;max-width:82%;transition:transform .4s cubic-bezier(.165,.84,.44,1);height:auto!important}.lb-feature-old-info{flex-direction:column;flex:1;align-items:center;margin-top:14px;display:flex}.lb-feature-old-title{color:#250712;margin-bottom:10px;font-family:Playfair Display,serif;font-size:clamp(23px,1.8vw,26px);font-weight:700}.lb-feature-old-desc{color:#653043;max-width:240px;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.55}.lb-feature-old-card-line{opacity:0;background:linear-gradient(90deg,#0000,#f13f75,#0000);height:3px;transition:opacity .35s,transform .35s;position:absolute;bottom:0;left:10%;right:10%;transform:scaleX(.4)}.lb-feature-old-card:hover{border-color:#e8445a47;transform:translateY(-8px);box-shadow:0 32px 80px #81162d21}.lb-feature-old-card:hover:before{left:150%}.lb-feature-old-card:hover .lb-feature-old-img{transform:scale(1.04)}.lb-feature-old-card:hover .lb-feature-old-card-line{opacity:1;transform:scaleX(1)}@media (max-width:1024px){.lb-features-old-container{width:min(100% - 48px,900px)}}.lb-stories-section{background:radial-gradient(circle,#fff5f773 0%,#ffffff0d 80%);padding-top:56px;padding-bottom:56px}.lb-slider-container{width:100%}.lb-story-panel{grid-template-columns:.33fr .34fr .33fr;align-items:center;gap:24px;display:grid;overflow:hidden}.lb-story-photo-zone{width:100%}.lb-story-photo-wrap{filter:drop-shadow(0 10px 24px #2a0a120f);border-radius:22px;width:100%;height:360px;position:relative;overflow:hidden}.lb-story-img{object-fit:cover;transition:transform .6s}.lb-story-photo-wrap:hover .lb-story-img{transform:scale(1.05)}.lb-story-photo-overlay{background:linear-gradient(#0000 40%,#2a0a124d 100%);position:absolute;inset:0}.lb-story-play-btn{background:var(--rose);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex;position:absolute;bottom:20px;left:20px;box-shadow:0 4px 12px #e8445a59}.lb-story-play-btn:hover{background:var(--rose-dark);transform:scale(1.1)}.lb-story-play-icon{color:#fff;margin-left:2px;font-size:.85rem}.lb-story-details-zone{text-align:left;background:#fff;border:1.5px solid #e8445a1f;border-radius:22px;flex-direction:column;justify-content:center;gap:1.2rem;height:360px;padding:3rem;display:flex;box-shadow:0 15px 45px #e8445a0d}.lb-story-quote-mark{color:var(--rose-light);opacity:.5;margin-top:1rem;font-family:Playfair Display,serif;font-size:4rem;line-height:.5;display:block}.lb-story-quote-text{color:var(--text-dark);font-family:Playfair Display,serif;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:700;line-height:1.3}.lb-story-body-text{color:var(--text-mid);font-family:DM Sans,sans-serif;font-size:.95rem;line-height:1.65}.lb-story-author{align-items:center;gap:12px;margin-top:.8rem;display:flex}.lb-story-author-avatar-wrap{border:2px solid var(--rose-light);border-radius:50%;width:44px;height:44px;position:relative;overflow:hidden}.lb-story-author-avatar{object-fit:cover}.lb-story-author-info{flex-direction:column;gap:2px;display:flex}.lb-story-author-name{color:var(--text-dark);font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:700}.lb-story-author-tag{color:var(--rose-dark);background:#e8445a0d;border:1px solid #e8445a1a;border-radius:100px;width:fit-content;padding:.15rem .5rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:600}.lb-story-chat-zone{width:100%}.lb-chat-mockup{background:#fffcfd;border:1.5px solid #e8445a1f;border-radius:22px;flex-direction:column;width:100%;max-width:440px;height:360px;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 45px #e8445a0d}.lb-chat-header{background:#fff;border-bottom:1px solid #e8445a14;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.lb-chat-header-left{align-items:center;gap:8px;display:flex}.lb-chat-avatar{object-fit:cover;border-radius:50%}.lb-chat-user-info{flex-direction:column;display:flex}.lb-chat-user-name{color:var(--text-dark);font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:700}.lb-chat-status{color:#4caf50;align-items:center;gap:4px;font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:500;display:flex}.lb-chat-online-dot{background:#4caf50;border-radius:50%;width:6px;height:6px;display:inline-block}.lb-chat-header-actions{color:var(--text-mid);align-items:center;gap:12px;display:flex}.lb-chat-header-icon{opacity:.7;width:15px;height:15px}.lb-chat-header-menu{opacity:.7;font-size:.95rem}.lb-chat-messages{flex-direction:column;flex:1;gap:.95rem;padding:1rem .85rem;display:flex;overflow-y:auto}.lb-chat-bubble-container{width:100%;display:flex}.lb-chat-bubble-container.received{justify-content:flex-start}.lb-chat-bubble-container.sent{justify-content:flex-end}.lb-chat-bubble{border-radius:16px;max-width:82%;padding:.6rem .85rem;position:relative;box-shadow:0 2px 8px #00000005}.lb-chat-bubble-container.received .lb-chat-bubble{color:var(--text-dark);background:#fff;border:1px solid #e8445a0f;border-top-left-radius:4px}.lb-chat-bubble-container.sent .lb-chat-bubble{background:linear-gradient(135deg,var(--rose-light)0%,var(--rose)100%);color:#fff;border-top-right-radius:4px}.lb-chat-bubble-text{font-family:DM Sans,sans-serif;font-size:.75rem;line-height:1.4}.lb-chat-bubble-time{text-align:right;opacity:.7;margin-top:3px;font-family:DM Sans,sans-serif;font-size:.58rem;display:block}.lb-chat-checkmarks{color:#ffebee;font-size:.65rem}.lb-chat-voice-note{background:#fff;border:1px solid #e8445a14;border-radius:4px 16px 16px;align-items:center;gap:8px;width:85%;padding:.5rem .8rem;display:flex;box-shadow:0 2px 8px #00000005}.lb-chat-voice-play{width:26px;height:26px;color:var(--rose);cursor:pointer;background:#e8445a14;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.6rem;display:flex}.lb-chat-voice-play span{margin-left:1px}.lb-chat-voice-waveform{flex:1;align-items:center;gap:2.5px;height:24px;display:flex}.lb-chat-voice-waveform span{background:#e8445a38;border-radius:10px;width:2.5px;min-height:4px;display:inline-block}.lb-chat-voice-waveform span:nth-child(2n){background:var(--rose-light)}.lb-chat-voice-time{color:var(--text-mid);font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:500}.lb-chat-heart-emoji{font-size:1.1rem;animation:2.2s ease-in-out infinite heartbeat;position:absolute;bottom:12px;right:12px}.lb-slider-nav{justify-content:center;align-items:center;gap:2rem;margin-top:28px;display:flex}.lb-slider-arrow{width:44px;height:44px;color:var(--rose);cursor:pointer;background:#fff;border:1px solid #e8445a1f;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .25s;display:flex;box-shadow:0 4px 12px #e8445a08}.lb-slider-arrow:hover{background:var(--rose);color:#fff;border-color:var(--rose);transform:translateY(-2px);box-shadow:0 6px 16px #e8445a26}.lb-slider-dots{align-items:center;gap:8px;display:flex}.lb-slider-dot{cursor:pointer;background:#e8445a33;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.lb-slider-dot.active{background:var(--rose);border-radius:10px;width:22px}.lb-stats-section{background:#fffdfd;margin-top:1rem;margin-bottom:1rem;padding:0}.lb-stats-gradient-bar{border-radius:28px;align-items:center;height:150px;padding:0 3rem;display:flex;box-shadow:0 15px 40px #630b1c29;background:linear-gradient(135deg,#a71d31 0%,#630b1c 100%)!important}.lb-stats-grid{grid-template-columns:repeat(4,1fr);align-items:center;gap:2rem;width:100%;display:grid}.lb-stat-box{border-right:1px solid #ffffff1f;justify-content:center;align-items:center;gap:16px;padding:0 1rem;display:flex}.lb-stat-box:last-child{border-right:none}.lb-stat-icon-wrapper{background:#ffffff14;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;color:#ff8a9a!important}.lb-stat-icon-wrapper svg{width:24px;height:24px}.lb-stat-info{text-align:left;flex-direction:column;gap:2px;display:flex}.lb-stat-value{font-family:Playfair Display,serif;font-size:clamp(42px,3.5vw,50px);font-weight:700;line-height:1.1;color:#fff!important}.lb-stat-label{font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;color:#ffffffd1!important}.lb-steps-section{background:radial-gradient(circle,#fff5f780 0%,#ffffff1a 80%);padding-top:52px;padding-bottom:56px}.lb-steps-grid-wrapper{width:100%;position:relative}.lb-steps-svg-line{z-index:1;pointer-events:none;width:100%;height:80px;position:absolute;top:50px;left:0}.lb-steps-svg-path{stroke-dasharray:6 6;animation:30s linear infinite dashOffset;stroke:#e8445a38!important}@keyframes dashOffset{to{stroke-dashoffset:-1000px}}.lb-steps-grid{z-index:5;grid-template-columns:repeat(3,1fr);gap:28px;display:grid;position:relative}.lb-step-card{border:1px solid var(--card-border);text-align:left;background:#fff;border-radius:24px;flex-direction:row;align-items:center;gap:1.8rem;height:210px;min-height:200px;padding:1.8rem 2rem;transition:all .35s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;box-shadow:0 8px 30px #e8445a08}.lb-step-num{background:linear-gradient(135deg,var(--rose-light)0%,var(--rose)100%);color:#fff;border-radius:100px;padding:.3rem .8rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;position:absolute;top:15px;right:20px;box-shadow:0 4px 10px #e8445a38}.lb-step-graphic-container{flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.lb-step-img{object-fit:contain;filter:drop-shadow(0 8px 18px #e8445a14);width:100%!important;height:100%!important}.lb-step-info{flex-direction:column;gap:.4rem;display:flex}.lb-step-card-title{color:var(--text-dark);font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700}.lb-step-card-desc{color:var(--text-mid);font-family:DM Sans,sans-serif;font-size:.92rem;line-height:1.5}.lb-final-cta-section{background:#fffdfd;padding-top:44px;padding-bottom:56px}.lb-final-cta-gradient-bar{z-index:10;border-radius:32px;grid-template-columns:.25fr .45fr .3fr;align-items:center;gap:2rem;height:260px;padding:0 4rem;display:grid;position:relative;overflow:hidden;box-shadow:0 15px 45px #630b1c2e;background:linear-gradient(135deg,#a71d31 0%,#630b1c 100%)!important}.lb-cta-glow-sphere{filter:blur(50px);z-index:1;pointer-events:none;background:radial-gradient(circle,#ffffff14 0%,#0000 60%);width:80%;height:200%;position:absolute;top:-50%;left:-20%}.lb-final-cta-image-wrap{z-index:10;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:220px;display:flex;position:relative}.lb-final-cta-image{object-fit:contain;filter:drop-shadow(0 15px 25px #00000040);width:auto;height:210px}.lb-final-cta-body-wrap{text-align:left;z-index:10;flex-direction:column;gap:.6rem;display:flex}.lb-final-cta-title{font-family:Playfair Display,serif;font-size:clamp(32px,3.8vw,44px);font-weight:700;line-height:1.25;color:#fff!important}.lb-final-cta-desc{max-width:580px;font-family:DM Sans,sans-serif;font-size:1.05rem;line-height:1.6;color:#ffffffd9!important}.lb-final-cta-actions-wrap{z-index:10;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.lb-final-cta-btn{white-space:nowrap;border-radius:100px;justify-content:center;align-items:center;gap:8px;height:58px;padding:0 40px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.165,.84,.44,1);display:inline-flex;box-shadow:0 8px 24px #00000026;color:#9e1b2f!important;background:#fff!important}.lb-final-cta-btn-icon{font-weight:800;transition:transform .25s}.lb-final-cta-reassurance{text-align:center;margin-top:4px;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;color:#ffffffb8!important}.lb-footer-grid{grid-template-columns:1.3fr repeat(3,.9fr);gap:3.5rem;display:grid}.lb-col-brand{text-align:left;flex-direction:column;gap:1.2rem;display:flex}.lb-footer-logo{align-items:center;gap:8px;text-decoration:none;display:flex}.lb-footer-logo-heart{animation:2.5s ease-in-out infinite heartbeat}.lb-footer-logo-text{color:var(--rose-dark);font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.lb-footer-logo-text em{color:var(--rose);font-style:italic;font-weight:400}.lb-footer-tagline{color:var(--text-mid);max-width:280px;font-family:DM Sans,sans-serif;font-size:.88rem;line-height:1.6}.lb-footer-socials{align-items:center;gap:10px;display:flex}.lb-footer-social{width:34px;height:34px;color:var(--text-mid);background:#e8445a0a;border:1px solid #e8445a14;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .25s;display:flex}.lb-footer-social:hover{background:var(--rose);color:#fff;border-color:var(--rose);transform:translateY(-2px)}.lb-footer-col-title{color:var(--text-dark);text-align:left;margin-bottom:1.2rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700}.lb-footer-links{text-align:left;flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.lb-footer-links a{font-family:DM Sans,sans-serif;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block;color:#6b3040!important}.lb-footer-links a:hover{transform:translate(3px);color:var(--rose)!important}.lb-footer-link-highlight{align-items:center;gap:6px;display:inline-flex}.lb-footer-badge{background:var(--rose);color:#fff;text-transform:uppercase;border-radius:100px;padding:1px 5px;font-size:.58rem;font-weight:700}.lb-footer-divider{background:#e8445a14;width:100%;height:1px}.lb-footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.lb-footer-copy{color:var(--text-mid);font-family:DM Sans,sans-serif;font-size:.8rem}.lb-footer-made{color:var(--text-mid);align-items:center;gap:4px;font-family:DM Sans,sans-serif;font-size:.8rem;display:flex}.lb-footer-heart-symbol{color:var(--rose);font-size:1rem;animation:2.2s ease-in-out infinite heartbeat;display:inline-block}@media (max-width:1024px){.hero-v2-old-old-section{height:auto;max-height:none;padding-top:100px;padding-bottom:60px}.hero-v2-old-old-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-v2-old-old-copy{text-align:center;align-items:center}.hero-v2-old-old-subtitle{margin:0 auto}.hero-v2-old-old-actions,.hero-v2-old-old-trust{justify-content:center}.hero-v2-old-old-year-pill{display:none}.hero-v2-old-old-stage{width:100%;max-width:520px;height:560px;margin:0 auto;display:block}.hero-v2-old-old-pedestal{width:240px;top:auto;bottom:10px;left:50%;transform:translate(-50%)}.lb-pedestal-top{width:240px;height:34px}.lb-pedestal-body{width:230px;height:38px;margin-top:-18px}.lb-pedestal-shadow{width:280px;height:24px;bottom:-10px}.hero-v2-old-old-phone{width:auto;height:480px;top:auto;bottom:30px;left:50%;transform:translate(-50%)}.hero-v2-old-old-polaroid-upper{top:60px;left:0;transform:rotate(-10deg)scale(.8)}.hero-v2-old-old-polaroid-lower{top:auto;bottom:90px;left:-15px;transform:rotate(-2deg)scale(.78)}.hero-v2-old-old-polaroid-right{inset:auto -10px 80px auto;transform:rotate(9deg)scale(.82)}.hero-v2-old-old-notifications{width:210px;top:20px;left:auto;right:-10px}.hero-v2-old-old-memory-card{width:150px;height:auto;min-height:auto;padding:1rem .6rem .6rem;inset:auto -25px 120px auto;transform:rotate(3deg)scale(.85)}.lb-memory-badge-number{font-size:1.45rem}.lb-memory-badge-avatars{width:85px}.lb-pedestal-rose{font-size:1.8rem;top:auto;bottom:40px;left:25%}.lb-features-old-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.lb-story-panel{grid-template-columns:1fr;gap:2.5rem;padding:2.2rem}.lb-story-photo-wrap{height:320px}.lb-story-chat-zone{max-width:380px;margin:0 auto}.lb-stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.lb-stat-box{border-right:none}.lb-steps-grid{grid-template-columns:1fr;gap:2.5rem}.lb-step-card{text-align:center;flex-direction:column;height:auto;min-height:auto;padding:2.5rem 2rem}.lb-step-num{top:-15px;left:50%;right:auto;transform:translate(-50%)}.lb-steps-svg-line{display:none}.lb-final-cta-gradient-bar{text-align:center;grid-template-columns:1fr;gap:2rem;height:auto;padding:3rem 2rem}.lb-final-cta-image-wrap{width:140px;height:140px;margin:0 auto}.lb-final-cta-body-wrap{text-align:center;align-items:center}.lb-final-cta-actions-wrap{align-items:center}.lb-final-cta-btn{margin:0 auto}.lb-footer-grid{grid-template-columns:1fr repeat(3,1fr);gap:2.5rem}}@media (max-width:768px){.lb-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.lb-col-brand{grid-column:span 2;margin-bottom:1rem}.lb-footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}@media (max-width:640px){.lb-features-old-grid{grid-template-columns:1fr}.lb-stats-grid{grid-template-columns:1fr;gap:1.5rem}.lb-stat-box{justify-content:flex-start;padding-left:2rem}.hero-v2-old-old-polaroid-right,.hero-v2-old-old-memory-card{display:none!important}}@media (max-width:480px){.hero-v2-old-old-actions{flex-direction:column;width:100%}.hero-v2-old-old-primary,.hero-v2-old-old-secondary{justify-content:center;width:100%}.hero-v2-old-old-stage{width:100%;max-width:360px;height:480px;margin:0 auto;display:block}.hero-v2-old-old-pedestal{width:180px;top:auto;bottom:5px;left:50%;transform:translate(-50%)}.lb-pedestal-top{width:180px;height:28px}.lb-pedestal-body{width:172px;height:30px;margin-top:-15px}.lb-pedestal-shadow{width:210px;height:18px;bottom:-5px}.hero-v2-old-old-phone{width:auto;height:384px;top:auto;bottom:20px;left:50%;transform:translate(-50%)}.hero-v2-old-old-polaroid-upper{top:40px;left:-10px;transform:rotate(-10deg)scale(.68)}.hero-v2-old-old-polaroid-lower{top:auto;bottom:60px;left:-20px;transform:rotate(-2deg)scale(.65)}.hero-v2-old-old-polaroid-right{inset:auto -20px 50px auto;transform:rotate(9deg)scale(.7)}.hero-v2-old-old-notifications{width:160px;top:10px;left:auto;right:-15px}.hero-v2-old-old-memory-card{width:120px;height:auto;min-height:auto;padding:.8rem .4rem .4rem;inset:auto -20px 80px auto;transform:rotate(3deg)scale(.75)}.lb-memory-badge-number{font-size:1.2rem}.lb-memory-badge-avatars{width:70px}.lb-pedestal-rose{font-size:1.4rem;top:auto;bottom:30px;left:20%}.lb-footer-grid{grid-template-columns:1fr;gap:2rem}.lb-col-brand{grid-column:span 1}}.hero-v2-section{isolation:isolate;background:radial-gradient(circle at 10% 20%,#fff0f3e6 0%,#0000 40%),radial-gradient(circle at 90% 10%,#ffbac940 0%,#0000 50%),radial-gradient(circle at 50% 80%,#ffebee99 0%,#0000 60%),linear-gradient(135deg,#fffcfb 0%,#fff5f7 42%,#ffeef2 100%);min-height:calc(100vh - 70px);margin-top:70px;padding:54px 0 44px;position:relative;overflow:hidden}.hero-v2-section:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(#fff5f700,#fff 90%);height:120px;position:absolute;bottom:0;left:0;right:0}.hero-v2-inner{z-index:5;grid-template-columns:.48fr .52fr;align-items:center;gap:44px;width:min(1440px,100% - 84px);margin:0 auto;display:grid;position:relative}.hero-v2-copy{z-index:10;max-width:625px;position:relative}.hero-v2-eyebrow{color:#bd2444;-webkit-backdrop-filter:blur(10px);letter-spacing:.16em;background:#ffffffa6;border:1px solid #ff638426;border-radius:999px;align-items:center;margin-bottom:24px;padding:6px 16px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:700;line-height:1.3;display:inline-flex;box-shadow:0 8px 24px #ff63840d}.hero-v2-title{color:#250712;letter-spacing:-.055em;margin:0 0 16px;font-family:Playfair Display,serif;font-size:clamp(57px,5.4vw,84px);font-weight:800;line-height:1.02}.hero-v2-title-line{display:block}.hero-v2-title-accent{color:#f13f75;font-style:italic;font-weight:600}.moments-line{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:18px;display:inline-flex}.hero-love-mark{color:#e8445a;flex:none;align-items:center;width:132px;height:62px;margin-top:8px;animation:4s ease-in-out infinite heartFloat;display:inline-flex;position:relative}.hero-love-mark svg{width:100%;height:100%;display:block;overflow:visible}.heart-path-main{stroke:url(#heartGradientMain);stroke-width:4.8px;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:320;stroke-dashoffset:320px;filter:drop-shadow(0 8px 18px #e8445a2e);animation:5.2s ease-in-out infinite drawHeartMain}.heart-path-tail{stroke:url(#heartGradientTail);stroke-width:4.2px;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:160;stroke-dashoffset:160px;filter:drop-shadow(0 8px 18px #e8445a26);animation:5.2s ease-in-out infinite drawHeartTail}.heart-spark{fill:#ff8aa1;opacity:0;filter:drop-shadow(0 0 10px #ff8aa173);transform-origin:50%;animation:5.2s ease-in-out infinite heartSpark}.spark-2{animation-delay:.2s}@keyframes drawHeartMain{0%,10%{stroke-dashoffset:320px;opacity:.2}28%,68%{stroke-dashoffset:0;opacity:1}90%,to{stroke-dashoffset:-320px;opacity:.25}}@keyframes drawHeartTail{0%,18%{stroke-dashoffset:160px;opacity:0}38%,76%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-160px;opacity:.2}}@keyframes heartSpark{0%,22%,to{opacity:0;transform:scale(.5)}40%,62%{opacity:1;transform:scale(1)}78%{opacity:0;transform:scale(.8)}}@keyframes heartFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.hero-v2-subtitle{color:#54202d;max-width:500px;margin:0 0 32px;font-size:17px;line-height:1.7}.hero-v2-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:32px;display:flex}.hero-v2-primary,.hero-v2-secondary{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:54px;min-height:54px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.165,.84,.44,1);display:inline-flex}.hero-v2-primary{background:linear-gradient(135deg,#ff6f9c 0%,#f52d67 52%,#c81948 100%);min-width:240px;padding:0 30px;box-shadow:0 14px 34px #f52d674d;color:#fff!important}.hero-v2-secondary{-webkit-backdrop-filter:blur(10px);background:#ffffffbf;border:1px solid #ff63842e;min-width:160px;padding:0 24px;box-shadow:0 10px 24px #6b30400d;color:#a91f43!important}.hero-v2-btn-icon{font-size:1.1rem;animation:2s ease-in-out infinite heartbeat}.hero-v2-btn-play-icon{font-size:.75rem}.hero-v2-primary:hover{transform:translateY(-3px);box-shadow:0 18px 42px #f52d676b}.hero-v2-secondary:hover{background:#ffffffe6;border-color:#ff638459;transform:translateY(-2px)}.hero-v2-trust{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero-v2-trust-item{color:#653043;-webkit-backdrop-filter:blur(8px);background:#ffffff80;border:1px solid #ff63841f;border-radius:999px;align-items:center;gap:6px;min-height:36px;padding:4px 12px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;display:inline-flex}.hero-aurora{filter:blur(90px);z-index:1;pointer-events:none;background:radial-gradient(circle,#ff6e8c1f 0%,#0000 70%);width:60%;height:80%;position:absolute;top:-20%;right:-10%}.hero-bg-glow{filter:blur(60px);z-index:1;pointer-events:none;background:radial-gradient(circle,#fffc 0%,#0000 60%);width:30%;height:40%;position:absolute;top:30%;left:40%}.hero-v2-stage{pointer-events:none;justify-content:center;align-items:center;width:100%;height:600px;display:flex;position:relative;overflow:visible}.hero-v2-stage *{pointer-events:none}.hero-stage-orbit{z-index:2;border:1px dashed #ff6f8c26;border-radius:50%;width:440px;height:440px;animation:40s linear infinite rotateOrbit;position:absolute}.hero-stage-heart{color:#ff6f8c14;z-index:1;font-family:Playfair Display,serif;font-size:140px;font-weight:300;animation:6s ease-in-out infinite pulseSoft;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-main-sticker{z-index:4;aspect-ratio:1;filter:drop-shadow(0 28px 48px #c11c522e);width:clamp(380px,35vw,570px);animation:8.5s ease-in-out infinite heroStickerFloat;position:absolute;top:50%;right:clamp(-18px,2.4vw,26px);transform:translateY(-43%)rotate(2deg)}.hero-main-sticker-img{object-fit:contain}.hero-flower{color:#ff6f8c1a;z-index:2;font-size:28px;position:absolute}@keyframes heroStickerFloat{0%,to{transform:translateY(-43%)rotate(2deg)scale(1)}50%{transform:translateY(-46%)rotate(-1deg)scale(1.015)}}.hero-flower-big{font-size:34px;animation:4s ease-in-out infinite alternate pulseSoft;top:20%;right:15%}.hero-flower-small{font-size:22px;animation:5s ease-in-out infinite alternate pulseSoft;bottom:25%;left:10%}.hero-petal{opacity:.35;z-index:2;pointer-events:none;background:radial-gradient(circle,#ffa6c9 0%,#ff6f9c 100%);border-radius:12px 1px;position:absolute}.hero-petal.p1{width:14px;height:10px;animation:12s linear infinite floatPetal;top:75%;left:20%}.hero-petal.p2{width:10px;height:8px;animation:16s linear 2s infinite floatPetal;top:60%;right:25%}.hero-petal.p3{width:12px;height:9px;animation:14s linear 4s infinite floatPetal;top:40%;left:35%}.hero-petal.p4{width:8px;height:7px;animation:18s linear 1s infinite floatPetal;top:80%;right:15%}.hero-petal.p5{width:11px;height:9px;animation:15s linear 5s infinite floatPetal;top:25%;right:40%}@keyframes floatPetal{0%{opacity:0;transform:translateY(100px)rotate(0)translate(0)}10%{opacity:.45}90%{opacity:.45}to{opacity:0;transform:translateY(-350px)rotate(360deg)translate(40px)}}.hero-flow-layer{z-index:6;position:absolute;inset:0;overflow:visible}@keyframes heroRiseFade{0%{opacity:0;transform:translateY(48px)scale(.96)}6%{opacity:1;transform:translateY(0)scale(1)}18%{opacity:1;transform:translateY(-20px)scale(1)}30%{opacity:0;transform:translateY(-150px)scale(.98)}to{opacity:0;transform:translateY(-150px)scale(.98)}}.hero-float-item{opacity:0;animation:30s ease-in-out infinite heroRiseFade;position:absolute}.hero-glass-card{-webkit-backdrop-filter:blur(20px);background:#ffffffb8;border:1px solid #fff9;border-radius:24px;box-shadow:0 16px 36px #6b304014}.hero-voice-card{z-index:10;border-radius:20px;align-items:center;gap:10px;width:250px;padding:14px;animation-delay:0s;display:flex;top:15%;left:5%}.voice-avatar{background:linear-gradient(135deg,#ffeef2 0%,#ffd1dc 100%);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.voice-content{flex:1}.voice-row{align-items:center;gap:10px;display:flex}.voice-play-btn{color:#e8445a;font-size:12px}.voice-wave{flex:1;align-items:center;gap:2px;height:20px;display:flex}.wave-bar{background:#e8445a;border-radius:2px;width:3.5px;animation:1.2s ease-in-out infinite alternate wavePulse}.wb1{height:8px;animation-delay:.1s}.wb2{height:14px;animation-delay:.3s}.wb3{height:10px;animation-delay:.2s}.wb4{height:16px;animation-delay:.5s}.wb5{height:6px;animation-delay:.4s}.voice-duration{color:#7b2a3c;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600}.hero-note-card{z-index:8;width:200px;padding:16px 18px;animation-delay:3s;top:10%;right:5%;transform:rotate(3deg)}.note-text{color:#2a0712;margin:0 0 8px;font-family:Playfair Display,serif;font-size:15px;font-weight:600;line-height:1.4}.note-badge{text-transform:uppercase;letter-spacing:.05em;color:#e8445a;font-family:DM Sans,sans-serif;font-size:10px;font-weight:700;display:inline-block}.hero-song-card{z-index:9;align-items:center;gap:10px;width:240px;padding:12px;animation-delay:6s;display:flex;top:48%;left:8%;transform:rotate(-2deg)}.song-cover-img{object-fit:cover;width:100%;height:100%}.song-album-cover{background:linear-gradient(135deg,#ff8da1 0%,#e8445a 100%);border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;overflow:hidden}.song-vinyl-center{background:#fff;border-radius:50%;width:10px;height:10px}.song-info{flex-direction:column;flex:1;display:flex}.song-tag{text-transform:uppercase;color:#e8445a;letter-spacing:.05em;font-family:DM Sans,sans-serif;font-size:9px;font-weight:700}.song-title{color:#250712;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;line-height:1.2}.song-artist{color:#7b2a3c;font-family:DM Sans,sans-serif;font-size:11px}.song-controls{color:#7b2a3c;letter-spacing:1px;font-family:DM Sans,sans-serif;font-size:14px}.hero-memory-chip{z-index:11;align-items:center;gap:10px;width:210px;padding:12px 14px;animation-delay:9s;display:flex;top:44%;right:8%}.chip-icon{font-size:18px}.chip-text{flex-direction:column;display:flex}.chip-title{color:#e8445a;text-transform:uppercase;letter-spacing:.05em;font-family:DM Sans,sans-serif;font-size:11px;font-weight:700}.chip-desc{color:#250712;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600}.hero-photo-card{background:#fff;border:1px solid #ff63841a;border-radius:10px;width:130px;padding:8px;animation-delay:12s;top:35%;left:30%;transform:rotate(6deg);box-shadow:0 16px 36px #6b304014}.photo-inner{flex-direction:column;gap:6px;display:flex}.photo-placeholder-wrap{border-radius:6px;width:100%;height:105px;position:relative;overflow:hidden}.photo-img-item{object-fit:cover}.photo-placeholder{background:linear-gradient(135deg,#ffeef2 0%,#ffa6c9 100%);border-radius:6px;width:100%;height:105px}.photo-caption{color:#7b2a3c;text-align:center;font-family:Playfair Display,serif;font-size:11px;font-weight:600}.hero-image-stack{z-index:7;width:140px;animation-delay:15s;top:20%;right:30%}.stack-card{background:#fff;border:1px solid #ff63841a;border-radius:10px;width:100%;padding:8px;position:absolute;box-shadow:0 16px 36px #6b304014}.stack-card-back{opacity:.7;background:linear-gradient(135deg,#fff 80%,#ffeef2 100%);height:145px;transform:rotate(-6deg)translate(-8px,-5px)}.stack-card-front{position:relative;transform:rotate(3deg)}.stack-card-front .photo-placeholder{height:105px}.stack-card-front .photo-caption{color:#7b2a3c;text-align:center;margin-top:6px;font-family:Playfair Display,serif;font-size:11px;font-weight:600}.hero-music-orb{color:#fff;z-index:12;background:linear-gradient(135deg,#ffa6c9 0%,#ff6f9c 100%);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;animation-delay:18s;display:flex;top:70%;left:35%;box-shadow:0 8px 20px #ff6f8c4d}.hero-song-card-2{z-index:9;align-items:center;gap:10px;width:240px;padding:12px;animation-delay:21s;display:flex;top:30%;left:4%;transform:rotate(3deg)}.cover-taylor{background:linear-gradient(135deg,#e3c4ff 0%,#fca2d9 100%)!important}.hero-memory-chip-2{z-index:11;align-items:center;gap:10px;width:210px;padding:12px 14px;animation-delay:24s;display:flex;top:28%;right:4%;transform:rotate(-3deg)}.hero-song-card-3{z-index:10;align-items:center;gap:10px;width:240px;padding:12px;animation-delay:27s;display:flex;top:55%;right:26%;transform:rotate(-1deg)}.cover-james{background:linear-gradient(135deg,#3a3b5c 0%,#7b628d 100%)!important}@keyframes wavePulse{0%{transform:scaleY(.6)}to{transform:scaleY(1.3)}}@keyframes pulseSoft{0%,to{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}}@keyframes rotateOrbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateSlowly{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-v2-year-pill{z-index:14;color:#6b3040;-webkit-backdrop-filter:blur(14px);background:#ffffffd6;border:1px solid #ff638429;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:.45rem .9rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:800;display:inline-flex;position:absolute;bottom:34px;right:clamp(20px,5vw,88px);box-shadow:0 14px 32px #71304314}@media (prefers-reduced-motion:reduce){.hero-v2-section *,.hero-v2-section :before,.hero-v2-section :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (max-width:1100px){.hero-v2-inner{text-align:center;grid-template-columns:1fr;gap:36px;padding-top:24px}.hero-v2-copy{flex-direction:column;align-items:center;max-width:720px;margin:0 auto;display:flex}.hero-v2-subtitle{margin-inline:auto}.hero-v2-actions,.hero-v2-trust{justify-content:center}.hero-v2-stage{height:520px;margin-inline:auto}.hero-voice-card{top:30%;left:5%}.hero-note-card{top:10%;right:5%}.hero-song-card{top:50%;right:5%}.hero-memory-chip{top:15%;left:10%}.hero-photo-card{top:35%;right:20%}.hero-image-stack{top:15%;right:25%}.hero-music-orb{top:55%;left:15%}.hero-song-card-2{top:40%;left:5%}.hero-memory-chip-2{top:20%;right:10%}.hero-song-card-3{top:30%;right:15%}}@media (max-width:700px){.hero-v2-section{min-height:auto;padding:40px 0 24px}.hero-v2-inner{gap:24px;width:calc(100% - 32px)}.hero-v2-title{font-size:clamp(44px,13vw,62px)}.moments-line{gap:10px}.hero-love-mark{width:88px;height:42px;margin-top:4px}.heart-path-main{stroke-width:5.2px}.heart-path-tail{stroke-width:4.6px}.hero-v2-subtitle{font-size:15px}.hero-v2-actions{flex-direction:column;gap:12px;width:100%}.hero-v2-primary,.hero-v2-secondary{width:100%;min-width:0}.hero-v2-stage{height:430px}.hero-voice-card{width:220px;top:35%;left:0%}.hero-song-card{width:210px;top:55%;right:0%}.hero-note-card{width:170px;top:10%;right:5%}.hero-memory-chip{width:180px;top:15%;left:2%}.hero-photo-card{width:110px;top:35%;right:15%}.hero-image-stack{width:120px;top:15%;right:20%}.hero-song-card-2{width:210px;top:40%;left:0%}.hero-memory-chip-2{width:180px;top:20%;right:2%}.hero-song-card-3{width:210px;top:30%;right:10%}.hero-flower-small,.hero-petal.p4,.hero-petal.p5,.hero-v2-year-pill{display:none}}@media (prefers-reduced-motion:reduce){.hero-love-mark,.heart-path-main,.heart-path-tail,.heart-spark{animation:none!important}.heart-path-main,.heart-path-tail{stroke-dashoffset:0!important;opacity:1!important}.heart-spark{opacity:1!important}}n .lb-features-section{background:radial-gradient(180deg,#fffbfb 0%,#fff5f7 100%)!important;z-index:1!important;padding:100px 0 110px!important;position:relative!important;overflow:hidden!important}.lb-features-section:before{content:""!important;pointer-events:none!important;z-index:0!important;background-image:radial-gradient(#e8445a14 1.5px,#0000 1.5px)!important;background-size:24px 24px!important;position:absolute!important;inset:0!important;-webkit-mask-image:linear-gradient(#0000,#000 15% 85%,#0000)!important;mask-image:linear-gradient(#0000,#000 15% 85%,#0000)!important}.lb-features-bg-orb{filter:blur(120px)!important;z-index:0!important;pointer-events:none!important;opacity:.55!important;border-radius:50%!important;position:absolute!important}.lb-features-bg-orb-one{background:radial-gradient(circle,#e8445a26 0%,#ffb6c10d 100%)!important;width:450px!important;height:450px!important;animation:25s ease-in-out infinite alternate orbFloat!important;top:10%!important;left:-10%!important}.lb-features-bg-orb-two{background:radial-gradient(circle,#ff6b801f 0%,#ffc0cb0a 100%)!important;width:500px!important;height:500px!important;animation:30s ease-in-out infinite alternate-reverse orbFloat!important;bottom:5%!important;right:-10%!important}.lb-features-container{z-index:2!important;max-width:1250px!important;margin:0 auto!important;padding:0 2rem!important;position:relative!important}.lb-features-header{text-align:center!important;margin-bottom:60px!important}.lb-features-eyebrow{color:var(--rose-dark,#c81948)!important;letter-spacing:.22em!important;text-transform:uppercase!important;background:#e8445a0d!important;border:1px solid #e8445a1f!important;border-radius:100px!important;margin-bottom:16px!important;padding:6px 18px!important;font-family:DM Sans,sans-serif!important;font-size:.8rem!important;font-weight:700!important;display:inline-block!important;box-shadow:0 4px 15px #e8445a05!important}.lb-features-header h2{letter-spacing:-.03em!important;color:var(--text-dark,#250712)!important;max-width:800px!important;margin:0 auto 18px!important;font-family:Playfair Display,serif!important;font-size:clamp(38px,4.1vw,58px)!important;font-weight:700!important;line-height:1.1!important}.lb-features-grid{grid-template-columns:repeat(4,1fr)!important;gap:28px!important;margin-top:50px!important;display:grid!important}.lb-feature-card:before{content:""!important;opacity:0!important;pointer-events:none!important;z-index:0!important;background:radial-gradient(circle at 50% 0,#e8445a0a 0%,#0000 65%)!important;transition:opacity .4s!important;position:absolute!important;inset:0!important}.lb-feature-card:hover{border-color:#e8445a38!important;transform:translateY(-8px)!important;box-shadow:0 30px 65px #761a2d14!important}.lb-feature-card:hover:before{opacity:1!important}.lb-feature-chip{text-transform:uppercase!important;color:var(--rose-dark,#c81948)!important;letter-spacing:.05em!important;z-index:10!important;background:#e8445a0f!important;border:1px solid #e8445a14!important;border-radius:100px!important;padding:4px 12px!important;font-family:DM Sans,sans-serif!important;font-size:.72rem!important;font-weight:700!important;position:absolute!important;top:22px!important;left:22px!important}.lb-feature-visual{z-index:2!important;justify-content:center!important;align-items:center!important;width:100%!important;height:180px!important;margin-bottom:20px!important;display:flex!important;position:relative!important}.lb-envelope{width:155px!important;height:105px!important;transform-style:preserve-3d!important;transition:transform .4s cubic-bezier(.165,.84,.44,1)!important;position:relative!important;transform:rotate(-3deg)!important}.lb-feature-card:hover .lb-envelope{animation:3s ease-in-out infinite softFloat!important;transform:rotate(-1deg)translateY(-8px)scale(1.02)!important}.lb-envelope-back{z-index:1!important;background:#ffc2ca!important;border-radius:12px!important;position:absolute!important;inset:0!important;box-shadow:inset 0 0 10px #761a2d14!important}.lb-envelope-paper{z-index:2!important;background:snow!important;border-radius:8px!important;flex-direction:column!important;gap:6px!important;height:80px!important;padding:12px!important;transition:transform .4s cubic-bezier(.165,.84,.44,1)!important;display:flex!important;position:absolute!important;bottom:8px!important;left:10px!important;right:10px!important;box-shadow:0 4px 12px #761a2d0a!important}.lb-feature-card:hover .lb-envelope-paper{transform:translateY(-26px)!important}.lb-envelope-paper-line{background:#e8445a29!important;border-radius:2px!important;height:3px!important}.lb-envelope-paper-line.l1{width:85%!important}.lb-envelope-paper-line.l2{width:60%!important}.lb-envelope-paper-line.l3{width:40%!important}.lb-envelope-front{clip-path:polygon(0 40%,50% 100%,100% 40%,100% 100%,0 100%)!important;z-index:3!important;background:linear-gradient(135deg,#ffa1b2 0%,#ffc2ca 100%)!important;border-radius:12px!important;position:absolute!important;inset:0!important}.lb-envelope-flap{clip-path:polygon(0 0,50% 60%,100% 0)!important;transform-origin:top!important;z-index:4!important;background:#ffa1b2!important;border-radius:12px 12px 0 0!important;height:55px!important;transition:transform .4s cubic-bezier(.165,.84,.44,1)!important;position:absolute!important;top:0!important;left:0!important;right:0!important}.lb-feature-card:hover .lb-envelope-flap{transform:scaleY(-1)translateY(-1px)!important}.lb-envelope-seal{color:var(--rose,#e8445a)!important;text-shadow:0 2px 6px #761a2d26!important;z-index:5!important;cursor:pointer!important;font-size:1.6rem!important;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)!important;position:absolute!important;top:48%!important;left:50%!important;transform:translate(-50%,-50%)scale(1)!important}.lb-feature-card:hover .lb-envelope-seal{transform:translate(-50%,-50%)scale(1.18)!important}.lb-envelope-orbit{opacity:0!important;pointer-events:none!important;z-index:0!important;border:1px dashed #e8445a1f!important;border-radius:50%!important;transition:opacity .4s,transform .4s!important;position:absolute!important;inset:-12px!important;transform:scale(.9)rotate(0)!important}.lb-feature-card:hover .lb-envelope-orbit{opacity:1!important;transition:opacity .4s,transform 10s linear!important;transform:scale(1.05)rotate(180deg)!important}.lb-memory-stack{width:170px!important;height:150px!important;position:relative!important}.lb-memory-photo{transform-origin:50% 85%!important;background:#fff!important;border:1px solid #e8445a08!important;border-radius:8px!important;width:108px!important;height:125px!important;padding:8px 8px 22px!important;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s cubic-bezier(.165,.84,.44,1)!important;position:absolute!important;box-shadow:0 10px 30px #761a2d0f!important}.lb-memory-photo.p1{z-index:1!important;transform:translate(-26px,4px)rotate(-12deg)!important}.lb-memory-photo.p2{z-index:2!important;transform:translate(24px)rotate(6deg)!important}.lb-memory-photo.p3{z-index:3!important;transform:translateY(12px)rotate(1deg)!important}.lb-feature-card:hover .lb-memory-photo.p1{transform:translate(-42px,-8px)rotate(-22deg)!important;box-shadow:0 14px 40px #761a2d14!important}.lb-feature-card:hover .lb-memory-photo.p2{transform:translate(38px,-12px)rotate(14deg)!important;box-shadow:0 14px 40px #761a2d14!important}.lb-feature-card:hover .lb-memory-photo.p3{transform:translateY(-6px)rotate(-1deg)!important;box-shadow:0 18px 45px #761a2d1f!important}.lb-photo-inner-grad{border-radius:4px!important;width:100%!important;height:78px!important}.lb-memory-photo.p1 .lb-photo-inner-grad{background:linear-gradient(135deg,#ffc2ca 0%,#ff809a 100%)!important}.lb-memory-photo.p2 .lb-photo-inner-grad{background:linear-gradient(135deg,#ffa1b2 0%,#ff6182 100%)!important}.lb-memory-photo.p3 .lb-photo-inner-grad{background:linear-gradient(135deg,#ff7087 0%,#d6143e 100%)!important}.lb-memory-heart{color:var(--rose,#e8445a)!important;filter:drop-shadow(0 1px 2px #761a2d26)!important;z-index:4!important;font-size:.9rem!important;animation:2.5s ease-in-out infinite heartbeat!important;position:absolute!important;bottom:4px!important;right:8px!important}.lb-voice-pill{background:#ffffffd9!important;border:1px solid #e8445a24!important;border-radius:100px!important;justify-content:space-between!important;align-items:center!important;width:220px!important;height:68px!important;padding:8px 16px 8px 10px!important;transition:transform .4s cubic-bezier(.165,.84,.44,1),border-color .4s,box-shadow .4s!important;display:flex!important;box-shadow:0 12px 35px #761a2d0a!important}.lb-feature-card:hover .lb-voice-pill{border-color:#e8445a47!important;transform:translateY(-8px)scale(1.02)!important;box-shadow:0 16px 45px #761a2d12!important}.lb-voice-play{background:linear-gradient(135deg,#ffa8b6,var(--rose,#e8445a))!important;color:#fff!important;cursor:pointer!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;padding-left:2px!important;font-size:.85rem!important;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s!important;display:flex!important;box-shadow:0 4px 12px #e8445a40!important}.lb-feature-card:hover .lb-voice-play{transform:scale(1.08)!important;box-shadow:0 6px 18px #e8445a5c!important}.lb-wave{align-items:center!important;gap:4px!important;height:30px!important;display:flex!important}.lb-wave-bar{transform-origin:bottom!important;background:#e8445a29!important;border-radius:2px!important;width:3.5px!important;height:100%!important;transition:background .3s!important;transform:scaleY(.4)!important}.lb-feature-card:hover .lb-wave-bar{background:var(--rose,#e8445a)!important;animation:1.2s ease-in-out infinite waveScale!important}.lb-wave-bar.w1{height:40%!important;animation-delay:.1s!important}.lb-wave-bar.w2{height:75%!important;animation-delay:.3s!important}.lb-wave-bar.w3{height:100%!important;animation-delay:.5s!important}.lb-wave-bar.w4{height:50%!important;animation-delay:.2s!important}.lb-wave-bar.w5{height:85%!important;animation-delay:.4s!important}.lb-wave-bar.w6{height:60%!important;animation-delay:.6s!important}.lb-wave-bar.w7{height:90%!important;animation-delay:.15s!important}.lb-wave-bar.w8{height:45%!important;animation-delay:.35s!important}.lb-voice-time{color:var(--text-mid,#653043)!important;margin-left:2px!important;font-family:DM Sans,sans-serif!important;font-size:.82rem!important;font-weight:600!important}.lb-forever-visual{flex-direction:column!important;justify-content:flex-end!important;align-items:center!important;width:180px!important;height:155px!important;padding-bottom:12px!important;transition:transform .4s cubic-bezier(.165,.84,.44,1)!important;display:flex!important;position:relative!important}.lb-feature-card:hover .lb-forever-visual{transform:translateY(-6px)!important}.lb-forever-glow{z-index:1!important;pointer-events:none!important;opacity:.8!important;filter:blur(10px)!important;background:radial-gradient(circle,#e8445a2e 0%,#0000 70%)!important;width:100px!important;height:100px!important;transition:opacity .4s!important;position:absolute!important;top:15%!important}.lb-feature-card:hover .lb-forever-glow{opacity:1!important;animation:2s ease-in-out infinite heartGlow!important}.lb-cloche{z-index:3!important;justify-content:center!important;align-items:center!important;width:100px!important;height:105px!important;display:flex!important;position:relative!important}.lb-cloche-glass{-webkit-backdrop-filter:blur(2px)!important;background:linear-gradient(135deg,#ffffffd9,#ffe6ed6b)!important;border:1.5px solid #e8445a38!important;border-bottom:none!important;border-radius:100px 100px 0 0!important;position:absolute!important;inset:0!important;box-shadow:inset 0 10px 24px #ffffff80,0 6px 18px #761a2d08!important}.lb-cloche-glass:after{content:""!important;background:#ffffff73!important;border-radius:6px!important;width:10px!important;height:48px!important;position:absolute!important;top:10%!important;left:14%!important;transform:rotate(-4deg)!important}.lb-cloche-heart{color:#0000!important;z-index:4!important;background:linear-gradient(135deg,#ff5c7d,#d9164c)!important;width:24px!important;height:24px!important;margin-top:10px!important;animation:2s ease-in-out infinite clocheHeartbeat!important;position:relative!important;transform:rotate(-45deg)!important;box-shadow:0 0 20px #e8445a80,0 0 45px #e8445a38!important}.lb-forever-ring{z-index:2!important;opacity:.65!important;pointer-events:none!important;border:1.5px dashed #e8445a3d!important;border-radius:50%!important;width:136px!important;height:60px!important;transition:opacity .4s,border-color .4s!important;position:absolute!important;top:24px!important;transform:rotateX(72deg)rotateY(-6deg)!important}.lb-feature-card:hover .lb-forever-ring{border-color:#e8445a70!important;animation:9s linear infinite spinSlow!important}.lb-cloche-base{z-index:4!important;background:linear-gradient(#fff5f7,#ffa3b4)!important;border:1px solid #e8445a26!important;border-radius:6px!important;width:128px!important;height:20px!important;position:relative!important;box-shadow:0 4px 10px #761a2d14!important}.lb-cloche-base:after{content:""!important;background:#ffffff8c!important;border-radius:2px!important;width:114px!important;height:3px!important;position:absolute!important;top:3px!important;left:7px!important}.lb-forever-spark{color:#ffa3b3!important;opacity:0!important;pointer-events:none!important;z-index:5!important;text-shadow:0 0 6px #ffa3b399!important;font-size:1.15rem!important;transition:opacity .4s,transform .4s!important;position:absolute!important}.lb-forever-spark.s1{top:22px;left:24px}.lb-forever-spark.s2{top:48px;right:18px}.lb-forever-spark.s3{bottom:42px;left:36px}.lb-feature-card:hover .lb-forever-spark{opacity:.85!important}.lb-feature-card:hover .lb-forever-spark.s1{animation:2.2s ease-in-out .1s infinite sparkFloat!important}.lb-feature-card:hover .lb-forever-spark.s2{animation:1.8s ease-in-out .5s infinite sparkFloat!important}.lb-feature-card:hover .lb-forever-spark.s3{animation:2.5s ease-in-out .2s infinite sparkFloat!important}.lb-feature-info{text-align:center!important;z-index:2!important;width:100%!important;margin-top:12px!important;display:block!important}.lb-feature-card-title{color:var(--text-dark,#250712)!important;margin-bottom:8px!important;font-family:Playfair Display,serif!important;font-size:1.55rem!important;font-weight:700!important;transition:color .3s!important}.lb-feature-card:hover .lb-feature-card-title{color:var(--rose,#e8445a)!important}@keyframes softFloat{0%,to{transform:translateY(0)rotate(var(--lb-rotate,0deg))}50%{transform:translateY(-8px)rotate(var(--lb-rotate,0deg))}}@keyframes clocheHeartbeat{0%,to{transform:rotate(-45deg)scale(1)}50%{transform:rotate(-45deg)scale(1.12)}}@keyframes waveScale{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1.1)}}@keyframes spinSlow{0%{transform:rotateX(70deg)rotate(-9deg)rotate(0)}to{transform:rotateX(70deg)rotate(-9deg)rotate(360deg)}}@keyframes sparkFloat{0%,to{opacity:.48;transform:translateY(0)scale(.8)}50%{opacity:1;transform:translateY(-9px)scale(1.08)}}@keyframes orbFloat{0%{transform:translate(0,0)scale(1)}50%{transform:translate(26px,-18px)scale(1.05)}to{transform:translate(-18px,18px)scale(.97)}}@media (max-width:1100px){.lb-features-grid{grid-template-columns:repeat(2,1fr)!important;gap:26px!important;margin-top:36px!important}.lb-features-section{padding:80px 0 90px!important}}@media (max-width:640px){.lb-features-section{padding:60px 0 70px!important}.lb-features-grid{grid-template-columns:1fr!important;gap:24px!important;margin-top:30px!important}.lb-features-header h2{font-size:clamp(32px,10vw,44px)!important}.lb-feature-card{min-height:420px!important;padding:30px 20px 26px!important}.lb-feature-visual{height:160px!important;margin-bottom:14px!important}}@media (prefers-reduced-motion:reduce){.lb-feature-card,.lb-envelope,.lb-envelope-paper,.lb-envelope-flap,.lb-envelope-seal,.lb-envelope-orbit,.lb-memory-photo,.lb-memory-heart,.lb-voice-pill,.lb-voice-play,.lb-wave-bar,.lb-forever-visual,.lb-forever-glow,.lb-forever-ring,.lb-forever-spark,.lb-cloche-heart,.lb-features-bg-orb{transition:none!important;animation:none!important;transform:none!important}}.lb-features-section{isolation:isolate!important;background:radial-gradient(circle at 12% 28%,#ff7e971f,#0000 26%),radial-gradient(circle at 84% 18%,#ff7e9721,#0000 24%),linear-gradient(#fffdfb 0%,#fff8f6 48%,#fff0f4 100%)!important;padding:88px 0 96px!important;position:relative!important;overflow:hidden!important}.lb-features-section:before{content:""!important;z-index:-2!important;pointer-events:none!important;opacity:.34!important;background-image:radial-gradient(#9e28432e 1px,#0000 1px)!important;background-size:22px 22px!important;position:absolute!important;inset:0!important;-webkit-mask-image:linear-gradient(#0000 0%,#000 18% 82%,#0000 100%)!important;mask-image:linear-gradient(#0000 0%,#000 18% 82%,#0000 100%)!important}.lb-features-section:after{content:""!important;z-index:-1!important;pointer-events:none!important;background:linear-gradient(90deg,#ffffffa3,#0000 18% 82%,#ffffff80),radial-gradient(circle at 50% 0,#ffffffe6,#0000 34%)!important;position:absolute!important;inset:0!important}.lb-features-bg-orb{z-index:-1!important;pointer-events:none!important;filter:blur(68px)!important;opacity:.56!important;border-radius:999px!important;animation:18s ease-in-out infinite alternate orbFloat!important;position:absolute!important}.lb-features-bg-orb-one{background:radial-gradient(circle,#ff759238,#ffe8de0f 70%)!important;width:430px!important;height:430px!important;top:-138px!important;left:-148px!important}.lb-features-bg-orb-two{background:radial-gradient(circle,#e8445a29,#ffe0eb0f 72%)!important;width:520px!important;height:520px!important;animation-delay:-7s!important;bottom:-176px!important;right:-188px!important}.lb-features-container{z-index:1!important;width:min(100% - 48px,1380px)!important;margin:0 auto!important;padding:0!important;position:relative!important}.lb-features-header{text-align:center!important;max-width:790px!important;margin:0 auto 46px!important}.lb-features-eyebrow{color:#c81948!important;letter-spacing:.19em!important;text-transform:uppercase!important;background:#ffffff94!important;border:1px solid #e8445a24!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:32px!important;padding:7px 16px!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;box-shadow:0 12px 34px #761a2d0f!important}.lb-features-header h2{color:#270714!important;letter-spacing:-.045em!important;max-width:760px!important;margin:18px auto 0!important;font-family:Playfair Display,serif!important;font-size:clamp(38px,4.1vw,58px)!important;font-weight:750!important;line-height:1.06!important}.lb-features-header h2 em{color:#e8445a!important;font-style:italic!important;font-weight:650!important}.lb-features-header p{color:#653043c7!important;max-width:680px!important;margin:18px auto 0!important;font-family:DM Sans,sans-serif!important;font-size:17px!important;line-height:1.66!important}.lb-features-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:26px!important;margin-top:0!important;display:grid!important}.lb-feature-card{-webkit-backdrop-filter:blur(18px)!important;text-align:center!important;background:linear-gradient(#ffffffd1,#ffffffa8),#ffffffc2!important;border:1px solid #e8445a21!important;border-radius:34px!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;height:100%!important;min-height:430px!important;padding:28px!important;transition:transform .36s,box-shadow .36s,border-color .36s!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 24px 80px #761a2d1a!important}.lb-feature-card:before{content:""!important;z-index:0!important;pointer-events:none!important;opacity:1!important;background:radial-gradient(circle at 50% 0,#ff7d9721,#0000 44%),linear-gradient(#fff4f780,#0000 42%)!important;position:absolute!important;inset:0!important}.lb-feature-card:after{content:""!important;z-index:0!important;pointer-events:none!important;border-radius:33px!important;position:absolute!important;inset:1px!important;box-shadow:inset 0 1px #ffffffbd!important}@media (hover:hover) and (pointer:fine){.lb-feature-card:hover{border-color:#e8445a40!important;transform:translateY(-10px)!important;box-shadow:0 34px 92px #761a2d29!important}}.lb-feature-chip{z-index:3!important;color:#c81948!important;letter-spacing:0!important;text-transform:none!important;-webkit-backdrop-filter:blur(14px)!important;background:#ffffffa3!important;border:1px solid #e8445a21!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:28px!important;padding:6px 12px!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:22px!important;left:auto!important;right:22px!important;box-shadow:0 12px 30px #761a2d12!important}.lb-feature-visual{z-index:2!important;justify-content:center!important;align-items:center!important;width:100%!important;height:206px!important;margin:38px 0 18px!important;display:flex!important;position:relative!important}.lb-feature-visual:before{content:""!important;background:radial-gradient(circle at 30% 20%,#fffffff2,#0000 30%),linear-gradient(145deg,#ffeef3ad,#ffffff57)!important;border:1px solid #e8445a1a!important;border-radius:28px!important;width:min(100%,246px)!important;height:156px!important;position:absolute!important;box-shadow:inset 0 1px #ffffffb3,0 22px 50px #761a2d0f!important}.lb-feature-sticker-img{z-index:2!important;object-fit:contain!important;filter:drop-shadow(0 24px 34px #c4304f29)!important;width:min(92%,230px)!important;height:auto!important;max-height:204px!important;position:relative!important}.lb-feature-sticker-img--forever{width:min(96%,238px)!important;max-height:210px!important}.lb-feature-info{z-index:2!important;width:100%!important;margin-top:auto!important;position:relative!important}.lb-feature-card-title{color:#2d0715!important;letter-spacing:-.015em!important;margin:0 0 10px!important;font-family:Playfair Display,serif!important;font-size:28px!important;font-weight:760!important;line-height:1.12!important}.lb-feature-card-desc{color:#653043c2!important;max-width:260px!important;margin:0 auto!important;font-family:DM Sans,sans-serif!important;font-size:15.5px!important;line-height:1.6!important}.lb-envelope{--lb-rotate:-4deg;z-index:1!important;width:170px!important;height:118px!important;animation:5.8s ease-in-out infinite softFloat!important;position:relative!important;transform:rotate(-4deg)!important}.lb-envelope-body,.lb-envelope-flap,.lb-envelope-fold{border-radius:18px!important;position:absolute!important;inset:0!important}.lb-envelope-body{background:linear-gradient(135deg,#ff9eb0 0%,#ffd3dc 58%,#fff1f4 100%)!important;box-shadow:0 24px 46px #b0274433,inset 0 1px #ffffffb8!important}.lb-envelope-fold-left{clip-path:polygon(0 22%,52% 61%,0 100%)!important;background:linear-gradient(135deg,#e8445a47,#ffc3cfb8)!important}.lb-envelope-fold-right{clip-path:polygon(100% 22%,48% 61%,100% 100%)!important;background:linear-gradient(225deg,#e8445a38,#ffdbe2c7)!important}.lb-envelope-flap{clip-path:polygon(0 0,50% 62%,100% 0)!important;background:linear-gradient(#ff859c,#ffc6d2)!important;box-shadow:inset 0 -1px #fff6!important}.lb-envelope-seal{z-index:2!important;background:linear-gradient(135deg,#fa4f72,#c81948)!important;width:22px!important;height:22px!important;position:absolute!important;top:58px!important;left:50%!important;transform:translate(-50%)rotate(-45deg)!important;box-shadow:0 10px 22px #e8445a52!important}.lb-envelope-seal:before,.lb-envelope-seal:after{content:""!important;background:inherit!important;border-radius:50%!important;width:22px!important;height:22px!important;position:absolute!important}.lb-envelope-seal:before{top:-11px!important;left:0!important}.lb-envelope-seal:after{top:0!important;left:11px!important}.lb-envelope-orbit{border:1px solid #e8445a33!important;border-radius:50%!important;animation:16s linear infinite spin!important;position:absolute!important;inset:-28px -22px!important;transform:rotate(-8deg)!important}.lb-envelope-orbit-dot{background:#e8445a!important;border-radius:999px!important;width:8px!important;height:8px!important;position:absolute!important;top:22px!important;left:18px!important;box-shadow:0 0 18px #e8445a8c!important}.lb-memory-stack{z-index:1!important;width:188px!important;height:150px!important;animation:6.2s ease-in-out infinite softFloat!important;position:relative!important}.lb-memory-photo{background:#fffffff2!important;border:1px solid #e8445a1a!important;border-radius:11px!important;width:112px!important;height:136px!important;padding:9px 9px 24px!important;position:absolute!important;box-shadow:0 20px 42px #761a2d24!important}.lb-memory-photo span{background:radial-gradient(circle at 78% 22%,#ffffff85 0 10%,#0000 11%),linear-gradient(135deg,#ffe3ce 0%,#ff9aaa 48%,#c81948 100%)!important;border-radius:8px!important;width:100%!important;height:100%!important;display:block!important}.lb-memory-photo-one{z-index:1!important;top:16px!important;left:0!important;transform:rotate(-12deg)!important}.lb-memory-photo-two{z-index:2!important;top:8px!important;right:0!important;transform:rotate(10deg)!important}.lb-memory-photo-three{z-index:3!important;top:0!important;left:38px!important;transform:rotate(-1deg)!important}.lb-memory-photo-two span{background:radial-gradient(circle at 28% 24%,#ffffff80 0 12%,#0000 13%),linear-gradient(140deg,#fff0d8 0%,#ffb8c3 45%,#f05273 100%)!important}.lb-memory-photo-three span{background:radial-gradient(circle at 76% 25%,#ffffff8c 0 11%,#0000 12%),linear-gradient(135deg,#ffd9e0 0%,#ff7e97 52%,#b40f3d 100%)!important}.lb-memory-photo-one>span,.lb-memory-photo-two>span,.lb-memory-photo-three>span{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;position:relative!important;overflow:hidden!important}.lb-memory-photo-one>span{background-image:linear-gradient(#ffdde505,#c8194814),url(/images/landing/memory-polaroid-1.png)!important}.lb-memory-photo-two>span{background-image:linear-gradient(#ffdde505,#c8194814),url(/images/landing/memory-polaroid-2.png)!important}.lb-memory-photo-three>span{background-image:linear-gradient(#ffdde505,#c8194814),url(/images/landing/memory-polaroid-3.png)!important}.lb-memory-heart{z-index:4!important;background:#ffffffe0!important;border-radius:999px!important;width:26px!important;height:26px!important;position:absolute!important;bottom:2px!important;right:18px!important;box-shadow:0 12px 22px #761a2d26!important}.lb-memory-heart:before{content:""!important;background:#e8445a!important;width:10px!important;height:10px!important;position:absolute!important;top:9px!important;left:8px!important;transform:rotate(-45deg)!important}.lb-memory-heart:after{content:""!important;background:#e8445a!important;border-radius:50%!important;width:10px!important;height:10px!important;position:absolute!important;top:4px!important;left:8px!important;box-shadow:5px 5px #e8445a!important}.lb-voice-pill{z-index:1!important;-webkit-backdrop-filter:blur(16px)!important;background:#ffffffbd!important;border:1px solid #e8445a29!important;border-radius:999px!important;justify-content:space-between!important;align-items:center!important;width:230px!important;height:74px!important;padding:11px 17px 11px 12px!important;animation:5.6s ease-in-out infinite softFloat!important;display:flex!important;position:relative!important;box-shadow:0 22px 48px #761a2d1f,inset 0 1px #ffffffd1!important}.lb-voice-play{background:linear-gradient(135deg,#ff879e,#e8445a)!important;border-radius:50%!important;flex-shrink:0!important;place-items:center!important;width:48px!important;height:48px!important;display:grid!important;position:relative!important;box-shadow:0 14px 28px #e8445a47!important}.lb-voice-play:before{content:""!important;border-top:8px solid #0000!important;border-bottom:8px solid #0000!important;border-left:12px solid #fff!important;width:0!important;height:0!important;margin-left:3px!important}.lb-wave{justify-content:center!important;align-items:center!important;gap:4px!important;height:34px!important;display:flex!important}.lb-wave-bar{transform-origin:50%!important;background:linear-gradient(#e8445a,#e8445a47)!important;border-radius:999px!important;width:4px!important;animation:1.28s ease-in-out infinite wave!important}.lb-wave-bar-1{height:15px!important;animation-delay:-.2s!important}.lb-wave-bar-2{height:24px!important;animation-delay:-.36s!important}.lb-wave-bar-3{height:31px!important;animation-delay:-.08s!important}.lb-wave-bar-4{height:20px!important;animation-delay:-.44s!important}.lb-wave-bar-5{height:28px!important;animation-delay:-.16s!important}.lb-wave-bar-6{height:18px!important;animation-delay:-.3s!important}.lb-wave-bar-7{height:32px!important;animation-delay:-.02s!important}.lb-wave-bar-8{height:22px!important;animation-delay:-.5s!important}.lb-wave-bar-9{height:14px!important;animation-delay:-.26s!important}.lb-voice-time{color:#653043c7!important;letter-spacing:.01em!important;min-width:34px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:900!important}.lb-forever-visual{z-index:1!important;width:205px!important;height:172px!important;animation:6.5s ease-in-out infinite softFloat!important;position:relative!important}.lb-forever-glow{filter:blur(8px)!important;background:radial-gradient(circle,#e8445a52,#ffb0c11f 48%,#0000 70%)!important;border-radius:50%!important;width:116px!important;height:116px!important;animation:2.8s ease-in-out infinite heartGlow!important;position:absolute!important;top:36px!important;left:50%!important;transform:translate(-50%)!important}.lb-forever-ring{border:1px solid #e8445a40!important;border-radius:50%!important;width:150px!important;height:66px!important;animation:11s linear infinite spinSlow!important;position:absolute!important;top:46px!important;left:27px!important;transform:rotateX(70deg)rotate(-9deg)!important}.lb-cloche{-webkit-backdrop-filter:blur(8px)!important;background:linear-gradient(110deg,#ffffffb3 0 18%,#ffffff2e 19% 28%,#0000 29%),linear-gradient(135deg,#ffffffb8,#ffe5ec47)!important;border:1px solid #e8445a3b!important;border-bottom:0!important;border-radius:72px 72px 12px 12px!important;width:118px!important;height:120px!important;position:absolute!important;bottom:38px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:inset 0 1px #ffffffe6,inset -18px 0 28px #ffffff38,0 20px 48px #761a2d1f!important}.lb-cloche:before{content:""!important;background:linear-gradient(#ffffffd9,#ffbfcc75)!important;border:1px solid #e8445a26!important;border-radius:999px 999px 0 0!important;width:22px!important;height:13px!important;position:absolute!important;top:-10px!important;left:50%!important;transform:translate(-50%)!important}.lb-cloche-heart{background:linear-gradient(135deg,#ff607f,#c81948)!important;width:28px!important;height:28px!important;animation:2.2s ease-in-out infinite heartGlow!important;position:absolute!important;top:54px!important;left:50%!important;transform:translate(-50%)rotate(-45deg)!important;box-shadow:0 0 22px #e8445a9e,0 0 52px #e8445a3d!important}.lb-cloche-heart:before,.lb-cloche-heart:after{content:""!important;background:inherit!important;border-radius:50%!important;width:28px!important;height:28px!important;position:absolute!important}.lb-cloche-heart:before{top:-14px!important;left:0!important}.lb-cloche-heart:after{top:0!important;left:14px!important}.lb-cloche-base{background:linear-gradient(#fff7f8,#ffc0cd 55%,#f38aa0)!important;border:1px solid #e8445a2b!important;border-radius:999px!important;width:150px!important;height:22px!important;position:absolute!important;bottom:26px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 18px 30px #761a2d29,inset 0 2px #ffffffbd!important}.lb-forever-spark{z-index:3!important;background:#ff8fa4!important;border-radius:50%!important;width:7px!important;height:7px!important;animation:2.9s ease-in-out infinite sparkFloat!important;position:absolute!important;box-shadow:0 0 18px #e8445aad!important}.lb-forever-spark-one{top:34px!important;left:34px!important}.lb-forever-spark-two{animation-delay:-.9s!important;top:70px!important;right:34px!important}.lb-forever-spark-three{width:5px!important;height:5px!important;animation-delay:-1.7s!important;bottom:46px!important;left:62px!important}@keyframes wave{0%,to{opacity:.58;transform:scaleY(.58)}50%{opacity:1;transform:scaleY(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes heartGlow{0%,to{opacity:.82;filter:saturate()brightness()}50%{opacity:1;filter:saturate(1.12)brightness(1.08)}}@media (max-width:1100px){.lb-features-section{padding:78px 0 88px!important}.lb-features-container{width:min(100% - 40px,760px)!important}.lb-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.lb-features-section{padding:64px 0 70px!important}.lb-features-container{width:min(100% - 32px,430px)!important}.lb-features-header{margin-bottom:34px!important}.lb-features-header h2{font-size:clamp(32px,10vw,44px)!important;line-height:1.08!important}.lb-features-header p{font-size:15.5px!important}.lb-features-grid{grid-template-columns:1fr!important;gap:22px!important}.lb-feature-card{border-radius:30px!important;min-height:386px!important;padding:24px 22px 26px!important}.lb-feature-visual{height:172px!important;margin:34px 0 14px!important}.lb-feature-card-title{font-size:26px!important}.lb-voice-pill{width:180px!important;height:48px!important}}@media (prefers-reduced-motion:reduce){.lb-features-section *,.lb-features-section :before,.lb-features-section :after{transition:none!important;animation:none!important}}.lb-feature-card{transition:transform .36s,box-shadow .36s,border-color .36s!important}@media (hover:hover) and (pointer:fine){.lb-feature-card:hover{border-color:#e8445a3d!important;transform:translateY(-8px)!important;box-shadow:0 30px 90px #761a2d24!important}}.lb-envelope,.lb-memory-stack,.lb-voice-pill,.lb-forever-visual{transform-origin:50%!important;transition:transform .36s,filter .36s,box-shadow .36s!important;animation:none!important}.lb-envelope{transform:rotate(-4deg)scale(1)!important}@media (hover:hover) and (pointer:fine){.lb-feature-card:hover .lb-envelope{filter:drop-shadow(0 18px 24px #e8445a2e)!important;transform:translateY(-8px)rotate(-3deg)scale(1.045)!important}.lb-feature-card:hover .lb-envelope-flap{transform:none!important}.lb-feature-card:hover .lb-envelope-seal{transform:translate(-50%)rotate(-45deg)scale(1.04)!important}.lb-feature-card:hover .lb-envelope-orbit{opacity:.78!important;transition:opacity .36s,transform .36s!important;transform:rotate(18deg)scale(1.02)!important}}.lb-memory-stack{transform:translateY(0)rotate(0)scale(1)!important}.lb-memory-photo{transform-origin:50%!important;transition:transform .36s,box-shadow .36s!important}.lb-memory-photo-one,.lb-memory-photo:first-child{transform:rotate(-11deg)!important}.lb-memory-photo-two,.lb-memory-photo:nth-child(2){transform:rotate(7deg)!important}.lb-memory-photo-three,.lb-memory-photo:nth-child(3){transform:rotate(-1deg)!important}.lb-memory-heart{transition:transform .36s,box-shadow .36s!important}@media (hover:hover) and (pointer:fine){.lb-feature-card:hover .lb-memory-stack{transform:translateY(-8px)scale(1.035)!important}.lb-feature-card:hover .lb-memory-photo-one,.lb-feature-card:hover .lb-memory-photo:first-child{transform:translate(-8px,-4px)rotate(-14deg)!important}.lb-feature-card:hover .lb-memory-photo-two,.lb-feature-card:hover .lb-memory-photo:nth-child(2){transform:translate(8px,-7px)rotate(10deg)!important}.lb-feature-card:hover .lb-memory-photo-three,.lb-feature-card:hover .lb-memory-photo:nth-child(3){transform:translateY(-10px)rotate(0)!important}.lb-feature-card:hover .lb-memory-heart{transform:scale(1.08)!important;box-shadow:0 16px 32px #e8445a2e!important}}.lb-voice-pill{transform:translateY(0)scale(1)!important}@media (hover:hover) and (pointer:fine){.lb-feature-card:hover .lb-voice-pill{transform:translateY(-8px)scale(1.035)!important}.lb-feature-card:hover .lb-wave-bar{opacity:1!important;animation-duration:.92s!important}}.lb-forever-visual{transform:translateY(0)scale(1)!important}.lb-cloche:after{content:""!important;pointer-events:none!important;background:linear-gradient(120deg,#ffffff57,#0000 62%)!important;border-radius:999px 999px 18px 18px!important;transition:filter .36s,opacity .36s!important;position:absolute!important;inset:10px 16px 24px 50px!important}@media (hover:hover) and (pointer:fine){.lb-feature-card:hover .lb-forever-visual{transform:translateY(-8px)scale(1.035)!important}.lb-feature-card:hover .lb-cloche:after{filter:brightness(1.18)!important;opacity:.95!important}}@media (hover:none){.lb-feature-card:hover,.lb-feature-card:hover .lb-memory-stack,.lb-feature-card:hover .lb-voice-pill,.lb-feature-card:hover .lb-forever-visual{transform:none!important}.lb-feature-card:hover .lb-envelope,.lb-envelope{transform:rotate(-4deg)scale(1)!important}.lb-feature-card:hover .lb-memory-photo-one,.lb-feature-card:hover .lb-memory-photo:first-child,.lb-memory-photo-one,.lb-memory-photo:first-child{transform:rotate(-11deg)!important}.lb-feature-card:hover .lb-memory-photo-two,.lb-feature-card:hover .lb-memory-photo:nth-child(2),.lb-memory-photo-two,.lb-memory-photo:nth-child(2){transform:rotate(7deg)!important}.lb-feature-card:hover .lb-memory-photo-three,.lb-feature-card:hover .lb-memory-photo:nth-child(3),.lb-memory-photo-three,.lb-memory-photo:nth-child(3){transform:rotate(-1deg)!important}}.lb-stats-section{background:radial-gradient(circle at 14% 20%,#e8445a0f,#0000 26%),linear-gradient(#fff8f6 0%,#fffdfb 100%)!important;margin:0!important;padding:58px 16px 62px!important;position:relative!important;overflow:hidden!important}.lb-stats-shell{width:min(100%,1420px)!important;margin:0 auto!important}.lb-stats-kicker{color:#c81948!important;letter-spacing:.22em!important;text-align:center!important;text-transform:uppercase!important;margin:0 0 22px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:900!important;line-height:1!important}.lb-stats-card{isolation:isolate!important;background:radial-gradient(circle at 18% 20%,#ff7e9738,#0000 28%),radial-gradient(circle at 82% 72%,#ff7e972e,#0000 30%),linear-gradient(135deg,#a50f35 0%,#7c0827 47%,#53051c 100%)!important;border:1px solid #ffffff24!important;border-radius:38px!important;min-height:170px!important;padding:8px 32px!important;position:relative!important;overflow:hidden!important;box-shadow:0 34px 90px #5c081e3d,inset 0 1px #ffffff29!important}.lb-stats-card:before{content:""!important;z-index:-1!important;pointer-events:none!important;opacity:.58!important;background:linear-gradient(105deg,#0000 0%,#ffffff29 43%,#0000 58%),linear-gradient(#ffffff1f,#0000 48%)!important;position:absolute!important;inset:0!important}.lb-stats-card:after{content:""!important;z-index:-1!important;border:1px solid #ffffff24!important;border-radius:50%!important;width:250px!important;height:250px!important;animation:18s linear infinite lbStatsSpin!important;position:absolute!important;top:-96px!important;right:-72px!important;box-shadow:inset 0 0 0 34px #ffffff09,inset 0 0 0 70px #ffffff06!important}.lb-stats-grid{z-index:1!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;width:100%!important;display:grid!important;position:relative!important}.lb-stat{justify-content:center!important;align-items:center!important;gap:22px!important;min-height:154px!important;padding:18px 26px!important;display:flex!important;position:relative!important}.lb-stat:not(:last-child):after{content:""!important;background:linear-gradient(#0000,#ffffff47,#0000)!important;width:1px!important;position:absolute!important;top:18px!important;bottom:18px!important;right:0!important}.lb-stat-icon-wrap{color:#ffd3de!important;background:linear-gradient(135deg,#ffffff24,#ffffff0f)!important;border:1px solid #ffffff24!important;border-radius:24px!important;flex:0 0 72px!important;place-items:center!important;width:72px!important;height:72px!important;transition:transform .32s,background .32s,box-shadow .32s!important;display:grid!important;position:relative!important;box-shadow:inset 0 1px #ffffff29,0 18px 38px #3200122e!important}.lb-stat:hover .lb-stat-icon-wrap{background:linear-gradient(135deg,#fff3,#ffffff14)!important;transform:translateY(-6px)scale(1.04)!important;box-shadow:inset 0 1px #ffffff38,0 22px 44px #3200123d!important}.lb-stat-icon-wrap svg{fill:none!important;stroke:currentColor!important;stroke-width:1.7px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:32px!important;height:32px!important}.lb-stat-copy{min-width:0!important}.lb-stat-value{color:#fff!important;letter-spacing:-.05em!important;text-shadow:0 10px 28px #24000c52!important;white-space:nowrap!important;font-family:Playfair Display,serif!important;font-size:clamp(42px,4.5vw,66px)!important;font-weight:800!important;line-height:.9!important}.lb-stat-plus,.lb-stat-percent{color:#ffe1e8!important;letter-spacing:-.02em!important;font-size:.65em!important}.lb-stat-label{color:#ffe4eb!important;margin-top:9px!important;font-family:DM Sans,sans-serif!important;font-size:17px!important;font-weight:800!important;line-height:1.18!important;display:block!important}.lb-stat-micro{color:#ffe8eeb8!important;letter-spacing:.02em!important;margin-top:5px!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:700!important;line-height:1.25!important}.lb-stats-floating-heart{z-index:0!important;color:#ffffff29!important;pointer-events:none!important;font-family:Playfair Display,serif!important;font-size:30px!important;line-height:1!important;animation:9s ease-in-out infinite lbStatsHeartFloat!important;position:absolute!important}.lb-stats-heart-1{bottom:18px!important;left:7%!important}.lb-stats-heart-2{font-size:20px!important;animation-delay:-2s!important;top:22px!important;left:33%!important}.lb-stats-heart-3{font-size:24px!important;animation-delay:-4.5s!important;bottom:24px!important;right:27%!important}.lb-stats-heart-4{font-size:34px!important;animation-delay:-6s!important;top:26px!important;right:8%!important}.lb-stats-note{text-align:center!important;justify-content:center!important;margin-top:18px!important;display:flex!important}.lb-stats-note span{color:#7c0827!important;letter-spacing:.06em!important;background:#ffffffa3!important;border:1px solid #e8445a1f!important;border-radius:999px!important;align-items:center!important;min-height:36px!important;padding:10px 16px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:800!important;display:inline-flex!important;box-shadow:0 14px 36px #761a2d12!important}@keyframes lbStatsSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes lbStatsHeartFloat{0%,to{opacity:.08;transform:translateY(0)}50%{opacity:.18;transform:translateY(-14px)}}@media (max-width:1000px){.lb-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lb-stat:not(:last-child):after{display:none!important}.lb-stat:nth-child(odd):after{content:""!important;background:linear-gradient(#0000,#ffffff3d,#0000)!important;width:1px!important;display:block!important;position:absolute!important;top:18px!important;bottom:18px!important;right:0!important}.lb-stat:nth-child(-n+2):before{content:""!important;background:linear-gradient(90deg,#0000,#ffffff38,#0000)!important;height:1px!important;position:absolute!important;bottom:0!important;left:24px!important;right:24px!important}}@media (max-width:620px){.lb-stats-section{padding:52px 16px!important}.lb-stats-card{border-radius:28px!important;min-height:0!important;padding:18px!important}.lb-stats-grid{grid-template-columns:1fr!important}.lb-stat{justify-content:flex-start!important;min-height:132px!important;padding:22px 18px!important}.lb-stat:nth-child(odd):after,.lb-stat:not(:last-child):after,.lb-stat:nth-child(-n+2):before{display:none!important}.lb-stat:not(:last-child):before{content:""!important;background:linear-gradient(90deg,#0000,#ffffff38,#0000)!important;height:1px!important;position:absolute!important;bottom:0!important;left:18px!important;right:18px!important}.lb-stat-icon-wrap{border-radius:20px!important;flex-basis:62px!important;width:62px!important;height:62px!important}.lb-stat-icon-wrap svg{width:28px!important;height:28px!important}.lb-stat-value{font-size:48px!important}.lb-stat-label{font-size:16px!important}.lb-stats-note span{justify-content:center!important;width:min(100%,390px)!important;font-size:12px!important;line-height:1.4!important}}@media (prefers-reduced-motion:reduce){.lb-stats-section *,.lb-stats-section :before,.lb-stats-section :after{transition:none!important;animation:none!important}}.lb-steps-section{isolation:isolate!important;background:radial-gradient(circle at 14% 22%,#ff7e971f,#0000 28%),radial-gradient(circle at 88% 68%,#e8445a1a,#0000 28%),linear-gradient(#fffdfb 0%,#fff6f7 46%,#ffe9ef 100%)!important;padding:92px 0 104px!important;position:relative!important;overflow:hidden!important}.lb-steps-section:before{content:""!important;z-index:-2!important;pointer-events:none!important;opacity:.28!important;background-image:radial-gradient(#e8445a3d 1px,#0000 1px)!important;background-size:44px 44px!important;position:absolute!important;inset:0!important;-webkit-mask-image:linear-gradient(#0000 0%,#000 16% 82%,#0000 100%)!important;mask-image:linear-gradient(#0000 0%,#000 16% 82%,#0000 100%)!important}.lb-steps-orb{z-index:-1!important;pointer-events:none!important;filter:blur(78px)!important;opacity:.56!important;border-radius:999px!important;animation:18s ease-in-out infinite alternate orbFloat!important;position:absolute!important}.lb-steps-orb-one{background:radial-gradient(circle,#ff7e973d,#fff5f70a 70%)!important;width:430px!important;height:430px!important;top:-145px!important;left:-160px!important}.lb-steps-orb-two{background:radial-gradient(circle,#e8445a29,#ffe6ec0a 70%)!important;width:500px!important;height:500px!important;animation-delay:-7s!important;bottom:-210px!important;right:-190px!important}.lb-steps-container{z-index:1!important;width:min(100% - 48px,1380px)!important;margin:0 auto!important;position:relative!important}.lb-steps-header{text-align:center!important;max-width:820px!important;margin:0 auto 58px!important}.lb-steps-eyebrow{color:#c81948!important;letter-spacing:.22em!important;text-transform:uppercase!important;justify-content:center!important;align-items:center!important;gap:14px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.lb-steps-eyebrow:before,.lb-steps-eyebrow:after{content:""!important;background:linear-gradient(90deg,#0000,#e8445a8c)!important;width:42px!important;height:1px!important;display:block!important}.lb-steps-eyebrow:after{background:linear-gradient(90deg,#e8445a8c,#0000)!important}.lb-steps-header h2{color:#270714!important;letter-spacing:-.045em!important;max-width:820px!important;margin:18px auto 0!important;font-family:Playfair Display,serif!important;font-size:clamp(40px,4.6vw,64px)!important;font-weight:760!important;line-height:1.04!important}.lb-steps-header h2 em{color:#e8445a!important;font-style:italic!important;font-weight:650!important}.lb-steps-header p{color:#653043c7!important;max-width:720px!important;margin:18px auto 0!important;font-family:DM Sans,sans-serif!important;font-size:17px!important;line-height:1.65!important}.lb-steps-wrap{position:relative!important}.lb-steps-connector{z-index:0!important;pointer-events:none!important;height:92px!important;position:absolute!important;top:104px!important;left:15%!important;right:15%!important}.lb-steps-connector svg{width:100%!important;height:100%!important;display:block!important;overflow:visible!important}.lb-steps-connector path{fill:none!important;stroke:#e8445a52!important;stroke-width:3px!important;stroke-linecap:round!important;stroke-dasharray:8 12!important;animation:22s linear infinite dash!important}.lb-steps-grid{z-index:1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:28px!important;display:grid!important;position:relative!important}.lb-step-card{-webkit-backdrop-filter:blur(18px)!important;background:linear-gradient(#ffffffd6,#ffffffad),#ffffffc7!important;border:1px solid #e8445a21!important;border-radius:34px!important;flex-direction:column!important;gap:24px!important;height:100%!important;min-height:360px!important;padding:30px!important;transition:transform .36s,box-shadow .36s,border-color .36s!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 26px 80px #761a2d1a!important}.lb-step-card:before{content:""!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at 16% 8%,#e8445a1f,#0000 34%),linear-gradient(#ffffff80,#0000 45%)!important;position:absolute!important;inset:0!important}.lb-step-card>*{z-index:1!important;position:relative!important}.lb-step-card:hover{border-color:#e8445a40!important;transform:translateY(-8px)!important;box-shadow:0 34px 94px #761a2d29!important}.lb-step-no{z-index:3!important;color:#fff!important;letter-spacing:.05em!important;background:linear-gradient(135deg,#ff7590,#e8445a 56%,#c81948)!important;border-radius:50%!important;place-items:center!important;width:48px!important;height:48px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:900!important;display:grid!important;position:absolute!important;top:22px!important;right:22px!important;box-shadow:0 16px 34px #e8445a47,inset 0 1px #ffffff52!important}.lb-step-visual-box{background:radial-gradient(circle at 50% 48%,#e8445a29,#0000 34%),linear-gradient(145deg,#fff5f7eb,#ffffff8f)!important;border:1px solid #e8445a17!important;border-radius:28px!important;justify-content:center!important;align-items:center!important;height:190px!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 1px #ffffffb8,0 22px 46px #761a2d0f!important}.lb-step-visual-box:before{content:""!important;filter:blur(6px)!important;background:radial-gradient(circle,#e8445a33,#0000 68%)!important;border-radius:50%!important;width:112px!important;height:112px!important;animation:3.8s ease-in-out infinite pulse!important;position:absolute!important}.lb-step-visual-img{z-index:1!important;object-fit:contain!important;filter:drop-shadow(0 22px 32px #761a2d2e)!important;width:min(190px,78%)!important;height:auto!important;transition:transform .36s,filter .36s!important;position:relative!important}.lb-step-card:hover .lb-step-visual-img{filter:drop-shadow(0 28px 38px #761a2d38)!important;transform:translateY(-8px)scale(1.04)!important}.lb-step-info{flex-direction:column!important;flex:1!important;align-items:flex-start!important;display:flex!important}.lb-step-card-title{color:#2d0715!important;letter-spacing:-.018em!important;margin:0!important;font-family:Playfair Display,serif!important;font-size:29px!important;font-weight:760!important;line-height:1.1!important}.lb-step-card-desc{color:#653043c2!important;max-width:360px!important;margin:13px 0 0!important;font-family:DM Sans,sans-serif!important;font-size:16px!important;line-height:1.62!important}.lb-step-footer{color:#c81948!important;letter-spacing:.08em!important;text-transform:uppercase!important;align-items:center!important;gap:9px!important;margin-top:auto!important;padding-top:24px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.lb-step-footer span{background:#e8445a1a!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;height:26px!important;display:inline-flex!important;box-shadow:inset 0 0 0 1px #e8445a21!important}.lb-step-footer span:before{content:""!important;background:#e8445a!important;border-radius:50%!important;width:8px!important;height:8px!important;box-shadow:0 0 14px #e8445a6b!important}@keyframes dash{to{stroke-dashoffset:-80px}}@keyframes pulse{0%,to{opacity:.58;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}@media (max-width:1000px){.lb-steps-container{width:min(920px,100% - 44px)!important}.lb-steps-connector{display:none!important}.lb-steps-grid{grid-template-columns:1fr!important;gap:24px!important}.lb-step-card{grid-template-columns:220px 1fr!important;align-items:center!important;gap:24px!important;min-height:0!important;display:grid!important}.lb-step-visual-box{height:180px!important}.lb-step-footer{margin-top:20px!important;padding-top:0!important}}@media (max-width:640px){.lb-steps-section{padding:64px 0 76px!important}.lb-steps-container{width:calc(100% - 32px)!important}.lb-steps-header{margin-bottom:38px!important}.lb-steps-eyebrow{letter-spacing:.15em!important;gap:10px!important;font-size:10px!important}.lb-steps-eyebrow:before,.lb-steps-eyebrow:after{width:22px!important}.lb-steps-header h2{font-size:clamp(34px,10vw,46px)!important;line-height:1.07!important}.lb-steps-header p{font-size:15.5px!important}.lb-step-card{border-radius:28px!important;padding:22px!important;display:block!important}.lb-step-no{width:42px!important;height:42px!important;font-size:12px!important;top:18px!important;right:18px!important}.lb-step-visual-box{border-radius:24px!important;height:170px!important}.lb-step-info{margin-top:22px!important}.lb-step-card-title{font-size:25px!important}.lb-step-card-desc{font-size:15.5px!important}}@media (hover:none){.lb-step-card:hover,.lb-step-card:hover .lb-step-visual-img{transform:none!important}}@media (prefers-reduced-motion:reduce){.lb-steps-section *,.lb-steps-section :before,.lb-steps-section :after{transition:none!important;animation:none!important}}.lb-step-envelope{background:linear-gradient(135deg,#ffc5d0,#ff8fa3)!important;border-radius:18px!important;width:180px!important;height:124px!important;transition:transform .36s,filter .36s!important;position:relative!important;transform:rotate(-4deg)!important;box-shadow:0 22px 52px #e8445a38!important}.lb-step-envelope:before{content:""!important;clip-path:polygon(0 0,50% 58%,100% 0,100% 100%,0 100%)!important;border-radius:inherit!important;background:linear-gradient(145deg,#0000 49%,#ffffff5c 50% 51%,#0000 52%),linear-gradient(35deg,#0000 49%,#ffffff47 50% 51%,#0000 52%)!important;position:absolute!important;inset:0!important}.lb-step-envelope-flap{clip-path:polygon(0 0,50% 58%,100% 0)!important;background:linear-gradient(#ff7993,#ffd3dc)!important;border-radius:18px!important;position:absolute!important;inset:0!important;box-shadow:inset 0 -1px #ffffff57!important}.lb-step-envelope-heart{z-index:2!important;color:#fff!important;background:linear-gradient(135deg,#ff6f88,#e8445a)!important;border-radius:999px!important;place-items:center!important;width:44px!important;height:44px!important;font-family:Playfair Display,serif!important;font-size:24px!important;line-height:1!important;display:grid!important;position:absolute!important;top:45%!important;left:50%!important;transform:translate(-50%,-50%)!important;box-shadow:0 12px 28px #e8445a3d!important}.lb-step-orbit{z-index:-1!important;border:1px solid #e8445a38!important;border-radius:50%!important;position:absolute!important;inset:-22px -28px!important}.lb-step-orbit:after{content:""!important;background:#e8445a!important;border-radius:999px!important;width:8px!important;height:8px!important;position:absolute!important;top:18px!important;left:18px!important;box-shadow:0 0 18px #e8445a85!important}.lb-step-gift-svg-wrap{place-items:center!important;width:220px!important;height:190px!important;transition:transform .36s,filter .36s!important;display:grid!important;position:relative!important}.lb-step-gift-svg{width:100%!important;height:100%!important;display:block!important;overflow:visible!important}.lb-step-sticker-img{z-index:2!important;object-fit:contain!important;filter:drop-shadow(0 24px 34px #c4304f29)!important;width:min(238px,72vw)!important;height:auto!important;max-height:214px!important;position:relative!important}.hero-main-sticker-img,.song-cover-img,.photo-img-item,.lb-feature-sticker-img,.lb-step-sticker-img,.lb-story-img,.lb-story-mobile-img{backface-visibility:hidden!important;transform:translateZ(0)!important}.lb-step-gift-spark{transform-origin:50%!important;animation:3.6s ease-in-out infinite lbStepGiftSpark!important}.lb-step-gift-spark:nth-of-type(2){animation-delay:-1.2s!important}.lb-step-gift-spark:nth-of-type(3){animation-delay:-2s!important}.lb-step-phone{background:linear-gradient(145deg,#30101a,#10070d 55%,#62112c)!important;border-radius:30px!important;place-items:center!important;width:116px!important;height:184px!important;transition:transform .36s,filter .36s!important;display:grid!important;position:relative!important;box-shadow:0 24px 58px #761a2d38!important}.lb-step-phone:before{content:""!important;background:#ffffff29!important;border-radius:999px!important;width:34px!important;height:4px!important;position:absolute!important;top:9px!important}.lb-step-phone-screen{background:radial-gradient(circle at 50% 62%,#e8445a3d,#0000 32%),linear-gradient(#1b0810,#090509)!important;border:1px solid #ffffff14!important;border-radius:22px!important;place-items:center!important;width:86px!important;height:144px!important;display:grid!important;position:relative!important;overflow:hidden!important}.lb-step-phone-lock{color:#ffe3ea94!important;font-size:18px!important;line-height:1!important;position:absolute!important;top:16px!important}.lb-step-phone-heart{color:#ff6f88!important;text-shadow:0 0 14px #e8445acc,0 0 30px #e8445a73!important;font-size:58px!important;line-height:1!important;animation:2.8s ease-in-out infinite lbStepHeartPulse!important}.lb-step-spark{background:#ff8fa3!important;border-radius:999px!important;width:9px!important;height:9px!important;animation:3.4s ease-in-out infinite lbStepSpark!important;position:absolute!important;box-shadow:0 0 20px #e8445a73!important}.lb-step-spark-1{top:42px!important;left:-18px!important}.lb-step-spark-2{animation-delay:-1.1s!important;top:68px!important;right:-20px!important}.lb-step-spark-3{animation-delay:-2.1s!important;bottom:26px!important;right:4px!important}.lb-step-card:hover .lb-step-envelope,.lb-step-card:hover .lb-step-gift-svg-wrap,.lb-step-card:hover .lb-step-phone{filter:drop-shadow(0 18px 24px #e8445a2e)!important;transform:translateY(-8px)scale(1.035)!important}.lb-step-card:hover .lb-step-gift-svg-wrap{filter:drop-shadow(0 18px 24px #e8445a29)!important}@keyframes lbStepHeartPulse{0%,to{opacity:.88;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes lbStepSpark{0%,to{opacity:.45;transform:translateY(0)scale(.75)}50%{opacity:1;transform:translateY(-9px)scale(1.08)}}@keyframes lbStepGiftSpark{0%,to{opacity:.35;transform:scale(.75)}50%{opacity:1;transform:scale(1.08)}}@media (max-width:640px){.lb-step-gift-svg-wrap{width:190px!important;height:165px!important}}@media (hover:none){.lb-step-card:hover .lb-step-envelope{transform:rotate(-4deg)!important}.lb-step-card:hover .lb-step-gift-svg-wrap,.lb-step-card:hover .lb-step-phone{transform:none!important}}@media (prefers-reduced-motion:reduce){.lb-step-gift-svg-wrap,.lb-step-gift-spark{transition:none!important;animation:none!important}}.lb-final-cta-section{background:linear-gradient(#fffdfb 0%,#fff5f7 100%)!important;padding:72px 0 0!important;position:relative!important;overflow:hidden!important}.lb-final-cta-shell{width:min(1420px,100% - 80px)!important;margin:0 auto 72px!important}.lb-final-cta-card{color:#fff!important;background:radial-gradient(circle at 18% 16%,#ff889d2e,#0000 28%),radial-gradient(circle at 88% 72%,#ff889d24,#0000 28%),linear-gradient(135deg,#b4153f 0%,#8a082a 48%,#5b051d 100%)!important;border:1px solid #ffffff1f!important;border-radius:36px!important;grid-template-columns:1.35fr .75fr!important;align-items:center!important;gap:24px!important;min-height:238px!important;padding:24px 32px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 28px 70px #54071c38,inset 0 1px #ffffff26!important}.lb-final-cta-card:before{content:""!important;pointer-events:none!important;background:linear-gradient(90deg,#0000,#ffffff14,#0000),radial-gradient(circle at 68% 30%,#ffffff0f,#0000 24%)!important;position:absolute!important;inset:0!important}.lb-final-cta-ring{pointer-events:none!important;border:1px solid #ffffff17!important;border-radius:50%!important;width:430px!important;height:430px!important;position:absolute!important;top:50%!important;right:-90px!important;transform:translateY(-50%)!important;box-shadow:0 0 0 48px #ffffff06,0 0 0 96px #ffffff05!important}.lb-final-cta-spark{z-index:1!important;color:#ffffff2e!important;pointer-events:none!important;font-family:Playfair Display,serif!important;line-height:1!important;animation:5.4s ease-in-out infinite lbFinalCtaSpark!important;position:absolute!important}.lb-final-cta-spark-1{font-size:22px!important;top:24px!important;left:45%!important}.lb-final-cta-spark-2{font-size:19px!important;animation-delay:-1.7s!important;bottom:24px!important;right:35%!important}.lb-final-cta-spark-3{font-size:18px!important;animation-delay:-3s!important;top:32px!important;right:24px!important}.lb-final-cta-copy,.lb-final-cta-right{z-index:2!important;position:relative!important}.lb-final-cta-copy{max-width:760px!important}.lb-final-cta-kicker{color:#ffe1e8!important;letter-spacing:.18em!important;text-transform:uppercase!important;background:#ffffff17!important;border:1px solid #ffffff1f!important;border-radius:999px!important;align-items:center!important;gap:10px!important;height:30px!important;margin-bottom:8px!important;padding:0 14px!important;font-family:DM Sans,sans-serif!important;font-size:11px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.lb-final-cta-copy h2{color:#fff!important;letter-spacing:-.045em!important;margin:0!important;font-family:Playfair Display,serif!important;font-size:clamp(32px,3vw,40px)!important;font-weight:760!important;line-height:1.02!important}.lb-final-cta-copy h2 em{color:#ffd3dd!important;font-style:italic!important;font-weight:500!important}.lb-final-cta-copy p{color:#ffe4ea!important;max-width:690px!important;margin:8px 0 0!important;font-family:DM Sans,sans-serif!important;font-size:15.5px!important;font-weight:600!important;line-height:1.5!important}.lb-final-cta-meta{flex-wrap:wrap!important;gap:12px!important;margin-top:10px!important;display:flex!important}.lb-final-cta-meta span{color:#fff0f4!important;background:#ffffff14!important;border:1px solid #ffffff1a!important;border-radius:999px!important;align-items:center!important;gap:9px!important;height:32px!important;padding:0 14px!important;font-size:13px!important;font-weight:800!important;display:inline-flex!important}.lb-final-cta-meta b{font-size:13px!important;line-height:1!important}.lb-final-cta-right{grid-template-columns:1fr 160px!important;align-items:center!important;gap:16px!important;display:grid!important}.lb-final-cta-action-card{-webkit-backdrop-filter:blur(16px)!important;background:#ffffff1a!important;border:1px solid #ffffff21!important;border-radius:28px!important;padding:16px!important;box-shadow:0 18px 44px #0000001f!important}.lb-final-cta-action-label{color:#ffdce4!important;letter-spacing:.16em!important;text-transform:uppercase!important;margin-bottom:10px!important;font-size:11px!important;font-weight:900!important}.lb-final-cta-btn{color:#9a1435!important;letter-spacing:.01em!important;white-space:nowrap!important;background:#fff!important;border:none!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:100%!important;height:54px!important;padding:0 18px!important;font-size:15px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;transition:transform .26s,box-shadow .26s!important;display:inline-flex!important;box-shadow:0 18px 42px #00000029,inset 0 0 0 1px #e8445a14!important}.lb-final-cta-btn:hover{transform:translateY(-3px)!important;box-shadow:0 22px 48px #0003,inset 0 0 0 1px #e8445a1a!important}.lb-final-cta-btn-icon{transition:transform .26s!important}.lb-final-cta-btn:hover .lb-final-cta-btn-icon{transform:translate(4px)!important}.lb-final-cta-action-card p{color:#ffe0e7!important;margin:12px 0 0!important;font-size:12.5px!important;font-weight:700!important;line-height:1.45!important}.lb-final-cta-visual{place-items:center!important;width:160px!important;height:142px!important;display:grid!important;position:relative!important}.lb-final-cta-cloche{width:128px!important;height:116px!important;position:relative!important}.lb-final-cta-glow{filter:blur(10px)!important;background:radial-gradient(circle,#ff7e976b,#0000 68%)!important;border-radius:999px!important;width:98px!important;height:98px!important;animation:3.3s ease-in-out infinite lbFinalHeartGlow!important;position:absolute!important;top:42%!important;left:50%!important;transform:translate(-50%,-50%)!important}.lb-final-cta-dome{-webkit-backdrop-filter:blur(8px)!important;background:linear-gradient(120deg,#ffffff47,#ffffff12 42%,#ffffff2e),#ffffff14!important;border:1px solid #ffffff57!important;border-bottom:0!important;border-radius:60px 60px 18px 18px!important;place-items:center!important;width:96px!important;height:88px!important;display:grid!important;position:absolute!important;top:8px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:inset 16px 0 24px #ffffff1a,0 18px 34px #0000001f!important}.lb-final-cta-heart{background:radial-gradient(circle,#ffffff2e,#0000 70%)!important;border-radius:50%!important;place-items:center!important;width:48px!important;height:48px!important;display:grid!important}.lb-final-cta-heart svg{fill:#ff91a5!important;filter:drop-shadow(0 0 16px #ff7e97b8)!important;width:36px!important;height:36px!important}.lb-final-cta-base{background:linear-gradient(#ffe1e8,#ff9daf)!important;border-radius:999px!important;width:122px!important;height:18px!important;position:absolute!important;bottom:12px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 14px 24px #00000029!important}.lb-final-cta-knob{background:#ffd5df!important;border-radius:999px 999px 6px 6px!important;width:23px!important;height:15px!important;position:absolute!important;top:0!important;left:50%!important;transform:translate(-50%)!important}.lb-final-cta-code{color:#ffe6ec!important;letter-spacing:.12em!important;background:#ffffff1a!important;border:1px solid #ffffff29!important;border-radius:999px!important;padding:6px 10px!important;font-size:10px!important;font-weight:900!important;position:absolute!important;bottom:6px!important;right:18px!important}.lb-footer{z-index:2!important;-webkit-backdrop-filter:blur(20px)!important;background:#fff7f7c7!important;border-top:1px solid #e8445a1f!important;position:relative!important;overflow:hidden!important}.lb-footer:before{content:""!important;background:linear-gradient(90deg,#0000,#e8445a4d,#0000)!important;height:1px!important;position:absolute!important;inset:0 0 auto!important}.lb-footer-inner{width:min(1420px,100% - 80px)!important;margin:0 auto!important;padding:58px 0 26px!important}.lb-footer-top{grid-template-columns:1.35fr .85fr .85fr .85fr!important;align-items:start!important;gap:64px!important;display:grid!important}.lb-footer-logo{color:#2c0d16!important;letter-spacing:-.04em!important;align-items:center!important;gap:12px!important;font-family:Playfair Display,serif!important;font-size:34px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.lb-footer-logo-icon{color:#fff!important;background:linear-gradient(135deg,#ff7890,#e8445a)!important;border-radius:50%!important;place-items:center!important;width:42px!important;height:42px!important;display:grid!important;box-shadow:0 14px 32px #e8445a38!important}.lb-footer-logo-icon svg{fill:currentColor!important;width:22px!important;height:22px!important}.lb-footer-logo em{color:#e8445a!important;font-style:italic!important;font-weight:500!important}.lb-footer-brand p{color:#714451!important;max-width:360px!important;margin:20px 0 24px!important;font-size:15.5px!important;line-height:1.7!important}.lb-footer-socials{gap:12px!important;display:flex!important}.lb-footer-social{color:#8a2a40!important;background:#fff!important;border:1px solid #e8445a24!important;border-radius:50%!important;place-items:center!important;width:42px!important;height:42px!important;text-decoration:none!important;transition:transform .25s,color .25s,border-color .25s!important;display:grid!important;box-shadow:0 12px 28px #761a2d0f!important}.lb-footer-social:hover{color:#e8445a!important;border-color:#e8445a40!important;transform:translateY(-4px)!important}.lb-footer-social svg{fill:currentColor!important;width:18px!important;height:18px!important}.lb-footer-instagram svg{fill:none!important;stroke:currentColor!important;stroke-width:2px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:19px!important;height:19px!important}.lb-footer-col h3{color:#2c0d16!important;letter-spacing:-.025em!important;margin:0 0 18px!important;font-family:Playfair Display,serif!important;font-size:22px!important}.lb-footer-col a{color:#704350!important;margin-bottom:13px!important;font-size:15.5px!important;font-weight:600!important;text-decoration:none!important;transition:color .25s,transform .25s!important;display:block!important}.lb-footer-col a:hover{color:#e8445a!important;transform:translate(4px)!important}.lb-footer-bottom{color:#744553!important;border-top:1px solid #e8445a1c!important;flex-wrap:wrap!important;justify-content:space-between!important;gap:16px!important;margin-top:42px!important;padding-top:24px!important;font-size:14px!important;font-weight:600!important;display:flex!important}.lb-footer-bottom p{margin:0!important}.lb-footer-bottom b{color:#e8445a!important}@keyframes lbFinalCtaSpark{0%,to{opacity:.35;transform:translateY(0)scale(.92)}50%{opacity:.9;transform:translateY(-8px)scale(1.06)}}@keyframes lbFinalHeartGlow{0%,to{opacity:.58;transform:translate(-50%,-50%)scale(.94)}50%{opacity:.96;transform:translate(-50%,-50%)scale(1.05)}}@media (max-width:1100px){.lb-final-cta-card{grid-template-columns:1fr!important;gap:24px!important}.lb-final-cta-copy{max-width:900px!important}.lb-final-cta-right{grid-template-columns:minmax(0,1fr) 160px!important}.lb-footer-top{grid-template-columns:1.2fr 1fr 1fr!important;gap:40px!important}}@media (max-width:760px){.lb-final-cta-section{padding-top:56px!important}.lb-final-cta-shell{width:calc(100% - 32px)!important;margin-bottom:48px!important}.lb-final-cta-card{border-radius:28px!important;min-height:0!important;padding:24px 20px!important}.lb-final-cta-copy h2{font-size:clamp(32px,10vw,44px)!important;line-height:1.05!important}.lb-final-cta-copy p{font-size:15.5px!important}.lb-final-cta-meta{gap:9px!important}.lb-final-cta-meta span{height:auto!important;min-height:36px!important;padding:8px 12px!important}.lb-final-cta-right{grid-template-columns:1fr!important}.lb-final-cta-action-card{order:2!important}.lb-final-cta-visual{order:1!important;justify-self:center!important;width:170px!important;height:142px!important}.lb-final-cta-code{right:6px!important}.lb-footer-inner{width:calc(100% - 32px)!important;padding:46px 0 24px!important}.lb-footer-top{grid-template-columns:1fr!important;gap:30px!important}.lb-footer-bottom{text-align:center!important;justify-content:center!important}}@media (hover:none){.lb-final-cta-btn:hover,.lb-footer-social:hover,.lb-footer-col a:hover{transform:none!important}}@media (prefers-reduced-motion:reduce){.lb-final-cta-section *,.lb-final-cta-section :before,.lb-final-cta-section :after,.lb-footer *,.lb-footer :before,.lb-footer :after{transition:none!important;animation:none!important}}.lb-stories-section{background:radial-gradient(circle at 12% 18%,#ff7e9721,#0000 27%),radial-gradient(circle at 90% 60%,#e8445a1f,#0000 30%),linear-gradient(#fffdfb 0%,#fff4f7 45%,#ffe7ed 100%)!important;position:relative!important;overflow:hidden!important}.lb-stories-section:before{content:""!important;z-index:0!important;pointer-events:none!important;opacity:.26!important;background-image:radial-gradient(circle,#e8445a1a 0 1.2px,#0000 1.35px)!important;background-size:42px 42px!important;position:absolute!important;inset:0!important;-webkit-mask-image:linear-gradient(#0000,#000 18% 78%,#0000)!important;mask-image:linear-gradient(#0000,#000 18% 78%,#0000)!important}.lb-stories-section>.lb-container{z-index:2!important;position:relative!important}.lb-stories-bg-orb{z-index:0!important;filter:blur(8px)!important;pointer-events:none!important;border-radius:50%!important;animation:9s ease-in-out infinite lbStoriesOrbFloat!important;position:absolute!important}.lb-stories-bg-orb-one{background:radial-gradient(circle,#ff769126,#0000 70%)!important;width:330px!important;height:330px!important;top:190px!important;left:-130px!important}.lb-stories-bg-orb-two{background:radial-gradient(circle,#e8445a1f,#0000 70%)!important;width:430px!important;height:430px!important;animation-delay:-4s!important;bottom:80px!important;right:-170px!important}@keyframes lbStoriesOrbFloat{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(20px,-18px)scale(1.08)}}@media (max-width:700px){.lb-stories-bg-orb-one{width:220px!important;height:220px!important;top:140px!important;left:-120px!important}.lb-stories-bg-orb-two{width:260px!important;height:260px!important;bottom:80px!important;right:-150px!important}}@media (prefers-reduced-motion:reduce){.lb-stories-bg-orb{animation:none!important}}.hero-v2-section,.lb-features-section,.lb-stories-section,.lb-stats-section,.lb-steps-section,.lb-final-cta-section,.lb-footer{position:relative!important;overflow:hidden!important}.hero-v2-section:after{content:""!important;pointer-events:none!important;z-index:1!important;background:linear-gradient(#ffd0dc00 0%,#fff8f6b8 55%,#fffdfb 100%)!important;height:120px!important;position:absolute!important;bottom:-1px!important;left:0!important;right:0!important}.lb-features-section{background:linear-gradient(#fff0f400 calc(100% - 105px),#ffe7edb8 calc(100% - 36px),#ffe7ed 100%),radial-gradient(circle at 12% 28%,#ff7e971f,#0000 26%),radial-gradient(circle at 84% 18%,#ff7e9721,#0000 24%),linear-gradient(#fffdfb 0%,#fff8f6 48%,#fff0f4 100%)!important}.lb-stories-section:after{content:""!important;pointer-events:none!important;z-index:1!important;background:linear-gradient(#ffe7ed00 0%,#fff8f6d1 70%,#fff8f6 100%)!important;height:115px!important;position:absolute!important;bottom:-1px!important;left:0!important;right:0!important}.lb-stats-section{background:linear-gradient(#fff8f6 0%,#fff5f7 45%,#fff8f6 100%)!important;position:relative!important}.lb-stats-section:before{content:""!important;pointer-events:none!important;z-index:0!important;background:linear-gradient(#fff8f6 0%,#fff8f600 100%)!important;height:80px!important;position:absolute!important;top:-1px!important;left:0!important;right:0!important}.lb-stats-section:after{content:""!important;pointer-events:none!important;z-index:0!important;background:linear-gradient(#fff8f600 0%,#fff6f7 100%)!important;height:90px!important;position:absolute!important;bottom:-1px!important;left:0!important;right:0!important}.lb-steps-section{background:linear-gradient(#fff8f6 0%,#fff6f7b8 48px,#ffe9ef00 110px),radial-gradient(circle at 14% 22%,#ff7e971f,#0000 28%),radial-gradient(circle at 88% 68%,#e8445a1a,#0000 28%),linear-gradient(#fffdfb 0%,#fff6f7 46%,#ffe9ef 100%)!important}.lb-steps-section:after{content:""!important;pointer-events:none!important;z-index:1!important;background:linear-gradient(#ffe9ef00 0%,#fffdfbd1 72%,#fffdfb 100%)!important;height:110px!important;position:absolute!important;bottom:-1px!important;left:0!important;right:0!important}.lb-footer{background:linear-gradient(#fff7f7e6 0%,#fff3f6fa 100%)!important;border-top-color:#e8445a14!important}.lb-footer:before{pointer-events:none!important}@media (max-width:700px){.hero-v2-section:after,.lb-stories-section:after,.lb-steps-section:after{height:70px!important}.lb-features-section{background:linear-gradient(#fff0f400 calc(100% - 70px),#ffe7edb8 calc(100% - 24px),#ffe7ed 100%),radial-gradient(circle at 12% 28%,#ff7e971f,#0000 26%),radial-gradient(circle at 84% 18%,#ff7e9721,#0000 24%),linear-gradient(#fffdfb 0%,#fff8f6 48%,#fff0f4 100%)!important}.lb-stats-section:before,.lb-stats-section:after{height:60px!important}.lb-steps-section{background:linear-gradient(#fff8f6 0%,#fff6f7b8 30px,#ffe9ef00 70px),radial-gradient(circle at 14% 22%,#ff7e971f,#0000 28%),radial-gradient(circle at 88% 68%,#e8445a1a,#0000 28%),linear-gradient(#fffdfb 0%,#fff6f7 46%,#ffe9ef 100%)!important}}.lb-stories-section{background:linear-gradient(#ffe7ed 0%,#fff1f5 78px,#fff7f8 170px,#fff4f7 46%,#ffe7ed 100%),radial-gradient(circle at 12% 18%,#ff7e9721,#0000 27%),radial-gradient(circle at 90% 60%,#e8445a1f,#0000 30%)!important}.lb-final-cta-section{background:linear-gradient(#fffdfb 0%,#fff5f7 58%,#fff3f6 100%)!important}.lb-footer{background:linear-gradient(#fff3f6 0%,#fff3f6fa 100%)!important;border-top:0!important}.lb-footer:before{display:none!important}.lb-final-cta-section{z-index:1!important;background:linear-gradient(#fffdfb 0%,#fff5f7 58%,#fff3f6 100%)!important;padding:72px 0 76px!important;position:relative!important;overflow:hidden!important}.lb-final-cta-shell{z-index:2!important;width:min(1420px,100% - 80px)!important;margin:0 auto!important;position:relative!important}.lb-final-cta-card{z-index:2!important;position:relative!important}.lb-footer{z-index:2!important;background:linear-gradient(#fff7f7f0 0%,#fff3f6fa 100%)!important;border-top:1px solid #e8445a14!important;margin-top:0!important;position:relative!important}.lb-footer-socials a,.lb-footer-social{color:#8a2a40!important;background:#fff!important;border:1px solid #e8445a24!important;border-radius:50%!important;place-items:center!important;width:42px!important;height:42px!important;text-decoration:none!important;transition:transform .25s,color .25s!important;display:grid!important;box-shadow:0 12px 28px #761a2d0f!important}.lb-footer-socials a:hover,.lb-footer-social:hover{color:#e8445a!important;transform:translateY(-4px)!important}.lb-footer-instagram svg{fill:none!important;stroke:currentColor!important;stroke-width:2px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:19px!important;height:19px!important;display:block!important}.lb-footer-instagram svg rect,.lb-footer-instagram svg circle,.lb-footer-instagram svg path{fill:none!important;stroke:currentColor!important}.lb-footer .lb-footer-social.lb-footer-instagram>svg.lb-footer-instagram-icon{fill:none!important;stroke:currentColor!important;stroke-width:2px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:19px!important;height:19px!important;display:block!important;overflow:visible!important}.lb-footer .lb-footer-instagram-icon .lb-footer-instagram-frame,.lb-footer .lb-footer-instagram-icon .lb-footer-instagram-lens{fill:none!important;stroke:currentColor!important;stroke-width:2px!important}.lb-footer .lb-footer-instagram-icon .lb-footer-instagram-dot{fill:currentColor!important;stroke:none!important}@media (max-width:760px){.lb-final-cta-section{padding:48px 0 56px!important}.lb-final-cta-shell,.lb-footer-inner{width:calc(100% - 32px)!important}}html,body{overflow-x:hidden!important}.lb-stories-mobile-scroller{display:none}@keyframes lbMobileFloatUp{0%{opacity:0;transform:translateY(18px)scale(.96)}12%{opacity:.92;transform:translateY(0)scale(1)}42%{opacity:.88;transform:translateY(-10px)scale(1)}70%,to{opacity:0;transform:translateY(-38px)scale(.98)}}@media (max-width:768px){#navbar{min-height:58px!important}#navbar .nav-container{width:calc(100% - 32px)!important;min-height:58px!important;padding-inline:0!important}#navbar .logo-text{font-size:1.35rem!important}#navbar .heart-icon{width:30px!important;height:30px!important}#navbar .nav-links,#navbar .nav-actions{display:none!important}#navbar .hamburger{display:flex!important}.hero-v2-section{min-height:auto!important;margin-top:90px!important;padding:30px 0 24px!important}.hero-v2-section .toast-container{z-index:99999!important;pointer-events:none!important;gap:.4rem!important;width:auto!important;max-width:240px!important;display:flex!important;position:fixed!important;top:93px!important;left:auto!important;right:1.5rem!important}.hero-v2-section .toast{-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;opacity:0!important;background:#fffffff2!important;border:1px solid #e8445a26!important;border-radius:10px!important;align-items:center!important;gap:8px!important;min-width:210px!important;max-width:230px!important;padding:.4rem .65rem!important;transition:all .5s cubic-bezier(.175,.885,.32,1.275)!important;display:flex!important;overflow:hidden!important;transform:translate(110%)!important;box-shadow:0 8px 32px #e8445a24!important}.hero-v2-section .toast-icon{border-radius:6px!important;flex-shrink:0!important;width:22px!important;height:22px!important;font-size:.72rem!important}.hero-v2-section .toast-title{max-width:130px!important;font-size:.58rem!important;font-weight:700!important}.hero-v2-section .toast-msg{font-size:.52rem!important;line-height:1.3!important}.hero-v2-section .toast-time{font-size:.48rem!important}.hero-v2-section .toast-progress{border-radius:0 0 10px 10px!important}.hero-v2-section .toast.show{opacity:1!important;transform:translate(0)!important}.hero-v2-section .toast.hide{opacity:0!important;transform:translateY(-20px)scale(.9)!important}.hero-v2-section:after{height:74px!important}.hero-v2-inner{z-index:3!important;width:calc(100% - 32px)!important;min-height:0!important;display:block!important;position:relative!important}.hero-v2-copy{z-index:4!important;max-width:100%!important;position:relative!important}.hero-v2-eyebrow{letter-spacing:.11em!important;max-width:86%!important;margin-bottom:16px!important;padding:6px 12px!important;font-size:9.5px!important}.hero-v2-title{letter-spacing:-.055em!important;max-width:96%!important;margin-bottom:14px!important;font-size:clamp(44px,13vw,62px)!important;line-height:1.02!important}.hero-love-mark{width:82px!important;height:38px!important;margin-top:2px!important}.moments-line{gap:9px!important}.hero-v2-subtitle{max-width:285px!important;margin-bottom:20px!important;font-size:13.5px!important;line-height:1.55!important}.hero-v2-actions{grid-template-columns:1fr .7fr!important;gap:10px!important;max-width:100%!important;margin-bottom:16px!important;display:grid!important}.hero-v2-primary,.hero-v2-secondary{width:100%!important;min-width:0!important;height:48px!important;min-height:48px!important;padding-inline:12px!important;font-size:12.5px!important}.hero-v2-trust{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;max-width:100%!important;display:grid!important}.hero-v2-trust-item{text-align:center!important;justify-content:center!important;min-height:31px!important;padding:5px 8px!important;font-size:9.5px!important;line-height:1.2!important}.hero-v2-stage{z-index:1!important;opacity:.68!important;height:620px!important;margin:0!important;position:absolute!important;inset:0 0 auto!important;overflow:hidden!important}.hero-stage-orbit{width:290px!important;height:290px!important;top:96px!important;right:-92px!important}.hero-stage-heart{font-size:92px!important;top:225px!important;left:auto!important;right:-28px!important;transform:none!important}.hero-flower,.hero-music-orb,.hero-image-stack,.hero-note-card,.hero-memory-chip,.hero-photo-card,.hero-song-card-2,.hero-song-card-3,.hero-memory-chip-2{display:none!important}.hero-float-item{animation:14s ease-in-out infinite lbMobileFloatUp!important}.hero-song-card{border-radius:18px!important;gap:8px!important;width:154px!important;padding:9px!important;animation-delay:1.5s!important;top:auto!important;bottom:10px!important;right:14px!important}.hero-voice-card{border-radius:18px!important;width:158px!important;padding:9px!important;animation-delay:8s!important;top:auto!important;bottom:10px!important;left:14px!important}.note-text{font-size:11.5px!important;line-height:1.25!important}.note-badge,.song-tag,.song-artist,.chip-desc,.photo-caption{font-size:8.5px!important}.song-album-cover,.voice-avatar{width:30px!important;height:30px!important}.song-title,.chip-title{font-size:10.5px!important}.voice-duration{font-size:9px!important}.hero-v2-year-pill{display:none!important}.lb-features-section{padding:48px 0 56px!important}.lb-features-container{width:calc(100% - 32px)!important}.lb-features-header{margin-bottom:26px!important}.lb-features-header h2{font-size:clamp(30px,9vw,42px)!important;line-height:1.08!important}.lb-features-header p{font-size:13.5px!important;line-height:1.55!important}.lb-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:0!important}.lb-feature-card{border-radius:22px!important;min-height:210px!important;padding:14px 12px 16px!important}.lb-feature-chip{min-height:26px!important;padding:5px 9px!important;font-size:10px!important;top:10px!important;right:10px!important}.lb-feature-visual{height:94px!important;margin:8px 0!important}.lb-feature-card h3{font-size:18px!important;line-height:1.08!important}.lb-feature-card p{max-width:132px!important;font-size:10.5px!important;line-height:1.42!important}.lb-envelope{width:118px!important;height:82px!important}.lb-memory-stack{width:128px!important;height:100px!important}.lb-memory-photo{width:72px!important;height:86px!important;padding:7px 7px 14px!important}.lb-memory-photo-three{left:28px!important}.lb-voice-pill{width:138px!important;height:48px!important}.lb-forever-visual{width:130px!important;height:106px!important}.lb-stories-section{padding:46px 0 52px!important}.lb-stories-section>.lb-container{width:calc(100% - 32px)!important}.lb-stories-section .lb-section-header{margin-bottom:24px!important}.lb-stories-section .lb-section-title{font-size:clamp(34px,10vw,46px)!important;line-height:1.04!important}.lb-slider-container{display:none!important}.lb-stories-mobile-scroller{overscroll-behavior-x:contain!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;grid-auto-columns:minmax(292px,86%)!important;grid-auto-flow:column!important;gap:14px!important;margin-inline:-2px!important;padding:4px 2px 16px!important;display:grid!important;overflow:auto hidden!important}.lb-stories-mobile-scroller::-webkit-scrollbar{display:none!important}.lb-story-mobile-card{scroll-snap-align:start!important;background:#ffffffd1!important;border:1px solid #e8445a21!important;border-radius:26px!important;overflow:hidden!important;box-shadow:0 18px 58px #761a2d1a!important}.lb-story-mobile-media{background:#fff1f5!important;height:154px!important;position:relative!important;overflow:hidden!important}.lb-story-mobile-img{object-fit:cover!important}.lb-story-mobile-media-overlay{pointer-events:none!important;background:linear-gradient(#0000 48%,#2d07156b)!important;position:absolute!important;inset:0!important}.lb-story-mobile-tag{color:#fff!important;letter-spacing:.05em!important;background:#e8445ad1!important;border-radius:999px!important;padding:6px 10px!important;font-size:10px!important;font-weight:900!important;position:absolute!important;bottom:12px!important;left:14px!important}.lb-story-mobile-content{padding:16px!important}.lb-story-mobile-content h3{color:#2d0715!important;letter-spacing:-.025em!important;margin:0!important;font-family:Playfair Display,serif!important;font-size:23px!important;line-height:1.08!important}.lb-story-mobile-content p{color:#653043c2!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;margin:9px 0 0!important;font-size:12.5px!important;line-height:1.55!important;display:-webkit-box!important;overflow:hidden!important}.lb-story-mobile-author{color:#7c0827!important;align-items:center!important;gap:9px!important;margin-top:13px!important;font-size:12px!important;font-weight:900!important;display:flex!important}.lb-story-mobile-avatar{object-fit:cover!important;border-radius:50%!important;width:34px!important;height:34px!important}.lb-story-mobile-chat-preview{background:#fff7f9!important;border:1px solid #e8445a14!important;border-radius:18px!important;gap:8px!important;margin-top:14px!important;padding:12px!important;display:grid!important}.lb-story-mobile-bubble{color:#5a2132!important;background:#fff!important;border-radius:14px!important;width:fit-content!important;max-width:86%!important;padding:8px 10px!important;font-size:11px!important;line-height:1.35!important;box-shadow:0 8px 18px #761a2d0d!important}.lb-story-mobile-bubble.sent{color:#fff!important;background:#e8445a!important;justify-self:end!important}.lb-story-mobile-voice{color:#c81948!important;align-items:center!important;gap:5px!important;font-size:10px!important;font-weight:900!important;display:flex!important}.lb-story-mobile-voice i{background:#e8445a5c!important;border-radius:999px!important;width:4px!important;height:14px!important}.lb-story-mobile-voice i:nth-child(3){height:20px!important}.lb-story-mobile-voice i:nth-child(4){height:10px!important}.lb-story-mobile-voice b{margin-left:auto!important;font-size:10px!important}.lb-stats-section{padding:34px 0 38px!important}.lb-stats-shell{width:calc(100% - 32px)!important}.lb-stats-kicker{margin-bottom:14px!important;font-size:10px!important}.lb-stats-card{border-radius:26px!important;padding:16px!important}.lb-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lb-stat{justify-content:flex-start!important;gap:10px!important;min-height:94px!important;padding:12px!important}.lb-stat:nth-child(odd):after{display:block!important;top:12px!important;bottom:12px!important;right:0!important}.lb-stat:nth-child(-n+2):before{display:block!important;left:12px!important;right:12px!important}.lb-stat-icon-wrap{border-radius:15px!important;flex:0 0 40px!important;width:40px!important;height:40px!important}.lb-stat-icon-wrap svg{width:20px!important;height:20px!important}.lb-stat-value{font-size:32px!important}.lb-stat-label{margin-top:5px!important;font-size:11px!important;line-height:1.15!important}.lb-stat-micro{margin-top:3px!important;font-size:9px!important}.lb-stats-note{margin-top:12px!important}.lb-stats-note span{letter-spacing:.02em!important;font-size:10.5px!important}.lb-steps-section{padding:48px 0 56px!important}.lb-steps-container{width:calc(100% - 32px)!important}.lb-steps-header{margin-bottom:26px!important}.lb-steps-eyebrow{letter-spacing:.13em!important;gap:8px!important;font-size:9.5px!important}.lb-steps-header h2{font-size:clamp(32px,9vw,42px)!important;line-height:1.06!important}.lb-steps-header p{margin-top:12px!important;font-size:13px!important;line-height:1.5!important}.lb-steps-grid{grid-template-columns:1fr!important;gap:12px!important}.lb-step-card{border-radius:24px!important;grid-template-columns:86px 1fr!important;align-items:center!important;gap:14px!important;min-height:132px!important;padding:16px!important;display:grid!important}.lb-step-visual-box{border-radius:20px!important;min-width:86px!important;height:86px!important;margin:0!important}.lb-step-visual-box:before{width:56px!important;height:56px!important}.lb-step-info{min-width:0!important;margin-top:0!important}.lb-step-card-title{padding-right:34px!important;font-size:20px!important;line-height:1.1!important}.lb-step-card-desc{margin-top:7px!important;font-size:11px!important;line-height:1.45!important}.lb-step-footer{letter-spacing:.06em!important;gap:6px!important;margin-top:8px!important;padding-top:0!important;font-size:9px!important}.lb-step-footer span{width:18px!important;height:18px!important}.lb-step-no{width:30px!important;height:30px!important;font-size:10px!important;top:12px!important;right:12px!important}.lb-step-envelope{border-radius:11px!important;width:70px!important;height:48px!important}.lb-step-envelope-heart{width:26px!important;height:26px!important;font-size:13px!important}.lb-step-gift-svg-wrap{width:92px!important;height:78px!important}.lb-step-phone{border-radius:17px!important;width:54px!important;height:78px!important}.lb-step-phone-screen{border-radius:13px!important;width:40px!important;height:60px!important}.lb-step-phone-heart{font-size:28px!important}.lb-step-spark{width:5px!important;height:5px!important}.lb-final-cta-section{padding:38px 0 56px!important}.lb-final-cta-shell{width:calc(100% - 32px)!important;margin:0 auto!important}.lb-final-cta-card{border-radius:28px!important;min-height:auto!important;padding:24px 20px!important;display:block!important}.lb-final-cta-copy{z-index:3!important;position:relative!important}.lb-final-cta-kicker{letter-spacing:.12em!important;height:30px!important;margin-bottom:12px!important;padding:0 12px!important;font-size:9.5px!important}.lb-final-cta-copy h2{font-size:clamp(30px,9vw,42px)!important;line-height:1.04!important}.lb-final-cta-copy p{max-width:280px!important;margin-top:12px!important;font-size:13px!important;line-height:1.55!important}.lb-final-cta-meta{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin-top:12px!important;display:grid!important}.lb-final-cta-meta span{text-align:center!important;justify-content:center!important;gap:3px!important;height:auto!important;min-height:30px!important;padding:6px!important;font-size:9px!important;line-height:1.15!important}.lb-final-cta-right{z-index:3!important;margin-top:16px!important;display:block!important;position:relative!important}.lb-final-cta-action-card{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;padding:0!important}.lb-final-cta-action-label,.lb-final-cta-action-card p,.lb-final-cta-code{display:none!important}.lb-final-cta-btn{width:100%!important;min-height:50px!important;font-size:14px!important}.lb-final-cta-visual{z-index:1!important;opacity:.42!important;pointer-events:none!important;width:82px!important;height:78px!important;position:absolute!important;bottom:8px!important;right:8px!important;transform:none!important}.lb-final-cta-cloche{transform-origin:100% 100%!important;transform:scale(.48)!important}.lb-footer-inner{width:calc(100% - 32px)!important;padding:34px 0 22px!important}.lb-footer-top{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 18px!important}.lb-footer-brand{grid-column:1/-1!important}.lb-footer-logo{font-size:25px!important}.lb-footer-logo-icon{width:30px!important;height:30px!important}.lb-footer-logo-icon svg{width:17px!important;height:17px!important}.lb-footer-brand p{margin:12px 0 15px!important;font-size:12.5px!important;line-height:1.55!important}.lb-footer-social,.lb-footer-socials a{width:38px!important;height:38px!important}.lb-footer-col h3{margin-bottom:10px!important;font-size:17px!important}.lb-footer-col a{margin-bottom:8px!important;font-size:12.2px!important}.lb-footer-bottom{text-align:center!important;justify-content:center!important;gap:8px!important;margin-top:24px!important;padding-top:16px!important;font-size:10.5px!important;display:grid!important}}@media (max-width:370px){.hero-v2-section{min-height:650px!important}.hero-v2-actions{grid-template-columns:1fr .7fr!important}.hero-v2-primary,.hero-v2-secondary{height:46px!important}.lb-features-grid{grid-template-columns:1fr!important}.lb-feature-card{min-height:238px!important}.lb-stories-mobile-scroller{grid-auto-columns:minmax(278px,90%)!important}.lb-final-cta-meta{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:340px){.lb-stats-grid{grid-template-columns:1fr!important}}.hero-v2-stage .hero-main-sticker{aspect-ratio:2048/1153!important;z-index:5!important;opacity:1!important;filter:none!important;width:clamp(620px,52vw,900px)!important;top:50%!important;right:clamp(-58px,-2vw,10px)!important;transform:translateY(-50%)!important}.hero-v2-stage .hero-main-sticker-img{object-fit:contain!important;-webkit-mask-image:none!important;mask-image:none!important}.hero-v2-stage .hero-main-sticker:before{content:none!important}.hero-v2-stage .hero-flow-layer,.hero-v2-stage .hero-flow-layer .hero-float-item{display:none!important}.hero-sticker-effects{aspect-ratio:1;z-index:6;pointer-events:none;width:clamp(500px,44vw,760px);position:absolute;top:50%;right:clamp(-18px,2.4vw,34px);transform:translateY(-46%)}.hero-sticker-glitter,.hero-sticker-heart{pointer-events:none;display:block;position:absolute}.hero-sticker-glitter{opacity:.9;width:14px;height:14px;animation:3.8s ease-in-out infinite heroGlitterTwinkle}.hero-sticker-glitter:before,.hero-sticker-glitter:after{content:"";background:linear-gradient(#fff,#ffe27a 42%,#ff7faf);border-radius:999px;margin:auto;position:absolute;inset:0;box-shadow:0 0 18px #ffffffd9}.hero-sticker-glitter:before{width:3px;height:100%}.hero-sticker-glitter:after{width:100%;height:3px}.hero-sticker-glitter.g1{animation-delay:.1s;top:29%;left:5%}.hero-sticker-glitter.g2{animation-delay:.9s;top:35%;right:9%}.hero-sticker-glitter.g3{animation-delay:1.6s;bottom:25%;left:12%}.hero-sticker-glitter.g4{animation-delay:2.2s;bottom:12%;right:16%}.hero-sticker-heart{color:#ff5e8c;text-shadow:0 10px 24px #c7195847;font-size:clamp(18px,1.8vw,28px);line-height:1;animation:5.6s ease-in-out infinite heroHeartDrift}.hero-sticker-heart.h1{animation-delay:.2s;bottom:34%;left:2%}.hero-sticker-heart.h2{font-size:clamp(15px,1.3vw,22px);animation-delay:1.4s;bottom:18%;left:20%}.hero-sticker-heart.h3{animation-delay:.8s;bottom:27%;right:4%}.hero-sticker-heart.h4{font-size:clamp(14px,1.2vw,20px);animation-delay:2s;top:28%;right:17%}.hero-v2-stage .hero-stage-heart{opacity:.18!important}.hero-v2-stage .hero-note-card{opacity:.52!important;top:8%!important;right:0!important}.hero-v2-stage .hero-memory-chip,.hero-v2-stage .hero-memory-chip-2{opacity:.55!important;right:1%!important}.hero-v2-stage .hero-stage-orbit{opacity:.22!important}@keyframes heroGlitterTwinkle{0%,to{opacity:.18;transform:scale(.62)rotate(0)}42%{opacity:1;transform:scale(1.18)rotate(18deg)}70%{opacity:.62;transform:scale(.9)rotate(28deg)}}@keyframes heroHeartDrift{0%,to{opacity:.46;transform:translate(0,0)scale(.92)rotate(-8deg)}50%{opacity:.92;transform:translate(6px,-12px)scale(1.08)rotate(7deg)}}@media (min-width:769px) and (max-width:1180px){.hero-v2-stage .hero-main-sticker{width:min(68vw,760px)!important;right:-118px!important}.hero-sticker-effects{width:min(56vw,620px)!important;right:-92px!important}}@media (max-width:768px){.hero-v2-stage .hero-main-sticker,.hero-sticker-effects{display:none!important}}@media (min-width:769px) and (max-width:1024px){.hero-v2-section{min-height:auto!important;padding:46px 0 52px!important}.hero-v2-inner,.lb-features-container,.lb-stories-section>.lb-container,.lb-stats-shell,.lb-steps-container,.lb-final-cta-shell,.lb-footer-inner{width:calc(100% - 48px)!important}.hero-v2-title{font-size:clamp(54px,8vw,76px)!important}.hero-v2-inner{grid-template-columns:.5fr .5fr!important;align-items:center!important;gap:28px!important;display:grid!important}.hero-v2-copy{max-width:560px!important}.hero-v2-stage{height:500px!important}}@media (prefers-reduced-motion:reduce){.hero-float-item,.lb-story-mobile-voice i{transition:none!important;animation:none!important}}@keyframes lbMobileFloatSubtle{0%{opacity:0;transform:translateY(12px)scale(.82)}14%,46%{opacity:.22;transform:translateY(0)scale(.82)}74%,to{opacity:0;transform:translateY(-26px)scale(.82)}}.lb-feature-visual{place-items:center;display:grid;overflow:visible}.lb-feature-visual img,.lb-feature-card img{object-fit:contain;object-position:center;width:auto;height:auto;display:block}@media (min-width:769px){.lb-feature-visual{min-height:180px;overflow:visible}.lb-voice-pill{width:min(240px,88%);min-width:180px;height:58px;margin:0 auto;overflow:visible}.lb-forever-visual{width:170px;max-width:88%;height:145px;margin:0 auto;overflow:visible}}@media (max-width:768px){.moments-line{white-space:nowrap!important;justify-content:center!important;align-items:center!important;gap:8px!important;display:inline-flex!important}.hero-love-mark{opacity:1!important;flex:none!important;width:64px!important;height:34px!important;margin-top:0!important;display:inline-flex!important;transform:translateY(4px)!important}.hero-love-mark svg{display:block!important;overflow:visible!important}.hero-love-mark .heart-path-main{animation:5.2s ease-in-out infinite drawHeartMain!important}.hero-love-mark .heart-path-tail{animation:5.2s ease-in-out infinite drawHeartTail!important}.hero-love-mark .heart-spark{transform-origin:50%!important;animation:5.2s ease-in-out infinite heartSpark!important}.hero-v2-stage{z-index:1!important;pointer-events:none!important;opacity:1!important;height:auto!important;position:absolute!important;inset:0!important;overflow:hidden!important}.hero-v2-copy{z-index:4!important;position:relative!important}.hero-float-item{pointer-events:none!important;filter:blur(.1px)!important;z-index:1!important;animation:16s ease-in-out infinite lbMobileFloatSubtle!important}.hero-note-card,.hero-song-card,.hero-photo-card,.hero-voice-card,.hero-memory-chip,.hero-image-stack,.hero-music-orb,.hero-song-card-2,.hero-song-card-3,.hero-memory-chip-2{display:flex!important}.hero-image-stack,.hero-photo-card{display:block!important}.hero-petal{opacity:.35!important;z-index:2!important;display:block!important}.hero-voice-card{border-radius:18px!important;width:185px!important;padding:9px!important;animation-delay:0s!important;top:80px!important;bottom:auto!important;left:14px!important}.hero-note-card{border-radius:18px!important;width:155px!important;padding:11px 12px!important;animation-delay:3s!important;display:block!important;top:100px!important;bottom:auto!important;right:12px!important}.hero-song-card{border-radius:18px!important;gap:8px!important;width:165px!important;padding:9px!important;animation-delay:6s!important;top:210px!important;bottom:auto!important;right:-18px!important}.hero-memory-chip{border-radius:18px!important;width:185px!important;padding:10px 12px!important;animation-delay:9s!important;inset:430px 16px auto auto!important}.hero-photo-card{width:125px!important;animation-delay:12s!important;display:block!important;top:320px!important;bottom:auto!important;right:-12px!important}.hero-image-stack{width:130px!important;animation-delay:15s!important;top:300px!important;bottom:auto!important;left:14px!important}.hero-music-orb{width:48px!important;height:48px!important;animation-delay:18s!important;top:260px!important;bottom:auto!important;left:45%!important}.hero-song-card-2{border-radius:18px!important;gap:8px!important;width:165px!important;padding:9px!important;animation-delay:21s!important;top:190px!important;bottom:auto!important;left:14px!important}.hero-memory-chip-2{border-radius:18px!important;width:185px!important;padding:10px 12px!important;animation-delay:24s!important;inset:510px 16px auto auto!important}.hero-song-card-3{border-radius:18px!important;gap:8px!important;width:165px!important;padding:9px!important;animation-delay:27s!important;top:410px!important;bottom:auto!important;left:14px!important}.lb-feature-card{overflow:visible!important}.lb-feature-visual{place-items:center!important;height:120px!important;min-height:120px!important;margin:8px 0 16px!important;display:grid!important;overflow:visible!important}.lb-feature-visual:before{width:100%!important;max-width:220px!important;height:102px!important}.lb-feature-visual img,.lb-feature-card img{object-fit:contain!important;object-position:center!important;width:auto!important;max-width:86%!important;height:auto!important;max-height:105px!important;display:block!important}.lb-voice-pill{gap:6px!important;width:180px!important;height:48px!important;margin:0 auto!important;padding:4px 10px 4px 6px!important;overflow:visible!important;transform:none!important}.lb-voice-pill .lb-voice-play{width:36px!important;height:36px!important}.lb-voice-pill .lb-voice-play:before{border-top:6px solid #0000!important;border-bottom:6px solid #0000!important;border-left:9px solid #fff!important;margin-left:2px!important}.lb-voice-pill .lb-wave{gap:2.5px!important;height:20px!important}.lb-voice-pill .lb-wave-bar{width:2.5px!important}.lb-voice-pill .lb-voice-time{font-size:.75rem!important}.lb-forever-visual{width:155px!important;max-width:86%!important;height:132px!important;margin:0 auto!important;overflow:visible!important;transform:none!important}.lb-forever-ring{width:138px!important;height:108px!important}.lb-cloche{width:104px!important;height:88px!important}.lb-cloche-heart{top:32px!important}.lb-stories-mobile-scroller{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;grid-auto-columns:minmax(320px,88%)!important;grid-auto-flow:column!important;gap:16px!important;margin-left:-16px!important;margin-right:-16px!important;padding:4px 16px 18px!important;display:grid!important;overflow:auto hidden!important}.lb-story-mobile-card{scroll-snap-align:start!important;flex-direction:column!important;max-height:min(700px,100vh - 112px)!important;display:flex!important;overflow:hidden!important}.lb-story-mobile-card-inner{-webkit-overflow-scrolling:auto!important;overscroll-behavior:auto!important;flex-direction:column!important;height:100%!important;min-height:0!important;display:flex!important;overflow:hidden!important}.lb-story-mobile-media{flex:none!important;height:180px!important;overflow:hidden!important}.lb-story-mobile-media img{object-fit:cover!important;width:100%!important;height:100%!important}.lb-story-mobile-content{overscroll-behavior:auto!important;min-height:0!important;max-height:150px!important;padding:20px!important;overflow-y:auto!important}.lb-story-mobile-content::-webkit-scrollbar{width:4px!important;display:block!important}.lb-story-mobile-content::-webkit-scrollbar-track{background:#e8445a08!important;border-radius:10px!important}.lb-story-mobile-content::-webkit-scrollbar-thumb{background:#e8445a40!important;border-radius:10px!important}.lb-story-mobile-content::-webkit-scrollbar-thumb:hover{background:#e8445a66!important}.lb-story-mobile-content h3{margin-bottom:10px!important;font-size:28px!important;line-height:1.1!important}.lb-story-mobile-content p{color:#744553!important;-webkit-box-orient:initial!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;margin-top:0!important;font-size:14px!important;line-height:1.6!important;display:block!important;overflow:visible!important}.lb-story-mobile-chat-preview{background:#fff7f9!important;border:1px solid #e8445a1a!important;border-radius:18px!important;margin-top:16px!important;padding:14px!important}.lb-story-mobile-chat-name{color:#3a101d!important;font-size:13px!important;font-weight:900!important}.lb-story-mobile-voice span{font-size:0!important}.lb-story-mobile-voice span:before{content:"▶";font-size:11px!important}}@media (max-width:380px){.hero-love-mark{width:52px!important;height:28px!important}.lb-stories-mobile-scroller{grid-auto-columns:minmax(292px,88%)!important}.lb-story-mobile-media{height:160px!important}.lb-story-mobile-card{max-height:min(660px,100vh - 104px)!important}.lb-story-mobile-content{max-height:110px!important}.lb-story-mobile-content h3{font-size:24px!important}}@media (max-width:768px){.lb-feature-visual img.lb-feature-sticker-img{object-fit:contain!important;object-position:center!important;width:100%!important;max-width:92%!important;height:100%!important;max-height:110px!important}.lb-feature-visual img.lb-feature-sticker-img--memories{max-width:96%!important;max-height:115px!important}.lb-step-visual-box img.lb-step-sticker-img{object-fit:contain!important;object-position:center!important;width:100%!important;max-width:90%!important;height:100%!important;max-height:78px!important}}.lb-info-page{color:#2e0d16;background:radial-gradient(circle at 12% 18%,#ff7e971f,#0000 28%),radial-gradient(circle at 88% 28%,#e8445a1a,#0000 30%),linear-gradient(#fffdfb 0%,#fff5f7 52%,#fff0f4 100%);min-height:100vh;padding:96px 0 72px}.lb-seo-page{color:#33101c;background:radial-gradient(circle at 12% 8%,#ff5c8a29,#0000 34%),radial-gradient(circle at 88% 28%,#ffc4d238,#0000 32%),linear-gradient(#fff8fa 0%,#fffefe 42%,#fff2f6 100%);min-height:100vh}.lb-seo-shell,.lb-seo-grid,.lb-seo-related{width:min(1120px,100% - 40px);margin:0 auto}.lb-seo-hero{border-bottom:1px solid #e8445a1f;padding:150px 0 72px}.lb-seo-eyebrow,.lb-seo-label{color:#e53969;letter-spacing:.18em;text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:800}.lb-seo-hero h1{letter-spacing:0;color:#270815;max-width:860px;margin:18px 0 20px;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.8rem,6vw,5.6rem);line-height:.96}.lb-seo-intro{color:#724052;max-width:760px;font-family:DM Sans,sans-serif;font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.75}.lb-seo-actions,.lb-seo-proof{flex-wrap:wrap;align-items:center;gap:14px;margin-top:30px;display:flex}.lb-seo-primary,.lb-seo-secondary{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-family:DM Sans,sans-serif;font-weight:800;text-decoration:none;display:inline-flex}.lb-seo-primary{color:#fff;background:linear-gradient(135deg,#ff5d8b,#d91f50);box-shadow:0 18px 42px #d91f503d}.lb-seo-secondary{color:#8a2543;background:#ffffffb8;border:1px solid #e8445a2e}.lb-seo-proof span{color:#7b3a4f;background:#ffffff94;border:1px solid #e8445a24;border-radius:999px;padding:8px 13px;font-size:.88rem;font-weight:700}.lb-seo-section{padding:72px 0}.lb-seo-band{background:#ffffff85;border-top:1px solid #e8445a14;border-bottom:1px solid #e8445a14}.lb-seo-grid{grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:22px;display:grid}.lb-seo-card,.lb-seo-mini-card,.lb-seo-step,.lb-seo-testimonials article,.lb-seo-faqs article,.lb-seo-related{background:#ffffffb8;border:1px solid #e8445a24;box-shadow:0 18px 50px #7e264114}.lb-seo-card{border-radius:26px;padding:30px}.lb-seo-card h2,.lb-seo-section-head h2,.lb-seo-related h2{color:#2b0a16;letter-spacing:0;margin:10px 0 14px;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.05}.lb-seo-card h3{color:#2b0a16;margin:10px 0 12px;font-family:Playfair Display,Georgia,serif;font-size:1.7rem}.lb-seo-card p,.lb-seo-mini-card p,.lb-seo-step p,.lb-seo-use-cases p,.lb-seo-testimonials p,.lb-seo-faqs p{color:#724052;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.72}.lb-seo-section-head{max-width:760px;margin-bottom:28px}.lb-seo-list-grid,.lb-seo-steps,.lb-seo-testimonials,.lb-seo-faqs{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.lb-seo-list-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lb-seo-mini-card,.lb-seo-step,.lb-seo-testimonials article,.lb-seo-faqs article{border-radius:22px;padding:22px}.lb-seo-mini-card span,.lb-seo-step span{color:#fff;background:linear-gradient(135deg,#ff6f9a,#d91f50);border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:12px;font-weight:900;display:inline-flex}.lb-seo-use-cases{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.lb-seo-use-cases p{background:#ffffff94;border-left:3px solid #ef4774;border-radius:0 18px 18px 0;margin:0;padding:14px 18px}.lb-seo-testimonials article span{color:#2b0a16;margin-top:16px;font-weight:900;display:block}.lb-seo-testimonials article small{color:#a45970;font-weight:700}.lb-seo-faqs h3{color:#2b0a16;margin:0 0 10px;font-family:DM Sans,sans-serif;font-size:1.04rem}.lb-seo-related{text-align:center;border-radius:28px;padding:30px}.lb-seo-related div{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.lb-seo-related a{color:#8a2543;background:#fff;border:1px solid #e8445a29;border-radius:999px;padding:10px 16px;font-weight:800;text-decoration:none}@media (max-width:900px){.lb-seo-grid,.lb-seo-list-grid,.lb-seo-steps,.lb-seo-testimonials,.lb-seo-faqs,.lb-seo-use-cases{grid-template-columns:1fr}.lb-seo-hero{padding-top:122px}}.lb-info-hero{text-align:center;width:min(980px,100% - 48px);margin:0 auto 34px}.lb-info-kicker{color:#e8445a;letter-spacing:.16em;text-transform:uppercase;background:#ffffffb8;border:1px solid #e8445a21;border-radius:999px;justify-content:center;align-items:center;height:34px;margin-bottom:18px;padding:0 16px;font-size:12px;font-weight:900;display:inline-flex}.lb-info-hero h1{letter-spacing:-.045em;margin:0;font-family:Playfair Display,serif;font-size:clamp(42px,5vw,72px);line-height:1.03}.lb-info-hero p{color:#744553;max-width:720px;margin:18px auto 0;font-size:18px;line-height:1.65}.lb-info-shell{width:min(980px,100% - 48px);margin:0 auto}.lb-info-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd1;border:1px solid #e8445a21;border-radius:34px;padding:clamp(28px,4vw,52px);box-shadow:0 24px 80px #761a2d1a}.lb-info-section+.lb-info-section{border-top:1px solid #e8445a1a;margin-top:34px;padding-top:30px}.lb-info-section h2{letter-spacing:-.03em;margin:0 0 14px;font-family:Playfair Display,serif;font-size:clamp(26px,3vw,38px);line-height:1.12}.lb-info-section h3{color:#3b1420;margin:22px 0 10px;font-size:18px}.lb-info-section p,.lb-info-section li{color:#704350;font-size:16px;line-height:1.75}.lb-info-section ul{margin:12px 0 0;padding-left:20px}.lb-info-contact-box{background:#fff2f5;border:1px solid #e8445a21;border-radius:22px;margin-top:16px;padding:18px 20px}.lb-info-link{color:#e8445a;font-weight:900;text-decoration:none}.lb-info-link:hover{text-decoration:underline}.lb-info-muted{color:#8a5a67;font-size:14px}.lb-footer-socials svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}@media (max-width:768px){.lb-info-page{padding:76px 0 52px}.lb-info-hero,.lb-info-shell{width:calc(100% - 32px)}.lb-info-hero{margin-bottom:24px}.lb-info-hero h1{font-size:clamp(36px,10vw,48px)}.lb-info-hero p{font-size:15.5px}.lb-info-card{border-radius:26px;padding:24px 20px}.lb-info-section+.lb-info-section{margin-top:26px;padding-top:24px}.lb-info-section p,.lb-info-section li{font-size:14.5px;line-height:1.7}.remaining-feature.collapsed{display:none!important}.lb-pricing-toggle-btn{display:inline-flex!important}}.lb-mobile-menu-overlay{z-index:99999;-webkit-backdrop-filter:blur(14px);background:#ffeff4f5;justify-content:center;align-items:stretch;padding:0;animation:.28s cubic-bezier(.16,1,.3,1) both lbMobileMenuFade;display:flex;position:fixed;inset:0;overflow:hidden}.lb-mobile-menu-panel{background:radial-gradient(circle at 18% 12%,#ff7e9729,#0000 32%),linear-gradient(#fffdfb 0%,#fff4f7 100%);border-left:1px solid #e8445a1f;border-right:1px solid #e8445a1f;flex-direction:column;width:100%;max-width:430px;height:100dvh;max-height:100dvh;animation:.38s cubic-bezier(.34,1.56,.64,1) both lbMobileMenuIn;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 110px #5c081e38}@media (min-width:480px){.lb-mobile-menu-panel{border-left:1px solid #e8445a1f;border-right:1px solid #e8445a1f}}.lb-mobile-menu-panel:before{content:"";opacity:.35;pointer-events:none;background-image:radial-gradient(circle,#e8445a14 0 1px,#0000 1.2px);background-size:34px 34px;position:absolute;inset:0}.lb-mobile-menu-header{z-index:2;background:#fff6f8eb;border-bottom:1px solid #e8445a1a;flex:none;justify-content:space-between;align-items:center;height:72px;min-height:72px;padding:0 20px;display:flex;position:relative}.lb-mobile-menu-logo{color:#2e0d16;letter-spacing:-.04em;align-items:center;gap:12px;font-family:Playfair Display,serif;font-size:26px;font-weight:700;text-decoration:none;display:inline-flex}.lb-mobile-menu-logo em{color:#e8445a;font-style:italic;font-weight:500}.lb-mobile-menu-logo-icon{color:#fff;background:linear-gradient(135deg,#ff7890,#e8445a);border-radius:50%;place-items:center;width:36px;height:36px;font-family:DM Sans,sans-serif;font-size:22px;display:grid;box-shadow:0 14px 32px #e8445a3d}.lb-mobile-menu-logo-icon svg{fill:currentColor;width:22px;height:22px;display:block}.lb-mobile-menu-close{color:#b61b40;cursor:pointer;background:#ffffffc7;border:1px solid #e8445a24;border-radius:50%;place-items:center;width:44px;height:44px;transition:transform .2s,background .2s;display:grid;box-shadow:0 14px 34px #761a2d14}.lb-mobile-menu-close:hover{background:#fffffff2;transform:scale(1.06)}.lb-mobile-menu-close svg{stroke:currentColor;stroke-width:2.4px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.lb-mobile-menu-content{z-index:2;scrollbar-width:thin;scrollbar-color:#e8445a8c transparent;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:18px 18px 12px;position:relative;overflow:hidden auto}.lb-mobile-menu-content::-webkit-scrollbar{width:5px}.lb-mobile-menu-content::-webkit-scrollbar-track{background:0 0}.lb-mobile-menu-content::-webkit-scrollbar-thumb{background:#e8445a73;border-radius:999px}.lb-mobile-menu-kicker{color:#e8445a;letter-spacing:.24em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:900}.lb-mobile-menu-list{grid-template-columns:1fr;grid-auto-flow:row;justify-content:stretch;align-items:stretch;gap:10px;width:100%;display:grid;overflow:visible;z-index:auto!important;height:auto!important;padding:0!important;position:static!important;inset:auto!important}.lb-mobile-menu-item{color:#2e0d16;background:#ffffffdb;border:1px solid #e8445a21;border-radius:20px;grid-template-columns:50px 1fr 20px;align-items:center;gap:12px;width:100%;min-height:78px;padding:11px 14px;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 38px #761a2d14}.lb-mobile-menu-item:hover,.lb-mobile-menu-item:focus-visible{border-color:#e8445a3d;transform:translateY(-3px);box-shadow:0 22px 58px #761a2d1f}.lb-mobile-menu-icon{color:#e8445a;background:linear-gradient(135deg,#fff1f4,#ffe1e8);border:1px solid #e8445a1a;border-radius:16px;place-items:center;width:48px;height:48px;display:grid}.lb-mobile-menu-icon svg{stroke:currentColor;stroke-width:1.9px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.lb-mobile-menu-text{min-width:0}.lb-mobile-menu-text strong{letter-spacing:-.035em;color:#2e0d16;font-family:Playfair Display,serif;font-size:20px;line-height:1.02;display:block}.lb-mobile-menu-text small{color:#805361;margin-top:4px;font-size:11.5px;font-weight:650;line-height:1.25;display:block}.lb-mobile-menu-new{color:#fff;letter-spacing:.04em;background:linear-gradient(135deg,#ff5c7b,#d9184d);border-radius:999px;justify-content:center;align-items:center;height:22px;padding:0 8px;font-size:9px;font-weight:900;display:inline-flex;position:absolute;top:50%;right:46px;transform:translateY(-50%);box-shadow:0 12px 28px #d8184d3d}.lb-mobile-menu-arrow{color:#9b5262;width:24px;height:24px}.lb-mobile-menu-arrow svg{stroke:currentColor;stroke-width:2.2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.lb-mobile-menu-actions{z-index:3;padding:12px 18px calc(14px + env(safe-area-inset-bottom));background:#fff1f5fa;border-top:1px solid #e8445a1a;flex:none;position:relative;box-shadow:0 -12px 34px #761a2d0f}.lb-mobile-menu-actions:before{content:"";background:linear-gradient(90deg,#0000,#e8445a38,#0000);width:100%;height:1px;margin-bottom:8px;display:block}@media (max-width:430px){.lb-mobile-menu-content{padding:14px 16px 10px}.lb-mobile-menu-kicker{margin-bottom:10px}.lb-mobile-menu-list{gap:8px}.lb-mobile-menu-item{border-radius:18px;grid-template-columns:46px 1fr 18px;gap:10px;min-height:70px;padding:10px 12px}.lb-mobile-menu-icon{border-radius:14px;width:44px;height:44px}.lb-mobile-menu-icon svg{width:21px;height:21px}.lb-mobile-menu-text strong{font-size:18px}.lb-mobile-menu-text small{font-size:10.5px}.lb-mobile-menu-actions{padding:10px 16px calc(12px + env(safe-area-inset-bottom))}.lb-mobile-menu-primary{height:44px}.lb-mobile-menu-secondary{height:38px}}[data-animate-section][data-paused] *,[data-animate-section][data-paused] :before,[data-animate-section][data-paused] :after{animation-play-state:paused!important}.hero-v2-section,.lb-features-section,.lb-stories-section,.lb-stats-section,.lb-steps-section,.lb-final-cta-section,.lb-footer{position:relative}.hero-v2-inner,.lb-features-container,.lb-stories-section>.lb-container,.lb-stats-shell,.lb-steps-container,.lb-final-cta-shell,.lb-footer-inner{z-index:2;position:relative}.heart,.float-phrase,.chat-bubble,.bg-shape,.hero-float-item,.hero-petal,.hero-sticker-glitter,.hero-sticker-heart,.lb-features-bg-orb,.lb-stories-bg-orb,.lb-stats-floating-heart,.lb-steps-orb,.lb-final-cta-spark{backface-visibility:hidden;will-change:transform,opacity;transform:translateZ(0)}.lb-features-section,.lb-stories-section,.lb-stats-section,.lb-steps-section,.lb-final-cta-section,.lb-footer{content-visibility:auto;contain-intrinsic-size:700px}.lb-stats-section{contain-intrinsic-size:280px}.lb-final-cta-section{contain-intrinsic-size:420px}.lb-footer{contain-intrinsic-size:520px}.lb-feature-card,.lb-step-card,.lb-final-cta-card{contain:layout}.lb-story-mobile-card,.lb-stats-card{contain:layout paint}.lb-stories-mobile-scroller{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overflow:auto hidden}.lb-story-mobile-card{scroll-snap-align:start}.lb-story-mobile-card-inner{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}@media (max-width:768px){.lb-feature-card,.lb-story-card,.lb-story-panel,.lb-story-mobile-card,.lb-step-card,.lb-stats-card,.lb-final-cta-card,.lb-mobile-menu-panel{box-shadow:0 12px 34px #761a2d12!important}.lb-feature-card,.lb-story-card,.lb-story-panel,.lb-story-mobile-card,.lb-step-card,.lb-final-cta-action-card,.lb-mobile-menu-overlay,.lb-mobile-menu-panel{-webkit-backdrop-filter:none!important}.heart:nth-child(n+7),.float-phrase:nth-child(n+4),.chat-bubble:nth-child(n+5),.bg-shape:nth-child(n+9),.hero-float-item:nth-child(n+7),.hero-petal:nth-child(n+4),.hero-sticker-glitter:nth-child(n+4),.hero-sticker-heart:nth-child(n+4),.lb-stats-floating-heart:nth-of-type(n+4),.lb-final-cta-spark:nth-of-type(n+3){display:none!important}#heart-container,#hero-particles,#bgShapes,.floating-phrases,.chat-bubbles{contain:layout paint}.lb-features-section,.lb-stories-section,.lb-steps-section{contain-intrinsic-size:760px}.lb-stats-section{contain-intrinsic-size:360px}.lb-final-cta-section{contain-intrinsic-size:560px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.lb-mobile-menu-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff5c7b 0%,#d9154d 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;height:48px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:900;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 18px 40px #d8154d40}.lb-mobile-menu-primary:hover{transform:translateY(-2px);box-shadow:0 22px 48px #d8154d59}.lb-mobile-menu-secondary{color:#9a1435;cursor:pointer;background:#ffffffb8;border:1px solid #e8445a29;border-radius:14px;justify-content:center;align-items:center;width:100%;height:42px;margin-top:8px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:800;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.lb-mobile-menu-secondary:hover{background:#ffffffeb;border-color:#e8445a47}@keyframes lbMobileMenuFade{0%{opacity:0}to{opacity:1}}@keyframes lbMobileMenuIn{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:380px){.lb-mobile-menu-header{height:66px;min-height:66px;padding:0 16px}.lb-mobile-menu-logo{font-size:23px}.lb-mobile-menu-logo-icon{width:32px;height:32px;font-size:18px}.lb-mobile-menu-close{width:40px;height:40px}.lb-mobile-menu-content{padding:14px 14px 10px}.lb-mobile-menu-list{gap:8px}.lb-mobile-menu-item{border-radius:18px;grid-template-columns:44px 1fr 18px;gap:10px;min-height:70px;padding:10px 12px}.lb-mobile-menu-icon{border-radius:14px;width:42px;height:42px}.lb-mobile-menu-icon svg{width:21px;height:21px}.lb-mobile-menu-text strong{font-size:18px}.lb-mobile-menu-text small{font-size:10.5px}.lb-mobile-menu-new{height:24px;padding:0 9px;font-size:10px;right:46px}.lb-mobile-menu-actions{padding:10px 14px calc(12px + env(safe-area-inset-bottom))}.lb-mobile-menu-primary{height:44px}.lb-mobile-menu-secondary{height:38px}}
