.landing{background:var(--surface-0);min-height:100dvh;font-family:var(--font-inter), system-ui, sans-serif;color:var(--text-primary);-webkit-font-smoothing:antialiased;flex-direction:column;display:flex;overflow-x:hidden}.landing h1,.landing h2,.landing h3,.landing h4{color:var(--text-primary);letter-spacing:-.03em;font-weight:800;line-height:1.15}.landing p{color:var(--text-secondary);line-height:1.6}.landing-nav{z-index:100;-webkit-backdrop-filter:blur(16px);transition:all var(--transition-base);background:#fafaf8d9;border-bottom:1px solid #1c2b220f;position:sticky;top:0}.landing-nav-inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1100px;height:70px;margin:0 auto;padding:0 2rem;display:flex}.landing-logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.landing-logo-img{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden;box-shadow:0 3px 10px #5b8c6b33}.landing-logo-img img{object-fit:cover;width:100%;height:100%}.landing-logo-text{color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.landing-nav-links{align-items:center;gap:1.5rem;display:flex}.landing-nav-link{color:var(--text-secondary);transition:color var(--transition-fast);padding:.5rem 0;font-size:.875rem;font-weight:600;text-decoration:none;position:relative}.landing-nav-link:after{content:"";width:0;height:2px;transition:width var(--transition-fast) ease, left var(--transition-fast) ease;background:#5b8c6b;position:absolute;bottom:0;left:50%}.landing-nav-link:hover{color:var(--text-primary)}.landing-nav-link:hover:after{width:100%;left:0}.landing-mobile-menu{color:var(--text-secondary);border-radius:8px;padding:.5rem;display:none}.landing .btn-primary{color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:linear-gradient(135deg,#5b8c6b 0%,#4a7459 100%);border:none;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;box-shadow:0 4px 12px #5b8c6b4d}.landing .btn-primary:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 6px 18px #5b8c6b66}.landing .btn-secondary{color:var(--text-primary);border-radius:var(--radius-md);transition:all var(--transition-fast);background:#fff;border:1px solid #1c2b221a;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.landing .btn-secondary:hover{background:#f4f2ee;border-color:#1c2b2233}.landing-section{flex-direction:column;align-items:center;padding:8rem 2rem;display:flex;position:relative}.landing-section-inner{flex-direction:column;align-items:center;width:100%;max-width:1100px;margin:0 auto;display:flex}.section-tag{text-transform:uppercase;letter-spacing:.15em;color:#5b8c6b;text-align:center;margin-bottom:1rem;font-size:.75rem;font-weight:800}.section-main-title{letter-spacing:-.04em;text-align:center;max-width:800px;margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:800}.section-main-subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin-bottom:4rem;font-size:1.1rem}.hero{background:linear-gradient(#fafaf8f2 0%,#f4f2ee80 100%);padding:6rem 2rem 5rem;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(#5b8c6b1f 0%,#4a745908 50%,#0000 70%);width:1000px;height:600px;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.hero-grid{z-index:10;grid-template-columns:1.1fr 1.2fr;align-items:center;gap:4rem;width:100%;max-width:1100px;margin:0 auto;display:grid;position:relative}.hero-left{text-align:left}.hero-badge{border-radius:var(--radius-full);color:var(--text-secondary);background:#fff;border:1px solid #5b8c6b26;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1.25rem;font-size:clamp(2.5rem,5.5vw,4.25rem);font-weight:800;line-height:1.1}.hero-gradient-text{background:linear-gradient(135deg,#5b8c6b 0%,#3d624a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-tagline{text-transform:uppercase;letter-spacing:.12em;color:#5b8c6b;margin-bottom:.75rem;font-size:1rem;font-weight:800}.hero-description{color:var(--text-secondary);margin-bottom:2.25rem;font-size:1.1rem;line-height:1.65}.hero-ctas{align-items:center;gap:1rem;display:flex}.hero-left .btn-primary{border-radius:var(--radius-lg);padding:.875rem 1.75rem;font-size:.95rem;box-shadow:0 4px 15px #5b8c6b4d}.hero-left .btn-secondary{border-radius:var(--radius-lg);padding:.875rem 1.75rem;font-size:.95rem}.hero-disclaimer{color:var(--text-tertiary);margin-top:1.5rem;font-size:.8rem}.hero-right{justify-content:center;width:100%;display:flex}.preview-window{border-radius:var(--radius-lg);background:#fafaf8;border:1px solid #e4e8e4;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 20px 45px #1c2b2212}.preview-titlebar{background:#f4f2ee;border-bottom:1px solid #e4e8e4;align-items:center;gap:.375rem;padding:.625rem 1rem;display:flex}.preview-dot{background:#e4e8e4;border-radius:50%;width:10px;height:10px}.preview-url{color:var(--text-tertiary);background:#fff;border:1px solid #1c2b220a;border-radius:4px;margin-left:1rem;padding:.1rem .75rem;font-family:monospace;font-size:.7rem}.preview-content{background:#f4f2ee;flex:1}.problem-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;width:100%;margin-bottom:4rem;display:grid}.problem-card{border-radius:var(--radius-md);text-align:left;background:#fff;border:1px solid #e4e8e4;padding:1.5rem 1.25rem;transition:transform .3s;box-shadow:0 4px 12px #1c2b2203}.problem-card:hover{transform:translateY(-2px)}.problem-emoji{margin-bottom:.75rem;font-size:1.75rem;display:block}.problem-card-title{color:var(--text-primary);margin-bottom:.375rem;font-size:.95rem;font-weight:700}.problem-card-desc{color:var(--text-secondary);font-size:.8rem;line-height:1.5}.problem-conclusion{color:#c27a3f;text-align:center;max-width:600px;margin-top:1rem;font-size:1.25rem;font-weight:800;line-height:1.4}.solution-section{background:#fff;border-top:1px solid #1c2b220a;border-bottom:1px solid #1c2b220a}.diagram-container{flex-direction:column;align-items:center;width:100%;margin-bottom:5rem;display:flex}.diagram-nodes{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex;position:relative}.diagram-node{border-radius:var(--radius-full);color:var(--text-secondary);cursor:default;z-index:10;background:#fafaf8;border:1.5px solid #e4e8e4;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .3s;display:flex;position:relative}.diagram-node.origin{color:#4a7459;background:#5b8c6b1a;border-color:#5b8c6b}.diagram-node:hover{color:var(--text-primary);border-color:#5b8c6b;transform:translateY(-2px);box-shadow:0 4px 15px #5b8c6b26}.diagram-arrow{color:var(--text-tertiary);-webkit-user-select:none;user-select:none;align-items:center;font-size:1.25rem;display:flex}.integration-showcase{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;width:100%;display:grid}.integration-flow{flex-direction:column;gap:1rem;display:flex}.flow-step{border-radius:var(--radius-lg);cursor:pointer;text-align:left;background:#fafaf8;border:1px solid #e4e8e4;align-items:flex-start;gap:1.25rem;padding:1.25rem;transition:all .25s;display:flex}.flow-step:hover{background:#fff;border-color:#5b8c6b4d;transform:translate(3px)}.flow-step.active{background:#fff;border-color:#5b8c6b;box-shadow:0 8px 24px #5b8c6b14}.flow-step-num{width:28px;height:28px;color:var(--text-secondary);background:#eceae5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;transition:all .25s;display:flex}.flow-step.active .flow-step-num{color:#fff;background:#5b8c6b}.flow-step-title{color:var(--text-primary);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.flow-step-desc{color:var(--text-secondary);font-size:.8rem;line-height:1.5}.integration-preview{position:sticky;top:110px}.group-title-banner{text-align:center;background:linear-gradient(#f4f2ee33 0%,#f4f2eee6 100%);border-bottom:1px solid #1c2b220a;width:100%;padding:4rem 2rem 1.5rem}.group-title-label{color:var(--text-primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:800}.environment-block{border-bottom:1px solid #1c2b220a;justify-content:center;width:100%;padding:6rem 2rem;display:flex}.environment-inner{grid-template-columns:1fr 1.2fr;align-items:center;gap:5rem;width:100%;max-width:1100px;display:grid}.environment-block:nth-child(2n) .environment-inner{grid-template-columns:1.2fr 1fr}.environment-block:nth-child(2n) .environment-left{order:2}.environment-block:nth-child(2n) .environment-right{order:1}.environment-left{text-align:left}.environment-emoji{margin-bottom:1.25rem;font-size:2.25rem;display:inline-block}.environment-title{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800}.environment-desc{color:var(--text-secondary);margin-bottom:2rem;font-size:1.025rem;line-height:1.65}.environment-features-list{flex-direction:column;gap:.875rem;display:flex}.env-feature-item{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.9rem;font-weight:600;display:flex}.env-feature-dot{background:#5b8c6b;border-radius:50%;width:6px;height:6px}.environment-right{width:100%}.devices-section{background:linear-gradient(#fafaf8 0%,#f4f2ee 100%);border-top:1px solid #1c2b220a}.devices-wrapper{width:100%;max-width:800px;height:380px;margin-top:2rem;position:relative}.mockup-desktop{z-index:10;width:75%;position:absolute;top:0;left:10%}.mockup-tablet{z-index:20;border-radius:14px;width:40%;position:absolute;bottom:0;right:15%}.mockup-phone{z-index:30;border-radius:20px;width:18%;position:absolute;bottom:-20px;left:12%;box-shadow:0 15px 35px #1c2b2226}.philosophy-grid{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:700px;margin:3rem 0;display:flex}.philosophy-pill{border-radius:var(--radius-full);color:var(--text-primary);background:#fff;border:1px solid #e4e8e4;padding:.5rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .3s;box-shadow:0 2px 8px #00000003}.philosophy-pill:hover{color:#4a7459;border-color:#5b8c6b;transform:scale(1.03)}.institutional-card{border-radius:var(--radius-xl);text-align:center;background:#fafaf8;border:1px solid #e4e8e4;width:100%;max-width:720px;margin-top:1rem;padding:3rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #1c2b2205}.institutional-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.institutional-quote{color:var(--text-secondary);z-index:10;font-size:1.15rem;font-style:italic;line-height:1.7;position:relative}.steps-layout{grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;display:grid}.step-item{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.step-num-big{color:#5b8c6b26;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.step-title-small{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.step-desc-small{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.roadmap-layout{text-align:left;grid-template-columns:1fr 1fr;gap:4rem;width:100%;display:grid}.roadmap-col{border-radius:var(--radius-xl);background:#fafaf8;border:1px solid #e4e8e4;padding:2.5rem;box-shadow:0 4px 15px #1c2b2203}.roadmap-col-title{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.75rem;font-size:1.25rem;font-weight:800;display:flex}.roadmap-items{flex-direction:column;gap:1rem;display:flex}.roadmap-item{color:var(--text-secondary);background:#fff;border:1px solid #e4e8e4;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;font-weight:600;display:flex}.roadmap-item-left{align-items:center;gap:.75rem;display:flex}.roadmap-badge{text-transform:uppercase;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.roadmap-badge.done{color:#4a7459;background:#5b8c6b1f}.roadmap-badge.progress{color:var(--text-secondary);background:#eceae5}.cta-final{text-align:center;background:#fafaf8;border-top:1px solid #e4e8e4;padding:9rem 2rem}.cta-final-title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.25rem,5.5vw,3.5rem);font-weight:800;line-height:1.15}.cta-final-description{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.65}.cta-final .btn-primary{border-radius:var(--radius-lg);padding:.875rem 2rem;font-size:1rem}.ph-dashboard{height:220px;display:flex}.ph-sidebar{background:#fff;border-right:1px solid #e4e8e4;flex-direction:column;gap:.25rem;width:65px;padding:.5rem;display:flex}.ph-logo{background:linear-gradient(135deg,#5b8c6b,#4a7459);border-radius:4px;width:18px;height:18px;margin-bottom:.5rem}.ph-nav-line{background:#eceae5;border-radius:3px;width:70%;height:6px;margin:.25rem 0}.ph-nav-line.active{background:#5b8c6b}.ph-main{flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex}.ph-header-line{background:var(--text-secondary);opacity:.8;border-radius:6px;width:40%;height:12px}.ph-cards{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.ph-card{background:#fff;border:1px solid #e4e8e4;border-radius:6px;flex-direction:column;gap:.25rem;padding:.5rem;display:flex}.ph-card-bar{background:var(--text-tertiary);border-radius:4px;width:70%;height:8px}.ph-card-val{background:var(--text-primary);border-radius:6px;width:40%;height:12px}.ph-list{flex-direction:column;gap:.25rem;display:flex}.ph-list-item{background:#fff;border:1px solid #e4e8e4;border-radius:4px;align-items:center;gap:.5rem;height:24px;padding:.25rem .5rem;display:flex}.ph-check{border:1px solid var(--text-tertiary);border-radius:2px;width:10px;height:10px}.ph-text-line{background:#eceae5;border-radius:3px;flex:1;height:6px}.ph-lifeplan{background:#fafaf8;flex-direction:column;gap:.75rem;height:220px;padding:1rem;display:flex}.ph-lp-title{background:var(--text-primary);border-radius:7px;width:35%;height:14px}.ph-lp-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.ph-lp-col{background:#fff;border:1px solid #e4e8e4;border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.ph-lp-col-title{background:var(--text-secondary);border-radius:4px;width:60%;height:8px;margin-bottom:.25rem}.ph-lp-card{background:#fafaf8;border:1px solid #e4e8e4;border-radius:6px;flex-direction:column;gap:.35rem;padding:.5rem;display:flex}.ph-lp-card-title{background:var(--text-primary);border-radius:4px;width:80%;height:8px}.ph-lp-progress-bg{background:#e4e8e4;border-radius:2px;height:4px;overflow:hidden}.ph-lp-progress-fg{background:#5b8c6b;height:100%}.ph-agenda{flex-direction:column;gap:.5rem;height:220px;padding:.75rem;display:flex}.ph-agenda-header{justify-content:space-between;align-items:center;display:flex}.ph-agenda-title{background:var(--text-primary);border-radius:6px;width:25%;height:12px}.ph-calendar-grid{flex:1;grid-template-columns:repeat(7,1fr);gap:.25rem;display:grid}.ph-calendar-day{background:#fff;border:1px solid #e4e8e4;border-radius:4px;flex-direction:column;gap:.25rem;padding:.25rem;display:flex}.ph-day-num{color:var(--text-tertiary);font-size:.6rem;font-weight:700}.ph-cal-block{text-overflow:ellipsis;white-space:nowrap;border-radius:3px;padding:.15rem .25rem;font-size:.5rem;font-weight:700;overflow:hidden}.ph-cal-block.green{color:#4a7459;background:#5b8c6b1f;border-left:2px solid #5b8c6b}.ph-cal-block.blue{color:#0284c7;background:#38bdf81f;border-left:2px solid #38bdf8}.ph-tasks{flex-direction:column;gap:.5rem;height:220px;padding:.75rem;display:flex}.ph-tasks-grid{flex:1;grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.ph-tasks-col{background:#fafaf8;border-radius:6px;flex-direction:column;gap:.35rem;padding:.4rem;display:flex}.ph-tasks-col-title{background:var(--text-secondary);border-radius:4px;width:50%;height:8px;margin-bottom:.25rem}.ph-task-card{background:#fff;border:1px solid #e4e8e4;border-radius:4px;align-items:center;gap:.35rem;padding:.35rem;display:flex}.ph-task-card.checked .ph-check{background:#5b8c6b;border-color:#5b8c6b;position:relative}.ph-task-card.checked .ph-check:after{content:"";border:1px solid #fff;border-width:0 1px 1px 0;width:3px;height:5px;position:absolute;top:1px;left:3px;transform:rotate(45deg)}.ph-task-card.checked .ph-text-line{opacity:.5;text-decoration:line-through}.ph-shopping{flex-direction:column;gap:.5rem;height:220px;padding:.75rem;display:flex}.ph-shop-tabs{border-bottom:1px solid #e4e8e4;gap:.25rem;padding-bottom:.25rem;display:flex}.ph-shop-tab{background:#eceae5;border-radius:3px;width:50px;height:14px}.ph-shop-tab.active{background:#5b8c6b1f}.ph-shop-list{flex-direction:column;flex:1;gap:.35rem;display:flex}.ph-shop-item{background:#fff;border:1px solid #e4e8e4;border-radius:4px;justify-content:space-between;align-items:center;height:26px;padding:.35rem .5rem;display:flex}.ph-shop-item-left{flex:1;align-items:center;gap:.5rem;display:flex}.ph-shop-badge{text-transform:uppercase;border-radius:3px;padding:.1rem .35rem;font-size:.55rem;font-weight:700}.ph-shop-badge.red{color:#ef4444;background:#ef44441a}.ph-shop-qty{color:var(--text-tertiary);font-size:.6rem;font-weight:700}.ph-finance{grid-template-columns:1.2fr 1fr;gap:.75rem;height:220px;padding:.75rem;display:grid}.ph-finance-left{background:#fff;border:1px solid #e4e8e4;border-radius:8px;flex-direction:column;gap:.5rem;padding:.5rem;display:flex}.ph-fin-chart{border-bottom:1px solid #e4e8e4;justify-content:space-around;align-items:flex-end;height:70px;padding-bottom:.25rem;display:flex}.ph-chart-bar{background:#eceae5;border-radius:3px 3px 0 0;width:14px}.ph-chart-bar.green{background:#5b8c6b}.ph-fin-list{flex-direction:column;gap:.25rem;display:flex}.ph-fin-item{justify-content:space-between;align-items:center;height:20px;font-size:.6rem;font-weight:600;display:flex}.ph-fin-item-left{align-items:center;gap:.35rem;display:flex}.ph-fin-dot{background:#ef4444;border-radius:50%;width:5px;height:5px}.ph-fin-dot.green{background:#22c55e}.ph-finance-right{flex-direction:column;gap:.5rem;display:flex}.ph-fin-card{background:#fff;border:1px solid #e4e8e4;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;padding:.5rem;display:flex}.ph-ring{background:conic-gradient(#5b8c6b 0% 70%,#e4e8e4 70% 100%);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.ph-ring-inner{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:33px;height:33px;font-size:.55rem;font-weight:700;display:flex}.ph-family{grid-template-columns:1fr 1.5fr;gap:.75rem;height:220px;padding:.75rem;display:grid}.ph-family-left{background:#fff;border:1px solid #e4e8e4;border-radius:8px;flex-direction:column;gap:.5rem;padding:.5rem;display:flex}.ph-member-row{align-items:center;gap:.5rem;display:flex}.ph-avatar{color:#fff;background:#5b8c6b;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.55rem;font-weight:700;display:flex}.ph-avatar.blue{background:#38bdf8}.ph-avatar.purple{background:#a855f7}.ph-member-name{background:var(--text-primary);border-radius:3px;width:50%;height:6px}.ph-family-right{text-align:left;background:#fff;border:1px solid #e4e8e4;border-radius:8px;flex-direction:column;gap:.4rem;padding:.5rem;display:flex}.ph-feed-title{background:var(--text-secondary);border-radius:4px;width:40%;height:8px;margin-bottom:.25rem}.ph-feed-item{border-bottom:1px solid #e4e8e4;flex-direction:column;gap:.15rem;padding-bottom:.35rem;display:flex}.ph-feed-text{background:var(--text-secondary);border-radius:3px;width:90%;height:6px}.ph-feed-time{background:var(--text-tertiary);border-radius:2px;width:25%;height:4px}@media (max-width:1024px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-left{text-align:center}.hero-ctas{justify-content:center}.problem-grid{grid-template-columns:repeat(3,1fr)}.integration-showcase{grid-template-columns:1fr;gap:2rem}.integration-preview{position:static}.environment-inner{gap:2.5rem;grid-template-columns:1fr!important}.environment-block:nth-child(2n) .environment-left{order:1}.environment-block:nth-child(2n) .environment-right{order:2}.steps-layout{grid-template-columns:repeat(2,1fr)}.roadmap-layout{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.problem-grid{grid-template-columns:1fr}.diagram-nodes{flex-direction:column;gap:.5rem}.diagram-arrow{margin:.25rem 0;transform:rotate(90deg)}.steps-layout{grid-template-columns:1fr}.institutional-card{padding:2rem 1.5rem}.landing-section{padding:5rem 1.25rem}}
