@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap");:root{--font-primary:"Quicksand",sans-serif;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--max-width:1100px;--border-radius:12px;--foreground-rgb:0,0,0;--background-rgb:255,255,255;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(rgba(255,255,255,1),rgba(255,255,255,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-rgb:0,0,0}html{color-scheme:dark}}*{box-sizing:border-box;padding:0;margin:0}body,html{font-family:var(--font-primary);max-width:100vw;overflow-x:hidden;color:rgb(var(--foreground-rgb));background:rgb(var(--background-rgb))}body{background-color:#f3f4f6}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:2rem;background-color:white;text-align:center}.header{text-align:center;margin-bottom:3rem}.header h1{font-size:6rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.header p{font-size:clamp(1.1rem,2vw,1.3rem);color:#4b5563;margin:.5rem 0 2rem}.tree-logo-container{display:flex;justify-content:center;margin:.5rem 0}.tree-logo{max-width:200px;height:auto;transition:transform .3s ease}.tree-logo:hover{transform:scale(1.05)}.hero-image{width:100%;max-width:800px;height:auto;border-radius:12px;margin:2rem auto;display:block}.cta-button,.return-button{display:inline-block;background-color:#3b82f6;color:white;padding:.75rem 2rem;border-radius:8px;font-weight:500;text-decoration:none;transition:background-color .2s;text-align:center;margin:2rem 0}.cta-button:hover,.return-button:hover{background-color:#2563eb;color:white}.features{max-width:800px;margin:4rem auto;display:flex;flex-direction:column;gap:2rem;align-items:center}.feature,.testimonial{background-color:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);width:100%;max-width:500px;text-align:center;cursor:pointer;transition:box-shadow .2s ease;margin-left:auto;margin-right:auto;display:block}.feature:hover,.testimonial:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.feature-title{color:#2563eb;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.testimonial{margin:2rem auto}.testimonial .feature-title{margin-bottom:.5rem!important}.testimonial-quote{font-style:italic;color:#4b5563;font-size:1.1rem;margin:0;padding:0;line-height:1.4}.testimonial-author{color:#6b7280;font-weight:500;margin-top:.75rem;margin-bottom:0}.footer{justify-content:center;padding:3rem 0;border-top:1px solid #e5e7eb;margin-top:4rem;background-color:#f8fafc}.footer,.footer-content{display:flex;align-items:center}.footer-content{flex-direction:column;gap:1.5rem}.footer-links{display:flex;gap:2rem;align-items:center}.footer-link{color:#2563eb;font-size:1.1rem;font-weight:500;text-decoration:none;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s}.footer-link:hover{color:#1d4ed8;background-color:#f1f5f9}.footer-copyright{color:#6b7280;font-size:.9rem;text-align:center;margin:0}.software-page{min-height:100vh;background-color:#f9fafb;padding:2rem 0}.software-container{max-width:1200px;margin:0 auto;padding:0 2rem}.software-title{text-align:center;font-size:3.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.software-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.software-card{background:white;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);cursor:pointer;transition:transform .2s,box-shadow .2s}.software-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px rgba(0,0,0,.1)}.software-icon{font-size:4rem;color:#2563eb;margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.software-card-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.software-card-description{color:#6b7280;line-height:1.5}.software-footer{text-align:center;margin-top:3rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:white;border-radius:12px;max-width:800px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;justify-content:center;align-items:center}.modal-close:hover{color:#374151}.modal-body{padding:1.5rem;text-align:center}.modal-icon{font-size:4rem;color:#2563eb;margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.modal-body p{margin-bottom:1.5rem;line-height:1.7;color:#374151;font-size:1.1rem}.modal-content-section{margin-bottom:2rem}.modal-content-section h4{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem;text-align:center}.modal-features-list{text-align:left;max-width:600px;margin:1.5rem auto}.modal-features-list ul{list-style:disc;padding-left:2rem;margin:0}.modal-features-list li{margin-bottom:.5rem;font-size:1.1rem;color:#374151;line-height:1.6}.modal-testimonial-item{background-color:#f8fafc;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border-left:4px solid var(--border-color)}.modal-testimonial-item:first-child{--border-color:#3b82f6}.modal-testimonial-item:nth-child(2){--border-color:#10b981}.modal-testimonial-item:nth-child(3){--border-color:#8b5cf6}.modal-testimonial-item:nth-child(4){--border-color:#f59e0b}.modal-testimonial-item:last-child{margin-bottom:0}.modal-testimonial-quote{font-style:italic;font-size:1.1rem;color:#374151;line-height:1.6;margin-bottom:.75rem}.modal-testimonial-author{font-weight:500;color:#6b7280;font-size:.95rem;text-align:right}.modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;text-align:center}.modal-button{background-color:#2563eb;color:white;border:none;padding:.5rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.modal-button:hover{background-color:#1d4ed8}.contact-form-container{max-width:600px;margin:2rem auto;padding:2rem;background-color:white;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem;text-align:left}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#f9fafb;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-textarea{min-height:120px;resize:vertical}.form-button{width:100%;padding:.75rem 1.5rem;background-color:#2563eb;color:white;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.form-button:hover{background-color:#1d4ed8}.form-button:disabled{opacity:.7;cursor:not-allowed}.form-message{margin-top:1rem;padding:1rem;border-radius:.375rem;text-align:center}.form-message.success{background-color:#dcfce7;color:#166534}.form-message.error{background-color:#fee2e2;color:#991b1b}.contact-form-footer{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;margin-top:2rem}.back-arrow-link{display:inline-flex;align-items:center;color:#2563eb;font-size:.875rem;font-weight:500;transition:color .2s}.back-arrow-link:hover{color:#1d4ed8}.back-arrow-link svg{width:1.25rem;height:1.25rem;margin-right:.5rem;stroke-width:2}.contact-icon{font-size:2rem!important;color:#007acc;cursor:pointer;text-decoration:none;margin-bottom:1rem}.contact-icon:hover{color:#005999}.link{color:#007acc;text-decoration:none}.chat-trigger{cursor:pointer;position:relative}.chat-widget{position:fixed;bottom:2rem;right:2rem;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out}.chat-widget.visible{opacity:1;visibility:visible}.text-5xl{font-size:4rem!important}.flex.flex-col.items-center{display:flex;flex-direction:column;align-items:center;width:100%}@media (max-width:768px){h1,h2{font-size:1.5rem}.container{padding:1rem}img{max-width:90%;height:auto}button{padding:10px 20px;font-size:1rem}.center,.footer,.main{padding:10px}.features{grid-template-columns:1fr}.footer,.footer-links{flex-direction:column;gap:1rem}.footer-link{font-size:1rem}.contact-form-container{margin:1rem;padding:1rem}.software-title{font-size:2.5rem}.software-grid{grid-template-columns:1fr;gap:1.5rem}.software-card{padding:1.5rem}.software-icon{font-size:3rem}.chat-widget{bottom:1rem;right:1rem}}@media (min-width:768px){h2{font-size:2.5rem}}