html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{color:#111;-webkit-font-smoothing:antialiased;background-color:#fff;font-family:Inter,sans-serif;line-height:1.6}.layout-switcher{text-align:center;z-index:100;background-color:#fff;border-bottom:1px solid #eee;padding:.75rem 1rem;font-size:.8rem;position:sticky;top:0}.layout-switcher span{color:#666;margin-right:.75rem;font-weight:400}.layout-switcher a{color:#111;border:1px solid #eee;border-radius:20px;margin:0 .15rem;padding:.35rem .75rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-block}.layout-switcher a.active{color:#f65009;background-color:#f4f4f5;border-color:#f65009}.layout-switcher a:hover:not(.active){color:#f65009;background-color:#fafafa}.container{max-width:1024px;margin:0 auto;padding:0 2rem}header{border-bottom:1px solid #f4f4f5;padding:2rem 0}.header-inner{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:-.02em;color:#111;align-items:center;font-size:1.3rem;font-weight:600;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:24px;height:24px;margin-right:.5rem}.logo span{color:#f65009;font-weight:600}nav a{color:#555;margin-left:1.5rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .15s,background-color .15s}nav a:hover:not(.nav-btn){color:#f65009}nav a.nav-btn{color:#fff;background-color:#f65009;border-radius:20px;padding:.5rem 1.25rem;font-weight:500}nav a.nav-btn:hover{color:#fff;background-color:#d64305}.hero{text-align:center;padding:5rem 0}h1{letter-spacing:-.03em;color:#111;margin-bottom:1.5rem;font-size:3.25rem;font-weight:600;line-height:1.15}.hero p{color:#555;max-width:700px;margin:0 auto 2.5rem;font-size:1.2rem;font-weight:300}.lead-form{max-width:520px;margin:0 auto 1.5rem}.form-group{background-color:#fff;border:1px solid #e4e4e7;border-radius:30px;gap:.5rem;padding:.35rem;transition:border-color .15s;display:flex}.form-group:focus-within{border-color:#f65009}.input-email{color:#111;background:0 0;border:none;outline:none;flex:1;padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:400}.btn-submit{color:#fff;cursor:pointer;white-space:nowrap;background-color:#f65009;border:none;border-radius:25px;padding:.75rem 1.75rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;transition:background-color .15s}.btn-submit:hover{background-color:#d64305}.form-note{color:#888;font-size:.75rem;font-weight:300}.demo-block{margin-bottom:6rem}.chat-mockup{background-color:#fff;border:1px solid #e4e4e7;border-radius:16px;flex-direction:column;max-width:720px;height:480px;margin:0 auto;display:flex;overflow:hidden}.chat-header{border-bottom:1px solid #f4f4f5;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.85rem;font-weight:500;display:flex}.chat-status{align-items:center;gap:.5rem;display:flex}.status-dot{background-color:#f65009;border-radius:50%;width:8px;height:8px}.chat-online{color:#666;font-weight:300}.chat-body{background-color:#fafafa;flex-direction:column;flex:1;gap:1rem;padding:1.5rem;font-size:.9rem;display:flex;overflow-y:auto}.msg{word-break:break-word;overflow-wrap:break-word;max-width:85%;padding:.75rem 1rem;line-height:1.5}.msg.user{color:#111;background-color:#f4f4f5;border:1px solid #e4e4e7;border-radius:12px 12px 0;align-self:flex-end}.msg.ai{color:#111;background-color:#fff;border:1px solid #e4e4e7;border-left:3px solid #f65009;border-radius:12px 12px 12px 0;align-self:flex-start}.chat-choices{background-color:#fff;border-top:1px solid #f4f4f5;flex-wrap:wrap;gap:.5rem;padding:1rem 1.5rem;display:flex}.chat-choice-btn{color:#555;cursor:pointer;background-color:#fff;border:1px solid #e4e4e7;border-radius:20px;padding:.4rem .8rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;transition:all .15s}.chat-choice-btn:hover{color:#f65009;background-color:#fffbf9;border-color:#f65009}.chat-choice-btn:disabled{opacity:.7;cursor:not-allowed}.chat-input-area{background-color:#fff;border-top:1px solid #f4f4f5;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.chat-input-area input{color:#111;border:none;outline:none;flex:1;padding:.5rem;font-family:Inter,sans-serif;font-size:.9rem}.chat-input-area button{color:#fff;cursor:pointer;background-color:#f65009;border:none;border-radius:6px;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:background-color .15s}.chat-input-area button:hover{background-color:#d64305}.chat-input-area button:disabled{opacity:.7;cursor:not-allowed}.marquee-container{white-space:nowrap;color:#fff;background-color:#111;border-radius:12px;margin:4rem 0;padding:1.25rem 0;overflow:hidden}.marquee-content{text-transform:uppercase;letter-spacing:.1em;font-size:1.1rem;font-weight:500;animation:25s linear infinite marquee;display:inline-block}.marquee-content span{color:#f65009;margin:0 1.5rem}@keyframes marquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.25,1,.5,1),transform .8s cubic-bezier(.25,1,.5,1);transform:translateY(25px)}.reveal.active{opacity:1;transform:translateY(0)}.comparison-section{border-top:1px solid #f4f4f5;padding:5rem 0}.comparison-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.comp-box{background-color:#fff}.comp-title{letter-spacing:-.02em;margin-bottom:2rem;font-size:1.5rem;font-weight:500}.comp-list{flex-direction:column;gap:1.25rem;display:flex}.comp-item{align-items:flex-start;gap:1rem;display:flex}.comp-icon-pain{color:#666;font-size:.9rem;font-weight:500}.comp-icon-result{color:#f65009;font-size:.9rem;font-weight:600}.comp-text{color:#333;font-size:.95rem;font-weight:300}.comp-text span.strong-term{color:#111;font-weight:500}.pains-metrics-container{border-top:1px solid #f4f4f5;margin-top:3rem;padding-top:3rem}.section-title{text-align:center;letter-spacing:-.02em;margin-bottom:3rem;font-size:1.75rem;font-weight:500}.pains-metrics-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pains-metric-card{text-align:center;background-color:#fafafa;border:1px solid #e4e4e7;border-radius:12px;padding:1.5rem;transition:border-color .15s}.pains-metric-card:hover{border-color:#f65009}.pains-metric-val{color:#f65009;letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.25rem;font-weight:600}.pains-metric-desc{color:#555;font-size:.85rem;font-weight:300;line-height:1.4}.features-section{border-top:1px solid #f4f4f5;padding:5rem 0}.features-rows{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex}.feature-row{border-bottom:1px solid #f4f4f5;grid-template-columns:1fr 1.5fr;align-items:start;padding-bottom:2rem;display:grid}.feature-row:last-child{border-bottom:none}.row-meta{align-items:center;gap:1rem;display:flex}.row-num{color:#f65009;letter-spacing:-.02em;font-size:1.5rem;font-weight:600}.row-meta h3{font-size:1.2rem;font-weight:500}.row-desc p{color:#555;font-size:.95rem;font-weight:300;line-height:1.5}.steps-section{border-top:1px solid #f4f4f5;padding:5rem 0}.accordion-list{max-width:720px;margin:0 auto}.accordion-item{border:1px solid #e4e4e7;border-radius:16px;margin-bottom:1rem;transition:border-color .15s;overflow:hidden}.accordion-item.active{border-color:#f65009}.accordion-header{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fafafa;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1rem;font-weight:500;display:flex}.accordion-header span.num{color:#f65009;margin-right:.75rem;font-weight:500}.accordion-icon{color:#f65009;font-size:.85rem}.accordion-body{background-color:#fff;max-height:0;padding:0 1.5rem;transition:max-height .25s ease-out,padding .25s ease-out;overflow:hidden}.accordion-item.active .accordion-body{max-height:250px;padding:1.5rem}.accordion-body p{color:#555;margin-bottom:1rem;font-size:.95rem;font-weight:300}.accordion-body .sim-panel{color:#333;background-color:#fafafa;border-left:2px solid #f65009;border-radius:8px;padding:1rem;font-family:monospace;font-size:.85rem}.reviews-section{border-top:1px solid #f4f4f5;padding:5rem 0}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.review-card{background-color:#fff;border:1px solid #e4e4e7;border-radius:16px;flex-direction:column;justify-content:space-between;padding:2.25rem 2rem;transition:border-color .15s;display:flex;position:relative}.review-card:hover{border-color:#f65009}.review-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.review-avatar{color:#f65009;letter-spacing:-.02em;background-color:#fffbf9;border:1px solid #ffd8c7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.95rem;font-weight:600;display:flex}.review-meta{flex-direction:column;gap:.2rem;display:flex}.review-name{color:#111;font-size:.9rem;font-weight:500;line-height:1.2}.review-company{color:#777;font-size:.75rem;font-weight:400;line-height:1.3}.review-text{color:#333;margin:0;font-size:.95rem;font-weight:300;line-height:1.6}.quote-mark{color:#ffd8c7;opacity:.4;pointer-events:none;font-family:Georgia,serif;font-size:3rem;line-height:1;position:absolute;top:1rem;right:1.5rem}footer{text-align:center;background-color:#fff;border-top:1px solid #f4f4f5;padding:6rem 0 3rem}.footer-content{max-width:600px;margin:0 auto}.footer-content h2{letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:500}.footer-content p{color:#666;margin-bottom:2.5rem;font-size:1.05rem;font-weight:300}.tech-badges{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:4rem;display:flex}.tech-badge{color:#555;border:1px solid #e4e4e7;border-radius:12px;padding:.35rem .75rem;font-size:.75rem;font-weight:500}.copyright{color:#999;margin-top:4rem;font-size:.8rem;font-weight:300}.form-agreement{color:#666;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;display:flex}.form-agreement.custom-checkbox-container{font-size:.85rem}.form-agreement input[type=checkbox]{accent-color:#f65009;cursor:pointer;width:14px;height:14px}.form-agreement label{cursor:pointer;-webkit-user-select:none;user-select:none}.form-agreement a{color:#f65009;text-decoration:underline}.form-agreement a:hover{color:#d64305}@media (width<=900px){h1{font-size:2.5rem}.comparison-grid{grid-template-columns:1fr;gap:2.5rem}.pains-metrics-grid,.reviews-grid{grid-template-columns:1fr}.feature-row{grid-template-columns:1fr;gap:1rem}}@media (width<=768px){.container{padding:0 1.5rem}header{padding:1.5rem 0}.header-inner{text-align:center;flex-direction:column;gap:1rem}nav{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}nav a{padding:.25rem .5rem;margin-left:0!important}nav a.nav-btn{margin-top:.25rem}.hero{padding:3.5rem 0}h1{font-size:2.2rem}.hero p{margin-bottom:2rem;font-size:1.05rem}.chat-choices{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding:.75rem 1rem;overflow-x:auto}.chat-choices::-webkit-scrollbar{display:none}.chat-choice-btn{white-space:nowrap;flex-shrink:0}.chat-mockup{height:440px}.accordion-header{padding:1rem 1.25rem;font-size:.95rem}.accordion-item.active .accordion-body{padding:1.25rem}.review-card{padding:1.75rem 1.5rem}}@media (width<=480px){.container{padding:0 1rem}h1{font-size:1.95rem}.hero p{font-size:.95rem}.form-group{background-color:#0000;border:none;border-radius:16px;flex-direction:column;gap:.5rem;padding:0}.input-email{box-sizing:border-box;background-color:#fff;border:1px solid #e4e4e7;border-radius:12px;width:100%;padding:.85rem 1.25rem}.btn-submit{text-align:center;border-radius:12px;width:100%;padding:.85rem}.chat-mockup{height:400px}.chat-body{padding:1rem}.msg{max-width:90%}.accordion-header{font-size:.88rem}.copyright{margin-top:3rem}.legal-info{font-size:.68rem;line-height:1.5}}.custom-checkbox-container{cursor:pointer;-webkit-user-select:none;user-select:none;color:#666;align-items:center;gap:.5rem;font-size:.75rem;display:inline-flex}.custom-checkbox-input{opacity:0;width:0;height:0;position:absolute}.custom-checkbox-box{background-color:#fff;border:1px solid #e4e4e7;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .15s;display:flex}.custom-checkbox-input:checked+.custom-checkbox-box{background-color:#f65009;border-color:#f65009}.custom-checkbox-box:after{content:"";opacity:0;border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;margin-bottom:2px;transition:opacity .1s;transform:rotate(45deg)}.custom-checkbox-input:checked+.custom-checkbox-box:after{opacity:1}.custom-checkbox-container:hover .custom-checkbox-box{border-color:#f65009}.custom-checkbox-input:focus-visible+.custom-checkbox-box{box-shadow:0 0 0 2px #f6500933}
