.language-switcher.svelte-a25ccq{position:relative;display:inline-block}.language-button.svelte-a25ccq{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:none;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.875rem;cursor:pointer;transition:all .2s ease}.language-button.svelte-a25ccq:hover{background:#ffffff1a;border-color:#ffffff4d}.language-icon.svelte-a25ccq{font-size:1rem}.dropdown-arrow.svelte-a25ccq{font-size:.75rem;transition:transform .2s ease}.dropdown-arrow.rotated.svelte-a25ccq{transform:rotate(180deg)}.language-dropdown.svelte-a25ccq{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;z-index:50;min-width:140px}.language-option.svelte-a25ccq{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:#374151;font-size:.875rem;cursor:pointer;transition:background-color .2s ease;text-align:left}.language-option.svelte-a25ccq:hover{background:#f3f4f6}.language-option.active.svelte-a25ccq{background:#dbeafe;color:#1e40af}.flag.svelte-a25ccq{font-size:1rem}@media (max-width: 768px){.language-text.svelte-a25ccq{display:none}.language-button.svelte-a25ccq{padding:.5rem}.language-dropdown.svelte-a25ccq{right:-1rem}}.modal-backdrop.svelte-1jh5err{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-container.svelte-1jh5err{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal-header.svelte-1jh5err{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:#f8f9fa}.modal-title.svelte-1jh5err{margin:0;font-size:1.5rem;font-weight:600;color:var(--primary-color, #2563eb)}.close-button.svelte-1jh5err{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.close-button.svelte-1jh5err:hover{background:#f3f4f6;color:#374151}.close-button.svelte-1jh5err:focus{outline:2px solid var(--accent-color, #10b981);outline-offset:2px}.modal-content.svelte-1jh5err{flex:1;position:relative;display:flex;flex-direction:column;min-height:600px}.loading-container.svelte-1jh5err{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;z-index:10}.loading-spinner.svelte-1jh5err{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid var(--primary-color, #2563eb);border-radius:50%;animation:svelte-1jh5err-spin 1s linear infinite;margin-bottom:1rem}@keyframes svelte-1jh5err-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text.svelte-1jh5err{color:#6b7280;font-size:1rem;margin:0}.booking-iframe.svelte-1jh5err{width:100%;height:100%;min-height:600px;border:none;opacity:0;transition:opacity .3s ease}.booking-iframe.loaded.svelte-1jh5err{opacity:1}@media (max-width: 768px){.modal-backdrop.svelte-1jh5err{padding:.5rem}.modal-container.svelte-1jh5err{max-height:95vh;border-radius:12px}.modal-header.svelte-1jh5err{padding:1rem 1.5rem}.modal-title.svelte-1jh5err{font-size:1.3rem}.modal-content.svelte-1jh5err,.booking-iframe.svelte-1jh5err{min-height:500px}}@media (max-width: 480px){.modal-backdrop.svelte-1jh5err{padding:.25rem}.modal-container.svelte-1jh5err{border-radius:8px}.modal-header.svelte-1jh5err{padding:.75rem 1rem}.modal-title.svelte-1jh5err{font-size:1.2rem}.modal-content.svelte-1jh5err,.booking-iframe.svelte-1jh5err{min-height:450px}}:root{--primary-color: #1e40af;--primary-hover: #1d4ed8;--secondary-color: #3b82f6;--accent-color: #f59e0b;--success-color: #10b981;--warning-color: #f59e0b;--light-bg: #f8fafc;--border-color: #e2e8f0;--text-light: #595959;--text-color: #1f2937;--positive-color: #059669;--negative-color: #dc2626}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-color);background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem;font-size:1.1rem}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:6px;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,#06c,#049);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#0052a3,#036);transform:translateY(-2px);box-shadow:0 4px 12px #0066cc4d}.btn-secondary{background:transparent;color:#06c;border:2px solid #0066cc}.btn-secondary:hover{background:#06c;color:#fff}.btn-large{padding:16px 32px;font-size:1.1rem}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);position:fixed;top:0;width:100%;z-index:1000;transition:all .3s ease}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.nav-brand{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:140px}.nav-brand-logo{display:flex;justify-content:center}.nav-logo{height:40px;width:auto;max-width:53px}.nav-brand-text{text-align:center}.nav-title{color:#06c;font-size:.9rem;font-weight:600;margin:0;white-space:nowrap}.nav-brand h1{color:#06c;font-size:1.5rem;margin:0}.nav-list{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#06c}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{background:linear-gradient(135deg,#f8fbff,#e6f2ff);padding:120px 0 80px;min-height:100vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a}.hero-title .highlight{color:#06c;background:linear-gradient(120deg,#e6f2ff,#e6f2ff);padding:0 8px;border-radius:4px;font-size:inherit;font-weight:inherit;display:inline}.highlight{color:#06c;background:linear-gradient(120deg,#e6f2ff,#e6f2ff);padding:0 8px;border-radius:4px}.hero-subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:3rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#06c}.stat-label{font-size:.9rem;color:#666}.pricing-display-mockup{background:#1a1a1a;border-radius:12px;padding:20px;color:#fff;box-shadow:0 20px 40px #00000026}.display-header{font-size:1.1rem;font-weight:600;margin-bottom:20px;color:#06c;text-align:center}.demo-label{background:#ff6b35;color:#fff;font-size:.8rem;font-weight:700;padding:2px 8px;border-radius:4px;margin-left:8px;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.rate-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.rate-item{background:#2a2a2a;padding:15px;border-radius:8px;display:flex;flex-direction:column;gap:5px}.currency{font-size:.9rem;color:#ccc}.rate{font-size:1.4rem;font-weight:700;color:#fff}.change{font-size:.8rem}.change.positive{color:#0c6}.change.negative{color:#f44}.display-footer{text-align:center;font-size:.8rem;color:#ff6b35;font-weight:600}.problem{padding:80px 0;background:#f8f9fa}.problem h2{text-align:center;margin-bottom:3rem;color:#1a1a1a}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.problem-item{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #00000014}.problem-icon{font-size:2.5rem;margin-bottom:1rem}.problem-item h3{color:#1a1a1a;margin-bottom:1rem}.problem-item p{color:#666;margin:0}.solutions{padding:80px 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:#1a1a1a;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#666;margin:0}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.solution-card{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid #e5e5e5;transition:all .3s ease}.solution-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001f;border-color:#06c}.solution-icon{font-size:2.5rem;margin-bottom:1rem}.solution-card h3{color:#1a1a1a;margin-bottom:1rem}.solution-card p{color:#666;margin-bottom:1.5rem}.solution-card ul{list-style:none;margin-bottom:1.5rem}.solution-card li{color:#666;margin-bottom:.5rem;position:relative;padding-left:1.5rem}.solution-card li:before{content:"✓";color:#0c6;font-weight:700;position:absolute;left:0}.solution-link{color:#06c;text-decoration:none;font-weight:500}.solution-link:hover{text-decoration:underline}.features{padding:80px 0;background:#f8f9fa}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-item{text-align:center;padding:2rem}.feature-item h3{color:#1a1a1a;margin-bottom:1rem}.feature-item p{color:#666;margin:0}.roi-calculator{padding:80px 0;background:linear-gradient(135deg,#06c,#049);color:#fff}.roi-calculator h2{text-align:center;color:#fff;margin-bottom:1rem}.roi-calculator>.container>p{text-align:center;margin-bottom:3rem;font-size:1.2rem;opacity:.9}.calculator-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.calculator-inputs,.calculator-results{background:#ffffff1a;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.input-group{margin-bottom:1.5rem}.input-group label{display:block;margin-bottom:.5rem;font-weight:500}.input-group input{width:100%;padding:12px;border:none;border-radius:6px;font-size:1rem;background:#ffffffe6;color:#333}.calculator-results h3{margin-bottom:1.5rem;text-align:center}.result-item{display:flex;justify-content:space-between;margin-bottom:1rem;padding:.5rem 0}.result-item.total{border-top:2px solid rgba(255,255,255,.3);padding-top:1rem;margin-top:1rem;font-weight:600}.result-item.roi{font-size:1.2rem;font-weight:700}.result-value{font-weight:600;color:#0f8}.testimonials{padding:80px 0}.testimonials h2{text-align:center;margin-bottom:3rem;color:#1a1a1a}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial{background:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #0066cc}.testimonial blockquote{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;color:#333;font-style:italic}.testimonial cite{color:#666;font-size:.9rem;font-weight:500}.cta{padding:80px 0;background:#f8f9fa;text-align:center}.cta h2{color:#1a1a1a;margin-bottom:1rem}.cta>.container>p{font-size:1.2rem;color:#666;margin-bottom:3rem}.booking-section{max-width:400px;margin:0 auto;text-align:center}.booking-subtitle{margin-top:1rem;font-size:1.1rem;color:#666;opacity:.9}#book-consultation{background:linear-gradient(135deg,var(--primary-color),#3b82f6);border:none;padding:16px 32px;font-size:1.1rem;font-weight:600;border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1e40af4d}#book-consultation:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e40af66;background:linear-gradient(135deg,var(--primary-hover),var(--primary-color))}.footer{background:#1a1a1a;color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#06c}.footer-section p{color:#ccc;margin:0}.footer-logo{height:24px;width:auto;margin-bottom:1rem}.footer-company{font-size:.9rem;margin-top:.5rem!important}.footer-company a{color:#06c;text-decoration:none;font-weight:500}.footer-company a:hover{color:#3b82f6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#06c}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center}.footer-bottom p{color:#999;margin:0}.page-header{background:linear-gradient(135deg,#1e40af,#1d4ed8);color:#fff;padding:120px 0 60px;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:1rem;font-weight:600}.page-header p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto}.white-papers{padding:60px 0;background:#f8f9fa}.papers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px;margin-bottom:40px}.paper-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 8px 25px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.paper-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #0000001f}.paper-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:20px;font-weight:600;flex-shrink:0}.paper-card h3{font-size:1.5rem;margin-bottom:15px;color:#1e40af}.paper-card p{margin-bottom:20px;color:#666;line-height:1.6;flex-grow:1}.paper-meta{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap}.paper-type,.paper-pages{background:#e5f2ff;color:#1e40af;padding:4px 12px;border-radius:20px;font-size:.9rem;font-weight:500}.paper-highlights{display:flex;flex-direction:column;gap:8px;margin-bottom:25px;flex-grow:1}.highlight{font-size:.9rem;color:#059669;font-weight:500}.paper-card .btn{margin-top:auto;align-self:flex-start}.additional-resources{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 30px #0000001a}.additional-resources h2{text-align:center;margin-bottom:40px;color:#1e40af}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.resource-item{text-align:center;padding:20px}.resource-item h4{margin-bottom:10px;color:#1e40af}.resource-item p{margin-bottom:15px;color:#666;font-size:.95rem}.resource-link{color:#1e40af;text-decoration:none;font-weight:500;font-size:.9rem}.resource-link:hover{text-decoration:underline}@media (max-width: 768px){.nav-brand{flex-direction:row;align-items:center;gap:8px;min-width:auto}.nav-logo{height:32px;max-width:43px}.nav-title{font-size:1.1rem}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;z-index:999}.nav-menu.active{left:0}.nav-list{flex-direction:column;padding:2rem 0}.nav-toggle{display:flex}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-cta{flex-direction:column;align-items:center}.hero-stats{justify-content:center}.calculator-grid{grid-template-columns:1fr}.booking-section{max-width:300px}#book-consultation{padding:14px 24px;font-size:1rem}.footer-content{grid-template-columns:1fr;text-align:center}h1{font-size:2rem}h2{font-size:1.75rem}.rate-grid{grid-template-columns:1fr}}.request-access-section{margin:2.5rem 0;padding:2.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;border:1px solid #e2e8f0}.request-access-section h2{color:#1e293b;margin-bottom:1rem;text-align:center}.request-access-section>p{color:#64748b;text-align:center;margin-bottom:2rem;font-size:1.1rem}.request-form{max-width:800px;margin:0 auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-weight:600;margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group textarea{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease;background-color:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.form-actions{text-align:center;margin-top:2rem}.form-message{margin-top:1.5rem;padding:1rem;border-radius:8px;text-align:center;font-weight:500}.form-message.success{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.form-message.error{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.form-message.rate-limited{background-color:#fef3c7;color:#92400e;border:1px solid #fed7aa}.countdown-timer{font-weight:700;font-size:1.2em;margin-top:.5rem}.btn.loading{position:relative;color:transparent}.btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.form-grid{grid-template-columns:1fr;gap:1rem}.request-access-section{padding:2rem 1.5rem;margin:2rem 0}.papers-grid{grid-template-columns:1fr;gap:15px}.page-header{padding:100px 0 40px}.page-header h1{font-size:2rem}}@media (max-width: 480px){.container{padding:0 15px}.hero-title{font-size:2rem}.solutions-grid,.features-grid,.testimonials-grid{grid-template-columns:1fr}}.integrations{background:var(--light-bg);padding:5rem 0}.integrations-content{margin-top:3rem}.integration-category{margin-bottom:4rem}.integration-category h3{font-size:1.8rem;margin-bottom:2rem;text-align:center;color:var(--primary-color)}.data-sources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.data-source{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #00000012;transition:transform .3s ease;position:relative;overflow:hidden}.data-source:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.data-source.coming-soon{opacity:.8}.source-logo{width:60px;height:60px;background:var(--primary-color);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.source-logo .logo-text{color:#fff;font-weight:600;font-size:.9rem}.source-logo .logo-text.crypto{font-size:1.5rem}.data-source h4{color:var(--primary-color);margin-bottom:.5rem;font-size:1.2rem}.status-badge{position:absolute;top:1rem;right:1rem;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.status-badge.live{background:var(--success-color);color:#fff}.status-badge.soon{background:var(--warning-color);color:#fff}.asset-classes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.asset-class{background:#fff;border-radius:8px;padding:1.5rem;text-align:center;box-shadow:0 2px 4px #0000000d;transition:transform .3s ease}.asset-class:hover{transform:translateY(-2px)}.asset-icon{font-size:2rem;margin-bottom:1rem}.asset-class h4{color:var(--primary-color);margin-bottom:.5rem}.integration-highlight{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:16px;padding:3rem;margin:3rem 0}.integration-highlight-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}.highlight-text h3{font-size:2rem;margin-bottom:1rem}.workflow-steps{display:flex;align-items:center;gap:1rem;margin:2rem 0;flex-wrap:wrap}.workflow-step{display:flex;flex-direction:column;align-items:center;text-align:center}.step-number{width:32px;height:32px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.5rem}.step-text{font-size:.9rem;font-weight:500}.workflow-arrow{font-size:1.2rem;opacity:.7}.integration-diagram{display:flex;flex-direction:column;align-items:center;gap:1rem}.diagram-node{background:#ffffff26;padding:1rem;border-radius:8px;text-align:center;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.diagram-arrow{font-size:1.5rem;opacity:.8}.integrations-cta{text-align:center;margin-top:3rem;padding:2rem;background:#fff;border-radius:12px}.integrations-cta h3{margin-bottom:1rem;color:var(--primary-color)}.integration-overview{margin-bottom:3rem}.integration-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem;text-align:center}.stat-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{font-size:.9rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px}.key-integrations{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.key-integration{background:#fff;padding:2rem;border-radius:12px;border-left:4px solid var(--accent-color)}.key-integration h4{margin-bottom:.5rem;color:var(--primary-color)}.key-integration p{color:var(--text-light);margin:0}@media (max-width: 768px){.integration-highlight-content{grid-template-columns:1fr;text-align:center}.workflow-steps{justify-content:center}.data-sources-grid{grid-template-columns:1fr}.asset-classes-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.integration-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.key-integrations{grid-template-columns:1fr}}.primary-directives-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0;border-top:1px solid #e2e8f0}.primary-directives-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.primary-directives-text h2{color:#1e40af;font-size:2.5rem;margin-bottom:1.5rem}.primary-directives-text p{font-size:1.1rem;line-height:1.7;color:#475569;margin-bottom:1rem}.primary-directives-text a{color:#1e40af;font-weight:600;text-decoration:none}.primary-directives-text a:hover{color:#3b82f6}.tagline{font-style:italic;font-size:1.2rem!important;color:#1e40af!important;font-weight:500!important;margin:1.5rem 0 2rem!important;padding:1rem;background:#1e40af0d;border-left:4px solid #1e40af;border-radius:0 8px 8px 0}.expertise-highlights{display:grid;gap:1.5rem;margin-top:2rem}.expertise-item h4{color:#1e40af;font-size:1.1rem;margin-bottom:.5rem}.expertise-item p{color:#64748b;font-size:1rem;margin:0}.primary-directives-visual{display:flex;justify-content:center;align-items:center}.company-badge{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 10px 25px #1e40af33;border:1px solid rgba(255,255,255,.1)}.badge-content{display:flex;flex-direction:column;gap:.5rem}.badge-text{font-size:1.2rem;font-weight:600;letter-spacing:.5px}.badge-subtext{font-size:.9rem;opacity:.9;font-weight:300}@media (max-width: 768px){.primary-directives-content{grid-template-columns:1fr;gap:2rem;text-align:center}.primary-directives-text h2{font-size:2rem}.tagline{text-align:left}}
