.header{background:#2b3a52;padding:1rem 2rem;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.1)}.header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;text-decoration:none}.logo-image{height:40px;width:auto}.nav{display:flex;gap:2rem;flex:1;justify-content:center}.nav a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s}.nav a:hover{color:#d4a853}.header-actions{display:flex;gap:1rem;align-items:center}.language-selector{display:flex;align-items:center;gap:.5rem;position:relative}.flag-icon-wrapper{display:flex;align-items:center;flex-shrink:0}.flag-icon-svg{border-radius:2px;box-shadow:0 1px 2px #0003}.language-select{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 2.5rem .5rem .75rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.language-select:hover{background:#ffffff26;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.language-select option{background:#2b3a52;color:#fff;padding:.5rem;font-size:1rem}.demo-request-btn{background:#d4a853;color:#2b3a52;border:none;padding:.6rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.demo-request-btn:hover{background:#e5b963}.login-btn{background:transparent;color:#fff;border:2px solid white;padding:.5rem 1.3rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s}.login-btn:hover{background:#fff;color:#2b3a52}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;gap:1rem}.header-actions{width:100%;justify-content:center}}.brand-text{display:inline-block;position:relative}.branded-i{position:relative;display:inline-block;margin-right:2px}.branded-i .i-letter{display:inline-block;text-decoration:none}.branded-i .i-dot{position:absolute;top:-8px;left:50%;transform:translate(-50%);width:6px;height:6px;background:linear-gradient(135deg,#d4a853,#c09743);border-radius:50%;box-shadow:0 0 8px #d4a85399;animation:dotPulse 2s ease-in-out infinite}.branded-i-small{position:relative;display:inline-block;margin-right:1px}.branded-i-small .i-letter{display:inline-block}.branded-i-small .i-dot-small{position:absolute;top:-3px;left:50%;transform:translate(-50%);width:4px;height:4px;background:linear-gradient(135deg,#d4a853,#c09743);border-radius:50%;box-shadow:0 0 6px #d4a85380}@keyframes dotPulse{0%,to{box-shadow:0 0 8px #d4a85399;transform:translate(-50%) scale(1)}50%{box-shadow:0 0 12px #d4a853cc;transform:translate(-50%) scale(1.1)}}.brand-text.hero-size .branded-i .i-dot{width:10px;height:10px;top:-12px}.brand-text.large-size .branded-i .i-dot{width:8px;height:8px;top:-10px}.brand-text.medium-size .branded-i .i-dot{width:6px;height:6px;top:-8px}.brand-text.small-size .branded-i .i-dot{width:5px;height:5px;top:-6px}.footer{background:#1e2837;padding:3rem 2rem 1rem;color:#fff}.footer-content{max-width:1400px;margin:0 auto}.footer-left{margin-bottom:2rem}.footer-logo{display:flex;align-items:center;margin-bottom:1rem;text-decoration:none}.footer-logo-image{height:50px;width:auto}.footer-copyright{color:#fff9;font-size:.9rem;margin-bottom:.3rem}.footer-registration{color:#ffffff80;font-size:.85rem;margin-bottom:.3rem}.footer-address{color:#ffffff80;font-size:.85rem;margin-bottom:.3rem;line-height:1.4}.footer-contact{color:#ffffff80;font-size:.85rem;margin-top:.5rem}.footer-contact a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-contact a:hover{color:#d4a853}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.footer-column h4{margin-bottom:.8rem;font-size:1rem;color:#fff}.footer-column a{display:block;color:#ffffffb3;text-decoration:none;margin-bottom:.5rem;transition:color .3s}.footer-column a:hover{color:#fff}.footer-policies{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom-left{display:flex;align-items:center;gap:1rem}.footer-bottom-left a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-bottom-left a:hover{color:#fff}.separator{color:#ffffff4d}.footer-compliance{color:#fff9;font-size:.85rem}@media (max-width: 768px){.footer-links{grid-template-columns:1fr 1fr}.footer-policies{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-left{flex-direction:column;gap:.5rem}.separator{display:none}}@media (max-width: 480px){.footer-links{grid-template-columns:1fr}}.video-player-wrapper{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 8px 24px #0000004d;cursor:pointer;aspect-ratio:16 / 9}.video-player{width:100%;height:100%;object-fit:contain;display:block;border-radius:12px;background:#000}.video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0006;transition:background .3s;cursor:pointer}.video-overlay:hover{background:#0003}.play-button{background:#d4a853e6;border:none;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;color:#2b3a52;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #0000004d}.play-button:hover{background:#d4a853;transform:scale(1.1);box-shadow:0 6px 16px #0006}.video-controls{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:.5rem;background:#000000b3;padding:.5rem 1rem;border-radius:8px;transition:opacity .3s}.control-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .3s}.control-btn:hover{background:#fff3}.video-action-buttons{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:.5rem;z-index:10}.action-btn{background:#000000b3;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.action-btn:hover{background:#d4a853e6;border-color:#d4a853;transform:scale(1.1);box-shadow:0 4px 8px #0000004d}.action-btn.active{background:#d4a853e6;border-color:#d4a853;box-shadow:0 0 8px #d4a85399}.video-player-wrapper.enhanced .video-player{filter:brightness(1.1) contrast(1.1) saturate(1.2);transition:filter .3s}@media (max-width: 768px){.play-button{width:60px;height:60px}.play-button svg{width:36px;height:36px}.action-btn{width:36px;height:36px}.action-btn svg{width:16px;height:16px}.video-action-buttons{top:8px;right:8px;gap:.4rem}}.hero{position:relative;min-height:500px;padding:3rem 2rem;overflow:hidden;background:#2b3a52}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.geometric-shape{position:absolute;background:linear-gradient(135deg,#d4a85326,#d4a8530d);transform:rotate(45deg)}.shape-1{width:300px;height:300px;top:-100px;left:-50px;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}.shape-2{width:400px;height:400px;bottom:-150px;right:-100px;background:#d4a8531a;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%)}.shape-3{width:200px;height:400px;top:50%;right:100px;background:linear-gradient(180deg,rgba(212,168,83,.2),transparent);clip-path:polygon(0% 0%,100% 20%,100% 80%,0% 100%)}.hero-content{position:relative;max-width:1200px;margin:0 auto;text-align:center;z-index:10}.hero-content h1{color:#fff;font-size:3.5rem;font-weight:900;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:2px}.hero-subtitle{color:#fff;font-size:1.5rem;margin-bottom:3rem;font-weight:300}.cloud-cards{display:flex;gap:3rem;justify-content:center;margin-bottom:2.5rem;flex-wrap:wrap}.cloud-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;width:280px;text-align:center;transition:transform .3s}.cloud-card:hover{transform:translateY(-5px)}.cloud-icon,.document-icon{margin-bottom:1rem;display:flex;justify-content:center}.cloud-card h3{color:#fff;font-size:1.3rem;margin-bottom:.8rem}.cloud-card p{color:#ffffffb3;font-size:.95rem;line-height:1.5}.demo-btn{background:#d4a853;color:#2b3a52;border:none;padding:.9rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s;margin-bottom:2rem}.demo-btn:hover{background:#e5b963}.dots{display:flex;gap:.6rem;justify-content:center}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s}.dot:hover{background:#fff9;transform:scale(1.2)}.dot.active{background:#fff;width:30px;border-radius:5px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.ai-section{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);padding:5rem 2rem;position:relative;overflow:hidden}.ai-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(212,168,83,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(212,168,83,.08) 0%,transparent 50%);pointer-events:none}.ai-content{max-width:1400px;margin:0 auto;position:relative;z-index:10}.ai-content h2{color:#2b3a52;font-size:2.8rem;text-align:center;margin-bottom:1.5rem;font-weight:700}.ai-intro{color:#555;text-align:center;font-size:1.2rem;line-height:1.8;max-width:900px;margin:0 auto 4rem}.ai-intro strong{color:#d4a853;font-weight:600}.ai-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.ai-card{background:#fff;border:2px solid #E5E5E5;padding:2.5rem;border-radius:16px;transition:all .4s ease;position:relative;box-shadow:0 4px 12px #00000014}.ai-card:hover{transform:translateY(-8px);border-color:#d4a853;box-shadow:0 12px 30px #00000026}.ai-card.featured-ai{border:2px solid #D4A853;background:#d4a8530d}.ai-card.featured-ai:hover{border-color:#d4a853;box-shadow:0 12px 40px #d4a8534d}.ai-badge{position:absolute;top:1rem;right:1rem;background:#d4a853;color:#1e2837;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.ai-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.ai-card h3{color:#2b3a52;font-size:1.5rem;margin-bottom:.8rem;font-weight:600}.ai-card-subtitle{color:#d4a853;font-size:.95rem;margin-bottom:1rem;font-weight:500;font-style:italic}.ai-card-description{color:#555;line-height:1.7;font-size:.95rem}.ai-cta{text-align:center;padding-top:2rem;border-top:2px solid #E5E5E5}.ai-cta p{color:#555;font-size:1.1rem;margin-bottom:1.5rem}.ai-learn-more{display:inline-block;background:#d4a853;color:#1e2837;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #d4a8534d;text-decoration:none}.ai-learn-more:hover{background:#e5b963;transform:translateY(-2px);box-shadow:0 6px 20px #d4a85366}.features{background:linear-gradient(to bottom,#e8e8e8,#e8e8e8 70%,#2b3a52 70%,#2b3a52);padding:3rem 2rem;position:relative}.features-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:2rem}.features-left h2{color:#2b3a52;font-size:2.5rem;margin-bottom:1rem}.features-description{color:#555;line-height:1.7;margin-bottom:1.5rem}.features-demo{margin:2rem 0}.features-demo .video-player-wrapper{margin:0 auto}.features-gif,.features-video{border-radius:8px;overflow:hidden}.features-btn{background:#4a5568;color:#fff;border:none;padding:.7rem 1.8rem;border-radius:6px;font-weight:600;cursor:pointer;margin-bottom:2rem;transition:background .3s}.features-btn:hover{background:#5a6578}.feature-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014}.feature-card-large{display:flex;gap:1.5rem;align-items:flex-start}.feature-search{display:flex;align-items:center;gap:1rem}.feature-dropdown{display:flex;align-items:center;gap:.5rem;flex:1;padding:.5rem}.feature-dropdown span{font-weight:600;color:#2b3a52}.feature-clock{display:flex;align-items:center;gap:1rem}.feature-clock span{font-weight:600;color:#2b3a52;font-size:1.1rem}.feature-text h4{color:#2b3a52;font-size:1.2rem;margin-bottom:.8rem}.feature-text p{color:#666;line-height:1.6;font-size:.9rem}.features-right{position:relative}.side-panel{background:linear-gradient(135deg,#d4a853,#c09743);padding:3rem 2rem;border-radius:12px;position:relative;min-height:500px;overflow:hidden}.panel-shape{position:absolute;right:-50px;bottom:-50px;width:250px;height:250px;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);transform:rotate(15deg)}.side-panel h3{color:#fff;font-size:2rem;margin-bottom:2rem;position:relative;z-index:10}.side-panel p{color:#fffffff2;line-height:1.8;position:relative;z-index:10}@media (max-width: 1024px){.features-content{grid-template-columns:1fr}.side-panel{min-height:300px}}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.cloud-cards{flex-direction:column;align-items:center}.ai-content h2{font-size:2rem}.ai-intro{font-size:1rem}.ai-grid,.feature-cards{grid-template-columns:1fr}}.products-page{background:#f5f5f5;min-height:calc(100vh - 200px)}.products-features-section{background:#fff;padding:4rem 2rem}.features-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.features-column-title{font-size:1.8rem;color:#2b3a52;margin-bottom:2rem;font-weight:600}.feature-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;border-radius:8px;transition:all .3s;cursor:pointer;position:relative}.feature-item:hover{background:#f9f9f9;transform:translate(5px)}.feature-arrow{color:#d4a853;font-size:1.5rem;opacity:0;transition:opacity .3s;margin-left:auto;flex-shrink:0}.feature-item:hover .feature-arrow{opacity:1}.feature-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#d4a853;background:#d4a8531a;border-radius:8px}.feature-content{flex:1}.feature-content h3{font-size:1.1rem;color:#2b3a52;margin-bottom:.5rem;font-weight:600}.feature-content p{font-size:.95rem;color:#666;margin:0;line-height:1.5}.products-grid{max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.product-demo{margin:1.5rem 0;border-radius:8px;overflow:hidden}.product-demo .video-player-wrapper{margin:0 auto}.product-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;position:relative;transition:transform .3s}.product-card:hover{transform:translateY(-5px)}.product-card.featured{border:2px solid #D4A853}.featured-badge{position:absolute;top:1rem;right:1rem;background:#d4a853;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600}.product-icon{text-align:center;margin-bottom:1.5rem}.product-card h3{color:#2b3a52;font-size:1.5rem;margin-bottom:1rem}.product-card>p{color:#666;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.product-card ul{list-style:none;padding:0;margin-bottom:2rem}.product-card ul li{color:#555;padding:.5rem 0 .5rem 1.5rem;position:relative}.product-card ul li:before{content:"✓";position:absolute;left:0;color:#d4a853;font-weight:700}.product-btn{width:100%;padding:.8rem;border:2px solid #2B3A52;background:transparent;color:#2b3a52;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s}.product-btn:hover{background:#2b3a52;color:#fff}.product-btn.primary{background:#d4a853;border-color:#d4a853;color:#fff}.product-btn.primary:hover{background:#c09743;border-color:#c09743}.integration-section{max-width:1400px;margin:0 auto;padding:4rem 2rem;text-align:center}.integration-section h2{font-size:2.5rem;color:#2b3a52;margin-bottom:1rem}.integration-section p{color:#666;font-size:1.1rem;margin-bottom:3rem}.integration-logos{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.integration-box{background:#fff;padding:2rem 3rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;font-weight:600;color:#2b3a52}.feature-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.feature-modal{background:#fff;border-radius:16px;max-width:1200px;width:100%;max-height:95vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.modal-section h3{font-size:1.8rem;color:#2b3a52;margin-bottom:1rem;font-weight:600}.modal-feature-card{background:#fff;border:2px solid #E5E5E5;border-radius:12px;padding:2rem;transition:all .3s}.report-examples{background:#f9f9f9;border-radius:12px;padding:2rem;margin-bottom:2rem}.report-examples h3{font-size:1.5rem;color:#2b3a52;margin-bottom:1.5rem}.example-section{margin-bottom:1.5rem}.example-section h4{font-size:1.2rem;color:#d4a853;margin-bottom:1rem}.example-list{list-style:none;padding:0;margin:0}.example-list li{padding:1rem;background:#fff;border-radius:8px;margin-bottom:.75rem;border-left:4px solid #D4A853;line-height:1.6}.example-list li strong{color:#2b3a52;display:block;margin-bottom:.3rem}.modal-features{margin-top:2rem}.modal-features h3{font-size:1.3rem;color:#2b3a52;margin-bottom:1rem}.modal-features-list{list-style:none;padding:0;margin:0}.modal-features-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#555;line-height:1.6}.modal-features-list li:before{content:"✓";position:absolute;left:0;color:#d4a853;font-weight:700}@media (max-width: 768px){.page-hero h1{font-size:2rem}.products-grid{grid-template-columns:1fr}.features-container{grid-template-columns:1fr;gap:3rem}.feature-item{padding:1rem}.feature-modal{margin:1rem;max-height:95vh}.modal-content{padding:2rem 1.5rem}.feature-arrow{opacity:1}}.solutions-page{background:#f5f5f5;min-height:calc(100vh - 200px)}.solutions-by-category{background:#fff;padding:4rem 2rem}.solutions-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.solutions-column-title{font-size:1.8rem;color:#2b3a52;margin-bottom:2rem;font-weight:600}.solution-box-list{display:flex;flex-direction:column;gap:1rem}.solution-box{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:2px solid #E5E5E5;border-radius:12px;cursor:pointer;transition:all .3s;position:relative}.solution-box:hover{border-color:#d4a853;transform:translate(5px);box-shadow:0 4px 12px #d4a85333}.solution-box-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2b3a52,#1e2837);border-radius:10px;color:#fff}.solution-box-content{flex:1}.solution-box-content h3{font-size:1.1rem;color:#2b3a52;margin:0;font-weight:600}.solution-box-arrow{color:#d4a853;font-size:1.5rem;opacity:0;transition:opacity .3s;margin-left:auto;flex-shrink:0}.solution-box:hover .solution-box-arrow{opacity:1}.solution-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.solution-modal{background:#fff;border-radius:16px;max-width:1200px;width:100%;max-height:95vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s;z-index:10}.modal-close:hover{background:#f5f5f5;color:#2b3a52}.modal-content{padding:0}.modal-hero{background:linear-gradient(135deg,#2b3a52,#1e2837);color:#fff;padding:4rem 3rem;text-align:center}.modal-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.modal-hero-subtitle{font-size:1.3rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.modal-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.modal-cta-primary{background:#d4a853;color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.modal-cta-primary:hover{background:#e5b963;transform:translateY(-2px);box-shadow:0 4px 12px #d4a85366}.modal-cta-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.modal-cta-secondary:hover{background:#fff;color:#2b3a52}.modal-sections{padding:4rem 3rem}.modal-section{margin-bottom:4rem}.modal-section:last-child{margin-bottom:0}.modal-section h2{font-size:2.2rem;color:#2b3a52;margin-bottom:1rem;font-weight:600}.modal-section-desc{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:2.5rem;max-width:900px}.modal-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.modal-highlight-item{display:flex;gap:1.5rem;padding:2rem;background:#f9f9f9;border-radius:12px;border-left:4px solid #D4A853;transition:transform .3s,box-shadow .3s}.modal-highlight-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.highlight-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4a853,#f4e87c);border-radius:12px;color:#2b3a52}.highlight-content h3{font-size:1.2rem;color:#2b3a52;margin-bottom:.5rem;font-weight:600}.highlight-content p{font-size:1rem;color:#666;line-height:1.6;margin:0}.modal-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.modal-feature-card{background:#fff;border:2px solid #E5E5E5;border-radius:12px;padding:2rem;transition:all .3s;cursor:pointer}.modal-feature-card:hover{border-color:#d4a853;transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.modal-feature-card .feature-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#d4a8531a;border-radius:10px;color:#d4a853;margin-bottom:1rem}.modal-feature-card h4{font-size:1.1rem;color:#2b3a52;margin-bottom:.5rem;font-weight:600}.modal-feature-card p{font-size:.95rem;color:#666;line-height:1.6;margin:0}.features-detail-section{background:#fff;padding:4rem 2rem}.features-detail-section h2{text-align:center;font-size:2.5rem;color:#2b3a52;margin-bottom:1rem}.section-intro{text-align:center;max-width:800px;margin:0 auto 3rem;color:#666;font-size:1.1rem;line-height:1.7}.feature-detail-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem}.feature-detail-card{background:#f9f9f9;padding:3rem;border-radius:12px;box-shadow:0 4px 12px #00000014}.feature-detail-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.feature-detail-card h3{color:#2b3a52;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.feature-detail-card p{color:#666;line-height:1.8;margin-bottom:1.5rem}.feature-detail-card ul{list-style:none;padding:0;margin-top:2rem}.feature-detail-card ul li{color:#555;padding:.7rem 0 .7rem 2rem;position:relative;line-height:1.6}.feature-detail-card ul li:before{content:"✓";position:absolute;left:0;color:#d4a853;font-weight:700;font-size:1.3rem}.solutions-content{max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.solution-item{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s}.solution-item:hover{transform:translateY(-5px)}.solution-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.solution-header h3{color:#2b3a52;font-size:1.5rem}.solution-item p{color:#666;line-height:1.6;margin-bottom:1.5rem}.solution-item ul{list-style:none;padding:0}.solution-item ul li{color:#555;padding:.5rem 0 .5rem 1.5rem;position:relative}.solution-item ul li:before{content:"→";position:absolute;left:0;color:#d4a853;font-weight:700}.cta-section{background:linear-gradient(135deg,#2b3a52,#1e2837);color:#fff;padding:5rem 2rem;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;color:#fffc}.cta-btn{background:#d4a853;color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s}.cta-btn:hover{background:#e5b963}@media (max-width: 768px){.page-hero h1{font-size:2rem}.feature-detail-grid,.solutions-content{grid-template-columns:1fr}.cta-section h2{font-size:2rem}.solutions-container{grid-template-columns:1fr;gap:3rem}.solution-modal{margin:1rem;max-height:95vh}.modal-content{padding:2rem 1.5rem}.solution-box-arrow{opacity:1}}@media (max-width: 600px){.feature-detail-card{padding:2rem}.feature-detail-card h3{font-size:1.5rem}}.pricing-page{background:#f5f5f5;min-height:calc(100vh - 200px)}.pricing-cards{max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;align-items:stretch}.pricing-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;position:relative;display:flex;flex-direction:column;transition:transform .3s}.pricing-card:hover{transform:translateY(-5px)}.pricing-card.featured{border:2px solid #D4A853;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-5px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#d4a853;color:#fff;padding:.4rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:600}.pricing-card h3{color:#2b3a52;font-size:1.8rem;margin-bottom:1rem;text-align:center}.price{text-align:center;margin-bottom:1rem}.currency{color:#d4a853;font-size:1.5rem;vertical-align:top}.amount{color:#2b3a52;font-size:3rem;font-weight:700}.period{color:#666;font-size:1rem}.plan-description{text-align:center;color:#666;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.features-list{list-style:none;padding:0;margin-bottom:auto}.features-list li{color:#555;padding:.7rem 0 .7rem 1.8rem;position:relative}.features-list li:before{content:"✓";position:absolute;left:0;color:#d4a853;font-weight:700;font-size:1.2rem}.pricing-btn{width:100%;padding:1rem;border:2px solid #2B3A52;background:transparent;color:#2b3a52;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s;margin-top:2rem}.pricing-btn:hover{background:#2b3a52;color:#fff}.pricing-btn.primary{background:#d4a853;border-color:#d4a853;color:#fff}.pricing-btn.primary:hover{background:#c09743;border-color:#c09743}.faq-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.faq-section h2{text-align:center;font-size:2.5rem;color:#2b3a52;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.faq-item{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014}.faq-item h4{color:#2b3a52;font-size:1.1rem;margin-bottom:.8rem}.faq-item p{color:#666;line-height:1.6}@media (max-width: 768px){.pricing-cards{grid-template-columns:1fr}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:translateY(-5px)}}.resources-page{background:#f5f5f5;min-height:calc(100vh - 200px)}.resources-grid{max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.resource-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center;transition:transform .3s}.resource-card:hover{transform:translateY(-5px)}.resource-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.resource-card h3{color:#2b3a52;font-size:1.5rem;margin-bottom:1rem}.resource-card p{color:#666;line-height:1.6;margin-bottom:2rem}.resource-btn{padding:.8rem 2rem;border:2px solid #D4A853;background:transparent;color:#d4a853;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s}.resource-btn:hover{background:#d4a853;color:#fff}.knowledge-base{max-width:1200px;margin:0 auto;padding:4rem 2rem}.knowledge-base h2{text-align:center;font-size:2.5rem;color:#2b3a52;margin-bottom:3rem}.articles-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.article-item{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .3s}.article-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f;border:2px solid #D4A853}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.article-category{background:#d4a853;color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:600}.article-time{color:#999;font-size:.85rem}.article-item h4{color:#2b3a52;font-size:1.2rem;margin-bottom:.8rem}.article-item p{color:#666;line-height:1.6;font-size:.95rem}.article-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem;overflow-y:auto}.article-modal{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.modal-close{position:absolute;top:1rem;right:1rem;background:#f5f5f5;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2b3a52;transition:all .3s;z-index:10}.modal-close:hover{background:#d4a853;color:#fff;transform:rotate(90deg)}.article-modal-content{padding:3rem}.article-modal-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #E5E5E5}.article-modal-category{background:#d4a853;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.article-modal-time{color:#999;font-size:.9rem}.article-modal-content h2{color:#2b3a52;font-size:2rem;margin-bottom:1rem;font-weight:700}.article-modal-description{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;font-style:italic;padding-bottom:1.5rem;border-bottom:1px solid #E5E5E5}.article-modal-body{color:#333;font-size:1.05rem;line-height:1.9}.article-modal-body p{margin-bottom:1.5rem}@media (max-width: 768px){.resources-grid,.articles-list{grid-template-columns:1fr}.article-modal{max-width:95%;margin:1rem}.article-modal-content{padding:2rem 1.5rem}.article-modal-content h2{font-size:1.5rem}}.company-page{background:#f5f5f5;min-height:calc(100vh - 200px)}.about-section{background:#fff;padding:4rem 2rem}.about-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{color:#2b3a52;font-size:2.5rem;margin-bottom:1.5rem}.about-text p{color:#666;line-height:1.8;font-size:1.1rem;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-card{background:linear-gradient(135deg,#2b3a52,#1e2837);padding:2.5rem 2rem;border-radius:16px;text-align:center;color:#fff;box-shadow:0 8px 24px #0003;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d4a853,#f4e87c);opacity:0;transition:opacity .3s}.stat-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000004d}.stat-card:hover:before{opacity:1}.stat-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center;opacity:.9}.stat-card:hover .stat-icon{animation:pulse 1s ease-in-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.stat-number{font-size:4.5rem;font-weight:700;color:#d4a853;margin:.5rem 0;line-height:1;background:linear-gradient(135deg,#d4a853,#f4e87c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{color:#ffffffe6;font-size:1rem;font-weight:500;margin:0;margin-top:.5rem}.values-section{max-width:1400px;margin:0 auto;padding:4rem 2rem}.values-section h2{text-align:center;font-size:2.5rem;color:#2b3a52;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center;transition:transform .3s}.value-card:hover{transform:translateY(-5px)}.value-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.value-card h3{color:#2b3a52;font-size:1.3rem;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}.team-section{background:linear-gradient(135deg,#2b3a52,#1e2837);color:#fff;padding:4rem 2rem;text-align:center}.team-section h2{font-size:2.5rem;margin-bottom:1.5rem}.team-intro{max-width:700px;margin:0 auto 2.5rem;font-size:1.1rem;color:#fffc;line-height:1.7}.careers-cta{display:flex;justify-content:center}.careers-btn{background:#d4a853;color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s}.careers-btn:hover{background:#e5b963}.contact-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.contact-section h2{text-align:center;font-size:2.5rem;color:#2b3a52;margin-bottom:3rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.contact-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;text-align:center}.contact-card h4{color:#2b3a52;font-size:1.2rem;margin-bottom:1rem}.contact-card p{color:#666;margin:.5rem 0}.contact-card a{color:#d4a853;text-decoration:none;transition:color .3s}.contact-card a:hover{color:#e5b963;text-decoration:underline}.company-info-section{margin-top:4rem;padding-top:3rem;border-top:2px solid #E5E5E5}.company-info-section h3{text-align:center;font-size:2rem;color:#2b3a52;margin-bottom:2rem}.company-regions{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.company-region-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014;border-top:4px solid #D4A853}.company-region-card h4{font-size:1.5rem;color:#2b3a52;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #E5E5E5}.company-details{display:grid;gap:1.5rem}.company-detail-item{background:#f9f9f9;padding:1.5rem;border-radius:8px;border-left:4px solid #D4A853}.company-detail-item strong{color:#2b3a52;font-size:1rem;display:block;margin-bottom:.5rem}.company-detail-item p{color:#666;margin:0;line-height:1.6}.why-choose-section{background:#fff;padding:4rem 2rem}.why-choose-section h2{text-align:center;font-size:2.5rem;color:#2b3a52;margin-bottom:3rem}.why-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.why-card{background:#f9f9f9;padding:2.5rem;border-radius:12px;text-align:center;transition:transform .3s,box-shadow .3s}.why-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.why-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.why-card h3{color:#2b3a52;font-size:1.4rem;margin-bottom:1rem}.why-card p{color:#666;line-height:1.7}.testimonials-section{background:#f5f5f5;padding:4rem 2rem}.testimonials-section h2{text-align:center;font-size:2.5rem;color:#2b3a52;margin-bottom:3rem}.testimonials-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;position:relative}.testimonial-quote{font-size:4rem;color:#d4a853;line-height:1;margin-bottom:1rem;font-family:Georgia,serif}.testimonial-text{color:#555;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.3rem}.testimonial-author strong{color:#2b3a52;font-size:1.1rem}.testimonial-author span{color:#999;font-size:.9rem}@media (max-width: 1024px){.about-content{grid-template-columns:1fr}}@media (max-width: 768px){.values-grid,.stats-grid{grid-template-columns:1fr}.stat-number{font-size:3.5rem}.contact-grid,.why-grid,.testimonials-grid,.company-regions{grid-template-columns:1fr}.company-region-card{padding:1.5rem}}.ai-agents-page{background:#f5f5f5;min-height:calc(100vh - 200px)}.page-hero .hero-subtitle{font-size:1.3rem;color:#666;max-width:800px;margin:1rem auto 0;line-height:1.6}.ai-trust-section{background:#fff;padding:4rem 2rem;text-align:center}.trust-content{max-width:900px;margin:0 auto}.trust-content h2{font-size:2.2rem;color:#2b3a52;margin-bottom:1.5rem}.trust-content p{font-size:1.1rem;line-height:1.8;color:#666}.ai-benefits-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:4rem 2rem}.benefit-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 12px #00000014;transition:transform .3s,box-shadow .3s}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.benefit-icon{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.benefit-card h3{font-size:1.5rem;color:#2b3a52;margin-bottom:1rem}.benefit-card p{font-size:1rem;line-height:1.6;color:#666}.agents-intro-section{background:#fff;padding:4rem 2rem}.intro-content{max-width:1000px;margin:0 auto;text-align:center}.intro-content h2{font-size:2.5rem;color:#2b3a52;margin-bottom:1.5rem}.intro-content p{font-size:1.1rem;line-height:1.8;color:#666}.agents-detail-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.agent-detail-card{background:#fff;border-radius:16px;padding:3rem;margin-bottom:3rem;box-shadow:0 4px 12px #00000014;display:flex;gap:2rem;transition:transform .3s,box-shadow .3s}.agent-detail-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.agent-detail-card.featured-agent{border:2px solid #D4A853;background:linear-gradient(135deg,#d4a8530d,#fff)}.agent-number{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#d4a853,#c09743);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff}.featured-agent .agent-number{width:100px;height:100px;font-size:1.2rem}.agent-content{flex:1}.agent-content h3{color:#2b3a52;font-size:2rem;margin-bottom:.5rem}.agent-tagline{color:#d4a853;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;font-style:italic}.agent-description{color:#555;line-height:1.8;margin-bottom:2rem;font-size:1.05rem}.agent-features{background:#f9f9f9;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.agent-features h4{color:#2b3a52;font-size:1.1rem;margin-bottom:1rem}.agent-features ul{list-style:none;padding:0}.agent-features ul li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.6}.agent-features ul li:before{content:"✓";position:absolute;left:0;color:#d4a853;font-weight:700}.agent-integration{color:#777;font-size:.95rem;padding-top:1rem;border-top:1px solid #e0e0e0}.agent-integration strong{color:#2b3a52}.agent-demo-showcase{background:linear-gradient(135deg,#f9f9f9,#e8e8e8);border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:2px solid #D4A853}.agent-demo-showcase .video-player-wrapper{margin:1rem auto 0}.demo-label{text-align:center;margin-bottom:1rem}.demo-badge{display:inline-block;background:linear-gradient(135deg,#d4a853,#c09743);color:#fff;padding:.5rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.demo-label p{color:#666;font-size:.95rem;margin:.5rem 0 0;font-style:italic}.demo-gif{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #00000026;border:1px solid #ddd}.agents-cta-section{background:linear-gradient(135deg,#2b3a52,#1e2837);color:#fff;padding:5rem 2rem;text-align:center}.agents-cta-section h2{font-size:2.5rem;margin-bottom:1rem}.agents-cta-section p{font-size:1.2rem;color:#ffffffd9;max-width:800px;margin:0 auto 2.5rem;line-height:1.7}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-btn{display:inline-block;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;border:none;text-decoration:none}.cta-btn.primary{background:#d4a853;color:#1e2837}.cta-btn.primary:hover{background:#e5b963;transform:translateY(-2px)}.cta-btn.secondary{background:transparent;color:#fff;border:2px solid white}.cta-btn.secondary:hover{background:#fff;color:#2b3a52}@media (max-width: 768px){.agent-detail-card{flex-direction:column;padding:2rem}.agent-number{margin:0 auto}.agent-content h3{font-size:1.5rem;text-align:center}.agent-tagline{text-align:center}.agents-cta-section h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:300px}}.not-found-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem}.not-found-content{text-align:center}.not-found-content h1{font-size:8rem;font-weight:700;color:#d4a853;margin:0;line-height:1}.not-found-content h2{font-size:2rem;color:#2b3a52;margin:1rem 0}.not-found-content p{font-size:1.1rem;color:#666;margin-bottom:2rem}.home-btn{display:inline-block;padding:.75rem 2rem;background:#d4a853;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background .3s}.home-btn:hover{background:#b8943f}@media (max-width: 768px){.not-found-content h1{font-size:5rem}.not-found-content h2{font-size:1.5rem}}.legal-page{padding:2rem 0;background:#f8f9fa;min-height:100vh}.page-hero{background:linear-gradient(135deg,#2b3a52,#1e2837);padding:4rem 2rem;text-align:center;color:#fff}.page-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.page-hero p{font-size:1.2rem;color:#ffffffe6}.legal-content{max-width:900px;margin:0 auto;padding:4rem 2rem;background:#fff}.legal-section{margin-bottom:3rem}.legal-section h2{color:#2b3a52;font-size:1.8rem;margin-bottom:1.5rem;border-bottom:3px solid #D4A853;padding-bottom:.8rem;font-weight:600}.legal-section p{line-height:1.9;color:#333;margin-bottom:1.2rem;font-size:1.05rem}.legal-section ul{margin:1.5rem 0;padding-left:2rem}.legal-section li{line-height:1.9;color:#333;margin-bottom:.8rem;font-size:1.05rem}.legal-section a{color:#d4a853;text-decoration:none;font-weight:600;transition:color .3s}.legal-section a:hover{color:#c09743;text-decoration:underline}.legal-section strong{color:#2b3a52;font-weight:600}.admin-login{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e2837,#2b3a52);padding:2rem}.admin-login-container{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;width:100%}.admin-login-container h1{color:#2b3a52;text-align:center;margin-bottom:2rem;font-size:2rem}.admin-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#2b3a52;font-weight:600;font-size:.9rem}.form-group input{padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#d4a853}.error-message{color:#d32f2f;font-size:.9rem;text-align:center;padding:.5rem;background:#ffebee;border-radius:4px}.admin-login-btn{background:#d4a853;color:#2b3a52;border:none;padding:.9rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;margin-top:.5rem}.admin-login-btn:hover{background:#e5b963}.admin-demo-note{margin-top:1.5rem;padding:1rem;background:#f5f5f5;border-radius:8px;text-align:center}.admin-demo-note p{color:#666;font-size:.85rem;margin:0}.admin-panel{min-height:100vh;background:#f5f5f5}.admin-header{background:#2b3a52;color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.admin-header h1{margin:0;font-size:1.5rem}.logout-btn{background:#d4a853;color:#2b3a52;border:none;padding:.6rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.logout-btn:hover{background:#e5b963}.admin-content{max-width:1400px;margin:0 auto;padding:2rem}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.stat-card h3{color:#666;font-size:.9rem;font-weight:600;margin:0 0 .5rem;text-transform:uppercase}.stat-number{font-size:2.5rem;font-weight:700;color:#2b3a52;margin:.5rem 0}.stat-change{color:#4caf50;font-size:.85rem;font-weight:600}.stat-negative{color:#f44336}.admin-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.admin-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.admin-section h2{color:#2b3a52;font-size:1.3rem;margin:0 0 1rem;border-bottom:2px solid #D4A853;padding-bottom:.5rem}.admin-actions{display:flex;flex-direction:column;gap:.75rem}.admin-action-btn{background:#f5f5f5;border:1px solid #e0e0e0;padding:.75rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s;text-align:left;font-size:.95rem;color:#2b3a52}.admin-action-btn:hover{background:#d4a853;color:#fff;border-color:#d4a853}.admin-recent{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.admin-recent h2{color:#2b3a52;font-size:1.3rem;margin:0 0 1rem;border-bottom:2px solid #D4A853;padding-bottom:.5rem}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9f9f9;border-radius:6px;border-left:3px solid #D4A853}.activity-time{color:#999;font-size:.85rem;white-space:nowrap;margin-left:1rem}.activity-text{color:#2b3a52;flex:1}@media (max-width: 768px){.admin-header{flex-direction:column;gap:1rem;align-items:flex-start}.admin-stats,.admin-sections{grid-template-columns:1fr}.activity-item{flex-direction:column;align-items:flex-start;gap:.5rem}.activity-time{margin-left:0}}.app{min-height:100vh;background:#2b3a52;display:flex;flex-direction:column}.main-content{flex:1}.page-hero{background:linear-gradient(135deg,#2b3a52,#1e2837);color:#fff;padding:4rem 2rem;text-align:center}.page-hero h1{font-size:3rem;margin-bottom:1rem}.page-hero p{font-size:1.2rem;color:#fffc}@media (max-width: 768px){.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem}}.error-boundary{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem}.error-content{text-align:center;max-width:600px}.error-content h1{font-size:2.5rem;color:#2b3a52;margin-bottom:1rem}.error-content p{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-actions button{padding:.75rem 2rem;background:#d4a853;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background .3s}.error-actions button:hover{background:#b8943f}.error-actions button:first-child{background:#2b3a52}.error-actions button:first-child:hover{background:#1a2438}.error-details{margin-top:2rem;text-align:left;background:#f5f5f5;padding:1rem;border-radius:4px}.error-details summary{cursor:pointer;font-weight:600;margin-bottom:.5rem}.error-details pre{overflow-x:auto;font-size:.9rem;color:#d32f2f}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-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}
