*{box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;color:#213547;background-color:#fff}#root{width:100%;min-height:100vh}a{font-weight:500;color:#3498db;text-decoration:inherit}a:hover{color:#2980b9}button{border-radius:4px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s}button:focus,button:focus-visible{outline:2px solid #3498db;outline-offset:2px}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;background-color:#fff}#root{margin:0;padding:0}.navigation{background-color:#3498db;padding:0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.nav-brand{color:#fff;font-size:1.5rem;margin:0;padding:1rem 0}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:0}.nav-item{margin:0}.nav-link{display:block;color:#fff;text-decoration:none;padding:1.5rem;transition:background-color .3s ease;border:none;background:none;cursor:pointer;font-size:1rem;font-family:inherit}.nav-link:hover{background-color:#2980b9}.nav-link.active{background-color:#2c3e50;color:#fff}@media(max-width:768px){.nav-container{flex-direction:column;padding:1rem}.nav-brand{padding:.5rem 0}.nav-menu{width:100%;justify-content:center}.nav-link{padding:1rem}}.page-container{max-width:1280px;margin:0 auto;padding:2rem}.page-container h2{color:#2c3e50;font-size:2rem;margin-bottom:1.5rem}.demo-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;margin-top:1.5rem}.demo-sidebar{min-width:280px}.demo-main{min-width:0}@media(max-width:968px){.demo-layout{grid-template-columns:1fr;gap:1rem}.demo-sidebar{min-width:auto}}.vertical-menu{background-color:#f8f9fa;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:100px}.vertical-menu-title{color:#2c3e50;font-size:1.2rem;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #3498db}.vertical-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.vertical-menu-item{margin:0}.vertical-menu-button{width:100%;text-align:left;padding:.875rem 1rem;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#2c3e50;font-size:.95rem;cursor:pointer;transition:all .3s ease;font-weight:500}.vertical-menu-button:hover{background-color:#e8f4f8;border-color:#3498db;transform:translate(4px)}.vertical-menu-button.active{background-color:#3498db;color:#fff;border-color:#3498db;box-shadow:0 2px 4px #3498db4d}@media(max-width:968px){.vertical-menu{position:static;margin-bottom:1.5rem}}.content-display{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;min-height:500px}.content-title{color:#2c3e50;font-size:1.8rem;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.content-description{color:#555;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.content-image-container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:1.5rem}.content-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.image-placeholder{width:100%;min-height:400px;background-color:#f8f9fa;border:2px dashed #ccc;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center}.image-placeholder p{color:#666;margin:.5rem 0;font-size:1rem}.image-placeholder .placeholder-text{color:#999;font-size:.9rem;font-style:italic}.contact-content{text-align:left}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem}.contact-card,.contact-form-card{background-color:#f8f9fa;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.contact-card h3,.contact-form-card h3{color:#3498db;margin-top:0;margin-bottom:1.5rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.contact-item:last-child{border-bottom:none;padding-bottom:0}.contact-item strong{color:#2c3e50;font-size:1.1rem;display:block;margin-bottom:.5rem}.contact-item p{color:#555;margin:0;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#2c3e50;font-weight:500;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background-color:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background-color:#3498db;color:#fff;padding:.875rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .1s ease;margin-top:.5rem}.submit-button:hover:not(:disabled){background-color:#2980b9;transform:translateY(-1px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{background-color:#95a5a6;cursor:not-allowed;opacity:.6}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;padding:1.5rem;text-align:center}.success-message p{color:#155724;margin:0;font-weight:500}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;padding:1rem;margin-bottom:1rem}.error-message p{color:#721c24;margin:0;font-weight:500}@media(max-width:968px){.contact-grid{grid-template-columns:1fr}}.home-container{width:100%;overflow-x:hidden}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 20px;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:3rem;font-weight:700;margin:0 0 24px;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.25rem;line-height:1.6;opacity:.95;max-width:700px;margin:0 auto 40px}.hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:14px 32px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;border:none}.cta-primary{background:#fff;color:#667eea}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0003}.cta-secondary{background:transparent;color:#fff;border:2px solid white}.cta-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.features-section{padding:80px 20px;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin:0 0 60px;color:#2c3e50}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.feature-icon{font-size:3rem;margin-bottom:20px;display:inline-block}.feature-card h3{font-size:1.5rem;font-weight:600;margin:0 0 16px;color:#2c3e50}.feature-card p{font-size:1rem;line-height:1.6;color:#666;margin:0}.how-it-works-section{padding:80px 20px;background:#fff}.steps-container{display:flex;align-items:center;justify-content:center;gap:20px;max-width:1000px;margin:0 auto;flex-wrap:wrap}.step{flex:1;min-width:200px;text-align:center;padding:30px 20px}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 20px;box-shadow:0 4px 12px #667eea66}.step h3{font-size:1.3rem;font-weight:600;margin:0 0 12px;color:#2c3e50}.step p{font-size:1rem;line-height:1.5;color:#666;margin:0}.step-arrow{font-size:2rem;color:#667eea;font-weight:700}.cta-section{padding:80px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:700;margin:0 0 20px}.cta-section p{font-size:1.2rem;opacity:.95;max-width:600px;margin:0 auto 40px}.cta-large{padding:16px 48px;font-size:1.2rem;font-weight:600;background:#fff;color:#667eea;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.cta-large:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:20px}.steps-container{flex-direction:column}.step-arrow{transform:rotate(90deg)}.cta-section h2{font-size:1.8rem}}
