*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--bg:#fafaf6;--bg-warm:#f3f1eb;--bg-sage:#e9eee4;--fg:#2a2926;--fg-muted:#7a776f;--accent:#4a7c59;--accent-hover:#3b6547;--accent-light:#e9eee4;--sand:#c8a882;--border:#e4e1d9;--sans:var(--font-sans),"Figtree",sans-serif;--serif:var(--font-serif),"Lora",serif;--radius:8px;--radius-lg:12px}::selection{background:var(--accent);color:#fff}html{scroll-behavior:smooth}body{font-family:var(--sans);font-size:.9375rem;line-height:1.65;color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 2.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;background:rgba(250,250,246,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);font-size:.8125rem}.nav-logo{font-family:var(--serif);font-size:1.625rem;letter-spacing:-.02em;text-decoration:none;color:var(--fg)}.nav-links{display:flex;gap:2.5rem}.nav-links a{text-decoration:none;color:var(--fg-muted);transition:color .2s;font-weight:500}.nav-links a:hover{color:var(--fg)}.nav-cta{text-decoration:none;color:#fff;background:var(--accent);padding:8px 22px;border-radius:100px;font-size:.8125rem;font-weight:600;transition:background .2s}.nav-cta:hover{background:var(--accent-hover)}.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--fg)}.hero{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:80px 2.5rem 2rem;max-width:1100px;margin:0 auto}.hero-overline{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:2rem}.hero-overline:before{content:"";width:24px;height:2px;background:var(--accent);border-radius:1px}.hero h1{font-family:var(--serif);font-size:clamp(2.75rem,6.5vw,5rem);line-height:1.12;font-weight:500;max-width:820px;letter-spacing:normal;margin-bottom:2rem;color:var(--fg)}.hero h1 em{font-style:italic;color:var(--accent)}.hero-sub{max-width:520px;color:var(--fg-muted);line-height:1.75;margin-bottom:3rem;font-size:1rem}.hero-actions{display:flex;align-items:center;justify-content:center;gap:1.5rem}.btn-primary{display:inline-block;text-decoration:none;background:var(--accent);color:#fff;font-family:var(--sans);font-size:.9375rem;font-weight:600;padding:14px 32px;white-space:nowrap;border-radius:100px;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{display:inline-block;text-decoration:none;background:transparent;color:var(--fg);font-family:var(--sans);font-weight:600;font-size:.9375rem;padding:14px 32px;white-space:nowrap;border-radius:100px;border:1.5px solid var(--border);transition:all .18s;cursor:pointer}.btn-secondary:hover{background:var(--bg-warm);border-color:var(--fg-muted);transform:translateY(-1px)}.trial-note{font-size:.8125rem;color:var(--fg-muted)}.divider{max-width:1100px;margin:0 auto;padding:0 2.5rem}.divider hr{border:none;height:1px;background:var(--border)}.problem{scroll-margin-top:2rem;padding:100px 2.5rem;max-width:1100px;margin:0 auto}.problem-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;max-width:720px;margin-bottom:3.5rem}.problem-card{padding:2rem;background:var(--bg-warm);border-radius:var(--radius-lg)}.problem-card h3{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--fg)}.problem-card p{color:var(--fg-muted);font-size:.875rem}.solution{font-family:var(--serif);font-size:clamp(1.5rem,3.2vw,2.25rem);line-height:1.3;max-width:640px;letter-spacing:-.015em}.solution strong{color:var(--accent);font-weight:400}.why-section{padding:100px 2.5rem;max-width:1100px;margin:0 auto}.why-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.why-item{padding:2.5rem;background:var(--bg-sage);border-radius:var(--radius-lg);position:relative;border-left:3px solid var(--accent);transition:background .25s,box-shadow .25s}.why-item:hover{background:#dfe6d8;box-shadow:0 4px 16px rgba(42,41,38,.06)}.why-item h3{font-family:var(--serif);font-size:1.375rem;font-weight:400;line-height:1.3;letter-spacing:-.01em;margin-bottom:.75rem}.why-item p{color:var(--fg);font-size:.875rem;line-height:1.7}.features{padding:100px 2.5rem;max-width:1100px;margin:0 auto}.section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--fg-muted);margin-bottom:3.5rem}.features-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.feature{padding:2.25rem;background:var(--bg-warm);border-radius:var(--radius-lg);transition:background .25s}.feature:hover{background:var(--bg-sage)}.feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--accent-light);border-radius:var(--radius);font-size:1.125rem;margin-bottom:1.25rem}.feature h3{font-family:var(--serif);font-size:1.3125rem;font-weight:400;margin-bottom:.75rem;line-height:1.3;letter-spacing:-.01em}.feature p{color:var(--fg-muted);font-size:.875rem;line-height:1.7}.feature:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - .625rem)}.comparison{padding:100px 2.5rem;background:var(--fg);color:var(--bg);border-radius:24px;max-width:1200px;margin:0 auto}.comparison .section-label{color:rgba(250,250,246,.4);padding:0 1rem}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 1rem}.comparison table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:600px}.comparison td,.comparison th{text-align:left;padding:1.125rem 1.25rem;border-bottom:1px solid rgba(250,250,246,.08);vertical-align:top}.comparison th{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;padding-bottom:1.25rem;border-bottom:1px solid rgba(250,250,246,.15);color:rgba(250,250,246,.5)}.comparison td:first-child,.comparison th:first-child{color:rgba(250,250,246,.4);width:26%;font-size:.8125rem}.col-kolia{background:rgba(74,124,89,.12);border-radius:2px}.comparison th.col-kolia{color:rgba(250,250,246,.8)}.check{color:#7ebf8e}.cross{color:#bf8e7e}.warn{color:#bfb47e}.about{padding:100px 2.5rem;max-width:1100px;margin:0 auto}.about-inner{max-width:580px}.about-inner h2{font-family:var(--serif);font-size:clamp(1.625rem,2.8vw,2.125rem);font-weight:400;margin-bottom:1.5rem;letter-spacing:-.015em;line-height:1.25}.about-inner p{color:var(--fg-muted);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.75}.about-stats{display:flex;gap:2.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.about-stat strong{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;color:var(--accent)}.about-stat span{color:var(--fg-muted);font-size:.875rem}.cta-mid{padding:80px 2.5rem;background:var(--bg-sage);border-radius:24px;max-width:1200px;margin:0 auto}.cta-mid-inner{max-width:1100px;margin:0 auto}.cta-mid h2{font-family:var(--serif);font-size:clamp(1.875rem,3.5vw,2.75rem);font-weight:400;margin-bottom:1.75rem;letter-spacing:-.015em;line-height:1.15;color:var(--fg)}.btn-accent{display:inline-block;text-decoration:none;background:var(--accent);color:#fff;font-family:var(--sans);font-size:.9375rem;font-weight:600;padding:14px 32px;border-radius:100px;transition:background .2s,transform .15s}.btn-accent:hover{background:var(--accent-hover);transform:translateY(-1px)}.cta-mid .note{font-size:.8125rem;margin-top:1.25rem;color:var(--fg-muted)}.faq{padding:100px 2.5rem;max-width:1100px;margin:0 auto}.faq-list{max-width:680px}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.375rem 0;cursor:pointer;gap:1rem;font-size:.9375rem;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s}.faq-q:hover{color:var(--accent)}.faq-arrow{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--bg-warm);border-radius:50%;font-size:1rem;font-weight:400;transition:transform .3s ease,background .2s;flex-shrink:0}.faq-item.open .faq-arrow{transform:rotate(45deg);background:var(--accent-light)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.open .faq-a{max-height:300px}.faq-a p{color:var(--fg-muted);font-size:.9375rem;line-height:1.75;padding-bottom:1.375rem}.footer-cta{padding:120px 2.5rem;background:var(--fg);color:var(--bg);text-align:center;border-radius:24px 24px 0 0;max-width:1200px;margin:0 auto}.footer-cta h2{font-family:var(--serif);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:400;margin-bottom:1.25rem;letter-spacing:-.02em;line-height:1.12}.footer-cta .pricing{font-size:.8125rem;color:rgba(250,250,246,.4);margin-bottom:2.5rem}.btn-outline{display:inline-block;text-decoration:none;background:transparent;color:var(--bg);font-family:var(--sans);font-size:.9375rem;font-weight:600;padding:14px 32px;border:1.5px solid rgba(250,250,246,.25);border-radius:100px;transition:background .2s,border-color .2s,transform .15s}.btn-outline:hover{background:rgba(250,250,246,.08);border-color:rgba(250,250,246,.5);transform:translateY(-1px)}footer{padding:2rem 2.5rem;background:var(--fg);color:rgba(250,250,246,.3);font-size:.75rem;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;border-top:1px solid rgba(250,250,246,.06)}.section-spacer{height:2rem}.section-spacer-lg{height:4rem}.reveal{opacity:0;transform:translateY(16px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.hero-chat{width:100%;max-width:380px;border:1.5px solid var(--fg);border-radius:28px;box-shadow:4px 4px 0 var(--fg);background:var(--bg);overflow:hidden;margin:1.5rem 0;text-align:left}.phone-statusbar{justify-content:space-between;padding:.5rem 1.25rem;font-size:.75rem;font-weight:600;border-bottom:1px solid var(--border);background:var(--bg-warm)}.phone-statusbar,.phone-statusbar-icons{display:flex;align-items:center;color:var(--fg)}.phone-statusbar-icons{gap:.375rem}.chat-body{padding:0 .625rem;display:flex;flex-direction:column;gap:.5rem;height:400px;overflow-y:auto;scroll-behavior:smooth}.chat-body:before{content:"";flex-shrink:0;height:.375rem}.chat-body:after{content:"";flex-shrink:0;height:1rem}.chat-body::-webkit-scrollbar{width:3px}.chat-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.chat-msg{display:flex;align-items:flex-end;gap:.375rem;animation:chatFadeIn .25s ease-out}.chat-msg--user{flex-direction:row-reverse}.chat-msg--kolia{flex-direction:row}.chat-label{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;flex-shrink:0;line-height:1}.chat-msg--kolia .chat-label{background:var(--accent);color:#fff}.chat-msg--user .chat-label{background:var(--bg-warm);color:var(--fg-muted);border:1px solid var(--border)}.chat-bubble{max-width:80%;padding:.5rem .75rem;border-radius:14px;font-size:.75rem;line-height:1.5}.chat-msg--user .chat-bubble{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.chat-msg--kolia .chat-bubble{background:#fff;color:var(--fg);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-bubble--typing{padding:.625rem 1rem}.typing-dots{display:flex;gap:4px;align-items:center}.typing-dots span{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.4;animation:dotPulse 1.2s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}.chat-msg--appear .chat-bubble{animation:msgAppear .35s ease-out}@keyframes dotPulse{0%,60%,to{opacity:.25;transform:scale(.85)}30%{opacity:.9;transform:scale(1.1)}}@keyframes msgAppear{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.chat-system{background:var(--bg-sage);border-radius:var(--radius);padding:.5rem .75rem;animation:chatFadeIn .25s ease-out}.chat-system-text{font-size:.6875rem;font-weight:500;color:var(--fg-muted);margin-bottom:.25rem}.chat-progress-track{width:100%;height:5px;background:var(--border);border-radius:3px;overflow:hidden}.chat-progress-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .05s linear}.chat-progress-pct{font-size:.625rem;font-weight:600;color:var(--accent);margin-top:.125rem;text-align:right}@keyframes chatFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.about-hero{padding:160px 2.5rem 100px;max-width:1100px;margin:0 auto}.about-hero h1{font-family:var(--serif);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:400;line-height:1.15;letter-spacing:-.02em;max-width:700px;margin-bottom:1.5rem}.about-hero-sub{color:var(--fg-muted);font-size:1.0625rem;line-height:1.75;max-width:560px}.about-section,.vision-section{padding:100px 2.5rem;max-width:1100px;margin:0 auto}.vision-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.vision-card{padding:2.5rem;background:var(--bg-sage);border-radius:var(--radius-lg);border-left:3px solid var(--accent);transition:background .25s,box-shadow .25s}.vision-card:hover{background:#dfe6d8;box-shadow:0 4px 16px rgba(42,41,38,.06)}.vision-card h3{font-family:var(--serif);font-size:1.375rem;font-weight:400;line-height:1.3;letter-spacing:-.01em;margin-bottom:.75rem}.vision-card p{color:var(--fg);font-size:.875rem;line-height:1.7}.collab-section{padding:100px 2.5rem;max-width:1100px;margin:0 auto}.collab-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.collab-step{padding:2.5rem;background:var(--bg-warm);border-radius:var(--radius-lg);transition:background .25s}.collab-step:hover{background:var(--bg-sage)}.collab-step-num{display:inline-block;font-size:2rem;color:var(--accent);margin-bottom:1rem;line-height:1}.collab-step h3,.collab-step-num{font-family:var(--serif);font-weight:400}.collab-step h3{font-size:1.25rem;margin-bottom:.75rem;line-height:1.3;letter-spacing:-.01em}.collab-step p{color:var(--fg-muted);font-size:.875rem;line-height:1.7}@media (max-width:768px){nav{padding:0 1.5rem}.nav-cta-wrap,.nav-links{display:none}.nav-toggle{display:block}.mobile-menu{position:fixed;top:64px;left:0;right:0;background:rgba(250,250,246,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:1.25rem 1.5rem;display:none;flex-direction:column;gap:.25rem;z-index:99}.mobile-menu.open{display:flex}.mobile-menu a{text-decoration:none;color:var(--fg);font-size:.9375rem;font-weight:500;padding:.75rem 0;border-bottom:1px solid var(--border)}.mobile-menu a:last-child{border-bottom:none;color:var(--accent);font-weight:600}.hero{height:100dvh;min-height:0;justify-content:center;padding:76px 1rem 2rem;gap:2rem}.hero h1{font-size:clamp(1.5rem,6vw,2.25rem);margin-bottom:0;flex-shrink:0}.hero-chat{max-width:100%;box-shadow:3px 3px 0 var(--fg);margin:0;border-radius:24px;flex:1 1;min-height:0;max-height:60dvh;display:flex;flex-direction:column}.chat-body{height:auto;flex:1 1;min-height:0;padding:0 .5rem}.hero-actions{flex-shrink:0}.about,.faq,.features,.problem{padding:64px 1.5rem}.problem-grid{grid-template-columns:1fr}.why-section{padding:64px 1.5rem}.features-grid,.why-grid{grid-template-columns:1fr}.feature:last-child:nth-child(odd){max-width:100%}.comparison,.cta-mid,.footer-cta{border-radius:16px;padding-left:1.5rem;padding-right:1.5rem;margin-left:.75rem;margin-right:.75rem}.comparison{padding-top:64px;padding-bottom:64px}.cta-mid{padding-top:48px;padding-bottom:48px}.footer-cta{padding:64px 1.5rem}.about-stats{flex-direction:column;gap:1rem}.divider{padding:0 1.5rem}footer{padding:1.5rem;flex-direction:column;gap:.5rem;text-align:center;margin-left:.75rem;margin-right:.75rem}.about-hero{padding:120px 1.5rem 64px}.about-section,.vision-section{padding:64px 1.5rem}.vision-grid{grid-template-columns:1fr}.collab-section{padding:64px 1.5rem}.collab-steps{grid-template-columns:1fr}.section-spacer{height:1.25rem}.section-spacer-lg{height:2rem}}