:root{--theme:#9246d9;--primary-80:#4a0080;--primary-70:#5f00b8;--primary-30:#ddb7ff;--primary-05:#f7edff;--primary-bg-start:#d6e3ff;--primary-bg-end:#ca93ff;--primary-bg-start2:#9246d9;--primary-bg-end2:#7766dd;--secondary:#0d7ff0;--button-bg:#ffba4a;--button-text:#1d1b1e;--content-bg:#fcf7ff;--grey-05:#faf8f9;--grey-40:#948f94;--body-max-width:1200px;--body-width:85%;--header-size:4.2rem;--hero-section-max-height:65vw}*{box-sizing:border-box}body{background-color:var(--content-bg);color:var(--primary-80);overflow-x:hidden}header{padding:12px 5%;position:fixed;width:100%;z-index:100;transition:background-color .3s ease,backdrop-filter .3s ease}header.scrolled{background-color:rgba(252,247,255,.8);backdrop-filter:blur(10px);border-bottom:2px solid var(--primary-05)}a{text-decoration:none}.body-width-container{margin:0 auto;max-width:var(--body-max-width);display:flex;justify-content:space-between;align-items:center}.logo{height:48px;width:auto}.header-actions{display:flex;align-items:center;gap:1.5rem}.login-btn{color:var(--primary-80);font-weight:500;text-decoration:none;font-size:1rem;transition:opacity .3s ease}.login-btn:hover{opacity:.8}.get-app-btn{background-color:var(--button-bg);color:var(--button-text);border:none;padding:.5rem 1.2rem;font-size:.9rem;border-radius:50px;cursor:pointer;font-weight:400;transition:transform .3s ease;display:none}.get-app-btn:hover{transform:translateY(-2px)}.hero{height:auto;overflow:hidden;background:#d6e3ff;padding:0;position:relative}#hero-contents-container,.hero{max-height:var(--hero-section-max-height)}#hero-contents-container{display:flex;align-items:center;justify-content:space-between;height:100%;width:var(--body-width);max-width:var(--body-max-width);gap:1rem;margin:144px auto auto}.hero-content{max-width:45%;justify-content:center;z-index:10;flex-grow:1;align-self:flex-start}.hero-title{color:#fffaf2;letter-spacing:0;position:relative;z-index:1}.hero-title,.hero-title:after{font-family:var(--font-fraunces),"Fraunces",serif;font-size:clamp(64px,6vw,84px);line-height:100%;margin-bottom:1rem;font-weight:900}.hero-title:after{content:"Your story playground";color:var(--hero-text);position:absolute;top:0;bottom:0;left:0;right:0;-webkit-text-stroke-width:15px;-webkit-text-stroke-color:var(--primary-70);z-index:-1;transform:translateZ(0);text-shadow:0 0 16px rgba(74,0,128,.5)}.hero-subtitle{font-size:1.5rem;color:var(--primary-80);opacity:.9;margin-top:2rem;margin-bottom:2rem}.download-btn{display:none;background-color:var(--button-bg);color:var(--button-text);border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:50px;cursor:pointer;font-weight:500;transition:transform .3s ease,box-shadow .3s ease}.download-btn:hover{transform:scale(1.5)}.hero-badges{display:flex;gap:1rem}.hero-image-container{flex:1;height:100%;max-width:550px;display:flex;justify-content:center;align-items:center}.image-grid{width:100%;display:grid;grid-template-columns:45% 35% 20%;grid-template-rows:23% 44% 33%;aspect-ratio:100/95}.hero-image{grid-column-start:2;grid-column-end:4;grid-row-start:2;grid-row-end:4;z-index:3;width:100%;align-self:end}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}#thought-bubble{grid-column-end:3;z-index:0}#bubble-overlay,#thought-bubble{grid-column-start:1;grid-row-start:1;grid-row-end:3;justify-self:stretch;animation:float 3s ease-in-out infinite}#bubble-overlay{grid-column-end:4;display:none}.thought-content{height:100%;width:100%;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center}.thought-track{display:flex;flex-direction:row;animation:scrollHorizontal 20s linear infinite;position:relative;left:100%}@keyframes scrollHorizontal{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.what-if-group{display:inline-flex;gap:16px;flex-direction:row;white-space:nowrap;will-change:transform}.duplicate{animation-delay:10s}@keyframes colorChange{0%{color:#ddb7ff}50%{color:#ca93ff}to{color:#ddb7ff}}.what-if-line{color:var(--primary-30);font-size:2rem;font-weight:400;white-space:nowrap;padding:1rem;animation:colorChange 4s infinite}#cloud-divider{width:100%;height:auto;position:absolute;bottom:-1px;margin-bottom:0!important;padding-bottom:0!important;left:50%;transform:translateX(-50%);z-index:5;filter:drop-shadow(0 4px 12px rgba(150,170,200,.3))}.what-if{padding:3rem 0 5rem;max-width:var(--body-max-width);align-items:center;margin-left:auto;margin-right:auto;text-align:center;background-color:var(--content-bg);position:relative;z-index:5}.section-title{font-family:var(--font-fraunces),"Fraunces",serif;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--primary-80);position:relative;display:inline-block}.section-title:after{content:"";position:absolute;width:50%;height:3px;background-color:var(--button-bg);bottom:-10px;left:25%}.carousel-container{position:relative;width:var(--body-width);max-width:var(--body-max-width);overflow:hidden;margin:0 auto 2rem}.carousel{display:flex;justify-content:center;gap:1.2rem;margin-top:2rem;transition:transform .3s ease}.phone-screen{min-width:250px;background-color:white;border-radius:30px;overflow:hidden;aspect-ratio:768/1344;position:relative;flex-shrink:0}.phone-content{width:100%;height:100%;object-fit:cover}.storyCredit{margin-top:1rem;color:var(--grey-40)}.much-more{font-size:1.5rem;font-weight:400;color:var(--primary-80);text-align:right;margin-top:1rem;margin-right:5%}.cta-section{display:flex;max-width:min(var(--body-max-width),90vw);align-items:center;margin-left:auto;margin-right:auto;padding:5rem 0 10%;background-color:var(--content-bg);position:relative}#cta-image{position:absolute;bottom:0;left:0;width:28%;max-width:400px;flex-shrink:0}.cta-content{flex-grow:1;text-align:center}.cta-title{font-family:var(--font-rubik),"Rubik",sans-serif;font-size:2rem;font-weight:600;margin-bottom:5rem;color:var(--primary-80)}.download-options{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.download-option{display:flex;flex-direction:column;align-items:center}.qr-code{width:140px;height:140px;background-color:white;border-radius:10px;margin-bottom:1rem}.qr-code img{width:100%;height:100%}.store-badge{width:160px;height:50px;object-fit:contain;transition:transform opacity .3s ease}.store-badge:hover{cursor:pointer;transform:translateY(-2px);opacity:.7}.hero-badges .store-badge{width:clamp(160px,40%,200px)}.bottom-button{display:none;background-color:var(--theme);color:white;margin:1rem auto}.download-btn:hover{transform:translateY(-3px);background-color:#ffd081}.bottom-button:hover{background-color:#ca93ff}footer{padding:2rem 5%;background-color:var(--primary-80);color:white;gap:3rem}.footer-content{max-width:var(--body-max-width);display:flex;gap:2rem}footer a{color:white;text-decoration:none;transition:opacity .3s}footer a:hover{opacity:.6}.carousel-controls{display:none}@media (max-width:1920px){#cloud-divider{width:1920px}}@media (max-width:1100px){.hero-image-container{right:0}.hero-subtitle{font-size:1.2rem;margin-top:1.5rem;margin-bottom:1.5rem}.carousel{justify-content:space-between}}@media (max-width:900px){.hero{height:auto;max-height:none}#hero-contents-container{flex-direction:column;width:90%;margin-top:80px;max-height:none;gap:2rem}.hero-content{max-width:100%;padding-top:5%;padding-left:0;text-align:center;align-self:center}.hero-subtitle{text-align:center;margin-top:1.5em;font-size:20px}.hero-image-container{width:max(60vw,432px)}.hero-badges{display:none}.download-btn{display:inline-block}#cloud-divider{width:210vw;left:65%;transform:translateX(-65%)}.cta-title{font-size:1.5rem;margin-bottom:2rem}.download-options{display:none}#cta-image,.bottom-button{display:block}#cta-image{position:relative;width:max(30%,250px);margin-left:auto;margin-right:auto;margin-top:2rem}.cta-section{padding-bottom:0}.what-if{width:100%;max-width:100vw}.carousel-container{width:100%;margin:0}.carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 10vw;margin-top:1rem}.carousel-element{scroll-snap-align:center}.section-title{font-size:2rem;margin-bottom:2rem}.phone-screen{scroll-snap-align:center;height:auto;margin:0 auto}.phone-content{width:100%}}@media (max-width:768px){.hero-title:after{-webkit-text-stroke-width:12px}.what-if{padding:3rem 0}.much-more{text-align:center;margin-right:0;font-size:1.2rem}.cta-section{flex-direction:column}.cta-image{width:80%;margin-bottom:2rem;order:-1}.download-options{flex-direction:column;gap:2rem}footer{flex-direction:column;align-items:center;gap:1rem}}@media (max-width:480px){#hero-contents-container{width:min(85vw,340px)}.hero-title{font-size:48px}.hero-title:after{font-size:48px;-webkit-text-stroke-width:10px}.hero-image-container{max-width:100%;min-width:200px}.carousel-element{flex:0 0 100%}}@supports (-webkit-backdrop-filter:none){.hero-title:after{text-shadow:0 0 16px rgba(74,0,128,.12)}}@supports (-webkit-touch-callout:none){#bubble-overlay{display:block}.what-if-line{font-size:clamp(18px,3vw,2rem)}}