:root{--beige: #F9F5EA;--navy: #0b2342;--navy-dark: #071421;--red: #e63946;--red-light: #f76c7a;--text-dark: #0b2342;--text-light: #0b2342;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--beige);background-color:var(--beige);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--beige);color:var(--navy);line-height:1.6;min-width:320px;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1;margin-top:80px;padding-bottom:70px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--navy)}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--beige)}::-webkit-scrollbar-thumb{background:var(--red);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--red-light)}a{color:var(--red);text-decoration:none;transition:color .3s ease}a:hover{color:var(--red-light)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--navy);color:var(--beige);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--red)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: dark){:root{color:var(--beige);background-color:var(--beige)}body{background-color:var(--beige);color:var(--beige)}h1,h2,h3,h4,h5,h6{color:var(--beige)}}.container,.footer-content,.footer-bottom,.about-container,.terminal-container.wide{max-width:1280px;width:100%;margin:0 auto;box-sizing:border-box;padding-left:1rem;padding-right:1rem}h1{font-size:clamp(2.2rem,6vw,4rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}img,.profile-photo,.hero-logo{max-width:100%;height:auto;display:block}.terminal-container,.terminal-body,.terminal-info-card{max-width:100vw;min-width:0;box-sizing:border-box}@media (max-width: 900px){.container,.footer-content,.footer-bottom,.about-container,.services-grid,.about-sections{flex-direction:column!important;gap:1.5rem!important;padding-left:1rem;padding-right:1rem}.footer-inner,.footer-bottom{flex-direction:column;align-items:flex-start;gap:.7rem;padding:1rem}.terminal-container,.about-profile-card{max-width:100vw;min-width:0}}@media (max-width: 600px){h1{font-size:2rem}h2{font-size:1.3rem}.container,.footer-content,.footer-bottom,.about-container,.services-grid,.about-sections{padding-left:.5rem;padding-right:.5rem;gap:1rem!important}.terminal-body{font-size:.8rem;padding:.5rem .2rem}}.terminal-demo-row{display:flex;flex-direction:row;align-items:flex-start;gap:2.5rem;justify-content:center;margin:0 auto;max-width:1100px}.terminal-container{max-width:520px;min-width:320px;flex:0 0 420px;margin:0;padding:0}.terminal{background-color:#23253e;border-radius:8px;box-shadow:0 4px 16px #0a1a2f1a;overflow:hidden;margin-bottom:1.5rem;width:100%;box-shadow:0 4px 24px #0a1a2f40}.terminal-header{background-color:var(--navy-dark);padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between}.terminal-controls{display:flex;gap:.5rem;margin-right:1rem}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background-color:#e63946}.dot.yellow{background-color:#ffbd2e}.dot.green{background-color:#27c93f}.terminal-title{color:var(--beige);font-size:.9rem;font-family:SF Mono,Menlo,monospace}.terminal-status{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#27c93f;font-family:SF Mono,Menlo,monospace;font-weight:600}.terminal-status-dot{width:10px;height:10px;border-radius:50%;background:#27c93f;display:inline-block;box-shadow:0 0 6px #27c93f99}.terminal-body{padding:1rem 1.2rem;height:260px;overflow-y:auto;background:var(--navy);font-size:.92rem;text-align:left}.terminal-body pre{margin:0;font-family:SF Mono,Menlo,monospace;font-size:.9rem;line-height:1.5;color:var(--beige);text-align:left}.terminal-line{white-space:pre-wrap;word-break:break-word;text-align:left}.cursor{display:inline-block;width:8px;height:16px;background-color:var(--red);animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.terminal-footer{text-align:center;padding:1rem;background:var(--beige)}.terminal-footer p{color:var(--navy);margin-bottom:1rem}.demo-cta{display:inline-block;padding:.75rem 1.5rem;background-color:var(--red);color:var(--beige);border-radius:6px;font-weight:600;transition:all .3s ease}.demo-cta:hover{transform:translateY(-2px)}.terminal-body::-webkit-scrollbar{width:8px}.terminal-body::-webkit-scrollbar-track{background:var(--navy-dark)}.terminal-body::-webkit-scrollbar-thumb{background:var(--red);border-radius:4px}.terminal-body::-webkit-scrollbar-thumb:hover{background:var(--red-light)}.terminal-prompt{color:#7fd1b9;font-family:SF Mono,Menlo,monospace;font-weight:600;margin-right:.2em}.terminal-edit-cursor{display:inline-block;width:10px;height:1.2em;background:var(--red);margin-left:2px;animation:blink .7s steps(1) infinite;vertical-align:middle}.terminal-info{flex:1 1 0;background:var(--beige);color:var(--navy);border-radius:10px;padding:2rem 2rem 2rem 1.5rem;box-shadow:0 2px 12px #0a1a2f0f;font-size:1.08rem;min-width:260px;max-width:420px;display:flex;flex-direction:column;justify-content:center}.terminal-info h3{color:var(--red);font-size:1.3rem;margin-bottom:.7rem}.terminal-info ul{margin:.5rem 0 0 1.2rem;padding:0;color:var(--navy);font-size:1rem;text-align:left}.terminal-info li{margin-bottom:.4rem;text-align:left}@media (max-width: 900px){.terminal-demo-row{flex-direction:column;gap:2rem;align-items:stretch;max-width:98vw}.terminal-info{padding:1.2rem;min-width:0;max-width:100vw}.terminal-container{min-width:0;max-width:100vw;flex:1 1 0}}.fade-in{opacity:0;animation:fadeIn .4s ease forwards}@keyframes fadeIn{to{opacity:1}}.terminal-info ul li{display:flex;align-items:center;gap:.5rem}.terminal-demo-wrapper{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;max-width:100%}.terminal-container.wide{width:100%;max-width:960px;margin-bottom:2rem}.terminal-info-card{background:var(--beige);color:var(--navy);border-radius:12px;width:100%}.feature-icon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem;margin-bottom:1.8rem;text-align:center}.feature-icon-block{display:flex;flex-direction:column;align-items:center;font-weight:600;color:var(--navy);font-size:1rem}.feature-icon-block span{margin-top:.6rem}.info-description{text-align:left;line-height:1.6;font-size:1.05rem}.info-description p{margin-bottom:1.2rem}.home{min-height:100vh;background-color:var(--beige);color:var(--navy);padding-top:0;width:100%;overflow-x:hidden;position:relative}.home::-webkit-scrollbar{display:none}.section-indicator{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:1rem}.section-dot{width:12px;height:12px;border-radius:50%;background:var(--navy);opacity:.3;cursor:pointer;transition:all .3s ease;position:relative}.section-dot:hover{opacity:.6;transform:scale(1.2)}.section-dot.active{opacity:1;transform:scale(1.2)}.section-dot:after{content:"";position:absolute;width:24px;height:24px;border:2px solid var(--navy);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);opacity:0;transition:all .3s ease}.section-dot.active:after{transform:translate(-50%,-50%) scale(1);opacity:.3}.section-dot:hover:after{transform:translate(-50%,-50%) scale(1);opacity:.3}.home section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:2rem;overflow:hidden;box-sizing:border-box;margin:0 auto;max-width:1400px;width:100%;position:relative}.home section:first-of-type{margin-top:0}.home .hero{padding:0 0 3rem;display:flex;flex-direction:column}.hero-content{max-width:1200px;margin:0 auto;padding:1rem 0}.hero-content.hero-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;gap:4rem;padding:0 4rem}.hero-text{flex:1 1 0;text-align:left;max-width:600px}.hero h1{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:800;margin-bottom:2rem;line-height:1.1;color:var(--navy)}.tagline{font-size:clamp(1.3rem,2.5vw,1.7rem);margin-bottom:2.5rem;line-height:1.4;color:var(--navy)}.hero-logo-container{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.hero-logo.large{width:clamp(320px,30vw,480px);height:auto;margin-bottom:0}.cta-buttons{display:flex;gap:1.5rem;margin-top:1.5rem}.cta-button{padding:1.1rem 2.5rem;border-radius:32px;font-weight:700;font-size:1.1rem;letter-spacing:.03em;border:none;outline:none;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 2px 8px #0a1a2f0a}.cta-button.primary{background:var(--red);color:var(--beige);width:100%;align-self:center}.cta-button.secondary{background:transparent;color:var(--red);border:2px solid var(--red);width:100%}.cta-button:hover{background:var(--navy);color:var(--beige);box-shadow:0 4px 16px #0a1a2f14}.section-description{text-align:center;max-width:800px;margin:0 auto 2.5rem;color:var(--navy);font-size:1.25rem;line-height:1.6}.demo-section{background:var(--beige);padding:5rem 0;text-align:center}.demo-section h2{font-size:clamp(2rem,5vw,2.5rem);color:var(--navy);margin-bottom:2.5rem;font-weight:800}.hero-partners{margin-top:2rem;padding:1rem 0;background:var(--beige)}.program-logos-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin:0 auto;padding:0 2rem}.program-logos-container a{display:inline-block;text-decoration:none;transition:transform .2s ease}.program-logos-container a:hover{transform:scale(1.05)}.program-logo{width:20vh;height:auto;filter:grayscale(0)}.program-logo:hover{opacity:1}.services{background:var(--beige);padding:5rem 0 3rem}.services h2{text-align:center;font-size:clamp(2rem,5vw,2.7rem);color:var(--navy);margin-bottom:.5rem;font-weight:800}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:1rem 4rem}.service-card{background:var(--beige);border:1px solid rgba(10,26,47,.08);border-radius:18px;box-shadow:0 4px 24px #0a1a2f40;display:flex;flex-direction:column;align-items:center;padding:2.5rem 2rem 2rem;transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:0 4px 24px #0a1a2f40;transform:translateY(-6px) scale(1.03);border-color:var(--red)}.service-icon{margin-bottom:2rem;display:flex;align-items:center;justify-content:center}.service-icon-symbol{font-size:3.5rem;color:var(--red);background:var(--beige);border-radius:50%;padding:.7rem;box-shadow:0 2px 8px #0a1a2f0a}.service-content h3{font-size:1.4rem;color:var(--navy);font-weight:700;margin-bottom:1rem;text-align:center}.service-content p{color:var(--navy);font-size:1.08rem;margin-bottom:1.5rem;text-align:center}.service-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.service-feature{display:flex;align-items:center;gap:.7rem;background:#0a1a2f08;border-radius:8px;padding:.7rem 1rem;font-size:1rem;color:var(--navy);font-weight:500;transition:background .2s}.service-feature .feature-icon{color:var(--red);font-size:1.2rem}.service-feature:hover{background:#dc354514}.stats{padding:4rem 2rem;background-color:var(--beige);color:var(--navy)}.stats h2{text-align:center;margin-bottom:1rem;font-size:2.5rem;color:var(--navy)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.stat-item{padding:2rem;background:var(--beige);border:1px solid rgba(10,26,47,.08);border-radius:12px;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.stat-item .icon{font-size:2.5rem;color:var(--red);margin-bottom:1rem}.stat-item h3{font-size:2.5rem;margin-bottom:.5rem}.stat-item p{font-size:1.2rem;color:var(--navy);margin-bottom:.5rem}.stat-description{color:var(--navy);font-size:.9rem}.partners{background:var(--beige)}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.partner-logo{padding:1.5rem;background:var(--beige);border:1px solid rgba(10,26,47,.08);border-radius:12px;display:flex;align-items:center;justify-content:center;min-height:100px;max-height:120px}.partner-logo img{max-width:100%;max-height:80px;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:all .3s ease}.partner-logo:hover img{filter:grayscale(0%) opacity(1)}.why-choose-us{padding:4rem 2rem;background-color:var(--beige);text-align:center}.why-choose-us h2{font-size:2.5rem;color:var(--navy);margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.feature-card{padding:2rem;background:var(--beige);border:1px solid rgba(10,26,47,.08);border-radius:12px;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%}.feature-card .icon{font-size:2.5rem;color:var(--red);margin-bottom:1.5rem}.feature-card:hover{transform:translateY(-5px);border-color:var(--red);box-shadow:0 8px 24px #e6394614}.feature-card h3{font-size:1.3rem;margin-bottom:1rem}.feature-card p{font-size:1rem;line-height:1.5}.testimonials{padding:4rem 2rem;background-color:var(--beige);text-align:center}.testimonials h2{font-size:2.5rem;color:var(--navy);margin-bottom:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.testimonial-card{padding:2rem;background:var(--beige);border:1px solid rgba(10,26,47,.08);border-radius:12px;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.testimonial-card .avatar{width:60px;height:60px;border-radius:50%;margin-bottom:1rem;object-fit:cover}.testimonial-card:hover{transform:translateY(-5px);border-color:var(--red);box-shadow:0 8px 24px #e6394614}.testimonial-text{font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem}.testimonial-author{margin-top:auto}@media (max-width: 900px){.hero-content.hero-row{flex-direction:column;text-align:center;gap:2rem;padding:2rem 3rem}.hero-text{max-width:100%}.hero-logo.large{width:clamp(250px,50vw,400px)}.services-grid{grid-template-columns:1fr;padding:1rem 3rem}.service-card{padding:2rem 1.5rem}.service-features{grid-template-columns:1fr}.hero-partners{padding:.75rem 0}.program-logos-container{gap:1.5rem;padding:0 3rem}.program-logo{width:70px}.home section{padding:1.5rem 3rem;min-height:auto;max-height:none}.section-indicator{right:1rem}.section-dot{width:10px;height:10px}.section-dot:after{width:20px;height:20px}}@media (max-width: 600px){.hero h1{font-size:clamp(2rem,8vw,2.8rem)}.tagline{font-size:clamp(1.1rem,4vw,1.3rem)}.cta-buttons{flex-direction:column;gap:1rem;align-items:center}.cta-button{width:100%;max-width:300px}.service-content{padding:0 .5rem}.service-content h3{font-size:1.2rem}.service-content p{font-size:1rem}.home section{padding:1rem 2rem}.services-grid{padding:1rem 2rem}.hero-partners{padding:1rem 0}.program-logos-container{padding:0 2rem;gap:1rem}.program-logo{width:60px}.section-indicator{right:.75rem}.section-dot{width:8px;height:8px}.section-dot:after{width:16px;height:16px}}@media (max-width: 400px){.hero-content.hero-row{padding:1rem 1.5rem}.service-card{padding:1.5rem 1rem}.service-feature{padding:.5rem .75rem;font-size:.9rem}.home section{padding:1rem 1.5rem}.services-grid{padding:1rem 1.5rem}.hero-partners{padding:.25rem 0}.program-logos-container{padding:0 1.5rem;gap:.75rem}.program-logo{width:50px}}.home .contact-section{background:var(--beige);padding:3rem 0;text-align:center;width:100%;height:auto;min-height:100vh}.home .contact-section h2{font-size:clamp(2rem,5vw,2.5rem);color:var(--navy);margin-bottom:1rem;font-weight:800}.home .contact-form{max-width:800px;width:90%;margin:0 auto;padding:2.5rem;background:var(--beige);border-radius:16px;box-shadow:0 4px 24px #0a1a2f40;text-align:left}.home .contact-form label{display:flex;flex-direction:column;font-weight:500;margin-bottom:1.5rem;font-size:1.1rem}.home .contact-form input,.home .contact-form textarea{margin-top:.5rem;padding:1rem 1.25rem;border:2px solid var(--navy);border-radius:12px;font-size:1.1rem;background:var(--beige);color:var(--navy);transition:border-color .2s ease;width:100%}.home .contact-form textarea{min-height:150px;resize:vertical}.home .contact-form input:focus,.home .contact-form textarea:focus{border-color:var(--red);width:100%;outline:none}.home .contact-success{max-width:800px;width:90%;margin:0 auto;padding:2.5rem;background:var(--beige);border-radius:16px;box-shadow:0 4px 24px #0a1a2f40}.home .contact-success h2{color:var(--red);margin-bottom:1.5rem;font-size:2rem}.home .contact-success p{font-size:1.2rem;line-height:1.6}@media (max-width: 1200px){.home .contact-form,.home .contact-success{width:95%;padding:2rem}}@media (max-width: 900px){.home .contact-form,.home .contact-success{width:95%;padding:2rem}}@media (max-width: 600px){.home .contact-form,.home .contact-success{width:100%;padding:1.5rem;border-radius:12px}.home .contact-section{padding:2rem 0}.home .contact-form label{font-size:1rem;margin-bottom:1.25rem}.home .contact-form input,.home .contact-form textarea{font-size:1rem;padding:.875rem 1rem;border-width:1px}.home .contact-form textarea{min-height:120px}.home .contact-success h2{font-size:1.75rem}.home .contact-success p{font-size:1.1rem}}.about-page{position:relative;min-height:100vh;width:100%;display:flex;flex-direction:column;overflow-x:hidden}.about-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--beige);opacity:.85;z-index:0;pointer-events:none}.about-bg{display:none}.about-company-intro{width:100%;max-width:1400px;margin:2rem auto;background:var(--beige);padding:3rem 4rem;position:relative;z-index:2;border-radius:10px}.about-container{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:5rem 4rem 1rem;display:flex;flex-direction:column;flex:1}.about-section{width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.about-section:last-child{margin-bottom:0}.about-section-title{font-size:2.2rem;font-weight:800;color:var(--navy);letter-spacing:-.5px;text-align:left;margin-top:3rem;display:flex;align-items:flex-start;gap:1rem}.about-profiles{display:flex;flex-direction:column;gap:2rem;align-items:flex-start;justify-content:flex-start}.about-profile-card{background:var(--beige);border-radius:16px;box-shadow:0 4px 24px #0a1a2f1a;display:flex;flex-direction:row;align-items:flex-start;padding:2rem;min-width:340px;max-width:540px;width:100%;gap:2rem;animation:card-fade-in 1.2s cubic-bezier(.23,1,.32,1) .1s both}.about-profile-photo{width:110px;height:110px;border-radius:8px;object-fit:cover;box-shadow:0 2px 12px #0a1a2f1a;background:#fff;flex-shrink:0}.about-profile-info{display:flex;flex-direction:column;flex:1}.about-profile-info h2{font-size:1.35rem;text-align:left;font-weight:700;color:var(--navy);margin:0 0 .2rem}.about-profile-title{color:var(--red);text-align:left;font-weight:600;margin-bottom:.7rem;font-size:1.08rem}.about-profile-bio{color:var(--navy);font-size:1.05rem;margin-bottom:1.1rem;line-height:1.6;text-align:justify}.about-profile-socials{display:flex;gap:1rem;margin-top:.2rem}.about-profile-socials a{color:var(--navy);font-size:1.5rem;transition:color .2s,transform .2s;display:flex;align-items:center}.about-profile-socials a:hover{color:var(--red);transform:scale(1.15) rotate(-6deg)}.deck-button-bottom{font-size:1.5rem;margin-left:.75rem;background:var(--beige);border:none;color:var(--navy);cursor:pointer;padding:.3rem .6rem;border-radius:6px;transition:transform .2s,color .2s}.deck-button-bottom:hover{transform:scale(1.15);color:var(--red)}.about-deck{position:relative}.deck-card{position:absolute;top:0;left:0;transition:transform 1.2s ease}.profile-carousel{display:flex;flex-direction:row;gap:2rem;overflow-x:auto;padding:1rem 0;scrollbar-width:thin;scrollbar-color:var(--red) var(--beige);margin:0 -1rem;padding:1rem}.profile-carousel::-webkit-scrollbar{height:8px}.profile-carousel::-webkit-scrollbar-thumb{background:var(--red);border-radius:4px}.profile-carousel::-webkit-scrollbar-track{background:var(--beige)}.profile-card{width:200px;height:350px;perspective:1200px;background:none;border:none;box-shadow:none;margin-bottom:.5rem;position:relative;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start}.profile-card-inner{width:100%;height:200px;position:relative;transition:transform .7s cubic-bezier(.23,1,.32,1);transform-style:preserve-3d;border-radius:16px;box-shadow:0 4px 24px #0a1a2f1f;background:var(--beige)}.profile-card.flipped .profile-card-inner{transform:rotateY(180deg)}.profile-card-front,.profile-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden}.profile-card-front{z-index:2;background:var(--beige)}.profile-card-back{transform:rotateY(180deg);background:#fff;flex-direction:column;padding:1.2rem 1rem;justify-content:flex-start;align-items:flex-start}.profile-photo{width:100%;height:100%;border-radius:12px;object-fit:cover;box-shadow:0 2px 12px #0a1a2f21;background:#fff}.profile-title{font-size:1.08rem;font-weight:600;color:var(--red);margin-bottom:.5rem}.profile-bio{font-size:.98rem;color:var(--navy);margin-bottom:.7rem;line-height:1.5;text-align:left}.profile-socials{display:flex;gap:.7rem;margin-top:.2rem}.profile-socials a{color:var(--navy);font-size:1.3rem;transition:color .2s,transform .2s;display:flex;align-items:center}.profile-socials a:hover{color:var(--red);transform:scale(1.12) rotate(-6deg)}.profile-label{margin-top:.5rem;width:100%;text-align:center}.profile-name{font-size:1.08rem;font-weight:700;color:var(--navy)}.profile-role{font-size:.98rem;color:var(--red);font-weight:500}@media (max-width: 900px){.about-profile-card{flex-direction:column;align-items:center;padding:1.5rem 1rem;max-width:98vw}.about-profile-photo{width:90px;height:90px;border-radius:50%}.about-section-title{text-align:left;justify-content:flex-start}.about-profiles{align-items:flex-start}.about-company-intro{padding:2.5rem 3rem;margin:1.5rem auto}.about-container{padding:3rem 3rem 1rem}.about-section{gap:1.5rem}.profile-carousel{gap:1.5rem;margin:0 -.5rem;padding:.5rem}}@media (max-width: 600px){.profile-card{width:200px;height:350px}.profile-card-inner{height:200px}.profile-photo{width:100%;height:100%;border-radius:10px}.about-company-intro{padding:2rem;margin:1rem auto}.about-container{padding:2rem 2rem 1rem}.about-section-title{font-size:1.8rem;margin-top:2rem}.profile-carousel{gap:1rem}}@media (max-width: 400px){.about-company-intro{padding:1.5rem;margin:.75rem auto}.about-container{padding:1.5rem 1.5rem 1rem}.about-section-title{font-size:1.6rem;margin-top:1.5rem}}.about-company-intro-content{max-width:100%;margin:0 auto;padding:0 1.5rem;text-align:left}.about-company-intro h1{font-size:2.3rem;font-weight:800;color:var(--navy);margin-bottom:1.2rem;letter-spacing:-.5px}.about-company-intro p{font-size:1.1rem;color:var(--navy);line-height:1.7;margin:0 0 1.5rem}.about-company-intro p:last-child{margin-bottom:0}.about-company-intro strong{font-weight:700}.about-company-intro em{font-style:italic}.contact-background{min-height:100vh;min-width:100vw;width:100vw;height:100vh;background-image:url(https://images.unsplash.com/photo-1689546654732-201770091f96?q=80&w=3090&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;background-repeat:no-repeat;position:fixed;top:0;left:0;z-index:0;display:flex;align-items:flex-start;justify-content:center}.contact-page{max-width:750px;width:100%;background:var(--beige);border-radius:12px;box-shadow:0 4px 24px #0a1a2f40;padding:2.5rem;color:var(--navy);text-align:left;z-index:1;animation:card-fade-in .9s cubic-bezier(.23,1,.32,1) .15s both}@keyframes card-fade-in{0%{opacity:0;transform:translateY(40px) scale(.98)}80%{opacity:1;transform:translateY(-4px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.contact-page h1{margin-bottom:1rem;font-size:2.5rem;text-align:left;color:var(--navy)}.contact-page p{margin-bottom:2rem;line-height:1.6;font-size:1.05rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form label{display:flex;flex-direction:column;font-weight:500}.contact-form input,.contact-form textarea{margin-top:.5rem;padding:.75rem 1rem;border:1px solid var(--navy);border-radius:6px;font-size:1rem;background:var(--beige);color:var(--navy);transition:border-color .2s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--red);outline:none}.cta-button.primary{background:var(--red);color:var(--beige);border:none;font-weight:600;font-size:1.1rem;padding:1rem 2rem;border-radius:8px;cursor:pointer;transition:background .2s,box-shadow .2s}.cta-button.primary:hover{background:var(--red-light);box-shadow:0 4px 12px #e639461f}.contact-success{padding:2rem 0;text-align:center}.contact-success h2{color:var(--red);margin-bottom:1rem}@media (max-width: 600px){.contact-page{padding:1.5rem}.contact-background{padding:1rem}}.contact-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#f9f5ea8c;z-index:1;display:flex;align-items:center;justify-content:center;padding:2rem}.blog-page{min-height:100vh;background-color:var(--beige);color:var(--navy);padding:3rem 0;width:100%;overflow-x:hidden}.blog-header{max-width:1400px;margin:0 auto 2rem;padding:2rem 4rem;text-align:center}.blog-header h1{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;margin-bottom:1rem;color:var(--navy)}.blog-subtitle{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--navy);margin-bottom:2rem}.blog-controls{max-width:1400px;margin:0 auto 2rem;padding:0 4rem;display:flex;flex-direction:column;gap:1.5rem}.blog-search{margin-bottom:1rem}.blog-search input{width:100%;padding:.8rem 1.2rem;border:1px solid rgba(10,26,47,.15);border-radius:8px;font-size:1rem;background-color:var(--beige);color:var(--navy);box-shadow:0 2px 8px #0a1a2f0d;transition:all .2s ease}.blog-search input:focus{outline:none;border-color:var(--red);box-shadow:0 4px 16px #dc35451a}.blog-filters{display:flex;flex-wrap:wrap;gap:.8rem}.filter-button{padding:.6rem 1.2rem;border:1px solid rgba(10,26,47,.15);border-radius:20px;background-color:transparent;color:var(--navy);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-button:hover{border-color:var(--red);color:var(--red)}.filter-button.active{background-color:var(--red);color:var(--beige);border-color:var(--red)}.blog-posts-container{max-width:1400px;margin:0 auto;padding:0 4rem;display:flex;flex-direction:column;gap:2rem}.blog-post-card{display:flex;flex-direction:column;background-color:var(--beige);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0a1a2f14;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(10,26,47,.08);height:100%}.blog-post-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #dc35451f;border-color:var(--red)}.post-image,.post-video{width:100%;aspect-ratio:16/9;overflow:hidden;position:relative;background-color:#0a1a2f0d}.post-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.post-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-post-card:hover .post-image img{transform:scale(1.05)}.post-content{padding:1.5rem 2rem 2rem;display:flex;flex-direction:column;flex:1;text-align:left}.post-meta{display:flex;justify-content:space-between;margin-bottom:1rem;align-items:center;flex-wrap:wrap;gap:.5rem}.post-date{font-size:.9rem;color:#0a1a2fb3}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-tag{padding:.3rem .8rem;border-radius:16px;background-color:#0a1a2f0d;color:var(--navy);font-size:.8rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.post-tag:hover{background-color:var(--red);color:var(--beige)}.post-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--navy);line-height:1.3}.post-excerpt{font-size:1rem;color:var(--navy);margin-bottom:1.5rem;line-height:1.6;flex:1}.read-more-link{align-self:flex-start;padding:.6rem 1.2rem;border-radius:24px;background-color:var(--red);color:var(--beige);font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s ease}.read-more-link:hover{background-color:var(--navy)}.no-posts{padding:3rem;text-align:center;background-color:#0a1a2f08;border-radius:12px;color:var(--navy)}@media (min-width: 768px){.blog-posts-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.blog-post-card{height:100%;display:flex;flex-direction:column}.post-content{flex:1;display:flex;flex-direction:column}.post-excerpt{flex:1}}@media (max-width: 900px){.blog-header,.blog-controls,.blog-posts-container{padding-left:3rem;padding-right:3rem}}@media (max-width: 600px){.blog-header,.blog-controls,.blog-posts-container{padding-left:2rem;padding-right:2rem}.blog-header{padding-top:1.5rem;padding-bottom:1.5rem}.post-content{padding:1.2rem 1.5rem 1.5rem}}@media (max-width: 400px){.blog-header,.blog-controls,.blog-posts-container{padding-left:1.5rem;padding-right:1.5rem}}.blog-loading{display:flex;justify-content:center;align-items:center;min-height:60vh;font-size:1.2rem;color:var(--navy);text-align:center;padding:2rem}.post-video-indicator{background-color:#0f0f0f;display:flex;align-items:center;justify-content:center;min-height:200px}.video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.video-icon{font-size:2rem;margin-top:.5rem;background-color:#ff0000b3;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.has-video-indicator{display:inline-block;margin-left:10px;font-size:.8rem;color:#555}.blog-post-page{min-height:100vh;background-color:var(--beige);color:var(--navy);padding:3rem 0;width:100%;overflow-x:hidden}.blog-post-nav{max-width:900px;margin:0 auto 2rem;padding:0 4rem;display:flex;justify-content:space-between;align-items:center}.back-button,.blog-home-link{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:24px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.back-button{background-color:transparent;color:var(--navy);border:1px solid rgba(10,26,47,.15)}.blog-home-link{background-color:var(--red);color:var(--beige);border:1px solid var(--red)}.back-button:hover{background-color:#0a1a2f0d;border-color:var(--navy)}.blog-home-link:hover{background-color:var(--navy);border-color:var(--navy)}.blog-post{max-width:900px;margin:0 auto;padding:0 4rem;background-color:var(--beige);border-radius:12px;overflow:hidden}.blog-post-header{margin-bottom:2rem}.blog-post-header h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1.5rem;color:var(--navy);line-height:1.2}.blog-post-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;align-items:center}.blog-post-date{display:flex;align-items:center;gap:.5rem;color:#0a1a2fb3;font-size:.95rem}.blog-post-tags{display:flex;flex-wrap:wrap;gap:.7rem}.blog-post-tag{display:flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:20px;background-color:#0a1a2f0d;color:var(--navy);font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s ease}.blog-post-tag:hover{background-color:var(--red);color:var(--beige);transform:translateY(-2px)}.blog-post-cover{width:100%;height:400px;border-radius:12px;overflow:hidden;margin-bottom:2.5rem;box-shadow:0 4px 20px #0a1a2f1f}.blog-post-cover img{width:100%;height:100%;object-fit:cover}.blog-post-video{width:100%;margin:2rem 0;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000001a}.blog-post-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.blog-post-video img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border:none}.blog-post-content{font-size:1.1rem;line-height:1.7;color:var(--navy);margin-bottom:3rem}.blog-post-content h2{font-size:1.8rem;font-weight:700;margin:2rem 0 1rem;color:var(--navy);text-align:justify}.blog-post-content h3{font-size:1.5rem;font-weight:700;margin:1.8rem 0 1rem;color:var(--navy);text-align:justify}.blog-post-content p{margin-bottom:1.5rem;text-align:justify}.blog-post-content ul,.blog-post-content ol{margin:1.5rem 0;padding-left:2rem;text-align:justify}.blog-post-content li{margin-bottom:.8rem}.blog-post-content a{color:var(--red);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.blog-post-content a:hover{border-color:var(--red)}.blog-post-content blockquote{margin:2rem 0;padding:1.5rem 2rem;border-left:4px solid var(--red);background-color:#0a1a2f08;font-style:italic}.blog-post-content img{max-width:100%;border-radius:8px;margin:2rem 0}.blog-post-content code{background-color:#0a1a2f0d;padding:.2rem .4rem;border-radius:4px;font-family:monospace;font-size:.9em}.blog-post-content pre{background-color:var(--navy);color:var(--beige);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0}.blog-post-content pre code{background-color:transparent;padding:0;color:inherit}.blog-post-author{display:flex;align-items:center;gap:1.5rem;padding:2rem;background-color:#0a1a2f08;border-radius:12px;margin:3rem 0}.author-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover}.author-info{flex:1}.author-info h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:var(--navy)}.author-info p{font-size:.95rem;color:#0a1a2fcc;line-height:1.5}.related-posts{max-width:900px;margin:3rem auto 0;padding:0 4rem}.related-posts h2{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:var(--navy)}.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.related-post-card{display:flex;flex-direction:column;background-color:var(--beige);border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0a1a2f14;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;border:1px solid rgba(10,26,47,.08)}.related-post-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #dc35451f;border-color:var(--red)}.related-post-image{width:100%;height:140px;overflow:hidden}.related-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.related-post-card:hover .related-post-image img{transform:scale(1.05)}.related-post-content{padding:1.2rem;display:flex;flex-direction:column;flex:1}.related-post-content h3{font-size:1.1rem;font-weight:700;margin-bottom:.8rem;color:var(--navy);line-height:1.4}.related-post-date{font-size:.85rem;color:#0a1a2fb3}.blog-post-loading,.blog-post-not-found{max-width:900px;margin:0 auto;padding:3rem 4rem;text-align:center;background-color:#0a1a2f08;border-radius:12px;color:var(--navy)}.blog-post-not-found h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.back-to-blog{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.5rem;padding:.8rem 1.4rem;border-radius:24px;background-color:var(--red);color:var(--beige);text-decoration:none;font-weight:600;transition:background-color .2s ease}.back-to-blog:hover{background-color:var(--navy)}@media (max-width: 900px){.blog-post,.blog-post-nav,.related-posts{padding-left:3rem;padding-right:3rem}.blog-post-cover{height:350px}.blog-post-video{padding-bottom:62%}.related-posts-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 600px){.blog-post,.blog-post-nav,.related-posts{padding-left:2rem;padding-right:2rem}.blog-post-cover{height:250px}.blog-post-video{padding-bottom:75%}.blog-post-content{font-size:1rem}.blog-post-author{flex-direction:column;text-align:center;padding:1.5rem}.author-avatar{margin-bottom:1rem}.related-posts-grid{grid-template-columns:1fr}}@media (max-width: 400px){.blog-post,.blog-post-nav,.related-posts,.blog-post-loading,.blog-post-not-found{padding-left:1.5rem;padding-right:1.5rem}.blog-post-meta{flex-direction:column;align-items:flex-start;gap:1rem}}.blog-post-content .video-container{position:relative;width:100%;height:0;padding-bottom:56.25%;margin:2rem 0;overflow:hidden;border-radius:8px;box-shadow:0 4px 20px #0a1a2f1f}.blog-post-content .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.youtube-video-fallback{margin:3rem 0;padding:1.5rem;background-color:#0a1a2f08;border-radius:12px}.youtube-video-fallback h3{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;color:var(--navy);text-align:center}.navbar{position:fixed;top:0;left:0;right:0;width:100vw;background:var(--beige);z-index:1000;box-shadow:0 2px 12px #0a1a2f0f;border-bottom:1px solid rgba(10,26,47,.08)}.navbar-inner{max-width:1280px;margin:0 auto;padding:0 2.5rem;height:80px;display:flex;align-items:center;justify-content:space-between}.navbar-logo img{height:48px;width:auto;display:block}.navbar-links{display:flex;gap:2.5rem;align-items:center}.nav-link{color:var(--navy);text-decoration:none;font-size:1.15rem;font-weight:600;letter-spacing:.01em;padding:.5rem 0;position:relative;transition:color .2s}.nav-link.active,.nav-link:hover{color:var(--red)}.nav-link:after{content:"";display:block;position:absolute;left:0;bottom:-4px;width:0;height:3px;background:var(--red);border-radius:2px;transition:width .3s cubic-bezier(.4,0,.2,1)}.nav-link.active:after,.nav-link:hover:after{width:100%}@media (max-width: 768px){.navbar{display:none}}@media (max-width: 900px){.navbar-inner{padding:0 1rem;height:64px}.navbar-logo img{height:36px}.navbar-links{gap:1.2rem}.nav-link{font-size:1rem;padding:.3rem 0}}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;width:100%;background:var(--beige);z-index:1000;box-shadow:0 2px 12px #0a1a2f0f;border-bottom:1px solid rgba(10,26,47,.08)}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;height:64px}.mobile-logo img{height:36px;width:auto;display:block}.hamburger-button{background:none;border:none;color:var(--navy);font-size:1.5rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.hamburger-button:hover{color:var(--red)}.mobile-nav{position:fixed;top:64px;right:-100%;width:100%;height:calc(100vh - 64px);background-color:var(--beige);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.5rem;transition:right .3s ease-in-out;padding:2rem}.mobile-nav.open{right:0}.mobile-nav-link{color:var(--navy);text-decoration:none;font-size:1.15rem;font-weight:600;padding:.5rem 1rem;transition:color .2s;position:relative}.mobile-nav-link:after{content:"";display:block;position:absolute;left:0;bottom:-4px;width:0;height:3px;background:var(--red);border-radius:2px;transition:width .3s cubic-bezier(.4,0,.2,1)}.mobile-nav-link.active,.mobile-nav-link:hover{color:var(--red)}.mobile-nav-link.active:after,.mobile-nav-link:hover:after{width:100%}@media (max-width: 768px){.mobile-menu{display:block}}.footer.b2b-footer{width:100%;background:var(--beige);color:var(--beige);font-size:.98rem;letter-spacing:.01em;margin-top:4rem;border-top:1px solid var(--navy);box-sizing:border-box}.footer-divider{display:none}.footer-content,.footer-bottom{max-width:1280px;margin:0 auto;width:100%;box-sizing:border-box}.footer-content{display:flex;flex-direction:row;gap:3rem;padding:3rem 2rem 2rem;justify-content:flex-start}.footer-col{display:flex;flex-direction:column;gap:.5rem;min-width:120px}.brand-col{min-width:180px;gap:.7rem}.footer-logo{font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:.2rem}.footer-tagline{font-size:1rem;color:#86868b}.footer-col-title{font-weight:600;color:var(--navy);margin-bottom:.3rem;font-size:1.05rem}.footer-col a,.footer-legal a{color:#86868b;text-decoration:none;font-weight:400;font-size:.98rem;transition:color .2s;margin-bottom:.1rem}.footer-col a:hover,.footer-legal a:hover{color:var(--navy);text-decoration:underline}.footer-bottom{padding:1.2rem 2rem 2.2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border-top:1px solid var(--beige);font-size:.93rem;color:#86868b;gap:1rem}.footer-legal{display:flex;align-items:center;gap:.7rem}.footer-socials{display:flex;gap:1.1rem}.footer-socials a{color:var(--navy);font-size:1.5rem;transition:color .2s,transform .2s;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--beige)}.footer-socials a:hover{color:var(--red);transform:scale(1.1);border-color:var(--red)}@media (max-width: 900px){.footer-content{flex-direction:column;gap:2.5rem;padding:2rem 1rem 1rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.7rem;padding:1.2rem 1rem}}#root{width:100%;min-height:100vh;margin:0;padding:0;text-align:center}.app{min-height:100vh;display:flex;flex-direction:column;width:100%}main{flex:1;position:relative;z-index:1}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.products{min-height:100vh;background:#f8f9fa}.products-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.hero-content h1{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:800;margin-bottom:2rem;line-height:1.1;color:var(--navy)}.hero-content p{font-size:clamp(1.3rem,2.5vw,1.5rem);margin-bottom:2.5rem;line-height:1.4;color:var(--navy);max-width:600px;margin:0 auto 2.5rem}.products-section{padding:4rem 0}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.config-panel{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem}.config-panel h2{margin-bottom:2rem;color:#2c3e50;font-size:1.5rem}.config-group{margin-bottom:2rem}.config-group label{display:block;margin-bottom:1rem;font-weight:600;color:#495057}.model-buttons,.method-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.model-button,.method-button{padding:.75rem 1.5rem;border:2px solid #e9ecef;background:#fff;color:#495057;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500}.model-button:hover,.method-button:hover{border-color:#007bff;color:#007bff}.model-button.selected,.method-button.selected{background:#007bff;border-color:#007bff;color:#fff}.run-button{background:#28a745;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s ease;width:100%}.run-button:hover{background:#218838}.terminal-panel{background:#1e1e1e;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0003}.terminal-panel h2{color:#fff;margin-bottom:1.5rem;font-size:1.5rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.metric-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .2s ease}.metric-card:hover{transform:translateY(-4px)}.metric-value{font-size:2.5rem;font-weight:700;color:#007bff;margin-bottom:.5rem}.metric-label{font-size:1rem;color:#6c757d;font-weight:500}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.section-container{padding:0 1rem}.config-panel,.terminal-panel{padding:1.5rem}.model-buttons,.method-buttons{gap:.5rem}.model-button,.method-button{padding:.5rem 1rem;font-size:.9rem}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.metric-card{padding:1.5rem}.metric-value{font-size:2rem}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.metrics-grid{grid-template-columns:1fr}}.privacy{min-height:100vh;padding:2rem 0}.privacy-container{max-width:90%;margin:0 auto;padding:0 2rem}.privacy-header{text-align:left;padding-bottom:1rem;border-bottom:1px solid var(--navy)}.privacy-header h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--navy);margin-bottom:1rem;line-height:1.1}.privacy-date{font-size:1.1rem;color:#6c757d;font-style:italic;margin:0}.privacy-content{padding:2rem;text-align:left;line-height:1.7}.privacy-content h2{font-size:1.5rem;font-weight:700;color:var(--navy);margin:2.5rem 0 1rem}.privacy-content h2:first-of-type{margin-top:0}.privacy-content p{margin-bottom:1.5rem;color:#495057;font-size:1rem}.privacy-content ul{margin:1.5rem 0;padding-left:2rem}.privacy-content li{margin-bottom:.5rem;color:#495057}.privacy-content strong{color:var(--navy);font-weight:600}@media (max-width: 768px){.privacy-container{padding:0 1rem}.privacy-content{padding:2rem}.privacy-header h1{font-size:2rem}.privacy-date{font-size:1rem}}@media (max-width: 480px){.privacy-content{padding:1.5rem}.privacy-header h1{font-size:1.75rem}.privacy-content h2{font-size:1.25rem}}
