@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fafaf9;color:#292524;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}.site-header{position:fixed;top:0;left:0;right:0;background:hsla(0,9%,98%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e7e5e4;z-index:100;padding:1.25rem 0}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-center{flex:1 1;display:flex;justify-content:center}.trip-selector-wrapper{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #e7e5e4;border-radius:12px;padding:.75rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgba(0,0,0,.05)}.trip-selector-wrapper:hover{border-color:#2d4a3e;box-shadow:0 4px 12px rgba(45,74,62,.15);transform:translateY(-1px)}.trip-icon{width:20px;height:20px;margin-right:.75rem;transition:transform .3s ease}.trip-selector-wrapper:hover .trip-icon{transform:scale(1.1)}.trip-selector{background:transparent;border:none;font-size:1rem;font-weight:600;color:#292524;cursor:pointer;font-family:Inter,sans-serif;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:0 1.5rem 0 0;outline:none}.chevron-icon{width:16px;height:16px;position:absolute;right:1rem;pointer-events:none;transition:transform .3s ease}.trip-selector-wrapper:hover .chevron-icon{transform:translateY(2px)}.trip-selector:focus{outline:none}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:32px;height:32px;transition:transform .3s ease}.logo:hover .logo-icon{transform:translateY(-2px)}.logo-text{font-size:1.75rem;font-weight:700;color:#2d4a3e;letter-spacing:-.03em}.header-nav{display:flex;gap:2rem;align-items:center}.header-nav a{color:#57534e;text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .3s ease}.header-nav a:hover{color:#2d4a3e}.header-nav .login-link{background:#2d4a3e;color:#fff;padding:.5rem 1.25rem;border-radius:50px;transition:all .3s ease}.header-nav .login-link:hover{background:#243d32;transform:translateY(-1px)}.story-container{max-width:600px;margin:0 auto;padding:12rem 2rem 8rem;min-height:100vh;position:relative;z-index:10}.page-title{font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.2;color:#292524;margin-bottom:4rem;letter-spacing:-.02em}.section-header{margin:5rem 0 3rem;padding:1.5rem 0;position:relative}.section-header.left-align{text-align:left;border-left:3px solid #f43f5e;padding-left:1.5rem}.section-header.right-align{text-align:left;border-left:3px solid #10b981;padding-left:1.5rem}.section-heading{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin-bottom:.25rem;letter-spacing:-.01em;color:#292524}.section-subheading{font-size:.875rem;font-weight:400;color:#57534e;letter-spacing:.02em}.story-block{margin-bottom:4rem}.story-text{font-size:clamp(1.25rem,3vw,1.75rem);line-height:1.7;margin-bottom:.75rem;color:#44403c;font-weight:400}.story-text.emphasis{font-weight:600;color:#292524;margin-top:1rem;margin-bottom:1.5rem}.story-text.hero-text{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#292524}.word{display:inline-block;opacity:0;transform:translateY(8px);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.word.visible{opacity:1;transform:translateY(0)}.highlight-red{background:linear-gradient(120deg,#fff1f2,#fecdd3);padding:.15rem .4rem;border-radius:6px;display:inline;opacity:0;transition:opacity .6s cubic-bezier(.25,.46,.45,.94)}.highlight-red .word.visible,.highlight-red .word.visible~.word.visible{color:#9f1239}.highlight-red:has(.word.visible){opacity:1}.highlight-green{background:linear-gradient(120deg,#ecfdf5,#d1fae5);padding:.15rem .4rem;border-radius:6px;display:inline;opacity:0;transition:opacity .6s cubic-bezier(.25,.46,.45,.94)}.highlight-green .word.visible,.highlight-green .word.visible~.word.visible{color:#065f46}.highlight-green:has(.word.visible){opacity:1}.highlight-amber{background:linear-gradient(120deg,#fef3c7,#fde68a);padding:.15rem .4rem;border-radius:6px;font-weight:600;display:inline;opacity:0;transition:opacity .6s cubic-bezier(.25,.46,.45,.94)}.highlight-amber .word.visible,.highlight-amber .word.visible~.word.visible{color:#92400e}.highlight-amber:has(.word.visible){opacity:1}.story-divider{text-align:center;font-size:2rem;color:#d6d3d1;margin:6rem 0;letter-spacing:1rem}.sentiment-objects{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.sentiment-left{position:absolute;left:10%;opacity:0;transform:translateX(-50px) scale(.5);transition:all .8s cubic-bezier(.16,1,.3,1)}.sentiment-left.active{opacity:1;transform:translateX(0) scale(1);animation:shake 2s ease-in-out infinite}.sentiment-left.problem-1{top:20vh}.sentiment-left.problem-2{top:35vh}.sentiment-left.problem-3{top:50vh}.sentiment-left.problem-4{top:65vh}.sentiment-right{position:absolute;right:10%;opacity:0;transform:translateX(50px) scale(.5);transition:all .8s cubic-bezier(.16,1,.3,1)}.sentiment-right.active{opacity:1;transform:translateX(0) scale(1);animation:glow 2s ease-in-out infinite}.sentiment-right.solution-1{top:55vh}.sentiment-right.solution-2{top:65vh}.sentiment-right.solution-3{top:75vh}.sentiment-right.solution-4{top:85vh}.sentiment-icon{font-size:3rem;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.sentiment-left .sentiment-icon{color:#f43f5e}.sentiment-right .sentiment-icon{color:#10b981}@keyframes shake{0%,to{transform:translateX(0) rotate(0deg)}25%{transform:translateX(-5px) rotate(-5deg)}50%{transform:translateX(5px) rotate(5deg)}75%{transform:translateX(-5px) rotate(-5deg)}}@keyframes glow{0%,to{filter:drop-shadow(0 4px 12px rgba(16,185,129,.3));transform:translateX(0) scale(1)}50%{filter:drop-shadow(0 8px 24px rgba(16,185,129,.5));transform:translateX(0) scale(1.1)}}.cta-button{background:#2d4a3e;color:#fff;padding:1.25rem 3rem;font-size:1.125rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;margin-top:3rem;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px rgba(45,74,62,.2)}.cta-button:hover{background:#243d32;transform:translateY(-3px) scale(1.05);box-shadow:0 20px 40px rgba(45,74,62,.3)}.cta-button:active{background:#1c2f27;transform:translateY(-1px) scale(1.02)}.final-cta{text-align:center;margin-top:8rem;margin-bottom:4rem}.story-footer{text-align:center;padding:3rem 0 2rem;border-top:1px solid #e7e5e4;margin-top:6rem}.footer-links{display:flex;gap:2rem;justify-content:center;margin-bottom:1rem}.footer-links a{color:#57534e;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .3s ease}.footer-links a:hover{color:#2d4a3e}.footer-note{font-size:.875rem;color:#a8a29e}@media (max-width:1024px){.header-content{padding:0 1.5rem}.story-container{padding:8rem 2rem 6rem}.sentiment-left{left:5%}.sentiment-right{right:5%}.sentiment-icon{font-size:2.5rem}}@media (max-width:768px){.site-header{padding:1rem 0}.header-content{padding:0 1rem;flex-wrap:wrap;gap:1rem}.logo{order:1;flex:0 0 auto}.logo-text{font-size:1.5rem}.logo-icon{width:28px;height:28px}.header-center{order:3;flex:1 1 100%;margin-top:.5rem}.trip-selector-wrapper{width:100%;padding:.625rem 1rem}.trip-selector{font-size:.9375rem}.header-nav{order:2;gap:1rem;flex:0 0 auto}.header-nav a{font-size:.875rem}.header-nav .login-link{padding:.4rem 1rem}.story-container{padding:10rem 1.5rem 4rem;min-height:auto}.page-title{font-size:clamp(1.75rem,6vw,2.5rem);margin-bottom:3rem}.section-header{margin:4rem 0 2rem;padding:1.25rem 0}.section-header.left-align,.section-header.right-align{padding-left:1rem}.section-heading{font-size:clamp(1.25rem,4vw,1.75rem)}.story-text{font-size:1.125rem;line-height:1.6}.story-text.hero-text{font-size:clamp(1.75rem,5vw,2.25rem)}.story-block{margin-bottom:3rem}.story-divider{margin:4rem 0;font-size:1.5rem}.sentiment-objects{display:none}.final-cta{margin-top:6rem}.cta-button{width:100%;padding:1.125rem 2rem;font-size:1.0625rem;border-radius:12px}.story-footer{margin-top:4rem;padding:2rem 0 1.5rem}.footer-links{gap:1.5rem}}@media (max-width:480px){.header-content{padding:0 .75rem}.logo-text{font-size:1.25rem}.logo-icon{width:24px;height:24px}.header-nav a:not(.login-link){display:none}.story-container{padding:9rem 1rem 3rem}.page-title{font-size:1.5rem;margin-bottom:2rem}.section-header{margin:3rem 0 1.5rem}.story-text{font-size:1rem;margin-bottom:.5rem}.story-text.hero-text{font-size:1.5rem}.story-block{margin-bottom:2rem}.story-divider{margin:3rem 0}.cta-button{padding:1rem 1.75rem;font-size:1rem}.highlight-amber,.highlight-green,.highlight-red{padding:.2rem .5rem}.footer-links{flex-direction:column;gap:1rem}}@media (min-width:1440px){.story-container{max-width:700px}.sentiment-left{left:12%}.sentiment-right{right:12%}}html{scroll-behavior:smooth}