@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");@font-face{font-family:The Seasons;src:url("/fonts/seasons/theseasons-reg.57d3e9b5285fa8dfd595ef780.57981c5d6c03cd30856912da5d26c788 (2).woff2") format("woff2");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}body{font-family:The Seasons,Georgia,serif;background:#FAFAF7;color:#1a1a1a;min-height:100vh}.container,body{position:relative}.container{width:100%;height:100vh;padding:0;display:flex;flex-direction:column}.container>*{margin-left:95px;margin-right:95px;position:relative;z-index:2}.nav-header{display:flex;justify-content:space-between;align-items:flex-start;padding-top:90px;margin-bottom:24px}.nav-header .brand{display:flex;align-items:center;gap:6px}.nav-header .logo-icon{width:40px;height:40px;animation:rotate 8s linear infinite}.nav-header .company-name{font-size:28px;font-weight:400;color:#1a1a1a}.nav-header .company-name strong{font-weight:600}.nav-header .header-links{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.nav-header .papers-link{font-size:24px;color:#FF5722;text-decoration:none;transition:opacity .3s ease}.nav-header .papers-link:hover{opacity:.7}.header{display:flex;justify-content:space-between;align-items:flex-start;padding-top:90px}.intro-text{max-width:700px}.intro-text .hero-text{font-size:76.9px;text-align:left;margin-bottom:20px}.intro-text .hero-text,.subtitle{line-height:1.4;letter-spacing:0;font-weight:400}.subtitle{font-size:30px;text-align:justify;color:#1a1a1a}.email-link{color:#808080;text-decoration:none;transition:opacity .3s ease}.email-link:hover{opacity:.7}.header-links{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.papers-link{font-size:30px;color:#FF5722;text-decoration:none;font-weight:400;transition:opacity .3s ease}.papers-link:hover{opacity:.7}.footer-left .cta-link{font-size:36px;color:#FF5722;text-decoration:none;font-weight:400;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px}.arrow-icon{width:29px;height:29px;transition:transform .3s ease;stroke-width:1.5}.cta-link:hover{opacity:.8}.cta-link:hover .arrow-icon{transform:translate(3px,-3px)}.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:80px 0}.footer{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:90px}.footer-left{display:flex;flex-direction:column;gap:20px}.underlined{position:relative;display:inline-block}.underlined:after{content:"";position:absolute;bottom:-300px;left:50%;transform:translateX(-50%);width:120%;height:600px;background-image:url(/1.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;z-index:-1}.brand{display:flex;align-items:center;gap:6px}.logo-icon{width:60px;height:60px;animation:rotate 8s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.company-name{font-size:38.8px;font-weight:400;color:#1a1a1a}.company-name strong{font-weight:600}@media (max-width:1400px){.container>*{margin-left:90px;margin-right:90px}}@media (max-width:1024px){.container>*{margin-left:85px;margin-right:85px}.intro-text .hero-text{font-size:60px}.intro-text>:not(.hero-text){font-size:24px}.cta-link{font-size:22px}}@media (max-width:768px){.container>*{margin-left:80px;margin-right:80px}.header{flex-direction:column;gap:30px}.intro-text .hero-text{font-size:48px}.company-name,.cta-link,.intro-text>:not(.hero-text){font-size:20px}}@media (max-width:480px){.container>*{margin-left:40px;margin-right:40px}.intro-text .hero-text{font-size:36px}.cta-link,.intro-text>:not(.hero-text){font-size:18px}.logo-icon{width:24px;height:24px}.company-name{font-size:18px}}.research-container{margin-left:95px;margin-right:95px;padding-top:40px;padding-bottom:120px;min-height:100vh}.research-container .nav-header{display:flex;justify-content:space-between;align-items:center;padding:32px 0;margin-bottom:48px;margin-left:0;margin-right:0}.nav-right{display:flex;gap:24px;align-items:center}.nav-right a{font-family:The Seasons,Georgia,serif;font-size:24px;color:#FF5722;text-decoration:none;transition:opacity .3s ease}.nav-right a:hover{opacity:.7}.logo-link{display:flex;align-items:center;gap:6px;text-decoration:none;transition:opacity .3s ease}.logo-link:hover{opacity:.8}.logo-link .logo-icon{width:40px;height:40px;animation:rotate 8s linear infinite}.logo-link .company-name{font-family:The Seasons,Georgia,serif;font-size:28px;font-weight:400;color:#1a1a1a}.logo-link .company-name strong{font-weight:600}.research-header{margin-bottom:64px}.research-title{font-size:48px;line-height:1.2;margin-bottom:16px;color:#222;letter-spacing:-.02em}.research-subtitle,.research-title{font-family:The Seasons,Georgia,serif;font-weight:400}.research-subtitle{font-size:20px;line-height:1.6;color:#666;max-width:700px;margin-bottom:48px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:32px;margin-top:64px}.blog-card{background:white;border-radius:12px;padding:32px;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .2s ease;cursor:pointer;text-decoration:none;display:block;border:1px solid rgba(0,0,0,.06)}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:rgba(255,87,34,.2)}.blog-card:hover .blog-title{color:#FF5722}.card-header{gap:16px;margin-bottom:20px}.card-header,.card-icon{display:flex;align-items:center}.card-icon{width:48px;height:48px;background:linear-gradient(135deg,#FF5722,#FF7043);border-radius:10px;justify-content:center;flex-shrink:0}.card-icon svg{width:24px;height:24px;stroke:white;stroke-width:2}.blog-meta{display:flex;flex-direction:column;gap:4px}.blog-category{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#FF5722}.blog-category,.blog-date{font-family:Inter,sans-serif}.blog-date{font-size:13px;color:#999;font-weight:400}.blog-title{font-family:The Seasons,Georgia,serif;font-size:28px;line-height:1.3;margin-bottom:16px;color:#222;font-weight:400;transition:color .2s ease}.blog-excerpt{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:#666;max-width:70ch}@media (max-width:1024px){.research-container{margin-left:40px;margin-right:40px}.blog-grid{grid-template-columns:1fr}.research-title{font-size:48px}}@media (max-width:640px){.blog-card{padding:24px}.blog-title{font-size:24px}.research-container{margin-left:20px;margin-right:20px}}