.landing-root{font-family:var(--font-body);color:var(--clr-text);background:var(--clr-bg);line-height:1.7;overflow-x:hidden;position:relative;min-height:100vh}.landing-root:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.landing-root .nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2.5rem;display:flex;justify-content:space-between;align-items:center;transition:background .4s,box-shadow .4s}.landing-root .nav.scrolled{background:#faf6f1eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 20px #0000000f}.landing-root .nav-logo{font-family:var(--font-display);font-weight:700;font-size:1.35rem;color:var(--clr-forest);text-decoration:none;letter-spacing:-.02em}.landing-root .nav-logo span{color:var(--clr-coral)}.landing-root .nav-cta{font-family:var(--font-body);font-weight:500;font-size:.9rem;padding:.65rem 1.6rem;background:var(--clr-forest);color:var(--clr-white);border:none;border-radius:100px;cursor:pointer;text-decoration:none;transition:all .3s}.landing-root .nav-cta:hover{background:var(--clr-forest-light);transform:translateY(-1px);box-shadow:0 4px 16px #2d5a4740}.landing-root .hero{min-height:100vh;display:flex;align-items:center;padding:7rem 2.5rem 5rem;position:relative}.landing-root .hero-bg{position:absolute;top:0;right:0;width:55%;height:100%;background:linear-gradient(135deg,var(--clr-forest) 0%,#1c3d30 60%,var(--clr-dark) 100%);clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);z-index:0}.landing-root .hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,rgba(217,106,75,.15) 0%,transparent 60%),radial-gradient(circle at 30% 80%,rgba(196,168,130,.1) 0%,transparent 50%)}.landing-root .hero-bg:after{content:"";position:absolute;top:15%;left:10%;width:200px;height:200px;background-image:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1px);background-size:20px 20px}.landing-root .hero-inner{max-width:1280px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.landing-root .hero-content{animation:fadeInUp .9s ease-out}.landing-root .hero-tag{display:inline-block;font-family:var(--font-body);font-weight:500;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--clr-coral);margin-bottom:1.5rem;position:relative;padding-left:2.5rem}.landing-root .hero-tag:before{content:"";position:absolute;left:0;top:50%;width:2rem;height:2px;background:var(--clr-coral)}.landing-root .hero h1{font-family:var(--font-display);font-weight:800;font-size:clamp(2.2rem,4.5vw,3.6rem);line-height:1.12;color:var(--clr-dark);margin-bottom:1.5rem;letter-spacing:-.03em}.landing-root .hero h1 em{font-style:italic;color:var(--clr-forest)}.landing-root .hero-subtitle{font-size:1.15rem;color:var(--clr-text-muted);max-width:480px;margin-bottom:2.5rem;font-weight:300}.landing-root .hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.landing-root .btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-weight:600;font-size:1rem;padding:1rem 2rem;background:var(--clr-coral);color:var(--clr-white);border:none;border-radius:100px;cursor:pointer;text-decoration:none;transition:all .35s;box-shadow:0 4px 20px #d96a4b4d}.landing-root .btn-primary:hover{background:var(--clr-coral-light);transform:translateY(-2px);box-shadow:0 8px 30px #d96a4b59}.landing-root .btn-primary svg{width:18px;height:18px;transition:transform .3s}.landing-root .btn-primary:hover svg{transform:translate(3px)}.landing-root .btn-secondary{font-family:var(--font-body);font-weight:500;font-size:.95rem;color:var(--clr-text-muted);text-decoration:none;padding:.75rem 0;border-bottom:1.5px solid transparent;transition:all .3s}.landing-root .btn-secondary:hover{color:var(--clr-forest);border-bottom-color:var(--clr-forest)}.landing-root .hero-visual{position:relative;animation:fadeInRight .9s ease-out .2s both}.landing-root .hero-card{background:#ffffff1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2rem;color:var(--clr-white);box-shadow:0 20px 60px #00000026}.landing-root .hero-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.landing-root .hero-card-title{font-family:var(--font-display);font-weight:500;font-size:1.1rem}.landing-root .hero-card-badge{font-size:.7rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;background:#d96a4b4d;color:#ffbba8;padding:.3rem .8rem;border-radius:100px}.landing-root .trip-event{display:flex;gap:1rem;padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.06);align-items:flex-start}.landing-root .trip-event:last-child{border-bottom:none}.landing-root .trip-event-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.landing-root .trip-event-icon.flight{background:#64b4ff33}.landing-root .trip-event-icon.hotel{background:#ffb46433}.landing-root .trip-event-icon.activity{background:#82dc9633}.landing-root .trip-event-info h4{font-family:var(--font-body);font-weight:500;font-size:.9rem;margin-bottom:.15rem}.landing-root .trip-event-info p{font-size:.78rem;opacity:.6}.landing-root .hero-card-participants{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.75rem}.landing-root .avatar-stack{display:flex}.landing-root .avatar-stack span{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;margin-left:-8px;border:2px solid rgba(45,90,71,.6)}.landing-root .avatar-stack span:first-child{margin-left:0;background:#e07a5f}.landing-root .avatar-stack span:nth-child(2){background:#5e9b8a}.landing-root .avatar-stack span:nth-child(3){background:#c4a882}.landing-root .avatar-stack span:nth-child(4){background:#7ab5d4}.landing-root .hero-card-participants p{font-size:.78rem;opacity:.6}.landing-root .hero-float{position:absolute;top:-20px;right:-15px;background:var(--clr-coral);color:#fff;font-family:var(--font-display);font-weight:500;font-size:.85rem;padding:.6rem 1.2rem;border-radius:12px;box-shadow:0 8px 24px #d96a4b4d;animation:float 4s ease-in-out infinite;z-index:2}.landing-root section{padding:6rem 2.5rem}.landing-root .section-inner{max-width:1100px;margin:0 auto}.landing-root .section-label{font-family:var(--font-body);font-weight:500;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--clr-coral);margin-bottom:1rem;display:block}.landing-root .section-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,3.5vw,2.6rem);line-height:1.2;color:var(--clr-dark);margin-bottom:1rem;letter-spacing:-.02em}.landing-root .section-subtitle{font-size:1.05rem;color:var(--clr-text-muted);max-width:600px;font-weight:300}.landing-root .try-now{background:var(--clr-bg-alt);position:relative}.landing-root .try-now:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--clr-sand),transparent)}.landing-root .try-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}.landing-root .try-card{background:var(--clr-white);border-radius:16px;padding:2rem;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s;border:1px solid rgba(0,0,0,.04)}.landing-root .try-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.landing-root .try-card-number{font-family:var(--font-display);font-weight:800;font-size:3.5rem;color:var(--clr-bg-alt);position:absolute;top:-.5rem;right:1rem;line-height:1}.landing-root .try-card-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--clr-forest),var(--clr-forest-light));display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.4rem}.landing-root .try-card h3{font-family:var(--font-display);font-weight:500;font-size:1.15rem;color:var(--clr-dark);margin-bottom:.6rem}.landing-root .try-card p{font-size:.92rem;color:var(--clr-text-muted);font-weight:300}.landing-root .benefits{background:var(--clr-bg)}.landing-root .benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.landing-root .benefit-card{padding:2rem;border-radius:16px;border:1px solid rgba(0,0,0,.06);background:var(--clr-white);transition:all .35s;position:relative}.landing-root .benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:16px 16px 0 0;background:var(--clr-forest);opacity:0;transition:opacity .3s}.landing-root .benefit-card:hover{border-color:#2d5a4726;box-shadow:0 8px 30px #0000000f}.landing-root .benefit-card:hover:before{opacity:1}.landing-root .benefit-icon{font-size:1.6rem;margin-bottom:1rem}.landing-root .benefit-card h3{font-family:var(--font-display);font-weight:500;font-size:1.1rem;color:var(--clr-dark);margin-bottom:.5rem}.landing-root .benefit-card p{font-size:.9rem;color:var(--clr-text-muted);font-weight:300}.landing-root .pain-section{background:var(--clr-dark);color:var(--clr-white);position:relative;overflow:hidden}.landing-root .pain-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(217,106,75,.08) 0%,transparent 70%)}.landing-root .pain-section .section-title{color:var(--clr-white)}.landing-root .pain-section .section-subtitle{color:#fff9}.landing-root .pain-list{margin-top:3rem;display:grid;gap:0}.landing-root .pain-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.07);align-items:flex-start;position:relative}.landing-root .pain-item:last-child{border-bottom:none}.landing-root .pain-item-marker{width:36px;height:36px;border-radius:50%;background:#d96a4b26;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--clr-coral);font-size:.85rem}.landing-root .pain-item p{font-size:1rem;color:#ffffffc7;font-weight:300;line-height:1.6}.landing-root .how-section{background:var(--clr-bg-alt)}.landing-root .how-phases{margin-top:3.5rem}.landing-root .how-phase{margin-bottom:3.5rem}.landing-root .how-phase:last-child{margin-bottom:0}.landing-root .how-phase-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.landing-root .how-phase-num{width:44px;height:44px;border-radius:14px;background:var(--clr-forest);color:var(--clr-white);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:1.1rem;flex-shrink:0}.landing-root .how-phase-title{font-family:var(--font-display);font-weight:600;font-size:1.3rem;color:var(--clr-dark)}.landing-root .how-phase-steps{padding-left:calc(44px + 1.25rem);display:grid;gap:.9rem}.landing-root .how-step{display:flex;gap:.85rem;align-items:flex-start}.landing-root .how-step-dot{width:6px;height:6px;border-radius:50%;background:var(--clr-coral);flex-shrink:0;margin-top:.55rem}.landing-root .how-step p{font-size:.95rem;color:var(--clr-text-muted);font-weight:300}.landing-root .outcome{background:linear-gradient(160deg,var(--clr-forest) 0%,#1c3d30 100%);color:var(--clr-white);text-align:center;position:relative;overflow:hidden}.landing-root .outcome:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(217,106,75,.1) 0%,transparent 60%)}.landing-root .outcome .section-inner{position:relative;z-index:1}.landing-root .outcome .section-title{color:var(--clr-white)}.landing-root .outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;margin-bottom:2.5rem}.landing-root .outcome-card{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem 1.5rem;transition:all .35s}.landing-root .outcome-card:hover{background:#ffffff1f;transform:translateY(-3px)}.landing-root .outcome-card-emoji{font-size:2rem;margin-bottom:1rem}.landing-root .outcome-card h3{font-family:var(--font-display);font-weight:500;font-size:1.05rem;margin-bottom:.6rem}.landing-root .outcome-card p{font-size:.88rem;color:#ffffffa6;font-weight:300}.landing-root .outcome-extra{margin-top:1rem;display:flex;flex-direction:column;gap:.7rem;align-items:center}.landing-root .outcome-extra p{font-size:.95rem;color:#ffffffb3;font-weight:300;max-width:620px}.landing-root .faq-section{background:var(--clr-bg)}.landing-root .faq-list{margin-top:3rem;display:grid;gap:1rem}.landing-root .faq-item{background:var(--clr-white);border-radius:14px;border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:box-shadow .3s}.landing-root .faq-item:hover{box-shadow:0 4px 20px #0000000d}.landing-root .faq-q{padding:1.4rem 1.8rem;font-family:var(--font-display);font-weight:500;font-size:1.02rem;color:var(--clr-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.landing-root .faq-q:after{content:"+";font-size:1.4rem;font-weight:300;color:var(--clr-coral);transition:transform .3s}.landing-root .faq-item.open .faq-q:after{transform:rotate(45deg)}.landing-root .faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}.landing-root .faq-item.open .faq-a{max-height:300px}.landing-root .faq-a-inner{padding:0 1.8rem 1.4rem;font-size:.92rem;color:var(--clr-text-muted);font-weight:300;line-height:1.7}.landing-root .compare-section{background:var(--clr-bg-alt)}.landing-root .compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.landing-root .compare-card{background:var(--clr-white);border-radius:16px;padding:2rem;border:1px solid rgba(0,0,0,.05);position:relative;transition:all .3s}.landing-root .compare-card:hover{box-shadow:0 8px 30px #00000012}.landing-root .compare-card-vs{font-family:var(--font-body);font-weight:500;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--clr-coral);margin-bottom:.75rem}.landing-root .compare-card h3{font-family:var(--font-display);font-weight:600;font-size:1.1rem;color:var(--clr-dark);margin-bottom:.75rem}.landing-root .compare-card p{font-size:.88rem;color:var(--clr-text-muted);font-weight:300;line-height:1.65}.landing-root .compare-card .compare-solution{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06);font-size:.88rem;color:var(--clr-forest);font-weight:400}.landing-root .final-cta{background:var(--clr-bg);text-align:center;padding:7rem 2.5rem;position:relative}.landing-root .final-cta:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:80px;background:linear-gradient(to bottom,transparent,var(--clr-sand))}.landing-root .final-cta .section-title{max-width:600px;margin:0 auto 1rem}.landing-root .final-cta .section-subtitle{margin:0 auto 2.5rem;text-align:center}.landing-root .footer{background:var(--clr-dark);color:#ffffff80;padding:2.5rem;text-align:center;font-size:.85rem}.landing-root .footer a{color:#ffffffb3;text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(1deg)}}.landing-root .reveal{opacity:0;transform:translateY(25px);transition:opacity .7s ease,transform .7s ease}.landing-root .reveal.visible{opacity:1;transform:translateY(0)}.landing-root .reveal-delay-1{transition-delay:.1s}.landing-root .reveal-delay-2{transition-delay:.2s}.landing-root .reveal-delay-3{transition-delay:.3s}.landing-root .reveal-delay-4{transition-delay:.35s}@media (max-width: 900px){.landing-root .hero-inner{grid-template-columns:1fr;gap:3rem}.landing-root .hero-bg{display:none}.landing-root .hero-visual{max-width:400px;margin:0 auto}.landing-root .hero-card{background:var(--clr-dark);-webkit-backdrop-filter:none;backdrop-filter:none;border:1px solid rgba(255,255,255,.1)}.landing-root .try-cards,.landing-root .benefits-grid,.landing-root .outcome-grid,.landing-root .compare-grid{grid-template-columns:1fr}.landing-root .how-phase-steps{padding-left:0}}@media (max-width: 600px){.landing-root section{padding:4rem 1.25rem}.landing-root .nav{padding:1rem 1.25rem}.landing-root .hero{padding:6rem 1.25rem 3rem}.landing-root .hero h1{font-size:1.9rem}.landing-root .hero-card{padding:1.5rem}.landing-root .final-cta{padding:5rem 1.25rem}}:root{--clr-bg: #faf6f1;--clr-bg-alt: #f0e8de;--clr-dark: #1c2b2d;--clr-forest: #2d5a47;--clr-forest-light: #3a7a5e;--clr-coral: #d96a4b;--clr-coral-light: #e8845e;--clr-sand: #c4a882;--clr-text: #2a2a2a;--clr-text-muted: #6b6560;--clr-white: #ffffff;--clr-danger: #c0392b;--clr-warning: #e67e22;--radius: 10px;--font-display: "Fraunces", Georgia, serif;--font-body: "Outfit", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--clr-bg);color:var(--clr-text);line-height:1.6;min-height:100vh}.app-header{background:var(--clr-dark);padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.logo{color:var(--clr-white);text-decoration:none;font-size:1.25rem;font-weight:600}.header-user{display:flex;align-items:center;gap:12px}.header-user-name{color:var(--clr-sand);font-size:.9rem}.header-user-name-btn{background:none;border:none;color:var(--clr-sand);font-size:.9rem;cursor:pointer;padding:2px 4px;border-radius:4px;font-family:inherit}.header-user-name-btn:hover{text-decoration:underline;opacity:.9}.header-logout{background:none;border:1px solid var(--clr-sand);color:var(--clr-sand);padding:4px 12px;border-radius:var(--radius);font-size:.8rem;cursor:pointer}.header-logout:hover{opacity:.8}.app-main{max-width:800px;margin:0 auto;padding:24px 16px}h1{font-size:1.75rem;margin-bottom:16px;color:var(--clr-dark)}h2{font-size:1.35rem;margin-bottom:12px;color:var(--clr-dark)}h3{font-size:1.1rem;margin-bottom:8px}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:none;border-radius:var(--radius);font-size:.95rem;font-weight:500;cursor:pointer;transition:opacity .15s}.btn:hover{opacity:.85}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--clr-forest);color:var(--clr-white)}.btn-secondary{background:var(--clr-bg-alt);color:var(--clr-text)}.btn-danger{background:var(--clr-danger);color:var(--clr-white)}.btn-small{padding:6px 12px;font-size:.85rem}.input,.textarea,.select{width:100%;padding:10px 14px;border:1px solid var(--clr-sand);border-radius:var(--radius);font-size:.95rem;font-family:inherit;background:var(--clr-white)}.input:focus,.textarea:focus,.select:focus{outline:none;border-color:var(--clr-forest)}.textarea{resize:vertical;min-height:100px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:4px;font-weight:500;font-size:.9rem;color:var(--clr-text-muted)}.card{background:var(--clr-white);border-radius:var(--radius);padding:20px;margin-bottom:12px;box-shadow:0 1px 3px #0000000f}.card-clickable{cursor:pointer;transition:box-shadow .15s}.card-clickable:hover{box-shadow:0 2px 8px #0000001a}.badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:.78rem;font-weight:500}.badge-hotel{background:#e8d5e0;color:#7b2d5e}.badge-flight{background:#d5e0e8;color:#2d5a7b}.badge-car{background:#e0e8d5;color:#5a7b2d}.badge-activity{background:#e8e0d5;color:#7b5a2d}.badge-other{background:var(--clr-bg-alt);color:var(--clr-text-muted)}.badge-confidence-high{background:#d5e8d5;color:#2d7b2d}.badge-confidence-partial{background:#e8e0d5;color:#7b5a2d}.badge-confidence-low{background:#e8d5d5;color:#7b2d2d}.empty-state{text-align:center;padding:48px 16px;color:var(--clr-text-muted)}.flex{display:flex}.flex-between{display:flex;justify-content:space-between;align-items:center}.gap-8{gap:8px}.gap-12{gap:12px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.participants-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.participant-tag{background:var(--clr-bg-alt);padding:4px 12px;border-radius:20px;font-size:.85rem}.participant-tag.active{background:var(--clr-forest);color:var(--clr-white)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--clr-white);border-radius:var(--radius);padding:28px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}
