html{scroll-behavior:smooth}.header{z-index:1000;background-color:#8488b5;border-radius:25px;justify-content:space-between;align-items:center;height:100px;padding:10px 50px;display:flex;position:sticky;top:0}.menu{justify-content:space-around;display:flex}a{margin:0 10px;font-size:30px;text-decoration:none}.hero{background:radial-gradient(circle at 20% 20%,#ffffff59,#fff0 45%),linear-gradient(135deg,#6f74bb 0%,#5a5fa8 45%,#3f4583 100%);border-radius:28px;justify-content:space-between;align-items:center;gap:30px;min-height:72vh;margin:24px 20px;padding:10px 50px;display:flex;box-shadow:0 16px 35px #1f1f4359}.hero-content{max-width:620px}.hero-kicker{color:#f7f8ff;letter-spacing:.04em;text-transform:uppercase;background-color:#ffffff2e;border-radius:999px;margin:0 0 12px;padding:8px 14px;font-size:16px;display:inline-block}.hero-content h1{color:#fff;margin:0 0 14px;font-size:clamp(36px,5vw,64px);line-height:1.08}.hero-content p{color:#edf0ff;margin:0;font-size:clamp(18px,1.8vw,24px);line-height:1.6}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.hero-btn{border-radius:999px;justify-content:center;align-items:center;min-width:170px;padding:12px 20px;font-size:18px;font-weight:600;transition:transform .25s,background-color .25s;display:inline-flex}.hero-btn.primary{color:#fff;background-color:#11153b}.hero-btn.ghost{color:#fff;background-color:#ffffff26;border:1px solid #ffffff59}.hero-btn:hover{transform:translateY(-2px)}.hero-visual{justify-content:center;width:min(42vw,460px);min-width:260px;display:flex;position:relative}.hero-glow{filter:blur(18px);background:radial-gradient(circle,#b8c1ff73,#b8c1ff00);border-radius:50%;width:100%;height:100%;position:absolute}.hero-visual img{z-index:1;object-fit:contain;width:100%;max-width:360px;position:relative}.about,.contact,.members{border-radius:28px;justify-content:center;align-items:center;height:100vh;margin:24px 20px;padding:10px 50px;display:flex}.about{background:radial-gradient(circle at 15% 18%,#ffffff47,#fff0 42%),linear-gradient(145deg,#4f5ba5 0%,#3b467f 52%,#232d5f 100%)}.about-con h2{color:#f7f9ff;margin:0 0 14px;font-size:clamp(36px,4.4vw,54px)}.about-con p{color:#e6ebff;max-width:960px;margin:0;font-size:clamp(18px,1.9vw,24px);line-height:1.65}.about-con,.members-con,.contact-con{width:min(1100px,100%)}.members{background:radial-gradient(circle at 15% 18%,#ffffff47,#fff0 42%),linear-gradient(145deg,#4f5ba5 0%,#3b467f 52%,#232d5f 100%);height:auto;min-height:100vh;padding-top:80px;padding-bottom:80px}.members-con h2{color:#22284a;text-align:center;margin:0 0 8px;font-size:clamp(34px,4vw,52px)}.members-con>p{text-align:center;color:#556086;margin:0;font-size:20px}.members-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:38px;display:grid}.member-card{text-align:left;cursor:default;opacity:0;background:#fff;border:0;border-radius:24px;transition:transform .25s,box-shadow .25s;animation:.55s forwards cardReveal;overflow:hidden;transform:translateY(24px);box-shadow:0 15px 35px #1e275026}.member-card:hover{transform:translateY(-8px);box-shadow:0 22px 40px #9452c033}.card-top{min-height:330px;padding:26px 26px 22px}.member-step{letter-spacing:.09em;text-transform:uppercase;margin:0 0 16px;font-size:14px;font-weight:700}.member-card h3{color:#111827;margin:0;font-size:clamp(34px,3vw,48px);line-height:1.04}.member-card .role{color:#1f304d;margin:10px 0 12px;font-size:22px;font-weight:700}.member-card p{color:#36445f;margin:0;font-size:18px;line-height:1.5}.member-card a{color:#0b57d0;margin:18px 0 0;font-size:18px;font-weight:700;display:inline-flex}.card-bottom{justify-content:center;align-items:center;height:190px;padding:16px;display:flex}.card-bottom img{object-fit:cover;border:4px solid #ffffffa6;border-radius:20px;width:170px;height:170px}.tone-1 .card-top{background:#8884b5}.tone-1 .card-bottom{background:#b8b9d8}.tone-1 .member-step,.tone-1 h3,.tone-1 .role,.tone-1 .card-top p{color:#f7fbff}.tone-1 a{color:#fff;text-decoration:underline}.tone-2 .card-top{background:#8884b5}.tone-2 .card-bottom{background:#b8b9d8}.tone-2 .member-step{color:#343434}.tone-3 .card-top{background:#b8d2c1}.tone-3 .card-bottom{background:#78c093}.tone-3 .member-step{color:#425463}@keyframes cardReveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
