@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&display=swap";:root{--color-primary:#c19863;--color-bg-start:#fff;--color-bg-end:#c6c2c2;--color-text-dark:#1a1a1a;--color-text-muted:#0000008c;--color-border-light:#00000026;--font-main:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background:linear-gradient(180deg, var(--color-bg-start) 0%, var(--color-bg-end) 100%);color:#000;-webkit-font-smoothing:antialiased;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh}#root{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:1280px;margin:0 auto}.btn{font-family:var(--font-main);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:12px 16px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn:active{transform:scale(.96)}.btn-primary{color:#fff;background-color:#000;box-shadow:0 4px 10px #00000026}.btn-primary:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 6px 15px #00000040}.btn-secondary{color:#fff;background-color:#0000;border:2px solid #ffffff80}.btn-secondary:hover{background-color:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.nav-link{color:#000;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-link:after{content:"";background-color:var(--color-primary);width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.header{justify-content:space-between;align-items:center;width:100%;height:80px;padding:24px 64px;display:flex}.header-brand{align-items:center;display:flex}.header-brand h1{letter-spacing:-.48px;color:#000;font-size:24px;font-weight:800}.x-highlight{color:var(--color-primary)}.header-nav{gap:32px;display:flex}.header-actions{align-items:center;gap:24px;display:flex}.action-text{color:#000;font-weight:500}@media (width<=768px){.header{flex-wrap:nowrap;gap:8px;padding:16px}.header-brand h1{font-size:18px}.header-nav,.action-text{display:none}.header-actions .btn{padding:10px 12px;font-size:14px}}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:480px;padding:25px 64px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background-color:#5ab1ee;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-bg img{opacity:.68;object-fit:cover;mix-blend-mode:overlay;min-width:120%;height:auto}.hero-content{z-index:1;flex-direction:column;align-items:center;gap:32px;display:flex;position:relative}.hero-title{letter-spacing:-1.28px;color:#fff;max-width:800px;font-size:64px;font-weight:800;line-height:1.1}.hero-subtitle{color:#ffffffe6;font-size:24px;font-weight:500}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:16px;display:flex}@media (width<=768px){.hero-title{font-size:48px}.hero-subtitle{font-size:18px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}}.dynamic-hero-bg{z-index:0;background-color:#0a3a79;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.blob-container{will-change:transform;backface-visibility:hidden;justify-content:center;align-items:center;display:flex;position:absolute;container-type:size}.blob-1{inset:-1.88% -67.83% -48.2% 13.42%}.blob-1-inner{flex:none;width:hypot(35.8817cqw,58.0258cqh);height:hypot(-64.1183cqw,41.9742cqh);transform:rotate(41.48deg)skew(-28.83deg)}.blob-2{inset:-11.55% -21.31% -69.98% -71.88%}.blob-2-inner{flex:none;width:hypot(68.6922cqw,58.0144cqh);height:hypot(-31.3078cqw,41.9856cqh);transform:rotate(24.06deg)skew(-30.62deg)}.blob-3{mix-blend-mode:screen;inset:-65.11% -69.98% 14.79% 5.52%}.blob-3-inner{flex:none;width:hypot(-22.7162cqw,69.9584cqh);height:hypot(-77.2838cqw,-30.0416cqh);transform:rotate(122.28deg)skew(20.98deg)}.blob-4{mix-blend-mode:color-dodge;position:absolute;inset:-6.35% 1.29% 57.84% -71.88%}.blob-inner-container{width:100%;height:100%;position:relative}.blob-1-svg-wrap{position:absolute;inset:-6.82% -9.7%}.blob-2-svg-wrap{position:absolute;inset:-9.68% -4.94%}.blob-3-svg-wrap{position:absolute;inset:-8.6% -15.93%}.blob-4-svg-wrap{position:absolute;inset:-26.29% -4.21%}.blob-svg{width:100%;height:100%;display:block}.bg-rectangle-overlay{object-fit:cover;mix-blend-mode:soft-light;pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0}.features{padding:60px 64px}.features-grid{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;list-style:none;display:grid}.feature-block{border-top:1px solid var(--color-border-light);flex-direction:column;gap:16px;padding-top:24px;display:flex}.feature-title{color:var(--color-text-dark);letter-spacing:-.48px;font-size:24px;font-weight:600}.feature-text{color:var(--color-text-muted);font-size:16px;font-weight:500;line-height:1.5}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.features{padding:40px 24px}.features-grid{grid-template-columns:1fr}}.sponsors{flex-direction:column;align-items:center;gap:16px;height:218px;padding:48px 24px;display:flex}.sponsors-title{color:var(--color-text-muted);letter-spacing:-.09px;text-align:center;font-size:18px;font-weight:500}.sponsors-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;width:100%;margin-top:24px;display:flex}.sponsor-placeholder{background-color:#0003;border-radius:8px;width:120px;height:48px}
