.web3dxb-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;background:transparent}.web3dxb-header--scrolled{background:#fff;border-bottom:1px solid #e5e7eb;border-radius:0 0 16px 16px;box-shadow:0 2px 8px #0000000d}.web3dxb-header__container{max-width:1200px;margin:0 auto;padding:20px 40px;display:flex;justify-content:space-between;align-items:center}.web3dxb-header__logo{display:flex;align-items:center;gap:12px}.web3dxb-header__logo-text{font-size:20px;font-weight:600;color:#1e3a8a}.web3dxb-header__nav{display:flex;gap:32px}.web3dxb-header__link{color:#374151;text-decoration:none;font-size:15px;transition:color .2s ease}.web3dxb-header__link:hover{color:#1e3a8a}@media (max-width: 768px){.web3dxb-header__container{padding:16px 20px}.web3dxb-header__nav{display:none}}.web3dxb-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(#1e3a8a0d,#1e3a8a0d),url(https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1600&q=80) center/cover;padding:100px 40px 60px;border-radius:0 0 24px 24px}.web3dxb-hero__content{max-width:800px;text-align:center}.web3dxb-hero__title{font-size:56px;font-weight:700;color:#111827;margin-bottom:24px;line-height:1.1}.web3dxb-hero__subtitle{font-size:18px;color:#4b5563;line-height:1.6;margin-bottom:40px}.web3dxb-hero__cta{padding:14px 32px;background:#1e3a8a;color:#fff;border:none;font-size:16px;cursor:pointer;transition:background .2s ease}.web3dxb-hero__cta:hover{background:#1e40af}@media (max-width: 768px){.web3dxb-hero{padding:80px 20px 40px}.web3dxb-hero__title{font-size:36px}.web3dxb-hero__subtitle{font-size:16px}}.web3dxb-articles{padding:100px 40px;background:#f9fafb}.web3dxb-articles__container{max-width:1200px;margin:0 auto}.web3dxb-articles__title{font-size:42px;font-weight:700;color:#111827;margin-bottom:60px;text-align:center}.web3dxb-articles__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.web3dxb-articles__card{background:#fff;overflow:hidden;transition:transform .2s ease;border-radius:0 0 12px 12px}.web3dxb-articles__card:hover{transform:translateY(-4px)}.web3dxb-articles__image{width:100%;height:240px;background-size:cover;background-position:center}.web3dxb-articles__content{padding:28px}.web3dxb-articles__card-title{font-size:22px;font-weight:600;color:#111827;margin-bottom:12px}.web3dxb-articles__description{font-size:15px;color:#6b7280;line-height:1.6}@media (max-width: 768px){.web3dxb-articles{padding:60px 20px}.web3dxb-articles__title{font-size:32px;margin-bottom:40px}.web3dxb-articles__grid{grid-template-columns:1fr}}.web3dxb-team{padding:100px 40px;background:#fff}.web3dxb-team__container{max-width:1200px;margin:0 auto}.web3dxb-team__title{font-size:42px;font-weight:700;color:#111827;margin-bottom:60px;text-align:center}.web3dxb-team__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.web3dxb-team__card{overflow:hidden}.web3dxb-team__image{width:100%;height:400px;background-size:cover;background-position:center;position:relative}.web3dxb-team__overlay{position:absolute;bottom:0;left:0;right:0;background:#1e3a8ad9;padding:24px;transform:translateY(100%);transition:transform .3s ease}.web3dxb-team__card:hover .web3dxb-team__overlay{transform:translateY(0)}.web3dxb-team__name{font-size:20px;font-weight:600;color:#fff;margin-bottom:6px}.web3dxb-team__role{font-size:15px;color:#e5e7eb}@media (max-width: 768px){.web3dxb-team{padding:60px 20px}.web3dxb-team__title{font-size:32px;margin-bottom:40px}.web3dxb-team__grid{grid-template-columns:1fr}}.web3dxb-footer{background:#111827;border-radius:24px 24px 0 0;padding:60px 40px 40px}.web3dxb-footer__container{max-width:1200px;margin:0 auto}.web3dxb-footer__content{display:flex;justify-content:space-between;margin-bottom:40px}.web3dxb-footer__section{display:flex;flex-direction:column;gap:16px}.web3dxb-footer__brand{font-size:20px;font-weight:600;color:#fff}.web3dxb-footer__email{font-size:15px;color:#9ca3af}.web3dxb-footer__social{display:inline-flex;margin-top:8px;color:#9ca3af;transition:color .2s ease}.web3dxb-footer__social:hover{color:#1e3a8a}.web3dxb-footer__linkedin{width:24px;height:24px}.web3dxb-footer__link{font-size:15px;color:#9ca3af;text-decoration:none;transition:color .2s ease}.web3dxb-footer__link:hover{color:#fff}.web3dxb-footer__bottom{padding-top:32px;border-top:1px solid #374151}.web3dxb-footer__copyright{font-size:14px;color:#6b7280;text-align:center}@media (max-width: 768px){.web3dxb-footer{padding:40px 20px 30px}.web3dxb-footer__content{flex-direction:column;gap:32px}}.web3dxb-app{min-height:100vh;background:#fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#1e3a8a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#1e40af}*{scrollbar-width:thin;scrollbar-color:#1e3a8a #f1f1f1}
