.App{width:100%;min-height:100vh;display:flex;flex-direction:column}.App>*:not(header):not(footer){flex:1}section{padding:80px 20px}.container{max-width:80%;margin:0 auto;padding:0 5%}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.section-subtitle{font-size:1.25rem;text-align:center;color:var(--text-light);max-width:1600px;margin:0 auto 3rem}@media (max-width: 768px){section{padding:60px 20px}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffffa;transition:box-shadow .3s ease;border-bottom:1px solid #d1d5db}.header.scrolled{box-shadow:0 2px 10px #0000001a;border-bottom-color:var(--border-color)}.header-container{max-width:95%;margin:0 auto;padding:1.5rem 2% 1.5rem 3%;display:flex;align-items:center;transition:padding .3s ease}.header.scrolled .header-container{padding:.75rem 2% .75rem 3%}.logo{display:flex;align-items:center;text-decoration:none;cursor:pointer;transition:opacity .3s ease;padding-right:2rem}.logo:hover{opacity:.8}.logo-image{height:50px;width:auto;object-fit:contain;transition:height .3s ease}.header.scrolled .logo-image{height:36px}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.nav{display:flex;gap:2rem;align-items:center;margin-left:auto}.nav-link{background:none;border:none;color:var(--text-dark);font-size:1.25rem;font-weight:400;cursor:pointer;transition:color .3s ease,font-size .3s ease;padding:.5rem 0;position:relative;text-decoration:none;font-family:inherit;display:inline-flex;align-items:center}.nav-link--lg{font-size:1.3rem;font-weight:500}.header.scrolled .nav-link{font-size:1rem}.header.scrolled .nav-link--lg{font-size:1.15rem}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav-link:hover{color:var(--primary-color)}.nav-link:hover:after{width:100%}.nav-dropdown{position:relative;display:inline-block}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;background-color:#fff;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:200px;padding-top:.5rem;margin-top:-.5rem;z-index:1000;overflow:hidden}.dropdown-item{display:block;padding:1rem 1.5rem;color:var(--text-dark);text-decoration:none;font-size:1.125rem;transition:all .3s ease;border-bottom:1px solid var(--border-color)}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:var(--bg-light);color:var(--primary-color)}.auth-buttons{display:flex;gap:1rem;flex-shrink:0;padding-left:6rem}.auth-button{padding:.8rem 1rem;border-radius:6px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:2px solid var(--primary-color)}.auth-button.sign-in{background-color:transparent;color:var(--primary-color)}.auth-button.sign-in:hover,.auth-button.sign-up{background-color:var(--primary-color);color:#fff}.auth-button.sign-up:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #0633}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto;flex-shrink:0;z-index:1001}.hamburger-line{display:block;width:24px;height:2px;background-color:var(--text-dark);border-radius:2px;transition:transform .3s ease,opacity .3s ease,width .3s ease;transform-origin:center}.hamburger.is-open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-open .hamburger-line:nth-child(2){opacity:0;width:0}.hamburger.is-open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none}@media (max-width: 768px){.header-container{padding:.875rem 1rem;flex-wrap:nowrap}.logo{padding-right:0}.logo-image{height:32px}.nav,.auth-buttons{display:none}.hamburger{display:flex}.mobile-menu{display:block;position:absolute;top:100%;left:0;right:0;background-color:#fffffffc;border-top:1px solid var(--border-color);box-shadow:0 8px 24px #0000001f;max-height:0;overflow:hidden;transition:max-height .35s ease;z-index:999}.mobile-menu.mobile-menu--open{max-height:600px}.mobile-nav{display:flex;flex-direction:column;padding:.5rem 0}.mobile-nav-link{display:block;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;font-size:1.1rem;font-weight:500;color:var(--text-dark);cursor:pointer;font-family:inherit;text-decoration:none;transition:background-color .2s ease,color .2s ease}.mobile-nav-link:hover,.mobile-nav-link:active{background-color:var(--bg-light);color:var(--primary-color)}.mobile-nav-services-toggle{display:flex;justify-content:space-between;align-items:center}.mobile-services-arrow{font-size:.85rem;transition:transform .25s ease;display:inline-block}.mobile-services-arrow.rotated{transform:rotate(180deg)}.mobile-services-submenu{background-color:var(--bg-light);border-bottom:1px solid var(--border-color)}.mobile-nav-sublink{display:block;padding:.875rem 2.5rem;font-size:1rem;color:var(--text-light);text-decoration:none;border-bottom:1px solid var(--border-color);font-weight:400;transition:background-color .2s ease,color .2s ease}.mobile-nav-sublink:last-child{border-bottom:none}.mobile-nav-sublink:hover{background-color:#e8f5ee;color:var(--primary-color)}.mobile-auth-buttons{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem 1.5rem;border-top:1px solid var(--border-color)}.mobile-auth-buttons .auth-button{width:100%;padding:.875rem 1rem;font-size:1rem;text-align:center;border-radius:8px}}.footer{background-color:#003814;color:#fff;padding:0}.footer-container{max-width:80%;margin:0 auto;padding:15px 5%}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem;margin-bottom:0;padding-bottom:0}.footer-section{display:flex;flex-direction:row;gap:1rem;align-items:flex-start}.footer-section-content{display:flex;flex-direction:column;gap:.5rem}.footer-divider{width:1px;height:80px;background-color:#fff3;align-self:center}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-tagline{color:#ffffffb3;font-size:.95rem}.footer-copyright{color:#ffffff80;font-size:.9rem;margin-top:.5rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem;position:relative}.footer-section h4:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:gold}.footer-section p{color:#ffffffb3;font-size:.95rem}.footer-section a,.footer-link{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s ease;background:none;border:none;padding:0;cursor:pointer;text-align:left}.footer-section a:hover,.footer-link:hover{color:var(--primary-color)}.footer-links-grid{display:grid;grid-template-columns:repeat(2,auto);column-gap:3rem;row-gap:.5rem;justify-content:start}.footer-links-column{display:flex;flex-direction:column;gap:.5rem}.footer-bottom{text-align:center;padding:.25rem 20px .5rem;background-color:#002410}.footer-bottom p{color:#ffffff80;font-size:.95rem;margin-top:.25rem;margin-bottom:0}.footer-legal-links{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.footer-legal-links a{color:#ffffff80;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-legal-links a:hover{color:var(--primary-color)}.footer-legal-links .separator{color:#ffffff4d;font-size:.95rem}@media (max-width: 768px){.footer{padding:40px 20px 20px}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-container{max-width:100%;padding:15px 1.25rem}.footer-divider{display:none}}.hero{min-height:100vh;padding-top:120px;padding-bottom:20px;background:linear-gradient(135deg,#f9fafb,#e5e7eb);background-size:200%;background-position:top left;background-repeat:no-repeat;position:relative;display:flex;align-items:center;animation:fadeIn .6s ease-in}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#f9fafbf7;z-index:0}.hero>*{position:relative;z-index:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-container{max-width:80%;margin:0 auto;padding:0 5%;display:flex;flex-direction:column;gap:1.5rem;transition:opacity .6s ease,transform .6s ease}.hero-layout{display:grid;grid-template-columns:65% 35%;gap:3rem;align-items:center;max-width:1400px;width:100%;margin:0 auto}.hero-left{display:flex;flex-direction:column;gap:1.5rem}.hero-right{display:flex;justify-content:center;align-items:center}.hero-features-list{display:flex;flex-direction:column;gap:.5rem;width:100%}.hero-feature-item{display:flex;flex-direction:row;align-items:flex-start;gap:1rem;padding:.5rem 0}.hero-feature-icon{flex-shrink:0;width:2.5rem;height:2.5rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:1.75rem}.hero-feature-details{flex:1;min-width:0}.hero-feature-details summary{cursor:pointer;list-style:none;font-size:clamp(1rem,1.2vw,1.3rem);color:var(--text-dark);line-height:1.6;-webkit-user-select:none;user-select:none;display:inline-block;border-bottom:2px solid transparent;transition:border-color .2s ease}.hero-feature-details summary:hover{border-bottom-color:#16a34a}.hero-feature-details summary::-webkit-details-marker{display:none}.hero-feature-details summary:after{content:" ›";color:var(--primary-color);font-weight:700;display:inline-block;transition:transform .2s ease}.hero-feature-details[open] summary:after{transform:rotate(90deg)}.hero-feature-details p{font-size:clamp(.9rem,1.1vw,1.15rem);color:var(--text-light);line-height:1.6;margin:.4rem 0 0;text-align:justify}@keyframes detailsExpand{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes detailsCollapse{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}details[open].hero-feature-details>p{animation:detailsExpand .2s ease forwards}details.hero-feature-details.closing>p{animation:detailsCollapse .2s ease forwards}.hero-container.visible{opacity:1;transform:translateY(0)}.hero-container.hidden{opacity:0;transform:translateY(20px)}.hero-title{font-size:clamp(2rem,3.5vw,4rem);font-weight:700;line-height:1.2;color:var(--text-dark);white-space:nowrap}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-description{font-size:clamp(1rem,1.2vw,1.6rem);color:var(--text-light);line-height:1.8}.hero-features{list-style:none;display:flex;flex-direction:column;gap:1rem}.hero-features li{font-size:1.25rem;color:var(--text-light);padding-left:1.5rem;position:relative;text-align:justify}.hero-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.hero-button{background-color:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 6px #2563eb33}.hero-read-more{color:var(--primary-color);font-style:italic;text-decoration:underline;text-underline-offset:2px}.hero-read-more:hover{color:var(--secondary-color)}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes modalSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.hero-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;animation:modalFadeIn .25s ease forwards}.hero-modal-overlay.closing{animation:modalFadeOut .25s ease forwards}.hero-modal{background:#fff;border-radius:16px;padding:2.5rem;max-width:600px;width:100%;position:relative;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;gap:1rem;animation:modalSlideIn .25s ease forwards}.hero-modal.closing{animation:modalSlideOut .25s ease forwards}.hero-modal h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin:0}.hero-modal p{font-size:1rem;color:var(--text-light);line-height:1.7;margin:0}.hero-modal-close{position:absolute;top:1rem;right:1.25rem;background:none;border:none;font-size:1.75rem;line-height:1;color:var(--text-light);cursor:pointer}.hero-modal-close:hover{color:var(--text-dark)}.hero-button:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 12px #2563eb4d}.hero-image{display:flex;justify-content:flex-end;align-items:center}.image-placeholder{width:100%;max-width:500px;aspect-ratio:1;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.image-placeholder svg{width:100%;height:100%}.hero-image-content{width:100%;max-width:450px;height:auto;border-radius:16px;box-shadow:0 8px 24px #00000026;object-fit:cover}.hero-compare{display:flex;flex-direction:column;gap:2.5rem;width:100%;background:linear-gradient(160deg,#f0fdf4,#fff 55%);border-radius:16px;padding:2.5rem;box-shadow:0 4px 24px #00000014;border:1px solid #bbf7d0}.hero-compare-item{display:flex;flex-direction:column;gap:.4rem}.hero-compare-label{font-size:clamp(1rem,1.3vw,1.3rem);font-weight:600;margin:0}.hero-compare-label.human,.hero-compare-label.bot{color:#15803d}.hero-compare-img{width:100%;height:auto;border-radius:10px;box-shadow:0 4px 16px #0000001f;object-fit:cover}@media (max-width: 968px){.hero-layout{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem;white-space:normal}.hero-right{order:1}}@media (max-width: 768px){.hero-features li,.hero-feature-details p{text-align:left}}@media (max-width: 640px){.hero{padding-top:100px}.hero-container{padding:0 1rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}}.technologies{background-color:var(--bg-white)}.technologies .section-title{text-align:left}.technologies .section-subtitle{text-align:justify;margin-left:0;max-width:75%}.technologies .container{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.technologies .container.animate-in{opacity:1;transform:translateY(0)}.tech-grid{display:flex;flex-direction:column;gap:2rem;margin-top:3rem;width:100%}.tech-card{background-color:var(--bg-light);padding:3rem 4rem;border-radius:16px;transition:all .3s ease;border:1px solid var(--border-color);opacity:0;transform:translateY(30px);width:100%;display:flex;align-items:center;gap:3rem;box-shadow:0 2px 8px #0000000d}.tech-card.animate-in{animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.tech-card:hover{transform:translate(10px);box-shadow:0 8px 24px #0000001f;border-color:var(--primary-color)}.tech-icon{font-size:4rem;margin-bottom:0;flex-shrink:0;width:100px;display:flex;align-items:center;justify-content:center}.tech-content{flex:1}.tech-title{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;line-height:1.4}.tech-description{font-size:clamp(1rem,1.2vw,1.3rem);color:var(--text-light);line-height:1.8;text-align:justify;margin-bottom:1.5rem}.tech-demo-btn{display:inline-block;padding:.75rem 2rem;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;margin-top:1rem}.tech-demo-btn:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width: 768px){.tech-grid{gap:1.5rem}.tech-card{flex-direction:column;align-items:flex-start;padding:1.75rem 1.5rem;gap:1rem}.tech-icon{width:auto;font-size:2.5rem}.tech-title{font-size:1.25rem}.tech-description{font-size:1rem;text-align:left}.technologies .section-subtitle{max-width:100%;text-align:left}}.contact{background:linear-gradient(135deg,#f9fafb,#e5e7eb)}.contact .container{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.contact .container.animate-in{opacity:1;transform:translateY(0)}.contact-content{display:flex;justify-content:center;margin-top:3rem}.contact-form-wrapper{background-color:#fff;padding:2.5rem;border-radius:16px;border:1px solid var(--border-color);box-shadow:0 2px 8px #0000000d}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem}.form-group input,.form-group textarea{padding:.875rem;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background-color:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group input:disabled,.form-group textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:120px}.status-message{padding:1rem;border-radius:8px;font-size:.95rem;text-align:center;font-weight:500}.status-message.success{background-color:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.status-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.submit-button{background-color:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}.submit-button:hover:not(:disabled){background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 12px #2563eb4d}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}@media (max-width: 968px){.contact-form-wrapper{padding:2rem}}@media (max-width: 640px){.contact-form-wrapper{padding:1.5rem}.form-group input,.form-group textarea{padding:.75rem}}.about-page{min-height:100vh;padding-top:80px}.about-hero{background:linear-gradient(135deg,#063,#004d26);color:#fff;padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}.about-hero-logo{position:absolute;top:50%;right:2rem;transform:translateY(-50%);height:180%;width:auto;opacity:.9;object-fit:contain}.about-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700;position:relative;text-align:left}.about-subtitle{font-size:1.25rem;color:#ffffffe6;text-align:center;position:relative}.about-section-wrapper{width:100%;padding:80px 0}.about-section-white{background-color:#fff}.about-section-grey{background-color:#f9fafb}.about-container{max-width:80%;margin:0 auto;padding:0 5%}.about-hero .about-container{display:inline-block;text-align:left}.about-section{padding:0}.about-section h2{font-size:2rem;color:var(--text-dark);margin-bottom:1.5rem;font-weight:600}.about-section p{font-size:1.125rem;line-height:1.8;color:var(--text-light);margin-bottom:1rem}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.about-feature{padding:2rem;background-color:#fff;border-radius:12px;border:2px solid var(--border-color);box-shadow:0 2px 8px #00000014;transition:all .3s ease}.about-feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary-color)}.about-feature h3{font-size:1.25rem;color:var(--primary-color);margin-bottom:1rem;font-weight:600}.about-feature p{font-size:1rem;margin-bottom:0;text-align:justify}.sponsor-logos{display:flex;justify-content:center;align-items:center;gap:6rem;margin-top:3rem;flex-wrap:wrap}.sponsor-logo{max-height:100px;max-width:200px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.sponsor-logo:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.about-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.about-value{text-align:center;padding:1.5rem}.about-value h3{font-size:1.25rem;color:var(--primary-color);margin-bottom:.75rem;font-weight:600}.about-value p{font-size:.95rem;color:var(--text-light);margin-bottom:0}.team-intro{text-align:center;max-width:800px;margin:0 auto 3rem}.team-members{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}.team-member{display:flex;gap:2.5rem;align-items:flex-start;padding:2rem;background-color:#fff;border-radius:12px;border:2px solid var(--border-color);box-shadow:0 2px 8px #00000014;transition:all .3s ease}.team-member:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary-color)}.team-member-photo{flex-shrink:0;width:200px;height:200px;border-radius:12px;overflow:hidden;border:4px solid var(--primary-color);box-shadow:0 4px 12px #0000001a}.team-member-photo img{width:100%;height:100%;object-fit:cover;background-color:#e5e7eb}.team-member-info{flex:1;display:flex;flex-direction:column;justify-content:center}.team-member-info h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.team-member-title{font-size:1.125rem;color:var(--primary-color);font-weight:500;margin-bottom:1rem!important}.team-member-bio{font-size:1rem;line-height:1.7;color:var(--text-light);margin-bottom:0!important;text-align:justify}.about-cta{text-align:center;padding:80px 0}.about-cta h2{margin-bottom:1rem}.about-cta p{max-width:700px;margin:0 auto 2rem}.cta-button{background-color:var(--primary-color);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0633}@media (max-width: 768px){.about-section-wrapper{padding:60px 0}.about-container{padding:0 20px}.about-hero h1{font-size:2rem}.about-subtitle{font-size:1.125rem}.about-section h2{font-size:1.5rem}.about-section p{font-size:1rem}.about-features,.about-values{grid-template-columns:1fr;gap:1.5rem}.team-member{flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:1.5rem}.team-member-photo{width:150px;height:150px}.team-member-info{align-items:center}.cta-button{width:100%;max-width:300px}.about-feature p,.team-member-bio{text-align:left}}.captcha-page{min-height:100vh;min-width:450px;padding-top:0}.captcha-hero{background:linear-gradient(135deg,#063,#004d26);color:#fff;padding:2rem 2rem 1.5rem;text-align:center;margin-top:80px;position:relative;overflow:hidden}.captcha-hero-logo{position:absolute;top:50%;right:2rem;transform:translateY(-50%);height:180%;width:auto;opacity:.9;object-fit:contain}.captcha-container{max-width:min(80%,1600px);margin:0 auto;padding:0 5%}.captcha-hero .captcha-container{display:inline-block;text-align:left}.captcha-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;position:relative;text-align:left}.captcha-subtitle{font-size:1.5rem;opacity:.9;text-align:center}.justified-text{text-align:justify}.narrow-text{max-width:1100px;margin:0 auto 1.5rem;text-align:left}.narrow-text ul{padding-left:0;list-style-position:inside}.challenge-type-toggle{display:flex;justify-content:center;gap:0;margin:2rem auto;max-width:400px;background-color:#f3f4f6;border-radius:8px;padding:4px;position:relative;border:2px solid #006633}.toggle-slider{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background-color:#063;border-radius:6px;transition:transform .3s ease;z-index:0}.toggle-slider.slide-right{transform:translate(100%)}.toggle-slider.slide-left{transform:translate(0)}.toggle-button{flex:1;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#6b7280;background-color:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;position:relative;z-index:1}.toggle-button:hover{color:#374151}.toggle-button.active{color:#fff;box-shadow:none}.captcha-section{padding:2rem 0}.captcha-section-wrapper{width:100%}.captcha-section-white{background-color:var(--bg-white)}.captcha-section-grey{background:linear-gradient(135deg,#f9fafb,#e5e7eb)}.captcha-section h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:2rem;text-align:center}.captcha-section p{font-size:1.125rem;line-height:1.8;color:var(--text-light);margin-bottom:1.5rem}.captcha-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.captcha-feature{background-color:#fff;padding:2rem;border-radius:12px;transition:all .3s ease;border:2px solid var(--border-color);box-shadow:0 2px 8px #00000014;text-align:center}.captcha-feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary-color)}.feature-icon{font-size:3rem;margin-bottom:1rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center}.captcha-feature h3{font-size:1.25rem;color:var(--text-dark);margin-bottom:1rem}.captcha-feature p{font-size:1rem;color:var(--text-light);margin-bottom:0;text-align:left}.captcha-steps{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.captcha-step{display:flex;align-items:flex-start;gap:1.5rem;padding:.5rem 2rem;text-align:left;position:relative}.step-number{width:60px;height:60px;flex-shrink:0;background-color:var(--primary-color);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;position:relative;z-index:1}.captcha-step h3{font-size:1.25rem;color:var(--text-dark);margin-bottom:.5rem;text-align:left}.captcha-step p{font-size:1.125rem;color:var(--text-light);margin-bottom:0;text-align:left}.captcha-code-blocks{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.code-block-container{display:flex;flex-direction:column}.code-block-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;text-align:left}.captcha-code-example{margin-top:0;margin-left:0;margin-right:0;max-width:100%;background-color:#1e1e1e;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000026;flex:1}.captcha-code-example pre{margin:0;padding:1.5rem;overflow-x:auto;background-color:#1e1e1e}.captcha-code-example code{font-family:Consolas,Courier New,monospace;font-size:.875rem;line-height:1.6;color:#d4d4d4}.captcha-code-example .tag{color:#569cd6}.captcha-code-example .attr{color:#9cdcfe}.captcha-code-example .string{color:#ce9178}.captcha-code-example .comment{color:#6a9955}.captcha-code-example .keyword{color:#c586c0}.captcha-code-example .function{color:#dcdcaa}.captcha-code-example .variable{color:#4fc1ff}.captcha-code-example .param{color:#9cdcfe}.captcha-code-example .number{color:#b5cea8}.captcha-usecases{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.usecase{background-color:#fff;padding:2rem;border-radius:12px;transition:all .3s ease;border:2px solid var(--border-color);box-shadow:0 2px 8px #00000014}.usecase:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary-color)}.usecase h3{font-size:1.25rem;color:var(--text-dark);margin-bottom:1rem}.usecase p{font-size:1rem;color:var(--text-light);margin-bottom:0}.captcha-cta{text-align:center;padding:6rem 2rem;background:transparent;border-radius:16px;margin:4rem 0}.captcha-cta h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:1.5rem}.captcha-cta p{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem}.captcha-demo-container{display:flex;justify-content:center;margin:3rem 0}.demo-screen{min-height:calc(100dvh - 280px);box-sizing:border-box;display:flex;align-items:center;overflow:visible}.demo-screen .captcha-container{flex:1;display:flex;align-items:center;height:100%;box-sizing:border-box}.demo-screen .captcha-section{flex:1;display:flex;align-items:center;width:100%;height:100%;box-sizing:border-box}.demo-section-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(4rem,9vw,12rem);align-items:stretch;overflow:visible;width:100%;height:100%;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;border:1px solid var(--border-color);padding:clamp(1.5rem,3vw,3rem)}.demo-text-content{display:flex;flex-direction:column;justify-content:center}.demo-text-content h2{font-size:clamp(1.5rem,2vw,2.5rem);margin-top:0;margin-bottom:1.5rem}.demo-text-content p{font-size:clamp(1rem,1.1vw,1.5rem)}.demo-text-content p:first-of-type{margin-top:0}.demo-form-column{overflow:visible;display:flex;flex-direction:column;justify-content:center}.demo-form-wrapper{width:100%;max-width:clamp(500px,35vw,680px);margin-left:auto;margin-top:50px;position:relative;height:calc(100% - 50px)}.demo-form-wrapper .captcha-demo-form{min-height:370px}#cm-capcha-keyin,#cm-capcha-click{margin-top:.75rem}.demo-tab-buttons{position:absolute;left:25px;top:-42px;display:flex;flex-direction:row;gap:0;z-index:3}.demo-tab-button{padding:.75rem 1.5rem;border:none;border-radius:8px 8px 0 0;cursor:pointer;transition:all .3s ease;font-size:.85rem;font-weight:600;position:relative}.demo-tab-button.selected{background:#fff;color:var(--text-dark);border-left:2px solid var(--border-color);border-top:2px solid var(--border-color);border-right:2px solid var(--border-color);border-bottom:2px solid white;margin-bottom:-2px;box-shadow:0 -3px 10px #0000001a;z-index:4}.demo-tab-button.unselected{background:#063;color:#fff;box-shadow:0 -2px 8px #0000001a;z-index:2}.demo-tab-button.unselected:first-child{border-left:2px solid rgba(0,102,51,.3)}.demo-tab-button.unselected:not(:first-child){border-left:none}.captcha-demo-form{width:100%;background-color:#fff;padding:clamp(1rem,2vw,2rem);border-radius:8px;border:2px solid var(--border-color);box-shadow:0 4px 12px #0000001a;position:relative;z-index:2;display:flex;flex-direction:column}.captcha-demo-form .form-group{margin-bottom:.75rem;display:flex;flex-direction:row;align-items:center;gap:.75rem}.captcha-demo-form label{margin-bottom:0;font-weight:600;color:var(--text-primary);white-space:nowrap}.captcha-demo-form input{flex:1;padding:.5rem;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;font-family:inherit;background-color:#f9fafb}.captcha-demo-form input:disabled{cursor:not-allowed;opacity:.7}.demo-submit-button{width:100%;background-color:var(--primary-color);color:#fff;border:none;padding:.875rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:not-allowed;opacity:.7;margin-top:auto}@media (max-width: 768px){.captcha-demo-form{width:100%}.justified-text{text-align:left}.captcha-hero h1{font-size:2.5rem}.captcha-subtitle{font-size:1.125rem}.captcha-section h2{font-size:2rem}.captcha-hero-logo{display:none}.captcha-container{max-width:100%;padding:0 1.25rem}.captcha-code-blocks{grid-template-columns:1fr;gap:1.5rem}.demo-section-grid{grid-template-columns:1fr;gap:2rem}.demo-text-content{padding-right:0}.demo-form-wrapper{max-width:100%;margin-left:0}.demo-screen{height:auto;overflow:visible}.demo-form-column,.demo-form-wrapper{height:auto}}.cmframe-page{min-height:100vh;padding-top:0}.cmframe-hero{background:linear-gradient(135deg,#063,#004d26);color:#fff;padding:2rem 2rem 1.5rem;text-align:center;margin-top:80px;position:relative;overflow:hidden}.cmframe-hero-logo{position:absolute;top:50%;right:2rem;transform:translateY(-50%);height:180%;width:auto;opacity:.9;object-fit:contain}.cmframe-container{max-width:80%;margin:0 auto;padding:0 5%}.cmframe-hero .cmframe-container{display:inline-block;text-align:left}.cmframe-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;position:relative;text-align:left}.cmframe-subtitle{font-size:1.5rem;opacity:.9;text-align:center}.cmframe-section{padding:4rem 0}.cmframe-section-wrapper{width:100%}.cmframe-section-white{background-color:var(--bg-white)}.cmframe-section-grey{background:linear-gradient(135deg,#f9fafb,#e5e7eb)}.cmframe-section h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:2rem;text-align:center}.cmframe-section p{font-size:1.125rem;line-height:1.8;color:var(--text-light);margin-bottom:1.5rem}.cmframe-intro-text{font-size:1.25rem;line-height:1.8;color:var(--text-light);margin-bottom:2rem;text-align:left}.cmframe-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.cmframe-feature{background-color:#fff;padding:2rem;border-radius:12px;transition:all .3s ease;border:2px solid var(--border-color);box-shadow:0 2px 8px #00000014}.cmframe-feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary-color)}.feature-icon{font-size:3rem;margin-bottom:1rem}.cmframe-feature h3{font-size:1.25rem;color:var(--text-dark);margin-bottom:1rem;text-align:center}.cmframe-feature p{font-size:1rem;color:var(--text-light);margin-bottom:0;text-align:justify}.cmframe-content-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,450px),1fr));gap:3rem;margin-top:3rem}.cmframe-content-left{display:flex;flex-direction:column}.cmframe-content-right{display:flex;align-items:center;justify-content:center}.cmframe-protection-image{width:100%;max-width:600px;height:auto;aspect-ratio:3/2;border-radius:12px;box-shadow:0 4px 16px #0000001a}.cmframe-process{display:grid;grid-template-columns:1fr;gap:.25rem}.process-step{display:flex;align-items:flex-start;gap:1.5rem;padding:1rem 0}.step-number{width:45px;height:45px;background-color:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.step-content{flex:1}.process-step h3{font-size:1.25rem;color:var(--text-dark);margin-bottom:.5rem;text-align:left}.process-step p{font-size:1rem;color:var(--text-light);margin-bottom:0}.cmframe-usecases{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.usecase-card{background-color:#fff;padding:2rem;border-radius:12px;transition:all .3s ease;border:2px solid var(--border-color);box-shadow:0 2px 8px #00000014}.usecase-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary-color)}.usecase-card h3{font-size:1.25rem;color:var(--text-dark);margin-bottom:1rem;text-align:center}.usecase-card p{font-size:1rem;color:var(--text-light);margin-bottom:0;text-align:justify}.cmframe-comparison{background-color:var(--bg-light);margin:4rem -2rem;padding:4rem 2rem}.comparison-table{max-width:900px;margin:3rem auto 0;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.comparison-row{display:grid;grid-template-columns:2fr 1.5fr 1.5fr;border-bottom:1px solid var(--border-color)}.comparison-row:last-child{border-bottom:none}.comparison-row.header{background-color:var(--primary-color);color:#fff;font-weight:600}.comparison-cell{padding:1.25rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1rem}.comparison-cell.highlight{background-color:#f0fdf4;color:var(--primary-color);font-weight:600}.comparison-row.header .comparison-cell.highlight{background-color:#004d26;color:#fff}.cmframe-cta{text-align:center;padding:6rem 2rem;background:transparent;border-radius:16px;margin:4rem 0}.cmframe-cta h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:1.5rem}.cmframe-cta p{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem}.cta-button{background-color:var(--primary-color);color:#fff;border:none;padding:1rem 3rem;font-size:1.125rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0633}.cta-button:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 12px #0066334d}@media (max-width: 768px){.cmframe-hero h1{font-size:2.5rem}.cmframe-subtitle{font-size:1.125rem}.cmframe-section h2{font-size:2rem}.cmframe-content-layout{grid-template-columns:1fr;gap:2rem}.cmframe-protection-image{width:100%!important;max-width:100%!important;height:auto!important}.comparison-row{grid-template-columns:1fr}.comparison-cell{border-bottom:1px solid var(--border-color)}.comparison-row.header,.cmframe-hero-logo{display:none}.cmframe-container{max-width:100%;padding:0 1.25rem}.cmframe-feature p,.usecase-card p{text-align:left}}.legal-page{width:100%;height:100vh;padding-top:70px;display:flex;flex-direction:column}.legal-iframe{width:100%;flex:1;border:none;display:block}.pricing-page{background:linear-gradient(135deg,#f9fafb,#e5e7eb);padding-bottom:4rem}.pricing-hero{padding:120px 5% 60px;text-align:center}.pricing-hero__title{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem}.pricing-hero__sub{font-size:clamp(1rem,1.3vw,1.25rem);color:var(--text-light)}.pricing-content{max-width:1600px;margin:0 auto;padding:0 5% 80px;display:flex;flex-direction:column;gap:4rem}.pricing-section__header{text-align:center;margin-bottom:2.5rem}.pricing-section__title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.pricing-section__subtitle{font-size:1.05rem;color:var(--text-light);margin-bottom:1.5rem}.pricing-toggle{display:inline-flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--text-light)}.pricing-toggle__label--active{color:var(--text-dark);font-weight:600}.pricing-toggle__save{font-size:.75rem;background:#dcfce7;color:#15803d;padding:.15rem .45rem;border-radius:999px;font-weight:600}.pricing-toggle__switch{width:44px;height:24px;border-radius:999px;border:none;background:#d1d5db;cursor:pointer;position:relative;transition:background .2s ease;padding:0}.pricing-toggle__switch--on{background:var(--primary-color)}.pricing-toggle__thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s ease;display:block}.pricing-toggle__switch--on .pricing-toggle__thumb{transform:translate(20px)}.pricing-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:stretch}.pricing-card{background:#fff;border-radius:16px;border:1px solid var(--border-color);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;box-shadow:0 2px 8px #0000000d;transition:box-shadow .2s ease,transform .2s ease}.pricing-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-3px)}.pricing-card--highlight{border-color:var(--primary-color);box-shadow:0 4px 20px #00663326}.pricing-card--highlight:hover{box-shadow:0 12px 32px #0633}.pricing-card__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary-color);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .85rem;border-radius:999px;white-space:nowrap;letter-spacing:.04em}.pricing-card__name{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin:0}.pricing-card__desc{font-size:.9rem;color:var(--text-light);margin:.35rem 0 0;line-height:1.5}.pricing-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem}.pricing-card__amount{font-size:2.25rem;font-weight:700;color:var(--text-dark);line-height:1}.pricing-card__per{font-size:1rem;color:var(--text-light)}.pricing-card__custom{font-size:2rem;font-weight:700;color:var(--text-dark)}.pricing-card__billed{width:100%;font-size:.8rem;color:var(--text-light);margin:.2rem 0 0}.pricing-card__features{list-style:none;display:flex;flex-direction:column;gap:.65rem;flex:1;padding:0;margin:0}.pricing-card__features li{display:flex;align-items:flex-start;gap:.5rem;font-size:.95rem;color:var(--text-dark);line-height:1.4}.pricing-card__check{color:var(--primary-color);font-weight:700;flex-shrink:0}.pricing-card__check--muted{color:var(--text-light)}.pricing-card__cta{width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;letter-spacing:.03em}.pricing-card__cta--primary{background:var(--primary-color);color:#fff;border:none}.pricing-card__cta--primary:hover{background:var(--secondary-color);transform:translateY(-1px);box-shadow:0 4px 12px #00663340}.pricing-card__cta--outline{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.pricing-card__cta--outline:hover{background:var(--primary-color);color:#fff}.pricing-note{text-align:center;color:var(--text-light);font-size:.95rem;line-height:1.7}.pricing-note a{color:var(--primary-color);text-decoration:underline}.pricing-why{border-top:1px solid var(--border-color);padding-top:1.5rem}.pricing-why__title{font-size:1rem;font-weight:600;color:var(--text-light);margin-bottom:.5rem}.pricing-why__body{font-size:1rem;color:var(--text-light);line-height:1.7}@media (max-width: 1100px){.pricing-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.pricing-hero{padding:100px 5% 40px}.pricing-cards{grid-template-columns:1fr}.pricing-card{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #006633;--secondary-color: #004d26;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f5f9f7;--bg-white: #ffffff;--border-color: #d1e7dd}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;overflow-x:hidden}#root,.App{min-height:100vh}
