body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-teal:#4a8c8e;--primary-dark:#1b3a4a;--accent-coral:#e97451;--accent-cream:#f4e8d0;--light-teal:#6ba5a7;--dark-teal:#2d5f61;--text-dark:#1b3a4a;--text-gray:#5a6c73;--background-light:#f9fafb}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1b3a4a;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{min-height:100vh}.navbar{background:#fffffffa;box-shadow:0 2px 10px #0000001a;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-brand,.nav-container{align-items:center;display:flex}.nav-brand{text-decoration:none}.nav-logo{height:50px;width:auto}.nav-links{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#5a6c73;color:var(--text-gray);cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#4a8c8e;color:var(--primary-teal)}.nav-link.active{font-weight:600}.hero{align-items:center;background:linear-gradient(135deg,#4a8c8e,#2d5f61 50%,#1b3a4a);background:linear-gradient(135deg,var(--primary-teal) 0,var(--dark-teal) 50%,var(--primary-dark) 100%);color:#fff;display:flex;justify-content:center;margin-top:70px;min-height:28vh;overflow:hidden;padding:2.5rem 2rem 2rem;position:relative;text-align:center}.hero:before{background:#e97451;background:var(--accent-coral);height:600px;opacity:.1;right:-10%;top:-50%;width:600px}.hero:after,.hero:before{border-radius:50%;content:"";position:absolute;z-index:0}.hero:after{background:#f4e8d0;background:var(--accent-cream);bottom:-30%;height:500px;left:-10%;opacity:.08;width:500px}.hero-content{max-width:800px;position:relative;z-index:1}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;font-weight:300;margin-bottom:2rem;opacity:.95}.cta-button{background:#e97451;background:var(--accent-coral);border:none;border-radius:50px;box-shadow:0 4px 15px #e974514d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.cta-button:hover{background:#d86343;box-shadow:0 6px 20px #e9745166;transform:translateY(-2px)}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{color:#1b3a4a;color:var(--primary-dark);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-section{background:#f9fafb;background:var(--background-light);padding:5rem 0 4rem}.features-intro{color:#5a6c73;color:var(--text-gray);font-size:1rem;margin-bottom:3rem;margin-top:-2rem;text-align:center}.feature-cards-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.feature-card-btn{background:#fff;border:2px solid #0000;border-radius:14px;box-shadow:0 2px 12px #00000012;cursor:pointer;display:flex;flex-direction:column;gap:.6rem;padding:1.75rem 1.5rem;text-align:left;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.feature-card-btn:hover{border-color:#4a8c8e;border-color:var(--primary-teal);box-shadow:0 8px 28px #4a8c8e29;transform:translateY(-4px)}.feature-card-label{color:#1b3a4a;color:var(--primary-dark);font-size:1rem;font-weight:700;margin:0}.feature-card-desc{color:#5a6c73;color:var(--text-gray);flex:1 1;font-size:.875rem;line-height:1.6;margin:0}.feature-card-cta{color:#4a8c8e;color:var(--primary-teal);font-size:.85rem;font-weight:600;margin-top:.25rem;transition:color .2s ease}.feature-card-btn:hover .feature-card-cta{color:#e97451;color:var(--accent-coral)}.stats-bar{background:linear-gradient(135deg,#4a8c8e,#2d5f61 50%,#1b3a4a);background:linear-gradient(135deg,var(--primary-teal) 0,var(--dark-teal) 50%,var(--primary-dark) 100%);padding:2.5rem 0}.stats-bar-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);text-align:center}.stats-bar-item{display:flex;flex-direction:column;gap:.3rem}.stats-bar-number{color:#fff;font-size:2rem;font-weight:800;line-height:1.1}.stats-bar-label{color:#ffffffbf;font-size:.9rem;font-weight:500}@media (max-width:1024px){.feature-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.feature-cards-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.stats-bar-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.features-section{padding:3rem 0}}@media (max-width:480px){.feature-cards-grid{grid-template-columns:1fr}}.capabilities{background:#fff;padding:6rem 0}.tabs{border-bottom:2px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem;padding-bottom:1rem}.tab{background:#fff;border:2px solid #e0e0e0;border-radius:8px 8px 0 0;color:#5a6c73;color:var(--text-gray);cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.tab:hover{background:#f4e8d0;background:var(--accent-cream)}.tab.active,.tab:hover{border-color:#4a8c8e;border-color:var(--primary-teal)}.tab.active{background:#4a8c8e;background:var(--primary-teal);color:#fff}.tab-content{animation:fadeIn .5s ease;min-height:500px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.capability-content h3{color:#1b3a4a;color:var(--primary-dark);font-size:2rem;margin-bottom:1rem}.capability-intro{color:#5a6c73;color:var(--text-gray);font-size:1.15rem;line-height:1.7;margin-bottom:2.5rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.feature{background:#f9fafb;background:var(--background-light);border-left:4px solid #4a8c8e;border-left:4px solid var(--primary-teal);border-radius:12px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.feature:hover{border-left-color:#e97451;border-left-color:var(--accent-coral);box-shadow:0 4px 15px #4a8c8e26;transform:translateX(5px)}.feature h4{color:#1b3a4a;color:var(--primary-dark);font-size:1.1rem;margin-bottom:.75rem}.feature p{color:#5a6c73;color:var(--text-gray);line-height:1.6}.integrations-section{background:#f9fafb;background:var(--background-light);border-radius:12px;margin-bottom:2rem;padding:2rem}.integrations-section h4{color:#1b3a4a;color:var(--primary-dark);font-size:1.3rem;margin-bottom:1.5rem}.integration-tags{display:flex;flex-wrap:wrap;gap:1rem}.integration-tag{background:#fff;border:2px solid #4a8c8e;border:2px solid var(--primary-teal);border-radius:25px;box-shadow:0 2px 8px #00000014;color:#4a8c8e;color:var(--primary-teal);font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.integration-tag:hover{background:#4a8c8e;background:var(--primary-teal);color:#fff}.dashboard-features{background:#f9fafb;background:var(--background-light);border-radius:12px;margin:2rem 0;padding:2rem}.dashboard-features h4{color:#1b3a4a;color:var(--primary-dark);font-size:1.3rem;margin-bottom:1rem}.dashboard-features ul{list-style:none;padding:0}.dashboard-features li{color:#5a6c73;color:var(--text-gray);font-size:1.05rem;line-height:1.6;padding:.75rem 0}.stats-example{background:#f9fafb;background:var(--background-light);border-radius:12px;margin-top:2rem;padding:2rem}.stats-example h4{color:#1b3a4a;color:var(--primary-dark);font-size:1.3rem;margin-bottom:1.5rem}.stats-columns{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.stat-column{background:#fff;border-radius:8px;padding:1.5rem}.stat-column strong{color:#4a8c8e;color:var(--primary-teal);display:block;font-size:1.1rem;margin-bottom:1rem}.stat-column ul{list-style:none;padding:0}.stat-column li{border-bottom:1px solid #e0e0e0;color:#5a6c73;color:var(--text-gray);padding:.5rem 0}.stat-column li:last-child{border-bottom:none}.reporting-note{background:linear-gradient(135deg,#4a8c8e,#2d5f61);background:linear-gradient(135deg,var(--primary-teal) 0,var(--dark-teal) 100%);border-radius:12px;color:#fff;margin-top:2rem;padding:2rem}.reporting-note h4{font-size:1.3rem;margin-bottom:.75rem}.reporting-note p{font-size:1.05rem;opacity:.95}.integration-example{background:#f9fafb;background:var(--background-light);border-radius:12px;margin-top:2rem;padding:2rem}.integration-example h4{color:#1b3a4a;color:var(--primary-dark);font-size:1.3rem;margin-bottom:1.5rem}.email-example{background:#fff;border-left:4px solid #e97451;border-left:4px solid var(--accent-coral);border-radius:8px;padding:2rem}.email-example p{color:#5a6c73;color:var(--text-gray);line-height:1.7;margin-bottom:1rem}.email-example p:last-child{color:#4a8c8e;color:var(--primary-teal);font-weight:600;margin-bottom:0}.capability-screenshot-showcase{background:#f9fafb;background:var(--background-light);border-radius:16px;margin-top:2.5rem;padding:2rem}.capability-screenshot-showcase h4{color:#1b3a4a;color:var(--primary-dark);font-size:1.2rem;margin-bottom:.5rem}.screenshot-caption{color:#5a6c73;color:var(--text-gray);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.screenshot-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.screenshot-frame{background:#fff;border:1px solid #0000000f;border-radius:10px;box-shadow:0 6px 24px #0000001f;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.screenshot-frame:hover{box-shadow:0 12px 36px #4a8c8e2e;transform:translateY(-3px)}.screenshot-frame img{display:block;height:auto;width:100%}.screenshot-frame--wide{max-width:100%}.screenshot-frame--phone{margin:0 auto;max-width:420px}@media (max-width:768px){.screenshot-grid{grid-template-columns:1fr}}.performance-example{background:#f9fafb;background:var(--background-light);border-radius:12px;margin-top:2rem;padding:2rem}.performance-example h4{color:#1b3a4a;color:var(--primary-dark);font-size:1.3rem;margin-bottom:1.5rem}.leaderboard{background:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden}.leaderboard-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:1rem 1.5rem;transition:background .3s ease}.leaderboard-item:hover{background:#f8f9fa}.leaderboard-item:last-child{border-bottom:none}.leaderboard-item .score{color:#4a8c8e;color:var(--primary-teal);font-size:1.5rem;font-weight:700}.performance-example .note{color:#5a6c73;color:var(--text-gray);font-style:italic;margin-top:1rem}.team{background:#fff;margin-top:70px;min-height:calc(100vh - 140px);padding:6rem 0}.team-intro{color:#5a6c73;color:var(--text-gray);font-size:1.2rem;line-height:1.8;margin:-1rem auto 3rem;max-width:800px;text-align:center}.team-leadership{grid-gap:3rem 4rem;border-bottom:1px solid #1b3a4a1f;display:grid;gap:3rem 4rem;grid-template-columns:repeat(1,minmax(200px,320px));justify-content:center;margin:0 auto 4rem;max-width:900px;padding-bottom:3rem}.team-grid{grid-gap:3rem 2rem;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.team-member{text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.team-member-image-container{border:4px solid #4a8c8e;border:4px solid var(--primary-teal);border-radius:50%;box-shadow:0 4px 15px #4a8c8e33;height:200px;margin:0 auto 1.5rem;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease;width:200px}.team-member:hover .team-member-image-container{border-color:#e97451;border-color:var(--accent-coral);box-shadow:0 6px 20px #e974514d}.team-member-image{height:100%;object-fit:cover;width:100%}.team-member-name{color:#1b3a4a;color:var(--primary-dark);font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.team-member-title{color:#5a6c73;color:var(--text-gray);font-size:1rem;font-weight:500}.contact-page{min-height:calc(100vh - 140px)}.contact-section{background:#f9fafb;background:var(--background-light);padding:6rem 0}.contact-single{margin:0 auto;max-width:640px}.contact-intro-block{margin-bottom:2rem;text-align:center}.contact-info-title{color:#1b3a4a;color:var(--primary-dark);font-size:2rem;font-weight:700;margin-bottom:1.25rem}.contact-info-text{font-size:1.1rem;line-height:1.8;margin-bottom:0}.contact-info-text,.form-optional{color:#5a6c73;color:var(--text-gray)}.form-optional{font-size:.85rem;font-weight:500}.contact-form-wrapper{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{color:#1b3a4a;color:var(--text-dark);font-size:.9rem;font-weight:600}.required{color:#e97451;color:var(--accent-coral)}.form-input{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#1b3a4a;color:var(--text-dark);font-family:inherit;font-size:1rem;outline:none;padding:.75rem 1rem;transition:border-color .25s ease,box-shadow .25s ease;width:100%}.form-input::placeholder{color:#aab4bb}.form-input:focus{border-color:#4a8c8e;border-color:var(--primary-teal);box-shadow:0 0 0 3px #4a8c8e26}.form-input-error{border-color:#e05c5c}.form-input-error:focus{box-shadow:0 0 0 3px #e05c5c26}.form-textarea{min-height:140px;resize:vertical}.form-error{color:#e05c5c;font-size:.82rem;font-weight:500}.form-submit-error{background:#fff3f3;border:1px solid #f5c6c6;border-radius:8px;color:#c0392b;font-size:.95rem;line-height:1.5;padding:.875rem 1rem}.form-submit-error a{color:#4a8c8e;color:var(--primary-teal);font-weight:600}.contact-submit{align-self:flex-start;padding:.875rem 2.5rem}.contact-submit:disabled{box-shadow:none;cursor:not-allowed;opacity:.65;transform:none}.contact-success{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:3rem 1rem;text-align:center}.contact-success-icon{align-items:center;background:#4a8c8e;background:var(--primary-teal);border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:.5rem;position:relative;width:64px}.contact-success-icon:after{border:solid #fff;border-width:0 3px 3px 0;content:"";height:18px;margin-bottom:4px;transform:rotate(45deg);width:10px}.contact-success h3{color:#1b3a4a;color:var(--primary-dark);font-size:1.75rem}.contact-success p{color:#5a6c73;color:var(--text-gray);font-size:1.05rem;line-height:1.7;max-width:380px}@media (max-width:900px){.contact-single{max-width:100%}}@media (max-width:600px){.contact-form-wrapper{padding:1.5rem}.form-row{grid-template-columns:1fr}.contact-section{padding:3rem 0}}.testimonials-hero{min-height:28vh}.testimonials-section{background:#f9fafb;background:var(--background-light);padding:6rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.testimonial-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;padding:2.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:before{background:linear-gradient(90deg,#4a8c8e,#e97451);background:linear-gradient(90deg,var(--primary-teal),var(--accent-coral));content:"";height:4px;left:0;position:absolute;right:0;top:0}.testimonial-card:hover{box-shadow:0 10px 35px #4a8c8e26;transform:translateY(-5px)}.testimonial-quote-mark{color:#4a8c8e;color:var(--primary-teal);font-family:Georgia,serif;font-size:5rem;font-weight:700;line-height:.5;margin-top:.5rem;opacity:.2}.testimonial-quote{color:#5a6c73;color:var(--text-gray);flex:1 1;font-size:1rem;font-style:italic;line-height:1.8}.testimonial-footer{align-items:center;border-top:1px solid #e0e0e0;display:flex;gap:1rem;padding-top:1.25rem}.testimonial-avatar{align-items:center;background:linear-gradient(135deg,#4a8c8e,#2d5f61);background:linear-gradient(135deg,var(--primary-teal),var(--dark-teal));border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:52px;justify-content:center;width:52px}.testimonial-author-info{display:flex;flex-direction:column;gap:.1rem}.testimonial-author{color:#1b3a4a;color:var(--primary-dark);font-size:.95rem;font-weight:700}.testimonial-title{color:#5a6c73;color:var(--text-gray);font-size:.85rem}.testimonial-company{color:#4a8c8e;color:var(--primary-teal);font-size:.85rem;font-weight:600}.testimonial-event{color:#5a6c73;color:var(--text-gray);font-size:.8rem;font-style:italic}.testimonials-cta{background:linear-gradient(135deg,#4a8c8e,#2d5f61 50%,#1b3a4a);background:linear-gradient(135deg,var(--primary-teal) 0,var(--dark-teal) 50%,var(--primary-dark) 100%);color:#fff;padding:5rem 0;text-align:center}.testimonials-cta h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.testimonials-cta p{font-size:1.15rem;line-height:1.7;margin:0 auto 2.5rem;max-width:600px;opacity:.9}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr}.testimonials-cta h2{font-size:1.75rem}}.footer{background:#1b3a4a;background:var(--primary-dark);color:#fff;padding:3rem 0;text-align:center}.footer p{color:#ffffffb3}@media (max-width:768px){.hero{min-height:22vh;padding:2rem 1rem 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.nav-links{gap:1rem}.nav-link{font-size:.9rem}.tabs{align-items:stretch;flex-direction:column}.tab{border-radius:8px;text-align:center}.features-grid,.stats-columns,.team-leadership{grid-template-columns:1fr}.team-leadership{gap:2.5rem;max-width:320px;padding-bottom:2.5rem}.team-grid{gap:2rem 1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.team-member-image-container{height:160px;width:160px}.container{padding:0 1rem}.capabilities{padding:3rem 0}}@media (max-width:480px){.hero{min-height:18vh}.hero-title{font-size:1.75rem}.hero-subtitle,.nav-brand{font-size:1rem}.nav-links{flex-wrap:wrap;gap:.5rem}}
/*# sourceMappingURL=main.ffabc3e3.css.map*/