.header{position:relative;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(14,116,144,.1);padding:1rem 0}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#0e7490;font-weight:600;font-size:1.1rem}.logo-icon{position:relative;width:32px;height:32px}.logo-dot{width:32px;height:32px;background:linear-gradient(135deg,#0e7490,#06b6d4);border-radius:50%;position:absolute}.logo-wave{width:20px;height:20px;background:#e0f2fe;border-radius:50%;position:absolute;top:6px;left:6px;clip-path:polygon(0% 50%,25% 0%,50% 50%,75% 100%,100% 50%)}.logo-text{font-size:1rem}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#1a1a1a;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.nav-link:hover{color:#0e7490}.nav-link.active{color:#0e7490;font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#0e7490}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:.4rem}.dropdown-arrow{transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001f;min-width:180px;padding:.5rem 0;z-index:1000;border:1px solid rgba(14,116,144,.1)}.nav-dropdown-menu:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white}.nav-dropdown-item{display:block;padding:.75rem 1.25rem;color:#1a1a1a;text-decoration:none;font-size:.95rem;font-weight:500;transition:background .2s ease,color .2s ease}.nav-dropdown-item:hover{background:#f0f9ff;color:#0e7490}.login-button{padding:.6rem 1.5rem;background:#0e7490;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease;text-decoration:none;display:inline-block;margin-left:.5rem}.login-button:hover{background:#0891b2;transform:translateY(-2px)}.login-button:active{transform:translateY(0)}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem;padding:0 1.5rem}.logo-text{font-size:.9rem}.nav{gap:1.5rem;width:100%;justify-content:flex-start;padding-left:0}.login-button{display:none}.nav-dropdown-menu{left:0;transform:none}.nav-dropdown-menu:before{left:2rem;transform:none}}@media (max-width: 480px){.header-container{padding:0 1.25rem}.nav-link:first-child{margin-left:.25rem}}.privacy-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}.privacy-popup{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative}.privacy-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(14,116,144,.1);position:sticky;top:0;background:#fff;z-index:10}.privacy-header h2{margin:0;color:#0e7490;font-size:1.5rem;font-weight:600}.privacy-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1}.privacy-close:hover{background:#0e74901a;color:#0e7490}.privacy-content{padding:2rem;color:#1a1a1a;line-height:1.6}.privacy-content h3{color:#0e7490;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.privacy-content h3:first-of-type{margin-top:0}.privacy-content p{margin-bottom:1rem;font-size:.95rem}.privacy-content p:last-child{margin-bottom:0}.privacy-link{color:#0e7490;text-decoration:none;font-weight:500;transition:color .2s ease}.privacy-link:hover{color:#06b6d4;text-decoration:underline}@media (max-width: 768px){.privacy-popup{max-width:100%;margin:1rem}.privacy-header{padding:1.25rem 1.5rem}.privacy-header h2{font-size:1.25rem}.privacy-content{padding:1.5rem}.privacy-content h3{font-size:1.1rem}}.impressum-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.impressum-popup{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.impressum-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(14,116,144,.1);position:sticky;top:0;background:#fff;z-index:10}.impressum-header h2{margin:0;color:#0e7490;font-size:1.5rem;font-weight:600}.impressum-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1}.impressum-close:hover{background:#0e74901a;color:#0e7490}.impressum-content{padding:2rem;color:#1a1a1a;line-height:1.6}.impressum-content h3{color:#0e7490;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.impressum-content h3:first-of-type{margin-top:0}.impressum-content p{margin-bottom:1rem;font-size:.95rem}.impressum-content p:last-child{margin-bottom:0}.impressum-content a{color:#0e7490;text-decoration:none;font-weight:500;transition:color .2s ease}.impressum-content a:hover{color:#06b6d4;text-decoration:underline}@media (max-width: 768px){.impressum-popup{max-width:100%;margin:1rem}.impressum-header{padding:1.25rem 1.5rem}.impressum-header h2{font-size:1.25rem}.impressum-content{padding:1.5rem}.impressum-content h3{font-size:1.1rem}}.footer{position:relative;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem 0 2rem;margin-top:0}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-logo .logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#0e7490;font-weight:600;font-size:1.1rem}.footer-logo .logo-icon{position:relative;width:32px;height:32px}.footer-logo .logo-dot{width:32px;height:32px;background:linear-gradient(135deg,#0e7490,#06b6d4);border-radius:50%;position:absolute}.footer-logo .logo-wave{width:20px;height:20px;background:#e0f2fe;border-radius:50%;position:absolute;top:6px;left:6px;clip-path:polygon(0% 50%,25% 0%,50% 50%,75% 100%,100% 50%)}.footer-logo .logo-text{font-size:1rem}.footer-nav{display:flex;gap:2rem;align-items:center}.footer-nav-link{color:#1a1a1a;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.footer-nav-link:hover,.footer-nav-link.active{color:#0e7490}.footer-nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#0e7490}.footer-privacy-link{background:none;border:none;color:#1a1a1a;text-decoration:none;font-weight:500;font-size:.95rem;cursor:pointer;transition:color .3s ease;padding:0;position:relative}.footer-privacy-link:hover{color:#0e7490}.footer-dropdown{position:relative}.footer-dropdown-trigger{display:flex;align-items:center;gap:.4rem}.footer-dropdown-arrow{transition:transform .2s ease}.footer-dropdown-arrow.open{transform:rotate(180deg)}.footer-dropdown-menu{position:absolute;bottom:calc(100% + .75rem);left:50%;transform:translate(-50%);background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001f;min-width:180px;padding:.5rem 0;z-index:1000;border:1px solid rgba(14,116,144,.1)}.footer-dropdown-menu:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white}.footer-dropdown-item{display:block;padding:.75rem 1.25rem;color:#1a1a1a;text-decoration:none;font-size:.95rem;font-weight:500;transition:background .2s ease,color .2s ease}.footer-dropdown-item:hover{background:#f0f9ff;color:#0e7490}@media (max-width: 768px){.footer{padding:2rem 0 1.5rem}.footer-container{flex-direction:column;gap:1rem}.footer-nav{gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-logo .logo-text{font-size:.9rem}.footer-dropdown-menu{left:0;transform:none}.footer-dropdown-menu:after{left:2rem;transform:none}}.matrix-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;opacity:0;transition:opacity .3s ease;pointer-events:none}.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;width:100%;height:48%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:2px solid #0e7490;box-shadow:0 -4px 20px #0000001a;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.cookie-consent-content{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center}.cookie-consent-text{text-align:center;max-width:800px}.cookie-consent-title{font-size:1.5rem;font-weight:700;color:#0e7490;margin:0 0 1rem}.cookie-consent-description{font-size:1rem;line-height:1.6;color:#1a1a1a;margin:0}.cookie-consent-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.cookie-consent-button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:150px}.cookie-consent-accept{background:#64748b;color:#fff}.cookie-consent-accept:hover{background:#475569;transform:translateY(-2px)}.cookie-consent-essential{background:#06b6d4;color:#fff;box-shadow:0 4px 12px #06b6d44d}.cookie-consent-essential:hover{background:#0891b2;transform:translateY(-2px);box-shadow:0 6px 16px #06b6d466}.cookie-consent-decline{background:transparent;color:#64748b;text-decoration:underline;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:color .3s ease;min-width:150px;text-align:center}.cookie-consent-decline:hover{color:#475569;text-decoration:none}@media (max-width: 768px){.cookie-consent-overlay{height:auto;min-height:48%;padding:1.5rem 1rem}.cookie-consent-title{font-size:1.25rem}.cookie-consent-description{font-size:.9rem}.cookie-consent-buttons{flex-direction:column;width:100%}.cookie-consent-button{width:100%;min-width:unset}}.hero{padding:4rem 2rem;background:url(/hero.png) center center / cover no-repeat;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0003;z-index:0}.hero-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:1;background:#ffffffd9;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:750px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;color:#0e7490;margin:0}.hero-subtitle{font-size:1.1rem;line-height:1.7;color:#1a1a1a;margin:0}.hero-highlight{font-weight:700;color:#0e7490}.hero-cta-button{align-self:flex-start;padding:1rem 2rem;background:#0e7490;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease;margin-top:.5rem;text-decoration:none;display:inline-block}.hero-cta-button:hover{background:#0891b2;transform:translateY(-2px)}.hero-cta-button:active{transform:translateY(0)}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.hero-card{background:#e0f2fe;border-radius:12px;padding:2rem;width:100%;box-shadow:0 4px 20px #0e74901a}.hero-card-header{margin-bottom:1.5rem}.hero-card-number{font-size:3rem;font-weight:700;color:#0e7490;margin-bottom:1rem}.hero-card-filters{display:flex;gap:.75rem;flex-wrap:wrap}.filter-pill{background:#fffc;color:#0e7490;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.hero-card-table{overflow-x:auto}.hero-card-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.hero-card-table thead{background:#0e74901a}.hero-card-table th{padding:.75rem;text-align:left;font-weight:600;color:#0e7490;font-size:.85rem}.hero-card-table td{padding:.75rem;border-top:1px solid rgba(14,116,144,.1);font-size:.85rem;color:#1a1a1a}@media (max-width: 1024px){.hero-title{font-size:2.5rem}}@media (max-width: 768px){.hero{padding:2rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-card{padding:1.5rem}.hero-card-number{font-size:2rem}}.why-synthetic-data{padding:5rem 2rem;background:#fff}.why-synthetic-data-container{max-width:1200px;margin:0 auto}.why-synthetic-data-title{font-size:2.5rem;font-weight:700;color:#0f172a;margin:0 0 2rem;text-align:center}.why-synthetic-data-text{max-width:1200px;margin:0 auto;text-align:left}.why-synthetic-data-text p{font-size:1.1rem;line-height:1.8;color:#475569;margin:0}.why-synthetic-data-text a{color:#0e7490;text-decoration:none;font-weight:500}.why-synthetic-data-text a:hover{color:#0891b2;text-decoration:underline}@media (max-width: 768px){.why-synthetic-data{padding:3rem 1.5rem}.why-synthetic-data-title{font-size:2rem}.why-synthetic-data-text p{font-size:1rem}}.what-we-do{padding:4rem 2rem;background:#f8fafc}.what-we-do-container{max-width:1200px;margin:0 auto}.section-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#0e7490;background:#0e74901a;padding:.35rem .75rem;border-radius:4px;margin-bottom:1rem}.what-we-do-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:stretch}.what-we-do-intro{display:flex;flex-direction:column;background:#fff;border-radius:12px;padding:1.75rem;border:1px solid #e2e8f0;height:100%}.what-we-do-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem;line-height:1.2}.what-we-do-description{font-size:1rem;line-height:1.7;color:#475569;margin-bottom:1.5rem}.challenges-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.challenge-item{padding:.75rem;background:#f8fafc;border-radius:8px;transition:background .2s ease}.challenge-item:hover{background:#f0f9ff}.challenge-text{display:flex;flex-direction:column;gap:.15rem}.challenge-text strong{font-size:.9rem;font-weight:600;color:#0f172a}.challenge-text span{font-size:.8rem;color:#64748b}.what-we-do-body{flex:1}.what-we-do-points{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.what-we-do-points li{font-size:.95rem;color:#475569;padding-left:1rem;position:relative}.what-we-do-points li:before{content:"•";position:absolute;left:0;color:#0e7490;font-weight:700}.what-we-do-highlight{font-size:1rem;font-weight:600;color:#0e7490;padding-left:1rem;border-left:3px solid #0e7490;margin:0}.what-we-do-difference{background:#fff;border-radius:12px;padding:1.75rem;border:1px solid #e2e8f0;height:100%;display:flex;flex-direction:column}.difference-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.difference-intro{font-size:.95rem;line-height:1.6;color:#475569;margin-bottom:1.25rem}.differentiators-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.differentiator-item{padding:.75rem;background:#f8fafc;border-radius:8px;transition:background .2s ease}.differentiator-item:hover{background:#f0f9ff}.differentiator-text{display:flex;flex-direction:column;gap:.15rem}.differentiator-text strong{font-size:.9rem;font-weight:600;color:#0f172a}.differentiator-text span{font-size:.8rem;color:#64748b}@media (max-width: 900px){.what-we-do{padding:3rem 1.5rem}.what-we-do-grid{grid-template-columns:1fr;gap:2rem}.what-we-do-title{font-size:1.25rem}}@media (max-width: 600px){.differentiators-grid,.challenges-grid{grid-template-columns:1fr}}.capabilities{padding:4rem 2rem;background:#fff}.capabilities-container{max-width:1200px;margin:0 auto}.capabilities-header{text-align:center;margin-bottom:2.5rem}.capabilities-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0}.capabilities-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.capability-card{background:#f8fafc;border-radius:12px;padding:1.75rem;border:1px solid #e2e8f0;transition:border-color .2s ease,box-shadow .2s ease}.capability-card:hover{border-color:#0e7490;box-shadow:0 4px 12px #0e74901a}.capability-header{margin-bottom:1rem}.capability-header h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0}.capability-card p{font-size:.95rem;line-height:1.6;color:#475569;margin:0 0 1rem}.stream-types{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.stream-type{padding:.5rem .75rem;background:#fff;border-radius:6px;font-size:.9rem;color:#334155}.capability-note{font-size:.85rem!important;color:#0e7490!important;font-weight:500;margin:0!important;padding-top:.5rem;border-top:1px solid #e2e8f0}.formats-group{display:flex;flex-direction:column;gap:.75rem}.formats-row{display:flex;align-items:center;gap:1rem}.formats-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b;min-width:70px}.format-badges{display:flex;gap:.5rem;flex-wrap:wrap}.format-badge{padding:.35rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;font-weight:500;color:#334155;font-family:SF Mono,Monaco,Inconsolata,monospace}.format-badge.standard{background:#ecfdf5;border-color:#a7f3d0;color:#047857}@media (max-width: 900px){.capabilities{padding:3rem 1.5rem}.capabilities-grid{grid-template-columns:1fr}.capabilities-title{font-size:1.75rem}}@media (max-width: 600px){.formats-row{flex-direction:column;align-items:flex-start;gap:.5rem}}.who-its-for{padding:4rem 2rem;background:#f8fafc}.who-its-for-container{max-width:1200px;margin:0 auto}.who-its-for-header{text-align:center;margin-bottom:2rem}.who-its-for-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.who-its-for-subtitle{font-size:1rem;color:#64748b;margin:0}.audiences-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2rem}.audience-card{background:#fff;border-radius:10px;padding:1.25rem;border:1px solid #e2e8f0;text-align:center;transition:all .2s ease}.audience-card:hover{border-color:#0e7490;transform:translateY(-2px);box-shadow:0 4px 12px #0e74901f}.audience-card h3{font-size:.95rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.audience-card p{font-size:.8rem;color:#64748b;margin:0;line-height:1.4}.who-its-for-closing{text-align:center;font-size:1rem;color:#0e7490;font-weight:500;margin:0;padding:1.25rem 2rem;background:#0e74900d;border-radius:8px;border-left:3px solid #0e7490}@media (max-width: 1024px){.audiences-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.who-its-for{padding:3rem 1.5rem}.audiences-grid{grid-template-columns:repeat(2,1fr)}.who-its-for-title{font-size:1.75rem}}@media (max-width: 500px){.audiences-grid{grid-template-columns:1fr 1fr;gap:.75rem}.audience-card{padding:1rem}}.call-to-action{padding:3rem 0;background:linear-gradient(135deg,#0e7490,#0891b2)}.call-to-action-container{max-width:1400px;margin:0 auto;padding:0 2rem}.cta-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-text{flex:1}.cta-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .5rem}.cta-description{font-size:1rem;color:#ffffffe6;margin:0;max-width:500px}.cta-button{padding:1rem 2rem;background:#fff;color:#0e7490;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none;display:inline-block}.cta-button:hover{background:#f0f9ff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.cta-button:active{transform:translateY(0)}@media (max-width: 768px){.call-to-action{padding:2.5rem 1.5rem}.cta-content{flex-direction:column;text-align:center}.cta-title{font-size:1.5rem}.cta-description{max-width:none}}.home{position:relative;z-index:1}.platform{background:#f8fafc}.platform-section{padding:4rem 2rem}.platform-section.section-lead .section-header{margin-bottom:0}.platform-section.section-lead{padding-bottom:2rem}.platform-section.muted{background:#fff}.platform-container{max-width:1200px;margin:0 auto}.section-header{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:3rem;max-width:800px}.section-header h2{font-size:2.25rem;font-weight:700;color:#0f172a;margin:0;line-height:1.2}.section-header p{margin:0;color:#64748b;font-size:.95rem;text-transform:none;letter-spacing:normal}.section-description{margin:0;color:#475569!important;font-size:1.1rem!important;line-height:1.6!important;text-transform:none!important;letter-spacing:normal!important}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.pillars-grid-2x2{grid-template-columns:repeat(2,1fr)}.pillar-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.pillar-number{display:inline-block;color:#0e7490;font-weight:700;font-size:.8rem;letter-spacing:.1rem;text-transform:uppercase}.pillar-title{margin:0;color:#0f172a;font-size:1.2rem;font-weight:700;line-height:1.3}.pillar-description{margin:0;color:#475569;font-size:.95rem;line-height:1.6}.framework-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.framework-diagram{display:grid;gap:.75rem}.framework-layer{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem;font-weight:600;color:#0f172a}.framework-notes{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.9rem;color:#0e7490;font-weight:600}.framework-notes span{padding:.35rem .75rem;background:#0e749014;border-radius:999px}.simulation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.simulation-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.25rem;text-align:left}.simulation-card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.simulation-card--link{text-decoration:none;color:inherit;cursor:pointer;transition:border-color .2s,box-shadow .2s}.simulation-card--link:hover{border-color:#0e7490;box-shadow:0 4px 12px #0e74901a}.simulation-card--link .simulation-card-header{justify-content:flex-start;gap:.75rem}.simulation-card-logo{width:32px;height:32px;object-fit:contain;flex-shrink:0}.simulation-card h3{margin:0;color:#0f172a;font-size:1.1rem}.simulation-card-body{margin:0;color:#475569;font-size:.95rem;line-height:1.6;max-height:0;opacity:0;overflow:hidden;transition:max-height .2s ease,opacity .2s ease,margin-top .2s ease}.simulation-card:hover .simulation-card-body,.simulation-card:focus-within .simulation-card-body{margin-top:1rem;max-height:400px;opacity:1}.simulation-card--static .simulation-card-body{margin-top:1rem;max-height:none;opacity:1;overflow:visible}.simulation-items{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.simulation-item{padding:.4rem .8rem;border-radius:6px;background:#f1f5f9;color:#0f172a;font-size:.85rem;font-weight:500;border:1px solid #e2e8f0}.interop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.interop-column{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.5rem}.interop-column h3{margin:0 0 1rem;color:#0f172a;font-size:1.1rem}.chip-grid{display:flex;flex-wrap:wrap;gap:.5rem}.chip{padding:.4rem .8rem;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:.85rem;font-weight:600;border:1px solid #e2e8f0}.stream-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem}.stream-timeline{position:relative;padding-left:2rem;display:grid;gap:1.5rem}.timeline-line{position:absolute;left:.8rem;top:.25rem;bottom:.25rem;width:2px;background:#e2e8f0}.timeline-event{position:relative;display:flex;gap:1rem;align-items:flex-start}.event-dot{width:10px;height:10px;background:#0e7490;border-radius:50%;margin-top:.3rem;flex-shrink:0}.event-time{font-size:.75rem;text-transform:uppercase;letter-spacing:.08rem;color:#64748b;margin-bottom:.2rem}.event-label{font-size:.95rem;color:#0f172a;font-weight:600}.stream-details ul{margin:0;padding-left:1.2rem;color:#475569;display:grid;gap:.75rem;font-size:.95rem;line-height:1.6}.steps-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.5rem}.step-number{display:inline-block;color:#0e7490;font-weight:700;font-size:.8rem;letter-spacing:.1rem;margin-bottom:.75rem}.step-card h3{margin:0 0 .5rem;color:#0f172a;font-size:1.1rem}.step-card p{margin:0;color:#475569;font-size:.95rem;line-height:1.6}@media (max-width: 1024px){.section-header{flex-direction:column;align-items:flex-start}.stream-grid{grid-template-columns:1fr}}@media (max-width: 900px){.platform-section{padding:3rem 1.5rem}.simulation-grid,.interop-grid,.steps-row,.pillars-grid{grid-template-columns:1fr}}@media (max-width: 600px){.section-header h2{font-size:1.6rem}}.agents-page{background:#f8fafc}.agents-section{padding:4rem 2rem}.agents-section.agents-hero{padding-top:3rem;padding-bottom:3rem}.agents-section.agents-cases,.agents-section.agents-tasks,.agents-section.agents-healthcare,.agents-section.agents-gain{background:#fff}.agents-section.agents-cta{background:linear-gradient(135deg,#0e7490,#0c5a6e);color:#fff;text-align:center}.agents-container{max-width:1000px;margin:0 auto}.agents-main-title{font-size:2.25rem;font-weight:700;color:#0f172a;margin:0 0 1rem;line-height:1.2}.agents-main-subtitle{margin:0;color:#475569;font-size:1.1rem;line-height:1.6}.agents-section-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.agents-section-subtitle{margin:0 0 1rem;color:#64748b;font-size:1rem}.agents-section-description{margin:0;color:#475569;font-size:1rem;line-height:1.6}.agents-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.agents-case-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.agents-case-title{margin:0;color:#0f172a;font-size:1.2rem;font-weight:700}.agents-case-description{margin:0;color:#475569;font-size:.95rem;line-height:1.6}.agents-case-description+.agents-case-description{margin-top:.75rem}.agents-case-list-label{margin:1rem 0 .5rem;color:#0f172a;font-size:.95rem;font-weight:600}.agents-case-list{margin:0;padding-left:1.25rem;color:#475569;font-size:.95rem;line-height:1.6}.agents-case-list-item{margin-bottom:.35rem}.agents-case-list-item:last-child{margin-bottom:0}.agents-case-closing{margin:1rem 0 0;color:#0f172a;font-size:.95rem;font-weight:600;line-height:1.5}.agents-task-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.agents-task-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;font-size:.95rem}.agents-task-bullet{color:#0e7490;font-weight:700;flex-shrink:0}.agents-mind-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.agents-mind-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f0fdfa;border:1px solid #99f6e4;border-radius:10px;color:#0f172a;font-size:.95rem}.agents-mind-check{color:#0d9488;font-weight:700;flex-shrink:0}.agents-gain-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;margin-top:1.5rem}.agents-gain-card{padding:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:.5rem}.agents-gain-value{font-size:1.25rem;font-weight:700;color:#0e7490}.agents-gain-label{font-size:.9rem;color:#475569;line-height:1.5}.agents-cta-title{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;color:#fff}.agents-cta-text{margin:0 0 1.5rem;color:#ffffffe6;font-size:1rem}.agents-cta-button{display:inline-block;padding:.75rem 1.5rem;background:#fff;color:#0e7490;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s,color .2s}.agents-cta-button:hover{background:#f0fdfa;color:#0c5a6e}@media (max-width: 900px){.agents-section{padding:3rem 1.5rem}.agents-cases-grid,.agents-task-grid,.agents-mind-grid{grid-template-columns:1fr}.agents-main-title{font-size:1.75rem}}@media (max-width: 600px){.agents-main-title{font-size:1.5rem}.agents-section-title{font-size:1.4rem}}.catalog-page{background:#f8fafc}.catalog-section{padding:4rem 2rem}.catalog-section.catalog-lead{padding-top:3rem;padding-bottom:2rem}.catalog-section.catalog-research,.catalog-section.catalog-datasets{background:#fff}.catalog-container{max-width:1200px;margin:0 auto}.catalog-main-title{font-size:2.25rem;font-weight:700;color:#0f172a;margin:0 0 1rem;line-height:1.2}.catalog-main-subtitle{margin:0;color:#475569;font-size:1.1rem;line-height:1.6}.catalog-lead-intro{margin-top:1.5rem;padding:1.25rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%}.catalog-lead-intro p{margin:0;color:#334155;font-size:1rem;line-height:1.65}.catalog-lead-intro p+p{margin-top:1rem}.catalog-lead-intro strong{color:#0f172a;font-weight:600}.catalog-section-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.catalog-section-subtitle{margin:0 0 1.5rem;color:#64748b;font-size:1rem}.catalog-research-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}.catalog-research-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.catalog-research-title{margin:0;color:#0f172a;font-size:1.25rem;font-weight:700}.catalog-research-description{margin:0;color:#475569;font-size:.95rem;line-height:1.6}.catalog-research-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.catalog-research-link{color:#0e7490;font-size:.9rem;font-weight:600;text-decoration:none}.catalog-research-link:hover{text-decoration:underline}.catalog-datasets-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.catalog-dataset-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.catalog-dataset-title{margin:0;color:#0f172a;font-size:1.15rem;font-weight:700;line-height:1.3}.catalog-dataset-tags{display:flex;flex-wrap:wrap;gap:.5rem}.catalog-dataset-tag{font-size:.8rem;color:#64748b;background:#f1f5f9;padding:.25rem .6rem;border-radius:6px}.catalog-dataset-description{margin:0;color:#475569;font-size:.9rem;line-height:1.55;flex-grow:1}.catalog-dataset-price{margin:0;font-size:1.25rem;font-weight:700;color:#0e7490}.catalog-dataset-actions{display:flex;flex-wrap:wrap;gap:.75rem}.catalog-dataset-btn{padding:.6rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:background .2s,color .2s}.catalog-dataset-btn-demo{background:#f1f5f9;color:#0e7490;border:1px solid #e2e8f0}.catalog-dataset-btn-demo:hover{background:#e2e8f0}.catalog-dataset-btn-buy{background:#0e7490;color:#fff}.catalog-dataset-btn-buy:hover{background:#0c5a6e}.catalog-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.catalog-modal{background:#fff;border-radius:12px;padding:1.75rem;width:100%;max-width:400px;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.catalog-modal-title{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;color:#0f172a}.catalog-modal-form{display:flex;flex-direction:column;gap:1rem}.catalog-modal-field{display:flex;flex-direction:column;gap:.35rem}.catalog-modal-field label{font-size:.9rem;font-weight:600;color:#334155}.catalog-modal-field input{padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem}.catalog-modal-field input:focus{outline:none;border-color:#0e7490;box-shadow:0 0 0 2px #0e749033}.catalog-modal-field input:disabled{background:#f1f5f9;cursor:not-allowed}.catalog-modal-error{font-size:.85rem;color:#dc2626}.catalog-modal-submit-error{margin:0;font-size:.9rem;color:#dc2626}.catalog-modal-submit{padding:.75rem 1.25rem;background:#0e7490;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;min-height:44px;display:flex;align-items:center;justify-content:center}.catalog-modal-submit:hover:not(:disabled){background:#0c5a6e}.catalog-modal-submit:disabled{cursor:not-allowed;opacity:.8}.catalog-modal-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:catalog-spin .7s linear infinite}@keyframes catalog-spin{to{transform:rotate(360deg)}}.catalog-modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:#f1f5f9;color:#64748b;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0}.catalog-modal-close:hover{background:#e2e8f0;color:#0f172a}@media (max-width: 900px){.catalog-research-grid{grid-template-columns:1fr}.catalog-datasets-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.catalog-section{padding:3rem 1.5rem}.catalog-main-title{font-size:1.75rem}.catalog-datasets-grid{grid-template-columns:1fr}}.app{position:relative;min-height:100vh;z-index:1}.page-background-banner{position:relative;width:100%;height:20vh;min-height:200px;background-image:url(/hero.png);background-position:center center;background-size:cover;background-repeat:no-repeat;z-index:1;margin-top:0}*{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;background-color:#f0f7ff;color:#1a1a1a;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
